:root{
	--glitch-shift-one:-0.0625em;
	--glitch-shift-two:-0.125em;
	--glitch-shift-tre:0.0625em;
	--glitch-shift-for:0.125em;	
}
#colLeft,#colRight,#main_content_place{
    transition:left 1s linear;
}
.progress-container{
    position: fixed;
    top: 0;
    z-index:9000;
    width: 100%;
    height:0.3rem;
}
.progress-bar{
    height:0.3rem;
    width: 0%;
    visibility: hidden;
}
.progress-container .progress-bar:after {
    content: "";
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    margin-right: -0.05rem;
    float: right;
    margin-top: -0.24rem;
}
#topnav .progress-container{
    top:unset!important;
    bottom:0;
    margin-left:-1rem;
}

html,body{
    scroll-behavior: smooth;
}
html{
    overflow-y: scroll;
    overflow-x: hidden;
}
iframe{
    border: none;
}
.animaDelay025s{animation-delay: 0.25s;}
.animaDelay05s{animation-delay: 0.5s;}
.animaDelay1s{animation-delay: 1s;}
.animaDelay2s{animation-delay: 2s;}
.animaDelay3s{animation-delay: 3s;}
.navbar-nav .nav-item{
    /*max-width: min-content;*/
}
.navbar-nav .nav-item a.nav-link{
    max-width:280px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widgetbox{
    padding: 0.6rem;
}
.widget_handle {
    line-height: 100%!Important;
    padding-bottom: 0.8rem;
    display: inline-block;
}
.listHeader{
    font-weight: 600;
    opacity: 0.8;
    font-size: 0.8rem;
    line-height: 1rem;
    margin-top: 0.6rem;
    margin-bottom: 0.22rem;
    margin-left: 0.22rem;
}
.listHeader.empty,.listHeader:empty{
    margin-top:0!Important;
    margin-bottom:0!Important;
}
#coverlead span{
    display: inline-block;
    padding-left:0!important;
}
#coverlead.mb-5,#coverlead{
    margin-bottom:0!important;
}
.display-3{
    line-height:1.05;
}
table, tr, td{
  border-spacing: 0;
}
table{
    margin-bottom:1rem;
}
.navbar-nav .nav-link{
    line-height: 1.1;
    /*max-width: min-content;*/
}
body.nav-position-fixed nav#topnav.navbar{
    z-index: 1600;
    position: fixed !important;
    top: 0;
}
#topnav nav.navbar{
    height:4rem;
}
body.nav-position-fixed #carouselMain #cover-content{
    margin-top:2rem;
}
body.nav-position-fixed nav#topnav.navbar{
    width: 100%;
}
#subbarnav .container{
    padding-left: 31px;
}
#topnavMenuClose,#subbarnavMenuClose{
    display: none;
    width: 1.3rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    height:1.3rem;
    background-size:100% 100%;
    background-repeat:no-repeat;
}
#topnav,#subbarnav{
    z-index:1599;
}
#topnav .navbar-nav{
    text-align: right;
}
.mb-4, .my-4 {
    margin-bottom:0rem !important;
}
#cover-buttons .btn{
    margin-top: 2rem;
}
/*-------------------------------------------------------------------*/
@media (max-width: 61.95rem){
    #carouselMain, .carousel-inner{
        max-height:unset!Important;
        height:auto!Important;
    }
    .navbar-nav .nav-item a.nav-link{
        max-width:unset!Important;
    }    
    .col-6 {
        flex:unset!Important;
        max-width:unset!Important;
    }
    .navbar-nav .nav-item{
        text-align:center;
        max-width:unset!Important;
    }
    .display-3 {
        padding-left: 0.2rem;
    }
    #topnav .navbar-nav{
        height:auto;
        /*height: 100vh;*/
    }
    #subbarnav .navbar-nav{
        height:auto;
    }
    .dropdown-toggle::after{
        display:none;
    }
    #topnav .navbar-nav,#subbarnav .navbar-nav{
        transition: all 0.5s ease;
        /*background-color:rgb(0,0,0,0.76);*/
        position: fixed;
        top: 0;
        left: -102%;
        width: 100%;
        padding: 2rem;
        z-index: 2000;
        opacity: 0;
        box-shadow:0px 2px 2px rgba(0,0,0,0.1);
    }
    #topnav .navbar-nav:target,#subbarnav .navbar-nav:target{
        left:0;
        opacity: 1;
    }
    #topnav .navbar-nav:target #topnavMenuClose,#subbarnav .navbar-nav:target #subbarnavMenuClose{
        display:block;
    }
    #topnav .navbar-nav .dropdown-menu,#subbarnav .navbar-nav .dropdown-menu{
        display:none;
    }  
    h1,h2,h3,h4,h5,h6{
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .display-3 {
        font-size: 4rem;
        padding-bottom:1.3rem;
    }    
    #cover-buttons .btn{
        margin-top: 2rem!Important;
    }
}
@media (max-width: 48rem) {
    .col-6 {
        flex:unset!Important;
        max-width:unset!Important;
    }
    .display-3 {
        font-size: 2.3rem!Important;
        padding-bottom:0.8rem!Important;
    }
    #cover-buttons .btn{
        margin-top: 0.99rem!Important;
    }
}
@media (max-width: 36rem) {
    .col-6 {
        flex:unset!Important;
        max-width:unset!Important;
    }
    .display-3 {
        font-size: 1.8rem!Important;
        padding-bottom: 0.1rem!Important;
    }
    #cover-buttons .btn{
        margin-top: 0.45rem!Important;
    }
}



