@charset "UTF-8";
.animated {
	-webkit-animation-duration: 1s;
			animation-duration: 1s;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
			animation-duration: 2s;
}
.clear{ clear:both;}

@-webkit-keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
.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);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.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);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-20%, 0, 0);
transform: translate3d(-20%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translate3d(-20%, 0, 0);
transform: translate3d(-20%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.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);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(20%, 0, 0);
transform: translate3d(20%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translate3d(20%, 0, 0);
transform: translate3d(20%, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.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);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 20%, 0);
transform: translate3d(0, 20%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 20%, 0);
transform: translate3d(0, 20%, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.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);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}

@-webkit-keyframes lightSpeedIn {
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);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
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);
opacity: 1;
}
100% {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
opacity: 1;
}
100% {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
100% {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
100% {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.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;
}
}
.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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
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(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.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);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
100% {
opacity: 0;
}
}
.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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-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);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-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);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
100% {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
-webkit-transform: translateX(100%);
transform: translateX(100%);
visibility: visible;
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInUp {
0% {
-webkit-transform: translateY(100%);
transform: translateY(100%);
visibility: visible;
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
@keyframes slideOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
visibility: hidden;
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
visibility: hidden;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@font-face {
font-family:eicons;src:url(../fonts/eicons.eot?5.13.0);src:url(../fonts/eicons.eot?5.13.0#iefix) format("embedded-opentype"),url(../fonts/eicons.woff2?5.13.0) format("woff2"),url(../fonts/eicons.woff?5.13.0) format("woff"),url(../fonts/eicons.ttf?5.13.0) format("truetype"),url(../fonts/eicons.svg?5.13.0#eicon) format("svg");font-weight:400;font-style:normal
}[class*=" eicon-"],[class^=eicon] {
display: inline-block;
font-family: eicons;
font-size: inherit;
font-weight: 400;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
@keyframes a {
0% {
transform: rotate(0deg)
}
to {
transform: rotate(359deg)
}
}
.eicon-animation-spin {
animation: a 2s infinite linear
}
.eicon-editor-link:before {
content: '\e800'
}
.eicon-editor-unlink:before {
content: '\e801'
}
.eicon-editor-external-link:before {
content: '\e802'
}
.eicon-editor-close:before {
content: '\e803'
}
.eicon-editor-list-ol:before {
content: '\e804'
}
.eicon-editor-list-ul:before {
content: '\e805'
}
.eicon-editor-bold:before {
content: '\e806'
}
.eicon-editor-italic:before {
content: '\e807'
}
.eicon-editor-underline:before {
content: '\e808'
}
.eicon-editor-paragraph:before {
content: '\e809'
}
.eicon-editor-h1:before {
content: '\e80a'
}
.eicon-editor-h2:before {
content: '\e80b'
}
.eicon-editor-h3:before {
content: '\e80c'
}
.eicon-editor-h4:before {
content: '\e80d'
}
.eicon-editor-h5:before {
content: '\e80e'
}
.eicon-editor-h6:before {
content: '\e80f'
}
.eicon-editor-quote:before {
content: '\e810'
}
.eicon-editor-code:before {
content: '\e811'
}
.eicon-elementor:before {
content: '\e812'
}
.eicon-elementor-circle:before {
content: '\e813'
}
.eicon-pojome:before {
content: '\e814'
}
.eicon-plus:before {
content: '\e815'
}
.eicon-menu-bar:before {
content: '\e816'
}
.eicon-apps:before {
content: '\e817'
}
.eicon-accordion:before {
content: '\e818'
}
.eicon-alert:before {
content: '\e819'
}
.eicon-animation-text:before {
content: '\e81a'
}
.eicon-animation:before {
content: '\e81b'
}
.eicon-banner:before {
content: '\e81c'
}
.eicon-blockquote:before {
content: '\e81d'
}
.eicon-button:before {
content: '\e81e'
}
.eicon-call-to-action:before {
content: '\e81f'
}
.eicon-captcha:before {
content: '\e820'
}
.eicon-carousel:before {
content: '\e821'
}
.eicon-checkbox:before {
content: '\e822'
}
.eicon-columns:before {
content: '\e823'
}
.eicon-countdown:before {
content: '\e824'
}
.eicon-counter:before {
content: '\e825'
}
.eicon-date:before {
content: '\e826'
}
.eicon-divider-shape:before {
content: '\e827'
}
.eicon-divider:before {
content: '\e828'
}
.eicon-download-button:before {
content: '\e829'
}
.eicon-dual-button:before {
content: '\e82a'
}
.eicon-email-field:before {
content: '\e82b'
}
.eicon-facebook-comments:before {
content: '\e82c'
}
.eicon-facebook-like-box:before {
content: '\e82d'
}
.eicon-form-horizontal:before {
content: '\e82e'
}
.eicon-form-vertical:before {
content: '\e82f'
}
.eicon-gallery-grid:before {
content: '\e830'
}
.eicon-gallery-group:before {
content: '\e831'
}
.eicon-gallery-justified:before {
content: '\e832'
}
.eicon-gallery-masonry:before {
content: '\e833'
}
.eicon-icon-box:before {
content: '\e834'
}
.eicon-image-before-after:before {
content: '\e835'
}
.eicon-image-box:before {
content: '\e836'
}
.eicon-image-hotspot:before {
content: '\e837'
}
.eicon-image-rollover:before {
content: '\e838'
}
.eicon-info-box:before {
content: '\e839'
}
.eicon-inner-section:before {
content: '\e83a'
}
.eicon-mailchimp:before {
content: '\e83b'
}
.eicon-menu-card:before {
content: '\e83c'
}
.eicon-navigation-horizontal:before {
content: '\e83d'
}
.eicon-nav-menu:before {
content: '\e83e'
}
.eicon-navigation-vertical:before {
content: '\e83f'
}
.eicon-number-field:before {
content: '\e840'
}
.eicon-parallax:before {
content: '\e841'
}
.eicon-php7:before {
content: '\e842'
}
.eicon-post-list:before {
content: '\e843'
}
.eicon-post-slider:before {
content: '\e844'
}
.eicon-post:before {
content: '\e845'
}
.eicon-posts-carousel:before {
content: '\e846'
}
.eicon-posts-grid:before {
content: '\e847'
}
.eicon-posts-group:before {
content: '\e848'
}
.eicon-posts-justified:before {
content: '\e849'
}
.eicon-posts-masonry:before {
content: '\e84a'
}
.eicon-posts-ticker:before {
content: '\e84b'
}
.eicon-price-list:before {
content: '\e84c'
}
.eicon-price-table:before {
content: '\e84d'
}
.eicon-radio:before {
content: '\e84e'
}
.eicon-rtl:before {
content: '\e84f'
}
.eicon-scroll:before {
content: '\e850'
}
.eicon-search:before {
content: '\e851'
}
.eicon-select:before {
content: '\e852'
}
.eicon-share:before {
content: '\e853'
}
.eicon-sidebar:before {
content: '\e854'
}
.eicon-skill-bar:before {
content: '\e855'
}
.eicon-slider-3d:before {
content: '\e856'
}
.eicon-slider-album:before {
content: '\e857'
}
.eicon-slider-device:before {
content: '\e858'
}
.eicon-slider-full-screen:before {
content: '\e859'
}
.eicon-slider-push:before {
content: '\e85a'
}
.eicon-slider-vertical:before {
content: '\e85b'
}
.eicon-slider-video:before {
content: '\e85c'
}
.eicon-slides:before {
content: '\e85d'
}
.eicon-social-icons:before {
content: '\e85e'
}
.eicon-spacer:before {
content: '\e85f'
}
.eicon-table:before {
content: '\e860'
}
.eicon-tabs:before {
content: '\e861'
}
.eicon-tel-field:before {
content: '\e862'
}
.eicon-text-area:before {
content: '\e863'
}
.eicon-text-field:before {
content: '\e864'
}
.eicon-thumbnails-down:before {
content: '\e865'
}
.eicon-thumbnails-half:before {
content: '\e866'
}
.eicon-thumbnails-right:before {
content: '\e867'
}
.eicon-time-line:before {
content: '\e868'
}
.eicon-toggle:before {
content: '\e869'
}
.eicon-url:before {
content: '\e86a'
}
.eicon-t-letter:before {
content: '\e86b'
}
.eicon-wordpress:before {
content: '\e86c'
}
.eicon-text:before {
content: '\e86d'
}
.eicon-anchor:before {
content: '\e86e'
}
.eicon-bullet-list:before {
content: '\e86f'
}
.eicon-code:before {
content: '\e870'
}
.eicon-favorite:before {
content: '\e871'
}
.eicon-google-maps:before {
content: '\e872'
}
.eicon-image:before {
content: '\e873'
}
.eicon-photo-library:before {
content: '\e874'
}
.eicon-woocommerce:before {
content: '\e875'
}
.eicon-youtube:before {
content: '\e876'
}
.eicon-flip-box:before {
content: '\e877'
}
.eicon-settings:before {
content: '\e878'
}
.eicon-headphones:before {
content: '\e879'
}
.eicon-testimonial:before {
content: '\e87a'
}
.eicon-counter-circle:before {
content: '\e87b'
}
.eicon-person:before {
content: '\e87c'
}
.eicon-chevron-right:before {
content: '\e87d'
}
.eicon-chevron-left:before {
content: '\e87e'
}
.eicon-close:before {
content: '\e87f'
}
.eicon-file-download:before {
content: '\e880'
}
.eicon-save:before {
content: '\e881'
}
.eicon-zoom-in:before {
content: '\e882'
}
.eicon-shortcode:before {
content: '\e883'
}
.eicon-nerd:before {
content: '\e884'
}
.eicon-device-desktop:before {
content: '\e885'
}
.eicon-device-tablet:before {
content: '\e886'
}
.eicon-device-mobile:before {
content: '\e887'
}
.eicon-document-file:before {
content: '\e888'
}
.eicon-folder-o:before {
content: '\e889'
}
.eicon-hypster:before {
content: '\e88a'
}
.eicon-h-align-left:before {
content: '\e88b'
}
.eicon-h-align-right:before {
content: '\e88c'
}
.eicon-h-align-center:before {
content: '\e88d'
}
.eicon-h-align-stretch:before {
content: '\e88e'
}
.eicon-v-align-top:before {
content: '\e88f'
}
.eicon-v-align-bottom:before {
content: '\e890'
}
.eicon-v-align-middle:before {
content: '\e891'
}
.eicon-v-align-stretch:before {
content: '\e892'
}
.eicon-pro-icon:before {
content: '\e893'
}
.eicon-mail:before {
content: '\e894'
}
.eicon-lock-user:before {
content: '\e895'
}
.eicon-testimonial-carousel:before {
content: '\e896'
}
.eicon-media-carousel:before {
content: '\e897'
}
.eicon-section:before {
content: '\e898'
}
.eicon-column:before {
content: '\e899'
}
.eicon-edit:before {
content: '\e89a'
}
.eicon-clone:before {
content: '\e89b'
}
.eicon-trash:before {
content: '\e89c'
}
.eicon-play:before {
content: '\e89d'
}
.eicon-angle-right:before {
content: '\e89e'
}
.eicon-angle-left:before {
content: '\e89f'
}
.eicon-animated-headline:before {
content: '\e8a0'
}
.eicon-menu-toggle:before {
content: '\e8a1'
}
.eicon-fb-embed:before {
content: '\e8a2'
}
.eicon-fb-feed:before {
content: '\e8a3'
}
.eicon-twitter-embed:before {
content: '\e8a4'
}
.eicon-twitter-feed:before {
content: '\e8a5'
}
.eicon-sync:before {
content: '\e8a6'
}
.eicon-import-export:before {
content: '\e8a7'
}
.eicon-check-circle:before {
content: '\e8a8'
}
.eicon-library-save:before {
content: '\e8a9'
}
.eicon-library-download:before {
content: '\e8aa'
}
.eicon-insert:before {
content: '\e8ab'
}
.eicon-preview-medium:before {
content: '\e8ac'
}
.eicon-sort-down:before {
content: '\e8ad'
}
.eicon-sort-up:before {
content: '\e8ae'
}
.eicon-heading:before {
content: '\e8af'
}
.eicon-logo:before {
content: '\e8b0'
}
.eicon-meta-data:before {
content: '\e8b1'
}
.eicon-post-content:before {
content: '\e8b2'
}
.eicon-post-excerpt:before {
content: '\e8b3'
}
.eicon-post-navigation:before {
content: '\e8b4'
}
.eicon-yoast:before {
content: '\e8b5'
}
.eicon-nerd-chuckle:before {
content: '\e8b6'
}
.eicon-nerd-wink:before {
content: '\e8b7'
}
.eicon-comments:before {
content: '\e8b8'
}
.eicon-download-circle-o:before {
content: '\e8b9'
}
.eicon-library-upload:before {
content: '\e8ba'
}
.eicon-save-o:before {
content: '\e8bb'
}
.eicon-upload-circle-o:before {
content: '\e8bc'
}
.eicon-ellipsis-h:before {
content: '\e8bd'
}
.eicon-ellipsis-v:before {
content: '\e8be'
}
.eicon-arrow-left:before {
content: '\e8bf'
}
.eicon-arrow-right:before {
content: '\e8c0'
}
.eicon-arrow-up:before {
content: '\e8c1'
}
.eicon-arrow-down:before {
content: '\e8c2'
}
.eicon-play-o:before {
content: '\e8c3'
}
.eicon-archive-posts:before {
content: '\e8c4'
}
.eicon-archive-title:before {
content: '\e8c5'
}
.eicon-featured-image:before {
content: '\e8c6'
}
.eicon-post-info:before {
content: '\e8c7'
}
.eicon-post-title:before {
content: '\e8c8'
}
.eicon-site-logo:before {
content: '\e8c9'
}
.eicon-site-search:before {
content: '\e8ca'
}
.eicon-site-title:before {
content: '\e8cb'
}
.eicon-plus-square:before {
content: '\e8cc'
}
.eicon-minus-square:before {
content: '\e8cd'
}
.eicon-cloud-check:before {
content: '\e8ce'
}
.eicon-drag-n-drop:before {
content: '\e8cf'
}
.eicon-welcome:before {
content: '\e8d0'
}
.eicon-handle:before {
content: '\e8d1'
}
.eicon-cart:before {
content: '\e8d2'
}
.eicon-product-add-to-cart:before {
content: '\e8d3'
}
.eicon-product-breadcrumbs:before {
content: '\e8d4'
}
.eicon-product-categories:before {
content: '\e8d5'
}
.eicon-product-description:before {
content: '\e8d6'
}
.eicon-product-images:before {
content: '\e8d7'
}
.eicon-product-info:before {
content: '\e8d8'
}
.eicon-product-meta:before {
content: '\e8d9'
}
.eicon-product-pages:before {
content: '\e8da'
}
.eicon-product-price:before {
content: '\e8db'
}
.eicon-product-rating:before {
content: '\e8dc'
}
.eicon-product-related:before {
content: '\e8dd'
}
.eicon-product-stock:before {
content: '\e8de'
}
.eicon-product-tabs:before {
content: '\e8df'
}
.eicon-product-title:before {
content: '\e8e0'
}
.eicon-product-upsell:before {
content: '\e8e1'
}
.eicon-products:before {
content: '\e8e2'
}
.eicon-bag-light:before {
content: '\e8e3'
}
.eicon-bag-medium:before {
content: '\e8e4'
}
.eicon-bag-solid:before {
content: '\e8e5'
}
.eicon-basket-light:before {
content: '\e8e6'
}
.eicon-basket-medium:before {
content: '\e8e7'
}
.eicon-basket-solid:before {
content: '\e8e8'
}
.eicon-cart-light:before {
content: '\e8e9'
}
.eicon-cart-medium:before {
content: '\e8ea'
}
.eicon-cart-solid:before {
content: '\e8eb'
}
.eicon-exchange:before {
content: '\e8ec'
}
.eicon-preview-thin:before {
content: '\e8ed'
}
.eicon-device-laptop:before {
content: '\e8ee'
}
.eicon-collapse:before {
content: '\e8ef'
}
.eicon-expand:before {
content: '\e8f0'
}
.eicon-navigator:before {
content: '\e8f1'
}
.eicon-plug:before {
content: '\e8f2'
}
.eicon-dashboard:before {
content: '\e8f3'
}
.eicon-typography:before {
content: '\e8f4'
}
.eicon-info-circle-o:before {
content: '\e8f5'
}
.eicon-integration:before {
content: '\e8f6'
}
.eicon-plus-circle-o:before {
content: '\e8f7'
}
.eicon-rating:before {
content: '\e8f8'
}
.eicon-review:before {
content: '\e8f9'
}
.eicon-tools:before {
content: '\e8fa'
}
.eicon-loading:before {
content: '\e8fb'
}
.eicon-sitemap:before {
content: '\e8fc'
}
.eicon-click:before {
content: '\e8fd'
}
.eicon-clock:before {
content: '\e8fe'
}
.eicon-library-open:before {
content: '\e8ff'
}
.eicon-warning:before {
content: '\e900'
}
.eicon-flow:before {
content: '\e901'
}
.eicon-cursor-move:before {
content: '\e902'
}
.eicon-arrow-circle-left:before {
content: '\e903'
}
.eicon-flash:before {
content: '\e904'
}
.eicon-redo:before {
content: '\e905'
}
.eicon-ban:before {
content: '\e906'
}
.eicon-barcode:before {
content: '\e907'
}
.eicon-calendar:before {
content: '\e908'
}
.eicon-caret-left:before {
content: '\e909'
}
.eicon-caret-right:before {
content: '\e90a'
}
.eicon-caret-up:before {
content: '\e90b'
}
.eicon-chain-broken:before {
content: '\e90c'
}
.eicon-check-circle-o:before {
content: '\e90d'
}
.eicon-check:before {
content: '\e90e'
}
.eicon-chevron-double-left:before {
content: '\e90f'
}
.eicon-chevron-double-right:before {
content: '\e910'
}
.eicon-undo:before {
content: '\e911'
}
.eicon-filter:before {
content: '\e912'
}
.eicon-circle-o:before {
content: '\e913'
}
.eicon-circle:before {
content: '\e914'
}
.eicon-clock-o:before {
content: '\e915'
}
.eicon-cog:before {
content: '\e916'
}
.eicon-cogs:before {
content: '\e917'
}
.eicon-commenting-o:before {
content: '\e918'
}
.eicon-copy:before {
content: '\e919'
}
.eicon-database:before {
content: '\e91a'
}
.eicon-dot-circle-o:before {
content: '\e91b'
}
.eicon-envelope:before {
content: '\e91c'
}
.eicon-external-link-square:before {
content: '\e91d'
}
.eicon-eyedropper:before {
content: '\e91e'
}
.eicon-folder:before {
content: '\e91f'
}
.eicon-font:before {
content: '\e920'
}
.eicon-adjust:before {
content: '\e921'
}
.eicon-lightbox:before {
content: '\e922'
}
.eicon-heart-o:before {
content: '\e923'
}
.eicon-history:before {
content: '\e924'
}
.eicon-image-bold:before {
content: '\e925'
}
.eicon-info-circle:before {
content: '\e926'
}
.eicon-link:before {
content: '\e927'
}
.eicon-long-arrow-left:before {
content: '\e928'
}
.eicon-long-arrow-right:before {
content: '\e929'
}
.eicon-caret-down:before {
content: '\e92a'
}
.eicon-paint-brush:before {
content: '\e92b'
}
.eicon-pencil:before {
content: '\e92c'
}
.eicon-plus-circle:before {
content: '\e92d'
}
.eicon-zoom-in-bold:before {
content: '\e92e'
}
.eicon-sort-amount-desc:before {
content: '\e92f'
}
.eicon-sign-out:before {
content: '\e930'
}
.eicon-spinner:before {
content: '\e931'
}
.eicon-square:before {
content: '\e932'
}
.eicon-star-o:before {
content: '\e933'
}
.eicon-star:before {
content: '\e934'
}
.eicon-text-align-justify:before {
content: '\e935'
}
.eicon-text-align-center:before {
content: '\e936'
}
.eicon-tags:before {
content: '\e937'
}
.eicon-text-align-left:before {
content: '\e938'
}
.eicon-text-align-right:before {
content: '\e939'
}
.eicon-close-circle:before {
content: '\e93a'
}
.eicon-trash-o:before {
content: '\e93b'
}
.eicon-font-awesome:before {
content: '\e93c'
}
.eicon-user-circle-o:before {
content: '\e93d'
}
.eicon-video-camera:before {
content: '\e93e'
}
.eicon-heart:before {
content: '\e93f'
}
.eicon-wrench:before {
content: '\e940'
}
.eicon-help:before {
content: '\e941'
}
.eicon-help-o:before {
content: '\e942'
}
.eicon-zoom-out-bold:before {
content: '\e943'
}
.eicon-plus-square-o:before {
content: '\e944'
}
.eicon-minus-square-o:before {
content: '\e945'
}
.eicon-minus-circle:before {
content: '\e946'
}
.eicon-minus-circle-o:before {
content: '\e947'
}
.eicon-code-bold:before {
content: '\e948'
}
.eicon-cloud-upload:before {
content: '\e949'
}
.eicon-search-bold:before {
content: '\e94a'
}
.eicon-map-pin:before {
content: '\e94b'
}
.eicon-meetup:before {
content: '\e94c'
}
.eicon-slideshow:before {
content: '\e94d'
}
.eicon-t-letter-bold:before {
content: '\e94e'
}
.eicon-preferences:before {
content: '\e94f'
}
.eicon-table-of-contents:before {
content: '\e950'
}
.eicon-tv:before {
content: '\e951'
}
.eicon-upload:before {
content: '\e952'
}
.eicon-instagram-comments:before {
content: '\e953'
}
.eicon-instagram-nested-gallery:before {
content: '\e954'
}
.eicon-instagram-post:before {
content: '\e955'
}
.eicon-instagram-video:before {
content: '\e956'
}
.eicon-instagram-gallery:before {
content: '\e957'
}
.eicon-instagram-likes:before {
content: '\e958'
}
.eicon-facebook:before {
content: '\e959'
}
.eicon-twitter:before {
content: '\e95a'
}
.eicon-pinterest:before {
content: '\e95b'
}
.eicon-frame-expand:before {
content: '\e95c'
}
.eicon-frame-minimize:before {
content: '\e95d'
}
.eicon-archive:before {
content: '\e95e'
}
.eicon-colors-typography:before {
content: '\e95f'
}
.eicon-custom:before {
content: '\e960'
}
.eicon-footer:before {
content: '\e961'
}
.eicon-header:before {
content: '\e962'
}
.eicon-layout-settings:before {
content: '\e963'
}
.eicon-lightbox-expand:before {
content: '\e964'
}
.eicon-error-404:before {
content: '\e965'
}
.eicon-theme-style:before {
content: '\e966'
}
.eicon-search-results:before {
content: '\e967'
}
.eicon-single-post:before {
content: '\e968'
}
.eicon-site-identity:before {
content: '\e969'
}
.eicon-theme-builder:before {
content: '\e96a'
}
.eicon-download-bold:before {
content: '\e96b'
}
.eicon-share-arrow:before {
content: '\e96c'
}
.eicon-global-settings:before {
content: '\e96d'
}
.eicon-user-preferences:before {
content: '\e96e'
}
.eicon-lock:before {
content: '\e96f'
}
.eicon-export-kit:before {
content: '\e970'
}
.eicon-import-kit:before {
content: '\e971'
}
.eicon-lottie:before {
content: '\e972'
}
.eicon-products-archive:before {
content: '\e973'
}
.eicon-single-product:before {
content: '\e974'
}
.eicon-disable-trash-o:before {
content: '\e975'
}
.eicon-single-page:before {
content: '\e976'
}
.eicon-wordpress-light:before {
content: '\e977'
}
.eicon-cogs-check:before {
content: '\e978'
}
.eicon-custom-css:before {
content: '\e979'
}
.eicon-global-colors:before {
content: '\e97a'
}
.eicon-globe:before {
content: '\e97b'
}
.eicon-typography-1:before {
content: '\e97c'
}
.eicon-background:before {
content: '\e97d'
}
.eicon-device-responsive:before {
content: '\e97e'
}
.eicon-device-wide:before {
content: '\e97f'
}
.eicon-code-highlight:before {
content: '\e980'
}
.eicon-video-playlist:before {
content: '\e981'
}
.eicon-download-kit:before {
content: '\e982'
}
.eicon-kit-details:before {
content: '\e983'
}
.eicon-kit-parts:before {
content: '\e984'
}
.eicon-kit-upload:before {
content: '\e985'
}
.eicon-kit-plugins:before {
content: '\e986'
}
.eicon-kit-upload-alt:before {
content: '\e987'
}
.eicon-hotspot:before {
content: '\e988'
}
.eicon-paypal-button:before {
content: '\e989'
}
.eicon-shape:before {
content: '\e98a'
}
.eicon-wordart:before {
content: '\e98b'
}
.eicon-checkout:before {
content: '\e98c'
}
.eicon-container:before {
content: '\e98d'
}
.eicon-flip:before {
content: '\e98e'
}
.eicon-info:before {
content: '\e98f'
}
.eicon-my-account:before {
content: '\e990'
}
.eicon-purchase-summary:before {
content: '\e991'
}
.eicon-page-transition:before {
content: '\e992'
}
.eicon-spotify:before {
content: '\e993'
}
.eicon-stripe-button:before {
content: '\e994'
}
.eicon-woo-settings:before {
content: '\e995'
}
.eicon-woo-cart:before {
content: '\e996'
}
.eicon-grow:before {
content: '\e997'
}
.eicon-order-end:before {
content: '\e998'
}
.eicon-nowrap:before {
content: '\e999'
}
.eicon-order-start:before {
content: '\e99a'
}
.eicon-progress-tracker:before {
content: '\e99b'
}
.eicon-shrink:before {
content: '\e99c'
}
.eicon-wrap:before {
content: '\e99d'
}
.eicon-align-center-h:before {
content: '\e99e'
}
.eicon-align-center-v:before {
content: '\e99f'
}
.eicon-align-end-h:before {
content: '\e9a0'
}
.eicon-align-end-v:before {
content: '\e9a1'
}
.eicon-align-start-h:before {
content: '\e9a2'
}
.eicon-align-start-v:before {
content: '\e9a3'
}
.eicon-align-stretch-h:before {
content: '\e9a4'
}
.eicon-align-stretch-v:before {
content: '\e9a5'
}
.eicon-justify-center-h:before {
content: '\e9a6'
}
.eicon-justify-center-v:before {
content: '\e9a7'
}
.eicon-justify-end-h:before {
content: '\e9a8'
}
.eicon-justify-end-v:before {
content: '\e9a9'
}
.eicon-justify-space-around-h:before {
content: '\e9aa'
}
.eicon-justify-space-around-v:before {
content: '\e9ab'
}
.eicon-justify-space-between-h:before {
content: '\e9ac'
}
.eicon-justify-space-between-v:before {
content: '\e9ad'
}
.eicon-justify-space-evenly-h:before {
content: '\e9ae'
}
.eicon-justify-space-evenly-v:before {
content: '\e9af'
}
.eicon-justify-start-h:before {
content: '\e9b0'
}
.eicon-justify-start-v:before {
content: '\e9b1'
}
.eicon-eye:before {
content: '\e8ac'
}
.eicon-elementor-square:before {
content: '\e813'
}  .dialog-widget-content {
background-color: #fff;
position: absolute;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
overflow: hidden
}
.dialog-message {
font-size: 12px;
line-height: 1.5;
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.dialog-type-lightbox {
position: fixed;
height: 100%;
width: 100%;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,.8);
z-index: 9999;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.dialog-type-lightbox .dialog-widget-content {
margin: auto;
width: 375px
}
.dialog-type-lightbox .dialog-header {
font-size: 15px;
color: #495157;
padding: 30px 0 10px;
font-weight: 500
}
.dialog-type-lightbox .dialog-message {
padding: 0 30px 30px;
min-height: 50px
}
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
text-align: center
}
.dialog-type-lightbox .dialog-buttons-wrapper {
border-top: 1px solid #e6e9ec;
text-align: center
}
.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
font-family: Roboto,Arial,Helvetica,Verdana,sans-serif;
width: 50%;
border: none;
background: none;
color: #6d7882;
font-size: 15px;
cursor: pointer;
padding: 13px 0;
outline: 0
}
.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
background-color: #f4f6f7
}
.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
color: #b01b1b
}
.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
color: #39b54a
}
.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
background-color: rgba(230,233,236,.5)
}
.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
border: 0
}
.dialog-close-button {
cursor: pointer;
position: absolute;
margin-top: 15px;
right: 15px;
font-size: 15px;
line-height: 1
}
.dialog-close-button:not(:hover) {
opacity: .4
}
.dialog-alert-widget .dialog-buttons-wrapper>button {
width: 100%
}
.dialog-confirm-widget .dialog-button:first-child {
border-right: 1px solid #e6e9ec
}
.dialog-prevent-scroll {
overflow: hidden;
max-height: 100vh
}
@media (min-width:1024px) {
body.admin-bar .dialog-lightbox-widget {
height: calc(100vh - 32px)
}
}
@media (max-width:1024px) {
body.admin-bar .dialog-type-lightbox {
position: -webkit-sticky;
position: sticky;
height: 100vh
}
}
.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
padding-bottom: 42.8571%
}
.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
padding-bottom: 56.25%
}
.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
padding-bottom: 75%
}
.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
padding-bottom: 66.6666%
}
.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
padding-bottom: 100%
}
.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
padding-bottom: 177.8%
}
.elementor-fit-aspect-ratio {
position: relative;
height: 0
}
.elementor-fit-aspect-ratio iframe {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
border: 0;
background-color: #000
}
.elementor-fit-aspect-ratio video {
width: 100%
}
.flatpickr-calendar {
width: 280px
}
.flatpickr-calendar .flatpickr-current-month span.cur-month {
font-weight: 300
}
.flatpickr-calendar .dayContainer {
width: 280px;
min-width: 280px;
max-width: 280px
}
.flatpickr-calendar .flatpickr-days {
width: 280px
}
.flatpickr-calendar .flatpickr-day {
max-width: 37px;
height: 37px;
line-height: 37px
}
.elementor-templates-modal .dialog-widget-content {
font-family: Roboto,Arial,Helvetica,Verdana,sans-serif;
background-color: #f1f3f5;
width: 100%
}
@media (max-width:1439px) {
.elementor-templates-modal .dialog-widget-content {
max-width: 990px
}
}
@media (min-width:1440px) {
.elementor-templates-modal .dialog-widget-content {
max-width: 1200px
}
}
.elementor-templates-modal .dialog-header {
padding: 0;
z-index: 1
}
.elementor-templates-modal .dialog-buttons-wrapper,.elementor-templates-modal .dialog-header {
background-color: #fff;
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
box-shadow: 0 0 8px rgba(0,0,0,.1);
position: relative
}
.elementor-templates-modal .dialog-buttons-wrapper {
border: none;
display: none;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 5px
}
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
height: 40px;
margin-left: 5px
}
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
padding: 12px 36px;
color: #fff;
width: auto;
font-size: 15px
}
.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
background-color: #39b54a
}
.elementor-templates-modal .dialog-message {
height: 750px;
max-height: 85vh;
overflow: auto;
padding-top: 25px
}
.elementor-templates-modal .dialog-content {
height: 100%
}
.elementor-templates-modal .dialog-loading {
display: none
}
.elementor-templates-modal__header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 50px
}
.elementor-templates-modal__header__logo {
line-height: 1;
text-transform: uppercase;
font-weight: 700;
cursor: pointer
}
.elementor-templates-modal__header__logo-area {
text-align: left;
padding-left: 15px
}
.elementor-templates-modal__header__logo-area>* {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.elementor-templates-modal__header__logo__icon-wrapper {
margin-right: 10px;
font-size: 12px
}
.elementor-templates-modal__header__logo__title {
padding-top: 2px
}
.elementor-templates-modal__header__items-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse
}
.elementor-templates-modal__header__item {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-sizing: content-box;
box-sizing: content-box
}
.elementor-templates-modal__header__item>i {
font-size: 20px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
cursor: pointer
}
.elementor-templates-modal__header__item>i:not(:hover) {
color: #a4afb7
}
.elementor-templates-modal__header__close--normal {
width: 47px;
border-left: 1px solid #e6e9ec
}
.elementor-templates-modal__header__close--normal i {
font-size: 18px
}
.elementor-templates-modal__header__close--skip {
padding: 10px 10px 10px 20px;
margin-right: 10px;
color: #fff;
background-color: #a4afb7;
font-size: 11px;
font-weight: 400;
line-height: 1;
text-transform: uppercase;
-webkit-border-radius: 2px;
border-radius: 2px;
cursor: pointer
}
.elementor-templates-modal__header__close--skip>i {
font-size: inherit;
padding-left: 10px;
margin-left: 15px;
border-left: 1px solid
}
.elementor-templates-modal__header__close--skip>i:not(:hover) {
color: #fff
}
.elementor-templates-modal__sidebar {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 25%;
background-color: hsla(0,0%,100%,.3)
}
.elementor-templates-modal__content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-shadow: 0 0 13px inset rgba(0,0,0,.05);
box-shadow: inset 0 0 13px rgba(0,0,0,.05)
}
#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section+.elementor-second-section {
border-top: 1px solid #464b50;
margin-top: 6px
}
.elementor-hidden {
display: none
}
.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible {
position: absolute;
top: -10000em;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0
}
.elementor-clearfix:after {
content: "";
display: block;
clear: both;
width: 0;
height: 0
}
.e-logo-wrapper {
background: #93003c;
display: inline-block;
padding: .75em;
-webkit-border-radius: 50%;
border-radius: 50%;
line-height: 1
}
.e-logo-wrapper i {
color: #fff;
font-size: 1em
}
.elementor {
-webkit-hyphens: manual;
-ms-hyphens: manual;
hyphens: manual
}
.elementor *,.elementor :after,.elementor :before {
-webkit-box-sizing: border-box;
box-sizing: border-box
}
.elementor a {
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: none
}
.elementor hr {
margin: 0;
background-color: transparent
}
.elementor img {
height: auto;
max-width: 100%;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
margin: 0
}
.elementor embed,.elementor iframe,.elementor object,.elementor video {
max-width: 100%;
width: 100%;
margin: 0;
line-height: 1;
border: none
}
.elementor .elementor-custom-embed {
line-height: 0
}
.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute;
overflow: hidden;
z-index: 0;
direction: ltr
}
.elementor .elementor-background-video-container {
-webkit-transition: opacity 1s;
-o-transition: opacity 1s;
transition: opacity 1s;
pointer-events: none
}
.elementor .elementor-background-video-container.elementor-loading {
opacity: 0
}
.elementor .elementor-background-video-embed {
max-width: none
}
.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%)
}
.elementor .elementor-background-video {
max-width: none
}
.elementor .elementor-html5-video {
-o-object-fit: cover;
object-fit: cover
}
.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow {
height: 100%;
width: 100%;
top: 0;
left: 0;
position: absolute
}
.elementor .elementor-background-slideshow {
z-index: 0
}
.elementor .elementor-background-slideshow__slide__image {
width: 100%;
height: 100%;
background-position: 50%;
-webkit-background-size: cover;
background-size: cover
}
.elementor-widget-wrap>.elementor-element.elementor-absolute {
position: absolute
}
.elementor-column>.elementor-widget-wrap>.elementor-element.elementor-absolute {
padding: inherit;
-webkit-box-sizing: content-box;
box-sizing: content-box
}
.elementor-widget-wrap>.elementor-element.elementor-fixed {
position: fixed
}
.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
max-width: 100%
}
@media (max-width:1024px) {
.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
max-width: 100%
}
}
@media (max-width:767px) {
.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
max-width: 100%
}
}
.elementor-element.elementor-absolute,.elementor-element.elementor-fixed {
z-index: 1
}
.elementor-invisible {
visibility: hidden
}
.elementor-align-center {
text-align: center
}
.elementor-align-center .elementor-button {
width: auto
}
.elementor-align-right {
text-align: right
}
.elementor-align-right .elementor-button {
width: auto
}
.elementor-align-left {
text-align: left
}
.elementor-align-left .elementor-button {
width: auto
}
.elementor-align-justify .elementor-button {
width: 100%
}
.elementor-custom-embed-play {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%)
}
.elementor-custom-embed-play i {
font-size: 100px;
color: #fff;
text-shadow: 1px 0 6px rgba(0,0,0,.3)
}
.elementor-custom-embed-play svg {
height: 100px;
width: 100px;
fill: #fff;
-webkit-filter: drop-shadow(1px 0 6px rgba(0,0,0,.3));
filter: drop-shadow(1px 0 6px rgba(0,0,0,.3))
}
.elementor-custom-embed-play i,.elementor-custom-embed-play svg {
opacity: .8;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s
}
.elementor-custom-embed-play.elementor-playing i {
font-family: eicons;
-webkit-animation: fa-spin 2s linear infinite;
animation: fa-spin 2s linear infinite
}
.elementor-custom-embed-play.elementor-playing i:before {
content: "\e8fb"
}
.elementor-tag {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex
}
.elementor-ken-burns {
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform,-webkit-transform;
-webkit-transition-duration: 10s;
-o-transition-duration: 10s;
transition-duration: 10s;
-webkit-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear
}
.elementor-ken-burns--out {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3)
}
.elementor-ken-burns--active {
-webkit-transition-duration: 20s;
-o-transition-duration: 20s;
transition-duration: 20s
}
.elementor-ken-burns--active.elementor-ken-burns--out {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
.elementor-ken-burns--active.elementor-ken-burns--in {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3)
}
@media (min-width:-1px) {
.elementor-widescreen-align-center {
text-align: center
}
.elementor-widescreen-align-center .elementor-button {
width: auto
}
.elementor-widescreen-align-right {
text-align: right
}
.elementor-widescreen-align-right .elementor-button {
width: auto
}
.elementor-widescreen-align-left {
text-align: left
}
.elementor-widescreen-align-left .elementor-button {
width: auto
}
.elementor-widescreen-align-justify .elementor-button {
width: 100%
}
}
@media (max-width:-1px) {
.elementor-laptop-align-center {
text-align: center
}
.elementor-laptop-align-center .elementor-button {
width: auto
}
.elementor-laptop-align-right {
text-align: right
}
.elementor-laptop-align-right .elementor-button {
width: auto
}
.elementor-laptop-align-left {
text-align: left
}
.elementor-laptop-align-left .elementor-button {
width: auto
}
.elementor-laptop-align-justify .elementor-button {
width: 100%
}
}
@media (max-width:-1px) {
.elementor-tablet_extra-align-center {
text-align: center
}
.elementor-tablet_extra-align-center .elementor-button {
width: auto
}
.elementor-tablet_extra-align-right {
text-align: right
}
.elementor-tablet_extra-align-right .elementor-button {
width: auto
}
.elementor-tablet_extra-align-left {
text-align: left
}
.elementor-tablet_extra-align-left .elementor-button {
width: auto
}
.elementor-tablet_extra-align-justify .elementor-button {
width: 100%
}
}
@media (max-width:1024px) {
.elementor-tablet-align-center {
text-align: center
}
.elementor-tablet-align-center .elementor-button {
width: auto
}
.elementor-tablet-align-right {
text-align: right
}
.elementor-tablet-align-right .elementor-button {
width: auto
}
.elementor-tablet-align-left {
text-align: left
}
.elementor-tablet-align-left .elementor-button {
width: auto
}
.elementor-tablet-align-justify .elementor-button {
width: 100%
}
}
@media (max-width:-1px) {
.elementor-mobile_extra-align-center {
text-align: center
}
.elementor-mobile_extra-align-center .elementor-button {
width: auto
}
.elementor-mobile_extra-align-right {
text-align: right
}
.elementor-mobile_extra-align-right .elementor-button {
width: auto
}
.elementor-mobile_extra-align-left {
text-align: left
}
.elementor-mobile_extra-align-left .elementor-button {
width: auto
}
.elementor-mobile_extra-align-justify .elementor-button {
width: 100%
}
}
@media (max-width:767px) {
.elementor-mobile-align-center {
text-align: center
}
.elementor-mobile-align-center .elementor-button {
width: auto
}
.elementor-mobile-align-right {
text-align: right
}
.elementor-mobile-align-right .elementor-button {
width: auto
}
.elementor-mobile-align-left {
text-align: left
}
.elementor-mobile-align-left .elementor-button {
width: auto
}
.elementor-mobile-align-justify .elementor-button {
width: 100%
}
}
#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before {
content: "\e813";
font-family: eicons;
top: 3px;
font-size: 18px
}
#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before {
content: "\f348";
top: 2px
}
:root {
--page-title-display: block
}
.elementor-page-title,h1.entry-title {
display: var(--page-title-display)
}
.elementor-section {
position: relative
}
.elementor-section .elementor-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: auto;
margin-left: auto;
position: relative
}
@media (max-width:1024px) {
.elementor-section .elementor-container {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
}
.elementor-section.elementor-section-boxed>.elementor-container {
max-width: 1140px
}
.elementor-section.elementor-section-stretched {
position: relative;
width: 100%
}
.elementor-section.elementor-section-items-top>.elementor-container {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.elementor-section.elementor-section-items-middle>.elementor-container {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.elementor-section.elementor-section-items-bottom>.elementor-container {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end
}
@media (min-width:768px) {
.elementor-section.elementor-section-height-full {
height: 100vh
}
.elementor-section.elementor-section-height-full>.elementor-container {
height: 100%
}
}
.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end
}
.elementor-row {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
@media (max-width:1024px) {
.elementor-row {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
}
.elementor-widget-wrap {
position: relative;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-line-pack: start;
align-content: flex-start
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.elementor-widget-wrap>.elementor-element {
width: 100%
}
.elementor-widget {
position: relative
}
.elementor-widget:not(:last-child) {
margin-bottom: 20px
}
.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial {
margin-bottom: 0
}
.elementor-column {
min-height: 1px
}
.elementor-column,.elementor-column-wrap {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.elementor-column-wrap {
width: 100%
}
.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
padding: 5px
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
padding: 10px
}
.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
padding: 15px
}
.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
padding: 20px
}
.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
padding: 30px
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
padding: 0
}
@media (min-width:768px) {
.elementor-column.elementor-col-10,.elementor-column[data-col="10"] {
width: 10%
}
.elementor-column.elementor-col-11,.elementor-column[data-col="11"] {
width: 11.111%
}
.elementor-column.elementor-col-12,.elementor-column[data-col="12"] {
width: 12.5%
}
.elementor-column.elementor-col-14,.elementor-column[data-col="14"] {
width: 14.285%
}
.elementor-column.elementor-col-16,.elementor-column[data-col="16"] {
width: 16.666%
}
.elementor-column.elementor-col-20,.elementor-column[data-col="20"] {
width: 20%
}
.elementor-column.elementor-col-25,.elementor-column[data-col="25"] {
width: 25%
}
.elementor-column.elementor-col-30,.elementor-column[data-col="30"] {
width: 30%
}
.elementor-column.elementor-col-33,.elementor-column[data-col="33"] {
width: 33.333%
}
.elementor-column.elementor-col-40,.elementor-column[data-col="40"] {
width: 40%
}
.elementor-column.elementor-col-50,.elementor-column[data-col="50"] {
width: 50%
}
.elementor-column.elementor-col-60,.elementor-column[data-col="60"] {
width: 60%
}
.elementor-column.elementor-col-66,.elementor-column[data-col="66"] {
width: 66.666%
}
.elementor-column.elementor-col-70,.elementor-column[data-col="70"] {
width: 70%
}
.elementor-column.elementor-col-75,.elementor-column[data-col="75"] {
width: 75%
}
.elementor-column.elementor-col-80,.elementor-column[data-col="80"] {
width: 80%
}
.elementor-column.elementor-col-83,.elementor-column[data-col="83"] {
width: 83.333%
}
.elementor-column.elementor-col-90,.elementor-column[data-col="90"] {
width: 90%
}
.elementor-column.elementor-col-100,.elementor-column[data-col="100"] {
width: 100%
}
}
@media (max-width:479px) {
.elementor-column.elementor-xs-10 {
width: 10%
}
.elementor-column.elementor-xs-11 {
width: 11.111%
}
.elementor-column.elementor-xs-12 {
width: 12.5%
}
.elementor-column.elementor-xs-14 {
width: 14.285%
}
.elementor-column.elementor-xs-16 {
width: 16.666%
}
.elementor-column.elementor-xs-20 {
width: 20%
}
.elementor-column.elementor-xs-25 {
width: 25%
}
.elementor-column.elementor-xs-30 {
width: 30%
}
.elementor-column.elementor-xs-33 {
width: 33.333%
}
.elementor-column.elementor-xs-40 {
width: 40%
}
.elementor-column.elementor-xs-50 {
width: 50%
}
.elementor-column.elementor-xs-60 {
width: 60%
}
.elementor-column.elementor-xs-66 {
width: 66.666%
}
.elementor-column.elementor-xs-70 {
width: 70%
}
.elementor-column.elementor-xs-75 {
width: 75%
}
.elementor-column.elementor-xs-80 {
width: 80%
}
.elementor-column.elementor-xs-83 {
width: 83.333%
}
.elementor-column.elementor-xs-90 {
width: 90%
}
.elementor-column.elementor-xs-100 {
width: 100%
}
}
@media (max-width:767px) {
.elementor-column.elementor-sm-10 {
width: 10%
}
.elementor-column.elementor-sm-11 {
width: 11.111%
}
.elementor-column.elementor-sm-12 {
width: 12.5%
}
.elementor-column.elementor-sm-14 {
width: 14.285%
}
.elementor-column.elementor-sm-16 {
width: 16.666%
}
.elementor-column.elementor-sm-20 {
width: 20%
}
.elementor-column.elementor-sm-25 {
width: 25%
}
.elementor-column.elementor-sm-30 {
width: 30%
}
.elementor-column.elementor-sm-33 {
width: 33.333%
}
.elementor-column.elementor-sm-40 {
width: 40%
}
.elementor-column.elementor-sm-50 {
width: 50%
}
.elementor-column.elementor-sm-60 {
width: 60%
}
.elementor-column.elementor-sm-66 {
width: 66.666%
}
.elementor-column.elementor-sm-70 {
width: 70%
}
.elementor-column.elementor-sm-75 {
width: 75%
}
.elementor-column.elementor-sm-80 {
width: 80%
}
.elementor-column.elementor-sm-83 {
width: 83.333%
}
.elementor-column.elementor-sm-90 {
width: 90%
}
.elementor-column.elementor-sm-100 {
width: 100%
}
}
@media (min-width:768px) and (max-width:1024px) {
.elementor-column.elementor-md-10 {
width: 10%
}
.elementor-column.elementor-md-11 {
width: 11.111%
}
.elementor-column.elementor-md-12 {
width: 12.5%
}
.elementor-column.elementor-md-14 {
width: 14.285%
}
.elementor-column.elementor-md-16 {
width: 16.666%
}
.elementor-column.elementor-md-20 {
width: 20%
}
.elementor-column.elementor-md-25 {
width: 25%
}
.elementor-column.elementor-md-30 {
width: 30%
}
.elementor-column.elementor-md-33 {
width: 33.333%
}
.elementor-column.elementor-md-40 {
width: 40%
}
.elementor-column.elementor-md-50 {
width: 50%
}
.elementor-column.elementor-md-60 {
width: 60%
}
.elementor-column.elementor-md-66 {
width: 66.666%
}
.elementor-column.elementor-md-70 {
width: 70%
}
.elementor-column.elementor-md-75 {
width: 75%
}
.elementor-column.elementor-md-80 {
width: 80%
}
.elementor-column.elementor-md-83 {
width: 83.333%
}
.elementor-column.elementor-md-90 {
width: 90%
}
.elementor-column.elementor-md-100 {
width: 100%
}
}
@media (min-width:768px) and (max-width:1024px) {
.elementor-reverse-tablet>.elementor-container>:first-child {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.elementor-reverse-tablet>.elementor-container>:nth-child(2) {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.elementor-reverse-tablet>.elementor-container>:nth-child(3) {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.elementor-reverse-tablet>.elementor-container>:nth-child(4) {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.elementor-reverse-tablet>.elementor-container>:nth-child(5) {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.elementor-reverse-tablet>.elementor-container>:nth-child(6) {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.elementor-reverse-tablet>.elementor-container>:nth-child(7) {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.elementor-reverse-tablet>.elementor-container>:nth-child(8) {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.elementor-reverse-tablet>.elementor-container>:nth-child(9) {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.elementor-reverse-tablet>.elementor-container>:nth-child(10) {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
}
@media (max-width:767px) {
.elementor-reverse-mobile>.elementor-container>:first-child {
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10
}
.elementor-reverse-mobile>.elementor-container>:nth-child(2) {
-webkit-box-ordinal-group: 10;
-ms-flex-order: 9;
order: 9
}
.elementor-reverse-mobile>.elementor-container>:nth-child(3) {
-webkit-box-ordinal-group: 9;
-ms-flex-order: 8;
order: 8
}
.elementor-reverse-mobile>.elementor-container>:nth-child(4) {
-webkit-box-ordinal-group: 8;
-ms-flex-order: 7;
order: 7
}
.elementor-reverse-mobile>.elementor-container>:nth-child(5) {
-webkit-box-ordinal-group: 7;
-ms-flex-order: 6;
order: 6
}
.elementor-reverse-mobile>.elementor-container>:nth-child(6) {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.elementor-reverse-mobile>.elementor-container>:nth-child(7) {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4
}
.elementor-reverse-mobile>.elementor-container>:nth-child(8) {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3
}
.elementor-reverse-mobile>.elementor-container>:nth-child(9) {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2
}
.elementor-reverse-mobile>.elementor-container>:nth-child(10) {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.elementor-column {
width: 100%
}
}
ul.elementor-icon-list-items.elementor-inline-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
word-break: break-word
}
.elementor-grid {
display: grid;
grid-column-gap: var(--grid-column-gap);
grid-row-gap: var(--grid-row-gap)
}
.elementor-grid .elementor-grid-item {
min-width: 0
}
.elementor-grid-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap))
}
.elementor-grid-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word
}
.elementor-grid-1 .elementor-grid {
grid-template-columns: repeat(1,1fr)
}
.elementor-grid-2 .elementor-grid {
grid-template-columns: repeat(2,1fr)
}
.elementor-grid-3 .elementor-grid {
grid-template-columns: repeat(3,1fr)
}
.elementor-grid-4 .elementor-grid {
grid-template-columns: repeat(4,1fr)
}
.elementor-grid-5 .elementor-grid {
grid-template-columns: repeat(5,1fr)
}
.elementor-grid-6 .elementor-grid {
grid-template-columns: repeat(6,1fr)
}
.elementor-grid-7 .elementor-grid {
grid-template-columns: repeat(7,1fr)
}
.elementor-grid-8 .elementor-grid {
grid-template-columns: repeat(8,1fr)
}
.elementor-grid-9 .elementor-grid {
grid-template-columns: repeat(9,1fr)
}
.elementor-grid-10 .elementor-grid {
grid-template-columns: repeat(10,1fr)
}
.elementor-grid-11 .elementor-grid {
grid-template-columns: repeat(11,1fr)
}
.elementor-grid-12 .elementor-grid {
grid-template-columns: repeat(12,1fr)
}
@media (min-width:-1px) {
.elementor-grid-widescreen-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap))
}
.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word
}
.elementor-grid-widescreen-1 .elementor-grid {
grid-template-columns: repeat(1,1fr)
}
.elementor-grid-widescreen-2 .elementor-grid {
grid-template-columns: repeat(2,1fr)
}
.elementor-grid-widescreen-3 .elementor-grid {
grid-template-columns: repeat(3,1fr)
}
.elementor-grid-widescreen-4 .elementor-grid {
grid-template-columns: repeat(4,1fr)
}
.elementor-grid-widescreen-5 .elementor-grid {
grid-template-columns: repeat(5,1fr)
}
.elementor-grid-widescreen-6 .elementor-grid {
grid-template-columns: repeat(6,1fr)
}
.elementor-grid-widescreen-7 .elementor-grid {
grid-template-columns: repeat(7,1fr)
}
.elementor-grid-widescreen-8 .elementor-grid {
grid-template-columns: repeat(8,1fr)
}
.elementor-grid-widescreen-9 .elementor-grid {
grid-template-columns: repeat(9,1fr)
}
.elementor-grid-widescreen-10 .elementor-grid {
grid-template-columns: repeat(10,1fr)
}
.elementor-grid-widescreen-11 .elementor-grid {
grid-template-columns: repeat(11,1fr)
}
.elementor-grid-widescreen-12 .elementor-grid {
grid-template-columns: repeat(12,1fr)
}
}
@media (max-width:-1px) {
.elementor-grid-laptop-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap))
}
.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word
}
.elementor-grid-laptop-1 .elementor-grid {
grid-template-columns: repeat(1,1fr)
}
.elementor-grid-laptop-2 .elementor-grid {
grid-template-columns: repeat(2,1fr)
}
.elementor-grid-laptop-3 .elementor-grid {
grid-template-columns: repeat(3,1fr)
}
.elementor-grid-laptop-4 .elementor-grid {
grid-template-columns: repeat(4,1fr)
}
.elementor-grid-laptop-5 .elementor-grid {
grid-template-columns: repeat(5,1fr)
}
.elementor-grid-laptop-6 .elementor-grid {
grid-template-columns: repeat(6,1fr)
}
.elementor-grid-laptop-7 .elementor-grid {
grid-template-columns: repeat(7,1fr)
}
.elementor-grid-laptop-8 .elementor-grid {
grid-template-columns: repeat(8,1fr)
}
.elementor-grid-laptop-9 .elementor-grid {
grid-template-columns: repeat(9,1fr)
}
.elementor-grid-laptop-10 .elementor-grid {
grid-template-columns: repeat(10,1fr)
}
.elementor-grid-laptop-11 .elementor-grid {
grid-template-columns: repeat(11,1fr)
}
.elementor-grid-laptop-12 .elementor-grid {
grid-template-columns: repeat(12,1fr)
}
}
@media (max-width:-1px) {
.elementor-grid-tablet_extra-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap))
}
.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word
}
.elementor-grid-tablet_extra-1 .elementor-grid {
grid-template-columns: repeat(1,1fr)
}
.elementor-grid-tablet_extra-2 .elementor-grid {
grid-template-columns: repeat(2,1fr)
}
.elementor-grid-tablet_extra-3 .elementor-grid {
grid-template-columns: repeat(3,1fr)
}
.elementor-grid-tablet_extra-4 .elementor-grid {
grid-template-columns: repeat(4,1fr)
}
.elementor-grid-tablet_extra-5 .elementor-grid {
grid-template-columns: repeat(5,1fr)
}
.elementor-grid-tablet_extra-6 .elementor-grid {
grid-template-columns: repeat(6,1fr)
}
.elementor-grid-tablet_extra-7 .elementor-grid {
grid-template-columns: repeat(7,1fr)
}
.elementor-grid-tablet_extra-8 .elementor-grid {
grid-template-columns: repeat(8,1fr)
}
.elementor-grid-tablet_extra-9 .elementor-grid {
grid-template-columns: repeat(9,1fr)
}
.elementor-grid-tablet_extra-10 .elementor-grid {
grid-template-columns: repeat(10,1fr)
}
.elementor-grid-tablet_extra-11 .elementor-grid {
grid-template-columns: repeat(11,1fr)
}
.elementor-grid-tablet_extra-12 .elementor-grid {
grid-template-columns: repeat(12,1fr)
}
}
@media (max-width:1024px) {
.elementor-grid-tablet-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap))
}
.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word
}
.elementor-grid-tablet-1 .elementor-grid {
grid-template-columns: repeat(1,1fr)
}
.elementor-grid-tablet-2 .elementor-grid {
grid-template-columns: repeat(2,1fr)
}
.elementor-grid-tablet-3 .elementor-grid {
grid-template-columns: repeat(3,1fr)
}
.elementor-grid-tablet-4 .elementor-grid {
grid-template-columns: repeat(4,1fr)
}
.elementor-grid-tablet-5 .elementor-grid {
grid-template-columns: repeat(5,1fr)
}
.elementor-grid-tablet-6 .elementor-grid {
grid-template-columns: repeat(6,1fr)
}
.elementor-grid-tablet-7 .elementor-grid {
grid-template-columns: repeat(7,1fr)
}
.elementor-grid-tablet-8 .elementor-grid {
grid-template-columns: repeat(8,1fr)
}
.elementor-grid-tablet-9 .elementor-grid {
grid-template-columns: repeat(9,1fr)
}
.elementor-grid-tablet-10 .elementor-grid {
grid-template-columns: repeat(10,1fr)
}
.elementor-grid-tablet-11 .elementor-grid {
grid-template-columns: repeat(11,1fr)
}
.elementor-grid-tablet-12 .elementor-grid {
grid-template-columns: repeat(12,1fr)
}
}
@media (max-width:-1px) {
.elementor-grid-mobile_extra-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap))
}
.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word
}
.elementor-grid-mobile_extra-1 .elementor-grid {
grid-template-columns: repeat(1,1fr)
}
.elementor-grid-mobile_extra-2 .elementor-grid {
grid-template-columns: repeat(2,1fr)
}
.elementor-grid-mobile_extra-3 .elementor-grid {
grid-template-columns: repeat(3,1fr)
}
.elementor-grid-mobile_extra-4 .elementor-grid {
grid-template-columns: repeat(4,1fr)
}
.elementor-grid-mobile_extra-5 .elementor-grid {
grid-template-columns: repeat(5,1fr)
}
.elementor-grid-mobile_extra-6 .elementor-grid {
grid-template-columns: repeat(6,1fr)
}
.elementor-grid-mobile_extra-7 .elementor-grid {
grid-template-columns: repeat(7,1fr)
}
.elementor-grid-mobile_extra-8 .elementor-grid {
grid-template-columns: repeat(8,1fr)
}
.elementor-grid-mobile_extra-9 .elementor-grid {
grid-template-columns: repeat(9,1fr)
}
.elementor-grid-mobile_extra-10 .elementor-grid {
grid-template-columns: repeat(10,1fr)
}
.elementor-grid-mobile_extra-11 .elementor-grid {
grid-template-columns: repeat(11,1fr)
}
.elementor-grid-mobile_extra-12 .elementor-grid {
grid-template-columns: repeat(12,1fr)
}
}
@media (max-width:767px) {
.elementor-grid-mobile-0 .elementor-grid {
display: inline-block;
width: 100%;
word-spacing: var(--grid-column-gap);
margin-bottom: calc(-1 * var(--grid-row-gap))
}
.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
display: inline-block;
margin-bottom: var(--grid-row-gap);
word-break: break-word
}
.elementor-grid-mobile-1 .elementor-grid {
grid-template-columns: repeat(1,1fr)
}
.elementor-grid-mobile-2 .elementor-grid {
grid-template-columns: repeat(2,1fr)
}
.elementor-grid-mobile-3 .elementor-grid {
grid-template-columns: repeat(3,1fr)
}
.elementor-grid-mobile-4 .elementor-grid {
grid-template-columns: repeat(4,1fr)
}
.elementor-grid-mobile-5 .elementor-grid {
grid-template-columns: repeat(5,1fr)
}
.elementor-grid-mobile-6 .elementor-grid {
grid-template-columns: repeat(6,1fr)
}
.elementor-grid-mobile-7 .elementor-grid {
grid-template-columns: repeat(7,1fr)
}
.elementor-grid-mobile-8 .elementor-grid {
grid-template-columns: repeat(8,1fr)
}
.elementor-grid-mobile-9 .elementor-grid {
grid-template-columns: repeat(9,1fr)
}
.elementor-grid-mobile-10 .elementor-grid {
grid-template-columns: repeat(10,1fr)
}
.elementor-grid-mobile-11 .elementor-grid {
grid-template-columns: repeat(11,1fr)
}
.elementor-grid-mobile-12 .elementor-grid {
grid-template-columns: repeat(12,1fr)
}
}
@media (min-width:1025px) {
#elementor-device-mode:after {
content: "desktop"
}
}
@media (min-width:-1px) {
#elementor-device-mode:after {
content: "widescreen"
}
}
@media (max-width:-1px) {
#elementor-device-mode:after {
content: "laptop";
content: "tablet_extra"
}
}
@media (max-width:1024px) {
#elementor-device-mode:after {
content: "tablet"
}
}
@media (max-width:-1px) {
#elementor-device-mode:after {
content: "mobile_extra"
}
}
@media (max-width:767px) {
#elementor-device-mode:after {
content: "mobile"
}
}[class*=" eicon-"],[class^=eicon] {
display: inline-block;
font-family: eicons;
font-size: inherit;
font-weight: 400;
font-style: normal;
font-variant: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
@-webkit-keyframes eicon-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes eicon-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
.eicon-animation-spin {
-webkit-animation: eicon-spin 2s linear infinite;
animation: eicon-spin 2s linear infinite
}
.eicon-loading:before {
content: "\e8fb"
}
.eicon-menu-bar:before {
content: "\e816"
}
.eicon-chevron-right:before {
content: "\e87d"
}
.eicon-chevron-left:before {
content: "\e87e"
}
.eicon-close:before {
content: "\e87f"
}
.eicon-share-arrow:before {
content: "\e96c"
}
.eicon-zoom-in:before {
content: "\e882"
}
.eicon-zoom-in-bold:before {
content: "\e92e"
}
.eicon-zoom-out-bold:before {
content: "\e943"
}
.eicon-frame-expand:before {
content: "\e95c"
}
.eicon-frame-minimize:before {
content: "\e95d"
}
.eicon-play:before {
content: "\e89d"
}
.eicon-facebook:before {
content: "\e959"
}
.eicon-twitter:before {
content: "\e95a"
}
.eicon-pinterest:before {
content: "\e95b"
}
.eicon-download-bold:before {
content: "\e96b"
}
.eicon-caret-down:before {
content: "\e92a"
}
.elementor-form-fields-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%
}
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.elementor-field-group {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.elementor-field-group.elementor-field-type-submit {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end
}
.elementor-field-group .elementor-field-textual {
width: 100%;
max-width: 100%;
border: 1px solid #818a91;
background-color: transparent;
color: #373a3c;
vertical-align: middle;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.elementor-field-group .elementor-field-textual:focus {
-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
outline: 0
}
.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
color: inherit;
font-family: inherit;
opacity: .6
}
.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
color: inherit;
font-family: inherit;
opacity: .6
}
.elementor-field-group .elementor-field-textual:-moz-placeholder,.elementor-field-group .elementor-field-textual::-moz-placeholder {
color: inherit;
font-family: inherit;
opacity: .6
}
.elementor-field-group .elementor-field-textual::-ms-input-placeholder {
color: inherit;
font-family: inherit;
opacity: .6
}
.elementor-field-group .elementor-field-textual::placeholder {
color: inherit;
font-family: inherit;
opacity: .6
}
.elementor-field-group .elementor-select-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
width: 100%
}
.elementor-field-group .elementor-select-wrapper select {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
color: inherit;
font-size: inherit;
font-family: inherit;
font-weight: inherit;
font-style: inherit;
text-transform: inherit;
letter-spacing: inherit;
line-height: inherit;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding-right: 20px
}
.elementor-field-group .elementor-select-wrapper:before {
content: "\e92a";
font-family: eicons;
font-size: 15px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 10px;
pointer-events: none;
text-shadow: 0 0 3px rgba(0,0,0,.3)
}
.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
content: ""
}
.elementor-field-subgroup {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.elementor-field-subgroup .elementor-field-option label {
display: inline-block
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
padding-right: 10px
}
.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
-ms-flex-preferred-size: 100%;
flex-basis: 100%
}
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
display: inline
}
.elementor-field-label {
cursor: pointer
}
.elementor-mark-required .elementor-field-label:after {
content: "*";
color: red;
padding-left: .2em
}
.elementor-field-textual {
line-height: 1.4;
font-size: 15px;
min-height: 40px;
padding: 5px 14px;
-webkit-border-radius: 3px;
border-radius: 3px
}
.elementor-field-textual.elementor-size-xs {
font-size: 13px;
min-height: 33px;
padding: 4px 12px;
-webkit-border-radius: 2px;
border-radius: 2px
}
.elementor-field-textual.elementor-size-md {
font-size: 16px;
min-height: 47px;
padding: 6px 16px;
-webkit-border-radius: 4px;
border-radius: 4px
}
.elementor-field-textual.elementor-size-lg {
font-size: 18px;
min-height: 59px;
padding: 7px 20px;
-webkit-border-radius: 5px;
border-radius: 5px
}
.elementor-field-textual.elementor-size-xl {
font-size: 20px;
min-height: 72px;
padding: 8px 24px;
-webkit-border-radius: 6px;
border-radius: 6px
}
.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
-ms-flex-preferred-size: 100%;
flex-basis: 100%
}
.elementor-button-align-stretch .e-form__buttons__wrapper {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.elementor-button-align-stretch .e-form__buttons__wrapper__button {
-ms-flex-preferred-size: 100%;
flex-basis: 100%
}
.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
-ms-flex-preferred-size: initial;
flex-basis: auto
}
.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper {
-webkit-box-flex: initial;
-ms-flex-positive: initial;
flex-grow: 0
}
.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button {
-ms-flex-preferred-size: initial;
flex-basis: auto
}
@media screen and (max-width:1024px) {
.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
-ms-flex-preferred-size: 100%;
flex-basis: 100%
}
.elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
-ms-flex-preferred-size: 100%;
flex-basis: 100%
}
.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
-ms-flex-preferred-size: initial;
flex-basis: auto
}
.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper {
-webkit-box-flex: initial;
-ms-flex-positive: initial;
flex-grow: 0
}
.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
-ms-flex-preferred-size: initial;
flex-basis: auto
}
}
@media screen and (max-width:767px) {
.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
-ms-flex-preferred-size: 100%;
flex-basis: 100%
}
.elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
-ms-flex-preferred-size: 100%;
flex-basis: 100%
}
.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
-ms-flex-preferred-size: initial;
flex-basis: auto
}
.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper {
-webkit-box-flex: initial;
-ms-flex-positive: initial;
flex-grow: 0
}
.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
-ms-flex-preferred-size: initial;
flex-basis: auto
}
}
.elementor-error .elementor-field {
border-color: #d9534f
}
.elementor-error .help-inline {
color: #d9534f;
font-size: .9em
}
.elementor-message {
margin: 10px 0;
font-size: 1em;
line-height: 1
}
.elementor-message:before {
content: "\e90e";
display: inline-block;
font-family: eicons;
font-weight: 400;
font-style: normal;
vertical-align: middle;
margin-right: 5px
}
.elementor-message.elementor-message-danger {
color: #d9534f
}
.elementor-message.elementor-message-danger:before {
content: "\e87f"
}
.elementor-message.form-message-success {
color: #5cb85c
}
.elementor-form .elementor-button {
padding-top: 0;
padding-bottom: 0;
border: none
}
.elementor-form .elementor-button>span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.elementor-form .elementor-button.elementor-size-xs {
min-height: 33px
}
.elementor-form .elementor-button.elementor-size-sm {
min-height: 40px
}
.elementor-form .elementor-button.elementor-size-md {
min-height: 47px
}
.elementor-form .elementor-button.elementor-size-lg {
min-height: 59px
}
.elementor-form .elementor-button.elementor-size-xl {
min-height: 72px
}
.elementor-element .elementor-widget-container {
-webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
-o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s
}
.elementor-button {
display: inline-block;
line-height: 1;
background-color: #818a91;
font-size: 15px;
padding: 12px 24px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #fff;
fill: #fff;
text-align: center;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s
}
.elementor-button:focus,.elementor-button:hover,.elementor-button:visited {
color: #fff
}
.elementor-button-content-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.elementor-button-icon {
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.elementor-button-icon svg {
width: 1em;
height: auto
}
.elementor-button-icon .e-font-icon-svg {
height: 1em
}
.elementor-button-text {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
display: inline-block
}
.elementor-button.elementor-size-xs {
font-size: 13px;
padding: 10px 20px;
-webkit-border-radius: 2px;
border-radius: 2px
}
.elementor-button.elementor-size-md {
font-size: 16px;
padding: 15px 30px;
-webkit-border-radius: 4px;
border-radius: 4px
}
.elementor-button.elementor-size-lg {
font-size: 18px;
padding: 20px 40px;
-webkit-border-radius: 5px;
border-radius: 5px
}
.elementor-button.elementor-size-xl {
font-size: 20px;
padding: 25px 50px;
-webkit-border-radius: 6px;
border-radius: 6px
}
.elementor-button .elementor-align-icon-right {
margin-left: 5px;
-webkit-box-ordinal-group: 16;
-ms-flex-order: 15;
order: 15
}
.elementor-button .elementor-align-icon-left {
margin-right: 5px;
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5
}
.elementor-button span {
text-decoration: inherit
}
.elementor-menu-cart__toggle .elementor-button-icon {
-webkit-box-ordinal-group: 16;
-ms-flex-order: 15;
order: 15
}
.elementor-element.elementor-button-info .elementor-button {
background-color: #5bc0de
}
.elementor-element.elementor-button-success .elementor-button {
background-color: #5cb85c
}
.elementor-element.elementor-button-warning .elementor-button {
background-color: #f0ad4e
}
.elementor-element.elementor-button-danger .elementor-button {
background-color: #d9534f
}
.elementor-widget-button .elementor-button .elementor-button-info {
background-color: #5bc0de
}
.elementor-widget-button .elementor-button .elementor-button-success {
background-color: #5cb85c
}
.elementor-widget-button .elementor-button .elementor-button-warning {
background-color: #f0ad4e
}
.elementor-widget-button .elementor-button .elementor-button-danger {
background-color: #d9534f
}
.elementor-tab-title a {
color: inherit
}
.elementor-view-stacked .elementor-icon {
padding: .5em;
background-color: #818a91;
color: #fff;
fill: #fff
}
.elementor-view-framed .elementor-icon {
padding: .5em;
color: #818a91;
border: 3px solid #818a91;
background-color: transparent
}
.elementor-icon {
display: inline-block;
line-height: 1;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
color: #818a91;
font-size: 50px;
text-align: center
}
.elementor-icon:hover {
color: #818a91
}
.elementor-icon i,.elementor-icon svg {
width: 1em;
height: 1em;
position: relative;
display: block
}
.elementor-icon i:before,.elementor-icon svg:before {
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%)
}
.elementor-icon i.fad {
width: auto
}
.elementor-shape-circle .elementor-icon {
-webkit-border-radius: 50%;
border-radius: 50%
}
.slick-slider {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent
}
.slick-list,.slick-slider {
position: relative;
display: block
}
.slick-list {
overflow: hidden;
margin: 0;
padding: 0
}
.slick-list:focus {
outline: none
}
.slick-list.dragging {
cursor: pointer
}
.slick-slider .slick-list,.slick-slider .slick-track {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block
}
.slick-track:after,.slick-track:before {
content: "";
display: table
}
.slick-track:after {
clear: both
}
.slick-loading .slick-track {
visibility: hidden
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none
}
.elementor-slick-slider[dir=rtl] .slick-slide {
float: right
}
.slick-slide img {
display: block
}
.slick-slide.slick-loading img {
display: none
}
.slick-slide.dragging img {
pointer-events: none
}
.slick-initialized .slick-slide {
display: block
}
.slick-loading .slick-slide {
visibility: hidden
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent
}
.slick-arrow.slick-hidden {
display: none
}
.elementor-slick-slider .slick-loading .slick-list {
background: #fff
}
.elementor-slick-slider .slick-loading .slick-list:after {
content: "\e8fb";
font-family: eicons;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
-webkit-animation: fa-spin 2s linear infinite;
animation: fa-spin 2s linear infinite;
font-size: 25px;
color: #a4afb7
}
.elementor-slick-slider .slick-next,.elementor-slick-slider .slick-prev {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
padding: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent
}
.elementor-slick-slider .slick-next:focus,.elementor-slick-slider .slick-next:hover,.elementor-slick-slider .slick-prev:focus,.elementor-slick-slider .slick-prev:hover {
color: transparent;
outline: none;
background: transparent
}
.elementor-slick-slider .slick-next:focus:before,.elementor-slick-slider .slick-next:hover:before,.elementor-slick-slider .slick-prev:focus:before,.elementor-slick-slider .slick-prev:hover:before {
opacity: 1
}
.elementor-slick-slider .slick-next.slick-disabled:before,.elementor-slick-slider .slick-prev.slick-disabled:before {
opacity: .25
}
.elementor-slick-slider .slick-next:before,.elementor-slick-slider .slick-prev:before {
font-family: eicons;
font-size: 35px;
line-height: 1;
opacity: .75;
color: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.elementor-slick-slider .slick-prev {
left: -25px
}[dir=rtl] .elementor-slick-slider .slick-prev {
left: auto;
right: -25px
}
.elementor-slick-slider .slick-prev:before {
content: "\e89f"
}[dir=rtl] .elementor-slick-slider .slick-prev:before {
content: "\e89e"
}
.elementor-slick-slider .slick-next {
right: -25px
}[dir=rtl] .elementor-slick-slider .slick-next {
left: -25px;
right: auto
}
.elementor-slick-slider .slick-next:before {
content: "\e89e"
}[dir=rtl] .elementor-slick-slider .slick-next:before {
content: "\e89f"
}
.elementor-slick-slider .slick-dotted.slick-slider {
margin-bottom: 30px
}
.elementor-slick-slider ul.slick-dots {
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
line-height: 1
}
.elementor-slick-slider ul.slick-dots li {
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0;
padding: 0;
cursor: pointer
}
.elementor-slick-slider ul.slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent
}
.elementor-slick-slider ul.slick-dots li button:focus,.elementor-slick-slider ul.slick-dots li button:hover {
outline: none
}
.elementor-slick-slider ul.slick-dots li button:focus:before,.elementor-slick-slider ul.slick-dots li button:hover:before {
opacity: 1
}
.elementor-slick-slider ul.slick-dots li button:before {
font-family: eicons;
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: "\e914";
text-align: center;
opacity: .25;
color: #000;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.elementor-slick-slider ul.slick-dots li.slick-active button:before {
opacity: .75;
color: #000
}
.elementor-slick-slider .slick-arrows-inside .slick-prev {
left: 20px
}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev {
left: auto;
right: 20px
}
.elementor-slick-slider .slick-arrows-inside .slick-next {
right: 20px
}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next {
left: 20px;
right: auto
}
.elementor-slick-slider .slick-dots-inside .slick-dots {
bottom: 5px
}
.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
margin-bottom: 0
}
.elementor-slick-slider .slick-slider .slick-next,.elementor-slick-slider .slick-slider .slick-prev {
z-index: 1
}
.elementor-slick-slider .slick-slide img {
margin: auto
}
.swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
z-index: 1
}
.swiper-container .swiper-slide figure {
line-height: 0
}
.swiper-container .elementor-lightbox-content-source {
display: none
}
.swiper-container-no-flexbox .swiper-slide {
float: left
}
.swiper-container-vertical>.swiper-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform,-webkit-transform;
-webkit-box-sizing: content-box;
box-sizing: content-box
}
.swiper-container-android .swiper-slide,.swiper-wrapper {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.swiper-container-multirow>.swiper-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto
}
.swiper-slide {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative
}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
height: auto
}
.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-transition-property: height,-webkit-transform;
transition-property: height,-webkit-transform;
-o-transition-property: transform,height;
transition-property: transform,height;
transition-property: transform,height,-webkit-transform
}
.swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000
}
.swiper-wp8-horizontal {
-ms-touch-action: pan-y;
touch-action: pan-y
}
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x
}
.swiper-button-next,.swiper-button-prev {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
-webkit-background-size: 27px 44px;
background-size: 27px 44px;
background: no-repeat 50%
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
opacity: .35;
cursor: auto;
pointer-events: none
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
left: 10px;
right: auto
}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
right: 10px;
left: auto
}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}
.swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
-webkit-transform: translateZ(0);
transform: translateZ(0);
z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
bottom: 5px;
left: 0;
width: 100%
}
.swiper-pagination-bullet {
width: 6px;
height: 6px;
display: inline-block;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #000;
opacity: .2
}
.swiper-pagination-fraction {
color: #000
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
background: #fff
}
.swiper-pagination-bullet-active {
opacity: 1
}
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000
}
.swiper-container-vertical>.swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 5px 0;
display: block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 6px
}
.swiper-pagination-progressbar {
background: rgba(0,0,0,.25);
position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: #000;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar {
width: 100%;
height: 4px;
left: 0;
top: 0
}
.swiper-container-vertical>.swiper-pagination-progressbar {
width: 4px;
height: 100%;
left: 0;
top: 0
}
.swiper-pagination-progressbar.swiper-pagination-white {
background: hsla(0,0%,100%,.5)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
background: #000
}
.swiper-container-3d {
-webkit-perspective: 1200px;
perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
background-image: -o-linear-gradient(right,rgba(0,0,0,.5),transparent);
background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
background-image: -o-linear-gradient(left,rgba(0,0,0,.5),transparent);
background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
background-image: -o-linear-gradient(top,rgba(0,0,0,.5),transparent);
background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
-ms-perspective: 1200px
}
.swiper-container-cube,.swiper-container-flip {
overflow: visible
}
.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
pointer-events: none;
z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
visibility: hidden;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none
}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto
}
.swiper-zoom-container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center
}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
max-width: 100%;
max-height: 100%;
-o-object-fit: contain;
object-fit: contain
}
.swiper-scrollbar {
-webkit-border-radius: 10px;
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0,0,0,.5);
-webkit-border-radius: 10px;
border-radius: 10px;
left: 0;
top: 0
}
.swiper-scrollbar-cursor-drag {
cursor: move
}
.elementor-pagination-position-outside .swiper-container {
padding-bottom: 30px
}
.elementor-pagination-position-outside .elementor-swiper-button {
top: calc(50% - 30px / 2)
}
.elementor-swiper {
position: relative
}
.elementor-main-swiper {
position: static
}
.elementor-arrows-position-outside .swiper-container {
width: calc(100% - 60px)
}
.elementor-arrows-position-outside .elementor-swiper-button-prev {
left: 0
}
.elementor-arrows-position-outside .elementor-swiper-button-next {
right: 0
}
.swiper-image-stretch .swiper-slide .swiper-slide-image {
width: 100%
}
.elementor-swiper-button {
position: absolute;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
z-index: 1;
cursor: pointer;
font-size: 25px;
color: hsla(0,0%,93.3%,.9);
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
.elementor-swiper-button-prev {
left: 10px
}
.elementor-swiper-button-next {
right: 10px
}
.elementor-swiper-button.swiper-button-disabled {
opacity: .3
}
.swiper-container-cube .elementor-swiper-button {
-webkit-transform: translate3d(0,-50%,1px);
transform: translate3d(0,-50%,1px)
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
animation: swiper-preloader-spin 1s steps(12) infinite
}
.swiper-lazy-preloader:after {
display: block;
content: "";
width: 100%;
height: 100%;
-webkit-background-size: 100% 100%;
background-size: 100%;
background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}
.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
@keyframes swiper-preloader-spin {
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn)
}
}
.elementor-lightbox {
--lightbox-ui-color: hsla(0,0%,93.3%,0.9);
--lightbox-ui-color-hover: #fff;
--lightbox-text-color: var(--lightbox-ui-color);
--lightbox-header-icons-size: 20px;
--lightbox-navigation-icons-size: 25px
}
.elementor-lightbox .dialog-header {
display: none
}
.elementor-lightbox .dialog-widget-content {
background: none;
-webkit-box-shadow: none;
box-shadow: none;
width: 100%;
height: 100%
}
.elementor-lightbox .dialog-message {
-webkit-animation-duration: .3s;
animation-duration: .3s
}
.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
height: 100%
}
.elementor-lightbox .dialog-message.dialog-lightbox-message {
padding: 0
}
.elementor-lightbox .dialog-lightbox-close-button {
cursor: pointer;
position: absolute;
font-size: var(--lightbox-header-icons-size);
right: .75em;
margin-top: 13px;
padding: .25em;
z-index: 2;
line-height: 1
}
.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button {
color: var(--lightbox-ui-color);
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
opacity: 1
}
.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover {
color: var(--lightbox-ui-color-hover)
}
.elementor-lightbox .swiper-container {
height: 100%
}
.elementor-lightbox .elementor-lightbox-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
padding: 70px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 100%;
margin: auto
}
@media (max-width:767px) {
.elementor-lightbox .elementor-lightbox-item {
padding: 70px 0
}
}
.elementor-lightbox .elementor-lightbox-image {
max-height: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover {
opacity: 1;
-webkit-filter: none;
filter: none;
border: none
}
.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-video-container {
-webkit-box-shadow: 0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);
box-shadow: 0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);
-webkit-border-radius: 2px;
border-radius: 2px
}
.elementor-lightbox .elementor-video-container {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%)
}
@media (min-width:1025px) {
.elementor-lightbox .elementor-video-container {
width: 75%
}
}
@media (max-width:1024px) {
.elementor-lightbox .elementor-video-container {
width: 100%
}
}
@media (min-width:768px) and (max-width:1024px) {
.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
width: 70%
}
}
.elementor-lightbox .elementor-swiper-button:focus {
outline-width: 1px
}
.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 15%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: var(--lightbox-navigation-icons-size)
}
.elementor-lightbox .elementor-swiper-button-prev {
left: 0
}
.elementor-lightbox .elementor-swiper-button-next {
right: 0
}
@media (max-width:767px) {
.elementor-lightbox .elementor-swiper-button:focus {
outline: none
}
.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev {
width: 20%
}
.elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i {
padding: 10px;
background-color: rgba(0,0,0,.5)
}
.elementor-lightbox .elementor-swiper-button-prev {
left: 0;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.elementor-lightbox .elementor-swiper-button-next {
right: 0;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
}
.elementor-slideshow__counter {
color: currentColor;
font-size: .75em;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content
}
.elementor-slideshow__footer,.elementor-slideshow__header {
position: absolute;
left: 0;
width: 100%;
padding: 15px 20px;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s
}
.elementor-slideshow__footer {
color: var(--lightbox-text-color)
}
.elementor-slideshow__header {
color: var(--lightbox-ui-color);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
font-size: var(--lightbox-header-icons-size);
padding-left: 1em;
padding-right: 2.6em;
top: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 10
}
.elementor-slideshow__header>i {
font-size: inherit;
cursor: pointer;
padding: .25em;
margin: 0 .35em
}
.elementor-slideshow__header>i:hover {
color: var(--lightbox-ui-color-hover)
}
.elementor-slideshow__header .elementor-slideshow__counter {
margin-right: auto
}
.elementor-slideshow__header .elementor-icon-share {
z-index: 5
}
.elementor-slideshow__share-menu {
background-color: transparent;
width: 0;
height: 0;
position: absolute;
overflow: hidden;
-webkit-transition: background-color .4s;
-o-transition: background-color .4s;
transition: background-color .4s
}
.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
color: #2c2c2c
}
.elementor-slideshow__share-links {
display: block;
position: absolute;
min-width: 200px;
right: 2.8em;
top: 3em;
background-color: #fff;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 14px 20px;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
opacity: 0;
-webkit-transform-origin: 90% 10%;
-ms-transform-origin: 90% 10%;
transform-origin: 90% 10%;
-webkit-transition: all .25s .1s;
-o-transition: all .25s .1s;
transition: all .25s .1s;
-webkit-box-shadow: 0 4px 15px rgba(0,0,0,.3);
box-shadow: 0 4px 15px rgba(0,0,0,.3)
}
.elementor-slideshow__share-links a {
text-align: left;
color: #55595c;
font-size: 12px;
line-height: 2.5;
display: block;
opacity: 0;
-webkit-transition: opacity .5s .1s;
-o-transition: opacity .5s .1s;
transition: opacity .5s .1s
}
.elementor-slideshow__share-links a:hover {
color: #000
}
.elementor-slideshow__share-links a i {
font-size: 1.25em;
margin-right: .75em
}
.elementor-slideshow__share-links:before {
content: "";
display: block;
position: absolute;
top: 1px;
right: .5em;
border: .45em solid transparent;
border-bottom-color: #fff;
-webkit-transform: translateY(-100%) scaleX(.7);
-ms-transform: translateY(-100%) scaleX(.7);
transform: translateY(-100%) scaleX(.7)
}
.elementor-slideshow__footer {
bottom: 0;
z-index: 5;
position: fixed
}
.elementor-slideshow__description,.elementor-slideshow__title {
margin: 0
}
.elementor-slideshow__title {
font-size: 16px;
font-weight: 700
}
.elementor-slideshow__description {
font-size: 14px
}
.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header {
opacity: 0;
pointer-events: none
}
.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
opacity: 0
}
.elementor-slideshow--fullscreen-mode .elementor-video-container {
width: 100%
}
.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header {
background-color: rgba(0,0,0,.5)
}
.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
opacity: 0;
pointer-events: none
}
.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
top: 0;
left: 0;
width: 100vw;
height: 100vh;
opacity: 1;
cursor: default;
background-color: rgba(0,0,0,.5)
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
opacity: 1
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
color: #1da1f2
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
color: #3b5998
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
color: #bd081c
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
color: #a4afb7
}
.elementor-slideshow--share-mode .eicon-share-arrow {
z-index: 2
}
.animated {
-webkit-animation-duration: 1.25s;
animation-duration: 1.25s
}
.animated.animated-slow {
-webkit-animation-duration: 2s;
animation-duration: 2s
}
.animated.animated-fast {
-webkit-animation-duration: .75s;
animation-duration: .75s
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}
.animated.reverse {
animation-direction: reverse;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards
}
@media (prefers-reduced-motion:reduce) {
.animated {
-webkit-animation: none;
animation: none
}
}
.elementor-shape {
overflow: hidden;
position: absolute;
left: 0;
width: 100%;
line-height: 0;
direction: ltr
}
.elementor-shape-top {
top: -1px
}
.elementor-shape-top:not([data-negative=false]) svg {
z-index: -1
}
.elementor-shape-bottom {
bottom: -1px
}
.elementor-shape-bottom:not([data-negative=true]) svg {
z-index: -1
}
.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg)
}
.elementor-shape svg {
display: block;
width: calc(100% + 1.3px);
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%)
}
.elementor-shape .elementor-shape-fill {
fill: #fff;
-webkit-transform-origin: center;
-ms-transform-origin: center;
transform-origin: center;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg)
}
#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 200px
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
width: 100%
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
background: #55595c;
font-size: 11px;
line-height: 9px;
margin-top: 6px;
padding: 4px 8px;
-webkit-border-radius: 3px;
border-radius: 3px
}
.page-template-elementor_canvas.elementor-page:before {
display: none
}
.elementor-post__thumbnail__link {
-webkit-transition: none;
-o-transition: none;
transition: none
}
#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items {
padding: 0
}
#wpadminbar * {
font-style: normal
}
.e--ua-appleWebkit.rtl {
--flex-right: flex-start
}
.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
--justify-content: var(--flex-right,flex-end)
}
.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
--justify-content: center
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
width: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: var(--justify-content,space-between);
-ms-flex-pack: var(--justify-content,space-between);
justify-content: var(--justify-content,space-between);
margin-left: calc(-.5 * var(--grid-column-gap));
margin-right: calc(-.5 * var(--grid-column-gap))
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
margin-left: calc(.5 * var(--grid-column-gap));
margin-right: calc(.5 * var(--grid-column-gap))
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
display: inline-block
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
margin-left: 0;
margin-right: 0
}
@media (max-width:1024px) {
.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
--justify-content: var(--flex-right,flex-end)
}
.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
--justify-content: center
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
width: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: var(--justify-content,space-between);
-ms-flex-pack: var(--justify-content,space-between);
justify-content: var(--justify-content,space-between);
margin-left: calc(-.5 * var(--grid-column-gap));
margin-right: calc(-.5 * var(--grid-column-gap))
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
margin-left: calc(.5 * var(--grid-column-gap));
margin-right: calc(.5 * var(--grid-column-gap))
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
display: inline-block
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
margin-left: 0;
margin-right: 0
}
}
@media (max-width:767px) {
.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
--justify-content: var(--flex-right,flex-end)
}
.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
--justify-content: center
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
width: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: var(--justify-content,space-between);
-ms-flex-pack: var(--justify-content,space-between);
justify-content: var(--justify-content,space-between);
margin-left: calc(-.5 * var(--grid-column-gap));
margin-right: calc(-.5 * var(--grid-column-gap))
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
margin-left: calc(.5 * var(--grid-column-gap));
margin-right: calc(.5 * var(--grid-column-gap))
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
display: inline-block
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
margin-left: 0;
margin-right: 0
}
}
@media (max-width:767px) {
.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone {
display: none
}
}
@media (min-width:-1px) and (max-width:-1px) {
.elementor .elementor-hidden-mobile_extra {
display: none
}
}
@media (min-width:768px) and (max-width:1024px) {
.elementor .elementor-hidden-tablet {
display: none
}
}
@media (min-width:-1px) and (max-width:-1px) {
.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra {
display: none
}
}
@media (min-width:1025px) and (max-width:99999px) {
.elementor .elementor-hidden-desktop {
display: none
}
}
@media (min-width:-1px) {
.elementor .elementor-hidden-widescreen {
display: none
}
}
.elementor-widget-text-path {
font-size: 20px;
text-align: var(--alignment,left)
}
.elementor-widget-text-path svg {
width: var(--width);
max-width: 100%;
height: auto;
overflow: visible;
word-spacing: var(--word-spacing);
-webkit-transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1));
-ms-transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1));
transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1))
}
.elementor-widget-text-path svg path {
vector-effect: non-scaling-stroke;
fill: var(--path-fill,transparent);
stroke: var(--stroke-color,transparent);
stroke-width: var(--stroke-width,1px);
-webkit-transition: var(--stroke-transition) stroke,var(--stroke-transition) fill;
-o-transition: var(--stroke-transition) stroke,var(--stroke-transition) fill;
transition: var(--stroke-transition) stroke,var(--stroke-transition) fill
}
.elementor-widget-text-path svg:hover path {
--path-fill: var(--path-fill-hover);
--stroke-color: var(--stroke-color-hover);
--stroke-width: var(--stroke-width-hover)
}
.elementor-widget-text-path svg text {
--fill: var(--text-color);
fill: var(--fill);
direction: var(--direction,ltr);
-webkit-transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill;
-o-transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill;
transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill
}
.elementor-widget-text-path svg text:hover {
--color: var(--text-color-hover,var(--text-color));
--fill: var(--color);
color: var(--color)
}
.elementor-accordion {
text-align: left
}
.elementor-accordion .elementor-accordion-item {
border: 1px solid #d4d4d4
}
.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
border-top: none
}
.elementor-accordion .elementor-tab-title {
margin: 0;
padding: 15px 20px;
font-weight: 700;
line-height: 1;
cursor: pointer;
outline: none
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
display: inline-block;
width: 1.5em
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
width: 1em;
height: 1em
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
float: right;
text-align: right
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
float: left;
text-align: left
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
display: block
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
display: none
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
display: block
}
.elementor-accordion .elementor-tab-content {
display: none;
padding: 15px 20px;
border-top: 1px solid #d4d4d4
}
@media (max-width:767px) {
.elementor-accordion .elementor-tab-title {
padding: 12px 15px
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
width: 1.2em
}
.elementor-accordion .elementor-tab-content {
padding: 7px 15px
}
}
.elementor-alert {
padding: 15px;
border-left: 5px solid transparent;
position: relative;
text-align: left
}
.elementor-alert .elementor-alert-title {
display: block;
font-weight: 700
}
.elementor-alert .elementor-alert-description {
font-size: 13px
}
.elementor-alert button.elementor-alert-dismiss {
position: absolute;
right: 10px;
top: 10px;
padding: 3px;
font-size: 20px;
line-height: 1;
background: transparent;
color: inherit;
border: none;
cursor: pointer
}
.elementor-alert.elementor-alert-info {
color: #31708f;
background-color: #d9edf7;
border-color: #bcdff1
}
.elementor-alert.elementor-alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #cae6be
}
.elementor-alert.elementor-alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #f9f0c3
}
.elementor-alert.elementor-alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #e8c4c4
}
@media (max-width:767px) {
.elementor-alert {
padding: 10px
}
.elementor-alert button.elementor-alert-dismiss {
right: 7px;
top: 7px
}
}
.elementor-counter .elementor-counter-number-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 69px;
font-weight: 600;
line-height: 1
}
.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
white-space: pre-wrap
}
.elementor-counter .elementor-counter-number-prefix {
text-align: right
}
.elementor-counter .elementor-counter-number-suffix {
text-align: left
}
.elementor-counter .elementor-counter-title {
text-align: center;
font-size: 19px;
font-weight: 400;
line-height: 2.5
}
.elementor-widget-divider {
--divider-border-style: none;
--divider-border-width: 1px;
--divider-color: #2c2c2c;
--divider-icon-size: 20px;
--divider-element-spacing: 10px;
--divider-pattern-height: 24px;
--divider-pattern-size: 20px;
--divider-pattern-url: none;
--divider-pattern-repeat: repeat-x
}
.elementor-widget-divider .elementor-divider {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.elementor-widget-divider .elementor-divider__text {
font-size: 15px;
line-height: 1;
max-width: 95%
}
.elementor-widget-divider .elementor-divider__element {
margin: 0 var(--divider-element-spacing);
-ms-flex-negative: 0;
flex-shrink: 0
}
.elementor-widget-divider .elementor-icon {
font-size: var(--divider-icon-size)
}
.elementor-widget-divider .elementor-divider-separator {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
direction: ltr
}
.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
display: block;
content: "";
border-bottom: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}
.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 100;
flex-shrink: 100
}
.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
content: none
}
.elementor-widget-divider--element-align-left .elementor-divider__element {
margin-left: 0
}
.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 100;
flex-shrink: 100
}
.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
content: none
}
.elementor-widget-divider--element-align-right .elementor-divider__element {
margin-right: 0
}
.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}
.elementor-widget-divider--separator-type-pattern {
--divider-border-style: none
}
.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
width: 100%;
min-height: var(--divider-pattern-height);
-webkit-mask-size: var(--divider-pattern-size) 100%;
mask-size: var(--divider-pattern-size) 100%;
-webkit-mask-repeat: var(--divider-pattern-repeat);
mask-repeat: var(--divider-pattern-repeat);
background-color: var(--divider-color);
-webkit-mask-image: var(--divider-pattern-url);
mask-image: var(--divider-pattern-url)
}
.elementor-widget-divider--no-spacing {
--divider-pattern-size: auto
}
.elementor-widget-divider--bg-round {
--divider-pattern-repeat: round
}
.rtl .elementor-widget-divider .elementor-divider__text {
direction: rtl
}
.elementor-image-gallery .gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
max-width: 100%;
margin: 0 auto
}
.elementor-image-gallery .gallery-item img {
margin: 0 auto
}
.elementor-image-gallery .gallery-item .gallery-caption {
margin: 0
}
.elementor-image-gallery figure img {
display: block
}
.elementor-image-gallery figure figcaption {
width: 100%
}
.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
padding: 0
}
@media (min-width:768px) {
.elementor-image-gallery .gallery-columns-2 .gallery-item {
max-width: 50%
}
.elementor-image-gallery .gallery-columns-3 .gallery-item {
max-width: 33.33%
}
.elementor-image-gallery .gallery-columns-4 .gallery-item {
max-width: 25%
}
.elementor-image-gallery .gallery-columns-5 .gallery-item {
max-width: 20%
}
.elementor-image-gallery .gallery-columns-6 .gallery-item {
max-width: 16.666%
}
.elementor-image-gallery .gallery-columns-7 .gallery-item {
max-width: 14.28%
}
.elementor-image-gallery .gallery-columns-8 .gallery-item {
max-width: 12.5%
}
.elementor-image-gallery .gallery-columns-9 .gallery-item {
max-width: 11.11%
}
.elementor-image-gallery .gallery-columns-10 .gallery-item {
max-width: 10%
}
}
@media (min-width:480px) and (max-width:767px) {
.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
max-width: 50%
}
}
@media (max-width:479px) {
.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
max-width: 100%
}
}
.elementor-widget-google_maps .elementor-widget-container {
overflow: hidden
}
.elementor-widget-google_maps iframe {
height: 300px
}
.elementor-heading-title {
padding: 0;
margin: 0;
line-height: 1
}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
color: inherit;
font-size: inherit;
line-height: inherit
}
.elementor-widget-heading .elementor-heading-title.elementor-size-small {
font-size: 15px
}
.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
font-size: 19px
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
font-size: 29px
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
font-size: 39px
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
font-size: 59px
}
@media (min-width:768px) {
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto
}
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
text-align: right;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse
}
.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
text-align: left;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
margin: auto
}
.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end
}
}
@media (max-width:767px) {
.elementor-widget-icon-box .elementor-icon-box-icon {
margin-left: auto!important;
margin-right: auto!important;
margin-bottom: 15px
}
}
.elementor-widget-icon-box .elementor-icon-box-wrapper {
text-align: center
}
.elementor-widget-icon-box .elementor-icon-box-title a {
color: inherit
}
.elementor-widget-icon-box .elementor-icon-box-content {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.elementor-widget-icon-box .elementor-icon-box-description {
margin: 0
}
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
overflow: hidden
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items {
margin-right: -8px;
margin-left: -8px
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
margin-right: 8px;
margin-left: 8px
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
width: auto;
left: auto;
right: auto;
position: relative;
height: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border-top: 0;
border-bottom: 0;
border-right: 0;
border-left-width: 1px;
border-style: solid;
right: -8px
}
.elementor-widget .elementor-icon-list-items {
list-style-type: none;
margin: 0;
padding: 0
}
.elementor-widget .elementor-icon-list-item {
margin: 0;
padding: 0;
position: relative
}
.elementor-widget .elementor-icon-list-item:after {
position: absolute;
bottom: 0;
width: 100%
}
.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: inherit
}
.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
-ms-flex-item-align: center;
align-self: center;
padding-left: 5px
}
.elementor-widget .elementor-icon-list-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.elementor-widget .elementor-icon-list-icon svg {
width: var(--e-icon-list-icon-size,1em);
height: var(--e-icon-list-icon-size,1em)
}
.elementor-widget .elementor-icon-list-icon i {
width: 1.25em;
font-size: var(--e-icon-list-icon-size)
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
text-align: var(--e-icon-list-icon-align)
}
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
margin: var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)
}
.elementor-widget.elementor-list-item-link-full_width a {
width: 100%
}
.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
margin: auto
}
.elementor-widget.elementor-align-center .elementor-inline-items {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: left
}
.elementor-widget.elementor-align-left .elementor-inline-items {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: right
}
.elementor-widget.elementor-align-right .elementor-icon-list-items {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
left: 0
}
.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
right: 0
}
@media (max-width:1024px) {
.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
margin: auto
}
.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: left
}
.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: right
}
.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
left: 0
}
.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
right: 0
}
}
@media (max-width:767px) {
.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
margin: auto
}
.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
text-align: left
}
.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
text-align: right
}
.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
left: 0
}
.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
right: 0
}
}
.elementor-widget-image {
text-align: center
}
.elementor-widget-image a {
display: inline-block
}
.elementor-widget-image a img[src$=".svg"] {
width: 48px
}
.elementor-widget-image img {
vertical-align: middle;
display: inline-block
}
.elementor-widget-image-box .elementor-image-box-content {
width: 100%
}
@media (min-width:768px) {
.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
text-align: right;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse
}
.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
text-align: left;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
margin: auto
}
.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start
}
.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end
}
}
@media (max-width:767px) {
.elementor-widget-image-box .elementor-image-box-img {
margin-left: auto!important;
margin-right: auto!important;
margin-bottom: 15px
}
}
.elementor-widget-image-box .elementor-image-box-img {
display: inline-block
}
.elementor-widget-image-box .elementor-image-box-title a {
color: inherit
}
.elementor-widget-image-box .elementor-image-box-wrapper {
text-align: center
}
.elementor-widget-image-box .elementor-image-box-description {
margin: 0
}
.elementor-widget-image-carousel .swiper-container {
position: static
}
.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
line-height: inherit
}
.elementor-widget-image-carousel .swiper-slide {
text-align: center
}
.elementor-image-carousel-wrapper:not(.swiper-container-initialized) .swiper-slide {
max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3))
}
body.elementor-page .elementor-widget-menu-anchor {
margin-bottom: 0
}
.elementor-widget-progress {
text-align: left
}
.elementor-progress-wrapper {
position: relative;
background-color: #eee;
color: #fff;
height: 100%;
-webkit-border-radius: 2px;
border-radius: 2px
}
.elementor-progress-bar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-color: #818a91;
width: 0;
font-size: 11px;
height: 30px;
line-height: 30px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-transition: width 1s ease-in-out;
-o-transition: width 1s ease-in-out;
transition: width 1s ease-in-out
}
.elementor-progress-text {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
padding-left: 15px
}
.elementor-progress-percentage {
padding-right: 15px
}
.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
background-color: #5bc0de
}
.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
background-color: #5cb85c
}
.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
background-color: #f0ad4e
}
.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
background-color: #d9534f
}
.elementor-progress .elementor-title {
display: block
}
@media (max-width:767px) {
.elementor-progress-text {
padding-left: 10px
}
}
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
line-height: 1;
font-size: 0
}
.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
display: inline-grid
}
.elementor-widget-social-icons .elementor-grid {
grid-column-gap: var(--grid-column-gap,5px);
grid-row-gap: var(--grid-row-gap,5px);
grid-template-columns: var(--grid-template-columns);
-webkit-box-pack: var(--justify-content,center);
-ms-flex-pack: var(--justify-content,center);
justify-content: var(--justify-content,center);
justify-items: var(--justify-content,center)
}
.elementor-icon.elementor-social-icon {
font-size: var(--icon-size,25px);
line-height: var(--icon-size,25px);
width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))
}
.elementor-social-icon {
--e-social-icon-icon-color: #fff;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
background-color: #818a91;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
cursor: pointer
}
.elementor-social-icon i {
color: var(--e-social-icon-icon-color)
}
.elementor-social-icon svg {
fill: var(--e-social-icon-icon-color)
}
.elementor-social-icon:last-child {
margin: 0
}
.elementor-social-icon:hover {
opacity: .9;
color: #fff
}
.elementor-social-icon-android {
background-color: #a4c639
}
.elementor-social-icon-apple {
background-color: #999
}
.elementor-social-icon-behance {
background-color: #1769ff
}
.elementor-social-icon-bitbucket {
background-color: #205081
}
.elementor-social-icon-codepen {
background-color: #000
}
.elementor-social-icon-delicious {
background-color: #39f
}
.elementor-social-icon-deviantart {
background-color: #05cc47
}
.elementor-social-icon-digg {
background-color: #005be2
}
.elementor-social-icon-dribbble {
background-color: #ea4c89
}
.elementor-social-icon-elementor {
background-color: #d30c5c
}
.elementor-social-icon-envelope {
background-color: #ea4335
}
.elementor-social-icon-facebook,.elementor-social-icon-facebook-f {
background-color: #3b5998
}
.elementor-social-icon-flickr {
background-color: #0063dc
}
.elementor-social-icon-foursquare {
background-color: #2d5be3
}
.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp {
background-color: #006400
}
.elementor-social-icon-github {
background-color: #333
}
.elementor-social-icon-gitlab {
background-color: #e24329
}
.elementor-social-icon-globe {
background-color: #818a91
}
.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g {
background-color: #dd4b39
}
.elementor-social-icon-houzz {
background-color: #7ac142
}
.elementor-social-icon-instagram {
background-color: #262626
}
.elementor-social-icon-jsfiddle {
background-color: #487aa2
}
.elementor-social-icon-link {
background-color: #818a91
}
.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in {
background-color: #0077b5
}
.elementor-social-icon-medium {
background-color: #00ab6b
}
.elementor-social-icon-meetup {
background-color: #ec1c40
}
.elementor-social-icon-mixcloud {
background-color: #273a4b
}
.elementor-social-icon-odnoklassniki {
background-color: #f4731c
}
.elementor-social-icon-pinterest {
background-color: #bd081c
}
.elementor-social-icon-product-hunt {
background-color: #da552f
}
.elementor-social-icon-reddit {
background-color: #ff4500
}
.elementor-social-icon-rss {
background-color: #f26522
}
.elementor-social-icon-shopping-cart {
background-color: #4caf50
}
.elementor-social-icon-skype {
background-color: #00aff0
}
.elementor-social-icon-slideshare {
background-color: #0077b5
}
.elementor-social-icon-snapchat {
background-color: #fffc00
}
.elementor-social-icon-soundcloud {
background-color: #f80
}
.elementor-social-icon-spotify {
background-color: #2ebd59
}
.elementor-social-icon-stack-overflow {
background-color: #fe7a15
}
.elementor-social-icon-steam {
background-color: #00adee
}
.elementor-social-icon-stumbleupon {
background-color: #eb4924
}
.elementor-social-icon-telegram {
background-color: #2ca5e0
}
.elementor-social-icon-thumb-tack {
background-color: #1aa1d8
}
.elementor-social-icon-tripadvisor {
background-color: #589442
}
.elementor-social-icon-tumblr {
background-color: #35465c
}
.elementor-social-icon-twitch {
background-color: #6441a5
}
.elementor-social-icon-twitter {
background-color: #1da1f2
}
.elementor-social-icon-viber {
background-color: #665cac
}
.elementor-social-icon-vimeo {
background-color: #1ab7ea
}
.elementor-social-icon-vk {
background-color: #45668e
}
.elementor-social-icon-weibo {
background-color: #dd2430
}
.elementor-social-icon-weixin {
background-color: #31a918
}
.elementor-social-icon-whatsapp {
background-color: #25d366
}
.elementor-social-icon-wordpress {
background-color: #21759b
}
.elementor-social-icon-xing {
background-color: #026466
}
.elementor-social-icon-yelp {
background-color: #af0606
}
.elementor-social-icon-youtube {
background-color: #cd201f
}
.elementor-social-icon-500px {
background-color: #0099e5
}
.elementor-shape-rounded .elementor-icon.elementor-social-icon {
-webkit-border-radius: 10%;
border-radius: 10%
}
.elementor-shape-circle .elementor-icon.elementor-social-icon {
-webkit-border-radius: 50%;
border-radius: 50%
}
.elementor-star-rating {
color: #ccd6df;
font-family: eicons;
display: inline-block
}
.elementor-star-rating i {
display: inline-block;
position: relative;
font-style: normal;
cursor: default
}
.elementor-star-rating i:before {
content: "\e934";
display: block;
font-size: inherit;
font-family: inherit;
position: absolute;
overflow: hidden;
color: #f0ad4e;
top: 0;
left: 0
}
.elementor-star-rating .elementor-star-empty:before {
content: none
}
.elementor-star-rating .elementor-star-1:before {
width: 10%
}
.elementor-star-rating .elementor-star-2:before {
width: 20%
}
.elementor-star-rating .elementor-star-3:before {
width: 30%
}
.elementor-star-rating .elementor-star-4:before {
width: 40%
}
.elementor-star-rating .elementor-star-5:before {
width: 50%
}
.elementor-star-rating .elementor-star-6:before {
width: 60%
}
.elementor-star-rating .elementor-star-7:before {
width: 70%
}
.elementor-star-rating .elementor-star-8:before {
width: 80%
}
.elementor-star-rating .elementor-star-9:before {
width: 90%
}
.elementor-star-rating__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}
.elementor-star-rating__title {
margin-right: 10px
}
.elementor-star-rating--align-right .elementor-star-rating__wrapper {
text-align: right;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.elementor-star-rating--align-left .elementor-star-rating__wrapper {
text-align: left;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.elementor-star-rating--align-center .elementor-star-rating__wrapper {
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.elementor-star-rating--align-justify .elementor-star-rating__title {
margin-right: auto
}
@media (max-width:1024px) {
.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
text-align: right;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
text-align: left;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
margin-right: auto
}
}
@media (max-width:767px) {
.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
text-align: right;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
text-align: left;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start
}
.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
margin-right: auto
}
}
.last-star {
letter-spacing: 0
}
.elementor--star-style-star_unicode .elementor-star-rating {
font-family: Arial,Helvetica,sans-serif
}
.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
content: "\002605"
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
width: 25%;
-ms-flex-negative: 0;
flex-shrink: 0
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
border-right-style: none
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
height: 999em;
width: 0;
right: 0;
border-right-style: solid
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
top: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%)
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
top: 100%
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
display: table-cell
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
border-bottom-style: none
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
bottom: 0;
height: 0;
width: 999em;
border-bottom-style: solid
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
right: 100%
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
left: 100%
}
.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper {
border: 1px #d4d4d4
}
.elementor-widget-tabs .elementor-tabs {
text-align: left
}
.elementor-widget-tabs .elementor-tabs-wrapper {
overflow: hidden
}
.elementor-widget-tabs .elementor-tab-title {
cursor: pointer;
outline: var(--focus-outline,none)
}
.elementor-widget-tabs .elementor-tab-desktop-title {
position: relative;
padding: 20px 25px;
font-weight: 700;
line-height: 1;
border: solid transparent
}
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
border-color: #d4d4d4
}
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
display: block;
content: "";
position: absolute
}
.elementor-widget-tabs .elementor-tab-mobile-title {
padding: 10px;
cursor: pointer
}
.elementor-widget-tabs .elementor-tab-content {
padding: 20px;
display: none
}
@media (max-width:767px) {
.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title {
border-style: solid solid none
}
.elementor-tabs .elementor-tabs-wrapper {
display: none
}
.elementor-tabs .elementor-tabs-content-wrapper {
border-bottom-style: solid
}
.elementor-tabs .elementor-tab-content {
padding: 10px
}
}
@media (min-width:768px) {
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
border-style: solid solid solid none
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
border-style: none solid solid
}
.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end
}
.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title {
width: 100%
}
.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title {
height: 100%
}
.elementor-tabs .elementor-tab-mobile-title {
display: none
}
}
.elementor-testimonial-wrapper {
overflow: hidden;
text-align: center
}
.elementor-testimonial-wrapper .elementor-testimonial-content {
font-size: 1.3em;
margin-bottom: 20px
}
.elementor-testimonial-wrapper .elementor-testimonial-name {
line-height: 1.5;
display: block
}
.elementor-testimonial-wrapper .elementor-testimonial-job {
font-size: .85em;
display: block
}
.elementor-testimonial-wrapper .elementor-testimonial-meta {
width: 100%;
line-height: 1
}
.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
display: inline-block
}
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
display: table-cell;
vertical-align: middle
}
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
width: 60px;
height: 60px;
-webkit-border-radius: 50%;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
max-width: none
}
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
padding-right: 15px
}
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
text-align: left
}
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
display: block
}
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
margin-bottom: 20px
}
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
background-color: #818a91;
color: #fff
}
.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
color: #818a91;
border: 3px solid;
background-color: transparent
}
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
margin-top: 8px
}
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
width: 1em;
height: 1em
}
.elementor-widget-text-editor .elementor-drop-cap {
float: left;
text-align: center;
line-height: 1;
font-size: 50px
}
.elementor-widget-text-editor .elementor-drop-cap-letter {
display: inline-block
}
.elementor-toggle {
text-align: left
}
.elementor-toggle .elementor-tab-title {
font-weight: 700;
line-height: 1;
margin: 0;
padding: 15px;
border-bottom: 1px solid #d4d4d4;
cursor: pointer;
outline: none
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
display: inline-block;
width: 1em
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
-webkit-margin-start: -5px;
margin-inline-start: -5px;
width: 1em;
height: 1em
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
float: right;
text-align: right
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
float: left;
text-align: left
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
display: block
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
display: none
}
.elementor-toggle .elementor-tab-title.elementor-active {
border-bottom: none
}
.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
display: none
}
.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
display: block
}
.elementor-toggle .elementor-tab-content {
padding: 15px;
border-bottom: 1px solid #d4d4d4;
display: none
}
@media (max-width:767px) {
.elementor-toggle .elementor-tab-title {
padding: 12px
}
.elementor-toggle .elementor-tab-content {
padding: 12px 10px
}
}
.elementor-widget-video .elementor-widget-container {
overflow: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0)
}
.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: 50%
}
.elementor-widget-video .elementor-custom-embed-image-overlay {
cursor: pointer;
text-align: center
}
.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
opacity: 1
}
.elementor-widget-video .elementor-custom-embed-image-overlay img {
display: block;
width: 100%
}
.elementor-widget-video .e-hosted-video .elementor-video {
-o-object-fit: cover;
object-fit: cover
}  
body .swiper-pagination-bullet {
opacity: 1;
outline: none
}
.pp-breadcrumbs {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.single .elementor-section-wrap h1,.single .elementor-section-wrap h2,.single .elementor-section-wrap h3,.single .elementor-section-wrap h4,.single .elementor-section-wrap h5,.single .elementor-section-wrap h6 {
line-height: 1.5em;
margin-bottom: 10px
}
.single .elementor-section-wrap p {
line-height: 1.5em;
margin-bottom: 50px
}
.single .elementor-section-wrap img {
margin-bottom: 40px
}
.clearfix:before,.clearfix:after {
content: "";
display: table;
clear: both
}[class*=mml-cols] {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px
}[class*=mml-cols]>li {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 10px
}  .wibanstxt-f{
position:absolute;
width:100%;
background:rgba(0,0,0,.3);
z-index:30;
}
.video-bannbk-f{
float:left;
width:100%
}
.vdb_bkimg{
float:left;
width:100%;
}
.main-f{
position:relative;
}
.elementor-section-wrap{
width:100%;
}
@font-face {
font-family: 'icomoon';
font-display: swap;
font-style: normal;
font-weight: 400;
font-family: "icomoon"; 
src: 
url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), 
url("../fonts/icomoon.woff") format("woff"), 
url("../fonts/icomoon.ttf") format("truetype"), 
url("../fonts/icomoon.svg#$font") format("svg");
}
@font-face {
font-family: 'icomoon_seh';
font-display: swap;
font-style: normal;
font-weight: 400;
src: url("../fonts/icomoon_seh.eot?#iefix") format("embedded-opentype"), 
url("../fonts/icomoon_seh.woff") format("woff"), 
url("../fonts/icomoon_seh.ttf") format("truetype"), 
url("../fonts/icomoon_seh.svg#$font") format("svg");
}
@font-face {
font-family: 'icomoon_35';
font-display: swap;
font-style: normal;
font-weight: 400;
src: url("../fonts/icomoon35.eot?#iefix") format("embedded-opentype"), 
url("../fonts/icomoon35.woff") format("woff"), 
url("../fonts/icomoon35.ttf") format("truetype"), 
url("../fonts/icomoon35.svg#$font") format("svg");
}
@font-face {
font-family: 'icomoon3';
font-display: swap;
font-style: normal;
font-weight: 400;
src: url("../fonts/icomoon3.eot?#iefix") format("embedded-opentype"), 
url("../fonts/icomoon3.woff") format("woff"), 
url("../fonts/icomoon3.ttf") format("truetype"), 
url("../fonts/icomoon3.svg#$font") format("svg");
}
@font-face {
font-family: 'icomoon4';
font-display: swap;
font-style: normal;
font-weight: 400;
src: url("../fonts/icomoon4.eot?#iefix") format("embedded-opentype"), 
url("../fonts/icomoon4.woff") format("woff"), 
url("../fonts/icomoon4.ttf") format("truetype"), 
url("/icomoon4.svg#$font") format("svg");
}
@font-face {
font-family: 'icomoon5';
font-display: swap;
font-style: normal;
font-weight: 400;
src: url("../fonts/icomoon5.eot?#iefix") format("embedded-opentype"), 
url("../fonts/icomoon5.woff") format("woff"), 
url("../fonts/icomoon5.ttf") format("truetype"), 
url("../fonts/icomoon5.svg#$font") format("svg");
}
@font-face {
font-family: 'icomoon_9';
font-display: swap;
font-style: normal;
font-weight: 400;
src: url("../fonts/icomoon_9.eot?#iefix") format("embedded-opentype"), 
url("../fonts/icomoon_9.woff") format("woff"), 
url("../fonts/icomoon_9.ttf") format("truetype"), 
url("../fonts/icomoon_9.svg#$font") format("svg");
}
*{
box-sizing: border-box;
}
html{
float:left;
width:100%;
}
body{
font-family: 'Montserrat','Ubuntu', sans-serif;
margin:0;
overflow-x: hidden;
background: #ebebeb;
float:left;width:100%;
}
.w1280{ width:1280px; overflow:hidden; margin:0 auto;}
.img{
float:left;width:100%;
transition: all 0.6s ease 0s;
}

