@font-face {
    font-family: 'Assistant';
    src: url('https://tickchak.co.il/tickchak/fonts/Assistant-Bold.eot');
    src: url('https://tickchak.co.il/tickchak/fonts/Assistant-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://tickchak.co.il/tickchak/fonts/Assistant-Bold.ttf') format('truetype'),
    url('https://tickchak.co.il/tickchak/fonts/Assistant-Bold.svg#Assistant-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('https://tickchak.co.il/tickchak/fonts/Assistant-ExtraBold.eot');
    src: url('https://tickchak.co.il/tickchak/fonts/Assistant-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('https://tickchak.co.il/tickchak/fonts/Assistant-ExtraBold.ttf') format('truetype'),
    url('https://tickchak.co.il/tickchak/fonts/Assistant-ExtraBold.svg#Assistant-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('https://tickchak.co.il/tickchak/fonts/Assistant-ExtraLight.eot');
    src: url('https://tickchak.co.il/tickchak/fonts/Assistant-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('https://tickchak.co.il/tickchak/fonts/Assistant-ExtraLight.ttf') format('truetype'),
    url('https://tickchak.co.il/tickchak/fonts/Assistant-ExtraLight.svg#Assistant-ExtraLight') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('https://tickchak.co.il/tickchak/fonts/Assistant-Light.eot');
    src: url('https://tickchak.co.il/tickchak/fonts/Assistant-Light.eot?#iefix') format('embedded-opentype'),
    url('https://tickchak.co.il/tickchak/fonts/Assistant-Light.ttf') format('truetype'),
    url('https://tickchak.co.il/tickchak/fonts/Assistant-Light.svg#Assistant-Light') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {

    font-family: 'Assistant';
    src: url('https://tickchak.co.il/tickchak/fonts/Assistant-Regular.eot');
    src: url('https://tickchak.co.il/tickchak/fonts/Assistant-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://tickchak.co.il/tickchak/fonts/Assistant-Regular.ttf') format('truetype'),
    url('https://tickchak.co.il/tickchak/fonts/Assistant-Regular.svg#Assistant-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Assistant';
    src: url('https://tickchak.co.il/tickchak/fonts/Assistant-SemiBold.eot');
    src: url('https://tickchak.co.il/tickchak/fonts/Assistant-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('https://tickchak.co.il/tickchak/fonts/Assistant-SemiBold.ttf') format('truetype'),
    url('https://tickchak.co.il/tickchak/fonts/Assistant-SemiBold.svg#Assistant-SemiBold') format('svg');
    font-weight: 500;
    font-style: normal;
}



*
{
	padding:0px;
	margin:0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
}

a, a:hover, a:visited {
	text-decoration:none;
	color:inherit;
}

ul,li {
	list-style:none;
	display: block;
}

html, body {
  direction: ltr;
  min-height:100%;
  text-align:left;
}
body {
  font-family: 'Assistant', serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  font-size:16px;
}



input,select,textarea {
	font-family: 'Assistant', serif;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.page {
	position:relative;
}

.section {
	position:relative;
    z-index: 2;
}

/*PLEASE DON'T TOUCH!!!*/
.section:nth-of-type(1){
    margin-top:68px ;
}

.section-top{
   z-index: 1;
}


/*.section-top ~ .section{*/
/*    z-index: 1;*/
/*}*/

.section.hidden {
	display:none;
}





.section-top-dummy {
    width: 100%;
    height: 100vh;
    min-height: 670px;
}

ul.header {
    position: fixed;
    background: #f3f3f2;
    text-align: center;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    height: 68px;
}

.header li {
    display: inline-block;
    height: 68px;
    position: relative;
    /*border-right: solid 2px rgba(0,0,0,.60);*/
    overflow: hidden;
    vertical-align: top;
    font-size: 18px;
    padding: 0 1%;
}

.header li::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 100%;
    vertical-align: middle;
}

.header li.menu-item.menu-item-form {
    overflow: visible;
}

.header li a {
    vertical-align: middle;
    width: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
}


.header li:not(.menu-item-form):not(.menu-item-phone) a {
    letter-spacing: 2px;
}

.header li a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
	cursor:pointer;
}

.header li::after {
    border-radius: 50px;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #4a4a4a91;
    display: inline-block;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease-out;
    transform: scaleX(0);
}

.header li:not(.menu-item-form):hover::after{
    transform: scaleX(1);

}


li.menu-item-phone {
    float: left;
    height: 68px;
    line-height: 100px;
    font-size: 15px;
    font-weight: 500;
    width: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cg id='Layer_1' clip-path='url(%23clip0_19_149)'%3E%3Cpath id='Vector' d='M5.03973 0.798883L8.29671 4.97765C8.29671 4.97765 8.54252 5.46927 8.60397 5.71508C8.66542 5.96089 8.66542 6.26816 8.60397 6.51397C8.60397 6.75978 8.48107 7.06704 8.35816 7.31285C8.35816 7.31285 8.0509 7.74302 7.80509 7.92737L6.20732 9.09497C6.08442 9.34078 5.96151 9.8324 6.39168 10.4469C7.06766 11.4302 7.86654 12.352 8.72688 13.2123C9.58721 14.0726 10.509 14.8715 11.4922 15.5475C12.1068 15.9777 12.5984 15.8547 12.8442 15.7933L14.0118 14.1955C14.0118 14.1955 14.3805 13.7654 14.6263 13.6425C14.8721 13.5196 15.1179 13.3966 15.4252 13.3966C15.4252 13.3966 15.9783 13.3966 16.2241 13.3966C16.2241 13.3966 16.7157 13.581 16.9001 13.7654L21.0788 17.0223C21.0788 17.0223 21.4475 17.4525 21.5705 17.6983C21.5705 17.6983 21.7548 18.2514 21.8163 18.5587C21.8163 18.8659 21.8163 19.1732 21.6934 19.419C21.6934 19.419 21.3861 19.9106 21.2017 20.1564C20.9559 20.4022 20.5872 20.648 20.2185 20.8939C19.8498 21.1397 19.3582 21.3855 18.8665 21.5698C16.5928 22.3073 14.1347 22.1844 11.7995 21.3855C9.3414 20.5866 6.94475 18.9888 4.97827 17.0223C3.01179 15.0559 1.47548 12.6592 0.676598 10.1397C-0.122285 7.80447 -0.24519 5.34637 0.49224 3.07263C0.676598 2.51955 0.922408 2.02793 1.10677 1.65922C1.35258 1.2905 1.59839 0.921788 1.8442 0.675978C2.02855 0.430168 2.27436 0.307263 2.58163 0.184358H2.64308C2.64308 0.184358 3.19615 0 3.50341 0C3.81068 0 4.11794 0.0614525 4.36375 0.24581L4.97827 0.798883H5.03973ZM6.94475 6.02235L3.68777 1.84358C3.68777 1.84358 3.68777 1.78212 3.56487 1.78212C3.56487 1.78212 3.50341 1.78212 3.38051 1.78212H3.2576C3.2576 1.78212 3.19615 1.84358 3.1347 1.90503C2.95034 2.08939 2.76598 2.3352 2.58163 2.64246C2.39727 2.94972 2.21291 3.31844 2.09001 3.68715C1.47548 5.59218 1.53693 7.68156 2.27436 9.7095C3.01179 11.9218 4.4252 14.0726 6.20732 15.8547C7.98945 17.6369 10.1403 19.0503 12.3526 19.7877C14.3805 20.4637 16.4699 20.5866 18.3749 19.9721C18.8051 19.8492 19.1124 19.6648 19.4196 19.4804C19.4196 19.4804 19.9727 19.1117 20.157 18.9274C20.157 18.9274 20.2185 18.8659 20.2185 18.8045C20.2185 18.8045 20.2185 18.6816 20.2185 18.6201C20.2185 18.6201 20.2185 18.4972 20.2185 18.4358C20.2185 18.4358 20.2185 18.4358 20.157 18.3129L15.9783 15.0559C15.9783 15.0559 15.9168 15.0559 15.8554 14.9944H15.7325H15.6096C15.6096 14.9944 15.5481 14.9944 15.4867 15.1173L14.1962 16.8994C14.1962 16.8994 14.0118 17.0838 13.9503 17.1453C13.9503 17.1453 12.4755 18.1899 10.6319 16.9609C9.52576 16.2235 8.54252 15.3631 7.62073 14.4413C6.69894 13.5196 5.83861 12.5363 5.10118 11.4302C3.81068 9.58659 4.91682 8.11173 4.91682 8.11173C4.91682 7.98883 5.03973 7.92737 5.16263 7.86592L6.8833 6.57542L6.94475 6.45251C6.94475 6.45251 6.94475 6.32961 6.94475 6.26816V6.14525C6.94475 6.14525 6.94475 6.14525 6.94475 6.02235Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_19_149'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center 18px;
    overflow: visible;
}

li.menu-item-phone .phone-ctr {
    position: absolute;
    top: 70px;
    left: 0;
    width: 160px;
    height: 0;
    background: #f3f3f2;
    transition: height 0.5s;
}

li.menu-item-phone .phone-ctr.slide {
    height: 50px;
}

li.menu-item-phone .phone-ctr .phone-num {
    width: 75%;
    float: left;
    height: 0;
    position: relative;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    opacity: 0;
    transition: opacity 0.7s;
    direction: ltr;
}

li.menu-item-phone .phone-ctr .copy-phone {
    width: 25%;
    height: 0;
    text-align: center;
    position: relative;
    float: right;
    opacity: 0;
    transition: opacity 0.7s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.342' height='15.986' viewBox='0 0 14.342 15.986'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23d6d6d6; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_444' data-name='Group 444' transform='translate(-141.496 -761.697)'%3E%3Cpath id='Path_646' data-name='Path 646' class='cls-1' d='M155.686,765.471l-3.626-3.626a.493.493,0,0,0-.358-.148h-5.933a1.324,1.324,0,0,0-.956.4,1.311,1.311,0,0,0-.391.947v1.591h-1.578a1.343,1.343,0,0,0-.956.4,1.328,1.328,0,0,0-.391.948v10.354a1.349,1.349,0,0,0,.391.947h.008a1.322,1.322,0,0,0,.948.4h8.731a1.348,1.348,0,0,0,.931-.391l.016-.008a1.356,1.356,0,0,0,.391-.947v-1.595H154.5a1.35,1.35,0,0,0,.931-.387l.012-.012a1.329,1.329,0,0,0,.4-.947v-7.569A.488.488,0,0,0,155.686,765.471Zm-3.679-2.258,2.32,2.315h-1.78a.525.525,0,0,1-.375-.161l-.025-.012a.567.567,0,0,1-.14-.371Zm-.1,13.123a.377.377,0,0,1-.1.243.388.388,0,0,1-.235.1h-8.731a.372.372,0,0,1-.243-.1.357.357,0,0,1-.1-.243V765.982a.357.357,0,0,1,.1-.243.369.369,0,0,1,.243-.1h1.578v7.754a1.325,1.325,0,0,0,.391.947h.008a1.305,1.305,0,0,0,.948.4h6.139Zm0-2.6h-6.139a.351.351,0,0,1-.243-.1.341.341,0,0,1-.1-.243v-10.35a.341.341,0,0,1,.1-.243.349.349,0,0,1,.243-.1h5.64v2.283a1.137,1.137,0,0,0,.313.791l.021.016a1.14,1.14,0,0,0,.8.342h2.287v7.26a.36.36,0,0,1-.1.243.373.373,0,0,1-.235.1h-2.592Z' transform='translate(0 0)'/%3E%3Crect id='Rectangle_481' data-name='Rectangle 481' class='cls-1' width='4.824' height='0.865' transform='translate(147.718 768.314)'/%3E%3Crect id='Rectangle_482' data-name='Rectangle 482' class='cls-1' width='4.824' height='0.865' transform='translate(150.562 766.335) rotate(90.002)'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 56%;
    background-position: center center;
}

li.menu-item-phone .phone-ctr.slide .phone-num,
li.menu-item-phone .phone-ctr.slide .copy-phone{
    opacity: 1;
    height: 100%;
}

/*ul.header li.menu-item.menu-item-phone._zst:before{*/
/*    content: '';*/
/*    background-image: url('https://trello-attachments.s3.amazonaws.com/5337f53d92f917343774b789/5ca60ea414e4b975deffa69b/83c0b70e3b84e328c7cc70c0032ab4ab/Path_527_%401x.svg');*/
/*    background-repeat: no-repeat;*/
/*    background-size: 15px;*/
/*    height: 100%;*/
/*    width: 16px;*/
/*    position: relative;*/
/*    float: right;*/
/*    transform: rotate(270deg);*/
/*    top: 0;*/
/*    -webkit-border-radius: 0;*/
/*    -moz-border-radius: 0;*/
/*    border-radius: 0;*/
/*}*/

li.menu-item.menu-item-share,
li.menu-item.menu-item-portal
 {
    float: left;
    height: 68px;
    line-height: 100px;
    font-size: 15px;
    font-weight: 500;
    width: auto;
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042.55%2045.39%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23000%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Es-icon%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M34.64%2C29.59a7.94%2C7.94%2C0%2C0%2C1%2C5.59%2C2.3h0a7.88%2C7.88%2C0%2C1%2C1-13%2C3l-8.4-5c-.12.14-.26.3-.4.42l-.1.1a10.77%2C10.77%2C0%2C1%2C1-7.53-18.48%2C10.69%2C10.69%2C0%2C0%2C1%2C7.61%2C3.17h0a4.31%2C4.31%2C0%2C0%2C1%2C.4.42l8.4-5a8%2C8%2C0%2C0%2C1-.42-2.56%2C7.9%2C7.9%2C0%2C1%2C1%2C7.88%2C7.89%2C7.83%2C7.83%2C0%2C0%2C1-5.57-2.32l0%2C0-8.35%2C5a10.84%2C10.84%2C0%2C0%2C1%2C.85%2C4.24A11%2C11%2C0%2C0%2C1%2C20.66%2C27L29%2C32l0-.07h0a7.85%2C7.85%2C0%2C0%2C1%2C5.55-2.29Zm3.12%2C4.78h0a4.4%2C4.4%2C0%2C0%2C0-6.24%2C0h0A4.41%2C4.41%2C0%2C1%2C0%2C39%2C37.49a4.32%2C4.32%2C0%2C0%2C0-1.29-3.12ZM15.91%2C17.54h0a7.28%2C7.28%2C0%2C1%2C0-.07%2C10.37l.07-.06a7.3%2C7.3%2C0%2C0%2C0%2C0-10.31Zm18.73-14h0A4.38%2C4.38%2C0%2C0%2C0%2C30.25%2C7.9a4.21%2C4.21%2C0%2C0%2C0%2C.64%2C2.3l0%2C0v0a3.75%2C3.75%2C0%2C0%2C0%2C.54.67l0%2C.06a4.41%2C4.41%2C0%2C1%2C0%2C3.12-7.52Z%22%2F%3E%3C%2Fsvg%3E');
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center 18px;
}
li.menu-item.menu-item-portal{
    background-image:unset;
    display: flex;
    justify-content: center;
}
li.menu-item.menu-item-portal .in{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cg id='iconoir:profile-circle'%3E%3Cg id='Group'%3E%3Cpath id='Vector' d='M14 2.33331C7.55654 2.33331 2.33337 7.55648 2.33337 14C2.33337 20.4435 7.55654 25.6666 14 25.6666C20.4435 25.6666 25.6667 20.4435 25.6667 14C25.6667 7.55648 20.4435 2.33331 14 2.33331Z' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M4.98279 21.4037C4.98279 21.4037 7.58329 18.0833 14 18.0833C20.4166 18.0833 23.0183 21.4037 23.0183 21.4037M14 14C14.9282 14 15.8185 13.6313 16.4748 12.9749C17.1312 12.3185 17.5 11.4283 17.5 10.5C17.5 9.57174 17.1312 8.6815 16.4748 8.02513C15.8185 7.36875 14.9282 7 14 7C13.0717 7 12.1815 7.36875 11.5251 8.02513C10.8687 8.6815 10.5 9.57174 10.5 10.5C10.5 11.4283 10.8687 12.3185 11.5251 12.9749C12.1815 13.6313 13.0717 14 14 14Z' stroke='black' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 13px;
    cursor: pointer;
}


li.menu-item.menu-item-back.btp-bt  {
    padding: 0;
    float: left;
    left: 20px;
    border: none;
    height: 100%;
    width: 60px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 300ms cubic-bezier(.25,.46,.45,.94);
    max-width: 130px;
    margin-right: 20px;
}
li.menu-item.menu-item-back.btp-bt:before{
    content: '';
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2219.862%22%20height%3D%2217.464%22%20viewBox%3D%220%200%2019.862%2017.464%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.cls-1%2C%20.cls-3%2C%20.cls-4%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-2%20%7B%20%20%20%20%20%20%20%20clip-path%3A%20url%28%23clip-path%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-3%2C%20.cls-4%20%7B%20%20%20%20%20%20%20%20stroke%3A%20%23000%3B%20%20%20%20%20%20%20%20stroke-linecap%3A%20round%3B%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-4%20%7B%20%20%20%20%20%20%20%20stroke-linejoin%3A%20round%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%20%20%20%20%20%20%3Crect%20class%3D%22cls-1%22%20width%3D%2219.862%22%20height%3D%2217.464%22%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20id%3D%22Symbol_9_6%22%20data-name%3D%22Symbol%209%20%E2%80%93%206%22%20class%3D%22cls-2%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_272%22%20data-name%3D%22Path%20272%22%20class%3D%22cls-3%22%20d%3D%22M3105.52-2287h17.309%22%20transform%3D%22translate%28-3104.52%202295.415%29%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_273%22%20data-name%3D%22Path%20273%22%20class%3D%22cls-4%22%20d%3D%22M3038-2334.406h10.142v10.556%22%20transform%3D%22translate%28-3787.589%20-496.102%29%20rotate%2845%29%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48%;
    height: 100%;
    width: 100%;
    transform: rotate(180deg);
}


li.menu-item{
    cursor:pointer;
}

.logo {
    width: 600px;
    height: 400px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -300px;
    margin-top: -200px;
    overflow: hidden;
}

.logo.align-right {
    right:75%;
}
.logo.align-left {
	right:25%;
}




.logo.logo-image .iat-image.enabled {
    height: 80%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.logo.logo-image.logo-text .iat-image.enabled {
    height: 50%;
}







body::-webkit-scrollbar-track
{

    border-radius: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 15px;
    background-color: #F5F5F5;
}


body::-webkit-scrollbar-thumb
{
    background-color: #01acf1;

}





.page{
    overflow-x: hidden;
}

















.yt {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.top-item .video-icon,
.yt .video-icon{
    background-image:url('https://static.tickchak.co.il/all/dln_00DOMtUbJBHUwNEWtNmcoBTMll2U3cjd2EWZBN2b10WUMlVM1N3T2ADbmJWe_090TUOdlYQBnZBdmQBdzd1hndutUazVHc.png_7b773fae-55d8-408f-ba9a-2e60ab83fc65.png?v=1617701542641');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-right: -50px;
    margin-top: -49px;
    cursor: pointer;
}

.top-item .video-icon{
    width: 80px;
    height: 80px;
    margin-right: -40px;
    margin-top: -40px;
}


.yt-pop-up-wrap {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}


.yt-close {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032.88%2032.88%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cline%20class%3D%22a%22%20x1%3D%222.96%22%20y1%3D%223.4%22%20x2%3D%2229.19%22%20y2%3D%2229.63%22%2F%3E%3Cline%20class%3D%22a%22%20x1%3D%222.96%22%20y1%3D%2229.63%22%20x2%3D%2229.19%22%20y2%3D%223.4%22%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;

}

/*.yt-close {*/
/*    margin-right: calc(50vw - 62.5vh - 25px);*/
/*    margin-left: 0;*/
/*}*/

.yt-pop-up{
    width: 100vw;
    height: 70vh;
    padding-bottom: 0;
    margin-top: 15vh;
    position: relative;

}

.yt-pop-up iframe{
    display: block;
    position: absolute;
    top: 0;
    right: calc(50vw - 62.5vh);
    width: 125vh;
    height: 100%;
}

.yt iframe.disable{
    pointer-events: none;
}

.yt iframe {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}


.footer {
	background:#d0dadc;
	text-align:center;
	padding:30px 0;
	font-size:17px;
	position:relative;
    z-index: 10;
}

.tickchak-form-menu-item {
    display: inline-block;
    background: #e7d61d;
    border: unset;
    border-radius: 40px;
    padding: 9px 18px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 210px;
    margin-top: 11px;
    max-height:47px;
    font-size: 18px;
}

.tickchak-form-menu-item::before {
    content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20100%20100%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23555555%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EICONS%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M10.66%2C37.12h23a3.34%2C3.34%2C0%2C1%2C1%2C0%2C6.69H14V50.5H87.51V43.81H67.83a3.34%2C3.34%2C0%2C0%2C1%2C0-6.69H90.88a3.36%2C3.36%2C0%2C0%2C1%2C3.32%2C3.37V53.84a3.35%2C3.35%2C0%2C0%2C1-3.32%2C3.34H86.66L81.72%2C91.94a3.34%2C3.34%2C0%2C0%2C1-3.32%2C2.85v0H23.14a3.33%2C3.33%2C0%2C0%2C1-3.37-3.08L14.88%2C57.19H10.66a3.36%2C3.36%2C0%2C0%2C1-3.34-3.34V40.49a3.36%2C3.36%2C0%2C0%2C1%2C3.34-3.37h0ZM30.44%2C62.64h0v19a2%2C2%2C0%2C1%2C0%2C4%2C0v-19a2%2C2%2C0%2C0%2C0-4%2C0h0Zm12.19%2C0h0v19a2.05%2C2.05%2C0%2C0%2C0%2C2%2C2%2C2%2C2%2C0%2C0%2C0%2C2-2v-19a2%2C2%2C0%2C0%2C0-2-2%2C2%2C2%2C0%2C0%2C0-2%2C2h0Zm12.24%2C0h0v19a2%2C2%2C0%2C1%2C0%2C4%2C0v-19a2%2C2%2C0%2C0%2C0-4%2C0h0Zm12.17%2C0h0v19a2%2C2%2C0%2C1%2C0%2C4%2C0v-19a2%2C2%2C0%2C0%2C0-4%2C0h0ZM80%2C6.4h0L50.75%2C39.94%2C21.52%2C6.4a3.35%2C3.35%2C0%2C0%2C0-5%2C4.44L48.23%2C47.18a2.38%2C2.38%2C0%2C0%2C0%2C.33.36%2C3.36%2C3.36%2C0%2C0%2C0%2C4.7-.31L85%2C10.84A3.33%2C3.33%2C0%2C1%2C0%2C80%2C6.4h0Zm0.24%2C48.08h-59L26%2C88.12H75.51l4.74-33.64h0Z%22%2F%3E%3C%2Fsvg%3E');
	display: inline-block;
    position: relative;
    margin: 0 10px 0 0px;
    width: 22px;
    height: auto;
    vertical-align: middle;
}

/*.tickchak-form-menu-item.tick-shop{*/
/*    background: #61C4E2;*/
/*    color: #fff;*/
/*}*/

/*.tickchak-form-menu-item.tick-shop::before {*/
/*    content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250.438%22%20height%3D%2247.072%22%20viewBox%3D%220%200%2050.438%2047.072%22%3E%3Cdefs%3E%3Cstyle%3E%20%20%20%20%20%20.cls-1%20%7B%20%20%20%20%20%20%20%20fill%3A%20%23ffffff%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22Path_1928%22%20data-name%3D%22Path%201928%22%20class%3D%22cls-1%22%20d%3D%22M75.092%2C307.214h35.129L113.9%2C293.36a1.966%2C1.966%2C0%2C0%2C1%2C1.953-1.562H121.6a1.942%2C1.942%2C0%2C0%2C1%2C1.954%2C1.954%2C1.965%2C1.965%2C0%2C0%2C1-1.954%2C1.98H117.35l-8.915%2C33.328a5.21%2C5.21%2C0%2C0%2C1%2C1.786%2C1.159%2C5.086%2C5.086%2C0%2C0%2C1%2C0%2C7.17l-.084.07a5.052%2C5.052%2C0%2C0%2C1-3.516%2C1.41%2C4.967%2C4.967%2C0%2C0%2C1-3.572-1.481%2C5.044%2C5.044%2C0%2C0%2C1-1.493-3.6%2C5.175%2C5.175%2C0%2C0%2C1%2C.767-2.679H87.452a4.928%2C4.928%2C0%2C0%2C1%2C.782%2C2.679%2C5.07%2C5.07%2C0%2C0%2C1-8.65%2C3.6h-.013a5.1%2C5.1%2C0%2C0%2C1-1.493-3.6%2C5.242%2C5.242%2C0%2C0%2C1%2C.794-2.707%2C1.961%2C1.961%2C0%2C0%2C1%2C.266-3.905h25.725l1.312-4.883H77.966a1.984%2C1.984%2C0%2C0%2C1-1.953-1.619L73.181%2C309.67a1.963%2C1.963%2C0%2C0%2C1%2C1.409-2.386%2C2.106%2C2.106%2C0%2C0%2C1%2C.5-.07Zm31.514%2C23.87h0a1.288%2C1.288%2C0%2C0%2C1-.25.015v.014H106.3a2.737%2C2.737%2C0%2C0%2C0-1.6.782%2C2.7%2C2.7%2C0%2C0%2C0-.78%2C1.9%2C2.644%2C2.644%2C0%2C0%2C0%2C2.706%2C2.706%2C2.612%2C2.612%2C0%2C0%2C0%2C1.87-.725l.056-.042a2.69%2C2.69%2C0%2C0%2C0%2C.781-1.939%2C2.639%2C2.639%2C0%2C0%2C0-.781-1.9h0a2.7%2C2.7%2C0%2C0%2C0-1.925-.81Zm-23.116.029h-.656a2.811%2C2.811%2C0%2C0%2C0-1.548.726l-.043.056a2.655%2C2.655%2C0%2C0%2C0-.794%2C1.9%2C2.713%2C2.713%2C0%2C1%2C0%2C5.427%2C0%2C2.649%2C2.649%2C0%2C0%2C0-.8-1.9%2C2.619%2C2.619%2C0%2C0%2C0-1.59-.782Zm25.668-19.977H77.6l1.868%2C7.24h27.763v-.015l1.924-7.225Z%22%20transform%3D%22translate%28-73.12%20-291.798%29%22%2F%3E%3C%2Fsvg%3E');*/
/*    */
/*}*/




p.footer-note {
    font-size: 13px;
    font-weight: 300;
    margin-top: 15px;
    display: block;
    width: 100%;
    border-top: solid #c0c5c6 1px;
    padding: 20px;
    letter-spacing: 4px;
}



.footer a.footer-link-to-admin {
    position: absolute;
    left: 12px;
    bottom: 8px;
    font-weight: 100;
    color: blue;
}



.social-menu {
    position: fixed;
    top: 50%;
    left: 0;
    width: 70px;
    margin-top: -75px;
    z-index: 5;
}

.social-item {
    padding: 40px 0 10px;
    text-align: center;
    color: #fff;
    background-position: center 10px;
    background-size: 23px auto;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 17px;
    line-height: 18px;
	transition: all 0.2s ease;
}

.social-item:hover{
      background-color: #217392;
    background-size: 30%;
    background-position: 25px 13px;
}

.social-item-share {
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042.55%2045.39%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Es-icon%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M34.64%2C29.59a7.94%2C7.94%2C0%2C0%2C1%2C5.59%2C2.3h0a7.88%2C7.88%2C0%2C1%2C1-13%2C3l-8.4-5c-.12.14-.26.3-.4.42l-.1.1a10.77%2C10.77%2C0%2C1%2C1-7.53-18.48%2C10.69%2C10.69%2C0%2C0%2C1%2C7.61%2C3.17h0a4.31%2C4.31%2C0%2C0%2C1%2C.4.42l8.4-5a8%2C8%2C0%2C0%2C1-.42-2.56%2C7.9%2C7.9%2C0%2C1%2C1%2C7.88%2C7.89%2C7.83%2C7.83%2C0%2C0%2C1-5.57-2.32l0%2C0-8.35%2C5a10.84%2C10.84%2C0%2C0%2C1%2C.85%2C4.24A11%2C11%2C0%2C0%2C1%2C20.66%2C27L29%2C32l0-.07h0a7.85%2C7.85%2C0%2C0%2C1%2C5.55-2.29Zm3.12%2C4.78h0a4.4%2C4.4%2C0%2C0%2C0-6.24%2C0h0A4.41%2C4.41%2C0%2C1%2C0%2C39%2C37.49a4.32%2C4.32%2C0%2C0%2C0-1.29-3.12ZM15.91%2C17.54h0a7.28%2C7.28%2C0%2C1%2C0-.07%2C10.37l.07-.06a7.3%2C7.3%2C0%2C0%2C0%2C0-10.31Zm18.73-14h0A4.38%2C4.38%2C0%2C0%2C0%2C30.25%2C7.9a4.21%2C4.21%2C0%2C0%2C0%2C.64%2C2.3l0%2C0v0a3.75%2C3.75%2C0%2C0%2C0%2C.54.67l0%2C.06a4.41%2C4.41%2C0%2C1%2C0%2C3.12-7.52Z%22%2F%3E%3C%2Fsvg%3E');
    background-color:#124153;
}
.social-item-invite {
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2043.8%2050.28%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Es-icon2%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M21.89%2C0A16.42%2C16.42%2C0%2C0%2C1%2C33.54%2C4.83h0a16.45%2C16.45%2C0%2C0%2C1%2C0%2C23.23%2C16.23%2C16.23%2C0%2C0%2C1-1.74%2C1.52A16.18%2C16.18%2C0%2C0%2C1%2C39%2C33.78h0A16.15%2C16.15%2C0%2C0%2C1%2C43.8%2C45.23v3.1a2%2C2%2C0%2C0%2C1-1.95%2C1.95H1.95A2%2C2%2C0%2C0%2C1%2C0%2C48.33v-3.1A16.08%2C16.08%2C0%2C0%2C1%2C4.78%2C33.78%2C15.92%2C15.92%2C0%2C0%2C1%2C12%2C29.58a15.13%2C15.13%2C0%2C0%2C1-1.73-1.52%2C16.41%2C16.41%2C0%2C0%2C1%2C0-23.23A16.32%2C16.32%2C0%2C0%2C1%2C21.89%2C0Zm8.91%2C7.55h0A12.57%2C12.57%2C0%2C1%2C0%2C13%2C25.33h0A12.57%2C12.57%2C0%2C1%2C0%2C30.78%2C7.55ZM27.58%2C32.88H16.22A12.42%2C12.42%2C0%2C0%2C0%2C3.9%2C45.23v1.18h36V45.23a12.26%2C12.26%2C0%2C0%2C0-3.64-8.7v0a12.34%2C12.34%2C0%2C0%2C0-8.71-3.62Z%22%2F%3E%3C%2Fsvg%3E');
    background-color:#1a5871;
}

.pop-social {
    position: fixed;
    z-index: 3000;
    background: rgba(0,0,0,.83);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    text-align:center;
    color: #fff;
}

.pop-social h1 {
    margin-top: 30vh;
    font-weight:300;
    font-size:36px;
}

.pop-social a {
    display: inline-block;
    width: 85px;
    height: 85px;
    border: solid 1px #fff;
    background-size: 60% 60%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 72px 9px;
	transition: all 0.2s ease;
	cursor: pointer;
}

.pop-social a:hover {
	background-size: 58% 58%;
}

.pop-social a.social-bt-fb {
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2068.09%20134%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Es-face%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M48.82%2C0a93.3%2C93.3%2C0%2C0%2C1%2C13.7.7c1.69.27%2C4.11-.14%2C5.36.61v14c-.13%2C1.87.65%2C5.23-.18%2C6.76-7.89-.06-18.92-1.29-21.86%2C3.69-2%2C3.31-1.39%2C8.69-1.58%2C13-.08%2C1.92-.46%2C8.81.18%2C10.19l16.68.18c1.25%2C0%2C5.52-.27%2C6%2C.35l-.61%2C6.06L65%2C66.56c-.37%2C2-.1%2C4.51-1%2C6.06H49.79c-1.73%2C0-4.41-.5-5.62.26l-.35%2C44.17-.09%2C11.33c0%2C1.62.39%2C4.49-.26%2C5.62l-18.18-.09c-1.7-.23-4.23.46-5.44-.26l.26-46.89c-.3-3.14.91-12.55-.09-14.23L6%2C72.36c-1.71%2C0-4.77.43-6-.26l.09-23%2C.18-.26H20l.26-.18c-.14-20.15-1.22-35.3%2C12.38-44.08A29.93%2C29.93%2C0%2C0%2C1%2C42%2C.79Z%22%2F%3E%3C%2Fsvg%3E');
}

.pop-social a.social-bt-fb:hover {
    background-color: #3b5998;
}

.pop-social a.social-bt-tw {
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20170.98%20140.26%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ef-tewit%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M115.27%2C0C126-.15%2C132.48%2C2.09%2C138.81%2C6.07c2.18%2C1.37%2C3.68%2C3.93%2C6.06%2C5%2C6-.53%2C11.8-3.13%2C16.55-5.36%2C1.07-.5%2C4.23-3.08%2C5.36-2.33-1.63%2C5.32-5.08%2C10.95-9%2C14.1-1.13.91-5.13%2C3.42-5.59%2C4.55h.23c.83.34%2C1.81-.18%2C2.45-.35l6.64-1.28c2.32-.67%2C7.25-3.23%2C9.44-2.91V18c-3.06%2C3.25-5.48%2C7-8.62%2C10.14-2.59%2C2.6-5.88%2C4.56-8.39%2C7.23.18%2C9.56-.5%2C18.93-2.56%2C26.81-9.42%2C36-34.13%2C65.74-70.16%2C74.83-23.46%2C5.92-48.61%2C3.64-67.37-4.9C10.17%2C130.38%2C2.3%2C127.4%2C0%2C124.72l.12-.23c3.21.08%2C6.87%2C1%2C10.14.47L22%2C123.55a78.78%2C78.78%2C0%2C0%2C0%2C16.9-6.06c3.32-1.67%2C9.78-4.64%2C11.89-7.23-.15-.45%2C0-.24-.35-.47l-5.83-.7-5.71-1.75C30.34%2C103.8%2C25.5%2C98%2C20.86%2C90.45a12.66%2C12.66%2C0%2C0%2C1-2.1-5.13H19l4.55.47c3.6.55%2C7.3-.41%2C10-1l.12-.23c-.77-.54-1.92-.55-2.91-.93l-6.64-2.91A35.44%2C35.44%2C0%2C0%2C1%2C8.86%2C62.6C8.26%2C61.07%2C5.19%2C51.4%2C7%2C49.54a52.54%2C52.54%2C0%2C0%2C0%2C10.72%2C3.61c1%2C.19%2C3.23.84%2C4.08.23-1.44-2.35-4.72-3.7-6.41-5.94-4.67-6.2-6.64-11-8.28-20.51-1-5.82.9-12.27%2C2.68-15.85.5-1%2C1.32-4.53%2C2.56-3.85%2C1.66.79%2C3.29%2C3.48%2C4.43%2C4.9l9.09%2C8.62C36.57%2C29.11%2C48.18%2C36.22%2C63.4%2C40.1c4.46%2C1.14%2C9.4%2C2%2C14.57%2C2.91%2C1.67.28%2C4.91.79%2C6.18.12V43c-3.49-18.46%2C5.58-31.41%2C16.9-38.46A37.42%2C37.42%2C0%2C0%2C1%2C110.26.82Z%22%2F%3E%3C%2Fsvg%3E');
}
.pop-social a.social-bt-tw:hover {
    background-color: #0084b4;
}

.pop-social a.social-bt-wa,
.pop-social a.social-bt-wp {
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20175.7%20177.62%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%23fff%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Es-what%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M156.92%2C34.61c-2.49-3.32-5.26-7.09-8.47-9.67l-10.86-8.87C130.91%2C11.46%2C123.1%2C8%2C114.94%2C4.95%2C109.84%2C3%2C104%2C2%2C98.26%2C1c-16.57-3-33.15%2C1.54-44.49%2C6.22-24%2C9.91-41.1%2C29.62-48.6%2C56-1.6%2C5.62-1.65%2C11.17-2.65%2C17.21v6.89c.65%2C4.11%2C0%2C7.63.79%2C11.39a125.9%2C125.9%2C0%2C0%2C0%2C6%2C21.05%2C65.15%2C65.15%2C0%2C0%2C0%2C3.58%2C7.42l2.25%2C3.71c.4%2C1.48-3.42%2C10.45-4%2C12.05-2.82%2C8.2-4.91%2C16-7.68%2C24.1C2.36%2C170.19.07%2C174%2C0%2C177.62c4.18-.09%2C8.16-2.31%2C11.65-3.44%2C9-2.93%2C17.61-5.16%2C26.62-8.21%2C2.72-.92%2C6.32-2.77%2C9.27-3.18%2C1.11-.15%2C5.87%2C2.74%2C7%2C3.31a87.16%2C87.16%2C0%2C0%2C0%2C16.68%2C5.69c20.73%2C5.3%2C42.88.35%2C58-6.75%2C20.08-9.44%2C36.85-29.72%2C43.3-52.84C181.16%2C81.32%2C170.86%2C53.15%2C156.92%2C34.61Zm-17.61%2C106.6c-10.79%2C8.72-21.93%2C15.5-38.8%2C18.41-15.51%2C2.67-30.29-2-40.79-6.36-2.81-1.16-7.58-5-9.93-5.56-1.49-.32-6.48%2C1.91-7.95%2C2.38l-19.6%2C6.36-.53-.26c-.21-1.76%2C1.06-3.74%2C1.59-5.3%2C1.81-5.32%2C2.92-10.2%2C4.9-15.36.58-1.51%2C2.42-4.42%2C2-6.49l-4.63-7.15a100.23%2C100.23%2C0%2C0%2C1-7.68-19.6C14.53%2C91.1%2C16%2C75.84%2C19.07%2C65.6c7-22.87%2C21.35-38.3%2C42.37-47a75.27%2C75.27%2C0%2C0%2C1%2C13.9-4l9.27-.79c36.8.12%2C61.63%2C21%2C72.43%2C47.14C169.26%2C90.44%2C157.68%2C126.35%2C139.31%2C141.21Zm-11.39-36.95c-4.17-2.11-10-6.05-14.7-7-3.49-.72-7.61%2C10-11.12%2C10.86-3.32.79-6.84-2.39-8.87-3.44-7-3.6-13.48-8.54-18-14.57-1.15-1.53-6.16-8-6.09-9.8.15-3.71%2C6.32-6.8%2C7.15-11.12.36-1.88-1.3-3.77-1.85-5.16-1.22-3-5.57-14.95-7.55-16.29-1.47-1-5.3-.4-7.28-.4-12.27%2C4.91-14.79%2C21-8.21%2C33.77%2C2.94%2C5.7%2C7.2%2C10.73%2C11%2C15.63%2C8.56%2C11.05%2C18.86%2C20.59%2C33.37%2C25.69%2C6.52%2C2.29%2C14.19%2C6.82%2C23.17%2C4.5a28.27%2C28.27%2C0%2C0%2C0%2C10.59-5.83c1.62-1.31%2C6-10.43%2C3.58-14C132.17%2C105.69%2C129.43%2C105%2C127.92%2C104.26Z%22%2F%3E%3C%2Fsvg%3E');
    /*display:none;*/
}
.pop-social a.social-bt-wp{
    display: none;
}

.pop-social a.social-bt-wa:hover {
    background-color: #5ae770;
}

.pop-social .social-close {
    font-size: 19px;
    padding: 15px 35px;
    border: solid 1px #fff;
    border-radius: 33px;
    cursor: pointer;
    display: inline-block;
	transition: all 0.2s ease;
}

.pop-social .social-close:hover{
	background-color: #fff;
    color: #000;
}

.pop-social .social-close-icon {
    font-size: 25px;
    position: absolute;
    left: 40px;
    width: 37px;
    height: 37px;
    border: solid 1px #fff;
    border-radius: 70px;
    cursor: pointer;
    transition: all 0.2s ease;
    top: 80px;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032.88%2032.88%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%23ffffff%3Bstroke-width%3A%204px%3Bstroke-miterlimit%3A10%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EArtboard%201%3C%2Ftitle%3E%3Cline%20class%3D%22a%22%20x1%3D%222.96%22%20y1%3D%223.4%22%20x2%3D%2229.19%22%20y2%3D%2229.63%22%2F%3E%3Cline%20class%3D%22a%22%20x1%3D%222.96%22%20y1%3D%2229.63%22%20x2%3D%2229.19%22%20y2%3D%223.4%22%2F%3E%3C%2Fsvg%3E');
    background-size: 16px auto;
    background-position: center center;
    background-repeat: no-repeat;

}

.page-fb-image-only ul.header,
.page-fb-image-only .section-brief,
.page-fb-image-only .form-button,
.page-fb-image-only .social-menu,
body.page-fb-image-only::-webkit-scrollbar,
.page-fb-image-only #INDWrap{
    display: none !important;
}

/*.page-fb-image-only .topsection-main-container{*/
/*    top: 0 !important;*/
/*}*/
.page-fb-image-only .section:nth-of-type(1){
    margin-top: 0;
}

.INDDesktop #INDmenu-btn {
    top: 150px !important;
}

button#enable-toolbar-trigger,
body.trigger-position-right button#enable-toolbar-trigger{
    left: 10px;
    right: unset;
}


span.keyboard-shorcut {
    display: none !important;
}


li.menu-item.menu-item-home {
    opacity:.4;
    width: 60px;
    border-left: none;
    background:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20157.89%20264.06%22%3E%3Ctitle%3EAsset%204%3C%2Ftitle%3E%3Cpath%20d%3D%22M156.41%2C127a3.51%2C3.51%2C0%2C0%2C0-4.44.33%2C20.42%2C20.42%2C0%2C0%2C1-7%2C4.34L142.12%2C120V93.19l5.58-35.26v-.1l0-.15v-.11c.07-1.23.5-12.15-4.62-17.56a9.81%2C9.81%2C0%2C0%2C0-2-1.65%2C12.38%2C12.38%2C0%2C0%2C0-1-9c-3.77-7.27-14-12.22-31.24-15.13l-.27-.11L107%2C13.45l-.25.42a228.66%2C228.66%2C0%2C0%2C0-24.17-2.24C62.89%2C10.74%2C56.09%2C6.8%2C54%2C5l-.91-1.25-.43-1.19L51.71%2C0%2C49.55%2C1.67%2C47.92%2C2.91C40.18%2C8.87%2C36%2C21.18%2C38%2C32.17a21.28%2C21.28%2C0%2C0%2C0%2C6.86%2C12.72c-6.78%2C6.11-5.33%2C15-5.06%2C16.33l4.76%2C32v26.94l-1.88%2C11.14a21%2C21%2C0%2C0%2C1-5.7-3.87%2C3.5%2C3.5%2C0%2C0%2C0-5.59%2C4A55.54%2C55.54%2C0%2C0%2C0%2C40.13%2C144L35.9%2C165.72c-1.52-1.56-3.08-3.1-4.67-4.66-8.32-8.14-16.17-15.83-17.58-27.32A36.36%2C36.36%2C0%2C0%2C1%2C14.13%2C122c3.62%2C3.33%2C8.2%2C6.43%2C12.7%2C6.43l.83%2C0A9.48%2C9.48%2C0%2C0%2C0%2C35%2C123.5h0l.13-.22a10.2%2C10.2%2C0%2C0%2C0-1-11.6%2C9.92%2C9.92%2C0%2C0%2C0-2.78-11.14A9.67%2C9.67%2C0%2C0%2C0%2C25%2C98a8.67%2C8.67%2C0%2C0%2C0-1.89.2c-5.18%2C1.1-9.09%2C6.41-11.26%2C10.15a36.1%2C36.1%2C0%2C0%2C1-.13-35.95l1-1.73-1.73-1L8.44%2C68.14l-1.74-1-1%2C1.73a42.88%2C42.88%2C0%2C0%2C0%2C2.79%2C47l0%2C0%2C0%2C0A43.34%2C43.34%2C0%2C0%2C0%2C6.7%2C134.59c1.71%2C13.93%2C10.82%2C22.85%2C19.63%2C31.47%2C2.53%2C2.48%2C5.37%2C5.26%2C7.92%2C8.15L34%2C175.5l0%2C.18v.2l0%2C21.57V198l.3.48%2C8.85%2C14.3a43.4%2C43.4%2C0%2C0%2C0-10%2C12.09l-2.81.15L32%2C227.19l-.22.52%2C1%2C.44L48%2C246.83a25.68%2C25.68%2C0%2C0%2C0%2C7.84%2C7%2C25.34%2C25.34%2C0%2C0%2C0%2C11.54%2C3.11%2C18.44%2C18.44%2C0%2C0%2C0%2C6.4-1.14%2C19.91%2C19.91%2C0%2C0%2C0%2C6.63-4.21L92%2C262.72l1.38%2C1.34%2C1.39-1.33%2C23.67-22.56L137.82%2C222l.2-.18.14-.23%2C14.31-23.12.3-.48V176l0-.16-5.17-30.19a54.54%2C54.54%2C0%2C0%2C0%2C10-14.34A3.51%2C3.51%2C0%2C0%2C0%2C156.41%2C127Z%22%20style%3D%22fill%3A%23231f20%22%2F%3E%3C%2Fsvg%3E');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: visible;
    position: relative;
    float: right;
}

li.menu-item.menu-item-home::before{
    opacity: 0;
}

li.menu-item.menu-item-home {
   opacity: 1;
   background-image: url("data:image/svg+xml,%3C!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 135.4 216.2' style='enable-background:new 0 0 135.4 216.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2361C4E2;%7D .st1%7Bfill:%23D1EEFC;%7D .st2%7Bfill:%2389D4E5;%7D .st3%7Bfill:%230C9ECC;%7D .st4%7Bfill:%2329ADE4;%7D .st5%7Bfill:%2384D3E8;%7D .st6%7Bfill:none;%7D .st7%7Bfill:none;stroke:%23000000;stroke-width:3;stroke-miterlimit:10;%7D .st8%7Bfill:%23DA1C5C;%7D .st9%7Bfill:none;stroke:%23000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cg%3E%3Cpath class='st0' d='M112.4,35.9l6.4-4.8l1.3-4.7l-2.2-6.1l-4.4-2.1c0.2-1.2-2.5-3.1-3.2-2.2l-2.7-0.2l1.3,14.7L112.4,35.9z'/%3E%3Cpath class='st1' d='M52,30.6l-6.5,5.3L45.1,75l4.8,22l10,19.1l33.7-8.4h15.6c0,0,6.8-8.5,7.2-9.6c0.4-1.1,4.5-23.5,4.5-23.5 l-1.7-13.5l-3.8-25.2l-8-6.6L52,30.6z'/%3E%3Cpath class='st2' d='M115.6,34.7c-4.4-3.7-6.1-7.2-5.6-13.2c0.1-1.3,0-6.4-0.6-5.3l-2.2,0.3l-3.8,11.9l5.7,9.1l1.9,4.7l-0.2-3.7 L115.6,34.7z'/%3E%3Cpath class='st3' d='M46.1,33.9l-0.6,2l-3.7,4.8l-0.9,5.5l3.9,26.6l0.3,2.4c0,0,2.8-3.1,3.2-3.6c0.4-0.5,1.2-9.9,1.2-9.9l-0.8-15.5 l-1.8-8.7L46.1,33.9z'/%3E%3Cpolygon class='st3' points='118.7,31.1 122.8,31.9 125.3,38.5 124.6,51.8 122.2,61.1 120.6,40.7 116.5,33.6 '/%3E%3Cpolygon class='st0' points='112.4,37.5 109.3,39.6 111.8,45.2 120.6,74.2 122.2,66.3 120.6,46 118.2,36.8 115.2,35 '/%3E%3Cg%3E%3Cg%3E%3Cpath class='st4' d='M129.9,144.4v17.5l-11.7,18.9L102,195.9L83,214l27.7-38.8l9.8-17.3v-13.7l-1.3-9.9 c-4.5-23,3.4-12.5,6.2-13.3L129.9,144.4z'/%3E%3Cpath class='st4' d='M121,97.6l4.9,25.8c-2.7,0.5-5.4,0.5-8.1,0.1l0-0.1l-5.8-22.7l8.9-25.8V97.6z'/%3E%3Cpolyline class='st3' points='117.8,123.6 120.6,144.2 120.6,157.9 110.7,175.2 83,214 103.8,173.5 112.4,156 112.4,143.7 111.1,120.4 '/%3E%3Cpath class='st3' d='M117.8,123.5L117.8,123.5c-2.3-0.3-4.5-0.9-6.7-1.7l-1.1-19.9l2-1.1L117.8,123.5z'/%3E%3Cpath class='st2' d='M112.4,141.8V156l-8.6,17.5L83,214l19.3-60.1v-13l1.5-36.8c2.9,0.8,4.1-0.4,6.3-2.1L112.4,141.8z'/%3E%3Cpath class='st2' d='M50.9,5.5l56.6,10.4c0,0-7.9,6.9,3.1,23.7c0,0.1,0.1,0.1,0.1,0.2c0,0.2-0.3,0.4-0.5,0.3 c-4.4-2.3-19.2-9.7-27.2-7.4c-9.5,2.7-26.6,4.1-34.9,1.6c-12-3.6-9.8-30.1-0.8-33.6L50.9,5.5z'/%3E%3Cpolyline class='st3' points='90.6,108 90.3,107.4 91.8,106.6 103.8,103.2 '/%3E%3Cpath class='st0' d='M103.8,104.5l-1.2,28.4l-0.3,21.1L83,214l6.7-56.5l0.5-26.5l-0.5-22.2C97,102.7,101.8,105.6,103.8,104.5z'/%3E%3Cpath class='st4' d='M93.6,107.7l-3.4,23.2h0l-7.2,4.3l-8.1-4.9l0,0c0.5-1.5-7.3,1.3-7.2,0.8c1.9-0.9,6-25.3,9.1-24.1 c4.4,1.7,5.3,4.4,5.3,4.4S88.9,107.3,93.6,107.7z'/%3E%3Cpath class='st4' d='M90.2,130.9l-0.5,26.5L83,214l-5.9-11.5c-1.7-3.6-1.4-3.3-1-4.3c2.8-7.1-2.9-25.6-4.9-38.8 c-1.5-9.8,1.8-22.9,3.6-29l0,0l8.1,4.9L90.2,130.9L90.2,130.9z'/%3E%3Cpath class='st3' d='M75.5,198.8L83,214l-8.4-11.8C73.3,200.5,75,199.3,75.5,198.8z'/%3E%3Cpath class='st0' d='M74.2,200.8l8.8,12.3l-8.3-7.2l-3.1-2C72.2,203.4,73.8,202.2,74.2,200.8z'/%3E%3Cpath class='st3' d='M61,170.8l4.7,5.8c0,0-1.9-14.3-1.9-16.5c0-1.6,0.1-3.8,0.4-6.2c0.7-7.2,2.7-17.1,6.3-24.3 c2-0.8,1.7-1.6,3.3-2.4c-0.2,0.5,1.6,1.6,1.2,3.1c-1.8,6.1-5.2,19.2-3.6,29c2.1,13.2,6.9,32.9,4.1,40.1c-0.4,1-0.9,2-1.5,3.1 c-0.3,0.6-0.7,1.1-1.1,1.7c-0.4,0.6-1.3,0.1-1.8,0.7c-7.5,8.2-13.1,5-17.9,2c-2.2-1.4-4-3.1-5.6-5.1l-11.2-13.8 c0,0,16.8-0.9,23.3-19L61,170.8L61,170.8z'/%3E%3Cpath class='st3' d='M76.3,106.6l0.5,0.3c0,0-5.8,6.1-14,11l-0.6-14.5l6.8,2C71.5,106.2,76.3,106.6,76.3,106.6z'/%3E%3Cpath class='st0' d='M65.7,176.6l-4.7-5.8v0l-1.4-2.9l-5.9-12v-12.3L55,121c3.2-0.3,5-2.3,7.9-3.1l0.9,22.9v13l0.4,0 c-0.3,2.4-0.4,4.6-0.4,6.2C63.8,162.3,65.7,176.6,65.7,176.6z'/%3E%3Cpath class='st3' d='M77.2,106.2c-3.6,7.1-12.3,40.5-13.1,47.8l-0.4,0l-0.2-19l-0.9-21.6C62.8,121.3,74,108,77.2,106.2z'/%3E%3Cpath class='st0' d='M62.3,103.4l0.6,14.5c-2.5,1.5-5.1,2.8-7.9,3.9L56,102l-2-1.1L62.3,103.4z'/%3E%3Cpath class='st3' d='M52.9,170.8c2-1,4.2-2,6.7-2.8l0.1,0l1.4,2.9l-1.6-1.9c-6.6,18.2-23.3,19-23.3,19l-0.5-0.3 c0,0,2.2-5.9,9.4-11.8C47.1,174.1,49.7,172.4,52.9,170.8z'/%3E%3Cpath class='st4' d='M53.7,156l5.9,12l-0.1,0c-2.4,0.8-4.7,1.8-6.7,2.8l-7.3-12.9v-13.7l2.9-21.4c2.5,0.2,5.2-0.8,6.6-2.8 l-1.3,21.5V156z'/%3E%3Cpath class='st4' d='M56,102l-1.1,19.8c-2.2,0.8-4.4,1.4-6.7,1.8l0-0.1l5.8-22.7L56,102z'/%3E%3Cpath class='st3' d='M45.1,75.1l8.9,25.8l-5.8,22.7l0,0.1c-2.5,0.4-5,0.4-7.5,0l0-0.1l4.4-25.9V75.1z'/%3E%3Cpath class='st3' d='M45.5,157.9l7.3,12.9c-3.2,1.6-5.8,3.4-8,5.2l-8.7-14.1v-17.5l2.8-11.8c0.9,0.2,2.4-11.2,4.2-15.4 c3.7-8.7,8.3-13.9,10.1-13.8l-7.8,40.9V157.9z'/%3E%3C/g%3E%3C/g%3E%3Cpath class='st0' d='M57.2,10.1h14.2l2.8,3.5l0.7,9.1l4.7,9.1v1.6l-10.9,2.2c0,0-4.2,0.7-4.3-0.2s-4.1-12.7-4.4-12.6 c-0.3,0.1,0-10.3,0-10.3L57.2,10.1z'/%3E%3Cpath class='st2' d='M42.5,11h14.2l2.8,3.5l0.7,10.6l4.7,7.6v1.6L54,36.5c0,0-4.2,0.7-4.3-0.2S45.7,25,45.4,25.1 c-0.3,0.1,0-11.8,0-11.8L42.5,11z'/%3E%3Cpath class='st3' d='M70.4,9.4h14.2l2.8,3.5l0.7,9.1l4.7,9.2v1.6l-10.6,0.6c0,0-4.6,2.3-4.6,1.3c0-1-4.1-12.8-4.4-12.7 c-0.3,0.1,0-10.3,0-10.3L70.4,9.4z'/%3E%3Cpolygon class='st5' points='83,111.7 76.6,158.3 83.5,214.8 79.2,198.1 71.5,160.6 76.9,108.7 '/%3E%3Cpath class='st4' d='M65.6,175.2c-0.2,5.7,0.7,14.1-4.1,14.1c-2.4,0-9.2-9.5-9.2-9.5l-4.8,5.6c0,0,8.7,11.9,9,12.1 c0.3,0.2,8.6,3.8,9.7,2.8c1-0.9,4.9-3.4,5.1-5.3c0.2-2,0-13.3,0-13.3s-3.1-13.3-3.1-13.8s-3.6-15.1-3.6-15.1L64,163.2L65.6,175.2z' /%3E%3Cpath class='st0' d='M72.8,128.5c-1.5,3.8-3.2,9.2-4,13.3c-2.5,12.4-0.4,24.4,3.5,36.3c1.3,4.1,1.8,8.7,1.8,13.1 c0,4.4-1.6,10-5.9,12.3c-7.5,4-15.3-4.4-15.3-4.4l-10.4-12.7l5.5-2.8c0,0,8.9,13.5,13.9,13.4s9.3-3.7,8-15.8 c-0.5-4.8-8-28.5-4.3-38L72.8,128.5z'/%3E%3Cpath class='st6' d='M55.5,176.4c0,0,3,5,4.5,4.9c1.5-0.1,3.8-6.9,3.8-6.9'/%3E%3Cg%3E%3Cg%3E%3Cpath class='st2' d='M46.1,179.1c3.8-2.9,8.5-5.6,8.5-5.6s-3.3,4.4-7.2,7.4c-3.7,2.8-7.4,4.4-7.6,4.4 C40,185.1,42.4,181.9,46.1,179.1z'/%3E%3C/g%3E%3C/g%3E%3Cpath class='st0' d='M56.8,35.4C41,23.3,50.9,5.5,50.9,5.5L46.8,2c0,0-11.4,21.2,4.3,33.4H56.8z'/%3E%3Cpath class='st3' d='M70.2,34.6C54.5,22.6,62.8,9.3,62.8,9.3l-7.8-2c0,0-7.6,15.9,8.1,28.1L70.2,34.6z'/%3E%3Cpath class='st4' d='M84.2,32.6c-15.7-10.9-7.5-23-7.5-23l-7-0.6c0,0-7.2,12.8,8.5,24.9L84.2,32.6z'/%3E%3Cpath class='st4' d='M110.7,39.6c-8-10.1-3.2-18.8-1.3-23.3c0.3-0.7-0.1-1.6-0.9-1.6l-4.9-0.4c-0.3,0-0.7,0.1-0.9,0.4 c-2.1,2.8-12,12.3,2.1,23.2L110.7,39.6z'/%3E%3Cpath class='st0' d='M99.3,35C83,23.8,89.2,10.4,89.2,10.4l-5.8-0.6c0,0-8.3,11.9,7.5,22.8L99.3,35z'/%3E%3Cpath class='st3' d='M104.1,37.1c-7.4-18-0.1-22.9-0.1-22.9l-8.8-3.6c-9.2,15.3,6,25,6,25L104.1,37.1z'/%3E%3Cpath class='st2' d='M121.1,71.6c0.8-35.6-5.6-35.7-5.6-35.7l1.9-4c0,0,7.8-0.8,4.5,36.1'/%3E%3Cpath class='st0' d='M45.5,72.2c-2.5-18.4-0.3-34.6-0.3-34.6l-2.1,0.4l-1.3,3.5l-0.5,2l-0.5,2.7l1.2,8.9L45.5,72.2z'/%3E%3Cpath class='st2' d='M47.1,71.5c-0.7-7.4,0-26.5,0-26.5l1.3-0.3l0.6,7.9v11.2L47.1,71.5z'/%3E%3Cpath class='st6' d='M36.1,187.9c0,0,14.5,22.1,25.3,22.5'/%3E%3Cpath class='st2' d='M112.4,37.5l-2.1,2.6l5.3,19.9l5,12.7C117.6,39.1,112.4,37.5,112.4,37.5'/%3E%3Cg%3E%3Cpath d='M61.3,210.9c-2.8,0-5.8-0.8-8.9-2.4c-2.5-1.3-4.4-3.4-6-5.4l-12.8-15.7l2.5-0.1c0,0,4.1-0.2,8.8-2.6 c6.3-3.2,10.8-8.4,13.4-15.6L59,167l4.9,6c-0.6-4.5-1.4-10.8-1.4-12.3c0-6.8,4.6-27.2,9.5-36.7l2.2,1.2 c-4.7,9.1-9.3,29.1-9.3,35.6c0,1.7,1.4,12.4,1.9,16.3l0.6,4.4l-7.7-9.5c-5.6,13-16.6,16.5-21.3,17.5l9.8,12.1 c1.5,1.9,3.2,3.7,5.3,4.8c4.3,2.2,8.2,2.7,11.6,1.4c5.3-2,8-7.6,8.9-9.9c2-5-0.2-16.7-2.2-27.1c-0.7-3.8-1.4-7.3-1.9-10.6 c-2.1-13.4,5.7-36.7,6-37.7l2.4,0.8c-0.1,0.2-7.9,23.7-5.9,36.5c0.5,3.3,1.2,6.8,1.9,10.6c2.1,11.2,4.4,22.8,2.1,28.5 c-1.1,2.6-4.2,9-10.4,11.4C64.5,210.6,62.9,210.9,61.3,210.9z'/%3E%3C/g%3E%3Cg%3E%3Cpolygon points='83,216.2 71.3,204.9 73.1,203.1 83,212.8 101.1,195.5 117.2,180.5 128.6,162 128.6,145 124,118.1 126.5,117.7 131.2,144.9 131.2,162.7 119.2,182.1 102.9,197.3 '/%3E%3C/g%3E%3Cg%3E%3Cpath class='st7' d='M38.1,139.9'/%3E%3C/g%3E%3Cg%3E%3Cpolygon points='43.4,176.4 34.9,162.7 34.9,144.7 40.2,117.7 42.7,118.2 37.4,145 37.4,162 45.5,175.1 '/%3E%3C/g%3E%3Cg%3E%3Cpath d='M110.3,41.9c-0.2,0-0.5,0-0.7-0.2c-8.8-4.7-20.2-9.1-26.2-7.3c-9.9,2.8-27.2,4.1-35.6,1.6c-4.9-1.5-8.3-5.9-9.5-12 C36.7,15.3,40,5.7,46,1l1.4-1l0.6,1.6c0,0,3,6,26,7.1c26.9,1.2,42.6,5.9,46.8,13.9c2.3,4.5,0,8.2-0.1,8.4l-0.1,0.2 c0,0-4.4,4.7-8.8,9.7c-0.1,0.3-0.3,0.7-0.8,1C110.7,41.9,110.6,41.9,110.3,41.9z M110.7,40.1l0.9,0.8L110.7,40.1z M86.5,31.5 c7.8,0,18.2,4.8,23.4,7.6c4-4.6,8-8.8,8.6-9.5c0.3-0.5,1.4-2.9-0.1-5.8c-5-9.4-30.1-11.9-44.6-12.5c-18.9-0.9-25.2-5-27.3-7.3 c-4.6,4.3-7,12.5-5.7,19.6c0.6,3.1,2.3,8.4,7.7,10.1c7.8,2.4,24.8,1.1,34.2-1.6C83.9,31.6,85.2,31.5,86.5,31.5z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M121.4,80.7l-11.2-35.9l-0.8-5.2l8.8-9.6h0.6c1.9,0,3.5,0.7,4.8,2.1c3.9,4.1,3.4,13.1,3.4,13.5l0,0.1L121.4,80.7z M112.7,44.3l7.9,25.3l3.9-24.4c0.1-2.4-0.2-8.8-2.7-11.6c-0.7-0.7-1.5-1.1-2.4-1.2l-7.2,7.9L112.7,44.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M44.4,78.6l-4.5-30.3c-0.2-0.9-1.9-10.7,7.9-14.7l1.4,0.9l0.1,1.1c-0.1,0.2-2.5,3.4,0.1,8.6c3.2,6.4,0.2,25.7,0.1,26.5 l0,0.3L44.4,78.6z M45.7,37.6c-4.8,3.8-3.5,9.9-3.4,10.2l0,0.1l3.5,23.8L47,70c0.8-5.6,2.4-20.1,0.1-24.7 C45.5,42.1,45.4,39.5,45.7,37.6z'/%3E%3C/g%3E%3Cg%3E%3Crect x='92.2' y='57.2' transform='matrix(0.1392 -0.9903 0.9903 0.1392 16.6736 147.9013)' width='2.5' height='14.4'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M87.5,103.3h-1.1c-0.7,0-1.3-0.6-1.3-1.3c0-0.7,0.6-1.3,1.3-1.3h1.1c0.7,0,1.3,0.6,1.3,1.3 C88.8,102.7,88.2,103.3,87.5,103.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M81.2,103.3h-1.1c-0.7,0-1.3-0.6-1.3-1.3c0-0.7,0.6-1.3,1.3-1.3h1.1c0.7,0,1.3,0.6,1.3,1.3 C82.5,102.7,81.9,103.3,81.2,103.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M35.9,188.3l-2.3-1c0.2-0.5,6-13.3,25.5-19.9l0.8,2.4C41.5,176,36,188.1,35.9,188.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M39.5,185.9c-0.1,0-0.1,0-0.2,0c-0.2,0-0.5-0.1-0.6-0.3c-0.2-0.2-0.1-0.6,0.1-0.8c0-0.1,2-2.5,5.4-5.4l0.5,0.6 c-2.6,2.1-4.4,4.1-5,4.9c0.5-0.1,1.7-0.4,3.8-1.6c3.1-1.8,3.5-2.6,3.5-2.6l0.8,0.3c-0.1,0.2-0.5,1-3.9,3 C41.3,185.6,40,185.9,39.5,185.9z M39.4,185.4C39.4,185.4,39.4,185.4,39.4,185.4C39.4,185.4,39.4,185.4,39.4,185.4z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st8' d='M27,101.8c-3.7,7.5-12.8,0-16.8-4.2c0.2-0.7,0.5-1.4,0.7-2.1c1.7-4.4,6.7-13.4,12.5-8.9 c2.5,1.9,2.9,5.2,1,7.7C27.2,95.7,28.4,99,27,101.8z'/%3E%3Cg%3E%3Cpath d='M22.8,106.2c-5.3,0.3-11.7-5.8-13.5-7.7l-0.5-0.5L9,97.2c0.2-0.7,0.5-1.4,0.7-2.1c0.6-1.5,3.8-9.3,8.9-10.7 c1.9-0.5,3.8-0.1,5.6,1.2c2.6,2,3.4,5.4,2,8.3c1.1,0.8,1.8,1.9,2.3,3.2c0.6,1.7,0.5,3.6-0.3,5.2l0,0c-1.1,2.2-2.7,3.5-4.8,3.8 C23.2,106.2,23,106.2,22.8,106.2z M11.6,97.3c3.4,3.4,8.2,6.9,11.4,6.4c1.2-0.2,2.2-1,2.9-2.4c1.1-2.1,0.2-4.8-2-5.8l-1.4-0.7 l0.9-1.2c1.5-1.9,1.1-4.5-0.8-5.9c-1.1-0.9-2.2-1.1-3.4-0.8c-3.3,0.9-6.1,6.2-7.2,9.2C11.9,96.4,11.8,96.8,11.6,97.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M43.5,174.5l-2.3-1c1.7-4,2.1-8.3,1.3-12.5c-0.6-2.9-1.6-5.7-3.2-8.3c-3.3-5.7-8.6-10.2-13.7-14.6 c-7.6-6.5-15.5-13.3-17.6-24.3c-1-5.3-0.8-10.7,0.7-15.9c-0.1-0.1-0.2-0.2-0.3-0.4C-0.6,87.4-2.6,72.3,3.5,60l2.3,1.1 C0.1,72.5,2,86.5,10.3,95.9c0.2,0.2,0.5,0.5,0.8,0.8l0.5,0.5L11.4,98c-1.5,5-1.8,10.3-0.9,15.4c1.9,10.1,9.1,16.3,16.8,22.8 c5.3,4.5,10.7,9.2,14.2,15.2c1.7,2.9,2.8,5.9,3.5,9.1C45.9,165.2,45.4,170,43.5,174.5z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='st9' d='M90.6,107.7'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st9' d='M83,123.7'/%3E%3C/g%3E%3Cg%3E%3Crect x='91.4' y='66.4' transform='matrix(0.1904 -0.9817 0.9817 0.1904 7.7779 146.4152)' width='2.5' height='4.2'/%3E%3C/g%3E%3Cg%3E%3Crect x='65.1' y='63.1' transform='matrix(0.9903 -0.1392 0.1392 0.9903 -8.2561 10.6898)' width='14.4' height='2.5'/%3E%3C/g%3E%3Cg%3E%3Crect x='70.9' y='67.2' transform='matrix(0.9817 -0.1904 0.1904 0.9817 -11.7057 15.1599)' width='4.2' height='2.5'/%3E%3C/g%3E%3Cpolygon class='st0' points='77.8,121.7 85.4,118.7 89,124.8 83.4,126.6 78.5,125 '/%3E%3Cg%3E%3Cpath class='st7' d='M133.1,106.9'/%3E%3C/g%3E%3Cpath class='st0' d='M34.1,106.9c0,0,14.9,20.7,50.6,7.4c0,0,34.5,12,48.3-7.4c-14.8,12.4-37.2-1.6-37.2-1.6l-11.9,6.4l-7-4.8 l-5.4-1.6C71.5,105.3,55.8,118.5,34.1,106.9z'/%3E%3Cg%3E%3Cpolygon points='83.9,113.2 75.9,108.3 53.1,102.5 46.4,83.1 46.3,98.4 44.3,110.7 41.8,110.3 43.8,98.1 43.8,68.1 55,100.4 76.8,106 83.9,110.2 91.4,105.9 111.1,100.4 122.2,68.1 122.2,98 125.6,111.9 123.2,112.5 119.7,98.2 119.7,83.1 113,102.5 92.2,108.3 '/%3E%3C/g%3E%3Cg%3E%3Cpath d='M83.8,128c-1,0-1.9-0.2-2.8-0.7l-5.3-2.9l1.2-2.2l5.3,2.9c1,0.6,2.3,0.5,3.4-0.1l5-3l1.3,2.2l-5,3 C85.9,127.7,84.9,128,83.8,128z'/%3E%3C/g%3E%3Cpath class='st4' d='M34.1,106.9c1.1,3.1,17.4,33.4,50.6,12.8c1.4,2.8,31.6,17.3,47.4-11c-13.7,14.4-38.4,2.7-41.2,0.6l-6.8,3.9 l-2.9-1.5l-3.4-2.2C77.8,109.4,50.9,126.7,34.1,106.9z'/%3E%3Cg%3E%3Cpath d='M62.7,127.9c-2.4,0-4.8-0.3-7.1-0.9c-15.1-4-22.6-19.6-22.9-20.3c-0.3-0.5-0.1-1.2,0.4-1.6c0.5-0.4,1.2-0.3,1.6,0.1 c10.5,10,29,4.9,34.4,0c0.5-0.5,1.3-0.4,1.8,0.1c0.5,0.5,0.4,1.3-0.1,1.8c-4.9,4.4-20.8,9.8-32.7,3.6c3.4,4.8,9.5,11.5,18.2,13.9 c8.4,2.3,17.7,0,27.4-6.8c0.6-0.4,1.4-0.3,1.7,0.3c0.4,0.6,0.3,1.4-0.3,1.7C77.3,125.2,69.9,127.9,62.7,127.9z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M105.9,127.9c-7,0-14.5-2.7-22.2-8.1c-0.6-0.4-0.7-1.2-0.3-1.7c0.4-0.6,1.2-0.7,1.7-0.3c9.8,6.8,19,9,27.3,6.7 c8.6-2.4,14.6-9.3,17.8-14c-12,6.2-28.2,0.6-33.2-4c-0.5-0.5-0.5-1.3-0.1-1.8c0.5-0.5,1.3-0.5,1.8-0.1c5.5,5,24.3,10.4,34.6,0.5 c0.4-0.4,1.1-0.5,1.6-0.1c0.5,0.3,0.7,1,0.4,1.5c-0.3,0.7-7.4,16.2-22.3,20.3C110.7,127.6,108.3,127.9,105.9,127.9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: opacity ease 0.5s;
    transition-delay: 0.1s;
}


.menu-item.menu-item-home.helper-baloon:hover::before {
    content: attr(data-hint);
    font-weight: 700;
    text-align: center;
    position: absolute;
    left: -220px;
    direction: ltr;
    display: inline-block;
    width: max-content;
    background-color: #EBE7E6;
    border: none;
    color: #41555f;
    font-size: 13px;
    padding: 9px 28px;
    border-radius: 3px;
    pointer-events: none;
    cursor: default;
    height: 20px;
    z-index: 20;
    top: 15px;
    -webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 9px 1px rgba(0,0,0,.5);
    box-shadow: 0 0 9px 1px rgba(0,0,0,.5);
    opacity:1;
    transition: opacity ease 0.3s;
    transition-delay: 0.1s;
}
.menu-item.menu-item-home.helper-baloon:hover::after {
    content: "";
    position: absolute;
    background-color: #EBE7E6;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    left: 2px;
    z-index: 21;
    top: 29px;
}



/*todo add more flags*/
.header .flag {
    float: right;
    border: none;
    width: 0px;
    position: relative;
    background-position: center right;
    background-repeat: no-repeat;
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2230.963%22%20height%3D%2229.87%22%20viewBox%3D%220%200%2030.963%2029.87%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20%7D%20.cls-2%20%7B%20clip-path%3A%20url%28%23clip-path%29%3B%20%7D%20.cls-3%20%7B%20fill%3A%20%23525252%3B%20%7D%20%3C%2Fstyle%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20class%3D%22cls-1%22%20width%3D%2230.963%22%20height%3D%2229.87%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Component_11_1%22%20data-name%3D%22Component%2011%20%E2%80%93%201%22%20class%3D%22cls-2%22%3E%20%3Cg%20id%3D%22Group_574%22%20data-name%3D%22Group%20574%22%20transform%3D%22translate%280%208.56%29%22%3E%20%3Cpath%20id%3D%22Path_718%22%20data-name%3D%22Path%20718%22%20class%3D%22cls-3%22%20d%3D%22M3.461%2C26.01H3.1A1%2C1%2C0%2C0%2C1%2C2.55%2C25.1V21.639H2.186A2.215%2C2.215%2C0%2C0%2C1%2C0%2C19.453V6.157A1.437%2C1.437%2C0%2C0%2C1%2C1.457%2C4.7H17.121a1.567%2C1.567%2C0%2C0%2C1%2C1.457%2C1.457v13.3a2.1%2C2.1%2C0%2C0%2C1-2.186%2C2.186H8.378L4.189%2C25.828A1.1%2C1.1%2C0%2C0%2C1%2C3.461%2C26.01ZM2%2C6.521V19.271a.392.392%2C0%2C0%2C0%2C.364.364H3.643a.86.86%2C0%2C0%2C1%2C.911.911v2.186L7.285%2C20a.946.946%2C0%2C0%2C1%2C.729-.364h8.378a.392.392%2C0%2C0%2C0%2C.364-.364V6.521H2Z%22%20transform%3D%22translate%280%20-4.7%29%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22Group_575%22%20data-name%3D%22Group%20575%22%20transform%3D%22translate%2812.385%29%22%3E%20%3Cpath%20id%3D%22Path_719%22%20data-name%3D%22Path%20719%22%20class%3D%22cls-3%22%20d%3D%22M21.917%2C21.492a1.381%2C1.381%2C0%2C0%2C1-.729-.364l-4.371-4.189H14.085v-2h3.278a1.381%2C1.381%2C0%2C0%2C1%2C.729.364l2.914%2C2.914V16.028a.86.86%2C0%2C0%2C1%2C.911-.911h1.275a.392.392%2C0%2C0%2C0%2C.364-.364V2H8.986V7.65H6.8V1.821C6.8.182%2C7.711%2C0%2C8.621%2C0H23.739a1.632%2C1.632%2C0%2C0%2C1%2C1.639%2C1.639V14.753a2.1%2C2.1%2C0%2C0%2C1-2.186%2C2.186h-.364V20.4a1%2C1%2C0%2C0%2C1-.546.911C22.1%2C21.31%2C22.1%2C21.492%2C21.917%2C21.492Z%22%20transform%3D%22translate%28-6.8%200%29%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22Group_576%22%20data-name%3D%22Group%20576%22%20transform%3D%22translate%285.94%2012.203%29%22%3E%20%3Cpath%20id%3D%22Path_720%22%20data-name%3D%22Path%20720%22%20class%3D%22cls-3%22%20d%3D%22M7.521%2C7.064c0-.182-.182-.364-.546-.364-.182%2C0-.364.182-.546.364l-3.1%2C8.378c-.182.182%2C0%2C.546.364.729.182.182.546%2C0%2C.729-.364l.729-1.821H9.161l.729%2C1.821c0%2C.182.364.364.546.364h.182a.946.946%2C0%2C0%2C0%2C.364-.729ZM5.336%2C12.893%2C6.975%2C8.7l1.639%2C4.189Z%22%20transform%3D%22translate%28-3.261%20-6.7%29%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22Group_577%22%20data-name%3D%22Group%20577%22%20transform%3D%22translate%2818.031%203.643%29%22%3E%20%3Cpath%20id%3D%22Path_721%22%20data-name%3D%22Path%20721%22%20class%3D%22cls-3%22%20d%3D%22M11.721%2C10.925v.364a10.346%2C10.346%2C0%2C0%2C0%2C2.55-2%2C13.445%2C13.445%2C0%2C0%2C0%2C2.914%2C2.186h.182c.182%2C0%2C.364%2C0%2C.364-.182.182-.182%2C0-.546-.182-.729-1.093-.729-2-1.457-2.732-2a7.4%2C7.4%2C0%2C0%2C0%2C1.821-4.189h1.093a.483.483%2C0%2C0%2C0%2C.546-.546.483.483%2C0%2C0%2C0-.546-.546h-3.1V2.546a.546.546%2C0%2C0%2C0-1.093%2C0v.546h-3.1a.483.483%2C0%2C0%2C0-.546.546.483.483%2C0%2C0%2C0%2C.546.546h5.1a5.668%2C5.668%2C0%2C0%2C1-1.639%2C3.461%2C7.673%2C7.673%2C0%2C0%2C1-1.275-2.368H11.9a9.1%2C9.1%2C0%2C0%2C0%2C1.639%2C3.278%2C19.356%2C19.356%2C0%2C0%2C1-2%2C1.639C11.721%2C10.378%2C11.721%2C10.56%2C11.721%2C10.925Z%22%20transform%3D%22translate%28-9.9%20-2%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
    background-size: 35px auto;
    opacity: 0;
    pointer-events: none;
    user-select: none;
    display:none;
}
.form-mng p.menu-item.flag-menu{
    pointer-events: none;
}
p.menu-item.flag-menu {
    border: 1px solid #474747;
    display: inline-block;
    width: 100px;
    float: right;
    border-radius: 30px;
    margin-top: 24px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    color: #474747;
    text-align: left;
    padding-left: 22px;
    position: relative;
}

p.menu-item.flag-menu::before {
    content: '';
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.75%22%20height%3D%224.972%22%20viewBox%3D%220%200%208.75%204.972%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23474747%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Symbol_17_1%22%20data-name%3D%22Symbol%2017%20%E2%80%93%201%22%20transform%3D%22translate%28-149.992%20-490.881%29%22%3E%20%3Cline%20id%3D%22Line_285%22%20data-name%3D%22Line%20285%22%20class%3D%22cls-1%22%20x2%3D%226.032%22%20transform%3D%22translate%28154.123%20491.235%29%20rotate%2845%29%22%2F%3E%20%3Cline%20id%3D%22Line_286%22%20data-name%3D%22Line%20286%22%20class%3D%22cls-1%22%20x2%3D%226.032%22%20transform%3D%22translate%28154.611%20491.235%29%20rotate%28135%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 10px;
    width: 10px;
    margin-left: -16px;
    margin-top: 10px;
    transform: rotate(-180deg);
}

p.menu-item.flag-menu::after {
    content: '';
    height: 20px;
    width: 22px;
    position: absolute;
    margin-left: 20px;
    margin-top: 3px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url(/templates/default/images/flags/he.jpg);
}
p.menu-item.flag-menu.he::after{
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.5%2040.5%22%3E%3Ctitle%3Ehe%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22_%C3%8E%C3%93%C3%88_1%22%20data-name%3D%22%E2%80%94%C3%8E%C3%93%C3%88_1%22%3E%3Cpath%20d%3D%22M40.5%2C20.25A20.26%2C20.26%2C0%2C0%2C1%2C20.25%2C40.5%2C20.25%2C20.25%2C0%2C1%2C1%2C40.5%2C20.25Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M37.77%2C10.1h-35A20.23%2C20.23%2C0%2C0%2C1%2C8.44%2C3.81H32.06A20.23%2C20.23%2C0%2C0%2C1%2C37.77%2C10.1Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3Cpath%20d%3D%22M37.77%2C30.39a20%2C20%2C0%2C0%2C1-5.69%2C6.29H8.42a20%2C20%2C0%2C0%2C1-5.69-6.29Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3Cpath%20d%3D%22M25.31%2C20.24l-.79-1.41-.46-.78-.48-.81-.81-1.42-2.52-4.37-2.54%2C4.37-.81%2C1.42-.47.81-.46.78-.8%2C1.41-2.55%2C4.41H27.86Zm-10.26%2C3L16%2C21.64l.82-1.4.85-1.47.9-1.53.82-1.42.89-1.54.89%2C1.54L22%2C17.24l.88%2C1.53.85%2C1.47.83%2C1.4.91%2C1.59Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3Cpath%20d%3D%22M25.31%2C20.24l-.79-1.41-.46-.78-.48-.81-.81-1.42-2.52-4.37-2.54%2C4.37-.81%2C1.42-.47.81-.46.78-.8%2C1.41-2.55%2C4.41H27.86Zm-10.26%2C3L16%2C21.64l.82-1.4.85-1.47.9-1.53.82-1.42.89-1.54.89%2C1.54L22%2C17.24l.88%2C1.53.85%2C1.47.83%2C1.4.91%2C1.59Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3Cpath%20d%3D%22M12.62%2C15.82l2.55%2C4.42.8%2C1.4.46.78.47.81.81%2C1.42L20.25%2C29l2.52-4.37.81-1.42.48-.81.46-.78.79-1.4%2C2.55-4.42Zm11.9%2C3-.83%2C1.41-.85%2C1.48L22%2C23.23l-.82%2C1.42-.89%2C1.54-.89-1.54-.84-1.42-.88-1.51-.85-1.48L16%2C18.83l-.92-1.59H25.43Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
p.menu-item.flag-menu.en::after{
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.5%2040.5%22%3E%3Ctitle%3Een%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22_%C3%8E%C3%93%C3%88_1%22%20data-name%3D%22%E2%80%94%C3%8E%C3%93%C3%88_1%22%3E%3Cpath%20d%3D%22M31%2C3.12H9.46A18.88%2C18.88%2C0%2C0%2C1%2C11.53%2C2l.39-.17a2.52%2C2.52%2C0%2C0%2C1%2C.34-.15c.13-.07.27-.12.4-.18A20.22%2C20.22%2C0%2C0%2C1%2C20.14%2C0h.11A20.15%2C20.15%2C0%2C0%2C1%2C31%2C3.12Z%22%20style%3D%22fill%3A%23b22234%22%2F%3E%3Cpath%20d%3D%22M34.84%2C6.24H5.66a19.33%2C19.33%2C0%2C0%2C1%2C3.8-3.12H31A19.33%2C19.33%2C0%2C0%2C1%2C34.84%2C6.24Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M37.3%2C9.34H3.2c.19-.29.38-.58.58-.86l.09-.14a21.1%2C21.1%2C0%2C0%2C1%2C1.79-2.1H34.84A19.49%2C19.49%2C0%2C0%2C1%2C37.3%2C9.34Z%22%20style%3D%22fill%3A%23b22234%22%2F%3E%3Cpath%20d%3D%22M39%2C12.46H1.55c.12-.28.25-.57.38-.85l.55-1.09c.23-.41.46-.8.72-1.18H37.3A21.11%2C21.11%2C0%2C0%2C1%2C39%2C12.46Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M40%2C15.58H.54a20.3%2C20.3%2C0%2C0%2C1%2C1-3.12H39A20.3%2C20.3%2C0%2C0%2C1%2C40%2C15.58Z%22%20style%3D%22fill%3A%23b22234%22%2F%3E%3Cpath%20d%3D%22M40.43%2C18.7H.07a2%2C2%2C0%2C0%2C1%2C0-.43%2C3.85%2C3.85%2C0%2C0%2C1%2C.05-.5%2C1.52%2C1.52%2C0%2C0%2C1%2C0-.21c0-.16%2C0-.32%2C0-.47.08-.51.18-1%2C.3-1.51H40A18.78%2C18.78%2C0%2C0%2C1%2C40.43%2C18.7Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M40.5%2C20.25a13.2%2C13.2%2C0%2C0%2C1-.07%2C1.55H.07A13.2%2C13.2%2C0%2C0%2C1%2C0%2C20.25%2C13.2%2C13.2%2C0%2C0%2C1%2C.07%2C18.7H40.43A13.2%2C13.2%2C0%2C0%2C1%2C40.5%2C20.25Z%22%20style%3D%22fill%3A%23b22234%22%2F%3E%3Cpath%20d%3D%22M40.43%2C21.8A18.78%2C18.78%2C0%2C0%2C1%2C40%2C24.92H.54A18.78%2C18.78%2C0%2C0%2C1%2C.07%2C21.8Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M40%2C24.92A20.3%2C20.3%2C0%2C0%2C1%2C39%2C28H1.55a20.3%2C20.3%2C0%2C0%2C1-1-3.12Z%22%20style%3D%22fill%3A%23b22234%22%2F%3E%3Cpath%20d%3D%22M39%2C28a21.11%2C21.11%2C0%2C0%2C1-1.65%2C3.12H3.2A21.11%2C21.11%2C0%2C0%2C1%2C1.55%2C28Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M37.3%2C31.16a19.49%2C19.49%2C0%2C0%2C1-2.46%2C3.1H5.66a19.49%2C19.49%2C0%2C0%2C1-2.46-3.1Z%22%20style%3D%22fill%3A%23b22234%22%2F%3E%3Cpath%20d%3D%22M34.84%2C34.26A19.33%2C19.33%2C0%2C0%2C1%2C31%2C37.38H9.46a19.33%2C19.33%2C0%2C0%2C1-3.8-3.12Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M31%2C37.38a20.22%2C20.22%2C0%2C0%2C1-21.58%2C0Z%22%20style%3D%22fill%3A%23b22234%22%2F%3E%3Cpath%20d%3D%22M20.14%2C0V21.8H.07A13.2%2C13.2%2C0%2C0%2C1%2C0%2C20.25%2C13.2%2C13.2%2C0%2C0%2C1%2C.07%2C18.7a2%2C2%2C0%2C0%2C1%2C0-.43%2C3.85%2C3.85%2C0%2C0%2C1%2C.05-.5%2C1.52%2C1.52%2C0%2C0%2C1%2C0-.21c0-.16%2C0-.32%2C0-.47.08-.51.18-1%2C.3-1.51a20.3%2C20.3%2C0%2C0%2C1%2C1-3.12c.12-.28.25-.57.38-.85l.55-1.09c.23-.41.46-.8.72-1.18s.38-.58.58-.86l.09-.14a21.1%2C21.1%2C0%2C0%2C1%2C1.79-2.1%2C19.33%2C19.33%2C0%2C0%2C1%2C3.8-3.12A18.88%2C18.88%2C0%2C0%2C1%2C11.53%2C2l.39-.17a2.52%2C2.52%2C0%2C0%2C1%2C.34-.15c.13-.07.27-.12.4-.18A20.22%2C20.22%2C0%2C0%2C1%2C20.14%2C0Z%22%20style%3D%22fill%3A%233c3b6e%22%2F%3E%3Cpolygon%20points%3D%229.92%203.12%2010.2%203.98%2011.1%203.98%2010.37%204.51%2010.65%205.37%209.92%204.83%209.19%205.37%209.46%204.51%208.73%203.98%209.64%203.98%209.92%203.12%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2215.05%203.12%2015.33%203.98%2016.23%203.98%2015.5%204.51%2015.78%205.37%2015.05%204.83%2014.32%205.37%2014.6%204.51%2013.86%203.98%2014.77%203.98%2015.05%203.12%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M5.39%2C9.34l.13.39L5%2C9.34l-.19-.13-.19.13-.55.39.13-.39.15-.46-.55-.4.09-.14h.64l.28-.85.27.85H6l-.73.54Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%229.92%207.49%2010.2%208.35%2011.1%208.35%2010.37%208.88%2010.65%209.74%209.92%209.21%209.19%209.74%209.46%208.88%208.73%208.35%209.64%208.35%209.92%207.49%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2215.05%207.49%2015.33%208.35%2016.23%208.35%2015.5%208.88%2015.78%209.74%2015.05%209.21%2014.32%209.74%2014.6%208.88%2013.86%208.35%2014.77%208.35%2015.05%207.49%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%224.79%2011.86%205.07%2012.72%205.97%2012.72%205.24%2013.25%205.52%2014.11%204.79%2013.58%204.05%2014.11%204.33%2013.25%203.6%2012.72%204.51%2012.72%204.79%2011.86%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%229.92%2011.86%2010.2%2012.72%2011.1%2012.72%2010.37%2013.25%2010.65%2014.11%209.92%2013.58%209.19%2014.11%209.46%2013.25%208.73%2012.72%209.64%2012.72%209.92%2011.86%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2215.05%2011.86%2015.33%2012.72%2016.23%2012.72%2015.5%2013.25%2015.78%2014.11%2015.05%2013.58%2014.32%2014.11%2014.6%2013.25%2013.86%2012.72%2014.77%2012.72%2015.05%2011.86%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M.16%2C17.77l.23.71-.28-.21A3.85%2C3.85%2C0%2C0%2C1%2C.16%2C17.77Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M.84%2C17.09l-.65.47c0-.16%2C0-.32%2C0-.47Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%224.79%2016.23%205.07%2017.09%205.97%2017.09%205.24%2017.62%205.52%2018.48%204.79%2017.95%204.05%2018.48%204.33%2017.62%203.6%2017.09%204.51%2017.09%204.79%2016.23%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%229.92%2016.23%2010.2%2017.09%2011.1%2017.09%2010.37%2017.62%2010.65%2018.48%209.92%2017.95%209.19%2018.48%209.46%2017.62%208.73%2017.09%209.64%2017.09%209.92%2016.23%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2215.05%2016.23%2015.33%2017.09%2016.23%2017.09%2015.5%2017.62%2015.78%2018.48%2015.05%2017.95%2014.32%2018.48%2014.6%2017.62%2013.86%2017.09%2014.77%2017.09%2015.05%2016.23%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M13.19%2C3.12l0%2C.07-.1-.07-.63-.46-.65.46-.09.07%2C0-.07L12%2C2.34%2C11.53%2C2l.39-.17h.28l.06-.15c.13-.07.27-.12.4-.18l.1.33h.9l-.73.54Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2217.61%200.94%2017.89%201.8%2018.8%201.8%2018.06%202.33%2018.34%203.19%2017.61%202.66%2016.88%203.19%2017.16%202.33%2016.43%201.8%2017.33%201.8%2017.61%200.94%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%227.35%205.31%207.63%206.17%208.53%206.17%207.8%206.7%208.08%207.56%207.35%207.03%206.62%207.56%206.9%206.7%206.17%206.17%207.07%206.17%207.35%205.31%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2212.48%205.31%2012.76%206.17%2013.66%206.17%2012.93%206.7%2013.21%207.56%2012.48%207.03%2011.75%207.56%2012.03%206.7%2011.3%206.17%2012.2%206.17%2012.48%205.31%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2217.61%205.31%2017.89%206.17%2018.8%206.17%2018.06%206.7%2018.34%207.56%2017.61%207.03%2016.88%207.56%2017.16%206.7%2016.43%206.17%2017.33%206.17%2017.61%205.31%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M2.67%2C11.07l.29.86-.73-.52-.3.2.55-1.09%2C0%2C0h.9Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%227.35%209.68%207.63%2010.54%208.53%2010.54%207.8%2011.07%208.08%2011.93%207.35%2011.4%206.62%2011.93%206.9%2011.07%206.17%2010.54%207.07%2010.54%207.35%209.68%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2212.48%209.68%2012.76%2010.54%2013.66%2010.54%2012.93%2011.07%2013.21%2011.93%2012.48%2011.4%2011.75%2011.93%2012.03%2011.07%2011.3%2010.54%2012.2%2010.54%2012.48%209.68%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2217.61%209.68%2017.89%2010.54%2018.8%2010.54%2018.06%2011.07%2018.34%2011.93%2017.61%2011.4%2016.88%2011.93%2017.16%2011.07%2016.43%2010.54%2017.33%2010.54%2017.61%209.68%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%222.22%2014.06%202.5%2014.92%203.4%2014.92%202.67%2015.45%202.95%2016.31%202.22%2015.78%201.49%2016.31%201.77%2015.45%201.04%2014.92%201.94%2014.92%202.22%2014.06%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%227.35%2014.06%207.63%2014.92%208.53%2014.92%207.8%2015.45%208.08%2016.31%207.35%2015.78%206.62%2016.31%206.9%2015.45%206.17%2014.92%207.07%2014.92%207.35%2014.06%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2212.48%2014.06%2012.76%2014.92%2013.66%2014.92%2012.93%2015.45%2013.21%2016.31%2012.48%2015.78%2011.75%2016.31%2012.03%2015.45%2011.3%2014.92%2012.2%2014.92%2012.48%2014.06%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2217.61%2014.06%2017.89%2014.92%2018.8%2014.92%2018.06%2015.45%2018.34%2016.31%2017.61%2015.78%2016.88%2016.31%2017.16%2015.45%2016.43%2014.92%2017.33%2014.92%2017.61%2014.06%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%222.22%2018.38%202.5%2019.24%203.4%2019.24%202.67%2019.77%202.95%2020.63%202.22%2020.1%201.49%2020.63%201.77%2019.77%201.04%2019.24%201.94%2019.24%202.22%2018.38%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%227.35%2018.38%207.63%2019.24%208.53%2019.24%207.8%2019.77%208.08%2020.63%207.35%2020.1%206.62%2020.63%206.9%2019.77%206.17%2019.24%207.07%2019.24%207.35%2018.38%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2212.48%2018.38%2012.76%2019.24%2013.66%2019.24%2012.93%2019.77%2013.21%2020.63%2012.48%2020.1%2011.75%2020.63%2012.03%2019.77%2011.3%2019.24%2012.2%2019.24%2012.48%2018.38%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2217.61%2018.38%2017.89%2019.24%2018.8%2019.24%2018.06%2019.77%2018.34%2020.63%2017.61%2020.1%2016.88%2020.63%2017.16%2019.77%2016.43%2019.24%2017.33%2019.24%2017.61%2018.38%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
p.menu-item.flag-menu.it::after{
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.5%2040.5%22%3E%3Ctitle%3EAsset%205%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22_%C3%8E%C3%93%C3%88_1%22%20data-name%3D%22%E2%80%94%C3%8E%C3%93%C3%88_1%22%3E%3Cpath%20d%3D%22M13.5%2C1.16V39.34a20.25%2C20.25%2C0%2C0%2C1%2C0-38.18Z%22%20style%3D%22fill%3A%23009246%22%2F%3E%3Cpath%20d%3D%22M27%2C1.16V39.34a20.22%2C20.22%2C0%2C0%2C1-13.5%2C0V1.16a20.22%2C20.22%2C0%2C0%2C1%2C13.5%2C0Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M40.5%2C20.25A20.24%2C20.24%2C0%2C0%2C1%2C27%2C39.34V1.16A20.24%2C20.24%2C0%2C0%2C1%2C40.5%2C20.25Z%22%20style%3D%22fill%3A%23ce2b37%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
p.menu-item.flag-menu.fr::after{
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.5%2040.5%22%3E%3Ctitle%3EAsset%206%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22_%C3%8E%C3%93%C3%88_1%22%20data-name%3D%22%E2%80%94%C3%8E%C3%93%C3%88_1%22%3E%3Cpath%20d%3D%22M13.5%2C1.16V39.34a20.25%2C20.25%2C0%2C0%2C1%2C0-38.18Z%22%20style%3D%22fill%3A%23002395%22%2F%3E%3Cpath%20d%3D%22M27%2C1.16V39.34a20.22%2C20.22%2C0%2C0%2C1-13.5%2C0V1.16a20.22%2C20.22%2C0%2C0%2C1%2C13.5%2C0Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M40.5%2C20.25A20.24%2C20.24%2C0%2C0%2C1%2C27%2C39.34V1.16A20.24%2C20.24%2C0%2C0%2C1%2C40.5%2C20.25Z%22%20style%3D%22fill%3A%23ed2939%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
p.menu-item.flag-menu.ar::after{
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.5%2040.5%22%3E%3Ctitle%3Ehe%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22_%C3%8E%C3%93%C3%88_1%22%20data-name%3D%22%E2%80%94%C3%8E%C3%93%C3%88_1%22%3E%3Cpath%20d%3D%22M40.5%2C20.25A20.26%2C20.26%2C0%2C0%2C1%2C20.25%2C40.5%2C20.25%2C20.25%2C0%2C1%2C1%2C40.5%2C20.25Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M37.77%2C10.1h-35A20.23%2C20.23%2C0%2C0%2C1%2C8.44%2C3.81H32.06A20.23%2C20.23%2C0%2C0%2C1%2C37.77%2C10.1Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3Cpath%20d%3D%22M37.77%2C30.39a20%2C20%2C0%2C0%2C1-5.69%2C6.29H8.42a20%2C20%2C0%2C0%2C1-5.69-6.29Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3Cpath%20d%3D%22M25.31%2C20.24l-.79-1.41-.46-.78-.48-.81-.81-1.42-2.52-4.37-2.54%2C4.37-.81%2C1.42-.47.81-.46.78-.8%2C1.41-2.55%2C4.41H27.86Zm-10.26%2C3L16%2C21.64l.82-1.4.85-1.47.9-1.53.82-1.42.89-1.54.89%2C1.54L22%2C17.24l.88%2C1.53.85%2C1.47.83%2C1.4.91%2C1.59Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3Cpath%20d%3D%22M25.31%2C20.24l-.79-1.41-.46-.78-.48-.81-.81-1.42-2.52-4.37-2.54%2C4.37-.81%2C1.42-.47.81-.46.78-.8%2C1.41-2.55%2C4.41H27.86Zm-10.26%2C3L16%2C21.64l.82-1.4.85-1.47.9-1.53.82-1.42.89-1.54.89%2C1.54L22%2C17.24l.88%2C1.53.85%2C1.47.83%2C1.4.91%2C1.59Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3Cpath%20d%3D%22M12.62%2C15.82l2.55%2C4.42.8%2C1.4.46.78.47.81.81%2C1.42L20.25%2C29l2.52-4.37.81-1.42.48-.81.46-.78.79-1.4%2C2.55-4.42Zm11.9%2C3-.83%2C1.41-.85%2C1.48L22%2C23.23l-.82%2C1.42-.89%2C1.54-.89-1.54-.84-1.42-.88-1.51-.85-1.48L16%2C18.83l-.92-1.59H25.43Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
p.menu-item.flag-menu.ru::after{
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.5%2040.5%22%3E%3Ctitle%3EAsset%204%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22_%C3%8E%C3%93%C3%88_1%22%20data-name%3D%22%E2%80%94%C3%8E%C3%93%C3%88_1%22%3E%3Cpath%20d%3D%22M40.5%2C20.25A20%2C20%2C0%2C0%2C1%2C39.34%2C27H1.16a20.22%2C20.22%2C0%2C0%2C1%2C0-13.5H39.34A20%2C20%2C0%2C0%2C1%2C40.5%2C20.25Z%22%20style%3D%22fill%3A%230039a6%22%2F%3E%3Cpath%20d%3D%22M39.34%2C13.5H1.16a20.25%2C20.25%2C0%2C0%2C1%2C38.18%2C0Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M39.34%2C27A20.25%2C20.25%2C0%2C0%2C1%2C1.16%2C27Z%22%20style%3D%22fill%3A%23d52b1e%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
p.menu-item.flag-menu.po::after{
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.5%2040.5%22%3E%3Ctitle%3Epor%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22_%C3%8E%C3%93%C3%88_1%22%20data-name%3D%22%E2%80%94%C3%8E%C3%93%C3%88_1%22%3E%3Ccircle%20cx%3D%2220.25%22%20cy%3D%2220.25%22%20r%3D%2220.25%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpolygon%20points%3D%2220.25%208.58%2038.5%2020.25%2020.25%2031.9%202.01%2020.25%2020.25%208.58%22%20style%3D%22fill%3A%23fedf00%22%2F%3E%3Cpath%20d%3D%22M28%2C20.25a6.58%2C6.58%2C0%2C0%2C1-.08%2C1.09%2C7.29%2C7.29%2C0%2C0%2C1-.27%2C1.23%2C7.72%2C7.72%2C0%2C0%2C1-14.85-4.24%2C7%2C7%2C0%2C0%2C1%2C.41-1.19A7.72%2C7.72%2C0%2C0%2C1%2C28%2C20.25Z%22%20style%3D%22fill%3A%23002776%22%2F%3E%3Cpath%20d%3D%22M27.89%2C21.34a7.29%2C7.29%2C0%2C0%2C1-.27%2C1.23%2C17.64%2C17.64%2C0%2C0%2C0-14.85-4.24h0a7%2C7%2C0%2C0%2C1%2C.41-1.19A18.53%2C18.53%2C0%2C0%2C1%2C27.89%2C21.34Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M13.78%2C17.35a.21.21%2C0%2C0%2C0-.23-.08.28.28%2C0%2C0%2C0-.2.13.39.39%2C0%2C0%2C0%2C0%2C.27.38.38%2C0%2C0%2C0%2C.11.24.26.26%2C0%2C0%2C0%2C.24.09.34.34%2C0%2C0%2C0%2C.2-.13.5.5%2C0%2C0%2C0%2C.06-.28A.41.41%2C0%2C0%2C0%2C13.78%2C17.35Zm0%2C.47a.12.12%2C0%2C0%2C1-.1.07.14.14%2C0%2C0%2C1-.14%2C0%2C.58.58%2C0%2C0%2C1-.07-.19c0-.18%2C0-.27.14-.29a.15.15%2C0%2C0%2C1%2C.13.06.26.26%2C0%2C0%2C1%2C.06.17A.34.34%2C0%2C0%2C1%2C13.74%2C17.82Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M14.74%2C17.58c.1%2C0%2C.14-.11.12-.19a.18.18%2C0%2C0%2C0-.06-.15.27.27%2C0%2C0%2C0-.19%2C0l-.31%2C0%2C0%2C.7h.13l0-.28.19%2C0%2C.13.29h.13Zm0-.11s0%2C0-.09%2C0h-.17v-.2l.16%2C0s.08%2C0%2C.1%2C0a.07.07%2C0%2C0%2C1%2C0%2C.07S14.73%2C17.46%2C14.7%2C17.47Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M15.8%2C17.27a.34.34%2C0%2C0%2C0-.25-.11H15.3v.71h.22a.32.32%2C0%2C0%2C0%2C.26-.1.34.34%2C0%2C0%2C0%2C.1-.26A.38.38%2C0%2C0%2C0%2C15.8%2C17.27Zm-.13.43a.19.19%2C0%2C0%2C1-.13.07h-.11v-.5h.12a.15.15%2C0%2C0%2C1%2C.14.06.43.43%2C0%2C0%2C1%2C.05.18A.27.27%2C0%2C0%2C1%2C15.67%2C17.7Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M16.78%2C17.28v-.11l-.53%2C0%2C0%2C.71h.54v-.1l-.41%2C0v-.19h.34v-.09h-.33v-.19Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M17.68%2C17.27l-.18.43-.11-.46-.2%2C0-.06.72h.1l.06-.62.14.64h.07l.25-.59-.07.62h.14l.07-.7Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M19.22%2C17.62l0-.1-.48-.08-.1.64.47.08v-.1L18.79%2C18l0-.18.3.05v-.09l-.3%2C0%2C0-.18Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M20.71%2C17.87a.27.27%2C0%2C0%2C0-.18-.1l-.27-.07-.17.69.12%2C0%2C.07-.27.17%2C0a.22.22%2C0%2C0%2C0%2C.18%2C0%2C.21.21%2C0%2C0%2C0%2C.09-.15A.16.16%2C0%2C0%2C0%2C20.71%2C17.87Zm-.16.19a.16.16%2C0%2C0%2C1-.1%2C0l-.15%2C0%2C.06-.21.13%2C0a.15.15%2C0%2C0%2C1%2C.1.05.28.28%2C0%2C0%2C1%2C0%2C.09A.15.15%2C0%2C0%2C1%2C20.55%2C18.06Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M21.65%2C18.29a.16.16%2C0%2C0%2C0%2C0-.15.3.3%2C0%2C0%2C0-.16-.12l-.3-.08-.21.68.12%2C0%2C.09-.29.18.06v.31l.14%2C0%2C0-.34A.18.18%2C0%2C0%2C0%2C21.65%2C18.29Zm-.13%2C0a.07.07%2C0%2C0%2C1-.05.07h-.11l-.15%2C0%2C.07-.2.16%2C0a.18.18%2C0%2C0%2C1%2C.08.05A.11.11%2C0%2C0%2C1%2C21.52%2C18.25Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M22.38%2C18.32a.23.23%2C0%2C0%2C0-.24%2C0%2C.35.35%2C0%2C0%2C0-.18.21.5.5%2C0%2C0%2C0%2C0%2C.27.28.28%2C0%2C0%2C0%2C.42.15.39.39%2C0%2C0%2C0%2C.16-.22.39.39%2C0%2C0%2C0%2C0-.26A.28.28%2C0%2C0%2C0%2C22.38%2C18.32Zm0%2C.4a.46.46%2C0%2C0%2C1-.12.18.14.14%2C0%2C0%2C1-.14%2C0%2C.12.12%2C0%2C0%2C1-.08-.1.41.41%2C0%2C0%2C1%2C0-.21c0-.16.13-.23.24-.19a.18.18%2C0%2C0%2C1%2C.1.11A.51.51%2C0%2C0%2C1%2C22.41%2C18.72Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M23.13%2C19.12l.13.05a.11.11%2C0%2C0%2C1-.08.09.09.09%2C0%2C0%2C1-.12%2C0c-.1%2C0-.12-.14%2C0-.31s.06-.13.12-.14a.15.15%2C0%2C0%2C1%2C.13%2C0%2C.15.15%2C0%2C0%2C1%2C.08.18l.11%2C0a.2.2%2C0%2C0%2C0%2C0-.17.24.24%2C0%2C0%2C0-.14-.12.28.28%2C0%2C0%2C0-.25%2C0%2C.53.53%2C0%2C0%2C0-.18.21.39.39%2C0%2C0%2C0%2C0%2C.26.23.23%2C0%2C0%2C0%2C.14.19.18.18%2C0%2C0%2C0%2C.22%2C0v.11l.05%2C0%2C.15-.34L23.17%2C19Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M24.17%2C19.12%2C23.9%2C19l-.33.64.12.05.12-.26.17.08%2C0%2C.31.12.06%2C0-.34a.19.19%2C0%2C0%2C0%2C.2-.11.18.18%2C0%2C0%2C0%2C0-.16A.26.26%2C0%2C0%2C0%2C24.17%2C19.12Zm0%2C.24s0%2C0-.07.05a.23.23%2C0%2C0%2C1-.11%2C0l-.13-.07.09-.19.15.07a.14.14%2C0%2C0%2C1%2C.07.06A.17.17%2C0%2C0%2C1%2C24.18%2C19.36Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M25.18%2C19.78l.05-.1-.46-.25-.36.6.47.27.05-.09-.35-.2.1-.18L25%2C20l0-.1-.29-.17.1-.16Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M25.76%2C20.11c0%2C.05.08.09.07.14l.12%2C0a.21.21%2C0%2C0%2C0%2C0-.15.34.34%2C0%2C0%2C0-.12-.12.22.22%2C0%2C0%2C0-.17%2C0%2C.18.18%2C0%2C0%2C0-.15.08.19.19%2C0%2C0%2C0%2C0%2C.1s0%2C.05%2C0%2C.08l.07.09.09.1a.09.09%2C0%2C0%2C1%2C0%2C.08.13.13%2C0%2C0%2C1%2C0%2C0%2C.11.11%2C0%2C0%2C1-.07%2C0%2C.13.13%2C0%2C0%2C1-.11%2C0%2C.16.16%2C0%2C0%2C1-.08-.19l-.12%2C0a.28.28%2C0%2C0%2C0%2C0%2C.18.27.27%2C0%2C0%2C0%2C.13.13.33.33%2C0%2C0%2C0%2C.2.06.15.15%2C0%2C0%2C0%2C.15-.1.16.16%2C0%2C0%2C0%2C0-.12s0-.08-.08-.14l-.08-.09c0-.05-.07-.09%2C0-.12a.05.05%2C0%2C0%2C1%2C.05%2C0A.18.18%2C0%2C0%2C1%2C25.76%2C20.11Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M26.58%2C20.55a.29.29%2C0%2C0%2C0-.19-.06.14.14%2C0%2C0%2C0-.13.08.12.12%2C0%2C0%2C0%2C0%2C.09s0%2C.05%2C0%2C.08a.27.27%2C0%2C0%2C0%2C.06.09l.09.11s0%2C0%2C0%2C.08%2C0%2C0%2C0%2C.05a.1.1%2C0%2C0%2C1-.08%2C0%2C.14.14%2C0%2C0%2C1-.09%2C0%2C.15.15%2C0%2C0%2C1-.08-.19l-.11%2C0A.15.15%2C0%2C0%2C0%2C26%2C21a.44.44%2C0%2C0%2C0%2C.12.15.32.32%2C0%2C0%2C0%2C.2.07.19.19%2C0%2C0%2C0%2C.16-.08.19.19%2C0%2C0%2C0%2C0-.12.2.2%2C0%2C0%2C0-.08-.15l-.06-.1c-.06-.05-.06-.09%2C0-.13a.07.07%2C0%2C0%2C1%2C.06%2C0l.1%2C0a.14.14%2C0%2C0%2C1%2C0%2C.15l.11%2C0a.12.12%2C0%2C0%2C0%2C0-.14A.69.69%2C0%2C0%2C0%2C26.58%2C20.55Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M27.35%2C21.14a.24.24%2C0%2C0%2C0-.23-.05.34.34%2C0%2C0%2C0-.23.15.38.38%2C0%2C0%2C0-.11.25.26.26%2C0%2C0%2C0%2C.11.22.24.24%2C0%2C0%2C0%2C.23.05.39.39%2C0%2C0%2C0%2C.24-.15.42.42%2C0%2C0%2C0%2C.1-.25A.25.25%2C0%2C0%2C0%2C27.35%2C21.14Zm-.09.39c-.07.07-.12.12-.18.12a.13.13%2C0%2C0%2C1-.12%2C0%2C.13.13%2C0%2C0%2C1-.05-.12.28.28%2C0%2C0%2C1%2C.09-.18c.11-.15.2-.18.28-.11a.12.12%2C0%2C0%2C1%2C.06.14A.37.37%2C0%2C0%2C1%2C27.26%2C21.53Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpolygon%20points%3D%2222.64%2017.52%2022.71%2017.75%2022.95%2017.75%2022.76%2017.89%2022.83%2018.12%2022.64%2017.98%2022.45%2018.12%2022.52%2017.89%2022.33%2017.75%2022.57%2017.75%2022.64%2017.52%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2222.35%2019.64%2022.4%2019.8%2022.56%2019.8%2022.43%2019.89%2022.48%2020.05%2022.35%2019.95%2022.22%2020.05%2022.27%2019.89%2022.14%2019.8%2022.3%2019.8%2022.35%2019.64%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2224.85%2022.3%2024.9%2022.45%2025.06%2022.45%2024.93%2022.55%2024.98%2022.7%2024.85%2022.61%2024.72%2022.7%2024.77%2022.55%2024.64%2022.45%2024.8%2022.45%2024.85%2022.3%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2226.71%2022.81%2026.76%2022.96%2026.92%2022.96%2026.79%2023.06%2026.84%2023.21%2026.71%2023.11%2026.58%2023.21%2026.63%2023.06%2026.5%2022.96%2026.66%2022.96%2026.71%2022.81%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2224.87%2024.42%2024.92%2024.57%2025.08%2024.57%2024.95%2024.67%2025%2024.82%2024.87%2024.73%2024.74%2024.82%2024.79%2024.67%2024.66%2024.57%2024.82%2024.57%2024.87%2024.42%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2224.08%2024.25%2024.13%2024.41%2024.29%2024.41%2024.16%2024.5%2024.21%2024.66%2024.08%2024.56%2023.95%2024.66%2024%2024.5%2023.86%2024.41%2024.03%2024.41%2024.08%2024.25%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2223.21%2024.54%2023.26%2024.69%2023.43%2024.69%2023.3%2024.78%2023.34%2024.94%2023.21%2024.84%2023.08%2024.94%2023.13%2024.78%2023%2024.69%2023.16%2024.69%2023.21%2024.54%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2224.11%2025.8%2024.16%2025.95%2024.32%2025.95%2024.19%2026.05%2024.24%2026.2%2024.11%2026.11%2023.98%2026.2%2024.02%2026.05%2023.89%2025.95%2024.06%2025.95%2024.11%2025.8%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2221.95%2024.33%2022%2024.49%2022.16%2024.49%2022.04%2024.58%2022.08%2024.73%2021.95%2024.64%2021.82%2024.73%2021.87%2024.58%2021.74%2024.49%2021.9%2024.49%2021.95%2024.33%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2220.25%2026.16%2020.28%2026.25%2020.37%2026.25%2020.3%2026.3%2020.32%2026.39%2020.25%2026.33%2020.18%2026.39%2020.2%2026.3%2020.13%2026.25%2020.22%2026.25%2020.25%2026.16%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2219.87%2022.57%2019.9%2022.67%2020.01%2022.67%2019.92%2022.74%2019.95%2022.84%2019.87%2022.78%2019.78%2022.84%2019.81%2022.74%2019.73%2022.67%2019.83%2022.67%2019.87%2022.57%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2215.41%2021.48%2015.44%2021.59%2015.55%2021.59%2015.46%2021.65%2015.5%2021.76%2015.41%2021.69%2015.32%2021.76%2015.35%2021.65%2015.27%2021.59%2015.37%2021.59%2015.41%2021.48%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2219.48%2021.94%2019.53%2022.09%2019.69%2022.09%2019.56%2022.19%2019.61%2022.34%2019.48%2022.25%2019.35%2022.34%2019.4%2022.19%2019.27%2022.09%2019.43%2022.09%2019.48%2021.94%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2216.03%2023.4%2016.08%2023.55%2016.25%2023.55%2016.11%2023.65%2016.16%2023.8%2016.03%2023.71%2015.9%2023.8%2015.95%2023.65%2015.82%2023.55%2015.98%2023.55%2016.03%2023.4%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2217.32%2020.29%2017.38%2020.48%2017.59%2020.48%2017.42%2020.61%2017.49%2020.8%2017.32%2020.68%2017.15%2020.8%2017.22%2020.61%2017.05%2020.48%2017.25%2020.48%2017.32%2020.29%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2216.25%2022.57%2016.31%2022.77%2016.52%2022.77%2016.35%2022.89%2016.41%2023.09%2016.25%2022.96%2016.08%2023.09%2016.14%2022.89%2015.97%2022.77%2016.18%2022.77%2016.25%2022.57%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2213.71%2022.5%2013.77%2022.7%2013.98%2022.7%2013.81%2022.82%2013.88%2023.02%2013.71%2022.89%2013.54%2023.02%2013.61%2022.82%2013.44%2022.7%2013.64%2022.7%2013.71%2022.5%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2220.25%2021.2%2020.31%2021.4%2020.52%2021.4%2020.35%2021.52%2020.42%2021.72%2020.25%2021.6%2020.08%2021.72%2020.15%2021.52%2019.98%2021.4%2020.19%2021.4%2020.25%2021.2%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2221.15%2021.88%2021.21%2022.08%2021.42%2022.08%2021.25%2022.2%2021.32%2022.4%2021.15%2022.28%2020.98%2022.4%2021.05%2022.2%2020.88%2022.08%2021.09%2022.08%2021.15%2021.88%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2222.56%2025.14%2022.63%2025.34%2022.84%2025.34%2022.67%2025.46%2022.73%2025.66%2022.56%2025.54%2022.4%2025.66%2022.46%2025.46%2022.29%2025.34%2022.5%2025.34%2022.56%2025.14%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2224.11%2024.95%2024.17%2025.15%2024.38%2025.15%2024.21%2025.27%2024.27%2025.47%2024.11%2025.35%2023.94%2025.47%2024%2025.27%2023.83%2025.15%2024.04%2025.15%2024.11%2024.95%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2225.49%2023.97%2025.55%2024.16%2025.76%2024.16%2025.59%2024.29%2025.66%2024.48%2025.49%2024.36%2025.32%2024.48%2025.39%2024.29%2025.22%2024.16%2025.43%2024.16%2025.49%2023.97%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2225.96%2023.35%2026.02%2023.55%2026.23%2023.55%2026.06%2023.67%2026.13%2023.87%2025.96%2023.75%2025.79%2023.87%2025.86%2023.67%2025.69%2023.55%2025.89%2023.55%2025.96%2023.35%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2213.96%2018.55%2014.04%2018.78%2014.28%2018.78%2014.08%2018.92%2014.16%2019.14%2013.96%2019%2013.77%2019.14%2013.85%2018.92%2013.65%2018.78%2013.89%2018.78%2013.96%2018.55%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2214.65%2021.78%2014.72%2022.01%2014.96%2022.01%2014.77%2022.15%2014.85%2022.37%2014.65%2022.23%2014.46%2022.37%2014.53%2022.15%2014.34%2022.01%2014.58%2022.01%2014.65%2021.78%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2217.17%2024.01%2017.24%2024.24%2017.48%2024.24%2017.29%2024.38%2017.36%2024.6%2017.17%2024.46%2016.98%2024.6%2017.05%2024.38%2016.86%2024.24%2017.09%2024.24%2017.17%2024.01%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2220.25%2023.37%2020.33%2023.6%2020.57%2023.6%2020.37%2023.74%2020.45%2023.97%2020.25%2023.83%2020.06%2023.97%2020.14%2023.74%2019.94%2023.6%2020.18%2023.6%2020.25%2023.37%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2225.65%2022.61%2025.72%2022.84%2025.96%2022.84%2025.77%2022.98%2025.84%2023.21%2025.65%2023.07%2025.45%2023.21%2025.53%2022.98%2025.33%2022.84%2025.57%2022.84%2025.65%2022.61%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2225.06%2023.4%2025.13%2023.63%2025.37%2023.63%2025.18%2023.77%2025.25%2023.99%2025.06%2023.85%2024.87%2023.99%2024.94%2023.77%2024.75%2023.63%2024.98%2023.63%2025.06%2023.4%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');

}
.flag-menu-all {
    z-index: 9;
    background-color: white;
    width: 140px;
    right: 0px;
    position: absolute;
    top: 0px;
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.5);
}

.portalPop{
    width: 0;
    height: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #000000AA;
    z-index: 2000;
    position: fixed;
    top: 0;
    inset-inline-end: 0;
    -webkit-transition: all 600ms;
    transition: all 600ms;
}

.portalPop.show{
    width: 400px;
    border-radius: 20px;
}

.portalPop iframe{
    border: none;
    border-radius: 20px 0 0 20px;
}

.fma-title, .fm-item {
    height: 40px;
    border-bottom: 1px solid #ececec;
}

.fma-title {
    font-weight: normal;
    color: #01acf1;
    text-align: center;
    padding-top: 7px;
    cursor: default;
    font-size: 16px;
}

.fm-item::before {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    right: 109px;
    border-radius: 50%;
    margin-top: 2px;
    margin-right: -5px;
    background-repeat: no-repeat;
    background-position: center;
}

.fm-item {
    padding-left: 45px;
    padding-top: 5px;
    color: #474747;
    font-weight: 400;
    width: 135px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fm-item:hover {
    background-color: #d3eef9;
}
.fm-item.he::before{
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.5%2040.5%22%3E%3Ctitle%3Ehe%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22_%C3%8E%C3%93%C3%88_1%22%20data-name%3D%22%E2%80%94%C3%8E%C3%93%C3%88_1%22%3E%3Cpath%20d%3D%22M40.5%2C20.25A20.26%2C20.26%2C0%2C0%2C1%2C20.25%2C40.5%2C20.25%2C20.25%2C0%2C1%2C1%2C40.5%2C20.25Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M37.77%2C10.1h-35A20.23%2C20.23%2C0%2C0%2C1%2C8.44%2C3.81H32.06A20.23%2C20.23%2C0%2C0%2C1%2C37.77%2C10.1Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3Cpath%20d%3D%22M37.77%2C30.39a20%2C20%2C0%2C0%2C1-5.69%2C6.29H8.42a20%2C20%2C0%2C0%2C1-5.69-6.29Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3Cpath%20d%3D%22M25.31%2C20.24l-.79-1.41-.46-.78-.48-.81-.81-1.42-2.52-4.37-2.54%2C4.37-.81%2C1.42-.47.81-.46.78-.8%2C1.41-2.55%2C4.41H27.86Zm-10.26%2C3L16%2C21.64l.82-1.4.85-1.47.9-1.53.82-1.42.89-1.54.89%2C1.54L22%2C17.24l.88%2C1.53.85%2C1.47.83%2C1.4.91%2C1.59Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3Cpath%20d%3D%22M25.31%2C20.24l-.79-1.41-.46-.78-.48-.81-.81-1.42-2.52-4.37-2.54%2C4.37-.81%2C1.42-.47.81-.46.78-.8%2C1.41-2.55%2C4.41H27.86Zm-10.26%2C3L16%2C21.64l.82-1.4.85-1.47.9-1.53.82-1.42.89-1.54.89%2C1.54L22%2C17.24l.88%2C1.53.85%2C1.47.83%2C1.4.91%2C1.59Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3Cpath%20d%3D%22M12.62%2C15.82l2.55%2C4.42.8%2C1.4.46.78.47.81.81%2C1.42L20.25%2C29l2.52-4.37.81-1.42.48-.81.46-.78.79-1.4%2C2.55-4.42Zm11.9%2C3-.83%2C1.41-.85%2C1.48L22%2C23.23l-.82%2C1.42-.89%2C1.54-.89-1.54-.84-1.42-.88-1.51-.85-1.48L16%2C18.83l-.92-1.59H25.43Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.fm-item.it::before{
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.5%2040.5%22%3E%3Ctitle%3EAsset%205%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22_%C3%8E%C3%93%C3%88_1%22%20data-name%3D%22%E2%80%94%C3%8E%C3%93%C3%88_1%22%3E%3Cpath%20d%3D%22M13.5%2C1.16V39.34a20.25%2C20.25%2C0%2C0%2C1%2C0-38.18Z%22%20style%3D%22fill%3A%23009246%22%2F%3E%3Cpath%20d%3D%22M27%2C1.16V39.34a20.22%2C20.22%2C0%2C0%2C1-13.5%2C0V1.16a20.22%2C20.22%2C0%2C0%2C1%2C13.5%2C0Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M40.5%2C20.25A20.24%2C20.24%2C0%2C0%2C1%2C27%2C39.34V1.16A20.24%2C20.24%2C0%2C0%2C1%2C40.5%2C20.25Z%22%20style%3D%22fill%3A%23ce2b37%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.fm-item.po::before{
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.5%2040.5%22%3E%3Ctitle%3Epor%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22_%C3%8E%C3%93%C3%88_1%22%20data-name%3D%22%E2%80%94%C3%8E%C3%93%C3%88_1%22%3E%3Ccircle%20cx%3D%2220.25%22%20cy%3D%2220.25%22%20r%3D%2220.25%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpolygon%20points%3D%2220.25%208.58%2038.5%2020.25%2020.25%2031.9%202.01%2020.25%2020.25%208.58%22%20style%3D%22fill%3A%23fedf00%22%2F%3E%3Cpath%20d%3D%22M28%2C20.25a6.58%2C6.58%2C0%2C0%2C1-.08%2C1.09%2C7.29%2C7.29%2C0%2C0%2C1-.27%2C1.23%2C7.72%2C7.72%2C0%2C0%2C1-14.85-4.24%2C7%2C7%2C0%2C0%2C1%2C.41-1.19A7.72%2C7.72%2C0%2C0%2C1%2C28%2C20.25Z%22%20style%3D%22fill%3A%23002776%22%2F%3E%3Cpath%20d%3D%22M27.89%2C21.34a7.29%2C7.29%2C0%2C0%2C1-.27%2C1.23%2C17.64%2C17.64%2C0%2C0%2C0-14.85-4.24h0a7%2C7%2C0%2C0%2C1%2C.41-1.19A18.53%2C18.53%2C0%2C0%2C1%2C27.89%2C21.34Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M13.78%2C17.35a.21.21%2C0%2C0%2C0-.23-.08.28.28%2C0%2C0%2C0-.2.13.39.39%2C0%2C0%2C0%2C0%2C.27.38.38%2C0%2C0%2C0%2C.11.24.26.26%2C0%2C0%2C0%2C.24.09.34.34%2C0%2C0%2C0%2C.2-.13.5.5%2C0%2C0%2C0%2C.06-.28A.41.41%2C0%2C0%2C0%2C13.78%2C17.35Zm0%2C.47a.12.12%2C0%2C0%2C1-.1.07.14.14%2C0%2C0%2C1-.14%2C0%2C.58.58%2C0%2C0%2C1-.07-.19c0-.18%2C0-.27.14-.29a.15.15%2C0%2C0%2C1%2C.13.06.26.26%2C0%2C0%2C1%2C.06.17A.34.34%2C0%2C0%2C1%2C13.74%2C17.82Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M14.74%2C17.58c.1%2C0%2C.14-.11.12-.19a.18.18%2C0%2C0%2C0-.06-.15.27.27%2C0%2C0%2C0-.19%2C0l-.31%2C0%2C0%2C.7h.13l0-.28.19%2C0%2C.13.29h.13Zm0-.11s0%2C0-.09%2C0h-.17v-.2l.16%2C0s.08%2C0%2C.1%2C0a.07.07%2C0%2C0%2C1%2C0%2C.07S14.73%2C17.46%2C14.7%2C17.47Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M15.8%2C17.27a.34.34%2C0%2C0%2C0-.25-.11H15.3v.71h.22a.32.32%2C0%2C0%2C0%2C.26-.1.34.34%2C0%2C0%2C0%2C.1-.26A.38.38%2C0%2C0%2C0%2C15.8%2C17.27Zm-.13.43a.19.19%2C0%2C0%2C1-.13.07h-.11v-.5h.12a.15.15%2C0%2C0%2C1%2C.14.06.43.43%2C0%2C0%2C1%2C.05.18A.27.27%2C0%2C0%2C1%2C15.67%2C17.7Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M16.78%2C17.28v-.11l-.53%2C0%2C0%2C.71h.54v-.1l-.41%2C0v-.19h.34v-.09h-.33v-.19Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M17.68%2C17.27l-.18.43-.11-.46-.2%2C0-.06.72h.1l.06-.62.14.64h.07l.25-.59-.07.62h.14l.07-.7Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M19.22%2C17.62l0-.1-.48-.08-.1.64.47.08v-.1L18.79%2C18l0-.18.3.05v-.09l-.3%2C0%2C0-.18Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M20.71%2C17.87a.27.27%2C0%2C0%2C0-.18-.1l-.27-.07-.17.69.12%2C0%2C.07-.27.17%2C0a.22.22%2C0%2C0%2C0%2C.18%2C0%2C.21.21%2C0%2C0%2C0%2C.09-.15A.16.16%2C0%2C0%2C0%2C20.71%2C17.87Zm-.16.19a.16.16%2C0%2C0%2C1-.1%2C0l-.15%2C0%2C.06-.21.13%2C0a.15.15%2C0%2C0%2C1%2C.1.05.28.28%2C0%2C0%2C1%2C0%2C.09A.15.15%2C0%2C0%2C1%2C20.55%2C18.06Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M21.65%2C18.29a.16.16%2C0%2C0%2C0%2C0-.15.3.3%2C0%2C0%2C0-.16-.12l-.3-.08-.21.68.12%2C0%2C.09-.29.18.06v.31l.14%2C0%2C0-.34A.18.18%2C0%2C0%2C0%2C21.65%2C18.29Zm-.13%2C0a.07.07%2C0%2C0%2C1-.05.07h-.11l-.15%2C0%2C.07-.2.16%2C0a.18.18%2C0%2C0%2C1%2C.08.05A.11.11%2C0%2C0%2C1%2C21.52%2C18.25Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M22.38%2C18.32a.23.23%2C0%2C0%2C0-.24%2C0%2C.35.35%2C0%2C0%2C0-.18.21.5.5%2C0%2C0%2C0%2C0%2C.27.28.28%2C0%2C0%2C0%2C.42.15.39.39%2C0%2C0%2C0%2C.16-.22.39.39%2C0%2C0%2C0%2C0-.26A.28.28%2C0%2C0%2C0%2C22.38%2C18.32Zm0%2C.4a.46.46%2C0%2C0%2C1-.12.18.14.14%2C0%2C0%2C1-.14%2C0%2C.12.12%2C0%2C0%2C1-.08-.1.41.41%2C0%2C0%2C1%2C0-.21c0-.16.13-.23.24-.19a.18.18%2C0%2C0%2C1%2C.1.11A.51.51%2C0%2C0%2C1%2C22.41%2C18.72Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M23.13%2C19.12l.13.05a.11.11%2C0%2C0%2C1-.08.09.09.09%2C0%2C0%2C1-.12%2C0c-.1%2C0-.12-.14%2C0-.31s.06-.13.12-.14a.15.15%2C0%2C0%2C1%2C.13%2C0%2C.15.15%2C0%2C0%2C1%2C.08.18l.11%2C0a.2.2%2C0%2C0%2C0%2C0-.17.24.24%2C0%2C0%2C0-.14-.12.28.28%2C0%2C0%2C0-.25%2C0%2C.53.53%2C0%2C0%2C0-.18.21.39.39%2C0%2C0%2C0%2C0%2C.26.23.23%2C0%2C0%2C0%2C.14.19.18.18%2C0%2C0%2C0%2C.22%2C0v.11l.05%2C0%2C.15-.34L23.17%2C19Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M24.17%2C19.12%2C23.9%2C19l-.33.64.12.05.12-.26.17.08%2C0%2C.31.12.06%2C0-.34a.19.19%2C0%2C0%2C0%2C.2-.11.18.18%2C0%2C0%2C0%2C0-.16A.26.26%2C0%2C0%2C0%2C24.17%2C19.12Zm0%2C.24s0%2C0-.07.05a.23.23%2C0%2C0%2C1-.11%2C0l-.13-.07.09-.19.15.07a.14.14%2C0%2C0%2C1%2C.07.06A.17.17%2C0%2C0%2C1%2C24.18%2C19.36Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M25.18%2C19.78l.05-.1-.46-.25-.36.6.47.27.05-.09-.35-.2.1-.18L25%2C20l0-.1-.29-.17.1-.16Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M25.76%2C20.11c0%2C.05.08.09.07.14l.12%2C0a.21.21%2C0%2C0%2C0%2C0-.15.34.34%2C0%2C0%2C0-.12-.12.22.22%2C0%2C0%2C0-.17%2C0%2C.18.18%2C0%2C0%2C0-.15.08.19.19%2C0%2C0%2C0%2C0%2C.1s0%2C.05%2C0%2C.08l.07.09.09.1a.09.09%2C0%2C0%2C1%2C0%2C.08.13.13%2C0%2C0%2C1%2C0%2C0%2C.11.11%2C0%2C0%2C1-.07%2C0%2C.13.13%2C0%2C0%2C1-.11%2C0%2C.16.16%2C0%2C0%2C1-.08-.19l-.12%2C0a.28.28%2C0%2C0%2C0%2C0%2C.18.27.27%2C0%2C0%2C0%2C.13.13.33.33%2C0%2C0%2C0%2C.2.06.15.15%2C0%2C0%2C0%2C.15-.1.16.16%2C0%2C0%2C0%2C0-.12s0-.08-.08-.14l-.08-.09c0-.05-.07-.09%2C0-.12a.05.05%2C0%2C0%2C1%2C.05%2C0A.18.18%2C0%2C0%2C1%2C25.76%2C20.11Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M26.58%2C20.55a.29.29%2C0%2C0%2C0-.19-.06.14.14%2C0%2C0%2C0-.13.08.12.12%2C0%2C0%2C0%2C0%2C.09s0%2C.05%2C0%2C.08a.27.27%2C0%2C0%2C0%2C.06.09l.09.11s0%2C0%2C0%2C.08%2C0%2C0%2C0%2C.05a.1.1%2C0%2C0%2C1-.08%2C0%2C.14.14%2C0%2C0%2C1-.09%2C0%2C.15.15%2C0%2C0%2C1-.08-.19l-.11%2C0A.15.15%2C0%2C0%2C0%2C26%2C21a.44.44%2C0%2C0%2C0%2C.12.15.32.32%2C0%2C0%2C0%2C.2.07.19.19%2C0%2C0%2C0%2C.16-.08.19.19%2C0%2C0%2C0%2C0-.12.2.2%2C0%2C0%2C0-.08-.15l-.06-.1c-.06-.05-.06-.09%2C0-.13a.07.07%2C0%2C0%2C1%2C.06%2C0l.1%2C0a.14.14%2C0%2C0%2C1%2C0%2C.15l.11%2C0a.12.12%2C0%2C0%2C0%2C0-.14A.69.69%2C0%2C0%2C0%2C26.58%2C20.55Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpath%20d%3D%22M27.35%2C21.14a.24.24%2C0%2C0%2C0-.23-.05.34.34%2C0%2C0%2C0-.23.15.38.38%2C0%2C0%2C0-.11.25.26.26%2C0%2C0%2C0%2C.11.22.24.24%2C0%2C0%2C0%2C.23.05.39.39%2C0%2C0%2C0%2C.24-.15.42.42%2C0%2C0%2C0%2C.1-.25A.25.25%2C0%2C0%2C0%2C27.35%2C21.14Zm-.09.39c-.07.07-.12.12-.18.12a.13.13%2C0%2C0%2C1-.12%2C0%2C.13.13%2C0%2C0%2C1-.05-.12.28.28%2C0%2C0%2C1%2C.09-.18c.11-.15.2-.18.28-.11a.12.12%2C0%2C0%2C1%2C.06.14A.37.37%2C0%2C0%2C1%2C27.26%2C21.53Z%22%20style%3D%22fill%3A%23009b3a%22%2F%3E%3Cpolygon%20points%3D%2222.64%2017.52%2022.71%2017.75%2022.95%2017.75%2022.76%2017.89%2022.83%2018.12%2022.64%2017.98%2022.45%2018.12%2022.52%2017.89%2022.33%2017.75%2022.57%2017.75%2022.64%2017.52%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2222.35%2019.64%2022.4%2019.8%2022.56%2019.8%2022.43%2019.89%2022.48%2020.05%2022.35%2019.95%2022.22%2020.05%2022.27%2019.89%2022.14%2019.8%2022.3%2019.8%2022.35%2019.64%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2224.85%2022.3%2024.9%2022.45%2025.06%2022.45%2024.93%2022.55%2024.98%2022.7%2024.85%2022.61%2024.72%2022.7%2024.77%2022.55%2024.64%2022.45%2024.8%2022.45%2024.85%2022.3%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2226.71%2022.81%2026.76%2022.96%2026.92%2022.96%2026.79%2023.06%2026.84%2023.21%2026.71%2023.11%2026.58%2023.21%2026.63%2023.06%2026.5%2022.96%2026.66%2022.96%2026.71%2022.81%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2224.87%2024.42%2024.92%2024.57%2025.08%2024.57%2024.95%2024.67%2025%2024.82%2024.87%2024.73%2024.74%2024.82%2024.79%2024.67%2024.66%2024.57%2024.82%2024.57%2024.87%2024.42%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2224.08%2024.25%2024.13%2024.41%2024.29%2024.41%2024.16%2024.5%2024.21%2024.66%2024.08%2024.56%2023.95%2024.66%2024%2024.5%2023.86%2024.41%2024.03%2024.41%2024.08%2024.25%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2223.21%2024.54%2023.26%2024.69%2023.43%2024.69%2023.3%2024.78%2023.34%2024.94%2023.21%2024.84%2023.08%2024.94%2023.13%2024.78%2023%2024.69%2023.16%2024.69%2023.21%2024.54%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2224.11%2025.8%2024.16%2025.95%2024.32%2025.95%2024.19%2026.05%2024.24%2026.2%2024.11%2026.11%2023.98%2026.2%2024.02%2026.05%2023.89%2025.95%2024.06%2025.95%2024.11%2025.8%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2221.95%2024.33%2022%2024.49%2022.16%2024.49%2022.04%2024.58%2022.08%2024.73%2021.95%2024.64%2021.82%2024.73%2021.87%2024.58%2021.74%2024.49%2021.9%2024.49%2021.95%2024.33%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2220.25%2026.16%2020.28%2026.25%2020.37%2026.25%2020.3%2026.3%2020.32%2026.39%2020.25%2026.33%2020.18%2026.39%2020.2%2026.3%2020.13%2026.25%2020.22%2026.25%2020.25%2026.16%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2219.87%2022.57%2019.9%2022.67%2020.01%2022.67%2019.92%2022.74%2019.95%2022.84%2019.87%2022.78%2019.78%2022.84%2019.81%2022.74%2019.73%2022.67%2019.83%2022.67%2019.87%2022.57%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2215.41%2021.48%2015.44%2021.59%2015.55%2021.59%2015.46%2021.65%2015.5%2021.76%2015.41%2021.69%2015.32%2021.76%2015.35%2021.65%2015.27%2021.59%2015.37%2021.59%2015.41%2021.48%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2219.48%2021.94%2019.53%2022.09%2019.69%2022.09%2019.56%2022.19%2019.61%2022.34%2019.48%2022.25%2019.35%2022.34%2019.4%2022.19%2019.27%2022.09%2019.43%2022.09%2019.48%2021.94%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2216.03%2023.4%2016.08%2023.55%2016.25%2023.55%2016.11%2023.65%2016.16%2023.8%2016.03%2023.71%2015.9%2023.8%2015.95%2023.65%2015.82%2023.55%2015.98%2023.55%2016.03%2023.4%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2217.32%2020.29%2017.38%2020.48%2017.59%2020.48%2017.42%2020.61%2017.49%2020.8%2017.32%2020.68%2017.15%2020.8%2017.22%2020.61%2017.05%2020.48%2017.25%2020.48%2017.32%2020.29%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2216.25%2022.57%2016.31%2022.77%2016.52%2022.77%2016.35%2022.89%2016.41%2023.09%2016.25%2022.96%2016.08%2023.09%2016.14%2022.89%2015.97%2022.77%2016.18%2022.77%2016.25%2022.57%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2213.71%2022.5%2013.77%2022.7%2013.98%2022.7%2013.81%2022.82%2013.88%2023.02%2013.71%2022.89%2013.54%2023.02%2013.61%2022.82%2013.44%2022.7%2013.64%2022.7%2013.71%2022.5%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2220.25%2021.2%2020.31%2021.4%2020.52%2021.4%2020.35%2021.52%2020.42%2021.72%2020.25%2021.6%2020.08%2021.72%2020.15%2021.52%2019.98%2021.4%2020.19%2021.4%2020.25%2021.2%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2221.15%2021.88%2021.21%2022.08%2021.42%2022.08%2021.25%2022.2%2021.32%2022.4%2021.15%2022.28%2020.98%2022.4%2021.05%2022.2%2020.88%2022.08%2021.09%2022.08%2021.15%2021.88%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2222.56%2025.14%2022.63%2025.34%2022.84%2025.34%2022.67%2025.46%2022.73%2025.66%2022.56%2025.54%2022.4%2025.66%2022.46%2025.46%2022.29%2025.34%2022.5%2025.34%2022.56%2025.14%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2224.11%2024.95%2024.17%2025.15%2024.38%2025.15%2024.21%2025.27%2024.27%2025.47%2024.11%2025.35%2023.94%2025.47%2024%2025.27%2023.83%2025.15%2024.04%2025.15%2024.11%2024.95%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2225.49%2023.97%2025.55%2024.16%2025.76%2024.16%2025.59%2024.29%2025.66%2024.48%2025.49%2024.36%2025.32%2024.48%2025.39%2024.29%2025.22%2024.16%2025.43%2024.16%2025.49%2023.97%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2225.96%2023.35%2026.02%2023.55%2026.23%2023.55%2026.06%2023.67%2026.13%2023.87%2025.96%2023.75%2025.79%2023.87%2025.86%2023.67%2025.69%2023.55%2025.89%2023.55%2025.96%2023.35%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2213.96%2018.55%2014.04%2018.78%2014.28%2018.78%2014.08%2018.92%2014.16%2019.14%2013.96%2019%2013.77%2019.14%2013.85%2018.92%2013.65%2018.78%2013.89%2018.78%2013.96%2018.55%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2214.65%2021.78%2014.72%2022.01%2014.96%2022.01%2014.77%2022.15%2014.85%2022.37%2014.65%2022.23%2014.46%2022.37%2014.53%2022.15%2014.34%2022.01%2014.58%2022.01%2014.65%2021.78%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2217.17%2024.01%2017.24%2024.24%2017.48%2024.24%2017.29%2024.38%2017.36%2024.6%2017.17%2024.46%2016.98%2024.6%2017.05%2024.38%2016.86%2024.24%2017.09%2024.24%2017.17%2024.01%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2220.25%2023.37%2020.33%2023.6%2020.57%2023.6%2020.37%2023.74%2020.45%2023.97%2020.25%2023.83%2020.06%2023.97%2020.14%2023.74%2019.94%2023.6%2020.18%2023.6%2020.25%2023.37%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2225.65%2022.61%2025.72%2022.84%2025.96%2022.84%2025.77%2022.98%2025.84%2023.21%2025.65%2023.07%2025.45%2023.21%2025.53%2022.98%2025.33%2022.84%2025.57%2022.84%2025.65%2022.61%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2225.06%2023.4%2025.13%2023.63%2025.37%2023.63%2025.18%2023.77%2025.25%2023.99%2025.06%2023.85%2024.87%2023.99%2024.94%2023.77%2024.75%2023.63%2024.98%2023.63%2025.06%2023.4%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.fm-item.en::before{
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.5%2040.5%22%3E%3Ctitle%3Een%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22_%C3%8E%C3%93%C3%88_1%22%20data-name%3D%22%E2%80%94%C3%8E%C3%93%C3%88_1%22%3E%3Cpath%20d%3D%22M31%2C3.12H9.46A18.88%2C18.88%2C0%2C0%2C1%2C11.53%2C2l.39-.17a2.52%2C2.52%2C0%2C0%2C1%2C.34-.15c.13-.07.27-.12.4-.18A20.22%2C20.22%2C0%2C0%2C1%2C20.14%2C0h.11A20.15%2C20.15%2C0%2C0%2C1%2C31%2C3.12Z%22%20style%3D%22fill%3A%23b22234%22%2F%3E%3Cpath%20d%3D%22M34.84%2C6.24H5.66a19.33%2C19.33%2C0%2C0%2C1%2C3.8-3.12H31A19.33%2C19.33%2C0%2C0%2C1%2C34.84%2C6.24Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M37.3%2C9.34H3.2c.19-.29.38-.58.58-.86l.09-.14a21.1%2C21.1%2C0%2C0%2C1%2C1.79-2.1H34.84A19.49%2C19.49%2C0%2C0%2C1%2C37.3%2C9.34Z%22%20style%3D%22fill%3A%23b22234%22%2F%3E%3Cpath%20d%3D%22M39%2C12.46H1.55c.12-.28.25-.57.38-.85l.55-1.09c.23-.41.46-.8.72-1.18H37.3A21.11%2C21.11%2C0%2C0%2C1%2C39%2C12.46Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M40%2C15.58H.54a20.3%2C20.3%2C0%2C0%2C1%2C1-3.12H39A20.3%2C20.3%2C0%2C0%2C1%2C40%2C15.58Z%22%20style%3D%22fill%3A%23b22234%22%2F%3E%3Cpath%20d%3D%22M40.43%2C18.7H.07a2%2C2%2C0%2C0%2C1%2C0-.43%2C3.85%2C3.85%2C0%2C0%2C1%2C.05-.5%2C1.52%2C1.52%2C0%2C0%2C1%2C0-.21c0-.16%2C0-.32%2C0-.47.08-.51.18-1%2C.3-1.51H40A18.78%2C18.78%2C0%2C0%2C1%2C40.43%2C18.7Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M40.5%2C20.25a13.2%2C13.2%2C0%2C0%2C1-.07%2C1.55H.07A13.2%2C13.2%2C0%2C0%2C1%2C0%2C20.25%2C13.2%2C13.2%2C0%2C0%2C1%2C.07%2C18.7H40.43A13.2%2C13.2%2C0%2C0%2C1%2C40.5%2C20.25Z%22%20style%3D%22fill%3A%23b22234%22%2F%3E%3Cpath%20d%3D%22M40.43%2C21.8A18.78%2C18.78%2C0%2C0%2C1%2C40%2C24.92H.54A18.78%2C18.78%2C0%2C0%2C1%2C.07%2C21.8Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M40%2C24.92A20.3%2C20.3%2C0%2C0%2C1%2C39%2C28H1.55a20.3%2C20.3%2C0%2C0%2C1-1-3.12Z%22%20style%3D%22fill%3A%23b22234%22%2F%3E%3Cpath%20d%3D%22M39%2C28a21.11%2C21.11%2C0%2C0%2C1-1.65%2C3.12H3.2A21.11%2C21.11%2C0%2C0%2C1%2C1.55%2C28Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M37.3%2C31.16a19.49%2C19.49%2C0%2C0%2C1-2.46%2C3.1H5.66a19.49%2C19.49%2C0%2C0%2C1-2.46-3.1Z%22%20style%3D%22fill%3A%23b22234%22%2F%3E%3Cpath%20d%3D%22M34.84%2C34.26A19.33%2C19.33%2C0%2C0%2C1%2C31%2C37.38H9.46a19.33%2C19.33%2C0%2C0%2C1-3.8-3.12Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M31%2C37.38a20.22%2C20.22%2C0%2C0%2C1-21.58%2C0Z%22%20style%3D%22fill%3A%23b22234%22%2F%3E%3Cpath%20d%3D%22M20.14%2C0V21.8H.07A13.2%2C13.2%2C0%2C0%2C1%2C0%2C20.25%2C13.2%2C13.2%2C0%2C0%2C1%2C.07%2C18.7a2%2C2%2C0%2C0%2C1%2C0-.43%2C3.85%2C3.85%2C0%2C0%2C1%2C.05-.5%2C1.52%2C1.52%2C0%2C0%2C1%2C0-.21c0-.16%2C0-.32%2C0-.47.08-.51.18-1%2C.3-1.51a20.3%2C20.3%2C0%2C0%2C1%2C1-3.12c.12-.28.25-.57.38-.85l.55-1.09c.23-.41.46-.8.72-1.18s.38-.58.58-.86l.09-.14a21.1%2C21.1%2C0%2C0%2C1%2C1.79-2.1%2C19.33%2C19.33%2C0%2C0%2C1%2C3.8-3.12A18.88%2C18.88%2C0%2C0%2C1%2C11.53%2C2l.39-.17a2.52%2C2.52%2C0%2C0%2C1%2C.34-.15c.13-.07.27-.12.4-.18A20.22%2C20.22%2C0%2C0%2C1%2C20.14%2C0Z%22%20style%3D%22fill%3A%233c3b6e%22%2F%3E%3Cpolygon%20points%3D%229.92%203.12%2010.2%203.98%2011.1%203.98%2010.37%204.51%2010.65%205.37%209.92%204.83%209.19%205.37%209.46%204.51%208.73%203.98%209.64%203.98%209.92%203.12%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2215.05%203.12%2015.33%203.98%2016.23%203.98%2015.5%204.51%2015.78%205.37%2015.05%204.83%2014.32%205.37%2014.6%204.51%2013.86%203.98%2014.77%203.98%2015.05%203.12%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M5.39%2C9.34l.13.39L5%2C9.34l-.19-.13-.19.13-.55.39.13-.39.15-.46-.55-.4.09-.14h.64l.28-.85.27.85H6l-.73.54Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%229.92%207.49%2010.2%208.35%2011.1%208.35%2010.37%208.88%2010.65%209.74%209.92%209.21%209.19%209.74%209.46%208.88%208.73%208.35%209.64%208.35%209.92%207.49%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2215.05%207.49%2015.33%208.35%2016.23%208.35%2015.5%208.88%2015.78%209.74%2015.05%209.21%2014.32%209.74%2014.6%208.88%2013.86%208.35%2014.77%208.35%2015.05%207.49%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%224.79%2011.86%205.07%2012.72%205.97%2012.72%205.24%2013.25%205.52%2014.11%204.79%2013.58%204.05%2014.11%204.33%2013.25%203.6%2012.72%204.51%2012.72%204.79%2011.86%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%229.92%2011.86%2010.2%2012.72%2011.1%2012.72%2010.37%2013.25%2010.65%2014.11%209.92%2013.58%209.19%2014.11%209.46%2013.25%208.73%2012.72%209.64%2012.72%209.92%2011.86%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2215.05%2011.86%2015.33%2012.72%2016.23%2012.72%2015.5%2013.25%2015.78%2014.11%2015.05%2013.58%2014.32%2014.11%2014.6%2013.25%2013.86%2012.72%2014.77%2012.72%2015.05%2011.86%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M.16%2C17.77l.23.71-.28-.21A3.85%2C3.85%2C0%2C0%2C1%2C.16%2C17.77Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M.84%2C17.09l-.65.47c0-.16%2C0-.32%2C0-.47Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%224.79%2016.23%205.07%2017.09%205.97%2017.09%205.24%2017.62%205.52%2018.48%204.79%2017.95%204.05%2018.48%204.33%2017.62%203.6%2017.09%204.51%2017.09%204.79%2016.23%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%229.92%2016.23%2010.2%2017.09%2011.1%2017.09%2010.37%2017.62%2010.65%2018.48%209.92%2017.95%209.19%2018.48%209.46%2017.62%208.73%2017.09%209.64%2017.09%209.92%2016.23%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2215.05%2016.23%2015.33%2017.09%2016.23%2017.09%2015.5%2017.62%2015.78%2018.48%2015.05%2017.95%2014.32%2018.48%2014.6%2017.62%2013.86%2017.09%2014.77%2017.09%2015.05%2016.23%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M13.19%2C3.12l0%2C.07-.1-.07-.63-.46-.65.46-.09.07%2C0-.07L12%2C2.34%2C11.53%2C2l.39-.17h.28l.06-.15c.13-.07.27-.12.4-.18l.1.33h.9l-.73.54Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2217.61%200.94%2017.89%201.8%2018.8%201.8%2018.06%202.33%2018.34%203.19%2017.61%202.66%2016.88%203.19%2017.16%202.33%2016.43%201.8%2017.33%201.8%2017.61%200.94%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%227.35%205.31%207.63%206.17%208.53%206.17%207.8%206.7%208.08%207.56%207.35%207.03%206.62%207.56%206.9%206.7%206.17%206.17%207.07%206.17%207.35%205.31%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2212.48%205.31%2012.76%206.17%2013.66%206.17%2012.93%206.7%2013.21%207.56%2012.48%207.03%2011.75%207.56%2012.03%206.7%2011.3%206.17%2012.2%206.17%2012.48%205.31%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2217.61%205.31%2017.89%206.17%2018.8%206.17%2018.06%206.7%2018.34%207.56%2017.61%207.03%2016.88%207.56%2017.16%206.7%2016.43%206.17%2017.33%206.17%2017.61%205.31%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M2.67%2C11.07l.29.86-.73-.52-.3.2.55-1.09%2C0%2C0h.9Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%227.35%209.68%207.63%2010.54%208.53%2010.54%207.8%2011.07%208.08%2011.93%207.35%2011.4%206.62%2011.93%206.9%2011.07%206.17%2010.54%207.07%2010.54%207.35%209.68%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2212.48%209.68%2012.76%2010.54%2013.66%2010.54%2012.93%2011.07%2013.21%2011.93%2012.48%2011.4%2011.75%2011.93%2012.03%2011.07%2011.3%2010.54%2012.2%2010.54%2012.48%209.68%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2217.61%209.68%2017.89%2010.54%2018.8%2010.54%2018.06%2011.07%2018.34%2011.93%2017.61%2011.4%2016.88%2011.93%2017.16%2011.07%2016.43%2010.54%2017.33%2010.54%2017.61%209.68%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%222.22%2014.06%202.5%2014.92%203.4%2014.92%202.67%2015.45%202.95%2016.31%202.22%2015.78%201.49%2016.31%201.77%2015.45%201.04%2014.92%201.94%2014.92%202.22%2014.06%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%227.35%2014.06%207.63%2014.92%208.53%2014.92%207.8%2015.45%208.08%2016.31%207.35%2015.78%206.62%2016.31%206.9%2015.45%206.17%2014.92%207.07%2014.92%207.35%2014.06%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2212.48%2014.06%2012.76%2014.92%2013.66%2014.92%2012.93%2015.45%2013.21%2016.31%2012.48%2015.78%2011.75%2016.31%2012.03%2015.45%2011.3%2014.92%2012.2%2014.92%2012.48%2014.06%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2217.61%2014.06%2017.89%2014.92%2018.8%2014.92%2018.06%2015.45%2018.34%2016.31%2017.61%2015.78%2016.88%2016.31%2017.16%2015.45%2016.43%2014.92%2017.33%2014.92%2017.61%2014.06%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%222.22%2018.38%202.5%2019.24%203.4%2019.24%202.67%2019.77%202.95%2020.63%202.22%2020.1%201.49%2020.63%201.77%2019.77%201.04%2019.24%201.94%2019.24%202.22%2018.38%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%227.35%2018.38%207.63%2019.24%208.53%2019.24%207.8%2019.77%208.08%2020.63%207.35%2020.1%206.62%2020.63%206.9%2019.77%206.17%2019.24%207.07%2019.24%207.35%2018.38%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2212.48%2018.38%2012.76%2019.24%2013.66%2019.24%2012.93%2019.77%2013.21%2020.63%2012.48%2020.1%2011.75%2020.63%2012.03%2019.77%2011.3%2019.24%2012.2%2019.24%2012.48%2018.38%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2217.61%2018.38%2017.89%2019.24%2018.8%2019.24%2018.06%2019.77%2018.34%2020.63%2017.61%2020.1%2016.88%2020.63%2017.16%2019.77%2016.43%2019.24%2017.33%2019.24%2017.61%2018.38%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.fm-item.de::before {
    background-image: url(https://static.tickchak.co.il/images/flags/de-flag.webp);
    background-size: contain;
}
.fm-item.es::before {
    background-image: url(https://static.tickchak.co.il/images/flags/es-flag.webp);
    background-size: contain;
}
.fm-item.ru::before{
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.5%2040.5%22%3E%3Ctitle%3EAsset%204%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22_%C3%8E%C3%93%C3%88_1%22%20data-name%3D%22%E2%80%94%C3%8E%C3%93%C3%88_1%22%3E%3Cpath%20d%3D%22M40.5%2C20.25A20%2C20%2C0%2C0%2C1%2C39.34%2C27H1.16a20.22%2C20.22%2C0%2C0%2C1%2C0-13.5H39.34A20%2C20%2C0%2C0%2C1%2C40.5%2C20.25Z%22%20style%3D%22fill%3A%230039a6%22%2F%3E%3Cpath%20d%3D%22M39.34%2C13.5H1.16a20.25%2C20.25%2C0%2C0%2C1%2C38.18%2C0Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M39.34%2C27A20.25%2C20.25%2C0%2C0%2C1%2C1.16%2C27Z%22%20style%3D%22fill%3A%23d52b1e%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.fm-item.fr::before{
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.5%2040.5%22%3E%3Ctitle%3EAsset%206%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22_%C3%8E%C3%93%C3%88_1%22%20data-name%3D%22%E2%80%94%C3%8E%C3%93%C3%88_1%22%3E%3Cpath%20d%3D%22M13.5%2C1.16V39.34a20.25%2C20.25%2C0%2C0%2C1%2C0-38.18Z%22%20style%3D%22fill%3A%23002395%22%2F%3E%3Cpath%20d%3D%22M27%2C1.16V39.34a20.22%2C20.22%2C0%2C0%2C1-13.5%2C0V1.16a20.22%2C20.22%2C0%2C0%2C1%2C13.5%2C0Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M40.5%2C20.25A20.24%2C20.24%2C0%2C0%2C1%2C27%2C39.34V1.16A20.24%2C20.24%2C0%2C0%2C1%2C40.5%2C20.25Z%22%20style%3D%22fill%3A%23ed2939%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.fm-item.ar::before{
    background-image:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040.5%2040.5%22%3E%3Ctitle%3Ehe%3C%2Ftitle%3E%3Cg%20id%3D%22Layer_2%22%20data-name%3D%22Layer%202%22%3E%3Cg%20id%3D%22_%C3%8E%C3%93%C3%88_1%22%20data-name%3D%22%E2%80%94%C3%8E%C3%93%C3%88_1%22%3E%3Cpath%20d%3D%22M40.5%2C20.25A20.26%2C20.26%2C0%2C0%2C1%2C20.25%2C40.5%2C20.25%2C20.25%2C0%2C1%2C1%2C40.5%2C20.25Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M37.77%2C10.1h-35A20.23%2C20.23%2C0%2C0%2C1%2C8.44%2C3.81H32.06A20.23%2C20.23%2C0%2C0%2C1%2C37.77%2C10.1Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3Cpath%20d%3D%22M37.77%2C30.39a20%2C20%2C0%2C0%2C1-5.69%2C6.29H8.42a20%2C20%2C0%2C0%2C1-5.69-6.29Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3Cpath%20d%3D%22M25.31%2C20.24l-.79-1.41-.46-.78-.48-.81-.81-1.42-2.52-4.37-2.54%2C4.37-.81%2C1.42-.47.81-.46.78-.8%2C1.41-2.55%2C4.41H27.86Zm-10.26%2C3L16%2C21.64l.82-1.4.85-1.47.9-1.53.82-1.42.89-1.54.89%2C1.54L22%2C17.24l.88%2C1.53.85%2C1.47.83%2C1.4.91%2C1.59Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3Cpath%20d%3D%22M25.31%2C20.24l-.79-1.41-.46-.78-.48-.81-.81-1.42-2.52-4.37-2.54%2C4.37-.81%2C1.42-.47.81-.46.78-.8%2C1.41-2.55%2C4.41H27.86Zm-10.26%2C3L16%2C21.64l.82-1.4.85-1.47.9-1.53.82-1.42.89-1.54.89%2C1.54L22%2C17.24l.88%2C1.53.85%2C1.47.83%2C1.4.91%2C1.59Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3Cpath%20d%3D%22M12.62%2C15.82l2.55%2C4.42.8%2C1.4.46.78.47.81.81%2C1.42L20.25%2C29l2.52-4.37.81-1.42.48-.81.46-.78.79-1.4%2C2.55-4.42Zm11.9%2C3-.83%2C1.41-.85%2C1.48L22%2C23.23l-.82%2C1.42-.89%2C1.54-.89-1.54-.84-1.42-.88-1.51-.85-1.48L16%2C18.83l-.92-1.59H25.43Z%22%20style%3D%22fill%3A%230038b8%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.formbt-left {
    display: none;
}
.cc-title{
    vertical-align: middle;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.86' height='23.969' viewBox='0 0 20.86 23.969'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %236f6f6f; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Path_1904' data-name='Path 1904' class='cls-1' d='M83.68,679.893h19.151a.872.872,0,0,1,.849.9v4.088a.877.877,0,0,1-.849.9h-.1v9.891a.873.873,0,0,1-.85.9H84.626a.866.866,0,0,1-.849-.9V685.78h-.1a.887.887,0,0,1-.861-.9v-4.088a.882.882,0,0,1,.861-.9Zm11.231,14.9h0V685.78H91.587v9.009Zm-4.348,0h0V685.78H85.481v9.009Zm5.373-9.009h0v9.009h5.088V685.78ZM93.3,674.467h0a2.086,2.086,0,0,1,1.129.346,3.438,3.438,0,0,1,.739-1.267,3.012,3.012,0,0,1,2.159-.94,2.97,2.97,0,0,1,2.159.94,3.34,3.34,0,0,1,0,4.556,2.922,2.922,0,0,1-2.159.94H89.186a2.923,2.923,0,0,1-2.159-.94,3.34,3.34,0,0,1,0-4.556,2.934,2.934,0,0,1,4.305,0,3.224,3.224,0,0,1,.753,1.311,2.11,2.11,0,0,1,1.212-.39Zm.8,1.446h0a1.084,1.084,0,0,0-.8-.358,1.1,1.1,0,0,0-.812.358,1.212,1.212,0,0,0-.34.851,1.275,1.275,0,0,0,.34.851,1.146,1.146,0,0,0,.812.352,1.08,1.08,0,0,0,.776-.332l.024-.02a1.271,1.271,0,0,0,.34-.851,1.208,1.208,0,0,0-.34-.851Zm1.2-.013h0a2.2,2.2,0,0,1,.158.863,2.381,2.381,0,0,1-.328,1.2h2.2a1.95,1.95,0,0,0,1.431-.627,2.191,2.191,0,0,0,.594-1.516,2.213,2.213,0,0,0-.594-1.51,1.96,1.96,0,0,0-2.862,0,2.213,2.213,0,0,0-.594,1.51v.077Zm-3.851,2.066h0a2.448,2.448,0,0,1-.212-1.938.549.549,0,0,1-.037-.2,2.232,2.232,0,0,0-.582-1.51,1.991,1.991,0,0,0-1.431-.621,1.939,1.939,0,0,0-1.431.621,2.224,2.224,0,0,0,0,3.026,1.918,1.918,0,0,0,1.431.627Zm10.521,3.718H84.528v2.3h17.441v-2.3Z' transform='translate(-82.819 -672.605)'/%3E%3C/svg%3E%0A");
    background-size: 14px 14px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    padding: 2px 30px 2px 12px;
    font-size: 16px;
    font-weight: 300;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cc-title.hide{
    display:none;
}
li.menu-item.menu-item-crowd-connect:hover .cc-title{
    border:2px solid;
    color:#fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.86' height='23.969' viewBox='0 0 20.86 23.969'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cpath id='Path_1904' data-name='Path 1904' class='cls-1' d='M83.68,679.893h19.151a.872.872,0,0,1,.849.9v4.088a.877.877,0,0,1-.849.9h-.1v9.891a.873.873,0,0,1-.85.9H84.626a.866.866,0,0,1-.849-.9V685.78h-.1a.887.887,0,0,1-.861-.9v-4.088a.882.882,0,0,1,.861-.9Zm11.231,14.9h0V685.78H91.587v9.009Zm-4.348,0h0V685.78H85.481v9.009Zm5.373-9.009h0v9.009h5.088V685.78ZM93.3,674.467h0a2.086,2.086,0,0,1,1.129.346,3.438,3.438,0,0,1,.739-1.267,3.012,3.012,0,0,1,2.159-.94,2.97,2.97,0,0,1,2.159.94,3.34,3.34,0,0,1,0,4.556,2.922,2.922,0,0,1-2.159.94H89.186a2.923,2.923,0,0,1-2.159-.94,3.34,3.34,0,0,1,0-4.556,2.934,2.934,0,0,1,4.305,0,3.224,3.224,0,0,1,.753,1.311,2.11,2.11,0,0,1,1.212-.39Zm.8,1.446h0a1.084,1.084,0,0,0-.8-.358,1.1,1.1,0,0,0-.812.358,1.212,1.212,0,0,0-.34.851,1.275,1.275,0,0,0,.34.851,1.146,1.146,0,0,0,.812.352,1.08,1.08,0,0,0,.776-.332l.024-.02a1.271,1.271,0,0,0,.34-.851,1.208,1.208,0,0,0-.34-.851Zm1.2-.013h0a2.2,2.2,0,0,1,.158.863,2.381,2.381,0,0,1-.328,1.2h2.2a1.95,1.95,0,0,0,1.431-.627,2.191,2.191,0,0,0,.594-1.516,2.213,2.213,0,0,0-.594-1.51,1.96,1.96,0,0,0-2.862,0,2.213,2.213,0,0,0-.594,1.51v.077Zm-3.851,2.066h0a2.448,2.448,0,0,1-.212-1.938.549.549,0,0,1-.037-.2,2.232,2.232,0,0,0-.582-1.51,1.991,1.991,0,0,0-1.431-.621,1.939,1.939,0,0,0-1.431.621,2.224,2.224,0,0,0,0,3.026,1.918,1.918,0,0,0,1.431.627Zm10.521,3.718H84.528v2.3h17.441v-2.3Z' transform='translate(-82.819 -672.605)'/%3E%3C/svg%3E%0A");
    background-color: #e80d49;
    border-radius: 20px;
}
body .form-connect-form {
    background-color: #000000c4;
    height: 100%;
    width: 400px;
    position: fixed;
    top: 0;
    left: -400px ;
    transition: all 400ms;
    z-index: 1002;
}
body.show .form-connect-form{
    left: 0;
    opacity: 1;
    visibility: visible;
}
body .form-connect-form .fcf-top-text{
    height: 200px;
    padding-top: 160px;
}
body .form-connect-form.connect .fcf-top-text {
    padding-top: 140px;
    height: 270px;
}
.form-connect-form .fcf-top-text::before{
    top:90px;
}
.keep_place{
    height: 68px;
}
/* .givechak.keep_place{
    height: 176px;
} */
.mid-video-play-btn, .video-play-btn{
    height: 100px;
    background-repeat: no-repeat;
    width: 100px;
    background-size: contain;
    background-position: center 5px;
    cursor: pointer;
}

.mid-video-play-btn.elegant, .video-play-btn.elegant, .mid-btns-group .elegant{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='65' height='65' viewBox='0 0 65 65'%3E%3Cdefs%3E%3Cstyle%3E.a,.c%7Bfill:%23fff;%7D.a%7Bopacity:0.439;%7D.b,.e%7Bfill:none;%7D.b%7Bstroke:%23fff;stroke-width:4px;%7D.d%7Bstroke:none;%7D.f%7Bfilter:url(%23e);%7D.g%7Bfilter:url(%23c);%7D.h%7Bfilter:url(%23a);%7D%3C/style%3E%3Cfilter id='a' x='0' y='0' width='65' height='65' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='4' result='b'/%3E%3CfeFlood flood-opacity='0.161'/%3E%3CfeComposite operator='in' in2='b'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3Cfilter id='c' x='2' y='2' width='61' height='61' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='4' result='d'/%3E%3CfeFlood flood-opacity='0.161'/%3E%3CfeComposite operator='in' in2='d'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3Cfilter id='e' x='17.046' y='14.41' width='33.872' height='36.183' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='4' result='f'/%3E%3CfeFlood flood-opacity='0.161'/%3E%3CfeComposite operator='in' in2='f'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='translate(12 9)'%3E%3Cg transform='translate(0 0)'%3E%3Cg class='h' transform='matrix(1, 0, 0, 1, -12, -9)'%3E%3Ccircle class='a' cx='20.5' cy='20.5' r='20.5' transform='translate(12 9)'/%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(2.85 2.127)'%3E%3Cg class='g' transform='matrix(1, 0, 0, 1, -14.85, -11.13)'%3E%3Cg class='b' transform='translate(14 11)'%3E%3Ccircle class='d' cx='18.5' cy='18.5' r='18.5'/%3E%3Ccircle class='e' cx='18.5' cy='18.5' r='16.5'/%3E%3C/g%3E%3C/g%3E%3Cg class='f' transform='matrix(1, 0, 0, 1, -14.85, -11.13)'%3E%3Cpath class='c' d='M920.324,384.941l9.872,6.242-9.872,5.941Z' transform='translate(-891.28 -361.53)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mid-video-play-btn.loud, .video-play-btn.loud, .mid-btns-group .loud{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='65' height='65' viewBox='0 0 65 65'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23de2f20;%7D.b%7Bfill:%23fff;%7D.c%7Bfilter:url(%23c);%7D.d%7Bfilter:url(%23a);%7D%3C/style%3E%3Cfilter id='a' x='0' y='0' width='65' height='65' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='4' result='b'/%3E%3CfeFlood flood-opacity='0.161'/%3E%3CfeComposite operator='in' in2='b'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3Cfilter id='c' x='16.864' y='14.409' width='33.872' height='36.183' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='4' result='d'/%3E%3CfeFlood flood-opacity='0.161'/%3E%3CfeComposite operator='in' in2='d'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='translate(12 9)'%3E%3Cg transform='translate(-1.581 -1.581)'%3E%3Cg class='d' transform='matrix(1, 0, 0, 1, -10.42, -7.42)'%3E%3Ccircle class='a' cx='20.5' cy='20.5' r='20.5' transform='translate(12 9)'/%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(4.465 3.743)'%3E%3Cg class='c' transform='matrix(1, 0, 0, 1, -16.47, -12.74)'%3E%3Cpath class='b' d='M920.324,384.941l9.872,6.242-9.872,5.941Z' transform='translate(-891.46 -361.53)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mid-video-play-btn.hitech, .video-play-btn.hitech, .mid-btns-group .hitech{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 201.03 201.03'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='48.05' y1='186.27' x2='176.36' y2='-23.44' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.02' stop-color='%23690090'/%3E%3Cstop offset='0.05' stop-color='%236e008e'/%3E%3Cstop offset='0.3' stop-color='%23a50073'/%3E%3Cstop offset='0.49' stop-color='%23c80062'/%3E%3Cstop offset='0.6' stop-color='%23d5005c'/%3E%3Cstop offset='0.75' stop-color='%23e63936'/%3E%3Cstop offset='0.92' stop-color='%23f8750f'/%3E%3Cstop offset='1' stop-color='%23ff8c00'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='263.86' y1='48.99' x2='104.29' y2='143.22' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%234671ab'/%3E%3Cstop offset='0.34' stop-color='%238ba6ca'/%3E%3Cstop offset='0.41' stop-color='%2397afcf'/%3E%3Cstop offset='0.81' stop-color='%23e2e8f2'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-3' x1='215.02' y1='95.02' x2='134.14' y2='142.79' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%234671ab'/%3E%3Cstop offset='0.41' stop-color='%2397afd0'/%3E%3Cstop offset='0.81' stop-color='%23e1e8f2'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-4' x1='11.02' y1='209.86' x2='59.6' y2='88.4' xlink:href='%23linear-gradient-3'/%3E%3ClinearGradient id='linear-gradient-5' x1='201.44' y1='238.9' x2='-23.78' y2='71.16' xlink:href='%23linear-gradient-3'/%3E%3ClinearGradient id='linear-gradient-6' x1='-0.4' y1='-31.43' x2='157.91' y2='100.08' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%239a443f'/%3E%3Cstop offset='0.42' stop-color='%23c89996'/%3E%3Cstop offset='0.82' stop-color='%23efe2e1'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3CradialGradient id='radial-gradient' cx='99.4' cy='193.19' r='167.94' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff6400'/%3E%3Cstop offset='1'/%3E%3C/radialGradient%3E%3ClinearGradient id='linear-gradient-7' x1='31.82' y1='-21.33' x2='142.49' y2='70.61' xlink:href='%23linear-gradient-6'/%3E%3CradialGradient id='radial-gradient-2' cx='-54.27' cy='95.85' r='247.4' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff6e55'/%3E%3Cstop offset='1'/%3E%3C/radialGradient%3E%3CradialGradient id='radial-gradient-3' cx='88.57' cy='-17.98' r='142.93' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff5900'/%3E%3Cstop offset='1'/%3E%3C/radialGradient%3E%3CradialGradient id='radial-gradient-4' cx='106.9' cy='87.69' r='85.07' xlink:href='%23radial-gradient-2'/%3E%3CradialGradient id='radial-gradient-5' cx='-98.27' cy='67.19' r='247.4' xlink:href='%23radial-gradient-2'/%3E%3CradialGradient id='radial-gradient-6' cx='110.81' cy='-9.76' r='65.69' xlink:href='%23radial-gradient-2'/%3E%3CradialGradient id='radial-gradient-7' cx='146.11' cy='82.82' r='94.77' xlink:href='%23radial-gradient-2'/%3E%3CradialGradient id='radial-gradient-8' cx='113.73' cy='160.19' r='123.6' xlink:href='%23radial-gradient-2'/%3E%3CradialGradient id='radial-gradient-9' cx='123.85' cy='29.63' r='42.09' xlink:href='%23radial-gradient-2'/%3E%3CradialGradient id='radial-gradient-10' cx='95.73' cy='73.44' r='78.95' xlink:href='%23radial-gradient-2'/%3E%3C/defs%3E%3Cg style='isolation:isolate'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M100.52,0A100.52,100.52,0,1,0,201,100.52,100.51,100.51,0,0,0,100.52,0ZM141,116.89,92,142a18.39,18.39,0,0,1-26.77-16.38V75.45A18.39,18.39,0,0,1,92,59.08l49,25.06A18.4,18.4,0,0,1,141,116.89Z' style='fill:url(%23linear-gradient)'/%3E%3Cpath d='M134.18,80.66l6.8,3.48a18.4,18.4,0,0,1,0,32.75L92,142a18.39,18.39,0,0,1-26.77-16.38V94.49a67.4,67.4,0,0,0,2.17,100.93,100.48,100.48,0,0,0,105.9-25.61,67.47,67.47,0,0,0-39.11-89.15Z' style='mix-blend-mode:multiply;fill:url(%23linear-gradient-2)'/%3E%3Cpath d='M141.51,83.86a67.42,67.42,0,0,1-2.46,109.48,100.75,100.75,0,0,0,34.24-23.53,67.46,67.46,0,0,0-31.78-85.95Z' style='mix-blend-mode:multiply;fill:url(%23linear-gradient-3)'/%3E%3Cpath d='M89.48,143a18.4,18.4,0,0,1-24.26-17.44V75.45A18.39,18.39,0,0,1,92,59.08l34.74,17.77A67.43,67.43,0,0,0,44.94,16.76,100.56,100.56,0,0,0,1.27,116.47,67.42,67.42,0,0,0,89.48,143Z' style='mix-blend-mode:multiply;fill:url(%23linear-gradient-4)'/%3E%3Cpath d='M89.15,143.12a18.82,18.82,0,0,1-3.72.78,68.25,68.25,0,0,1-12,1.09A67.45,67.45,0,0,1,7.93,61.36a100.69,100.69,0,0,0-6.66,55.11,67.41,67.41,0,0,0,88.1,26.6Z' style='mix-blend-mode:multiply;fill:url(%23linear-gradient-5)'/%3E%3Cpath d='M141,116.89l-38.5,19.7a67.42,67.42,0,0,0,97.16-52.68A100.61,100.61,0,0,0,143.84,9.8,67.38,67.38,0,0,0,65.28,74,18.38,18.38,0,0,1,92,59.08l49,25.06A18.4,18.4,0,0,1,141,116.89Z' style='mix-blend-mode:multiply;fill:url(%23linear-gradient-6)'/%3E%3Cpath d='M141,116.89l-38.5,19.7a67.42,67.42,0,0,0,97.16-52.68A100.61,100.61,0,0,0,143.84,9.8,67.38,67.38,0,0,0,65.28,74,18.38,18.38,0,0,1,92,59.08l49,25.06A18.4,18.4,0,0,1,141,116.89Z' style='mix-blend-mode:screen;fill:url(%23radial-gradient)'/%3E%3Cpath d='M128.12,9c-.73.05-1.45.1-2.17.17-.47,0-.94.11-1.4.17-.63.07-1.26.14-1.88.23l-1.52.26c-.57.1-1.15.19-1.71.3s-1.06.24-1.59.36-1.06.22-1.59.35-1.09.3-1.64.46l-1.47.4-1.7.56-1.34.44c-.59.21-1.17.44-1.76.67l-1.22.47c-.61.25-1.2.52-1.8.78l-1.11.49c-.62.29-1.22.6-1.83.9-.33.17-.67.33-1,.51-.63.33-1.24.67-1.86,1l-.89.5c-.64.38-1.26.77-1.89,1.16l-.78.49c-.64.42-1.27.86-1.9,1.3l-.68.47c-.65.46-1.28.95-1.91,1.44-.2.14-.39.29-.58.44-.65.51-1.29,1-1.92,1.58l-.48.4c-.65.57-1.28,1.15-1.91,1.73l-.39.36c-.64.62-1.27,1.25-1.89,1.88l-.31.32c-.63.66-1.25,1.34-1.86,2l-.24.27c-.62.71-1.22,1.44-1.81,2.17l-.18.22c-.6.76-1.18,1.53-1.75,2.31a1.09,1.09,0,0,0-.13.17c-.58.8-1.14,1.61-1.69,2.44l-.08.12c-.55.85-1.09,1.71-1.6,2.58a.25.25,0,0,0,0,.07c-.53.89-1,1.79-1.52,2.7v0a67.09,67.09,0,0,0-7.72,27.69c.11-.4.23-.8.34-1.2s.23-.9.37-1.34l0-.11c.14-.43.3-.87.47-1.29h0a67.44,67.44,0,0,1,63.86-45.79c22.66,0,45.13,11.54,57.78,28.75A100.87,100.87,0,0,0,143.84,9.8a67.59,67.59,0,0,0-11.19-.94c-1.13,0-2.25,0-3.37.08Z' style='mix-blend-mode:multiply;fill:url(%23linear-gradient-7)'/%3E%3Cpath d='M134.18,80.66l6.8,3.48a18.4,18.4,0,0,1,0,32.75L92,142a18.39,18.39,0,0,1-26.77-16.38V94.49a67.4,67.4,0,0,0,2.17,100.93,100.48,100.48,0,0,0,105.9-25.61,67.47,67.47,0,0,0-39.11-89.15Z' style='mix-blend-mode:screen;fill:url(%23radial-gradient-2)'/%3E%3Cpath d='M89.48,143a18.4,18.4,0,0,1-24.26-17.44V75.45A18.39,18.39,0,0,1,92,59.08l34.74,17.77A67.43,67.43,0,0,0,44.94,16.76,100.56,100.56,0,0,0,1.27,116.47,67.42,67.42,0,0,0,89.48,143Z' style='mix-blend-mode:screen;fill:url(%23radial-gradient-3)'/%3E%3Cpath d='M133.53,142a67.17,67.17,0,0,1-28.86-6.5l-2.19,1.12a67.41,67.41,0,0,0,90.74-30.69A67.42,67.42,0,0,1,133.53,142Z' style='mix-blend-mode:screen;fill:url(%23radial-gradient-4)'/%3E%3Cpath d='M65.22,97.51v-3a67.4,67.4,0,0,0-11.6,84.93,67.33,67.33,0,0,1,11.6-81.91Z' style='mix-blend-mode:screen;fill:url(%23radial-gradient-5)'/%3E%3Cpath d='M123.91,75.41l2.82,1.44A67.42,67.42,0,0,0,59.56,15.16l-1.23,0A67.41,67.41,0,0,1,123.91,75.41Z' style='mix-blend-mode:screen;fill:url(%23radial-gradient-6)'/%3E%3Cpath d='M172,171.18q3.08-3.12,5.9-6.51l.74-.91a67.35,67.35,0,0,0-27.61-74,67.43,67.43,0,0,1,22.26,80.05Z' style='mix-blend-mode:screen;fill:url(%23radial-gradient-7)'/%3E%3Cpath d='M79.45,147A67.42,67.42,0,0,1,1.27,116.47c-.61-3.82,0,1.55,1.57,7.83A67.4,67.4,0,0,0,79.45,147Z' style='mix-blend-mode:screen;fill:url(%23radial-gradient-8)'/%3E%3Cpath d='M160.25,19.69c-1.88-1.39-3.82-2.73-5.81-4C156.43,17,158.37,18.29,160.25,19.69Z' style='mix-blend-mode:screen;fill:url(%23radial-gradient-9)'/%3E%3Cpath d='M134.43,5.87h-.78c-1.13,0-2.25,0-3.37.08L129.12,6c-.73.05-1.45.1-2.17.17-.47,0-.94.11-1.4.17-.63.07-1.26.14-1.88.23l-1.52.26c-.57.1-1.15.19-1.71.3s-1.06.24-1.59.36-1.06.22-1.59.35-1.09.3-1.64.46l-1.47.4-1.7.56-1.34.44c-.59.21-1.17.44-1.76.67l-1.22.47c-.61.25-1.2.52-1.8.78l-1.11.49c-.62.29-1.22.6-1.83.9-.33.17-.67.33-1,.51-.63.33-1.24.67-1.86,1l-.89.5c-.64.38-1.26.77-1.89,1.16l-.78.49c-.64.42-1.27.86-1.9,1.3l-.68.47c-.65.46-1.28.95-1.91,1.44-.2.14-.39.29-.58.44-.65.51-1.29,1-1.92,1.58l-.48.4c-.65.57-1.28,1.15-1.91,1.73l-.39.36c-.64.62-1.27,1.25-1.89,1.88l-.31.32c-.63.66-1.25,1.34-1.86,2l-.24.27c-.62.71-1.22,1.44-1.81,2.17l-.18.22c-.6.76-1.18,1.53-1.75,2.31a1.09,1.09,0,0,0-.13.17c-.58.8-1.14,1.61-1.69,2.44l-.08.12c-.55.85-1.09,1.71-1.6,2.58a.25.25,0,0,0,0,.07c-.53.89-1,1.79-1.52,2.7v0A66.47,66.47,0,0,0,69.27,53.4a65.88,65.88,0,0,1,3.82-8.67v0c.48-.91,1-1.81,1.52-2.7a.25.25,0,0,1,0-.07c.51-.87,1-1.73,1.6-2.58l.08-.12c.55-.83,1.11-1.64,1.69-2.44a1.09,1.09,0,0,1,.13-.17c.57-.78,1.15-1.55,1.75-2.31l.18-.22c.59-.73,1.19-1.46,1.81-2.17l.24-.27c.61-.68,1.23-1.36,1.86-2l.31-.32c.62-.63,1.25-1.26,1.89-1.88l.39-.36c.63-.58,1.26-1.16,1.91-1.73l.48-.4c.63-.54,1.27-1.07,1.92-1.58.19-.15.38-.3.58-.44.63-.49,1.26-1,1.91-1.44l.68-.47c.63-.44,1.26-.88,1.9-1.3l.78-.49c.63-.39,1.25-.78,1.89-1.16l.89-.5c.62-.35,1.23-.69,1.86-1,.33-.18.67-.34,1-.51.61-.3,1.21-.61,1.83-.9l1.11-.49c.6-.26,1.19-.53,1.8-.78l1.22-.47c.59-.23,1.17-.46,1.76-.67l1.34-.44,1.7-.56,1.47-.4c.55-.16,1.09-.32,1.64-.46s1.06-.23,1.59-.35,1.05-.25,1.59-.36,1.14-.2,1.71-.3l1.52-.26c.62-.09,1.25-.16,1.88-.23.46-.06.93-.13,1.4-.17.72-.07,1.44-.12,2.17-.17l1.16-.08c1.12-.06,2.24-.08,3.37-.08a67.56,67.56,0,0,1,11.18.94A98.48,98.48,0,0,0,134.43,5.87Z' style='mix-blend-mode:screen;fill:url(%23radial-gradient-10)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mid-video-play-btn.triangle, .video-play-btn.triangle, .mid-btns-group .triangle{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135.79 154.53'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M20.57,152.63,129,89.05a13.66,13.66,0,0,0,0-23.57L20.57,1.9A13.66,13.66,0,0,0,0,13.68V140.85A13.66,13.66,0,0,0,20.57,152.63Z' style='fill:%23171717'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mid-video-play-btn.simple-lines, .video-play-btn.simple-lines, .mid-btns-group .simple-lines{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 213.11 213.11'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M106.55,10A96.43,96.43,0,1,1,69,17.56,96.11,96.11,0,0,1,106.55,10m0-10A106.56,106.56,0,1,0,213.11,106.56,106.56,106.56,0,0,0,106.56,0Z' style='fill:%23171717'/%3E%3Cpath d='M89.6,75.68a2.5,2.5,0,0,1,1.3.36l48.27,28.3a2.57,2.57,0,0,1,.92,3.51,2.54,2.54,0,0,1-.92.92L90.9,137.07a2.6,2.6,0,0,1-1.3.36A2.57,2.57,0,0,1,87,134.86V78.26a2.57,2.57,0,0,1,2.57-2.58h0m0-10A12.56,12.56,0,0,0,77.05,78.25v56.61a12.55,12.55,0,0,0,18.89,10.82l48.28-28.3a12.54,12.54,0,0,0,0-21.64L95.94,67.44a12.51,12.51,0,0,0-6.34-1.73Z' style='fill:%23171717'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mid-video-play-btn.classic, .video-play-btn.classic, .mid-btns-group .classic{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 159.29 159.29'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M79.65,0a79.65,79.65,0,1,0,79.64,79.65A79.65,79.65,0,0,0,79.65,0Zm28.81,84.28-42.63,25a5.37,5.37,0,0,1-8.08-4.64v-50A5.37,5.37,0,0,1,65.83,50l42.63,25A5.37,5.37,0,0,1,108.46,84.28Z' style='fill:%23171717'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mid-video-play-btn.shout, .video-play-btn.shout, .mid-btns-group .shout{
    background-image: url("https://static.tickchak.co.il/all/dln_090zdu1UbFhTOjV3Ta50VWtkZGZDd3lGV_090zZvF3MCBVcLx0aqB1Mq9EV4gWTzRWb.png_a3989237-9a9f-4f3b-b335-d4d6826b6910.png?v=1612800252075");
}
.mid-video-play-btn.help, .video-play-btn.help, .mid-btns-group .help{
    background-image: url("https://static.tickchak.co.il/all/dln_090zZGVkQQtUTHR1L5RjWEdmQDxWQKJnW_090zZvF3MCBVcLx0aqB1Mq9EV4gWTzRWb.png_0f6dccd3-1d5c-458b-bea6-f6397f080f91.png?v=1612800264983");
}

.mid-btns-group .shout, .mid-btns-group .help{
    background-size: contain;
    background-position: center;
}



.video-play-btn{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 120px;
    width: 120px;
    background-position: center;
}
.video-play-btn.triangle, .video-play-btn.simple-lines, .video-play-btn.classic, .video-play-btn.hitech, .video-play-btn.shout, .video-play-btn.help{
    background-size: 90px;
}

.video-play-btn.hide{
    display: none;
}



@media screen and (max-width: 800px) {
    .portalPop.show{
        width: 100%;
    }
    .video-play-btn{
        height: 85px;
        width: 85px;
    }
    .page-type-givechak li.menu-item.menu-item-home {
        background-position: center 20px !important;
        height:56px;
    }

    .video-play-btn.triangle, .video-play-btn.simple-lines, .video-play-btn.classic, .video-play-btn.hitech, .video-play-btn.shout, .video-play-btn.help{
        background-size: 65px;
    }

    .section-top.gallery{
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center 68px;

    }

    p.menu-item.flag-menu::before {
        content: unset;
    }

    p.menu-item.flag-menu {
        width: 32px;
        height: 32px;
        margin-top: 20px;
        position: relative;
    }

    p.menu-item.flag-menu::after {
        margin: 0;
        right: 4px;
        top: 4px;
    }

    .flag-menu-all {
        right: -2px;
        top: -2px;
    }


    .INDDesktop #INDmenu-btn {
        top: 24px !important;
    }

    .INDMobile #INDmenu-btn{
        bottom: 60px !important;
    }

    button#enable-toolbar-trigger {
        left: 13px!important;
        right: unset !important;
        top: -70px!important;
        transition: top 0.5s !important;
    }
    button#enable-toolbar-trigger.form {
        display: none;
    }

    .page-event-57 .section-details {
        display:none;
    }


    .footer a:not(.footer-link-to-admin, .show-footer-link) {
        display:none;
    }
    li.menu-item{
        display: none;
    }
    li.menu-item-back,
    li.menu-item.menu-item-share,
    li.menu-item.menu-item-phone,
    li.menu-item.menu-item-home{
        display: inline-block;
    }

    li.menu-item-back.mobileHide{
        display: none !important;
    }

    li.menu-item.menu-item-share{
        background-size: 55%;
        background-position: center 14px;
        display: none !important;
    }

    li.menu-item.menu-item-back.btp-bt  {
        padding: 0;
        float: left;
        left: 0px;
        border: none;
        height: 100%;
        width: 60px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        transition: all 300ms cubic-bezier(.25,.46,.45,.94);
        max-width: 130px;
        margin-right: 0px;
    }
    li.menu-item.menu-item-back.btp-bt:before{
        content: '';
        background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2219.862%22%20height%3D%2217.464%22%20viewBox%3D%220%200%2019.862%2017.464%22%3E%20%20%3Cdefs%3E%20%20%20%20%3Cstyle%3E%20%20%20%20%20%20.cls-1%2C%20.cls-3%2C%20.cls-4%20%7B%20%20%20%20%20%20%20%20fill%3A%20none%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-2%20%7B%20%20%20%20%20%20%20%20clip-path%3A%20url%28%23clip-path%29%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-3%2C%20.cls-4%20%7B%20%20%20%20%20%20%20%20stroke%3A%20%23000%3B%20%20%20%20%20%20%20%20stroke-linecap%3A%20round%3B%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%20%20%20%20%20%20%7D%20%20%20%20%20%20.cls-4%20%7B%20%20%20%20%20%20%20%20stroke-linejoin%3A%20round%3B%20%20%20%20%20%20%7D%20%20%20%20%3C%2Fstyle%3E%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%20%20%20%20%20%20%3Crect%20class%3D%22cls-1%22%20width%3D%2219.862%22%20height%3D%2217.464%22%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20id%3D%22Symbol_9_6%22%20data-name%3D%22Symbol%209%20%E2%80%93%206%22%20class%3D%22cls-2%22%3E%20%20%20%20%3Cpath%20id%3D%22Path_272%22%20data-name%3D%22Path%20272%22%20class%3D%22cls-3%22%20d%3D%22M3105.52-2287h17.309%22%20transform%3D%22translate%28-3104.52%202295.415%29%22%2F%3E%20%20%20%20%3Cpath%20id%3D%22Path_273%22%20data-name%3D%22Path%20273%22%20class%3D%22cls-4%22%20d%3D%22M3038-2334.406h10.142v10.556%22%20transform%3D%22translate%28-3787.589%20-496.102%29%20rotate%2845%29%22%2F%3E%20%20%3C%2Fg%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 44%;
        height: 100%;
        width: 100%;
        transform: rotate(180deg);
    }
    li.menu-item.menu-item-phone {
        width: 62px;
    }
    li.menu-item.menu-item-phone._zst {
        background-color: unset;
    }

    .section-top-dummy {
        min-height: 200px;
    }

    .footer {
        margin-bottom: 70px;
    }

    .logo {
        width: 90%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 75px;
    }

    .social-menu {
        top: 0;
        margin-top: 0;
    }


    /*.social-item-share{*/
        /*top: 85px;*/
        /*position: relative;*/
    /*}*/


    .social-item-invite {
        display:none;
    }

    .pop-social h1 {
        margin-top:50px;
        line-height:1.15em;
        padding:0 16px;
    }

    .pop-social a.social-bt-wp {
        display:inline-block;
    }


    .pop-social a.social-bt-wa{
        display: none;
    }

    .pop-social .social-close-icon {
        right: 10px;
        top: 20px;
    }

    .yt {
        height: 0 !important;
        padding-bottom: 56.25% !important;
    }

    .yt-pop-up{
        margin-top:55%;
        height: 0!important;
        padding-bottom: 56.25%!important;
    }

    .yt-pop-up iframe {
        right:0;
        width:100%;
    }

    .yt-close{
        position: absolute;
        top: 10px;
        right: 10px;
    }
    li.menu-item.menu-item-crowd-connect {
        max-width: calc(100% - 260px);
    }
    .cc-title {
        padding: 2px 20px 2px 0px;
        background-position: right center;
        width: calc(100% - 2px);
    }
    body .form-connect-form {
        width: 100%;
    }
    .fcf-top {
        height: 160px;
    }
    body .form-connect-form.connect .fcf-top {
        height: 260px;
    }
    body .form-connect-form .fcf-top-text {
        padding-top: 145px;
    }
    .form-connect-form .fcf-top-text::before{
        top:40px;
    }
    li.menu-item.menu-item-portal{
        width: fit-content;
    }
}


@media screen and (min-width: 800px) {
    .page-event-129 .logo.logo-image {
        transform: scale(1.7);
    }

}



@media screen and (max-width: 1430px) and (min-width: 1024px){
    li.menu-item.menu-item-border,
    li.menu-item-form {
        padding: 0 1%;
    }
    li.menu-item.menu-item-back{
        display: inline-block;
        width: auto;
    }
    li.menu-item.menu-item-share,
    li.menu-item.menu-item-phone,
    li.menu-item.menu-item-home{
        display: inline-block;
    }
    li.menu-item.homepage-menu-logo{
        display: inline-block;
        width: auto;
    }
    li.menu-item.menu-item-share {
        background-size: 40%;
        background-position: center 16px;
    }

    li.menu-item.menu-item-back.btp-bt {
        left: 0;
        margin-right: 0;
    }

    li.menu-item.menu-item-back.btp-bt:before {
        background-size: 42%;
    }

}
@media screen and (max-width: 1024px) {
    li.menu-item.menu-item-border,
    li.menu-item-form{
        display: none;
    }
    li.menu-item.menu-item-share,
    li.menu-item.menu-item-phone,
    li.menu-item.menu-item-crowd-connect{
        display: inline-block;
        position: center;
    }
    li.menu-item.menu-item-home{
        display: inline-block;
    }
}

/*-------------------*/











/*li.menu-item.menu-item-back.btp-bt:hover {*/
/*    border: 2px solid #01acf1;*/
/*    background-color: #01acf1;*/
/*}*/

li.menu-item.menu-item-home :after {
    height: 0;
    width: 0;
}
/*li.menu-item :after {*/
    /*content: "";*/
    /*position: absolute;*/
    /*right: 0px;*/
    /*z-index: 100;*/
    /*top: calc(68px - 40px);*/
    /*width: 2px;*/
    /*height: 16px;*/
    /*background: rgba(0,0,0,.60);*/
/*}*/


.homepage-menu-logo{
    float: left;
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 1;
    transition: all 500ms ease-in-out;
    max-height: 68px;
    padding: 0;
    left: 20px;
    min-width: 90px;
    max-width: 130px;
}
/*li.menu-item.menu-item-phone._zst {*/
/*    height: 30px;*/
/*    width: auto;*/
/*}*/

li.menu-item.menu-item-phone a {
    height: 100%;
    min-width: 50px;
    display: inline-block;
    width: 100%;
    vertical-align: baseline;
    position: absolute;
    text-align: center;
    left: 0;
}


li.menu-item-phone ::after,
li.menu-item-phone ::before,
li.menu-item-phone a::before{
    content: none;
}

li.menu-item.menu-item-phone._zst::before{
    border: none;
    background: none;
}

li.menu-item.homepage-menu-logo :after {
    content: none;
}

li.menu-item.homepage-menu-logo a :after {
    content: none;
}
li.menu-item.menu-item-crowd-connect{
    float: left;
    position: relative;
    overflow: unset;
}
li.menu-item.menu-item-crowd-connect:hover::after{
    content: unset;
}
.micc-profile {
    position: absolute;
    background: #fff;
    width: 200px;
    height: 0;
    overflow: hidden;
    top: 20px;
    left: -4px;
    box-shadow: rgba(45,45,45,.05) 0 2px 2px, rgba(49,49,49,.05) 0 4px 4px, rgba(42,42,42,.05) 0 8px 8px, rgba(32,32,32,.05) 0 16px 16px, rgba(49,49,49,.05) 0 32px 32px, rgba(35,35,35,.05) 0 64px 64px;
    -webkit-box-shadow: rgba(45,45,45,.05) 0 2px 2px, rgba(49,49,49,.05) 0 4px 4px, rgba(42,42,42,.05) 0 8px 8px, rgba(32,32,32,.05) 0 16px 16px, rgba(49,49,49,.05) 0 32px 32px, rgba(35,35,35,.05) 0 64px 64px;
    -moz-box-shadow: rgba(45,45,45,.05) 0 2px 2px,rgba(49,49,49,.05) 0 4px 4px,rgba(42,42,42,.05) 0 8px 8px,rgba(32,32,32,.05) 0 16px 16px,rgba(49,49,49,.05) 0 32px 32px,rgba(35,35,35,.05) 0 64px 64px;
    transition: height 400ms;
}
.micc-profile > div {
    border-bottom: 1px solid #ccc;
    height: 50px;
    line-height: 50px;
    text-align: right;
    padding-right: 40px;
}
li.menu-item.menu-item-crowd-connect.connected:hover  .micc-profile {
    height: 210px;
}
.micc-profile>div.micc-profile-details {
    height: 110px;
    padding: 15px;
    color: #01acf1;
    text-align: center;
}
.mpd-image {
    height: 40px;
    width: 40px;
    margin: 0 auto;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    /*background-image: url(https://static.tickchak.co.il/images/user_profile/default.jpg);*/
    background-image: url(https://static.tickchak.co.il/images/user_profile/default_webp.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
.mpd-name {
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
li.menu-item.menu-item-home.home-logo {
    background-size: contain;
}
li.menu-item.menu-item-home.hide {
    display: none;
}

.tickck-item.gallery-item {
    height:100%;
}

.producer_logo {
    background-size: contain;
}

/*li.menu-item.menu-item-phone._zst.empty-phone-number{*/
/*    display: none;*/
/*}*/

.footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.live-category-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.live-category-button {
    user-select: none;
    width: fit-content;
    cursor: pointer;
    position: relative;
    text-shadow: black 0 0;
    transform: scale(1);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: rgba(45, 45, 45, 0.05) 0 2px 2px, rgba(49, 49, 49, 0.05) 0 4px 4px, rgba(42, 42, 42, 0.05) 0 8px 8px, rgba(32, 32, 32, 0.05) 0 16px 16px, rgba(49, 49, 49, 0.05) 0 32px 32px, rgba(35, 35, 35, 0.05) 0 64px 64px;
    border-radius: 25px;
    padding: 0 16px;
    transition: 200ms;
    letter-spacing: 1px;
    height: 40px;
    font-weight: normal;
    gap: 10px;
    line-height: 16px;
    background-color: rgb(255, 204, 0);
    color: rgb(3, 3, 3);
    outline: none;
    box-shadow: none;
}
.live-category-icon {
    height: 24px;
    width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