@media (min-width: 61.95rem){
    .container {
      max-width: 960px;
    }
    #topnav .navbar-nav:target, #subbarnav .navbar-nav:target{
        left: calc((100% - 960px)/2);
        width: 960px;
    }
    .display-3 {
        font-size: 4rem;
        padding-bottom:1.3rem;
    }    
}
@media (min-width: 48rem) {
    .container {
      max-width: 720px;
    }
    #topnav .navbar-nav:target, #subbarnav .navbar-nav:target{
        left: calc((100% - 720px)/2);
        width: 720px;
    }
}
@media (min-width: 36rem) {
    .container {
      max-width: 540px;
    }
    #topnav .navbar-nav:target, #subbarnav .navbar-nav:target{
        left: calc((100% - 540px)/2);
        width: 540px;
    }
}
/*-------------------------------------------------------------------*/
.effect3D a.btn{
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.dropdown-item{
    line-height: 110%!Important;
    white-space:normal!Important;
    max-width: 16rem;
    min-width: 15rem;
}
.dropdown, .la_menu_dropdown{
    position:relative;
}
fieldset {
    border: dotted 1px #cdcdcd!important;
    margin-bottom:0.5rem;
}
legend {
    display: block;
    width:unset!important;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
#picker{
    display:block;
    position:absolute;
    width:32px;
    height:32px;
    border-radius:51%;
    left:-40px;
    top:-40px;
    z-index:9000;
    border:solid 1px #FFFFFF;
    box-shadow:0 0 6px 4px rgba(0,0,0,0.25);
}
.picker-box{
    display: block;
    padding:4px;
}
.sp-choose{
    margin-right:4px;
}

ruby{
    display:none;
}
#bodyContainer{
    margin:0!Important;
    padding:0!Important;
}
.hidden{
    display:none!Important;
}
.navbar-brand {
    padding-top: 0!Important;
    padding-bottom:0!Important;
    outline:none!Important;
}
#cover-buttons{
    display: inline-block;
}
input[type='submit']:not(:disabled):not(.disabled):active,
button:not(:disabled):not(.disabled):active,
 #buildbtn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.ebutton:not(:disabled):not(.disabled).active
{
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125),
                0 0 3px 0 rgba(255, 255, 255, 0.2);
}
input[type='submit'],button, button:visited,.ebutton{
    padding:0.22rem 0.5rem;
    outline:none;
    border: none;
}

#svgline{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index:1500;
  pointer-events: none;
}
.carousel-item{
    overflow:hidden;
}
/*.carousel-item img.w-100{
    position: absolute;
}*/
.carousel{
    height:100vh;
}
.carousel-inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-align-items: center;
	
	display: flex;
	align-items: center;
  position: relative;
  width: 100.05%;
  height:100vh;
  overflow: hidden;	
}
.carousel-inner .container{
	z-index:200;
}
.carousel-control-prev, .carousel-control-next{z-index:220;}
.carousel-inner:after{
	content:"";
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-image: linear-gradient(to bottom, rgba(255, 20, 129, .15), rgba(255, 20, 129, .45));
	background-position: center center, center center;
	background-size: cover, cover;
	background-repeat: repeat, repeat;
	z-index:100;
}
.cover-btn{
    color: #fff;
    background-color: #ff1481;
    border-color: #ff1481;
    margin-right:0.2rem;
    margin-bottom:0.2rem;
}
body.panel{
	background-color: #EFEFEF!important;
	scroll-behavior: smooth;
}
body.panel.pace-done:before{
    display:none!Important;
}
.inlinebutton{
    font-size:56%;vertical-align: middle;
}
.buttons-grid{
    font-size:90%;
}
.buttons-grid .buttons-itm{
    width: 10rem;
    margin: 0 0.22rem 0.22rem 0;
    padding: 0.22rem;
    border-radius: 0.22rem;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.17);
    background: #ffffff;
}
#add-btn-block,.buttons-grid{
    margin-left: 0.5rem;
}
#add-btn-block button{
    width:calc(100% - (39% + 0.22rem)*2);
}
#add-btn-block input{
    margin-right:0.22rem;
    width:38%;
}