.fmt2{
font-family: 'Montserrat', sans-serif;
}
.ub{
font-family: 'Ubuntu';
}
.dly{
transition: all 0.2s ease 0s;
}
.dly-4{
transition: all 0.4s ease 0s;
}
.hbk{
float:left;
width:100%;
background:#ebebeb;
}
.title{
float:left;
color:#0472ba;
font-size:36px;
font-weight:700;
width:100%;
font-family: 'Ubuntu';margin:10px 0;
}
.desc{
float:left;
color:#000;
font-size:16px;
line-height:26px;
font-family: 'Montserrat', sans-serif;
width:100%;
}
.desc2{
float:left;
color:#000;
font-size:18px;
line-height:26px;
font-family: 'Montserrat', sans-serif;
margin-top:37px;
width:100%;
}
.org-spread{
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
background: rgba(164,192,243,0.3);
animation: none;
left: 0px;
top: 0px;
z-index: -10;
}
@keyframes  kuod
{
0%   {transform: scale(1);opacity: 1;}
100%  {transform: scale(2);  opacity: 0;}
}
@keyframes  suof
{
0%   {transform: scale(1)}
50%  {transform: scale(1.3)}
100%  {transform: scale(1)}
}
.blankbtn{
background:rgba(0,0,0,.4);
border-radius:34px;
cursor:pointer;
}
.blankbtn:hover .blankbtn-in{
transform: scale(0.9);
}
.blankxcet{
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.blankbtn-in{
float:left;
margin:7px;
background:#000;
padding:0px 40px;
height:54px;
color:#0472ba;
font-size:16px;
line-height:54px;
border-radius:27.5px;
}
a{
text-decoration: none;
}
input,textarea:focus {   
outline: none;   
}
picture{
float:left;
width:100%;
}
.nim{
}
.b2img{
float:left;width:100%;
}
.b2img2{
float:left;width:100%;
height:100%;
}
.main-f{
float:left;
width:100%;
margin-top:0px;
background:#ebebeb;
padding-bottom:167px;
overflow:hidden;
}
.mt-95{
margin-top:95px;
}
.yellowbtn{
width: 260px;
float: left;
background: #F6C600;
height: 52px;
border-radius: 26px;
margin-left:calc(50% - 130px);
color: #fff;
font-weight: 600;
font-size: 15px;
line-height: 52px;
text-align: center;
transition: all 0.2s ease 0s;
cursor: pointer;
}
.vd-tj-hot {
float: left;
font-size: 14px;
padding: 12px 25px;
background: #F6C600;
border-radius: 20.5px;
color: #fff;
}
.yellowbtn-sinbtn-ico {
position: relative;
padding-top: 3px;
}
.yellowbtn-sinbtn-ico:before {
content: "\ea3c";
position: absolute;
width: 25px;
height: 25px;
top: 0px;
left: 0px;
background: #fff;
border-radius: 50%;
font-size: 14px;
color: #F6C600;
font-family: icomoon3;
text-align: center;
line-height: 25px;
}
.plistcet{
margin-top: 85px;
}
.p-ritxt{
float:none;
width:auto;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-dots{
display:none;
}
.slick-prev, .slick-next {
position: absolute;
display: block;
height: 67px;
width: 38px;
font-size: 100px;
cursor: pointer;
background: rgba(0,0,0,0);
opacity: 1;
top: 50%;
margin-top: -30px;
padding: 0;
border: 0;
outline: 0;
z-index: 9;
text-indent: 900px;
overflow: hidden;
color: #fff;
transition: all .6s ease 0s;
}
.slick-next {
right: 22px;
background:url("../images/bnext.png") no-repeat;
}
.slick-prev {
left: 22px;
background:url("../images/bprev.png") no-repeat;
}
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-slide {
float: left;
min-height: 1px;
display: none;
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
}
.mobile-header{
display:none;
}
.header-f {
position: fixed;
width: 100%;
top: 0px;
left: 0px;
z-index: 99;
background: #ebebeb;
}
.head-top-f {
float: left;
width: 100%;
color: #808080;
border-bottom: 2px solid #F3F3F3;
overflow: hidden;
height:72px;
transition: all 0.6s ease 0s;
}
.cet {
float: left;
width: 1760px;
margin-left: calc(50% - 880px);
}
.cet2{
float: left;
width: 1320px;
margin-left: calc(50% - 660px);
padding:30px 0px;
}
.cet22{
float: left;
width: 1320px;
margin-left: calc(50% - 660px);
}
.cet3{
float: left;
width: 1620px;
margin-left: calc(50% - 810px);
}
.bluebtn{
padding-left: 50px;
padding-right: 50px;
height: 60px;
background: #2C00E9;
border-radius: 30px;
line-height: 60px;
text-align: center;
color: #fff;
font-size: 15px;
}
.ht-l-f {
float: left;
line-height: 72px;
padding-left: 28px;
position: relative;
color: #808080;
}
.ht-l-f:hover{
color: #2C00E9;
}
.ht-l-f:hover:before{
color: #2C00E9;
}
.ht-l-f:before {
content: '\e901';
position: absolute;
left: 0px;
top: 0px;
font-family: icomoon_35;
color: #A3A3A3;
transition: all 0.6s ease 0s;
}
.ht-r-f {
float: right;
height:100%;
}
.h-s-form {
float: left;
width: 200px;
margin-top: 22px;
}
.h-searchbtn {
float: left;
width: 30px;
height: 30px;
position: relative;
}
.h-searchbtn:before {
position: absolute;
left: 0px;
top: 0px;
content: '\e900';
width: 100%;
height: 100%;
font-family: icomoon_seh;
color: #1A1A1A;
font-size: 20px;
line-height: 30px;
text-align: center;
}
.search-in {
float: left;
width: calc(100% - 40px);
border: none;
height: 30px;
margin-left:10px;
}
.search-in::-webkit-input-placeholder{
font-size:12px;
color:#808080;
}
.search-in:-moz-placeholder{
font-size:12px;
color:#808080;
}
.search-btn {
float: left;
width: 0px;
height: 0px;
display: none;
}
.ft-share {
float: left;
margin-top: 27px;
margin-left:35px;
}
.fshare {
float: left;
width: 20px;
height: 20px;
margin-left: 10px;
border-radius: 50%;
background: #1A1A1A;
position: relative;
}
.fshare:before {
position: absolute;
width: 100%;
line-height: 20px;
text-align: center;
font-family: icomoon;
color: #fff;
font-size: 12px;
transition: all 0.6s ease 0s;
}
.fshare:hover{
background: #0472ba;
}
h1,h2,h3{
padding:0px;
margin:0px;
font-weight:normal;
}
.tblue{
color:#2C00E9;
}
.facebook:before {
content: '\e62c';
}
.twitter:before {
content: '\e62b';
}
.fyoutube:before {
content: '\e634';
}
.linkedin:before {
content: '\e630';
}
.LangUrlArrf {
float: left;
position: relative;
margin-top: 28px;
}
.langurlarrBtin {
float:left;
font-size: 13px;
width:55px;
position: relative;
cursor: pointer;
color: #808080;
}
.langurlarrBtin:before {
content: '';
position: absolute;
left: 0px;
top: 0px;
background-image: url(../images/cLang.png);
background-repeat: no-repeat;
width: 36px;
height: 24px;
}
.langurlarrBtin:after{
content: '\e900';
position: absolute;
right: 0px;
top: 5px;
color: #1A1919;
font-size: 16px;
font-family: icomoon3;
}
.header-bottom-f {
float: left;
width: 100%;
background-color: rgb(0 0 0 / 60%);
position: absolute;
color: white;
}
.left-cet{
float: left;
width: calc(100% - 80px);
margin-left: 80px;
}
.logo-f {
float: left;
width: 220px;
margin-top:12px;
margin-left:65px;
}
.m1 {
float: left;
width: 65%;
}
.h-b-right {
float: left;
width: calc(100% - 285px - 290px - 50px);
margin-left:50px;
position:relative;
}
.nav-f {
float: right;
margin-right:70px;
}
.nav-s-1 {
float: left;
}
.nav-s-1-a {
float: left;
padding-left: 30px;
padding-right: 30px;
font-size: 16px;
position: relative;
font-weight: 700;
line-height: 80px;
color: #000000;
}
.nav-s-1-a:after {
content: '';
position: absolute;
left: 30px;
bottom: 0px;
width: 0px;
height: 2px;
background: #0472ba;
transition: all 0.6s ease 0s;
}
.nav-s-1:hover .nav-s-1-a:after {
width: calc(100% - 60px);
}
.nav-s-1-a span{
position:relative;
}
.nav-s1adown span{
padding-right:20px;
}
.nav-s1adown span:after {
content: '\e900';
position: absolute;
right: 0px;
top: 0px;
color: #1A1919;
font-size: 16px;
font-family: icomoon3;
line-height:20px;
transition: all 0.3s ease 0s;
}
.selectnav {
color: #0472ba;
}
.nav-s-1 .nav-s-1-a:hover{
color:#0472ba;
}
.nav-s-1 .nav-s-1-a span:hover:before{
width: 100%;
}
.nav-s-1 .nav-s1adown span:hover:after{
color:#0472ba;
}
.nav-s-1:hover .nav-f-2 {
display: block!important;
top: 80px;
opacity: 1;
visibility: visible;
}
.nav-f-2 {
position: absolute;
top: 120px;
left: 0px;
min-width: 100%;
z-index: 100;
background-color: #fff;
opacity: 0;
box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
visibility: hidden;
transition: all 0.3s ease 0s;
overflow: hidden;
}
.nav-f-2-cet {
float: left;
padding: 30px 7%;
padding-top:10px;
width: 100%;
}
.nav-as2-ofs{
float:left;
margin-left:-8%;
width:108%;
}
.nav-ano-s-2{
float: left;
width: 12%;
margin-left:8%;
margin-top:20px;
}
.nav-ano-s-2:hover .img {
transform: scale(1.2);
}
.nav-ano-s-2:hover .nav-as2-txt{
color:#0472ba;
}
.nav-as2-pic{
float: left;
width: 100%; 
border-radius:50%;
overflow:hidden;
border:1px solid #EDEDED;	
}
.nav-as2-txt{
float:left;width:100%;
margin-top:25px;
color:#000;
font-size:14px;
text-align:center;
}
.nav-s-2 {
float: left;
width: 25%;
position: relative;
padding-right:5%;
margin-top:20px;
}
.nav-s-2-a {
float: left;
font-size: 14px;
color: #000;
width: 100%;
}
.nav-s-2:hover .nav-s-2-a{
color: #0472ba;
}
.h-r-btn-f{
float:left;
width:200px;
height:80px;
margin-left:35px;
background:#0472ba;
line-height:80px;
text-align:center;
color:#fff;
font-size:16px;
font-weight:700;
cursor:pointer;
}
.h-r-btn-f:hover{
background:#000;
}
.inb-con-spread {
position: absolute;
width: 100%;
height: 100%;
border-radius:27.5px;
background: rgba(44,0,233,0.3);
animation: none;
left: 0px;
top: 0px;
z-index: -1;
}
.h-r-btn-f:hover .inb-con-spread {
animation: kuod 1100ms infinite;
}
.limove{
background:rgba(255,255,255,.6);
width:30px;
height:calc(100% + 100px);
left:-60px;
top:-50px;
transform: rotate(-30deg);
position:absolute;
}
.limove:before{
content:"";
background:rgba(255,255,255,.2);
width:20px;
height:calc(100% + 100px);
left:-30px;
top:-50px;
position:absolute;
}
@keyframes  limove
{
0%   {left:-60px;}
100%  {left:calc(100% + 90px);}
}
@keyframes  kuod
{
0%   {transform: scale(1);opacity: 1;}
100%  {transform: scale(2);  opacity: 0;}
}


.foot {
	float: left;
	width: 100%;
	background: #000;
	color: #fff;
	padding:0 3% 3% 3%;
}
.foot-cov{
	background:#0472ba;
	border-radius:77px 77px 0px 77px;
	margin-top:-77px;
	cursor:pointer;
}
.ftc-cet{
	float:left;
	margin:40px 7%;
	width:86%;
}
.foot-cov-t{
	color:#fff; 
	width:calc(95% - 75px);
	font-size:34px;
	margin-top:15px;
}
.foot-cov-arw{
	float:left;
	width:75px;
	height:75px;
	margin-left:5%;
	border-radius:50%;
	background:#fff;
	position:relative;
}
.foot-cov-arw:before{
	content: "\e903";
	font-family: 'icomoon_9';
	line-height:75px;
	text-align:center;
	width:100%;
	color:#000;
	font-size:30px;
	position:absolute;
	left:0px;
	top:0px;
}
.footcet {
	margin-top: 80px;
	margin-bottom: 0px;
}
.f-box1 {
    float: left;
    width: 25%;
    padding-right: 5%;
}
.f-box2{
	float:left;
	width:27%;
	padding-right:5%;
}
.f-box3{
float:left;
width:27%;
}
.f-box4{
float:right;
width:20%;
}
.fb1-t1 {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #0472ba;
    font-weight: 700;
    background: #000;
}
.fb1-t2{
float:left;
width:100%;
font-size:14px;
margin-top:40px;
line-height:30px;
}
.fb1-em{
float: left;
padding-left: 30px;
padding-right: 30px;
height: 40px;
background: #2C00E9;
border-radius: 20px;
line-height: 40px;
text-align: center;
color: #fff;
font-size: 12px;
margin-top: 40px;
transition: all 0.6s ease 0s;
position:relative;
overflow:hidden;
}
.fb1-em:hover{
background: #F6C600;
}
.fb1-em:hover .limove{
animation: limove 1100ms infinite;
}
.fb2-main{
float:left;
width:100%;
margin-top:20px;
}
.fb2-i1{
float:left;
width:50%;
}
.fb2-i2{
float:left;
width:50%;
}
.ft-nav-l2 {
    float: left;
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
    color: #fff;
    padding-left: 30px;
    position: relative;
    padding-right: 5%;
}
.ft-nav-l2:hover{
color:#0472ba;
}
.ft-nav-l2:hover:before{
color:#0472ba;
}
.ft-nav-l2:before{
	content: "\e900";
	font-family: 'icomoon_9';
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 1px;
}
}
.ft-nav-l2:hover{
color:#2C00E9;
}
.fb4-mid{
float:right;
width:140px;
}
.f-b3-share{
float:left;
width:calc(100% + 10px);
margin-left: -10px;
margin-top:30px;
}
.fb3-sh {
float: left;
width: 22px;
height: 22px;
border-radius: 50%;
background:#0472ba;
position: relative;
margin-left: 10px;
}
.fb3-sh:before {
position: absolute;
top:0px;
left:0px;
width: 100%;
line-height: 22px;
text-align: center;
font-family: icomoon;
color: #000;
font-size: 12px;
transition: all 0.6s ease 0s;
}

.f-st3-adr{
float:left;
width:100%;
padding-left:35px;
font-size:14px;
color:#fff;
position:relative;
margin-top: 45px;
}
.f-st3-adr:before{
content: "\e902";
font-family: 'icomoon_9';
color: #0472ba;
font-size: 24px;
position: absolute;
left: 0px;
top: 0px;
}
.f-st3-em{
float:left;
width:100%;
padding-left:35px;
font-size:16px;
color:#fff;
position:relative;
margin-top:21px;
}
.f-st3-em:before{
content: "\e901";
font-family: icomoon_35;
color: #0472ba;
font-size: 16px;
position: absolute;
left: 0px;
top: 2px;
}
.fb3-sh:hover{
background:#FFF;
}
.fb3-sh:hover:before{
color:#000;
}
.foot-bottom{
float: left;
width: 100%;
background: #000;
border-top:2px solid #1D1C1C;

}
.btbcet {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
}
.foot-b-mid{
float: left;
width: 1250px;
margin-left:calc(50% - 625px);
margin-top: 20px;
margin-bottom: 20px;
color: #fff;
font-size: 16px;
}
.foot-b-t1 a, .foot-b-t2 a{
color: #fff;
}
.foot-b-t1{
float: left;
}
.foot-b-t2{
float:right;
}
.foot-b-up{
width:56px;
height:60px;
background:#0472ba;
border-radius:28px 28px 0px 0px;
cursor:pointer;	
z-index:100;
position: fixed;
right:10px;
top:-60px;
transition: all 1.2s ease 0s;
box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px;
}
.foot-b-up:before {
content: "\e901";
font-family: 'icomoon_9';
top: calc(50% - 6px);
color: #fff;
width:100%;
height:12px;
text-align:center;
font-size: 22px;
position: absolute;
}



.blgsearbtn {
    position: absolute;
    width: 40px;
    height: 55px;
    right: 0px;
    top: 0px;
    border: none;
    margin-right: 15px;
    background: url(../images/search.png) center center no-repeat;
    background-size: 100%;
}
.mobile-header{
position: fixed;
left:0px;
width:100%;
display:none;
z-index:1000;
background: #ebebeb;;
height:70px;
}
.mobile-tool{
float:left;
width:100%;
}
.mobile-tool-center{
float:left;
width:100%;
margin-left:0%;
height:100%;
}
.mobile-logo-f{
float:left;
white-space: nowrap;
width: 100px;
margin:13px 0 0 13px;
}
.mobile-logo-f:before{
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mob-logo-img{
float: left;
display: inline-block;
vertical-align: middle;
width: 100%;
margin-top:20px;
}
.mobile-menu{
cursor: pointer;
float: right;
width:30px; margin-right:2%;
text-align:center;
}
.mobile-menu:before{
content: '';
display: block;
font-family: icomoon5;background:url(../images/cico.png) center center no-repeat; background-size:100%;width:30px; height:75px;
font-size: 30px;
color: #0472ba;
line-height: 75px;
float: left;
}
.mob-contact-btn{
cursor: pointer;
float: right;
width:30px;
margin-right:20px;
text-align:center;
}
.mob-contact-btn:before{
content: '';
display: block;
font-family: icomoon5;
font-size: 25px;
color: #000;
line-height: 75px;
background:url(../images/tel.png) center center no-repeat; background-size:90%;width:40px; height:75px;
 
float: left;
}
.mob-search-btn{
cursor: pointer;
float: right;
width:30px;
margin-right:20px;
text-align:center;
}
.mob-search-btn:before{
content: '\e900';
font-family: icomoon_seh;
display: block;
font-size: 25px;
color: #000;
line-height: 75px;
float: left;
}
.mobile-menu-close{
cursor: pointer;
float: right;
width:30px;margin-right:2%;
text-align:center;
}
.mobile-menu-close:before{
content: '\e60b';
display: block;
font-family: icomoon;
font-size: 30px;
color: #0472ba;
line-height: 75px;

float: left;
}
.mobile-sellang-f{
float:right;
margin-top:24px;
margin-right:15px;
}
.mobile-dowshow{
float:left;
width:100%;
margin-top:20px;
background: #e7e7e7;
opacity: 0;
visibility: hidden;
transition: all 0.6s ease 0s;
overflow:hidden;
padding-bottom:20px;
box-shadow: rgba(0, 0, 0, .05) 0 5px 5px;
}
.mob-nav1{
float:left;
width:100%;
}
.mob-nav-s1{
float:left;
width:100%;
position:relative;
}
.mob-col-name1{
float:left;
width:100%;
position:relative;
}
.mob-col-name1:before{
content:'';
position:absolute;
bottom:0px;
left:0px;
width:0;
height:1px;
background:#;
transition: all 0.6s ease 0s;
}
.mob-col-name1:hover:before{
width:100%;
}
.mob-col-name1-line{
float:left;
width:100%;
position:relative;
}
.mob-col-name1-line:before{
content:'';
position:absolute;
bottom:0px;
left:0px;
width:100%;
height:1px;
background:#;
}
.mob-col-name2{
float:left;
width:100%;
}
.mob-col-name2-line{
float:left;
width:100%;
position:relative;
}
.mob-col-name2-line:before{
content:'';
position:absolute;
bottom:0px;
left:0px;
width:100%;
height:1px;
background:#;
}
.mob-col-name2:hover .mob-nav-a2{
color:#;
}
.mob-col-name2:hover .mob-nav-btn2:before{
border-top-color: #;
}
.mob-nav-a1{
float:left;
margin-left:3%;
font-size:14px;
padding-top:13px;
padding-bottom:10px;
color:#000;
}
.mob-nav-btn{
float:left;
margin-left:10px;
width: 30px;
height: 30px;
position:relative;
margin-top:7px;
cursor:pointer;
}
.mob-nav-btnup{
float:left;
margin-left:10px;
width: 30px;
height: 30px;
margin-top:7px;
cursor:pointer;
position:relative;
}
.mob-nav-btnup:before{
content:'';
position:absolute;
left: 11px;
top: 12px;
width:0; 
height:0; 
border-left:5px solid transparent;
border-right:5px solid transparent;
border-bottom:5px solid #1A1919;
}
.mob-nav-btn-close{
display:none;
}
.mob-nav-btn:before{
content:'';
position:absolute;
width: 0;
height: 0;
overflow: hidden;
border: 5px solid transparent;
border-top-color: #1A1919;
left: 11px;
top: 12px;
}
.mob-nav-btn2{
float:left;
margin-left:10px;
width: 30px;
height: 30px;
position:relative;
margin-top:3px;
cursor:pointer;
}
.mob-nav-bt2nup{
float:left;
margin-left:10px;
width: 30px;
height: 30px;
margin-top:2px;
cursor:pointer;
position:relative;
}
.mob-nav-bt2nup:before{
content:'';
position:absolute;
left: 11px;
top: 12px;
width:0; 
height:0; 
border-left:5px solid transparent;
border-right:5px solid transparent;
border-bottom:5px solid #707071;
}
.mob-nav-btn2:before{
content:'';
position:absolute;
width: 0;
    height: 0;
    overflow: hidden;
    border: 5px solid transparent;
    border-top-color: #707071;
    left: 11px;
    top: 12px;
}
.mob-nav2{
float:left;
width:100%;
display:none;
}	 
.mob-nav-s2{
float:left;
width:100%;
}
.mob-nav-a2{
float:left;
margin-left:6%;
font-size:14px;
padding-top:10px;
padding-bottom:10px;
transition: all 0s ease 0s;
color:#1A1919;
}
.mob-nav3{
float:left;
width:100%;
display:none;
}
.mob-nav-s3{
float:left;
width:100%;
}
.mob-nav-a3{
        float:left;
margin-left:9%;
width:88%;
color:#707071;
font-size:14px;
padding-top:10px;
padding-bottom:10px;
transition: all 0s ease 0s;
}
.mob-nav-a3:hover{
color:#;
}
.mob-search{
position:absolute;
width:350px;
left:calc(50% - 175px);
top:50%;
transform:translate(0,-50%);
}
.mob-sr-close{
    position: absolute;
    right: 50px;
    top: 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.mob-sr-close:before{
    content: '\e60b';
    font-family: icomoon;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
}
.mob-srh-form{
float:left;
width: 100%;
}
.mob-srh-in {
    float: left;
width:calc(100% - 0px);
    border: none;
    height: 55px;
    border-radius: 27.5px;
background:#fff;
    padding-left: 20px;
    font-size: 14px;

}
.mob-srh-in:hover{
border: 1px solid #;
}
.mob-search-cover{
    position:fixed;
right:0px;
width:100%;
height:100%;
background:#0472ba;
z-index:1001;
overflow:hidden;
opacity: 0;
    visibility: hidden;
transition: all 0.8s ease 0s;
}
.mob-con-cover{
    position:fixed;
right:0px;
width:100%;
height:100%;
background:#0472ba;
z-index:1001;
overflow:hidden;
opacity: 0;
    visibility: hidden;
transition: all 0.8s ease 0s;
}
.mob-contact-det-f{
    float:right;
width:320px;
height:100%;
background:#fff;
margin-right:-320px;
transition: all 0.8s ease 0s;
}
.mob-con-d{
    float:left;
margin:30px 25px;
width:calc(100% - 50px);
position:relative;
}
.mob-con-d-close{
    position:absolute;
right:0px;
top:0px;
width:30px;
height:30px;
cursor:pointer;
}
.mob-con-d-close:before{
    content: '\e60b';
    font-family: icomoon;
width:100%;
text-align:center;
    font-size: 22px;
    color: #333;
    line-height: 30px;
}
.con-s-sin{
    float:left;width:100%;
margin-top:35px;
}
.con-s-sin:first-child{
    margin-top:0px;
}
.cons-s-img{
    float:left;
width:30px;
margin-top:10px;
}
.mobbr{
    display:none;
}
.cons-s-t{
    float:left;
margin-left:8%;
width:calc(92% - 30px);
}
.cons-t-t1{
    float:left;width:100%;
color:#000000;
font-size:18px;
font-weight:600;
}
.cons-t-t2{
    float:left;width:100%;
color:#333333;
font-size:18px;
    margin-top:10px;
}
.con-s-l-2{
    float:left;width:100%;
padding-top:35px;
}

.srh-btn {
    float:left;
    width: 55px;
    height: 55px;
    margin-top: 0px;
    margin-left: 15px;
    border: none;
    cursor: pointer;
border-radius:50%;
background:#fff;
position:relative;
}
.srh-btn span{
    position:absolute;
width:100%;
height:100%;
top:0px;
left:0px;
}
.srh-btn span:before{
    position: absolute;
    left: 0px;
    top: 0px;
    content: '\e900';
    width: 100%;
    height: 100%;
    font-family: icomoon_seh;
    color: #0472ba;
    font-size: 20px;
    line-height: 55px;
    text-align: center;
}
.mob-share{
float:left;
width:100%;
margin-top:30px;
margin-bottom:30px;
}
.mob-share-center{
float:left;
width:204px;
margin-left:calc(50% - 102px);
}
.langurlarrself{
    position: absolute;
    left: 0px;
    top: 37px;
    background: #fff;
    border-top: none;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    width: 115px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    display: none;
}
.langurlarr-self-a {
    display: block;
    padding: 5px;
    float: left;
    padding-left: 10px;
    position: relative;
    width: 100%;
}
.llsa-lf {
    float: left;
    background-repeat: no-repeat;
    width: 27px;
    height: 18px;
    background-position: 0 px;
    background-image: url(/new../images/cLang.png);
}
.langsonname {
    float: left;
    margin-left: 9px;
    color: #444444;
    font-size: 12px;
}
@keyframes  updown
{
    0%   {top: calc(50% - 9.5px)}
    30%   {top: calc(50% - 20px)}
    100%  {top: calc(50% - 9.5px)}
}

@media screen and (min-width: 1921px){
    .w1920{
    width:1920px!important;
margin-left:calc(50% - 960px)!important;
}
}
@media screen and (max-width:1860px) {
    .cet{
    width:94%;
margin-left:3%;
}
}
@media screen and (max-width: 1880px){
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    .nav-f {
    margin-right: 30px;
    }
    .h-r-btn-f {
    width: 160px;
    height: 80px;
    margin-left: 20px;
    }
    .headersearchf {
    }
    .h-b-right {
margin-left: 30px;
    width: calc(98% - 220px - 235px - 30px);
    }
    .logo-f {
    margin-left: 6%;
    }
    .left-cet {
    width: 100%;
    margin-left: 0%;
    }
}
@media screen and (max-width: 1700px){
    .nav-s-1-a {
    padding-left: 15px;
    padding-right: 15px;
    }
    .foot-b-mid {
    width: 850px;
    margin-left: calc(50% - 425px);
    }

}
@media screen and (max-width: 1500px){
    .nav-f {
    margin-right: 30px;
    }
}

@media screen and (max-width: 1450px){
    .h-b-right {
        width: calc(98% - 170px - 235px - 30px);
    }
    .logo-f {
        width: 170px;
    }
}

@media screen and (max-width: 1380px){
    .nav-f {
        margin-right: 10px;
    }
    .h-b-right {
        width: calc(98% - 170px - 195px - 30px);
    }
    .headersearchf {
        width: 195px;
    }
    .h-r-btn-f {
        width: 140px;
        margin-left: 0px;
    }
    .nav-s-1-a {
        font-size: 14px;
    }
    .h-r-btn-f {
        font-size: 14px;
    }
}
@media screen and (max-width: 1260px){
    .nav-s-1-a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .h-b-right {
        width: calc(98% - 130px - 195px - 30px);
    }
    .logo-f {
        width: 130px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 1250px){
    .foot-b-t1 {
    width:100%;
    }
.foot-b-t2 {
    float: left;
width:100%;
margin-top:5px;
    }
   .foot-b-mid {
    
    width: calc(100% - 80px);
    margin-left: 0;
    }
}
@media screen and (max-width: 1003px){
    .nav-s-1:hover .nav-f-2 {
    top: 240px;
    }
}
@media screen and (max-width:1520px) {
    #id-jump-send-f{
    width:94%!important;
margin-left:3%!important;
}
}
@media screen and (max-width:1200px) {
    .cet2{
    width:95%!important;
margin-left:3%!important;
}
	.cet22{
    width:100%!important;
margin-left:3%!important;
}
}
@media screen and (max-width:1080px) {
    .nav-s-1-a {
        font-size: 12px;
    }
}
@media screen and (max-width:980px) {
    .h-b-right {
        width: calc(98% - 140px - 125px - 30px);
    }
    .headersearchf {
        width: 135px;
    }
    .h-r-btn-f {
        width: 80px;
        line-height: normal;
        padding-top:22px;
    }
}
@media screen and (max-width:920px) {
    .h-b-right {
        width: calc(98% - 140px - 55px - 30px);
    }
    .headersearchf {
        width: 115px;
    }
    .h-r-btn-f {
        width: 60px;
    }
    .h-r-btn-f {
        font-size: 12px;
    }
    .logo-f {
        width: 80px;
        margin-top: 30px;
    }
}
@media screen and (max-width:1050px) {
    #id-jump-send-cover .feng{
    display:none;
}
    #id-jump-send-cover .con-s-l-1 {
    border-bottom: 1px solid #BBBBB8;
    padding-bottom: 20px;
    }
    #id-jump-send-cover .cons-s-t {
    margin-top:10px;
margin-left: 0%;
    }
    #id-jump-send-cover .cons-t-t2 {
    float:none!important;
    width: auto!important;
    margin-top: 0px!important;
display:inline!important;
    }
    #id-jump-send-cover .cons-t-t1 {
