@font-face {
    font-family: 'Heebo';
    src: url('/tickchak/fonts/Heebo-Thin.eot');
    src: url('/tickchak/fonts/Heebo-Thin.eot?#iefix') format('embedded-opentype'),
    url('/tickchak/fonts/Heebo-Thin.ttf') format('truetype'),
    url('/tickchak/fonts/Heebo-Thin.svg#Heebo-Thin') format('svg');
    font-weight: 100; /* 100, thin */
    font-style: normal;
}

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

@font-face {
    font-family: 'Heebo';
    src: url('/tickchak/fonts/Heebo-Regular.eot');
    src: url('/tickchak/fonts/Heebo-Regular.eot?#iefix') format('embedded-opentype'),
    url('/tickchak/fonts/Heebo-Regular.ttf') format('truetype'),
    url('/tickchak/fonts/Heebo-Regular.svg#Heebo-Regular') format('svg');
    font-weight: normal; /* 400, regular */
    font-style: normal;
}

@font-face {
    font-family: 'Heebo';
    src: url('/tickchak/fonts/Heebo-Medium.eot');
    src: url('/tickchak/fonts/Heebo-Medium.eot?#iefix') format('embedded-opentype'),
    url('/tickchak/fonts/Heebo-Medium.ttf') format('truetype'),
    url('/tickchak/fonts/Heebo-Medium.svg#Heebo-Medium') format('svg');
    font-weight: 500; /* 500, medium */
    font-style: normal;
}

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

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

@font-face {
    font-family: 'Heebo';
    src: url('/tickchak/fonts/Heebo-Black.eot');
    src: url('/tickchak/fonts/Heebo-Black.eot?#iefix') format('embedded-opentype'),
    url('/tickchak/fonts/Heebo-Black.ttf') format('truetype'),
    url('/tickchak/fonts/Heebo-Black.svg#Heebo-Black') format('svg');
    font-weight: 900; /* 900, black */
    font-style: normal;
}

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

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

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

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

@font-face {

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

@font-face {
    font-family: 'Assistant';
    src: url('/tickchak/fonts/Assistant-SemiBold.eot');
    src: url('/tickchak/fonts/Assistant-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/tickchak/fonts/Assistant-SemiBold.ttf') format('truetype'),
    url('/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: rtl;
    height: 100%;
}

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;
    color: #474747;
}

input, select, textarea {
    font-family: 'Assistant', serif;
}

div.bt {
    display: inline-block;
    border: solid 2px #61C4E2;
    border-radius: 50px;
    cursor: pointer;
    color: #61C4E2;
    padding: 2px 15px;
    position: relative;
}

div.bt.btb {
    background: #61C4E2;
    color: #000;
    transition: box-shadow 300ms, opacity 3;
}

.section {
    z-index: 5;
}

.homepage {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.homepage-concat-container {
    height: 478px;
    width: 100%;
    max-width: 2220px;
    min-width: 1024px;
    margin: 0 auto;
    position: absolute;
    top: 9%;
}

.homepage-concat {
    position: relative;
    background: #f1f1f1;
    height: 525px;
    transition: margin-top 500ms;
    margin-top: -525px;
}

.homepage-concat-close {
    position: absolute;
    height: 40px;
    /*left: 0;*/
    right: 0;
    top: 30px;
    /*width: 100%;*/
    z-index: 100;
}

button#enable-toolbar-trigger{
    right: 10px;
    left: unset;
}

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


/*.homepage-concat-close-bt::after{*/
/*content: '';*/
/*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%2361C4E2%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: 14px 14px;*/
/*background-position: left;*/
/*background-repeat: no-repeat;*/
/*top: 20px;*/
/*width: 14px;*/
/*height: 14px;*/
/*cursor: pointer;*/
/*left: 30px;*/
/*position: absolute;*/
/*}*/
.close::after,.homepage-concat-close-bt:after {
    content: '';
    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%2301acf1%3Bstroke-width%3A%202.5px%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: 14px 14px;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    cursor:pointer;
}

.homepage .hcc-symbol, .homepage .hcc-details {
    display: inline-block;
    position: relative;
}

.hcc-symbol {
    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%20viewBox%3D%220%200%20223.06%20374.51%22%3E%3Cdefs%3E%3Csymbol%20id%3D%22a%22%20viewBox%3D%220%200%20223.06%20374.51%22%3E%3Cpath%20d%3D%22M165.36%2C331c-14.06-14.05-36.53-11.14-48.85-10.49C88.72%2C322%2C76.64%2C304%2C76.64%2C304s-18.15%2C29.48-4.1%2C43.53%2C34.68%2C11.33%2C46.41%2C11.33c27.57%2C0%2C42.3%2C15.65%2C42.3%2C15.65S179.41%2C345%2C165.36%2C331Z%22%20style%3D%22fill%3A%2389d4e5%22%2F%3E%3Cpath%20d%3D%22M147%2C42.85l7.58-5.68%2C1.54-5.57-2.61-7.25-5.28-2.53c.19-1.42-3-3.73-3.79-2.58L141.22%2C19l1.52%2C17.54Z%22%20style%3D%22fill%3A%2361c4e2%22%2F%3E%3Cpath%20d%3D%22M75%2C36.52%2C67.2%2C42.85l-.5%2C46.7%2C5.77%2C26.21%2C12%2C22.82%2C40.2-10h18.67s8.1-10.11%2C8.61-11.44S157.23%2C89%2C157.23%2C89l-2-16.09-4.48-30.08-9.54-7.93Z%22%20style%3D%22fill%3A%23d1eefc%22%2F%3E%3Cpath%20d%3D%22M150.83%2C41.46c-5.2-4.38-7.33-8.57-6.67-15.71.14-1.51-.06-7.65-.72-6.32l-2.6.31-4.56%2C14.17%2C6.81%2C10.85%2C2.33%2C5.64-.2-4.47Z%22%20style%3D%22fill%3A%2389d4e5%22%2F%3E%3Cpath%20d%3D%22M67.87%2C40.46l-.67%2C2.39-4.43%2C5.67-1.11%2C6.53%2C4.71%2C31.71.33%2C2.91s3.37-3.68%2C3.87-4.29S72%2C73.6%2C72%2C73.6L71%2C55.05%2C68.86%2C44.67Z%22%20style%3D%22fill%3A%230c9ecc%22%2F%3E%3Cpolygon%20points%3D%22154.55%2037.17%20159.46%2038.09%20162.35%2045.97%20161.54%2061.76%20158.66%2072.93%20156.74%2048.52%20151.9%2040.07%20154.55%2037.17%22%20style%3D%22fill%3A%230c9ecc%22%2F%3E%3Cpolygon%20points%3D%22146.97%2044.69%20143.29%2047.23%20146.31%2053.99%20156.74%2088.49%20158.66%2079.11%20156.74%2054.93%20153.93%2043.88%20150.33%2041.79%20146.97%2044.69%22%20style%3D%22fill%3A%2361c4e2%22%2F%3E%3Cpath%20d%3D%22M167.88%2C172.27v20.85l-14%2C22.59-19.3%2C18L112%2C255.31%2C145%2C209l11.75-20.63V172.12l-1.56-11.85c-5.41-27.39%2C4.09-14.91%2C7.4-15.82Z%22%20style%3D%22fill%3A%2329ade4%22%2F%3E%3Cpath%20d%3D%22M157.23%2C116.52l5.89%2C30.83a29.19%2C29.19%2C0%2C0%2C1-9.64.14v-.06l-6.89-27%2C10.65-30.84Z%22%20style%3D%22fill%3A%2329ade4%22%2F%3E%3Cpolyline%20points%3D%22153.48%20147.49%20156.73%20172.12%20156.73%20188.41%20144.98%20209.03%20111.96%20255.31%20136.74%20207%20146.97%20186.09%20146.97%20171.44%20145.44%20143.73%22%20style%3D%22fill%3A%230c9ecc%22%2F%3E%3Cpath%20d%3D%22M153.47%2C147.43v.06a39.18%2C39.18%2C0%2C0%2C1-7.95-2.05l-1.32-23.72%2C2.37-1.32Z%22%20style%3D%22fill%3A%230c9ecc%22%2F%3E%3Cpath%20d%3D%22M147%2C169.19V186.1L136.74%2C207%2C112%2C255.31l23-71.69V168.1l1.79-43.92c3.45%2C1%2C4.86-.45%2C7.46-2.46Z%22%20style%3D%22fill%3A%2389d4e5%22%2F%3E%3Cpath%20d%3D%22M73.62%2C6.55%2C141.22%2C19s-9.43%2C8.2%2C3.71%2C28.25a.39.39%2C0%2C0%2C1%2C.07.23.41.41%2C0%2C0%2C1-.6.36C139.19%2C45%2C121.53%2C36.21%2C112%2C38.94c-11.3%2C3.23-31.72%2C4.86-41.61%2C1.87-14.3-4.33-11.74-36-.94-40.05Z%22%20style%3D%22fill%3A%2389d4e5%22%2F%3E%3Cpolyline%20points%3D%22121.02%20128.88%20120.61%20128.1%20122.36%20127.19%20136.75%20123.16%22%20style%3D%22fill%3A%230c9ecc%22%2F%3E%3Cpath%20d%3D%22M136.73%2C124.65l-1.37%2C33.83-.4%2C25.14-23%2C71.69%2C8-67.46.57-31.65L120%2C129.71C128.68%2C122.6%2C134.35%2C126%2C136.73%2C124.65Z%22%20style%3D%22fill%3A%2361c4e2%22%2F%3E%3Cpath%20d%3D%22M124.62%2C128.54l-4.1%2C27.66h0L112%2C161.36l-9.71-5.87h0c.54-1.79-8.76%2C1.49-8.56.9%2C2.29-1.13%2C7.18-30.24%2C10.9-28.78%2C5.29%2C2.05%2C6.34%2C5.28%2C6.34%2C5.28S119%2C128%2C124.62%2C128.54Z%22%20style%3D%22fill%3A%2329ade4%22%2F%3E%3Cpath%20d%3D%22M120.52%2C156.2%2C120%2C187.85l-8%2C67.46-7-13.75c-2-4.32-1.62-4-1.16-5.13%2C3.39-8.51-3.43-30.56-5.88-46.35-1.83-11.73%2C2.17-27.35%2C4.35-34.6h0l9.71%2C5.87%2C8.55-5.16Z%22%20style%3D%22fill%3A%2329ade4%22%2F%3E%3Cpath%20d%3D%22M103%2C237.24l9%2C18.07-10.07-14.06C100.35%2C239.2%2C102.34%2C237.77%2C103%2C237.24Z%22%20style%3D%22fill%3A%230c9ecc%22%2F%3E%3Cpath%20d%3D%22M101.39%2C239.66l10.51%2C14.69-9.85-8.54-3.64-2.4C99%2C242.74%2C100.94%2C241.32%2C101.39%2C239.66Z%22%20style%3D%22fill%3A%2361c4e2%22%2F%3E%3Cpath%20d%3D%22M85.65%2C203.87l5.62%2C6.88S89%2C193.66%2C89%2C191.08c0-2%2C.14-4.5.44-7.41.89-8.64%2C3.2-20.45%2C7.51-29%2C2.4-1%2C2-1.94%2C3.92-2.89-.2.59%2C2%2C1.87%2C1.41%2C3.66-2.18%2C7.25-6.18%2C22.87-4.35%2C34.6%2C2.45%2C15.79%2C8.23%2C39.31%2C4.84%2C47.82a27.35%2C27.35%2C0%2C0%2C1-1.8%2C3.66%2C21.9%2C21.9%2C0%2C0%2C1-1.32%2C2c-.51.71-1.56.15-2.18.82-9%2C9.83-15.68%2C6-21.34%2C2.4a28.54%2C28.54%2C0%2C0%2C1-6.74-6.09L55.93%2C224.28s20-1%2C27.85-22.71l1.87%2C2.29Z%22%20style%3D%22fill%3A%230c9ecc%22%2F%3E%3Cpath%20d%3D%22M104%2C127.19l.59.41a87.51%2C87.51%2C0%2C0%2C1-16.69%2C13.13l-.69-17.36%2C8.1%2C2.44A56.72%2C56.72%2C0%2C0%2C0%2C104%2C127.19Z%22%20style%3D%22fill%3A%230c9ecc%22%2F%3E%3Cpath%20d%3D%22M91.27%2C210.75l-5.62-6.88h0L84%2C200.41%2C77%2C186.1V171.44l1.51-27c3.82-.38%2C6-2.74%2C9.41-3.68L89%2C168.1v15.52l.42%2C0c-.3%2C2.91-.44%2C5.46-.44%2C7.41C89%2C193.66%2C91.27%2C210.75%2C91.27%2C210.75Z%22%20style%3D%22fill%3A%2361c4e2%22%2F%3E%3Cpath%20d%3D%22M105%2C126.67c-4.31%2C8.51-14.71%2C48.36-15.6%2C57l-.42%2C0L88.69%2C161l-1-25.82C87.78%2C144.78%2C101.23%2C128.84%2C105%2C126.67Z%22%20style%3D%22fill%3A%230c9ecc%22%2F%3E%3Cpath%20d%3D%22M87.19%2C123.37l.69%2C17.36a59%2C59%2C0%2C0%2C1-9.47%2C4.63l1.31-23.64-2.37-1.32Z%22%20style%3D%22fill%3A%2361c4e2%22%2F%3E%3Cpath%20d%3D%22M76%2C203.76a62.16%2C62.16%2C0%2C0%2C1%2C8-3.32l.06%2C0%2C1.69%2C3.45-1.87-2.29c-7.84%2C21.68-27.85%2C22.71-27.85%2C22.71l-.65-.3s2.59-7.08%2C11.16-14.07A51.43%2C51.43%2C0%2C0%2C1%2C76%2C203.76Z%22%20style%3D%22fill%3A%230c9ecc%22%2F%3E%3Cpath%20d%3D%22M77%2C186.1l7%2C14.31-.06%2C0a62.16%2C62.16%2C0%2C0%2C0-8%2C3.32L67.2%2C188.41V172.12l3.47-25.51a9%2C9%2C0%2C0%2C0%2C7.86-3.32L77%2C168.89Z%22%20style%3D%22fill%3A%2329ade4%22%2F%3E%3Cpath%20d%3D%22M79.72%2C121.72l-1.31%2C23.64a40.2%2C40.2%2C0%2C0%2C1-8%2C2.14v-.07l6.89-27Z%22%20style%3D%22fill%3A%2329ade4%22%2F%3E%3Cpath%20d%3D%22M66.7%2C89.56%2C77.35%2C120.4l-6.89%2C27v.07a28.47%2C28.47%2C0%2C0%2C1-9%2C0l0-.11%2C5.21-30.91Z%22%20style%3D%22fill%3A%230c9ecc%22%2F%3E%3Cpath%20d%3D%22M67.2%2C188.41%2C76%2C203.76a51.43%2C51.43%2C0%2C0%2C0-9.51%2C6.15L56.05%2C193.12V172.27l3.39-14.07c1%2C.28%2C2.87-13.37%2C5-18.4%2C4.36-10.35%2C9.92-16.57%2C12-16.43L67.2%2C172.12Z%22%20style%3D%22fill%3A%230c9ecc%22%2F%3E%3Cpath%20d%3D%22M81.12%2C12.07H98l3.4%2C4.21.83%2C10.9%2C5.67%2C10.91V40l-13%2C2.59s-5.06.86-5.1-.29-4.86-15.2-5.2-15.07%2C0-12.34%2C0-12.34Z%22%20style%3D%22fill%3A%2361c4e2%22%2F%3E%3Cpath%20d%3D%22M63.58%2C13.18H80.47l3.39%2C4.21L84.7%2C30l5.66%2C9.11V41l-13%2C2.6s-5.06.86-5.1-.29S67.36%2C29.89%2C67%2C30%2C67%2C16%2C67%2C16Z%22%20style%3D%22fill%3A%2389d4e5%22%2F%3E%3Cpath%20d%3D%22M96.92%2C11.27h16.9l3.39%2C4.21.83%2C10.9%2C5.67%2C11v1.86l-12.64.72s-5.46%2C2.73-5.49%2C1.58-4.87-15.26-5.2-15.13%2C0-12.34%2C0-12.34Z%22%20style%3D%22fill%3A%230c9ecc%22%2F%3E%3Cpolygon%20points%3D%22111.97%20133.29%20104.26%20188.85%20112.54%20256.31%20107.43%20236.43%2098.14%20191.64%20104.64%20129.65%20111.97%20133.29%22%20style%3D%22fill%3A%2384d3e8%22%2F%3E%3Cpath%20d%3D%22M91.16%2C209c-.2%2C6.75.87%2C16.82-4.88%2C16.82-2.9%2C0-11-11.31-11-11.31l-5.69%2C6.74S80%2C235.47%2C80.38%2C235.72s10.28%2C4.5%2C11.53%2C3.38%2C5.87-4%2C6.12-6.38%2C0-15.87%2C0-15.87S94.28%2C201%2C94.28%2C200.44%2C90%2C182.37%2C90%2C182.37l-.76%2C12.37Z%22%20style%3D%22fill%3A%2329ade4%22%2F%3E%3Cpath%20d%3D%22M99.78%2C153.38A100.58%2C100.58%2C0%2C0%2C0%2C95%2C169.2C92%2C184%2C94.53%2C198.37%2C99.09%2C212.56a50%2C50%2C0%2C0%2C1%2C2.13%2C15.6c-.06%2C5.26-1.94%2C12-7.06%2C14.69-9%2C4.79-18.25-5.25-18.25-5.25L63.54%2C222.5l6.62-3.29s10.62%2C16.14%2C16.62%2C16%2C11.13-4.37%2C9.5-18.87c-.65-5.78-9.55-34-5.12-45.38Z%22%20style%3D%22fill%3A%2361c4e2%22%2F%3E%3Cpath%20d%3D%22M79.17%2C210.54s3.61%2C5.93%2C5.36%2C5.81%2C4.56-8.28%2C4.56-8.28%22%20style%3D%22fill%3Anone%22%2F%3E%3Cpath%20d%3D%22M67.91%2C213.71A107.75%2C107.75%2C0%2C0%2C1%2C78%2C207a53.56%2C53.56%2C0%2C0%2C1-8.57%2C8.78%2C42.63%2C42.63%2C0%2C0%2C1-9.06%2C5.3A44%2C44%2C0%2C0%2C1%2C67.91%2C213.71Z%22%20style%3D%22fill%3A%2389d4e5%22%2F%3E%3Cpath%20d%3D%22M80.64%2C42.25c-18.78-14.46-7-35.7-7-35.7l-5-4.11S55%2C27.72%2C73.8%2C42.25Z%22%20style%3D%22fill%3A%2361c4e2%22%2F%3E%3Cpath%20d%3D%22M96.67%2C41.25C77.9%2C27%2C87.77%2C11.12%2C87.77%2C11.12L78.41%2C8.71s-9.07%2C19%2C9.71%2C33.54Z%22%20style%3D%22fill%3A%230c9ecc%22%2F%3E%3Cpath%20d%3D%22M113.4%2C38.94c-18.78-13.06-8.9-27.47-8.9-27.47l-8.37-.73s-8.65%2C15.32%2C10.13%2C29.72Z%22%20style%3D%22fill%3A%2329ade4%22%2F%3E%3Cpath%20d%3D%22M144.93%2C47.23c-9.56-12.07-3.8-22.38-1.49-27.8a1.39%2C1.39%2C0%2C0%2C0-1.05-2L136.54%2C17a1.24%2C1.24%2C0%2C0%2C0-1.08.5C133%2C20.74%2C121.09%2C32.1%2C138%2C45.08Z%22%20style%3D%22fill%3A%2329ade4%22%2F%3E%3Cpath%20d%3D%22M131.42%2C41.79c-19.56-13.37-12.08-29.38-12.08-29.38l-6.89-.67s-9.87%2C14.25%2C8.91%2C27.2Z%22%20style%3D%22fill%3A%2361c4e2%22%2F%3E%3Cpath%20d%3D%22M137.07%2C44.32c-8.85-21.49-.16-27.36-.16-27.36l-10.49-4.27c-11%2C18.21%2C7.18%2C29.86%2C7.18%2C29.86Z%22%20style%3D%22fill%3A%230c9ecc%22%2F%3E%3Cpath%20d%3D%22M157.41%2C85.43c1-42.49-6.65-42.58-6.65-42.58l2.31-4.76s9.37-.93%2C5.41%2C43.05%22%20style%3D%22fill%3A%2389d4e5%22%2F%3E%3Cpath%20d%3D%22M67.2%2C86.1a170.39%2C170.39%2C0%2C0%2C1-.41-41.34l-2.48.49-1.54%2C4.18-.56%2C2.36-.55%2C3.26%2C1.48%2C10.68Z%22%20style%3D%22fill%3A%2361c4e2%22%2F%3E%3Cpath%20d%3D%22M69.05%2C85.38c-.85-8.89%2C0-31.62%2C0-31.62l1.61-.4.75%2C9.41V76.1Z%22%20style%3D%22fill%3A%2389d4e5%22%2F%3E%3Cpath%20d%3D%22M55.94%2C224.28s17.27%2C26.4%2C30.18%2C26.8%22%20style%3D%22fill%3Anone%22%2F%3E%3Cpath%20d%3D%22M147%2C44.69l-2.56%2C3.13%2C6.35%2C23.78%2C6%2C15.16C153.23%2C46.65%2C147%2C44.69%2C147%2C44.69%22%20style%3D%22fill%3A%2389d4e5%22%2F%3E%3Cpath%20d%3D%22M39%2C175.69c.68-2%2C1.87-3.76.52-5.39a3.82%2C3.82%2C0%2C0%2C0-5.39-.53l-.16.11a22.43%2C22.43%2C0%2C0%2C0%2C24.45%2C37.26S31.12%2C198.76%2C39%2C175.69Z%22%20style%3D%22fill%3A%2361c4e2%22%2F%3E%3Cpath%20d%3D%22M16.77%2C146.26a11.06%2C11.06%2C0%2C0%2C0%2C12.83%2C18l.17-.15a3.68%2C3.68%2C0%2C0%2C0%2C.51-5.18c-1.29-1.57-3.17-.83-5.18-.51-11.73%2C1.9-8.55-12-8.55-12A11.06%2C11.06%2C0%2C0%2C0%2C2.88%2C129l-.17.15a3.69%2C3.69%2C0%2C0%2C0%2C4.94%2C5.47s8.59-3.39%2C9.76%2C9.91%22%20style%3D%22fill%3A%2389d4e5%22%2F%3E%3Cpath%20d%3D%22M25.1%2C158.43S39.59%2C156.8%2C39%2C175.69c0%2C0%2C2.94-4.29%2C3.14-4.72s1-5.45%2C1-5.45L40.69%2C160l-4-3.53-5.54-.5-3.84.87Z%22%20style%3D%22fill%3A%2329ade4%22%2F%3E%3Cpath%20d%3D%22M82.63%2C343a.75.75%2C0%2C0%2C1-.19-.58.76.76%2C0%2C0%2C1%2C.25-.59.74.74%2C0%2C0%2C1%2C1%2C0%2C.82.82%2C0%2C0%2C1%2C.18.62.77.77%2C0%2C0%2C1-.25.55.72.72%2C0%2C0%2C1-1-.05Zm.86-12.5.06-1.27.66%2C0-.07%2C1.27-.56%2C8.95-.49%2C0Z%22%2F%3E%3Cpath%20d%3D%22M89.25%2C337.35l.17-1.37.56%2C0-.61%2C11.39-.66%2C0Zm2.5%2C5.45a6.82%2C6.82%2C0%2C0%2C0%2C2-.46%2C3.42%2C3.42%2C0%2C0%2C0%2C1.49-1.41%2C7.66%2C7.66%2C0%2C0%2C0%2C.91-3.06l.66-4.78-7.53-.4%2C0-.62%2C8.22.44-.07.62-.67%2C4.78a6.31%2C6.31%2C0%2C0%2C1-1.72%2C4.21%2C5%2C5%2C0%2C0%2C1-3.3%2C1.3Z%22%2F%3E%3Cpath%20d%3D%22M102.37%2C335.18l-.16-2.42.66%2C0%2C.16%2C2.41-.16%2C3-.09%2C1.29-.65.17Z%22%2F%3E%3Cpath%20d%3D%22M107.94%2C343.67l2.83.15a4.5%2C4.5%2C0%2C0%2C0%2C3.1-.81c.8-.61%2C1.24-1.75%2C1.33-3.42l.06-1.08a5.58%2C5.58%2C0%2C0%2C0-.64-3.38%2C2.93%2C2.93%2C0%2C0%2C0-2.43-1.21l-2.59-.14-.77%2C2.59a5.81%2C5.81%2C0%2C0%2C0-.26%2C1.36%2C1.81%2C1.81%2C0%2C0%2C0%2C.36%2C1.31%2C2.59%2C2.59%2C0%2C0%2C0%2C1.4.72l-.27.59a3%2C3%2C0%2C0%2C1-1.68-.93%2C2.44%2C2.44%2C0%2C0%2C1-.45-1.72%2C7.33%2C7.33%2C0%2C0%2C1%2C.24-1.37l.93-3.2%2C3.12.17a3.59%2C3.59%2C0%2C0%2C1%2C2.85%2C1.39%2C5.91%2C5.91%2C0%2C0%2C1%2C.85%2C3.81l-.06%2C1.13c-.19%2C3.38-1.89%2C5-5.12%2C4.81l-2.83-.16Z%22%2F%3E%3Cpath%20d%3D%22M119.29%2C344.59a2.38%2C2.38%2C0%2C0%2C0%2C1.84-.68%2C2.93%2C2.93%2C0%2C0%2C0%2C.63-1.91l.44-8.16%2C4.24.23a3.38%2C3.38%2C0%2C0%2C1%2C2.46%2C1%2C4%2C4%2C0%2C0%2C1%2C.72%2C3l-.39%2C7.39-.66%2C0L129%2C338a3.39%2C3.39%2C0%2C0%2C0-.6-2.48%2C2.76%2C2.76%2C0%2C0%2C0-2-.85l-3.55-.19-.4%2C7.53a3.53%2C3.53%2C0%2C0%2C1-.82%2C2.28%2C3.13%2C3.13%2C0%2C0%2C1-2.23.85Z%22%2F%3E%3Cpath%20d%3D%22M146.86%2C339a3.39%2C3.39%2C0%2C0%2C0-.6-2.48%2C2.74%2C2.74%2C0%2C0%2C0-2-.85l-3.8-.2%2C0-.62%2C3.83.21a3.42%2C3.42%2C0%2C0%2C1%2C2.46%2C1%2C4.08%2C4.08%2C0%2C0%2C1%2C.73%2C3l-.62%2C11.49-.66%2C0Z%22%2F%3E%3Cpath%20d%3D%22M159.56%2C335.85l0%2C.61-4.72%2C10.35-.65%2C0%2C4.71-10.34-6.67-.36.22-4.15.66%2C0-.19%2C3.53Z%22%2F%3E%3Cpath%20d%3D%22M14.6%2C272.49H4.27V263h31v9.5H24.92v33.36H14.6Z%22%2F%3E%3Cpath%20d%3D%22M59.07%2C304.57a14.52%2C14.52%2C0%2C0%2C1-5.4-6%2C20.11%2C20.11%2C0%2C0%2C1-2-9.23%2C18.58%2C18.58%2C0%2C0%2C1%2C2.19-9.2%2C15.23%2C15.23%2C0%2C0%2C1%2C5.88-6%2C16.17%2C16.17%2C0%2C0%2C1%2C8-2.08%2C12.53%2C12.53%2C0%2C0%2C1%2C8.76%2C3.43l-4.8%2C7.26a5.11%2C5.11%2C0%2C0%2C0-3.36-1.59%2C5.27%2C5.27%2C0%2C0%2C0-4.5%2C2.21%2C9.9%2C9.9%2C0%2C0%2C0-1.62%2C6%2C9.69%2C9.69%2C0%2C0%2C0%2C1.65%2C5.93A4.92%2C4.92%2C0%2C0%2C0%2C68%2C297.54a7.84%2C7.84%2C0%2C0%2C0%2C4.8-2.1l4%2C7.38a12.46%2C12.46%2C0%2C0%2C1-4.71%2C2.93%2C16%2C16%2C0%2C0%2C1-5.25.89A14.71%2C14.71%2C0%2C0%2C1%2C59.07%2C304.57Z%22%2F%3E%3Cpath%20d%3D%22M78.48%2C260H88.57v24.4h.24l8.28-11.48h11.16L97.57%2C286.6l11.28%2C19.25H97.69l-6-11.73-3.12%2C3.82v7.91H78.48Z%22%2F%3E%3Cpath%20d%3D%22M112.37%2C304.57a14.52%2C14.52%2C0%2C0%2C1-5.4-6%2C20.11%2C20.11%2C0%2C0%2C1-2-9.23%2C18.58%2C18.58%2C0%2C0%2C1%2C2.19-9.2%2C15.18%2C15.18%2C0%2C0%2C1%2C5.89-6%2C16.11%2C16.11%2C0%2C0%2C1%2C8-2.08%2C12.53%2C12.53%2C0%2C0%2C1%2C8.76%2C3.43l-4.8%2C7.26a5.11%2C5.11%2C0%2C0%2C0-3.36-1.59%2C5.27%2C5.27%2C0%2C0%2C0-4.5%2C2.21%2C9.9%2C9.9%2C0%2C0%2C0-1.62%2C6%2C9.76%2C9.76%2C0%2C0%2C0%2C1.65%2C5.93%2C4.92%2C4.92%2C0%2C0%2C0%2C4.11%2C2.24%2C7.84%2C7.84%2C0%2C0%2C0%2C4.8-2.1l4%2C7.38a12.46%2C12.46%2C0%2C0%2C1-4.71%2C2.93%2C16%2C16%2C0%2C0%2C1-5.25.89A14.71%2C14.71%2C0%2C0%2C1%2C112.37%2C304.57Z%22%2F%3E%3Cpath%20d%3D%22M131.78%2C260h10.33v10.68l-.48%2C5.67a19.27%2C19.27%2C0%2C0%2C1%2C4.08-3%2C10.06%2C10.06%2C0%2C0%2C1%2C4.92-1.19q4.8%2C0%2C7.08%2C3.53t2.28%2C9.92v20.31H149.67V287a8.67%2C8.67%2C0%2C0%2C0-.69-4.16%2C2.49%2C2.49%2C0%2C0%2C0-2.31-1.12%2C4.48%2C4.48%2C0%2C0%2C0-2.28.56%2C11%2C11%2C0%2C0%2C0-2.28%2C2v21.62H131.78Z%22%2F%3E%3Cpath%20d%3D%22M166.65%2C305.26a8.94%2C8.94%2C0%2C0%2C1-3.16-3.69%2C11.83%2C11.83%2C0%2C0%2C1-1.08-5.08%2C9.54%2C9.54%2C0%2C0%2C1%2C3.88-8.11q3.87-2.89%2C12.45-3.89a3.66%2C3.66%2C0%2C0%2C0-1.2-2.61%2C4.75%2C4.75%2C0%2C0%2C0-3-.82%2C9.8%2C9.8%2C0%2C0%2C0-3.36.66%2C24.88%2C24.88%2C0%2C0%2C0-4.2%2C2.11l-3.61-7.39a23.9%2C23.9%2C0%2C0%2C1%2C13.21-4.35q12.48%2C0%2C12.48%2C15.43v18.33h-8.4l-.72-3.16h-.24q-4%2C4-8.28%2C3.95A8.4%2C8.4%2C0%2C0%2C1%2C166.65%2C305.26ZM177%2C297.38a9.54%2C9.54%2C0%2C0%2C0%2C1.77-1.68v-4.49q-6.48%2C1.07-6.48%2C4.36a2.16%2C2.16%2C0%2C0%2C0%2C.72%2C1.74%2C3%2C3%2C0%2C0%2C0%2C2%2C.63A3.37%2C3.37%2C0%2C0%2C0%2C177%2C297.38Z%22%2F%3E%3Cpath%20d%3D%22M192.69%2C260h10.08v24.4H203l8.28-11.48h11.17L211.77%2C286.6l11.29%2C19.25H211.89l-6-11.73-3.12%2C3.82v7.91H192.69Z%22%2F%3E%3Cpath%20d%3D%22M105%2C146.49s-9.56%2C28.45-7.11%2C44.24%2C8.24%2C37.31%2C4.84%2C45.82c-3.16%2C7.91-11.45%2C18.76-26.63%2C10.91a22.53%2C22.53%2C0%2C0%2C1-6.75-6.09l-13.4-16.44s20-1%2C27.85-22.71l7.48%2C9.18S89%2C194.31%2C89%2C191.73c0-7.78%2C5.37-31.76%2C11.23-43.12%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cpolyline%20points%3D%22162.35%20140.72%20167.88%20172.91%20167.88%20193.77%20153.91%20216.36%20134.6%20234.38%20111.97%20255.96%2099.05%20243.46%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cpath%20d%3D%22M58.33%2C161%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cpolyline%20points%3D%2265.9%20209.69%2056.05%20193.77%2056.05%20172.91%2062.32%20140.72%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cpath%20d%3D%22M144.93%2C47.88c-.28.32-.15.79-.52.59-5.22-2.78-22.88-11.61-32.44-8.88-11.31%2C3.23-31.73%2C4.86-41.62%2C1.87-14.3-4.33-13.67-29.8-1.68-39%2C0%2C0%2C3%2C8.11%2C32.35%2C9.43%2C68.06%2C3.07%2C54.53%2C24.3%2C54.53%2C24.3S150.33%2C41.79%2C144.93%2C47.88Z%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cpath%20d%3D%22M145%2C47.66l9.57-10.49c9.23%2C0%2C8.3%2C17%2C8.3%2C17l-5.62%2C35.54L145.86%2C53.2Z%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cpath%20d%3D%22M70.35%2C41.46s-3.65%2C4.59%2C0%2C11.86%2C0%2C30.7%2C0%2C30.7L66.7%2C89.67%2C61.89%2C57.36s-2.69-11.31%2C8.46-15.9%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cline%20x1%3D%22115.86%22%20y1%3D%2275.61%22%20x2%3D%22132.83%22%20y2%3D%2277.99%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cline%20x1%3D%22116.05%22%20y1%3D%22121.71%22%20x2%3D%22117.32%22%20y2%3D%22121.71%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cline%20x1%3D%22109.8%22%20y1%3D%22121.71%22%20x2%3D%22108.53%22%20y2%3D%22121.71%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cpath%20d%3D%22M54.4%2C224s6.66-15.18%2C29.51-22.94%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cpath%20d%3D%22M66%2C214.54a44.79%2C44.79%2C0%2C0%2C0-6.47%2C6.37.22.22%2C0%2C0%2C0%2C.24.35s1.26.37%2C5.28-2%2C4.39-3.35%2C4.39-3.35%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%22%2F%3E%3Cpath%20d%3D%22M39.16%2C175.38a11.06%2C11.06%2C0%2C0%2C0-14-17.09%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cpath%20d%3D%22M39%2C175.55a3.84%2C3.84%2C0%2C0%2C0-4.87-5.93l-.16.11A22.43%2C22.43%2C0%2C0%2C0%2C58.38%2C207%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cpath%20d%3D%22M25.1%2C158.29A3.68%2C3.68%2C0%2C1%2C1%2C29.77%2C164l-.17.14a11.06%2C11.06%2C0%2C0%2C1-12.83-18%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cpath%20d%3D%22M7.65%2C134.51a3.68%2C3.68%2C0%2C1%2C1-4.94-5.46l.17-.15a11.06%2C11.06%2C0%2C0%2C1%2C13.67%2C17.38%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cpath%20d%3D%22M121%2C128.54%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A3px%22%2F%3E%3Cpath%20d%3D%22M112%2C147.6%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A3px%22%2F%3E%3Cline%20x1%3D%22120.96%22%20y1%3D%2281.25%22%20x2%3D%22125.94%22%20y2%3D%2282.21%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cline%20x1%3D%22107.62%22%20y1%3D%2275.61%22%20x2%3D%2290.65%22%20y2%3D%2277.99%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cline%20x1%3D%22102.52%22%20y1%3D%2281.25%22%20x2%3D%2297.54%22%20y2%3D%2282.21%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Crect%20x%3D%2237.7%22%20y%3D%22262.99%22%20width%3D%2210.32%22%20height%3D%229.89%22%20style%3D%22fill%3A%2329ade4%22%2F%3E%3Crect%20x%3D%2237.7%22%20y%3D%22272.88%22%20width%3D%2210.32%22%20height%3D%2232.97%22%2F%3E%3Cpolygon%20points%3D%22105.75%20145.27%20114.73%20141.61%20119.05%20148.96%20112.4%20151.1%20106.58%20149.2%20105.75%20145.27%22%20style%3D%22fill%3A%2361c4e2%22%2F%3E%3Cpath%20d%3D%22M171.65%2C127.54%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cpath%20d%3D%22M53.63%2C127.54S71.45%2C152.21%2C114%2C136.4c0%2C0%2C41.14%2C14.32%2C57.68-8.86-17.72%2C14.85-44.43-1.87-44.43-1.87L113%2C133.29l-8.4-5.69-6.43-1.93S79.52%2C141.36%2C53.63%2C127.54Z%22%20style%3D%22fill%3A%2361c4e2%22%2F%3E%3Cpolyline%20points%3D%2264.22%20131.88%2066.7%20117.16%2066.7%2090.2%2077.35%20121.05%20103.98%20127.84%20112.97%20133.29%20122.36%20127.84%20146.58%20121.05%20157.23%2090.2%20157.23%20117.16%20161.3%20133.88%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cpath%20d%3D%22M103.9%2C147.1l6.37%2C3.47a5.51%2C5.51%2C0%2C0%2C0%2C5.5-.12l6-3.6%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cpath%20d%3D%22M53.63%2C127.54c1.27%2C3.75%2C20.81%2C39.85%2C60.34%2C15.24%2C1.65%2C3.38%2C37.68%2C20.62%2C56.53-13.13-16.38%2C17.2-45.88%2C3.23-49.23.71l-8.06%2C4.6-3.41-1.74-4-2.62S73.61%2C151.22%2C53.63%2C127.54Z%22%20style%3D%22fill%3A%2329ade4%22%2F%3E%3Cpath%20d%3D%22M96.33%2C126.73c-6.56%2C6-29.71%2C12.76-43.13-.06%2C0%2C0%2C20.27%2C42.91%2C60.37%2C15.14%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A3px%22%2F%3E%3Cpath%20d%3D%22M129.62%2C126c6.55%2C6%2C30%2C13.43%2C43.39.61%2C0%2C0-19.34%2C43-59.44%2C15.2%22%20style%3D%22fill%3Anone%3Bstroke%3A%23231f20%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A3px%22%2F%3E%3C%2Fsymbol%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%204%3C%2Ftitle%3E%3Cuse%20width%3D%22223.06%22%20height%3D%22374.51%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px;
    margin-top: -70px;
    width: 30%;
    margin-bottom: 40px;
}

.hcc-details {
    width: 69%;
}

.hcc-details h3 {
    color: #999999;
    font-weight: 200;
    position: relative;
    margin-right: -7px;
    top: -20px;
    font-size: 18px;
    width: 690px;
}
.hcc-details h3 span {
    text-decoration-line: underline;
    color: #61C4E2;
    cursor: pointer;
}

.hcc-details input,.hcc-details select {
    border: 0;
    border-bottom: 1px solid #999999;
    color: #999999;
    width: 100%;
    margin-top: 28px;
    font-weight: 500;
    background: transparent;
    font-size: 16px;
    position: relative;
}

.hcc-details input:focus,.hcc-details select:focus {
    outline: 0;
}

input.hcc-d-comments {
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.hcc-details li {
    position: relative;
}

.hcc-create-account, .hcc-quick-registration {
    display: inline-block;
}

.hcc-producer {
    margin-left: 3%;
}

.hcc-producer, .hcc-production {
    display: inline-block;
    width: 48%;
}

/**/
.mininotify {
    position: relative;
    z-index: 1;
    left: 10px;
    top: 51px;
}

.mininotify::before {
    content: attr(data-hint);
    text-align: center;
    position: absolute;
    bottom: -46px;
    left: 2px;
    direction: rtl;
    display: inline-block;
    width: max-content;
    background-color: #b20000;
    border: none;
    color: white;
    font-size: 13px;
    padding: 9px 11px;
    border-radius: 3px;
    pointer-events: none;
    cursor: default;
    -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);
}

.mininotify::after {
    content: "";
    position: absolute;
    background-color: #b20000;
    height: 10px;
    width: 10px;
    transform: rotate(45deg) skew(15deg,15deg);
    bottom: -15px;
    left: 60px;
}
/**/

.hcc-production{
    display: none;
}

.hcc-quick-registration, .hcc-details-send {
    float: left;
    position: relative;
}

.hcc-details-send {
    display: inline-block;
    margin-top: -10px;
    float: left;
    height: 40px;
}

.bt.hcc-bt-send {
    background-color: #61C4E2;
    color: white;
    padding: 7px 15px;
}
.bt.hcc-bt-send:hover {
    background-color: #f1f1f1;
    color: #61C4E2;
}

.bt.bt-rotate.hcc-bt-send{
    background-color: #f1f1f1;
    color: transparent;
}
.bt.bt-rotate.hcc-bt-send:hover {
    background-color: #f1f1f1;
    color: transparent;
}

.hcc-quick-reg-container {
    position: absolute;
    display: inline-block;
    width: 22%;
    top: 35%;
    text-align: center;
}

.bt.hcc-quick-registration {
    border: none;
    padding: 0;
    font-size: 25px;
    font-weight: 500;
    display: block;
    position: relative;
    float: unset;
    margin-bottom: 30px;
}

.hcc-quick-registration::after{
    content: "";
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%222426.77%2083.5%2028.944%2039.239%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%2361c4e2%3B%20%7D%20.cls-2%20%7B%20fill%3A%20none%3B%20stroke%3A%20%2363c4e2%3B%20stroke-width%3A%201.5px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Symbol_1_1%22%20data-name%3D%22Symbol%201%20%E2%80%93%201%22%20transform%3D%22translate%281986%20-2%29%22%3E%20%3Cpath%20id%3D%22Path_352%22%20data-name%3D%22Path%20352%22%20class%3D%22cls-1%22%20d%3D%22M12.2%2C3.232l5.1%2C5.1c1.364-1.794%2C2.153-4.091%2C1.148-6.244C16.22%2C1.007%2C14%2C1.8%2C12.2%2C3.232Zm4.45%2C5.813h0L11.483%2C3.806A13.4%2C13.4%2C0%2C0%2C0%2C8.756%2C7.251L5.383%2C13.136l.359.5%2C3.086-3.086A.812.812%2C0%2C1%2C1%2C9.976%2C11.7L6.89%2C14.787l.5.431%2C5.885-3.373a15.206%2C15.206%2C0%2C0%2C0%2C3.373-2.8ZM19.378.792h0a.56.56%2C0%2C0%2C1%2C.287.287C22.321%2C5.888%2C18.014%2C10.84%2C14%2C13.136L12.56%2C14v2.8a.815.815%2C0%2C0%2C1-.215.574h0L9.4%2C20.242a.781.781%2C0%2C0%2C1-1.077%2C0h0L6.6%2C18.519a1%2C1%2C0%2C0%2C1-.215-.646V16.51l-.646-.646-.359.359a.781.781%2C0%2C0%2C1-1.077%2C0%2C.872.872%2C0%2C0%2C1%2C0-1.148l.359-.359-.646-.646-1.364.072a1.158%2C1.158%2C0%2C0%2C1-.646-.215L.215%2C12.2h0a.781.781%2C0%2C0%2C1%2C0-1.077L3.086%2C8.184h0A.877.877%2C0%2C0%2C1%2C3.732%2C7.9h2.8l.861-1.435C9.617%2C2.514%2C14.569-1.792%2C19.378.792ZM5.6%2C9.476H4.019L1.866%2C11.629l1%2C.933%2C1-.072L5.6%2C9.476Zm5.383%2C6.962h0V14.859L7.967%2C16.581l-.072%2C1.077.933.933%2C2.153-2.153Z%22%20transform%3D%22translate%28469.72%20110.26%29%20rotate%28135%29%22%2F%3E%20%3Cline%20id%3D%22Line_20%22%20data-name%3D%22Line%2020%22%20class%3D%22cls-2%22%20y1%3D%228%22%20transform%3D%22translate%28455.5%2091.5%29%22%2F%3E%20%3Cline%20id%3D%22Line_21%22%20data-name%3D%22Line%2021%22%20class%3D%22cls-2%22%20y1%3D%228%22%20transform%3D%22translate%28458.5%2085.5%29%22%2F%3E%20%3Cline%20id%3D%22Line_22%22%20data-name%3D%22Line%2022%22%20class%3D%22cls-2%22%20y1%3D%228%22%20transform%3D%22translate%28452.5%2087.5%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
    background-position: center;
    background-repeat: no-repeat;
    top: -9px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 70%;
    position: absolute;
}


.bt.hcc-quick-reg-fb, .bt.hcc-quick-reg-gl {
    border: solid 1.5px #61C4E2;
    display: block;
    width: 80%;
    text-align: center;
    margin-right: 18%;
    padding: 8px 0px;
    margin-bottom: 7px;
    position: relative;
    float: unset;
    max-width: 190px;
}

.bt.hcc-quick-reg-fb:hover, .bt.hcc-quick-reg-gl:hover {
    background-color: rgba(1, 172, 241, 0.12);
}

.bt.hcc-quick-reg-fb::before{
    content: '';
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20266.89%20266.89%22%3E%3Ctitle%3EAsset%2041%3C%2Ftitle%3E%3Crect%20width%3D%22266.89%22%20height%3D%22266.89%22%20rx%3D%2214.73%22%20ry%3D%2214.73%22%20style%3D%22fill%3A%233c5a99%22%2F%3E%3Cpath%20d%3D%22M184.15%2C266.89V163.54h34.69l5.2-40.28H184.15V97.54c0-11.66%2C3.24-19.61%2C20-19.61h21.33v-36a285.15%2C285.15%2C0%2C0%2C0-31.08-1.59c-30.75%2C0-51.8%2C18.77-51.8%2C53.24v29.71H107.77v40.28h34.79V266.89Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 11px;
    top: 6px;
}

.bt.hcc-quick-reg-gl::before{
    content: '';
    background-repeat: no-repeat;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 11px;
    top: 6px;
    background-image: url('data:image/png;base64,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');
    background-size: 100%;

}

.hcc-details-required::after {
    content: "";
    background-size: 6px 6px;
    width: 6px;
    height: 6px;
    background: #61C4E2;
    border-radius: 50%;
    right: -8px;
    top: 24px;
    position: absolute;
}

.hcc-create-account {
    color: #61C4E2;
    font-size: 25px;
    font-weight: bold;
}

.hcc-details-titel {
    margin-bottom: 20px;
}

.hcc-details-container {
    margin-bottom: 20px;
}

.homepage-menu {
    height: 95px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: top 500ms, height 500ms, background-color 500ms;
    background-color: #fff;
}

/*.homepage-menu ul{*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/
.homepage-menu div {
    float: right;
    position: relative;
    height: 100%;
    visibility: visible;
    opacity: 1;
    max-width: 5000px;
    max-width: unset;
}

.homepage-menu-menu {
    width: calc(100% - 385px);
    padding-top: 45px;
    visibility: visible;
}

.homepage-menu-menu li {
    width: calc( 20% - 47.6px) ;
    cursor: pointer;
    text-align: center;
}

.homepage-menu-menu a:hover {
    content: '';
    border-bottom: 3px solid #61C4E2;
}
.homepage-menu-menu a.enter-web:hover {
    zoom: 0.9;
    border-bottom: unset;
}
.homepage-menu-menu ul {
    display: flex;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}
.homepage-menu-menu li.buttons{
    display: flex;
    width: 238px;
    gap: 5px;
}
.homepage-menu-menu .portal{
    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: 27px 27px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: calc(100% - 3px) 1px;
    padding-inline: 36px 13px;
    border: 1px solid;
    border-radius: 1200px;
    height: 31px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 107px;
    position: relative;
}
.homepage-menu-menu .portal .in,.portal-mobile .in{
    border-radius: 50%;
    height: 27px;
    width: 27px;
    inset-inline-start: 2px;
    top: 1px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
}
.portal-mobile .in{
    top: 0;
    inset-inline-start: 1px;

}
.homepage-menu-menu .portal.connected{
    font-size: 14px;
}
.homepage-menu .portal-mobile{
    display:none;
}

.homepage-menu-lang {
    width: 5%;
}

.homepage-menu-logo {
    width: 255px;
    position: relative;
}

.homepage-menu-logo::after {
    content: '';
    position: absolute;
    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 322.4 216.2' style='enable-background:new 0 0 322.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: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%3Cpath class='st0' d='M299.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.7L299.4,35.9z'/%3E%3Cpath class='st1' d='M239,30.6l-6.5,5.3L232.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.6L239,30.6z'/%3E%3Cpath class='st2' d='M302.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 L302.6,34.7z'/%3E%3Cpath class='st3' d='M233.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.7L233.1,33.9z'/%3E%3Cpolygon class='st3' points='305.7,31.1 309.8,31.9 312.2,38.5 311.6,51.8 309.2,61.1 307.5,40.7 303.5,33.6 '/%3E%3Cpolygon class='st0' points='299.4,37.5 296.3,39.6 298.8,45.2 307.5,74.2 309.2,66.3 307.5,46 305.2,36.8 302.2,35 '/%3E%3Cg%3E%3Cg%3E%3Cpath class='st4' d='M316.9,144.4v17.5l-11.7,18.9L289,195.9L270,214l27.7-38.8l9.8-17.3v-13.7l-1.3-9.9 c-4.5-23,3.4-12.5,6.2-13.3L316.9,144.4z'/%3E%3Cpath class='st4' d='M308,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='304.8,123.6 307.5,144.2 307.5,157.9 297.7,175.2 270,214 290.8,173.5 299.4,156 299.4,143.7 298.1,120.4 '/%3E%3Cpath class='st3' d='M304.8,123.5L304.8,123.5c-2.3-0.3-4.5-0.9-6.7-1.7l-1.1-19.9l2-1.1L304.8,123.5z'/%3E%3Cpath class='st2' d='M299.4,141.8V156l-8.6,17.5L270,214l19.3-60.1v-13l1.5-36.8c2.9,0.8,4.1-0.4,6.3-2.1L299.4,141.8z'/%3E%3Cpath class='st2' d='M237.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.6L237.9,5.5z'/%3E%3Cpolyline class='st3' points='277.6,108 277.3,107.4 278.7,106.6 290.8,103.2 '/%3E%3Cpath class='st0' d='M290.8,104.5l-1.2,28.4l-0.3,21.1L270,214l6.7-56.5l0.5-26.5l-0.5-22.2C284,102.7,288.8,105.6,290.8,104.5z' /%3E%3Cpath class='st4' d='M280.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.4S275.9,107.3,280.6,107.7z'/%3E%3Cpath class='st4' d='M277.2,130.9l-0.5,26.5L270,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.9L277.2,130.9L277.2,130.9z'/%3E%3Cpath class='st3' d='M262.5,198.8L270,214l-8.4-11.8C260.3,200.5,262,199.3,262.5,198.8z'/%3E%3Cpath class='st0' d='M261.2,200.8l8.8,12.3l-8.3-7.2l-3.1-2C259.2,203.4,260.8,202.2,261.2,200.8z'/%3E%3Cpath class='st3' d='M248,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-19L248,170.8L248,170.8z'/%3E%3Cpath class='st3' d='M263.3,106.6l0.5,0.3c0,0-5.8,6.1-14,11l-0.6-14.5l6.8,2C258.5,106.2,263.3,106.6,263.3,106.6z'/%3E%3Cpath class='st0' d='M252.7,176.6l-4.7-5.8v0l-1.4-2.9l-5.9-12v-12.3L242,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.2C250.7,162.3,252.7,176.6,252.7,176.6z'/%3E%3Cpath class='st3' d='M264.2,106.2c-3.6,7.1-12.3,40.5-13.1,47.8l-0.4,0l-0.2-19l-0.9-21.6C249.8,121.3,261,108,264.2,106.2z'/%3E%3Cpath class='st0' d='M249.3,103.4l0.6,14.5c-2.5,1.5-5.1,2.8-7.9,3.9L243,102l-2-1.1L249.3,103.4z'/%3E%3Cpath class='st3' d='M239.8,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.8C234,174.1,236.7,172.4,239.8,170.8z'/%3E%3Cpath class='st4' d='M240.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='M243,102l-1.1,19.8c-2.2,0.8-4.4,1.4-6.7,1.8l0-0.1l5.8-22.7L243,102z'/%3E%3Cpath class='st3' d='M232.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='M232.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='M244.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.2c0-1-4.1-12.7-4.4-12.6 s0-10.3,0-10.3L244.2,10.1z'/%3E%3Cpath class='st2' d='M229.5,11h14.2l2.8,3.5l0.7,10.6l4.7,7.6v1.6L241,36.5c0,0-4.2,0.7-4.3-0.2c0-1-4.1-11.2-4.4-11.1 s0-11.8,0-11.8L229.5,11z'/%3E%3Cpath class='st3' d='M257.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.3L257.4,9.4z'/%3E%3Cpolygon class='st5' points='270,111.7 263.6,158.3 270.5,214.8 266.2,198.1 258.4,160.6 263.9,108.7 '/%3E%3Cpath class='st4' d='M252.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.3s0-13.3,0-13.3s-3.1-13.3-3.1-13.8s-3.6-15.1-3.6-15.1l-0.6,10.4L252.6,175.2z'/%3E%3Cpath class='st0' d='M259.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.4c5-0.1,9.3-3.7,8-15.8 c-0.5-4.8-8-28.5-4.3-38L259.8,128.5z'/%3E%3Cpath class='st6' d='M242.5,176.4c0,0,3,5,4.5,4.9s3.8-6.9,3.8-6.9'/%3E%3Cg%3E%3Cg%3E%3Cpath class='st2' d='M233.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 C227,185.1,229.4,181.9,233.1,179.1z'/%3E%3C/g%3E%3C/g%3E%3Cpath class='st0' d='M243.8,35.4c-15.7-12.1-5.9-29.9-5.9-29.9L233.7,2c0,0-11.4,21.2,4.3,33.4H243.8z'/%3E%3Cpath class='st3' d='M257.2,34.6c-15.7-11.9-7.5-25.3-7.5-25.3l-7.8-2c0,0-7.6,15.9,8.1,28.1L257.2,34.6z'/%3E%3Cpath class='st4' d='M271.2,32.6c-15.7-10.9-7.5-23-7.5-23l-7-0.6c0,0-7.2,12.8,8.5,24.9L271.2,32.6z'/%3E%3Cpath class='st4' d='M297.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.2L297.7,39.6z'/%3E%3Cpath class='st0' d='M286.3,35c-16.4-11.2-10.1-24.6-10.1-24.6l-5.8-0.6c0,0-8.3,11.9,7.5,22.8L286.3,35z'/%3E%3Cpath class='st3' d='M291.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,25L291.1,37.1z'/%3E%3Cpath class='st2' d='M308.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='M232.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.9L232.5,72.2z'/%3E%3Cpath class='st2' d='M234.1,71.5c-0.7-7.4,0-26.5,0-26.5l1.3-0.3l0.6,7.9v11.2L234.1,71.5z'/%3E%3Cpath class='st6' d='M223.1,187.9c0,0,14.5,22.1,25.3,22.5'/%3E%3Cpath class='st2' d='M299.4,37.5l-2.1,2.6l5.3,19.9l5,12.7C304.6,39.1,299.4,37.5,299.4,37.5'/%3E%3Cg%3E%3Cpath d='M248.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.6l0.8-2.1l4.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.4C251.5,210.6,249.9,210.9,248.3,210.9z'/%3E%3C/g%3E%3Cg%3E%3Cpolygon points='270,216.2 258.3,204.9 260.1,203.1 270,212.8 288.1,195.5 304.2,180.5 315.6,162 315.6,145 311,118.1 313.5,117.7 318.1,144.9 318.1,162.7 306.2,182.1 289.9,197.3 '/%3E%3C/g%3E%3Cg%3E%3Cpath class='st7' d='M225.1,139.9'/%3E%3C/g%3E%3Cg%3E%3Cpolygon points='230.4,176.4 221.9,162.7 221.9,144.7 227.2,117.7 229.7,118.2 224.4,145 224.4,162 232.5,175.1 '/%3E%3C/g%3E%3Cg%3E%3Cpath d='M297.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 C223.7,15.3,227,5.7,233,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,1C297.7,41.9,297.6,41.9,297.3,41.9z M297.7,40.1l0.9,0.8L297.7,40.1z M273.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.6C270.9,31.6,272.1,31.5,273.5,31.5z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M308.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.1L308.4,80.7z M299.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.9L299.7,44.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M231.3,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.3L231.3,78.6z M232.7,37.6c-4.8,3.8-3.5,9.9-3.4,10.2l0,0.1l3.5,23.8L234,70c0.8-5.6,2.4-20.1,0.1-24.7 C232.5,42.1,232.3,39.5,232.7,37.6z'/%3E%3C/g%3E%3Cg%3E%3Crect x='279.1' y='57.2' transform='matrix(0.1392 -0.9903 0.9903 0.1392 177.6304 333.0694)' width='2.5' height='14.4'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M274.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 C275.8,102.7,275.2,103.3,274.5,103.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M268.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 C269.5,102.7,268.9,103.3,268.2,103.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M222.9,188.3l-2.3-1c0.2-0.5,6-13.3,25.5-19.9l0.8,2.4C228.5,176,223,188.1,222.9,188.3z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M226.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 C228.3,185.6,227,185.9,226.5,185.9z M226.4,185.4C226.4,185.4,226.4,185.4,226.4,185.4C226.4,185.4,226.4,185.4,226.4,185.4z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st4' d='M188.8,110.1c-0.8,8.3-12,4.5-17.2,2c0-0.7-0.1-1.5-0.1-2.2c0-4.7,1.6-14.9,8.6-12.8c3,0.9,4.5,3.9,3.6,6.8 C186.9,104.3,189.1,107,188.8,110.1z'/%3E%3Cg%3E%3Cpath d='M186.4,115.7c-4.9,2.2-13-1.3-15.4-2.5l-0.7-0.3l0-0.7c0-0.7-0.1-1.5-0.1-2.3c0-1.7,0.3-10,4.6-13.2 c1.6-1.2,3.5-1.4,5.6-0.8c3.2,1,5.1,3.9,4.7,7.1c1.3,0.4,2.4,1.2,3.3,2.2c1.2,1.4,1.7,3.2,1.5,5l0,0c-0.2,2.4-1.3,4.2-3.1,5.2 C186.8,115.5,186.6,115.6,186.4,115.7z M172.8,111.2c4.3,2,10.1,3.6,12.9,2c1.1-0.6,1.7-1.7,1.9-3.3c0.2-2.4-1.5-4.5-3.9-4.8 l-1.5-0.2l0.4-1.5c0.7-2.3-0.5-4.6-2.8-5.3c-1.4-0.4-2.5-0.3-3.4,0.4c-2.7,2-3.5,8-3.6,11.2C172.8,110.3,172.8,110.8,172.8,111.2z '/%3E%3C/g%3E%3Cg%3E%3Cpath d='M229.7,172.4l-2.5-0.1c0.2-4.3-0.9-8.5-3.1-12.2c-1.6-2.6-3.5-4.7-5.9-6.7c-5.1-4.2-11.6-6.6-18-8.9 c-9.4-3.5-19.2-7-25-16.6c-2.8-4.6-4.5-9.8-4.9-15.1c-0.2-0.1-0.3-0.2-0.4-0.2c-12.1-6.3-19.2-19.8-17.8-33.5l2.5,0.3 c-1.3,12.7,5.4,25.2,16.5,31c0.3,0.2,0.6,0.3,1,0.5l0.7,0.3l0,0.7c0.3,5.2,1.9,10.3,4.6,14.7c5.3,8.8,14.3,12.1,23.7,15.5 c6.5,2.4,13.2,4.8,18.7,9.3c2.6,2.1,4.7,4.5,6.4,7.3C228.7,162.8,229.9,167.5,229.7,172.4z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='st8' d='M277.6,107.7'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st8' d='M270,123.7'/%3E%3C/g%3E%3Cg%3E%3Crect x='278.4' y='66.4' transform='matrix(0.1904 -0.9817 0.9817 0.1904 159.1605 329.9828)' width='2.5' height='4.2'/%3E%3C/g%3E%3Cg%3E%3Crect x='252.1' y='63.1' transform='matrix(0.9903 -0.1392 0.1392 0.9903 -6.4352 36.7218)' width='14.4' height='2.5'/%3E%3C/g%3E%3Cg%3E%3Crect x='257.9' y='67.2' transform='matrix(0.9817 -0.1904 0.1904 0.9817 -8.2845 50.7657)' width='4.2' height='2.5'/%3E%3C/g%3E%3Cpolygon class='st0' points='264.8,121.7 272.3,118.7 276,124.8 270.4,126.6 265.5,125 '/%3E%3Cg%3E%3Cpath class='st7' d='M320,106.9'/%3E%3C/g%3E%3Cpath class='st0' d='M221.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.6C258.4,105.3,242.8,118.5,221.1,106.9z'/%3E%3Cg%3E%3Cpolygon points='270.9,113.2 262.8,108.3 240.1,102.5 233.4,83.1 233.3,98.4 231.3,110.7 228.8,110.3 230.8,98.1 230.8,68.1 242,100.4 263.8,106 270.9,110.2 278.4,105.9 298.1,100.4 309.2,68.1 309.2,98 312.6,111.9 310.1,112.5 306.7,98.2 306.7,83.1 300,102.5 279.2,108.3 '/%3E%3C/g%3E%3Cg%3E%3Cpath d='M270.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 C272.9,127.7,271.9,128,270.8,128z'/%3E%3C/g%3E%3Cpath class='st4' d='M221.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.2C264.8,109.4,237.9,126.7,221.1,106.9z'/%3E%3Cg%3E%3Cpath d='M249.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.7C264.3,125.2,256.8,127.9,249.7,127.9z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M292.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.3C297.7,127.6,295.3,127.9,292.9,127.9z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st0' d='M161.1,118.1c-14.1-14.1-36.5-11.1-48.9-10.5C84.4,109,72.4,91.1,72.4,91.1s-18.2,29.5-4.1,43.5 s34.7,11.3,46.4,11.3c27.6,0,42.3,15.7,42.3,15.7S175.1,132.1,161.1,118.1z'/%3E%3Cg%3E%3Cg%3E%3Cpath d='M78.4,130c-0.1-0.2-0.2-0.3-0.2-0.6c0-0.3,0.1-0.5,0.3-0.6c0.2-0.1,0.3-0.2,0.5-0.2c0.2,0,0.4,0.1,0.5,0.2 c0.1,0.2,0.2,0.4,0.2,0.6c0,0.2-0.1,0.4-0.3,0.6c-0.2,0.1-0.3,0.2-0.5,0.2C78.7,130.3,78.5,130.2,78.4,130z M79.2,117.5l0.1-1.3 l0.7,0l-0.1,1.3l-0.6,8.9l-0.5,0L79.2,117.5z'/%3E%3Cpath d='M85,124.4l0.2-1.4l0.6,0l-0.6,11.4l-0.7,0L85,124.4z M87.5,129.9c0.8-0.1,1.5-0.2,2-0.5c0.6-0.2,1.1-0.7,1.5-1.4 c0.4-0.7,0.7-1.7,0.9-3.1l0.7-4.8l-7.5-0.4l0-0.6l8.2,0.4l-0.1,0.6l-0.7,4.8c-0.2,2-0.8,3.4-1.7,4.2c-0.9,0.8-2,1.3-3.3,1.3 L87.5,129.9z'/%3E%3Cpath d='M98.1,122.3l-0.2-2.4l0.7,0l0.2,2.4l-0.2,3l-0.1,1.3l-0.6,0.2L98.1,122.3z'/%3E%3Cpath d='M103.7,130.7l2.8,0.2c1.3,0.1,2.3-0.2,3.1-0.8c0.8-0.6,1.2-1.7,1.3-3.4l0.1-1.1c0.1-1.5-0.1-2.6-0.6-3.4 c-0.5-0.7-1.3-1.2-2.4-1.2l-2.6-0.1l-0.8,2.6c-0.2,0.5-0.2,1-0.3,1.4c0,0.5,0.1,1,0.4,1.3c0.3,0.3,0.7,0.6,1.4,0.7l-0.3,0.6 c-0.8-0.2-1.3-0.5-1.7-0.9c-0.3-0.4-0.5-1-0.4-1.7c0-0.4,0.1-0.8,0.2-1.4l0.9-3.2l3.1,0.2c1.3,0.1,2.2,0.5,2.8,1.4 c0.6,0.9,0.9,2.1,0.8,3.8l-0.1,1.1c-0.2,3.4-1.9,5-5.1,4.8l-2.8-0.2L103.7,130.7z'/%3E%3Cpath d='M115,131.7c0.8,0,1.4-0.2,1.8-0.7c0.4-0.4,0.6-1.1,0.6-1.9l0.4-8.2l4.2,0.2c1.1,0.1,1.9,0.4,2.5,1c0.6,0.6,0.8,1.6,0.7,3 l-0.4,7.4l-0.7,0l0.4-7.4c0.1-1.1-0.1-2-0.6-2.5c-0.5-0.5-1.1-0.8-2-0.8l-3.5-0.2l-0.4,7.5c-0.1,1-0.3,1.8-0.8,2.3 c-0.5,0.5-1.2,0.8-2.2,0.8L115,131.7z'/%3E%3Cpath d='M142.6,126c0.1-1.1-0.1-2-0.6-2.5c-0.5-0.5-1.1-0.8-2-0.8l-3.8-0.2l0-0.6l3.8,0.2c1.1,0.1,1.9,0.4,2.5,1 c0.6,0.6,0.8,1.6,0.7,3l-0.6,11.5l-0.7,0L142.6,126z'/%3E%3Cpath d='M155.3,122.9l0,0.6l-4.7,10.3l-0.7,0l4.7-10.3l-6.7-0.4l0.2-4.1l0.7,0l-0.2,3.5L155.3,122.9z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M10.3,59.6H0v-9.5h31v9.5H20.6v33.4H10.3V59.6z'/%3E%3Cpath d='M54.8,91.6c-2.3-1.4-4.1-3.4-5.4-6s-2-5.7-2-9.2c0-3.5,0.7-6.6,2.2-9.2c1.5-2.6,3.4-4.6,5.9-6s5.1-2.1,8-2.1 c3.4,0,6.3,1.1,8.8,3.4l-4.8,7.3c-1.2-1.1-2.3-1.6-3.4-1.6c-1.9,0-3.4,0.7-4.5,2.2c-1.1,1.5-1.6,3.5-1.6,6c0,2.5,0.5,4.4,1.7,5.9 c1.1,1.5,2.5,2.2,4.1,2.2c1.5,0,3.1-0.7,4.8-2.1l4,7.4c-1.4,1.4-3,2.3-4.7,2.9c-1.7,0.6-3.5,0.9-5.3,0.9 C59.7,93.7,57.1,93,54.8,91.6z'/%3E%3Cpath d='M74.2,47h10.1v24.4h0.2L92.8,60H104L93.3,73.7l11.3,19.3H93.4l-6-11.7L84.3,85v7.9H74.2V47z'/%3E%3Cpath d='M108.1,91.6c-2.3-1.4-4.1-3.4-5.4-6s-2-5.7-2-9.2c0-3.5,0.7-6.6,2.2-9.2c1.5-2.6,3.4-4.6,5.9-6s5.1-2.1,8-2.1 c3.4,0,6.3,1.1,8.8,3.4l-4.8,7.3c-1.2-1.1-2.3-1.6-3.4-1.6c-1.9,0-3.4,0.7-4.5,2.2c-1.1,1.5-1.6,3.5-1.6,6c0,2.5,0.5,4.4,1.7,5.9 c1.1,1.5,2.5,2.2,4.1,2.2c1.5,0,3.1-0.7,4.8-2.1l4,7.4c-1.4,1.4-3,2.3-4.7,2.9c-1.7,0.6-3.5,0.9-5.3,0.9 C113,93.7,110.4,93,108.1,91.6z'/%3E%3Cpath d='M127.5,47h10.3v10.7l-0.5,5.7c1.3-1.2,2.6-2.2,4.1-3c1.4-0.8,3.1-1.2,4.9-1.2c3.2,0,5.6,1.2,7.1,3.5 c1.5,2.4,2.3,5.7,2.3,9.9v20.3h-10.3V74.1c0-2-0.2-3.4-0.7-4.2c-0.5-0.7-1.2-1.1-2.3-1.1c-0.9,0-1.6,0.2-2.3,0.6 c-0.6,0.4-1.4,1-2.3,1.9v21.6h-10.3V47z'/%3E%3Cpath d='M162.4,92.3c-1.4-0.9-2.4-2.2-3.2-3.7c-0.7-1.5-1.1-3.2-1.1-5.1c0-3.5,1.3-6.2,3.9-8.1c2.6-1.9,6.7-3.2,12.5-3.9 c-0.1-1.2-0.5-2.1-1.2-2.6c-0.7-0.5-1.7-0.8-3-0.8c-1,0-2.2,0.2-3.4,0.7c-1.2,0.4-2.6,1.1-4.2,2.1l-3.6-7.4 c4.4-2.9,8.8-4.4,13.2-4.4c8.3,0,12.5,5.1,12.5,15.4v18.3h-8.4l-0.7-3.2h-0.2c-2.7,2.6-5.4,4-8.3,4 C165.3,93.7,163.8,93.3,162.4,92.3z M172.7,84.5c0.5-0.4,1.1-0.9,1.8-1.7v-4.5c-4.3,0.7-6.5,2.2-6.5,4.4c0,0.7,0.2,1.3,0.7,1.7 c0.5,0.4,1.2,0.6,2,0.6C171.5,85,172.2,84.8,172.7,84.5z'/%3E%3Cpath d='M188.4,47h10.1v24.4h0.2L207,60h11.2l-10.7,13.7l11.3,19.3h-11.2l-6-11.7l-3.1,3.8v7.9h-10.1V47z'/%3E%3C/g%3E%3C/g%3E%3Crect x='33.4' y='50.1' class='st4' width='10.3' height='9.9'/%3E%3Crect x='33.4' y='60' width='10.3' height='33'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 220px 140px;
    height: 140px;
    width: 220px;
    top: 3px;
    right: calc(50% - 110px);
    z-index: 1;
    transition: all 500ms ease-in-out;

}

.homepage-menu-gotafik {
    width: 130px;
    padding-inline-end: 20px;
}

.homepage-menu-lang::before {
    content: '';
    background: #61C4E2;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 30px;
}

.homepage-menu-lang::after {
    content: attr(data-hint);
    position: absolute;
    right: 28px;
    top: 36px;
    font-size: 12px;
}

.homepage-menu .hm-gotafik-btn {
    border: 12px solid #61C4E2;
    background: #94C8E4;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 1;
    top: 28px;
    position: relative;
    cursor: pointer;
    float: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.75);

}
.hm-gotafik-btn:hover {
    -webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.75);
    transform: scale(1.1) rotate(360deg);
}

.hm-gotafik-btn::after {
    content: "\05E6 \05E8 \05D5  \05D3 \05E3  \05DE \05DB \05D9 \05E8 \05D4 ";
    position: absolute;
    font-size: 21px;
    text-align: center;
    font-weight: 500;
    line-height: 19px;
    width: 70px;
    height: 70px;
    left: 3px;
    top: 13px;
    z-index: 1;
    padding-top: 6px;
}

.homepage-title video {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    margin-top: -14%;

}

.homepage-title-container {
    width: 100%;
    max-width: 2220px;
    min-width: 1024px;
    height: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 100%;
}
.homepage-title-container.corona{
    background-image: url('data:image/svg+xml,%253Cimg%20style%3D%27-webkit-user-select%3A%20none%3Bmargin%3A%20auto%3B%27%20src%3D%27https%3A%2F%2Ftrello-attachments.s3.amazonaws.com%2F5337f53d92f917343774b789%2F5ebd213671cc0e7404ab0db0%2F4b5a1652e6c11a3c6f4143aa0e42a0e2%2FImage_4_%2525402x.png%27%253E');
}
.slide-corona div{
    position: absolute;
    background-repeat: no-repeat;
}
.slide-corona .illustration{
    left: 44%;
    width: 50%;
    height: 100%;;
}
.slide-corona .text div{
    position: unset;
}

.slide-corona .computer{
    background-image: url('../homepage/images/guro_computer.png');
    background-position: right;
    background-size: cover;
    width: 586px;
    height: 379px;
    left: 111px;;
    top: 49px;
}
.slide-corona .girl{
    height: 500px;
    width: 230px;
    background-size: contain;
    top: -18px;
    left: 0px;
    background-image: url('../homepage/images/girl.png');
}
.slide-corona .purple-tag{
    background-image: url('../homepage/images/purple-tag.png');
    background-size: cover;
    height: 120px;
    width: 120px;
    left: 45px;
    top: 45px;
}
.slide-corona .red-tag{
    background-image: url('../homepage/images/red-tag.png');
    height: 120px;
    width: 120px;
    left: 147px;;
    top: 299px;
    background-size: cover;
    cursor: pointer;
}
.slide-corona{
    height: 100%;
    width: 100%;
    background-image: url('../homepage/images/purple_background.jpg');
}
.slide-corona .text{
    left: 18%;
    color: white;
    top: calc(50% - 84px);
    width: 307px;
}
.slide-corona .text .desc{
    font-size: 26px;
    font-weight: 500;
}
.slide-corona .btns{
    margin-top: 20px;
}
.slide-corona .btns div{
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
}
.slide-corona .btns .r-btn{
    float: right;
    background-color: #fec401;
    border: 1px solid #fec401;
    padding: 5px 20px;
    color: black;
    font-weight: 600;
}
.slide-corona .btns .l-btn{
    float: left;
    padding: 5px 15px;
    border: 1px solid;
    margin-left: 11px;
}
.slide-corona .text .title{
    font-size: 32px;
    font-weight: 800;
}
.htc-right, .htc-left {
    float: right;
    width: 49.5%;
    height: 100%;
    position: relative;
    display:none;
}

.htc-right {
    padding-top: 100px;
    color: #fff;
}

.htc-right-title {
    font-size: 58px;
    font-weight: 800;
    line-height: 52px;
}

.htc-right-content {
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 1px;
    padding-top: 14px;
    font-weight: 400;
    width:320px;
}

div.bt.btb.htc-right-tafik {
    float: right;
    margin-top: 48px;
    font-weight: 600;
    padding: 12px 40px;
    font-size: 22px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.75);
    color: #29444d;
    background:#fec401;
    border-color: #fec401;
}

.htc-left-event {
    float: left;
    margin-top: 305px;
    font-size:17px;
}

.htc-left-event-details {
    width: 320px;
    line-height: 15px;
}

.htc-left-event-details div {
    color: #29444d;
    margin: 2px;
    padding: 2px;
}

.htc-left-event-gotoEvent {
    background: #29444d;
    margin-top: 29px;
    color: #fff;
    padding: 4px 18px;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    display: inline-block;
}

.htc-left-ed-producer {
    font-weight: 800;
}


.htc-left-event-img {
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    width: 290px;
    height: 437px;
    left: 268px;
    top: 20px;
    z-index: -1;
}
.homepage-title .swiper-wrapper .slide-brodet .htc-left-event-img {
    background-image: url(/tickchak/images/man.png);
}
.homepage-title .swiper-wrapper .slide-gula .htc-left-event-img {
    background-image: url(/tickchak/images/dovovMan.png);
    width: 356px;
    top: 16px;
}
.homepage-title .swiper-wrapper .slide-loop .htc-left-event-img {
    background-image: url(/tickchak/images/etaiMan.png);
    width: 315px;
    left: 325px;
}
.homepage .homepage-events {
    background: #3C3C3C;
    width: 100%;
    z-index: 6;
    transition: height 400ms;
    -webkit-transition: height 400ms;
}

.homepage-events-all {
    width: 100%;
    transition: height 400ms;
    -webkit-transition: height 400ms;
}
.homepage-events-allhidden{
    width: 100%;
    overflow: hidden;
    height: 375px;
    transition: height 400ms;
    -webkit-transition: height 400ms;
}

.homepage-events-all:first-child {
    border-top: 0;
}

.homepage-events-title {
    width: 100%;
    height: 75px;
    /*border-top: 1px solid #848484;*/
    /*border-bottom: 1px solid #848484;*/
    padding-top: 15px;
    font-size: 20px;
}

.homepage-events-title div {
    float: right;
}

.het-byDate, .het-search {
    width: 20%;
    min-width:150px;
    position: relative;
    height: 100%;
}

.het-cellular-menu{
    display: none;
}

.het-byDate {
    padding: 8px 50px 0px 0px;
    color: #61c4e2;
    cursor: pointer;
}

.het-byDate::before {
    content: '';
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221854.5%20732.475%2026.193%2029.025%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%2C%20.cls-2%2C%20.cls-3%20%7B%20fill%3A%20none%3B%20stroke%3A%20%2361c4e2%3B%20stroke-width%3A%203px%3B%20%7D%20.cls-2%2C%20.cls-3%20%7B%20stroke-linejoin%3A%20round%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20.cls-3%20%7B%20stroke-linecap%3A%20round%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Group_13%22%20data-name%3D%22Group%2013%22%20transform%3D%22translate%281846%20723.975%29%22%3E%20%3Cpath%20id%3D%22Path_116%22%20data-name%3D%22Path%20116%22%20class%3D%22cls-1%22%20d%3D%22M0%2C0H23.193V23.193H0Z%22%20transform%3D%22translate%2810%2012.833%29%22%2F%3E%20%3Cline%20id%3D%22Line_8%22%20data-name%3D%22Line%208%22%20class%3D%22cls-2%22%20x2%3D%2223.193%22%20transform%3D%22translate%2810%2019.914%29%22%2F%3E%20%3Cline%20id%3D%22Line_9%22%20data-name%3D%22Line%209%22%20class%3D%22cls-3%22%20y2%3D%225.754%22%20transform%3D%22translate%2814.869%2010%29%22%2F%3E%20%3Cline%20id%3D%22Line_10%22%20data-name%3D%22Line%2010%22%20class%3D%22cls-3%22%20y2%3D%225.754%22%20transform%3D%22translate%2828.767%2010%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    position: absolute;
    width: 26px;
    height: 26px;
    right: 16px;
    top: 9px;
    background-size: 85%;
}

.het-byDate:hover::after {
    content: '';
    border: 2px solid #61c4e2;
    width: 201px;
    position: absolute;
    right: 3px;
    top: -4px;
    height: 80%;
    border-radius: 50px;
    -webkit-box-shadow: 15px 10px 38px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 15px 10px 38px -13px rgba(0,0,0,0.75);
    box-shadow: 15px 10px 38px -13px rgba(0,0,0,0.75);
}

.het-category {
    width: 60%;
    height: 10%;
    margin-top: 10px;
    color: #8d8d8d;
}

.het-category li {
    width: 12%;
    text-align: center;
    display: inline-block;

}

.het-category a:hover {
    content: '';
    border-bottom: 3px solid #61C4E2;
    cursor: pointer;
}

.het-category a.select {
    border-bottom: 3px solid #61C4E2;
}

.het-search input {
    border: 2px solid #61c4e2;
    border-radius: 50px;
    background: transparent;
    padding: 2px 12px 5px 5px;
    font-size: 20px;
    float: left;
    margin: 0 0px 0px 20px;
    color: #61c4e2;
    position: relative;
    height: 80%;
    width: 50%;
    max-width: 200px;
    min-width: 110px;
    margin-top: -2px;
}

.het-search input:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.het-search input::placeholder {
    color: #61c4e2;
    opacity: 1; /* Firefox */
}

.het-search input:focus {
    outline: 0;
}

.het-search::after {
    content: '';
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%2241.859%20727.879%2033.95%2033.95%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%2C%20.cls-2%20%7B%20fill%3A%20none%3B%20stroke%3A%20%2361c4e2%3B%20%7D%20.cls-1%20%7B%20stroke-width%3A%203px%3B%20%7D%20.cls-2%20%7B%20stroke-linecap%3A%20round%3B%20stroke-width%3A%204px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Group_224%22%20data-name%3D%22Group%20224%22%20transform%3D%22translate%28-208%20-41%29%22%3E%20%3Cg%20id%3D%22Group_223%22%20data-name%3D%22Group%20223%22%20transform%3D%22translate%28251.98%20771%29%22%3E%20%3Cpath%20id%3D%22Path_270%22%20data-name%3D%22Path%20270%22%20class%3D%22cls-1%22%20d%3D%22M10.5%2C0A10.5%2C10.5%2C0%2C1%2C1%2C0%2C10.5%2C10.5%2C10.5%2C0%2C0%2C1%2C10.5%2C0Z%22%20transform%3D%22translate%280%2014.854%29%20rotate%28-45%29%22%2F%3E%20%3Cpath%20id%3D%22Path_271%22%20data-name%3D%22Path%20271%22%20class%3D%22cls-2%22%20d%3D%22M0%2C0S3.185%2C3.352%2C5.8%2C5.8%22%20transform%3D%22translate%2822.734%2023.153%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    position: absolute;
    background-size: contain;
    width: 20px;
    height: 20px;
    left: 35px;
    top: 12px;
}

.homepage .section {
    height: 450px;
    position: relative;
}

.homepage .section.homepage-eventTypes {
    height: 350px;
}
.homepage .section.homepage-eventTypes.opened {
    height: 730px;
}

.hec-events {
    height: 100%;
    width: 75%;
    margin: 0 auto;
}

.homepage .homepage-title {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 95px;
    transition: margin-top 500ms;
    -webkit-transition: margin-top 500ms;
    z-index: 1;
    background-color: #000;
}

.homepage .homepage-title.up {
    margin-top: 50px;
}

.homepage .homepage-dummy {
    height: 660px;
    z-index: -5;
}

.display .homepage-concat {
    margin-top: 0px;
    z-index: 30;
}

.display .homepage-title, .display .homepage-customers {
    margin-top: 525px
}

.display .homepage-dummy {
    height: 355px;
}

.display .homepage-menu {
    top: -70px;
}

.homepage-title .contain {
    height: 100%;
    transition: opacity 600ms;
    -webkit-transition: opacity 600ms;
    opacity: 1;
}

/*.scroll .homepage-title .contain {
    opacity: 0.35;
}*/



.scroll-menue .homepage-menu {
    height: 50px;
    background-color: #848484;
}

.scroll-menue .hm-gotafik-btn {
    top: 5px;
}

.scroll-menue .homepage-menu-lang {
    visibility: hidden;
    opacity: 0;
    transition: visibility 500ms, opacity 500ms ease-in-out;
    -webkit-transition:all 500ms ease-in-out;
}

.scroll-menue .homepage-menu .homepage-menu-small {
    visibility: visible;
    opacity: 1;
    transition: visibility 500ms, opacity 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}

.scroll-menue .homepage-menu-logo::after {
    background: 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%20viewBox%3D%22-397%20-113%2092.301%20131.071%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%2C%20.cls-7%2C%20.cls-8%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%2329ade4%3B%20%7D%20.cls-4%20%7B%20fill%3A%20%230c9ecc%3B%20%7D%20.cls-5%20%7B%20fill%3A%20%2361c4e2%3B%20%7D%20.cls-6%20%7B%20fill%3A%20%2389d4e5%3B%20%7D%20.cls-7%2C%20.cls-8%20%7B%20stroke%3A%20%23000%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20.cls-7%20%7B%20stroke-width%3A%203px%3B%20%7D%20%3C%2Fstyle%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22Rectangle_162%22%20data-name%3D%22Rectangle%20162%22%20class%3D%22cls-1%22%20width%3D%2292.2%22%20height%3D%22131%22%20transform%3D%22matrix%281%2C%20-0.001%2C%200.001%2C%201%2C%20-0.116%2C%20-0.051%29%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22XMLID_1_%22%20class%3D%22cls-2%22%20transform%3D%22translate%28-396.884%20-112.878%29%22%3E%20%3Cpath%20id%3D%22Path_464%22%20data-name%3D%22Path%20464%22%20class%3D%22cls-3%22%20d%3D%22M-2.4-16.7c-6%2C7.9-15-2.9-18.8-8.6a15.916%2C15.916%2C0%2C0%2C1%2C1.3-2.2c3-4.8%2C10.9-14.2%2C16.7-7.7A6.4%2C6.4%2C0%2C0%2C1-3.7-26%2C6.5%2C6.5%2C0%2C0%2C1-2.4-16.7Z%22%20transform%3D%22matrix%281%2C%20-0.001%2C%200.001%2C%201%2C%2039.94%2C%2072.518%29%22%2F%3E%20%3Cpath%20id%3D%22Path_465%22%20data-name%3D%22Path%20465%22%20class%3D%22cls-4%22%20d%3D%22M-2.5%2C16.5l.6%2C8.9S6.1%2C10.1%2C7.6%2C8a71.285%2C71.285%2C0%2C0%2C1%2C4.6-5.8c5.8-6.5%2C14.5-14.8%2C23-19.3%2C2.5.6%2C10.1-4.1%2C12.2-3.7-.5.4-6.8%2C6.3-8.3%2C7.5-6%2C4.6-18.3%2C15.1-23.6%2C25.7C8.3%2C26.6-.6%2C49.2-8.3%2C54.1A24.18%2C24.18%2C0%2C0%2C1-11.9%2C56c-.7.3-1.5.6-2.3.9s-1.4-.8-2.3-.6c-13%2C2.8-16.3-4.2-18.8-10.4a29.561%2C29.561%2C0%2C0%2C1-2-8.9l-1.4-21.2s16.9%2C10.7%2C35.9-2.4l.3%2C3.1Z%22%20transform%3D%22matrix%281%2C%20-0.001%2C%200.001%2C%201%2C%2039.94%2C%2072.518%29%22%2F%3E%20%3Cpath%20id%3D%22Path_466%22%20data-name%3D%22Path%20466%22%20class%3D%22cls-4%22%20d%3D%22M-10.3%2C10.8a58.663%2C58.663%2C0%2C0%2C1%2C8.4%2C1.9h.1l-.6%2C3.8-.2-2.9C-21.5%2C26.7-38.5%2C16-38.5%2C16l-.4-.6s6.2-4.3%2C17.2-5A49.79%2C49.79%2C0%2C0%2C1-10.3%2C10.8Z%22%20transform%3D%22matrix%281%2C%20-0.001%2C%200.001%2C%201%2C%2039.94%2C%2072.518%29%22%2F%3E%20%3Cpath%20id%3D%22Path_467%22%20data-name%3D%22Path%20467%22%20class%3D%22cls-3%22%20d%3D%22M-.3%2C23.6C-4.4%2C29-9.3%2C37.8-14%2C34.5c-2.4-1.7-2.4-15.6-2.4-15.6l-8.5%2C2.2s.2%2C17.6.4%2C18%2C5.8%2C9.6%2C7.4%2C9.4%2C7.1.1%2C8.7-1.7S.7%2C34%2C.7%2C34%2C6.8%2C18.9%2C7.1%2C18.4s7-17.2%2C7-17.2L6.3%2C10.8Z%22%20transform%3D%22matrix%281%2C%20-0.001%2C%200.001%2C%201%2C%2039.94%2C%2072.518%29%22%2F%3E%20%3Cpath%20id%3D%22Path_468%22%20data-name%3D%22Path%20468%22%20class%3D%22cls-5%22%20d%3D%22M38.9-16.8A97.321%2C97.321%2C0%2C0%2C0%2C25.8-6.7C14.9%2C3.7%2C8.6%2C16.9%2C4.1%2C31.1A52.8%2C52.8%2C0%2C0%2C1-3.2%2C45c-3.1%2C4.3-8.5%2C8.6-14.3%2C7.9-10.1-1.3-11.8-14.8-11.8-14.8l-1.3-19.5%2C7.3%2C1.1S-24%2C39-19%2C42.4-7.4%2C45.3-.3%2C32.5C2.5%2C27.4%2C11.6-.7%2C21.8-7.5Z%22%20transform%3D%22matrix%281%2C%20-0.001%2C%200.001%2C%201%2C%2039.94%2C%2072.518%29%22%2F%3E%20%3Cpath%20id%3D%22Path_469%22%20data-name%3D%22Path%20469%22%20class%3D%22cls-1%22%20d%3D%22M-11%2C17.9s-.5%2C6.9%2C1%2C7.8%2C8.5-4.1%2C8.5-4.1%22%20transform%3D%22matrix%281%2C%20-0.001%2C%200.001%2C%201%2C%2039.94%2C%2072.518%29%22%2F%3E%20%3Cg%20id%3D%22Group_261%22%20data-name%3D%22Group%20261%22%3E%20%3Cg%20id%3D%22Group_260%22%20data-name%3D%22Group%20260%22%3E%20%3Cpath%20id%3D%22Path_470%22%20data-name%3D%22Path%20470%22%20class%3D%22cls-6%22%20d%3D%22M-22%2C14a108.826%2C108.826%2C0%2C0%2C1%2C12.1.4A52.814%2C52.814%2C0%2C0%2C1-22%2C16.6a48.982%2C48.982%2C0%2C0%2C1-10.5-.9A39.636%2C39.636%2C0%2C0%2C1-22%2C14Z%22%20transform%3D%22matrix%281%2C%20-0.001%2C%200.001%2C%201%2C%2039.94%2C%2072.518%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22Path_471%22%20data-name%3D%22Path%20471%22%20class%3D%22cls-7%22%20d%3D%22M47.2-19.4S22.9-1.7%2C15.8%2C12.6.9%2C47.8-6.8%2C52.7c-7%2C4.5-19.8%2C8.5-27.6-5.8a20.473%2C20.473%2C0%2C0%2C1-2.3-8l-1.5-22.8s16.9%2C10.7%2C35.9-2.4l.8%2C11.8S6.5%2C10.2%2C8%2C8.1c4.4-6.2%2C22.6-22.7%2C34-28.5%2C0%2C0%2C4.5-2.2%2C7.6-1.5.8.2%2C1.4.4%2C1%2C1Z%22%20transform%3D%22matrix%281%2C%20-0.001%2C%200.001%2C%201%2C%2039.94%2C%2072.518%29%22%2F%3E%20%3Cpath%20id%3D%22Path_472%22%20data-name%3D%22Path%20472%22%20class%3D%22cls-7%22%20d%3D%22M-39%2C14.5s14.5-9%2C37.6-2.1%22%20transform%3D%22matrix%281%2C%20-0.001%2C%200.001%2C%201%2C%2039.94%2C%2072.518%29%22%2F%3E%20%3Cpath%20id%3D%22Path_473%22%20data-name%3D%22Path%20473%22%20class%3D%22cls-8%22%20d%3D%22M-24.1%2C13.5a53.5%2C53.5%2C0%2C0%2C0-9%2C1.4c-.2%2C0-.2.4%2C0%2C.4%2C0%2C0%2C.8%2C1%2C5.5%2C1.4s5.5-.2%2C5.5-.2%22%20transform%3D%22matrix%281%2C%20-0.001%2C%200.001%2C%201%2C%2039.94%2C%2072.518%29%22%2F%3E%20%3Cpath%20id%3D%22Path_474%22%20data-name%3D%22Path%20474%22%20class%3D%22cls-7%22%20d%3D%22M-2.4-16.7c-6%2C7.9-15-2.9-18.8-8.6a15.916%2C15.916%2C0%2C0%2C1%2C1.3-2.2c3-4.8%2C10.9-14.2%2C16.7-7.7A6.4%2C6.4%2C0%2C0%2C1-3.7-26%2C6.5%2C6.5%2C0%2C0%2C1-2.4-16.7Z%22%20transform%3D%22matrix%281%2C%20-0.001%2C%200.001%2C%201%2C%2039.94%2C%2072.518%29%22%2F%3E%20%3Cpath%20id%3D%22Path_475%22%20data-name%3D%22Path%20475%22%20class%3D%22cls-7%22%20d%3D%22M-18.1%2C15c-4.3-6.4-7.6-13.3-7.6-21.8a39.6%2C39.6%2C0%2C0%2C1%2C4.6-18.5c-.3-.4-.5-.8-.8-1.2-8.1-13.5%2C14.8-29-.7-45%22%20transform%3D%22matrix%281%2C%20-0.001%2C%200.001%2C%201%2C%2039.94%2C%2072.518%29%22%2F%3E%20%3Cpath%20id%3D%22Path_476%22%20data-name%3D%22Path%20476%22%20class%3D%22cls-3%22%20d%3D%22M-23%2C2.9%22%20transform%3D%22matrix%281%2C%20-0.001%2C%200.001%2C%201%2C%2039.94%2C%2072.518%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 100px 100px;
    background-position: top right;
    height: 100px;
    width: 100px;
    top: -15px;
}

.scroll-menue .homepage-menu-menu {
    visibility: hidden;
    opacity: 0;
    transition: visibility 500ms, opacity 500ms ease-in-out;
    -webkit-transition:all 500ms ease-in-out;
}

div[class^='homepage-events-container'] {
    border-bottom: 1px solid #848484;
    border-top: 1px solid #848484;
    height: 300px;
    width: 100%;
    margin-bottom: 20px;
}

div.homepage-events-more {
    position: absolute;
    left: calc(50% - 134.5px);
    bottom: -30px;
    z-index: 1;
    padding: 15px 70px;
    font-size: 20px;
    font-weight: 600;
}
.hec-events .hec-events-evnet:last-child {
    margin-left: 0;
}

.homepage-eventTypes {
    background: #f1f1f1;
    padding-top: 30px;
    height: 450px;
    transition: height 500ms;
    -webkit-transition: height 500ms;
}

.homepage-eventTypes.opened {
    height: 730px;
}

.opened .hetc-specific-event {
    height: 450px;
}

.hetc-specific-event {
    height: 0px;
    width: 100%;
    background: #c8c9c9;
    transition: height 500ms;
    -webkit-transition: height 500ms;
    overflow: hidden;
    position: absolute;
    line-height: 1.5em;
}

.hetc-bottom-container, .hetc-top-container {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    height: 370px;
    padding-top: 45px;
}

.hetc-title {
    color: #000;
    font-size: 40px;
    font-weight: 800;
    width: 70%;
    margin: 15px auto;
    text-align: center;
}

.hetc-event {
    float: right;
    height: 120px;
    position: relative;
    width: 20%;
    cursor: pointer;
}

.hetc-events-title {
    margin-top: 64px;
    margin-bottom: 3px;
    font-weight: bold;
}

.hetc-event::after {
    content: '';
    background-repeat: no-repeat;
    position: absolute;
    background-size: 50px auto;
    width: 40px;
    height: 40px;
    left: calc(50% - 22px);
    top: 19px;
    background-position: center center;
}

.lector .hetc-event.svg::after {
    left: calc(50% - 15px);
}
.seats .hetc-event.svg::after {
    width: 50px;
    left: calc(50% - 25px);
}
.transport .hetc-event.svg::after {
    width: 50px;
    left: calc(50% - 25px);
}
.hetc-events-ex {
    font-size: 12px;
}

.opened .hetc-specific-event{
    top:280px;
}

.homepage .homepage-about {
    width: 100%;
    height: 600px;
    background: #fff;
    z-index: 6;
}

.homepage-about-container {
    width: 70%;
    margin: 0 auto;
}

.homepage .homepage-price {
    background: #9a9a9a;
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.homepage-price-container {
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
}

.homepage-price-container .contain {
    float: right;
    height: 550px;
    width: 23%;
    margin-left: 1%;
    background: #fff;
    text-align: center;
}

.homepage-price-container .contain:last-child {
    margin-right: 3%;
    margin-left: 0;
}

.homepage-price-top {
    height: 30%;
    background: #61C4E2;
    color: #fff;
    padding-top: 26px;
}

.hpt-title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.hpt-price {
    font-size: 76px;
    font-weight: 900;
    line-height: 66px;
}

.hpt-comment {
    font-size: 16px;
}

div.bt.homepage-price-createEvent {
    color: #000;
    font-weight: 700;
    padding: 10px 32px;
}

.homepage-price-content {
    height: 70%;
    background: #f1f1f1;
    padding: 15px;
}

.homepage-price-list ul {
    margin-top: 15px;
}

.homepage-price-list li {
    border-bottom: 0.5px solid #ccc;
    color: #9a9a9a;
    line-height: 44px;
}

.homepage-price-list li:first-child {
    border-top: 0.5px solid #ccc;
}

.homepage-price-big .hpt-title {
    color: #fff;
}

.homepage-price-big .homepage-price-top {
    padding-top: 72px;
    background: #17A4DC;
}

.homepage-specificevent {
    background: #b5bD12;
}

.homepage-specificevent .hse-img, .homepage-specificevent .hse-text {
    float: right;
    height: 100%;
    width: 49.9%;
}

.hse-text-container {
    width: 85%;
    margin: 100px auto;
    color: #fff;
    text-align: center;
}

.hse-text-content::before {
    content: '"';
    position: absolute;
    right: -12px;
    top: -22px;
    font-size: 38px;

}

.hse-text-content::after {
    content: '"';
    position: absolute;
    left: -23px;
    bottom: -20px;
    font-size: 38px;
}

.hse-text-productiont {
    position: relative;
    margin: 20px 0px;
}

.hse-text-content {
    font-size: 22px;
    position: relative;
}

li.section.homepage-productionLogo {
    height: auto;
    background: #61C4E2;
}

.homepage-productionLogo-container {
    width: 70%;
    margin: 0 auto;
    height: 100%;
    padding: 60px 0;
    text-align:center;
}

.homepage-bottom {
    height: 70px;
    z-index: 5;
    position: relative;
    background: #fff;
    padding: 40px 10px 0px 10px;
}

.tslider {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.tslider-top {
    text-align: center;
    position: relative;
    margin-top: 50px;
    z-index: 100;
}

.tslide::after {
    content: '';
    display: block;
    clear: both;
}

.tslider-sec {
    background: 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');
    position: relative;
    display: inline-block;
    width: 10.5%;
    padding-top: 65px;
    margin: 0 2%;
    background-position: center top;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.tslider-sec.selected {
    font-weight: bold;
    color: #61C4E2;
}

.tslider-sec:nth-child(1) {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20114.64%20143.29%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%236d6e71%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%203%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M109%2C35.68H87.26v-5.8A30%2C30%2C0%2C0%2C0%2C78.68%2C8.94l-.2-.2A29.9%2C29.9%2C0%2C0%2C0%2C27.42%2C29.88v5.8H5.64A5.66%2C5.66%2C0%2C0%2C0%2C0%2C41.29v96.4a5.63%2C5.63%2C0%2C0%2C0%2C5.64%2C5.6H109a5.6%2C5.6%2C0%2C0%2C0%2C5.6-5.6V41.29a5.62%2C5.62%2C0%2C0%2C0-5.6-5.6Zm-27.93%2C29h0a3.93%2C3.93%2C0%2C0%2C1%2C2.66-1.07h.12l.12%2C0a4.25%2C4.25%2C0%2C0%2C1%2C2.82%2C1.27h0A4%2C4%2C0%2C0%2C1%2C88%2C67.79a3.93%2C3.93%2C0%2C0%2C1-1.19%2C2.86h0a4.32%2C4.32%2C0%2C0%2C1-2.94%2C1.23A4.15%2C4.15%2C0%2C0%2C1%2C81%2C70.65l-.16-.08a4.09%2C4.09%2C0%2C0%2C1-1-2.78A4%2C4%2C0%2C0%2C1%2C81%2C64.85l.12-.16Zm-47-34.81h0A23.18%2C23.18%2C0%2C0%2C1%2C73.71%2C13.51l.2.16a23%2C23%2C0%2C0%2C1%2C6.6%2C16.21v5.8H34.09v-5.8Zm-6.28%2C35h0l.12-.16a4.09%2C4.09%2C0%2C0%2C1%2C2.66-1.07h.16l.16%2C0a4.14%2C4.14%2C0%2C0%2C1%2C2.74%2C1.27h0a4%2C4%2C0%2C0%2C1%2C1.23%2C2.94%2C4%2C4%2C0%2C0%2C1-1.23%2C2.86h0a4.14%2C4.14%2C0%2C0%2C1-2.9%2C1.23%2C4.31%2C4.31%2C0%2C0%2C1-2.94-1.23l-.12-.08a4.18%2C4.18%2C0%2C0%2C1%2C.12-5.72Zm75.66%2C67.23H11.21V46.89H27.42V57.46a10.73%2C10.73%2C0%2C0%2C0-4.13%2C2.38l-.2.24a10.78%2C10.78%2C0%2C0%2C0-3.14%2C7.71%2C10.65%2C10.65%2C0%2C0%2C0%2C2.94%2C7.39l.2.24a10.88%2C10.88%2C0%2C0%2C0%2C15.3%2C0h0a10.84%2C10.84%2C0%2C0%2C0%2C0-15.34h0a9.77%2C9.77%2C0%2C0%2C0-4.29-2.62V46.89H80.5V57.46a10.85%2C10.85%2C0%2C0%2C0-4.09%2C2.38l-.2.24a10.75%2C10.75%2C0%2C0%2C0-.16%2C15.1l.16.24a10.93%2C10.93%2C0%2C0%2C0%2C15.34%2C0h0a10.84%2C10.84%2C0%2C0%2C0%2C0-15.34%2C10.19%2C10.19%2C0%2C0%2C0-4.29-2.62V46.89h16.21v85.2Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(1).selected {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20114.64%20143.29%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%2361C4E2%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%203%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M109%2C35.68H87.26v-5.8A30%2C30%2C0%2C0%2C0%2C78.68%2C8.94l-.2-.2A29.9%2C29.9%2C0%2C0%2C0%2C27.42%2C29.88v5.8H5.64A5.66%2C5.66%2C0%2C0%2C0%2C0%2C41.29v96.4a5.63%2C5.63%2C0%2C0%2C0%2C5.64%2C5.6H109a5.6%2C5.6%2C0%2C0%2C0%2C5.6-5.6V41.29a5.62%2C5.62%2C0%2C0%2C0-5.6-5.6Zm-27.93%2C29h0a3.93%2C3.93%2C0%2C0%2C1%2C2.66-1.07h.12l.12%2C0a4.25%2C4.25%2C0%2C0%2C1%2C2.82%2C1.27h0A4%2C4%2C0%2C0%2C1%2C88%2C67.79a3.93%2C3.93%2C0%2C0%2C1-1.19%2C2.86h0a4.32%2C4.32%2C0%2C0%2C1-2.94%2C1.23A4.15%2C4.15%2C0%2C0%2C1%2C81%2C70.65l-.16-.08a4.09%2C4.09%2C0%2C0%2C1-1-2.78A4%2C4%2C0%2C0%2C1%2C81%2C64.85l.12-.16Zm-47-34.81h0A23.18%2C23.18%2C0%2C0%2C1%2C73.71%2C13.51l.2.16a23%2C23%2C0%2C0%2C1%2C6.6%2C16.21v5.8H34.09v-5.8Zm-6.28%2C35h0l.12-.16a4.09%2C4.09%2C0%2C0%2C1%2C2.66-1.07h.16l.16%2C0a4.14%2C4.14%2C0%2C0%2C1%2C2.74%2C1.27h0a4%2C4%2C0%2C0%2C1%2C1.23%2C2.94%2C4%2C4%2C0%2C0%2C1-1.23%2C2.86h0a4.14%2C4.14%2C0%2C0%2C1-2.9%2C1.23%2C4.31%2C4.31%2C0%2C0%2C1-2.94-1.23l-.12-.08a4.18%2C4.18%2C0%2C0%2C1%2C.12-5.72Zm75.66%2C67.23H11.21V46.89H27.42V57.46a10.73%2C10.73%2C0%2C0%2C0-4.13%2C2.38l-.2.24a10.78%2C10.78%2C0%2C0%2C0-3.14%2C7.71%2C10.65%2C10.65%2C0%2C0%2C0%2C2.94%2C7.39l.2.24a10.88%2C10.88%2C0%2C0%2C0%2C15.3%2C0h0a10.84%2C10.84%2C0%2C0%2C0%2C0-15.34h0a9.77%2C9.77%2C0%2C0%2C0-4.29-2.62V46.89H80.5V57.46a10.85%2C10.85%2C0%2C0%2C0-4.09%2C2.38l-.2.24a10.75%2C10.75%2C0%2C0%2C0-.16%2C15.1l.16.24a10.93%2C10.93%2C0%2C0%2C0%2C15.34%2C0h0a10.84%2C10.84%2C0%2C0%2C0%2C0-15.34%2C10.19%2C10.19%2C0%2C0%2C0-4.29-2.62V46.89h16.21v85.2Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(2) {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20130.79%20108.92%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%236d6e71%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%202%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M5%2C0h120.7a5.1%2C5.1%2C0%2C0%2C1%2C5.07%2C5V91.8a5.08%2C5.08%2C0%2C0%2C1-5.07%2C5H70.41v5.6l0%2C.46h28a3%2C3%2C0%2C0%2C1%2C0%2C6H32.46a3%2C3%2C0%2C1%2C1%2C0-6H60.39V96.83H5a5%2C5%2C0%2C0%2C1-5-5V5A5%2C5%2C0%2C0%2C1%2C5%2C0ZM95.91%2C44.73h0a3%2C3%2C0%2C0%2C1%2C6%2C0v7.42a3%2C3%2C0%2C0%2C1-6%2C0V44.73ZM86.35%2C34.31h0a3%2C3%2C0%2C0%2C1%2C6%2C0V62.56a3%2C3%2C0%2C1%2C1-6%2C0V34.31Zm-9.63-8.59h0a3%2C3%2C0%2C0%2C1%2C6.06%2C0v45.4a3%2C3%2C0%2C1%2C1-6.06%2C0V25.72ZM67.16%2C39.09h0a3%2C3%2C0%2C0%2C1%2C3-3%2C3.08%2C3.08%2C0%2C0%2C1%2C3%2C3V57.78a3%2C3%2C0%2C0%2C1-3%2C3%2C3%2C3%2C0%2C0%2C1-3-3V39.09Zm-9.59-7.78h0a3.08%2C3.08%2C0%2C0%2C1%2C3-3%2C3%2C3%2C0%2C0%2C1%2C3%2C3V65.55a3%2C3%2C0%2C0%2C1-3%2C3%2C3%2C3%2C0%2C0%2C1-3-3V31.31ZM48%2C38.3h0A3.09%2C3.09%2C0%2C0%2C1%2C51%2C35.24a3%2C3%2C0%2C0%2C1%2C3%2C3.07V58.63a3%2C3%2C0%2C0%2C1-3%2C3%2C3%2C3%2C0%2C0%2C1-3.07-3V38.3ZM28.86%2C42.23h0a3%2C3%2C0%2C0%2C1%2C3-3%2C3%2C3%2C0%2C0%2C1%2C3%2C3V54.64a3%2C3%2C0%2C0%2C1-3%2C3%2C3%2C3%2C0%2C0%2C1-3-3V42.23Zm9.56-12.84h0a3%2C3%2C0%2C0%2C1%2C6%2C0v38a3%2C3%2C0%2C0%2C1-6%2C0v-38Zm73.26%2C43.33h0a5%2C5%2C0%2C0%2C1%2C5%2C5%2C5%2C5%2C0%2C1%2C1-10%2C0%2C5%2C5%2C0%2C0%2C1%2C5-5Zm9-62.67H10.09V86.74H120.7V10.06Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(2).selected {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20130.79%20108.92%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%2361C4E2%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%202%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M5%2C0h120.7a5.1%2C5.1%2C0%2C0%2C1%2C5.07%2C5V91.8a5.08%2C5.08%2C0%2C0%2C1-5.07%2C5H70.41v5.6l0%2C.46h28a3%2C3%2C0%2C0%2C1%2C0%2C6H32.46a3%2C3%2C0%2C1%2C1%2C0-6H60.39V96.83H5a5%2C5%2C0%2C0%2C1-5-5V5A5%2C5%2C0%2C0%2C1%2C5%2C0ZM95.91%2C44.73h0a3%2C3%2C0%2C0%2C1%2C6%2C0v7.42a3%2C3%2C0%2C0%2C1-6%2C0V44.73ZM86.35%2C34.31h0a3%2C3%2C0%2C0%2C1%2C6%2C0V62.56a3%2C3%2C0%2C1%2C1-6%2C0V34.31Zm-9.63-8.59h0a3%2C3%2C0%2C0%2C1%2C6.06%2C0v45.4a3%2C3%2C0%2C1%2C1-6.06%2C0V25.72ZM67.16%2C39.09h0a3%2C3%2C0%2C0%2C1%2C3-3%2C3.08%2C3.08%2C0%2C0%2C1%2C3%2C3V57.78a3%2C3%2C0%2C0%2C1-3%2C3%2C3%2C3%2C0%2C0%2C1-3-3V39.09Zm-9.59-7.78h0a3.08%2C3.08%2C0%2C0%2C1%2C3-3%2C3%2C3%2C0%2C0%2C1%2C3%2C3V65.55a3%2C3%2C0%2C0%2C1-3%2C3%2C3%2C3%2C0%2C0%2C1-3-3V31.31ZM48%2C38.3h0A3.09%2C3.09%2C0%2C0%2C1%2C51%2C35.24a3%2C3%2C0%2C0%2C1%2C3%2C3.07V58.63a3%2C3%2C0%2C0%2C1-3%2C3%2C3%2C3%2C0%2C0%2C1-3.07-3V38.3ZM28.86%2C42.23h0a3%2C3%2C0%2C0%2C1%2C3-3%2C3%2C3%2C0%2C0%2C1%2C3%2C3V54.64a3%2C3%2C0%2C0%2C1-3%2C3%2C3%2C3%2C0%2C0%2C1-3-3V42.23Zm9.56-12.84h0a3%2C3%2C0%2C0%2C1%2C6%2C0v38a3%2C3%2C0%2C0%2C1-6%2C0v-38Zm73.26%2C43.33h0a5%2C5%2C0%2C0%2C1%2C5%2C5%2C5%2C5%2C0%2C1%2C1-10%2C0%2C5%2C5%2C0%2C0%2C1%2C5-5Zm9-62.67H10.09V86.74H120.7V10.06Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(6) {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2073.84%20104.94%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%236d6e71%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%204%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M71.77%2C37.89a3.93%2C3.93%2C0%2C0%2C1%2C2.07%2C3.45c0%2C.31-.06.59-.06.87L65.1%2C101.55a4%2C4%2C0%2C0%2C1-3.9%2C3.39H12.59a3.94%2C3.94%2C0%2C0%2C1-3.92-3.62L0%2C41.89a3.92%2C3.92%2C0%2C0%2C1%2C2-4A13.61%2C13.61%2C0%2C0%2C1%2C.68%2C31.94a13.34%2C13.34%2C0%2C0%2C1%2C9.89-12.83A13.41%2C13.41%2C0%2C0%2C1%2C23.74%2C7.68c.34%2C0%2C.64%2C0%2C1%2C0a13.36%2C13.36%2C0%2C0%2C1%2C24.21%2C0c.36%2C0%2C.79-.06%2C1.18-.06A13.38%2C13.38%2C0%2C0%2C1%2C63.25%2C19.11a13.37%2C13.37%2C0%2C0%2C1%2C9.92%2C12.83%2C14%2C14%2C0%2C0%2C1-1.4%2C5.94Zm-18.94%2C7.4h0V56.21c3.31%2C2.63%2C5.38%2C6.22%2C5.38%2C10s-2.07%2C7.4-5.38%2C10.09V97h5l7.54-51.75ZM48.06%2C97h0v-18a27.83%2C27.83%2C0%2C0%2C1-8.8%2C2.19V97ZM34.53%2C97h0V81.26a28%2C28%2C0%2C0%2C1-8.77-2.19V97ZM21%2C97h0V76.33c-3.36-2.69-5.38-6.16-5.38-10.09s2-7.4%2C5.38-10V45.28H8.5L16%2C97ZM39.27%2C45.28h0v6.05a29.36%2C29.36%2C0%2C0%2C1%2C8.8%2C2.1V45.28Zm-13.51%2C0h0v8.15a29.6%2C29.6%2C0%2C0%2C1%2C8.77-2.1V45.28Zm-5.38%2C21h0c0%2C13.73%2C33.06%2C13.79%2C33.06%2C0s-33.06-13.67-33.06%2C0Zm3.28-50.66h0a5.36%2C5.36%2C0%2C0%2C0-5.07%2C3.87%2C13.64%2C13.64%2C0%2C0%2C1%2C4.82%2C3.08%2C13.33%2C13.33%2C0%2C0%2C1%2C3.92%2C9.41%2C4%2C4%2C0%2C0%2C1-4%2C4%2C3.91%2C3.91%2C0%2C0%2C1-3.92-4A5.46%2C5.46%2C0%2C0%2C0%2C14%2C26.56h-.05A5.41%2C5.41%2C0%2C1%2C0%2C14%2C37.38H59.8A5.42%2C5.42%2C0%2C0%2C0%2C61.93%2C27a11.7%2C11.7%2C0%2C0%2C1-2.27%2C3.22l-.17.2a13.4%2C13.4%2C0%2C0%2C1-9.42%2C3.92%2C4%2C4%2C0%2C1%2C1%2C0-7.9%2C5.58%2C5.58%2C0%2C0%2C0%2C3.84-1.6l.09-.06a5.29%2C5.29%2C0%2C0%2C0%2C1.4-2.91l.05-.39v-.53a5.41%2C5.41%2C0%2C0%2C0-5.38-5.35h-.2A12%2C12%2C0%2C0%2C1%2C49%2C18.47a3.94%2C3.94%2C0%2C0%2C1-7.26-3.05%2C5.64%2C5.64%2C0%2C0%2C0%2C.45-2.19v-.17l-.05-.2a5.38%2C5.38%2C0%2C0%2C0-5.38-5%2C5.51%2C5.51%2C0%2C0%2C0-5.44%2C4.88v.5A5.21%2C5.21%2C0%2C0%2C0%2C32.82%2C17l.11.14a5.37%2C5.37%2C0%2C0%2C0%2C3.87%2C1.6%2C4%2C4%2C0%2C0%2C1%2C0%2C7.9%2C13.53%2C13.53%2C0%2C0%2C1-9.47-3.92l-.11-.17a13.71%2C13.71%2C0%2C0%2C1-3.56-6.95Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(6).selected {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2073.84%20104.94%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%2361C4E2%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%204%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M71.77%2C37.89a3.93%2C3.93%2C0%2C0%2C1%2C2.07%2C3.45c0%2C.31-.06.59-.06.87L65.1%2C101.55a4%2C4%2C0%2C0%2C1-3.9%2C3.39H12.59a3.94%2C3.94%2C0%2C0%2C1-3.92-3.62L0%2C41.89a3.92%2C3.92%2C0%2C0%2C1%2C2-4A13.61%2C13.61%2C0%2C0%2C1%2C.68%2C31.94a13.34%2C13.34%2C0%2C0%2C1%2C9.89-12.83A13.41%2C13.41%2C0%2C0%2C1%2C23.74%2C7.68c.34%2C0%2C.64%2C0%2C1%2C0a13.36%2C13.36%2C0%2C0%2C1%2C24.21%2C0c.36%2C0%2C.79-.06%2C1.18-.06A13.38%2C13.38%2C0%2C0%2C1%2C63.25%2C19.11a13.37%2C13.37%2C0%2C0%2C1%2C9.92%2C12.83%2C14%2C14%2C0%2C0%2C1-1.4%2C5.94Zm-18.94%2C7.4h0V56.21c3.31%2C2.63%2C5.38%2C6.22%2C5.38%2C10s-2.07%2C7.4-5.38%2C10.09V97h5l7.54-51.75ZM48.06%2C97h0v-18a27.83%2C27.83%2C0%2C0%2C1-8.8%2C2.19V97ZM34.53%2C97h0V81.26a28%2C28%2C0%2C0%2C1-8.77-2.19V97ZM21%2C97h0V76.33c-3.36-2.69-5.38-6.16-5.38-10.09s2-7.4%2C5.38-10V45.28H8.5L16%2C97ZM39.27%2C45.28h0v6.05a29.36%2C29.36%2C0%2C0%2C1%2C8.8%2C2.1V45.28Zm-13.51%2C0h0v8.15a29.6%2C29.6%2C0%2C0%2C1%2C8.77-2.1V45.28Zm-5.38%2C21h0c0%2C13.73%2C33.06%2C13.79%2C33.06%2C0s-33.06-13.67-33.06%2C0Zm3.28-50.66h0a5.36%2C5.36%2C0%2C0%2C0-5.07%2C3.87%2C13.64%2C13.64%2C0%2C0%2C1%2C4.82%2C3.08%2C13.33%2C13.33%2C0%2C0%2C1%2C3.92%2C9.41%2C4%2C4%2C0%2C0%2C1-4%2C4%2C3.91%2C3.91%2C0%2C0%2C1-3.92-4A5.46%2C5.46%2C0%2C0%2C0%2C14%2C26.56h-.05A5.41%2C5.41%2C0%2C1%2C0%2C14%2C37.38H59.8A5.42%2C5.42%2C0%2C0%2C0%2C61.93%2C27a11.7%2C11.7%2C0%2C0%2C1-2.27%2C3.22l-.17.2a13.4%2C13.4%2C0%2C0%2C1-9.42%2C3.92%2C4%2C4%2C0%2C1%2C1%2C0-7.9%2C5.58%2C5.58%2C0%2C0%2C0%2C3.84-1.6l.09-.06a5.29%2C5.29%2C0%2C0%2C0%2C1.4-2.91l.05-.39v-.53a5.41%2C5.41%2C0%2C0%2C0-5.38-5.35h-.2A12%2C12%2C0%2C0%2C1%2C49%2C18.47a3.94%2C3.94%2C0%2C0%2C1-7.26-3.05%2C5.64%2C5.64%2C0%2C0%2C0%2C.45-2.19v-.17l-.05-.2a5.38%2C5.38%2C0%2C0%2C0-5.38-5%2C5.51%2C5.51%2C0%2C0%2C0-5.44%2C4.88v.5A5.21%2C5.21%2C0%2C0%2C0%2C32.82%2C17l.11.14a5.37%2C5.37%2C0%2C0%2C0%2C3.87%2C1.6%2C4%2C4%2C0%2C0%2C1%2C0%2C7.9%2C13.53%2C13.53%2C0%2C0%2C1-9.47-3.92l-.11-.17a13.71%2C13.71%2C0%2C0%2C1-3.56-6.95Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(4) {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2074.37%20104.38%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%236d6e71%3B%7D.b%7Bfill%3Anone%3Bstroke%3A%236d6e71%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3Bstroke-width%3A5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%201%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M23.69%2C89.58a2.42%2C2.42%2C0%2C0%2C1%2C0-4.84h27a2.42%2C2.42%2C0%2C1%2C1%2C0%2C4.84ZM4%2C0H70.33a4%2C4%2C0%2C0%2C1%2C4%2C4V100.4a4.07%2C4.07%2C0%2C0%2C1-4%2C4H4a4%2C4%2C0%2C0%2C1-4-4V4A4%2C4%2C0%2C0%2C1%2C4%2C0ZM66.31%2C8H8V96.35H66.31V8Z%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2223.06%22%20y1%3D%2224.25%22%20x2%3D%2251.56%22%20y2%3D%2224.25%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2223.06%22%20y1%3D%2232.74%22%20x2%3D%2251.56%22%20y2%3D%2232.74%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2223.06%22%20y1%3D%2241.22%22%20x2%3D%2251.56%22%20y2%3D%2241.22%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2223.06%22%20y1%3D%2249.7%22%20x2%3D%2237.19%22%20y2%3D%2249.7%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2244.5%22%20y1%3D%2249.7%22%20x2%3D%2251.56%22%20y2%3D%2249.7%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(4).selected {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2074.37%20104.38%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%2361C4E2%3B%7D.b%7Bfill%3Anone%3Bstroke%3A%2361C4E2%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3Bstroke-width%3A5px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%201%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M23.69%2C89.58a2.42%2C2.42%2C0%2C0%2C1%2C0-4.84h27a2.42%2C2.42%2C0%2C1%2C1%2C0%2C4.84ZM4%2C0H70.33a4%2C4%2C0%2C0%2C1%2C4%2C4V100.4a4.07%2C4.07%2C0%2C0%2C1-4%2C4H4a4%2C4%2C0%2C0%2C1-4-4V4A4%2C4%2C0%2C0%2C1%2C4%2C0ZM66.31%2C8H8V96.35H66.31V8Z%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2223.06%22%20y1%3D%2224.25%22%20x2%3D%2251.56%22%20y2%3D%2224.25%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2223.06%22%20y1%3D%2232.74%22%20x2%3D%2251.56%22%20y2%3D%2232.74%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2223.06%22%20y1%3D%2241.22%22%20x2%3D%2251.56%22%20y2%3D%2241.22%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2223.06%22%20y1%3D%2249.7%22%20x2%3D%2237.19%22%20y2%3D%2249.7%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2244.5%22%20y1%3D%2249.7%22%20x2%3D%2251.56%22%20y2%3D%2249.7%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(3) {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.45%2091.65%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%236d6e71%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%205%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M49.53%2C36.36H64A3.63%2C3.63%2C0%2C0%2C1%2C67.61%2C40a3.43%2C3.43%2C0%2C0%2C1-1.56%2C2.87l-60.23%2C48A3.57%2C3.57%2C0%2C0%2C1%2C.58%2C86.14l23.2-42.56H10a3.6%2C3.6%2C0%2C0%2C1-2.79-5.92L32.53%2C1.56A3.49%2C3.49%2C0%2C0%2C1%2C35.45.05V0H72.84a3.61%2C3.61%2C0%2C0%2C1%2C3.61%2C3.63A3.42%2C3.42%2C0%2C0%2C1%2C75.4%2C6.14L49.53%2C36.36Zm4.1%2C7.22H41.75a3.81%2C3.81%2C0%2C0%2C1-2.41-.87%2C3.63%2C3.63%2C0%2C0%2C1-.36-5.1L65%2C7.22H37.35L17%2C36.36H29.87v0a3.53%2C3.53%2C0%2C0%2C1%2C1.71.44A3.59%2C3.59%2C0%2C0%2C1%2C33%2C41.69L15.32%2C74.13%2C53.63%2C43.58Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(3).selected {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2076.45%2091.65%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%2361C4E2%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%205%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M49.53%2C36.36H64A3.63%2C3.63%2C0%2C0%2C1%2C67.61%2C40a3.43%2C3.43%2C0%2C0%2C1-1.56%2C2.87l-60.23%2C48A3.57%2C3.57%2C0%2C0%2C1%2C.58%2C86.14l23.2-42.56H10a3.6%2C3.6%2C0%2C0%2C1-2.79-5.92L32.53%2C1.56A3.49%2C3.49%2C0%2C0%2C1%2C35.45.05V0H72.84a3.61%2C3.61%2C0%2C0%2C1%2C3.61%2C3.63A3.42%2C3.42%2C0%2C0%2C1%2C75.4%2C6.14L49.53%2C36.36Zm4.1%2C7.22H41.75a3.81%2C3.81%2C0%2C0%2C1-2.41-.87%2C3.63%2C3.63%2C0%2C0%2C1-.36-5.1L65%2C7.22H37.35L17%2C36.36H29.87v0a3.53%2C3.53%2C0%2C0%2C1%2C1.71.44A3.59%2C3.59%2C0%2C0%2C1%2C33%2C41.69L15.32%2C74.13%2C53.63%2C43.58Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(5) {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2085.23%20104.38%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%236d6e71%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%206%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M39.27%2C54.12.93%2C6.81A4.16%2C4.16%2C0%2C0%2C1%2C1.59.93%2C3.91%2C3.91%2C0%2C0%2C1%2C4.18%2C0H81a4.19%2C4.19%2C0%2C0%2C1%2C4.24%2C4.18%2C3.94%2C3.94%2C0%2C0%2C1-1.17%2C2.87L45.84%2C54.15a2.76%2C2.76%2C0%2C0%2C1-.72.72V95.93H67.36a4.23%2C4.23%2C0%2C0%2C1%2C0%2C8.45H17.84a4.23%2C4.23%2C0%2C0%2C1%2C0-8.45H40.07V54.87L40%2C54.78c-.24-.21-.48-.45-.69-.66Zm-21-39.24H66.91L72.2%2C8.4H13l5.29%2C6.48ZM62.79%2C20H22.44L42.58%2C44.85%2C62.79%2C20ZM47.42%2C23.67h0a4.75%2C4.75%2C0%2C1%2C0%2C4.69%2C4.75%2C4.75%2C4.75%2C0%2C0%2C0-4.69-4.75Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-sec:nth-child(5).selected {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2085.23%20104.38%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%2361C4E2%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EAsset%206%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M39.27%2C54.12.93%2C6.81A4.16%2C4.16%2C0%2C0%2C1%2C1.59.93%2C3.91%2C3.91%2C0%2C0%2C1%2C4.18%2C0H81a4.19%2C4.19%2C0%2C0%2C1%2C4.24%2C4.18%2C3.94%2C3.94%2C0%2C0%2C1-1.17%2C2.87L45.84%2C54.15a2.76%2C2.76%2C0%2C0%2C1-.72.72V95.93H67.36a4.23%2C4.23%2C0%2C0%2C1%2C0%2C8.45H17.84a4.23%2C4.23%2C0%2C0%2C1%2C0-8.45H40.07V54.87L40%2C54.78c-.24-.21-.48-.45-.69-.66Zm-21-39.24H66.91L72.2%2C8.4H13l5.29%2C6.48ZM62.79%2C20H22.44L42.58%2C44.85%2C62.79%2C20ZM47.42%2C23.67h0a4.75%2C4.75%2C0%2C1%2C0%2C4.69%2C4.75%2C4.75%2C4.75%2C0%2C0%2C0-4.69-4.75Z%22%2F%3E%3C%2Fsvg%3E');
}

.tslider-w {
    height: 377px;
    position: relative;
}

.tslider-bg {
    top: 0;
    height: 1px;
    width: 100%;
    background: #ccc;
    margin: 43px 0;
    position: relative;
}

.tslider-bg p {
    width: 25px;
    background: #ccc;
    display: inline-block;
    position: absolute;
    top: -2px;
    height: 4px;
}

.tslider-bg p.selected {
    background: #61C4E2;
}

.tslider-bg p:nth-child(1) {
    right: 12%;
}

.tslider-bg p:nth-child(2) {
    right: 27%;
}

.tslider-bg p:nth-child(3) {
    right: 42%;
}

.tslider-bg p:nth-child(4) {
    right: 57%;
}

.tslider-bg p:nth-child(5) {
    right: 71%;
}

.tslider-bg p:nth-child(6) {
    right: 86%;
}

.tslide-bg {
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 93% auto;
    float: left;
    background-position: 44px 30px;
}

.tslide {
    text-align: right;
}

.tslide-p1, .tslide-p2 {
    width: 50%;
    height: 100%;
    padding: 20px 45px 0 0;
    color: #000;
}

.tslide-p1 {
    float: right;
}

.tslide-p2 {
    float: left;
}

.tslide h1 {
    font-weight: 500;
    font-size: 46px;
}

.tslider-slider {
    height: 100%;
}

div.ha-createEvent {
    position: absolute;
    top: 285px;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    padding: 7px 40px;
    right: 100px;
    z-index: 1;
    background: #fff;
}

.tslide-p1 p {
    width: 90%;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: justify;
}

.hec-events-evnet {
    height: 298px;
    width: 24.25%;
    margin-left: 1%;
    background-color:#f1f1f1;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.homepage-admin .hec-events-evnet {
    overflow: visible;
}

.hec-events-evnet-img {
    height: 60%;
    width: 100%;
    transition: height 500ms, opacity 500ms, margin-top 500ms;
    -webkit-transition:all 500ms;
    opacity: 1;
    background-size: cover;
    background-position: center center;
    margin-top: 0%;
    background-color: #000
}

.hec-events-evnet.zeroidx::after{
    content: '';
    background: linear-gradient(135deg, #ffffff 84%,#00c1ff 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
    top: 0;
}

.hec-events-evnet-details {
    height: 118.3px;
    width: 100%;;
    background: #f1f1f1;
    padding: 15px;
    color: #797878;
    position: absolute;
    cursor: pointer;
}


div.bt.btb:hover {
    -webkit-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.75);
}
.btb a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.active .hec-events-evnet-details {
    height: 60%;
}

.hece-evnet-details-title {
    box-sizing: border-box;
    width: 57%;
    font-size: 22px;
    transition: padding-top 500ms;
    -webkit-transition: padding-top 500ms;
    position: absolute;
    top: 23px;
    right: 110px;
    letter-spacing: 0px;
    line-height: 17px;
    height: 36px;
    overflow: hidden;
    font-weight: 900;
}

.hece-evnet-details-about {
    height: 100%;
    position: relative;
    top: 45px;
    right: 95px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: -0.5px;
    width: 57%;
    font-size: 15px;
    visibility: hidden;
}
.hec-events-evnet:hover{
    background-color: black;
}
.hec-events-evnet:hover .hec-events-evnet-details {
    height: 178.8px;
}
.hec-events-evnet:hover .hece-evnet-details-date-date {
    right: unset;
}
.hec-events-evnet:hover .day_of_week {
    right: unset;
}
.hec-events-evnet:hover .hece-evnet-details-date-time {
    right: 33px;
}

.hec-events-evnet:hover .hec-events-evnet-img {
    height: 149px;
    opacity: 0.5;
    margin-top: -29.8px;
}

.hec-events-evnet:hover .hece-evnet-details-about {
    visibility: visible;
    position: absolute;
    top: 75px;
    right: 110px;
    overflow: unset;
    white-space: unset;
    text-overflow: unset;
    line-height: 15px;
    height: 75px;
    overflow: hidden;

}
.hec-events-evnet:hover .hece-evnet-details-title{
    position: absolute;
    top: 30px;

}
.hec-events-evnet:hover .hece-evnet-details-date{
    position: absolute;
    bottom: 50px;
    transition: padding-top 500ms;
    -webkit-transition: padding-top 500ms;
}
.hec-events-evnet:hover .hece-evnet-details-date.past{
    position: absolute;
    bottom: 85px;
    transition: padding-top 500ms;
    -webkit-transition: padding-top 500ms;
}
div.hec-events-evnet:hover .hec-eed-taketicket {
    display: inline-block;
    opacity: 1;
}

div.hec-eed-taketicket {
    position: absolute;
    top: -23px;
    font-size: 17px;
    font-weight: bold;
    left: calc(50% - 75.96px);
    /* display: none; */
    padding: 5px 18px;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
}

.hece-evnet-details-date, .hece-evnet-details-location {
    display: inline-block;
}


/* .hece-evnet-details-bottom {
    position: absolute;
    bottom: 10px;
    width: 95%;
} */

.hece-evnet-details-date-time {
    color: #797878;
    right: 65px;
    bottom: -5px;
    letter-spacing: 0.5px;
}


.hece-evnet-details-date-date {
    display: inline-block;
    position: absolute;
    bottom: 25px;
    color: #61C4E2;
    font-weight: 400;
    right: 15px;
    letter-spacing: 2px;
    border-bottom: 0.2px solid #959698;
}

.hece-evnet-details-date-time {
    display: inline-block;
    position: absolute;
    bottom: 9px;
    color: #797878;
    right: 47px;
    text-align: center;

}
.hece-evnet-details-date-time{
    font-size: 14px;
}

.big-nice-date{
    color: #61C4E2;
    font-size: 70px;
    font-weight: 900;
    letter-spacing: -3px;
    position: absolute;
    bottom: 28px;
    /* right: 8px; */
    text-align: center;
}

.day_of_week{
    position: absolute;
    font-size: 14px;
    right: 14px;
    bottom: 9px;
}
.hec-events-evnet:hover .hece-evnet-details-date.past {
    bottom: 97px;
}

.hece-evnet-details-date.past {
    height: 47px;
    color: #61C4E2;
    position: absolute;
    bottom: 45px;
    right: 16px;
    border: 1px solid;
    padding: 8px 15px;
    width: 68px;
}

.past_event_date{
    position: absolute;
    top:48px;
    right: 0px;
    border-bottom: 0.2px solid #959698;
    letter-spacing: 1.5px
}
.past_event_time{
    display: inline-block;
    position: absolute;
    top: 48px;
    right: 36px;
    color:#797878;
    font-size: 14px;
}
.past_day_of_week{
    display: inline-block;
    position: absolute;
    right: 0px;
    top:66px;
    color:#797878;
    font-size: 14px;
}

.past-event{
    line-height: 14px;
}

.hece-evnet-details-location {
    position: absolute;
    /* top: 99px; */
    left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 38%;
    text-align: left;
    float: left;
    font-size: 14px;
    bottom: 8px;
}

.hec-events-evnet:hover .hece-evnet-details-location{
    position: absolute;
    top: 155px;
    display: inline-block;
}

.hece-evnet-details-title.has_no_date{
    right: 35px;
}
.hec-events-evnet:hover .hece-evnet-details-about.has_no_date{
    right: 35px;
}


.homepage-specificevent .hse-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.homepage-specificevent .hse-img.as {
    background-image: url(https://static.tickchak.co.il/all/dln_00zbGVFTp50dVNHRuZmWxYnSxgmMHxUTNdVYtpVW18SbRNkeGtyLwUle6RWZ_090zZvdkZixGV31kRKF1asFnSypGSTx0Y.jpg_745e0525-587e-4398-b70c-8a7227c9e835.jpg);
}

.homepage-specificevent .hse-img.gula {
    background-image: url(/tickchak/images/gula.jpg);
}
.homepage-specificevent .hse-img.brodet {
    background-image: url(/tickchak/images/brodet.jpeg);
}
.homepage-productionLogo-container div {
    background-repeat: no-repeat;
    display: inline-block;
    width: 12%;
    background-size: contain;
    height: 100px;
    background-position: center center;
    margin: 30px 2% 0;
}

.homepage-productionLogo-besheva {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20432.45%20120.36%22%3E%3Ctitle%3EAsset%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M432%2C76.31H414.54l3-5.22a26.73%2C26.73%2C0%2C0%2C0%2C3.83-14.24V30.42q0-15.77-7.78-22Q403.18%2C0%2C375.52%2C0q-17.89%2C0-26%2C2.05l-7.53%2C24.17.49.82q5.81-1.42%2C21.24-1.43%2C17.16%2C0%2C21.24%2C2.66c1%2C.75%2C1.48%2C2.08%2C1.48%2C4v42.4c0%2C1.1-.57%2C1.64-1.73%2C1.64H345l-7.66%2C24.59h88.29l6.79-23.46M340.57.82H305.63l-13.22%2C54.8Q289.2%2C69%2C281.3%2C73.85q-6%2C3.8-19.88%2C3.79a40.69%2C40.69%2C0%2C0%2C1-11.73-1.53L246%2C58.28h18.89q9.63-2.87%2C12.72-15.87l9-40.16-1-1.43H253.77L246.48%2C38c-1.23%2C4-2.1%2C6-2.59%2C6q-.75.41-1-1.44L237.34%2C13c-1-4.78-2.49-8-4.5-9.68S227%2C.82%2C221.41.82H199l-3.84%2C24.59%2C6%2C.2q4.82%2C0%2C5.8%2C4.4l14.2%2C68.53q16.67%2C3.58%2C41.49%2C3.59%2C29%2C0%2C43.21-8.61%2C15.93-9.83%2C22-35L341.56%2C2.25Zm-140%2C75.49H183.2l3-5.22A26.73%2C26.73%2C0%2C0%2C0%2C190%2C56.85V30.42q0-15.77-7.78-22Q171.83%2C0%2C144.18%2C0q-17.91%2C0-26.06%2C2.05l-7.53%2C24.17.5.82q5.79-1.42%2C21.23-1.43%2C17.16%2C0%2C21.24%2C2.66c1%2C.75%2C1.48%2C2.08%2C1.48%2C4v42.4c0%2C1.1-.57%2C1.64-1.72%2C1.64H113.68L106%2C100.9h88.29l6.79-23.46ZM104.46.82H65.57l-7.17%2C25H72.11v2.67q0%2C30-17.66%2C45.78c-.57-.13-.78-.41-.61-.82l1.85-7.78q2.22-9.84-1.48-21L42%2C9.42C40.83%2C5.67%2C39.37%2C3.29%2C37.6%2C2.3S32.6.82%2C27.91.82H8.64L0%2C26H6.54a16.15%2C16.15%2C0%2C0%2C1%2C5.5.61c.94.41%2C1.75%2C1.61%2C2.41%2C3.59L31.61%2C75.29q2.6%2C7%2C1%2C8Q27%2C87.06%2C5.06%2C94.44L3.33%2C119.13l1%2C1.23a201.84%2C201.84%2C0%2C0%2C0%2C38.9-13Q74.08%2C93.31%2C88.53%2C73q15.93-22.53%2C15.93-58Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E');
}

.homepage-productionLogo-as {
    background-image: url(/tickchak/images/as.png);
}

.homepage-productionLogo-chabad {
    background-image: url(/tickchak/images/chabad.png);
}

.homepage-productionLogo-meamnim {
    background-image: url(/tickchak/images/meamnim.png);
}

.homepage-productionLogo-Hebron {
    background-image: url(/tickchak/images/Hebron.png);
}

.homepage-productionLogo-uman {
    background-image: url(/tickchak/images/uman.png);
}

.homepage-productionLogo-bnei {
    background-image: url(/tickchak/images/bnei.png);
}

.homepage-productionLogo-gula {
    background-image: url(/tickchak/images/logo-gula.png);
}

.homepage-productionLogo-brodet {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2063.77%2035.5%22%3E%3Ctitle%3EAsset%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M22.5%2C2.35h.1c0%2C.06%2C0%2C0%2C.07.09s-.14.08-.15.23%2C0%2C.05%2C0%2C.13c-.22.07-.48.52-.62.72s-.26.29-.37.43%2C0%2C.18-.07.26-.11.06-.13.09a9%2C9%2C0%2C0%2C1-.67%2C1c-.11.12-.1.32-.19.45a8.14%2C8.14%2C0%2C0%2C0-.54%2C1l0%2C.2c-.05.13-.14.35-.19.45l-.09.39a.25.25%2C0%2C0%2C1%2C0%2C.19l-.13.18a1%2C1%2C0%2C0%2C1-.08.37s-.1.08-.13.13l0%2C.27c-.06.18-.11.39-.18.56l0%2C.14c0%2C.11-.12.31-.15.41l-.06.43a4.19%2C4.19%2C0%2C0%2C0-.24.8l0%2C.21a3.84%2C3.84%2C0%2C0%2C1-.21%2C1c-.08.17%2C0%2C.47-.05.65a5.79%2C5.79%2C0%2C0%2C0-.21%2C1.4v.44a3%2C3%2C0%2C0%2C0%2C0%2C.79V16a2.08%2C2.08%2C0%2C0%2C0-.09.81%2C1.34%2C1.34%2C0%2C0%2C1%2C0%2C.64%2C1.47%2C1.47%2C0%2C0%2C0%2C0%2C.56c0%2C.06-.1.71-.11.74s0%2C.27%2C0%2C.37-.09.11-.08.25%2C0%2C.41%2C0%2C.69a2.15%2C2.15%2C0%2C0%2C1-.05.74v.39a.75.75%2C0%2C0%2C0-.06.39%2C2.73%2C2.73%2C0%2C0%2C1-.09.54l0%2C.79a4.25%2C4.25%2C0%2C0%2C0-.06%2C1%2C1.81%2C1.81%2C0%2C0%2C1%2C0%2C.46s0%2C.21%2C0%2C.26%2C0%2C.31%2C0%2C.45%2C0%2C.12%2C0%2C.17c-.07.32-.1.7-.15%2C1%2C0%2C0%2C.1.86.12.89s0%2C.34%2C0%2C.39a4.08%2C4.08%2C0%2C0%2C1%2C.07.84l.06%2C0c-.07%2C0%2C0%2C0-.06.09s0%2C.43%2C0%2C.6c0%2C.51.12.79.08%2C1.34a2.67%2C2.67%2C0%2C0%2C0%2C.05.89c.08.34-.11.35%2C0%2C.65%2C0%2C.1-.09.27%2C0%2C.42s0%2C.39.08.57a5.39%2C5.39%2C0%2C0%2C1%2C0%2C1.17l.06.15a2.36%2C2.36%2C0%2C0%2C1%2C0%2C.79c-.09%2C0-.07%2C0-.14.07s0-.14-.15-.15%2C0%2C0-.06%2C0-.09-.27-.11-.3l-.13-.05a2.37%2C2.37%2C0%2C0%2C1-.21-.3l-.05-.34c-.07-.08-.15%2C0-.19-.17s0%2C0%2C0%2C0a.26.26%2C0%2C0%2C1-.13-.21H16.8a4.46%2C4.46%2C0%2C0%2C1-.57-1s.07-.06%2C0-.14c-.13-.3-.26-.66-.39-.95s-.1-.54-.2-.75a15.28%2C15.28%2C0%2C0%2C0-.77-1.51c-.17-.25-.39-.51-.57-.74l-.06-.15-.09%2C0v-.13L14%2C28.15a10.4%2C10.4%2C0%2C0%2C0-.71-.9c-.12-.11-.15-.28-.34-.33-.4-.08-.74.69-1.13.78l0%2C.15a3.31%2C3.31%2C0%2C0%2C0-.62.5s0%2C0-.07%2C0v0s0%2C0%2C0%2C.06-.09.14-.15.2-.27.1-.36.19%2C0%2C.11%2C0%2C.15l-.19.09v.11s-.18.23-.22.28-.23.09-.28.17%2C0%2C.14-.06.21l-.17.05s-.32.36-.33.39v0c-.06.06-.19.08-.24.15s-.11.27-.21.35%2C0%2C0%2C0%2C0a.45.45%2C0%2C0%2C0%2C0%2C.25c-.17%2C0-.21.11-.36.15%2C0-.06%2C0%2C0%2C0-.12h0c0%2C.07%2C0%2C.06%2C0%2C.13s0%2C0%2C0%2C.08-.05.1-.09.15-.26.18-.35.3%2C0%2C.14-.13.15l0%2C0a2.12%2C2.12%2C0%2C0%2C0-.37.48c-.06.09%2C0%2C.18-.08.24a6.88%2C6.88%2C0%2C0%2C0-.93%2C1.31c-.1.16-.12.64-.32.69-.1-.16-.27-.08-.27-.36l-.08-.26c-.06-.12-.21-.25-.28-.37v-.09A5.1%2C5.1%2C0%2C0%2C1%2C5%2C32.6V32a3%2C3%2C0%2C0%2C1%2C.13-1.1l0-.41c.05-.11.09-.33.13-.44l0-.45a4%2C4%2C0%2C0%2C0%2C.15-.5l0-.3.1-.13a2.34%2C2.34%2C0%2C0%2C0%2C0-.43c.11-.33.11-.68.24-1l0-.35c.18-.56.13-1.36.33-1.92.07-.18%2C0-.34.09-.44l.15%2C0c0-.09%2C0-.09.12-.1s.07.06.13.08l.37.78v.21c0%2C.07.14.14.19.22s0%2C.3.07.43.21.28.28.43l0%2C.31s0%2C0%2C.07.09c-.13.08%2C0%2C.24-.09.4a7.16%2C7.16%2C0%2C0%2C0-.19%2C1.3h.1A4.42%2C4.42%2C0%2C0%2C0%2C8%2C28L8%2C28a7.22%2C7.22%2C0%2C0%2C1%2C.86-1c.11-.09.31-.13.33-.32l0%2C0%2C.19%2C0c.08-.33.55-.56.59-.75h.08a.33.33%2C0%2C0%2C1%2C.11-.13s0%2C0%2C0%2C0c.1-.19.4-.28.53-.45l.07-.18a.29.29%2C0%2C0%2C1%2C.17-.06.12.12%2C0%2C0%2C1%2C0-.11c-.18-.13-.28-.35-.45-.48h-.08c-.08-.08-.09-.23-.16-.3l-.12%2C0a3.55%2C3.55%2C0%2C0%2C1-.33-.34c-.14-.13-.08-.38-.36-.39l0%2C0c-.09-.22-.37-.35-.39-.65a.33.33%2C0%2C0%2C1%2C.13%2C0c0%2C.06.07.08.15.1v-.15c-.1-.07-.06-.13-.25-.13l-.18%2C0c0-.26-.21-.34-.32-.5s-.06-.37-.19-.49-.26-.13-.29-.35c.08%2C0%2C.07%2C0%2C.13-.06a1.35%2C1.35%2C0%2C0%2C0%2C.37.3h.13s.09.17.11.19l.15.05c.07.05.09.18.15.24a1.39%2C1.39%2C0%2C0%2C0%2C.28.12l0%2C0v0c.13.06.27.39.41.5s.29.3.44.41.36.12.49.24l.45.43c.11.11.52.58.65.56s.27-.27.41-.39.46-.32.69-.51.24-.36.46-.39c0%2C.05%2C0%2C0%2C.08%2C0v-.19h.08c.1-.16.25-.14.41-.26s.58-.61%2C1-.56a.26.26%2C0%2C0%2C1%2C.21-.13c0%2C.06%2C0%2C0%2C.05.13s.06.07.06.17-.1.05-.17%2C0c-.07.16-.22.28-.24.47.06%2C0%2C0%2C0%2C0%2C.13H15l-.08.13%2C0%2C0c-.17%2C0-.25.06-.24.29a.7.7%2C0%2C0%2C0-.39.3.78.78%2C0%2C0%2C1%2C.22%2C0c0-.05.11%2C0%2C.15-.1s0-.12.09-.18l.28-.07a.47.47%2C0%2C0%2C1%2C0%2C.14h-.19c0%2C.08%2C0%2C.06-.05.11s0%2C0%2C0%2C.06h-.12v0c.07%2C0%2C.07.1%2C0%2C.15l-.12%2C0a1.33%2C1.33%2C0%2C0%2C0%2C0%2C.28h-.06c0-.05%2C0%2C0-.06%2C0%2C0%2C.15-.06.3%2C0%2C.35l0%2C0v.08c-.06%2C0-.06%2C0-.07.13s.18.2.33.24v0c-.07-.1%2C0-.14%2C0-.26h-.09s0%2C0%2C0%2C0%2C.05-.08%2C0-.19-.06%2C0-.09-.06c.13-.07.47-.26.5-.42l-.05%2C0%2C0-.05s0%2C0%2C.09-.06%2C0%2C.07.09.09%2C0-.07.12-.09l0%2C.08c-.14.07-.24.21-.39.29s0%2C.11-.06.23h0c0-.12%2C0-.15.12-.19l.05%2C0v.08s0%2C0%2C0%2C0a.34.34%2C0%2C0%2C0%2C.19%2C0s0%2C0%2C.09%2C0V24c.07%2C0%2C0%2C0%2C.08%2C0l0%2C.13a.9.9%2C0%2C0%2C1%2C.42-.22.37.37%2C0%2C0%2C0%2C0%2C.18c-.14%2C0-.13.15-.2.25s-.6.25-.73.5l-.06%2C0a.8.8%2C0%2C0%2C1-.35.45h-.11l-.24.35c-.16.2-.47.3-.6.53%2C0%2C0%2C0%2C.06.05.1a2.27%2C2.27%2C0%2C0%2C1%2C.4.42c.06.09.07.21.15.29a8.38%2C8.38%2C0%2C0%2C1%2C.91%2C1.44c.12.19.31.37.43.56s.09.29.16.41a6.22%2C6.22%2C0%2C0%2C1%2C.43.58c.06.09%2C0%2C.14.1.2l.05%2C0v-.62c-.11-.12%2C0-.26%2C0-.43a17%2C17%2C0%2C0%2C1-.11-1.73v-.74c-.1-.34.1-.91-.07-1.32%2C0-.09.12-.36%2C0-.45a1.47%2C1.47%2C0%2C0%2C0%2C0-.39c-.07-.21.06-.3%2C0-.41s-.08-.17-.09-.21a4.63%2C4.63%2C0%2C0%2C0%2C.09-.65%2C6.75%2C6.75%2C0%2C0%2C1%2C.08-1.56c.07-.43-.1-.7.07-1.08%2C0-.06-.06-.08%2C0-.17a7.18%2C7.18%2C0%2C0%2C1%2C.06-.79%2C6.38%2C6.38%2C0%2C0%2C0%2C.09-1.35c.07%2C0%2C0%2C0%2C.06-.08v-.8c.1-.05.06-.41.05-.56.19-.17-.06-.47%2C0-.74s0-.57.06-.8c0%2C0%2C.05%2C0%2C.05-.1l-.05-.2a3.33%2C3.33%2C0%2C0%2C0%2C.05-.37v-.73c.12-.33%2C0-.79.13-1.1l0-.47c.11-.28.06-.8.15-1.09s.08-.38.13-.53v-.35c0-.09.08-.32.11-.41v-.3l.1-.05c0-.09-.06-.06%2C0-.13s.11-.17.13-.25%2C0-.38%2C0-.48a3.68%2C3.68%2C0%2C0%2C1%2C.15-.47l0-.31c.13-.33.17-.8.33-1.1l0%2C0a.78.78%2C0%2C0%2C0%2C.07-.3c-.05%2C0-.06%2C0-.07-.11h-.1v.09c.05%2C0%2C0%2C0%2C.06%2C0V6.6l-.15.05%2C0-.07c.05%2C0%2C0%2C0%2C0-.08s-.15%2C0-.21%2C0c0%2C.12.07.1.08.24s-.38.18-.41.21%2C0%2C.12-.17.19L16.88%2C7A.47.47%2C0%2C0%2C0%2C17%2C6.84h-.1a.4.4%2C0%2C0%2C1-.24.09%2C1.45%2C1.45%2C0%2C0%2C0-.11.47h-.07v.11l.07%2C0a.77.77%2C0%2C0%2C1%2C.06-.28c.16%2C0%2C.13-.07.24-.11s.05%2C0%2C.05.14-.06%2C0-.09.06.05%2C0%2C0%2C.09%2C0%2C0-.08.06v.09l-.2.1s0%2C0%2C0%2C.05%2C0%2C.09-.13.11l0%2C.1%2C0-.13c-.05.09-.08.06-.09.18a2.44%2C2.44%2C0%2C0%2C1-.36.06c0%2C.17-.14.21-.16.37v.07c-.15.07-.2.26-.35.34h-.07c0-.05%2C0-.05-.08-.07v.09c.05%2C0%2C0%2C.05%2C0%2C.13s-.08%2C0-.09.09h0a.75.75%2C0%2C0%2C1%2C.15%2C0v.05c-.07%2C0%2C0%2C0-.07%2C0s.06%2C0%2C.13%2C0%2C.21%2C0%2C.24.06a2.46%2C2.46%2C0%2C0%2C1-.56.34l-.13-.21%2C0%2C0a.25.25%2C0%2C0%2C0-.13%2C0v.07c.07%2C0%2C.06%2C0%2C.09.06a.55.55%2C0%2C0%2C0-.19.31c.08%2C0%2C0%2C.09%2C0%2C.21l-.28.24c.06%2C0%2C0%2C0%2C.06%2C0h-.08l0-.09%2C0%2C.09h-.06v-.05a.26.26%2C0%2C0%2C0%2C.15-.17l-.19%2C0v.19c-.05%2C0-.05%2C0-.14-.06l0%2C.21a.18.18%2C0%2C0%2C0-.13.06c.09%2C0%2C.09%2C0%2C.1.13s-.06%2C0-.15.05v0c-.07-.18.14-.26-.06-.35-.15.26-.6.23-.6.63.05.06.06.22.1.25h.05s0%2C0%2C.1-.05%2C0%2C0%2C.05.11l-.26%2C0a.4.4%2C0%2C0%2C1%2C0-.13h-.09c-.06.09-.11.06-.11.24l0%2C0%2C.1%2C0a.18.18%2C0%2C0%2C1%2C.16-.18v.11l0%2C0c-.07%2C0-.06%2C0-.09%2C0s.05%2C0%2C0%2C.08l-.15.11v.15c-.1%2C0-.08.06-.21.07s-.06%2C0-.14%2C0v.16c-.09%2C0-.09.1-.19.13s-.08%2C0-.11-.11.05%2C0%2C.05-.07h-.05s0%2C0-.1%2C0l0-.06a.33.33%2C0%2C0%2C1-.13%2C0c0%2C.06-.07.07-.09.15l0%2C.13.07%2C0v0l-.3.29%2C0%2C0c0%2C.15-.07.14-.11.24a.48.48%2C0%2C0%2C1%2C.11.09H12c0-.06-.07-.06-.1-.15l0-.13c-.06%2C0-.13%2C0-.2%2C0l0%2C0-.1%2C0s0%2C0-.07.11.1%2C0%2C.13.07-.28.58-.3.75h.06a.2.2%2C0%2C0%2C1%2C.16-.13l.06%2C0v-.06c-.06%2C0-.07%2C0%2C0-.06a.61.61%2C0%2C0%2C1%2C.15-.13v-.11c.14%2C0%2C.13%2C0%2C.21-.09V13c-.1.07-.09.17-.24.19v.11a.24.24%2C0%2C0%2C0-.1.1s-.41.06-.45.16l.08%2C0%2C0-.09%2C0%2C0%2C0%2C.09h-.12a.92.92%2C0%2C0%2C1-.13.24l-.11%2C0a.87.87%2C0%2C0%2C0-.07-.17h0v.06l0%2C.09-.11%2C0%2C0-.11c.06%2C0%2C0%2C0%2C.05%2C0l0%2C0c-.15.07-.21.23-.4.21%2C0%2C.07-.16.28-.13.31l.17%2C0c0%2C.09%2C0%2C.07.11.08v.09a.32.32%2C0%2C0%2C1-.15.09v0c0%2C.06%2C0%2C0%2C0%2C.05s-.05-.06-.15-.05-.12%2C0-.17.07l0%2C.08h.1v.05a.24.24%2C0%2C0%2C0-.06.08l0%2C0c-.17.27-.82.29-.9.63%2C0%2C0-.05.17%2C0%2C.26h0c.05-.05%2C0%2C0%2C.09%2C0v.09s0%2C0%2C0%2C.06h.09v.14a.94.94%2C0%2C0%2C0-.39.4v.09c0-.05%2C0%2C0-.09%2C0-.06.26-.34.35-.51.5s0%2C.11-.05.14-.12%2C0-.17%2C0%2C.05%2C0%2C.05.11c-.18.13-.33.39-.55.49v-.19h0s-.09%2C0-.19.06l0%2C.13-.08%2C0c-.08.14-.21.1-.33.19s-.08.16-.3.24c0%2C.14%2C0%2C.15-.06.28H6.43a1.4%2C1.4%2C0%2C0%2C0-.19.43c.1%2C0%2C.16%2C0%2C.17.14l-.08%2C0c0-.07%2C0%2C0-.07%2C0v0s0%2C.06%2C0%2C.13-.16.13-.28.15v0a.34.34%2C0%2C0%2C0%2C.11-.17l-.08-.06c.1%2C0%2C.12-.07.13-.17H6.05c0%2C.11-.12.13-.14.24a.9.9%2C0%2C0%2C0%2C0%2C.24l.11%2C0c0%2C.08%2C0%2C.11%2C0%2C.22-.19.13-.27.37-.45.49s-.18.07-.24.15-.06.25-.27.27a2.24%2C2.24%2C0%2C0%2C0-.37.32.16.16%2C0%2C0%2C0-.11-.05%2C1.17%2C1.17%2C0%2C0%2C1-.09.24c-.08%2C0-.12%2C0-.15.11s-.08.24-.15.33S4%2C21.36%2C4%2C21.5l-.2.05c0-.06%2C0-.06-.12-.07a.42.42%2C0%2C0%2C1-.24.19l0-.06.07%2C0c0-.07%2C0-.14%2C0-.2-.05.1-.13.12-.15.26s.06%2C0%2C.07.11-.2.09-.22.13%2C0%2C.13-.08.19a.34.34%2C0%2C0%2C1%2C.06.2c-.16.06-.19.27-.34.35s0%2C0-.05%2C0%2C0%2C.06-.12.09V22.6a.24.24%2C0%2C0%2C0%2C.06-.08H2.64c-.05.09-.11.06-.13.21l-.12%2C0-.08-.11%2C0%2C0s0%2C0%2C0%2C.15l0%2C.24c-.15%2C0-.23.21-.39.24v-.14c.1%2C0%2C.1%2C0%2C.13-.1H1.86a.29.29%2C0%2C0%2C1-.24.15.39.39%2C0%2C0%2C1-.11.3c-.06-.16-.33-.12-.45-.1L1%2C23.3s0%2C0%2C0%2C0S1%2C23.11.89%2C23.06.76%2C23%2C.71%2C23a.91.91%2C0%2C0%2C1-.06-.26A2%2C2%2C0%2C0%2C1%2C0%2C21.76%2C5.4%2C5.4%2C0%2C0%2C0%2C1.27%2C20.6l0%2C0v-.11h.12c.07-.21.38-.35.52-.5s.15-.29.26-.4.44-.28.54-.48.06-.19.15-.26H3a2.51%2C2.51%2C0%2C0%2C0%2C.54-.63l0%2C0h.13v-.06s0%2C0%2C0%2C0c.25%2C0%2C.68-.55.8-.76l0%2C0c.07%2C0%2C.06-.05.11-.09l0%2C0c.06-.16.33-.27.44-.39l0-.11c0-.05.16-.08.19-.13l0-.12c.06-.06.13-.06.2-.11s.1-.17.15-.24a4.31%2C4.31%2C0%2C0%2C0%2C.43-.5l.17-.1a2.51%2C2.51%2C0%2C0%2C0%2C.58-.74s0%2C0%2C.11%2C0a4.09%2C4.09%2C0%2C0%2C1%2C1-1c.08-.06.07-.22.15-.28a2.15%2C2.15%2C0%2C0%2C0%2C.41-.32%2C4.61%2C4.61%2C0%2C0%2C1%2C.54-.63l.09%2C0s0-.1.06-.13a1.77%2C1.77%2C0%2C0%2C0%2C.24-.17c.11-.13.18-.28.29-.42s.24-.12.3-.21%2C0-.2.1-.24h.11l.26-.22c.28-.29.5-.62.78-.9.07-.07.19-.09.24-.17a1.77%2C1.77%2C0%2C0%2C1%2C.36-.41l.09%2C0c.07-.28.81-.77%2C1-1s.22-.37.41-.43l.09%2C0V8.2c.2-.11.3-.37.48-.51a2.55%2C2.55%2C0%2C0%2C0%2C.38-.26c.15-.14.27-.43.5-.48V6.87c.23-.06.63-.67.84-.83.63-.49%2C1.12-1.09%2C1.73-1.59.11-.08.15-.27.26-.35s.15-.06.21-.11%2C0-.14.09-.19a2.91%2C2.91%2C0%2C0%2C1%2C.33-.26c.15-.14.25-.38.43-.48l.1%2C0v-.1c.33-.18.53-.59.8-.85a11.25%2C11.25%2C0%2C0%2C0%2C1-.88s0%2C0%2C0%2C0%2C0%2C0%2C.06-.09V1.1c.53-.23.65-1%2C1.28-1.1a1.11%2C1.11%2C0%2C0%2C1%2C.27.8.88.88%2C0%2C0%2C1%2C.2.3v.24a1.91%2C1.91%2C0%2C0%2C1%2C.24%2C1M18.16%2C5.61l0%2C.07h.08l0-.07Zm-.2.65a.33.33%2C0%2C0%2C0%2C0%2C.13s0%2C0%2C.06%2C0V6.28ZM32.43%2C7.58h-.09c.11.12-.07.16%2C0%2C.3s.08.12.06.26-.11.11-.1.26%2C0%2C.24%2C0%2C.39%2C0%2C0-.05%2C0-.07.16-.1.23%2C0%2C.16-.05.24-.66.31-.77.39l0%2C0c0%2C.07%2C0%2C0%2C0%2C.07-.26.15-.65.27-.82.51%2C0%2C0%2C0%2C0%2C0%2C0a2.09%2C2.09%2C0%2C0%2C1-.7.41v.07c-.22%2C0-.46.3-.61.41s-.34.14-.43.21a4.49%2C4.49%2C0%2C0%2C1-.67.5h-.19c-.08.05-.12.19-.2.24s-.15%2C0-.19%2C0-.28.32-.47.35l-.25%2C0c-.14.07-.36.34-.49.43s-.23.05-.28.13l-.07%2C0s-.09.13-.15.15%2C0%2C0-.09%2C0c-.08.15-.23.4-.42.44%2C0-.07%2C0%2C0-.07%2C0v0s0%2C0%2C0%2C.06a.17.17%2C0%2C0%2C0-.11.11c-.2%2C0-.4.12-.6.15s-.08-.06-.09-.17H24.2v.1c-.1%2C0-.12%2C0-.13.13l-.08.24-.09%2C0v0H24C24%2C14%2C24%2C14%2C24%2C14l-.09%2C0c-.09.12-.26.22-.28.4%2C0%2C0%2C0%2C0%2C0%2C.05s-.18.06-.24.09%2C0%2C.12-.09.15a.21.21%2C0%2C0%2C0-.17-.13v.13h0s0%2C0-.06%2C0a.37.37%2C0%2C0%2C1-.36.13.33.33%2C0%2C0%2C1%2C0-.13c-.08%2C0-.05%2C0-.11-.06v0l0%2C.2c-.08%2C0-.1%2C0-.13.11s.1%2C0%2C.13.06c-.16.11-.32.44-.48.48h-.06s0%2C0%2C0%2C0h-.09c-.13-.06-.37.11-.51.15l-.09-.06c0%2C.08-.06.09-.09.15h.07c0-.07%2C0-.08.11-.09v0c0%2C.12-.13.17-.18.25l0%2C0%2C0%2C0%2C0%2C0h0s-.06%2C0-.09.1.06%2C0%2C.09%2C0%2C0%2C.07-.09.1h-.17c-.16.09-.21.37-.39.43s0%2C0-.1%2C0v-.2h0c0%2C.14-.36.56-.54.56a1.28%2C1.28%2C0%2C0%2C1-.11.2c-.08%2C0-.12%2C0-.15%2C0v.11c-.44.18-.58.71-1%2C.9%2C0-.08%2C0-.07-.07-.1s0%2C0-.1.06v-.08a2.11%2C2.11%2C0%2C0%2C0%2C.39-.5l0-.13s.12%2C0%2C.15-.07c.13-.2.21-.39.34-.58l.15-.11c.07-.1.12-.37.26-.39a4.39%2C4.39%2C0%2C0%2C1%2C.65-.86v-.11h.09a.41.41%2C0%2C0%2C1%2C.15-.28s.08%2C0%2C.11-.06.13-.25.23-.33l.17-.06c.1-.08.15-.28.25-.35l.14%2C0c.07-.07.06-.22.14-.28h.1c0-.29.84-.9%2C1.08-1.06s.06-.2.17-.28.26-.07.35-.21l.06%2C0c.1-.24.37-.29.41-.54h0c0%2C.07%2C0%2C0%2C.06.06s.39-.29.41-.32-.06-.13.09-.19h0c0%2C.06%2C0%2C0%2C.05%2C0s0%2C0%2C.06-.09%2C0%2C0-.06%2C0%2C.08-.1.21-.11%2C0%2C0%2C.13%2C0v-.07h.11l.09-.1c-.06%2C0%2C0%2C0-.05%2C0%2C.13%2C0%2C.2%2C0%2C.2-.17l0%2C0a4.78%2C4.78%2C0%2C0%2C0%2C.79-.59%2C1.27%2C1.27%2C0%2C0%2C0%2C.68-.41.23.23%2C0%2C0%2C0%2C.06-.15s0%2C0-.06-.08v.1a3.59%2C3.59%2C0%2C0%2C0-.47%2C0v0l0%2C0a1.08%2C1.08%2C0%2C0%2C0-.28.11c-.14.06-.94%2C0-1.16.05s-.64-.1-.72-.05-.07.08-.1.09-.33-.12-.46-.05a3.24%2C3.24%2C0%2C0%2C1-1.27.16c0%2C.06%2C0%2C0%2C0%2C.06s0%2C0-.05-.06-.1%2C0-.15.06%2C0-.06-.15-.06%2C0%2C0%2C0%2C0a5.93%2C5.93%2C0%2C0%2C1-1.25.06c-.09%2C0-.15-.15-.22-.21s-.09%2C0-.13-.07%2C0-.16.06-.24a7.54%2C7.54%2C0%2C0%2C0%2C.13-.95.51.51%2C0%2C0%2C1-.1-.34s0%2C0%2C0%2C0a.23.23%2C0%2C0%2C0%2C.09-.15c-.18-.18-.12-.74%2C0-.93.33-.12.73.15%2C1.25%2C0a2.86%2C2.86%2C0%2C0%2C1%2C.34%2C0%2C.12.12%2C0%2C0%2C0%2C.11%2C0c.26-.07.57%2C0%2C.76-.07s.06%2C0%2C.13%2C0c.5-.1%2C1-.06%2C1.4-.11a8.58%2C8.58%2C0%2C0%2C0%2C1.26-.08l0%2C0h0c0%2C.06%2C0%2C0%2C0%2C.06.09-.13.68%2C0%2C.95%2C0a5.79%2C5.79%2C0%2C0%2C1%2C1.62-.07.11.11%2C0%2C0%2C0%2C0-.08c.13%2C0%2C.13%2C0%2C.25%2C0V6.48c0%2C.08.12.07.23.06s0%2C0%2C0-.06.55%2C0%2C.84%2C0l.79%2C0a12.41%2C12.41%2C0%2C0%2C0%2C1.41-.17%2C3.36%2C3.36%2C0%2C0%2C1%2C.71.19l0%2C.09c-.07.07-.16.51-.23.64.09%2C0%2C.09.12.08.26s0%2C0%2C0%2C.07M11.48%2C6.48l.11.06s0%2C0%2C.09%2C0c.08.17.29.19.3.43a3.45%2C3.45%2C0%2C0%2C0-.45.56h0s.1%2C0%2C.2%2C0%2C.05%2C0%2C.06.15-.16%2C0-.19.11a.21.21%2C0%2C0%2C1%2C.15%2C0l0%2C0a.4.4%2C0%2C0%2C0-.13%2C0c.11%2C0%2C.12%2C0%2C.13.13a1.49%2C1.49%2C0%2C0%2C1-.28.11.4.4%2C0%2C0%2C1%2C.28.34.58.58%2C0%2C0%2C0-.15.19.32.32%2C0%2C0%2C1%2C.15.31c-.08%2C0-.17.07-.18.19L11%2C9.3h-.18c-.07%2C0-.1.15-.15.18s-.3%2C0-.38%2C0l-.16.09-.56.06-.06.07-.35%2C0c0%2C.06%2C0%2C.07-.11.09s-.28%2C0-.4-.06a2.26%2C2.26%2C0%2C0%2C0-1.41%2C0H6.56l-.43%2C0-.24-.05-.24%2C0c-.17-.07-.21-.23-.45-.24a.23.23%2C0%2C0%2C1-.15.06c0-.06-.06%2C0-.1-.09a2.88%2C2.88%2C0%2C0%2C1-.46.09.73.73%2C0%2C0%2C1-.06-.36c.11-.13%2C0-.26%2C0-.41a7.6%2C7.6%2C0%2C0%2C0%2C.13-1.34.34.34%2C0%2C0%2C1-.07-.24c.3-.2-.07-.31.57-.3.21-.1.9.11%2C1.25%2C0%2C.08-.14.4%2C0%2C.51%2C0a3.07%2C3.07%2C0%2C0%2C1%2C1.1-.06.26.26%2C0%2C0%2C1%2C.2-.14c.11-.13.24.07.39%2C0l0-.08s.3.13.47.08.26.08.39%2C0A11%2C11%2C0%2C0%2C0%2C11%2C6.54c.2-.09.33%2C0%2C.51-.06m5.79%2C0c-.09.15-.22.19-.24.37s0%2C0%2C.07.08c0-.19.13-.17.21-.3s0%2C0%2C0-.07%2C0%2C0%2C.05%2C0l-.05%2C0m-5.91%2C1s0%2C0%2C.08%2C0v0Zm4.27.37c0%2C.08-.08.07-.09.17l.18%2C0V8s-.05%2C0-.05-.15Zm-.15.58c0%2C.12%2C0%2C.12-.09.19a.25.25%2C0%2C0%2C1%2C.13%2C0V8.61l0%2C0h0l.09-.06V8.46Zm0%2C.43c.07%2C0%2C0%2C0%2C.05%2C0s-.07.06-.11%2C0l0%2C0c.08%2C0%2C.05%2C0%2C.08%2C0m.24.24c.07%2C0%2C0%2C0%2C.06%2C0h-.06Zm10.84.2c0%2C.06%2C0%2C0%2C0%2C.06l0%2C0Zm-11.44.25%2C0%2C0%2C0%2C0h0l-.06%2C0Zm-.39.22v0h0Zm-.5.09h-.09v0l.09%2C0Zm-1%2C.49%2C0%2C0Zm11.77.44c.05%2C0%2C0%2C0%2C0%2C.06Zm-11.23.06c.07%2C0%2C0%2C0%2C.06.11h-.06l0-.07c.05%2C0%2C0%2C0%2C0%2C0m-.3.09c0%2C.06%2C0%2C0%2C0%2C.06V11Zm-.5.37h-.09v.08h.15c0-.13.14-.18.18-.34L13.19%2C11a.36.36%2C0%2C0%2C1-.17.15Zm-.34.73v.11c-.17%2C0-.16.21-.34.26v-.07c.12-.08.13-.28.35-.3m.08.06.06%2C0Zm-.54.35c.07%2C0%2C0%2C0%2C.06.06h0Zm-.13.13c.07%2C0%2C0%2C0%2C.06.08h-.06Zm-.28.06h0v.05c-.07%2C0-.06%2C0-.11.06v-.06s0%2C0%2C.07-.05m12.07%2C1.62%2C0%2C0Zm-.15.09.08%2C0s0%2C0%2C.05%2C0v.06l0%2C0c-.05%2C0-.1%2C0-.11%2C0s0%2C0%2C0-.09%2C0%2C0%2C0%2C0m-13.45.15%2C0%2C.06Zm12.43.28.05%2C0Zm-.26.11c0%2C.07%2C0%2C0%2C.05.06v-.06Zm-16.3.54h0ZM8.1%2C16.82h.08v-.09H8.1ZM6.73%2C18.27h.11a.29.29%2C0%2C0%2C0%2C0-.1v-.24c.09-.06.12-.17.23-.2a.66.66%2C0%2C0%2C1%2C0%2C.11c-.11%2C0-.15.13-.23.2.07%2C0%2C.09.07.09.19s-.19.06-.2.2l-.11%2C0Zm.68-.44s0%2C0%2C0%2C0l-.09.08-.06%2C0a.17.17%2C0%2C0%2C0%2C.11-.09m-.83.39c.06%2C0%2C0%2C0%2C0%2C.07l0%2C0c0-.08%2C0%2C0%2C0-.09M6%2C18.61h.15v0H6Zm.58.15v0l-.09%2C0v0Zm-.53.45c.07%2C0%2C0%2C0%2C.06.05h0Zm-1.54.11c0%2C.06%2C0%2C0%2C0%2C.05v-.05Zm.82%2C0a.23.23%2C0%2C0%2C0%2C0%2C.11l.06%2C0%2C0%2C0%2C0-.09Zm.11.07h0v0h0Zm-1%2C0v0l0%2C0Zm.06%2C0v0h0Zm.46.28c0%2C.07%2C0%2C0%2C.09.05v0Zm-.37.67v0l0%2C0Zm0%2C.28%2C0%2C.05Zm10.64%2C1s0%2C0%2C0%2C0h0Zm.09.12a.23.23%2C0%2C0%2C1%2C.2.12h0l-.08%2C0Zm-12%2C0c.07%2C0%2C0%2C0%2C.06.06H3.35Zm5.44.3h0v0h0Zm-6.39.45v.09h0l0-.09Zm6.69.05%2C0%2C0%2C0%2C0Zm5.77%2C0c0%2C.05%2C0%2C0%2C0%2C.06s0%2C0%2C0-.06Zm-.18.19h0v0h0Zm-.06%2C0%2C0%2C0Zm-12.22%2C0s0%2C0%2C.06.09l0%2C0%2C0%2C0v-.09Zm12.67.59%2C0%2C.12-.07%2C0v-.1c.05%2C0%2C0%2C0%2C.05-.06m.3.1h.09l0%2C0s0%2C0-.05%2C0Zm-.75.15h0v0h0Zm.64.18%2C0%2C.06h-.06v0Zm.61%2C0h0l0%2C0Zm-.43.06h0V24h-.06Zm.08%2C0%2C0%2C0Zm-1%2C.24a.24.24%2C0%2C0%2C1%2C.06.08h0Zm.82%2C0h0v0h0Zm-1.1%2C0a1%2C1%2C0%2C0%2C1-.05.2l.05.06a.87.87%2C0%2C0%2C0%2C.08-.1c-.05%2C0%2C0%2C0%2C0-.07a.22.22%2C0%2C0%2C0%2C.06-.07Zm1%2C.05s0%2C0%2C0%2C0Zm-.26.17c0%2C.06-.07%2C0-.1.13h0c0-.05.11%2C0%2C.15-.09l0%2C0Zm2.79%2C3.82h0Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M41.16%2C35.4V30.87a1.71%2C1.71%2C0%2C0%2C0-.64-1.38%2C2.33%2C2.33%2C0%2C0%2C0-1.6-.42h-2.6l-.12.85h.45s0%2C.3%2C0%2C.73v3.29c0%2C.77-.38.92-.85.77l-.22.69a2%2C2%2C0%2C0%2C0%2C.69.1c.9%2C0%2C1.41-.38%2C1.41-1.68V30.66c0-.41%2C0-.74%2C0-.74h1.23a1.67%2C1.67%2C0%2C0%2C1%2C.7.14.87.87%2C0%2C0%2C1%2C.51.79V35.4Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M43.15%2C31.94v-1.5A3.09%2C3.09%2C0%2C0%2C0%2C42.91%2C29l-1%2C.36a2.29%2C2.29%2C0%2C0%2C1%2C.17%2C1.11v1.81Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2248.69%2029.92%2048.69%2029.06%2044.05%2029.06%2043.97%2029.92%2044.64%2029.92%2046.44%2029.89%2046.44%2035.38%2047.48%2035.38%2047.48%2029.89%2048.69%2029.92%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M50.5%2C35.38V30.5A3.17%2C3.17%2C0%2C0%2C0%2C50.25%2C29l-1%2C.36a2.35%2C2.35%2C0%2C0%2C1%2C.17%2C1.17v4.9Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M52.61%2C35.38V33a2.66%2C2.66%2C0%2C0%2C0-.28-1.55l-1%2C.35a2.1%2C2.1%2C0%2C0%2C1%2C.2%2C1.17v2.41Zm3.53%2C0V30.93a1.77%2C1.77%2C0%2C0%2C0-.83-1.56%2C2.28%2C2.28%2C0%2C0%2C0-1.37-.31H51.48l-.11.86h2.38c.83%2C0%2C1.34.23%2C1.34%2C1.15v4.31Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M58.41%2C31.94v-1.5A3%2C3%2C0%2C0%2C0%2C58.17%2C29l-1%2C.36a2.29%2C2.29%2C0%2C0%2C1%2C.17%2C1.11v1.81Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M40.92%2C17.12a3.68%2C3.68%2C0%2C0%2C0-.57-2.2%2C2.32%2C2.32%2C0%2C0%2C0-2-1.06%2C2.53%2C2.53%2C0%2C0%2C0-1%2C.15l.23.8a1.34%2C1.34%2C0%2C0%2C1%2C.67-.14c1.38%2C0%2C1.45%2C1.47%2C1.45%2C2.51%2C0%2C1.94-.65%2C2.4-1.43%2C2.4A1.19%2C1.19%2C0%2C0%2C1%2C37.18%2C19c-.51-.88-.38-2.68-.37-3.58a2.82%2C2.82%2C0%2C0%2C0-.27-1.55l-.95.35a2.09%2C2.09%2C0%2C0%2C1%2C.21%2C1.2c0%2C1.34-.28%2C3.09.7%2C4.21a2.28%2C2.28%2C0%2C0%2C0%2C1.82.78A2.35%2C2.35%2C0%2C0%2C0%2C40%2C19.79a3.4%2C3.4%2C0%2C0%2C0%2C1-2.67%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2246.06%2014.81%2046.06%2013.95%2041.42%2013.95%2041.34%2014.81%2042.01%2014.81%2043.81%2014.77%2043.81%2020.27%2044.85%2020.27%2044.85%2014.77%2046.06%2014.81%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M47.75%2C20.27V15.39a3.29%2C3.29%2C0%2C0%2C0-.24-1.55l-1%2C.35a2.5%2C2.5%2C0%2C0%2C1%2C.17%2C1.17v4.91Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M52.56%2C20.28V15.81a1.79%2C1.79%2C0%2C0%2C0-.82-1.56A2.27%2C2.27%2C0%2C0%2C0%2C50.37%2C14h-2l-.06.85h1.9c.81%2C0%2C1.34.23%2C1.34%2C1.15v4.32Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M58.06%2C19.38H58c-.74%2C0-.94.15-.85%2C0a4%2C4%2C0%2C0%2C0%2C.65-2.29A3.6%2C3.6%2C0%2C0%2C0%2C57.21%2C15a2.29%2C2.29%2C0%2C0%2C0-2-1H53.4l-.11.86h1.78c1.44%2C0%2C1.5%2C1.29%2C1.5%2C2.37a3.33%2C3.33%2C0%2C0%2C1-.41%2C1.94%2C1.54%2C1.54%2C0%2C0%2C1-.36.25H53.35v.9h4.54Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M38.74%2C7.25V6.39h-3l-.12.86s1.09-.07%2C1%2C0a1.15%2C1.15%2C0%2C0%2C0-.28%2C1.09l.52%2C4.38h1l-.52-4.56a.78.78%2C0%2C0%2C1%2C.42-.83%2C2.75%2C2.75%2C0%2C0%2C1%2C1-.08%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M44%2C9.57a3.84%2C3.84%2C0%2C0%2C0-.55-2.17%2C2.26%2C2.26%2C0%2C0%2C0-2-1H39.58l-.11.86h1.89A1.25%2C1.25%2C0%2C0%2C1%2C42.57%2C8a4.43%2C4.43%2C0%2C0%2C1%2C.26%2C1.72c0%2C1-.2%2C2.14-1.47%2C2.14H39.62l-.14.89h2a2.28%2C2.28%2C0%2C0%2C0%2C2-1A3.66%2C3.66%2C0%2C0%2C0%2C44%2C9.57%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M48.54%2C12.73V8.26a1.82%2C1.82%2C0%2C0%2C0-.82-1.56%2C2.31%2C2.31%2C0%2C0%2C0-1.37-.29h-2l-.06.84h1.9c.82%2C0%2C1.35.23%2C1.35%2C1.16v4.32Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M54.67%2C9.49A3.62%2C3.62%2C0%2C0%2C0%2C53.8%2C7%2C2.66%2C2.66%2C0%2C0%2C0%2C52%2C6.31a2.55%2C2.55%2C0%2C0%2C0-1.56.52%2C1.92%2C1.92%2C0%2C0%2C0-.22-.54l-1%2C.36a2%2C2%2C0%2C0%2C1%2C.22%2C1.16v4.92h1V7.78A2.33%2C2.33%2C0%2C0%2C1%2C52%2C7.12c1.28%2C0%2C1.45%2C1.48%2C1.45%2C2.52S53.37%2C12%2C52%2C12a1.28%2C1.28%2C0%2C0%2C1-.77-.21l-.28.78a2.28%2C2.28%2C0%2C0%2C0%2C1.09.21c1.83%2C0%2C2.59-1.47%2C2.59-3.33%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M41.16%2C27.84V23.31a1.73%2C1.73%2C0%2C0%2C0-.64-1.38%2C2.39%2C2.39%2C0%2C0%2C0-1.6-.41h-2.6l-.12.85h.45s0%2C.3%2C0%2C.73v3.29c0%2C.76-.38.92-.85.76l-.22.69a1.94%2C1.94%2C0%2C0%2C0%2C.69.11c.9%2C0%2C1.41-.39%2C1.41-1.68V23.11c0-.41%2C0-.74%2C0-.74h1.23a1.86%2C1.86%2C0%2C0%2C1%2C.7.13.88.88%2C0%2C0%2C1%2C.51.8v4.54Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M43.26%2C27.83V23A3.31%2C3.31%2C0%2C0%2C0%2C43%2C21.4l-1%2C.35a2.42%2C2.42%2C0%2C0%2C1%2C.17%2C1.18v4.9Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M48.78%2C27h-.09c-.74%2C0-.94.14-.85%2C0a4%2C4%2C0%2C0%2C0%2C.65-2.29%2C3.55%2C3.55%2C0%2C0%2C0-.56-2.16%2C2.29%2C2.29%2C0%2C0%2C0-2-1H44.12l-.12.86h1.79c1.44%2C0%2C1.5%2C1.3%2C1.5%2C2.37a3.29%2C3.29%2C0%2C0%2C1-.41%2C1.94%2C1.77%2C1.77%2C0%2C0%2C1-.35.26H44.07v.89h4.54Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M52.83%2C27.84V23.37A1.83%2C1.83%2C0%2C0%2C0%2C52%2C21.81a2.29%2C2.29%2C0%2C0%2C0-1.37-.29h-2l-.07.85h1.91c.81%2C0%2C1.34.23%2C1.34%2C1.15v4.32Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M58.89%2C27.84V23.31a1.73%2C1.73%2C0%2C0%2C0-.65-1.38%2C2.36%2C2.36%2C0%2C0%2C0-1.59-.41H54l-.12.85h.45s0%2C.3%2C0%2C.73v3.29c0%2C.76-.37.92-.85.76l-.21.69A1.89%2C1.89%2C0%2C0%2C0%2C54%2C28c.89%2C0%2C1.4-.39%2C1.4-1.68V23.11c0-.41%2C0-.74%2C0-.74h1.23a1.91%2C1.91%2C0%2C0%2C1%2C.71.13.87.87%2C0%2C0%2C1%2C.5.8v4.54Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M63.67%2C24.74c.11-1%2C.24-1.92-.23-2.53a2.3%2C2.3%2C0%2C0%2C0-1.93-.7H60.32v-.28A2.8%2C2.8%2C0%2C0%2C0%2C60%2C19.67l-.85.36a2.37%2C2.37%2C0%2C0%2C1%2C.19%2C1.19v1.15h2.07c1%2C0%2C1.16.28%2C1.27.68a6.3%2C6.3%2C0%2C0%2C1-.07%2C1.78c-.13%2C1.16-.44%2C2.28-1.78%2C2.28l-.15.83a2.44%2C2.44%2C0%2C0%2C0%2C1.76-.62%2C3.64%2C3.64%2C0%2C0%2C0%2C1.19-2.58%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E');
}


.homepage-productionLogo-azmin {
    background-image: url(/tickchak/images/azmin.png);
}
.homepage-productionLogo-imtirzu {
    background-image: url(/tickchak/images/imti.png);
}
.homepage-productionLogo-anderdos {
    background-image: url(/tickchak/images/anderdos.png);
}
.homepage-productionLogo-eshchar {
    background-image: url(/tickchak/images/eshchar.png);
}
.homepage-productionLogo-buldozer {
    background-image: url(/tickchak/images/bul.png);
}
.homepage-productionLogo-harikud {
    background-image: url(/tickchak/images/harikud.png);
}
.homepage-productionLogo-herzog {
    background-image: url(/tickchak/images/herzog.png);
}
.homepage-productionLogo-vatkin {
    background-image: url(/tickchak/images/vatkin.png);
}
.homepage-productionLogo-kikar {
    background-image: url(/tickchak/images/kikar.png);
}
.homepage-productionLogo-karmei {
    background-image: url(/tickchak/images/karmei.png);
}
.homepage-productionLogo-makor {
    background-image: url(/tickchak/images/makor.png);
}
.homepage-productionLogo-hefer {
    background-image: url(/tickchak/images/emek.png);
}
.homepage-productionLogo-midrashot {
    background-image: url(/tickchak/images/forum.png);
}
.homepage-productionLogo-pnima {
    background-image: url(/tickchak/images/pnima.png);
}
.homepage-productionLogo-tzama {
    background-image: url(/tickchak/images/tzama.png);
}
.homepage-productionLogo-yatir {
    background-image: url(/tickchak/images/yatir.png);
}
.homepage-productionLogo-bama {
    background-image: url(/tickchak/images/bama.png);
}
.homepage-productionLogo-knesset {
    background-image: url(/tickchak/images/knesset.svg);
}
.homepage-productionLogo-jerusalemmuncipility {
    /* background-image: url(/tickchak/images/knesset.svg); */
    background-image: url(/tickchak/images/Jerusalem-municipality.png);
}


.hetc-specific-event-img, .hetc-specific-event-text {
    width: 50%;
    height: 100%;
    float: right;
    position: relative;
}

.hetc-specific-event-text-container {
    width: 45%;
    margin: 100px auto;
}
.transport .hetc-specific-event-tag::after{
    top:27px;
}
.seats .hetc-specific-event-tag::after{
    top:20px;
}
.hetc-specific-event-text-container p {
    font-weight: 500;
    font-size: 34px;
    line-height: 1em;
    margin-bottom: 15px;
    font-weight: 200;
    text-align: justify;
}

.hetc-specific-event-tag {
    border-radius: 50px;
    background: #fff;
    position: absolute;
    width: 275px;
    height: 68px;
    left: -50px;
    top: 195px;
    font-size: 29px;
    padding: 17px 20px;

}

.hetc-specific-event-tag::after {
    content: '';
    position: absolute;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    left: 20px;
    top: 20px;
}

.lector .svg::after {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221438%201500.871%2041.398%2064.829%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%236d6e71%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Path_447%22%20data-name%3D%22Path%20447%22%20class%3D%22cls-1%22%20d%3D%22M10.2%2C15.54H21.367l3.4-8.013L23.552%2C4.856H7.77L6.8%2C7.527l3.4%2C8.013Zm16.025%2C3.4h0L41.034%2C33.993a1.812%2C1.812%2C0%2C0%2C1%2C0%2C2.185l-5.827%2C5.827a1.812%2C1.812%2C0%2C0%2C1-2.185%2C0h0L29.38%2C38.363l1.7%2C10.441a2.242%2C2.242%2C0%2C0%2C1-.728%2C2.185L17.239%2C64.1a2.347%2C2.347%2C0%2C0%2C1-3.4%2C0h0L.728%2C50.989A4.069%2C4.069%2C0%2C0%2C1%2C0%2C48.318L5.585%2C17.239%2C1.7%2C8.741A2.66%2C2.66%2C0%2C0%2C1%2C1.7%2C6.8L3.642%2C1.7A2.528%2C2.528%2C0%2C0%2C1%2C6.07%2C0H25.252A2.412%2C2.412%2C0%2C0%2C1%2C27.68%2C1.7l1.942%2C5.1a2.681%2C2.681%2C0%2C0%2C1%2C0%2C1.942l-3.885%2C8.741.486%2C1.457Zm-5.1-.486H10.441L5.1%2C48.076%2C15.54%2C58.516%2C25.98%2C48.076%2C21.124%2C18.453Zm5.827%2C5.585h0l1.7%2C8.984%2C5.585%2C5.585%2C3.642-3.642L26.951%2C24.038Z%22%20transform%3D%22translate%281438%201500.871%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.card .svg::after {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221175%201500.871%2058.571%2058.429%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%236d6e71%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22a_1_%22%20transform%3D%22translate%281175%201500.871%29%22%3E%20%3Cpath%20id%3D%22Path_449%22%20data-name%3D%22Path%20449%22%20class%3D%22cls-1%22%20d%3D%22M58.571%2C56.307V2.122A2.176%2C2.176%2C0%2C0%2C0%2C56.449%2C0H2.122A2.176%2C2.176%2C0%2C0%2C0%2C0%2C2.122V56.307a2.176%2C2.176%2C0%2C0%2C0%2C2.122%2C2.122H56.449A2.083%2C2.083%2C0%2C0%2C0%2C58.571%2C56.307ZM4.244%2C4.244H45.272v7.215h8.913V54.185H18.816V45.979h8.771V37.208H18.816V45.7H4.244Zm3.82%2C22.919H26.6V8.63H8.064Zm2.83-15.7H23.768V24.334H10.894Zm3.254%2C3.4h6.083v6.083H14.148ZM45.272%2C45.979H36.5V37.208h8.771ZM36.5%2C28.3v8.771H27.729V28.3Zm8.913-8.771V28.3H36.5V19.524Z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.showing .svg::after {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22930%201520%2056.187%2041.471%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%236d6e71%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Path_478%22%20data-name%3D%22Path%20478%22%20class%3D%22cls-1%22%20d%3D%22M26.607%2C0c9.81%2C0%2C16.5%2C3.567%2C20.215%2C8.473a15.894%2C15.894%2C0%2C0%2C1%2C1.932%2C15.9l-.446.892h2.23a1.279%2C1.279%2C0%2C0%2C1%2C1.189%2C1.189h0v5.8H55a1.189%2C1.189%2C0%2C0%2C1%2C0%2C2.378h-6.54v5.648a1.189%2C1.189%2C0%2C0%2C1-2.378%2C0V34.634H36.863c-.595.149-1.338.446-1.932.595a8.355%2C8.355%2C0%2C0%2C1-2.676%2C4.013%2C8.649%2C8.649%2C0%2C0%2C1-5.8%2C2.081%2C8.264%2C8.264%2C0%2C0%2C1-5.648-2.081%2C8.8%2C8.8%2C0%2C0%2C1-2.676-4.162A30.7%2C30.7%2C0%2C0%2C1%2C5.648%2C28.985C2.23%2C26.013%2C0%2C22.3%2C0%2C18.134%2C0%2C13.081%2C3.27%2C8.621%2C8.175%2C5.351A34.8%2C34.8%2C0%2C0%2C1%2C26.607%2C0ZM46.823%2C27.648h0a18.921%2C18.921%2C0%2C0%2C1-5.054%2C4.608H49.2V27.648ZM22.594%2C9.959H30.62a2.6%2C2.6%2C0%2C0%2C1%2C2.527%2C2.527V18.58a2.477%2C2.477%2C0%2C0%2C1-2.527%2C2.378H22.594a2.477%2C2.477%2C0%2C0%2C1-2.527-2.378V12.486a2.6%2C2.6%2C0%2C0%2C1%2C2.527-2.527Zm8.027%2C2.378H22.594V18.58H30.62V12.337ZM26.607%2C30.62h0a1.932%2C1.932%2C0%2C1%2C1-1.932%2C1.932%2C1.792%2C1.792%2C0%2C0%2C1%2C1.932-1.932ZM43.7%2C10.851h0C40.728%2C6.838%2C35.08%2C3.865%2C26.607%2C3.865a30.539%2C30.539%2C0%2C0%2C0-16.2%2C4.757c-3.865%2C2.527-6.392%2C5.946-6.392%2C9.513%2C0%2C2.824%2C1.635%2C5.648%2C4.311%2C7.878a26.877%2C26.877%2C0%2C0%2C0%2C11.891%2C5.648A1.747%2C1.747%2C0%2C0%2C1%2C21.7%2C33.3a4.592%2C4.592%2C0%2C0%2C0%2C1.635%2C2.973%2C4.8%2C4.8%2C0%2C0%2C0%2C3.122%2C1.189%2C4.514%2C4.514%2C0%2C0%2C0%2C3.122-1.189h0A4.592%2C4.592%2C0%2C0%2C0%2C31.215%2C33.3%2C2.1%2C2.1%2C0%2C0%2C1%2C32.7%2C31.661c6.392-1.338%2C10.554-4.757%2C12.189-8.77a10.779%2C10.779%2C0%2C0%2C0%2C.892-6.094A9.971%2C9.971%2C0%2C0%2C0%2C43.7%2C10.851Z%22%20transform%3D%22translate%28930%201520%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.visitor .svg::after {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22680%201520%2046.082%2041.55%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%236d6e71%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Path_479%22%20data-name%3D%22Path%20479%22%20class%3D%22cls-1%22%20d%3D%22M3.829%2C36.777a1.149%2C1.149%2C0%2C0%2C1%2C0-2.3H5.744V14.311H1.787A1.856%2C1.856%2C0%2C0%2C1%2C0%2C12.4a1.691%2C1.691%2C0%2C0%2C1%2C1.149-1.659L22.211.141a1.893%2C1.893%2C0%2C0%2C1%2C1.659%2C0L45.06%2C10.736a1.724%2C1.724%2C0%2C0%2C1%2C.766%2C2.425%2C1.84%2C1.84%2C0%2C0%2C1-1.659%2C1.021H40.21v20.3h1.915a1.149%2C1.149%2C0%2C1%2C1%2C0%2C2.3ZM9.446%2C14.311h0V34.479h6.51V14.311Zm10.34%2C0h0V34.479H26.3V14.311Zm10.212%2C0h0V34.479h6.51V14.311Zm6.382-3.7h0l-13.4-6.638L9.7%2C10.609ZM1.787%2C41.5h0A1.855%2C1.855%2C0%2C0%2C1%2C0%2C39.585a1.945%2C1.945%2C0%2C0%2C1%2C1.787-1.915h42.38a1.915%2C1.915%2C0%2C1%2C1%2C0%2C3.829Z%22%20transform%3D%22translate%28680%201520.05%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.transport .svg::after {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22430.188%201518.48%2053.813%2038.937%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%236d6e71%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Path_450%22%20data-name%3D%22Path%20450%22%20class%3D%22cls-1%22%20d%3D%22M2.1%2C0H48.321a2.043%2C2.043%2C0%2C0%2C1%2C2%2C1.8l3.494%2C18.071v.4h0V31.549a2.109%2C2.109%2C0%2C0%2C1-2.1%2C2.1h-2.8a7.825%2C7.825%2C0%2C0%2C1-2.4%2C3.295h0a8.184%2C8.184%2C0%2C0%2C1-5.391%2C2%2C8.449%2C8.449%2C0%2C0%2C1-7.787-5.291H18.969a7.825%2C7.825%2C0%2C0%2C1-2.4%2C3.295h0a8.277%2C8.277%2C0%2C0%2C1-10.782%2C0%2C7.825%2C7.825%2C0%2C0%2C1-2.4-3.295H2.1a2.109%2C2.109%2C0%2C0%2C1-2.1-2.1V2.1A2.047%2C2.047%2C0%2C0%2C1%2C2.1%2C0ZM23.063%2C4.193h0v12.18h12.18V4.193Zm-2.5%2C12.18h0V4.193H10.084v12.18ZM37.739%2C4.193h0v12.18H48.92l-2.4-12.18ZM49.32%2C18.869H8.886a1.153%2C1.153%2C0%2C0%2C1-1.2-1.2h0V4.193H4.093V29.452h.9a2.031%2C2.031%2C0%2C0%2C1%2C2%2C1.7%2C4.44%2C4.44%2C0%2C0%2C0%2C1.4%2C2.5%2C4.119%2C4.119%2C0%2C0%2C0%2C5.491%2C0h0a4.172%2C4.172%2C0%2C0%2C0%2C1.4-2.4%2C2.043%2C2.043%2C0%2C0%2C1%2C2-1.8H34.744a2.031%2C2.031%2C0%2C0%2C1%2C2%2C1.7%2C4.44%2C4.44%2C0%2C0%2C0%2C1.4%2C2.5%2C4.012%2C4.012%2C0%2C0%2C0%2C2.8%2C1%2C3.769%2C3.769%2C0%2C0%2C0%2C2.7-1h0a4.309%2C4.309%2C0%2C0%2C0%2C1.5-2.4%2C2.043%2C2.043%2C0%2C0%2C1%2C2-1.8h2.3V20.467Zm-8.087%2C9.385h0a2.2%2C2.2%2C0%2C0%2C0-2.2%2C2.1%2C2.27%2C2.27%2C0%2C0%2C0%2C2.1%2C2.2%2C2.2%2C2.2%2C0%2C0%2C0%2C2.2-2.1h0A2.132%2C2.132%2C0%2C0%2C0%2C41.233%2C28.254Zm-29.951%2C0h0a2.147%2C2.147%2C0%2C1%2C0-.1%2C4.293%2C2.27%2C2.27%2C0%2C0%2C0%2C2.2-2.1h0A2.132%2C2.132%2C0%2C0%2C0%2C11.282%2C28.254Z%22%20transform%3D%22translate%28430.188%201518.48%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;

}

.seats .svg::after {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221420.515%201699.443%2077.907%2052.855%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%236d6e71%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Path_448%22%20data-name%3D%22Path%20448%22%20class%3D%22cls-1%22%20d%3D%22M70.749%2C29.456V47.9h4.68a2.478%2C2.478%2C0%2C1%2C1%2C0%2C4.955H2.478a2.478%2C2.478%2C0%2C1%2C1%2C0-4.955h4.68V12.113c0-3.579%2C3.854-6.882%2C9.91-8.809C22.574%2C1.1%2C30.282%2C0%2C38.816%2C0a1.259%2C1.259%2C0%2C0%2C1%2C1.376%2C1.1l2.478%2C9.085c3.3%2C5.23%2C10.461%2C8.259%2C16.793%2C10.736%2C6.056%2C2.478%2C11.287%2C4.4%2C11.287%2C8.534ZM10.186%2C47.625H67.721V29.181c0-.551-.551-1.376-1.652-2.2v4.129a1.542%2C1.542%2C0%2C0%2C1-1.652%2C1.376%2C1.3%2C1.3%2C0%2C0%2C1-1.376-1.376v-4.68a1.011%2C1.011%2C0%2C0%2C1%2C.275-.826c-1.1-.551-2.478-1.1-3.854-1.652a1.011%2C1.011%2C0%2C0%2C1%2C.275.826v5.23c0%2C.826-.551%2C1.376-1.652%2C1.376a1.542%2C1.542%2C0%2C0%2C1-1.376-1.652V24.5c0-.551.551-1.376%2C1.1-1.376-6.332-2.478-14.04-5.781-17.618-11.837%2C0-.275-.275-.275-.275-.551l-2.2-8.259A58.85%2C58.85%2C0%2C0%2C0%2C17.894%2C5.506c-4.68%2C2.2-7.708%2C4.4-7.708%2C6.607V47.625Zm1.652-8.259h0v4.68a1.3%2C1.3%2C0%2C0%2C0%2C1.376%2C1.376%2C1.542%2C1.542%2C0%2C0%2C0%2C1.652-1.376v-4.68a1.542%2C1.542%2C0%2C0%2C0-1.652-1.376c-.826-.275-1.376.551-1.376%2C1.376Zm6.332-.551h0v5.23a1.376%2C1.376%2C0%2C0%2C0%2C2.753%2C0v-5.23a1.3%2C1.3%2C0%2C0%2C0-1.376-1.376%2C1.475%2C1.475%2C0%2C0%2C0-1.376%2C1.376ZM24.5%2C38.54h0v2.753h0v2.753a1.542%2C1.542%2C0%2C0%2C0%2C1.652%2C1.376%2C1.3%2C1.3%2C0%2C0%2C0%2C1.376-1.376V41.293h0V38.54a1.542%2C1.542%2C0%2C0%2C0-1.376-1.652A1.776%2C1.776%2C0%2C0%2C0%2C24.5%2C38.54Zm6.607-.275h0v5.781a1.3%2C1.3%2C0%2C0%2C0%2C1.376%2C1.376%2C1.542%2C1.542%2C0%2C0%2C0%2C1.652-1.376V38.265a1.3%2C1.3%2C0%2C0%2C0-1.376-1.376c-1.1%2C0-1.652.551-1.652%2C1.376Zm6.332%2C0h0v5.781a1.542%2C1.542%2C0%2C0%2C0%2C1.652%2C1.376%2C1.3%2C1.3%2C0%2C0%2C0%2C1.376-1.376V38.265a1.542%2C1.542%2C0%2C0%2C0-1.376-1.652q-1.652.413-1.652%2C1.652Zm6.332.275h0v5.506a1.3%2C1.3%2C0%2C0%2C0%2C1.376%2C1.376A1.542%2C1.542%2C0%2C0%2C0%2C46.8%2C44.046V38.54a1.542%2C1.542%2C0%2C0%2C0-1.652-1.376c-.826-.275-1.376.551-1.376%2C1.376Zm6.332%2C0h0v5.506a1.3%2C1.3%2C0%2C0%2C0%2C1.376%2C1.376%2C1.542%2C1.542%2C0%2C0%2C0%2C1.652-1.376V38.54a1.776%2C1.776%2C0%2C0%2C0-1.652-1.652c-.551.275-1.376.826-1.376%2C1.652Zm6.332.275h0v5.23a1.3%2C1.3%2C0%2C0%2C0%2C1.376%2C1.376%2C1.542%2C1.542%2C0%2C0%2C0%2C1.652-1.376v-5.23a1.776%2C1.776%2C0%2C0%2C0-1.652-1.652c-.551.275-1.376.826-1.376%2C1.652Zm6.607.551h0v4.68a1.3%2C1.3%2C0%2C0%2C0%2C1.376%2C1.376%2C1.542%2C1.542%2C0%2C0%2C0%2C1.652-1.376v-4.68a1.587%2C1.587%2C0%2C0%2C0-1.652-1.652%2C1.542%2C1.542%2C0%2C0%2C0-1.376%2C1.652ZM12.113%2C26.428h0v4.68a1.3%2C1.3%2C0%2C0%2C0%2C1.376%2C1.376%2C1.542%2C1.542%2C0%2C0%2C0%2C1.652-1.376v-4.68a1.542%2C1.542%2C0%2C0%2C0-1.376-1.652q-1.652.413-1.652%2C1.652Zm6.332-1.652h0v5.23a1.542%2C1.542%2C0%2C0%2C0%2C1.376%2C1.652c.826%2C0%2C1.376-.826%2C1.652-1.652v-5.23A1.3%2C1.3%2C0%2C0%2C0%2C20.1%2C23.4c-1.1%2C0-1.652.551-1.652%2C1.376Zm6.332-1.1h0v5.506a1.52%2C1.52%2C0%2C0%2C0%2C3.028.275V23.95c0-.826-.826-1.376-1.652-1.652a1.3%2C1.3%2C0%2C0%2C0-1.376%2C1.376Zm6.332-.551h0v5.781a1.776%2C1.776%2C0%2C0%2C0%2C1.652%2C1.652c.826%2C0%2C1.376-.551%2C1.376-1.652V23.124q0-1.239-1.652-1.652c-.551.275-1.376.826-1.376%2C1.652Zm6.332-.275h0V28.63a1.542%2C1.542%2C0%2C0%2C0%2C1.652%2C1.376%2C1.3%2C1.3%2C0%2C0%2C0%2C1.376-1.376V22.849a1.3%2C1.3%2C0%2C0%2C0-1.376-1.376%2C1.542%2C1.542%2C0%2C0%2C0-1.652%2C1.376Zm6.332.275h0v5.781a1.776%2C1.776%2C0%2C0%2C0%2C1.652%2C1.652A1.3%2C1.3%2C0%2C0%2C0%2C46.8%2C29.181V23.4a1.3%2C1.3%2C0%2C0%2C0-1.376-1.376%2C1.213%2C1.213%2C0%2C0%2C0-1.652%2C1.1Zm6.332.826h0v5.506a1.52%2C1.52%2C0%2C1%2C0%2C3.028.275V24.225c0-.826-.551-1.376-1.652-1.376-.551-.551-1.376.275-1.376%2C1.1ZM12.113%2C13.764h0v4.68A1.776%2C1.776%2C0%2C0%2C0%2C13.764%2C20.1a1.542%2C1.542%2C0%2C0%2C0%2C1.376-1.652v-4.68a1.3%2C1.3%2C0%2C0%2C0-1.376-1.376%2C1.378%2C1.378%2C0%2C0%2C0-1.652%2C1.376Zm6.332-2.753h0v5.23A1.542%2C1.542%2C0%2C0%2C0%2C20.1%2C17.618a1.3%2C1.3%2C0%2C0%2C0%2C1.376-1.376v-5.23A1.3%2C1.3%2C0%2C0%2C0%2C20.1%2C9.635a1.378%2C1.378%2C0%2C0%2C0-1.652%2C1.376Zm6.332-1.927h0V14.59a1.3%2C1.3%2C0%2C0%2C0%2C1.376%2C1.376A1.542%2C1.542%2C0%2C0%2C0%2C27.8%2C14.59V9.085c0-.826-.826-1.376-1.652-1.652a1.785%2C1.785%2C0%2C0%2C0-1.376%2C1.652Zm6.332-1.1h0v5.781a1.3%2C1.3%2C0%2C0%2C0%2C1.376%2C1.376%2C1.542%2C1.542%2C0%2C0%2C0%2C1.652-1.376V7.983a1.776%2C1.776%2C0%2C0%2C0-1.652-1.652%2C1.785%2C1.785%2C0%2C0%2C0-1.376%2C1.652Z%22%20transform%3D%22translate%281420.515%201699.443%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;

}

.register .svg::after {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221192.262%201717.859%2039.157%2039.198%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%236d6e71%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Path_481%22%20data-name%3D%22Path%20481%22%20class%3D%22cls-1%22%20d%3D%22M29.625.133a9.263%2C9.263%2C0%2C0%2C0-6.035%2C2.175L21.548.266a.911.911%2C0%2C0%2C0-1.287%2C0L9.255%2C11.272a.91.91%2C0%2C0%2C0%2C1.287%2C1.287l10.34-10.34L22.258%2C3.55%2C3.8%2C21.967a9.263%2C9.263%2C0%2C0%2C0-2.663%2C5.325%2C10.031%2C10.031%2C0%2C0%2C0%2C.533%2C4.837l-.533.533h0a3.57%2C3.57%2C0%2C0%2C0-.843%2C4.127A3.809%2C3.809%2C0%2C0%2C0%2C6.5%2C38.076h0l.577-.533a10.031%2C10.031%2C0%2C0%2C0%2C4.837.533%2C9.684%2C9.684%2C0%2C0%2C0%2C5.325-2.663L36.326%2C16.331a9.334%2C9.334%2C0%2C0%2C0%2C2.8-6.7%2C9.565%2C9.565%2C0%2C0%2C0-9.5-9.5ZM11.474%2C35.058h0a6.531%2C6.531%2C0%2C0%2C1-3.994-.71%2C1.554%2C1.554%2C0%2C0%2C0-1.864.311L4.374%2C35.946h0c-.666.666-1.775-.4-1.065-1.065L4.6%2C33.594a1.547%2C1.547%2C0%2C0%2C0%2C.222-1.908%2C6.612%2C6.612%2C0%2C0%2C1-.666-3.905A6.894%2C6.894%2C0%2C0%2C1%2C5.35%2C24.9L14.359%2C33.9a6.821%2C6.821%2C0%2C0%2C1-2.885%2C1.154Zm4.26-2.441h0l-9.1-9.142L18.4%2C11.716l9.1%2C9.142-11.76%2C11.76ZM28.782%2C19.526h0l-9.1-9.1L21.9%2C8.21l9.1%2C9.1-2.219%2C2.219Zm5.37-5.37h0L32.287%2C16.02l-9.1-9.1L25.009%2C5.1l.044-.089A6.528%2C6.528%2C0%2C0%2C1%2C29.58%2C3.2a6.4%2C6.4%2C0%2C0%2C1%2C6.39%2C6.435%2C6.157%2C6.157%2C0%2C0%2C1-1.819%2C4.527Z%22%20transform%3D%22translate%281192.298%201717.859%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.culture .svg::after {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22934%201711.735%2038.866%2047.48%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%236d6e71%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Path_485%22%20data-name%3D%22Path%20485%22%20class%3D%22cls-1%22%20d%3D%22M10.626%2C35.534h2.36l-.131-.131h0a5.414%2C5.414%2C0%2C0%2C1-.918-1.442H6.3a6.4%2C6.4%2C0%2C0%2C1-3.671-1.049A6.07%2C6.07%2C0%2C0%2C1%2C.4%2C29.766c-2.491-8.129%2C6.686-12.193%2C12.586-14.553C19.148%2C12.722%2C26.358%2C9.969%2C29.9%2C1.054A2.463%2C2.463%2C0%2C0%2C1%2C31.34%2C0a1.858%2C1.858%2C0%2C0%2C1%2C2.1%2C1.442l5.375%2C30.941a1.578%2C1.578%2C0%2C0%2C1-.787%2C1.7%2C1.858%2C1.858%2C0%2C0%2C1-2.491-.393s-4.326-6.293-16.388-6.293H11.281c-3.54%2C0-3.409%2C3.147%2C0%2C3.147h.524A4.76%2C4.76%2C0%2C0%2C1%2C15.87%2C27.8a4.421%2C4.421%2C0%2C0%2C1%2C4.458%2C4.458A4.578%2C4.578%2C0%2C0%2C1%2C19.016%2C35.4h0l-.131.131H31.471a3.163%2C3.163%2C0%2C0%2C1%2C2.229.918l.131.131a2.977%2C2.977%2C0%2C0%2C1%2C.787%2C2.1v6.949a1.792%2C1.792%2C0%2C0%2C1-1.835%2C1.835H9.184a1.792%2C1.792%2C0%2C0%2C1-1.835-1.835h0V38.681a3.163%2C3.163%2C0%2C0%2C1%2C.918-2.229%2C3.769%2C3.769%2C0%2C0%2C1%2C2.36-.918ZM5.25%2C30.421h0c-1.442-3.8%2C2.491-6.555%2C6.162-6.555h7.866A27.848%2C27.848%2C0%2C0%2C1%2C34.487%2C27.93L30.816%2C7.216C26.489%2C13.9%2C20.065%2C16.393%2C14.3%2C18.622c-3.8%2C1.442-12.193%2C4.458-10.488%2C10.1a2.714%2C2.714%2C0%2C0%2C0%2C1.442%2C1.7Zm9.964%2C1.835h0a1%2C1%2C0%2C0%2C0%2C.262.656h0a.951.951%2C0%2C0%2C0%2C1.311%2C0h0a.951.951%2C0%2C0%2C0%2C0-1.311h0a1.182%2C1.182%2C0%2C0%2C0-.656-.131%2C1%2C1%2C0%2C0%2C0-.656.262h0a.523.523%2C0%2C0%2C0-.262.524ZM27.145%2C13.509h0a1.024%2C1.024%2C0%2C0%2C1%2C1.311%2C1.573%2C25.6%2C25.6%2C0%2C0%2C1-5.244%2C3.409c-1.835.918-3.671%2C1.7-5.506%2C2.491a.922.922%2C0%2C0%2C1-1.311-.524%2C1.1%2C1.1%2C0%2C0%2C1%2C.524-1.442%2C37.689%2C37.689%2C0%2C0%2C0%2C5.244-2.36%2C32.061%2C32.061%2C0%2C0%2C0%2C4.982-3.147Zm3.933%2C25.566H11.019v4.851H31.078V39.074Z%22%20transform%3D%22translate%28934.02%201711.75%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.goose .svg::after {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22680%201716.089%2046.089%2043.177%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%236d6e71%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Path_482%22%20data-name%3D%22Path%20482%22%20class%3D%22cls-1%22%20d%3D%22M14.619%2C34.584A.959.959%2C0%2C0%2C0%2C13.6%2C35.6v2.03a1.015%2C1.015%2C0%2C1%2C0%2C2.03%2C0V35.6a.959.959%2C0%2C0%2C0-1.015-1.015Zm6.7-10.964h-6.7A.959.959%2C0%2C0%2C0%2C13.6%2C24.635v6.7a.959.959%2C0%2C0%2C0%2C1.015%2C1.015h6.7a.959.959%2C0%2C0%2C0%2C1.015-1.015v-6.7c.2-.406-.406-1.015-1.015-1.015Zm-1.015%2C6.9h-4.67v-4.67H20.3v4.67Zm.2%2C4.061h0A.959.959%2C0%2C0%2C0%2C19.492%2C35.6v2.03a1.015%2C1.015%2C0%2C1%2C0%2C2.03%2C0V35.6a.959.959%2C0%2C0%2C0-1.015-1.015Zm-3.046%2C0h0A.959.959%2C0%2C0%2C0%2C16.446%2C35.6v2.03a1.015%2C1.015%2C0%2C1%2C0%2C2.03%2C0V35.6c.2-.609-.406-1.015-1.015-1.015Zm17.258%2C0h0A.959.959%2C0%2C0%2C0%2C33.7%2C35.6v2.03a1.015%2C1.015%2C0%2C1%2C0%2C2.03%2C0V35.6a1.088%2C1.088%2C0%2C0%2C0-1.015-1.015Zm2.843%2C0h0A.959.959%2C0%2C0%2C0%2C36.547%2C35.6v2.03a1.015%2C1.015%2C0%2C1%2C0%2C2.03%2C0V35.6a.959.959%2C0%2C0%2C0-1.015-1.015Zm3.046%2C0h0A.959.959%2C0%2C0%2C0%2C39.592%2C35.6v2.03a1.015%2C1.015%2C0%2C1%2C0%2C2.03%2C0V35.6a1.088%2C1.088%2C0%2C0%2C0-1.015-1.015ZM44.871%2C15.9h0a3.274%2C3.274%2C0%2C0%2C0-2.639-1.218H40L32.689%2C2.1c0-.2-.2-.2-.2-.406A4.054%2C4.054%2C0%2C0%2C0%2C30.456.068a3.96%2C3.96%2C0%2C0%2C0-2.639.2c-.2%2C0-.2%2C0-.2.2L1.827%2C15.5h0A3.779%2C3.779%2C0%2C0%2C0%2C0%2C17.732H0a4.533%2C4.533%2C0%2C0%2C0%2C.609%2C2.843L8.731%2C34.787v4.467a4.276%2C4.276%2C0%2C0%2C0%2C1.015%2C2.639%2C3.274%2C3.274%2C0%2C0%2C0%2C2.639%2C1.218H42.435a3.574%2C3.574%2C0%2C0%2C0%2C2.639-1.218%2C3.86%2C3.86%2C0%2C0%2C0%2C1.015-2.639V18.544A5.315%2C5.315%2C0%2C0%2C0%2C44.871%2C15.9ZM8.731%2C18.544h0v9.137L3.655%2C18.747v-.2h0L29.643%2C3.519h0a.2.2%2C0%2C0%2C1%2C.2.2h0l6.294%2C10.964H12.385a3.817%2C3.817%2C0%2C0%2C0-3.655%2C3.858Zm33.7%2C20.71h0l-30.049.2V18.544H42.435v20.71Zm-11.979-4.67h0A.959.959%2C0%2C0%2C0%2C29.44%2C35.6v2.03a1.015%2C1.015%2C0%2C1%2C0%2C2.03%2C0V35.6a.959.959%2C0%2C0%2C0-1.015-1.015Zm-2.843%2C0h0A.959.959%2C0%2C0%2C0%2C26.6%2C35.6v2.03a1.015%2C1.015%2C0%2C1%2C0%2C2.03%2C0V35.6a.959.959%2C0%2C0%2C0-1.015-1.015Zm-3.046%2C0h0A.959.959%2C0%2C0%2C0%2C23.552%2C35.6v2.03a1.015%2C1.015%2C0%2C1%2C0%2C2.03%2C0V35.6a.959.959%2C0%2C0%2C0-1.015-1.015Z%22%20transform%3D%22translate%28680%201716.154%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.hetc-specific-event-img {
    background-image: url(/tickchak/images/as.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hetc-specific-event::after {
    content: "";
    position: absolute;
    background-color: #f1f1f1;
    height: 20px;
    width: 20px;
    transform: rotate(135deg);
    z-index: 1;
}

.hetc-specific-event.culture::after {
    right: 21.5%;
    top: -10px;
}

.hetc-specific-event.visitor::after {
    right: 35.5%;
    top: -10px;
}

.hetc-specific-event.goose::after {
    right: 49.5%;
    top: -10px;
}

.hetc-specific-event.seats::after {
    right: 63.5%;
    top: -10px;
}

.hetc-specific-event.lector::after {
    right: 77.5%;
    top: -10px;
}

/*.hetc-specific-event.seats::after {
    right: 21.5%;
    bottom: -10px;
}

.hetc-specific-event.goose::after {
    right: 63.5%;
    bottom: -10px;
}

.hetc-specific-event.register::after {
    right: 35.5%;
    bottom: -10px;
}

.hetc-specific-event.culture::after {
    right: 49.5%;
    bottom: -10px;
}*/

.homepage-specificevent-container {
    height: 100%
}

.homepage-specificevent-container.swiper-container .swiper-slide:nth-child(2) {
    background-color: #12bc74;
}
.homepage-specificevent-container.swiper-container .swiper-slide:nth-child(3) {
    background-color: #128dbd;
}

.homepage-menu .homepage-menu-small {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%222047%20-335.615%2043.536%2037.615%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%2361c4e2%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%2361c3e1%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Group_10%22%20data-name%3D%22Group%2010%22%20transform%3D%22translate%281985%20-387%29%22%3E%20%3Crect%20id%3D%22Rectangle_2%22%20data-name%3D%22Rectangle%202%22%20class%3D%22cls-1%22%20width%3D%2243.536%22%20height%3D%229.449%22%20rx%3D%224.724%22%20transform%3D%22translate%2862%2051.385%29%22%2F%3E%20%3Crect%20id%3D%22Rectangle_3%22%20data-name%3D%22Rectangle%203%22%20class%3D%22cls-2%22%20width%3D%2243.536%22%20height%3D%229.449%22%20rx%3D%224.724%22%20transform%3D%22translate%2862%2065.468%29%22%2F%3E%20%3Crect%20id%3D%22Rectangle_4%22%20data-name%3D%22Rectangle%204%22%20class%3D%22cls-1%22%20width%3D%2243.536%22%20height%3D%229.449%22%20rx%3D%224.724%22%20transform%3D%22translate%2862%2079.551%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
    background-size: 20px 20px;
    background-position: left;
    background-repeat: no-repeat;
    top: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    left: 10px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.homepage-price::after {
    content: '';
    background: url(/tickchak/images/as.jpg);
    background-size: cover;
    height: 120%;
    width: 120%;
    position: absolute;
    left: -10%;
    top: -10%;
    z-index: -1;
    display: block;
    filter: blur(15px);
    -webkit-filter: blur(15px);
}

.footer-tick {
    float: right;
}

.yalla {
    float: left;
}

.notify {
    border-bottom: 1px solid red;
}
.inp-contact.notify {
    border-bottom: 1px solid red;
}

div.bt.bt-rotate {
    width: 39px;
    height: 39px;
    color: transparent;
    position: relative;
}

div.bt.bt-rotate::before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    border: solid 3px #01acf1;
    border-radius: 50%;
    font-family: 'Heebo';
}

.hse-logo {
    width: 250px;
    height: 180px;
    margin-right: calc(50% - 100px);
    margin-top: 125px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.as .hse-logo {
    background-image: none;

}

.gula .hse-logo {
    background-image: url(/tickchak/images/logo-gula.png);

}
.brodet .hse-logo {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2063.77%2035.5%22%3E%3Ctitle%3EAsset%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M22.5%2C2.35h.1c0%2C.06%2C0%2C0%2C.07.09s-.14.08-.15.23%2C0%2C.05%2C0%2C.13c-.22.07-.48.52-.62.72s-.26.29-.37.43%2C0%2C.18-.07.26-.11.06-.13.09a9%2C9%2C0%2C0%2C1-.67%2C1c-.11.12-.1.32-.19.45a8.14%2C8.14%2C0%2C0%2C0-.54%2C1l0%2C.2c-.05.13-.14.35-.19.45l-.09.39a.25.25%2C0%2C0%2C1%2C0%2C.19l-.13.18a1%2C1%2C0%2C0%2C1-.08.37s-.1.08-.13.13l0%2C.27c-.06.18-.11.39-.18.56l0%2C.14c0%2C.11-.12.31-.15.41l-.06.43a4.19%2C4.19%2C0%2C0%2C0-.24.8l0%2C.21a3.84%2C3.84%2C0%2C0%2C1-.21%2C1c-.08.17%2C0%2C.47-.05.65a5.79%2C5.79%2C0%2C0%2C0-.21%2C1.4v.44a3%2C3%2C0%2C0%2C0%2C0%2C.79V16a2.08%2C2.08%2C0%2C0%2C0-.09.81%2C1.34%2C1.34%2C0%2C0%2C1%2C0%2C.64%2C1.47%2C1.47%2C0%2C0%2C0%2C0%2C.56c0%2C.06-.1.71-.11.74s0%2C.27%2C0%2C.37-.09.11-.08.25%2C0%2C.41%2C0%2C.69a2.15%2C2.15%2C0%2C0%2C1-.05.74v.39a.75.75%2C0%2C0%2C0-.06.39%2C2.73%2C2.73%2C0%2C0%2C1-.09.54l0%2C.79a4.25%2C4.25%2C0%2C0%2C0-.06%2C1%2C1.81%2C1.81%2C0%2C0%2C1%2C0%2C.46s0%2C.21%2C0%2C.26%2C0%2C.31%2C0%2C.45%2C0%2C.12%2C0%2C.17c-.07.32-.1.7-.15%2C1%2C0%2C0%2C.1.86.12.89s0%2C.34%2C0%2C.39a4.08%2C4.08%2C0%2C0%2C1%2C.07.84l.06%2C0c-.07%2C0%2C0%2C0-.06.09s0%2C.43%2C0%2C.6c0%2C.51.12.79.08%2C1.34a2.67%2C2.67%2C0%2C0%2C0%2C.05.89c.08.34-.11.35%2C0%2C.65%2C0%2C.1-.09.27%2C0%2C.42s0%2C.39.08.57a5.39%2C5.39%2C0%2C0%2C1%2C0%2C1.17l.06.15a2.36%2C2.36%2C0%2C0%2C1%2C0%2C.79c-.09%2C0-.07%2C0-.14.07s0-.14-.15-.15%2C0%2C0-.06%2C0-.09-.27-.11-.3l-.13-.05a2.37%2C2.37%2C0%2C0%2C1-.21-.3l-.05-.34c-.07-.08-.15%2C0-.19-.17s0%2C0%2C0%2C0a.26.26%2C0%2C0%2C1-.13-.21H16.8a4.46%2C4.46%2C0%2C0%2C1-.57-1s.07-.06%2C0-.14c-.13-.3-.26-.66-.39-.95s-.1-.54-.2-.75a15.28%2C15.28%2C0%2C0%2C0-.77-1.51c-.17-.25-.39-.51-.57-.74l-.06-.15-.09%2C0v-.13L14%2C28.15a10.4%2C10.4%2C0%2C0%2C0-.71-.9c-.12-.11-.15-.28-.34-.33-.4-.08-.74.69-1.13.78l0%2C.15a3.31%2C3.31%2C0%2C0%2C0-.62.5s0%2C0-.07%2C0v0s0%2C0%2C0%2C.06-.09.14-.15.2-.27.1-.36.19%2C0%2C.11%2C0%2C.15l-.19.09v.11s-.18.23-.22.28-.23.09-.28.17%2C0%2C.14-.06.21l-.17.05s-.32.36-.33.39v0c-.06.06-.19.08-.24.15s-.11.27-.21.35%2C0%2C0%2C0%2C0a.45.45%2C0%2C0%2C0%2C0%2C.25c-.17%2C0-.21.11-.36.15%2C0-.06%2C0%2C0%2C0-.12h0c0%2C.07%2C0%2C.06%2C0%2C.13s0%2C0%2C0%2C.08-.05.1-.09.15-.26.18-.35.3%2C0%2C.14-.13.15l0%2C0a2.12%2C2.12%2C0%2C0%2C0-.37.48c-.06.09%2C0%2C.18-.08.24a6.88%2C6.88%2C0%2C0%2C0-.93%2C1.31c-.1.16-.12.64-.32.69-.1-.16-.27-.08-.27-.36l-.08-.26c-.06-.12-.21-.25-.28-.37v-.09A5.1%2C5.1%2C0%2C0%2C1%2C5%2C32.6V32a3%2C3%2C0%2C0%2C1%2C.13-1.1l0-.41c.05-.11.09-.33.13-.44l0-.45a4%2C4%2C0%2C0%2C0%2C.15-.5l0-.3.1-.13a2.34%2C2.34%2C0%2C0%2C0%2C0-.43c.11-.33.11-.68.24-1l0-.35c.18-.56.13-1.36.33-1.92.07-.18%2C0-.34.09-.44l.15%2C0c0-.09%2C0-.09.12-.1s.07.06.13.08l.37.78v.21c0%2C.07.14.14.19.22s0%2C.3.07.43.21.28.28.43l0%2C.31s0%2C0%2C.07.09c-.13.08%2C0%2C.24-.09.4a7.16%2C7.16%2C0%2C0%2C0-.19%2C1.3h.1A4.42%2C4.42%2C0%2C0%2C0%2C8%2C28L8%2C28a7.22%2C7.22%2C0%2C0%2C1%2C.86-1c.11-.09.31-.13.33-.32l0%2C0%2C.19%2C0c.08-.33.55-.56.59-.75h.08a.33.33%2C0%2C0%2C1%2C.11-.13s0%2C0%2C0%2C0c.1-.19.4-.28.53-.45l.07-.18a.29.29%2C0%2C0%2C1%2C.17-.06.12.12%2C0%2C0%2C1%2C0-.11c-.18-.13-.28-.35-.45-.48h-.08c-.08-.08-.09-.23-.16-.3l-.12%2C0a3.55%2C3.55%2C0%2C0%2C1-.33-.34c-.14-.13-.08-.38-.36-.39l0%2C0c-.09-.22-.37-.35-.39-.65a.33.33%2C0%2C0%2C1%2C.13%2C0c0%2C.06.07.08.15.1v-.15c-.1-.07-.06-.13-.25-.13l-.18%2C0c0-.26-.21-.34-.32-.5s-.06-.37-.19-.49-.26-.13-.29-.35c.08%2C0%2C.07%2C0%2C.13-.06a1.35%2C1.35%2C0%2C0%2C0%2C.37.3h.13s.09.17.11.19l.15.05c.07.05.09.18.15.24a1.39%2C1.39%2C0%2C0%2C0%2C.28.12l0%2C0v0c.13.06.27.39.41.5s.29.3.44.41.36.12.49.24l.45.43c.11.11.52.58.65.56s.27-.27.41-.39.46-.32.69-.51.24-.36.46-.39c0%2C.05%2C0%2C0%2C.08%2C0v-.19h.08c.1-.16.25-.14.41-.26s.58-.61%2C1-.56a.26.26%2C0%2C0%2C1%2C.21-.13c0%2C.06%2C0%2C0%2C.05.13s.06.07.06.17-.1.05-.17%2C0c-.07.16-.22.28-.24.47.06%2C0%2C0%2C0%2C0%2C.13H15l-.08.13%2C0%2C0c-.17%2C0-.25.06-.24.29a.7.7%2C0%2C0%2C0-.39.3.78.78%2C0%2C0%2C1%2C.22%2C0c0-.05.11%2C0%2C.15-.1s0-.12.09-.18l.28-.07a.47.47%2C0%2C0%2C1%2C0%2C.14h-.19c0%2C.08%2C0%2C.06-.05.11s0%2C0%2C0%2C.06h-.12v0c.07%2C0%2C.07.1%2C0%2C.15l-.12%2C0a1.33%2C1.33%2C0%2C0%2C0%2C0%2C.28h-.06c0-.05%2C0%2C0-.06%2C0%2C0%2C.15-.06.3%2C0%2C.35l0%2C0v.08c-.06%2C0-.06%2C0-.07.13s.18.2.33.24v0c-.07-.1%2C0-.14%2C0-.26h-.09s0%2C0%2C0%2C0%2C.05-.08%2C0-.19-.06%2C0-.09-.06c.13-.07.47-.26.5-.42l-.05%2C0%2C0-.05s0%2C0%2C.09-.06%2C0%2C.07.09.09%2C0-.07.12-.09l0%2C.08c-.14.07-.24.21-.39.29s0%2C.11-.06.23h0c0-.12%2C0-.15.12-.19l.05%2C0v.08s0%2C0%2C0%2C0a.34.34%2C0%2C0%2C0%2C.19%2C0s0%2C0%2C.09%2C0V24c.07%2C0%2C0%2C0%2C.08%2C0l0%2C.13a.9.9%2C0%2C0%2C1%2C.42-.22.37.37%2C0%2C0%2C0%2C0%2C.18c-.14%2C0-.13.15-.2.25s-.6.25-.73.5l-.06%2C0a.8.8%2C0%2C0%2C1-.35.45h-.11l-.24.35c-.16.2-.47.3-.6.53%2C0%2C0%2C0%2C.06.05.1a2.27%2C2.27%2C0%2C0%2C1%2C.4.42c.06.09.07.21.15.29a8.38%2C8.38%2C0%2C0%2C1%2C.91%2C1.44c.12.19.31.37.43.56s.09.29.16.41a6.22%2C6.22%2C0%2C0%2C1%2C.43.58c.06.09%2C0%2C.14.1.2l.05%2C0v-.62c-.11-.12%2C0-.26%2C0-.43a17%2C17%2C0%2C0%2C1-.11-1.73v-.74c-.1-.34.1-.91-.07-1.32%2C0-.09.12-.36%2C0-.45a1.47%2C1.47%2C0%2C0%2C0%2C0-.39c-.07-.21.06-.3%2C0-.41s-.08-.17-.09-.21a4.63%2C4.63%2C0%2C0%2C0%2C.09-.65%2C6.75%2C6.75%2C0%2C0%2C1%2C.08-1.56c.07-.43-.1-.7.07-1.08%2C0-.06-.06-.08%2C0-.17a7.18%2C7.18%2C0%2C0%2C1%2C.06-.79%2C6.38%2C6.38%2C0%2C0%2C0%2C.09-1.35c.07%2C0%2C0%2C0%2C.06-.08v-.8c.1-.05.06-.41.05-.56.19-.17-.06-.47%2C0-.74s0-.57.06-.8c0%2C0%2C.05%2C0%2C.05-.1l-.05-.2a3.33%2C3.33%2C0%2C0%2C0%2C.05-.37v-.73c.12-.33%2C0-.79.13-1.1l0-.47c.11-.28.06-.8.15-1.09s.08-.38.13-.53v-.35c0-.09.08-.32.11-.41v-.3l.1-.05c0-.09-.06-.06%2C0-.13s.11-.17.13-.25%2C0-.38%2C0-.48a3.68%2C3.68%2C0%2C0%2C1%2C.15-.47l0-.31c.13-.33.17-.8.33-1.1l0%2C0a.78.78%2C0%2C0%2C0%2C.07-.3c-.05%2C0-.06%2C0-.07-.11h-.1v.09c.05%2C0%2C0%2C0%2C.06%2C0V6.6l-.15.05%2C0-.07c.05%2C0%2C0%2C0%2C0-.08s-.15%2C0-.21%2C0c0%2C.12.07.1.08.24s-.38.18-.41.21%2C0%2C.12-.17.19L16.88%2C7A.47.47%2C0%2C0%2C0%2C17%2C6.84h-.1a.4.4%2C0%2C0%2C1-.24.09%2C1.45%2C1.45%2C0%2C0%2C0-.11.47h-.07v.11l.07%2C0a.77.77%2C0%2C0%2C1%2C.06-.28c.16%2C0%2C.13-.07.24-.11s.05%2C0%2C.05.14-.06%2C0-.09.06.05%2C0%2C0%2C.09%2C0%2C0-.08.06v.09l-.2.1s0%2C0%2C0%2C.05%2C0%2C.09-.13.11l0%2C.1%2C0-.13c-.05.09-.08.06-.09.18a2.44%2C2.44%2C0%2C0%2C1-.36.06c0%2C.17-.14.21-.16.37v.07c-.15.07-.2.26-.35.34h-.07c0-.05%2C0-.05-.08-.07v.09c.05%2C0%2C0%2C.05%2C0%2C.13s-.08%2C0-.09.09h0a.75.75%2C0%2C0%2C1%2C.15%2C0v.05c-.07%2C0%2C0%2C0-.07%2C0s.06%2C0%2C.13%2C0%2C.21%2C0%2C.24.06a2.46%2C2.46%2C0%2C0%2C1-.56.34l-.13-.21%2C0%2C0a.25.25%2C0%2C0%2C0-.13%2C0v.07c.07%2C0%2C.06%2C0%2C.09.06a.55.55%2C0%2C0%2C0-.19.31c.08%2C0%2C0%2C.09%2C0%2C.21l-.28.24c.06%2C0%2C0%2C0%2C.06%2C0h-.08l0-.09%2C0%2C.09h-.06v-.05a.26.26%2C0%2C0%2C0%2C.15-.17l-.19%2C0v.19c-.05%2C0-.05%2C0-.14-.06l0%2C.21a.18.18%2C0%2C0%2C0-.13.06c.09%2C0%2C.09%2C0%2C.1.13s-.06%2C0-.15.05v0c-.07-.18.14-.26-.06-.35-.15.26-.6.23-.6.63.05.06.06.22.1.25h.05s0%2C0%2C.1-.05%2C0%2C0%2C.05.11l-.26%2C0a.4.4%2C0%2C0%2C1%2C0-.13h-.09c-.06.09-.11.06-.11.24l0%2C0%2C.1%2C0a.18.18%2C0%2C0%2C1%2C.16-.18v.11l0%2C0c-.07%2C0-.06%2C0-.09%2C0s.05%2C0%2C0%2C.08l-.15.11v.15c-.1%2C0-.08.06-.21.07s-.06%2C0-.14%2C0v.16c-.09%2C0-.09.1-.19.13s-.08%2C0-.11-.11.05%2C0%2C.05-.07h-.05s0%2C0-.1%2C0l0-.06a.33.33%2C0%2C0%2C1-.13%2C0c0%2C.06-.07.07-.09.15l0%2C.13.07%2C0v0l-.3.29%2C0%2C0c0%2C.15-.07.14-.11.24a.48.48%2C0%2C0%2C1%2C.11.09H12c0-.06-.07-.06-.1-.15l0-.13c-.06%2C0-.13%2C0-.2%2C0l0%2C0-.1%2C0s0%2C0-.07.11.1%2C0%2C.13.07-.28.58-.3.75h.06a.2.2%2C0%2C0%2C1%2C.16-.13l.06%2C0v-.06c-.06%2C0-.07%2C0%2C0-.06a.61.61%2C0%2C0%2C1%2C.15-.13v-.11c.14%2C0%2C.13%2C0%2C.21-.09V13c-.1.07-.09.17-.24.19v.11a.24.24%2C0%2C0%2C0-.1.1s-.41.06-.45.16l.08%2C0%2C0-.09%2C0%2C0%2C0%2C.09h-.12a.92.92%2C0%2C0%2C1-.13.24l-.11%2C0a.87.87%2C0%2C0%2C0-.07-.17h0v.06l0%2C.09-.11%2C0%2C0-.11c.06%2C0%2C0%2C0%2C.05%2C0l0%2C0c-.15.07-.21.23-.4.21%2C0%2C.07-.16.28-.13.31l.17%2C0c0%2C.09%2C0%2C.07.11.08v.09a.32.32%2C0%2C0%2C1-.15.09v0c0%2C.06%2C0%2C0%2C0%2C.05s-.05-.06-.15-.05-.12%2C0-.17.07l0%2C.08h.1v.05a.24.24%2C0%2C0%2C0-.06.08l0%2C0c-.17.27-.82.29-.9.63%2C0%2C0-.05.17%2C0%2C.26h0c.05-.05%2C0%2C0%2C.09%2C0v.09s0%2C0%2C0%2C.06h.09v.14a.94.94%2C0%2C0%2C0-.39.4v.09c0-.05%2C0%2C0-.09%2C0-.06.26-.34.35-.51.5s0%2C.11-.05.14-.12%2C0-.17%2C0%2C.05%2C0%2C.05.11c-.18.13-.33.39-.55.49v-.19h0s-.09%2C0-.19.06l0%2C.13-.08%2C0c-.08.14-.21.1-.33.19s-.08.16-.3.24c0%2C.14%2C0%2C.15-.06.28H6.43a1.4%2C1.4%2C0%2C0%2C0-.19.43c.1%2C0%2C.16%2C0%2C.17.14l-.08%2C0c0-.07%2C0%2C0-.07%2C0v0s0%2C.06%2C0%2C.13-.16.13-.28.15v0a.34.34%2C0%2C0%2C0%2C.11-.17l-.08-.06c.1%2C0%2C.12-.07.13-.17H6.05c0%2C.11-.12.13-.14.24a.9.9%2C0%2C0%2C0%2C0%2C.24l.11%2C0c0%2C.08%2C0%2C.11%2C0%2C.22-.19.13-.27.37-.45.49s-.18.07-.24.15-.06.25-.27.27a2.24%2C2.24%2C0%2C0%2C0-.37.32.16.16%2C0%2C0%2C0-.11-.05%2C1.17%2C1.17%2C0%2C0%2C1-.09.24c-.08%2C0-.12%2C0-.15.11s-.08.24-.15.33S4%2C21.36%2C4%2C21.5l-.2.05c0-.06%2C0-.06-.12-.07a.42.42%2C0%2C0%2C1-.24.19l0-.06.07%2C0c0-.07%2C0-.14%2C0-.2-.05.1-.13.12-.15.26s.06%2C0%2C.07.11-.2.09-.22.13%2C0%2C.13-.08.19a.34.34%2C0%2C0%2C1%2C.06.2c-.16.06-.19.27-.34.35s0%2C0-.05%2C0%2C0%2C.06-.12.09V22.6a.24.24%2C0%2C0%2C0%2C.06-.08H2.64c-.05.09-.11.06-.13.21l-.12%2C0-.08-.11%2C0%2C0s0%2C0%2C0%2C.15l0%2C.24c-.15%2C0-.23.21-.39.24v-.14c.1%2C0%2C.1%2C0%2C.13-.1H1.86a.29.29%2C0%2C0%2C1-.24.15.39.39%2C0%2C0%2C1-.11.3c-.06-.16-.33-.12-.45-.1L1%2C23.3s0%2C0%2C0%2C0S1%2C23.11.89%2C23.06.76%2C23%2C.71%2C23a.91.91%2C0%2C0%2C1-.06-.26A2%2C2%2C0%2C0%2C1%2C0%2C21.76%2C5.4%2C5.4%2C0%2C0%2C0%2C1.27%2C20.6l0%2C0v-.11h.12c.07-.21.38-.35.52-.5s.15-.29.26-.4.44-.28.54-.48.06-.19.15-.26H3a2.51%2C2.51%2C0%2C0%2C0%2C.54-.63l0%2C0h.13v-.06s0%2C0%2C0%2C0c.25%2C0%2C.68-.55.8-.76l0%2C0c.07%2C0%2C.06-.05.11-.09l0%2C0c.06-.16.33-.27.44-.39l0-.11c0-.05.16-.08.19-.13l0-.12c.06-.06.13-.06.2-.11s.1-.17.15-.24a4.31%2C4.31%2C0%2C0%2C0%2C.43-.5l.17-.1a2.51%2C2.51%2C0%2C0%2C0%2C.58-.74s0%2C0%2C.11%2C0a4.09%2C4.09%2C0%2C0%2C1%2C1-1c.08-.06.07-.22.15-.28a2.15%2C2.15%2C0%2C0%2C0%2C.41-.32%2C4.61%2C4.61%2C0%2C0%2C1%2C.54-.63l.09%2C0s0-.1.06-.13a1.77%2C1.77%2C0%2C0%2C0%2C.24-.17c.11-.13.18-.28.29-.42s.24-.12.3-.21%2C0-.2.1-.24h.11l.26-.22c.28-.29.5-.62.78-.9.07-.07.19-.09.24-.17a1.77%2C1.77%2C0%2C0%2C1%2C.36-.41l.09%2C0c.07-.28.81-.77%2C1-1s.22-.37.41-.43l.09%2C0V8.2c.2-.11.3-.37.48-.51a2.55%2C2.55%2C0%2C0%2C0%2C.38-.26c.15-.14.27-.43.5-.48V6.87c.23-.06.63-.67.84-.83.63-.49%2C1.12-1.09%2C1.73-1.59.11-.08.15-.27.26-.35s.15-.06.21-.11%2C0-.14.09-.19a2.91%2C2.91%2C0%2C0%2C1%2C.33-.26c.15-.14.25-.38.43-.48l.1%2C0v-.1c.33-.18.53-.59.8-.85a11.25%2C11.25%2C0%2C0%2C0%2C1-.88s0%2C0%2C0%2C0%2C0%2C0%2C.06-.09V1.1c.53-.23.65-1%2C1.28-1.1a1.11%2C1.11%2C0%2C0%2C1%2C.27.8.88.88%2C0%2C0%2C1%2C.2.3v.24a1.91%2C1.91%2C0%2C0%2C1%2C.24%2C1M18.16%2C5.61l0%2C.07h.08l0-.07Zm-.2.65a.33.33%2C0%2C0%2C0%2C0%2C.13s0%2C0%2C.06%2C0V6.28ZM32.43%2C7.58h-.09c.11.12-.07.16%2C0%2C.3s.08.12.06.26-.11.11-.1.26%2C0%2C.24%2C0%2C.39%2C0%2C0-.05%2C0-.07.16-.1.23%2C0%2C.16-.05.24-.66.31-.77.39l0%2C0c0%2C.07%2C0%2C0%2C0%2C.07-.26.15-.65.27-.82.51%2C0%2C0%2C0%2C0%2C0%2C0a2.09%2C2.09%2C0%2C0%2C1-.7.41v.07c-.22%2C0-.46.3-.61.41s-.34.14-.43.21a4.49%2C4.49%2C0%2C0%2C1-.67.5h-.19c-.08.05-.12.19-.2.24s-.15%2C0-.19%2C0-.28.32-.47.35l-.25%2C0c-.14.07-.36.34-.49.43s-.23.05-.28.13l-.07%2C0s-.09.13-.15.15%2C0%2C0-.09%2C0c-.08.15-.23.4-.42.44%2C0-.07%2C0%2C0-.07%2C0v0s0%2C0%2C0%2C.06a.17.17%2C0%2C0%2C0-.11.11c-.2%2C0-.4.12-.6.15s-.08-.06-.09-.17H24.2v.1c-.1%2C0-.12%2C0-.13.13l-.08.24-.09%2C0v0H24C24%2C14%2C24%2C14%2C24%2C14l-.09%2C0c-.09.12-.26.22-.28.4%2C0%2C0%2C0%2C0%2C0%2C.05s-.18.06-.24.09%2C0%2C.12-.09.15a.21.21%2C0%2C0%2C0-.17-.13v.13h0s0%2C0-.06%2C0a.37.37%2C0%2C0%2C1-.36.13.33.33%2C0%2C0%2C1%2C0-.13c-.08%2C0-.05%2C0-.11-.06v0l0%2C.2c-.08%2C0-.1%2C0-.13.11s.1%2C0%2C.13.06c-.16.11-.32.44-.48.48h-.06s0%2C0%2C0%2C0h-.09c-.13-.06-.37.11-.51.15l-.09-.06c0%2C.08-.06.09-.09.15h.07c0-.07%2C0-.08.11-.09v0c0%2C.12-.13.17-.18.25l0%2C0%2C0%2C0%2C0%2C0h0s-.06%2C0-.09.1.06%2C0%2C.09%2C0%2C0%2C.07-.09.1h-.17c-.16.09-.21.37-.39.43s0%2C0-.1%2C0v-.2h0c0%2C.14-.36.56-.54.56a1.28%2C1.28%2C0%2C0%2C1-.11.2c-.08%2C0-.12%2C0-.15%2C0v.11c-.44.18-.58.71-1%2C.9%2C0-.08%2C0-.07-.07-.1s0%2C0-.1.06v-.08a2.11%2C2.11%2C0%2C0%2C0%2C.39-.5l0-.13s.12%2C0%2C.15-.07c.13-.2.21-.39.34-.58l.15-.11c.07-.1.12-.37.26-.39a4.39%2C4.39%2C0%2C0%2C1%2C.65-.86v-.11h.09a.41.41%2C0%2C0%2C1%2C.15-.28s.08%2C0%2C.11-.06.13-.25.23-.33l.17-.06c.1-.08.15-.28.25-.35l.14%2C0c.07-.07.06-.22.14-.28h.1c0-.29.84-.9%2C1.08-1.06s.06-.2.17-.28.26-.07.35-.21l.06%2C0c.1-.24.37-.29.41-.54h0c0%2C.07%2C0%2C0%2C.06.06s.39-.29.41-.32-.06-.13.09-.19h0c0%2C.06%2C0%2C0%2C.05%2C0s0%2C0%2C.06-.09%2C0%2C0-.06%2C0%2C.08-.1.21-.11%2C0%2C0%2C.13%2C0v-.07h.11l.09-.1c-.06%2C0%2C0%2C0-.05%2C0%2C.13%2C0%2C.2%2C0%2C.2-.17l0%2C0a4.78%2C4.78%2C0%2C0%2C0%2C.79-.59%2C1.27%2C1.27%2C0%2C0%2C0%2C.68-.41.23.23%2C0%2C0%2C0%2C.06-.15s0%2C0-.06-.08v.1a3.59%2C3.59%2C0%2C0%2C0-.47%2C0v0l0%2C0a1.08%2C1.08%2C0%2C0%2C0-.28.11c-.14.06-.94%2C0-1.16.05s-.64-.1-.72-.05-.07.08-.1.09-.33-.12-.46-.05a3.24%2C3.24%2C0%2C0%2C1-1.27.16c0%2C.06%2C0%2C0%2C0%2C.06s0%2C0-.05-.06-.1%2C0-.15.06%2C0-.06-.15-.06%2C0%2C0%2C0%2C0a5.93%2C5.93%2C0%2C0%2C1-1.25.06c-.09%2C0-.15-.15-.22-.21s-.09%2C0-.13-.07%2C0-.16.06-.24a7.54%2C7.54%2C0%2C0%2C0%2C.13-.95.51.51%2C0%2C0%2C1-.1-.34s0%2C0%2C0%2C0a.23.23%2C0%2C0%2C0%2C.09-.15c-.18-.18-.12-.74%2C0-.93.33-.12.73.15%2C1.25%2C0a2.86%2C2.86%2C0%2C0%2C1%2C.34%2C0%2C.12.12%2C0%2C0%2C0%2C.11%2C0c.26-.07.57%2C0%2C.76-.07s.06%2C0%2C.13%2C0c.5-.1%2C1-.06%2C1.4-.11a8.58%2C8.58%2C0%2C0%2C0%2C1.26-.08l0%2C0h0c0%2C.06%2C0%2C0%2C0%2C.06.09-.13.68%2C0%2C.95%2C0a5.79%2C5.79%2C0%2C0%2C1%2C1.62-.07.11.11%2C0%2C0%2C0%2C0-.08c.13%2C0%2C.13%2C0%2C.25%2C0V6.48c0%2C.08.12.07.23.06s0%2C0%2C0-.06.55%2C0%2C.84%2C0l.79%2C0a12.41%2C12.41%2C0%2C0%2C0%2C1.41-.17%2C3.36%2C3.36%2C0%2C0%2C1%2C.71.19l0%2C.09c-.07.07-.16.51-.23.64.09%2C0%2C.09.12.08.26s0%2C0%2C0%2C.07M11.48%2C6.48l.11.06s0%2C0%2C.09%2C0c.08.17.29.19.3.43a3.45%2C3.45%2C0%2C0%2C0-.45.56h0s.1%2C0%2C.2%2C0%2C.05%2C0%2C.06.15-.16%2C0-.19.11a.21.21%2C0%2C0%2C1%2C.15%2C0l0%2C0a.4.4%2C0%2C0%2C0-.13%2C0c.11%2C0%2C.12%2C0%2C.13.13a1.49%2C1.49%2C0%2C0%2C1-.28.11.4.4%2C0%2C0%2C1%2C.28.34.58.58%2C0%2C0%2C0-.15.19.32.32%2C0%2C0%2C1%2C.15.31c-.08%2C0-.17.07-.18.19L11%2C9.3h-.18c-.07%2C0-.1.15-.15.18s-.3%2C0-.38%2C0l-.16.09-.56.06-.06.07-.35%2C0c0%2C.06%2C0%2C.07-.11.09s-.28%2C0-.4-.06a2.26%2C2.26%2C0%2C0%2C0-1.41%2C0H6.56l-.43%2C0-.24-.05-.24%2C0c-.17-.07-.21-.23-.45-.24a.23.23%2C0%2C0%2C1-.15.06c0-.06-.06%2C0-.1-.09a2.88%2C2.88%2C0%2C0%2C1-.46.09.73.73%2C0%2C0%2C1-.06-.36c.11-.13%2C0-.26%2C0-.41a7.6%2C7.6%2C0%2C0%2C0%2C.13-1.34.34.34%2C0%2C0%2C1-.07-.24c.3-.2-.07-.31.57-.3.21-.1.9.11%2C1.25%2C0%2C.08-.14.4%2C0%2C.51%2C0a3.07%2C3.07%2C0%2C0%2C1%2C1.1-.06.26.26%2C0%2C0%2C1%2C.2-.14c.11-.13.24.07.39%2C0l0-.08s.3.13.47.08.26.08.39%2C0A11%2C11%2C0%2C0%2C0%2C11%2C6.54c.2-.09.33%2C0%2C.51-.06m5.79%2C0c-.09.15-.22.19-.24.37s0%2C0%2C.07.08c0-.19.13-.17.21-.3s0%2C0%2C0-.07%2C0%2C0%2C.05%2C0l-.05%2C0m-5.91%2C1s0%2C0%2C.08%2C0v0Zm4.27.37c0%2C.08-.08.07-.09.17l.18%2C0V8s-.05%2C0-.05-.15Zm-.15.58c0%2C.12%2C0%2C.12-.09.19a.25.25%2C0%2C0%2C1%2C.13%2C0V8.61l0%2C0h0l.09-.06V8.46Zm0%2C.43c.07%2C0%2C0%2C0%2C.05%2C0s-.07.06-.11%2C0l0%2C0c.08%2C0%2C.05%2C0%2C.08%2C0m.24.24c.07%2C0%2C0%2C0%2C.06%2C0h-.06Zm10.84.2c0%2C.06%2C0%2C0%2C0%2C.06l0%2C0Zm-11.44.25%2C0%2C0%2C0%2C0h0l-.06%2C0Zm-.39.22v0h0Zm-.5.09h-.09v0l.09%2C0Zm-1%2C.49%2C0%2C0Zm11.77.44c.05%2C0%2C0%2C0%2C0%2C.06Zm-11.23.06c.07%2C0%2C0%2C0%2C.06.11h-.06l0-.07c.05%2C0%2C0%2C0%2C0%2C0m-.3.09c0%2C.06%2C0%2C0%2C0%2C.06V11Zm-.5.37h-.09v.08h.15c0-.13.14-.18.18-.34L13.19%2C11a.36.36%2C0%2C0%2C1-.17.15Zm-.34.73v.11c-.17%2C0-.16.21-.34.26v-.07c.12-.08.13-.28.35-.3m.08.06.06%2C0Zm-.54.35c.07%2C0%2C0%2C0%2C.06.06h0Zm-.13.13c.07%2C0%2C0%2C0%2C.06.08h-.06Zm-.28.06h0v.05c-.07%2C0-.06%2C0-.11.06v-.06s0%2C0%2C.07-.05m12.07%2C1.62%2C0%2C0Zm-.15.09.08%2C0s0%2C0%2C.05%2C0v.06l0%2C0c-.05%2C0-.1%2C0-.11%2C0s0%2C0%2C0-.09%2C0%2C0%2C0%2C0m-13.45.15%2C0%2C.06Zm12.43.28.05%2C0Zm-.26.11c0%2C.07%2C0%2C0%2C.05.06v-.06Zm-16.3.54h0ZM8.1%2C16.82h.08v-.09H8.1ZM6.73%2C18.27h.11a.29.29%2C0%2C0%2C0%2C0-.1v-.24c.09-.06.12-.17.23-.2a.66.66%2C0%2C0%2C1%2C0%2C.11c-.11%2C0-.15.13-.23.2.07%2C0%2C.09.07.09.19s-.19.06-.2.2l-.11%2C0Zm.68-.44s0%2C0%2C0%2C0l-.09.08-.06%2C0a.17.17%2C0%2C0%2C0%2C.11-.09m-.83.39c.06%2C0%2C0%2C0%2C0%2C.07l0%2C0c0-.08%2C0%2C0%2C0-.09M6%2C18.61h.15v0H6Zm.58.15v0l-.09%2C0v0Zm-.53.45c.07%2C0%2C0%2C0%2C.06.05h0Zm-1.54.11c0%2C.06%2C0%2C0%2C0%2C.05v-.05Zm.82%2C0a.23.23%2C0%2C0%2C0%2C0%2C.11l.06%2C0%2C0%2C0%2C0-.09Zm.11.07h0v0h0Zm-1%2C0v0l0%2C0Zm.06%2C0v0h0Zm.46.28c0%2C.07%2C0%2C0%2C.09.05v0Zm-.37.67v0l0%2C0Zm0%2C.28%2C0%2C.05Zm10.64%2C1s0%2C0%2C0%2C0h0Zm.09.12a.23.23%2C0%2C0%2C1%2C.2.12h0l-.08%2C0Zm-12%2C0c.07%2C0%2C0%2C0%2C.06.06H3.35Zm5.44.3h0v0h0Zm-6.39.45v.09h0l0-.09Zm6.69.05%2C0%2C0%2C0%2C0Zm5.77%2C0c0%2C.05%2C0%2C0%2C0%2C.06s0%2C0%2C0-.06Zm-.18.19h0v0h0Zm-.06%2C0%2C0%2C0Zm-12.22%2C0s0%2C0%2C.06.09l0%2C0%2C0%2C0v-.09Zm12.67.59%2C0%2C.12-.07%2C0v-.1c.05%2C0%2C0%2C0%2C.05-.06m.3.1h.09l0%2C0s0%2C0-.05%2C0Zm-.75.15h0v0h0Zm.64.18%2C0%2C.06h-.06v0Zm.61%2C0h0l0%2C0Zm-.43.06h0V24h-.06Zm.08%2C0%2C0%2C0Zm-1%2C.24a.24.24%2C0%2C0%2C1%2C.06.08h0Zm.82%2C0h0v0h0Zm-1.1%2C0a1%2C1%2C0%2C0%2C1-.05.2l.05.06a.87.87%2C0%2C0%2C0%2C.08-.1c-.05%2C0%2C0%2C0%2C0-.07a.22.22%2C0%2C0%2C0%2C.06-.07Zm1%2C.05s0%2C0%2C0%2C0Zm-.26.17c0%2C.06-.07%2C0-.1.13h0c0-.05.11%2C0%2C.15-.09l0%2C0Zm2.79%2C3.82h0Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M41.16%2C35.4V30.87a1.71%2C1.71%2C0%2C0%2C0-.64-1.38%2C2.33%2C2.33%2C0%2C0%2C0-1.6-.42h-2.6l-.12.85h.45s0%2C.3%2C0%2C.73v3.29c0%2C.77-.38.92-.85.77l-.22.69a2%2C2%2C0%2C0%2C0%2C.69.1c.9%2C0%2C1.41-.38%2C1.41-1.68V30.66c0-.41%2C0-.74%2C0-.74h1.23a1.67%2C1.67%2C0%2C0%2C1%2C.7.14.87.87%2C0%2C0%2C1%2C.51.79V35.4Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M43.15%2C31.94v-1.5A3.09%2C3.09%2C0%2C0%2C0%2C42.91%2C29l-1%2C.36a2.29%2C2.29%2C0%2C0%2C1%2C.17%2C1.11v1.81Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2248.69%2029.92%2048.69%2029.06%2044.05%2029.06%2043.97%2029.92%2044.64%2029.92%2046.44%2029.89%2046.44%2035.38%2047.48%2035.38%2047.48%2029.89%2048.69%2029.92%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M50.5%2C35.38V30.5A3.17%2C3.17%2C0%2C0%2C0%2C50.25%2C29l-1%2C.36a2.35%2C2.35%2C0%2C0%2C1%2C.17%2C1.17v4.9Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M52.61%2C35.38V33a2.66%2C2.66%2C0%2C0%2C0-.28-1.55l-1%2C.35a2.1%2C2.1%2C0%2C0%2C1%2C.2%2C1.17v2.41Zm3.53%2C0V30.93a1.77%2C1.77%2C0%2C0%2C0-.83-1.56%2C2.28%2C2.28%2C0%2C0%2C0-1.37-.31H51.48l-.11.86h2.38c.83%2C0%2C1.34.23%2C1.34%2C1.15v4.31Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M58.41%2C31.94v-1.5A3%2C3%2C0%2C0%2C0%2C58.17%2C29l-1%2C.36a2.29%2C2.29%2C0%2C0%2C1%2C.17%2C1.11v1.81Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M40.92%2C17.12a3.68%2C3.68%2C0%2C0%2C0-.57-2.2%2C2.32%2C2.32%2C0%2C0%2C0-2-1.06%2C2.53%2C2.53%2C0%2C0%2C0-1%2C.15l.23.8a1.34%2C1.34%2C0%2C0%2C1%2C.67-.14c1.38%2C0%2C1.45%2C1.47%2C1.45%2C2.51%2C0%2C1.94-.65%2C2.4-1.43%2C2.4A1.19%2C1.19%2C0%2C0%2C1%2C37.18%2C19c-.51-.88-.38-2.68-.37-3.58a2.82%2C2.82%2C0%2C0%2C0-.27-1.55l-.95.35a2.09%2C2.09%2C0%2C0%2C1%2C.21%2C1.2c0%2C1.34-.28%2C3.09.7%2C4.21a2.28%2C2.28%2C0%2C0%2C0%2C1.82.78A2.35%2C2.35%2C0%2C0%2C0%2C40%2C19.79a3.4%2C3.4%2C0%2C0%2C0%2C1-2.67%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2246.06%2014.81%2046.06%2013.95%2041.42%2013.95%2041.34%2014.81%2042.01%2014.81%2043.81%2014.77%2043.81%2020.27%2044.85%2020.27%2044.85%2014.77%2046.06%2014.81%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M47.75%2C20.27V15.39a3.29%2C3.29%2C0%2C0%2C0-.24-1.55l-1%2C.35a2.5%2C2.5%2C0%2C0%2C1%2C.17%2C1.17v4.91Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M52.56%2C20.28V15.81a1.79%2C1.79%2C0%2C0%2C0-.82-1.56A2.27%2C2.27%2C0%2C0%2C0%2C50.37%2C14h-2l-.06.85h1.9c.81%2C0%2C1.34.23%2C1.34%2C1.15v4.32Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M58.06%2C19.38H58c-.74%2C0-.94.15-.85%2C0a4%2C4%2C0%2C0%2C0%2C.65-2.29A3.6%2C3.6%2C0%2C0%2C0%2C57.21%2C15a2.29%2C2.29%2C0%2C0%2C0-2-1H53.4l-.11.86h1.78c1.44%2C0%2C1.5%2C1.29%2C1.5%2C2.37a3.33%2C3.33%2C0%2C0%2C1-.41%2C1.94%2C1.54%2C1.54%2C0%2C0%2C1-.36.25H53.35v.9h4.54Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M38.74%2C7.25V6.39h-3l-.12.86s1.09-.07%2C1%2C0a1.15%2C1.15%2C0%2C0%2C0-.28%2C1.09l.52%2C4.38h1l-.52-4.56a.78.78%2C0%2C0%2C1%2C.42-.83%2C2.75%2C2.75%2C0%2C0%2C1%2C1-.08%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M44%2C9.57a3.84%2C3.84%2C0%2C0%2C0-.55-2.17%2C2.26%2C2.26%2C0%2C0%2C0-2-1H39.58l-.11.86h1.89A1.25%2C1.25%2C0%2C0%2C1%2C42.57%2C8a4.43%2C4.43%2C0%2C0%2C1%2C.26%2C1.72c0%2C1-.2%2C2.14-1.47%2C2.14H39.62l-.14.89h2a2.28%2C2.28%2C0%2C0%2C0%2C2-1A3.66%2C3.66%2C0%2C0%2C0%2C44%2C9.57%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M48.54%2C12.73V8.26a1.82%2C1.82%2C0%2C0%2C0-.82-1.56%2C2.31%2C2.31%2C0%2C0%2C0-1.37-.29h-2l-.06.84h1.9c.82%2C0%2C1.35.23%2C1.35%2C1.16v4.32Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M54.67%2C9.49A3.62%2C3.62%2C0%2C0%2C0%2C53.8%2C7%2C2.66%2C2.66%2C0%2C0%2C0%2C52%2C6.31a2.55%2C2.55%2C0%2C0%2C0-1.56.52%2C1.92%2C1.92%2C0%2C0%2C0-.22-.54l-1%2C.36a2%2C2%2C0%2C0%2C1%2C.22%2C1.16v4.92h1V7.78A2.33%2C2.33%2C0%2C0%2C1%2C52%2C7.12c1.28%2C0%2C1.45%2C1.48%2C1.45%2C2.52S53.37%2C12%2C52%2C12a1.28%2C1.28%2C0%2C0%2C1-.77-.21l-.28.78a2.28%2C2.28%2C0%2C0%2C0%2C1.09.21c1.83%2C0%2C2.59-1.47%2C2.59-3.33%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M41.16%2C27.84V23.31a1.73%2C1.73%2C0%2C0%2C0-.64-1.38%2C2.39%2C2.39%2C0%2C0%2C0-1.6-.41h-2.6l-.12.85h.45s0%2C.3%2C0%2C.73v3.29c0%2C.76-.38.92-.85.76l-.22.69a1.94%2C1.94%2C0%2C0%2C0%2C.69.11c.9%2C0%2C1.41-.39%2C1.41-1.68V23.11c0-.41%2C0-.74%2C0-.74h1.23a1.86%2C1.86%2C0%2C0%2C1%2C.7.13.88.88%2C0%2C0%2C1%2C.51.8v4.54Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M43.26%2C27.83V23A3.31%2C3.31%2C0%2C0%2C0%2C43%2C21.4l-1%2C.35a2.42%2C2.42%2C0%2C0%2C1%2C.17%2C1.18v4.9Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M48.78%2C27h-.09c-.74%2C0-.94.14-.85%2C0a4%2C4%2C0%2C0%2C0%2C.65-2.29%2C3.55%2C3.55%2C0%2C0%2C0-.56-2.16%2C2.29%2C2.29%2C0%2C0%2C0-2-1H44.12l-.12.86h1.79c1.44%2C0%2C1.5%2C1.3%2C1.5%2C2.37a3.29%2C3.29%2C0%2C0%2C1-.41%2C1.94%2C1.77%2C1.77%2C0%2C0%2C1-.35.26H44.07v.89h4.54Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M52.83%2C27.84V23.37A1.83%2C1.83%2C0%2C0%2C0%2C52%2C21.81a2.29%2C2.29%2C0%2C0%2C0-1.37-.29h-2l-.07.85h1.91c.81%2C0%2C1.34.23%2C1.34%2C1.15v4.32Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M58.89%2C27.84V23.31a1.73%2C1.73%2C0%2C0%2C0-.65-1.38%2C2.36%2C2.36%2C0%2C0%2C0-1.59-.41H54l-.12.85h.45s0%2C.3%2C0%2C.73v3.29c0%2C.76-.37.92-.85.76l-.21.69A1.89%2C1.89%2C0%2C0%2C0%2C54%2C28c.89%2C0%2C1.4-.39%2C1.4-1.68V23.11c0-.41%2C0-.74%2C0-.74h1.23a1.91%2C1.91%2C0%2C0%2C1%2C.71.13.87.87%2C0%2C0%2C1%2C.5.8v4.54Z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M63.67%2C24.74c.11-1%2C.24-1.92-.23-2.53a2.3%2C2.3%2C0%2C0%2C0-1.93-.7H60.32v-.28A2.8%2C2.8%2C0%2C0%2C0%2C60%2C19.67l-.85.36a2.37%2C2.37%2C0%2C0%2C1%2C.19%2C1.19v1.15h2.07c1%2C0%2C1.16.28%2C1.27.68a6.3%2C6.3%2C0%2C0%2C1-.07%2C1.78c-.13%2C1.16-.44%2C2.28-1.78%2C2.28l-.15.83a2.44%2C2.44%2C0%2C0%2C0%2C1.76-.62%2C3.64%2C3.64%2C0%2C0%2C0%2C1.19-2.58%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E');

}

.htc-left-event-gotoEvent a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.homepage-simplecontact{
    background: #fff;
    padding-top: 50px;
}
.contact {
    background: #fff;
    padding: 80px 0;
    color:#95989a;
}

.contact-w {
    width: 1100px;
    margin: 0 auto;
}

.contact-w::after {
    content:'';
    display:block;
    clear:both;
}

.contact-right, .contact-left {
    width: 50%;
    float: right;
    text-align: center;
}
.contact-right {
    text-align: right;
}

.contact-left-in {
    width: 270px;
    padding-top: 92px;
    display: inline-block;
}

.inp-contact {
    display: block;
    width: 80%;
    margin: 12px 10%;
    border: none;
    border-bottom: solid 1px #ccc;
    font-size: 18px;
    padding: 5px 8px;
    resize: none !important;
    outline:none;
    box-sizing: border-box;
}

p.contact-bt-send {
    display: block;
    margin: 12px 10% 26px 0;
    float: right;
    width: 100px;
    text-align: center;
    border: solid 1px #818181;
    color: #818181;
    padding: 6px;
    border-radius: 30px;
    cursor: pointer;
    transition: border-color 400ms;
    -webkit-transition: border-color 400ms;
}
p.contact-bt-send.sending {
    border-color:#fff;
    cursor:default;
    pointer-events:none;
}

.contact-left a {
    display: block;
    font-size: 18px;
    text-align: left;
    direction: ltr;
}
.contact-left a.contact-a-phone::before {
    content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2066.3%2067%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%236d6e71%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EArtboard%2029%20copy%203%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M25.1%2C18.13l4.74%2C6.12.06.09a2.81%2C2.81%2C0%2C0%2C1%2C.54%2C2.2%2C2.85%2C2.85%2C0%2C0%2C1-.39%2C1.13l-.05.08a2.66%2C2.66%2C0%2C0%2C1-.77.79l-.07.07-2.3%2C1.67a2%2C2%2C0%2C0%2C0%2C.31%2C2%2C28.48%2C28.48%2C0%2C0%2C0%2C3.4%2C4.06h0a28.86%2C28.86%2C0%2C0%2C0%2C4.06%2C3.4%2C2%2C2%2C0%2C0%2C0%2C2%2C.32l1.73-2.37h0a3.27%2C3.27%2C0%2C0%2C1%2C.89-.83%2C3.06%2C3.06%2C0%2C0%2C1%2C1.14-.4h0a3.28%2C3.28%2C0%2C0%2C1%2C1.17.07l.07%2C0a3%2C3%2C0%2C0%2C1%2C1%2C.53l6.12%2C4.74.09.1a2.79%2C2.79%2C0%2C0%2C1%2C.74.91h0A3.12%2C3.12%2C0%2C0%2C1%2C49.9%2C44a3%2C3%2C0%2C0%2C1-.21%2C1.27h0a2.87%2C2.87%2C0%2C0%2C1-.75%2C1.06%2C8.09%2C8.09%2C0%2C0%2C1-1.46%2C1.1l-.07%2C0a10.69%2C10.69%2C0%2C0%2C1-2%2C.91A16.49%2C16.49%2C0%2C0%2C1%2C35%2C48.2a26.14%2C26.14%2C0%2C0%2C1-10-6.36%2C26.21%2C26.21%2C0%2C0%2C1-6.35-10%2C16.41%2C16.41%2C0%2C0%2C1-.23-10.38%2C10.66%2C10.66%2C0%2C0%2C1%2C.93-2.07h0a9.42%2C9.42%2C0%2C0%2C1%2C1.11-1.46%2C2.88%2C2.88%2C0%2C0%2C1%2C1.07-.75l.1%2C0A3.32%2C3.32%2C0%2C0%2C1%2C22.85%2C17a2.88%2C2.88%2C0%2C0%2C1%2C1.25.33l.07%2C0%2C.93.79Zm2.79%2C7.63h0l-4.75-6.11h0a.33.33%2C0%2C0%2C0-.14-.13l0%2C0a.58.58%2C0%2C0%2C0-.24%2C0%2C.46.46%2C0%2C0%2C0-.19%2C0h0a1%2C1%2C0%2C0%2C0-.19.15%2C6.09%2C6.09%2C0%2C0%2C0-.79%2C1.05%2C7.73%2C7.73%2C0%2C0%2C0-.71%2C1.55A13.87%2C13.87%2C0%2C0%2C0%2C21%2C31.06a23.56%2C23.56%2C0%2C0%2C0%2C5.76%2C9%2C23.49%2C23.49%2C0%2C0%2C0%2C9%2C5.76%2C14.09%2C14.09%2C0%2C0%2C0%2C8.85.25%2C9%2C9%2C0%2C0%2C0%2C1.51-.69l0%2C0a5.37%2C5.37%2C0%2C0%2C0%2C1.07-.8.42.42%2C0%2C0%2C0%2C.12-.18h0v0a.34.34%2C0%2C0%2C0%2C0-.23.49.49%2C0%2C0%2C0-.05-.23h0a.65.65%2C0%2C0%2C0-.11-.13l-.05-.05L41.13%2C39h0c-.06%2C0-.12-.06-.18-.1h0a.56.56%2C0%2C0%2C0-.21%2C0h0a.6.6%2C0%2C0%2C0-.21.09v0a.33.33%2C0%2C0%2C0-.16.14v0l-1.86%2C2.57a1.35%2C1.35%2C0%2C0%2C1-.4.37%2C4.22%2C4.22%2C0%2C0%2C1-4.85-.3%2C31.5%2C31.5%2C0%2C0%2C1-4.41-3.67h0a33.52%2C33.52%2C0%2C0%2C1-3.68-4.39%2C4.28%2C4.28%2C0%2C0%2C1-.3-4.85%2C1.31%2C1.31%2C0%2C0%2C1%2C.33-.36l2.53-1.85.08-.07a.35.35%2C0%2C0%2C0%2C.13-.12l0%2C0a.68.68%2C0%2C0%2C0%2C.05-.21A.47.47%2C0%2C0%2C0%2C28%2C26a.62.62%2C0%2C0%2C0-.06-.14l0-.05ZM25.1%2C18.14Zm0%2C0Z%22%2F%3E%3C%2Fsvg%3E');
    display: inline-block;
    position: relative;
    /*margin: 0 0px 0 10px;*/
    width: 32px;
    height: auto;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.contact-left a.contact-a-email::before {
    content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2066.3%2067%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%236d6e71%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3EArtboard%2029%20copy%202%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M14.4%2C18.92H51.84a1.52%2C1.52%2C0%2C0%2C1%2C1.55%2C1.48v27a1.51%2C1.51%2C0%2C0%2C1-1.55%2C1.49H14.4a1.52%2C1.52%2C0%2C0%2C1-1.56-1.49v-27a1.53%2C1.53%2C0%2C0%2C1%2C1.56-1.48Zm35.87%2C4.24h0L33.77%2C38.79a1%2C1%2C0%2C0%2C1-1.33%2C0L16%2C23.16V46H50.26V23.16ZM49%2C21.88H17.25l15.85%2C15L49%2C21.88Z%22%2F%3E%3C%2Fsvg%3E');
    display: inline-block;
    position: relative;
    /*margin: 0 0px 0 10px;*/
    width: 32px;
    height: auto;
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.contact-w h1,.contact-w h4 {
    text-align: right;
    font-weight: 100;
}
.homepage-events-bydate {
    position: absolute;
    width: 100%;
    height: 834px;
    top: 0px;
    background: #3C3C3C;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms;
    z-index: 1;
}
.calendaropen .homepage-events-bydate{
    visibility: visible;
    opacity: 1;
}
.calendaropen .homepage-events-more{
    display: none;
}
.calendaropen .hec-events-evnet{
    width: 45%;
    margin-left: 5%;
    margin-bottom: 20px;
}
.calendaropen .hec-events-evnet:last-child{
    /*margin-bottom: 0px;*/
}

.he-bydate-calendar,.he-bydate-events{
    float: right;
    width: 50%;
    height: 100%;
}
.he-bydate-calendar{
    color: #fff;
    font-weight: 100;
    text-align: center;
}
.he-bydate-events{
    background: #61C4E2;
}
.he-bydate-calendar-Y,.he-bydate-calendar-M,.he-bydate-calendar-D{
    width: 100%;
    border-bottom: 1px solid #848484;
}
.he-bydate-calendar-Y{
    margin-top: 40px;
    height: 80px;
    border-top: 1px solid #848484;
}
.he-bydate-calendar-M{
    height: 40px;
}
.he-bydate-calendar-D {
    height: 560px;
    position: relative;
    overflow: hidden;
}
.he-bydate-calendar-Y div{
    width: 16%;
    font-size: 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.he-bydate-calendar-M div{
    display: inline-block;
    width: 7.5%;
    font-size: 26px;
    position: relative;
    cursor: pointer;
}
.he-bydate-calendar-Y div.selected::after{
    content: "";
    position: absolute;
    background: #61C4E2;
    height: 10px;
    width: 80%;
    top: -10px;
    right: 10%;
}
.he-bydate-calendar-Y div.selected{
    font-weight: 900;
}
.he-bydate-calendar-M div.selected::after{
    content: attr(data-hint);
    position: absolute;
    background: #61C4E2;
    height: 10px;
    width: 80%;
    top: 40px;
    right: 10%;
    font-size: 20px;
    line-height: 42px;
}
.he-bydate-container{
    height: 690px;
    margin: 40px;
    overflow: auto;
}
.he-bydate-container::-webkit-scrollbar {
    width: 8px;
}
.he-bydate-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 12px #fff;
    border: 0px solid transparent;
    background-clip: content-box;
}
.he-bydate-container::-webkit-scrollbar-thumb {
    background: #3C3C3C;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.heb-calendar-Dd-text,.heb-calendar-Dd-num,.heb-calendar-Dd-month{
    display: inline-block;
}
.heb-calendar-Dd-num {
    font-size: 250px;
    font-weight: 900;
    color: #61C4E2;
}
.heb-calendar-Dd-text,.heb-calendar-Dd-month {
    font-size: 30px;
    font-weight: 400;
    position: relative;
    top: -75px;
}
.heb-calendar-Dd-text {
    left: 10px;
}
.heb-calendar-Dd-month {
    right: 10px;
}
.slide-up, .slide-down {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    right: 50%;
}
.slide-down {
    top: 330px;
}
.slide-up{
    top: 2px;
}
.slide-up:after,.slide-down:after{
    content: "";
    position: absolute;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221414.785%206028.215%2047.469%2029.038%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23666%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Asset_1%22%20data-name%3D%22Asset%201%22%20class%3D%22cls-1%22%20d%3D%22M16.09%2C23.732%2C1.725%2C38.1a5.436%2C5.436%2C0%2C0%2C0%2C7.5%2C7.872L27.467%2C27.61a5.573%2C5.573%2C0%2C0%2C0%2C0-7.757L9.224%2C1.582A5.4%2C5.4%2C0%2C1%2C0%2C1.582%2C9.224Z%22%20transform%3D%22translate%281414.786%206057.252%29%20rotate%28-90%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat:no-repeat ;
    background-size: contain;
    width: 45px;
    height: 45px;
    left: calc(50% - 45px);
    transition: opacity 400ms ;
    -webkit-transition: opacity 400ms ;
}
.slide-down:after{
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%221414.785%206434.215%2047.469%2029.038%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23666%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22Asset_1%22%20data-name%3D%22Asset%201%22%20class%3D%22cls-1%22%20d%3D%22M16.09%2C23.732%2C1.725%2C38.1a5.436%2C5.436%2C0%2C0%2C0%2C7.5%2C7.872L27.467%2C27.61a5.573%2C5.573%2C0%2C0%2C0%2C0-7.757L9.224%2C1.582A5.4%2C5.4%2C0%2C1%2C0%2C1.582%2C9.224Z%22%20transform%3D%22translate%281462.253%206434.216%29%20rotate%2890%29%22%2F%3E%20%3C%2Fsvg%3E');
    background-repeat:no-repeat ;
}
.slide-up.disabled::after,.slide-down.disabled::after{
    opacity: 0.2;
    cursor: auto;
}

.swiper-slide {
    background-size:cover;
    background-position:center center;
}

.slide-brodet {
    /*background-image:url(/tickchak/images/home_brodet.jpg);*/
    background: #89d5e5;
}
.slide-gula {
    /*background-image:url(/tickchak/images/home_gula.jpg);*/
    background: #89d5e5;
}
.slide-loop {
    /*background-image:url(/tickchak/images/home_loop.jpg);*/
    background: #89d5e5;
}

.het-category {
    opacity: 1;
    /*    pointer-events: none;*/
}


.homepage-menu .hmm-recommend-face{
    position: absolute;
    width: 20px;
}
.homepage-menu-menu a.hmm-recommend-face:hover {
    border-bottom: 0;
}
.hmm-recommend-face::after{
    content: '';
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201298%202500%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3A%233c5a9a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Efacebook-2%3C%2Ftitle%3E%3Cpath%20class%3D%22a%22%20d%3D%22M842.51%2C2499.7V1359.6H1225.2l57.29-444.32h-440V631.6c0-128.64%2C35.72-216.31%2C220.21-216.31l235.28-.11V17.79C1257.29%2C12.39%2C1117.63.3%2C955.15.3%2C615.92.3%2C383.68%2C207.35%2C383.68%2C587.61V915.29H0v444.32H383.67V2499.72l458.84%2C0Z%22%2F%3E%3C%2Fsvg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 20px;
    position: absolute;
    left: 0;
}
.homepage-menu .enter-web ,.enter-web-mobile{
    background: #fec401;
    padding: 5px 6%;
    border-radius: 30px;
    font-weight: 600;
}
.he-bydate-calendar-D .contain {
    width: 95%;
    margin: 100px auto;
    overflow: visible;
}
.homepage .homepage-events.calendaropen{
    z-index: 6;
}


.he-bydate-close.close {
    display: block;
    position: absolute;
    left: 8px;
    top: 11px;
    background: white;
    border-radius: 50%;
}

.he-bydate-close.close::after{
    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%233C3C3C%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2%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');
    width:20px;
    height:20px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}
div.bt.homepage-eventsday-more{
    display: none;
}
.he-bydate-events-numEvents{
    display: none;
}
.he-bydate-calendar-M div.he-bydate-calendar-M-container{
    width: 100%;
}
.he-bydate-container div[class^='homepage-events-container'] {
    border: 0;
}

/* .hec-events-evnet:hover .hece-evnet-details-date.past{
    position: absolute;
    bottom: -5px;
} */
.hec-events-evnet-outofstock {
    position: absolute;
    background: red;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding-right: 2px;
    color: #fff;
    left: 10px;
    top: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    opacity: 1;
    transition: all 500ms;
    z-index: 1;
    line-height: 1;
    padding-top: 13px;
    font-size: 14px;
}

.hec-events-evnet-outofstock.hidden{
    display: none;
}
.hec-events-evnet:hover .hec-events-evnet-outofstock{
    opacity: 0.5;
}
.ht-title{
    position: absolute;
    width: 35%;
    right: 20%;
    top: 15%;
    z-index: 2;
    color: #29444d;
}
.ht-title.hide{
    display: none;
}
.hcc-d-terms {
    margin-top: 28px;
}
.hcc-d-terms a {
    padding-right: 31px;
    color: #01acf1;
    text-decoration: underline;
}
._cb{
    cursor: pointer;
}
._cb::before{
    content: '';
    width: 12px;
    height: 12px;
    border:1px solid #01acf1;
    line-height: 9px;
    padding: 3px;
    text-indent: 0;
    position: absolute;
    right: 1px;
    top: 1px;
}
._cb.selected::before{
    content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048.09%2031.47%22%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill%3Anone%3Bstroke%3A%2301acf1%3Bstroke-miterlimit%3A10%3Bstroke-width%3A4px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Ev%3C%2Ftitle%3E%3Cline%20class%3D%22a%22%20x1%3D%221.49%22%20y1%3D%2214.68%22%20x2%3D%2215.23%22%20y2%3D%2229.95%22%2F%3E%3Cline%20class%3D%22a%22%20x1%3D%2246.8%22%20y1%3D%221.53%22%20x2%3D%2213.23%22%20y2%3D%2229.95%22%2F%3E%3C%2Fsvg%3E');
}

li.homepage-concat .term,li.homepage-concat .conflict,li.homepage-concat .joining{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f1f1f1;
    padding: 20px;
    overflow: hidden;
    z-index: 1;
}

li.homepage-concat .term-container,li.homepage-concat .conflict-container ,li.homepage-concat .joining-container{
    padding: 10px;
    height: 95%;
    width: 70%;
    margin: 0 auto;
}

li.homepage-concat .term-close, li.homepage-concat .conflict-close, li.homepage-concat .joining-close, .homepage-concat-close-bt {
    text-align: center;
    color: #01acf1;
    border: solid 1px;
    position: absolute;
    right: 30px;
    cursor: pointer;
    height: 34px;
    width: 34px;
    border-radius: 50%;
}



li.homepage-concat .term-title,li.homepage-concat .conflict-title,li.homepage-concat .joining-title{
    color: #61C4E2;
    font-size: 22px;
    font-weight: bold;
    width: 60%;
    margin: 0 auto;
}
li.homepage-concat .term-title > label,li.homepage-concat .conflict-title > label,li.homepage-concat .joining-title > label{
    letter-spacing: 7px;
    color: #999999;
    font-weight: 200;
    font-size: 18px;
}
li.homepage-concat .term-content {
    width: 70%;
    margin: 30px auto;
    background: #fff;
    padding: 20px;
    height: 260px;
    overflow: auto;
}
.term-content-btn {
    width: 113px;
    margin: 0 auto;
    color: #bbb;
    border: 1px solid;
    border-radius: 30px;
    text-align: center;
    cursor: default;
    padding: 5px;
}
.term-content-btn.show {
    color: #61C4E2;
    cursor: pointer;
    pointer-events: all;
}
li.homepage-concat .conflict-content {
    color: #61C4E2;
    font-weight: 600;
    width: 70%;
    margin: 30px auto;
    font-size: 26px;
    padding-right: 214px;
    position: relative;
    height: 200px;
    padding-top: 40px;
    max-width: 750px;
}
li.homepage-concat .conflict-content::before{
    width: 170px;
    height: 200px;
    position: absolute;
    right: 0;
    top: -20px;
}
._box::before{
    content: '';
    background: 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%20viewBox%3D%220%200%20223.277%20261.999%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%2C%20.cls-16%2C%20.cls-20%2C%20.cls-22%2C%20.cls-23%2C%20.cls-24%2C%20.cls-6%2C%20.cls-7%2C%20.cls-8%2C%20.cls-9%20%7B%20fill%3A%20none%3B%20%7D%20.cls-18%2C%20.cls-2%2C%20.cls-21%20%7B%20fill%3A%20%2361c4e2%3B%20%7D%20.cls-10%2C%20.cls-19%2C%20.cls-25%2C%20.cls-3%20%7B%20fill%3A%20%230c9ecc%3B%20%7D%20.cls-4%20%7B%20fill%3A%20%2389d4e5%3B%20%7D%20.cls-12%2C%20.cls-5%20%7B%20fill%3A%20%2329ade4%3B%20%7D%20.cls-10%2C%20.cls-11%2C%20.cls-12%2C%20.cls-13%2C%20.cls-14%2C%20.cls-15%2C%20.cls-16%2C%20.cls-18%2C%20.cls-19%2C%20.cls-20%2C%20.cls-21%2C%20.cls-22%2C%20.cls-23%2C%20.cls-24%2C%20.cls-25%2C%20.cls-6%2C%20.cls-7%2C%20.cls-8%2C%20.cls-9%20%7B%20stroke%3A%20%23231f20%3B%20%7D%20.cls-10%2C%20.cls-11%2C%20.cls-13%2C%20.cls-14%2C%20.cls-15%2C%20.cls-16%2C%20.cls-23%2C%20.cls-24%2C%20.cls-6%2C%20.cls-8%20%7B%20stroke-linecap%3A%20round%3B%20%7D%20.cls-10%2C%20.cls-11%2C%20.cls-12%2C%20.cls-13%2C%20.cls-14%2C%20.cls-15%2C%20.cls-16%2C%20.cls-21%2C%20.cls-22%2C%20.cls-25%2C%20.cls-6%2C%20.cls-7%2C%20.cls-8%20%7B%20stroke-linejoin%3A%20round%3B%20%7D%20.cls-25%2C%20.cls-6%2C%20.cls-7%20%7B%20stroke-width%3A%204px%3B%20%7D%20.cls-10%2C%20.cls-11%2C%20.cls-12%2C%20.cls-13%2C%20.cls-14%2C%20.cls-22%2C%20.cls-24%2C%20.cls-8%2C%20.cls-9%20%7B%20stroke-width%3A%203px%3B%20%7D%20.cls-18%2C%20.cls-19%2C%20.cls-20%2C%20.cls-23%2C%20.cls-24%2C%20.cls-9%20%7B%20stroke-miterlimit%3A%2010%3B%20%7D%20.cls-11%20%7B%20fill%3A%20%232cbcde%3B%20%7D%20.cls-13%2C%20.cls-15%20%7B%20fill%3A%20%2355c8e3%3B%20%7D%20.cls-14%20%7B%20fill%3A%20%2356c8e1%3B%20%7D%20.cls-15%2C%20.cls-16%2C%20.cls-21%2C%20.cls-23%20%7B%20stroke-width%3A%202px%3B%20%7D%20.cls-17%20%7B%20clip-path%3A%20url%28%23clip-path%29%3B%20%7D%20.cls-18%2C%20.cls-19%20%7B%20stroke-width%3A%203px%3B%20%7D%20.cls-20%20%7B%20stroke-width%3A%201.5px%3B%20%7D%20%3C%2Fstyle%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22Rectangle_326%22%20data-name%3D%22Rectangle%20326%22%20class%3D%22cls-1%22%20width%3D%2249.971%22%20height%3D%2272.716%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Asset_12%22%20data-name%3D%22Asset%2012%22%20transform%3D%22translate%280.452%200.105%29%22%3E%20%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20transform%3D%22translate%281.5%201%29%22%3E%20%3Cpath%20id%3D%22Path_504%22%20data-name%3D%22Path%20504%22%20class%3D%22cls-2%22%20d%3D%22M161.15%2C108.42l28.966%2C40.089-29.232%2C13.3-47.313%2C21.517L77.76%2C146.391l12.077-5.5h.014Z%22%20transform%3D%22translate%2829.209%2042.257%29%22%2F%3E%20%3Cpath%20id%3D%22Path_505%22%20data-name%3D%22Path%20505%22%20class%3D%22cls-3%22%20d%3D%22M161.15%2C151.495v19.119L77.76%2C205.737V135.49l35.811%2C36.933%2C47.313-21.517Z%22%20transform%3D%22translate%2829.209%2053.158%29%22%2F%3E%20%3Cpath%20id%3D%22Path_506%22%20data-name%3D%22Path%20506%22%20class%3D%22cls-4%22%20d%3D%22M161.15%2C117.251l-71.3%2C32.472h-.014L77.76%2C144.112V86.49Z%22%20transform%3D%22translate%2829.209%2033.426%29%22%2F%3E%20%3Cpath%20id%3D%22Path_507%22%20data-name%3D%22Path%20507%22%20class%3D%22cls-3%22%20d%3D%22M81.147%2C127.57l12.077%2C5.611-12.077%2C5.5-11.8-5.372.295-.631Z%22%20transform%3D%22translate%2825.822%2049.968%29%22%2F%3E%20%3Cpath%20id%3D%22Path_508%22%20data-name%3D%22Path%20508%22%20class%3D%22cls-5%22%20d%3D%22M101.7%2C146.391v70.247L18.31%2C178.765V108.42l71.593%2C32.6Z%22%20transform%3D%22translate%285.269%2042.257%29%22%2F%3E%20%3Cpath%20id%3D%22Path_509%22%20data-name%3D%22Path%20509%22%20class%3D%22cls-2%22%20d%3D%22M101.7%2C86.49v57.622l-11.5%2C5.106-.295.631-71.593-32.6Z%22%20transform%3D%22translate%285.269%2033.426%29%22%2F%3E%20%3Cpath%20id%3D%22Path_510%22%20data-name%3D%22Path%20510%22%20class%3D%22cls-3%22%20d%3D%22M24.91%2C108.42v18.445L1.92%2C135.281Z%22%20transform%3D%22translate%28-1.331%2042.257%29%22%2F%3E%20%3Cpath%20id%3D%22Path_511%22%20data-name%3D%22Path%20511%22%20class%3D%22cls-6%22%20d%3D%22M113.777%2C149.723l-12.077%2C5.5-11.8-5.372-71.593-32.6L101.7%2C86.49l83.39%2C30.761-71.3%2C32.472%22%20transform%3D%22translate%285.269%2033.426%29%22%2F%3E%20%3Cpath%20id%3D%22Path_512%22%20data-name%3D%22Path%20512%22%20class%3D%22cls-7%22%20d%3D%22M161.15%2C162.4v19.119L77.76%2C216.637V146.391l35.811%2C36.933%2C47.313-21.517%2C29.232-13.3L161.15%2C108.42%22%20transform%3D%22translate%2829.209%2042.257%29%22%2F%3E%20%3Cpath%20id%3D%22Path_513%22%20data-name%3D%22Path%20513%22%20class%3D%22cls-7%22%20d%3D%22M108.3%2C216.637%2C24.91%2C178.765V108.42L1.92%2C135.281l22.99-8.416%22%20transform%3D%22translate%28-1.331%2042.257%29%22%2F%3E%20%3Cline%20id%3D%22Line_253%22%20data-name%3D%22Line%20253%22%20class%3D%22cls-8%22%20x2%3D%220.014%22%20transform%3D%22translate%28119.046%20183.149%29%22%2F%3E%20%3Cpath%20id%3D%22Path_514%22%20data-name%3D%22Path%20514%22%20class%3D%22cls-9%22%20d%3D%22M77.76%2C86.49v57.622l12.077%2C5.611%22%20transform%3D%22translate%2829.209%2033.426%29%22%2F%3E%20%3Cline%20id%3D%22Line_254%22%20data-name%3D%22Line%20254%22%20class%3D%22cls-9%22%20y1%3D%225.106%22%20x2%3D%2211.502%22%20transform%3D%22translate%2895.467%20177.538%29%22%2F%3E%20%3Cline%20id%3D%22Line_255%22%20data-name%3D%22Line%20255%22%20class%3D%22cls-10%22%20x1%3D%2219.343%22%20y1%3D%2225.487%22%20transform%3D%22translate%280.182%2055.701%29%22%2F%3E%20%3Cline%20id%3D%22Line_256%22%20data-name%3D%22Line%20256%22%20class%3D%22cls-10%22%20x1%3D%2214.854%22%20y1%3D%225.989%22%20transform%3D%22translate%280%2080.627%29%22%2F%3E%20%3Cline%20id%3D%22Line_257%22%20data-name%3D%22Line%20257%22%20class%3D%22cls-10%22%20y1%3D%2215.977%22%20x2%3D%220.982%22%20transform%3D%22translate%2825.276%2061.522%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_56%22%20data-name%3D%22Ellipse%2056%22%20class%3D%22cls-10%22%20cx%3D%224.447%22%20cy%3D%224.447%22%20r%3D%224.447%22%20transform%3D%22translate%2871.369%2095.958%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_57%22%20data-name%3D%22Ellipse%2057%22%20class%3D%22cls-10%22%20cx%3D%224.447%22%20cy%3D%224.447%22%20r%3D%224.447%22%20transform%3D%22translate%28181.466%2037.606%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_58%22%20data-name%3D%22Ellipse%2058%22%20class%3D%22cls-10%22%20cx%3D%224.447%22%20cy%3D%224.447%22%20r%3D%224.447%22%20transform%3D%22translate%28126.116%2097.627%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_59%22%20data-name%3D%22Ellipse%2059%22%20class%3D%22cls-10%22%20cx%3D%225.148%22%20cy%3D%225.148%22%20r%3D%225.148%22%20transform%3D%22translate%2818.431%20114.361%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_60%22%20data-name%3D%22Ellipse%2060%22%20class%3D%22cls-10%22%20cx%3D%225.148%22%20cy%3D%225.148%22%20r%3D%225.148%22%20transform%3D%22translate%28197.232%2079.364%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_61%22%20data-name%3D%22Ellipse%2061%22%20class%3D%22cls-11%22%20cx%3D%225.849%22%20cy%3D%225.849%22%20r%3D%225.849%22%20transform%3D%22translate%2822.205%2083.797%29%22%2F%3E%20%3Cpath%20id%3D%22Path_515%22%20data-name%3D%22Path%20515%22%20class%3D%22cls-12%22%20d%3D%22M71.047%2C137.491%2C61.761%2C97.122s-2.5-10.829%2C7.322-14.995L63.136%2C56.753l6.088-1.4%2C5.961%2C25.375s9.468-.617%2C12.063%2C10.6l11.825%2C50.1-5.751%2C20.662Z%22%20transform%3D%22translate%2822.652%2020.886%29%22%2F%3E%20%3Cpath%20id%3D%22Path_516%22%20data-name%3D%22Path%20516%22%20class%3D%22cls-13%22%20d%3D%22M85.116%2C89.86%2C83.91%2C147.819s22.836%2C11.769%2C51.8%2C1.08l1.206-57.959S114.9%2C100.745%2C85.116%2C89.86Z%22%20transform%3D%22translate%2831.686%2034.783%29%22%2F%3E%20%3Cellipse%20id%3D%22Ellipse_62%22%20data-name%3D%22Ellipse%2062%22%20class%3D%22cls-14%22%20cx%3D%224.615%22%20cy%3D%2225.908%22%20rx%3D%224.615%22%20ry%3D%2225.908%22%20transform%3D%22matrix%280.021%2C%20-1%2C%201%2C%200.021%2C%20116.69%2C%20129.262%29%22%2F%3E%20%3Crect%20id%3D%22Rectangle_324%22%20data-name%3D%22Rectangle%20324%22%20class%3D%22cls-15%22%20width%3D%226.41%22%20height%3D%2210.001%22%20rx%3D%222.08%22%20transform%3D%22matrix%281%2C%200.021%2C%20-0.021%2C%201%2C%20110.291%2C%20129.135%29%22%2F%3E%20%3Crect%20id%3D%22Rectangle_325%22%20data-name%3D%22Rectangle%20325%22%20class%3D%22cls-15%22%20width%3D%226.41%22%20height%3D%2210.001%22%20rx%3D%222.08%22%20transform%3D%22matrix%281%2C%200.021%2C%20-0.021%2C%201%2C%20168.521%2C%20130.33%29%22%2F%3E%20%3Cpath%20id%3D%22Path_517%22%20data-name%3D%22Path%20517%22%20class%3D%22cls-16%22%20d%3D%22M78.41%2C96.3c.112%2C20.605%2C18.095%2C30.761%2C34.2%2C31.224s35.937-8.416%2C35.236-29.456%22%20transform%3D%22translate%2829.471%2037.376%29%22%2F%3E%20%3Cpath%20id%3D%22Path_518%22%20data-name%3D%22Path%20518%22%20class%3D%22cls-3%22%20d%3D%22M86.578%2C92.89s-2.314%2C12.3%2C6.607%2C15.317%2C3.914%2C5.246%2C12.526%2C4.755c11.909-.687%2C9.665%2C9.819%2C16.72%2C3.521s10.618-6.3%2C10.913-12.189a100.656%2C100.656%2C0%2C0%2C0%2C.224-11.025S104.111%2C99.455%2C86.578%2C92.89Z%22%20transform%3D%22translate%2832.651%2036.003%29%22%2F%3E%20%3Cpath%20id%3D%22Path_519%22%20data-name%3D%22Path%20519%22%20class%3D%22cls-16%22%20d%3D%22M86.578%2C92.89s-2.314%2C12.3%2C6.607%2C15.317%2C3.914%2C5.246%2C12.526%2C4.755c11.909-.687%2C9.665%2C9.819%2C16.72%2C3.521s10.618-6.3%2C10.913-12.189a100.656%2C100.656%2C0%2C0%2C0%2C.224-11.025%22%20transform%3D%22translate%2832.651%2036.003%29%22%2F%3E%20%3Cpath%20id%3D%22Path_520%22%20data-name%3D%22Path%20520%22%20class%3D%22cls-13%22%20d%3D%22M104.65%2C104.213%2C118.719%2C63.97l6.537%2C2.244-15.486%2C38.1Z%22%20transform%3D%22translate%2840.037%2024.357%29%22%2F%3E%20%3Cg%20id%3D%22Group_294%22%20data-name%3D%22Group%20294%22%20class%3D%22cls-17%22%20transform%3D%22translate%2830.887%20104.879%29%20rotate%28-6.1%29%22%3E%20%3Cpath%20id%3D%22Path_521%22%20data-name%3D%22Path%20521%22%20class%3D%22cls-18%22%20d%3D%22M14.118%2C0%2C28.257%2C37.473%2C22.24%2C41.008%2C0%2C7.2%22%20transform%3D%22translate%2819.105%2028.888%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_63%22%20data-name%3D%22Ellipse%2063%22%20class%3D%22cls-19%22%20cx%3D%2217.001%22%20cy%3D%2217.001%22%20r%3D%2217.001%22%20transform%3D%22translate%282.104%202.104%29%22%2F%3E%20%3Cline%20id%3D%22Line_258%22%20data-name%3D%22Line%20258%22%20class%3D%22cls-20%22%20x1%3D%2212.267%22%20y2%3D%226.796%22%20transform%3D%22translate%2823.818%2036.463%29%22%2F%3E%20%3Cline%20id%3D%22Line_259%22%20data-name%3D%22Line%20259%22%20class%3D%22cls-20%22%20y1%3D%2216.643%22%20x2%3D%2229.52%22%20transform%3D%22translate%286.291%2013.95%29%22%2F%3E%20%3Cline%20id%3D%22Line_260%22%20data-name%3D%22Line%20260%22%20class%3D%22cls-20%22%20y1%3D%2217.127%22%20x2%3D%2230.34%22%20transform%3D%22translate%282.062%206.943%29%22%2F%3E%20%3Cline%20id%3D%22Line_261%22%20data-name%3D%22Line%20261%22%20class%3D%22cls-20%22%20y1%3D%2212.729%22%20x2%3D%2222.576%22%20transform%3D%22translate%2813.066%2021.777%29%22%2F%3E%20%3Cline%20id%3D%22Line_262%22%20data-name%3D%22Line%20262%22%20class%3D%22cls-20%22%20y1%3D%2212.729%22%20x2%3D%2222.576%22%20transform%3D%22translate%281.915%203.703%29%22%2F%3E%20%3Cline%20id%3D%22Line_263%22%20data-name%3D%22Line%20263%22%20class%3D%22cls-20%22%20x2%3D%2216.643%22%20y2%3D%2229.541%22%20transform%3D%22translate%287.764%206.417%29%22%2F%3E%20%3Cline%20id%3D%22Line_264%22%20data-name%3D%22Line%20264%22%20class%3D%22cls-20%22%20x2%3D%2216.475%22%20y2%3D%2229.225%22%20transform%3D%22translate%2814.286%202.209%29%22%2F%3E%20%3Cline%20id%3D%22Line_265%22%20data-name%3D%22Line%20265%22%20class%3D%22cls-20%22%20x2%3D%2212.75%22%20y2%3D%2222.576%22%20transform%3D%22translate%283.829%2013.213%29%22%2F%3E%20%3Cline%20id%3D%22Line_266%22%20data-name%3D%22Line%20266%22%20class%3D%22cls-20%22%20x2%3D%2212.729%22%20y2%3D%2222.597%22%20transform%3D%22translate%2821.924%202.041%29%22%2F%3E%20%3C%2Fg%3E%3Cpath%20id%3D%22Path_522%22%20data-name%3D%22Path%20522%22%20class%3D%22cls-21%22%20d%3D%22M63.56%2C87.966%2C77.194%2C84.81l3.072%2C12.666-13.648%2C3.451%22%20transform%3D%22translate%2823.491%2032.749%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_64%22%20data-name%3D%22Ellipse%2064%22%20class%3D%22cls-12%22%20cx%3D%2233.833%22%20cy%3D%2233.833%22%20r%3D%2233.833%22%20transform%3D%22translate%2874.188%20127.883%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_65%22%20data-name%3D%22Ellipse%2065%22%20class%3D%22cls-22%22%20cx%3D%2218.936%22%20cy%3D%2218.936%22%20r%3D%2218.936%22%20transform%3D%22translate%2889.085%20142.78%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_66%22%20data-name%3D%22Ellipse%2066%22%20class%3D%22cls-22%22%20cx%3D%2212.624%22%20cy%3D%2212.624%22%20r%3D%2212.624%22%20transform%3D%22translate%2895.397%20149.092%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_67%22%20data-name%3D%22Ellipse%2067%22%20class%3D%22cls-2%22%20cx%3D%2211.614%22%20cy%3D%2211.614%22%20r%3D%2211.614%22%20transform%3D%22translate%2896.407%20150.102%29%22%2F%3E%20%3Cline%20id%3D%22Line_267%22%20data-name%3D%22Line%20267%22%20class%3D%22cls-7%22%20x2%3D%2259.011%22%20y2%3D%2226.876%22%20transform%3D%22translate%2847.958%20161.772%29%22%2F%3E%20%3Cpath%20id%3D%22Path_523%22%20data-name%3D%22Path%20523%22%20class%3D%22cls-7%22%20d%3D%22M141.9%2C114.66%2C77.76%2C143.878v13.788%22%20transform%3D%22translate%2829.209%2044.77%29%22%2F%3E%20%3Cline%20id%3D%22Line_268%22%20data-name%3D%22Line%20268%22%20class%3D%22cls-23%22%20x1%3D%2210.941%22%20y2%3D%224.208%22%20transform%3D%22translate%2895.734%2025.543%29%22%2F%3E%20%3Cline%20id%3D%22Line_269%22%20data-name%3D%22Line%20269%22%20class%3D%22cls-24%22%20x1%3D%229.735%22%20y2%3D%2210.198%22%20transform%3D%22translate%28100.727%2031.308%29%22%2F%3E%20%3Cline%20id%3D%22Line_270%22%20data-name%3D%22Line%20270%22%20class%3D%22cls-24%22%20x1%3D%224.25%22%20y1%3D%226.943%22%20transform%3D%22translate%28104.697%209.23%29%22%2F%3E%20%3Cline%20id%3D%22Line_271%22%20data-name%3D%22Line%20271%22%20class%3D%22cls-23%22%20x1%3D%2214.532%22%20y1%3D%224.418%22%20transform%3D%22translate%2890.53%2015.472%29%22%2F%3E%20%3Cline%20id%3D%22Line_272%22%20data-name%3D%22Line%20272%22%20class%3D%22cls-23%22%20y1%3D%227.939%22%20x2%3D%225.162%22%20transform%3D%22translate%28121.276%208.36%29%22%2F%3E%20%3Cline%20id%3D%22Line_273%22%20data-name%3D%22Line%20273%22%20class%3D%22cls-23%22%20y1%3D%2214.812%22%20x2%3D%221.655%22%20transform%3D%22translate%28114.838%29%22%2F%3E%20%3Cline%20id%3D%22Line_274%22%20data-name%3D%22Line%20274%22%20class%3D%22cls-24%22%20x2%3D%229.019%22%20y2%3D%223.142%22%20transform%3D%22translate%28122.609%2026.034%29%22%2F%3E%20%3Cline%20id%3D%22Line_275%22%20data-name%3D%22Line%20275%22%20class%3D%22cls-23%22%20y1%3D%222.286%22%20x2%3D%2213.662%22%20transform%3D%22translate%28126.593%2017.898%29%22%2F%3E%20%3Cline%20id%3D%22Line_276%22%20data-name%3D%22Line%20276%22%20class%3D%22cls-24%22%20x2%3D%220.267%22%20y2%3D%2215.359%22%20transform%3D%22translate%28114.235%2042.375%29%22%2F%3E%20%3Cline%20id%3D%22Line_277%22%20data-name%3D%22Line%20277%22%20class%3D%22cls-24%22%20x2%3D%220.182%22%20y2%3D%2210.703%22%20transform%3D%22translate%28114.277%2065.562%29%22%2F%3E%20%3Cline%20id%3D%22Line_278%22%20data-name%3D%22Line%20278%22%20class%3D%22cls-23%22%20x2%3D%227.911%22%20y2%3D%2211.334%22%20transform%3D%22translate%28118.71%2031.589%29%22%2F%3E%20%3Cpath%20id%3D%22Path_524%22%20data-name%3D%22Path%20524%22%20class%3D%22cls-5%22%20d%3D%22M38.08%2C118.9l53.583%2C24.786L91.438%2C183.3l-50.89-32.374Z%22%20transform%3D%22translate%2813.23%2046.477%29%22%2F%3E%20%3Cpath%20id%3D%22Path_525%22%20data-name%3D%22Path%20525%22%20class%3D%22cls-2%22%20d%3D%22M148.194%2C113.91%2C80.36%2C145.12l29.022%2C29.527%2C55.042-38.714Z%22%20transform%3D%22translate%2830.256%2044.468%29%22%2F%3E%20%3Cpath%20id%3D%22Path_526%22%20data-name%3D%22Path%20526%22%20class%3D%22cls-3%22%20d%3D%22M79.338%2C137.12v11.5c0-.14%2C5.933-2.062%2C5.933-2.062l-5.961-6.508%22%20transform%3D%22translate%2829.833%2053.814%29%22%2F%3E%20%3Cline%20id%3D%22Line_279%22%20data-name%3D%22Line%20279%22%20class%3D%22cls-25%22%20x2%3D%2213.368%22%20y2%3D%2213.788%22%20transform%3D%22translate%28106.969%20188.648%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
    background-size: contain;
    background-repeat: no-repeat;
}
.conflict-btn {
    width: 300px;
    margin: 0 auto;
}
.conflict-btn div {
    display: inline-block;
    border: 1px solid #61C4E2;
    color: #61C4E2;
    margin-right: 20px;
    border-radius: 30px;
    padding: 5px 10px;
    cursor: pointer;
}
.conflict-btn div.conflict-btn-prev {
    color: #fff;
    background: #61C4E2;
}
._arrow{
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035.501%2035.501%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%2C%20.cls-2%2C%20.cls-3%2C%20.cls-5%20%7B%20fill%3A%20none%3B%20%7D%20.cls-1%2C%20.cls-2%2C%20.cls-3%20%7B%20stroke%3A%20%23707070%3B%20stroke-width%3A%202px%3B%20%7D%20.cls-2%2C%20.cls-3%20%7B%20stroke-linecap%3A%20round%3B%20%7D%20.cls-3%20%7B%20stroke-linejoin%3A%20round%3B%20%7D%20.cls-4%20%7B%20stroke%3A%20none%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Symbol_10_3%22%20data-name%3D%22Symbol%2010%20%E2%80%93%203%22%20transform%3D%22translate%28-1117%20-84%29%22%3E%20%3Cg%20id%3D%22Ellipse_11%22%20data-name%3D%22Ellipse%2011%22%20class%3D%22cls-1%22%20transform%3D%22translate%281117%2084%29%22%3E%20%3Ccircle%20class%3D%22cls-4%22%20cx%3D%2217.751%22%20cy%3D%2217.751%22%20r%3D%2217.751%22%2F%3E%20%3Ccircle%20class%3D%22cls-5%22%20cx%3D%2217.751%22%20cy%3D%2217.751%22%20r%3D%2216.751%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22Symbol_9_1%22%20data-name%3D%22Symbol%209%20%E2%80%93%201%22%20transform%3D%22translate%2811.925%20-4.026%29%22%3E%20%3Cpath%20id%3D%22Path_272%22%20data-name%3D%22Path%20272%22%20class%3D%22cls-2%22%20d%3D%22M3105.52-2287h13.013%22%20transform%3D%22translate%28-1989%202392.763%29%22%2F%3E%20%3Cpath%20id%3D%22Path_273%22%20data-name%3D%22Path%20273%22%20class%3D%22cls-3%22%20d%3D%22M0%2C0H7.625V7.936%22%20transform%3D%22translate%281124.245%20100.5%29%20rotate%2845%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
}
._arrow.term-prev,._arrow.conflict-prev {
    height: 25px;
    width: 25px;
    float: right;
    cursor: pointer;
    margin-right: 15%;
    margin-top: 6px;
}
.joining-content {
    float: left;
    width: 40%;
    margin-top: 104px;
    padding-right: 30px;
    font-size: 20px;

}
.joining-content div{
    font-size: 70px;
    font-weight: 100;
    color: #61C4E2;
}
.joining-content-img{
    background: 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%20viewBox%3D%220%200%20223.277%20261.999%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%2C%20.cls-16%2C%20.cls-20%2C%20.cls-22%2C%20.cls-23%2C%20.cls-24%2C%20.cls-6%2C%20.cls-7%2C%20.cls-8%2C%20.cls-9%20%7B%20fill%3A%20none%3B%20%7D%20.cls-18%2C%20.cls-2%2C%20.cls-21%20%7B%20fill%3A%20%2361c4e2%3B%20%7D%20.cls-10%2C%20.cls-19%2C%20.cls-25%2C%20.cls-3%20%7B%20fill%3A%20%230c9ecc%3B%20%7D%20.cls-4%20%7B%20fill%3A%20%2389d4e5%3B%20%7D%20.cls-12%2C%20.cls-5%20%7B%20fill%3A%20%2329ade4%3B%20%7D%20.cls-10%2C%20.cls-11%2C%20.cls-12%2C%20.cls-13%2C%20.cls-14%2C%20.cls-15%2C%20.cls-16%2C%20.cls-18%2C%20.cls-19%2C%20.cls-20%2C%20.cls-21%2C%20.cls-22%2C%20.cls-23%2C%20.cls-24%2C%20.cls-25%2C%20.cls-6%2C%20.cls-7%2C%20.cls-8%2C%20.cls-9%20%7B%20stroke%3A%20%23231f20%3B%20%7D%20.cls-10%2C%20.cls-11%2C%20.cls-13%2C%20.cls-14%2C%20.cls-15%2C%20.cls-16%2C%20.cls-23%2C%20.cls-24%2C%20.cls-6%2C%20.cls-8%20%7B%20stroke-linecap%3A%20round%3B%20%7D%20.cls-10%2C%20.cls-11%2C%20.cls-12%2C%20.cls-13%2C%20.cls-14%2C%20.cls-15%2C%20.cls-16%2C%20.cls-21%2C%20.cls-22%2C%20.cls-25%2C%20.cls-6%2C%20.cls-7%2C%20.cls-8%20%7B%20stroke-linejoin%3A%20round%3B%20%7D%20.cls-25%2C%20.cls-6%2C%20.cls-7%20%7B%20stroke-width%3A%204px%3B%20%7D%20.cls-10%2C%20.cls-11%2C%20.cls-12%2C%20.cls-13%2C%20.cls-14%2C%20.cls-22%2C%20.cls-24%2C%20.cls-8%2C%20.cls-9%20%7B%20stroke-width%3A%203px%3B%20%7D%20.cls-18%2C%20.cls-19%2C%20.cls-20%2C%20.cls-23%2C%20.cls-24%2C%20.cls-9%20%7B%20stroke-miterlimit%3A%2010%3B%20%7D%20.cls-11%20%7B%20fill%3A%20%232cbcde%3B%20%7D%20.cls-13%2C%20.cls-15%20%7B%20fill%3A%20%2355c8e3%3B%20%7D%20.cls-14%20%7B%20fill%3A%20%2356c8e1%3B%20%7D%20.cls-15%2C%20.cls-16%2C%20.cls-21%2C%20.cls-23%20%7B%20stroke-width%3A%202px%3B%20%7D%20.cls-17%20%7B%20clip-path%3A%20url%28%23clip-path%29%3B%20%7D%20.cls-18%2C%20.cls-19%20%7B%20stroke-width%3A%203px%3B%20%7D%20.cls-20%20%7B%20stroke-width%3A%201.5px%3B%20%7D%20%3C%2Fstyle%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22Rectangle_326%22%20data-name%3D%22Rectangle%20326%22%20class%3D%22cls-1%22%20width%3D%2249.971%22%20height%3D%2272.716%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Asset_12%22%20data-name%3D%22Asset%2012%22%20transform%3D%22translate%280.452%200.105%29%22%3E%20%3Cg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20transform%3D%22translate%281.5%201%29%22%3E%20%3Cpath%20id%3D%22Path_504%22%20data-name%3D%22Path%20504%22%20class%3D%22cls-2%22%20d%3D%22M161.15%2C108.42l28.966%2C40.089-29.232%2C13.3-47.313%2C21.517L77.76%2C146.391l12.077-5.5h.014Z%22%20transform%3D%22translate%2829.209%2042.257%29%22%2F%3E%20%3Cpath%20id%3D%22Path_505%22%20data-name%3D%22Path%20505%22%20class%3D%22cls-3%22%20d%3D%22M161.15%2C151.495v19.119L77.76%2C205.737V135.49l35.811%2C36.933%2C47.313-21.517Z%22%20transform%3D%22translate%2829.209%2053.158%29%22%2F%3E%20%3Cpath%20id%3D%22Path_506%22%20data-name%3D%22Path%20506%22%20class%3D%22cls-4%22%20d%3D%22M161.15%2C117.251l-71.3%2C32.472h-.014L77.76%2C144.112V86.49Z%22%20transform%3D%22translate%2829.209%2033.426%29%22%2F%3E%20%3Cpath%20id%3D%22Path_507%22%20data-name%3D%22Path%20507%22%20class%3D%22cls-3%22%20d%3D%22M81.147%2C127.57l12.077%2C5.611-12.077%2C5.5-11.8-5.372.295-.631Z%22%20transform%3D%22translate%2825.822%2049.968%29%22%2F%3E%20%3Cpath%20id%3D%22Path_508%22%20data-name%3D%22Path%20508%22%20class%3D%22cls-5%22%20d%3D%22M101.7%2C146.391v70.247L18.31%2C178.765V108.42l71.593%2C32.6Z%22%20transform%3D%22translate%285.269%2042.257%29%22%2F%3E%20%3Cpath%20id%3D%22Path_509%22%20data-name%3D%22Path%20509%22%20class%3D%22cls-2%22%20d%3D%22M101.7%2C86.49v57.622l-11.5%2C5.106-.295.631-71.593-32.6Z%22%20transform%3D%22translate%285.269%2033.426%29%22%2F%3E%20%3Cpath%20id%3D%22Path_510%22%20data-name%3D%22Path%20510%22%20class%3D%22cls-3%22%20d%3D%22M24.91%2C108.42v18.445L1.92%2C135.281Z%22%20transform%3D%22translate%28-1.331%2042.257%29%22%2F%3E%20%3Cpath%20id%3D%22Path_511%22%20data-name%3D%22Path%20511%22%20class%3D%22cls-6%22%20d%3D%22M113.777%2C149.723l-12.077%2C5.5-11.8-5.372-71.593-32.6L101.7%2C86.49l83.39%2C30.761-71.3%2C32.472%22%20transform%3D%22translate%285.269%2033.426%29%22%2F%3E%20%3Cpath%20id%3D%22Path_512%22%20data-name%3D%22Path%20512%22%20class%3D%22cls-7%22%20d%3D%22M161.15%2C162.4v19.119L77.76%2C216.637V146.391l35.811%2C36.933%2C47.313-21.517%2C29.232-13.3L161.15%2C108.42%22%20transform%3D%22translate%2829.209%2042.257%29%22%2F%3E%20%3Cpath%20id%3D%22Path_513%22%20data-name%3D%22Path%20513%22%20class%3D%22cls-7%22%20d%3D%22M108.3%2C216.637%2C24.91%2C178.765V108.42L1.92%2C135.281l22.99-8.416%22%20transform%3D%22translate%28-1.331%2042.257%29%22%2F%3E%20%3Cline%20id%3D%22Line_253%22%20data-name%3D%22Line%20253%22%20class%3D%22cls-8%22%20x2%3D%220.014%22%20transform%3D%22translate%28119.046%20183.149%29%22%2F%3E%20%3Cpath%20id%3D%22Path_514%22%20data-name%3D%22Path%20514%22%20class%3D%22cls-9%22%20d%3D%22M77.76%2C86.49v57.622l12.077%2C5.611%22%20transform%3D%22translate%2829.209%2033.426%29%22%2F%3E%20%3Cline%20id%3D%22Line_254%22%20data-name%3D%22Line%20254%22%20class%3D%22cls-9%22%20y1%3D%225.106%22%20x2%3D%2211.502%22%20transform%3D%22translate%2895.467%20177.538%29%22%2F%3E%20%3Cline%20id%3D%22Line_255%22%20data-name%3D%22Line%20255%22%20class%3D%22cls-10%22%20x1%3D%2219.343%22%20y1%3D%2225.487%22%20transform%3D%22translate%280.182%2055.701%29%22%2F%3E%20%3Cline%20id%3D%22Line_256%22%20data-name%3D%22Line%20256%22%20class%3D%22cls-10%22%20x1%3D%2214.854%22%20y1%3D%225.989%22%20transform%3D%22translate%280%2080.627%29%22%2F%3E%20%3Cline%20id%3D%22Line_257%22%20data-name%3D%22Line%20257%22%20class%3D%22cls-10%22%20y1%3D%2215.977%22%20x2%3D%220.982%22%20transform%3D%22translate%2825.276%2061.522%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_56%22%20data-name%3D%22Ellipse%2056%22%20class%3D%22cls-10%22%20cx%3D%224.447%22%20cy%3D%224.447%22%20r%3D%224.447%22%20transform%3D%22translate%2871.369%2095.958%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_57%22%20data-name%3D%22Ellipse%2057%22%20class%3D%22cls-10%22%20cx%3D%224.447%22%20cy%3D%224.447%22%20r%3D%224.447%22%20transform%3D%22translate%28181.466%2037.606%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_58%22%20data-name%3D%22Ellipse%2058%22%20class%3D%22cls-10%22%20cx%3D%224.447%22%20cy%3D%224.447%22%20r%3D%224.447%22%20transform%3D%22translate%28126.116%2097.627%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_59%22%20data-name%3D%22Ellipse%2059%22%20class%3D%22cls-10%22%20cx%3D%225.148%22%20cy%3D%225.148%22%20r%3D%225.148%22%20transform%3D%22translate%2818.431%20114.361%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_60%22%20data-name%3D%22Ellipse%2060%22%20class%3D%22cls-10%22%20cx%3D%225.148%22%20cy%3D%225.148%22%20r%3D%225.148%22%20transform%3D%22translate%28197.232%2079.364%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_61%22%20data-name%3D%22Ellipse%2061%22%20class%3D%22cls-11%22%20cx%3D%225.849%22%20cy%3D%225.849%22%20r%3D%225.849%22%20transform%3D%22translate%2822.205%2083.797%29%22%2F%3E%20%3Cpath%20id%3D%22Path_515%22%20data-name%3D%22Path%20515%22%20class%3D%22cls-12%22%20d%3D%22M71.047%2C137.491%2C61.761%2C97.122s-2.5-10.829%2C7.322-14.995L63.136%2C56.753l6.088-1.4%2C5.961%2C25.375s9.468-.617%2C12.063%2C10.6l11.825%2C50.1-5.751%2C20.662Z%22%20transform%3D%22translate%2822.652%2020.886%29%22%2F%3E%20%3Cpath%20id%3D%22Path_516%22%20data-name%3D%22Path%20516%22%20class%3D%22cls-13%22%20d%3D%22M85.116%2C89.86%2C83.91%2C147.819s22.836%2C11.769%2C51.8%2C1.08l1.206-57.959S114.9%2C100.745%2C85.116%2C89.86Z%22%20transform%3D%22translate%2831.686%2034.783%29%22%2F%3E%20%3Cellipse%20id%3D%22Ellipse_62%22%20data-name%3D%22Ellipse%2062%22%20class%3D%22cls-14%22%20cx%3D%224.615%22%20cy%3D%2225.908%22%20rx%3D%224.615%22%20ry%3D%2225.908%22%20transform%3D%22matrix%280.021%2C%20-1%2C%201%2C%200.021%2C%20116.69%2C%20129.262%29%22%2F%3E%20%3Crect%20id%3D%22Rectangle_324%22%20data-name%3D%22Rectangle%20324%22%20class%3D%22cls-15%22%20width%3D%226.41%22%20height%3D%2210.001%22%20rx%3D%222.08%22%20transform%3D%22matrix%281%2C%200.021%2C%20-0.021%2C%201%2C%20110.291%2C%20129.135%29%22%2F%3E%20%3Crect%20id%3D%22Rectangle_325%22%20data-name%3D%22Rectangle%20325%22%20class%3D%22cls-15%22%20width%3D%226.41%22%20height%3D%2210.001%22%20rx%3D%222.08%22%20transform%3D%22matrix%281%2C%200.021%2C%20-0.021%2C%201%2C%20168.521%2C%20130.33%29%22%2F%3E%20%3Cpath%20id%3D%22Path_517%22%20data-name%3D%22Path%20517%22%20class%3D%22cls-16%22%20d%3D%22M78.41%2C96.3c.112%2C20.605%2C18.095%2C30.761%2C34.2%2C31.224s35.937-8.416%2C35.236-29.456%22%20transform%3D%22translate%2829.471%2037.376%29%22%2F%3E%20%3Cpath%20id%3D%22Path_518%22%20data-name%3D%22Path%20518%22%20class%3D%22cls-3%22%20d%3D%22M86.578%2C92.89s-2.314%2C12.3%2C6.607%2C15.317%2C3.914%2C5.246%2C12.526%2C4.755c11.909-.687%2C9.665%2C9.819%2C16.72%2C3.521s10.618-6.3%2C10.913-12.189a100.656%2C100.656%2C0%2C0%2C0%2C.224-11.025S104.111%2C99.455%2C86.578%2C92.89Z%22%20transform%3D%22translate%2832.651%2036.003%29%22%2F%3E%20%3Cpath%20id%3D%22Path_519%22%20data-name%3D%22Path%20519%22%20class%3D%22cls-16%22%20d%3D%22M86.578%2C92.89s-2.314%2C12.3%2C6.607%2C15.317%2C3.914%2C5.246%2C12.526%2C4.755c11.909-.687%2C9.665%2C9.819%2C16.72%2C3.521s10.618-6.3%2C10.913-12.189a100.656%2C100.656%2C0%2C0%2C0%2C.224-11.025%22%20transform%3D%22translate%2832.651%2036.003%29%22%2F%3E%20%3Cpath%20id%3D%22Path_520%22%20data-name%3D%22Path%20520%22%20class%3D%22cls-13%22%20d%3D%22M104.65%2C104.213%2C118.719%2C63.97l6.537%2C2.244-15.486%2C38.1Z%22%20transform%3D%22translate%2840.037%2024.357%29%22%2F%3E%20%3Cg%20id%3D%22Group_294%22%20data-name%3D%22Group%20294%22%20class%3D%22cls-17%22%20transform%3D%22translate%2830.887%20104.879%29%20rotate%28-6.1%29%22%3E%20%3Cpath%20id%3D%22Path_521%22%20data-name%3D%22Path%20521%22%20class%3D%22cls-18%22%20d%3D%22M14.118%2C0%2C28.257%2C37.473%2C22.24%2C41.008%2C0%2C7.2%22%20transform%3D%22translate%2819.105%2028.888%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_63%22%20data-name%3D%22Ellipse%2063%22%20class%3D%22cls-19%22%20cx%3D%2217.001%22%20cy%3D%2217.001%22%20r%3D%2217.001%22%20transform%3D%22translate%282.104%202.104%29%22%2F%3E%20%3Cline%20id%3D%22Line_258%22%20data-name%3D%22Line%20258%22%20class%3D%22cls-20%22%20x1%3D%2212.267%22%20y2%3D%226.796%22%20transform%3D%22translate%2823.818%2036.463%29%22%2F%3E%20%3Cline%20id%3D%22Line_259%22%20data-name%3D%22Line%20259%22%20class%3D%22cls-20%22%20y1%3D%2216.643%22%20x2%3D%2229.52%22%20transform%3D%22translate%286.291%2013.95%29%22%2F%3E%20%3Cline%20id%3D%22Line_260%22%20data-name%3D%22Line%20260%22%20class%3D%22cls-20%22%20y1%3D%2217.127%22%20x2%3D%2230.34%22%20transform%3D%22translate%282.062%206.943%29%22%2F%3E%20%3Cline%20id%3D%22Line_261%22%20data-name%3D%22Line%20261%22%20class%3D%22cls-20%22%20y1%3D%2212.729%22%20x2%3D%2222.576%22%20transform%3D%22translate%2813.066%2021.777%29%22%2F%3E%20%3Cline%20id%3D%22Line_262%22%20data-name%3D%22Line%20262%22%20class%3D%22cls-20%22%20y1%3D%2212.729%22%20x2%3D%2222.576%22%20transform%3D%22translate%281.915%203.703%29%22%2F%3E%20%3Cline%20id%3D%22Line_263%22%20data-name%3D%22Line%20263%22%20class%3D%22cls-20%22%20x2%3D%2216.643%22%20y2%3D%2229.541%22%20transform%3D%22translate%287.764%206.417%29%22%2F%3E%20%3Cline%20id%3D%22Line_264%22%20data-name%3D%22Line%20264%22%20class%3D%22cls-20%22%20x2%3D%2216.475%22%20y2%3D%2229.225%22%20transform%3D%22translate%2814.286%202.209%29%22%2F%3E%20%3Cline%20id%3D%22Line_265%22%20data-name%3D%22Line%20265%22%20class%3D%22cls-20%22%20x2%3D%2212.75%22%20y2%3D%2222.576%22%20transform%3D%22translate%283.829%2013.213%29%22%2F%3E%20%3Cline%20id%3D%22Line_266%22%20data-name%3D%22Line%20266%22%20class%3D%22cls-20%22%20x2%3D%2212.729%22%20y2%3D%2222.597%22%20transform%3D%22translate%2821.924%202.041%29%22%2F%3E%20%3C%2Fg%3E%3Cpath%20id%3D%22Path_522%22%20data-name%3D%22Path%20522%22%20class%3D%22cls-21%22%20d%3D%22M63.56%2C87.966%2C77.194%2C84.81l3.072%2C12.666-13.648%2C3.451%22%20transform%3D%22translate%2823.491%2032.749%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_64%22%20data-name%3D%22Ellipse%2064%22%20class%3D%22cls-12%22%20cx%3D%2233.833%22%20cy%3D%2233.833%22%20r%3D%2233.833%22%20transform%3D%22translate%2874.188%20127.883%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_65%22%20data-name%3D%22Ellipse%2065%22%20class%3D%22cls-22%22%20cx%3D%2218.936%22%20cy%3D%2218.936%22%20r%3D%2218.936%22%20transform%3D%22translate%2889.085%20142.78%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_66%22%20data-name%3D%22Ellipse%2066%22%20class%3D%22cls-22%22%20cx%3D%2212.624%22%20cy%3D%2212.624%22%20r%3D%2212.624%22%20transform%3D%22translate%2895.397%20149.092%29%22%2F%3E%20%3Ccircle%20id%3D%22Ellipse_67%22%20data-name%3D%22Ellipse%2067%22%20class%3D%22cls-2%22%20cx%3D%2211.614%22%20cy%3D%2211.614%22%20r%3D%2211.614%22%20transform%3D%22translate%2896.407%20150.102%29%22%2F%3E%20%3Cline%20id%3D%22Line_267%22%20data-name%3D%22Line%20267%22%20class%3D%22cls-7%22%20x2%3D%2259.011%22%20y2%3D%2226.876%22%20transform%3D%22translate%2847.958%20161.772%29%22%2F%3E%20%3Cpath%20id%3D%22Path_523%22%20data-name%3D%22Path%20523%22%20class%3D%22cls-7%22%20d%3D%22M141.9%2C114.66%2C77.76%2C143.878v13.788%22%20transform%3D%22translate%2829.209%2044.77%29%22%2F%3E%20%3Cline%20id%3D%22Line_268%22%20data-name%3D%22Line%20268%22%20class%3D%22cls-23%22%20x1%3D%2210.941%22%20y2%3D%224.208%22%20transform%3D%22translate%2895.734%2025.543%29%22%2F%3E%20%3Cline%20id%3D%22Line_269%22%20data-name%3D%22Line%20269%22%20class%3D%22cls-24%22%20x1%3D%229.735%22%20y2%3D%2210.198%22%20transform%3D%22translate%28100.727%2031.308%29%22%2F%3E%20%3Cline%20id%3D%22Line_270%22%20data-name%3D%22Line%20270%22%20class%3D%22cls-24%22%20x1%3D%224.25%22%20y1%3D%226.943%22%20transform%3D%22translate%28104.697%209.23%29%22%2F%3E%20%3Cline%20id%3D%22Line_271%22%20data-name%3D%22Line%20271%22%20class%3D%22cls-23%22%20x1%3D%2214.532%22%20y1%3D%224.418%22%20transform%3D%22translate%2890.53%2015.472%29%22%2F%3E%20%3Cline%20id%3D%22Line_272%22%20data-name%3D%22Line%20272%22%20class%3D%22cls-23%22%20y1%3D%227.939%22%20x2%3D%225.162%22%20transform%3D%22translate%28121.276%208.36%29%22%2F%3E%20%3Cline%20id%3D%22Line_273%22%20data-name%3D%22Line%20273%22%20class%3D%22cls-23%22%20y1%3D%2214.812%22%20x2%3D%221.655%22%20transform%3D%22translate%28114.838%29%22%2F%3E%20%3Cline%20id%3D%22Line_274%22%20data-name%3D%22Line%20274%22%20class%3D%22cls-24%22%20x2%3D%229.019%22%20y2%3D%223.142%22%20transform%3D%22translate%28122.609%2026.034%29%22%2F%3E%20%3Cline%20id%3D%22Line_275%22%20data-name%3D%22Line%20275%22%20class%3D%22cls-23%22%20y1%3D%222.286%22%20x2%3D%2213.662%22%20transform%3D%22translate%28126.593%2017.898%29%22%2F%3E%20%3Cline%20id%3D%22Line_276%22%20data-name%3D%22Line%20276%22%20class%3D%22cls-24%22%20x2%3D%220.267%22%20y2%3D%2215.359%22%20transform%3D%22translate%28114.235%2042.375%29%22%2F%3E%20%3Cline%20id%3D%22Line_277%22%20data-name%3D%22Line%20277%22%20class%3D%22cls-24%22%20x2%3D%220.182%22%20y2%3D%2210.703%22%20transform%3D%22translate%28114.277%2065.562%29%22%2F%3E%20%3Cline%20id%3D%22Line_278%22%20data-name%3D%22Line%20278%22%20class%3D%22cls-23%22%20x2%3D%227.911%22%20y2%3D%2211.334%22%20transform%3D%22translate%28118.71%2031.589%29%22%2F%3E%20%3Cpath%20id%3D%22Path_524%22%20data-name%3D%22Path%20524%22%20class%3D%22cls-5%22%20d%3D%22M38.08%2C118.9l53.583%2C24.786L91.438%2C183.3l-50.89-32.374Z%22%20transform%3D%22translate%2813.23%2046.477%29%22%2F%3E%20%3Cpath%20id%3D%22Path_525%22%20data-name%3D%22Path%20525%22%20class%3D%22cls-2%22%20d%3D%22M148.194%2C113.91%2C80.36%2C145.12l29.022%2C29.527%2C55.042-38.714Z%22%20transform%3D%22translate%2830.256%2044.468%29%22%2F%3E%20%3Cpath%20id%3D%22Path_526%22%20data-name%3D%22Path%20526%22%20class%3D%22cls-3%22%20d%3D%22M79.338%2C137.12v11.5c0-.14%2C5.933-2.062%2C5.933-2.062l-5.961-6.508%22%20transform%3D%22translate%2829.833%2053.814%29%22%2F%3E%20%3Cline%20id%3D%22Line_279%22%20data-name%3D%22Line%20279%22%20class%3D%22cls-25%22%20x2%3D%2213.368%22%20y2%3D%2213.788%22%20transform%3D%22translate%28106.969%20188.648%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    width: 60%;
    height: 500px;
    margin-top: -20px;
}

.term-content h3, .term-content h4 {
    padding: 20px 0;
}
.joining-content .joining-btn-resend{
    font-size: 16px;
    display: inline-block;
    width: 70%;
    margin-top: 20px;
    text-align: center;
    margin-left: 15px;
    font-weight: 500;
    line-height: 2.3;
}
.joining-content .joining-btn-thanks{
    font-size: 16px;
    display: inline-block;
    width: 22%;
    margin-top: 16px;
    text-align: center;
    font-weight: 500;
    line-height: 2.3;
}
.have-account-btn {
    font-weight: 600;
    background: #fec401;
    border-radius: 30px;
    padding: 8px 0;
    position: relative;

}
.have-account-btn a{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top:0;
}
.have-account {
    margin-top: 74px;
    margin-right: 18%;
    max-width: 190px;
}

.have-account-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    margin-left: 18px;
    position: relative;
    width: 100%;
    height: 18px;
    z-index: 1;
}
.have-account-title span {
    float: left;
    padding: 0px 49px 0 5px;
    background: #f1f1f1;
    margin-left: 5%;
}
.have-account-title::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72.057' height='75.964' viewBox='0 0 72.057 75.964'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %234ab9dc; %7D .cls-2 %7B fill: %231a1818; %7D .cls-3 %7B fill: %236fcae3; %7D %3C/style%3E%3C/defs%3E%3Cg id='Group_321' data-name='Group 321' transform='matrix(0.951, 0.309, -0.309, 0.951, -1664.79, 147.065)'%3E%3Cg id='Group_303' data-name='Group 303' transform='translate(1561.071 -652.769)'%3E%3Ccircle id='Ellipse_68' data-name='Ellipse 68' class='cls-1' cx='21.552' cy='21.552' r='21.552' transform='translate(0.672 0.672)'/%3E%3Cpath id='Path_527' data-name='Path 527' class='cls-2' d='M1659.793-529.227a22.249,22.249,0,0,1-22.224-22.224,22.249,22.249,0,0,1,22.224-22.224,22.249,22.249,0,0,1,22.224,22.224A22.249,22.249,0,0,1,1659.793-529.227Zm0-43.1a20.9,20.9,0,0,0-20.88,20.88,20.9,20.9,0,0,0,20.88,20.88,20.9,20.9,0,0,0,20.88-20.88A20.9,20.9,0,0,0,1659.793-572.331Z' transform='translate(-1637.569 573.675)'/%3E%3C/g%3E%3Cg id='Group_304' data-name='Group 304' transform='translate(1573.869 -607.536)'%3E%3Crect id='Rectangle_336' data-name='Rectangle 336' class='cls-1' width='17.507' height='3.302' rx='1.651' transform='translate(0.672 0.672)'/%3E%3Cpath id='Path_528' data-name='Path 528' class='cls-2' d='M1730.306-299.695h-14.2a2.325,2.325,0,0,1-2.323-2.322,2.325,2.325,0,0,1,2.323-2.323h14.2a2.325,2.325,0,0,1,2.323,2.323A2.325,2.325,0,0,1,1730.306-299.695Zm-14.2-3.3a.98.98,0,0,0-.979.979.98.98,0,0,0,.979.979h14.2a.98.98,0,0,0,.979-.979.98.98,0,0,0-.979-.979Z' transform='translate(-1713.778 304.34)'/%3E%3C/g%3E%3Cg id='Group_305' data-name='Group 305' transform='translate(1573.869 -602.56)'%3E%3Crect id='Rectangle_337' data-name='Rectangle 337' class='cls-1' width='17.507' height='3.302' rx='1.651' transform='translate(0.672 0.672)'/%3E%3Cpath id='Path_529' data-name='Path 529' class='cls-2' d='M1730.306-270.062h-14.2a2.325,2.325,0,0,1-2.323-2.322,2.325,2.325,0,0,1,2.323-2.323h14.2a2.325,2.325,0,0,1,2.323,2.323A2.325,2.325,0,0,1,1730.306-270.062Zm-14.2-3.3a.98.98,0,0,0-.979.979.98.98,0,0,0,.979.979h14.2a.98.98,0,0,0,.979-.979.98.98,0,0,0-.979-.979Z' transform='translate(-1713.778 274.707)'/%3E%3C/g%3E%3Cg id='Group_306' data-name='Group 306' transform='translate(1576.182 -597.381)'%3E%3Crect id='Rectangle_338' data-name='Rectangle 338' class='cls-1' width='4.524' height='12.882' rx='2.262' transform='translate(13.554 0.672) rotate(90)'/%3E%3Cpath id='Path_530' data-name='Path 530' class='cls-2' d='M1738.839-238.006h-8.358a2.937,2.937,0,0,1-2.934-2.933,2.937,2.937,0,0,1,2.934-2.934h8.358a2.937,2.937,0,0,1,2.933,2.934A2.937,2.937,0,0,1,1738.839-238.006Zm-8.358-4.524a1.592,1.592,0,0,0-1.59,1.59,1.592,1.592,0,0,0,1.59,1.59h8.358a1.592,1.592,0,0,0,1.59-1.59,1.592,1.592,0,0,0-1.59-1.59Z' transform='translate(-1727.547 243.873)'/%3E%3C/g%3E%3Cg id='Group_307' data-name='Group 307' transform='translate(1568.565 -645.431)'%3E%3Ccircle id='Ellipse_69' data-name='Ellipse 69' class='cls-3' cx='14.546' cy='14.546' r='14.546'/%3E%3C/g%3E%3Cg id='Group_308' data-name='Group 308' transform='translate(1578.45 -628.585)'%3E%3Cline id='Line_283' data-name='Line 283' class='cls-1' x1='3.352' y1='18.995' transform='translate(0.662 0.117)'/%3E%3Crect id='Rectangle_339' data-name='Rectangle 339' class='cls-2' width='1.344' height='19.288' transform='translate(0 0.233) rotate(-10.007)'/%3E%3C/g%3E%3Cg id='Group_309' data-name='Group 309' transform='translate(1582.663 -628.426)'%3E%3Cline id='Line_284' data-name='Line 284' class='cls-1' y1='18.995' x2='3.352' transform='translate(0.662 0.117)'/%3E%3Crect id='Rectangle_340' data-name='Rectangle 340' class='cls-2' width='19.288' height='1.344' transform='translate(0 18.995) rotate(-79.99)'/%3E%3C/g%3E%3Cg id='Group_310' data-name='Group 310' transform='translate(1573.876 -634.011)'%3E%3Ccircle id='Ellipse_70' data-name='Ellipse 70' class='cls-1' cx='2.794' cy='2.794' r='2.794' transform='translate(0.672 0.672)'/%3E%3Cpath id='Path_531' data-name='Path 531' class='cls-2' d='M1717.285-455.05a3.47,3.47,0,0,1-3.466-3.466,3.469,3.469,0,0,1,3.466-3.466,3.47,3.47,0,0,1,3.466,3.466A3.47,3.47,0,0,1,1717.285-455.05Zm0-5.588a2.124,2.124,0,0,0-2.122,2.122,2.124,2.124,0,0,0,2.122,2.122,2.124,2.124,0,0,0,2.122-2.122A2.125,2.125,0,0,0,1717.285-460.638Z' transform='translate(-1713.819 461.981)'/%3E%3C/g%3E%3Cg id='Group_311' data-name='Group 311' transform='translate(1577.601 -634.144)'%3E%3Cpath id='Path_532' data-name='Path 532' class='cls-2' d='M1739.6-455.576a3.6,3.6,0,0,1-3.6-3.6,3.6,3.6,0,0,1,3.6-3.6,3.6,3.6,0,0,1,3.6,3.6A3.6,3.6,0,0,1,1739.6-455.576Zm0-5.854a2.258,2.258,0,0,0-2.255,2.255,2.258,2.258,0,0,0,2.255,2.255,2.257,2.257,0,0,0,2.255-2.255A2.257,2.257,0,0,0,1739.6-461.43Z' transform='translate(-1735.999 462.773)'/%3E%3C/g%3E%3Cg id='Group_312' data-name='Group 312' transform='translate(1581.459 -634.011)'%3E%3Cpath id='Path_533' data-name='Path 533' class='cls-2' d='M1762.437-455.05a3.469,3.469,0,0,1-3.466-3.466,3.469,3.469,0,0,1,3.466-3.466,3.469,3.469,0,0,1,3.466,3.466A3.469,3.469,0,0,1,1762.437-455.05Zm0-5.588a2.125,2.125,0,0,0-2.122,2.122,2.124,2.124,0,0,0,2.122,2.122,2.124,2.124,0,0,0,2.122-2.122A2.125,2.125,0,0,0,1762.437-460.638Z' transform='translate(-1758.971 461.981)'/%3E%3C/g%3E%3Cg id='Group_313' data-name='Group 313' transform='translate(1585.184 -634.144)'%3E%3Cpath id='Path_534' data-name='Path 534' class='cls-2' d='M1784.751-455.576a3.6,3.6,0,0,1-3.6-3.6,3.6,3.6,0,0,1,3.6-3.6,3.6,3.6,0,0,1,3.6,3.6A3.6,3.6,0,0,1,1784.751-455.576Zm0-5.854a2.258,2.258,0,0,0-2.255,2.255,2.258,2.258,0,0,0,2.255,2.255,2.258,2.258,0,0,0,2.255-2.255A2.258,2.258,0,0,0,1784.751-461.43Z' transform='translate(-1781.152 462.773)'/%3E%3C/g%3E%3Cg id='Group_314' data-name='Group 314' transform='translate(1582.241 -668.734)'%3E%3Cpath id='Path_535' data-name='Path 535' class='cls-2' d='M1764.3-662.142a.672.672,0,0,1-.672-.672v-5.248a.672.672,0,0,1,.672-.672.672.672,0,0,1,.672.672v5.248A.672.672,0,0,1,1764.3-662.142Z' transform='translate(-1763.625 668.734)'/%3E%3C/g%3E%3Cg id='Group_315' data-name='Group 315' transform='translate(1604.875 -657.985)'%3E%3Cpath id='Path_536' data-name='Path 536' class='cls-2' d='M1899.072-599.677a.67.67,0,0,1-.475-.2.672.672,0,0,1,0-.95l3.711-3.711a.672.672,0,0,1,.95,0,.672.672,0,0,1,0,.95l-3.711,3.711A.669.669,0,0,1,1899.072-599.677Z' transform='translate(-1898.4 604.732)'/%3E%3C/g%3E%3Cg id='Group_316' data-name='Group 316' transform='translate(1614.367 -631.755)'%3E%3Cpath id='Path_537' data-name='Path 537' class='cls-2' d='M1960.837-447.2h-5.249a.672.672,0,0,1-.672-.672.672.672,0,0,1,.672-.672h5.249a.672.672,0,0,1,.672.672A.672.672,0,0,1,1960.837-447.2Z' transform='translate(-1954.917 448.548)'/%3E%3C/g%3E%3Cg id='Group_317' data-name='Group 317' transform='translate(1605.155 -609.12)'%3E%3Cpath id='Path_538' data-name='Path 538' class='cls-2' d='M1904.45-308.717a.67.67,0,0,1-.475-.2l-3.711-3.711a.671.671,0,0,1,0-.95.672.672,0,0,1,.95,0l3.711,3.711a.671.671,0,0,1,0,.95A.669.669,0,0,1,1904.45-308.717Z' transform='translate(-1900.067 313.771)'/%3E%3C/g%3E%3Cg id='Group_318' data-name='Group 318' transform='translate(1556.659 -657.985)'%3E%3Cpath id='Path_539' data-name='Path 539' class='cls-2' d='M1615.682-599.677a.669.669,0,0,1-.475-.2l-3.711-3.711a.672.672,0,0,1,0-.95.672.672,0,0,1,.95,0l3.711,3.711a.671.671,0,0,1,0,.95A.669.669,0,0,1,1615.682-599.677Z' transform='translate(-1611.299 604.732)'/%3E%3C/g%3E%3Cg id='Group_319' data-name='Group 319' transform='translate(1545.63 -631.755)'%3E%3Cpath id='Path_540' data-name='Path 540' class='cls-2' d='M1551.55-447.2H1546.3a.672.672,0,0,1-.672-.672.672.672,0,0,1,.672-.672h5.248a.672.672,0,0,1,.672.672A.672.672,0,0,1,1551.55-447.2Z' transform='translate(-1545.63 448.548)'/%3E%3C/g%3E%3Cg id='Group_320' data-name='Group 320' transform='translate(1556.379 -609.12)'%3E%3Cpath id='Path_541' data-name='Path 541' class='cls-2' d='M1610.3-308.717a.67.67,0,0,1-.475-.2.672.672,0,0,1,0-.95l3.711-3.711a.672.672,0,0,1,.95,0,.672.672,0,0,1,0,.95l-3.711,3.711A.671.671,0,0,1,1610.3-308.717Z' transform='translate(-1609.632 313.771)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: contain;
    left: calc(6% + 98px);
    bottom: -13px;
}
.have-account-title::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0px;
    top: 9px;
    z-index: -1;
}
.enter-web-mobile{
    display: none;

}
@media screen and (max-width: 1400px) {
    .hece-evnet-details-title {
        box-sizing: border-box;
        width: 40%;
        font-size: 16px;
        transition: padding-top 500ms;
        -webkit-transition: padding-top 500ms;
        position: absolute;
        top: 23px;
        right: 98px;
        letter-spacing: 0px;
        line-height: 15px;
        height: 45px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 900;
    }
}
@media screen and (max-width: 1200px) {
    .bt.hcc-quick-registration{
        display:none;
    }
    .homepage-concat{
        height: 450px;
        margin-top: -500px;
    }
    .hcc-quick-reg-container {
        position: absolute;
        display: block;
        width: 40%;
        top: 86%;
        text-align: center;
        right: -5%;
    }
    .bt.hcc-quick-reg-fb, .bt.hcc-quick-reg-gl {
        border: solid 1.5px #61C4E2;
        display: inline-block;
        width: 100px;
        text-align: left;
        margin: 0 auto;
        padding: 5px 0px;
        margin-bottom: 7px;
        position: relative;
        float: unset;
        padding-left: 10px;
    }
    .bt.hcc-quick-reg-fb::before, .bt.hcc-quick-reg-gl::before{
        top: 4px;
    }
    .bt.hcc-bt-send {
        background-color: #61C4E2;
        color: white;
        padding: 5px 12px;
    }

    .homepage-title-container {
        background-position: -200px;
    }

    .ht-title{
        right: 6%;
    }
    .homepage-menu .enter-web{
        font-size: 14px;
    }
    .homepage-menu-logo::after {
        width: 150px;
        height: 150px;
        background-size: contain;
        right: calc(50% - 75px);
    }
    .homepage-menu-logo {
        width: 195px;
        pointer-events: none;
    }
    .homepage-menu-menu {
        width: calc(100% - 325px)
    }
    .het-byDate {
        font-size: 18px;
    }
    .het-byDate:hover::after {
        width: 175px;
    }

}


@media screen and (max-width: 1500px) {
    .homepage-title-container {
        background-position: -150px;
    }

    .ht-title{
        right: 10%;
    }

}

@media screen and (max-width: 800px) {

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

    .homepage-specificevent .hse-img, .homepage-specificevent .hse-text {
        float: none;
        width: 100%;
    }
    .homepage-specificevent .hse-img{
        height: 30%;
    }
    .homepage-specificevent .hse-text{
        height: 70%;
    }
    .hse-text-container {
        width: 90%;
        margin: 0px auto;
    }

    .hse-text-productiont {
        margin: 10px;
    }

    .hse-text-content {
        font-size: 15px;

    }

    li.homepage-bottom {
        font-size: 14px;
        padding: 10px 4px;
    }

    .display .homepage-concat {
        overflow: hidden;
        height: 610px;
    }

    .homepage-concat-container{
        min-width:0;
    }

    .hcc-details{
        width:100%;
    }

    .homepage .hcc-symbol {
        width: 50px;
        top: -37px;
        left: 8px;
        position: absolute;
        z-index: 0;
    }

    .hcc-production {
        width: 48%;
    }

    .hcc-producer{
        margin-left:0;
        width:100%;
    }

    .hcc-quick-reg-container{
        position: relative;
        float: left;
        bottom: 41px;
        width: auto;
        right: 7px;
    }

    .bt.hcc-quick-reg-fb, .bt.hcc-quick-reg-gl {
        border: solid 1.5px #61C4E2;
        display: inline-block;
        width: 95px;
        text-align: left;
        margin: 0 auto;
        padding: 7px 0px;
        margin-bottom: 7px;
        position: relative;
        float: unset;
        padding-left: 5px;
    }

    .bt.hcc-quick-reg-gl{
        padding-left: 22px;
    }

    .bt.hcc-quick-reg-fb::before, .bt.hcc-quick-reg-gl::before{
        top: 5px;
    }

    .bt.hcc-bt-send {
        padding: 5px 3px;
    }

    .hcc-create-account {
        margin: 0 4%;
    }

    .hcc-production{
        display: none;
    }

    .hcc-details-send {
        float: right;
        margin-top: 5%;
    }

    .bt.hcc-bt-send {
        text-align: center;
    }

    .homepage-menu-logo::after {
        background-size: contain;
        height: 100px;
        width: 100px;
        top: -10px;
        right: 20px;
    }

    .homepage-menu .hm-gotafik-btn {
        width: 80px;
        height: 80px;
        z-index: 11;
        top: inherit;
        left: 10px;
        bottom: 10px;

        position: fixed;
    }

    .homepage-menu .hm-gotafik-btn::after {
        top: 5px;
        left: -7px;
        font-size: 19px;
    }

    .homepage-menu-menu {
        padding-top: 4px;
    }

    .homepage-menu-lang {
        position: absolute;
        left: 40px;
        top: 30px;
    }

    .homepage-menu-menu ul {
        display: none;
    }

    .homepage-title video {
        margin-top: 0px;
        height: 100%;
        width: auto;
    }

    .htc-right-title {
        font-size: 30px;
        line-height: 30px !important;
        margin-right: 35%;
    }

    div.bt.htc-right-tafik{
        display: none;
    }

    .htc-right-content {
        font-size: 17px;
        width: 56%;
        margin-right: 35%;
        margin-top: 7px;
        line-height: 16px;
        font-weight: unset;
        padding-top: 0;
    }

    .htc-right, .htc-left {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .htc-left-event {
        width: 151px;
        float: left;
        margin-top: 28px;
    }

    .htc-right {
        height: 252px;
        padding-top: 60px;
    }
    .htc-left {
        height: 190px;
    }
    .htc-left-event-img {
        right: -36px;
        width: 183px;
        height: 500px;
        top: -275px;
        background-size: cover;
    }
    .slide-corona .illustration{
        left: 0px;
    }
    .slide-corona .purple-tag, .illustration .red-tag{
        display: none;
    }
    .slide-corona .computer{
        width: 370px;
        height: 235px;
        left: calc(100% - 185px);
    }
    .slide-corona .girl {
        height: 256px;
        width: 108px;
        background-size: contain;
        top: -7px;
        left: -12px;
    }
    .slide-corona .text {
        top: 352px;
        margin: 0;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .slide-corona .btns {
        margin-top: 10px;
    }
    .homepage-title .swiper-wrapper .slide-gula .htc-left-event-img {
        width: 395px;
        top: -260px;
        right: -127px;
    }
    .homepage-title .swiper-wrapper .slide-loop .htc-left-event-img {
        width: 315px;
        top: -275px;
        right: -135px;
    }

    .scroll-menue .hm-gotafik-btn {
        top:inherit;
    }

    .scroll-menue .homepage-menu-logo::after {
        all:inherit;
    }

    .hetc-title {
        font-size: 18px;
        width: 100%;
    }

    .hetc-event::after {

    }

    .hetc-top-container, .hetc-bottom-container {
        width: 95%;
        padding-top: 10px;
    }

    .hetc-specific-event-img, .hetc-specific-event-text {
        width: 100%;
        float: none;
        height: 50%;
    }

    .hetc-specific-event-text-container {
        margin: 50px auto;
        width: 90%;
    }

    .hetc-specific-event-text-container p {
        font-size: 28px;
        line-height: 1em;
    }

    .hetc-specific-event-tag {
        width: 240px;
        height: 60px;
        font-size: 20px;
        left: calc(50% - 120px);
    }

    .hetc-event::after {
        width: 30px;
        height: 30px;
        background-size: contain;
        left: calc(50% - 12px);
        top: 0px;
    }

    .hetc-events-title {
        margin-top: 40px;
        font-size: 14px;
    }

    .homepage-about-container {
        width: 95%;
        margin: 0 auto;
    }

    .tslider-sec {
        background-size: 40px 40px;
        padding-top: 40px;
        margin: 0 1%;
        width: 14%;
    }

    .hse-logo {
        margin: 0 auto;
        width: 130px;
        height: 130px;
    }

    .hse-text-content::after {
        left: -12px;
    }

    .homepage-productionLogo-container div {
        width: 26%;
        /*height: 20%;*/
    }

    .homepage-productionLogo-container {
        padding-top: 0;
        width: 95%;
    }

    .hetc-event {
        width: 50%;
    }
    .hetc-specific-event-close.close::after{
        top: -20px;
        left: 3px;
    }
    .tslider-top {
        font-size: 16px;
        margin-top: 10px;
        overflow-x: auto;
    }
    .tslider-top::-webkit-scrollbar {
        width: 0px;
    }
    .tslide-bg {
        float: none;
        height: 40%;
        width: 100%;
        background-position: 9px -2px;

    }
    .tslide-p1 {
        float: none;
        width: 100%;
        height: 50%;
    }
    .bt.ha-createEvent {
        height: 45px;
        width: 208px;
        padding: 0px;
        top: unset;
        bottom: 0px;
        text-align: center;
        right: calc(50% - 104px);
    }
    .tslide-p1, .tslide-p2 {
        padding: 16px;
    }
    .tslide-p1 p{
        font-size: 16px;
        text-align: center;
        width: 100%;
    }
    .tslide h1 {
        font-size: 30px;
        text-align: center;
    }
    .opened .hetc-events.transport,.opened .hetc-events.register ,.opened .hetc-events.seats,.opened .hetc-events.goose{
        margin-top: 0px;
    }
    .opened .hetc-specific-event {
        top: 188px;
    }
    .opened .hetc-events.goose{
        margin-top: 560px;
    }
    .opened.second .hetc-specific-event{
        top:310px;
    }
    .opened.second .hetc-events.showing,.opened.second .hetc-events.register,.opened.second .hetc-events.goose{
        margin-top: 0px;
    }
    .opened.second .hetc-events.lector{
        margin-top: 688px;
    }
    .opened.third .hetc-specific-event{
        top:430px;
    }
    .opened.third .hetc-events.showing ,.opened.third .hetc-events.transport,.opened.third .hetc-events.goose{
        margin-top: 0px;
    }
    .opened.third .hetc-events.register {
        margin-top: 820px;
    }
    .opened.fourth .hetc-events.goose {
        margin-top: 940px;
    }
    .opened.fourth .hetc-events.showing ,.opened.fourth .hetc-events.transport,.opened.fourth .hetc-events.register{
        margin-top: 0px;
    }
    .opened.fourth .hetc-specific-event{
        top:550px;
    }
    .opened.fifth .hetc-events.showing ,.opened.fifth .hetc-events.transport,.opened.fifth .hetc-events.register,.opened.fifth .hetc-events.goose{
        margin-top: 0px;
    }
    .opened.fifth .hetc-specific-event{
        top:670px;
    }


    .hetc-specific-event.register::after {
        right: 35%;
        bottom: -10px;
    }
    .hetc-specific-event.lector::after,.hetc-specific-event.visitor::after,.hetc-specific-event.register::after{
        right: 16.5%;
        top: -10px;
    }
    .hetc-specific-event.card::after,.hetc-specific-event.transport::after,.hetc-specific-event.culture::after{
        right: 47.5%;
        top: -10px;
    }
    .hetc-specific-event.showing::after,.hetc-specific-event.seats::after{
        right: 79.5%;
        top: -10px;
    }
    .hetc-specific-event.goose::after {
        right: 46.5%;
        top: -10px;
    }
    .hetc-specific-event-tag::after {
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
    }
    .htc-left-ed-producer {
        font-size: 14px;
        font-weight: 500;
    }
    .hec-events-evnet {
        width: 100%;
    }
    .het-search input{
        margin: 0;
        display: none;
    }
    .het-search::after{
        top: 15%;
        width: 30px;
        height: 30px;
        cursor: pointer;
        left: 33%;
    }
    .het-cellular-menu {
        display: inline-block;
        position: absolute;
        background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%222047%20-335.615%2043.536%2037.615%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%2361c4e2%3B%20%7D%20.cls-2%20%7B%20fill%3A%20%2361c3e1%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22Group_10%22%20data-name%3D%22Group%2010%22%20transform%3D%22translate%281985%20-387%29%22%3E%20%3Crect%20id%3D%22Rectangle_2%22%20data-name%3D%22Rectangle%202%22%20class%3D%22cls-1%22%20width%3D%2243.536%22%20height%3D%229.449%22%20rx%3D%224.724%22%20transform%3D%22translate%2862%2051.385%29%22%2F%3E%20%3Crect%20id%3D%22Rectangle_3%22%20data-name%3D%22Rectangle%203%22%20class%3D%22cls-2%22%20width%3D%2243.536%22%20height%3D%229.449%22%20rx%3D%224.724%22%20transform%3D%22translate%2862%2065.468%29%22%2F%3E%20%3Crect%20id%3D%22Rectangle_4%22%20data-name%3D%22Rectangle%204%22%20class%3D%22cls-1%22%20width%3D%2243.536%22%20height%3D%229.449%22%20rx%3D%224.724%22%20transform%3D%22translate%2862%2079.551%29%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E');
        height: 23px;
        width: 23px;
        right: 70%;
        top: 1.5%;
        cursor: pointer;
        background-repeat: no-repeat;
    }
    .het-cellular-menu::before {
        content: '';
        border: 0.4px solid #585858;
        margin-right: 40px;
        position: absolute;
        height: 72px;
        bottom: -24px;
    }
    /**/
    .cell-menu-cont {
        position: fixed;
        z-index: 10;
        width: 100%;
        bottom: 15%;
    }
    .cell-menu-cont div {
        border-bottom: 0.1px solid #585858;
        height: 50px;
        width: 100%;
        position: relative;
        display: inline-block;
        color: #8e8e8e;
        text-align: center;
        background-color: #3c3c3c;
        line-height: 45px;
        font-weight: 400;
    }
    .cell-menu-title {
        pointer-events: none;
        color: #62c1e1 !important;
        text-align: right !important;
        padding-right: 10%;
        height: 74px !important;
        line-height: 65px !important;
    }
    .cell-menu-title p {
        position: absolute;
        left: 3%;
        height: 45%;
        width: 8%;
        top: 19%;
        cursor: pointer;
        z-index: 1;
        pointer-events: all;
    }
    .cell-menu-title p::after{
        content: '';
        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%2362c1e1%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3%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');
        width: 100%;
        height: 55%;
        position: absolute;
        background-repeat: no-repeat;
        top: 29%;
    }
    /**/

    .het-category {
        width: 20%;
    }
    .het-category li{
        display: none;
    }
    .het-byDate{
        min-width: unset;
        width: 60%;
        padding: 8px 45px 0px 0px;
    }
    .het-byDate::before{
        background-repeat: no-repeat;
        position: absolute;
        width: 26px;
        height: 26px;
        right: 8px;
        top: 9px;
        background-size: 85%;
    }
    .het-search{
        min-width: unset;
        width: 20%;
        top: -3%;
        right: 4%;
    }
    /*.homepage-events-all{*/
    /*height: 1280px;*/
    /*}*/

    .homepage .homepage-events{
        height: 1410px;
    }

    .homepage-title-container {
        width: 90%;
        max-width: 800px;
        min-width: 320px;
        height: 100%;
        margin: 0 auto;
        /* background-position: bottom; */
        background-position: 50% 60%;
        background-size: 150% auto;
    }

    .lector .hetc-event.svg::after {
        left: calc(50% - 8px);
    }
    .hece-evnet-details-title {
        font-size: 18px;
    }
    .hece-evnet-details-about {
        font-size: 12px;
    }
    .hece-evnet-details-date-time {
        right: 45px;
    }
    .bt.hcc-quick-registration {
        position: absolute;
        top: 409px;
        right: 24%;
    }
    .hcc-details-container {
        padding: 0 20px;
    }
    .contact-w {
        width:100%;
    }

    .contact-right, .contact-left {
        width:100%;
    }

    .contact-left-in {
        padding-top:0;
    }

    .contact h1 {
        padding: 0 20px;
    }

    .he-bydate-calendar, .he-bydate-events {
        float: none;
        width: 100%;
    }
    .he-bydate-calendar {
        height: 269.5px;
    }
    .he-bydate-events {
        height: auto;
    }
    .he-bydate-calendar-D .contain {
        width: 100%;
        margin: 0px auto;
    }
    .slide-up{
        top: 20px;
    }
    .slide-down {
        top: 155px;
    }
    .he-bydate-calendar-Y div {
        width: 15%;
        font-size: 20px;
    }
    .he-bydate-calendar-M div {

    }
    .heb-calendar-Dd-month {
        right: 80%;
    }
    .heb-calendar-Dd-text {
        left: 75%;
    }
    .heb-calendar-Dd-text, .heb-calendar-Dd-month {
        top: 75px;
        font-size: 18px;
        position: absolute;
    }
    .heb-calendar-Dd-num {
        line-height: 176px;
        font-size: 126px;
    }
    .he-bydate-calendar-D {
        height: 180px;
    }
    .calendaropen .hec-events-evnet {
        width: 100%;
    }
    .he-bydate-container {
        margin: 30px 10px 0px 10px;
        overflow: hidden;
    }
    .he-bydate-events {
        position: absolute;
        z-index: 7;
    }
    .he-bydate-close.close::after{
        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%2361C4E2%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');
    }
    .slide-up:after, .slide-down:after{
        width: 30px;
        left: -20px;
    }
    .htc-left-event-details div {
        display: inline-block;
        margin: 0;
        height: 25px;
        vertical-align: middle;
    }
    .htc-left-event-details, .htc-left-event-gotoEvent {
        float: none;
    }
    .htc-left-event-details {
        width: 98%;
        margin: 0 auto;
    }
    .htc-left-event-gotoEvent {
        margin-top: 1px;
        width: 160px;
        text-align:center;
    }
    .scroll-menue .homepage-menu{
        all:inherit;
    }
    .homepage-menu {
        height: 60px;
    }
    .homepage .homepage-title{
        margin-top: 60px;
        /* height: 380px; */
        height: 540px;
    }
    .display .homepage-title, .display .homepage-customers {
        margin-top: 400px;
    }
    .homepage-menu .homepage-menu-small{
        visibility: visible;
        opacity: 1;
    }
    .homepage .homepage-dummy {
        /*height: 510px;*/
        /* height: 490px; */
        height: 590px;
    }
    .mobile .homepage-menu-menu {
        position: absolute;
        visibility: visible;
        width: 170px;
        height: 450px;
        left: 0px;
        background: #fff;
    }
    .mobile .homepage-menu-menu ul{
        display: block;
        width: 70%;
        margin:60px auto;
    }
    .mobile .homepage-menu-menu ul li{
        display: block;
        width: 100%;
        line-height: 50px;
        text-align: right;
        font-size: 19px;

    }
    .mobile .homepage-menu-menu .hmm-recommend-face::after {
        left: -20px;
        top: 14px;
    }
    .hec-events {
        width: 93%;
    }
    .display .homepage-dummy {
        height: 355px;
    }
    /*.mobile .homepage-title-container{*/
    /*filter: blur(15px);*/
    /*-webkit-filter: blur(15px);*/
    /*}*/
    .mobile .section :not(.homepage-menu) {
        filter: blur(15px);
        -webkit-filter: blur(15px);
    }
    .search-open .het-search{
        top: 0;
        width: 100%;
    }
    .search-open .het-search input{
        display: block;
        width: 100%;
        height: 70%;
        padding: 20px;
        background-color: #3c3c3c;
    }
    .search-open .het-byDate,.search-open .het-category{
        display: none;
    }
    .homepage-events-title.search-open {
        width: 90%;
        margin: 0 auto;
    }
    .search-open .het-search::after{
        top: 7px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        left: 4px;
    }
    .he-bydate-calendar-M div.selected::after{
        all: unset;
    }
    .he-bydate-calendar-M{
        overflow-x: auto;
        height: 45px;
    }
    .he-bydate-calendar-M div.he-bydate-calendar-M-container {
        width: 190%;
    }
    .he-bydate-calendar-Y, .he-bydate-calendar-M, .he-bydate-calendar-D{
        border-bottom: 0;
    }
    .he-bydate-calendar-Y {
        height: 50px;
    }
    .he-bydate-container div[class^='homepage-events-container'] {
        border: 0;
        margin-bottom: 10px;
    }
    .he-bydate-calendar-Y div.selected::after{
        all:unset;
    }
    .he-bydate-events-numEvents {
        text-align: center;
        color: #fff;
        padding-top: 4px;
    }
    .bt.btb.homepage-eventsday-more {
        z-index: 7;
        bottom: -42.5px;
        position: absolute;
        left: calc(50% - 63.5px);
    }
    .he-bydate-events-numEvents{
        display: block;
    }
    .he-bydate-calendar-M::-webkit-scrollbar {
        width: 0px;
    }
    .he-bydate-calendar-M::-webkit-scrollbar-track {
        all:unset;
    }
    .he-bydate-calendar-M::-webkit-scrollbar-thumb {
        all:unset;
    }
    .tslider-w {
        height: 440px;
    }
    .tslider-top-container {
        width: 250%;
    }
    .tslider-bg {
        margin: 30px 0;
    }
    .tslider-bg p:nth-child(1) {
        right: 7%;
    }
    .tslider-bg p:nth-child(2) {
        right: 24%;
    }
    .tslider-bg p:nth-child(3){
        right: 40%;
    }
    .tslider-bg p:nth-child(5){
        right: 73%;
    }
    .tslider-bg p:nth-child(6){
        right: 89%;
    }
    .homepage .section.homepage-eventTypes {
        height: 440px;
    }
    .homepage .section.homepage-eventTypes.opened{
        height: 885px;
    }
    .hetc-events.lector {
        margin-right: 32%;
    }
    .ht-title {
        right: unset;
        left: 1%;
        width: 100%;
        top: 4%;
    }
    li.homepage-concat .conflict-content{
        padding-right: 0;
        font-size: 16px;
        padding-top: 74px;
    }
    li.homepage-concat .conflict-content::before{
        width: 73px;
        right: calc(50% - 30px);
        top: -21px;
    }
    .hcc-details h3{
        width: 100%;
        font-size: 16px;
    }
    li.homepage-concat .term-container,li.homepage-concat .term-content{
        width: 100%;
    }
    li.homepage-concat .term-content {
        height: 70%;
    }
    .joining-content-img {
        height: 130px;
        position: absolute;
        right: 20%;
        background-position: center;
    }
    li.homepage-concat .joining-container {
        width: 100%;
    }
    .joining-content {
        width: 100%;
    }
    .joining-content .joining-btn-resend {
        line-height: 20px;
        height: 50px;
    }
    .joining-content .joining-btn-thanks {
        height: 50px;
        line-height: 50px;
        /* float: left; */
    }
    .homepage-menu .enter-web,.homepage-menu .portal {
        display: none;
    }
    .homepage-menu .portal-mobile {
        width:27px;
        height: 27px;
        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: 27px 27px;
        background-repeat: no-repeat;
        cursor: pointer;
        position: absolute;
        display: block;
        left: 185px;
        top: 15px;
        font-size: 0;
        border-radius:50%;
    }
    .enter-web-mobile{
        position: absolute;
        display: block;
        height: 30px;
        width: 128px;
        font-size: 16px;
        font-weight: 800;
        left: 50px;
        top: 15px;
        padding: 5px 15px;
    }
    .have-account {
        display: none;
    }

    .hetc-specific-event::after {
        display:none;
    }

    /*.hetc-events:nth-child(3n-2) .hetc-specific-event::after{*/
    /*right: 20%;*/
    /*top: -10px;*/
    /*}*/
}








input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}







.section-orslider .orslider-slide:hover {
    background-blend-mode: luminosity;
    transform: scale(0.95);
}





.section-orslider .slider-hover-title {
    line-height: 24px !important;
    font-size: 21px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.slider-hover-desc-ription {
    line-height: 20px;
    font-size: 18px !important;
}

.slider-hover-description {
    display: none;
}

/*

.section-orslider .slider-hover-top-ctr {
   height: 76%;
}

.section-orslider .slider-hover-middle-ctr {
   height: 16%;
}
*/

.sslide.swiper-slide {
    height: 60px;
    background: url(https://static.tickchak.co.il/tlgn5.png);
    background-size:contain;
    background-repeat:no-repeat;
    width:6651px;
}

.homepage .section.homepage-customers {
    background: #fff;
    padding-top: 28px;
    height: 115px;
    position: fixed;
    top: 545px;
}

.orslider-container-1 {
    display: none;
}

.orslider-slider-header {
    color: #000;
}

.hetc-specific-event.culture .hetc-specific-event-tag.svg,
.hetc-specific-event.visitor .hetc-specific-event-tag.svg,
.hetc-specific-event.goose .hetc-specific-event-tag.svg{
    height:110px;
    padding-top: 27px;
}

.hetc-specific-event.culture .hetc-specific-event-tag.svg::after,
.hetc-specific-event.visitor .hetc-specific-event-tag.svg::after,
.hetc-specific-event.goose .hetc-specific-event-tag.svg::after{
    top: 33px;
}

.hetc-specific-event.lector .hetc-specific-event-tag.svg {
    padding-top: 21px;
}

.hetc-specific-event.lector .hetc-specific-event-tag.svg::after {
    top: 15px;
}

@media screen and (max-width: 800px) {
    .hetc-specific-event.culture .hetc-specific-event-tag.svg,
    .hetc-specific-event.visitor .hetc-specific-event-tag.svg,
    .hetc-specific-event.goose .hetc-specific-event-tag.svg{
        height:80px;
        top:185px;
        padding: 17px 20px;
    }

    .hetc-specific-event.culture .hetc-specific-event-tag.svg::after,
    .hetc-specific-event.visitor .hetc-specific-event-tag.svg::after,
    .hetc-specific-event.goose .hetc-specific-event-tag.svg::after{
        top: 25px;
    }

    .hetc-specific-event.lector .hetc-specific-event-tag.svg {
        padding-top: 18px;
    }
}

.section.homepage-live {
    height:auto;
    background-color: #000;
    z-index:50;
}

.section.homepage-live a {
    display: block;
    height: 0;
    padding-bottom: 10%;
    background-image: url(https://static.tickchak.co.il/all/livestrip2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -40px;
    color:#000;
}

@media screen and (max-width: 800px) {
    .section.homepage-live a {
        background-image: url(https://static.tickchak.co.il/all/livestrip_mob.jpeg);
        padding-bottom: 19%;
    }

    a.load-more-events {
        margin-top: 24px;
    }

    .homepage .section.homepage-customers {
        background: #fff;
        padding-top: 15px;
        height: 80px;
        position: fixed;
        top: 480px;
        z-index: 5;
    }

    .sslide.swiper-slide {
        height:30px;
    }

}

.hetc-specific-event-text-container div.bt.btb {
    float:left;
    font-weight: bold;
}

.section-orslider {
    padding-bottom: 5px;
}

.load-more-events {
    color: #000 !important;
    padding: 7px 40px;
    font-size: 20px;
    font-weight: 600;
    background: #e5d500;
    border-radius: 30px;
    cursor: pointer;
    margin: 0 auto 20px;
    display: block;
    width: 220px;
    text-align: center;
    transition: transform 290ms;
}

.load-more-events:hover {
    color:#000;
    transform: scale(1.1);
}

p.yalla {
    display: none;
}
li.homepage-bottom a {
    float: left;
}

.hetc-events-title a {
    pointer-events:none;
}

.details2-textbox {
    margin: 0 auto;
    width: 1000px !important;
    max-width: 90% !important;
}

.ribo {
    color:#fffde7 !important;
}

.signUpIframe {
    visibility: hidden;
    position: fixed;
    border: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 99;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
}
.signUpIframe.show{
    opacity: 1;
    visibility: visible;
}

.signUpIframe iframe {
    height: 95%;
    margin-top: 1%;
    width: 400px;
    margin-right: calc(50% - 200px);
    border: none;
}
.homepage-new-live-events.section {
    background: #000000;
    padding-top: 30px;
    height: 600px;
    transition: height 500ms;
    -webkit-transition: height 500ms;
    margin: 0 auto;
    width: 100%;
}
.homepage-new-live-events.section iframe{
    height: 100%;
    width: 100%;
}
.load-more-events-con {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.homepage-live-categories.section {
    background: #f1f1f1;
    padding-top: 30px;
    height: 200px;
    transition: height 500ms;
    -webkit-transition: height 500ms;
    margin: 0 auto;
    width: 100%;
}
.homepage-live-categories.section h2{
    color: #000;
    width: 95%;
    margin: 15px auto;
    text-align: center;
    /*font-family: Rubik;*/
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.homepage-live-categories.section h2 a {
    text-decoration: underline;
    color: #000;
}

.homepage-live-categories.section h2 a:hover {
    text-decoration: none;
    color: #000;
}
.homepage-live-categories.section .live-categories {
    color: #000;
    width: 95%;
    margin: 15px auto;
    text-align: center;
    display: flex;
    height: 42px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.homepage-live-categories.section .live-categories .live-category {
    display: flex;
    height: 42px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 1200px;
    border: 1px solid #000;
    background: rgba(59, 59, 59, 0.00);
    white-space: nowrap;
}
.live-category .category-icon{
    color: #000;
    font-family: Rubik;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.live-category .category-title{
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.live-category .category-number{
    display: flex;
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #707070;
    gap: 10px;
    color: #F5F5F5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 800px) {
    .homepage-live-categories.section .live-categories {
        width: fit-content;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .homepage-live-categories.section h2{
        font-size: 26px;
        font-weight: 700;
    }
    .live-categories-slide {
        overflow-x: auto;
    }
    .homepage-new-live-events.section {
        height: 510px;
    }
}
