@charset "UTF-8";

/* font-family: 'Open Sans', sans-serif; 400 - 600 - 700 */

html * { -webkit-text-size-adjust: none; }

body { font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-family: 'Open Sans', sans-serif; font-weight: 400; position: relative; color: #333; background-color: #FFF; height: auto!important; min-height: 100vh!important; display: flex; flex-direction: column; overflow-y: scroll; }

html.locked .root{ overflow: hidden; width: 100vw; height: 100%; position: fixed; z-index: 21; }
.root { height: auto!important; min-height: 100vh!important; display: flex; flex-direction: column; }

#startup-cover { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: white; z-index: 2000;  }

a { color: #DA1E4F; transition: color 0.15s; }
a:active, a:hover { text-decoration: underline; color: #DA1E4F; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-weight: 600; font-family: 'Open Sans', sans-serif; line-height: 1.35; }

h1, .h1 { font-size: 22px; }
h2, .h2 { font-size: 20px; }
h3, .h3 { font-size: 20px; }
h4, .h4 { font-size: 16px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 12px; }

@media (min-width: 768px) {
  h1, .h1 { font-size: 24px; }
  h2, .h2 { font-size: 22px; }
  h3, .h3 { font-size: 20px; }
  h4, .h4 { font-size: 18px; }
  h5, .h5 { font-size: 18px; }
  h6, .h6 { font-size: 14px; }
}

@media (min-width: 992px) {
  h1, .h1 { font-size: 28px; }
  h2, .h2 { font-size: 24px; }
  h3, .h3 { font-size: 22px; }
  h4, .h4 { font-size: 20px; }
  h5, .h5 { font-size: 18px; }
  h6, .h6 { font-size: 16px; }
}

@media (min-width: 1200px) {
  h1, .h1 { font-size: 32px; }
  h2, .h2 { font-size: 28px; }
  h3, .h3 { font-size: 24px; }
  h4, .h4 { font-size: 22px; }
  h5, .h5 { font-size: 20px; }
  h6, .h6 { font-size: 18px; }
}

p { font-size: 16px; }

strong, b { font-family: 'Open Sans', sans-serif; font-weight: 700; }

ul { }
ul li { }

input, textarea, select, button { font-weight: 400; }

textarea { min-height: 6em; }
textarea, input[type="text"], input[type="number"], input[type="email"] { -webkit-appearance: none; }


:focus { outline: none; }
::selection { background-color: #221033; color: white; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }


@media screen and (-webkit-min-device-pixel-ratio:0) {
  select, textarea, input { font-size: 16px; }
}

.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }

.outline { outline: 1px solid rgba(255,0,0,.5)!important; }
.shadowed { box-shadow: 0 3px 6px rgba(0,0,0,.16); }

.whsnw { white-space: nowrap; }

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover { opacity: 1; }
.fixed { overflow: hidden; }
.no-scroll { overflow: hidden; padding-right: 0!important; min-height: 100vh; overflow-y: hidden; }
.break { -ms-flex-preferred-size: 100%; flex-basis: 100%; }
.mb-30 { margin-bottom: 30px!important; }
.mb-40 { margin-bottom: 40px!important; }
.mb-50 { margin-bottom: 50px!important; }
.lh-normal { line-height: normal!important; }
.lh-1-6 { line-height: 1.6!important; }
.lh-2 { line-height: 2!important; }
.td-u { text-decoration: underline!important; }
.pe-none { pointer-events: none; cursor: default; }
.color-brand { color: #4d2574; }
.cur-p > * { cursor: pointer!important; }
.tooltip-inner { max-width: 600px; text-align: left; }
.dir-ltr { direction: ltr; }
.w-unset { width: unset!important; }


.fixed { position: fixed; top: 0; bottom: 0; left: 0; right: 0;  }
.fixed::after { content: ''; background: rgba(0, 0, 0, .8); position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; }

.container-fluid { max-width: 1250px; padding-left: 20px; padding-right: 20px; }
.row { margin-right: -20px; margin-left: -20px; }
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding-right: 20px; padding-left: 20px; }

@media (min-width: 768px) {
  .w-md-50 { width: 50%!important; }
}

@media (min-width: 992px) {
  .w-lg-100 { width: 100%!important; }
}


/*--- DMG BUTTONS ---*/
a.btn-dmg { z-index: 0; position: relative; height: 50px; color: #4D2573!important; text-decoration: none!important; margin-bottom: 20px; padding-left: 10px; border-radius: 5px; font-weight: 600; font-size: 16px; line-height: 1.375; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; transition: ease all .25s; white-space: nowrap; }
a.btn-dmg span { width: 20px; height: 20px; margin-right: 10px; background-size: cover; flex-shrink: 0; }
a.btn-dmg small { font-size: 12px; display: block; font-weight: 400; }

a.btn-dmg.see { background-color: #4D2573; border: 1px solid #4D2573; color: #FFF!important; }
a.btn-dmg.see:hover, .home-hero a.see:focus { background-color: #3B1B5A; }

a.btn-dmg.get { background-color: rgba(255, 255, 255, .9); border: 1px solid rgba(77, 37, 115, .9); }
a.btn-dmg.get:hover { background-color: #3B1B5A; border-color: #3B1B5A; color: #FFF!important; }

a.btn-dmg.get:hover .icon-whatsapp { background-image: url("data:image/svg+xml,%3Csvg width='448' height='448' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M380.9 65.1A220.3 220.3 0 0 0 223.9 0 222.3 222.3 0 0 0 31.5 333L0 448l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157Zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 327.2l-4.4-7A184.8 184.8 0 0 1 224 37.5c49.3 0 95.6 19.2 130.4 54.1a185.2 185.2 0 0 1 56.1 130.5c0 101.8-84.9 184.6-186.6 184.6Zm101.2-138.2a802 802 0 0 0-37.9-18c-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"); }

a.btn-dmg.get:hover .icon-telegram { background-image: url("data:image/svg+xml,%3Csvg width='496' height='496' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M248 0a248 248 0 1 0 0 496 248 248 0 0 0 0-496Zm115 168.7c-3.8 39.2-20 134.3-28.1 178.3-3.5 18.5-10.4 24.8-17 25.4-14.4 1.3-25.3-9.5-39.3-18.7-21.8-14.3-34.1-23.2-55.3-37.2-24.5-16-8.6-25 5.3-39.5 3.7-3.7 67.1-61.5 68.3-66.7.2-.7.3-3.1-1.1-4.4-1.5-1.3-3.6-.8-5.1-.5-2.2.5-37.1 23.6-104.6 69.2a47 47 0 0 1-27 9.9 177 177 0 0 1-38.5-9.1c-15.5-5-27.9-7.7-26.8-16.3.6-4.5 6.7-9 18.5-13.7A11849 11849 0 0 1 256.9 183c68.9-28.7 83.2-33.6 92.5-33.8 2 0 6.6.5 9.6 2.9 2 1.7 3.2 4 3.5 6.7.5 3.2.7 6.5.5 9.8Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"); }

a.btn-dmg.get:hover::after  { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.7' height='16'%3E%3Cpath d='m9.5 8.6-7.2 7.1a.9.9 0 0 1-1.2 0L.3 15a.9.9 0 0 1 0-1.2L5.9 8 .3 2.3a.9.9 0 0 1 0-1.2L1 .3a.9.9 0 0 1 1.2 0l7.2 7a.9.9 0 0 1 0 1.3Z' fill='%23fff'/%3E%3C/svg%3E"); }

a.btn-dmg.learn { background-color: rgba(255, 255, 255, .9); border: 1px solid rgba(77, 37, 115, .9); }
a.btn-dmg.learn:hover { background-color: #FFF; border-color: #FFF; }

html[lang="ru"] a.btn-dmg,
html[lang="de"] a.btn-dmg { white-space: normal; padding-right: 10px; line-height: 1.2; }

@media (min-width: 390px) {
  a.btn-dmg span { width: 24px; height: 24px; }
  a.btn-dmg::after { content: ''; width: 10px; height: 16px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.7' height='16'%3E%3Cpath d='m9.5 8.6-7.2 7.1a.9.9 0 0 1-1.2 0L.3 15a.9.9 0 0 1 0-1.2L5.9 8 .3 2.3a.9.9 0 0 1 0-1.2L1 .3a.9.9 0 0 1 1.2 0l7.2 7a.9.9 0 0 1 0 1.3Z' fill='%234D2573'/%3E%3C/svg%3E"); position: absolute; right: 15px; flex-shrink: 0; }
  a.btn-dmg.see::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.7' height='16'%3E%3Cpath d='m9.5 8.6-7.2 7.1a.9.9 0 0 1-1.2 0L.3 15a.9.9 0 0 1 0-1.2L5.9 8 .3 2.3a.9.9 0 0 1 0-1.2L1 .3a.9.9 0 0 1 1.2 0l7.2 7a.9.9 0 0 1 0 1.3Z' fill='%23fff'/%3E%3C/svg%3E"); }
}

@media (min-width: 390px) {
  html[lang="ru"] a.btn-dmg,
  html[lang="de"] a.btn-dmg { padding-right: 20px; }
}

@media (min-width: 414px) {
  a.btn-dmg { padding-left: 15px; }
  a.btn-dmg span { width: 30px; height: 30px; margin-right: 15px; }
  a.btn-dmg::after { right: 21px; }

  html[lang="ru"] a.btn-dmg { padding-right: 30px; }
}

@media (min-width: 768px) {
  a.btn-dmg { width: calc(50% - 10px); margin-bottom: 0; }
  .d-flex.flex-column.flex-md-row.justify-content-md-start.mb-50 .btn-dmg.see { margin-right: 1rem; }
}

@media (min-width: 992px) {
  a.btn-dmg { width: 100%; max-width: 436px; margin-bottom: 20px; font-size: 18px; line-height: 24px; height: 58px; }
  a.btn-dmg span { width: 35px; height: 35px; margin-right: 15px; background-size: contain; }
  a.btn-dmg:last-child { margin-bottom: 0; }
  a.btn-dmg::after { width: 11px; height: 19px; background-size: contain; background-repeat: no-repeat; }

  html[lang="de"] a.btn-dmg { padding-right: 30px; }
}


/*--- HOME : HERO ---*/
.home-cont-alt { position: relative; }
.home-cont-alt picture { height: 100px; width: 100%; position: relative; z-index: 0; display: block; }
.home-cont-alt img { width: 100%; height: 100%; object-fit: cover; }
.home-cont-alt .headline { background-color: #FFF; padding: 15px; margin: 0 auto; height: fit-content; width: 100%; position: relative; overflow: hidden; z-index: 1; }
.home-cont-alt .headline h1.head { font-size: 28px; font-weight: 700; line-height: 38px; margin: 0; color: #FFF; color: #333; text-align: center; }
.home-cont-alt .headline p.subtext { font-size: 16px; font-weight: 600; line-height: 1.5; margin: 4px 0 15px 0; color: #FFF; color: #333; text-align: center; }
.home-cont-alt .buttons { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.home-cont-alt .buttons a { background-color: #4D2573; color: #FFF; border-radius: 4px; line-height: 1; padding: 16px 10px; text-decoration: none; font-weight: 600; font-size: 17px; transition: ease all .25s; width: 100%; text-align: center; display: flex; align-items: center; white-space: nowrap; flex-shrink: 0; margin-bottom: 10px; border-radius: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.7' height='16'%3E%3Cpath d='m9.5 8.6-7.2 7.1a.9.9 0 0 1-1.2 0L.3 15a.9.9 0 0 1 0-1.2L5.9 8 .3 2.3a.9.9 0 0 1 0-1.2L1 .3a.9.9 0 0 1 1.2 0l7.2 7a.9.9 0 0 1 0 1.3Z' fill='%23fff'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: calc(100% - 15px) center; }
.home-cont-alt .buttons a:hover { background-color: #3B1B5A; }
.home-cont-alt .buttons a span { background-repeat: no-repeat; background-size: auto 100%; margin-right: 10px; flex-shrink: 0; width: 28px; height: 22px; }
.home-cont-alt .home-whatsapp { padding: 10px; padding-top: 15px; display: block; text-align: center; width: fit-content; margin: 0 auto; }
.home-cont-alt .home-whatsapp .icon-whatsapp { width: 18px; height: 18px; margin-right: 6px; transform: translateY(3px); background-size: 100% auto; display: inline-block; background-image: url("data:image/svg+xml,%3Csvg width='448' height='448' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M380.9 65.1A220.3 220.3 0 0 0 223.9 0 222.3 222.3 0 0 0 31.5 333L0 448l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157Zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 327.2l-4.4-7A184.8 184.8 0 0 1 224 37.5c49.3 0 95.6 19.2 130.4 54.1a185.2 185.2 0 0 1 56.1 130.5c0 101.8-84.9 184.6-186.6 184.6Zm101.2-138.2a802 802 0 0 0-37.9-18c-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6Z' fill='%23DA1E4F' fill-rule='nonzero'/%3E%3C/svg%3E"); }

.home-cont-alt .home-whatsapp .icon-telegram { width: 18px; height: 18px; margin-right: 6px; transform: translateY(3px); background-size: 100% auto; display: inline-block; background-image: url("data:image/svg+xml,%3Csvg width='496' height='496' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M248 0a248 248 0 1 0 0 496 248 248 0 0 0 0-496Zm115 168.7c-3.8 39.2-20 134.3-28.1 178.3-3.5 18.5-10.4 24.8-17 25.4-14.4 1.3-25.3-9.5-39.3-18.7-21.8-14.3-34.1-23.2-55.3-37.2-24.5-16-8.6-25 5.3-39.5 3.7-3.7 67.1-61.5 68.3-66.7.2-.7.3-3.1-1.1-4.4-1.5-1.3-3.6-.8-5.1-.5-2.2.5-37.1 23.6-104.6 69.2a47 47 0 0 1-27 9.9 177 177 0 0 1-38.5-9.1c-15.5-5-27.9-7.7-26.8-16.3.6-4.5 6.7-9 18.5-13.7A11849 11849 0 0 1 256.9 183c68.9-28.7 83.2-33.6 92.5-33.8 2 0 6.6.5 9.6 2.9 2 1.7 3.2 4 3.5 6.7.5 3.2.7 6.5.5 9.8Z' fill='%23009EEB' fill-rule='nonzero'/%3E%3C/svg%3E"); }

@media (min-width: 768px) {
  .home-cont-alt picture { height: 150px; }
  .home-cont-alt .buttons { flex-direction: row; margin-bottom: 10px; }
  .home-cont-alt .buttons a { width: calc(33.333% - 13px); min-width: 220px; margin: 0; justify-content: center; background-image: none; }
  .home-cont-alt .buttons a:nth-child(2) { margin: 0 20px; }
}

@media (min-width: 992px) {
  .home-cont-alt { height: 360px; display: flex; align-items: center; }
  .home-cont-alt picture { height: 260px; height: 360px; position: absolute; }
  .home-cont-alt .headline { max-width: 800px; padding: 24px; padding-bottom: 14px; border-radius: 5px; background-color: rgba(255, 255, 255, .95); }
  .home-cont-alt .headline h1.head { font-size: 32px; line-height: 44px; }
  .home-cont-alt .headline p.subtext { font-size: 18px; margin-bottom: 20px; }
  .home-cont-alt .buttons a { padding-left: 15px; }
  .home-cont-alt::after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, .2); z-index: 0; }
}



/*--- HOME : FEATURED ---*/
.home-featured { margin: 20px 0 0 0; }
.home-featured h2 { font-size: 22px; letter-spacing: -0.01em; line-height: 24px; color: #333; position: relative; z-index: 0; margin-bottom: 20px; width: 100%; }

.home-featured a.btn-all-properties { width: 100%; background-color: #4D2573; color: #FFF!important; text-align: center; justify-content: center; font-size: 18px; margin-bottom: 15px; }
.home-featured a.btn-all-properties::after { content: ''; width: 10px; height: 16px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.7' height='16'%3E%3Cpath d='m9.5 8.6-7.2 7.1a.9.9 0 0 1-1.2 0L.3 15a.9.9 0 0 1 0-1.2L5.9 8 .3 2.3a.9.9 0 0 1 0-1.2L1 .3a.9.9 0 0 1 1.2 0l7.2 7a.9.9 0 0 1 0 1.3Z' fill='%23FFF'/%3E%3C/svg%3E"); position: absolute; right: 15px; }

.home-featured a.btn-all-properties:hover { background-color: #3B1B5A; }

.home-featured .item-box { height: unset; }
.home-featured .item-box .ref { margin: auto 0 0 0; }

@media (min-width: 768px) {
  .home-featured .item-box .ref { margin-top: 0; }
  .home-featured .item-box .item-info { padding-top: 15px;  }
  .home-featured .item-box .item-ctos { padding: 0 15px 15px 15px; }
}

@media (min-width: 992px) {
  .home-featured { margin: 25px 0 0 0; }
  .home-featured a.btn-all-properties { max-width: 400px; margin: 5px auto 25px auto; height: 50px; }

  .home-featured .item-box { width: calc(33.333% - 14px); flex-direction: column; }
  .home-featured .item-box img { height: 220px; max-width: 100%; }
  .home-featured .item-box .item-info { padding: 15px; padding-bottom: 0; min-height: 170px; }
  .home-featured .item-box .title { font-size: 16px; }
  .home-featured .item-box .price { font-size: 26px; }
  .home-featured .item-box .item-ctos { padding-top: 10px; }

}

@media (min-width: 1200px) {
  .home-featured .item-box img { height: 240px; }
  .home-featured .item-box .title { font-size: 17px; }
  .home-featured .item-box .ref { position: relative; bottom: unset; right: unset; left: unset; text-align: left; }
  .home-featured .item-box .ref span { display: inline; }
}


/*--- HOME : INTRO TEXT ---*/
.home-intro { margin: 10px 0 20px 0; }
.home-intro h2 { font-size: 22px; letter-spacing: -0.01em; line-height: 30px; margin-bottom: 15px; }
.home-intro p { font-size: 16px; line-height: 34px; }


/*--- ITEM : BOX ---*/
.item-box { border-radius: 5px; box-shadow: 0 3px 6px rgba(0,0,0,.16); overflow: hidden; position: relative; margin-bottom: 20px; width: 100%; display: flex; flex-direction: column; }
.item-box img { aspect-ratio: 3 / 2; height: 240px; width: 100%; object-fit: cover; background-color: #F8F8F8; }
.item-box .item-info { padding: 15px; color: #221033; }
.item-box .icon-tag { font-weight: 700; font-size: 16px; line-height: 1; color: #fff; padding: 7px 22px 7px 12px; border-radius: 0; position: absolute; left: 0; top: 34px; }
.item-box .title { font-weight: 600; font-size: 18px; line-height: 1.3; margin-bottom: 5px; }
.item-box .location { font-size: 14px; line-height: 1; margin-bottom: 0; }
.item-box .price { font-weight: 700; font-size: 26px; line-height: 1; color: #4d2573; margin: 13px 0; }
.item-box .price small { display: block; font-size: 14px; font-weight: 600; margin-bottom: 2px; color: #333; }
.item-box .price .startsfrom-suffix { display: inline-block; margin-bottom: 0; margin-left: -3px; }
.item-box .ref { font-size: 14px; line-height: 1; color: #b7b7b7; margin-bottom: 10px; }

.item-ctos { width: 100%; display: flex; padding: 0 15px 15px 15px; justify-content: space-between; margin-top: auto; }
.item-ctos a { z-index: 2; line-height: 1; padding: 13px 10px; position: relative; width: calc(50% - 5px); border: 1px solid #C1C1C1; color: #333; display: flex; align-items: center; justify-content: center; outline: 0; box-shadow: none; }

.item-ctos a span { width: 20px; height: 20px; flex-shrink: 0; background-size: auto 100%; }

.item-ctos a.btn-link { display: none; }

.item-ctos a.btn-call { color: #4d2573; }
.item-ctos a.btn-call:hover, .item-ctos a.btn-call:active { border-color: #4d2573; background-color: #4d2573; color: #FFF; }

.item-ctos a.btn-whatsapp { color: #25D366; }
.item-ctos a.btn-whatsapp:hover, .item-ctos a.btn-whatsapp:active { border-color: #25D366; background-color: #25D366; color: #FFF; }

.item-ctos a.btn-telegram { color: #009EEB; }
.item-ctos a.btn-telegram:hover, .item-ctos a.btn-telegram:active { border-color: #009EEB; background-color: #009EEB; color: #FFF; }

.item-ctos a.btn-message-desktop { display: none; }

.img-cont { position: relative; }
.img-cont.sold::after { content: attr(data-content); position: absolute; font-weight: 700; color: #FFFFFF; text-align: center; text-transform: uppercase; background: #C0251F; font-size: 36px; line-height: 1; padding: 8px 30px; z-index: 202; pointer-events: none; white-space: nowrap; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%) rotate(-32deg); }


@media (min-width: 768px) {
  .item-box { width: calc(50% - 10px); }
  .item-box .item-detail-cont { display: flex; flex-direction: column; flex: 1; justify-content: flex-start; width: 100%; }
  .item-box .item-info { flex: 1; display: flex; flex-direction: column; min-height: 180px; }
  .item-box .price { margin: auto 0; }
  .item-box .ref { margin-bottom: 0; }
  .item-ctos { margin-top: auto; }

  .property-photos-cont.sold::after { font-size: 32px; }
}

@media (min-width: 992px) {
  .item-box { height: 250px; flex-direction: row; box-shadow: 0px 0px 20px rgba(0,0,0,.10); }
  .item-box img { max-width: 300px; height: 250px; }
  .item-box .item-info { padding: 15px 10px 0 20px; min-height: unset; }
  .item-box .title { font-size: 17px; }
  .item-box .location { font-size: 15px; }
  .item-box .price { font-size: 27px; }
  .item-box .price small { font-size: 15px; }
  .item-box .ref { font-size: 15px; }
  .item-ctos { padding: 10px 0 15px 15px; margin-top: auto; justify-content: flex-start; }
  .item-ctos a { margin-right: 10px; width: calc(50% - 5px); max-width: 175px; }
  .item-ctos a:last-child { margin-right: 0; }
  .item-ctos a.btn-call { display: none; }
  .item-ctos a.btn-message-desktop { display: flex; }
  .item-ctos a.btn-message-desktop span { transform: translateY(2px); }
}

@media (min-width: 1200px) {
  .item-box { height: 240px; }
  .item-box img { max-width: 350px; height: 240px; }
  .item-box .item-detail-cont { position: relative; }
  .item-box .item-info { padding-top: 20px; }
  .item-box .title { font-size: 18px; margin-bottom: 5px; }
  .item-box .price { font-size: 28px; }
  .item-box .ref { position: absolute; left: 375px; bottom: 20px; right: 0; margin-bottom: 0; line-height: normal; text-align: center; }
  .item-box .ref span { display: block; }
  .item-ctos { padding-top: 0; }
}


/*--- PROPERTIES FOR SALE ---*/
.list-container {}
.list-title { margin: 20px 0 15px 0; }

.filter-btns { margin-bottom: 15px; }
.filter-btns button { display: flex; align-items: center; justify-content: center; width: calc(50% - 5px); background-color: #FFF; border-radius: 5px; border: 1px solid #EEEEEE; font-size: 16px; color: #221033; height: 46px; transition: ease all .25s; outline: 0!important; box-shadow: none!important; white-space: nowrap; }
.filter-btns button span.count { font-weight: 700; font-size: 16px; line-height: 1; color: #fff; width: 28px; height: 28px; background: #4d2573; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin-left: 14px; flex-shrink: 0; }
.filter-btns button span.icon-filter { width: 24px; height: 17px; margin-right: 15px; background-size: cover; flex-shrink: 0; }
.filter-btns button span.icon-sort { width: 20px; height: 20px; margin-right: 15px; flex-shrink: 0; }
.filter-btns button span.type {}
.filter-btns button span.map-count { margin-left: 5px; }

.filter-btns button:active { background-color: #4d2573; border-color: #4d2573; color: #FFF; }
.filter-btns button:active span.icon-filter, .filter-btns button:active span.icon-sort { filter: grayscale(100%) invert(100%); }
.filter-btns button:active span.count { color: #4d2573; background: #FFF; }

.filter-btns button.disabled { pointer-events: none; }

.filter-btns .dropdown { width: calc(50% - 5px); }
.filter-btns .dropdown button { width: 100%; position: relative; }
.filter-btns .dropdown button[aria-expanded=true] { z-index: 1001; border-color: transparent; }

.filter-btns .dropdown .dropdown-menu { z-index: 1001; width: 100%; padding: 0; border: 0; transform: translate3d(0, 55px, 0)!important; }

.filter-btns .dropdown .dropdown-menu .dropdown-item { line-height: 1; padding: 17px 20px; border-bottom: 1px solid #eee; color: #333; }
.filter-btns .dropdown .dropdown-menu .dropdown-item:last-child { border-bottom: 0; }
.filter-btns .dropdown .dropdown-menu .dropdown-item.active { color: #4d2573; pointer-events: none; background-color: transparent; background-image: url("data:image/svg+xml,%3Csvg width='448' height='320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M448 32c0 8.2-3.1 16.4-9.4 22.6l-256 256a31.7 31.7 0 0 1-45.2 0l-128-128a32 32 0 0 1 45.2-45.3L160 242.9 393.4 9.4A32 32 0 0 1 448 32Z' fill='%234D2573' fill-rule='nonzero'/%3E%3C/svg%3E"); background-size: auto 11px; background-repeat: no-repeat; background-position: calc(100% - 20px) center; }

.filter-btns .dropdown .dropdown-menu .dropdown-item:hover,
.filter-btns .dropdown .dropdown-menu .dropdown-item:active { color: #FFF; background-color: #4d2573; border-bottom-color: #4d2573; }
.filter-btns .dropdown .dropdown-menu .dropdown-item:first-child:hover { border-top-right-radius: .25rem; border-top-left-radius: .25rem; }
.filter-btns .dropdown .dropdown-menu .dropdown-item:last-child:hover { border-bottom-right-radius: .25rem; border-bottom-left-radius: .25rem; }
.filter-btns .dropdown .dropdown-menu .dropdown-item:first-child::before { display: inline-block; vertical-align: 0.255em; content: ""; border-bottom: 10px solid #fff; border-right: 7px solid transparent; border-top: 0; border-left: 7px solid transparent; position: absolute; left: calc(50% - 0.6em); top: -10px; z-index: 1051; }
.filter-btns .dropdown .dropdown-menu .dropdown-item:first-child:active::before,
.filter-btns .dropdown .dropdown-menu .dropdown-item:first-child:focus::before,
.filter-btns .dropdown .dropdown-menu .dropdown-item:first-child:hover::before { border-bottom: 10px solid #4d2573; }

.filter-btns .dropdown::after { transition: opacity .1s linear!important; opacity: 0; content: ''; position: fixed; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background: rgba(0,0,0,.3); z-index: 1000; pointer-events: none; }
.filter-btns .dropdown.show::after { opacity: 1; pointer-events: all; }


.type-switch { padding-left: 0; margin-right: 20px; }
.filter-cont .filter-box .type-switch { margin: 0 auto; width: fit-content; }
.type-switch .custom-control-input { outline: 0!important; box-shadow: none!important; }
.type-switch .custom-control-label { cursor: pointer; }
.type-switch .custom-control-label:first-child { padding-right: 66px!important; text-indent: 0!important; }
.type-switch .custom-control-label:first-child::before,
.type-switch .custom-control-label:first-child::after { display: none; }

.type-switch .custom-control-label::before,
.filter-cont .filter-box .type-switch .custom-control-label::before { left: -52px; top: 0; width: 46px; height: 24px; border-radius: 12px; border: 0; background-color: #E1E1E1!important; box-shadow: none!important; }
.type-switch .custom-control-input:checked~.custom-control-label::before { color: #fff; border: 0; background-color: #E1E1E1; }

.type-switch .custom-control-label::after,
.filter-cont .filter-box .type-switch .custom-control-label::after { top: 0; left: -51px; width: 23px; height: 23px; background-color: #8e5dbb; border: 4px solid #4d2573; border-radius: 50%; }
.type-switch .custom-control-input:checked~.custom-control-label::after { background-color: #8e5dbb; -webkit-transform: translateX(21px); transform: translateX(21px); }

.listing-count, .filter-result-text { font-size: 16px; color: #333; margin-bottom: 0; white-space: nowrap; }

.list-results {  }
.list-results .sub-cont { display: flex; flex-wrap: wrap; justify-content: space-between; }
.list-results .item-box { display: none; opacity: 0;  }
.list-results .item-box.active { opacity: 1; display: flex; -webkit-animation: FadeIn 0.65s ease forwards; animation: FadeIn 0.65s ease forwards; }
.list-results .item-box.active:last-child { margin-bottom: 40px; }

.no-results-cont { display: none; opacity: 0; flex-direction: column; align-items: center; margin: 50px auto 70px auto; max-width: 500px; }
.no-results-cont.active { display: flex; opacity: 1; -webkit-animation: FadeIn 0.65s ease forwards; animation: FadeIn 0.65s ease forwards; }
.no-results-cont .icon-noresults { width: 64px; height: 64px; background-size: 100% auto; background-repeat: no-repeat; }
.no-results-cont p { text-align: center; font-weight: 600; margin: 20px 0; }
.no-results-cont .item-ctos { padding-left: 0; padding-right: 0; }

.banner { margin-bottom: 20px; display: block; }

html[lang="ru"] .listing-count, .filter-result-text { white-space: normal; }

html[lang="ru"] .dropdown-menu[aria-labelledby="searchSort"] { left: auto!important; right: 0; width: 220px; }
html[lang="de"] .dropdown-menu[aria-labelledby="searchSort"] { left: auto!important; right: 0; width: 170px; }

.filter-btns { flex-wrap: wrap; }
.filter-btns .btn-map { order: 3; margin-top: 10px; width: 100%; padding: 0 15px; }
.filter-btns .btn-map span.icon-map-location { width: 18px; height: 18px; margin-right: 15px; flex-shrink: 0; background-size: cover; }
.filter-btns .btn-map:hover, .filter-btns .btn-map:active { background-color: #4d2573; color: #FFF; border-color: #4d2573; }

@media (min-width: 414px) {
  html[lang="de"] .dropdown-menu[aria-labelledby="searchSort"] { left: 0!important; right: unset; width: 100%; }
}

@media (min-width: 768px) {
  html[lang="ru"] .dropdown-menu[aria-labelledby="searchSort"] { left: 0!important; right: unset; width: 100%; }

  .list-results .item-box.active { display: flex; }

  .no-results-cont { }
  .no-results-cont .icon-noresults { width: 72px; height: 72px; }
  .no-results-cont p { margin: 25px 0 20px 0; }

  .filter-btns { flex-wrap: nowrap; }
  .filter-btns button, .filter-btns .dropdown { width: calc(33.333% - 10px); }
  .filter-btns .btn-map { margin: 0; order: 0; width: calc(33.333% - 10px); }

  html[lang="de"] .filter-btns button,
  html[lang="de"] .filter-btns .dropdown { width: 200px; }
  html[lang="de"] .filter-btns .btn-map { width: calc(100% - 430px); }
}

@media (min-width: 992px) {
  .list-title { margin-bottom: 20px; }
  .filter-btn-cont { flex-wrap: wrap; }
  .filter-btns { margin-bottom: 0; margin-left: auto; order: 2; }

  .filter-btns .btn-map,
  html[lang="de"] .filter-btns .btn-map { width: fit-content; height: 42px; margin-right: 15px; }

  html[lang="de"] .filter-btns .dropdown,
  .filter-btns .dropdown { width: 164px; }
  .filter-btns .dropdown button { height: 42px; }
  .filter-btns .dropdown .dropdown-menu { width: 200px; transform: translate3d(-18px, 55px, 0)!important; }
  .filter-btns button span.icon-sort { width: 18px; height: 18px; background-size: cover; }

  .listing-count, .filter-result-text { font-weight: 600; order: 1; width: fit-content; }

  .list-results .sub-cont { align-items: flex-start; }

  .list-results .item-box { width: 100%; align-self: stretch; }

  .no-results-cont .icon-noresults { width: 96px; height: 96px; }
  .no-results-cont p { margin: 25px 0 20px 0; }
  .no-results-cont .item-ctos { width: 410px; }
  .no-results-cont .item-ctos a { max-width: 200px; }

  html[lang="ru"] .filter-btns .dropdown { width: 190px; }
  html[lang="ru"] .dropdown-menu[aria-labelledby="searchSort"] { width: 224px; }
  html[lang="de"] .dropdown-menu[aria-labelledby="searchSort"] { width: 200px; }
}

@media (min-width: 1200px) {
  .filter-btns .dropdown { width: 140px; }

  .type-switch { margin-right: 50px; }

  .no-results-cont .icon-noresults { width: 96px; height: 96px; }
  .no-results-cont p { margin: 25px 0; }

  html[lang="ru"] .filter-btns .dropdown { width: 180px; }
  html[lang="ru"] .dropdown-menu[aria-labelledby="searchSort"] { width: 216px; }

  html[lang="de"] .filter-btns button,
  html[lang="de"] .filter-btns .dropdown { width: 170px; }
  html[lang="de"] .dropdown-menu[aria-labelledby="searchSort"] { width: 206px; }
}


/*--- FILTER ---*/
#filter { padding-right: 0; }
#filter .modal-dialog { margin: 0; max-width: 100%; }

.filter-cont { min-height: 100vh; pointer-events: all; }
.filter-cont .search-subs-filter { padding: 10px 20px; border-bottom: 1px solid #EEE; background: #FFFFFF; }
.filter-cont .search-subs-filter button { min-width: 80px; width: fit-content; line-height: 1; padding: 14px 12px; font-size: 14px; font-weight: 700; white-space: nowrap; }
.filter-cont .search-subs-filter button.clear-form { border: 1px solid #4d2573; color: #4d2573; }
.filter-cont .search-subs-filter button.send-form { border: 0; background-color: #4d2573; color: #FFF; display: flex; align-items: center; justify-content: space-between; }
.filter-cont .search-subs-filter button.send-form::after { width: 7px; height: 12px; background-size: 100% auto; }

.filter-cont .search-subs-filter span.filter-count { font-weight: 700; font-size: 18px; margin: 0 10px; white-space: nowrap; }

.filter-cont .filter-form { background: #FFF; padding-top: 0; padding-bottom: 0; min-height: calc(100vh - 65px); }

.filter-cont .filter-box { border-bottom: 1px solid #EEE; padding: 24px 20px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.filter-cont .filter-box.filter-type { padding-bottom: 9px; }
.filter-cont .filter-box.filter-loc { /*border-bottom: 0;*/ padding-bottom: 9px; }

.filter-cont .filter-box p { font-size: 18px; line-height: 1; font-weight: 600; margin: 0 0 15px 0; width: 100%; }
.filter-cont .filter-box select { cursor: pointer; width: calc(50% - 10px); padding: 9px 28px 9px 12px; height: 44px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6.069' viewBox='0 0 10 6.069'%3E%3Cpath id='chevron-right-solid' d='M33.4,43.046l-4.45,4.45a.55.55,0,0,1-.777,0l-.519-.519a.55.55,0,0,1,0-.776l3.527-3.544-3.527-3.544a.55.55,0,0,1,0-.776l.519-.519a.55.55,0,0,1,.777,0l4.45,4.45A.55.55,0,0,1,33.4,43.046Z' transform='translate(47.657 -27.495) rotate(90)' fill='%234d2573'/%3E%3C/svg%3E%0A"); }

.filter-cont .filter-box .custom-checkbox { width: 50%; padding-left: 20px; margin-bottom: 15px; }
.filter-cont .filter-box .custom-control-label { cursor: pointer; text-indent: 8px; }
.filter-cont .filter-box .custom-control-label::before,
.filter-cont .filter-box .custom-control-label::after { width: 20px; height: 20px; border-radius: 3px; top: 3px; left: -20px; cursor: pointer; }
.filter-cont .filter-box .custom-control-label small { font-size: 13px; display: block; }

.filter-cont .filter-box .custom-control-input { width: 20px; }
.filter-cont .filter-box .custom-control-input:checked~.custom-control-label::before { background-color: #4d2573; border-color: #4d2573; }

.filter-cont .filter-box .btn-group .btn { font-weight: 600; padding: 9px 10px; border-color: #4d2573; }
.filter-cont .filter-box .btn-group .btn.active { box-shadow: none!important; background-color: #4d2573; }


.filter-cont .filter-box .btn-group .btn:active,
.filter-cont .filter-box .btn-group .btn:hover,
.filter-cont .filter-box .btn-group .btn:focus { box-shadow: none!important; background-color: #4d2573; border-color: #4d2573; }

html[lang="ru"] .filter-cont .search-subs-filter,
html[lang="de"] .filter-cont .search-subs-filter { padding: 10px 10px; }

html[lang="ru"] .filter-cont .search-subs-filter span.filter-count,
html[lang="de"] .filter-cont .search-subs-filter span.filter-count { font-size: 16px; }

@media (min-width: 414px) {
  html[lang="de"] .filter-cont .search-subs-filter button { min-width: 110px; }
}

@media (min-width: 768px) {
  html[lang="ru"] .filter-cont .search-subs-filter,
  html[lang="de"] .filter-cont .search-subs-filter { padding: 10px 20px; }
  html[lang="ru"] .filter-cont .search-subs-filter button { min-width: 140px; }
}

@media (min-width: 992px) {
  .filter-page { overflow: visible; }
  .filter-page.modal-open { overflow: hidden; }
  #filter { display: block!important; opacity: 1!important; /*position: sticky!important;*/ position: relative; top: 10px; height: auto; z-index: 0; margin-bottom: 25px; overflow: visible; }
  #filter .modal-dialog { transform: none!important; pointer-events: all; }
  .filter-cont { min-height: unset; }
  .filter-cont .search-subs-filter { display: none!important; }
  .filter-cont .filter-form { min-height: unset; padding: 0 15px; background-color: #fafafa; border: 1px solid #DDD; border-radius: 5px; }
  .filter-cont .filter-box { padding: 20px 0; }

  .filter-cont .filter-box p { font-size: 16px; }

  .filter-cont .filter-box select { width: calc(50% - 5px); font-size: 15px; padding: 8px 28px 8px 12px; height: 42px; }

  .filter-cont .filter-box .custom-checkbox { width: calc(50% - 5px); padding-left: 16px; margin-bottom: 10px; font-size: 15px; }
  .filter-cont .filter-box .custom-control-label { text-indent: 6px; }
  .filter-cont .filter-box .custom-control-label::before,
  .filter-cont .filter-box .custom-control-label::after { width: 16px; height: 16px; top: 4px; left: -16px; }
  .filter-cont .filter-box .custom-control-input { width: 16px; height: 16px; }

  .filter-cont .filter-box .btn-group .btn { padding: 8px 5px; font-size: 15px; background-color: #FFF; }
}


/*--- MAP MODAL ---*/
#cyprus-map { height: 100vh; }

#mapModal.show { padding-right: 0 !important; }
#mapModal .modal-dialog { max-width: 100%; margin: 0; min-height: 100vh; }
#mapModal .modal-content { border-radius: 0; border: 0; }
#mapModal .modal-body { padding: 0; }
#mapModal button.close { background-color: #4d2573; position: absolute; right: 0; display: flex; align-items: center; outline: 0; color: #FFF; opacity: 1; font-weight: 600; font-size: 18px; text-shadow: none; white-space: nowrap; padding: 8px 10px 10px 15px; z-index: 1; }
#mapModal button.close::after { display: block; width: 24px; height: 24px; margin-left: 5px; }

.popup-bubble { position: absolute; top: 0; left: 0; transform: translate(-50%, -100%); background-color: #333; border-radius: 7px; box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5); text-align: center; font-size: 16px; color: #FFF; padding: 10px; min-width: 160px; }
.popup-bubble::after { content: ""; position: absolute; bottom: -8px; left: 50%; transform: translate(-50%, 0); width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 8px solid #333; }
.popup-container { cursor: auto; height: 0; position: absolute; transform: translateY(-58px); }

@media screen and (min-width: 992px) {
  #mapModal button.close { font-size: 32px; text-shadow: none; white-space: nowrap; padding: 8px 10px 10px 15px; z-index: 1; }
  #mapModal button.close::after { width: 36px; height: 36px; }
}


#innerMapModal .modal-xl { max-width: 360px; width: 100vw; max-width: 320px; margin: 2.5rem auto; }
#innerMapModal button.close { position: absolute; right: 0; display: flex; align-items: center; outline: 0; color: #FFF; opacity: 1; font-weight: 600; text-shadow: none; z-index: 1; white-space: nowrap; font-size: 18px; transform: translateY(calc(-100% - 12px)); }
#innerMapModal button.close::after { display: block; width: 24px; height: 24px; margin-left: 5px; }
#innerMapModal .modal-body { padding: 10px; padding-bottom: 0; }

#innerMapModal .item-box { max-width: 320px; }
#innerMapModal .item-box .img-cont { display: none; }
#innerMapModal .item-box .icon-tag { display: none; }

#innerMapModal .item-box .item-ctos { flex-wrap: wrap; }
#innerMapModal .item-box .item-ctos a.btn-link { display: flex; width: 100%; padding: 15px 10px; margin-bottom: 15px; text-decoration: none; color: #4d2573; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.7' height='16'%3E%3Cpath d='m9.5 8.6-7.2 7.1a.9.9 0 0 1-1.2 0L.3 15a.9.9 0 0 1 0-1.2L5.9 8 .3 2.3a.9.9 0 0 1 0-1.2L1 .3a.9.9 0 0 1 1.2 0l7.2 7a.9.9 0 0 1 0 1.3Z' fill='%234d2573'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: calc(100% - 15px) center; background-size: auto 16px; }

#innerMapModal .item-box .item-ctos a.btn-link:hover,
#innerMapModal .item-box .item-ctos a.btn-link:active { border-color: #4d2573; background-color: #4d2573; color: #FFF; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.7' height='16'%3E%3Cpath d='m9.5 8.6-7.2 7.1a.9.9 0 0 1-1.2 0L.3 15a.9.9 0 0 1 0-1.2L5.9 8 .3 2.3a.9.9 0 0 1 0-1.2L1 .3a.9.9 0 0 1 1.2 0l7.2 7a.9.9 0 0 1 0 1.3Z' fill='%23fff'/%3E%3C/svg%3E"); }


@media (min-width: 390px) {
  #innerMapModal .modal-xl { margin: 1.75rem auto; max-width: 94vw; }
  #innerMapModal .item-box { max-width: 100%; }
}

@media (min-width: 768px) {
  #innerMapModal .modal-xl { max-width: 660px; width: fit-content; }
  #innerMapModal button.close { transform: translateY(calc(-100% - 22px)); }
  #innerMapModal .modal-body { padding: 20px; padding-bottom: 0; }
  #innerMapModal .item-box { width: 300px; max-width: 300px; margin-right: 20px; }
  #innerMapModal .item-box:nth-child(2n + 2) { margin-right: 0; }
  #innerMapModal .item-box:last-child { margin-right: 0 !important; }
}

@media screen and (min-width: 992px) {
  #innerMapModal .modal-xl { max-width: 780px; }
  #innerMapModal .item-box { width: 360px; max-width: 360px; margin-right: 20px; }
  #innerMapModal .item-box:nth-child(2n + 2) { margin-right: 0; }
  #innerMapModal .item-box:last-child { margin-right: 0 !important; }

  #innerMapModal .item-box .img-cont { display: block; }
  #innerMapModal .item-box .icon-tag { display: block; }
  #innerMapModal .item-box .item-ctos a.btn-link { display: none; }
}

@media screen and (min-width: 1200px) {
  #innerMapModal .modal-xl { max-width: 1160px; }
  #innerMapModal .item-box { width: 360px; }
  #innerMapModal .item-box:nth-child(2n + 2) { margin-right: 20px; }
  #innerMapModal .item-box:nth-child(3n + 3) { margin-right: 0; }
}

@media screen and (min-width: 1440px) {
  #innerMapModal .modal-xl { max-width: 1250px; }
  #innerMapModal .item-box { width: 390px; }
}

@media screen and (min-width: 1680px) {
  #innerMapModal .modal-xl { max-width: 1620px; margin: 0.5rem auto; }
  #innerMapModal .item-box { width: 380px; }
  #innerMapModal .item-box:nth-child(3n + 3) { margin-right: 20px; }
  #innerMapModal .item-box:nth-child(4n + 4) { margin-right: 0; }
}

@media screen and (min-width: 1920px) {
  #innerMapModal .modal-xl { max-width: 1660px; }
  #innerMapModal .item-box { width: 390px; }
}


/*--- ABOUT ---*/
.content { padding-top: 20px; padding-bottom: 20px; }
.content a, .content a:visited { color: #DA1E4F; text-decoration: none; }
.content a:hover, .content a:focus { color: #DA1E4F; text-decoration: underline; }
.content h2 { font-size: 22px; letter-spacing: -0.01em; line-height: 1.5; margin-bottom: 15px; }

.calendly-thank-you .btn-dmg.get { display: none; }

.content .about-img { aspect-ratio: 1.35 / 1; object-fit: cover; }

.card-cont { display: flex; flex-wrap: wrap; justify-content: flex-start; }
.card-cont .card-logo { width: calc(25% - 11.5px); max-width: 260px; min-height: 50px; margin-right: 15px; margin-bottom: 15px; border-radius: 10px; background: #fff; border: 1px solid #f5f5f5; display: flex; align-items: center; justify-content: center; transition: ease all .25s; }
.card-cont .card-logo:nth-child(4n) { margin-right: 0; }
.card-cont .card-logo img { width: 100%; max-width: 69px; height: auto; }

.inspection-content { display: flex; flex-wrap: wrap; }
.inspection-content h1 { width: 100%; }
.inspection-content h3 { font-size: 18px; line-height: 34px; margin-bottom: 10px; width: 100%; }
.inspection-content p { font-size: 16px; line-height: 34px; margin-bottom: 34px; width: 100%; }
.inspection-content ul { margin: 0; padding: 0; list-style: none; margin-bottom: 30px; width: 100%; }
.inspection-content ul li { margin-bottom: 12px; position: relative; padding-left: 22px; }
.inspection-content ul li::before { content: ''; position: absolute; width: 10px; height: 10px; top: 7px; left: 0; border-radius: 50%; background-color: #4E2175; }
.inspection-content ul li:last-child { margin-bottom: 0; }
.inspection-content .inspection-imgs { margin-bottom: 34px; }

@media (min-width: 768px) {
  .content h1, .content h2 { font-size: 28px; }

  .content .about-text-cont { height: 400px; }
  html[lang="de"] .content .about-text-cont { height: 500px; }
  html[lang="ru"] .content .about-text-cont { height: 460px; }
  html[lang="sq"] .content .about-text-cont { height: 430px; }

  html[lang="fa"] .content .about-text-cont { height: 330px; }
  html[lang="he"] .content .about-text-cont { height: 370px; }

  .content .about-text-cont p { width: calc(59% - 30px); }
  .content .about-img { aspect-ratio: auto; object-fit: cover; max-width: 41%; margin-left: auto; }

  html[dir="rtl"] .content .about-img { margin-left: unset; margin-right: auto; }

  .card-cont .card-logo { min-height: 100px; }
  .card-cont .card-logo img { max-width: 120px; }

  .card-cont .card-logo { width: calc(20% - 12px); min-height: 70px; }
  .card-cont .card-logo:nth-child(4n) { margin-right: 15px; }
  .card-cont .card-logo:nth-child(5n) { margin-right: 0; }
  .card-cont .card-logo img { max-width: 90px; }
}

@media (min-width: 992px) {
  .content .about-text-cont,
  html[lang="de"] .content .about-text-cont { height: 330px; }
  html[lang="tr"] .content .about-text-cont { height: 300px; }
  html[lang="ru"] .content .about-text-cont { height: 360px; }
  html[lang="sq"] .content .about-text-cont { height: 330px; }
  html[lang="fa"] .content .about-text-cont { height: 270px; }
  html[lang="he"] .content .about-text-cont { height: 240px; }

  .card-cont .card-logo { width: calc(16.66% - 12.5px); min-height: 80px; }
  .card-cont .card-logo:nth-child(5n) { margin-right: 15px; }
  .card-cont .card-logo:nth-child(6n) { margin-right: 0; }
  .card-cont .card-logo img { max-width: 100px; }

  .inspection-content .inspection-imgs { max-width: 32%; margin-right: 2%; }
}

@media (min-width: 1200px) {
  html[lang="tr"] .content .about-text-cont,
  html[lang="fa"] .content .about-text-cont,
  html[lang="he"] .content .about-text-cont { height: 330px; }

  .content .about-text-cont p { width: calc(50% - 20px); }
  .content .about-img { aspect-ratio: auto; object-fit: cover; max-width: calc(50% - 20px); }

  .card-cont .card-logo { min-height: 100px; }
  .card-cont .card-logo img { max-width: 120px; }
}


/*--- WHY NORTH CYPRUS ---*/
.why-north-cyprus {}
.why-north-cyprus .points-container { display: flex; flex-wrap: wrap; justify-content: space-between; }
.why-north-cyprus .points-container div { display: flex; align-items: flex-start; width: 100%; margin-bottom: 20px; }
.why-north-cyprus .points-container div img { width: 24px; height: auto; margin-right: 10px; margin-top: 3px; }
.why-north-cyprus .points-container div p { margin: 0; }
.why-north-cyprus .points-container div p strong { display: block; font-size: 18px; }
.why-north-cyprus .capital-appreciation { border: 1px solid #D8D8D8; margin: 0 auto; display: block; }

html[dir="rtl"] .why-north-cyprus .points-container div img { margin-right: 0; margin-left: 10px; }

@media (min-width: 768px) {
  .why-north-cyprus .points-container div { width: calc(50% - 15px); margin-bottom: 25px; }
  .why-north-cyprus .points-container div img { width: 32px; margin-right: 15px; }
  .why-north-cyprus .capital-appreciation { max-width: 700px; }
  html[dir="rtl"] .why-north-cyprus .points-container div img { margin-right: 0; margin-left: 15px; }
}


@media (min-width: 1200px) {
  .why-north-cyprus .points-container { justify-content: flex-start; }
  .why-north-cyprus .points-container div { width: calc(33.333% - 20px); margin-bottom: 30px; margin-right: 30px; }
  .why-north-cyprus .points-container div:nth-child(3n) { margin-right: 0; }

  html[dir="rtl"] .why-north-cyprus .points-container div { margin-left: 30px; margin-right: unset; }
  html[dir="rtl"] .why-north-cyprus .points-container div:nth-child(3n) { margin-left: 0; }
}


/*--- AGENTS PAGE ---*/
.agents-page { }
.agent-box { width: 100%; border: 1px solid #DDDDDD; border-radius: 5px; padding: 15px; margin-bottom: 30px; }
.agent-box .agent-logo { display: block; width: fit-content; margin-bottom: 15px; }
.agent-box .agent-logo .logo { width: auto; height: 42px; }
.agent-logo span { width: 14px; height: 14px; display: inline-block; background-size: cover; margin-left: 5px; transform: translate(0, 1px); }
.agent-box .contact-team { width: 100%; }


@media (min-width: 768px) {
  .agent-box { width: calc(50% - 15px); }
  .agent-box:nth-child(odd) { margin-right: 30px; }
}


/*--- CONTACT ---*/
.contact-data {  }
.contact-data div { margin-bottom: 15px; }
.contact-data .w-33 { width: 33%; }
.contact-data .w-66 { width: 66%; }

.contact-data .maps-link { position: relative; text-decoration: none!important; }
.contact-data .maps-link span { width: 14px; height: 14px; display: inline-block; background-size: cover; transform: translate(5px, 1px); }
.contact-data .maps-link::after { content: ''; position: absolute; left: 0; right: -5px; height: 1px; background-color: #DA1E4F; bottom: 0; opacity: 0; }
.contact-data .maps-link:hover::after { opacity: 1;  }

html[dir="rtl"] .contact-data .maps-link span { transform: translate(-5px, 1px); }
html[dir="rtl"] .contact-data .maps-link::after { left: -5px; right: 0; }

.contact-team { display: flex; width: 100%; }
.contact-team img { border: 1px solid #F4F4F4; width: 70px; height: 70px; flex-shrink: 0; margin-right: 10px; }
.contact-team h5 { margin-top: 5px; line-height: 1; display: flex; align-items: center; }
.contact-team h5 span { background-size: 100% auto; background-repeat: no-repeat; display: inline-block; width: 27px; height: 18px; margin-left: 8px; border-radius: 3px; }
.contact-team p { margin-bottom: 0; font-size: 15px; }
.contact-team p span { display: inline-block; width: 90px; }
.contact-team strong { font-weight: 600; }





@media (min-width: 375px) {
  .contact-team img { width: 90px; height: 90px; margin-right: 15px; }
}

@media (min-width: 768px) {
  .contact-data .w-33 { max-width: 140px; }
  .contact-data .w-66 { width: calc(100% - 140px); }
  .contact-team p { font-size: 16px; }
}

@media (min-width: 992px) {
  .contact-team { width: 50%; }
  .contact-team img { width: 120px; height: 120px; margin-right: 30px; }
  .contact-team h5 { margin-bottom: 5px!important; font-size: 20px; }
  .contact-team p { margin-bottom: 5px; }
}


/*--- PROJECT DETAIL ---*/
.btn-arrange { font-size: 22px; line-height: 1; color: #fff; border-radius: 5px; background: #4d2573; padding: 16px 20px; min-width: 180px; box-shadow: none!important; outline: 0!important; }
.btn-arrange:hover, .btn-arrange:active { color: #FFF; background: #3B1B5A; }

.btn-download-pdf { display: inline-flex; align-items: center; font-size: 21px; line-height: 1; color: #FFF; background: #4d2573; width: fit-content; padding: 16px 20px; margin-bottom: 40px; transition: ease all .25s; border-radius: .25rem; }
.btn-download-pdf:hover { color: #FFF; text-decoration: none; background-color: #3B1B5A; }
.btn-download-pdf span { background-repeat: no-repeat; width: 24px; height: 24px; background-size: 100% auto; margin-right: 15px; }

.project-title { background-color: #FFF; padding: 5px 0 50px 0; background-repeat: no-repeat; background-position: left top; background-size: auto 100%; position: relative; }
.project-title::before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(255, 255, 255, .9); }
.project-title h1 { font-weight: 700; font-size: 28px; letter-spacing: -0.01em; line-height: 1.05; margin-bottom: 0; }
.project-title p.lead { font-weight: 600; font-size: 18px; letter-spacing: -0.01em; line-height: 1.5; margin-bottom: 20px; }
.project-title .image-first { margin-bottom: 30px; }
.project-title ul.project-bullets { list-style: none; margin: 0; margin-bottom: 40px; padding: 0; }
.project-title ul.project-bullets li { font-size: 18px; line-height: 26px; margin-bottom: 10px; display: flex; }
.project-title ul.project-bullets li span { margin-right: 5px; }
.project-title ul.project-bullets li:last-child { margin-bottom: 0; }
.project-title ul.project-bullets li::before { content: ''; width: 10px; height: 10px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Ccircle data-name='Ellipse 2' cx='5' cy='5' r='5' fill='%234d2573'/%3E%3C/svg%3E"); display: block; margin-right: 12px; line-height: 1; transform: translateY(9px); flex-shrink: 0; }

.list-menu { margin: 0; padding: 0; list-style: none; font-size: 14px; line-height: 1; white-space: nowrap; min-height: 40px; overflow: hidden; z-index: 1; }
.list-menu.mx-100 { max-width: 100%; }
.list-menu li { display: inline-block; margin-right: 25px; }
.list-menu li:last-child { margin-right: 0; }
.list-menu li a { color: #DA1E4F; position: relative; padding: 10px 0; transition: ease all .25s; }

.list-menu li a::after { content: ''; position: absolute; width: 7px; height: 14px; top: 15px; right: -17px; background-repeat: no-repeat; background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23333' d='M285.5 273 91 467.3a24 24 0 0 1-34 0l-22.6-22.7a24 24 0 0 1 0-33.9l154-154.7-154-154.7a24 24 0 0 1 0-34l22.7-22.6a24 24 0 0 1 34 0L285.4 239a24 24 0 0 1 0 34z'/%3E%3C/svg%3E"); pointer-events: none; }
.list-menu li:last-child a::after { display: none; }
.list-menu li a:hover, .list-menu li a:focus { text-decoration: underline; }
.list-menu span { padding: 10px 0; cursor: default; }
.list-menu a span { cursor: pointer; }


.arrange-form { background: #fff; border: 5px solid #4d2573; padding: 25px; max-width: 420px; position: relative; }
.arrange-form .form-title { font-weight: normal; font-size: 22px; line-height: 26px; color: #4d2573; margin-bottom: 10px; }
.arrange-form .form-title strong { font-weight: 700; display: block; }
.arrange-form .form-desc { font-size: 16px; line-height: 26px; margin-bottom: 20px; }

.arrange-form .form-group { margin-bottom: 18px; position: relative; }
.arrange-form label { font-size: 16px; line-height: 22px; margin-bottom: 5px; font-weight: 600; }
.arrange-form label.error, .arrange-form label#phone-error { font-size: 13px; line-height: 1; font-weight: 600; color: #D60000; margin-bottom: 0; position: absolute; bottom: -16px; left: 0; }

.arrange-form input[type="text"],
.arrange-form input[type="email"],
.arrange-form input[type="tel"] { border-radius: 5px; background: #fff; border: 1px solid #bbb; padding: 2px 10px; height: calc(1.5em + .75rem + 6px); }

.arrange-form .custom-control { margin-bottom: 2px; }
.arrange-form .custom-control-input { width: 22px; height: 22px; top: .25rem; }
.arrange-form .custom-control-label { cursor: pointer; font-weight: normal; margin-bottom: 0; line-height: 30px; padding-left: 8px; }
.arrange-form .custom-control-label::before { width: 22px; height: 22px; border-radius: 5px!important; border-color: #BBBBBB; }
.arrange-form .custom-control-input:checked~.custom-control-label::before { border-color: #4D2573; background-color: #4D2573; }

.arrange-form .custom-control-label::after { width: 22px; height: 22px; }
.arrange-form .custom-checkbox .custom-control-input:checked~.custom-control-label::after {}

.arrange-form textarea { min-height: 150px; }

.arrange-form .iti { width: 100%; font-size: 14px; }
.arrange-form .iti__selected-dial-code { font-size: 16px; }
.arrange-form button[type="submit"] { font-size: 22px; line-height: 1; font-weight: normal; color: #FFF; background: #4d2573; width: 100%; border-radius: 0; padding: 16px 0; }
.arrange-form button[type="submit"]:hover { background-color: #3B1B5A; }


.arrange-form .thank-you { background-color: #FFF; padding: 25px; padding-bottom: 45px; display: flex; align-items: center; justify-content: center; flex-direction: column; position: absolute; top: 0; bottom: 0; left: 0; right: 0; opacity: 0; pointer-events: none; transition: ease all .25s; }
.arrange-form .thank-you.active { opacity: 1; pointer-events: all; z-index: 1; }
.arrange-form .thank-you .icon-done { width: 80px; height: 80px; background-repeat: no-repeat; background-size: 100% auto; margin-bottom: 30px; }
.arrange-form .thank-you h3 { font-weight: 700; font-size: 22px; line-height: 26px; margin: 0 0 15px 0; color: #4d2573; text-align: center; }
.arrange-form .thank-you p { font-weight: 500; font-size: 18px; line-height: 1.2; margin: 0 0 3rem 0; color: #333; text-align: center; }

.floating-item-agent { z-index: 200; }
.floating-item-agent .nav-link { position: fixed; bottom: 0; left: 0; right: 0; transition: ease all .25s; background: #f4f4f4; padding: 15px 10px; }
.floating-item-agent .nav-link.active { pointer-events: none; transform: translateY(100%); opacity: 0; }
.floating-item-agent .nav-link::before { content: ''; display: block; position: absolute; height: 3px; top: -3px; left: 0; right: 0; background: linear-gradient(rgba(193,193,193,0) 0,#c1c1c1 100%); }
.floating-item-agent .nav-link img { width: 70px; height: 70px; margin-right: 10px; }
.floating-item-agent .nav-link .item-ctos { padding: 0; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
.floating-item-agent .nav-link p { margin: 0; margin-bottom: 6px; line-height: 1; font-size: 16px; font-weight: 700; width: 100%; }
.floating-item-agent .nav-link .item-ctos a { width: calc(50% - 5px); padding: 12px 10px; font-size: 14px; display: flex; justify-content: center; align-items: center; line-height: 1; height: 42px; border-radius: 5px; box-shadow: none; outline: none; }
.floating-item-agent .nav-link .item-ctos a span { width: 15px; height: 15px; background-size: cover; background-repeat: no-repeat; }
.floating-item-agent .nav-link .item-ctos a.btn-call-negative { border-color: #4d2573; background-color: #4d2573; color: #FFF; }
.floating-item-agent .nav-link .item-ctos a.btn-call-negative:active { border-color: #33194D; background-color: #33194D; }
.floating-item-agent .nav-link .item-ctos a.btn-call-negative .icon-call { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFF' d='m497.4 361.8-112-48a24 24 0 0 0-28 6.9l-49.6 60.6a370.7 370.7 0 0 1-177.2-177.2l60.6-49.6a24 24 0 0 0 6.9-28l-48-112A24.2 24.2 0 0 0 122.6.6l-104 24A24 24 0 0 0 0 48a464 464 0 0 0 464 464 24 24 0 0 0 23.4-18.6l24-104a24.3 24.3 0 0 0-14-27.6z'/%3E%3C/svg%3E"); }
.floating-item-agent .nav-link .item-ctos a.btn-whatsapp-negative { border-color: #25D366; background-color: #25D366; color: #FFF; }
.floating-item-agent .nav-link .item-ctos a.btn-whatsapp-negative:active { border-color: #1EAD54; background-color: #1EAD54; }
.floating-item-agent .nav-link .item-ctos a.btn-whatsapp-negative .icon-message { background-image: url("data:image/svg+xml,%3Csvg width='448' height='448' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M380.9 65.1c41.9 42 67.1 97.7 67.1 157 0 122.4-101.8 222-224.1 222h-.1c-37.2 0-73.7-9.3-106.1-27L0 448l31.5-115A222.2 222.2 0 0 1 223.9 0c59.3 0 115.1 23.1 157 65.1Zm-55.8 203.4a802 802 0 0 0-37.9-18c-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"); }

.floating-item-agent .nav-link .item-ctos a.btn-telegram-negative { border-color: #009EEB; background-color: #009EEB; color: #FFF; }
.floating-item-agent .nav-link .item-ctos a.btn-telegram-negative:active { border-color: #007ADF; background-color: #007ADF; }
.floating-item-agent .nav-link .item-ctos a.btn-telegram-negative .icon-message { background-image: url("data:image/svg+xml,%3Csvg width='496' height='496' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M248 0a248 248 0 1 0 0 496 248 248 0 0 0 0-496Zm115 168.7c-3.8 39.2-20 134.3-28.1 178.3-3.5 18.5-10.4 24.8-17 25.4-14.4 1.3-25.3-9.5-39.3-18.7-21.8-14.3-34.1-23.2-55.3-37.2-24.5-16-8.6-25 5.3-39.5 3.7-3.7 67.1-61.5 68.3-66.7.2-.7.3-3.1-1.1-4.4-1.5-1.3-3.6-.8-5.1-.5-2.2.5-37.1 23.6-104.6 69.2a47 47 0 0 1-27 9.9 177 177 0 0 1-38.5-9.1c-15.5-5-27.9-7.7-26.8-16.3.6-4.5 6.7-9 18.5-13.7A11849 11849 0 0 1 256.9 183c68.9-28.7 83.2-33.6 92.5-33.8 2 0 6.6.5 9.6 2.9 2 1.7 3.2 4 3.5 6.7.5 3.2.7 6.5.5 9.8Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"); }


html[lang="en"] .arrange-form .form-title-no-result strong { white-space: nowrap; }
html[lang="de"] .arrange-form button[type="submit"],
html[lang="ru"] .arrange-form button[type="submit"] { font-size: 20px; }


@media only screen and (min-width: 390px) {
  .floating-item-agent .nav-link img { width: 80px; height: 80px; margin-right: 15px; }
  .floating-item-agent .nav-link .item-ctos a { height: 46px; }
  .floating-item-agent .nav-link .item-ctos a span { width: 18px; height: 18px; }
}

@media only screen and (min-width: 414px) {
  .floating-item-agent .nav-link p { margin-bottom: 8px; }
  .floating-item-agent .nav-link .item-ctos a { height: 50px; font-size: 16px; }
  .floating-item-agent .nav-link .item-ctos a span { width: 20px; height: 20px; }
}

@media only screen and (min-width: 768px) {
  .arrange-form .thank-you { padding-bottom: 30px; }
  .arrange-form .thank-you .icon-done { width: 100px; height: 100px; margin: 10px 0 30px 0; }
  .arrange-form .thank-you h3 { font-size: 26px; line-height: 1.2; }
}

@media only screen and (min-width: 992px) {
  .project-title .image-first { height: 350px; object-fit: cover; }
  .arrange-form .thank-you .icon-done { width: 112px; height: 112px; margin: 20px 0 40px 0; }
  .floating-item-agent { display: none!important; }
}

@media only screen and (min-width: 1200px) {
  .project-title .image-first { height: 380px; }
}

.project-photos { padding-top: 50px; }
.photos-cont {  }
.photos-cont img { margin-bottom: 10px; }


.show-more-btn { font-size: 18px; line-height: 1; margin-bottom: 0; color: #da1e4f; display: inline-block; padding: 10px; padding-left: 0; margin-top: -6px; cursor: pointer; }

.about-project { background-color: #FFF; padding: 48px 0 50px 0; }
.about-project h2 { font-weight: 600; font-size: 22px; letter-spacing: -0.01em; line-height: 1.5; }
.about-project p { font-size: 16px; line-height: 26px; margin-bottom: 30px; }
.about-project .vt-link span { width: 14px; height: 14px; display: inline-block; background-size: cover; transform: translate(5px, 1px); }
.about-project .vt-link { position: relative; text-decoration: none; }
.about-project .vt-link::after { content: ''; position: absolute; left: 0; right: -5px; height: 1px; background-color: #DA1E4F; bottom: 0; opacity: 0; }
.about-project .vt-link:hover::after { opacity: 1;  }

.poi-cont { }
.poi-cont .poi-image { margin-bottom: 20px; }
.poi-cont .poi-details { margin-bottom: 30px; }
.poi-cont .location-text p:last-child { margin-bottom: 20px; }
.poi-cont .poi-list { margin: 0 -20px; padding: 0; list-style: none; line-height: 1; }
.poi-cont .poi-list li { padding: 12px 20px; display: flex; }
.poi-cont .poi-list li span { margin-left: auto; text-align: right; }
.poi-cont .poi-list li:nth-child(odd) { background: #F7F5FA; }

.video-cont { margin-bottom: 30px; }

.project-video { position: relative; margin-bottom: 30px; max-width: 400px; cursor: pointer; transition: ease all .25s; }
.project-video:hover { transform: translateY(-3px); }
.project-video::before, .project-video::after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.project-video::before { background-color: rgba(0, 0, 0, .3); }
.project-video::after { background-size: 86px 86px; }

#videoModal .modal-content { border: 0; }
#videoModal .modal-body { padding: 0; }
#videoModal .modal-body .embed-responsive { border-radius: 5px; }
#videoModal button.close { position: absolute; top: -25px; right: 0; display: flex; align-items: center; outline: 0; color: #FFF; opacity: 1; font-weight: 600; font-size: 18px; text-shadow: 0px 0px 6px #000; white-space: nowrap; }
#videoModal button.close::after { display: block; width: 24px; height: 24px; margin-left: 3px; }

.unit-types { background-color: #FFF; padding: 0 0 50px 0; }
.unit-types h2 { width: 100%; margin-bottom: 1rem; }
.unit-types .item-box { height: unset; }
.unit-types .item-box .title { margin-bottom: 0; }
.unit-types .item-box .price { margin: 15px 0; }

.unit-table { margin: 0 -20px; width: calc(100% + 40px); }

.unit-types .table { margin-bottom: 0; }
.unit-types .table thead { display: none; }
.unit-types .table tbody tr { display: flex; flex-wrap: wrap; padding: 25px 20px; font-size: 15px; line-height: 1.333; }
.unit-types .table tbody tr:nth-of-type(odd) { background-color: #F7F5FA; }

.unit-types .table td { padding: 0; }
.unit-types .table td::before { opacity: 0.5; font-weight: 600; font-size: 12px; color: #212529; display: block; line-height: 17px; }

.unit-types .table td:first-child { width: 100%; font-weight: 600; font-size: 18px; color: #333; margin-bottom: 15px; order: 1; }
.unit-types .table td:first-child::before { content: var(--unit-type); display: none; }

.unit-types .table td:nth-child(2) { order: 3; width: 50%; }
.unit-types .table td:nth-child(2)::before { content: var(--unit-area); }

.unit-types .table td:nth-child(3) { order: 2; width: 50%; }
.unit-types .table td:nth-child(3)::before { content: var(--unit-price); }

.unit-types .table td:nth-child(4) { order: 4; width: 100%; margin-top: 15px; }
.unit-types .table td:nth-child(4)::before { content: var(--unit-description); }


.why-invest { background-color: #EEEEEE; padding: 50px 0;  position: relative; }
.why-invest::before { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-image: url('../img/invest-north-cyprus-property.jpg'); background-repeat: no-repeat; background-position: left top; background-size: auto 100%; transform: scaleX(-1); }
.why-invest::after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-color: rgba(0, 0, 0, .7); z-index: 0; }

.why-invest .container-fluid { z-index: 1; position: relative; }

.why-invest h2 { font-weight: 600; font-size: 36px; line-height: 1.2; letter-spacing: -0.01em; color: #fff; margin-bottom: 30px; }
.why-invest h2 span { display: block; }
.why-invest ul { font-weight: 600; font-size: 20px; line-height: 1.5; color: #fff; margin: 0; padding: 0; }
.why-invest li { list-style: none; margin-bottom: 30px; display: flex; }
.why-invest li:last-child { margin-bottom: 0; }
.why-invest li::before { content: ''; width: 22px; height: 22px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M0 10a10 10 0 1 1 10 10A10 10 0 0 1 0 10Zm14.5-1.7A1 1 0 0 0 13 6.7L8.7 11 7 9.2a1 1 0 0 0-1.5 1.6L8 13.3a1.1 1.1 0 0 0 1.5 0Z' fill='%23da1e4f'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: cover; display: block; margin-right: 10px; line-height: 1; transform: translateY(6px); flex-shrink: 0; }

.more-information { background-color: #EEEEEE; padding: 50px 0; text-align: center; }
.more-information h2 { font-weight: 600; font-size: 36px; line-height: 1.2; margin-bottom: 30px; }
.more-information ul { list-style: none; padding: 0; margin: 0; margin-bottom: 30px; }
.more-information li { font-weight: 600; font-size: 22px; letter-spacing: -0.01em; line-height: 42px; padding: 16px 0; position: relative; display: flex; align-items: center; justify-content: center; }
.more-information li::before, .more-information li:last-child::after { content: ''; display: block; height: 3px; width: 100px; background: #4d2573; position: absolute; }
.more-information li::before { top: 0; }
.more-information li:last-child::after { bottom: 0; }
.more-information p { font-size: 16px; line-height: 26px; margin-bottom: 30px; }


@media (min-width: 768px) {
  .project-title { background-size: cover; background-position: center; }
  .project-title h1 { font-size: 36px; }
  .arrange-form { padding-bottom: 30px; margin-left: auto; }

  .project-photos { padding-top: 15px; }
  .photos-cont img { margin-bottom: 0; margin-right: 15px;  width: calc(20% - 12px); cursor: pointer; transition: ease all .25s; }
  .photos-cont img:hover, .photos-cont img:focus { transform: scale(1.05); }
  .photos-cont img:last-child { margin-right: 0; }

  #videoModal .modal-dialog { width: 90vw; max-width: 1200px; }

  .fake-modal { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, .85); z-index: 1; }

  .why-invest::before { background-size: cover; background-position: center; }
  .why-invest .col-xl-6 { padding-left: 50px; padding-right: 50px; }
  .why-invest h2 span { display: none; }
  .about-project, .why-invest, .more-information { padding: 70px 0; }
  .about-project { padding-top: 50px; }

  .poi-cont .poi-details { width: calc(100% - 280px); }
  .poi-cont .poi-list { margin: 0; max-width: 440px; }

  .unit-types { padding: 0 0 70px 0; }

  .unit-types .item-box { width: calc(50% - 10px); box-shadow: 0 3px 6px rgb(0 0 0 / 16%); flex-direction: column; }
  .unit-types .item-box img { max-width: 100%; }
  .unit-types .item-box .item-info { padding-top: 15px; min-height: unset; }
  .unit-types .item-box .price { margin: 10px 0 10px 0; }
}


@media (min-width: 992px) {
  .project-title { padding-top: 10px; padding-bottom: 30px; }
  .project-title h1 { font-size: 40px; margin-bottom: 5px; }
  .list-menu { margin-bottom: 5px; }

  .photos-cont img { width: calc(20% - 12px); }

  .about-project h2 { font-size: 32px; }
  .video-cont { width: calc(100% - 450px); }
  .project-video { height: fit-content; margin-left: auto; align-self: center; }

  .why-invest h2 { white-space: nowrap; }
  .about-project, .why-invest, .more-information { padding: 80px 0; }
  .about-project { padding-top: 50px; }

  .poi-cont .poi-image { max-width: calc(100% - 460px); align-self: flex-start; margin: 0 0 0 auto; }
  .poi-cont .poi-details { width: 440px; }

  .unit-types { padding: 0 0 80px 0; }
  .unit-types .item-box { width: calc(33.333% - 14px); margin-right: 20px; }
  .unit-types .item-box:nth-child(3n) { margin-right: 0; }
  .unit-types .item-box img { height: 220px; }
  .unit-types .item-box .item-info { padding: 15px; }
  .unit-types .item-box .title { font-size: 16px; }
  .unit-types .item-box .price { font-size: 26px; margin-bottom: 5px; }

  .unit-table { margin: 0; }
  .unit-types .table thead { display: table-header-group; }
  .unit-types .table tbody tr { display: table-row; padding: unset; font-size: unset; line-height: unset; }

  .unit-types .table td, .unit-types .table th { padding: 9px 15px; }
  .unit-types .table td { display: table-cell; order: unset!important; white-space: nowrap; }
  .unit-types .table td::before { display: none; }
  .unit-types .table td:first-child { width: unset; font-weight: normal; font-size: unset; color: unset; margin-bottom: unset; }
  .unit-types .table td:nth-child(2) { width: unset; }
  .unit-types .table td:nth-child(3) { width: unset; text-align: right; }
  .unit-types .table td:nth-child(4) { width: unset; margin-top: unset; }


  html[lang="ru"] .arrange-form .form-title { font-size: 22px; line-height: 26px; }
  html[lang="ru"] .arrange-form .form-desc { font-size: 16px; line-height: 26px; }

  html[lang="de"] .why-invest h2,
  html[lang="ru"] .why-invest h2,
  html[lang="tr"] .why-invest h2 { white-space: normal; }
}


@media (min-width: 1200px) {
  .project-title { padding-top: 15px; padding-bottom: 50px; }
  .list-menu { margin-bottom: 5px; }
  .project-title ul.project-bullets li { margin-bottom: 15px; }

  .arrange-form .form-title { font-size: 28px; line-height: 33px; }

  .project-photos { padding-top: 0; }
  .photos-cont { padding: 16px; padding-bottom: 0; background-color: #FFF; margin-top: -50px; }
  .photos-cont img { width: calc(20% - 12.8px); margin-right: 16px; }
  .photos-cont img:last-child { margin-right: 0; }

  .video-cont { width: calc(100% - 500px); }

  .why-invest::after { left: calc(50% - 30px); }
  .why-invest .col-xl-6 { padding-left: 30px; padding-right: 30px; }
  .about-project .why-invest, .more-information { padding: 100px 0; }
  .about-project { padding-top: 50px; }

  .poi-cont .poi-image { max-width: calc(100% - 520px); }

  .unit-types { padding: 0 0 100px 0; }
  .unit-types .item-box img { height: 240px; }
  .unit-types .item-box .title { font-size: 17px; }

  html[lang="ru"] .arrange-form .form-title { font-size: 28px; line-height: 33px; }
}

@media (min-width: 1290px) {
  .project-title .arrange-form { min-height: 616px; }
  .project-title .arrange-form .form-cont { display: flex; flex-direction: column; flex: 1; height: 551px; justify-content: space-between; }
  .project-title .arrange-form .form-title,
  .project-title .arrange-form .form-desc,
  .project-title .arrange-form .form-group { margin-bottom: 0; }
  .project-title .arrange-form label:not(.error) { margin-bottom: 8px; }
  .project-title .arrange-form input[type="text"],
  .project-title .arrange-form input[type="email"],
  .project-title .arrange-form input[type="tel"] { height: 50px; }
}

@media (min-width: 1440px) {
  .video-cont { width: calc(100% - 540px); }
  .project-video { max-width: 450px; }

  html[lang="de"] .why-invest h2 { white-space: nowrap; }
}

@media (min-width: 1680px) {
  html[lang="tr"] .why-invest h2 { white-space: nowrap; }
}


/*--- PROPERTY DETAIL LAYOUT ---*/
@media (min-width: 1120px) {
  .max-100-460 { flex: 1; max-width: calc(100% - 460px);  }
  .max-460 { max-width: 460px; }
}



/*--- PROPERTY DETAIL IMGS ---*/
.property-photos-holder { margin-left: -20px; margin-right: -20px; }
.property-photos-cont { position: relative; }
.property-photos { position: relative; width: 100%; }
.property-photos-cont .swiper-container { width: 100%; aspect-ratio: 3 / 2; z-index: 2; }
.property-photos-cont .swiper-container img { max-width: 100%; height: auto; }
.property-photos-cont .swiper-pagination-bullet { background: #FFFFFF; opacity: 1; }
.property-photos-cont .swiper-pagination-fraction { position: absolute; left: 50%; transform: translate(-50%, 0); bottom: 10px; background: rgba(0,0,0,.8); border-radius: 13px; width: 55px; height: 26px; font-size: 13px; font-weight: 600; line-height: 26px; color: #fff; text-align: center; }

.property-photos-cont .swiper-button-prev, .property-photos-cont .swiper-button-next { color: #FFF; width: 56px; height: 100px; margin-top: -50px; }
.property-photos-cont .swiper-button-prev { left: 0; }
.property-photos-cont .swiper-button-next { right: 0; }
.property-photos-cont .swiper-button-prev::after, .property-photos-cont .swiper-button-next::after { width: 36px; height: 36px; }
.property-photos-cont button.close { display: none; }

@media (min-width: 768px) {
  .property-photos-holder { width: 100%; aspect-ratio: 3 / 2; margin-left: 0; margin-right: 0; }

  .property-photos-cont {  }
  .property-photos-cont .swiper-container img { cursor: pointer; }
  .property-photos-cont .swiper-button-prev, .property-photos-cont .swiper-button-next { width: 60px; height: 100%; margin-top: 0; top: 0; }
  .property-photos-cont .swiper-button-prev::after, .property-photos-cont .swiper-button-next::after { width: 32px; height: 32px; }


  .property-photos-cont.zoomed { margin: 0; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 1050; pointer-events: all; padding: 0; opacity: 1; display: flex!important; align-items: center; justify-content: center; }
  .property-photos-cont.zoomed .property-photos { padding: 0 15px; }
  .property-photos-cont.zoomed .swiper-container img { cursor: default; }
  .property-photos-cont.zoomed .swiper-pagination-fraction { bottom: -36px; }
  .property-photos-cont.zoomed .swiper-button-prev, .property-photos-cont.zoomed .swiper-button-next { width: 10%; }
  .property-photos-cont.zoomed .swiper-button-prev::after, .property-photos-cont.zoomed .swiper-button-next::after { width: 42px; height: 42px; }

  .property-photos-cont.zoomed button.close { position: absolute; top: -40px; right: 15px; padding: 8px; padding-right: 0; display: flex; align-items: center; outline: 0; color: #FFF; opacity: 1; font-weight: 600; font-size: 18px; text-shadow: 0px 0px 6px #000; white-space: nowrap; z-index: 2; }
  .property-photos-cont.zoomed button.close::after { display: block; width: 24px; height: 24px; margin-left: 3px; }
  .fake-modal { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, .85); z-index: 1; }

  .property-photos-cont.sold::after { font-size: 36px; }
  .property-photos-cont.zoomed.sold::after { font-size: 72px; }
}

@media (min-width: 992px) {
  .property-photos-cont .swiper-button-prev, .property-photos-cont .swiper-button-next { width: 60px; }
  .property-photos-cont .swiper-button-prev::after, .property-photos-cont .swiper-button-next::after { width: 36px; height: 36px; }
  .property-photos-cont.zoomed .property-photos { padding: 0; aspect-ratio: 3 / 2; width: auto; max-width: 1200px; height: calc(95vh - 76px); max-height: 800px; }
  .property-photos-cont.zoomed .swiper-container img { max-width: unset; height: 100%; max-height: 100%; width: auto; }
  .property-photos-cont.zoomed .swiper-button-prev::after, .property-photos-cont.zoomed .swiper-button-next::after { width: 48px; height: 48px; }
}

@media (min-width: 1200px) {
  .property-photos-cont .swiper-button-prev, .property-photos-cont .swiper-button-next { width: 70px; height: 70px; top: calc(50% - 35px); }
  .property-photos-cont .swiper-button-prev::after, .property-photos-cont .swiper-button-next::after { width: 44px; height: 44px; }
  .property-photos-cont.zoomed .swiper-button-prev::after, .property-photos-cont.zoomed .swiper-button-next::after { width: 48px; height: 48px; }
  .property-photos-cont.sold::after { font-size: 72px; }
  .property-photos-cont.zoomed.sold::after { font-size: 132px; }
}

@media (min-width: 1440px) {
  .property-photos-cont.zoomed .swiper-button-prev, .property-photos-cont.zoomed .swiper-button-next { width: 68px; height: 68px; top: calc(50% - 34px); }
  .property-photos-cont.zoomed .swiper-button-prev { left: -68px; }
  .property-photos-cont.zoomed .swiper-button-next { right: -68px; }
  .property-photos-cont.zoomed .swiper-button-prev::after, .property-photos-cont.zoomed .swiper-button-next::after { width: 48px; height: 48px; }
}


/*--- PROPERTY PRICE ---*/
.property-price { background-color: #FFF; padding: 20px 0; margin: 15px 0 30px 0; background-color: #FFF; border: 3px solid #4d2573; text-align: center; position: relative; }

.property-price p { color: #4d2573; font-size: 28px; font-weight: 700; line-height: 1; margin: 0; }
.property-price p small { font-size: 16px; font-weight: 600; display: block; margin-bottom: 2px; color: #333; }
.property-price small.daily { display: inline-block; margin-top: 7px; font-size: 12px; font-style: italic; }

@media (min-width: 992px) {
  .property-price p { font-size: 32px; }
  .property-price p small { margin-bottom: 3px; }
  .property-price small.daily { font-size: 13px; bottom: 20px; right: 20px; position: absolute; margin-top: 0; }
}

@media (min-width: 1200px) {
  .property-price p { font-size: 36px; }
  .property-price small.daily { font-size: 14px; }
}


/*--- PROPERTY DETAIL ICONS ---*/
.property-icons { display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; margin-bottom: 10px; }
.property-icons div { text-align: center; white-space: nowrap; margin: 0 0 20px; display: flex; flex-direction: column; align-items: center; width: 33.333%; }
.property-icons div span { display: block; width: 44px; height: 44px; border-radius: 22px; background-color: #FFF; margin-bottom: 10px; background-size: auto 50%; background-repeat: no-repeat; background-position: center; }
.property-icons div p { font-size: 15px; font-weight: 600; margin-bottom: 0; line-height: 1.2; }

.property-contact-team { display: none; }

@media (min-width: 768px) {
  .property-icons div { width: 33.333%; }
}

@media (min-width: 992px) {
  .property-icons { margin-bottom: 30px; justify-content: space-around; }
  .property-icons div { width: fit-content; margin: 0 15px 0 15px; }
  .property-icons div span { width: 48px; height: 48px; border-radius: 24px; }

  .property-contact-team { max-width: 420px; margin-top: 30px; display: block; }
  .property-contact-team .contact-team { width: 100%; margin-bottom: 30px; }
}


/*--- WHATSAPP MODAL ---*/
#whatsappModal .modal-dialog { margin-left: 10px; margin-right: 10px; }
#whatsappModal .modal-content { border: 0; border-radius: 0; }
#whatsappModal .modal-body { padding: 0; }
#whatsappModal button.close { background-color: #4d2573; position: absolute; top: -34px; right: 0; display: flex; align-items: center; outline: 0; color: #FFF; opacity: 1; font-weight: 600; font-size: 18px; text-shadow: none; white-space: nowrap; padding: 7px 10px; z-index: 1; height: 34px; }
#whatsappModal button.close::after { display: block; width: 24px; height: 24px; margin-left: 5px; }

#whatsappModal .arrange-form { height: 540px; }
#whatsappModal .thank-you { background: #fff; border: 5px solid #4d2573; padding: 25px; display: flex; align-items: center; justify-content: center; flex-direction: column; height: 540px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; pointer-events: none; opacity: 0; transition: ease all .25s; }
#whatsappModal .thank-you.active { opacity: 1; pointer-events: all; z-index: 2; }

#whatsappModal .thank-you .icon-done { width: 112px; height: 112px; background-repeat: no-repeat; background-size: 100% auto; margin-bottom: 70px; }
#whatsappModal .thank-you p { font-weight: 700; font-size: 22px; line-height: 26px; margin: 0 0 30px 0; color: #4d2573; text-align: center; }

html[lang="de"] #whatsappModal .arrange-form,
html[lang="de"] #whatsappModal .thank-you { height: 616px; }

html[lang="ru"] #whatsappModal .arrange-form,
html[lang="ru"] #whatsappModal .thank-you { height: 683px; }

html[lang="tr"] #whatsappModal .arrange-form,
html[lang="tr"] #whatsappModal .thank-you { height: 592px; }

@media (min-width: 375px) {
  html[lang="de"] #whatsappModal .arrange-form,
  html[lang="de"] #whatsappModal .thank-you { height: 616px; }

  html[lang="ru"] #whatsappModal .arrange-form { height: 642px; }
  html[lang="ru"] #whatsappModal .thank-you { height: 642px; }

  html[lang="tr"] #whatsappModal .arrange-form,
  html[lang="tr"] #whatsappModal .thank-you { height: 566px; }
}

@media (min-width: 390px) {
  html[lang="de"] #whatsappModal .arrange-form,
  html[lang="de"] #whatsappModal .thank-you { height: 564px; }

  html[lang="ru"] #whatsappModal .arrange-form { height: 616px; }
  html[lang="ru"] #whatsappModal .thank-you { height: 616px; }

  html[lang="tr"] #whatsappModal .arrange-form,
  html[lang="tr"] #whatsappModal .thank-you { height: 540px; }
}

@media (min-width: 414px) {
  #whatsappModal .modal-dialog { margin: 0 auto; max-width: 374px; }
  #whatsappModal .arrange-form { height: 545px; }
  #whatsappModal .thank-you { height: 545px; }

  html[lang="ru"] #whatsappModal .arrange-form,
  html[lang="ru"] #whatsappModal .thank-you { height: 620px; }

  html[lang="de"] #whatsappModal .arrange-form,
  html[lang="de"] #whatsappModal .thank-you { height: 564px; }
}

@media only screen and (min-width: 992px) {
  #whatsappModal p { width: 100%; letter-spacing: normal; margin-left: 0; }
  #whatsappModal .arrange-form .form-desc { font-weight: normal; }
}

@media (min-width: 1200px) {
  #whatsappModal .modal-dialog { max-width: 400px; }
  #whatsappModal .arrange-form { height: 560px; }
  #whatsappModal .thank-you { height: 560px; }

  html[lang="ru"] #whatsappModal .arrange-form,
  html[lang="ru"] #whatsappModal .thank-you { height: 650px; }

  html[lang="de"] #whatsappModal .arrange-form,
  html[lang="de"] #whatsappModal .thank-you { height: 623px; }

  html[lang="tr"] #whatsappModal .arrange-form { height: 592px; }
  html[lang="tr"] #whatsappModal .thank-you { height: 592px; }

  html[lang="he"] #whatsappModal .arrange-form { height: 533px; }
  html[lang="he"] #whatsappModal .thank-you { height: 533px; }
}

/*--- ITEM ASK MODAL ---*/
#itemAsk .modal-dialog { max-width: fit-content; }
#itemAsk .modal-content { border: 0; border-radius: 0; }
#itemAsk .modal-body { padding: 0; }
#itemAsk button.close { background-color: #4d2573; position: absolute; top: -34px; right: 0; display: flex; align-items: center; outline: 0; color: #FFF; opacity: 1; font-weight: 600; font-size: 18px; text-shadow: none; white-space: nowrap; padding: 7px 10px; z-index: 1; height: 34px; }
#itemAsk button.close::after { display: block; width: 24px; height: 24px; margin-left: 5px; }



/*--- TR FORM MODAL ---*/
#itemFormPreModal .modal-dialog { max-width: fit-content; }
#itemFormPreModal .modal-content { border: 0; border-radius: 0; }
#itemFormPreModal .modal-body { padding: 0; }
#itemFormPreModal .tr-form { min-width: calc(100vw - 1rem); }
#itemFormPreModal .green { background-color: #25D366; }
#itemFormPreModal .green:hover { border-color: #25D366; background-color: #25D366; color: #FFF; }
#itemFormPreModal .blue { background-color: #4d2573; }
#itemFormPreModal .blue:hover { background-color: #3B1B5A; }
html[lang="ru"] #itemFormPreModal .green { background-color: #009EEB; }
html[lang="ru"] #itemFormPreModal .green:hover { background-color: #007ADF; }

@media (min-width: 576px) {
  #itemFormPreModal .tr-form { min-width: 400px; }
}


/*--- CALENDAR MODULE ---*/
.xdsoft_today_button { display: none !important; }
.xdsoft_month, .xdsoft_year { pointer-events: none; }
.xdsoft_month { text-align: right !important; }
.xdsoft_year { text-align: left !important; margin-left: 0 !important; }
.xdsoft_month i, .xdsoft_year i { display: none !important; }


/*--- HEADER ---*/
header { border-bottom: 1px solid #F4F4F4; background-color: #FFF; }
header.home { border-bottom: 0; background-color: transparent; z-index: 3; position: relative; }

header .navbar-light { height: 50px; justify-content: flex-start; }

header .navbar-light .navbar-brand { position: relative; height: 29px; display: block; font-size: unset; }
header .navbar-light .navbar-brand img { height: 100%; width: auto; }
header .navbar-light .navbar-brand::after { content: ''; position: absolute; left: -18px; right: -18px; top: -10px; bottom: -8px; order: 1; }

header .navbar-light .navbar-toggler { order: 3; margin-left: 10px; }

header .navbar-light .navbar-collapse { background-color: rgba(0, 0, 0, .0); transition: ease all 0s; }
header .navbar-light .navbar-collapse.collapsing,
header .navbar-light .navbar-collapse.show { z-index: 3; overflow: hidden; position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 203; }
header .navbar-light .navbar-collapse.show { background-color: rgba(0, 0, 0, .9); }
header .navbar-light .navbar-nav { position: relative; top: 50%; transform: translateY(-50%); }
header .navbar-light .navbar-nav .nav-link { padding: .75rem .5rem; font-size: 24px; color: #FFF; white-space: nowrap; text-align: center; display: inline-block; position: relative; }
header .navbar-light .navbar-nav .nav-link.active { color: #FFF; pointer-events: none; }
header .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: #FFF; }
header .navbar-light .navbar-nav .nav-link::after { content: ''; height: 2px; background-color: #FFF; position: absolute; width: 0; display: block; bottom: 6px ;left: 50%; transform: translateX(-50%); transition: .25s; }

header .navbar-light .navbar-nav .nav-link.active::after,
header .navbar-light .navbar-nav .nav-link:focus::after,
.navbar-light .navbar-nav .nav-link:hover::after { width: calc(100% - 1rem); }
header .navbar-collapse li { opacity: 0; margin-bottom: calc(5vh - 10px); }
header .navbar-collapse li:last-child { margin-bottom: 0; }
header .navbar-collapse.show li { animation: FadeIn .5s linear; animation-fill-mode: forwards; text-align: center; }
header .navbar-collapse.show li:nth-child(1) { animation-delay: .0s }
header .navbar-collapse.show li:nth-child(2) { animation-delay: .05s }
header .navbar-collapse.show li:nth-child(3) { animation-delay: .10s }
header .navbar-collapse.show li:nth-child(4) { animation-delay: .125s }
header .navbar-collapse.show li:nth-child(5) { animation-delay: .15s }

#langSelect span { width: 26px; height: 26px; display: inline-block; }

.dropdown-lang { order: 2; margin-left: auto; }
.dropdown-lang .dropdown-toggle { width: 26px; height: 26px; display: block; line-height: 1; border: 0; background: transparent!important; padding: 0; margin: 0; -webkit-appearance: none; outline: 0!important; z-index: 1; position: relative; }
.dropdown-lang .dropdown-toggle::after { display: none }
.dropdown-lang .dropdown-menu { border: 0; min-width: 180px; border-radius: 5px; padding: 0; margin: 0; background: transparent; box-shadow: 0px 0px 10px rgb(0 0 0 / 15%); left: auto; right: -15px; }
.dropdown-lang.show .dropdown-menu.show { transform: translateY(15px)!important; animation: ease dropdown .15s; }

.dropdown-lang .dropdown-item { padding: 15px 20px; color: #333; display: flex; align-items: center; font-weight: 600; background-color: #FFF; transition: ease all .15s; }
.dropdown-lang .dropdown-item:hover { color: #fff; background-color: #4D2573; }

.dropdown-lang .dropdown-item.active { pointer-events: none; background-color: #dcdcdc; color: #333; }

.dropdown-lang .dropdown-item span { width: 26px; height: 26px; margin-right: 10px; flex-shrink: 0; }

html[dir="rtl"] .dropdown-lang { margin-left: unset; margin-right: auto; }
html[dir="rtl"] .dropdown-lang .dropdown-item span { margin-right: 0; margin-left: 10px; }

.dropdown-lang .dropdown-item:first-child { border-radius: 5px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.dropdown-lang .dropdown-item:last-child { border-radius: 5px; border-top-left-radius: 0; border-top-right-radius: 0; }

.dropdown-lang .dropdown-item:first-child::before { display: inline-block; vertical-align: 0.255em; content: ""; border-bottom: 11px solid #fff; border-right: 11px solid transparent; border-top: 0; border-left: 11px solid transparent; position: absolute; right: 17px; top: -11px; z-index: 1051; transition: ease border-bottom-color .15s; }
.dropdown-lang .dropdown-item:first-child:hover::before { border-bottom-color: #4D2573; }
.dropdown-lang .dropdown-item.active:first-child::before { border-bottom-color: #dcdcdc; }

@-webkit-keyframes dropdown {
  0%{ opacity: 0; }
  100%{ opacity: 1; }
}
@keyframes dropdown {
  0%{ opacity: 0; }
  100%{ opacity: 1; }
}

@media (min-width: 768px) {
  .dropdown-lang .dropdown-menu { right: 0; }
}

@media (min-width: 992px) {
  header .navbar-light { height: 70px; }
  header .navbar-light .navbar-brand { height: 33px; }
  header .navbar-light .navbar-brand::after { top: -20px; bottom: -19px; }
  header .navbar-light .navbar-collapse { background-color: unset; transition: ease all .25s; margin-left: auto; }
  header .navbar-light .navbar-collapse.collapsing,
  header .navbar-light .navbar-collapse.show { z-index: unset; overflow: unset; position: unset; top: unset; bottom: unset; left: unset; right: unset; height: unset!important; }
  header .navbar-light .navbar-collapse.show { background-color: transparent; }
  header .navbar-light .navbar-nav { position: relative; height: unset; top: unset; transform: none; margin-left: auto; }
  header .navbar-light .navbar-nav .nav-link { font-size: 16px; color: #4D2573; font-weight: 600; margin-left: 10px; }
  header .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: #4D2573; }
  header .navbar-light .navbar-nav .nav-link.active { color: #4D2573; }
  header .navbar-light .navbar-nav .nav-link::after { background-color: #4D2573;  }
  header .navbar-collapse li { opacity: 1; margin-bottom: 0; }
  header.home { border-bottom: 0; background-color: #FFF; }

  .dropdown-lang { margin-left: 4px; margin-right: -11px; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; }

  .dropdown-lang::after { content: ''; width: 48px; height: 48px; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; transform: none; border-radius: 3px; background-color: #efefef; opacity: 0; z-index: 0; transition: ease opacity .15s; }
  .dropdown-lang:hover::after { opacity: 1; }

  .dropdown-lang .tooltip-custom::after,
  .dropdown-lang .tooltip-custom::before { transition: all 0s ease-in-out; transition-delay: 0; }

  .dropdown-lang:hover .tooltip-custom::after,
  .dropdown-lang:hover .tooltip-custom::before { opacity: 1; transform: translate3d(-80%,24px,0); transition: all .15s ease-in-out; transition-delay: .2s; }

  .dropdown-lang:hover .dropdown-toggle[aria-expanded="true"] ~ .tooltip-custom::after,
  .dropdown-lang:hover .dropdown-toggle[aria-expanded="true"] ~ .tooltip-custom::before { display: none; }

  .dropdown-lang .dropdown-toggle { width: 48px; height: 48px; margin-top: 1px; }

  .tooltip-custom { position: relative; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

  .tooltip-custom::before,
  .tooltip-custom::after { display: block; opacity: 0; pointer-events: none; position: absolute; z-index: 1060; }

  .tooltip-custom::after { border-right: 6px solid transparent; border-bottom: 6px solid #000; border-left: 6px solid transparent; content: ''; height: 0; top: 20px; left: 24px; width: 0; }
  .tooltip-custom::before { background: #000; border-radius: .25rem; color: #fff; content: attr(data-title); font-size: 14px; padding: .25rem .5rem; top: 26px; left: 50%; white-space: nowrap; line-height: 1.5; font-family: 'Roboto', sans-serif; font-weight: 400; }

  .tooltip-custom::after,
  .tooltip-custom::before { transform: translate3d(-80%,35px,0); transition: all 0s ease-in-out; transition-delay: 0; }

  .tooltip-custom:hover::after,
  .tooltip-custom:hover::before { opacity: 1; transform: translate3d(-80%,24px,0); transition: all .15s ease-in-out; transition-delay: .2s; }
}

@media (min-width: 1200px) {
  header .navbar-light .navbar-nav .nav-link { margin-left: 15px; }
  html[lang="ru"] header .navbar-light .navbar-nav .nav-link { margin-left: 0px; }
}

@media (min-width: 1366px) {
  .dropdown-lang.show .dropdown-menu.show { transform: translate3d(-50%, 15px, 0)!important; right: unset; left: 50%!important; }
  .dropdown-lang .dropdown-item:first-child::before { right: unset; left: calc(50% - 0.6em); }

  .dropdown-lang:hover .tooltip-custom::after,
  .dropdown-lang:hover .tooltip-custom::before { transform: translate3d(-50%,24px,0); }

  .tooltip-custom::after,
  .tooltip-custom::before { transform: translate3d(-50%,35px,0); transition: all 0s ease-in-out; transition-delay: 0; }
}


/*--- FOOTER ---*/
footer { background-color: #4D2573; color: #FFF; padding: 30px 0 15px 0; margin-top: auto; }
footer .logo { display: block; margin-bottom: 20px; }
footer ul { list-style: none; margin: 0 0 1rem 0; padding: 0; }
footer ul li { margin: 0 0 .35rem 0; }
footer ul li:last-child { margin-bottom: 0; }
footer ul li a { color: #FFF; padding: .5rem 0; display: inline-block; font-size: 15px; line-height: normal; }
footer ul li a.active { text-decoration: underline; color: #FFF; pointer-events: none; }
footer ul li a:hover { text-decoration: underline; color: #FFF; }
footer p { font-size: 13px; margin-bottom: 0; }

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  footer { padding: 40px 0 20px 0; margin-top: auto; }
  footer .logo { margin-bottom: 30px; }
  footer ul { margin: 0 0 25px 0; }
  footer ul li a { padding: .15rem 0; font-size: 16px; }
}


html[data-wl="dmgemlak"] footer img.logo { width: 180px; }
@media (min-width: 992px) {
  html[data-wl="dmgemlak"] header .navbar-light .navbar-brand { height: 40px; }
}

/*--- Inpage Whatsapp Button ---*/
a.whatsapp { background-color: #25D366; border-radius: 50%; width: 50px; height: 50px; box-shadow: 0 0 20px rgb(0 0 0 / 50%); position: fixed; bottom: 60px; right: 15px; display: flex; align-items: center; justify-content: center; line-height: 1; transition: ease transform .25s; z-index: 2; }
a.whatsapp span { width: 24px; height: 24px; background-size: contain; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg width='448' height='448' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M380.9 65.1c41.9 42 67.1 97.7 67.1 157 0 122.4-101.8 222-224.1 222h-.1c-37.2 0-73.7-9.3-106.1-27L0 448l31.5-115A222.2 222.2 0 0 1 223.9 0c59.3 0 115.1 23.1 157 65.1Zm-55.8 203.4a802 802 0 0 0-37.9-18c-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"); }

a.whatsapp:hover, a.whatsapp:focus {
    transform: scale(1.05);
}

@media only screen and (min-width: 375px){
    a.whatsapp { width: 70px; height: 70px; right: 20px; font-size: 32px; }
    a.whatsapp span { width: 32px; height: 32px; }
}

@media only screen and (min-width: 992px) {
  a.whatsapp { bottom: 40px; }
}


/*--- BACK TO TOP ---*/
.back-to-top { position: fixed; opacity: 0; pointer-events: none; bottom: 60px; right: 10px; background-color: #FFF; border: 0; border-radius: 25px; width: 50px; height: 50px; box-shadow: 0 1px 15px rgb(0 0 0 / 20%); z-index: 20; pointer-events: none; transition: ease all .15s; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.back-to-top svg { width: 20px; height: auto; }
.back-to-top.show { opacity: 1; pointer-events: auto; z-index: 20; }
.back-to-top.show:active { background-color: #4d2573; }
.back-to-top.show:active svg path { fill: #FFF; }

@media only screen and (min-width: 375px) {
  .back-to-top { bottom: 70px; }
}

@media only screen and (min-width: 768px) {
  .back-to-top { bottom: 20px; right: 20px; width: 60px; height: 60px; border-radius: 30px; }
}

@media (hover: hover) {
  .back-to-top.show:hover { background-color: #4d2573; }
  .back-to-top.show:hover svg path { fill: #FFF; }
}



/*--- Icons ---*/
[class^="icon-"], [class*=" icon-"] { background-repeat: no-repeat; background-position: center; }
[class^="icon-"]::after, [class*=" icon-"]::after { background-repeat: no-repeat; background-position: center; }


.icon-lang-en { background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 512 512' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='256' cy='256' fill='%23f0f0f0' r='256'/%3E%3Cg fill='%230052b4'%3E%3Cpath d='m52.92 100.142c-20.109 26.163-35.272 56.318-44.101 89.077h133.178z'/%3E%3Cpath d='m503.181 189.219c-8.829-32.758-23.993-62.913-44.101-89.076l-89.075 89.076z'/%3E%3Cpath d='m8.819 322.784c8.83 32.758 23.993 62.913 44.101 89.075l89.074-89.075z'/%3E%3Cpath d='m411.858 52.921c-26.163-20.109-56.317-35.272-89.076-44.102v133.177z'/%3E%3Cpath d='m100.142 459.079c26.163 20.109 56.318 35.272 89.076 44.102v-133.176z'/%3E%3Cpath d='m189.217 8.819c-32.758 8.83-62.913 23.993-89.075 44.101l89.075 89.075z'/%3E%3Cpath d='m322.783 503.181c32.758-8.83 62.913-23.993 89.075-44.101l-89.075-89.075z'/%3E%3Cpath d='m370.005 322.784 89.075 89.076c20.108-26.162 35.272-56.318 44.101-89.076z'/%3E%3C/g%3E%3Cpath d='m509.833 222.609h-220.44-.001v-220.442c-10.931-1.423-22.075-2.167-33.392-2.167-11.319 0-22.461.744-33.391 2.167v220.44.001h-220.442c-1.423 10.931-2.167 22.075-2.167 33.392 0 11.319.744 22.461 2.167 33.391h220.44.001v220.442c10.931 1.423 22.073 2.167 33.392 2.167 11.317 0 22.461-.743 33.391-2.167v-220.44-.001h220.442c1.423-10.931 2.167-22.073 2.167-33.392 0-11.317-.744-22.461-2.167-33.391z' fill='%23d80027'/%3E%3Cpath d='m322.783 322.784 114.236 114.236c5.254-5.252 10.266-10.743 15.048-16.435l-97.802-97.802h-31.482z' fill='%23d80027'/%3E%3Cpath d='m189.217 322.784h-.002l-114.235 114.235c5.252 5.254 10.743 10.266 16.435 15.048l97.802-97.804z' fill='%23d80027'/%3E%3Cpath d='m189.217 189.219v-.002l-114.236-114.237c-5.254 5.252-10.266 10.743-15.048 16.435l97.803 97.803h31.481z' fill='%23d80027'/%3E%3Cpath d='m322.783 189.219 114.237-114.238c-5.252-5.254-10.743-10.266-16.435-15.047l-97.802 97.803z' fill='%23d80027'/%3E%3C/svg%3E"); }

.icon-lang-de {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='a' cx='256' cy='256' r='256'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23D80027' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cpath fill='%23000' fill-rule='nonzero' mask='url(%23b)' d='M-177 0h853v171h-853z'/%3E%3Cpath fill='%23D00' fill-rule='nonzero' mask='url(%23b)' d='M-177 171h853v171h-853z'/%3E%3Cpath fill='%23FFCE00' fill-rule='nonzero' mask='url(%23b)' d='M-177 341h853v171h-853z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-color: transparent!important;
}

.icon-lang-ru {
  background-image: url("data:image/svg+xml,%3Csvg width='600' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M300 600a300.2 300.2 0 0 0 283-200H17a300.2 300.2 0 0 0 283 200Z' fill='%23D52B1E'/%3E%3Cpath d='M300 0a300.1 300.1 0 0 1 283 200H17A300.1 300.1 0 0 1 300 0Z' fill='%23FFF'/%3E%3Cpath d='M583 400a299.5 299.5 0 0 0 0-200H17a299.6 299.6 0 0 0 0 200h566Z' fill='%230039A6'/%3E%3C/g%3E%3C/svg%3E");
  background-color: transparent!important;
  background-size: cover;
}

.icon-lang-tr {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Ccircle fill='%23d80027' cx='256' cy='256' r='256'/%3E%3Cg fill='%23F0F0F0'%3E%3Cpath d='m350.6 187 31.8 43.5L434 214l-31.9 43.5 31.9 43.7-51.6-16.7-31.9 43.5.1-53.9-51.6-16.6 51.6-16.7z'/%3E%3Cpath d='M263.5 366.8c-61 0-110.5-48.9-110.5-109.3s49.4-109.3 110.5-109.3c19 0 36.8 4.8 52.5 13.1a136.5 136.5 0 0 0-95-38.3c-75.2 0-136 60.3-136 134.5S146 392 221 392c37 0 70.4-14.6 95-38.3a111.5 111.5 0 0 1-52.5 13Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
}

.icon-lang-fa {
  background-image: url("data:image/svg+xml,%3Csvg width='540' height='360' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23DA0000' fill-rule='nonzero' d='M0 0h540v360H0z'/%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M0 0h540v240H0z'/%3E%3Cpath fill='%23239F40' fill-rule='nonzero' d='M0 0h540v120H0z'/%3E%3Cpath d='M0 107h3.6M3.6 100v12.6h11.2V100M9.2 100v12.6' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M0 119.6h16.2M0 239.6h16.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M0 252.2h3.6M3.6 245.2v12.6h11.2v-12.6M9.2 245.2v12.6M19 101.4h36.4M20.4 114v-7h11.2v5.6h11.2V107h-7M24.6 112.6h2.8M55.4 112.6h-7V107h11.2M59.6 100v12.6h11.2V100M65.2 100v12.6' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M19 119.6h25.2M47 119.6h25.2M19 239.6h25.2m2.8 0h25.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M19 246.6h36.4m-35 12.6v-7h11.2v5.6h11.2v-5.6h-7m-11.2 5.6h2.8m28 0h-7v-5.6h11.2m0-7v12.6h11.2v-12.6m-5.6 0v12.6M75 101.4h36.4M76.4 114v-7h11.2v5.6h11.2V107h-7M80.6 112.6h2.8M111.4 112.6h-7V107h11.2' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath stroke='%23FFF' stroke-width='2.8' d='M115.6 100v12.6h11.2V100M121.2 100v12.6'/%3E%3Cpath d='M75 119.6h25.2M103 119.6h25.2M75 239.6h25.2m2.8 0h25.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M75 246.6h36.4m-35 12.6v-7h11.2v5.6h11.2v-5.6h-7m-11.2 5.6h2.8m28 0h-7v-5.6h11.2m0-7v12.6h11.2v-12.6m-5.6 0v12.6M131 101.4h36.4M132.4 114v-7h11.2v5.6h11.2V107h-7M136.6 112.6h2.8M167.4 112.6h-7V107h11.2M171.6 100v12.6h11.2V100M177.2 100v12.6' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M131 119.6h25.2M159 119.6h25.2M131 239.6h25.2m2.8 0h25.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M131 246.6h36.4m-35 12.6v-7h11.2v5.6h11.2v-5.6h-7m-11.2 5.6h2.8m28 0h-7v-5.6h11.2m0-7v12.6h11.2v-12.6m-5.6 0v12.6M187 101.4h36.4M188.4 114v-7h11.2v5.6h11.2V107h-7M192.6 112.6h2.8M223.4 112.6h-7V107h11.2M227.6 100v12.6h11.2V100M233.2 100v12.6' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M187 119.6h25.2M215 119.6h25.2M187 239.6h25.2m2.8 0h25.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M187 246.6h36.4m-35 12.6v-7h11.2v5.6h11.2v-5.6h-7m-11.2 5.6h2.8m28 0h-7v-5.6h11.2m0-7v12.6h11.2v-12.6m-5.6 0v12.6M243 101.4h36.4M244.4 114v-7h11.2v5.6h11.2V107h-7M248.6 112.6h2.8M279.4 112.6h-7V107h11.2M283.6 100v12.6h11.2V100M289.2 100v12.6' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M243 119.6h25.2M271 119.6h25.2M243 239.6h25.2m2.8 0h25.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M243 246.6h36.4m-35 12.6v-7h11.2v5.6h11.2v-5.6h-7m-11.2 5.6h2.8m28 0h-7v-5.6h11.2m0-7v12.6h11.2v-12.6m-5.6 0v12.6M299 101.4h36.4M300.4 114v-7h11.2v5.6h11.2V107h-7M304.6 112.6h2.8M335.4 112.6h-7V107h11.2M339.6 100v12.6h11.2V100M345.2 100v12.6' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M299 119.6h25.2M327 119.6h25.2M299 239.6h25.2m2.8 0h25.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M299 246.6h36.4m-35 12.6v-7h11.2v5.6h11.2v-5.6h-7m-11.2 5.6h2.8m28 0h-7v-5.6h11.2m0-7v12.6h11.2v-12.6m-5.6 0v12.6M355 101.4h36.4M356.4 114v-7h11.2v5.6h11.2V107h-7M360.6 112.6h2.8M391.4 112.6h-7V107h11.2M395.6 100v12.6h11.2V100M401.2 100v12.6' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M355 119.6h25.2M383 119.6h25.2M355 239.6h25.2m2.8 0h25.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M355 246.6h36.4m-35 12.6v-7h11.2v5.6h11.2v-5.6h-7m-11.2 5.6h2.8m28 0h-7v-5.6h11.2m0-7v12.6h11.2v-12.6m-5.6 0v12.6M411 101.4h36.4M412.4 114v-7h11.2v5.6h11.2V107h-7M416.6 112.6h2.8M447.4 112.6h-7V107h11.2M451.6 100v12.6h11.2V100M457.2 100v12.6' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M411 119.6h25.2M439 119.6h25.2M411 239.6h25.2m2.8 0h25.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M411 246.6h36.4m-35 12.6v-7h11.2v5.6h11.2v-5.6h-7m-11.2 5.6h2.8m28 0h-7v-5.6h11.2m0-7v12.6h11.2v-12.6m-5.6 0v12.6M467 101.4h36.4M468.4 114v-7h11.2v5.6h11.2V107h-7M472.6 112.6h2.8M503.4 112.6h-7V107h11.2M507.6 100v12.6h11.2V100M513.2 100v12.6' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M467 119.6h25.2M495 119.6h25.2M467 239.6h25.2m2.8 0h25.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M467 246.6h36.4m-35 12.6v-7h11.2v5.6h11.2v-5.6h-7m-11.2 5.6h2.8m28 0h-7v-5.6h11.2m0-7v12.6h11.2v-12.6m-5.6 0v12.6M522 101.4h17M523.4 114v-7h11.2v5.6h4.4m-11.4 0h2.8' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M523 119.6h17M523 239.6h17' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M523 246.6h17m-15.6 12.6v-7h11.2v5.6h4.4m-11.4 0h2.8' stroke='%23FFF' stroke-width='2.8'/%3E%3Cg fill='%23DA0000' fill-rule='nonzero'%3E%3Cpath d='M245.3 217.6a41 41 0 0 0 39.5-70.1 45 45 0 0 1-39.5 70.1'/%3E%3Cpath d='M297.8 209.8a34.4 34.4 0 0 0-8.8-63.1 45 45 0 0 1 8.8 63M270 225l-2.3-45 2.3-35.4a14 14 0 0 0 5.3 4.4v26.5l-1.8 44.7-3.5 4.8ZM269.1 141.8l.9.8a6.5 6.5 0 0 0 11.3-6.1 6.1 6.1 0 0 1-11.3 1.9'/%3E%3Cg%3E%3Cpath d='M294.7 217.6a41 41 0 0 1-39.5-70.1 45 45 0 0 0 39.5 70.1'/%3E%3Cpath d='M242.2 209.8a34.4 34.4 0 0 1 8.8-63.1 45 45 0 0 0-8.8 63M270 225l2.3-45-2.3-35.4a14 14 0 0 1-5.3 4.4v26.5l1.8 44.7 3.5 4.8ZM270.9 141.8l-.9.8a6.5 6.5 0 0 1-11.3-6.1 6.1 6.1 0 0 0 11.3 1.9'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    border-radius: 13px;
}

.icon-lang-he {
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M0 0h900v600H0z'/%3E%3Cpath fill='%230038B8' fill-rule='nonzero' d='M0 56.3h900V150H0zM0 450h900v93.8H0z'/%3E%3Cpath d='M355 355h189.3l-94.7-164L355 355Zm94.6 54.6 94.7-164H355l94.6 164Z' stroke='%230038B8' stroke-width='27.5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  border-radius: 13px;
}

.icon-lang-sq {
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='red' d='M900 0H0v600h900z'/%3E%3Cpath d='M472.2 453.4c-5.2-4.6-11.6-13.8-11.5-22.8.4-6.6 5-10.5 8-2.4 4.1 9 13 23.8 25.4 15.1 5.4-4 5.3-9.7-2.1-9-9.1-.7-14.7-5.7-18.8-18.6-.7-7.1 2.2-7 6.3-2.4 5.3 6.1 15.9 15.3 27.5 10.4 6.5-2.7 8.3-8.3-1.5-9.7-9.2.1-16.8-5.8-24.3-15-4-5 2-10.2 5.6-5.8 3.3 2.7 7.8 7.9 11.8 8.6 4.5.9 10 .5 16.3-2.8 6.6-5.6 4.5-9.7-3.6-10.6-6.3.3-9.8 2.7-17.9-2.7-14.5-9.9-26.1-23-28-38.9-1.1-10.4 4.5-13.5 9.1-12.3 12.7 3.2 21 26.9 29.7 39.9 3 3.7 5.5 3.8 7.4 2.6 3.5-3 6.3-5.4 9.9-8.8 0 0 25.7 4.6 39.8 9.2l-15.7 5.6c-5.9-3.3-13 .2-13 5.9-5.6 3.9-5.2 8.4-2.8 12.8.8-3 1.4-7 5.8-7.6 6.4 2.6 13.7-1 13.7-6l18.5-7.3 18.6 10.6c0 7.1 6.7 9.4 13.8 7.5 3.3 2 5.4 5.6 6.5 9.4 2.1-5.5 1.7-9.4-1.6-12.1 1.9-7.1-8-14-15.8-9.4l-13.4-7.7 23-.6c2.6 4.7 12.2 5 15 0 2.4-.7 4.5-1.1 9.2 2.4-1.5-5.7-4.4-8-8.7-8-3.3-5.9-15.1-5.8-16.8.7l-24 .6 14.3-10c5.3 3 12.7-.4 14.2-6 2-2.6 4.7-3.8 9.8-2-2.6-4.7-6.4-6.1-13-3-6.2-4.6-14.3 1-13 5.7l-19 12.8c-13.6-4-38.4-10.4-38.4-10.4l8.9-9.1c1-1.9-.6-4-2.8-4.5-22.2-4.6-34.8-13.5-42.5-36.1-3.2-9.5 3.7-12.4 6.1-6.6 3.3 8.1 7 17 16.9 23.8 3.4 2.4 13.6.4 7.6-5.3-6.3-5.2-9-7.4-12-19.9 0-6.3 6.4-9.2 10-3 3.9 12.4 4.3 17.7 11.3 25.8 5.3 6 12.2 10.1 15.6 10 6.1 0 12.4-6.7 4.1-11.5-12.1-4.9-16.5-11.5-18.3-17.8-2-11 .2-16.3 6.8-10.9 9.4 10.7 27.4 30.6 36.8 39.9 10.5 8 22.6 8.3 32.3.1 5.5-6.3 3.5-13.1-5.1-11.7-19.5 1.7-34.2-8-50.4-34.2-3.2-5.9-4-14.3 3-8a72 72 0 0 0 30.7 24.2c11 3.9 20 1.7 23.6-1.7 4.2-4.3 3-15-4.2-12.4-6 2.2-14.6 2.7-23.4-.7a69 69 0 0 1-27.8-23.6c-3.4-7.1-2.3-13.2 4.5-9.5 16 13.6 36.6 24.6 47.2 18 7.7-4.8 7.9-17.3-2-16.5-19.8 2.7-27.3-1.7-46.4-18.5-4.3-3.2-4-11.4 2.9-6.2 16 10.4 37.9 14.4 46.5 9 7.7-4.9 6.6-19.6-6.5-14.4-10.4 6.3-21.9 6.2-44.9-10.3-5.8-4.8-1.5-11.1 3.3-8.4 18.5 10.5 45.5 15 52.5-6.4 2.8-8.2-2.2-13-9.4-7.3-16 14.7-34 7.5-44.1 0-2.9-1.6-8.2-10.3 1.1-8.7 24.1 5.5 48 .7 52.4-16.4 2.5-5.5-2.5-15.3-11.3-7.1-11.6 11.4-23.9 11.8-39.3 11.8-7.9-1.7-8-10.3-1.3-11.6 12.2.2 24.2-5 33.8-10.5 9.4-5.4 17.2-13 19.7-23.5 1.5-9.4-7.5-19.4-13-9.4-8 14.6-26 28.3-45.8 30.8-1-1.7-3.7-6.1-6.9-4.9a306 306 0 0 0-20 8.7c-15.4 7.3-21.8 10.8-20 23.5 2 13.2-8.2 21.6-16.6 19.3-7.3-2-11.4-8.6-10-20.1 1-9.2 10.2-20.3 20.5-26 6.7-3.8 16.9-5.9 29-8.6 7.5-1.5 11.3-4.3 11.7-7.4 0 0-5 3.7-13.2 3.2-3.8-.3-6.4-2-7.4-3.7 2.8-.6 8 0 12.6 0 6 0 20.3-1.3 24-10 1.2-5.6-2.5-6.6-6-3-3.7 4-5.3 7.5-12.7 8.8-4.6.8-9.2 1.7-15 .3 3.3-4 8.5-8 13-7.2 1.5.3 3.4 1.6 5 4 1-6.2-.7-13.2-17.4-10.2.3-4.7-9.6-6.8-15.5-6.7-3.4 0-10.3 2-15.3 4.5-8 2.4-15.7 4.2-25 4.9 5.4 4.5 6.4 4.8 11.8 8.7-8.1 3-14.4 9.2-17.2 13.3 0 0 9.4-.3 11.8.8-9.8 2.9-14.3 4.6-19.5 10 1.9.2 4.6.8 5.8 1.2 1.2.4.9 1.2-.1 2-2.1 1.6-11 11.8-13.5 14.2-2.5-2.4-11.3-12.6-13.4-14.2-1-.8-1.3-1.6-.1-2 1.2-.4 3.9-1 5.7-1.3-5.2-5.3-9.6-7-19.5-10 2.4-1 11.8-.7 11.8-.7-2.8-4.1-9-10.3-17.1-13.3 5.3-3.9 6.3-4.2 11.7-8.7-9.2-.7-17-2.5-25-5-5-2.3-11.8-4.3-15.2-4.4-6 0-15.8 2-15.6 6.7-16.6-3-18.3 4-17.3 10.3 1.5-2.5 3.5-3.8 5-4 4.4-.8 9.7 3.2 13 7.1-5.9 1.4-10.4.5-15-.3-7.5-1.3-9-4.9-12.8-8.8-3.4-3.6-7.2-2.6-6 3 3.8 8.7 18 10 24 10 4.7 0 9.8-.6 12.6 0-1 1.7-3.5 3.4-7.3 3.7-8.2.5-13.2-3.2-13.2-3.2.4 3 4.2 6 11.6 7.4 12.2 2.7 22.3 4.8 29 8.5 10.4 5.8 19.6 17 20.6 26 1.3 11.6-2.7 18.2-10 20.2-8.4 2.3-18.6-6-16.7-19.3 1.9-12.7-4.6-16.2-20-23.5a306 306 0 0 0-20-8.7c-3.2-1.2-5.8 3.2-6.8 5a64.1 64.1 0 0 1-45.8-31c-5.5-9.9-14.6 0-13 9.5 2.4 10.5 10.2 18.1 19.7 23.5a68.9 68.9 0 0 0 33.8 10.5c6.6 1.3 6.5 10-1.4 11.6-15.4 0-27.7-.4-39.3-11.8-8.8-8.2-13.7 1.6-11.2 7.1 4.3 17.1 28.2 22 52.3 16.4 9.4-1.6 4 7 1.2 8.8-10.2 7.4-28.2 14.6-44.1-.1-7.3-5.7-12.2-1-9.5 7.3 7 21.5 34 17 52.6 6.4 4.7-2.7 9 3.6 3.3 8.4-23 16.5-34.6 16.6-45 10.3-13-5.2-14.1 9.5-6.4 14.4 8.6 5.4 30.4 1.4 46.5-9 6.9-5.2 7.2 3 2.8 6.2-19 16.8-26.5 21.2-46.4 18.5-9.8-.8-9.7 11.7-2 16.5 10.6 6.6 31.3-4.4 47.3-18 6.8-3.7 7.8 2.4 4.5 9.5a69 69 0 0 1-27.8 23.6 34.2 34.2 0 0 1-23.4.7c-7.3-2.5-8.4 8.1-4.2 12.4 3.5 3.4 12.6 5.6 23.6 1.7a72 72 0 0 0 30.7-24.2c7-6.3 6.1 2.1 3 8-16.2 26.2-31 35.9-50.4 34.2-8.7-1.4-10.6 5.4-5.1 11.7 9.6 8.2 21.7 8 32.3-.1 9.4-9.3 27.3-29.2 36.7-39.9 6.7-5.4 8.8 0 6.9 11-1.8 6.2-6.2 12.8-18.4 17.7-8.2 4.8-2 11.5 4.2 11.5 3.4.1 10.3-4 15.6-10 7-8 7.4-13.4 11.2-25.9 3.6-6 10-3.2 10 3.1-3 12.5-5.7 14.7-12 19.9-6 5.7 4.2 7.7 7.7 5.3a47 47 0 0 0 16.8-23.8c2.4-5.8 9.4-3 6.2 6.6-7.7 22.6-20.4 31.5-42.5 36.1-2.3.5-3.9 2.6-2.8 4.5l8.9 9.1s-24.8 6.4-38.5 10.4L313.2 359c1.2-4.7-6.8-10.3-13-5.7-6.7-3.1-10.4-1.7-13 3 5-1.8 7.7-.6 9.8 2 1.5 5.6 8.9 9 14.2 6l14.2 10-24-.6c-1.6-6.5-13.5-6.6-16.8-.8-4.3 0-7.1 2.4-8.6 8 4.7-3.4 6.7-3 9.1-2.3 2.8 5 12.4 4.7 15.1 0l23 .6-13.5 7.7c-7.7-4.6-17.6 2.3-15.8 9.4-3.2 2.7-3.7 6.6-1.6 12 1.1-3.7 3.3-7.3 6.6-9.3 7 1.9 13.8-.4 13.8-7.5l18.6-10.6 18.4 7.3c0 5 7.4 8.6 13.7 6 4.4.6 5 4.5 5.8 7.6 2.4-4.4 2.9-9-2.7-12.8 0-5.7-7.2-9.2-13-6l-15.7-5.5c14-4.6 39.8-9.2 39.8-9.2 3.5 3.4 6.3 5.8 9.8 8.8 2 1.2 4.5 1.1 7.4-2.6 8.8-13 17-36.7 29.7-40 4.7-1.1 10.3 2 9.1 12.4-1.8 15.9-13.4 29-28 38.9-8.1 5.4-11.5 3-17.8 2.7-8.1 1-10.3 5-3.6 10.6a24.4 24.4 0 0 0 16.3 2.8c3.9-.7 8.5-5.9 11.7-8.6 3.7-4.4 9.7.8 5.6 5.8-7.5 9.2-15 15.1-24.3 15-9.7 1.4-8 7-1.5 9.7 11.7 4.9 22.2-4.3 27.5-10.4 4.1-4.5 7-4.7 6.3 2.4-4 12.9-9.6 18-18.7 18.5-7.4-.6-7.5 5.2-2.1 9.1 12.3 8.7 21.2-6 25.4-15 3-8.2 7.5-4.3 8 2.3 0 9-6.3 18.2-11.6 22.8-5.3 4.6 22.7 33.6 22.7 33.6s28-29 22.7-33.6Zm37.6-329.1c-4.4 0-7 1.5-7 3.4s2.6 3.4 7 3.4c4.3 0 7-1.7 7-3.6 0-1.8-2.7-3.2-7-3.2Zm-120.5 0c4.4 0 7 1.5 7 3.4s-2.6 3.4-7 3.4c-4.3 0-7-1.7-7-3.6 0-1.8 2.7-3.2 7-3.2Z' fill='%23000'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    border-radius: 13px;
}

.icon-lang-sl {
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='red' d='M0 0h900v600H0z'/%3E%3Cpath fill='%2300F' d='M0 0h900v400H0z'/%3E%3Cpath fill='%23FFF' d='M0 0h900v200H0z'/%3E%3Cpath d='M247.2 115.3a180.4 180.4 0 0 1 145.6 0C400.4 222.8 376 283.7 320 298c-56.1-14.3-80.4-75.2-72.8-182.7Z' fill='%2300F'/%3E%3Cpath fill='%23FF0' d='m320 134.6 2.2 5 5.4-.6-3.2 4.4 3.2 4.4-5.4-.6-2.2 5-2.2-5-5.4.6 3.2-4.4-3.2-4.4 5.4.6M299.4 107.3l2.2 5 5.5-.6-3.3 4.4 3.3 4.4-5.5-.6-2.2 5-2.2-5-5.4.6 3.2-4.4-3.2-4.4 5.4.6M340.5 107.3l2.2 5 5.5-.6-3.3 4.4 3.3 4.4-5.5-.6-2.2 5-2.2-5-5.4.6 3.2-4.4-3.2-4.4 5.4.6'/%3E%3Cpath d='m320 163 17.6 35.2 11.8-15.6 29.3 39.1c0 1.8-.2 3.6-.7 5.4a90.8 90.8 0 0 1-58 61 90.8 90.8 0 0 1-58-61c-.5-1.8-.7-3.6-.7-5.4l29.3-39.1 11.8 15.6L320 163Z' fill='%23FFF'/%3E%3Cpath d='M262 227.1a19.6 19.6 0 0 0 28.6 11.6c6.1-3.5 13.6-3.5 19.6 0 6 3.5 13.5 3.5 19.6 0 6-3.5 13.5-3.5 19.6 0A19.6 19.6 0 0 0 378 227l.7.3v14.3c-3.4 0-6.8.9-9.8 2.6-6 3.5-13.5 3.5-19.5 0-6.1-3.5-13.6-3.5-19.6 0-6 3.5-13.5 3.5-19.6 0-6-3.5-13.5-3.5-19.6 0-6 3.5-13.5 3.5-19.5 0-3-1.7-6.4-2.6-9.8-2.6v-14.3' fill='%2300F'/%3E%3Cpath d='M262 238.4a19.6 19.6 0 0 0 28.6 11.6c6.1-3.5 13.6-3.5 19.6 0 6 3.5 13.5 3.5 19.6 0 6-3.5 13.5-3.5 19.6 0a19.6 19.6 0 0 0 28.6-11.6l.7.3V253c-3.4 0-6.8.9-9.8 2.6-6 3.5-13.5 3.5-19.5 0-6.1-3.5-13.6-3.5-19.6 0-6 3.5-13.5 3.5-19.6 0-6-3.5-13.5-3.5-19.6 0-6 3.5-13.5 3.5-19.5 0-3-1.7-6.4-2.6-9.8-2.6v-14.3' fill='%2300F'/%3E%3Cpath d='M241.7 117.9c1.8-1 3.7-1.8 5.5-2.6l5.9 92.9A96.5 96.5 0 0 0 320 294a96.5 96.5 0 0 0 67-86l5.8-92.8 5.5 2.6-5.7 90.6A102.2 102.2 0 0 1 320 300c-41-12.3-70-48.8-72.6-91.5l-5.7-90.6Z' fill='red'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  border-radius: 13px;
}

.icon-lang-pl {
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='%23FFF' d='M0 0h900v600H0z'/%3E%3Cpath fill='%23DC143C' d='M0 300h900v300H0z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  border-radius: 13px;
}

.icon-lang-sv {
  background-image: url("data:image/svg+xml,%3Csvg width='600' height='600' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='a' cx='300' cy='300' r='300'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill-rule='nonzero'%3E%3Cpath fill='%23006AA7' d='M-150 0h900v600h-900z'/%3E%3Cpath fill='%23FECC00' d='M150 0h120v600H150z'/%3E%3Cpath fill='%23FECC00' d='M-150 240h900v120h-900z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  border-radius: 13px;
}

.icon-lang-no {
  background-image: url("data:image/svg+xml,%3Csvg width='600' height='600' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='a' cx='300' cy='300' r='300'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill-rule='nonzero'%3E%3Cpath fill='%23BA0C2F' d='M-117 0h900v600h-900z'/%3E%3Cpath d='M-117 375V225h900v150h-900ZM135.272727 0h150v600h-150V0Z' fill='%23FFF'/%3E%3Cpath d='M-117 337.5v-75h900v75h-900ZM172.772727 0h75v600h-75V0Z' fill='%2300205B'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  border-radius: 13px;
}

.icon-lang-fi {
  background-image: url("data:image/svg+xml,%3Csvg width='600' height='600' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='a' cx='300' cy='300' r='300'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23000' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cg mask='url(%23b)' fill-rule='nonzero'%3E%3Cpath fill='%23FFF' d='M-101 0h900v600h-900z'/%3E%3Cpath d='M-101 375V225h900v150h-900ZM149 0h150v600H149V0Z' fill='%23002F6C'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  border-radius: 13px;
}

.flag-tr {
  background-image: url("data:image/svg+xml,%3Csvg height='800' viewBox='0 -30000 90000 60000' width='1200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0-30000h90000v60000H0z' fill='%23e30a17'/%3E%3Cpath d='m41750 0 13568-4408-8386 11541V-7133l8386 11541zm925 8021a15000 15000 0 1 1 0-16042 12000 12000 0 1 0 0 16042z' fill='%23fff'/%3E%3C/svg%3E");
}

.flag-en {
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0v600h900V0z'/%3E%3Cpath d='M500 300h500v300L500 300Zm0 0v300H0l500-300Zm0 0H0V0l500 300Zm0 0V0h500L500 300Z' id='c'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='%230052B4' fill-rule='nonzero' d='M-50 0v600H950V0z'/%3E%3Cpath d='M-50 0 950 600m0-600L-50 600' stroke='%23FFF' stroke-width='120' fill='%23000' fill-rule='nonzero'/%3E%3Cg transform='translate(-50)'%3E%3Cmask id='d' fill='%23fff'%3E%3Cuse xlink:href='%23c'/%3E%3C/mask%3E%3Cpath d='m0 0 1000 600m0-600L0 600' stroke='%23C8102E' stroke-width='80' fill='%23000' fill-rule='nonzero' mask='url(%23d)'/%3E%3C/g%3E%3Cpath stroke='%23FFF' stroke-width='40' fill='%23C8102E' fill-rule='nonzero' d='M-70 220h440V-20h160v240h440v160H530v240H370V380H-70z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.flag-ru {
  background-image: url("data:image/svg+xml,%3Csvg height='600' viewBox='0 0 9 6' width='900' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h9v3H0z' fill='%23fff'/%3E%3Cpath d='M0 3h9v3H0z' fill='%23d52b1e'/%3E%3Cpath d='M0 2h9v2H0z' fill='%230039a6'/%3E%3C/svg%3E");
}

.flag-de {
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='%23000' d='M0 0h900v600H0z'/%3E%3Cpath fill='%23D00' d='M0 200h900v400H0z'/%3E%3Cpath fill='%23FFCE00' d='M0 400h900v200H0z'/%3E%3C/g%3E%3C/svg%3E");
}

.flag-es {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='600' viewBox='0 0 6 4'%3E%3Cpath d='M0 0h6v4H0z' fill='%23ad1519'/%3E%3Cpath d='M0 1h6v2H0z' fill='%23fabd00'/%3E%3C/svg%3E");
}

.flag-hu {
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='%23477050' d='M0 0h900v600H0V400z'/%3E%3Cpath fill='%23FFF' d='M0 0h900v400H0z'/%3E%3Cpath fill='%23CE2939' d='M0 0h900v200H0z'/%3E%3C/g%3E%3C/svg%3E");
}

.flag-fa {
  background-image: url("data:image/svg+xml,%3Csvg width='540' height='360' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23DA0000' fill-rule='nonzero' d='M0 0h540v360H0z'/%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M0 0h540v240H0z'/%3E%3Cpath fill='%23239F40' fill-rule='nonzero' d='M0 0h540v120H0z'/%3E%3Cpath d='M0 107h3.6M3.6 100v12.6h11.2V100M9.2 100v12.6' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M0 119.6h16.2M0 239.6h16.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M0 252.2h3.6M3.6 245.2v12.6h11.2v-12.6M9.2 245.2v12.6M19 101.4h36.4M20.4 114v-7h11.2v5.6h11.2V107h-7M24.6 112.6h2.8M55.4 112.6h-7V107h11.2M59.6 100v12.6h11.2V100M65.2 100v12.6' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M19 119.6h25.2M47 119.6h25.2M19 239.6h25.2m2.8 0h25.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M19 246.6h36.4m-35 12.6v-7h11.2v5.6h11.2v-5.6h-7m-11.2 5.6h2.8m28 0h-7v-5.6h11.2m0-7v12.6h11.2v-12.6m-5.6 0v12.6M75 101.4h36.4M76.4 114v-7h11.2v5.6h11.2V107h-7M80.6 112.6h2.8M111.4 112.6h-7V107h11.2' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath stroke='%23FFF' stroke-width='2.8' d='M115.6 100v12.6h11.2V100M121.2 100v12.6'/%3E%3Cpath d='M75 119.6h25.2M103 119.6h25.2M75 239.6h25.2m2.8 0h25.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M75 246.6h36.4m-35 12.6v-7h11.2v5.6h11.2v-5.6h-7m-11.2 5.6h2.8m28 0h-7v-5.6h11.2m0-7v12.6h11.2v-12.6m-5.6 0v12.6M131 101.4h36.4M132.4 114v-7h11.2v5.6h11.2V107h-7M136.6 112.6h2.8M167.4 112.6h-7V107h11.2M171.6 100v12.6h11.2V100M177.2 100v12.6' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M131 119.6h25.2M159 119.6h25.2M131 239.6h25.2m2.8 0h25.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M131 246.6h36.4m-35 12.6v-7h11.2v5.6h11.2v-5.6h-7m-11.2 5.6h2.8m28 0h-7v-5.6h11.2m0-7v12.6h11.2v-12.6m-5.6 0v12.6M187 101.4h36.4M188.4 114v-7h11.2v5.6h11.2V107h-7M192.6 112.6h2.8M223.4 112.6h-7V107h11.2M227.6 100v12.6h11.2V100M233.2 100v12.6' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M187 119.6h25.2M215 119.6h25.2M187 239.6h25.2m2.8 0h25.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M187 246.6h36.4m-35 12.6v-7h11.2v5.6h11.2v-5.6h-7m-11.2 5.6h2.8m28 0h-7v-5.6h11.2m0-7v12.6h11.2v-12.6m-5.6 0v12.6M243 101.4h36.4M244.4 114v-7h11.2v5.6h11.2V107h-7M248.6 112.6h2.8M279.4 112.6h-7V107h11.2M283.6 100v12.6h11.2V100M289.2 100v12.6' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M243 119.6h25.2M271 119.6h25.2M243 239.6h25.2m2.8 0h25.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M243 246.6h36.4m-35 12.6v-7h11.2v5.6h11.2v-5.6h-7m-11.2 5.6h2.8m28 0h-7v-5.6h11.2m0-7v12.6h11.2v-12.6m-5.6 0v12.6M299 101.4h36.4M300.4 114v-7h11.2v5.6h11.2V107h-7M304.6 112.6h2.8M335.4 112.6h-7V107h11.2M339.6 100v12.6h11.2V100M345.2 100v12.6' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M299 119.6h25.2M327 119.6h25.2M299 239.6h25.2m2.8 0h25.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M299 246.6h36.4m-35 12.6v-7h11.2v5.6h11.2v-5.6h-7m-11.2 5.6h2.8m28 0h-7v-5.6h11.2m0-7v12.6h11.2v-12.6m-5.6 0v12.6M355 101.4h36.4M356.4 114v-7h11.2v5.6h11.2V107h-7M360.6 112.6h2.8M391.4 112.6h-7V107h11.2M395.6 100v12.6h11.2V100M401.2 100v12.6' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M355 119.6h25.2M383 119.6h25.2M355 239.6h25.2m2.8 0h25.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M355 246.6h36.4m-35 12.6v-7h11.2v5.6h11.2v-5.6h-7m-11.2 5.6h2.8m28 0h-7v-5.6h11.2m0-7v12.6h11.2v-12.6m-5.6 0v12.6M411 101.4h36.4M412.4 114v-7h11.2v5.6h11.2V107h-7M416.6 112.6h2.8M447.4 112.6h-7V107h11.2M451.6 100v12.6h11.2V100M457.2 100v12.6' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M411 119.6h25.2M439 119.6h25.2M411 239.6h25.2m2.8 0h25.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M411 246.6h36.4m-35 12.6v-7h11.2v5.6h11.2v-5.6h-7m-11.2 5.6h2.8m28 0h-7v-5.6h11.2m0-7v12.6h11.2v-12.6m-5.6 0v12.6M467 101.4h36.4M468.4 114v-7h11.2v5.6h11.2V107h-7M472.6 112.6h2.8M503.4 112.6h-7V107h11.2M507.6 100v12.6h11.2V100M513.2 100v12.6' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M467 119.6h25.2M495 119.6h25.2M467 239.6h25.2m2.8 0h25.2' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M467 246.6h36.4m-35 12.6v-7h11.2v5.6h11.2v-5.6h-7m-11.2 5.6h2.8m28 0h-7v-5.6h11.2m0-7v12.6h11.2v-12.6m-5.6 0v12.6M522 101.4h17M523.4 114v-7h11.2v5.6h4.4m-11.4 0h2.8' stroke='%23FFF' stroke-width='2.8'/%3E%3Cpath d='M523 119.6h17M523 239.6h17' stroke='%23FFF' stroke-width='5.6'/%3E%3Cpath d='M523 246.6h17m-15.6 12.6v-7h11.2v5.6h4.4m-11.4 0h2.8' stroke='%23FFF' stroke-width='2.8'/%3E%3Cg fill='%23DA0000' fill-rule='nonzero'%3E%3Cpath d='M245.3 217.6a41 41 0 0 0 39.5-70.1 45 45 0 0 1-39.5 70.1'/%3E%3Cpath d='M297.8 209.8a34.4 34.4 0 0 0-8.8-63.1 45 45 0 0 1 8.8 63M270 225l-2.3-45 2.3-35.4a14 14 0 0 0 5.3 4.4v26.5l-1.8 44.7-3.5 4.8ZM269.1 141.8l.9.8a6.5 6.5 0 0 0 11.3-6.1 6.1 6.1 0 0 1-11.3 1.9'/%3E%3Cg%3E%3Cpath d='M294.7 217.6a41 41 0 0 1-39.5-70.1 45 45 0 0 0 39.5 70.1'/%3E%3Cpath d='M242.2 209.8a34.4 34.4 0 0 1 8.8-63.1 45 45 0 0 0-8.8 63M270 225l2.3-45-2.3-35.4a14 14 0 0 1-5.3 4.4v26.5l1.8 44.7 3.5 4.8ZM270.9 141.8l-.9.8a6.5 6.5 0 0 1-11.3-6.1 6.1 6.1 0 0 0 11.3 1.9'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.flag-he {
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M0 0h900v600H0z'/%3E%3Cpath fill='%230038B8' fill-rule='nonzero' d='M0 56.3h900V150H0zM0 450h900v93.8H0z'/%3E%3Cpath d='M355 355h189.3l-94.7-164L355 355Zm94.6 54.6 94.7-164H355l94.6 164Z' stroke='%230038B8' stroke-width='27.5'/%3E%3C/g%3E%3C/svg%3E");
}

.flag-ch {
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='%23DA291C' d='M0 0h900v600H0z'/%3E%3Cpath fill='%23FFF' d='M394.3 113h112.5v131.3H638v112.5H506.8V488H394.3V356.8H263V244.3h131.3z'/%3E%3C/g%3E%3C/svg%3E");
}

.flag-sq {
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='red' d='M900 0H0v600h900z'/%3E%3Cpath d='M472.2 453.4c-5.2-4.6-11.6-13.8-11.5-22.8.4-6.6 5-10.5 8-2.4 4.1 9 13 23.8 25.4 15.1 5.4-4 5.3-9.7-2.1-9-9.1-.7-14.7-5.7-18.8-18.6-.7-7.1 2.2-7 6.3-2.4 5.3 6.1 15.9 15.3 27.5 10.4 6.5-2.7 8.3-8.3-1.5-9.7-9.2.1-16.8-5.8-24.3-15-4-5 2-10.2 5.6-5.8 3.3 2.7 7.8 7.9 11.8 8.6 4.5.9 10 .5 16.3-2.8 6.6-5.6 4.5-9.7-3.6-10.6-6.3.3-9.8 2.7-17.9-2.7-14.5-9.9-26.1-23-28-38.9-1.1-10.4 4.5-13.5 9.1-12.3 12.7 3.2 21 26.9 29.7 39.9 3 3.7 5.5 3.8 7.4 2.6 3.5-3 6.3-5.4 9.9-8.8 0 0 25.7 4.6 39.8 9.2l-15.7 5.6c-5.9-3.3-13 .2-13 5.9-5.6 3.9-5.2 8.4-2.8 12.8.8-3 1.4-7 5.8-7.6 6.4 2.6 13.7-1 13.7-6l18.5-7.3 18.6 10.6c0 7.1 6.7 9.4 13.8 7.5 3.3 2 5.4 5.6 6.5 9.4 2.1-5.5 1.7-9.4-1.6-12.1 1.9-7.1-8-14-15.8-9.4l-13.4-7.7 23-.6c2.6 4.7 12.2 5 15 0 2.4-.7 4.5-1.1 9.2 2.4-1.5-5.7-4.4-8-8.7-8-3.3-5.9-15.1-5.8-16.8.7l-24 .6 14.3-10c5.3 3 12.7-.4 14.2-6 2-2.6 4.7-3.8 9.8-2-2.6-4.7-6.4-6.1-13-3-6.2-4.6-14.3 1-13 5.7l-19 12.8c-13.6-4-38.4-10.4-38.4-10.4l8.9-9.1c1-1.9-.6-4-2.8-4.5-22.2-4.6-34.8-13.5-42.5-36.1-3.2-9.5 3.7-12.4 6.1-6.6 3.3 8.1 7 17 16.9 23.8 3.4 2.4 13.6.4 7.6-5.3-6.3-5.2-9-7.4-12-19.9 0-6.3 6.4-9.2 10-3 3.9 12.4 4.3 17.7 11.3 25.8 5.3 6 12.2 10.1 15.6 10 6.1 0 12.4-6.7 4.1-11.5-12.1-4.9-16.5-11.5-18.3-17.8-2-11 .2-16.3 6.8-10.9 9.4 10.7 27.4 30.6 36.8 39.9 10.5 8 22.6 8.3 32.3.1 5.5-6.3 3.5-13.1-5.1-11.7-19.5 1.7-34.2-8-50.4-34.2-3.2-5.9-4-14.3 3-8a72 72 0 0 0 30.7 24.2c11 3.9 20 1.7 23.6-1.7 4.2-4.3 3-15-4.2-12.4-6 2.2-14.6 2.7-23.4-.7a69 69 0 0 1-27.8-23.6c-3.4-7.1-2.3-13.2 4.5-9.5 16 13.6 36.6 24.6 47.2 18 7.7-4.8 7.9-17.3-2-16.5-19.8 2.7-27.3-1.7-46.4-18.5-4.3-3.2-4-11.4 2.9-6.2 16 10.4 37.9 14.4 46.5 9 7.7-4.9 6.6-19.6-6.5-14.4-10.4 6.3-21.9 6.2-44.9-10.3-5.8-4.8-1.5-11.1 3.3-8.4 18.5 10.5 45.5 15 52.5-6.4 2.8-8.2-2.2-13-9.4-7.3-16 14.7-34 7.5-44.1 0-2.9-1.6-8.2-10.3 1.1-8.7 24.1 5.5 48 .7 52.4-16.4 2.5-5.5-2.5-15.3-11.3-7.1-11.6 11.4-23.9 11.8-39.3 11.8-7.9-1.7-8-10.3-1.3-11.6 12.2.2 24.2-5 33.8-10.5 9.4-5.4 17.2-13 19.7-23.5 1.5-9.4-7.5-19.4-13-9.4-8 14.6-26 28.3-45.8 30.8-1-1.7-3.7-6.1-6.9-4.9a306 306 0 0 0-20 8.7c-15.4 7.3-21.8 10.8-20 23.5 2 13.2-8.2 21.6-16.6 19.3-7.3-2-11.4-8.6-10-20.1 1-9.2 10.2-20.3 20.5-26 6.7-3.8 16.9-5.9 29-8.6 7.5-1.5 11.3-4.3 11.7-7.4 0 0-5 3.7-13.2 3.2-3.8-.3-6.4-2-7.4-3.7 2.8-.6 8 0 12.6 0 6 0 20.3-1.3 24-10 1.2-5.6-2.5-6.6-6-3-3.7 4-5.3 7.5-12.7 8.8-4.6.8-9.2 1.7-15 .3 3.3-4 8.5-8 13-7.2 1.5.3 3.4 1.6 5 4 1-6.2-.7-13.2-17.4-10.2.3-4.7-9.6-6.8-15.5-6.7-3.4 0-10.3 2-15.3 4.5-8 2.4-15.7 4.2-25 4.9 5.4 4.5 6.4 4.8 11.8 8.7-8.1 3-14.4 9.2-17.2 13.3 0 0 9.4-.3 11.8.8-9.8 2.9-14.3 4.6-19.5 10 1.9.2 4.6.8 5.8 1.2 1.2.4.9 1.2-.1 2-2.1 1.6-11 11.8-13.5 14.2-2.5-2.4-11.3-12.6-13.4-14.2-1-.8-1.3-1.6-.1-2 1.2-.4 3.9-1 5.7-1.3-5.2-5.3-9.6-7-19.5-10 2.4-1 11.8-.7 11.8-.7-2.8-4.1-9-10.3-17.1-13.3 5.3-3.9 6.3-4.2 11.7-8.7-9.2-.7-17-2.5-25-5-5-2.3-11.8-4.3-15.2-4.4-6 0-15.8 2-15.6 6.7-16.6-3-18.3 4-17.3 10.3 1.5-2.5 3.5-3.8 5-4 4.4-.8 9.7 3.2 13 7.1-5.9 1.4-10.4.5-15-.3-7.5-1.3-9-4.9-12.8-8.8-3.4-3.6-7.2-2.6-6 3 3.8 8.7 18 10 24 10 4.7 0 9.8-.6 12.6 0-1 1.7-3.5 3.4-7.3 3.7-8.2.5-13.2-3.2-13.2-3.2.4 3 4.2 6 11.6 7.4 12.2 2.7 22.3 4.8 29 8.5 10.4 5.8 19.6 17 20.6 26 1.3 11.6-2.7 18.2-10 20.2-8.4 2.3-18.6-6-16.7-19.3 1.9-12.7-4.6-16.2-20-23.5a306 306 0 0 0-20-8.7c-3.2-1.2-5.8 3.2-6.8 5a64.1 64.1 0 0 1-45.8-31c-5.5-9.9-14.6 0-13 9.5 2.4 10.5 10.2 18.1 19.7 23.5a68.9 68.9 0 0 0 33.8 10.5c6.6 1.3 6.5 10-1.4 11.6-15.4 0-27.7-.4-39.3-11.8-8.8-8.2-13.7 1.6-11.2 7.1 4.3 17.1 28.2 22 52.3 16.4 9.4-1.6 4 7 1.2 8.8-10.2 7.4-28.2 14.6-44.1-.1-7.3-5.7-12.2-1-9.5 7.3 7 21.5 34 17 52.6 6.4 4.7-2.7 9 3.6 3.3 8.4-23 16.5-34.6 16.6-45 10.3-13-5.2-14.1 9.5-6.4 14.4 8.6 5.4 30.4 1.4 46.5-9 6.9-5.2 7.2 3 2.8 6.2-19 16.8-26.5 21.2-46.4 18.5-9.8-.8-9.7 11.7-2 16.5 10.6 6.6 31.3-4.4 47.3-18 6.8-3.7 7.8 2.4 4.5 9.5a69 69 0 0 1-27.8 23.6 34.2 34.2 0 0 1-23.4.7c-7.3-2.5-8.4 8.1-4.2 12.4 3.5 3.4 12.6 5.6 23.6 1.7a72 72 0 0 0 30.7-24.2c7-6.3 6.1 2.1 3 8-16.2 26.2-31 35.9-50.4 34.2-8.7-1.4-10.6 5.4-5.1 11.7 9.6 8.2 21.7 8 32.3-.1 9.4-9.3 27.3-29.2 36.7-39.9 6.7-5.4 8.8 0 6.9 11-1.8 6.2-6.2 12.8-18.4 17.7-8.2 4.8-2 11.5 4.2 11.5 3.4.1 10.3-4 15.6-10 7-8 7.4-13.4 11.2-25.9 3.6-6 10-3.2 10 3.1-3 12.5-5.7 14.7-12 19.9-6 5.7 4.2 7.7 7.7 5.3a47 47 0 0 0 16.8-23.8c2.4-5.8 9.4-3 6.2 6.6-7.7 22.6-20.4 31.5-42.5 36.1-2.3.5-3.9 2.6-2.8 4.5l8.9 9.1s-24.8 6.4-38.5 10.4L313.2 359c1.2-4.7-6.8-10.3-13-5.7-6.7-3.1-10.4-1.7-13 3 5-1.8 7.7-.6 9.8 2 1.5 5.6 8.9 9 14.2 6l14.2 10-24-.6c-1.6-6.5-13.5-6.6-16.8-.8-4.3 0-7.1 2.4-8.6 8 4.7-3.4 6.7-3 9.1-2.3 2.8 5 12.4 4.7 15.1 0l23 .6-13.5 7.7c-7.7-4.6-17.6 2.3-15.8 9.4-3.2 2.7-3.7 6.6-1.6 12 1.1-3.7 3.3-7.3 6.6-9.3 7 1.9 13.8-.4 13.8-7.5l18.6-10.6 18.4 7.3c0 5 7.4 8.6 13.7 6 4.4.6 5 4.5 5.8 7.6 2.4-4.4 2.9-9-2.7-12.8 0-5.7-7.2-9.2-13-6l-15.7-5.5c14-4.6 39.8-9.2 39.8-9.2 3.5 3.4 6.3 5.8 9.8 8.8 2 1.2 4.5 1.1 7.4-2.6 8.8-13 17-36.7 29.7-40 4.7-1.1 10.3 2 9.1 12.4-1.8 15.9-13.4 29-28 38.9-8.1 5.4-11.5 3-17.8 2.7-8.1 1-10.3 5-3.6 10.6a24.4 24.4 0 0 0 16.3 2.8c3.9-.7 8.5-5.9 11.7-8.6 3.7-4.4 9.7.8 5.6 5.8-7.5 9.2-15 15.1-24.3 15-9.7 1.4-8 7-1.5 9.7 11.7 4.9 22.2-4.3 27.5-10.4 4.1-4.5 7-4.7 6.3 2.4-4 12.9-9.6 18-18.7 18.5-7.4-.6-7.5 5.2-2.1 9.1 12.3 8.7 21.2-6 25.4-15 3-8.2 7.5-4.3 8 2.3 0 9-6.3 18.2-11.6 22.8-5.3 4.6 22.7 33.6 22.7 33.6s28-29 22.7-33.6Zm37.6-329.1c-4.4 0-7 1.5-7 3.4s2.6 3.4 7 3.4c4.3 0 7-1.7 7-3.6 0-1.8-2.7-3.2-7-3.2Zm-120.5 0c4.4 0 7 1.5 7 3.4s-2.6 3.4-7 3.4c-4.3 0-7-1.7-7-3.6 0-1.8 2.7-3.2 7-3.2Z' fill='%23000'/%3E%3C/g%3E%3C/svg%3E");
}

.flag-at {
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='%23C8102E' d='M0 0h900v600H0z'/%3E%3Cpath fill='%23FFF' d='M0 200h900v200H0z'/%3E%3C/g%3E%3C/svg%3E");
}

.flag-ro {
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='%23002B7F' d='M0 0h900v600H0z'/%3E%3Cpath fill='%23FCD116' d='M300 0h600v600H300z'/%3E%3Cpath fill='%23CE1126' d='M600 0h300v600H600z'/%3E%3C/g%3E%3C/svg%3E");
}

.flag-sr {
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23C6363C' d='M0 0h900v600H0z'/%3E%3Cpath fill='%230C4076' d='M0 200h900v400H0z'/%3E%3Cpath fill='%23FFF' d='M0 400h900v200H0z'/%3E%3Cg fill-rule='nonzero'%3E%3Cg fill='%23EDB92E' stroke='%2321231E' stroke-width='.7'%3E%3Cpath d='M399.5 142.6c1.3-2.7.3-6.5-.1-7.3-.2-.5.4-1.4.6-1.8 8.5-12 8.7-13 2.8-17.5-5.3-4-17.2-8-25.8-10.6-1.7-1.4-2.9-3.2-4.5-4.7a82 82 0 0 1 43.2 15.5c4.8 4.1-1 12.4-8 25-4.4 3-6.5 4.5-8.2 1.4Z'/%3E%3Cpath d='M402.1 143.6c.4-1.1.6-2.2.8-3.1.4-1.8.2-3.6-.4-5.4 2-2.7 4.2-5.7 5.8-8.7 1.1-2 2-4.5 1.3-6.9-.7-2.6-3-4.3-5-5.9a42.3 42.3 0 0 0-9-4.9c-7.3-3-13.1-4.5-17.4-4.6l2.7 2.5c8 2.6 17.4 6 22 9.4 5.8 4.5 5.6 5.6-2.9 17.5-.2.4-.8 1.3-.6 1.8.4.8 1.1 4.8-.1 7.5.7 1.3 1.8.6 2.8.8Z'/%3E%3Cpath d='M330.3 90.3c-.1-1.5 0-1.2.2 1.1.3-.5.6-.7 1-.7.7 0 1 1.1 1.2 3.5l-.2 1.8c21.8-.5 34.7 2.8 38 9 2.8 5.3-1.9 13.8-8.9 23.6-.8 1.2-.8 1.1 0 2.1 1.2 1.4 2.5 3.8 1.5 6 4.3 2.3 9.3 2.8 13.8.9.7-2 2.3-2.9 3.6-3.7.2-.2 1.2-.7 1.3-1l6.6-20.7c6.3-20-49.5-21.9-58.1-21.9Z'/%3E%3Cg stroke-linejoin='round'%3E%3Cpath d='M387.8 176.7c2.2-4.3 4.4-8.6 7.4-12.2-7.7 5.7-11.8 4.8-12.3-2.6-.5-.2-1.1-.2-1.7-.2-6 9.1-11.7 7.9-17.3-3.8-7.6 12-14.1 11.8-19.2-.7-8.8 11-16.2 11-22.2.2V156c.3.2.1.2-.7.1l-.1-.2-.7.1-.6-.1-.1.2h-.7v1.3c-6 10.7-13.4 10.7-22.2-.2-5.1 12.5-11.6 12.7-19.2.7-5.6 11.7-11.4 13-17.3 3.8-.6 0-1.2 0-1.7.2-.5 7.4-4.6 8.3-12.3 2.6 3 3.6 5.2 7.9 7.4 12.2 22.3-1 44.5-2.1 66.7-3.3a6189 6189 0 0 0 66.8 3.3Z'/%3E%3Cpath d='m397 158.7-2.5-.4c-4.6 11.4-8.8 11.7-9.6.8 1-.3.6-2.1 1.8-1.4.6.4 1.4-.7.9-1.3-1.3-1-2.5-.8-3.7.2-.5-1.7-1.8-2.5-3.5-1.8-.7.4-.5 1.6.2 1.6 1.2-.1.7 1 1.1 1.9-8.3 10.7-12.5 9.5-11.5-4.7-2-.4-4.2-.8-6.3-1.5-7.6 15.2-13 15.9-17.4 2.2 1-.7.7-2.5 2-1.9.8.3 1.5-1 .8-1.6-1.6-1.4-3.3-1-4.5.8-1-1.8-2.6-2.5-4.4-1.4-.7.5-.3 2 .5 1.7 1.6-.4.9 1.6 2 2.3-3.3 13-20.3 13.8-17.5-5.3l-4.4.2-4.3-.2c2.8 19-14.2 18.2-17.6 5.3 1.2-.7.5-2.7 2-2.3.9.2 1.3-1.2.6-1.7-1.8-1.1-3.5-.5-4.4 1.4-1.2-1.7-2.9-2.2-4.5-.8-.7.6 0 2 .7 1.6 1.4-.6 1.1 1.2 2 1.9-4.3 13.7-9.7 13-17.3-2.2-2 .7-4.4 1.1-6.3 1.5 1 14.2-3.2 15.4-11.5 4.7.4-.8-.1-2 1-2 .8.1 1-1.1.3-1.5-1.7-.7-3 .1-3.5 1.8-1.2-1-2.4-1.2-3.7-.2-.5.6.3 1.7.9 1.3 1.2-.7.8 1 1.8 1.4-.8 10.9-5 10.6-9.6-.8l-2.4.4c-.1 2.7.8 5.5 2.5 7.6 7 8.9 12.2 6.9 12.3-3 9.2 10.7 16.1 9.3 17.4-2 7.7 14.3 20 7.4 20.3-1.2 3.4 12.6 22.1 12.5 23.3-2 1.3 14.5 20 14.6 23.4 2 .3 8.6 12.6 15.5 20.3 1.2 1.3 11.3 8.2 12.7 17.3 2 .2 9.9 5.4 11.9 12.4 3 1.7-2 2.6-5 2.5-7.6Z'/%3E%3C/g%3E%3Cpath d='M336.7 144.2c-1-.6-1.2-.5-1.6-.9-.4-.5-.4-1.4-.3-2.3.6-3.4-1.5-3-3.8-1.4-1.2.7-2.4 2.5-3.4 3.4-1 1-1.8 1-2 1.4l-.1 3v3c.3.4 1.1.4 2.1 1.4 1 .9 2.2 2.7 3.4 3.4 2.3 1.5 4.4 2 3.8-1.4-.1-.9 0-1.8.3-2.3.4-.4.6-.3 1.6-1 .7-.3 1.2-.8 1.5-1.4.3-.5.2-1.1.2-1.7 0-.6.1-1.2-.2-1.7-.3-.6-.8-1-1.5-1.5Z'/%3E%3C/g%3E%3Cpath d='m325.4 148 .1.5c2.5.3 4.5 1.3 6.3 2.9-1.2-1.8-3.7-3-6.4-3.5M325.4 146.9l.1-.6c2.5-.3 4.5-1.3 6.3-2.9-1.2 1.8-3.7 3-6.4 3.5' fill='%2321231E'/%3E%3Cg stroke='%2321231E' stroke-width='.7'%3E%3Cg fill='%23EDB92E'%3E%3Cpath d='M334.9 139.4c-.8.3-1.6.7-2.3 1.3-1 1-.4 2.7 1 4.4.4.5.6 1.4.6 2.3 0 1-.2 1.8-.6 2.3-1.4 1.6-2 3.3-1 4.3.7.7 1.5 1 2.3 1.3v-1.5c-.2-.9-.2-1.8.2-2.3.4-.4.6-.3 1.6-1 .7-.3 1.2-.8 1.5-1.4.3-.5.2-1.1.2-1.7 0-.6.1-1.2-.2-1.7-.3-.6-.8-1-1.5-1.5-1-.6-1.2-.5-1.6-.9-.4-.5-.4-1.4-.3-2.3a5 5 0 0 0 0-1.6ZM242.6 142.6c-1.3-2.7-.3-6.5.1-7.3.2-.5-.4-1.4-.6-1.8-8.5-12-8.7-13-2.8-17.5 5.3-4 17.2-8 25.8-10.6 1.7-1.3 2.9-3.2 4.5-4.7a82 82 0 0 0-43.2 15.5c-4.8 4.1 1 12.4 8 25 4.4 3 6.5 4.5 8.2 1.4Z'/%3E%3Cpath d='M240 143.6c-.4-1.1-.7-2.2-.8-3.1-.4-1.8-.2-3.6.4-5.4-2-2.7-4.2-5.7-5.8-8.7-1.1-2-2-4.5-1.3-6.9.7-2.6 3-4.3 5-5.9 2.4-1.8 5.6-3.5 9-4.9 7.3-3 13.1-4.5 17.4-4.6l-2.7 2.5c-8 2.6-17.4 6-22 9.4-5.8 4.5-5.6 5.6 2.9 17.5.2.4.8 1.3.6 1.8-.4.8-1.1 4.8.1 7.5-.7 1.3-1.8.6-2.8.8Z'/%3E%3Cpath d='M311.8 90.3c.1-1.5 0-1.2-.2 1.1-.3-.5-.6-.7-1-.7-.7 0-1 1.1-1.2 3.5l.2 1.8c-21.8-.5-34.7 2.8-38 9-2.8 5.3 1.9 13.8 8.9 23.6.8 1.2.8 1.1 0 2.1-1.2 1.4-2.5 3.8-1.5 6a15.7 15.7 0 0 1-13.8.9c-.7-2-2.3-2.9-3.6-3.7-.3-.2-1.2-.7-1.3-1l-6.7-20.7c-6.2-20 49.6-21.9 58.2-21.9ZM315.6 173.4l-.8 21.7 68.7 2.2 4.3-20.3c-51.8-3.3-75.7-4.3-72.2-3.6Z'/%3E%3Cpath d='M315.6 173.4v.1c-11.5.5-32 1.7-61.3 3.5l4.3 20.3c19.5-.5 42.3-1.4 62.4-2 20.2.6 43 1.5 62.5 2l4.3-20.3a3697 3697 0 0 0-61.3-3.5v-.1c1.1-.2-.7-.3-5.5-.1-4.8-.2-6.6-.1-5.4 0Z'/%3E%3Cpath d='M321 175.8H310l-.8.1H305l-2.8.2H298.5l-1 .1h-2.1l-1 .1-4.2.2h-.2l-6 .3h-.4l-12 .8h-.2l-17.4 1.6c-3.3.3-3.9-3.5 0-3.9a653.3 653.3 0 0 1 41.7-3h1.8l10.1-.3h10.2l.9-.1H331.8l.3.1h2.4l10 .3H346.5a621.7 621.7 0 0 1 41.7 3c3.9.4 3.3 4.2 0 4a622 622 0 0 0-17.3-1.6h-.2c-4-.4-8-.6-12-.8h-.4l-6.1-.4h-.2l-4.2-.2H344.6l-1-.1h-2.2l-1-.1h-.5l-2.7-.1H333.6l-.8-.1H325.4l-.8-.1h-3.5Z'/%3E%3C/g%3E%3Cg fill='%23FFF'%3E%3Cpath d='M270.2 128.2a4.2 4.2 0 1 1 0 8.4 4.2 4.2 0 0 1 0-8.4ZM234.5 137a3.9 3.9 0 1 1 0 7.8 3.9 3.9 0 0 1 0-7.8Z'/%3E%3Cpath d='M230.8 130a3.9 3.9 0 1 1 0 7.7 3.9 3.9 0 0 1 0-7.8Z'/%3E%3Cpath d='M227.3 122.7a3.9 3.9 0 1 1 0 7.8 3.9 3.9 0 0 1 0-7.8Z'/%3E%3C/g%3E%3Cpath d='M321 142.3a5.1 5.1 0 1 1 0 10.2 5.1 5.1 0 0 1 0-10.2ZM296.1 136c2.3 0 1.7 4 1.3 4.8-.6 1.2-1.2 1.2-1.9.2-.6-.9-1.6-4.8.6-5Z' fill='%23EDB92E'/%3E%3Cpath d='M296.2 138.3c5.3-.4 4 9 3 11.1-1.4 2.7-2.7 2.8-4.4.3-1.3-2-3.9-11 1.4-11.4Z' fill='%23FFF'/%3E%3Cpath d='M253.6 141.7c2.1-.6 2.5 3.4 2.3 4.4-.3 1.2-.8 1.4-1.7.5-.8-.6-2.8-4.2-.6-4.9Z' fill='%23EDB92E'/%3E%3Cpath d='M254.2 143.8c5.1-1.6 6 7.9 5.6 10.1-.7 3-2 3.4-4.2 1.4-1.7-1.6-6.4-9.9-1.4-11.5Z' fill='%23FFF'/%3E%3Cpath d='M309.2 94a74 74 0 0 0-34.4 4.7c-9.7 3.8-8.8 15 3 30.6-1 2-1.6 4.5-1.7 7.3h3.2c-.9-2 .1-4.3 1.2-5.9.7-1 .8-.9 0-2-7-9.9-11.7-18.4-9-23.6 3.4-6.3 16.3-9.6 38-9.1v-1.8l-.3-.2Z' fill='%23EDB92E' stroke-linejoin='round'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M254.1 97.2a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z'/%3E%3Cpath d='M262 94.6a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z'/%3E%3C/g%3E%3Cg fill='%23EDB92E'%3E%3Cpath d='m263.1 98 1.2 1.6c-6.4 3.6-9 7.3-8.4 11 .1.6 2 7.4 6.4 20.6 3 2 5.2 3.9 6.6 5.5-.1.2.5.8.3 1 .5 2-1.8 1.5-3.3 1-.8-2-3-4-4.3-4.8-.3-.2-1.2-.7-1.3-1l-6.7-20.7c-2-6.4 2.4-11 9.5-14.2Z'/%3E%3Cpath d='m237.9 145.7-.2 1.3c-1.9.4-3.5.5-4.8.3 2.2-2.1 3.8-2.6 5-1.6Z' stroke-linejoin='round'/%3E%3Cpath d='M237.7 142.8c1.2.2 1.3.4 1.8.5.6.1 1.5 0 2.2-.5 2.5-1.5 2.5 1.2 1.6 3.3-.8 1.5-.4 3.1.3 4.4.8 1.5.6 2.2 0 2.6l-1 .7c-.7.8-1.2.7-1.3-.4-2.6-1-3.4-3.4-4.2-5.6-1-3-5-3.8.6-5Z'/%3E%3Cpath d='M238.7 142.9c2.2.7 2.4-.5 4-.4-.7 3.3-1.3 5-4.8 3.3-1.9-1-4.4.4-4.9 1.5-.1.4-1.2-.4-1.7-1.3-1.7-3.8 4.4-4.2 7.4-3.1Z'/%3E%3C/g%3E%3Cg fill='%23FFF'%3E%3Cpath d='M305.7 85.3a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z'/%3E%3Cpath d='M297.4 85.3a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z'/%3E%3Cpath d='M289.2 86a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z'/%3E%3Cpath d='M281.6 87.4a4 4 0 1 1 0 8 4 4 0 0 1 0-8ZM231.5 108.2a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z'/%3E%3Cpath d='M238.5 103.8a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z'/%3E%3Cpath d='M246.4 100a4 4 0 1 1 0 8.2 4 4 0 0 1 0-8.1ZM226.2 114.7a4 4 0 1 1 0 8.1 4 4 0 0 1 0-8Z'/%3E%3C/g%3E%3Cpath fill='%23EDB92E' d='m306 184.5 15-7.5 15 7.5-15 7.5z'/%3E%3Cpath d='M321 179.9c3.8 0 6.8 2 6.8 4.5s-3 4.5-6.7 4.5c-3.8 0-6.8-2-6.8-4.5s3-4.5 6.8-4.5Z' fill='%230C4076'/%3E%3Cpath fill='%23EDB92E' d='m272.8 186.4 14.5-8.4 15.4 6.6-14.5 8.4z'/%3E%3Cpath d='M287.4 180.9c3.7-.2 6.9 1.6 7 4 .2 2.5-2.7 4.7-6.4 5-3.7.2-6.9-1.6-7-4.1-.2-2.5 2.7-4.7 6.4-5Z' fill='%23C6363C'/%3E%3Cpath d='m255.3 180.4 15.7 5.9-13 8.6c-3.3-1-6-12.5-2.7-14.5Z' fill='%23EDB92E'/%3E%3Cpath d='M255.6 183.2c3.7-.3 7 1.4 7.2 3.8.2 2.5-2.6 4.8-6.3 5.2-2.4.2-3.9-1.9-4.1-4.1-.3-2.2.7-4.6 3.2-4.9Z' fill='%230C4076'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M304.8 187.3a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2ZM272.7 189a2.1 2.1 0 1 1 0 4.3 2.1 2.1 0 0 1 0-4.3ZM271.5 179.3a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2ZM304.7 178a2.1 2.1 0 1 1 0 4.2 2.1 2.1 0 0 1 0-4.2Z'/%3E%3C/g%3E%3Cg fill='%23EDB92E'%3E%3Cpath d='M247.8 159.1c1.6-.5 4 3 4.7 3 .7-2-.9-6.8-3.7-10.6-2-.7-2-1.9-2.5-4.8-.1-.8-1.7-.2-1.8 1.2 0 1.6-.1 2.5.2 3.8.2.5 0 1-.5 1.5 3 1.2 3.7 2.6 3.6 6Z'/%3E%3Cpath d='M246.4 146.8c-.3.6-.4 1.2-.5 2.2 0 .8.3 1.5.8 2.1.4.6 1.2 1.2 2 1.7.4.2 1 1 1.4 1.9.5.9.8 1.9.8 2.6 0 2.3.5 4.4 1.6 4.8.7.2 1 .2 1.5 0-.1-.3 0-1-.4-1.5-.5-.8-1-1.7-1-2.4 0-.6-.3-1 0-2.2 0-.7.6-1 .5-1.7-.2-1.3-1.3-4-2.8-4-1.6 0-2.3-.1-3-2.1l-1-1.4Z' stroke-linejoin='round'/%3E%3Cpath d='m240.5 152.4 1.4-.8c.9-.3 1.7-.3 2.6 0 3.7 1 5.3 7.6 1.2 9.1-.8.1-1.5-.6-2.2-2.2-.9-2-1.8-3.5-2.7-4.4-.6-.7-.6-1.3-.3-1.7Z'/%3E%3Cpath d='M242.4 152.8c3.6-1.4 6.2 5.4 2.9 6.7-1.8.7-2-1.5-2.3-2.8-.5-1.6-4-2.6-.6-3.9Z'/%3E%3C/g%3E%3Cpath d='M242.8 153.8c1.7-.6 4 3.4 2 4.3-1.5.6-2.7-.2-3.2-1.4-.4-1.2 0-2.4 1.2-2.9Z' fill='%230C4076'/%3E%3Cpath fill='%23EDB92E' d='m369.3 186.4-14.4-8.4-15.4 6.6L354 193z'/%3E%3Cpath d='M354.7 180.9c-3.8-.2-6.9 1.6-7 4-.2 2.5 2.7 4.7 6.4 5 3.7.2 6.9-1.6 7-4.1.2-2.5-2.7-4.7-6.4-5Z' fill='%23C6363C'/%3E%3Cpath d='m386.8 180.4-15.7 5.9 13 8.6c3.3-1 6-12.5 2.7-14.5Z' fill='%23EDB92E'/%3E%3Cpath d='M386.5 183.2c-3.7-.3-7 1.4-7.2 3.8-.2 2.5 2.6 4.8 6.3 5.2 2.4.2 3.9-1.9 4.1-4.1.3-2.2-.7-4.6-3.2-4.9Z' fill='%230C4076'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M337.3 187.3c-1.1 0-2 1-2 2a2.1 2.1 0 1 0 2-2ZM369.4 189a2.1 2.1 0 1 0 0 4.2 2.1 2.1 0 0 0 0-4.2ZM370.6 179.3a2.1 2.1 0 1 0 0 4.2 2.1 2.1 0 0 0 0-4.2ZM337.4 178a2.1 2.1 0 1 0 0 4.2 2.1 2.1 0 0 0 0-4.2ZM267 121.4a4.2 4.2 0 1 1 0 8.4 4.2 4.2 0 0 1 0-8.4Z'/%3E%3Cpath d='M264 114.4a4.2 4.2 0 1 1 0 8.4 4.2 4.2 0 0 1 0-8.4ZM274 89.9a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z'/%3E%3Cpath d='M267.2 93a4.2 4.2 0 1 1 0 8.3 4.2 4.2 0 0 1 0-8.4Z'/%3E%3Cpath d='M262.2 98.9a4.2 4.2 0 1 1 0 8.4 4.2 4.2 0 0 1 0-8.4Z'/%3E%3Cpath d='M261.4 106.3a4.2 4.2 0 1 1 0 8.4 4.2 4.2 0 0 1 0-8.4Z'/%3E%3C/g%3E%3Cpath d='M323.1 59.4a2 2 0 0 0 0-4 2 2 0 0 0-4.1 0 2 2 0 0 0 0 4v4.2h-3.6a2 2 0 0 0-4.1 0 2 2 0 0 0 0 4 2 2 0 0 0 4 .1h3.7v14h4.1v-14h3.6c0 1.1 1 2 2 2a2 2 0 0 0 2.1-2 2 2 0 0 0 0-4.1 2 2 0 0 0-4 0H323v-4.2Z' fill='%23EDB92E'/%3E%3Cpath d='M321 72.6a11.3 11.3 0 1 1 0 22.6 11.3 11.3 0 0 1 0-22.6Z' fill='%230C4076'/%3E%3Cpath d='M321 72.6c.8 0 1.4 0 2.1.2v8.9H319v-9l2-.1Z' fill='%23EDB92E'/%3E%3Cpath d='M332.1 81.6a11.3 11.3 0 0 1 .1 4 331.8 331.8 0 0 0-22.4 0 11.4 11.4 0 0 1 .2-4 313.6 313.6 0 0 1 22.1 0Z' fill='%23EDB92E'/%3E%3Cpath d='M312.3 91c-2.4-1.5-2.8.8-2.8 3 .2 8.7 1.9 17-.4 27.6-1 4.2-2.5 6.6-1 7.4 3.7 2.1 5.4 4 4.9 5 1 2.1 3.8 1.7 8 1 4.3.7 7 1.1 8.1-1-.6-1 1.2-2.9 4.9-5 1.5-.8 0-3.2-1-7.4-2.3-10.6-.7-18.9-.4-27.5 0-2.3-.4-4.6-2.8-3.1-4.7 2.9-12.8 3-17.5 0Z' fill='%23EDB92E' stroke-linejoin='round'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M321 123.6a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Z'/%3E%3Cpath d='M321 115.8a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Z'/%3E%3Cpath d='M321 108.3a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9ZM321 87a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Z'/%3E%3Cpath d='M321 93.6a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Z'/%3E%3Cpath d='M321 100.8a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Z'/%3E%3C/g%3E%3Cg fill='%23EDB92E'%3E%3Cpath d='M316 133.4c-1.8-3.3-3.7-5.4-5.7-6.3a80.5 80.5 0 0 0 1.8-33.4c-.2-2-.7-3-1.5-3-.7 0-1 1.1-1.2 3.5.5 7.5 1.2 14.1.8 19.7-.3 5-1.5 9.1-2.8 13.8-.2.7.3 1.2 2.6 2.5 1.6.9 2.7 2 3 3.3.5-.2.8-.2 1-.1 1.7.5 2.4.3 2 0ZM326.1 133.4c1.8-3.3 3.7-5.4 5.7-6.3a80.5 80.5 0 0 1-1.8-33.4c.2-2 .7-3 1.5-3 .7 0 1.1 1.1 1.2 3.5-.5 7.5-1.1 14-.8 19.7.3 5 1.5 9.1 2.8 13.8.2.7-.3 1.2-2.6 2.5-1.6.9-2.7 2-3 3.3-.5-.2-.8-.2-1-.1-1.7.5-2.4.3-2 0Z' stroke-linejoin='round'/%3E%3Cpath d='M324.2 131.7c.7 1 .5 1.3 1 1.6.5.4 1.4.4 2.2.3 3.5-.5 3 1.5 1.5 3.9-.8 1.2-2.6 2.3-3.5 3.3-1 1-1 1.9-1.4 2.1a83.6 83.6 0 0 1-6 0c-.3-.2-.4-1-1.3-2-1-1-2.7-2.2-3.5-3.4-1.5-2.4-2-4.4 1.5-3.9.8.1 1.7.1 2.3-.3.4-.3.2-.5.9-1.6.4-.6.9-1.1 1.4-1.5.6-.3 1.2-.1 1.8-.1.5 0 1.1-.2 1.7.1.5.4 1 .9 1.4 1.5Z'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M320.5 143h-.6c-.3-2.5-1.3-4.6-2.8-6.4 1.7 1.2 3 3.8 3.4 6.4M321.6 143h.6c.3-2.5 1.3-4.6 2.8-6.4-1.7 1.2-3 3.8-3.4 6.4' fill='%2321231E'/%3E%3Cpath d='M329 133.6c-.3.7-.6 1.5-1.3 2.2-1 1-2.7.4-4.3-1-.6-.4-1.5-.6-2.4-.6-.9 0-1.8.2-2.3.6-1.6 1.4-3.3 2-4.3 1-.7-.7-1-1.5-1.3-2.2.4-.1.9-.1 1.6 0 .8.1 1.7.1 2.3-.3.4-.3.2-.5.9-1.6.4-.6.9-1.1 1.4-1.5.6-.3 1.2-.1 1.7-.1.6 0 1.2-.2 1.8.1.5.4 1 .9 1.4 1.5.7 1 .5 1.3 1 1.6.5.4 1.4.4 2.2.3a5 5 0 0 1 1.6 0ZM305.4 144.2c1-.6 1.2-.5 1.6-.9.4-.5.4-1.4.3-2.3-.6-3.4 1.5-3 3.8-1.4 1.2.7 2.4 2.5 3.4 3.4 1 1 1.8 1 2 1.4l.1 3v3c-.3.4-1.1.4-2.1 1.4-1 .9-2.2 2.7-3.4 3.4-2.3 1.5-4.4 2-3.8-1.4.1-.9.1-1.8-.3-2.3-.4-.4-.6-.3-1.6-1-.7-.3-1.2-.8-1.5-1.4-.3-.5-.2-1.1-.2-1.7 0-.6-.1-1.2.2-1.7.3-.6.8-1 1.5-1.5Z' stroke='%2321231E' stroke-width='.7' fill='%23EDB92E'/%3E%3Cpath d='m316.7 148-.1.5c-2.5.3-4.5 1.3-6.3 2.9 1.2-1.8 3.7-3 6.4-3.5M316.7 146.9l-.1-.6c-2.5-.3-4.5-1.3-6.3-2.9 1.2 1.8 3.7 3 6.4 3.5' fill='%2321231E'/%3E%3Cpath d='M307.2 139.4c.8.3 1.6.7 2.3 1.3 1 1 .4 2.7-1 4.4-.4.5-.6 1.4-.6 2.3 0 1 .2 1.8.6 2.3 1.4 1.6 2 3.3 1 4.3-.7.7-1.5 1-2.3 1.3v-1.5c.2-.9.2-1.8-.2-2.3-.4-.4-.6-.3-1.6-1-.7-.3-1.2-.8-1.5-1.4-.3-.5-.2-1.1-.2-1.7 0-.6-.1-1.2.2-1.7.3-.6.8-1 1.5-1.5 1-.6 1.2-.5 1.6-.9.4-.5.4-1.4.3-2.3a5 5 0 0 1 0-1.6ZM336.7 150.6c-1 .6-1.2.5-1.6.9-.4.5-.4 1.4-.3 2.3.6 3.4-1.5 3-3.8 1.4-1.2-.7-2.4-2.5-3.4-3.4-1-1-1.8-1-2-1.4l-.1-3v-3c.3-.4 1.1-.4 2.1-1.4 1-.9 2.2-2.7 3.4-3.4 2.3-1.6 4.4-2 3.8 1.4-.1.9 0 1.8.3 2.3.4.4.6.3 1.6.9.7.4 1.2 1 1.5 1.5.3.5.2 1.1.2 1.7 0 .6.1 1.2-.2 1.7-.3.6-.8 1-1.5 1.5Z' stroke='%2321231E' stroke-width='.7' fill='%23EDB92E'/%3E%3Cpath d='m325.4 146.9.1-.6c2.5-.3 4.5-1.3 6.3-2.9-1.2 1.8-3.7 3-6.4 3.5M325.4 148l.1.5c2.5.3 4.5 1.3 6.3 2.9-1.2-1.8-3.7-3-6.4-3.5' fill='%2321231E'/%3E%3Cg stroke='%2321231E' stroke-width='.7'%3E%3Cg fill='%23EDB92E'%3E%3Cpath d='M334.9 155.3c-.8-.3-1.6-.6-2.3-1.3-1-1-.4-2.7 1-4.3.4-.5.6-1.4.6-2.3 0-1-.2-1.8-.6-2.3-1.4-1.7-2-3.3-1-4.4.7-.6 1.5-1 2.3-1.3v1.6c-.2.9-.2 1.8.2 2.3.4.4.6.3 1.6.9.7.4 1.2 1 1.5 1.5.3.5.2 1.1.2 1.7 0 .6.1 1.2-.2 1.7-.3.6-.8 1-1.5 1.5-1 .6-1.2.5-1.6.9-.4.5-.4 1.4-.3 2.3a5 5 0 0 1 0 1.5ZM321 142.3a5.1 5.1 0 1 1 0 10.2 5.1 5.1 0 0 1 0-10.2Z'/%3E%3Cpath d='M321 143.6a3.7 3.7 0 1 1 0 7.5 3.7 3.7 0 0 1 0-7.5Z'/%3E%3C/g%3E%3Cpath d='M321 145a2.4 2.4 0 1 1 0 4.8 2.4 2.4 0 0 1 0-4.8Z' fill='%230C4076'/%3E%3C/g%3E%3Cpath d='m241.2 151.8.5-.1a4.5 4.5 0 0 1-.9-4.1c-.8 1-.6 2.7.4 4.2' fill='%2321231E'/%3E%3Cpath d='M274 134.6c.9 1.1.8 1.4 1.2 1.7.7.4 1.5.3 2.3 0 3.2-1.2 3.2 1.3 2.3 4.2-.5 1.4-1.9 2.9-2.5 4.1-.6 1.2-.4 2-.7 2.3l-2.6.4-2.6.3c-.4-.2-.7-1-1.7-2-1-.8-3-1.8-3.9-3-2-2.2-3-4.4 0-4.3.9 0 1.7-.1 2-.7.3-.4 0-.6.3-2 .2-.8.5-1.4 1-2 .3-.4 1-.3 1.5-.4.5 0 1-.4 1.6-.1.6.3 1.2.8 1.8 1.5Z' stroke='%2321231E' stroke-width='.7' fill='%23EDB92E'/%3E%3Cpath d='M273.5 147.4h-.5c-.9-2.5-2.3-4.6-4.1-6.3 1.8 1 3.6 3.6 4.6 6.3M274.5 147.3l.4-.2c-.3-2.6 0-5 1-7.1-1.2 1.5-1.8 4.4-1.4 7.3' fill='%2321231E'/%3E%3Cpath d='M279 136c-.1.9-.3 1.9-.7 2.8-.7 1.3-2.5.8-4.3-.5-.6-.4-1.5-.5-2.3-.3-.8.1-1.6.5-1.9 1-1 1.8-2.3 2.7-3.5 1.7-.8-.6-1.3-1.5-1.8-2.2.3-.2.8-.2 1.4-.2.8 0 1.6-.1 1.9-.7.3-.4 0-.6.3-2 .2-.8.5-1.4 1-2 .3-.4 1-.3 1.5-.4.5 0 1-.4 1.6-.1.6.3 1.2.8 1.8 1.5.9 1.1.8 1.4 1.2 1.7.7.4 1.5.3 2.3 0 .6-.3 1-.4 1.5-.3ZM261.5 148.5c.5-.6.7-.4.8-.8.1-.5-.2-1.3-.6-2-1.5-3 .1-2.8 2.4-1.6.5.3 1.2.8 1.8 1.4l1.9 1.5c1 .8 1.7.8 2 1l1.1 2.8 1 2.8c0 .3-.7.4-1.1 1.3-.5.8-.9 2.4-1.4 3-.9 1.2-1.6 1.8-2.2 1.7-.6 0-1-1-1.2-2.8 0-.8-.5-1.6-1-2-.4-.4-.4-.2-1.4-.8-.6-.3-1.1-.7-1.5-1.2-.4-.4-.5-1-.7-1.4-.2-.6-.5-1-.5-1.5s.3-1 .6-1.4Z' stroke='%2321231E' stroke-width='.7' fill='%23EDB92E'/%3E%3Cpath d='m271.2 151.8.2.6a5.8 5.8 0 0 0-4 3.2c.1-1 .6-1.8 1.2-2.4.7-.7 1.6-1.2 2.6-1.4M270.8 150.7l-.3-.6c-1-.1-2-.4-3-.8-1-.5-2-1-3-1.8.8.9 1.8 1.6 2.9 2.1 1 .6 2.3 1 3.4 1' fill='%2321231E'/%3E%3Cpath d='M261.2 143.7c.7.2 1.1.5 1.9 1.2a3 3 0 0 1 1 1.9c.1.8 0 1.7-.2 2.5a6.5 6.5 0 0 0 1.6 4.7c1.6 1.6 2.8 3.3 2.3 4.3-.3.7-.5 1-1 1.2-.1-.4-.6-.7-.8-1.4a5 5 0 0 0-1-2.3c-.4-.4-.5-.9-1.5-1.5-.6-.4-1.1-.2-1.6-.7-.8-1-1.9-3.5-.8-4.7 1-1 1.4-1.7.5-3.7-.3-.6-.3-1.1-.4-1.5Z' stroke='%2321231E' stroke-width='.7' fill='%23EDB92E' stroke-linejoin='round'/%3E%3Cpath d='M289.4 151.8c-.9.7-1 .6-1.3 1-.3.6-.2 1.4 0 2.2 1.1 3.1-.8 2.9-3.1 1.7-1.1-.6-2.5-2.1-3.5-2.9-1-.8-1.8-.8-2-1l-.7-2.9-.6-2.9c.2-.3.9-.5 1.6-1.6.7-1 1.4-3 2.3-4 2-2 3.8-2.8 4 1 0 1 .1 1.9.6 2.4.4.4.6.2 1.7.7.7.3 1.2.8 1.6 1.3.4.5.3 1.1.4 1.7.1.6.4 1.2.2 1.7-.3.6-.7 1.2-1.2 1.6Z' stroke='%2321231E' stroke-width='.7' fill='%23EDB92E'/%3E%3Cpath d='M278.7 149.5v-.6a9.3 9.3 0 0 0 5-3.6c-.7 2-2.7 3.5-5 4.2M279 150.4l.1.6c2.2 0 4.2.8 6 2a9.1 9.1 0 0 0-6.2-2.6' fill='%2321231E'/%3E%3Cg stroke='%2321231E' stroke-width='.7'%3E%3Cg fill='%23EDB92E'%3E%3Cpath d='M288.5 156.5c-.7-.3-1.5-.5-2.3-1-1-.9-.7-2.5.2-4.2.3-.5.4-1.4.2-2.3-.2-1-.5-1.8-1-2.2-1.5-1.5-2.5-3.2-1.7-4.4.5-.8 1.2-1.2 1.9-1.7l.2 1.7c0 1 .2 1.9.7 2.4.4.4.6.2 1.7.7.7.3 1.2.8 1.6 1.3.4.5.3 1.1.4 1.7.1.6.4 1.2.2 1.7-.3.6-.7 1.1-1.2 1.6-.9.7-1 .6-1.3 1-.3.6-.2 1.4 0 2.2.3.6.4 1 .4 1.5ZM273.9 145.4c2.6 0 5.2 2.2 5.6 5 .3 2.9-1.5 5-4 5-2.6.1-5-2-5.4-4.7-.5-2.7 1.1-5.1 3.8-5.3Z'/%3E%3Cpath d='M274.1 146.8c2 0 3.8 1.6 4 3.7.4 2-1 3.7-2.8 3.7-2 0-3.7-1.5-4-3.5-.4-2 .9-3.8 2.8-3.9Z'/%3E%3C/g%3E%3Cpath d='M274.3 148.2c1.2 0 2.4 1 2.6 2.3.2 1.3-.7 2.3-1.9 2.4-1.1 0-2.3-1-2.5-2.3-.2-1.2.6-2.3 1.8-2.4Z' fill='%230C4076'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M371.9 128.2a4.2 4.2 0 1 0 0 8.4 4.2 4.2 0 0 0 0-8.4ZM407.6 137a3.9 3.9 0 1 0 0 7.8 3.9 3.9 0 0 0 0-7.8Z'/%3E%3Cpath d='M411.3 130a3.9 3.9 0 1 0 0 7.7 3.9 3.9 0 0 0 0-7.8Z'/%3E%3Cpath d='M414.8 122.7a3.9 3.9 0 1 0 0 7.8 3.9 3.9 0 0 0 0-7.8Z'/%3E%3C/g%3E%3Cpath d='M346 136c-2.2 0-1.7 4-1.2 4.8.5 1.2 1 1.2 1.8.2.6-.9 1.7-4.8-.6-5Z' fill='%23EDB92E'/%3E%3Cpath d='M345.9 138.2c-5.3-.3-4 9.1-3 11.2 1.4 2.7 2.6 2.8 4.4.3 1.3-2 3.8-11-1.4-11.5Z' fill='%23FFF'/%3E%3Cpath d='M388.5 141.8c-2.1-.7-2.6 3.3-2.3 4.3.3 1.2.8 1.4 1.7.5.8-.6 2.8-4.2.6-4.8Z' fill='%23EDB92E'/%3E%3Cpath d='M387.9 143.8c-5-1.6-6 7.9-5.6 10.1.7 3 2 3.4 4.2 1.4 1.7-1.6 6.4-9.9 1.4-11.5Z' fill='%23FFF'/%3E%3Cpath d='M332.9 94a74 74 0 0 1 34.4 4.7c9.7 3.8 8.8 15-3 30.6 1 2 1.6 4.5 1.7 7.3h-3.2c.9-2-.1-4.3-1.2-5.9-.7-1-.8-.9 0-2 7-9.9 11.7-18.4 9-23.6-3.4-6.3-16.3-9.6-38-9.1v-1.8l.3-.2Z' fill='%23EDB92E' stroke-linejoin='round'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M388 97.2a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z'/%3E%3Cpath d='M380 94.6a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z'/%3E%3C/g%3E%3Cg fill='%23EDB92E'%3E%3Cpath d='m379 98-1.2 1.6c6.4 3.6 9 7.3 8.4 11-.1.6-2 7.4-6.4 20.6-3 2-5.2 3.9-6.6 5.5.1.2-.5.8-.3 1-.5 2 1.8 1.5 3.3 1 .8-2 3-4 4.3-4.8.3-.2 1.2-.7 1.3-1l6.7-20.7c2-6.4-2.4-11-9.5-14.2Z'/%3E%3Cpath d='m404.2 145.7.2 1.3c1.9.4 3.5.5 4.8.3-2.2-2.1-3.8-2.6-5-1.6Z' stroke-linejoin='round'/%3E%3Cpath d='M404.4 142.8c-1.2.2-1.3.4-1.8.5-.6.1-1.5 0-2.2-.5-2.5-1.5-2.5 1.2-1.6 3.3.8 1.5.4 3.1-.3 4.4-.8 1.5-.6 2.2 0 2.6l1 .7c.7.8 1.2.7 1.3-.4 2.6-1 3.4-3.4 4.2-5.6 1-3 5-3.8-.6-5Z'/%3E%3Cpath d='M403.4 142.9c-2.2.7-2.4-.5-4-.4.7 3.3 1.3 5 4.8 3.3 1.9-1 4.4.4 4.9 1.5.1.4 1.3-.4 1.7-1.3 1.7-3.8-4.4-4.2-7.4-3.1Z'/%3E%3C/g%3E%3Cg fill='%23FFF'%3E%3Cpath d='M336.4 85.3a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z'/%3E%3Cpath d='M344.7 85.3a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z'/%3E%3Cpath d='M353 86a4 4 0 1 0-.1 8 4 4 0 0 0 0-8Z'/%3E%3Cpath d='M360.5 87.4a4 4 0 1 0 0 8 4 4 0 0 0 0-8ZM410.6 108.2a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z'/%3E%3Cpath d='M403.6 103.8a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z'/%3E%3Cpath d='M395.7 100a4 4 0 1 0 0 8.2 4 4 0 0 0 0-8.1ZM416 114.7a4 4 0 1 0 0 8.1 4 4 0 0 0 0-8Z'/%3E%3C/g%3E%3Cg fill='%23EDB92E'%3E%3Cpath d='M394.3 159.1c-1.6-.5-4 3-4.7 3-.7-2 .9-6.8 3.7-10.6 2-.7 2-1.9 2.5-4.8.1-.8 1.8-.2 1.8 1.2 0 1.6.1 2.5-.2 3.8-.2.5 0 1 .5 1.5-3 1.2-3.7 2.6-3.6 6Z'/%3E%3Cpath d='M395.7 146.8c.3.6.4 1.2.5 2.2 0 .8-.3 1.5-.7 2.1-.5.6-1.2 1.2-2 1.7-.5.2-1 1-1.5 1.9-.5.9-.8 1.9-.8 2.6 0 2.3-.5 4.4-1.6 4.8-.7.2-1 .2-1.5 0 .1-.3 0-1 .5-1.5.4-.8.9-1.7.9-2.4 0-.6.3-1 0-2.2 0-.7-.6-1-.5-1.7.2-1.3 1.3-4 2.8-4 1.6 0 2.3-.1 3-2.1l1-1.4Z' stroke-linejoin='round'/%3E%3Cpath d='m401.6 152.4-1.4-.8c-.9-.3-1.7-.3-2.6 0-3.7 1-5.3 7.6-1.2 9.1.8.1 1.5-.6 2.2-2.2.9-2 1.8-3.5 2.7-4.4.6-.7.6-1.3.3-1.7Z'/%3E%3Cpath d='M399.7 152.8c-3.6-1.4-6.2 5.4-2.9 6.7 1.8.7 2-1.5 2.3-2.8.5-1.6 4-2.6.6-3.9Z'/%3E%3C/g%3E%3Cpath d='M399.3 153.8c-1.7-.6-4 3.4-2 4.3 1.5.6 2.7-.2 3.2-1.4.4-1.2 0-2.4-1.2-2.9Z' fill='%230C4076'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M375.1 121.4a4.2 4.2 0 1 0 0 8.4 4.2 4.2 0 0 0 0-8.4Z'/%3E%3Cpath d='M378.2 114.4a4.2 4.2 0 1 0 0 8.4 4.2 4.2 0 0 0 0-8.4ZM368.1 89.9a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z'/%3E%3Cpath d='M375 93a4.2 4.2 0 1 0 0 8.3 4.2 4.2 0 0 0 0-8.4Z'/%3E%3Cpath d='M380 98.9a4.2 4.2 0 1 0 0 8.4 4.2 4.2 0 0 0 0-8.4Z'/%3E%3Cpath d='M380.8 106.3a4.2 4.2 0 1 0 0 8.4 4.2 4.2 0 0 0 0-8.4Z'/%3E%3C/g%3E%3C/g%3E%3Cpath d='m400.9 151.8-.5-.1c1-1.4 1.3-2.8.9-4.1.8 1 .6 2.7-.4 4.2' fill='%2321231E'/%3E%3Cpath d='M368 134.6c-.8 1.1-.7 1.4-1.2 1.7-.6.4-1.4.3-2.2 0-3.2-1.2-3.2 1.3-2.3 4.2.5 1.4 1.8 2.9 2.5 4.1.6 1.2.4 2 .7 2.3l2.6.4 2.6.3c.4-.2.6-1 1.7-2 1-.8 2.9-1.8 3.9-3 2-2.2 3-4.4 0-4.3-.9 0-1.7-.1-2-.7-.3-.4 0-.6-.3-2-.2-.8-.5-1.4-1-2-.3-.4-1-.3-1.5-.4-.5 0-1-.4-1.6-.1-.6.3-1.2.8-1.8 1.5Z' stroke='%2321231E' stroke-width='.7' fill='%23EDB92E'/%3E%3Cpath d='M368.5 147.4h.6c.9-2.5 2.3-4.6 4.1-6.3-1.8 1-3.6 3.6-4.7 6.3M367.6 147.3l-.4-.2c.3-2.6 0-5-1-7.1 1.2 1.5 1.8 4.4 1.4 7.3' fill='%2321231E'/%3E%3Cpath d='M363.1 136c.1.9.3 1.9.7 2.8.7 1.3 2.4.8 4.3-.5.6-.4 1.5-.5 2.3-.3.8.1 1.6.5 1.9 1 1 1.8 2.3 2.7 3.5 1.7.8-.6 1.3-1.5 1.8-2.2-.3-.2-.8-.2-1.4-.2-.8 0-1.6-.1-2-.7-.2-.4 0-.6-.2-2-.2-.8-.5-1.4-1-2-.3-.4-1-.3-1.5-.4-.5 0-1-.4-1.6-.1-.6.3-1.2.8-1.8 1.5-.9 1.1-.8 1.4-1.3 1.7-.6.4-1.4.3-2.2 0-.6-.3-1-.4-1.5-.3ZM380.6 148.5c-.5-.6-.7-.4-.8-.8-.1-.5.2-1.3.6-2 1.5-3-.1-2.8-2.4-1.6-.5.3-1.2.8-1.8 1.4l-1.9 1.5c-1 .8-1.7.8-2 1l-1.1 2.8-1 2.8c0 .3.7.4 1.1 1.3.5.8.9 2.4 1.4 3 .9 1.2 1.6 1.8 2.2 1.7.6 0 1-1 1.2-2.8 0-.8.5-1.6 1-2 .3-.4.4-.2 1.4-.8.6-.3 1.1-.7 1.5-1.2.4-.4.5-1 .7-1.4.2-.6.5-1 .5-1.5s-.3-1-.6-1.4Z' stroke='%2321231E' stroke-width='.7' fill='%23EDB92E'/%3E%3Cpath d='m370.9 151.8-.2.6a5.8 5.8 0 0 1 4 3.2c-.1-1-.6-1.8-1.2-2.4a5.9 5.9 0 0 0-2.6-1.4M371.3 150.7l.3-.6c1-.1 2-.4 3-.8 1-.5 2-1 3-1.8-.8.9-1.8 1.6-2.9 2.1-1 .6-2.3 1-3.4 1' fill='%2321231E'/%3E%3Cpath d='M380.9 143.7a6 6 0 0 0-1.9 1.2 3 3 0 0 0-1 1.9c0 .8 0 1.7.2 2.5.2.6 0 1.5-.3 2.4-.4 1-.8 1.8-1.3 2.3-1.6 1.6-2.8 3.3-2.3 4.3.3.7.5 1 1 1.2.2-.4.6-.7.8-1.4a5 5 0 0 1 1-2.3c.4-.4.5-.9 1.5-1.5.6-.4 1.1-.2 1.6-.7.8-1 1.9-3.5.8-4.7-1-1-1.4-1.7-.5-3.7.3-.6.3-1.1.4-1.5Z' stroke='%2321231E' stroke-width='.7' fill='%23EDB92E' stroke-linejoin='round'/%3E%3Cpath d='M352.7 151.8c.9.8 1 .6 1.3 1 .3.6.2 1.4 0 2.2-1.1 3.1.8 2.9 3.1 1.7 1.1-.6 2.5-2.1 3.5-2.9 1-.8 1.8-.7 2-1a84.7 84.7 0 0 0 1.3-5.7c-.2-.4-.9-.6-1.6-1.7-.7-1-1.4-3-2.3-4-2-2-3.8-2.8-4 1 0 1-.1 1.9-.6 2.4-.4.4-.6.2-1.7.7-.7.3-1.2.8-1.6 1.3-.4.5-.3 1.1-.4 1.7-.1.6-.4 1.2-.2 1.7.3.6.7 1.2 1.2 1.6Z' stroke='%2321231E' stroke-width='.7' fill='%23EDB92E'/%3E%3Cpath d='M363.4 149.5v-.6a9.3 9.3 0 0 1-5-3.6c.7 2 2.7 3.5 5 4.2M363.2 150.4l-.2.6c-2.2 0-4.2.8-6 2a9.1 9.1 0 0 1 6.2-2.6' fill='%2321231E'/%3E%3Cg stroke='%2321231E' stroke-width='.7'%3E%3Cpath d='M353.6 156.5c.8-.3 1.5-.5 2.3-1 1-.9.7-2.5-.2-4.2-.3-.5-.3-1.4-.2-2.3.2-1 .5-1.8 1-2.2 1.5-1.5 2.5-3.2 1.7-4.4-.5-.8-1.2-1.2-1.9-1.7l-.2 1.7c0 1-.2 1.9-.7 2.4-.4.4-.6.2-1.7.7-.7.3-1.2.8-1.6 1.3-.4.5-.3 1.1-.4 1.7-.1.6-.4 1.2-.2 1.7.3.6.7 1.1 1.2 1.6.9.7 1 .6 1.3 1 .3.6.2 1.4 0 2.2-.3.6-.4 1-.4 1.5ZM368.2 145.4c-2.6 0-5.2 2.2-5.6 5-.4 2.9 1.5 5 4 5 2.6.1 5-2 5.4-4.7.5-2.7-1.1-5.1-3.8-5.3Z' fill='%23EDB92E'/%3E%3Cpath d='M368 146.8c-2 0-3.8 1.6-4 3.7-.4 2 1 3.7 2.9 3.7 1.8 0 3.6-1.5 4-3.5.3-2-1-3.8-2.9-3.9Z' fill='%23EDB92E'/%3E%3Cpath d='M367.8 148.2c-1.2 0-2.4 1-2.6 2.3-.2 1.3.7 2.3 1.9 2.4 1.1 0 2.3-1 2.5-2.3.2-1.2-.6-2.3-1.8-2.4Z' fill='%230C4076'/%3E%3Cpath d='M383.5 195.9c1.3.2 2 1 2 1.8 0 .9-.7 1.7-2 2h-1a736.7 736.7 0 0 1-124 0c-1.2-.3-2-1.1-1.9-2 0-.8.7-1.6 2-1.8a735.7 735.7 0 0 1 125 0Z' fill='%23EDB92E'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M275 198.5a706.3 706.3 0 0 1 92.2 0M275 198.6c5 .4 10.2.6 15.3.8m61.5 0a808 808 0 0 0 15.4-.8' stroke='%2321231E' stroke-width='.7' stroke-linecap='round'/%3E%3Cpath d='M208.7 200.4V382c0 32.5 12.6 62 33 83.4A109.4 109.4 0 0 0 321 500c31 0 59-13.2 79.4-34.6 20.4-21.4 33-50.9 33-83.4V200.4H208.7Z' stroke='%23FFF' stroke-width='1.3' fill='%23C6363C' fill-rule='nonzero'/%3E%3Cg stroke='%2321231E'%3E%3Cg fill-rule='nonzero' stroke-width='.7'%3E%3Cg fill='%23FFF'%3E%3Cpath d='M322 490.7c1-.2 2.7 0 4-1 1.6-1.3 1-6.5.8-9.8-.8-17-1.5-45.6-2.3-85.7-1.4-.2-2.5-.1-3.4 0-1-.1-2-.2-3.5 0-.8 40.1-1.5 68.7-2.3 85.7-.1 3.3-.8 8.5.9 9.8 1.2 1 2.9.8 3.8 1h2Z'/%3E%3Cpath d='M332.7 490.2c-1 0-2.6.3-4-.6-1.7-1.1-1.8-6.5-2-9.8-.8-17-2.3-45.4-5.1-85.5 1.4-.3 2.4-.3 3.4-.2l.5-.1c6.3 39.6 8.8 67.7 13.1 84.6.6 2.3 2 8.2 0 10.1-1.2 1.1-2.9 1-3.9 1.3l-2 .2Z'/%3E%3Cpath d='M345.2 488.4c-1 0-2.5.5-4-.2-1.8-1-1.7-6.4-2.6-9.6-4.3-17-6.8-45-13.1-84.7 1.3-.4 2.3-.5 3.3-.5h.2c10.1 38.4 13.2 65.6 21 82.4.8 2.3 2.8 8.5.9 10.6-1 1.2-2.7 1.3-3.7 1.6l-2 .4Z'/%3E%3Cpath d='M357.8 484.8c-1 .1-2.6 1-4 .5-2-.8-2.3-6.6-3.7-9.5-8-16.9-11-44.2-21.3-83 1.3-.6 2.3-.8 3.3-.9 1-.4.7-.6 2.2-.8 11.9 38.3 15.8 65 27 81.5 1.8 2.7 3.2 8 2 9.7-1 1.3-2.6 1.5-3.5 2l-2 .5ZM309.4 490.2c1 0 2.6.3 4-.6 1.7-1.1 1.8-6.5 2-9.8.8-17 2.3-45.4 5.1-85.5-1.4-.3-2.4-.3-3.4-.2l-.5-.1c-6.4 39.6-8.8 67.7-13.1 84.6-.6 2.3-2 8.2 0 10.1 1.2 1.1 2.9 1 3.8 1.3l2 .2Z'/%3E%3Cpath d='M296.9 488.4c1 0 2.5.5 4-.2 1.8-1 1.7-6.4 2.6-9.6 4.3-17 6.8-45 13.1-84.7-1.3-.4-2.3-.5-3.3-.5h-.2c-10.1 38.4-13.2 65.6-21 82.4-.8 2.3-2.8 8.5-.9 10.6 1 1.2 2.7 1.3 3.7 1.6l2 .4Z'/%3E%3Cpath d='M284.3 484.8c1 .2 2.6 1 4 .5 2-.8 2.3-6.6 3.7-9.5 8-16.9 11-44.2 21.3-83-1.3-.6-2.4-.8-3.3-.9-1-.4-.8-.6-2.2-.8-11.9 38.3-15.8 65-27 81.5-1.9 2.7-3.2 8-2 9.7 1 1.3 2.6 1.5 3.5 2l2 .5ZM351.2 455.9c-1 0-2.3.6-3.7 0-1.9-1-3.1-6.2-4.1-9.4-8-15.7-15.3-43.7-27.3-82.6a9 9 0 0 1 3-.7c.8-.3 1.7-.7 3-.8 12.8 38.5 18.6 66.4 31.2 81.7 2.1 2.5 3.6 8 2.7 9.6-.8 1.2-2.3 1.4-3 1.7l-1.8.5Z'/%3E%3Cpath d='M341 457.9c-1 0-2.3.4-3.7-.4-1.7-1-2.4-6.3-3-9.6-3.2-16.7-9.2-44.9-17.6-84.4a9 9 0 0 1 3-.4 9 9 0 0 1 3-.6c10 39.3 12.3 68.7 21.8 83.8 1.7 2.8 2.7 8.3 1.5 9.8-.9 1.2-2.4 1.2-3.2 1.5l-1.8.3Z'/%3E%3Cpath d='M330.6 459c-.9 0-2.4.3-3.6-.6-1.6-1.2-1.6-6.4-1.9-9.8-1.3-17-4-45.4-7.8-85.4a9 9 0 0 1 3-.2 9 9 0 0 1 3.2-.3c5.4 39.9 8.5 68.8 12 85.1.6 3.3 1.6 8.5.3 9.9-1 1-2.5 1-3.4 1.2l-1.8.2Z'/%3E%3Cpath d='M291 455.9c.8 0 2.2.6 3.6 0 1.9-1 3.1-6.2 4.1-9.4 8-15.7 15.3-43.7 27.3-82.6a9 9 0 0 0-3-.7c-.8-.3-1.7-.7-3-.8-12.8 38.5-18.6 66.4-31.2 81.7-2.1 2.5-3.6 8-2.7 9.6.8 1.2 2.3 1.4 3 1.7l1.8.5Z'/%3E%3Cpath d='M301.1 457.9c1 0 2.3.4 3.7-.4 1.7-1 2.4-6.3 3-9.5 3.2-16.8 9.1-45 17.6-84.5a9 9 0 0 0-3-.4c-.9-.3-1.8-.5-3-.6-10 39.3-12.3 68.7-21.8 83.8-1.7 2.8-2.7 8.3-1.5 9.8.9 1.2 2.4 1.2 3.2 1.5l1.8.3Z'/%3E%3Cpath d='M311.5 459c.9 0 2.4.3 3.6-.6 1.6-1.2 1.6-6.4 1.9-9.8 1.3-17 4-45.4 7.8-85.4a9 9 0 0 0-3.1-.2 9 9 0 0 0-3-.3c-5.5 39.9-8.6 68.8-12 85.1-.7 3.3-1.7 8.5-.4 9.9 1 1 2.5 1 3.4 1.2l1.8.2Z'/%3E%3Cpath d='M322 459.4c.8-.2 2.3 0 3.5-1 1.5-1.2.9-6.5.7-9.8-.7-17-1.3-45.5-2-85.7-1.4-.2-2.3 0-3.2 0-.8 0-1.8-.2-3 0a4913 4913 0 0 1-2.1 85.7c-.2 3.3-.8 8.6.7 9.9 1.2 1 2.7.7 3.5 1h1.9Z'/%3E%3Cpath d='M344.1 432.5c-.7.1-1.7.6-2.8 0-1.4-1-2.4-6-3.1-9.3-6.2-15.8-11.7-43.8-20.9-82.7.9-.4 1.6-.6 2.3-.6.6-.4 1.2-.7 2.2-.8 9.9 38.5 14.3 66.3 24 81.6 1.6 2.6 2.7 8.1 2 9.7-.6 1.2-1.7 1.4-2.3 1.7l-1.4.4Z'/%3E%3Cpath d='M336.3 434.6c-.7 0-1.8.4-2.8-.4-1.3-1-1.8-6.3-2.3-9.6-2.5-16.7-7-44.9-13.5-84.4 1-.4 1.7-.5 2.4-.4.6-.3 1.3-.6 2.3-.6 7.6 39.3 9.4 68.7 16.6 83.8 1.3 2.7 2 8.3 1.1 9.8-.6 1.1-1.8 1.2-2.4 1.5l-1.4.3Z'/%3E%3Cpath d='M328.4 435.7c-.7 0-1.8.3-2.8-.6-1.2-1.2-1.2-6.5-1.4-9.8-1-17-3-45.4-6-85.4 1-.3 1.7-.3 2.4-.2.6-.2 1.3-.4 2.3-.3 4.1 39.9 6.5 68.7 9.2 85 .5 3.3 1.3 8.6.2 10-.7 1-1.9 1-2.5 1.2l-1.4.1Z'/%3E%3Cpath d='M298 432.5c.7.1 1.7.6 2.8 0 1.4-1 2.4-6.1 3.1-9.3 6.2-15.8 11.7-43.8 21-82.7-1-.4-1.7-.6-2.4-.6-.6-.4-1.2-.7-2.2-.8-9.9 38.5-14.3 66.3-24 81.6-1.6 2.6-2.7 8-2 9.7.6 1.2 1.7 1.3 2.3 1.7l1.4.4Z'/%3E%3Cpath d='M305.8 434.5c.7 0 1.8.5 2.8-.3 1.3-1 1.8-6.3 2.3-9.6 2.5-16.8 7-44.9 13.5-84.4-1-.4-1.7-.5-2.4-.5-.6-.2-1.3-.5-2.3-.5-7.6 39.3-9.4 68.7-16.6 83.8-1.3 2.7-2 8.3-1.2 9.8.7 1.1 1.9 1.2 2.5 1.5l1.4.2Z'/%3E%3Cpath d='M313.7 435.7c.7 0 1.8.3 2.8-.6 1.2-1.2 1.2-6.5 1.4-9.8 1-17 3-45.4 6-85.4-1-.3-1.7-.3-2.4-.2-.6-.2-1.3-.4-2.3-.3-4.1 39.9-6.5 68.7-9.2 85-.5 3.4-1.3 8.6-.2 10 .7 1 1.9 1 2.5 1.2l1.4.1Z'/%3E%3Cpath d='M321.8 436c.6 0 1.8.1 2.6-.9 1.2-1.3.7-6.5.6-9.8-.5-17-1-45.6-1.6-85.7-1-.2-1.7-.1-2.3 0-.7-.1-1.4-.2-2.4 0-.6 40.1-1 68.7-1.6 85.7-.1 3.3-.6 8.5.6 9.8.8 1 2 .8 2.7 1h1.4Z'/%3E%3C/g%3E%3Cg fill='%23EDB92E'%3E%3Cpath d='M274 390c-2 .2-4.7 1.4-12.4 8-3.3 7-6.7 13.8-11.4 19.8-1.6 1-2.8 1.7-4.1 2.2-1.3.4-11 0-11.3-.3-3-2.8-7.6-.8-6 2-1.2 1.2 1.4 5.3 3.5 3.6 2-1.6 8.7 0 11-.9-.9 2-7 3.4-11.3 3.7-3.9.1-3.6 4-2 7 1.8 1.2.3-.3 1 .6 1.7 2.6 5.5 2.2 5.6-.3.1-2.6 9.2-6 10.6-8-1.7 4-5.5 7.6-7.4 11.5-2 2.1-3.3 2.5-.7 6.7 3-.4 3.1-1.1 5 .6 4-.5 4.6-1.7 4-4.9-.7-3.3 2.1-9.4 3-11.1 1-1.6 1.1-3.3 2-4.3 1.4-1.7 8.4-5.2 10.2-4.2 3.3 1.7 5.8.7 6.2-2.5-1-.8-.3-5.3-2.5-5.5-1.9-.2-3 .4-4.7 1.8-2.7 2.2-4 3.3-5 3.1-2-.6 3.8-3.5 9.2-10.5 7.4-9.7 8-14.7 7.6-18Z' stroke-linejoin='round'/%3E%3Cpath d='M229.2 423.6c-2.7-1.6-4.2-1.6-5.3-.4-.6.7-1.3.3-.9-.7 1.8-4.2 4.7-4.7 7.2-2.8l2 1.8c-.5.7-2.6 1.6-3 2ZM267.7 419.8c2.9-2 5.6-2.3 7-1.3.8.6 1.6.2 1-.8-3-4.1-6.5-4.4-9.1-2l-1.9 2a9 9 0 0 0 3 2ZM245.2 443.6c-1.7 3.5-2.6 5.9-1.9 7.7.5 1.1 0 2.1-1.1 1.2-4.5-3.9-4.5-8.2-1.7-11.2 1-1 2-1.7 3-2.4 1 1.1 1.8 4.6 1.7 4.7ZM234 434.5c-2.6 1.1-3.5 2.5-3.4 4.4 0 1-.6 1.3-1 .2-3.2-7.6.2-9 5-8.7.3 1.3-.4 4-.5 4.1Z'/%3E%3C/g%3E%3C/g%3E%3Cg stroke-width='.7'%3E%3Cpath d='M257 417.8c-1.8-1-2-2.2-1.5-3 1-1.5 2-.8 3.8.7'/%3E%3Cpath d='M259.2 415.3c-1.7-1-1.9-2.1-1.4-2.9 1-1.6 2-.8 3.8.7M261.7 413c-1.9-1.3-2-2.8-1.5-3.8 1-2 2.1-1 4.2.8'/%3E%3Cpath d='M264.5 410c-2-1.5-2.2-3.1-1.7-4.2 1.2-2.4 2.3-1.2 4.5 1'/%3E%3Cpath d='M267.4 407c-2-1.7-2.5-3.2-1.7-4.6 1.4-2.2 2.3-1.3 4.4 1'/%3E%3C/g%3E%3Cg fill-rule='nonzero' stroke-width='.7'%3E%3Cpath d='M293.2 237.6c-1.4 1.2-5.9 1.2-12 1.6-10 .4-15.8-2.6-17-9 3.7 4.5 8.1 6.7 13.2 5.4 6.8-1.7 10.7-2.9 12.3-2.6 1 .4 2.5 2.3 3.5 4.6Z' fill='%23EDB92E' stroke-linejoin='round'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='m316.2 373-.1 9.4-7.2 1.5c0 3.2 8 37 12.2 37 4 0 12-33.8 12-37l-7-1.5-.2-9.3c-1.5 1.2-3.1 3.4-4.8 5.3-1.8-2-3.4-4-5-5.3Z'/%3E%3Cg stroke-linejoin='round'%3E%3Cpath d='m308 387.5-6.4-3.6c-2.7 1.9-4.7 9 0 14.8 5.6 7.3 8 12.5 9.3 18.4 4.2-5.3 5.6-10.9 3-16.3-3.6-7.4-6-11.5-6-13.3Z'/%3E%3Cpath d='m313.2 382.4-6.4-3.6c-2.7 1.9-8.3 8.8-3.7 14.6 5.7 7.3 11.6 12.8 13 18.6 4.2-5.3 6-10.9 3.3-16.3-3.6-7.3-6.2-11.5-6.2-13.3ZM334.1 387.4l6.4-3.6c2.7 2 4.7 9.1 0 15-5.6 7.2-8 12.4-9.3 18.3-4.2-5.3-5.6-10.9-3-16.3 3.6-7.4 6-11.5 6-13.4Z'/%3E%3Cpath d='m329 382.4 6.3-3.6c2.7 1.9 8.3 8.8 3.7 14.6-5.7 7.3-11.6 12.8-13 18.6-4.2-5.3-6-10.9-3.3-16.3 3.6-7.4 6.2-11.5 6.2-13.3ZM299.1 379.8l-6.4-3.6c-2.6 2-4.6 9 0 14.9 5.7 7.2 8 12.5 9.4 18.4 4.1-5.3 5.5-11 3-16.4-3.6-7.3-6-11.5-6-13.3Z'/%3E%3Cpath d='m343 379.8 6.4-3.6c2.6 2 4.6 9 0 14.9-5.7 7.2-8 12.5-9.4 18.3-4.1-5.3-5.5-10.8-3-16.3 3.6-7.3 6-11.5 6-13.3Z'/%3E%3C/g%3E%3Cpath d='M269.6 312.7c.2 5.8-.9 44.6-1.2 50-.3 5.5-2.7 9.2-5.3 11.4a24.3 24.3 0 0 1-4.1-12.9c-.2-2.6.3-39.3.5-46.8 4.3-11.5 7.6-12 10.1-1.7Z'/%3E%3Cpath d='m244.4 303.3-1.6 53.2c-.5 4.8 5.6 32.9 9 38.4 8.3-3.5 10-22.6 8.5-41.2a128 128 0 0 1 1.5-38c.2-4.2-.5-8.6-.6-13-5.3.4-11.5.2-16.8.6Z'/%3E%3Cpath d='m234.5 312 1.2 53.3c-.3 4.7 7.3 32.5 11 37.8 8.4-6.5 6.7-33.3 5.4-41.4a147.6 147.6 0 0 1-1.2-38c-.1-4.2-.2-9.2-.5-13.6l-15.9 1.9Z'/%3E%3Cpath d='m227.2 324.6 14-.4c-1.2 5.8-.2 23.9 2.2 37.7 2.3 12.9 5.4 46.3-8 54.4-8.4-17.7-2-34.8-6.2-50.2-3.3-16.3-4-29.9-2-41.5ZM280.8 303c0 5.8-2.2 44.5-2.7 50-.5 5.4-3 9-5.7 11a24.3 24.3 0 0 1-3.7-12.9c-.1-2.7 1.5-39.3 2-46.8 4.6-11.4 7.9-11.7 10.1-1.3ZM255.9 271.4c-.4 12.5-.6 39.6-.5 41.9.2 5.2 2.2 11.8 4.5 15.1 2.6-2 5.2-5.7 5.7-11.1.3-4.5.5-26.5.6-37.5-2.9-1.8-5.8-4-8.1-6.5l-2.2-2Z'/%3E%3Cpath d='M266 279.4c-.3 13.5-.2 34.7-.1 36.4.1 5.2 1.4 9.6 3.7 13a16 16 0 0 0 6-11.3c.2-3.4 1.1-17.7 1.2-28.7-3.5-1.2-8-7-10.9-9.4ZM257.3 270.3l-9.6-13.8c-1.9 6.8-4.2 55.4-1.5 59.4.2 5.2 2 9.6 4.3 13 2.7-2.1 6.6-5.8 5.5-11.3-1.1-5.5.1-41.7 1.3-47.3Z'/%3E%3Cpath d='M237.7 300.8c-.4 7.6-.7 12.7-.6 15.3.2 5.2 1.4 9.6 3.7 13 2.6-2 6-5.7 5.7-11.2-1.4-21 1-40.9 3.6-60-2.2-1.6-6-3.4-8.3-5-4.6 25.6-6 41.6-4 48Z'/%3E%3Cpath d='m228.2 314.6 2.6 9.8c.1 5.2 3.4 9.5 5.6 12.8 2.7-2 5-5.4 4.4-10.8a187 187 0 0 1 4-77c-14.7 10-21.6 31.3-16.6 65.2Z' stroke-linejoin='round'/%3E%3Cpath d='m229 324.3-13.6-4.5c-1.8 13.5.9 30.5 4.5 53 3.2 19.2 1.5 34.4-.9 44.2 14.5-2 20.6-20.6 13.4-55.6-2-9.2-3.8-21-3.5-37.1Z'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M228.5 389.8c.3-9-1.2-18.8-2.9-27a167.8 167.8 0 0 1-3.6-33.6' stroke-width='.7' stroke-linecap='round'/%3E%3Cg fill-rule='nonzero'%3E%3Cg fill='%23FFF' stroke-width='.7'%3E%3Cpath d='m228.4 244.6 8.9 1.5-3.1 15.6a175.2 175.2 0 0 0-3 56.4c1 7.8 2.6 14.2 5 19.1-9.8-1.1-16-10.6-15.2-27.2a137 137 0 0 1 2.2-46.4c.9-3.4 3.9-16.2 5.2-19Z' stroke-linejoin='round'/%3E%3Cpath d='m223 246.7 4.4 5c-1.3.9.8 4.7-.3 12.1-.7 4.2-3.2 9.2-3.8 14.6-1.7 17.8-1.7 40 3.7 54.3-9.8-1-13.1-10-13.5-26.5a233 233 0 0 1 3.2-48.7c.7-4.4 2.8-7.8 6.3-10.8ZM247.4 259.8l-9-1c-1.7 8.5-3 14.5-3.3 17.5-.6 6 1.2 11.4 3.3 15.5 3.3-2 4.9-6.4 6.3-12.5 1.4-6.2 1.7-12.9 2.7-19.5ZM270.8 279h-8c-.3 7.4-.5 12.4-.4 15 .3 5 1.5 9.3 3.7 12.5 2.4-2 4.7-5.5 5.1-10.9.4-5.3-.4-11-.4-16.6Z'/%3E%3Cpath d='m279.4 282.8-8 .3c0 7.4 0 12.4.2 15 .4 5 1.8 9.2 4 12.4 2.4-2.1 4.6-5.8 4.8-11 .2-5.4-.8-11-1-16.7ZM262.6 274.9l-8-.6c-.8 7.3-1.4 12.2-1.5 14.8-.2 5 .7 9.5 2.6 12.9 2.6-1.9 5.2-5.2 6-10.5.8-5.3.5-11 1-16.6Z'/%3E%3Cpath d='m255.1 266.3-8.7-3.7c-1.5 6-3.5 25.4 0 33.6 3-2 6-5.7 6.9-11.5 1-5.9 1.3-12.1 1.8-18.4Z'/%3E%3Cpath d='m243.6 256.6-14 1.3c-3.2 8-5.3 15-6.4 21.5 6.5-1.1 11.2-4.3 12.9-10.1 2.3-7.8 6.3-11.3 7.5-12.7h0Z' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg fill='%23EDB92E' stroke-width='.6'%3E%3Cpath d='M257.7 468.2c5.4 4.2 10.3-5.5 5.5-18.5-3.5-9.5-20.6-5.8-11 7 .4.7 1 .4 1-.3-.6-2.7 1-4.2 3.7-3.7 7 1.3 7.3 14.8-.4 11.7-1.4 0-.2 2.6 1.2 3.8ZM275.3 468.2c-5.4 4.2-10.3-5.5-5.5-18.5 3.5-9.5 20.6-5.8 11 7-.4.7-1 .4-1-.3.6-2.7-1-4.2-3.7-3.7-7 1.3-7.3 14.8.4 11.7 1.4 0 .2 2.6-1.2 3.8Z'/%3E%3Cpath d='M266 426.6v.1c-.7 2.3-3.3 5-5.3 7.2-3.1 3.2-2.4 8.2-.2 10.8a19 19 0 0 1 3.8 8.6c.4 1.5 1 5 .6 10.4-.3 2.6-1.9 4-3.4 5.2-.7.6.4 2 2.9 4 .3.1 1 .6 1.4 2 .1.3 1.3.3 1.4 0 .4-1.4 1.2-1.9 1.4-2 2.6-2 3.6-3.4 2.9-4-1.5-1.2-3.1-2.6-3.4-5.2-.4-5.4.2-8.9.6-10.4a19 19 0 0 1 3.9-8.6c2.1-2.6 2.9-7.6-.3-10.8-2-2.1-4.6-5-5.3-7.2 0-.5-.2-.7-.5-.7-.2 0-.5.2-.5.6Z'/%3E%3Cpath d='M262.7 457.7h7.7c1.3 0 2.4 1 2.4 2.3 0 1.3-1.1 2.4-2.4 2.4h-7.7c-1.4 0-2.5-1-2.5-2.4 0-1.3 1.1-2.3 2.5-2.3ZM366.8 468.2c5.4 4.2 10.2-5.5 5.5-18.5-3.5-9.5-20.6-5.8-11 7 .4.7 1 .4 1-.3-.6-2.7 1-4.2 3.7-3.7 7 1.3 7.3 14.8-.4 11.7-1.4 0-.2 2.6 1.2 3.8ZM384.3 468.2c-5.3 4.2-10.2-5.5-5.4-18.5 3.5-9.5 20.6-5.8 11 7-.4.7-1 .4-1-.3.6-2.7-1-4.2-3.7-3.7-7 1.3-7.3 14.8.4 11.7 1.4 0 .2 2.6-1.3 3.8Z'/%3E%3Cpath d='M375 426.6v.1c-.6 2.3-3.2 5-5.2 7.2-3.2 3.2-2.4 8.2-.3 10.8a19 19 0 0 1 4 8.6c.3 1.5.9 5 .4 10.4-.2 2.6-1.8 4-3.3 5.2-.8.6.3 2 2.9 4 .2.1 1 .6 1.4 2 0 .3 1.3.3 1.4 0 .4-1.4 1.1-1.9 1.4-2 2.5-2 3.6-3.4 2.8-4-1.5-1.2-3-2.6-3.3-5.2-.4-5.4.2-8.9.5-10.4a19 19 0 0 1 4-8.6c2.1-2.6 2.8-7.6-.3-10.8-2-2.1-4.6-5-5.3-7.2 0-.5-.3-.7-.5-.7-.3 0-.5.2-.5.6Z'/%3E%3Cpath d='M371.7 457.7h7.8c1.3 0 2.4 1 2.4 2.3 0 1.3-1.1 2.4-2.4 2.4h-7.8c-1.3 0-2.4-1-2.4-2.4 0-1.3 1.1-2.3 2.4-2.3Z'/%3E%3C/g%3E%3Cg fill='%23FFF' stroke-width='.7'%3E%3Cpath d='M372.5 312.7c-.2 5.8.9 44.6 1.2 50 .3 5.5 2.7 9.2 5.3 11.4 2.4-3.3 3.8-7.7 4.1-12.9.2-2.6-.3-39.3-.5-46.8-4.3-11.5-7.6-12-10.1-1.7Z'/%3E%3Cpath d='m397.7 303.3 1.6 53.2c.6 4.8-5.6 32.9-9 38.4-8.3-3.5-10-22.6-8.5-41.2 1.6-18.6-.3-34.7-1.5-38-.2-4.2.6-8.6.6-13 5.3.4 11.5.2 16.8.6Z'/%3E%3Cpath d='m407.6 312-1.2 53.3c.3 4.7-7.3 32.5-11 37.8-8.4-6.5-6.7-33.3-5.4-41.4 2.6-16.2 2.1-35 1.2-38 .1-4.2.2-9.2.5-13.6l15.9 1.9Z'/%3E%3Cpath d='m414.9 324.6-14-.4c1.2 5.8.2 23.9-2.2 37.7-2.3 12.9-5.4 46.3 8 54.4 8.4-17.7 2-34.8 6.2-50.2 3.3-16.3 4-29.9 2-41.5ZM361.3 303c0 5.8 2.2 44.5 2.7 50 .5 5.4 3 9 5.7 11 2.3-3.3 3.5-7.7 3.7-12.9.1-2.7-1.5-39.3-2-46.8-4.6-11.4-7.8-11.7-10.1-1.3ZM386.2 271.4c.4 12.5.6 39.6.5 41.9a33.2 33.2 0 0 1-4.5 15.1c-2.6-2-5.2-5.7-5.6-11.1-.4-4.5-.6-26.5-.7-37.5a47 47 0 0 0 8.1-6.5l2.2-2Z'/%3E%3Cpath d='M376.2 279.4c.2 13.5 0 34.7 0 36.4-.2 5.2-1.4 9.6-3.7 13a16 16 0 0 1-6-11.3c-.2-3.4-1.2-17.7-1.2-28.7 3.5-1.2 8-7 10.9-9.4ZM384.8 270.3l9.5-13.8c2 6.8 4.3 55.4 1.6 59.4-.2 5.2-2 9.6-4.4 13-2.6-2.1-6.5-5.8-5.4-11.3 1.1-5.5-.1-41.7-1.3-47.3Z'/%3E%3Cpath d='M404.4 300.8c.4 7.6.7 12.7.6 15.3-.1 5.2-1.4 9.6-3.7 13-2.6-2-6-5.7-5.7-11.2 1.4-21-1-40.9-3.6-60 2.3-1.6 6-3.4 8.3-5 4.6 25.6 6 41.6 4 48Z'/%3E%3Cpath d='m414 314.6-2.7 9.8c-.1 5.2-3.4 9.5-5.6 12.8-2.7-2-5-5.4-4.4-10.8a187 187 0 0 0-4-77c14.7 10 21.6 31.3 16.6 65.2Z' stroke-linejoin='round'/%3E%3Cpath d='m413.2 324.3 13.5-4.5c1.8 13.5-.9 30.5-4.6 53a112.4 112.4 0 0 0 1 44.2c-14.5-2-20.6-20.6-13.4-55.6a157 157 0 0 0 3.5-37.1Z'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M413.6 389.8a118 118 0 0 1 2.9-27c2.3-11.3 3.5-22.2 3.6-33.6' stroke-width='.7' stroke-linecap='round'/%3E%3Cg fill-rule='nonzero' stroke-width='.7'%3E%3Cg fill='%23FFF'%3E%3Cpath d='m413.7 244.6-8.9 1.5c.5 2 2.7 13.6 3.1 15.6a175 175 0 0 1 3 56.4c-1 7.8-2.6 14.2-5 19.1 9.8-1.1 16-10.6 15.2-27.2 1.7-19.4 1-34.8-2.2-46.4-.9-3.4-3.9-16.2-5.2-19Z' stroke-linejoin='round'/%3E%3Cpath d='m419.1 246.7-4.4 5c1.3.9-.8 4.7.3 12.1.7 4.2 3.2 9.2 3.8 14.6 1.7 17.8 1.7 40-3.7 54.3 9.8-1 13.2-10 13.5-26.5.2-13.8.3-30-3.2-48.7-.7-4.4-2.8-7.8-6.3-10.8ZM394.7 259.8l9-1c1.7 8.5 3 14.5 3.3 17.5.6 6-1.2 11.4-3.3 15.5-3.3-2-4.9-6.4-6.3-12.5-1.4-6.2-1.7-12.9-2.7-19.5ZM371.3 279h8c.3 7.4.5 12.4.4 15-.3 5-1.5 9.3-3.7 12.5-2.4-2-4.7-5.6-5.1-10.9-.4-5.3.4-11 .4-16.6ZM362.7 282.8l8 .3c0 7.4 0 12.3-.2 15-.4 5-1.8 9.2-4 12.4a15.2 15.2 0 0 1-4.8-11c-.2-5.4.8-11 1-16.7ZM379.5 274.9l8-.6c.8 7.3 1.4 12.2 1.5 14.8.2 5-.7 9.5-2.6 12.9a15.2 15.2 0 0 1-6-10.5c-.8-5.3-.5-11-1-16.6Z'/%3E%3Cpath d='m387 266.3 8.7-3.7c1.5 6 3.5 25.4 0 33.6-3-2-6-5.7-6.9-11.5-1-6-1.3-12.2-1.8-18.4Z'/%3E%3Cg stroke-linejoin='round'%3E%3Cpath d='m398.5 256.6 14 1.3a101 101 0 0 1 6.4 21.5c-6.5-1.1-11.2-4.3-13-10.1-2.2-7.9-6.2-11.3-7.4-12.7h0Z' stroke-linecap='round'/%3E%3Cpath d='m357.4 276.5 3.3-.9c-5.2-3.2-9.4-7-14.4-14.8-5.2-8 2.2-22 5.3-29.6a35.4 35.4 0 0 0 14.3-20.7c.7-5-12.9-3.2-22.2 1.2-11.4 5.4-13 4-17 4.8-1.4 7 1.6 7.6 4.5 7.3-6.3 10-8.9 20-10.2 34.4a72.1 72.1 0 0 0-10.1-34.4c2.9.3 6-.3 4.5-7.3-4-.9-5.6.6-17-4.8-9.4-4.4-23-6.1-22.2-1.2 2 9.1 8 16 14.3 20.7 3 7.5 10.5 21.7 5.3 29.6-5 7.7-9.3 11.6-14.4 14.8l3.3 1c-.8 1-7.4 3-8.2 2.5-5-3.6-10-12-14.4-17-12.2-13.8-18.3-24.5-16.1-33.1 3-9.3 14-19.8-.5-18-14.5 1.8-26.6 21.8-30.4 45.7-1.5 8.9-2.3 16.3-3.3 22.4 8-2.8 11.5-5.6 13.6-9.1-1 3.3-1.7 6.4-2.2 9.4 6.5-1.1 11.2-4.3 12.9-10.1.7-2.4 1.5-4.3 2.4-6 2 .8 4.6.7 7.7 0 1.2 2.8 10.1 12.7 15 20 5.4 8.3 13.5 14.6 16.2 15 1.3.1 1.7-2.9 1.4-7 14.2.1 28.4.2 42.2-.3 14 .5 28 .4 42.2.3-.3 4.1.2 7.1 1.5 7 2.7-.4 10.8-6.7 16.2-15 4.8-7.3 13.8-17.2 15-20 3.1.7 5.7.8 7.7 0 .9 1.7 1.7 3.6 2.4 6 1.7 5.8 6.4 9 12.9 10.1-.5-3-1.2-6.1-2.2-9.4 2.1 3.5 5.6 6.3 13.6 9.1-1-6-1.8-13.5-3.3-22.4-3.8-24-15.9-43.9-30.4-45.7-14.5-1.8-3.6 8.7-.5 18 2.2 8.6-4 19.3-16.2 33.2-4.3 4.9-9.2 13.3-14.3 16.9-.8.5-7.4-1.5-8.2-2.6Z'/%3E%3C/g%3E%3C/g%3E%3Cg fill='%23EDB92E'%3E%3Cpath d='M349 237.6c1.3 1.2 5.8 1.2 12 1.6 9.9.4 15.7-2.6 17-9-3.8 4.5-8.2 6.7-13.3 5.4-6.8-1.7-10.7-2.9-12.3-2.6-1 .4-2.5 2.3-3.5 4.6Z' stroke-linejoin='round'/%3E%3Cpath d='M372.2 211.5c11.1 1.2 10.6 8.5.2 18.8-2 2-2.7 1.9-3.1-.2-.8-3.5-4.7-5.6-6.8-3-1.4 2-1.1 3-5.8 2.3-6 5-10.9 8.5-3 8.2 3.4 0 6 2 10.5 1.7-1.3 2.6-1.6 2.9-2.3 3.1-4.3.9-8.9-1.8-13.3-1-9.5 1.7 15.4-25.9 15-27-.7-2.8 6-7.7 8.6-2.9Z'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M372 211.3c-1 2.6-2.8 5-5.4 7.2' stroke-width='.7' stroke-linecap='round'/%3E%3C/g%3E%3Cpath d='M374.3 216.6a1 1 0 0 0-1-.8c-.6 0-1 .5-.9 1 .1.5.6.9 1 .8.6 0 1-.5.9-1' fill='%2321231E'/%3E%3Cg stroke='%2321231E'%3E%3Cpath d='M279 214.3c3-.2 6.1 1.1 10.1 2.6 1.1.4 5 2 6.2 1.7' stroke-width='.9' stroke-linecap='round'/%3E%3Cpath d='M311 223.8c-3.2-.5-5-1-6.5-1.4' stroke-width='.7' stroke-linecap='round'/%3E%3Cpath d='M281.5 214.5c1.2 2.3 2.7 5.4 5.4 7 2 1 4.2-.7 5.8-3.8' stroke-width='.9'/%3E%3C/g%3E%3Cpath d='m285.8 220.3-1.5-1.5c-.7-.9-.3-2 1.3-3.6l3 1.3c-.7 2-1.6 3.3-2.8 3.8' fill='%2321231E'/%3E%3Cpath d='M360.6 214.5c-1.2 2.3-2.7 5.4-5.4 7-2 1-4.2-.7-5.8-3.7' stroke='%2321231E' stroke-width='.9'/%3E%3Cpath d='m356.3 220.3 1.5-1.5c.7-.9.3-2-1.3-3.6l-3 1.3c.7 2 1.6 3.3 2.8 3.8' fill='%2321231E'/%3E%3Cg stroke='%2321231E'%3E%3Cg stroke-linecap='round'%3E%3Cpath d='M363 214.3c-3-.2-6 1.1-10 2.6-1.1.4-5 2-6.2 1.7' stroke-width='.9'/%3E%3Cpath d='M331 223.8c3.3-.5 5-1 6.6-1.4' stroke-width='.7'/%3E%3Cg stroke-linejoin='round' stroke-width='.7'%3E%3Cpath d='M281.4 275.6c6.4 2.2 12.1 1.8 16.4-2.5l2-1.9'/%3E%3Cpath d='M300.6 267.4c-.6 4.2-1.7 7.7-3.2 11 4.4-1.1 8-3.2 10.1-6.3M321 280.5a24.5 24.5 0 0 1-6-14.7'/%3E%3Cpath d='M306.7 266.7c.4 4.3 1.6 8 3.6 10.8 2.1-1.6 4.2-4.3 5.2-8M360.7 275.6c-6.4 2.2-12.1 1.8-16.5-2.5l-1.9-1.9'/%3E%3Cpath d='M341.5 267.4c.6 4.2 1.7 7.7 3.2 11-4.4-1.1-8-3.2-10.1-6.3M335.4 266.7c-.4 4.3-1.6 8-3.6 10.8a14.4 14.4 0 0 1-5.2-8'/%3E%3Cpath d='M321.1 280.5c3.5-4.2 5.7-9.2 6-14.7'/%3E%3C/g%3E%3Cg stroke-width='.7'%3E%3Cpath d='M238.3 241.8c-5 3.6-14.3 29.7-15 37.3-1.7 17.7-1.6 39.6 3.7 53.6M403.8 241.8c5 3.6 14.3 29.7 15 37.3 1.7 17.7 1.6 39.6-3.7 53.6'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M270 211.5c-11.2 1.2-10.7 8.5-.3 18.8 2 2 2.7 1.9 3.1-.2.8-3.5 4.7-5.6 6.8-3 1.4 2 1.1 3 5.8 2.3 6 5 10.9 8.5 3 8.2-3.4 0-6 2-10.5 1.7 1.3 2.6 1.6 2.9 2.3 3.1 4.3.9 8.9-1.8 13.3-1 9.5 1.7-15.4-25.9-15-27 .7-2.8-6-7.7-8.6-2.9Z' stroke-width='.7' fill='%23EDB92E' stroke-linejoin='round'/%3E%3Cpath d='M270.2 211.3c1 2.6 2.7 5 5.3 7.2' stroke-width='.7' stroke-linecap='round'/%3E%3C/g%3E%3Cpath d='M267.8 216.6c0-.5.6-.9 1-.8.6 0 1 .5.9 1-.1.5-.6.9-1 .8a.9.9 0 0 1-.9-1' fill='%2321231E'/%3E%3Cg stroke='%2321231E'%3E%3Cg fill-rule='nonzero' stroke-width='.7'%3E%3Cg fill='%23FFF'%3E%3Cpath d='m277.4 386.5.3-7.3c-3-1.5-10.2 0-13.2 6.8a44.4 44.4 0 0 1-12 16.8c6.6 1.2 12.2 0 15.8-5 5-6.5 7.5-10.4 9.1-11.3Z' stroke-linejoin='round'/%3E%3Cpath d='M282.8 387.5 275 384c-3.2 6.6-5.4 11.1-6.3 13.5a23.3 23.3 0 0 0-1.5 13.1 15 15 0 0 0 9.4-7.8c2.5-4.7 4-10.2 6.3-15.4Z'/%3E%3Cpath d='m285.1 387.5-8.5-1.3c-1.5 7.2-2.6 12-2.8 14.6-.6 5 0 9.5 1.7 13 3-1.5 6-4.7 7.3-9.8 1.2-5.2 1.4-11 2.3-16.5Z'/%3E%3Cpath d='m286.4 376 5-.1c3 1.5 6 8.2 2.5 14.7-4.5 8-6 13.6-6.3 19.6-5-4.5-7.3-9.8-5.6-15.6a97.8 97.8 0 0 0 4.4-18.7Z' stroke-linejoin='round'/%3E%3Cpath d='m288.6 372.4-8-2.8c-3 6.7-4.9 11.3-5.6 13.8a23.3 23.3 0 0 0-.8 13.1c3.2-1 7.2-3 9.4-7.9 2.3-4.8 3-10.9 5-16.2Z'/%3E%3Cpath d='m283.1 366.8-1.7-11c-1.9-.5-4.4 3.8-6.8 6.4-.5.6-1.2 1.1-1.7 1.8-1 1.5-1.8 3.3-2.3 5.4-2 9-5 13.6-8.6 18.4 6.8-.1 12-2.5 14.5-8 3.5-7.4 5.2-11.8 6.6-13Z' stroke-linejoin='round'/%3E%3C/g%3E%3Cg fill='%23EDB92E'%3E%3Cpath d='M368 390c2.1.2 4.8 1.4 12.5 8 3.3 7 6.7 13.8 11.4 19.7a18 18 0 0 0 4.1 2.2c1.3.5 11 .2 11.3-.2 3-2.8 7.6-.8 6 2 1.2 1.2-1.4 5.3-3.5 3.6-2-1.6-8.7 0-11-.9.9 2 7 3.4 11.3 3.7 3.9.1 3.6 4 2 7-1.8 1.2-.3-.3-1 .6-1.7 2.6-5.5 2.2-5.6-.3-.1-2.6-9.2-6-10.6-8 1.7 4 5.5 7.6 7.4 11.5 2 2 3.3 2.5.7 6.7-3-.4-3.1-1.2-5 .6-4-.5-4.6-1.7-4-4.9.7-3.3-2.1-9.4-3-11.2-1-1.5-1.1-3.2-2-4.2-1.4-1.7-8.4-5.2-10.2-4.2-3.3 1.7-5.8.7-6.2-2.5 1-.8.3-5.3 2.5-5.5 1.9-.2 3 .4 4.7 1.8 2.7 2.2 4 3.3 5 3 2-.5-3.8-3.4-9.2-10.4-7.4-9.7-8-14.7-7.6-18Z' stroke-linejoin='round'/%3E%3Cpath d='M412.9 423.6c2.7-1.6 4.2-1.5 5.3-.4.6.7 1.3.3.9-.7-1.8-4.2-4.7-4.7-7.2-2.8l-2 1.9c.5.6 2.7 1.5 3 2ZM374.4 419.8c-2.9-2-5.6-2.3-7-1.3-.8.6-1.6.2-1-.8 3-4.1 6.5-4.4 9.1-2l1.9 2c-1 1-2.9 2.2-3 2ZM396.9 443.6c1.7 3.5 2.7 5.9 1.9 7.7-.5 1.1 0 2.1 1.2 1.2 4.4-3.9 4.4-8.2 1.6-11.2-1-1-2-1.7-2.9-2.4-1.2 1.1-2 4.6-1.8 4.7ZM408 434.5c2.7 1.1 3.6 2.5 3.5 4.3 0 1 .6 1.4 1 .3 3.2-7.6-.2-9-5-8.7-.3 1.3.4 4 .5 4.1Z'/%3E%3C/g%3E%3C/g%3E%3Cg stroke-width='.7'%3E%3Cpath d='M385.2 417.8c1.7-1 1.8-2.2 1.4-3-1-1.5-2-.8-3.8.7'/%3E%3Cpath d='M382.9 415.3c1.8-1 1.9-2.1 1.4-2.9-1-1.6-2-.8-3.8.7M380.4 413c1.9-1.3 2-2.8 1.5-3.8-1-2-2.1-1-4.2.8'/%3E%3Cpath d='M377.6 410c2-1.5 2.2-3.1 1.7-4.2-1.2-2.4-2.3-1.2-4.5 1'/%3E%3Cpath d='M374.7 407c2-1.7 2.5-3.2 1.7-4.6-1.4-2.2-2.3-1.3-4.4 1'/%3E%3C/g%3E%3Cg fill='%23FFF' stroke-width='.7'%3E%3Cpath d='m364.7 386.5-.3-7.3c3-1.5 10.2 0 13.2 6.8a44.3 44.3 0 0 0 12 16.8c-6.6 1.3-12.2 0-15.8-4.9-5-6.5-7.5-10.5-9.1-11.4Z' stroke-linejoin='round'/%3E%3Cpath d='m359.3 387.5 7.9-3.4c3.2 6.6 5.4 11 6.3 13.5 1.8 4.8 2.3 9.2 1.5 13.1a15 15 0 0 1-9.4-7.8c-2.5-4.7-4-10.2-6.3-15.4Z'/%3E%3Cpath d='m357 387.5 8.5-1.3c1.5 7.2 2.6 12 2.9 14.6.5 5 0 9.5-1.8 13a15 15 0 0 1-7.3-9.8c-1.2-5.2-1.4-11-2.3-16.5Z'/%3E%3Cpath d='m355.7 376-5-.1c-3 1.5-6 8.2-2.5 14.7 4.5 8 5.9 13.6 6.3 19.6 5-4.5 7.3-9.8 5.6-15.6a97.8 97.8 0 0 1-4.4-18.7Z' stroke-linejoin='round'/%3E%3Cpath d='m353.5 372.4 8-2.8c3 6.7 4.9 11.3 5.6 13.8 1.6 4.8 1.8 9.3.8 13.1-3.2-1-7.2-3-9.4-7.9-2.3-4.8-3-10.9-5-16.2Z'/%3E%3Cpath d='m359 366.8 1.7-11c2-.5 4.4 3.8 6.8 6.4.5.6 1.2 1.1 1.7 1.8 1 1.5 1.8 3.3 2.3 5.4 2 9 5 13.6 8.6 18.4-6.7-.1-12-2.5-14.5-8-3.5-7.4-5.2-11.8-6.6-13Z' stroke-linejoin='round'/%3E%3C/g%3E%3Cpath d='M366 281.3V354c0 13-5 24.8-13.2 33.3a43.8 43.8 0 0 1-31.7 13.9 43.8 43.8 0 0 1-31.8-13.9 48.3 48.3 0 0 1-13.2-33.3v-72.7H366Z' stroke-width='1.3' fill='%23C6363C' fill-rule='nonzero'/%3E%3Cg fill='%23FFF' fill-rule='nonzero' stroke-width='.7'%3E%3Cpath d='M366 325.9v18.7h-35.6v55.5a42.7 42.7 0 0 1-18.7 0v-55.5H276v-18.7h35.6v-44.6h18.7v44.6H366Z'/%3E%3Cg stroke-linejoin='round'%3E%3Cpath d='M305.6 292v26.3c-5.7 1.5-19.7 7-20.4-5.1-.4-5.7 7-9.4 9-4.4.9 2.3-.1 4-1.5 4.5-1.5.6-3-.6-2.6-2.4-6 3.1 5.3 9.7 10.4 1.1 1.5-2.5-2.5-5-2.5-7 0-1.8 4-4.5 2.5-6.9-5.1-8.5-16.3-2-10.4 1.1-.4-1.7 1.1-3 2.6-2.4 1.4.6 2.4 2.2 1.5 4.6-2 5-9.4 1.3-9-4.4.7-12.2 14.7-6.6 20.4-5ZM336.5 292v26.3c5.7 1.5 19.7 7 20.4-5.1.4-5.7-7-9.4-9-4.4-.9 2.3.1 4 1.5 4.5 1.5.6 3-.6 2.6-2.4 6 3.1-5.3 9.7-10.4 1.1-1.5-2.5 2.5-5 2.5-7 0-1.8-4-4.5-2.5-6.9 5.1-8.5 16.3-2 10.4 1.1.4-1.7-1.1-3-2.6-2.4-1.4.6-2.4 2.2-1.4 4.6 2 5 9.3 1.3 9-4.4-.8-12.2-14.8-6.6-20.5-5ZM305.6 378.6v-26.4c-5.7-1.5-19.7-7-20.4 5.1-.4 5.7 7 9.4 9 4.4.9-2.4-.1-4-1.5-4.6-1.5-.5-3 .7-2.6 2.5-6-3.1 5.3-9.7 10.4-1.2 1.5 2.5-2.5 5.1-2.5 7 0 1.8 4 4.6 2.5 7-5.1 8.5-16.3 2-10.4-1.2-.4 1.8 1.1 3 2.6 2.5 1.4-.6 2.4-2.3 1.5-4.6-2-5-9.4-1.3-9 4.4.7 12.2 14.7 6.6 20.4 5ZM336.5 378.6v-26.4c5.7-1.5 19.7-7 20.4 5.1.4 5.7-7 9.4-9 4.4-.9-2.4.1-4 1.5-4.6 1.5-.5 3 .7 2.6 2.5 6-3.1-5.3-9.7-10.4-1.2-1.5 2.5 2.5 5.1 2.5 7 0 1.8-4 4.6-2.5 7 5.1 8.5 16.3 2 10.4-1.2.4 1.8-1.1 3-2.6 2.5-1.4-.6-2.4-2.3-1.4-4.6 2-5 9.3-1.3 9 4.4-.8 12.2-14.8 6.6-20.5 5Z'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M366 281.3V354c0 13-5 24.8-13.2 33.3a43.8 43.8 0 0 1-31.7 13.9 43.8 43.8 0 0 1-31.8-13.9 48.3 48.3 0 0 1-13.2-33.3v-72.7H366Z' stroke-width='1.3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.flag-sl {
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='red' d='M0 0h900v600H0z'/%3E%3Cpath fill='%2300F' d='M0 0h900v400H0z'/%3E%3Cpath fill='%23FFF' d='M0 0h900v200H0z'/%3E%3Cpath d='M247.2 115.3a180.4 180.4 0 0 1 145.6 0C400.4 222.8 376 283.7 320 298c-56.1-14.3-80.4-75.2-72.8-182.7Z' fill='%2300F'/%3E%3Cpath fill='%23FF0' d='m320 134.6 2.2 5 5.4-.6-3.2 4.4 3.2 4.4-5.4-.6-2.2 5-2.2-5-5.4.6 3.2-4.4-3.2-4.4 5.4.6M299.4 107.3l2.2 5 5.5-.6-3.3 4.4 3.3 4.4-5.5-.6-2.2 5-2.2-5-5.4.6 3.2-4.4-3.2-4.4 5.4.6M340.5 107.3l2.2 5 5.5-.6-3.3 4.4 3.3 4.4-5.5-.6-2.2 5-2.2-5-5.4.6 3.2-4.4-3.2-4.4 5.4.6'/%3E%3Cpath d='m320 163 17.6 35.2 11.8-15.6 29.3 39.1c0 1.8-.2 3.6-.7 5.4a90.8 90.8 0 0 1-58 61 90.8 90.8 0 0 1-58-61c-.5-1.8-.7-3.6-.7-5.4l29.3-39.1 11.8 15.6L320 163Z' fill='%23FFF'/%3E%3Cpath d='M262 227.1a19.6 19.6 0 0 0 28.6 11.6c6.1-3.5 13.6-3.5 19.6 0 6 3.5 13.5 3.5 19.6 0 6-3.5 13.5-3.5 19.6 0A19.6 19.6 0 0 0 378 227l.7.3v14.3c-3.4 0-6.8.9-9.8 2.6-6 3.5-13.5 3.5-19.5 0-6.1-3.5-13.6-3.5-19.6 0-6 3.5-13.5 3.5-19.6 0-6-3.5-13.5-3.5-19.6 0-6 3.5-13.5 3.5-19.5 0-3-1.7-6.4-2.6-9.8-2.6v-14.3' fill='%2300F'/%3E%3Cpath d='M262 238.4a19.6 19.6 0 0 0 28.6 11.6c6.1-3.5 13.6-3.5 19.6 0 6 3.5 13.5 3.5 19.6 0 6-3.5 13.5-3.5 19.6 0a19.6 19.6 0 0 0 28.6-11.6l.7.3V253c-3.4 0-6.8.9-9.8 2.6-6 3.5-13.5 3.5-19.5 0-6.1-3.5-13.6-3.5-19.6 0-6 3.5-13.5 3.5-19.6 0-6-3.5-13.5-3.5-19.6 0-6 3.5-13.5 3.5-19.5 0-3-1.7-6.4-2.6-9.8-2.6v-14.3' fill='%2300F'/%3E%3Cpath d='M241.7 117.9c1.8-1 3.7-1.8 5.5-2.6l5.9 92.9A96.5 96.5 0 0 0 320 294a96.5 96.5 0 0 0 67-86l5.8-92.8 5.5 2.6-5.7 90.6A102.2 102.2 0 0 1 320 300c-41-12.3-70-48.8-72.6-91.5l-5.7-90.6Z' fill='red'/%3E%3C/g%3E%3C/svg%3E");
}

.flag-pl {
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='%23FFF' d='M0 0h900v600H0z'/%3E%3Cpath fill='%23DC143C' d='M0 300h900v300H0z'/%3E%3C/g%3E%3C/svg%3E");
}

.flag-cs {
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='%23D7141A' d='M0 0h900v600H0z'/%3E%3Cpath fill='%23FFF' d='M0 0h900v300H0z'/%3E%3Cpath fill='%2311457E' d='M450 300 0 0v600z'/%3E%3C/g%3E%3C/svg%3E");
}

.flag-sk {
  background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M244.3 0s4.7 46.8 4.7 140.3c-.7 95.4-72 143.8-124.5 169.2C72.1 284.1.7 235.7 0 140.2 0 46.8 4.7 0 4.7 0h239.6Z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill-rule='nonzero'%3E%3Cpath fill='%23FFF' d='M0 0h900v600H0z'/%3E%3Cpath fill='%230B4EA2' d='M0 200h900v400H0z'/%3E%3Cpath fill='%23EE1C25' d='M0 400h900v200H0z'/%3E%3C/g%3E%3Cpath d='M389.8 145.5s4.7 46.8 4.7 140.3c-.7 95.4-72 143.8-124.5 169.2-52.4-25.4-123.8-73.8-124.5-169.3 0-93.4 4.7-140.2 4.7-140.2h239.6Z' fill='%23EE1C25' fill-rule='nonzero'/%3E%3Cpath d='M259.4 400V283c-39.6 0-50.8 3.6-62.6 7.2 1-12 1-24 0-36 11.8 3.6 23 7.1 62.6 7.1v-32.5c-12.5 0-29.7.5-49.6 7.3 1.2-12 1.2-24 0-36 19.9 6.7 37.1 7.2 49.6 7.2 0-9.5-2.9-29.7-6.6-46.5 11.5 1 23 1 34.4 0-3.7 16.8-6.6 37-6.6 46.4 12.5 0 29.7-.4 49.6-7.1-1.2 12-1.2 24 0 36-19.9-6.8-37.1-7.3-49.6-7.3v32.5c39.6 0 50.8-3.5 62.6-7-1 11.9-1 24 0 35.9-11.8-3.6-23-7.1-62.6-7.1V400h-21.2Z' fill='%23FFF' fill-rule='nonzero'/%3E%3Cg transform='translate(145.5 145.5)'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M59.8 346.4c-18.6 0-35-20.7-40.4-51.1-5.5-30.4 1.3-63.3 16.7-81C51.5 196.5 72 198 86.3 218c9.3-21.7 23.3-34.3 38.2-34.3 14.9 0 29 12.6 38.2 34.3 14.4-20 34.8-21.5 50.2-3.7 15.4 17.7 22.2 50.6 16.7 81-5.4 30.4-21.8 51.1-40.3 51.1H59.7Z' fill='%230B4EA2' fill-rule='nonzero' mask='url(%23b)'/%3E%3C/g%3E%3Cpath d='M389.8 145.5s4.7 46.8 4.7 140.3c-.7 95.4-72 143.8-124.5 169.2-52.4-25.4-123.8-73.8-124.5-169.3 0-93.4 4.7-140.2 4.7-140.2h239.6Z' stroke='%23FFF' stroke-width='9'/%3E%3C/g%3E%3C/svg%3E");
}

.flag-sv {
    background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='%23006AA7' d='M0 0h900v600H0z'/%3E%3Cpath fill='%23FECC00' d='M300 0h120v600H300z'/%3E%3Cpath fill='%23FECC00' d='M0 240h900v120H0z'/%3E%3C/g%3E%3C/svg%3E");
}

.flag-no {
    background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='%23BA0C2F' d='M0 0h900v600H0z'/%3E%3Cpath d='M0 375V225h900v150H0ZM252.272727 0h150v600h-150V0Z' fill='%23FFF'/%3E%3Cpath d='M0 337.5v-75h900v75H0ZM289.772727 0h75v600h-75V0Z' fill='%2300205B'/%3E%3C/g%3E%3C/svg%3E");
}

.flag-fi {
    background-image: url("data:image/svg+xml,%3Csvg width='900' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath fill='%23FFF' d='M0 0h900v600H0z'/%3E%3Cpath d='M0 375V225h900v150H0ZM250 0h150v600H250V0Z' fill='%23002F6C'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-home { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='26.3'%3E%3Cpath d='M29.8 11.6 16.2.4a1.9 1.9 0 0 0-2.4 0L.2 11.6a.5.5 0 0 0-.1.6l.6.7a.5.5 0 0 0 .7.1l2.3-2v14.3a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1v-7.5h3.7v7.5a1 1 0 0 0 1 1h7.4a1 1 0 0 0 1-1V11.1l2.3 2a.5.5 0 0 0 .7-.2l.6-.7a.5.5 0 0 0 0-.6Zm-5.4 12.8h-5.7v-7.5a1 1 0 0 0-.9-1h-5.6a1 1 0 0 0-1 1v7.5H5.6V9.5L15 2l9.4 7.6Z' fill='%23fff'/%3E%3C/svg%3E"); }

.icon-whatsapp { background-image: url("data:image/svg+xml,%3Csvg width='448' height='448' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M380.9 65.1A220.3 220.3 0 0 0 223.9 0 222.3 222.3 0 0 0 31.5 333L0 448l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157Zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 327.2l-4.4-7A184.8 184.8 0 0 1 224 37.5c49.3 0 95.6 19.2 130.4 54.1a185.2 185.2 0 0 1 56.1 130.5c0 101.8-84.9 184.6-186.6 184.6Zm101.2-138.2a802 802 0 0 0-37.9-18c-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6Z' fill='%234d2573' fill-rule='nonzero'/%3E%3C/svg%3E"); }

.icon-telegram {
  background-image: url("data:image/svg+xml,%3Csvg width='496' height='496' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M248 0a248 248 0 1 0 0 496 248 248 0 0 0 0-496Zm115 168.7c-3.8 39.2-20 134.3-28.1 178.3-3.5 18.5-10.4 24.8-17 25.4-14.4 1.3-25.3-9.5-39.3-18.7-21.8-14.3-34.1-23.2-55.3-37.2-24.5-16-8.6-25 5.3-39.5 3.7-3.7 67.1-61.5 68.3-66.7.2-.7.3-3.1-1.1-4.4-1.5-1.3-3.6-.8-5.1-.5-2.2.5-37.1 23.6-104.6 69.2a47 47 0 0 1-27 9.9 177 177 0 0 1-38.5-9.1c-15.5-5-27.9-7.7-26.8-16.3.6-4.5 6.7-9 18.5-13.7A11849 11849 0 0 1 256.9 183c68.9-28.7 83.2-33.6 92.5-33.8 2 0 6.6.5 9.6 2.9 2 1.7 3.2 4 3.5 6.7.5 3.2.7 6.5.5 9.8Z' fill='%234d2573' fill-rule='nonzero'/%3E%3C/svg%3E");
}

.icon-zoom { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='16.8'%3E%3Cg data-name='Group 1' fill='%23fff'%3E%3Cpath data-name='Path 4' d='m24.5 13.3 2.7 2.4a4.3 4.3 0 0 0 1.3.9 1.2 1.2 0 0 0 1.4-.7 4.5 4.5 0 0 0 .1-1.6V2.5a4.6 4.6 0 0 0-.1-1.6 1.2 1.2 0 0 0-1.4-.7 4.2 4.2 0 0 0-1.3 1l-2.7 2.2a7 7 0 0 0-.9.8 3.2 3.2 0 0 0-.7 1.5A7 7 0 0 0 23 7v3a7 7 0 0 0 0 1.1 3.2 3.2 0 0 0 .7 1.6 7 7 0 0 0 .9.7Z'/%3E%3Cpath data-name='Path 5' d='M0 3.2A4.9 4.9 0 0 1 .2 1a2 2 0 0 1 .9-.9A5 5 0 0 1 3 0h10.3c2.9 0 4.4 0 5.5.6a5.2 5.2 0 0 1 2.3 2.2c.5 1.1.5 2.6.5 5.5v5.3a4.9 4.9 0 0 1-.2 2.1 2 2 0 0 1-.9.9 5 5 0 0 1-2 .2H8.3c-3 0-4.4 0-5.5-.6A5.2 5.2 0 0 1 .6 14C0 12.9 0 11.4 0 8.5Z'/%3E%3C/g%3E%3C/svg%3E"); }

.icon-video { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='20'%3E%3Cpath d='M29 2a2 2 0 0 0-2-.1l-5.3 2.4v-1A3.3 3.3 0 0 0 18.3 0h-15A3.3 3.3 0 0 0 0 3.3v13.4A3.3 3.3 0 0 0 3.3 20h15a3.3 3.3 0 0 0 3.4-3.3v-1L27 18a2 2 0 0 0 3-1.9V3.8A2 2 0 0 0 29 2Zm-9.8 14.7a.8.8 0 0 1-.9.8h-15a.8.8 0 0 1-.8-.8V3.3a.8.8 0 0 1 .8-.8h15a.8.8 0 0 1 .9.8Zm8.3-1.1-5.8-2.7V7.1l5.8-2.7Z' fill='%234d2573'/%3E%3C/svg%3E"); }


.icon-tag { background-image: url("data:image/svg+xml,%3Csvg width='460' height='30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23E30613' fill-rule='nonzero' d='M0 0h460l-10 15 10 15H0z'/%3E%3C/svg%3E"); background-position: right; background-size: auto 100%; background-repeat: no-repeat; }

html[dir="rtl"] .icon-tag { background-image: url("data:image/svg+xml,%3Csvg width='460' height='30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23E40614' fill-rule='nonzero' d='M0 0h460v30H0l10-15z'/%3E%3C/svg%3E"); background-position: left; background-size: auto 100%; background-repeat: no-repeat; }


.icon-filter { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.1' height='16.9'%3E%3Cpath d='M0 1.7A1.7 1.7 0 0 1 1.6 0h19.8a1.7 1.7 0 0 1 0 3.3H1.6A1.7 1.7 0 0 1 0 1.7Zm3.3 6.8a1.7 1.7 0 0 1 1.6-1.7h13.2a1.7 1.7 0 0 1 0 3.3H5a1.7 1.7 0 0 1-1.6-1.6Zm9.9 8.4H9.9a1.7 1.7 0 0 1 0-3.3h3.3a1.7 1.7 0 0 1 0 3.3Z' fill='%234d2573'/%3E%3C/svg%3E"); }

.icon-sort { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='arrow-up-arrow-down-solid' d='M8.607,38.754a1.529,1.529,0,0,0,2.1-.089l1.507-1.58V50.567a1.489,1.489,0,0,0,2.976,0V37.085l1.507,1.58a1.533,1.533,0,0,0,2.1.088,1.392,1.392,0,0,0,.092-2.021L14.8,32.444a1.578,1.578,0,0,0-2.194,0l-4.05,4.29A1.357,1.357,0,0,0,8.607,38.754Zm8.929,6.491a1.392,1.392,0,0,0-.092,2.021l4.05,4.29a1.578,1.578,0,0,0,2.194,0l4.05-4.29a1.392,1.392,0,0,0-.092-2.021,1.533,1.533,0,0,0-2.1.088l-1.424,1.582V33.43a1.489,1.489,0,0,0-2.976,0V46.912l-1.507-1.58A1.538,1.538,0,0,0,17.536,45.245Z' transform='translate(-8.13 -32)' fill='%234d2573'/%3E%3C/svg%3E%0A"); }

.icon-external-link { background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M440 256h-16a8 8 0 0 0-8 8v200a16 16 0 0 1-16 16H48a16 16 0 0 1-16-16V112a16 16 0 0 1 16-16h200a8 8 0 0 0 8-8V72a8 8 0 0 0-8-8H48a48 48 0 0 0-48 48v352a48 48 0 0 0 48 48h352a48 48 0 0 0 48-48V264a8 8 0 0 0-8-8ZM500 0 364 .3a12 12 0 0 0-12 12v10a12 12 0 0 0 12 12l90-.3.7.7L131.5 358a12 12 0 0 0 0 17l5.7 5.6a12 12 0 0 0 17 0l323-323.2.8.7-.3 90a12 12 0 0 0 12 12h10a12 12 0 0 0 12-12l.3-136a12 12 0 0 0-12-12Z' fill='%23DA1E4F' fill-rule='nonzero'/%3E%3C/svg%3E"); }

.icon-done { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112.7' height='112.7'%3E%3Cpath d='M112.7 56.3A56.3 56.3 0 1 1 56.3 0a56.3 56.3 0 0 1 56.4 56.3ZM49.8 86.2l41.8-41.8a3.6 3.6 0 0 0 0-5.2l-5.1-5.1a3.6 3.6 0 0 0-5.2 0l-34 34-16-15.8a3.6 3.6 0 0 0-5.1 0l-5.1 5.1a3.6 3.6 0 0 0 0 5.1l23.6 23.7a3.6 3.6 0 0 0 5.1 0Z' fill='%23008d47'/%3E%3C/svg%3E"); }

.icon-arrow-right::after { content: ''; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.7' height='16'%3E%3Cpath d='m9.5 8.6-7.2 7.1a.9.9 0 0 1-1.2 0L.3 15a.9.9 0 0 1 0-1.2L5.9 8 .3 2.3a.9.9 0 0 1 0-1.2L1 .3a.9.9 0 0 1 1.2 0l7.2 7a.9.9 0 0 1 0 1.3Z' fill='%23fff'/%3E%3C/svg%3E"); background-repeat: no-repeat; }

.icon-play::after { content: ''; background-image: url("data:image/svg+xml,%3Csvg width='86' height='86' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter x='-22.7%25' y='-22.7%25' width='145.5%25' height='145.5%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeOffset in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='5' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3Cpath d='M58.4 40.6 35 26.4a3.2 3.2 0 0 0-4.8 2.8v27.6c0 2.5 2.7 4 4.8 2.8l23.4-13.4a3.2 3.2 0 0 0 0-5.6ZM76 43a33 33 0 1 0-66 0 33 33 0 0 0 66 0Zm-59.6 0a26.6 26.6 0 1 1 53.2 0 26.6 26.6 0 0 1-53.2 0Z' id='b'/%3E%3C/defs%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse fill='%23FFF' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E"); }

.icon-close::after { content: ''; background-size: 100% auto; background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cfilter x='-64.3%25' y='-64.3%25' width='228.6%25' height='228.6%25' filterUnits='objectBoundingBox' id='a'%3E%3CfeOffset in='SourceAlpha' result='shadowOffsetOuter1'/%3E%3CfeGaussianBlur stdDeviation='3' in='shadowOffsetOuter1' result='shadowBlurOuter1'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0' in='shadowBlurOuter1'/%3E%3C/filter%3E%3Cpath d='m14 13 4.8-4.7c.3-.3.3-.7 0-1l-1-1.1a.7.7 0 0 0-1 0L12 10.9 7.3 6.2a.7.7 0 0 0-1 0l-1 1.1c-.4.3-.4.7 0 1L9.8 13l-4.7 4.7c-.3.3-.3.7 0 1l1.1 1c.3.4.7.4 1 0l4.7-4.6 4.7 4.7c.3.3.7.3 1 0l1.1-1.1c.3-.3.3-.7 0-1L14.1 13Z' id='b'/%3E%3C/defs%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cuse fill='%23000' filter='url(%23a)' xlink:href='%23b'/%3E%3Cuse fill='%23FFF' xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E"); }

.icon-next::after, .icon-prev::after { content: ''; background-size: 100% auto; background-image: url("data:image/svg+xml,%3Csvg width='496' height='496' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M248 0a248 248 0 1 1 0 496 248 248 0 0 1 0-496Zm113.9 231L226.4 95.5a23.9 23.9 0 0 0-33.9 0l-17 17a23.9 23.9 0 0 0 0 33.9L277.1 248 175.5 349.6a23.9 23.9 0 0 0 0 33.9l17 17a23.9 23.9 0 0 0 33.9 0L361.9 265a24 24 0 0 0 0-34Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"); -webkit-filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.35)); filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.35)); }
.icon-prev::after { transform: rotate(180deg); }

.icon-next-colored::after, .icon-prev-colored::after { content: ''; background-size: 100% auto; background-image: url("data:image/svg+xml,%3Csvg width='496' height='496' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M248 0a248 248 0 1 1 0 496 248 248 0 0 1 0-496Z' fill='%234D2573'/%3E%3Cpath d='M361.9 231 226.4 95.5a23.9 23.9 0 0 0-33.9 0l-17 17a23.9 23.9 0 0 0 0 33.9L277.1 248 175.5 349.6a23.9 23.9 0 0 0 0 33.9l17 17a23.9 23.9 0 0 0 33.9 0L361.9 265a24 24 0 0 0 0-34Z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E"); }
.icon-prev-colored::after { transform: rotate(180deg); }

.icon-delete::after { content: ''; background-image: url("data:image/svg+xml,%3Csvg width='496' height='496' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M248 0a248 248 0 1 0 0 496 248 248 0 0 0 0-496Z' fill='%23333'/%3E%3Cpath d='M369.6 313.1a12 12 0 0 1 0 17L330 369.6a12 12 0 0 1-17 0L248 304l-65.1 65.6a12 12 0 0 1-17 0L126.4 330a12 12 0 0 1 0-17l65.6-65-65.6-65.1a12 12 0 0 1 0-17l39.6-39.6a12 12 0 0 1 17 0l65 65.7 65.1-65.6a12 12 0 0 1 17 0l39.6 39.6a12 12 0 0 1 0 17L304 248l65.6 65.1Z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E"); }

.icon-airport { background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4 2c.8-.9 3-1.6 3.8-.8.9.9.1 3-.7 3.8L13.7 8l1.8 6.7c0 .4 0 .8-.3 1L13.8 17a.6.6 0 0 1-.8-.1l-3-5.4L7.5 14l.3 2.5-.1.5-1 1a.5.5 0 0 1-.7 0l-.1-.1-2-3.5-3.3-1.9H.4a.5.5 0 0 1 0-.7l1-1c.2-.2.4-.2.5-.2l2.5.3 2.5-2.5-5.4-3a.6.6 0 0 1-.1-.8l1.4-1.4c.2-.3.7-.4 1-.3l6.7 1.9 2.9-2.9Z' fill='%23666' fill-rule='nonzero'/%3E%3C/svg%3E"); width: 18px; height: 19px; margin-left: 8px; font-style: normal; }


.icon-message { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2325D366' d='M380.9 97.1a220.3 220.3 0 0 0-157-65.1A222.3 222.3 0 0 0 31.5 365L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7A184.8 184.8 0 0 1 224 69.5c49.3 0 95.6 19.2 130.4 54.1a185.2 185.2 0 0 1 56.1 130.5c0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2a802 802 0 0 0-37.9-18c-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E"); }

a:hover .icon-message, a:active .icon-message { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23FFF' d='M380.9 97.1a220.3 220.3 0 0 0-157-65.1A222.3 222.3 0 0 0 31.5 365L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7A184.8 184.8 0 0 1 224 69.5c49.3 0 95.6 19.2 130.4 54.1a185.2 185.2 0 0 1 56.1 130.5c0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2a802 802 0 0 0-37.9-18c-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E"); }


.icon-message-telegram {
  background-image: url("data:image/svg+xml,%3Csvg width='496' height='496' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M248 0a248 248 0 1 0 0 496 248 248 0 0 0 0-496Zm115 168.7c-3.8 39.2-20 134.3-28.1 178.3-3.5 18.5-10.4 24.8-17 25.4-14.4 1.3-25.3-9.5-39.3-18.7-21.8-14.3-34.1-23.2-55.3-37.2-24.5-16-8.6-25 5.3-39.5 3.7-3.7 67.1-61.5 68.3-66.7.2-.7.3-3.1-1.1-4.4-1.5-1.3-3.6-.8-5.1-.5-2.2.5-37.1 23.6-104.6 69.2a47 47 0 0 1-27 9.9 177 177 0 0 1-38.5-9.1c-15.5-5-27.9-7.7-26.8-16.3.6-4.5 6.7-9 18.5-13.7A11849 11849 0 0 1 256.9 183c68.9-28.7 83.2-33.6 92.5-33.8 2 0 6.6.5 9.6 2.9 2 1.7 3.2 4 3.5 6.7.5 3.2.7 6.5.5 9.8Z' fill='%23009EEB' fill-rule='nonzero'/%3E%3C/svg%3E");
}

a:hover .icon-message-telegram, a:active .icon-message-telegram { background-image: url("data:image/svg+xml,%3Csvg width='496' height='496' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M248 0a248 248 0 1 0 0 496 248 248 0 0 0 0-496Zm115 168.7c-3.8 39.2-20 134.3-28.1 178.3-3.5 18.5-10.4 24.8-17 25.4-14.4 1.3-25.3-9.5-39.3-18.7-21.8-14.3-34.1-23.2-55.3-37.2-24.5-16-8.6-25 5.3-39.5 3.7-3.7 67.1-61.5 68.3-66.7.2-.7.3-3.1-1.1-4.4-1.5-1.3-3.6-.8-5.1-.5-2.2.5-37.1 23.6-104.6 69.2a47 47 0 0 1-27 9.9 177 177 0 0 1-38.5-9.1c-15.5-5-27.9-7.7-26.8-16.3.6-4.5 6.7-9 18.5-13.7A11849 11849 0 0 1 256.9 183c68.9-28.7 83.2-33.6 92.5-33.8 2 0 6.6.5 9.6 2.9 2 1.7 3.2 4 3.5 6.7.5 3.2.7 6.5.5 9.8Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"); }



.icon-message-desktop { background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='comment-alt-lines' class='svg-inline--fa fa-comment-alt-lines fa-w-16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%234F2675' d='M448 0H64A64 64 0 0 0 0 64v288a64 64 0 0 0 64 64h96v84a12 12 0 0 0 19.1 9.7L304 416h144a64 64 0 0 0 64-64V64a64 64 0 0 0-64-64zM288 264a8 8 0 0 1-8 8H136a8 8 0 0 1-8-8v-16a8 8 0 0 1 8-8h144a8 8 0 0 1 8 8v16zm96-96a8 8 0 0 1-8 8H136a8 8 0 0 1-8-8v-16a8 8 0 0 1 8-8h240a8 8 0 0 1 8 8v16z'/%3E%3C/svg%3E"); }

a:hover .icon-message-desktop, a:active .icon-message-desktop { background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='comment-alt-lines' class='svg-inline--fa fa-comment-alt-lines fa-w-16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFF' d='M448 0H64A64 64 0 0 0 0 64v288a64 64 0 0 0 64 64h96v84a12 12 0 0 0 19.1 9.7L304 416h144a64 64 0 0 0 64-64V64a64 64 0 0 0-64-64zM288 264a8 8 0 0 1-8 8H136a8 8 0 0 1-8-8v-16a8 8 0 0 1 8-8h144a8 8 0 0 1 8 8v16zm96-96a8 8 0 0 1-8 8H136a8 8 0 0 1-8-8v-16a8 8 0 0 1 8-8h240a8 8 0 0 1 8 8v16z'/%3E%3C/svg%3E"); }



.icon-call {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%234d2573' d='m497.4 361.8-112-48a24 24 0 0 0-28 6.9l-49.6 60.6a370.7 370.7 0 0 1-177.2-177.2l60.6-49.6a24 24 0 0 0 6.9-28l-48-112A24.2 24.2 0 0 0 122.6.6l-104 24A24 24 0 0 0 0 48a464 464 0 0 0 464 464 24 24 0 0 0 23.4-18.6l24-104a24.3 24.3 0 0 0-14-27.6z'/%3E%3C/svg%3E");
}

a:hover .icon-call, a:active .icon-call {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23FFF' d='m497.4 361.8-112-48a24 24 0 0 0-28 6.9l-49.6 60.6a370.7 370.7 0 0 1-177.2-177.2l60.6-49.6a24 24 0 0 0 6.9-28l-48-112A24.2 24.2 0 0 0 122.6.6l-104 24A24 24 0 0 0 0 48a464 464 0 0 0 464 464 24 24 0 0 0 23.4-18.6l24-104a24.3 24.3 0 0 0-14-27.6z'/%3E%3C/svg%3E");
}


.icon-payment-plan {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%%3Cpath fill='%234d2573' d='M64 0A64 64 0 0 0 0 64v384a64 64 0 0 0 64 64h256a64 64 0 0 0 64-64V64a64 64 0 0 0-64-64H64zm32 64h192a32 32 0 0 1 32 32v32a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32zM64 224a32 32 0 1 1 64 0 32 32 0 0 1-64 0zm32 64a32 32 0 1 1 0 64 32 32 0 0 1 0-64zM64 416a32 32 0 0 1 32-32h96a32 32 0 1 1 0 64H96a32 32 0 0 1-32-32zm128-224a32 32 0 1 1 0 64 32 32 0 0 1 0-64zm-32 128a32 32 0 1 1 64 0 32 32 0 0 1-64 0zm128-128a32 32 0 1 1 0 64 32 32 0 0 1 0-64zm-32 128a32 32 0 1 1 64 0 32 32 0 0 1-64 0zm32 64a32 32 0 1 1 0 64 32 32 0 0 1 0-64z'/%3E%3C/svg%3E");
}

.icon-completion-date {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%234d2573' d='M32 0a32 32 0 0 1 30.5 22.3h.1l-.1.1.1.3v-.4A294.2 294.2 0 0 1 168 0c38.8 0 74.6 9.1 105.7 17 32.3 8.2 59.2 15 86.3 15 26.8 0 52.9-6.8 73-14.1 9.9-3.6 17.9-7.2 23.4-9.8l6.2-3.1 1.4-.8.2-.1A31.9 31.9 0 0 1 512 32v288c0 12.1-6.8 23.2-17.7 28.6L480 320l14.3 28.6h-.1l-.2.1-.7.4-2.5 1.2-9 4c-7.7 3.3-18.5 7.6-31.5 11.9A316.7 316.7 0 0 1 352 384c-37 0-65.2-9.4-89-17.3l-1-.3c-24-8-43.7-14.4-70-14.4-27.9 0-64.7 7.2-96.2 15-12.1 3-23 6-31.8 8.6V480a32 32 0 1 1-64 0V32A32 32 0 0 1 32 0zm32 158.4a798.7 798.7 0 0 1 64-15.2V68.8a292 292 0 0 0-64 22.6v67zm0 80v70.8a743.7 743.7 0 0 1 64-14.6v-71.5c21.9-4.2 44.4-7.1 64-7.1 5.6 0 10.9.2 16 .7v71.9c29.5 2.2 53 10 73.3 16.8l.9.3 5.8 1.9v-70.4a207.2 207.2 0 0 0 80 10.2v71.9c22-2 43.9-7.6 61.9-13.6 6.8-2.3 12.9-4.6 18.1-6.6v-69.9a315.5 315.5 0 0 1-80 18.1v-80a315.5 315.5 0 0 0 80-18.1V80.5a284.8 284.8 0 0 1-80 15.4v71.5a207.2 207.2 0 0 1-80-10.2V86.5c-9.3-2.1-18.3-4.4-27-6.7l-3.1-.8A685 685 0 0 0 208 67.7v69c-5.1-.4-10.4-.7-16-.7a362 362 0 0 0-64 7.1v80a798.7 798.7 0 0 0-64 15.2zm144-101.7v80c24.4 2.1 44.3 8.7 64.2 15.3l15.8 5.2v-80l-15.8-5.2c-19.9-6.6-39.8-13.2-64.2-15.3z'/%3E%3C/svg%3E");
}

.icon-closed-area {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%234d2573' d='M511.8 287.6H576V240L288.4 0 0 240v47.6h64.1V512H224V352h128v160h160.8l-1-224.4z'/%3E%3C/svg%3E");
}

.icon-bedroom {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%%3Cpath fill='%234d2573' d='M64 32v288h224V128h256c53 0 96 43 96 96v256h-64v-64H64v64H0V32h64zm112 256a80 80 0 1 1 0-160 80 80 0 0 1 0 160z'/%3E%3C/svg%3E");
}

.icon-bathroom {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%234d2573' d='M96 77.3c0-7.3 5.9-13.3 13.3-13.3c3.5 0 6.9 1.4 9.4 3.9l14.9 14.9C130 91.8 128 101.7 128 112c0 19.9 7.2 38 19.2 52c-5.3 9.2-4 21.1 3.8 29c9.4 9.4 24.6 9.4 33.9 0L289 89c9.4-9.4 9.4-24.6 0-33.9c-7.9-7.9-19.8-9.1-29-3.8C246 39.2 227.9 32 208 32c-10.3 0-20.2 2-29.2 5.5L163.9 22.6C149.4 8.1 129.7 0 109.3 0C66.6 0 32 34.6 32 77.3V256c-17.7 0-32 14.3-32 32s14.3 32 32 32H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H96V77.3zM32 352v16c0 28.4 12.4 54 32 71.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32V464H384v16c0 17.7 14.3 32 32 32s32-14.3 32-32V439.6c19.6-17.6 32-43.1 32-71.6V352H32z'/%3E%3C/svg%3E");
}

.icon-apartments {
  background-image: url("data:image/svg+xml,%3Csvg width='384' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M384 0H0v512h144V384h96v128h144V0ZM64 224h64v64H64v-64Zm160 0v64h-64v-64h64Zm32 0h64v64h-64v-64ZM128 96v64H64V96h64Zm32 0h64v64h-64V96Zm160 0v64h-64V96h64Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
}

.icon-properties {
  background-image: url("data:image/svg+xml,%3Csvg width='640' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M640 0H320v161l64 53.3V192h64v64h-32v32h32v64h-32v160h224V0ZM512 192h64v64h-64v-64Zm64 96v64h-64v-64h64ZM448 96v64h-64V96h64Zm64 0h64v64h-64V96ZM0 256v256h384V256L192 96 0 256Zm240 16v96h-96v-96h96Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
}

.icon-houses {
  background-image: url("data:image/svg+xml,%3Csvg width='576' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M511.8 287.6H576V240L288.4 0 0 240v47.6h64.1V512H224V352h128v160h160.8z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
}

.icon-pdf {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M288 32a32 32 0 1 0-64 0v242.7l-73.4-73.4a32 32 0 0 0-45.3 45.3l128 128a32 32 0 0 0 45.3 0l128-128a32 32 0 0 0-45.3-45.3L288 274.7V32ZM64 352a64 64 0 0 0-64 64v32a64 64 0 0 0 64 64h384a64 64 0 0 0 64-64v-32a64 64 0 0 0-64-64H346.5l-45.3 45.3a64 64 0 0 1-90.5 0L165.5 352H64Zm368 104a24 24 0 1 1 0-48 24 24 0 1 1 0 48Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
}

.icon-noresults {
  background-image: url("data:image/svg+xml,%3Csvg width='640' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M208 224a19 19 0 0 0-20 20 20 20 0 0 0 40 0c0-11.9-9-20-20-20Zm16.6-144h-36.4a44.2 44.2 0 0 0-44.2 44.2 16 16 0 1 0 32 0c0-6.7 5.5-12.2 12.2-12.2h36.4a15.4 15.4 0 0 1 6.7 29.3l-30.7 15.9c-5.3 1.9-8.6 8.2-8.6 14.2V192a16 16 0 1 0 32 0v-10.9l21.8-11.3a48.6 48.6 0 0 0 26.2-42.4A47.5 47.5 0 0 0 224.6 80ZM416 176C416 78.8 322.9 0 208 0S0 78.8 0 176c0 41.5 17 79.5 45.4 109.6a262.8 262.8 0 0 1-39 58.4 23.7 23.7 0 0 0 17.3 40c54.1 0 97.7-20.7 125.9-39.2A244 244 0 0 0 208 352c114.9 0 208-78.8 208-176ZM208 320c-17 0-34-2.1-50.8-6.2l-13.5-3.4-11.7 7.7a204.5 204.5 0 0 1-89.8 33 285.5 285.5 0 0 0 32.2-51.9l9.2-19.7-14.9-15.8A126.9 126.9 0 0 1 32 176c0-79.4 78.1-144 176-144s176 64.6 176 144-79 144-176 144Zm398.4 115.4A165 165 0 0 0 640 336c0-97.2-86-176-192-176h-1c.5 5.3 1 10.6 1 16s-.5 10.8-1 16h1c88.2 0 160 64.6 160 144 0 28.7-9.4 56.4-27.3 80.3l-13 17.4 11.5 18.6a311.7 311.7 0 0 0 18.6 26.7c-18.3-1.9-36.5-6.6-54.3-14l-12.7-5.4-12.6 5.6A173.1 173.1 0 0 1 448 480c-75 0-137.7-47-154.9-109.7a265.2 265.2 0 0 1-31.2 8.3C282.7 455 357.1 512 448 512c29.8 0 58-6.4 83.1-17.5a219 219 0 0 0 85.2 17.5 23.7 23.7 0 0 0 17.2-40c-.2-.2-13.9-15.2-27.1-36.6ZM388.7 338a16 16 0 0 0 0 22.6L426 398a16 16 0 0 0 22.6 0l82.7-82.7a16 16 0 1 0-22.6-22.6L437.3 364l-26-26a16 16 0 0 0-22.6-.1Z' fill='%234D2573' fill-rule='nonzero'/%3E%3C/svg%3E");
}


.icon-map-location {
  background-image: url("data:image/svg+xml,%3Csvg width='576' height='505' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M408 120c0 54.6-73.1 151.9-105.2 192-7.7 9.6-22 9.6-29.6 0C241.1 271.9 168 174.6 168 120a120 120 0 1 1 240 0Zm8 80.4c3.5-6.9 6.7-13.8 9.6-20.6l1.5-3.7 116-46.4A24 24 0 0 1 576 152v270.8c0 9.8-6 18.6-15.1 22.3L416 503V200.4Zm-278.4-62.1c2.4 14.1 7.2 28.3 12.8 41.5 2.9 6.8 6.1 13.7 9.6 20.6v251.4L32.9 502.7A24 24 0 0 1 0 480.4V209.6c0-9.8 6-18.6 15.1-22.3l122.6-49h-.1ZM327.8 332c13.9-17.4 35.7-45.7 56.2-77v249.3l-192-54.9V255c20.5 31.3 42.3 59.6 56.2 77a50.9 50.9 0 0 0 79.6 0ZM288 152a40 40 0 1 0 0-80 40 40 0 0 0 0 80Z' fill='%234D2573' fill-rule='nonzero'/%3E%3C/svg%3E");
}

button:hover .icon-map-location, button:active .icon-map-location,
a:hover .icon-map-location, a:active .icon-map-location {
  background-image: url("data:image/svg+xml,%3Csvg width='576' height='505' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M408 120c0 54.6-73.1 151.9-105.2 192-7.7 9.6-22 9.6-29.6 0C241.1 271.9 168 174.6 168 120a120 120 0 1 1 240 0Zm8 80.4c3.5-6.9 6.7-13.8 9.6-20.6l1.5-3.7 116-46.4A24 24 0 0 1 576 152v270.8c0 9.8-6 18.6-15.1 22.3L416 503V200.4Zm-278.4-62.1c2.4 14.1 7.2 28.3 12.8 41.5 2.9 6.8 6.1 13.7 9.6 20.6v251.4L32.9 502.7A24 24 0 0 1 0 480.4V209.6c0-9.8 6-18.6 15.1-22.3l122.6-49h-.1ZM327.8 332c13.9-17.4 35.7-45.7 56.2-77v249.3l-192-54.9V255c20.5 31.3 42.3 59.6 56.2 77a50.9 50.9 0 0 0 79.6 0ZM288 152a40 40 0 1 0 0-80 40 40 0 0 0 0 80Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
}

.icon-plus {
  background-image: url("data:image/svg+xml,%3Csvg width='416' height='416' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M240 32a32 32 0 1 0-64 0v144H32a32 32 0 1 0 0 64h144v144a32 32 0 1 0 64 0V240h144a32 32 0 1 0 0-64H240V32Z' fill='%234D2573' fill-rule='nonzero'/%3E%3C/svg%3E");
}

a:hover .icon-plus, a:active .icon-plus {
  background-image: url("data:image/svg+xml,%3Csvg width='416' height='416' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M240 32a32 32 0 1 0-64 0v144H32a32 32 0 1 0 0 64h144v144a32 32 0 1 0 64 0V240h144a32 32 0 1 0 0-64H240V32Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
}

.icon-sort-alt {
  background-image: url("data:image/svg+xml,%3Csvg width='322' height='449' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M138.4 9.4a32 32 0 0 1 45.3 0l128 128a32 32 0 0 1-22.7 54.7H33a32.1 32.1 0 0 1-22.7-54.7l128-128h.1Zm0 429.3-128-128A32 32 0 0 1 33.1 256H289a32.1 32.1 0 0 1 22.7 54.7l-128 128a32 32 0 0 1-45.3 0Z' fill='%234D2573' fill-rule='nonzero'/%3E%3C/svg%3E");
}

a:hover .icon-sort-alt, a:active .icon-sort-alt {
  background-image: url("data:image/svg+xml,%3Csvg width='322' height='449' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M138.4 9.4a32 32 0 0 1 45.3 0l128 128a32 32 0 0 1-22.7 54.7H33a32.1 32.1 0 0 1-22.7-54.7l128-128h.1Zm0 429.3-128-128A32 32 0 0 1 33.1 256H289a32.1 32.1 0 0 1 22.7 54.7l-128 128a32 32 0 0 1-45.3 0Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
}

.icon-pdf-alt {
  background-image: url("data:image/svg+xml,%3Csvg width='384' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M184 208a8 8 0 0 0-16 0c0 2 .3 23.3 9.1 50.3 2-8.7 6.9-32.1 6.9-50.3ZM256 0v128h128L256 0ZM80 422.4c0 9.7 10.5 12 14.4 6.4a533 533 0 0 0 25.7-40.2c-14.2 8-27.3 17.3-38 28.3a8 8 0 0 0-2.1 5.5ZM224 128V0H48A48 48 0 0 0 0 48v416a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V160H256.9a32.2 32.2 0 0 1-32.9-32Zm68 184a44 44 0 0 1 44 44c0 24.7-19 44-43.1 44-6 0-11.8-1-17.3-2.8-20-6.8-38.3-16-54.5-27.4a394.6 394.6 0 0 0-64.3 19.1 592.3 592.3 0 0 1-36.4 58.4A41.1 41.1 0 0 1 88 464 40 40 0 0 1 48 424.1c0-12 3.7-21.8 11.2-29.5 16.2-16.5 37.3-31 63-43a597 597 0 0 0 30.3-69.2c-16.3-40-16.5-74-16.5-74.4a40 40 0 0 1 80 0c0 24.1-7.2 55.8-9 62.6l-3 9.8a146.3 146.3 0 0 0 29.4 38c29.7-5 50.9-6.3 54.2-6.4h4.4Zm-135.5 42.6c18-6.5 36.1-11.4 53-15.2a179 179 0 0 1-29.9-38.1 617.2 617.2 0 0 1-23.1 53.3ZM292.9 368c6.1 0 11.1-5 11.1-11.1 0-7.5-5.4-12.9-12-12.9h-4c-.3 0-16.8 1-41 4.8a184 184 0 0 0 38.9 18 22 22 0 0 0 7 1.2Z' fill='%234D2573' fill-rule='nonzero'/%3E%3C/svg%3E");
}

a:hover .icon-pdf-alt, a:active .icon-pdf-alt {
  background-image: url("data:image/svg+xml,%3Csvg width='384' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M184 208a8 8 0 0 0-16 0c0 2 .3 23.3 9.1 50.3 2-8.7 6.9-32.1 6.9-50.3ZM256 0v128h128L256 0ZM80 422.4c0 9.7 10.5 12 14.4 6.4a533 533 0 0 0 25.7-40.2c-14.2 8-27.3 17.3-38 28.3a8 8 0 0 0-2.1 5.5ZM224 128V0H48A48 48 0 0 0 0 48v416a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V160H256.9a32.2 32.2 0 0 1-32.9-32Zm68 184a44 44 0 0 1 44 44c0 24.7-19 44-43.1 44-6 0-11.8-1-17.3-2.8-20-6.8-38.3-16-54.5-27.4a394.6 394.6 0 0 0-64.3 19.1 592.3 592.3 0 0 1-36.4 58.4A41.1 41.1 0 0 1 88 464 40 40 0 0 1 48 424.1c0-12 3.7-21.8 11.2-29.5 16.2-16.5 37.3-31 63-43a597 597 0 0 0 30.3-69.2c-16.3-40-16.5-74-16.5-74.4a40 40 0 0 1 80 0c0 24.1-7.2 55.8-9 62.6l-3 9.8a146.3 146.3 0 0 0 29.4 38c29.7-5 50.9-6.3 54.2-6.4h4.4Zm-135.5 42.6c18-6.5 36.1-11.4 53-15.2a179 179 0 0 1-29.9-38.1 617.2 617.2 0 0 1-23.1 53.3ZM292.9 368c6.1 0 11.1-5 11.1-11.1 0-7.5-5.4-12.9-12-12.9h-4c-.3 0-16.8 1-41 4.8a184 184 0 0 0 38.9 18 22 22 0 0 0 7 1.2Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
}

.icon-pin {
  background-image: url("data:image/svg+xml,%3Csvg width='288' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M288 144a144 144 0 1 1-288 0 144 144 0 0 1 288 0ZM144 80a16 16 0 0 0 16-16 16 16 0 0 0-16-16c-53 0-96 43-96 96a16 16 0 0 0 16 16 16 16 0 0 0 16-16 64 64 0 0 1 64-64Zm-32 400V317.1a178 178 0 0 0 64 0V480a32 32 0 1 1-64 0Z' fill='%23000' fill-rule='nonzero'/%3E%3C/svg%3E");
}

/*--- Mobile Menu Item Animation ---*/
@keyframes FadeIn {
  0% { opacity: 0; text-indent: 0; border-top-color: rgba(228, 228, 228, 0); }
  100% { opacity: 1; text-indent: 0; border-top-color: rgba(228, 228, 228, 1); }
}

.hamburger { border-radius: 0; padding: 0; cursor: pointer; transition-property: opacity,filter; transition-duration: .15s; transition-timing-function: linear; font: inherit; color: inherit; text-transform: none; background-color: transparent; border: 0; margin: 0; overflow: visible; z-index: 204; outline: none!important; padding: 15px; margin-right: -20px;  }
.hamburger,.hamburger-box { display: inline-block; position: relative; }
.hamburger-box { width: 20px; height: 17px; line-height: 1; transform: translateY(10px); }

.hamburger-inner { display: block; top: 0; }
.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before { width: 20px; height: 3px; background-color: #4D2573; border-radius: 2px; position: absolute; transition-property: transform; transition-duration: .15s; transition-timing-function: ease; }
.hamburger-inner::after, .hamburger-inner::before { content: ''; display: block; }
.hamburger-inner::before { top: -7px; }
.hamburger-inner::after { bottom: -7px; }

.hamburger--stand .hamburger-inner { transition: transform 50ms cubic-bezier(.55,.055,.675,.19) 0s,background-color 0s linear 0s; }
.hamburger--stand .hamburger-inner::before { transition: top 50ms ease-in 50ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s; }
.hamburger--stand .hamburger-inner::after { transition: bottom 50ms ease-in 50ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s; }

.hamburger--stand.is-active { position: relative; }
.hamburger--stand.is-active::after { content: ''; position: absolute; top: -10px; left: -25px; right: 0; bottom: -35px;  }
.hamburger--stand.is-active .hamburger-inner { transform: rotate(90deg); background-color: transparent; transition: transform 50ms cubic-bezier(.215,.61,.355,1) 0s, background-color 0s linear 0; }
.hamburger--stand.is-active .hamburger-inner::before { background-color: #FFF; top: 0; transform: rotate(-45deg); transition: top 50ms ease-out .0s,transform 50ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear 0s; }
.hamburger--stand.is-active .hamburger-inner::after { background-color: #FFF; bottom: 0; transform: rotate(45deg); transition: bottom 50ms ease-out .0s,transform 50ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .05s; }

.hamburger--stand.is-active { width: 50px; }
.hamburger--stand.is-active .hamburger-box { position: absolute; right: 25px; }
.hamburger--stand.is-active .hamburger-inner,
.hamburger--stand.is-active .hamburger-inner::after,
.hamburger--stand.is-active .hamburger-inner::before { width: 28px; height: 4px; }


/*--- ADMIN ----*/
.admin { background-color: #F4F4F4; }
.admin header .container-fluid { display: flex; align-items: center; height: 70px; }
.admin header .btn-admin { background-color: #4D2573; color: #FFF !important; }
.admin header .btn-admin:hover, header .btn-brand:active { background-color: #3B1B5A; }

.admin-logo { position: relative; }
.admin-logo span { font-size: 18px; line-height: 1; font-weight: 700; padding-left: 10px; transform: translateY(8px); color: #999; transition: ease all .25s; }
.admin-logo:hover span,
.admin-logo:active span { color: #999; }

a.admin-logo::after { content: ''; position: absolute; top: -20px; bottom: -20px; right: -20px; left: -15px; }

.btn-admin-icon { background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.8 25.6c-.8 0-1.4.3-1.9.7-.5.5-.7 1.1-.7 1.9v7.7h-23v-23h7.6c.8 0 1.4-.3 1.9-.8.4-.5.7-1.1.7-1.8 0-.8-.3-1.4-.7-1.9-.5-.5-1.1-.7-1.9-.7H5.1A5.2 5.2 0 0 0 0 12.8v23A5.2 5.2 0 0 0 5.1 41h23a5.2 5.2 0 0 0 5.2-5.1v-7.7c0-.8-.2-1.4-.7-1.9-.5-.4-1.1-.7-1.9-.7ZM40.3.7c-.5-.5-1.1-.7-1.9-.7H25.6c-.7 0-1.3.2-1.7.7-.5.5-.8 1-.8 1.8 0 .7.3 1.3.8 1.7.4.5 1 .8 1.8.8h6.7l-18 18.3c-.6.5-.9 1.1-.9 1.8s.3 1.3.8 1.8a2.7 2.7 0 0 0 3.6 0L36 8.7v6.7c0 .7.2 1.3.7 1.7.5.5 1 .8 1.8.8.7 0 1.3-.3 1.8-.8.5-.4.8-1 .8-1.7v-13c0-.6-.2-1.1-.7-1.7Z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); background-size: 13px auto; background-repeat: no-repeat; background-position: calc(100% - 14px) center; padding-right: 33px!important; font-size: 14px; font-weight: 600; height: 32px; }
.btn-admin-icon span { display: none; }

.btn-admin-wl { background-image: url("data:image/svg+xml,%3Csvg width='101' height='46' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53.3 46H38.7l-4.4-20a94.7 94.7 0 0 1-2-11 85 85 0 0 1-1.9 10.5L26 46H11.3L0 .3h11.9l5 23 2.3 12a148.9 148.9 0 0 1 3.4-17.7l4-17.3H38l4 17.3a204 204 0 0 1 3.3 17.7c.3-2.3 1-6.3 2.3-12l5-23h12L53.2 46Zm17.1 0V.3h12.4V36h17.6v10h-30Z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"); background-size: 20px auto; background-repeat: no-repeat; background-position: center; padding-right: 33px!important; font-size: 14px; font-weight: 600; height: 32px; margin-right: 10px; background-color: #D60000!important; }
.btn-admin-wl:hover { background-color: #BD0000!important; }
.btn-admin-wl span { display: none; }

.btn-outline-dmg { border: 1px solid #ddd; font-size: 16px; padding: 0.375rem 0.75rem; }
.btn-outline-dmg:hover { background-color: #4d2573; border-color: #4d2573; color: #FFF; }

.admin-container { padding-left: 15px; padding-right: 15px; }
.admin-container .row { margin-right: -15px; margin-left: -15px; }
.admin-container .row [class^="col-"] { padding-right: 15px; padding-left: 15px; }

.admin-container h1, .admin-container h2 { font-size: 26px; }

.admin-content { background-color: #FFF; border-radius: 5px; margin-top: 15px; margin-bottom: 15px; padding: 15px; }

.admin-container .btn-blue { width: 100%; max-width: 360px; padding: 15px; font-size: 18px; font-weight: 700; letter-spacing: 0.02em; line-height: 1; text-align: center; position: relative; margin-left: auto; margin-right: auto; background: #D60000; color: #FFFFFF; border: 0; }

.admin-container .btn-blue:hover, .admin-container .btn-blue:active { color: #FFFFFF; border-color: #BD0000; background: #BD0000; }

@media screen and (min-width: 576px){
  .btn-admin-icon { padding-right: 39px!important; }
  .btn-admin-icon span { display: block; }
}

@media screen and (min-width: 768px){
  .btn-admin-icon { height: unset; }
  .btn-admin-wl { background-image: none; height: unset; padding-right: .75rem!important; }
  .btn-admin-wl span { display: block; }
  .admin-content { margin-top: 20px; margin-bottom: 20px; padding: 20px; }
}


/*--- LANDING PAGE ----*/
#landing { padding: 20px 0; }

.landing-hero .landing-image { border-radius: 5px; margin-bottom: 1.5rem; max-height: 220px; object-fit: cover; object-position: 0% 60%; width: 100%; box-shadow: 2px 3px 20px rgb(0 0 0 / 15%); }
.landing-hero h1 { font-weight: 700; font-size: 28px; letter-spacing: -0.01em; line-height: 1.05; margin-bottom: 1.5rem; text-transform: uppercase; color: #4d2573; }
.landing-hero p { margin-bottom: 1.25rem; }

.landing-hero ul { line-height: 1.5; margin: 0; padding: 0; }
.landing-hero li { list-style: none; margin-bottom: 1.25rem; display: flex; }
.landing-hero li::before { content: ''; width: 16px; height: 16px; background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0Zm3.6 6.6-4 4-.6.3-.6-.3-2-2a.9.9 0 0 1 1.2-1.2L7 8.8l3.4-3.4a.9.9 0 0 1 1.2 1.2Z' fill='%23DA1E4F' fill-rule='nonzero'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: cover; display: block; margin-right: 8px; line-height: 1; transform: translateY(3px); flex-shrink: 0; }

.landing-form { background: rgb(243,243,243); background: linear-gradient(0deg, rgba(243,243,243,1) 0%, rgba(238,238,238,1) 100%); padding: 50px 0; text-align: center;  }
.landing-form h2 { font-weight: 600; font-size: 28px; line-height: 1.2; margin-bottom: 1rem; }
.landing-form form { max-width: 400px; margin: 0 auto; }
.landing-form .form-group { margin-bottom: 1.5rem; position: relative; }
.landing-form label.error, .landing-form label#phone-error { font-size: 13px; line-height: 1; font-weight: 600; color: #D60000; margin-bottom: 0; position: absolute; bottom: -16px; left: 0; text-align: left; }
.landing-form input[type="text"],
.landing-form input[type="tel"] { border-radius: 0; background: #fff; border: 3px solid #4d2573; padding: 2px 10px; height: 50px; box-shadow: none!important; }

.landing-form .iti { width: 100%; font-size: 14px; }
.landing-form .iti__selected-dial-code { font-size: 16px; }

#landingSubmitModal .modal-dialog { max-width: fit-content; }
#landingSubmitModal .modal-content { border: 0; border-radius: 0; }
#landingSubmitModal .modal-body { padding: 0; }
#landingSubmitModal .thank-you { background: #fff; border: 5px solid #4d2573; padding: 3rem 2rem; position: relative; max-width: 400px; }
#landingSubmitModal .thank-you .icon-done { width: 80px; height: 80px; background-repeat: no-repeat; background-size: 100% auto; margin: 0 auto; margin-bottom: 30px; }
#landingSubmitModal .thank-you h3 { font-weight: 700; font-size: 22px; line-height: 26px; margin: 0 0 1rem 0; color: #4d2573; text-align: center; }
#landingSubmitModal .thank-you p { font-weight: 500; font-size: 18px; line-height: 1.2; margin-bottom: 1rem; color: #333; text-align: center; }
#landingSubmitModal .thank-you p:last-child { margin-bottom: 0; font-weight: 700; font-size: 18px; }

@media screen and (min-width: 768px){
  #landing { padding: 3rem 0; }
  .landing-hero .landing-image { max-height: unset; margin-bottom: 0; object-position: 75% 0%; height: 320px; }
  .landing-hero h1 { font-size: 36px; }
  #landingSubmitModal .thank-you .icon-done { width: 100px; height: 100px; margin: 10px auto 30px auto; }
  #landingSubmitModal .thank-you h3 { font-size: 26px; line-height: 1.2; }
}

@media screen and (min-width: 992px){
  #landing { padding: 3rem 0; }
  .landing-hero .landing-image { object-position: center; height: auto; }
  .landing-hero h1 { font-size: 40px; }
  .landing-form { background: url('../img/landing-woman.png'), transparent; background-repeat: no-repeat; background-position: 98% bottom; background-size: auto 85%; padding: 3rem 0; position: relative; }
  .landing-form::after { content: ''; background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(243,243,243,1) 100%); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; }
  .landing-form h2 { margin-bottom: 2rem; }
  .landing-form form { max-width: 440px; }
  .landing-form .form-group { margin-bottom: 1.25rem; }
  .landing-form input[type="text"],
  .landing-form input[type="tel"] { height: 60px; }
  .landing-form .btn-arrange { padding: 18px 20px; }
}

@media screen and (min-width: 1200px){
  .landing-form { padding: 5rem 0; }
}

@media screen and (min-width: 1440px){
  .landing-form { padding: 7rem 0; }
  .landing-form { background-size: auto 90%; }
}

@media screen and (min-width: 1920px){
  .landing-form { background-position: 87% bottom; }
}



/********************************/
/****** TEXT DIRECTION RTL ******/
/********************************/

html[dir="rtl"] body { text-align: right; }
html[dir="rtl"] .btn-group>.btn { border-radius: 0; }
html[dir="rtl"] .btn-group>.btn:first-child { border-top-right-radius: .25rem!important; border-bottom-right-radius: .25rem!important; }
html[dir="rtl"] .btn-group>.btn:last-child { border-top-left-radius: .25rem!important; border-bottom-left-radius: .25rem!important; }
html[dir="rtl"] .btn-group>.btn-group:not(:first-child), html[dir="rtl"] .btn-group>.btn:not(:first-child) { margin-left: unset; margin-right: -1px; }

html[dir="rtl"] .custom-control { padding-left: unset; padding-right: 1.5rem }
html[dir="rtl"] .custom-control-label::before { left: unset; right: -1.5rem; }
html[dir="rtl"] .custom-control-label::after { left: unset; right: -1.5rem; }

/*--- DMG BUTTONS ---*/
html[dir="rtl"] a.btn-dmg { padding-left: unset; padding-right: 10px; }
html[dir="rtl"] a.btn-dmg span { margin-right: unset; margin-left: 10px; }
html[dir="rtl"] a.btn-dmg::after { transform: rotate(180deg); }

@media (min-width: 390px) {
  html[dir="rtl"] a.btn-dmg::after { right: unset; left: 15px; }
}

@media (min-width: 414px) {
  html[dir="rtl"] a.btn-dmg { padding-left: unset; padding-right: 15px; }
  html[dir="rtl"] a.btn-dmg span { margin-right: unset; margin-left: 15px; }
  html[dir="rtl"] a.btn-dmg::after { right: unset; left: 21px; }
}

@media (min-width: 768px) {
  html[dir="rtl"] .d-flex.flex-column.flex-md-row.justify-content-md-start.mb-50 .btn-dmg.see { margin-right: unset; margin-left: 1rem; }
}

@media (min-width: 992px) {
  html[dir="rtl"] a.btn-dmg span { margin-right: unset; margin-left: 15px; }
}


/*--- HOME : HERO ---*/
html[dir="rtl"] .home-cont-alt .buttons a { background-position: 15px center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16'%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='m.248 7.4 7.2-7.1a.9.9 0 0 1 1.2 0l.8.7a.9.9 0 0 1 0 1.2L3.848 8l5.6 5.7a.9.9 0 0 1 0 1.2l-.7.8a.9.9 0 0 1-1.2 0l-7.2-7a.9.9 0 0 1 0-1.3h-.1Z'/%3E%3C/svg%3E"); }
html[dir="rtl"] .home-cont-alt .buttons a span { margin-right: unset; margin-left: 10px; }
html[dir="rtl"] .home-cont-alt .home-whatsapp .icon-whatsapp { margin-right: unset; margin-left: 6px; }

@media (min-width: 768px) {
  html[dir="rtl"] .home-cont-alt .buttons a { background-image: none; }
}

/*--- HOME : FEATURED ---*/
html[dir="rtl"] .home-featured a.btn-all-properties::after { right: unset; left: 15px; transform: rotate(180deg); }

@media (min-width: 1200px) {
  html[dir="rtl"] .home-featured .item-box .ref { right: unset; left: unset; text-align: right; }
}

/*--- ITEM : BOX ---*/
html[dir="rtl"] .item-box .icon-tag { padding: 7px 12px 7px 22px;  right: 0; left: unset; }
html[dir="rtl"] .item-box .price .startsfrom-suffix { margin-right: -3px; margin-left: unset; }

html[dir="rtl"] .item-ctos a span.mr-2 { margin-right: unset!important; margin-left: 0.5rem!important; }

@media (min-width: 992px) {
  html[dir="rtl"] .item-box .item-info { padding: 15px 20px 0 10px; }
  html[dir="rtl"] .item-ctos { padding: 10px 15px 15px 0; }
  html[dir="rtl"] .item-ctos a { margin-right: unset; margin-left: 10px; }
  html[dir="rtl"] .item-ctos a:last-child { margin-right: unset; margin-left: 0; }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .item-box .ref { right: 375px; left: 0; text-align: center; }
}

/*--- PROPERTIES FOR SALE ---*/
html[dir="rtl"] .filter-btns button span.count { margin-left: unset; margin-right: 14px; }
html[dir="rtl"] .filter-btns button span.icon-filter { margin-right: unset; margin-left: 15px; }
html[dir="rtl"] .filter-btns button span.icon-sort { margin-right: unset; margin-left: 15px; }
html[dir="rtl"] .filter-btns button span.map-count { margin-left: unset; margin-right: 5px; }
html[dir="rtl"] .filter-btns .dropdown .dropdown-menu .dropdown-item { text-align: ri; }
html[dir="rtl"] .filter-btns .dropdown .dropdown-menu .dropdown-item.active { background-position: 20px center; }
html[dir="rtl"] .filter-btns .btn-map span.icon-map-location { margin-right: unset; margin-left: 15px; }

@media (min-width: 992px) {
  html[dir="rtl"] .filter-btns { margin-left: unset; margin-right: auto; }
  html[dir="rtl"] .filter-btns .btn-map { margin-right: unset; margin-left: 15px; }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .type-switch { margin-right: unset; margin-left: 50px; }
}

/*--- FILTER ---*/
html[dir="rtl"] #filter { padding-left: 0; }
html[dir="rtl"] .filter-cont .search-subs-filter button.send-form::after { transform: rotate(180deg); }
html[dir="rtl"] .filter-cont .filter-box select { padding: 9px 12px 9px 28px; background-position: 10px center; }
html[dir="rtl"] .filter-cont .filter-box .custom-checkbox { padding-left: unset; padding-right: 20px; }
html[dir="rtl"] .filter-cont .filter-box .custom-control-label::before,
html[dir="rtl"] .filter-cont .filter-box .custom-control-label::after { left: unset; right: -20px; }

@media (min-width: 992px) {
  html[dir="rtl"] .filter-cont .filter-box select { padding: 8px 12px 8px 28px; }
  html[dir="rtl"] .filter-cont .filter-box .custom-checkbox { padding-left: unset; padding-right: 16px; }
  html[dir="rtl"] .filter-cont .filter-box .custom-control-label::before,
  html[dir="rtl"] .filter-cont .filter-box .custom-control-label::after { left: unset; right: -16px; }
}

/*--- MAP MODAL ---*/
html[dir="rtl"] #mapModal.show { padding-left: 0 !important; }
html[dir="rtl"] #mapModal button.close { right: unset; left: 0; padding: 8px 15px 10px 10px; }
html[dir="rtl"] #mapModal button.close::after { margin-left: unset; margin-right: 5px; }

@media screen and (min-width: 992px) {
  html[dir="rtl"] #mapModal button.close { padding: 8px 15px 10px 10px; }
}

html[dir="rtl"] #innerMapModal button.close { right: unset; left: 0; }
html[dir="rtl"] #innerMapModal button.close::after { margin-left: unset; margin-right: 5px; }

@media (min-width: 768px) {
  html[dir="rtl"] #innerMapModal .item-box { margin-right: unset; margin-left: 20px; }
  html[dir="rtl"] #innerMapModal .item-box:nth-child(2n + 2) { margin-right: unset; margin-left: 0; }
  html[dir="rtl"] #innerMapModal .item-box:last-child { margin-right: unset!important; margin-left: 0!important; }
}

@media screen and (min-width: 992px) {
  html[dir="rtl"] #innerMapModal .item-box { margin-right: unset; margin-left: 20px; }
  html[dir="rtl"] #innerMapModal .item-box:nth-child(2n + 2) { margin-right: unset; margin-left: 0; }
  html[dir="rtl"] #innerMapModal .item-box:last-child { margin-right: unset!important; margin-left: 0!important; }
}

@media screen and (min-width: 1200px) {
  html[dir="rtl"] #innerMapModal .item-box:nth-child(2n + 2) { margin-right: unset; margin-left: 20px; }
  html[dir="rtl"] #innerMapModal .item-box:nth-child(3n + 3) { margin-right: unset; margin-left: 0; }
}

@media screen and (min-width: 1680px) {
  html[dir="rtl"] #innerMapModal .item-box:nth-child(3n + 3) { margin-right: unset; margin-left: 20px; }
  html[dir="rtl"] #innerMapModal .item-box:nth-child(4n + 4) { margin-right: unset; margin-left: 0; }
}

/*--- ABOUT ---*/
html[dir="rtl"] .card-cont .card-logo { margin-right: unset; margin-left: 15px; }
html[dir="rtl"] .card-cont .card-logo:nth-child(4n) { margin-right: unset; margin-left: 0; }

html[dir="rtl"] .inspection-content ul li { padding-left: unset; padding-right: 22px; }
html[dir="rtl"] .inspection-content ul li::before { right: 0; left: unset; }

@media (min-width: 768px) {
  html[dir="rtl"] .card-cont .card-logo:nth-child(4n) { margin-right: unset; margin-left: 15px; }
  html[dir="rtl"] .card-cont .card-logo:nth-child(5n) { margin-right: unset; margin-left: 0; }
}

@media (min-width: 992px) {
  html[dir="rtl"] .card-cont .card-logo:nth-child(5n) { margin-right: unset; margin-left: 15px; }
  html[dir="rtl"] .card-cont .card-logo:nth-child(6n) { margin-right: unset; margin-left: 0; }
  html[dir="rtl"] .inspection-content .inspection-imgs { margin-right: unset; margin-left: 2%; }
  html[dir="rtl"] .inspection-content .inspection-imgs.mr-0 { margin-left: 0!important; }
}

/*--- CONTACT ---*/
html[dir="rtl"] .contact-team img { margin-left: 10px; margin-right: unset; }
html[dir="rtl"] .contact-team h5 span { margin-right: 8px; margin-left: unset; }

@media (min-width: 375px) {
  html[dir="rtl"] .contact-team img { margin-left: 15px; margin-right: unset; }
}

@media (min-width: 992px) {
  html[dir="rtl"] .contact-team img { margin-left: 30px; margin-right: unset; }
}

/*--- PROJECT DETAIL ---*/
html[dir="rtl"] .btn-download-pdf span { margin-left: 15px; margin-right: unset; }

html[dir="rtl"] .project-title { background-position: right top; }
html[dir="rtl"] .project-title ul.project-bullets li span { margin-left: 5px; margin-right: unset; }
html[dir="rtl"] .project-title ul.project-bullets li::before { margin-left: 12px; margin-right: unset; }

html[dir="rtl"] .list-menu li { margin-right: unset; margin-left: 25px; }
html[dir="rtl"] .list-menu li:last-child { margin-left: 0; }
html[dir="rtl"] .list-menu li a::after { right: unset; left: -16px; top: 12px; transform: rotate(180deg); }

html[dir="rtl"] .arrange-form label.error, .arrange-form label#phone-error { left: unset; right: 0; }
html[dir="rtl"] .arrange-form .custom-control-label { padding-left: unset; padding-right: 8px; }

html[dir="rtl"] .floating-item-agent .mr-3 { margin-right: 0!important; margin-left: 1rem!important; }
html[dir="rtl"] .floating-item-agent .nav-link img { margin-right: unset; margin-left: 10px; }

@media only screen and (min-width: 390px) {
  html[dir="rtl"] .floating-item-agent .nav-link img { margin-right: unset; margin-left: 15px; }
}

html[dir="rtl"] .show-more-btn { padding: 10px; padding-left: 10px; padding-right: 0; }

html[dir="rtl"] .about-project .vt-link::after { left: -5px; right: 0; }

html[dir="rtl"] .poi-cont .poi-list li span { margin-left: unset; margin-right: auto; text-align: left; }
html[dir="rtl"] .icon-airport { margin-left: 4px; margin-right: 6px; }

html[dir="rtl"] #videoModal button.close { left: 0; right: unset; }
html[dir="rtl"] #videoModal button.close::after { margin-left: unset; margin-right: 3px; }

html[dir="rtl"] .why-invest h2,
html[dir="rtl"] .why-invest li::before { margin-right: unset; margin-left: 10px; }

@media (min-width: 768px) {
  html[dir="rtl"] .arrange-form { margin-left: unset; margin-right: auto; }
  html[dir="rtl"] .photos-cont img { margin-right: unset; margin-left: 15px;  }
  html[dir="rtl"] .photos-cont img:last-child { margin-right: unset; margin-left: 0; }
}

@media (min-width: 992px) {
  html[dir="rtl"] .project-video { margin-left: unset; margin-right: auto; }
  html[dir="rtl"] .poi-cont .poi-image { margin: 0 auto 0 0; }
  html[dir="rtl"] .unit-types .item-box { margin-left: 20px; margin-right: 0; }
  html[dir="rtl"] .unit-types .item-box:nth-child(3n) { margin-right: 0; margin-left: 0; }
}

/*--- PROPERTY DETAIL IMGS ---*/
html[dir="rtl"] .property-photos-cont .swiper-button-prev { left: unset; right: 0; transform: rotate(180deg); }
html[dir="rtl"] .property-photos-cont .swiper-button-next { right: unset; left: 0; transform: rotate(180deg); }

@media (min-width: 768px) {
  html[dir="rtl"] .property-photos-cont.zoomed button.close { right: unset; left: 15px; padding-right: 8px; padding-left: 0; }
  html[dir="rtl"] .property-photos-cont.zoomed button.close::after { margin-left: unset; margin-right: 3px; }
}

/*--- PROPERTY PRICE ---*/
@media (min-width: 992px) {
  html[dir="rtl"] .property-price small.daily { left: 20px; right: unset; }
}

/*--- WHATSAPP MODAL ---*/
html[dir="rtl"] #whatsappModal button.close { right: unset; left: 0; }
html[dir="rtl"] #whatsappModal button.close::after { margin-left: 0; margin-right: 5px; }

@media only screen and (min-width: 992px) {
  html[dir="rtl"] #whatsappModal p { margin-right: 0; }
}

/*--- ITEM ASK MODAL ---*/
html[dir="rtl"] #itemAsk button.close { right: unset; left: 0; }
html[dir="rtl"] #itemAsk button.close::after { margin-right: 5px; margin-left: unset; }

/*--- HEADER ---*/
html[dir="rtl"] .hamburger { margin-left: -20px!important; margin-right: 20px; }
html[dir="rtl"] .hamburger--stand.is-active::after { left: 0; right: -25px; }
html[dir="rtl"] .hamburger--stand.is-active .hamburger-box { right: unset; left: 25px; }
html[dir="rtl"] .navbar-brand + .hamburger { margin-right: auto;  }

/*--- BACK TO TOP ---*/
html[dir="rtl"] .back-to-top { right: unset; left: 10px; }

html[dir="rtl"] .iti--allow-dropdown .iti__flag-container, html[dir="rtl"] .iti--separate-dial-code .iti__flag-container { right: 0; left: auto; }
html[dir="rtl"] .iti__country-list { text-align: right; }
html[dir="rtl"] .iti__country { display: flex; align-items: center; }
html[dir="rtl"] .iti__country-name, html[dir="rtl"] .iti__flag-box { margin-right: unset; margin-left: 6px; }


/*
 * International Telephone Input v17.0.0
 * https://github.com/jackocnr/intl-tel-input.git
 * Licensed under the MIT license
 */

.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:1060;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag.iti__xx{height:13px;background-position:-5654px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(../img/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),.iti__flag.iti__np{background-color:transparent}
.seo{
  border: 2px solid #eee;
  border-radius: 30px;
  border-top: 10px solid #e8f6ff;
  margin-bottom: 65px;
}
.seo-more .seo-body {
    height: 500px;
    overflow: hidden;
    position: relative;
}
.seo-more .seo-body::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background: linear-gradient(180deg, rgba(0,0,0,0.0001) 0%, #fff 100%);
}
.seo-more .seo-cta {
    display: block;
}
.seo-cta {
    display: none;
    margin-top: 10px;
}
.seo-cta {
    margin-top: 10px;
}