float:none!important;
    width: auto!important;
display:inline!important;
    }
    #id-jump-send-cover .cons-s-img{
    display:none!important;
}
    #id-jump-send-cover .con-s-sin {
    float: none!important;
    width: auto!important;
    margin-top: 0px!important;
display:inline;
    }
    #id-jump-send-cover .con-s-l-2{
    display:none!important;
}
    #id-jump-send-cover .sned-m-cet {
    margin: 30px 5%!important;
    width: 90%!important;
    }
#id-jump-send-cover .con-s-cet {
    margin: 30px 5%!important;
    width: 90%!important;
margin-bottom:0px!important;
    }
    #id-jump-send-cover .send-m-f {
    width: 100%!important;
margin-top:0px;
    }
    #id-jump-send-cover .con-s-l {
    width: 100%!important;
    }
}
@media screen and (max-width:850px) {
    .f-st3-adr {
    margin-top: 30px;
    }
    .mobbr{
    display:block;
    }
.emp{
    display:none;
}
    .foot-cov-t {
    margin-top: 0px;
width: calc(95% - 40px);
    }
    .foot-cov {
    border-radius: 50.5px 50.5px 0px 50.5px;
    margin-top: -50.5px;
    }
    .foot-cov-arw:before {
    line-height: 40px;
    font-size: 20px;
    }
    .foot-cov-arw {
    width: 40px;
    height: 40px;
    }
    .ftc-cet {
    margin: 30px 7%;
    }
    .desc,.desc2{
    margin-top:18px;
}
    .btbcet{
    width:94%!important;
margin-left:3%!important;
}
    .footcet {
    margin-top: 30px;
    margin-bottom: 30px;
    }
    .foot-b-t2 {
    float: left;
width:100%;
margin-top:20px;
    }
    .foot-b-t1 {
    width:100%;
    }
    .foot-b-mid {
    width: 100%;
    margin-left: 0;
    }
    .fb4-mid {
    float: left;
    }
    .f-box3,.f-box4{
    margin-top:30px;
}
    .f-box1,.f-box2,.f-box3,.f-box4 {
    float:none;
        width: calc(50% - 5px);		
        display: inline-block;
        vertical-align: top;
        position: relative;
    }
    .fb2-main {
    margin-top: 15px;
    }
    .fb1-t2 {
    margin-top: 30px;
    line-height: 25px;
    }
    .foot-b-up:before {
    text-align:center;
line-height:40px;
top:0px;
animation: none;
    }
    .foot-b-up{
float: none;
    width: 40px;
z-index:99;
    height: 40px;
    margin-top: 0px;
    position: fixed;
right:10px;
top:-50px;
transition: all 1.2s ease 0s;
box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px;
}
    .langurlarrBtin {
        padding-right: 0px;
    }
    .langtxt{
    display:none;
}
    .mob-logo-img {
        margin-top: 3px;
    }
.LangUrlArrf {
    margin-left: 0px;
    margin-top: 0px;
    }
.main-f {
margin-top: 70px;
padding-bottom:85px;
    }
.mobile-header{
    display:block;
}
.header-f{
    display:none;
}
}