#bodyContainer div.container, #footer{
    position: relative;
}
.sideshadows #contentMain.container:before,
.sideshadows #topnav.container:not(.position-fixed):before,
.sideshadows #subbarnav.container:before,
.sideshadows #footer.container:before,
.sideshadows #carouselMain.container:before{
    box-shadow: -15px 0 15px -15px inset;
    content: " ";
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 15px;
}
.sideshadows #contentMain.container:after,
.sideshadows #topnav.container:not(.position-fixed):after,
.sideshadows #subbarnav.container:after,
.sideshadows #footer.container:after,
.sideshadows #carouselMain.container:after{
    box-shadow: 15px 0 15px -15px inset;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    right: -15px;
    width: 15px;
}
.navbar {
    padding: 0.75rem 1rem;
}
.navbar-toggler {
    padding:0.25rem 0.4rem 0.25rem 0;
}
#slogan{
    display: inline-block;
    font-size: 72%;
    max-width:10rem;
    width: 100%;
    line-height: 80%;
    height: inherit;
    margin-left:0.6rem;
    white-space: normal;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}
a[href=''],
a[href='javascript:void(0)'] {
  cursor: default;
}
#sitelogoimage{
    height:inherit;
    max-width:200px;
    margin-right:0.6rem;
}
.headersbold h1, .headersbold h2, .headersbold h3, .headersbold h4, .headersbold h5, .headersbold h6, .textbold{
    font-weight:600;
}
.transition *{
    transition: all 0.5s ease;
}
img[src=""]{
    display:none;
}
.copyrightbox{
    font-size:90%;
}
body.smooth a, 
body.smooth button, 
body.smooth .list-group-item, 
body.smooth input:before, 
body.smooth input:after{
    transition: all 0.2s ease-in-out;
}
#contentMain .list-group-item{
    padding:0;
}
#contentMain .list-group-item a{
  padding:0.4rem 1.0rem;
  display:block;
}
hr{
  opacity: 0.2;
}
textarea, input[type="text"]{
    margin-bottom:0.1rem;
}
input[type=text]:hover, input[type=password]:hover, textarea:hover,
input[type=text]:focus, input[type=password]:focus, textarea:focus,
select:hover, select:focus
{
	border:solid 2px #1DA1F2;
	box-shadow:0 0 6px #c0c0c0;
}
#login, #password{
	min-width:20rem;
}
input[type=text], input[type=password], textarea, select{
	outline: none;
	border: solid 2px rgba(0,0,0,0.36);
	color: #181818;
	padding:0.2rem 0.7rem 0.2rem 0.7rem;
	margin: 0;
	transition: all 0.2s ease-in-out;
	font-size:inherit;
}
a,a:visited{
    text-decoration:none!Important;
    cursor:pointer;
}
@media (max-width: 36.62375rem) {
    .sideshadows #contentMain.container:before,
    .sideshadows #topnav.container:not(.position-fixed):before,
    .sideshadows #subbarnav.container:before,
    .sideshadows #footer.container:before,
    .sideshadows #carouselMain.container:before,
    .sideshadows #contentMain.container:after,
    .sideshadows #topnav.container:not(.position-fixed):after,
    .sideshadows #subbarnav.container:after,
    .sideshadows #footer.container:after,
    .sideshadows #carouselMain.container:after{
        display:none;
    }
    .col-6 {
        flex:unset!Important;
        max-width:unset!Important;
    }
}
#carouselMain.container{
    padding:0!Important;
}
.navbar{
    flex-wrap:unset!Important;
}
#design_hint_area,#footer{
    z-index: 2000!Important;
}
/*-------------------------*/
.video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
  width:100%;
  height:100%;
  overflow:hidden;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/*---------- PROTO Прототип-----------------------------------*/
