@keyframes cresci {
0%{transform:scale( 0 );}
100%{transform:scale( 1 );}
} @keyframes dondolashort {
0%{transform:rotate( -5deg );}
100%{transform:rotate( 5deg );}
}
@keyframes dondola {
0%{transform:rotate( -25deg );}
100%{transform:rotate( 25deg );}
}
@keyframes dondolalong {
0%{transform:rotate( -45deg );}
100%{transform:rotate( 45deg );}
} @keyframes pulsashort {
0%{transform:scale( 0.98 );}
100%{transform:scale( 1.02 );}
}
@keyframes pulsa {
0%{transform:scale( 0.93 );}
100%{transform:scale( 1.07 );}
}
@keyframes pulsalong {
0%{transform:scale( 0.85 );}
100%{transform:scale( 1.15 );}
} @keyframes dondolashort {
0%{transform:rotate( -5deg );}
100%{transform:rotate( 5deg );}
}
@keyframes dondola {
0%{transform:rotate( -25deg );}
100%{transform:rotate( 25deg );}
}
@keyframes dondolalong {
0%{transform:rotate( -45deg );}
100%{transform:rotate( 45deg );}
} @keyframes galleggiashort {
0%{transform:translateY( -5% );}
100%{transform:translateY( 5% );}
}
@keyframes galleggia {
0%{transform:translateY( -12% );}
100%{transform:translateY( 12% );}
}
@keyframes galleggialong {
0%{transform:translateY( -25% );}
100%{transform:translateY( 25% );}
} @keyframes attraversa {
0%{transform:translateX( calc( -50vw - 50% - 100px ) );}
100%{transform:translateX( calc( +50vw + 50% + 100px ) );}
} @keyframes risali-o-affondashort {
0%{transform:translateY( 70% );}
100%{transform:translateY( 0 );}
}
@keyframes risali-o-affonda {
0%{transform:translateY( 150% );}
100%{transform:translateY( 0 );}
}
@keyframes risali-o-affondalong {
0%{transform:translateY( 300% );}
100%{transform:translateY( 0 );}
} @keyframes saltellashort {
0%{transform:translateY(0%);}
20%, 50%, 80%, 100%{transform:translateY(0);}
40%{transform:translateY(-15px);}
60%{transform:translateY(-7px);}
}
@keyframes saltella {
0%{transform:translateY(0%);}
20%, 50%, 80%, 100%{transform:translateY(0);}
40%{transform:translateY(-30px);}
60%{transform:translateY(-15px);}
}
@keyframes saltellalong {
0%{transform:translateY(0%);}
20%, 50%, 80%, 100%{transform:translateY(0);}
40%{transform:translateY(-60px);}
60%{transform:translateY(-30px);}
} @keyframes rotolashort {
0%{transform:translateX( calc( -50vw - 50% - 50px ) ) rotate( -90deg );}
100%{transform:translateX( calc( +50vw + 50% + 50px ) ) rotate( 90deg );}
}
@keyframes rotola {
0%{transform:translateX( calc( -50vw - 50% - 50px ) ) rotate( -270deg );}
100%{transform:translateX( calc( +50vw + 50% + 50px ) ) rotate( 270deg );}
}
@keyframes rotolalong {
0%{transform:translateX( calc( -50vw - 50% - 50px ) ) rotate( -450deg );}
100%{transform:translateX( calc( +50vw + 50% + 50px ) ) rotate( 450deg );}
} @keyframes girashort {
0%{transform:rotate( 0deg );}
100%{transform:rotate( 360deg );}
}
@keyframes gira {
0%{transform:rotate( 0deg );}
100%{transform:rotate( 360deg );}
}
@keyframes giralong {
0%{transform:rotate( 0deg );}
100%{transform:rotate( 360deg );}
} @keyframes brillashort {
0%{box-shadow:0 0 -10px rgba(232,189,109,0.88);}
50%{box-shadow:0 0 50px rgba(232,189,109,0.88);}
100%{box-shadow:0 0 100px rgba(232,189,109,0);}
}
@keyframes brilla {
0%{box-shadow:0 0 -10px rgba(232,189,109,0.88);}
50%{box-shadow:0 0 200px rgba(232,189,109,0.88);}
100%{box-shadow:0 0 300px rgba(232,189,109,0);}
}
@keyframes brillalong {
0%{box-shadow:0 0 -10px rgba(232,189,109,0.88);}
50%{box-shadow:0 0 300px rgba(232,189,109,0.88);}
100%{box-shadow:0 0 700px rgba(232,189,109,0);}
}
@keyframes brilla1 {
0%{-moz-box-shadow:0 0 0 0 rgba(204,169,44, 0.4);box-shadow:0 0 0 0 rgba(204,169,44, 0.4);}
70%{-moz-box-shadow:0 0 0 10px rgba(204,169,44, 0);box-shadow:0 0 0 10px rgba(204,169,44, 0);}
100%{-moz-box-shadow:0 0 0 0 rgba(204,169,44, 0);box-shadow:0 0 0 0 rgba(204,169,44, 0);}
}  @keyframes exitToRight {
0%{transform:translate(0,0);}
100%{transform:translateX(100%);}
} @keyframes enterFromRight {
0%{transform:translate(100%,0);}
100%{transform:translateX(0);}
} @keyframes exitToLeft {
0%{transform:translate(0,0);}
100%{transform:translateX(-100%);}
} @keyframes enterFromLeft {
0%{transform:translate(-100%,0);}
100%{transform:translateX(0);}
}  @keyframes exitToTop {
0%{transform:translate(0,0);}
100%{transform:translateY(-100%);}
} @keyframes enterFromTop {
0%{transform:translate(0,-100%);}
100%{transform:translateY(0);}
} @keyframes exitToBottom {
0%{transform:translate(0,0);}
100%{transform:translateY(100%);}
} @keyframes enterFromBottom {
0%{transform:translate(0,100%);}
100%{transform:translateY(0);}
} @keyframes exitToScaleBack {
0%{transform:scale(1);}
30%{opacity:1;}
99%{visibility:visible;}
100%{transform:scale(0.5);opacity:0;visibility:hidden;}
}
@keyframes exitToScaleFront {
0%{transform:scale(1);}
30%{opacity:1;}
99%{visibility:visible;}
100%{transform:scale(1.3);opacity:0;visibility:hidden;}
}
@keyframes enterFormScaleBack {
0%{transform:perspective(1500px) translateZ(-500px);visibility:visible;opacity:0;}
100%{transform:perspective(1500px) translateZ(0);opacity:1;}
}
@keyframes enterFormScaleFront {
0%{transform:perspective(1500px) translateZ(500px);visibility:visible;opacity:0;}
100%{transform:perspective(1500px) translateZ(0);opacity:1;}
} @keyframes exitToFade {
0%{opacity:1;}
100%{opacity:0;}
}
@keyframes enterFromFade {
0%{opacity:0;}
100%{opacity:1;}
}
@keyframes exitQuit {
0%{transform:scale(1);opacity:1;visibility:visible;}
100%{transform:scale(0.5);opacity:0;visibility:hidden;}
}
@keyframes enterQuit {
0%{transform:scale(0.5);opacity:0;}
100%{transform:scale(1);opacity:1;}
}
@keyframes loadAnim {
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
} @-webkit-keyframes flipOutRight {
from{}
to{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateY(90deg);opacity:0.2;}
}
@keyframes flipOutRight {
from{}
to{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateY(90deg);transform:perspective(1500px) translateZ(-1000px) rotateY(90deg);opacity:0.2;}
}
@-webkit-keyframes flipInLeft {
from{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateY(-90deg);opacity:0.2;}
to{-webkit-transform:perspective(1500px) translateZ(0px) rotateY(0deg);opacity:1;}
}
@keyframes flipInLeft {
from{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateY(-90deg);transform:perspective(1500px) translateZ(-1000px) rotateY(-90deg);opacity:0.2;}
to{-webkit-transform:perspective(1500px) translateZ(0px) rotateY(0deg);opacity:1;}
}
@-webkit-keyframes flipOutLeft {
from{}
to{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateY(-90deg);opacity:0.2;}
}
@keyframes flipOutLeft {
from{}
to{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateY(-90deg);transform:perspective(1500px) translateZ(-1000px) rotateY(-90deg);opacity:0.2;}
}
@-webkit-keyframes flipInRight {
from{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateY(90deg);opacity:0.2;}
to{-webkit-transform:perspective(1500px) translateZ(0px) rotateY(0deg);opacity:1;}
}
@keyframes flipInRight {
from{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateY(90deg);transform:perspective(1500px) translateZ(-1000px) rotateY(90deg);opacity:0.2;}
to{-webkit-transform:perspective(1500px) translateZ(0px) rotateY(0deg);opacity:1;}
}
@-webkit-keyframes flipOutTop {
from{}
to{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateX(90deg);opacity:0.2;}
}
@keyframes flipOutTop {
from{}
to{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateX(90deg);transform:perspective(1500px) translateZ(-1000px) rotateX(90deg);opacity:0.2;}
}
@-webkit-keyframes flipInBottom {
from{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateX(-90deg);opacity:0.2;}
}
@keyframes flipInBottom {
from{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateX(-90deg);transform:perspective(1500px) translateZ(-1000px) rotateX(-90deg);opacity:0.2;}
}
@-webkit-keyframes flipOutBottom {
from{}
to{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateX(-90deg);opacity:0.2;}
}
@keyframes flipOutBottom {
from{}
to{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateX(-90deg);transform:perspective(1500px) translateZ(-1000px) rotateX(-90deg);opacity:0.2;}
}
@-webkit-keyframes flipInTop {
from{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateX(90deg);opacity:0.2;}
}
@keyframes flipInTop {
from{-webkit-transform:perspective(1500px) translateZ(-1000px) rotateX(90deg);transform:perspective(1500px) translateZ(-1000px) rotateX(90deg);opacity:0.2;}
}  @keyframes noneOut {
0%{display:block;}
100%{display:none;}
}
@keyframes noneIn {
0%{display:none;}
100%{display:block;}
}
@keyframes noneOutPopup {
0%{display:block;}
100%{display:none;}
}
@keyframes noneInPopup {
0%{display:none;}
100%{display:block;}
}
@keyframes exitToRightPopup {
0%{transform:translate(0,0);}
100%{transform:translateX(100vw);}
} @keyframes enterFromRightPopup {
0%{transform:translate(100vw,0);}
100%{transform:translateX(0);}
} @keyframes exitToLeftPopup {
0%{transform:translate(0,0);}
100%{transform:translateX(-100vw);}
} @keyframes enterFromLeftPopup {
0%{transform:translate(-100vw,0);}
100%{transform:translateX(0);}
}  @keyframes exitToTopPopup {
0%{transform:translate(0,0);}
100%{transform:translateY(-100vh);}
} @keyframes enterFromTopPopup {
0%{transform:translate(0,-100vh);}
100%{transform:translateY(0);}
} @keyframes exitToBottomPopup {
0%{transform:translate(0,0);}
100%{transform:translateY(100vh);}
} @keyframes enterFromBottomPopup {
0%{transform:translate(0,100vh);}
100%{transform:translateY(0);}
} @keyframes exitToScaleBackPopup {
0%{transform:scale(1);}
30%{opacity:1;}
99%{visibility:visible;}
100%{transform:scale(0.5);opacity:0;visibility:hidden;}
}
@keyframes exitToScaleFrontPopup {
0%{transform:scale(1);}
30%{opacity:1;}
99%{visibility:visible;}
100%{transform:scale(1.3);opacity:0;visibility:hidden;}
}
@keyframes enterFormScaleBackPopup {
0%{transform:translateZ(-500px);visibility:visible;opacity:0;}
100%{transform:translateZ(0);opacity:1;}
}
@keyframes enterFormScaleFrontPopup {
0%{transform:translateZ(500px);visibility:visible;opacity:0;}
100%{transform:translateZ(0);opacity:1;}
} @keyframes exitToFadePopup {
0%{opacity:1;}
100%{opacity:0;}
}
@keyframes enterFromFadePopup {
0%{opacity:0;}
100%{opacity:1;}
}
@keyframes exitQuitPopup {
0%{transform:scale(1);opacity:1;visibility:visible;}
100%{transform:scale(0.5);opacity:0;visibility:hidden;}
}
@keyframes enterQuitPopup {
0%{transform:scale(0.5);opacity:0;}
100%{transform:scale(1);opacity:1;}
}
@keyframes loadAnimPopup {
0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
} @-webkit-keyframes flipOutRightPopup {
from{}
to{-webkit-transform:translateZ(-1000px) rotateY(90deg);opacity:0.2;}
}
@keyframes flipOutRightPopup {
from{}
to{-webkit-transform:translateZ(-1000px) rotateY(90deg);transform:translateZ(-1000px) rotateY(90deg);opacity:0.2;}
}
@-webkit-keyframes flipInLeftPopup {
from{-webkit-transform:translateZ(-1000px) rotateY(-90deg);opacity:0.2;}
to{-webkit-transform:translateZ(0px) rotateY(0deg);opacity:1;}
}
@keyframes flipInLeftPopup {
from{-webkit-transform:translateZ(-1000px) rotateY(-90deg);transform:translateZ(-1000px) rotateY(-90deg);opacity:0.2;}
to{-webkit-transform:translateZ(0px) rotateY(0deg);opacity:1;}
}
@-webkit-keyframes flipOutLeftPopup {
from{}
to{-webkit-transform:translateZ(-1000px) rotateY(-90deg);opacity:0.2;}
}
@keyframes flipOutLeftPopup {
from{}
to{-webkit-transform:translateZ(-1000px) rotateY(-90deg);transform:translateZ(-1000px) rotateY(-90deg);opacity:0.2;}
}
@-webkit-keyframes flipInRightPopup {
from{-webkit-transform:translateZ(-1000px) rotateY(90deg);opacity:0.2;}
to{-webkit-transform:translateZ(0px) rotateY(0deg);opacity:1;}
}
@keyframes flipInRightPopup {
from{-webkit-transform:translateZ(-1000px) rotateY(90deg);transform:translateZ(-1000px) rotateY(90deg);opacity:0.2;}
to{-webkit-transform:translateZ(0px) rotateY(0deg);opacity:1;}
}
@-webkit-keyframes flipOutTopPopup {
from{}
to{-webkit-transform:translateZ(-1000px) rotateX(90deg);opacity:0.2;}
}
@keyframes flipOutTopPopup {
from{}
to{-webkit-transform:translateZ(-1000px) rotateX(90deg);transform:translateZ(-1000px) rotateX(90deg);opacity:0.2;}
}
@-webkit-keyframes flipInBottomPopup {
from{-webkit-transform:translateZ(-1000px) rotateX(-90deg);opacity:0.2;}
}
@keyframes flipInBottomPopup {
from{-webkit-transform:translateZ(-1000px) rotateX(-90deg);transform:translateZ(-1000px) rotateX(-90deg);opacity:0.2;}
}
@-webkit-keyframes flipOutBottomPopup {
from{}
to{-webkit-transform:translateZ(-1000px) rotateX(-90deg);opacity:0.2;}
}
@keyframes flipOutBottomPopup {
from{}
to{-webkit-transform:translateZ(-1000px) rotateX(-90deg);transform:translateZ(-1000px) rotateX(-90deg);opacity:0.2;}
}
@-webkit-keyframes flipInTopPopup {
from{-webkit-transform:translateZ(-1000px) rotateX(90deg);opacity:0.2;}
}
@keyframes flipInTopPopup {
from { -webkit-transform: translateZ(-1000px) rotateX(90deg); transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}.animate-general{opacity:0}*:not(.elementor-editor-active) .plus-conditions--hidden{display:none}
body.plus_row_scroll_overflow{overflow-x:hidden}section.plus_row_scroll_overflow{overflow:hidden!important}
h3.theplus-posts-not-found{font-size:14px;background:#8072fc;padding:10px;text-align:center;line-height:25px;border-radius:3px;box-shadow:0 5px 30px -5px #8072fc;color:#fff}
.magic-scroll .parallax-scroll,.magic-scroll .scale-scroll,.magic-scroll .both-scroll{-webkit-transition:-webkit-transform 1.3s ease .0s;-ms-transition:-ms-transform 1.3s ease .0s;-moz-transition:-moz-transform 1.3s ease .0s;-o-transition:-o-transform 1.3s ease .0s;transition:transform 1.3s ease .0s;will-change:transform}
.animted-content-inner{position:relative;display:block;width:100%;z-index:1}
.grid-item:focus{outline:none}
@media(min-width:1025px){.elementor-element.elementor-element-edit-mode.elementor-hidden-desktop{opacity:.5}}@media(max-width:1024px) and (min-width:768px){.elementor-element.elementor-element-edit-mode.elementor-hidden-tablet{opacity:.5}}@media(max-width:767px){.elementor-element.elementor-element-edit-mode.elementor-hidden-mobile{opacity:.5}} @media(max-width:767px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{width:33.33%!important;height:250px!important}.post-inner-loop.tp-row{margin-right:-10px;margin-left:-10px}}@media(max-width:660px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{width:50%!important;height:300px!important}}@media(max-width:480px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{width:100%!important;height:420px!important}}@media(max-width:375px){.list-isotope-metro:not(.plus-smart-gallery) .post-inner-loop .grid-item{height:300px!important}} .ts-icon-img{margin-bottom:10px;position:relative}.flip-back,.flip-front{width:100%;height:100%;position:absolute;left:0;top:0;display:table}.flip-back .vertical-center,.flip-front .vertical-center{display:table-cell;vertical-align:middle}.flip-horizontal :hover .flip-front{-webkit-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);-moz-transform:rotateY(-180deg);-o-transform:rotateY(-180deg);transform:rotateY(-180deg)}.flip-horizontal :hover .flip-back{-webkit-transform:rotateY(0);-ms-transform:rotateY(0);-moz-transform:rotateY(0);-o-transform:rotateY(0);transform:rotateY(0)}.flip-horizontal .flip-back{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-o-transform:rotateY(180deg);transform:rotateY(180deg)}.bezier-flip{-webkit-transition:all .5s cubic-bezier(.645,.045,.355,1);-moz-transition:all .5s cubic-bezier(.645,.045,.355,1);-o-transition:all .5s cubic-bezier(.645,.045,.355,1);-ms-transition:all .5s cubic-bezier(.645,.045,.355,1);transition:all .5s cubic-bezier(.645,.045,.355,1)}.padding-flip{padding:30px 40px}.origin-center{-webkit-transform-origin:center;-ms-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;transform-origin:center}.no-backface{-webkit-backface-visibility:hidden;backface-visibility:hidden}.numtext-left{text-align:left}.numtext-center{text-align:center}.numtext-right{text-align:right}.icon-right{text-align:right}.icon-left{float:left}.icon-center{margin:0 auto}.ts-icon{display:block;position:relative;-o-transition:all 1.3s;-webkit-transition:all 1.3s;-moz-transition:all 1.3s;-ms-transition:all 1.3s;transition:all 1.3s}.icon-img-b{line-height:1;margin-bottom:15px}.service-media .icon-img-b{margin-right:15px}.border-pd{border:2px solid}.subject-color{-o-transition:all 1.3s;-webkit-transition:all 1.3s;-ms-transition:all 1.3s;-moz-transition:all 1.3s;transition:all 1.3s;margin-bottom:20px;line-height:1}.sub-subject-color{margin-bottom:20px;line-height:1}.ts-icon-1{display:block;vertical-align:middle;text-align:center;overflow:hidden}.pad-0{padding:0}.pad-5{padding:5px}.pad-30{padding:30px;padding-bottom:10px}.border-icon{display:block;position:relative;padding:30px;padding-bottom:10px}hr.hr-border{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.service-icon-style-1 .icn-txt{display:block;position:relative;width:100%;overflow:hidden}.icon-right .ts-icon-1{text-align:right}.service-icon-style-2 .icn-content{padding:20px;display:block;position:relative;background:#F9B701}.service-icon-style-2 .icn-header{display:block;position:relative;padding:20px}.service-icon-style-2 .plus-number-counter,.service-icon-style-2 .subject-color{margin-bottom:0}.service-icon-style-3 .pt_plus_animated_svg,.service-icon-style-4 .pt_plus_animated_svg{width:auto;margin-right:15px}.pt_plus_social_list{position:relative;display:block;padding:0}.pt_plus_social_list ul.social_list{display:inline-block;padding:0;margin:0;position:relative;list-style:none}.pt_plus_social_list ul.social_list li{position:relative;font-size:20px;text-align:center;display:inline-block;width:auto;height:auto;line-height:unset;top:auto}.pt_plus_social_list ul.social_list li .social-loop-inner{position:relative;overflow:hidden}.pt_plus_social_list ul.social_list li a{font-size:20px;color:#28262b;text-align:center;width:2.5em;height:2.5em;line-height:2.5em;display:block;margin-right:10px}.pt_plus_social_list.text-center ul.social_list{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;justify-content:center}.pt_plus_social_list.text-left ul.social_list{-webkit-justify-content:flex-start;-moz-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.pt_plus_social_list.text-right ul.social_list{-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.pt_plus_social_list.custom ul.social_list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.pt_plus_social_list.custom ul.social_list li{margin:0 5px}.pt_plus_social_list.custom ul.social_list li a>span{display:none}.pt_plus_social_list.custom ul.social_list li .social-loop-inner{overflow:visible}.pt_plus_social_list.custom ul.social_list li a{width:60px;height:40px;line-height:initial;border-radius:3px;text-align:center;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-align-items:center;-ms-align-items:center;align-items:center;margin:0}.pt_plus_social_list ul.social_list li:last-child a,.pt_plus_social_list.style-9 ul.social_list li:last-child,.pt_plus_social_list.style-10 ul.social_list li:last-child,.pt_plus_social_list.style-11 ul.social_list li:last-child,.pt_plus_social_list.style-12 ul.social_list li:last-child{margin-right:0}@media(min-width:767px) and (max-width:1024px){.tsocialtext-center{text-align:center!important;margin:0 auto!important}.tsocialtext-left{text-align:left!important;margin-left:0!important}.tsocialtext-right{text-align:right!important;margin-right:0!important}.pt_plus_social_list.tsocialtext-center ul.social_list{-webkit-justify-content:center!important;-moz-justify-content:center!important;-ms-justify-content:center!important;justify-content:center!important}.pt_plus_social_list.tsocialtext-left ul.social_list{-webkit-justify-content:flex-start!important;-moz-justify-content:flex-start!important;-ms-justify-content:flex-start!important;justify-content:flex-start!important}.pt_plus_social_list.tsocialtext-right ul.social_list{-webkit-justify-content:flex-end!important;-moz-justify-content:flex-end!important;-ms-justify-content:flex-end!important;justify-content:flex-end!important}}@media(max-width:766px){.msocialtext-left{text-align:left!important;margin-left:0!important}.msocialtext-center{text-align:center!important;margin:0 auto!important}.msocialtext-right{text-align:right!important;margin-right:0!important}.pt_plus_social_list.msocialtext-center ul.social_list{-webkit-justify-content:center!important;-moz-justify-content:center!important;-ms-justify-content:center!important;justify-content:center!important}.pt_plus_social_list.msocialtext-left ul.social_list{-webkit-justify-content:flex-start!important;-moz-justify-content:flex-start!important;-ms-justify-content:flex-start!important;justify-content:flex-start!important}.pt_plus_social_list.msocialtext-right ul.social_list{-webkit-justify-content:flex-end!important;-moz-justify-content:flex-end!important;-ms-justify-content:flex-end!important;justify-content:flex-end!important}}.pt_plus_social_list .social_list .social-fa:before{content:''}.pt_plus_social_list.pt_plus_sl_vertical ul.social_list{flex-direction:column}.pt_plus_social_list.pt_plus_sl_vertical{display:flex}.pt_plus_social_list.pt_plus_sl_vertical.text-center{justify-content:center}.pt_plus_social_list.pt_plus_sl_vertical.text-left{justify-content:flex-start}.pt_plus_social_list.pt_plus_sl_vertical.text-right{justify-content:flex-end}.pt_plus_social_list.pt_plus_sl_vertical.style-3 ul.social_list,.pt_plus_social_list.pt_plus_sl_vertical.style-6 ul.social_list,.pt_plus_social_list.pt_plus_sl_vertical.style-7 ul.social_list,.pt_plus_social_list.pt_plus_sl_vertical.style-13 ul.social_list{display:inline-flex}.pt_plus_social_list.style-2 ul.social_list,.pt_plus_social_list.style-4 ul.social_list,.pt_plus_social_list.style-5 ul.social_list,.pt_plus_social_list.style-8 ul.social_list,.pt_plus_social_list.style-9 ul.social_list,.pt_plus_social_list.style-10 ul.social_list,.pt_plus_social_list.style-11 ul.social_list,.pt_plus_social_list.style-12 ul.social_list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-wrap:wrap}.pt_plus_social_list.style-9 ul.social_list li a{-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-o-transition:color .2s ease;-ms-transition:color .2s ease;transition:color .2s ease;margin:0}.pt_plus_social_list.style-9 ul.social_list li{margin-right:10px;overflow:visible}.pt_plus_social_list.style-9 a span.line-top-left,.pt_plus_social_list.style-9 a span.line-top-center,.pt_plus_social_list.style-9 a span.line-top-right,.pt_plus_social_list.style-9 a span.line-bottom-left,.pt_plus_social_list.style-9 a span.line-bottom-center,.pt_plus_social_list.style-9 a span.line-bottom-right{position:absolute;width:12px;height:12px;background:transparent}.pt_plus_social_list.style-9 a span.line-top-left:before,.pt_plus_social_list.style-9 a span.line-top-center:before,.pt_plus_social_list.style-9 a span.line-top-right:before,.pt_plus_social_list.style-9 a span.line-bottom-left:before,.pt_plus_social_list.style-9 a span.line-bottom-center:before,.pt_plus_social_list.style-9 a span.line-bottom-right:before{content:"";position:absolute;left:50%;width:1px}.pt_plus_social_list.style-9 a span.line-bottom-left:before,.pt_plus_social_list.style-9 a span.line-bottom-center:before,.pt_plus_social_list.style-9 a span.line-bottom-right:before{bottom:100%;top:0;-webkit-transition:top .2s ease-in-out .1s,bottom .2s ease-in-out;-moz-transition:top .2s ease-in-out .1s,bottom .2s ease-in-out;-o-transition:top .2s ease-in-out .1s,bottom .2s ease-in-out;-ms-transition:top .2s ease-in-out .1s,bottom .2s ease-in-out;transition:top .2s ease-in-out .1s,bottom .2s ease-in-out}.pt_plus_social_list.style-9 a span.line-top-left:before,.pt_plus_social_list.style-9 a span.line-top-center:before,.pt_plus_social_list.style-9 a span.line-top-right:before{bottom:0;top:100%;-webkit-transition:top .2s ease-in-out,bottom .2s ease-in-out .1s;-moz-transition:top .2s ease-in-out,bottom .2s ease-in-out .1s;-o-transition:top .2s ease-in-out,bottom .2s ease-in-out .1s;-ms-transition:top .2s ease-in-out,bottom .2s ease-in-out .1s;transition:top .2s ease-in-out,bottom .2s ease-in-out .1s}.pt_plus_social_list.style-9 a:hover .line-top-left:before,.pt_plus_social_list.style-9 a:hover .line-top-center:before,.pt_plus_social_list.style-9 a:hover .line-top-right:before{top:0;bottom:100%}.pt_plus_social_list.style-9 a:hover .line-bottom-left:before,.pt_plus_social_list.style-9 a:hover .line-bottom-center:before,.pt_plus_social_list.style-9 a:hover .line-bottom-right:before{top:100%;bottom:0}.pt_plus_social_list.style-9 a span.line-top-left{top:8px;left:0;-webkit-transform:rotate(-55deg);-ms-transform:rotate(-55deg);-moz-transform:rotate(-55deg);-o-transform:rotate(-55deg);transform:rotate(-55deg)}.pt_plus_social_list.style-9 a span.line-top-center{top:0;left:50%;margin-left:-6px}.pt_plus_social_list.style-9 a span.line-top-right{top:8px;right:0;-webkit-transform:rotate(55deg);-ms-transform:rotate(55deg);-moz-transform:rotate(55deg);-o-transform:rotate(55deg);transform:rotate(55deg)}.pt_plus_social_list.style-9 a span.line-bottom-left{bottom:8px;left:0;-webkit-transform:rotate(55deg);-ms-transform:rotate(55deg);-moz-transform:rotate(55deg);-o-transform:rotate(55deg);transform:rotate(55deg)}.pt_plus_social_list.style-9 a span.line-bottom-center{bottom:0;left:50%;margin-left:-6px}.pt_plus_social_list.style-9 a span.line-bottom-right{bottom:8px;right:0;-webkit-transform:rotate(-55deg);-ms-transform:rotate(-55deg);-moz-transform:rotate(-55deg);-o-transform:rotate(-55deg);transform:rotate(-55deg)}.pt_plus_social_list.style-9 a span:before{background:#f06eaa}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}@media(min-width:601px) and (max-width:1024px){.text--tabletleft{text-align:left!important;margin-left:0!important}.text--tabletcenter{text-align:center!important;margin:0 auto!important}.text--tabletright{text-align:right!important;margin-right:0!important}.text--tabletjustify{text-align:justify!important}}@media(max-width:600px){.text--mobileleft{text-align:left!important;margin-left:0!important}.text--mobilecenter{text-align:center!important;margin:0 auto!important}.text--mobileright{text-align:right!important;margin-right:0!important}.text--mobilejustify{text-align:justify!important}}