@media screen and (max-width:850px) {

    .ic3-morebtn:before {
    left: 60px!important;
    top: 10px!important;
    }
    .ic3-morebtn{
width:150px!important;
margin-left:calc(50% - 75px)!important;
height:50px!important;
background:url(../images/ic3btn2.png) no-repeat!important;
    }
    .blankbtn {
    border-radius: 25px;
    }
    .blankbtn-in {
    margin: 4px;
    padding: 0px 20px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    }
    .bk-btn-in {
    margin: 5px!important;
    width: calc(100% - 10px)!important;
    height: 40px!important;
    line-height: 40px!important;
    border-radius: 20px!important;
    }
    .bk-btn {
        width: 150px!important;
    height: 50px!important;
    border-radius: 25px!important;
    }
    .mt-95{
    margin-top:50px;
}
    #id-jump-send-f .ib4-se-in {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    }
    #id-jump-send-f .ib4-se-in-tea {
        height: 80px;
    }
    .br{
    display:none;
}
.fs-230{
         font-size:115px!important;
    }
.fs-103{
         font-size:50px!important;
    }
.fs-85{
         font-size:42px!important;
    }
.fs-80{
         font-size:40px!important;
    }
.fs-75{
         font-size:38px!important;
    }
.fs-72{
         font-size:37px!important;
    }