.prototip .borderTop, .prototip .borderBottom {
    display: none;
}
.prototip_Stem {
    overflow: visible;
    left: 12px;
    bottom: -15px!Important;
}
.prototip{
    transform: translateY(-16px);
    font-size:inherit!Important;
    overflow: visible!Important;
}
.prototip .close:before {
    display: block;
    width: 19px;
    height: 19px;
}
.prototip_StemWrapper {
    margin: 0px 0px 0px 0px!Important;
}
.prototip_Stem{
	height:25px!Important; 
}
.prototip_StemImage {
    z-index: 1000;
    position: absolute;
    margin:4px 0px 0px 9px!Important;
    overflow: visible;
    display: block;
    width: 15px!Important;
    height: 15px!Important;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.prototip .creamy .toolbar {
    background: transparent!Important;
}
.prototip .close{
    background: none!Important;
}
.prototip .creamy .content,
.prototip .default .content {
    background: transparent!Important;
    padding:0.7rem!Important;
    font-size: 90%;
}
.prototip .content ul, .prototip .content ol{
    padding-left: 1.2rem;
}
/*--------borderFrame----------------*/
.borderFrame a{
    display:block;
}
.borderFrame .toolbar {
    padding: 0px 0px 0px 6px!Important;
}
.borderFrame .title:before {
    text-rendering: auto;
}
#footerBoxContainer table,
#footerBoxContainer .mt-2,
#footerBoxContainer .my-2,
#footerBoxContainer .mt-3,
#footerBoxContainer .my-3{
    margin:0!Important;
}
/*---------------------------*/
input[type='file']{
  color: transparent;
  position: relative;
  padding-bottom: 2rem;
  outline:none;
}
#contentMain input[type='file']:before{
    margin-right: -100%;
}
input[type='file']::-webkit-file-upload-button{
  opacity:0;
}
input[type='file']:before{
  content:'';
  color: black;
  display: inline-block;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
input[type='file']:active {
  outline: 0;
}
input[type='file'][data-fname]:after{
    opacity:1;
}
input[type='file']:after{
    border-radius: 2rem;
    padding: 0.33rem;
    color: #404040;
    content: ' ';
    display: inline-block;
    font-size: 80%;
    padding: 0;
    text-align: center;
    float: right;
    padding: 0.3rem 0.8rem;
    position: absolute;
    background: #eaeaea;
    left: 0;
    bottom: 0;
    opacity:0;
    transition: all 0.5s ease;
}
input[type='file']:invalid:after{
    content:'Error';  
    background:#ffc107;
}
input[type='file']:valid:after{
    content:attr(data-fname);  
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*---------------------------*/
.video-slide{
	background-color: #000;
}
.video-background{
	position: absolute;
	top: 50%; left: 0;
	padding-top: 56.25%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 2s opacity ease;
	transition: 2s opacity ease;
	opacity: 1;
}
.video-foreground, .video-background iframe{
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none;
}
.video-foreground{
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
#gototop{
    position: fixed;
    width: 5rem;
    height: 5rem;
    bottom: 2rem;
    right: 2rem;
    border-radius: 50%;
    background: #cdcdcd;
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
    opacity:0;
    transition: 0.4s opacity ease;
}
#gototop:before{
    content: "";
    display: block;
    margin-top: 1.3rem;
    width: 2rem;
    height:2rem;
    background: transparent;
    transform: rotate(225deg);
}
/*---------------------------*/
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
/*-------------------------*/
@media (min-width: 36rem){
    body.nav-position-fixed nav#topnav.container{margin: 0 calc((100% - 540px)/2);}  
    .container {
      max-width: 540px;
    }
}
@media (min-width: 48rem) {
    body.nav-position-fixed nav#topnav.container{margin: 0 calc((100% - 720px)/2);}  
    .container {
      max-width: 720px;
    }
}
@media (min-width: 62rem){
    body.nav-position-fixed nav#topnav.container{margin: 0 calc((100% - 960px)/2);}  
    .container {
      max-width: 960px;
    }
}
@media (min-width: 75rem) {
    body.nav-position-fixed nav#topnav.container{margin: 0 calc((100% - 1140px)/2);}
    .container {
      max-width: 1140px;
    } 
}
.la_more_design_template_css, .la_publish_template{
    padding-left:0!important;
}
.la_widget_pubdate{
    margin-right: 0.42rem;
}
#brandtext{
    vertical-align: middle;
}
/*================================= EFFECTS ========================================*/
.channel-glitch-effect{
    text-shadow:0 var(--glitch-shift-one) 0 rgba(12, 47, 251, 0.7), 0 var(--glitch-shift-two) 0 rgba(44, 252, 253, 0.7), 0 var(--glitch-shift-tre) 0 rgba(251, 32, 59, 0.7), 0 var(--glitch-shift-for) 0 rgba(254, 252, 75, 0.7);
}
.squiggle-effect{
    filter: url(#squiggly-a);
}

#topnav.navbar-box{
   transition: all 0.5s ease; 
}
body.nav-position-fixed #carouselMargin.no-margin,
body #carouselMargin.no-margin,
body.no-margin-applied #carouselMargin{
    height:0!Important;
}