.fs-66{
         font-size:37px!important;
    }
.fs-62{
         font-size:36px!important;
    }
.fs-60{
         font-size:35px!important;
    }
.fs-56{
         font-size:30px!important;
    }
.fs-50{
         font-size:28px!important;
    }
.fs-48{
         font-size:30px!important;
    }
.fs-40{
         font-size:28px!important;
    }
.fs-38{
         font-size:25px!important;
    }
.fs-36{
         font-size:18px!important;
    }
.fs-34{
         font-size:18px!important;
    }
.fs-30{
        font-size:18px!important;
}
.fs-28{
        font-size:17px!important;
}
.fs-27{
        font-size:17px!important;
}
.fs-26{
        font-size:16px!important;
}
.fs-24{
        font-size:16px!important;
    }
.fs-23{
        font-size:16px!important;
    }
.fs-22{
        font-size:16px!important;
    }
.fs-21{
        font-size:15px!important;
    }
    .fs-20{
        font-size:15px!important;
    }
    .fs-18{
        font-size:14px!important;
    }
    .fs-17{
        font-size:14px!important;
    }
     .fs-16{
        font-size:14px!important;
    }
    .fs-15{
        font-size:13px!important;
    }
.fs-14{
    font-size:12px!important;
}
.foot{
	padding:0;
}
}
  .banner {
position: relative;
height: 180px;
padding: 11px 0 16px;
margin: 0 auto;
text-align: center
}

.dg-container {
position: relative;
width: 100%;
height: 180px
}

.dg-wrapper {
width: 700px;
height: 180px;
margin: 0 auto;
position: relative;
transform-style: preserve-3d;
perspective: 1000px
}

.dg-wrapper a {
width: 100%;
height: 180px;
display: block;
position: absolute;
left: 0;
top: 0
}

.dg-wrapper a:first-child {
z-index: 2
}

.dg-wrapper a img {
display: block;
box-shadow: 0 1px 3px 0 rgba(0,0,0,0.20);
border-radius: 4px;
width: 100%;
height: 180px;
background: #fff
}

.dg-wrapper a.dg-transition {
transition: all .5s ease-in-out
}

.dg-wrapper a.dg-transition-fast {
transition: all .2s ease-in-out
}

.dg-container nav {
display: none
}

.dg-container nav span:hover {
opacity: 1
}

.dg-container nav span.dg-next {
background-position: top right;
margin-left: 10px
}

.dg-container #lightButton2 {
bottom: 20px
}

.dg-container .button {
position: relative;
z-index: 5
}

.dg-container .button li {
cursor: pointer;
display: inline-block;
width: 6px;
height: 6px;
border-radius: 50%;
margin-right: 5px;
background: rgba(255,255,255,0.30);
border: 1px solid rgba(0,0,0,0.20)
}