body.no-margin-applied nav#topnav:before,body.no-margin-applied nav#topnav:after{
    top:4rem!Important;
    height:calc(100% - 4rem)!Important;
}
.museicon:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    background-size: 100% auto;
    margin-right: 0.4rem;
}
.museicon-vk:before{background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' version='1.1' viewBox='0 0 45 45' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='m43.922 12.915q0.5167 1.4376-3.3694 6.604-0.539 0.71881-1.46 1.9094-1.7521 2.2462-2.0216 2.9426-0.38195 0.92094 0.31448 1.8194 0.38185 0.47175 1.8194 1.842h0.02278l0.02277 0.0223 0.02278 0.02258 0.04555 0.04489q3.1672 2.9426 4.2903 4.9643 0.06737 0.1123 0.14604 0.28075 0.07876 0.16851 0.15724 0.59528 0.07876 0.42678-0.01139 0.76374-0.09015 0.33697-0.56149 0.61771-0.47172 0.28081-1.3253 0.28081l-5.7504 0.08986q-0.53909 0.11229-1.2579-0.1123-0.71882-0.22467-1.168-0.49417l-0.44932-0.26956q-0.67375-0.47176-1.5723-1.4376-0.89846-0.96593-1.5387-1.7408-0.64025-0.77498-1.3703-1.3029-0.73002-0.52783-1.2691-0.34814-0.06737 0.0224-0.17963 0.07867-0.11236 0.05618-0.38195 0.32566-0.2695 0.26958-0.48292 0.66268-0.21342 0.39304-0.38185 1.168-0.16844 0.77499-0.14595 1.7409 0 0.33689-0.07876 0.6177-0.07876 0.28075-0.16863 0.41553l-0.09015 0.11231q-0.40425 0.42684-1.1905 0.49423h-2.5831q-1.5949 0.08987-3.2796-0.37069-1.6847-0.46044-2.9537-1.1905-1.2692-0.73001-2.3138-1.4825-1.0445-0.75248-1.5835-1.2916l-0.56168-0.53907q-0.22452-0.2246-0.61757-0.67385-0.39324-0.44927-1.6062-2.0441-1.2129-1.5948-2.381-3.3919-1.168-1.797-2.7517-4.7396-1.5836-2.9426-2.9314-6.1098-0.13484-0.35942-0.13484-0.60652 0-0.24707 0.067375-0.35939l0.090149-0.13479q0.33697-0.42677 1.2805-0.42677l6.1547-0.04488q0.2694 0.04488 0.51651 0.14597 0.2471 0.10107 0.35946 0.19093l0.11235 0.06747q0.35936 0.24708 0.53909 0.71878 0.44923 1.1232 1.0332 2.3249 0.58407 1.2018 0.92095 1.8307l0.35955 0.65141q0.65135 1.3478 1.2579 2.3362 0.60637 0.98834 1.0894 1.5387 0.48292 0.55032 0.93214 0.86477 0.44923 0.31453 0.76371 0.31453 0.31448 0 0.60656-0.11234 0.0446-0.02258 0.11226-0.11233 0.06737-0.08986 0.2695-0.49417 0.20222-0.40434 0.30338-1.0557 0.10097-0.65144 0.21332-1.8195 0.11226-1.1681 0-2.8078-0.04555-0.89848-0.20212-1.6397-0.15733-0.74127-0.31457-1.0333l-0.13465-0.26954q-0.56158-0.7637-1.9094-0.96591-0.29199-0.04489 0.11226-0.53909 0.38185-0.42678 0.85357-0.67391 1.1905-0.58402 5.3686-0.53904 1.8419 0.0223 3.0324 0.29199 0.44923 0.11229 0.75251 0.30321 0.30319 0.19096 0.46052 0.53913 0.15714 0.34818 0.23581 0.71881 0.07876 0.37064 0.07876 1.022 0 0.65145-0.02183 1.2355-0.02277 0.58399-0.05599 1.5836-0.03416 0.99959-0.03416 1.8532 0 0.24707-0.02277 0.94341-0.02277 0.69635-0.01139 1.0782 0.01139 0.38186 0.07876 0.90971 0.06737 0.52791 0.2583 0.87605 0.19102 0.34821 0.50541 0.55035 0.17973 0.04488 0.38195 0.08986 0.20212 0.04489 0.58398-0.24714 0.38185-0.29199 0.85357-0.77491 0.47172-0.48295 1.168-1.505 0.69633-1.022 1.5274-2.4147 1.3478-2.3361 2.4036-5.0541 0.09015-0.22464 0.22461-0.39311 0.13475-0.16846 0.2471-0.23586l0.09015-0.06738 0.11235-0.05608 0.29199-0.06747 0.44923-0.0112 6.4693-0.04489q0.87606-0.11228 1.4375 0.05608 0.56158 0.16848 0.69633 0.37061z' stroke-width='.94894'/%3E%3C/svg%3E%0A");}
.museicon-youtube:before{background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' version='1.1' viewBox='0 0 45 45' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='m27.305 31.095v4.9946q0 1.586-0.9231 1.586-0.5445 0-1.0653-0.52074v-7.125q0.5208-0.52083 1.0653-0.52083 0.9231 0 0.9231 1.5861zm8.0008 0.0235v1.0888h-2.1303v-1.0888q0-1.6097 1.0652-1.6097 1.0651 0 1.0651 1.6097zm-22.866-5.1604h2.5329v-2.2251h-7.3855v2.2251h2.4856v13.469h2.367zm6.8174 13.469h2.1067v-11.694h-2.1067v8.9477q-0.7102 0.99418-1.3494 0.99418-0.426 0-0.497-0.49709-0.024-0.0713-0.024-0.82851v-8.6163h-2.1067v9.2555q0 1.1598 0.1893 1.728 0.2841 0.87583 1.373 0.87583 1.1362 0 2.4145-1.444v1.2783zm10.155-3.5034v-4.6632q0-1.728-0.213-2.3434-0.4023-1.3257-1.6807-1.3257-1.1835 0-2.2014 1.2783v-5.1367h-2.1067v15.694h2.1067v-1.1362q1.0653 1.3019 2.2014 1.3019 1.2784 0 1.6807-1.3019 0.213-0.63918 0.213-2.3672zm8.0009-0.23672v-0.30777h-2.1541q0 1.2073-0.048 1.444-0.1657 0.85217-0.9467 0.85217-1.0889 0-1.0889-1.6334v-2.0593h4.2371v-2.4381q0-1.87-0.6391-2.7458-0.9232-1.2073-2.5091-1.2073-1.6097 0-2.5329 1.2073-0.6628 0.87582-0.6628 2.7458v4.0952q0 1.87 0.6865 2.7459 0.9232 1.2072 2.5565 1.2072 1.7043 0 2.5565-1.2546 0.4261-0.6391 0.4971-1.2783 0.047-0.21298 0.047-1.3729zm-14.392-21.612v-4.9711q0-1.6333-1.0177-1.6333-1.0179 0-1.0179 1.6333v4.9711q0 1.6569 1.0179 1.6569 1.0177 0 1.0177-1.6569zm17.02 17.777q0 5.5391-0.6154 8.285-0.3314 1.3966-1.3729 2.3434-1.0416 0.94678-2.4145 1.0889-4.3556 0.49709-13.138 0.49709t-13.138-0.49709q-1.3729-0.1421-2.4262-1.0889-1.0534-0.94687-1.3611-2.3434-0.6154-2.6512-0.6154-8.285 0-5.539 0.6154-8.285 0.3314-1.3966 1.3729-2.3435 1.0415-0.94678 2.4382-1.1125 4.3318-0.47343 13.114-0.47343t13.138 0.47343q1.3729 0.16576 2.4263 1.1125 1.0534 0.94687 1.3611 2.3435 0.6154 2.6511 0.6154 8.285zm-23.624-30.205h2.4144l-2.8642 9.4448v6.4149h-2.3671v-6.4149q-0.3315-1.7517-1.4441-5.0183-0.8757-2.4381-1.5385-4.4265h2.5091l1.6806 6.2255zm8.7583 7.8826v4.1424q0 1.9174-0.6628 2.7932-0.8758 1.2072-2.5091 1.2072-1.586 0-2.4855-1.2072-0.6629-0.89948-0.6629-2.7932v-4.1424q0-1.8937 0.6629-2.7696 0.8995-1.2072 2.4855-1.2072 1.6333 0 2.5091 1.2072 0.6628 0.87582 0.6628 2.7696zm7.9298-3.8348v11.812h-2.154v-1.3019q-1.2546 1.4676-2.4381 1.4676-1.0889 0-1.3966-0.87582-0.1895-0.56814-0.1895-1.7753v-9.3265h2.1541v8.6874q0 0.78112 0.024 0.82843 0.071 0.52074 0.4971 0.52074 0.6391 0 1.3493-1.0178v-9.0188h2.1541z'/%3E%3C/svg%3E%0A");}
.museicon-pinterest:before{background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' version='1.1' viewBox='0 0 45 45' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='m7.7075 17.294q0-2.5565 0.8876-4.8171 0.8877-2.2606 2.45-3.9413 1.5622-1.6806 3.598-2.9115 2.0357-1.2309 4.3792-1.8464 2.3434-0.61544 4.7816-0.61544 3.74 0 6.9594 1.5741 3.2192 1.5742 5.2313 4.5804 2.0121 3.0062 2.0121 6.7936 0 2.2724-0.4498 4.4502-0.4497 2.1778-1.4202 4.1898-0.9706 2.0121-2.3672 3.5389-1.3967 1.5268-3.4323 2.4381-2.0358 0.91138-4.4738 0.91138-1.6098 0-3.1957-0.75745-1.586-0.75752-2.2725-2.0831-0.2366 0.92316-0.6628 2.663-0.4261 1.7398-0.5563 2.2487-0.1301 0.50894-0.4852 1.6807-0.355 1.1717-0.6155 1.6807-0.2604 0.50887-0.7574 1.4794-0.4971 0.97053-1.0889 1.8345-0.5917 0.86399-1.4676 2.0475l-0.3314 0.1184-0.213-0.23672q-0.3552-3.7164-0.3552-4.4502 0-2.1778 0.509-4.8881 0.5089-2.7103 1.5741-6.8055 1.0653-4.0951 1.2309-4.8052-0.7574-1.5386-0.7574-4.0005 0-1.9647 1.2309-3.6927 1.2309-1.728 3.1245-1.728 1.4441 0 2.2488 0.95871 0.8048 0.95865 0.8048 2.4263 0 1.5623-1.0416 4.5212-1.0414 2.9589-1.0414 4.4265 0 1.4913 1.0653 2.4736 1.0651 0.98236 2.5801 0.98236 1.3019 0 2.4144-0.59182 1.1126-0.59177 1.8582-1.6096 0.7457-1.0179 1.3256-2.2488 0.58-1.2308 0.8996-2.6157 0.3195-1.3848 0.4733-2.6275 0.1539-1.2427 0.1539-2.3552 0-4.0951-2.5919-6.3794-2.5921-2.2843-6.7582-2.2843-4.7343 0-7.9062 3.0654-3.172 3.0654-3.172 7.776 0 1.0415 0.2959 2.0121 0.2959 0.97057 0.6391 1.5386 0.3433 0.56814 0.6392 1.077 0.2959 0.50893 0.2959 0.72195 0 0.66284-0.3551 1.728-0.3552 1.0652-0.8759 1.0652-0.048 0-0.4024-0.071-1.2072-0.35506-2.1422-1.3256-0.935-0.9705-1.444-2.237-0.5089-1.2664-0.7693-2.5565-0.2603-1.2901-0.2603-2.521z'/%3E%3C/svg%3E%0A");}
.museicon-facebook:before{background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' version='1.1' viewBox='0 0 45 45' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='m33.083 3.8038v6.2492h-3.7164q-2.0358 0-2.7459 0.85218-0.71014 0.85214-0.71014 2.5565v4.4739h6.9357l-0.92319 7.0067h-6.0125v17.966h-7.2434v-17.966h-6.0362v-7.0067h6.0362v-5.1603q0-4.4028 2.4618-6.8291 2.4618-2.4263 6.5569-2.4263 3.4797 0 5.397 0.28403z'/%3E%3C/svg%3E%0A");}
.museicon-twitter:before{background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' version='1.1' viewBox='0 0 45 45' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='m41.331 11.663q-1.586 2.3197-3.8347 3.9531 0.0238 0.33142 0.0238 0.99418 0 3.0773-0.89952 6.1428-0.89948 3.0654-2.734 5.8823-1.8345 2.8169-4.3674 4.9828-2.5328 2.1659-6.1072 3.4561-3.5744 1.29-7.6458 1.29-6.4149 0-11.741-3.4323 0.8285 0.0946 1.8464 0.0946 5.326 0 9.4922-3.2666-2.4855-0.0478-4.4502-1.5268-1.9647-1.4794-2.6985-3.7755 0.78113 0.11828 1.4439 0.11828 1.0179 0 2.0121-0.26037-2.6512-0.5444-4.391-2.6393-1.7398-2.0949-1.7398-4.8644v-0.0947q1.6096 0.89947 3.456 0.97052-1.5623-1.0415-2.4855-2.7222-0.92319-1.6807-0.92319-3.6454 0-2.0832 1.0416-3.8584 2.8642 3.5269 6.9712 5.6456 4.107 2.1186 8.7939 2.3553-0.18938-0.89948-0.18938-1.7516 0-3.172 2.2369-5.4089 2.2369-2.237 5.4089-2.237 3.314 0 5.5864 2.4146 2.5802-0.49717 4.8526-1.8464-0.87585 2.7222-3.3613 4.2134 2.2014-0.23672 4.4028-1.1835z'/%3E%3C/svg%3E");}
.museicon-linkedin:before{background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' version='1.1' viewBox='0 0 45 45' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='m12.939 16.059v23.458h-7.8116v-23.458zm0.497-7.2434q0.024 1.728-1.1953 2.8879-1.2191 1.1599-3.2074 1.1599h-0.048q-1.941 0-3.1247-1.1599-1.1835-1.1599-1.1835-2.8879 0-1.7517 1.2191-2.8997 1.2191-1.1481 3.1838-1.1481 1.9647 0 3.1482 1.1481 1.1837 1.148 1.2072 2.8997zm27.601 17.256v13.445h-7.7879v-12.546q0-2.4855-0.9586-3.8939-0.9588-1.4084-2.9944-1.4084-1.4914 0-2.4973 0.81664-1.0061 0.81665-1.5032 2.0239-0.2604 0.71011-0.2604 1.9174v13.09h-7.7878q0.048-9.4448 0.048-15.315 0-5.8705-0.024-7.0067l-0.024-1.1363h7.7879v3.4087h-0.048q0.4734-0.75748 0.9705-1.3256t1.3375-1.2309q0.8403-0.66276 2.0593-1.0297 1.2191-0.36691 2.7104-0.36691 4.0479 0 6.5096 2.6867 2.4618 2.6867 2.4618 7.8707z'/%3E%3C/svg%3E");}
.museicon-vimeo:before{background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' version='1.1' viewBox='0 0 45 45' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='m35.524 6.3564c-3.2914-0.166-6.2326 1.857-8.3735 4.1732-1.0615 1.2533-1.9066 2.6981-2.4099 4.2649 1.5795-0.12037 3.9774-0.22369 4.4804 1.7114 0.60755 2.9288-1.0071 5.7145-2.4319 8.1517-0.69911 1.4026-2.4747 3.135-3.9898 1.7055-2.2677-2.1349-2.2531-5.4901-2.6153-8.3676-0.33474-2.5345-0.72686-5.0957-1.5265-7.5282-0.63167-1.5658-1.8993-3.3154-3.8035-3.1185-2.8543 0.22676-4.9888 2.4108-7.0878 4.1356-1.4125 1.253-2.8106 2.5309-4.3437 3.6371 0.56242 1.3799 2.088 2.3175 3.593 1.3713 1.6272-0.8496 3.2796 0.2839 3.5941 1.9872 1.3055 3.9279 2.3906 7.9232 3.3889 11.941 0.76996 2.7544 1.5859 5.9666 4.2399 7.5082 2.8607 1.0802 5.7148-0.80572 7.9007-2.4987 4.8165-3.9211 8.3182-9.2345 11.024-14.769 1.3382-3.118 2.9657-6.2428 3.2838-9.6692 0.24062-2.0777-1.2201-4.148-3.3183-4.4636-0.52622-0.11721-1.0659-0.16586-1.6043-0.17198z' stroke-opacity='.95686' stroke-width='5.1033'/%3E%3C/svg%3E");}