.dg-container .button .light {
background: #01bdff
}  .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { 
    padding: 0; 
margin: 0; 
border: 0; 
outline: none; 
vertical-align: top; 
}
.fancybox-wrap { 
    position: absolute; 
top: 0; 
left: 0; 
z-index: 8020; 
}
.fancybox-skin { 
    position: relative; 
background: #f9f9f9; 
color: #444; 
text-shadow: none; 
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
border-radius: 4px; 
}
.fancybox-opened { 
    z-index: 8030; 
}
.fancybox-opened .fancybox-skin { 
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); 
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); 
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); 
}
.fancybox-outer, .fancybox-inner { 
    position: relative; 
}
.fancybox-inner { 
    overflow: hidden; 
}
.fancybox-type-iframe .fancybox-inner { 
    -webkit-overflow-scrolling: touch; 
}
.fancybox-error { 
    color: #444; 
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; 
margin: 0; 
padding: 15px; 
white-space: nowrap; 
}
.fancybox-image, .fancybox-iframe { 
    display: block; 
width: 100%; 
height: 100%; 
}
.fancybox-image { 
    max-width: 100%; 
max-height: 100%; 
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { 
    background-image: url("../images/fancybox_sprite.png"); 
}
#fancybox-loading { 
    position: fixed; 
top: 50%; 
left: 50%; 
margin-top: -22px; 
margin-left: -22px; 
background-position: 0 -108px; 
opacity: 0.8; 
cursor: pointer; 
z-index: 8060; 
}
#fancybox-loading div { 
    width: 44px; 
height: 44px; 
background: url("../images/fancybox_loading.gif") center center no-repeat; 
}
.fancybox-close { 
    position: absolute; 
top: -18px; 
right: -18px; 
width: 36px; 
height: 36px; 
cursor: pointer; 
z-index: 8040; 
}
.fancybox-nav { 
    position: absolute; 
top: 0; 
width: 40%; 
height: 100%; 
cursor: pointer; 
text-decoration: none; 
background: transparent url("../images/blank.gif"); 
/* helps IE */ 
-webkit-tap-highlight-color: transparent; 
z-index: 8040; 
}
.fancybox-prev { 
    left: 0; 
}
.fancybox-next { 
    right: 0; 
}
.fancybox-nav span { 
    position: absolute; 
top: 50%; 
width: 36px; 
height: 34px; 
margin-top: -18px; 
cursor: pointer; 
z-index: 8040; 
visibility: hidden; 
}
.fancybox-prev span { 
    left: 10px; 
background-position: 0 -36px; 
}
.fancybox-next span { 
    right: 10px; 
background-position: 0 -72px; 
}
.fancybox-nav:hover span { 
    visibility: visible; 
}
.fancybox-tmp { 
    position: absolute; 
top: -99999px; 
left: -99999px; 
visibility: hidden; 
max-width: 99999px; 
max-height: 99999px; 
overflow: visible !important; 
}
.fancybox-lock { 
   overflow: hidden !important; 
   width: auto; 
}
.fancybox-lock body { 
    overflow: hidden !important; 
}
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url("../images/fancybox_overlay.png"); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, 0.8); }
  
.ib4-send-f{
    float:left;
    width:100%;
background:#0472ba;
border-radius:40px 40px 40px 0px;
overflow:hidden;
}
.ib4-l-t1{
    float:left;width:100%;
    font-size:16px;
    font-weight:bold;
}
.ib4-l-t2{
    float:left;width:100%;
    font-size:40px;
    margin-top:10px;
    line-height:60px;
}
.ib4-l-t3{
    float:left;width:100%;
    margin-top:25px;
    font-size:17px;
    line-height:30px;
}
.ib4-l-list{
    float:left;width:100%;
    margin-top:30px;
}
.ib4-l-ofs{
    float:left;
    width:103%;
    margin-left:-3%;
}
.ib4-l-sin{
    float:left;
    width:30.3%;
    margin-left:3%;
}
.ib4-ls-img{
    float:left;
    width:55px;
}
.ib4-ls-imged{
    width:62px;
}
.ib4-ls-t1{
    float:left;width:100%;
    font-size:18px;
    font-weight:bold;
    margin-top:30px;
    line-height:30px;
}
.ib4-s-cet{
    float:left;
margin:50px 15%;
width:70%;
}
.ib4-se-t1{
    float:left;width:100%;
    color:#fff;
    font-size:36px;
font-weight:700;
}
.ib4-se-self{
    float:left;width:100%;
    margin-top:20px;
}
.ib4-se-s-l1{
    float:left;width:100%;
}
.ib4-se-s-l-t1{
    float:left;width:100%;
    font-size:14px;
    font-weight:bold;
    color:#191818;
}
.ib4-se-s-l-m{
    float:left;width:100%;
}
.ib4-se-s-l-m-ofs{
    float:left;
    width:103%;
    margin-left:-3%;
}
.ib4-se-s-sin{
    float:left;
    width:47%;
    margin-left:3%;
    margin-top:10px;
}
.ib4-se-s-check{
    float:left;
    width:12px;
    height:12px;
    border-radius:50%;
    border:1px solid #191818;
    cursor:pointer;
}
.sec-act{
    border:1px solid #00A827;
    position:relative;
}
.sec-act:before{
    content:"";
    position:absolute;
    width:6px;
    height:6px;
    border-radius:50%;
    left:2px;
    top:2px;
    background:#00A827;
}
.ib4-se-s-s-t1{
    float:left;
    width:calc(100% - 17px);
    margin-left:5px;
    font-size:14px;
    color:#909090;
    margin-top:-2px;
}
.ib4sesl2{
    margin-top:22px;
}
.ib4-se-in-f{
    float:left;width:100%;
    margin-top:10px;
}
.ib4-se-in-ofs{
    float:left;
    width:103%;
    margin-left:-3%;
}
.ib4-se-sininf{
    float:left;
    width:100%;
    position: relative;
    margin-top:20px;
}
.ib4-se-in{
    float: left;
border:none;
    border-bottom: 2px solid #fff;
    width: 100%;
    height: 45px;
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
    outline: none;
    background:#0472ba;
margin-top:20px;
}
.ib4-se-in::-webkit-input-placeholder{
    font-size:16px;
color:#fff;
}

.ib4-se-in:-moz-placeholder{
    font-size:16px;
color:#fff;
}
.ib4-se-in::-webkit-input-placeholder{
    font-size:16px;
color:#fff;
}

.ib4-se-in-tea::-moz-placeholder{
    font-size:16px;
color:#fff;
}
.ib4-se-in-tea::-webkit-input-placeholder{
    font-size:16px;
color:#fff;
}
.send-down{
    color: #fff;
    font-size: 16px;
margin-left:10px;
}
.ib4-se-sininf2{
    float:left;
    width:100%;
    position: relative;
    margin-top:30px;
}
.ib4-se-in-tea{
    float: left;
border:none;
    border-bottom: 2px solid #fff;
    width: 100%;
    height: 100px;
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
    outline: none;
background:#0472ba;
margin-top:30px;
}
.ib4-se-in:focus{
    border-bottom: 2px solid #FFAC78;
    color: #000;
    background:#FFAC78;
}
.ib4-se-in-tea:focus{
    border-bottom: 2px solid #FFAC78;
    color: #000;
    background:#FFAC78;
}
.ib4-se-in-btn{
    width:100%;
    float:left;
    background:#000;
    margin-top:40px;
    height: 65px;
    border-radius: 32.5px;
    color: #0472ba;
    font-weight: 700;
    font-size: 18px;
    line-height: 65px;
    text-align:center;
    transition: all 0.2s ease 0s;
    cursor:pointer;
}
.ib4-se-in-btn:hover{
    background:#fff;
color:#000;
}
.ib4-se-in-btn:hover .ib4-se-sinbtn-ico:before{
    color: #2C00E9;
}
.ib4-se-sinbtn-ico{
    position:relative;
    padding-top:3px;
transition: all 0.3s ease 0s;
}
.ib4-se-sinbtn-ico:before{
    content: "\ea3c";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0px;
    left: 0px;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    color: #F6C600;
    font-family: icomoon3;
    text-align: center;
    line-height: 25px;
}
.send-bot-tip{
    float:left;width:100%;
margin-top:30px;
color:#fff;
font-size:12px;
}  .i-b4{
    float:left;width:100%;
margin-top: 45px;
}
.ib4-ofs{
    float:left;
width:103%;
margin-left:-3%;
    
}
.ib4-sin{
	width:calc(31.3% - 3px);
	margin-left:2%;
	margin-top:50px;
    position:relative;
    display: inline-block;
    vertical-align: top;	
}
.ib4-y{
    position:absolute;
width:100px;
height:100px;
border-radius:50%;
background:#fff;
top:0px;
z-index:2;
left:calc(50% - 50px);
box-shadow: 0px 7px 25px -1px rgba(237, 128, 55, 0.14);
}
.ib4-y-2{
    float:left;
width:100%;
height:100%;
border-radius:50%;
background:#ccc;
z-index:2;
position:relative;
}
.ib4-sin:hover .org-spread {
    animation: kuod 1100ms infinite;
}
.ib4-y-img{
    position:absolute;
    width: 50px;
    left: calc(50% - 25px);
    top: 50%;
    transform: translateY(-50%);
}
.ib4-t-f{
    float:left;
margin-top:50px;
width:100%;
border:1px solid #ebebeb;
border-radius:30px;
background:#fff;
}
.ib4-t-f:hover{
    border:1px solid #0472ba;
}
.ib4-t-cet{
    float:left;
margin:90px 10% 70px 10%;
width:80%;
}
.ib4-t1{
    float:left;width:100%;
text-align:center;
color:#0472ba;
font-size:18px;
font-weight:700;
}
.ib4-t2{
    float:left;width:100%;
text-align:center;
color:#000;
font-size:16px;
line-height:25px;
margin-top: 43px;
}

@media screen and (max-width: 850px){
    .ib4-y-img {
    width: 30px;
    left: calc(50% - 15px);
    }
    .ib4-t-f {
    margin-top: 30px;
    }
    .ib4-y {
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    }
    .ib4-t2 {
    margin-top: 20px;
    }
    .ib4-t-cet {
    margin: 70px 10% 40px 10%;
    }
    .i-b4{
    margin-top:20px;
}
    .ib4-sin {
    width: 44%;
    margin-left: 3%;
    margin-top: 30px; float:left;
    }
}  .jump-send-cover {
    position: fixed;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
display:none;
}
#id-jump-send-f{
    width: 1140px;
    margin-left: calc(50% - 570px);
transition: all 0.6s ease 0s;
margin-top: -800px;
position:relative;

    background: #0472ba;
    border-radius: 80px 80px 80px 0px;
    float:left;
}
.jump-send-cet{
    float: left;
    margin: 50px 7%;
    width: 86%;
}
.jump-send-title{
    color:#fff;
text-align:center;
}
.jump-send-close{
    position:absolute;
    right:-20px;
top:-20px;
    width: 35px;
    height: 35px;
    cursor: pointer;
background:#fff;
border-radius:50%;
}
.jump-send-close:before {
    content: '\e60b';
    width: calc(100% + 1px);
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: icomoon;
    font-size: 25px;
    color: #181717;
    line-height: 35px;
    text-align: center;
}
.jump-send-in{
    float: left;
    border: none;
    border-bottom: 2px solid #fff;
    width: 47%;
    height: 45px;
    padding-left: 0px;
    color: #fff;
    font-size: 16px;
    outline: none;
    background: #0472ba;
    margin-top: 20px;
}
.jumpsin-2{
    margin-left:6%;
}
.jump-send-textarea-f{
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.jump-send-message-tip{
    float:left;
width:100%;
    color: #fff;
    font-size: 16px;
    margin-left: 0px;
}
.jump-send-in::-webkit-input-placeholder{
    font-size:16px;
color:#fff;
}

.jump-send-in:-moz-placeholder{
    font-size:16px;
color:#fff;
}
.jump-send-in:focus:-moz-placeholder{
    color:#f7b081;
}
.jump-send-in:focus::-webkit-input-placeholder{
    color:#f7b081;
}
.jump-send-textarea{
    float: left;
    border: none;
    border-bottom: 2px solid #fff;
    width: 100%;
    height: 100px;
    color: #fff;
    font-size: 16px;
    outline: none;
    margin-top: 10px;
    background: #0472ba;
}
.jump-send-textarea::-webkit-input-placeholder{
    font-size:16px;
color:#fff;
}
.jump-send-textarea:-moz-placeholder{
    font-size:16px;
color:#fff;
}
.jump-send-textarea:focus:-moz-placeholder{
    color:#f7b081;
}
.jump-send-textarea:focus::-webkit-input-placeholder{
    color:#f7b081;
}
.jump-send-submit{
    width: 100%;
    float: left;
border:none;
    background: #000;
    margin-top: 40px;
    height: 65px;
    border-radius: 32.5px;
    color: #0472ba;
    font-weight: 700;
    font-size: 18px;
    line-height: 65px;
    text-align: center;
    transition: all 0.2s ease 0s;
    cursor: pointer;
}
.jump-bot-tip {
    float: left;
    width: 100%;
    margin-top: 30px;
    color: #fff;
    font-size: 12px;
}
.mob-fix-foot {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,.5);
    bottom: 0px;
    display: none;
z-index:99;
}
.mob-f-foot-conusbtn {
    float: left;
    width: 200px;
    height: 40px;
    border: 1px solid #0472ba;
    background: #0472ba;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left: calc(50% - 100px);
    margin-top: 5px;
    transition: all 0s ease 0s;
}
@media screen and (max-width:850px) {
    .mob-fix-foot {
    display: block;
    }
    .jump-send-in::-webkit-input-placeholder{
    font-size:14px;
    }
    .jump-send-in:-moz-placeholder{
    font-size:14px;
    }
    #id-jump-send-f{
border-radius: 40px 40px 40px 0px;
}
    .jump-send-close {
    right: 20px;
    top: 20px;
    }
}
  .main-f{
    margin-bottom:0px;
	padding-bottom:0px;
}
.home-banner-f{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:1;
	
}


.bann-main{
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}
.item{
    position:relative;
}
.ib1-r{
    margin-bottom:0px;
}
.h-banner-a{
	float:left;
	width:100%;
    position:relative;
}
.h-banner-img-in{
	float:left;
	width:100%;
}
.banner-fix{
    position: absolute;
    color: #fff;
    width: 76%;
    left: 12%;
    top:50%;
transform:translateY(-50%);
z-index:30;
}
.bann-f-t-title{
    float:left;
width:100%;
font-size:56px;
animation-duration:2s;
font-weight:700;
}
.ban-f-b-txt{
    float:left;
width:100%;
font-size:18px;
line-height:35px;
margin-top:30px;
animation-duration:3s;
animation-delay:0.5s;
}
.bann-btn{
    float:left;
width:220px;
height:70px;
background:rgba(4,114,186,.2);
border-radius:35px;
margin-top:30px;
    animation-duration:3s;
animation-delay:0.5s;
cursor:pointer;
}
.bann-btn-in{
    float:left;
margin:10px;
width:calc(100% - 20px);
height:50px;
background:#0472ba;
line-height:50px;
text-align:center;
color:#fff;
font-size:16px;
border-radius:25px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
}
.bann-btn:hover .bann-btn-in{
    transform: scale(0.9);
}
.i-b1{
    float:left;
	width:100%;
	margin-top:45px;
}
.ib1-tit-f{
    float:left;
width:100%;
}
.tit-1{
    float:left;
width:100%;
text-align:center;
font-size:36px;
color:#0472ba;
margin-top:30px;
font-weight:700;
}
.tit-2{
    float:left;
width:100%;
text-align:left;
font-size:16px;
margin-top:20px;
line-height:25px;
}
.ib1-main{
    float:left;
width: calc(100% + 40px);
    margin-left: -20px;
margin-top:43px;
border:none;
padding-bottom:80px;
}
.ib1-sin{
    position:relative;
}
.ib1-sin-in{
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
overflow:hidden;
border:1px solid #ebebeb;
}
.ib1-sin-in:hover .ib1s-num{
    transform: scale(1.2);
}
.ib1s-tf{
    float:left;
width:100%;
background:#fff;
border-radius:40px 40px 0px 0px;
position:relative;
height:210px;
}
.ib1s-num{
    position:absolute;
	left:10%;
	top:20px;
	font-size:190px;
	color:#ebebeb;
	z-index:2;
}
.ib1s-tf-in{
    position:absolute;
left:35px;
top:40px;
width:calc(100% - 80px);
height:170px;
position:relative;
z-index:3;
}
.ib1s-t1{
    float:left;width:100%;
text-align:center;
font-size:18px;
font-weight:700;
color:#0472ba;
}
.ib1s-t2{
    float:left;width:100%;
text-align:center;
margin-top:20px;
color:#000;
font-size:16px;
line-height:25px;
}
.ib1s-img-f{
    float:left;width:100%;
border-radius:0px 0px 40px 40px;
overflow:hidden;
position:relative;
}
.ib1s-pic{
    float:left;width:100%;
border-radius:0px 0px 40px 40px;
}

.lazy-f .b1img{
    float:left;
border-radius:0px 0px 40px 0px;
transition: all 0.6s ease 0s;
}
.b1img {
    float: left;
    width: 100%;
    border-radius: 0px 0px 40px 40px;
    transition: all 0.6s ease 0s;
}
.ib1simg-cov{
    position:absolute;
width:100%;
left:0px;
top:0px;
}
.ib1-main .slick-dots{
    position: absolute;
    bottom: 0px;
    list-style: none;
    display: block;
    padding: 0;
    width: 100%;
    z-index: 9;
    left: 0px;
text-align:center;
}
.ib1-main .slick-dots li button{
    display:none;
}
.ib1-main .slick-dots li{
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
width:12px;
height:12px;
border-radius:6px;
background:#0472ba;
transition: all 0.6s ease 0s;
}
.ib1-main .slick-dots .slick-active{
    width:35px;
background:#a4c0f3;
}

.i-b2{
    float:left;width:100%;
	margin-top:25px;
}
.ib2-main{
    float:left;width:100%;
	margin-top:43px;
}
.ib2-ofs{
    float:left;
	width:102%;
	margin-left:-2%;
}
.ib2-sin{
    float:left;
	width:18%;
	margin-left:2%;
	border-radius:30px;
	overflow:hidden;
	background:#fff;
	border:1px solid #ebebeb;
}
.ib2-sin:hover{
    border:1px solid #0472ba;
}
.ib2-sin:hover .ib2-sin-tit{
    background:#0472ba;
}
.ib2-sin-in{
    float:left;
	margin:30px 10%;
	width:80%;
}
.ib2-sin-tf{
    float:left;width:100%;
	margin-top:30px;
}
.ib2-sin-tit{
    float:left;width:100%;
	padding:15px;
	background:#000;
	font-weight:700;
	font-size:18px;
	color:#fff;
	text-align:center;
}
.ib2-s-abs{
    float:left;width:100%;
    margin-top:15px;
font-size:16px;
color:#000;
line-height:25px;
}
.i-b3{
    float:left;width:100%;
margin-top: 85px;
position:relative;
}
.ib3-l{
    float:left;
	width:44%;
	background:#000;
	height:500px; overflow:hidden;
	border-radius:0px 0px 0px 0px;
}
.ib3l-cet{
    float:left;
	margin:50px 13%;
	width:78%;
	color:#fff;	
}
.ib3l-t1{
    float:left;width:100%;
font-size:18px;
}
.ib3l-t2{
    float:left;width:100%;
font-size:36px;
font-weight:700;
margin-top: 35px;
color:#0472ba;
}
.ib3l-t3{
    float:left;width:100%;
font-size:16px;
margin-top: 45px;
line-height:25px;
}
.ib3-r{
	position:absolute;
	width:56%;
	left:44%;
	bottom:0px;
}
.ib3link{
    position:absolute;
	left:0px;
	bottom:0px;
}
.ib3link:hover .ib3link-rm{
    color:#0472ba;
}
.ib3link:hover .ib3link-rm:before{
    color:#0472ba;
}
.ib3link:hover .ib3link-rm:after{
    color:#0472ba;
}
.ib3link-btn{
    float:left;
width:75px;
}
.ib3link-rm{
    float:left;
color:#fff;
font-size:18px;
position:relative;
font-weight:700;
margin-left:30px;
margin-top:30px;
}
.ib3link-rm:before{
    content:"\e900";
font-family: 'icomoon_9';
color:#fff;
font-size:16px;
position:absolute;
right:-30px;
top:3px;
}
.ib3link-rm:after{
    content:"\e900";
font-family: 'icomoon_9';
color:#fff;
font-size:16px;
position:absolute;
right:-40px;
top:3px;
}

.i-b5{
    float: left;
    background: url(../images/bk1.jpg) no-repeat;
    height: 829px;
    margin-top: 95px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    position: relative;
}
.ib5tt{
    margin-top:75px;
}
.ib5-m{
    float:left;width:100%;
margin-top:43px;
}
.ib5-sin{
    float:left;
	width:33.33%;
	position:relative;
	overflow:hidden;
}
.ib5-name{
    position: absolute;
    width: 100%;
    background-image: linear-gradient(to top, #0472ba, rgba(0,0,0,0));
    height: 30%;
    left: 0px;
    bottom: -30%;
    transition: all 0.6s ease 0s;
}
.ib5-n-in{
    position: absolute;
    width: 200px;
    left: 8%;
	color:#fff;
	font-size:18px;
	font-weight:700;
	bottom:10%;
}
.ib5-sin:hover .ib5-name {
    bottom: 0%;
}
.ib5t2{
    color:#fff;
}
.i-b6{
    float:left;width:100%;
	margin-top: 85px;
}
.ib6-m{
    float:left;
	width:100%;
	margin-top: 43px;
}
.ib6-mm{
    float:left;
	width:1840px;
}
.ib6-l{
    float:left;
    width:56%;
	position:relative;
	height:560px;
	overflow:hidden;
	border-radius:50px 50px 0px 50px;
}
.ib6-l:hover .img{
    transform: scale(1.2);
} 
.ib6-pic{
    width:1030px;
}
.ib6l-tf{
    position:absolute;
left:8%;
bottom:10%;
width:calc(80% - 75px);
}
.ib6l-t1{
    float:left;width:100%;
color:#fff;
font-size:21px;
font-weight:700;
}
.ib6l-t2{
    float:left;width:100%;
color:#fff;
font-size:14px;
margin-top:20px;
}
.ib6l-btn{
    position:absolute;
right:0%;
bottom:0%;
width: 75px;	
}
.ib6-r{
    float:left;
margin-left:4%;
width:40%;
margin-top:0px;
}
.ib6r-sin{
    float:left;width:100%;
padding-bottom:20px;
padding-top:20px;
border-bottom:1px solid #B5B5B5;
padding-left:40px;
padding-right:50px;
line-height:30px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
@keyframes  updown
{
    0%   {top: calc(50% - 9.5px)}
    30%   {top: calc(50% - 20px)}
    100%  {top: calc(50% - 9.5px)}
}
.ib6r-sin:hover .ib6rs-t:after{
  animation: suof 1100ms infinite;
}
.ib6r-sin:hover .ib6rs-t{
    color:#0472ba;
}
.ib6rs-t{
position:relative;
color:#000;
font-size:16px;
font-weight:700;
}
.ib6rs-t:before{
    content:"";
position:absolute;
left:-40px;
top:-3px;
background:url(../images/hj.png) no-repeat;
background-size:100%;
width:25px;
height:26px;
}
.idexfire{
    position:relative;
}
.idexfire:after{
    content:"";
position:absolute;
left:2px;
top:-5px;
background:url(../images/fire.png) no-repeat;
background-size:100%;
width:20px;
height:26px;
}
.ib6r-lm{
    float:left;
margin-top:40px;
color:#000000;
font-size:18px;
font-weight:700;
position:relative;
}
.ib6r-lm:hover{
    color:#0472ba;
}
.ib6r-lm:hover:before{
    color:#0472ba;
}
.ib6r-lm:hover:after{
    color:#0472ba;
}
.ib6r-lm:before {
    content: "\e900";
    font-family: 'icomoon_9';
    color:#000000;
    font-size: 16px;
    position: absolute;
    right: -30px;
    top: 3px;
transition: all 0.4s ease 0s;
}
.ib6r-lm:after {
    content: "\e900";
    font-family: 'icomoon_9';
    color:#000000;
    font-size: 16px;
    position: absolute;
    right: -40px;
    top: 3px;
}
.i-b7{
    float:left;width:100%;
position:relative;
margin-top:100px;
}
.ib7-mm{
    position:absolute;
width: 1840px;
height:100%;
background:#fff;
border-radius:0px 40px 40px 0px;
z-index:0;
}
.ib7-cet{
    margin-top:55px;
margin-bottom:50px;
position:relative;
z-index:1;
}
.ib7-l{
    float:left;
width:61%;
}
.i-b7-m{
    margin-top:0px;
}
.ib7l-t{
    float:left;width:100%;
color:#0472ba;
font-size:36px;
font-weight:700;
}
.ib7l-t2{
    float:left;width:100%;
color:#000;
font-size:16px;
margin-top: 20px;
}
.ib7l-af{
    float:left;width:100%;
margin-top:13px;
}
.ib7lsin{
    float:left;width:100%;
margin-top:12px;
color:#000;
font-size:16px;
line-height:25px;
}
.ib7lnum{
    float:left;
width:15px;
    color:#0472ba;
}
.ib7-sin-t{
    float:left;
width:calc(100% - 15px);
}

@media screen and (min-width: 1930px){
.ib3-r {
    height:500px;
	overflow:hidden;
    }
.ib3l-cet {
float:right;
    margin: 80px 0%;
	margin-right:120px;
    width: 560px;
    }
.ib6-m{
width:1920px;
margin-left:calc(50% - 860px);
}
}
@media screen and (max-width: 1900px){
.ib6-mm,.ib7-mm {
    width: 95%;
    }
}
@media screen and (max-width: 1700px){

.ib7-l {
    width: 100%;
    }
.cet3 {
    width: 80%;
    margin-left:10%;
    }
}
@media screen and (max-width: 1600px){
.ib3-r picture{
    width:1500px;
	height:auto!important;
}
.ib3-r {
    width: 56%;
    left: 44%;
    top: 0px;
	height:500px;
	overflow:hidden;
    } 
}
@media screen and (max-width: 1440px){
.ib3-r picture{
    width:1210px;
height:auto!important;
}
.i-b5{
    height: 720px;
}
}
@media screen and (max-width: 1220px){
.banner-fix {
    width: 85%;
    left: 12%;
    }
.bann-f-t-title {
    font-size: 40px;
    }
.ban-f-b-txt {
    font-size: 15px;
    line-height: 30px;
    margin-top: 30px;
    }
}
@media screen and (max-width: 850px){
.i-b5 {
    height: 1060px;
}
.ib5-sin {
    width: 100%;
    margin-top:5px;
	height:160px; overflow:hidden;
    }
.ib5-m {
    margin-top: 21px;
    }

.ib5tt {
    margin-top: 37px;
    }
.ib3link-rm:before {
    font-size: 14px;
    }
.ib3link-rm:after {
    font-size: 14px;
    }
.bann-btn-in {
    margin: 5px;
    width: calc(100% - 10px);
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
font-size:
    }
.bann-btn {
    width: 150px;
    height: 50px;
    background: rgba(4,114,186,.2);
    border-radius: 25px;
    margin-top: 20px;
    }
.ban-f-b-txt {
    font-size: 12px!important;
    line-height: 20px;
    margin-top: 15px;
    }

.ib7-l {
    width: 100%;
    }
.i-b7-m {
  width:95%;
      background: #fff;
      border-radius: 0px 40px 0px 0px;
    }
.ib7-mm{
    display:none;
}
.ib6-r {
    margin-left: 4%;
    width: 96%;
    margin-top: 20px;
    }
.ib6-l {
    width: 100%;
    height: auto;
    border-radius: 30px 30px 0px 30px;
    }
.ib3-r picture {
    width: 100%;
    height: auto!important;
    }
.ib3-r {
    width: 100%;
    left: 100%;
    height: auto;
    }
.ib3-r {
    position: relative;
    width: 100%;
    left: 0%;
    float:left;
	margin-top:0px;
    }
.ib3-l {
    width: 100%;
	height:500px; overflow:hidden;
    border-radius: 0px 0px 0px 0px;
    }
.ib2-ofs {
    width: 100%;
    margin-left: 0%;
    }
.ib2-sin {
    width: 100%;
    margin-left: 0%;
    border-radius: 20px;
margin-top:20px;
    }
.ib1-main,.ib2-main {
    margin-top: 20px;
    }
.tit-2 {
    margin-top: 12px;
    }
.i-b4{
    margin-top: 20px;
}
.i-b1,.i-b2,.i-b3,.i-b5,.i-b6,.i-b7 {
    margin-top: 30px;
    }
.ib1-sin-in {
    padding-left: 10px;
    padding-right: 10px;
    }
.bann-main {
    width:100%;
    
    overflow: hidden;
    border-radius: 0px 0px 0px 0px;
    }

}




/*内页*/
.inbanner-f{
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/ny.jpg);
    background-position: bottom;
    background-size: 100% 437px;
    height: 437px;
    margin-top: 0px;
    position:relative;
overflow:hidden;
}
.inbann-breadcrumbs{
    float:left;
margin-top:20px;
width:100%;
text-align:center;
}
.inbann-bre-text {
    color: #fff;
    font-size: 16px;
    position: relative;
}
.inbann-bre-text:hover{
    color: #0472ba;
}
.inbann-bre-text:before {
    content: "\e900";
    font-family: 'icomoon_9';
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: -30px;
    top: 3px;
}
.inbann-bre-text:last-child:before{
content: "";
}
.inbann-bre-text:last-child:before{
    background:none;
}
.inb-txt{
    position: absolute;
    color: #fff;
    width: 76%;
    left: 12%;
    top: -500px;
	transition: all 1.5s ease 0s;
}
.inb-t1{
    float:left;
	width:100%;
	text-align:center;
	font-size:56px;
	font-weight:700;
}
.ab1{
    float:left;width:100%;
}
.ab1-pic{
    overflow:hidden;
border-radius:40px 40px 40px 0px;
}


.bk-btn{
    float: left;
    width: 220px;
    height: 70px;
    background: rgba(0,0,0,.4);
    border-radius: 35px;
    margin-top: 40px;
    animation-duration: 3s;
    animation-delay: 0.5s;
margin-left:calc(50% - 110px);
cursor:pointer;
}
.bk-btn:hover .bk-btn-in{
    transform: scale(0.9);
}
.bk-btn-in{
    float: left;
    margin: 10px;
    width: calc(100% - 20px);
    height: 50px;
    background: #000;
    line-height: 50px;
    text-align: center;
    color: #0472ba;
    font-size: 16px;
    border-radius: 25px;
}
.ab2{
    float:left;width:100%;
}
.ab3{
    float:left;width:100%;
margin-top:95px;
position:relative;
}
.ab3-m{
    float: left;
    width: 1840px;
position:relative;
}
.ab3it{
    float:left;width:100%;
	overflow:hidden;
	height:490px;
	border-radius:0px 40px 40px 0px;
}
.ab3r-pic{
    width:750px;
}
.ab3-l{
    position:absolute;
width:60%;
height:100%;
background-color:#000;
background-image:url(/templates/Web/en/images/ab3bk.jpg);
background-repeat:no-repeat;
background-position:bottom center;
z-index:1;
}
.ab3-r{
    float:left;
width:40%;
margin-left:60%;
}
.ab3l-cet{
    position:absolute;
width:1182px;
left:calc(50% - 591px);
z-index:2;
}
.ab3l-cetl{
    float:left;width:55%;
margin-top:65px;
}
.ab3l-t1{
    float:left;width:100%;
	font-weight:700;
	color:#fff;
	font-size:36px;
}
.ab3l-t2{
    float:left;width:100%;
	color:#fff;
	font-size:15px;
	margin-top: 45px;
	line-height:25px;
}
.tit1{
    float:left;width:100%;
font-size:36px;
color:#0472ba;
font-weight:700;
text-align:center;
}
.ab4{
    float:left;width:100%;
margin-top: 85px;
}
.ab4-cer{
    float:left;width:100%;
margin-top: 3px;
}
.ab4cer-ofs{
    float:left;
width:103%;
margin-left:-3%;
}
.ab4-cersin{
    width:47%;
margin-left:3%;
margin-top:40px;
}
.ib5{
    float:left;
width:100%;
margin-top: 85px;
}
.ib5-l{
    float:left;
width:640px;
}
.ib5-r{
    float:left;
margin-left:calc(100% - 640px - 320px);
width:320px;
}
.ib5-r-t1{
font-size:103px;
}
.ab5r-bot{
    float:left;
width:100%;
margin-top: 15px;
}
.ib5-r-l{
    float:left;
width:140px;
font-size:16px;
color:#000;
font-weight:700;
}
.ib5rr{
    float:left;
width:135px;
margin-left:calc(100% - 140px - 135px);
}
.ab5rr-star{
    float:left;
width:100%;
}
.ab5rr-txt{
    float:left;
width:100%;
font-size:12px;
color:#000;
margin-top:10px;
}
.ab3-l-mob{
    display: none;
}
@media screen and (min-width: 1930px){
    .ab3r-pic .b1img{
   float:left;
       width: 100%;	   
}
    .ab3r-pic {
    width: 100%;
height:525px;
overflow:hidden;
    }
    .ab3-m {
    width: 100%;
    }
}
@media screen and (max-width: 1900px){
.ab3-m {
    width: 95%;
}
}
@media screen and (max-width:1200px) {
    .ab3l-cet {
    width:94%;
left:3%;
    }
}

@media screen and (max-width:850px) {

    .ib5-l,.ib5-r {
    width: 100%;
margin-left:0px;
    }
.ib5-r{
    margin-top:20px;
}
    .ib5{
    margin-top:40px;
}
    .ab3,.ab4,.ib7{
    margin-top:50px;
}
    .ab3it {
    border-radius: 0px 0px 0px 0px;
}
    .b1img{
    float:left;
width:100%;
}
    .ab3it{
    height:auto;
}
.ab3r-pic {
    width: 100%;
    }
    .ab3-r {
    width: 100%;
    margin-left: 0%;
    }
    .ab3-m {
    width: 100%;
    }
    .ab3l-cet{
    display:none;
}
.ab3l-t2 ,.ab4-cersin{
    margin-top: 22px;
    }
    .ab3-l-mob{
    display:block;
    width: 94%;
margin-left:3%;
    margin-top: 32px;
margin-bottom: 32px;
}
    .ab3-l {
position:relative;
float:left;
    width: 100%;
    height: auto;
    }
    .bk-btn{
    margin-left: calc(50% - 75px);
}
    .tit-2{
    margin-top: 18px;
    }
    .tit-1 {
    margin-top: 30px;
    }
	.inbanner-f{
    float: left;
    width: 100%;
	background:url(../images/ny.jpg) center top no-repeat;
	background-size:auto 100%;
    height: 226px;
    margin-top: 0px;
    position:relative;
	overflow:hidden;
}
}




.ic1{
    float:left;
width:100%;
margin-top:95px;
}
.ic1l{
    float:left;
width:59%;
position:relative;
cursor:pointer;
}
.ic1lbtn{
    position:absolute;
width:118px;
height:118px;
background:rgba(0,0,0,.4);
border-radius:50%;
left:calc(50% - 59px);
top:calc(50% - 59px);
}
.ic1lbtn:hover:before{
    background: #0472ba;
}
.ic1lbtn:hover:after{
    border-color: transparent transparent transparent #000;
}
.ic1lbtn:before{
    content: '';
    width: 104px;
    height: 104px;
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: 2;
    border-radius: 50%;
    background: #000;	
}
.ic1lbtn:after{
    content: '';
    left: 33px;
    right: 0;
    border-width: 22px 30px;
    border-color: transparent transparent transparent #0472ba;
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    bottom: 0;
    border-style: solid;
    margin: auto;
    z-index: 3;
}
.ic1r{
    float:left;
width:38%;
margin-left:3%;
}
.ic2{
    float:left;
width:100%;
margin-top:45px; 
}
.ic2-t1{
    text-align:center;
}
.ic2-t2{
    text-align:center;
}
.ic2-btn-f{
   float:left;
width:100%;
margin-top:30px;
}
.ic2btn{
    position:absolute;
left: 50%;
transform: translateX(-50%);
}
.ic3{
    float:left;
width:100%;
margin-top:45px; 
}
.ic3-t1{
    color:#0472ba;
text-align:center;
}
.ic3-show-m{
    float:left;
width:100%;
}
.ic3_s{
    float:left;
width:100%;
margin-top:50px;
}
.ic3s_hb{
    background:#E4E4E4;
}
.ic3picl{
    width:42%;
}
.ic3_s_cet{
    padding: 50px 0px;
}
.ic3picr{
    float:right;
width:42%;
}
.ic3s_tf{
    width:54%;
}
.ic3tr{
    float:left;
margin-left:4%;
}
.ic3tl{
    float:right;
margin-right:4%;
}

.title-2{
    float:left;
	margin-left:0px;
	width:100%;
	color:#000;
	font-weight:700;
	margin-top:28px;
	font-size:20px;

}
.ic3sd{
    font-size:18px;
margin-top:42px;
}
.ic3-hide-m{
    float:left;
width:100%;
display:none;
}

.ic4{
    float:left;
width:100%;
margin-top: 95px;
}
.ic4-cet{
    float:left;
background:#000;
border-radius:50px 0px 50px 0px;
}
.ic4-mcet{
    float:left;
margin:45px 20px;
width:calc(100% - 40px);
}
.ic4-t1{
    text-align:center;
color:#fff;
}
.ic4-ofs{
    float:left;
margin-left:-4%;
width:104%;
}
.ic4-s{
    float:left;
margin-left:4%;
width:16%;
margin-top:40px;
}
/*.ic4-pic{
    border-radius:50%;
overflow:hidden;
}*/
.ic4s-t{
    float:left;
width:100%;
margin-top: 25px;
text-align:center;
color:#fff;
font-size:16px;
}
.ic4-btn-f{
    float:left;
width:100%;
margin-top:30px;
}
.ic4btn {
    position: absolute;
    left: 18%;
    transform: translateX(-50%);
	background: rgba(5,129,216,.2);
}
.ic4btn-in{
    background:#0472ba;
color:#000;
}

.ic5{
    float:left;
width:100%;
margin-top: 60px;
}
.ic5-btn-f{
    float:left;
width:100%;
margin-top: 50px;
}
.ic6{
    float:left;
width:100%;
margin-top: 110px;  
}
@media screen and (max-width: 850px){
    .ic6 {
    margin-top: 90px;
    }
    .ic5-btn-f {
    margin-top: 25px;
    }
    .ic5 {
    margin-top: 0px;
    }
    .ic4-s {
    margin-left: 0%;
    width: 48%;
    margin-top: 20px;
    } 
	.ic4-ofs a:nth-child(2n){ float:right;margin-left: 2%;}
    .ic4-ofs {
    margin-left: 0%;
    width: 100%;
    }
    .ic3tl {
    float: left;
    margin-right: 0%;
margin-top:20px;
width:100%;
    }
    .ic3picr {
    float: left;
    width: 100%;
    }
    .ic3sd {
    margin-top: 21px;
    }
    .title-2 {
    margin-top: 15px;
	margin-left:0px;
    }
    .ic3_s_cet {
    padding: 25px 0px;
    }
    .ic3tr {
    margin-left: 0%;
width: 100%;
margin-top:20px;
    }
    .ic3picl {
    width: 100%;
    }
    .ic3_s {
    margin-top: 25px;
    }
    .ic3 {
    margin-top: 90px;
    }
    .ic1lbtn:after {
    left: 20px;
    border-width:10px 16px;
    border-color: transparent transparent transparent #0472ba;
    }
    .ic1lbtn:before {
    width: 50px;
    height: 50px;
    left: 10px;
    top: 10px;
    }
    .ic1lbtn {
    width: 70px;
    height: 70px;
    left: calc(50% - 35px);
    top: calc(50% - 35px);
    }
    .ic1r {
    margin-top:20px;
    width: 100%;
    margin-left: 0%;
    }
    .ic1l {
    width: 100%;
    }
    .ic1,.ic2,.ic4 {
    margin-top: 50px;
    }
}
.ic6-t1{
    text-align:center;
}
.ic6-m-s{
    float:left;
width:100%;
margin-top: 40px;
}
.ic6-sin{
    float:left;
width:100%;
margin-top: 20px;
}
.ic6s-ask-f{
    float:left;
width:100%;
background:#fff;
border-radius:40px;
cursor:pointer;
}
.ic6s-ask-in{
    float:left;
margin:50px 8%;
width:84%;
color:#000;
font-size:21px;
position:relative;
padding-right:40px;
}
.ic6sj{
    position:absolute;
top:0px;
right:0px;
display: block;
width: 0;
height: 0;
border:13px solid transparent;
border-left-color:#000;
    transition: all 0.6s ease 0s;
}

.ic6s-ans{
    float:left;
margin-left:8%;
width:84%;
margin-top:30px;
display:none;
}
.ic6-m-h{
    float:left;
width:100%;
margin-top: 0px;
display:none;
}




.sc1{
    float:left;
width:100%;
margin-top:92px;
}
.sc1-t1{
    float:left;
width:100%;
font-size:16px;
color:#000;
line-height:25px;
}
.sc1-m1{
    float:left;
width:100%;  
margin:35px 0;
}
.sc1-m1-l{
    float:left;
width:48%;
margin-top:70px;
}
.sc1m1-r{
    float:left;
margin-left:15%;
width:37%;
border-radius:80px 80px 0px 80px;
overflow:hidden;
}
.sc1-m2{
    float:left;
width:100%;  
margin-top:-35px;    
}
.sc1m2-l{
    float:left;
width:48%;
background:#0472ba;
border-radius:80px 80px 80px 0px;
z-index:2;
position:relative;
}
.sc1m2l-cet{
    float:left;
margin:90px 10%;
width:80%;
}
.sc1m2l-img{
    float:left;
width:75px;
}
.sc1m2l-t1{
    margin-top:45px;
color:#fff;
line-height:50px;
}
.sc9{
    float:left;
width:100%;
margin-top:60px;
}
.sc1m2-r{
    float:left;
width:calc(52% + 30px);
background:#000;
border-radius:0px 60px 60px 0px;
margin-top:80px;
margin-left:-30px;
z-index:1;
position:relative;
}
.sc1m2r-cet{
    float:left;
margin:60px 15%;
margin-left:calc(15% + 30px);
width:calc(70% - 30px);
}
.sc1m2r-sin{
    float:left;
width:100%;
color:#fff;
font-size:16px;
margin-top:5px;
}
.yz{
    color:#0472ba;
}
.sc1m2-btn-f{
    float:left;
width:100%;
margin-top:25px;
}
.sc6{
    float:left;
width:100%;
margin-top:115px;
}
@media screen and (max-width:1100px) {
    .sc1-m2 {
    margin-top: 30px;
    }
}
@media screen and (max-width:850px) {
    .sc6{
margin-top:100px;
    }
    .sc1m2r-cet {
    margin: 30px 10%;
    width: 80%;
    }
    .sc1m2l-t1 {
    margin-top: 22px;
    line-height: 40px;
    }
    .sc1m2l-cet {
    margin: 40px 10%;
    }
    .sc1m2-r {
    width: 100%;
    border-radius: 0px 0px 30px 0px;
    margin-top: 0px;
    margin-left: 0px;
    }
    .sc1m2-l {
    width: 100%;
    border-radius: 40px 40px 0px 0px;
    }
    .sc1m1-r {
    margin-left: 0%;
    width: 100%;
    border-radius: 40px 40px 0px 40px;
margin-top:20px;
    }
    .sc1-m1-l {
    width: 100%;
    margin-top: 0px;
    }
    .sc1-m1 {
    margin-top: 20px;
    }
    .sc1 {
    margin-top: 50px;
    }
}


.yj{ border-radius:50%; overflow:hidden; background-color:#fff; padding-top:30px;width:150px; height:120px;}
/*about*/


/* 分页公共样式 */
.pagelist{text-align: center;border-radius:20px;padding: 0 14px;background: #fff; border: 1px #d8dce0 solid;margin:0px 0 0 20px; }
.pagelist li{background: #fff;padding: 0 14px; color: #8c8c8c; display: inline-block; max-height: 30px; line-height: 30px;margin: 0 2px;}
.pager-linkPage .current,
.pager-linkPage a:hover,
.upPage:hover,
.downPage:hover{background: #269edc; color: #fff;}
.pager-linkPage span:not(.current){cursor: not-allowed;}
.pagelist select{margin:0px 0; }
