<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.listing-item {
  width: 100%;
  border-radius: 4px;
  background-color: var(--v3-color--background-white);
  gap: 8px;
  position: relative;
  cursor: pointer;
  text-align: left;
  transition: all 0.2s linear;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.listing-item:hover {
  background-color: var(--v3-color--background-main);
}
.listing-item.color_ {
  background-color: #FDF7E1;
}
.listing-item.color_:hover {
  background-color: #FFF1BE;
}
.listing-item:hover .item-price .price-converter {
  opacity: 1;
}
.listing-item .eyecatcher-top {
  z-index: 1;
}
.listing-item .list-compare-btn {
  /* d2 2023-12-21 */
  /* display: none; */
}
/* .listing-item.short_ {
  max-width: 50%;
}
.listing-item.short_ .v3-c-divider,
.listing-item.short_ .item-dealer-container,
.listing-item.short_ .item-bookmark,
.listing-item.short_ .info-container {
  display: none;
}
.listing-item.short_ .item-header-container {
  flex: auto;
  flex-direction: column;
} */
.listing-item .g-8 {
  gap: 8px;
}
.listing-item .g-4 {
  gap: 4px;
}
.listing-item .item-header-container {
  gap: 16px;
}
.listing-item .item-dealer-container,
.listing-item .status-container {
  gap: 12px;
}
.listing-item .item-link[data-auto-url]:visited {
  color: var(--v3-color--text-disabled2);
}
.listing-item .item-link {
  word-break: break-word;
  color: var(--v3-color--text-title);
  transition: all 0.2s linear;
}
.listing-item .item-link::first-letter {
  text-transform: uppercase;
}
.listing-item .dealer-info-container,
.listing-item .dealer-status-container {
  width: 100%;
}
.listing-item .dealer-info-container .dealer-link {
  word-break: break-word;
  color: var(--v3-color--text-button-subtitle-default);
  transition: all 0.2s linear;
}
.listing-item .dealer-info-container .dealer-link:hover,
.listing-item .item-link:hover {
  color: var(--v3-color--text-button-subtitle-hover);
}
.listing-item .dealer-info-container .dealer-link:active,
.listing-item .item-link:active {
  color: var(--v3-color--text-button-subtitle-pressed);
}
.listing-item .item-slider-container,
.listing-item .more-photos-container {
  width: 240px;
  user-select: none;
  position: relative;
}
.listing-item .more-photos-container .more-photos {
  gap: 0;
}
.listing-item .more-photos-container .more-photos .more-photos-image {
  width: 54px;
  height: 40.5px;
  margin-bottom: 20px;
}
.item-slider-container .swiper-horizontal {
  touch-action: pan-y;
}
.listing-item .item-slider {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.listing-item .item-slider-container .swiper-slide img,
.listing-item .item-thumbs-slider .thumbs-slider-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #F5F5F7;
  object-fit: cover;
}
.listing-item .item-image-container {
  position: relative;
}
.listing-item .more-photos-container {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #F5F5F7;
  background-color: #212226;  
}
.listing-item .item-slider-container .swiper-slide img,
.listing-item .item-thumbs-slider .thumbs-slider-slide img,
.listing-item .more-photos-container .more-photos-image {
  opacity: 0;
}
.listing-item .item-slider-container .swiper-slide img[src],
.listing-item .item-thumbs-slider .thumbs-slider-slide img[src],
.listing-item .more-photos-container .more-photos-image[src] {
  opacity: 1;
}
.listing-item .more-photos-container .more-photos-link {
  width: 100%;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 15px;
  transition: all 0.2s linear;
  cursor: pointer;
}
.listing-item .item-slider .item-slider-pagination {
  width: calc(100% - 8px);
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
}
.listing-item .item-slider:hover .item-slider-pagination {
  opacity: 1;
}
.listing-item .item-slider .item-slider-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  background-color: transparent !important;
  border-radius: 4px;
  cursor: pointer;
  opacity: 1;
  margin: 0;
  transition: all 0.2s linear;
  position: relative;
}
.listing-item .item-slider .item-slider-pagination .swiper-pagination-bullet::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #FAFAFAB2;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 8px;
  transition: all 0.2s linear;
}
.listing-item .item-slider .item-slider-pagination .swiper-pagination-bullet-active::after,
.listing-item .item-slider .item-slider-pagination .swiper-pagination-bullet-active:hover::after,
.listing-item .item-slider .item-slider-pagination .swiper-pagination-bullet:hover::after {
  background-color: var(--v3-color--button-primary-default);
}
.listing-item .item-slider .swiper-slide,
.listing-item .more-photos-container {
  height: 180px;
}
.listing-item .item-slider .see-all-photos {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: rgba(29, 30, 34, 0.6);
  border-radius: 4px;
  border: 1px solid #F5F5F7;
  z-index: 1;
}
.listing-item .item-slider .see-all-photos span {
  color: var(--v3-color--text-white);
}
.listing-item .item-thumbs-slider .thumbs-slider-slide {
  width: 100%;
  height: 88px;
  max-width: 50%;
}
.listing-item .item-icon-video {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 2px;
  border-radius: 4px;
  background-color: rgba(29, 30, 34, 0.4);
  z-index: 1;
}
.listing-item .item-icon-video .material-icons-round, .listing-item .item-icon-video [class^="t1_icon-"] {
  font-size: 20px;
  color: var(--v3-color--text-white);
}
.listing-item .d3_listing-label-container {
  align-items: flex-start;
  flex-direction: column;
  top: -4px;
  left: -16px;
  align-content: flex-start;
}
.listing-item .d3_top-label-container {
  position: absolute;
  bottom: -10px;
  z-index: 2;
  left: -16px;
}
html[data-dir="rtl"] .listing-item .d3_top-label-container {
  left: auto;
  right: -16px;
}
.listing-item[data-auto-xl] .d3_top-label-container {
  bottom: 82px;
}
.listing-item .d3_listing-label-container:has(div):has(.loc_top) {
  height: 180px;
}

.listing-item  .item-location .flag {
  width: 24px;
  min-width: 24px;
  height: 16px;
}
.listing-item .item-location span,
.listing-item .item-published span,
.listing-item .item-auction span,
.listing-item .price-type,
.listing-item .price-converter span {
  color: var(--v3-color--text-main);
}
.cp-list-item-wrapper .listing-item .item-published.upped span {
  color: var(--v3-color--text-success);
}
.listing-item .item-facets-container .facet-item {
  padding: 2px 0;
  color: var(--v3-color--text-black);
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  max-width: 240px;
}
.listing-item .item-facets-container .facet-item &gt; span:not(.label_) {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.listing-item .item-facets-container .facet-item:not(:last-child) {
  padding-right: 16px;
}
.listing-item .item-facets-container .facet-item:not(:last-child)::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% - 8px);
  background-color: var(--v3-color--text-black);
}
.listing-item .item-published span:not(:last-child)::after {
  content: '\00B7';
  padding: 0 13px;
}
.listing-item .item-price {
  min-width: max-content;
  color: var(--v3-color--text-black);
}
.listing-item .price-converter {
  opacity: 0;
  transition: all 0.2s linear;
}
.listing-item .price-old {
  color: var(--v3-color--text-main);
  position: relative;
}
.listing-item .price-old .v3-c-title {
  color: var(--v3-color--text-main);
  margin-right: 4px;
}
.listing-item .price-old .cross-out {
  width: 100%;
  height: 1px;
  background-color: var(--v3-color--text-main);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-7.472deg);
}
.listing-item .price-old-container .discount {
  border-radius: 4px;
  color: var(--v3-color--text-white);
  background-color: var(--v3-color--text-success);
  opacity: 1;
  padding: 2px 4px;
}
.listing-item .item-price .price {
  text-align: right;
}
.listing-item .item-price .price span:first-child {
  margin-right: 4px;
}
.listing-item .item-auction span:nth-child(2),
.listing-item .price-type {
  font-size: 12px;
  line-height: 15px;
  text-align: right;
}
.listing-item .item-auction .material-icons-round, .listing-item .item-auction [class^="t1_icon-"] {
  font-size: 14px;
}
.listing-item .item-auction.auction-no-price .material-icons-round, .listing-item .item-auction.auction-no-price [class^="t1_icon-"] {
  font-size: 20px;
  color: var(--v3-color--text-secondary-title);
}
.listing-item .item-auction.auction-no-price span:nth-child(2) {
  font-size: 16px;
  line-height: 20px;
  color: var(--v3-color--text-secondary-title);
}
.listing-item .contact-seller-btn {
  min-width: max-content;
  transition: all 0.2s linear;
}
.listing-item .contact-seller-btn .material-icons-round, .listing-item .contact-seller-btn [class^="t1_icon-"] {
  font-size: 20px;
}
.listing-item .contact-seller-btn .material-icons-round + span, .listing-item .contact-seller-btn [class^="t1_icon-"] + span {
  margin-inline-start: 4px;
}
.listing-item .item-facets:empty,
.listing-item .item-location:empty,
.listing-item .item-published:empty {
  display: none;
}
.listing-item .dealer-info-container .dealer-logo {
  height: auto;
  object-fit: contain;
  opacity: 0;
  border: 1px solid #F5F5F7;
  border-radius: 4px;
  background-color: var(--v3-color--background-white);
  max-height: 40px;
  min-width: 75px;
}
.listing-item .dealer-info-container .dealer-logo:not([data-src]) {
  opacity: 1;
}
.listing-item .dealer-info-container .logo-in-list {
  border: 1px solid #F5F5F7;
  border-radius: 4px;
  background-color: var(--v3-color--background-white);
  max-height: 40px;
}
.listing-item .dealer-info-container .logo-in-list img {
  height: auto;
  object-fit: contain;
  max-height: 40px;
}
.listing-item .dealer-stock-link,
.listing-item .dealer-reviews-container .rating-reviews,
.listing-item .item-price .ask-price {
  cursor: pointer;
  color: var(--v3-color--text-link);
  transition: all 0.2s linear;
}
.listing-item .dealer-stock-link:hover,
.listing-item .dealer-reviews-container:hover .rating-reviews,
.listing-item .item-price .ask-price:hover {
  color: var(--v3-color--button-link-hover);
}
.listing-item .dealer-stock-link:active,
.listing-item .dealer-reviews-container:active .rating-reviews,
.listing-item .item-price .ask-price:active {
  color: var(--v3-color--button-link-pressed);
}
.listing-item .dealer-reviews span {
  color: var(--v3-color--text-title);
}
.listing-item .reviews-rating {
  display: inline-flex;
  background-color: #ccc;
  -webkit-background-clip: text; 
  -moz-background-clip: text; 
  background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-text-fill-color: transparent;
  position: relative;
  top: -1px;
}
.listing-item .reviews-rating .material-icons-round, .listing-item .reviews-rating [class^="t1_icon-"] {
  letter-spacing: -1px;
}
.listing-item .item-bookmark,
.listing-item .item-compare {
  min-width: 36px;
  width: 36px;
  height: 36px;
  border: 1px solid #D3D3DA;
  background-color: transparent;
  transition: all 0.2s linear;
}
.listing-item .item-bookmark:not(.disabled):hover, 
.listing-item .item-compare:not(.disabled):hover {
  background-color: transparent;
  border-color: var(--v3-color--icon-button-star-text-default);
}
.listing-item .item-bookmark .material-icons-round, .listing-item .item-bookmark [class^="t1_icon-"], 
.listing-item .item-compare .material-icons-round, .listing-item .item-compare [class^="t1_icon-"] {
  font-size: 20px;
  transition: all 0.2s linear;
  color: var(--v3-color--icon-button-star-text-default);
}
.listing-item .item-bookmark:hover .material-icons-round, .listing-item .item-bookmark:hover [class^="t1_icon-"], 
.listing-item .item-compare:hover .material-icons-round, .listing-item .item-compare:hover [class^="t1_icon-"] {
  color: var(--v3-color--custom-btn-group-text-hover);
}
.listing-item .item-bookmark[data-bookmarked],
.listing-item .item-bookmark:not(.disabled):active,
.listing-item .item-bookmark[data-bookmarked]:hover,
.listing-item .item-compare[data-compared],
.listing-item .item-compare:not(.disabled):active,
.listing-item .item-compare[data-compared]:hover {
  background-color: var(--v3-color--icon-button-star-pressed);
  border-color: var(--v3-color--icon-button-star-pressed);
}
.listing-item .item-bookmark[data-bookmarked] .material-icons-round, .listing-item .item-bookmark[data-bookmarked] [class^="t1_icon-"],
.listing-item .item-bookmark[data-bookmarked]:hover .material-icons-round, .listing-item .item-bookmark[data-bookmarked]:hover [class^="t1_icon-"],
.listing-item .item-compare[data-compared] .material-icons-round, .listing-item .item-compare[data-compared] [class^="t1_icon-"],
.listing-item .item-compare[data-compared]:hover .material-icons-round, .listing-item .item-compare[data-compared]:hover [class^="t1_icon-"] {
  color: var(--v3-color--icon-button-star-text-pressed);
}
.listing-item .item-bookmark .icon-star-full,
.listing-item .item-bookmark .material-icons-round {
  font-family: 'Material Icons Round' !important;
}
.listing-item .item-bookmark .icon-star-full::before,
.listing-item .item-bookmark .icon-star-empty::before {
  display: none;
}

.listing-item .banner-status-item {
  cursor: default;
  user-select: none;
  position: relative;
}
.listing-item .STATUS {
  background: url("data:image/svg+xml,%3Csvg width='456' height='24' viewBox='0 0 456 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0L15.51 1.728L19.4175 2.292L21.1882 5.652L24 8.292L23.3565 12L24 15.708L21.1882 18.348L19.4175 21.708L15.51 22.272L12 24L8.49001 22.272L4.58254 21.708L2.81178 18.348L0 15.708L0.643533 12L0 8.292L2.81178 5.652L4.58254 2.292L8.49001 1.728L12 0Z' fill='%23DA382B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21C7.02949 21 3 16.9704 3 12C3 7.02949 7.02949 3 12 3C16.9706 3 21 7.02949 21 12C21 16.9704 16.9706 21 12 21V21Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0029 13.3595L4.69591 16.3839C6.23548 18.9708 9.02538 20.5493 12.0341 20.5337C15.035 20.5259 17.8172 18.9315 19.3411 16.337L12.0029 13.3595V13.3595ZM10.7372 11.2236L11.9016 3.51025C8.90064 3.54928 6.13419 5.16699 4.63374 7.76936C3.12552 10.3717 3.10985 13.5758 4.58694 16.1939L10.7372 11.2236V11.2236ZM13.2298 11.3259L19.4503 16.1398C20.8962 13.5218 20.8649 10.3411 19.3567 7.75441C18.6194 6.48257 17.5654 5.42328 16.2972 4.67964C15.029 3.936 13.5899 3.53335 12.12 3.51087L13.2298 11.3259V11.3259Z' fill='%23DA382B'/%3E%3Cpath d='M36 0L39.51 1.728L43.4175 2.292L45.1882 5.652L48 8.292L47.3565 12L48 15.708L45.1882 18.348L43.4175 21.708L39.51 22.272L36 24L32.49 22.272L28.5825 21.708L26.8118 18.348L24 15.708L24.6435 12L24 8.292L26.8118 5.652L28.5825 2.292L32.49 1.728L36 0Z' fill='%23DA382B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27 9.03481H31.4609C33.8912 9.47482 33.9969 14.5527 31.4609 14.9579H27V9.03481ZM29.242 10.8299H30.533C31.0429 11.284 31.0291 12.702 30.533 13.1H29.242V10.8299ZM32.8898 14.9579H35.0858L36.3538 11.3119L36.9328 13.0304L36.0185 13.0373L35.4258 14.958L39.634 15L37.778 9H34.902L32.8898 14.9579ZM39.8683 9.04183H45V10.9626L41.9863 10.9696V11.689H44.9357V13.6167L41.9999 13.6098L42.0092 14.9928H39.8638L39.8683 9.04183Z' fill='white'/%3E%3Cpath d='M60 0L63.51 1.728L67.4175 2.292L69.1882 5.652L72 8.292L71.3565 12L72 15.708L69.1882 18.348L67.4175 21.708L63.51 22.272L60 24L56.49 22.272L52.5825 21.708L50.8118 18.348L48 15.708L48.6435 12L48 8.292L50.8118 5.652L52.5825 2.292L56.49 1.728L60 0Z' fill='%23DA382B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M68.1618 12.3019H69.106L68.612 11.3623L68.1618 12.3019ZM65.3703 13.4535V10.6048H66.6659V12.7355L67.6843 10.6116H69.5727L71 13.4534H69.6852L69.4547 13.0105H67.8077L67.5964 13.4534H65.3703V13.4535ZM58.3599 12.3019H59.3041L58.81 11.3623L58.3599 12.3019ZM53.0733 11.9849C53.0321 11.9243 52.9772 11.8753 52.9141 11.8333C52.667 11.6655 52.206 11.5862 51.6514 11.5862C51.2316 11.5862 51.0641 11.6095 50.861 11.5675C50.6057 11.5139 50.5728 11.4113 50.5728 11.3275C50.5728 11.2669 50.6414 11.1619 50.7237 11.1152C50.8143 11.064 50.9049 11.0407 51.0393 11.0407C51.237 11.0407 51.4429 11.0477 51.5444 11.1666C51.624 11.2553 51.6569 11.3811 51.6735 11.465H53.0843C53.0514 11.0478 52.7907 10.845 52.4036 10.6888C52.0907 10.5559 51.6571 10.5001 51.1328 10.5001C50.5124 10.5001 50.0843 10.5653 49.7329 10.733C49.3843 10.8892 49.1758 11.134 49.1592 11.3555C49.14 11.5701 49.162 11.7843 49.3211 11.9172C49.4529 12.0361 49.6367 12.1668 49.9086 12.2413C50.1226 12.288 50.3889 12.3019 50.7897 12.3019C51.001 12.3019 51.2783 12.3113 51.3743 12.3368C51.6433 12.3835 51.7448 12.4954 51.7448 12.591C51.7257 12.6633 51.6707 12.7542 51.5801 12.8148C51.4977 12.8706 51.3221 12.908 51.1711 12.908C51.0119 12.908 50.8582 12.8754 50.7401 12.8403C50.5864 12.7913 50.4931 12.6377 50.4766 12.5164H49C49 12.8054 49.1592 13.078 49.5599 13.2577C49.9497 13.4372 50.4933 13.5 51.0751 13.5C51.6927 13.5 52.1949 13.4418 52.5629 13.2996C52.947 13.1528 53.1695 12.9476 53.2217 12.6702C53.3123 12.8589 53.485 13.0292 53.6746 13.1551C54.0698 13.4187 54.5666 13.5 55.2528 13.5C55.8045 13.5 56.2684 13.4045 56.6279 13.1806C56.6334 13.1761 56.6443 13.1667 56.6581 13.1597L56.5181 13.4535H57.7945L58.0058 13.0106H59.6528L59.8833 13.4535H62.027V11.761L63.5751 13.4512H65.082V10.6094H63.844V12.141L62.447 10.6094H60.8165L60.8192 12.7052L59.7707 10.6117H57.8823L57.0726 12.3019H55.8758C55.8319 12.4558 55.7606 12.6283 55.6041 12.7122C55.5026 12.7612 55.3735 12.81 55.2006 12.81C54.6709 12.81 54.3442 12.5467 54.3442 12.0316C54.3442 11.7936 54.4017 11.5932 54.5034 11.451C54.6406 11.2855 54.8931 11.1922 55.1483 11.1922C55.3239 11.1922 55.4833 11.2249 55.5793 11.2809C55.7549 11.3881 55.829 11.5022 55.8619 11.6935H57.2179C57.2206 11.458 57.1657 11.3042 57.0588 11.1597C56.9215 10.9568 56.6607 10.7936 56.3863 10.6981C56.0761 10.5674 55.6122 10.5 55.1155 10.5C54.5857 10.5 54.067 10.5978 53.6908 10.8262C53.2627 11.0897 53.0843 11.4908 53.0733 11.9849Z' fill='white'/%3E%3Cpath d='M84 0L87.51 1.728L91.4175 2.292L93.1882 5.652L96 8.292L95.3565 12L96 15.708L93.1882 18.348L91.4175 21.708L87.51 22.272L84 24L80.49 22.272L76.5825 21.708L74.8118 18.348L72 15.708L72.6435 12L72 8.292L74.8118 5.652L76.5825 2.292L80.49 1.728L84 0Z' fill='%23DA382B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M91.2951 10.9547C91.6053 10.9712 91.8291 11.1852 91.8636 11.465C91.8807 11.6131 91.8807 11.8437 91.8807 11.9917C91.8807 12.1729 91.8807 12.321 91.8636 12.469C91.812 12.8147 91.5537 13.0123 91.2951 13.0123H90.8473C90.6061 13.0123 90.3304 12.8147 90.2788 12.469C90.2614 12.321 90.2614 12.1728 90.2614 12.0082C90.2614 11.8436 90.2614 11.6131 90.2788 11.4649C90.3133 11.1851 90.5542 10.9711 90.8644 10.9546C90.9334 10.9382 90.985 10.9382 91.0711 10.9382L91.2951 10.9547ZM91.1229 10C91.4502 10 91.7604 10.0164 92.0187 10.0493C92.7422 10.1317 93.3278 10.6749 93.4484 11.3498C93.4657 11.465 93.5 11.7284 93.5 11.9917C93.5 12.2715 93.4657 12.535 93.4484 12.6336C93.3278 13.3251 92.7422 13.8518 92.0187 13.9507C91.7604 13.967 91.4502 14 91.1229 14H91.0196C90.675 14 90.3821 13.967 90.1067 13.9507C89.383 13.8518 88.8148 13.3251 88.6941 12.6336C88.6768 12.535 88.6423 12.2715 88.6423 11.9917C88.6423 11.7284 88.6768 11.465 88.6941 11.3498C88.8147 10.6749 89.383 10.1317 90.1067 10.0493C90.3821 10.0164 90.675 10 91.0023 10H91.1229ZM84.9043 11.9917C84.9043 11.7777 84.9217 11.5638 84.9733 11.3498C85.0939 10.6749 85.6624 10.1317 86.3858 10.0493C86.6442 10.0164 86.9544 10 87.2817 10C87.6433 10 87.9706 10.0164 88.2463 10.0493C88.3495 10.0658 88.4185 10.1481 88.4185 10.2469V10.8394C88.4185 10.9546 88.3323 11.0369 88.2288 11.0369C88.2288 11.0369 87.9015 11.0205 87.7293 11.0205C87.5228 11.0205 87.3504 11.0205 87.161 11.0369C86.8508 11.0534 86.627 11.2674 86.5925 11.5473C86.5751 11.6954 86.5579 11.8436 86.5579 11.9916V12.0081C86.5579 12.1563 86.575 12.3043 86.5925 12.4525C86.627 12.7324 86.8337 12.9463 87.161 12.9792C87.3332 12.9957 87.5399 13.0122 87.7293 13.0122C87.9015 13.0122 88.2288 12.9958 88.2288 12.9958C88.3323 12.9958 88.4185 13.0782 88.4185 13.1934V13.786C88.4185 13.8847 88.3495 13.967 88.2463 13.9836C87.9706 13.9836 87.6433 13.9999 87.2817 13.9999C86.9544 13.9999 86.6442 13.9669 86.3858 13.9506C85.6624 13.8517 85.094 13.325 84.9733 12.6335C84.9217 12.4362 84.9043 12.2221 84.9043 12.0082V11.9917ZM84.4393 12.9629C84.5598 12.9629 84.646 13.0616 84.646 13.1605V13.7531C84.646 13.8683 84.5598 13.9507 84.4393 13.9507H81.976C81.8696 13.9508 81.7643 13.9308 81.666 13.892C81.5677 13.8532 81.4784 13.7962 81.4032 13.7243C81.328 13.6524 81.2684 13.5671 81.2278 13.4732C81.1871 13.3792 81.1663 13.2786 81.1664 13.1769V10.8395C81.1663 10.7379 81.1871 10.6372 81.2278 10.5433C81.2684 10.4494 81.3281 10.3641 81.4033 10.2922C81.4785 10.2204 81.5678 10.1634 81.666 10.1245C81.7643 10.0857 81.8696 10.0658 81.976 10.0659H84.4393C84.5598 10.0659 84.646 10.1482 84.646 10.247V10.8231C84.646 10.9383 84.5598 11.0206 84.4393 11.0206H82.9235C82.8029 11.0206 82.7167 11.0865 82.7167 11.2017V11.5638L84.0086 11.5474C84.1119 11.5474 84.2153 11.646 84.2153 11.7448V12.2388C84.2153 12.3538 84.1119 12.4363 84.0086 12.4363H82.7167V12.7654C82.7167 12.8806 82.8029 12.9629 82.9235 12.9629H84.4393ZM78.1692 13.9506C77.8075 13.9506 77.4973 13.72 77.3939 13.4073L76.5499 10.2962V10.2469C76.5499 10.1481 76.6361 10.0658 76.7567 10.0658H78.0141C78.1175 10.0658 78.2036 10.1316 78.2208 10.2139L78.8754 12.8147C78.8754 12.8477 78.9099 12.8806 78.9616 12.8806C78.996 12.8806 79.0304 12.8476 79.0304 12.8147L79.7022 10.2139C79.7194 10.1316 79.8056 10.0658 79.8917 10.0658H80.598C80.7185 10.0658 80.8047 10.1481 80.8047 10.2469V10.2962L79.9951 13.3414C79.909 13.6871 79.6161 13.9506 79.2027 13.9506H78.1692ZM74.7067 10.0658H75.9298C76.0503 10.0658 76.1365 10.1481 76.1365 10.2469V13.753C76.1365 13.8682 76.0503 13.9506 75.9298 13.9506H74.7067C74.6034 13.9506 74.5 13.8682 74.5 13.753V10.2469C74.5001 10.1481 74.6035 10.0658 74.7067 10.0658Z' fill='white'/%3E%3Cpath d='M108 0L111.51 1.728L115.417 2.292L117.188 5.652L120 8.292L119.356 12L120 15.708L117.188 18.348L115.417 21.708L111.51 22.272L108 24L104.49 22.272L100.583 21.708L98.8118 18.348L96 15.708L96.6435 12L96 8.292L98.8118 5.652L100.583 2.292L104.49 1.728L108 0Z' fill='%23DA382B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M116.961 15.9976C116.992 15.7223 117.007 15.3733 117.007 15.0907C117.007 10.5684 112.974 6.90224 108 6.90224C103.025 6.90224 98.9925 10.5684 98.9925 15.0907C98.9925 15.3987 99.0112 15.6988 99.0476 15.9982L98.0516 15.997C98.0172 15.6959 98 15.3934 98 15.0907C98 10.0701 102.477 6 108 6C113.523 6 118 10.0701 118 15.0907C118 15.3966 117.983 15.6988 117.951 15.997L116.961 15.9976Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M102.209 15.7927L103.262 14.8037V16.0002H104.718V13.3203H103.262L102.209 14.4688L101.157 13.3203H99.7002V16.0002H101.157V14.8037L102.209 15.7927ZM111.228 13.3203V16.0002H112.684V14.5964L114.632 16.0002H116.176V13.3203H114.72V14.756L112.684 13.3203H111.228ZM105.262 16.0002L107.122 13.3203H108.824L110.701 16.0002H109.158L107.982 14.3094L107.403 15.1706H108.561L108.982 15.7609H106.982L106.806 16.0002H105.262Z' fill='white'/%3E%3Cpath d='M132 0L135.51 1.728L139.417 2.292L141.188 5.652L144 8.292L143.356 12L144 15.708L141.188 18.348L139.417 21.708L135.51 22.272L132 24L128.49 22.272L124.583 21.708L122.812 18.348L120 15.708L120.644 12L120 8.292L122.812 5.652L124.583 2.292L128.49 1.728L132 0Z' fill='%23DA382B'/%3E%3Cpath d='M136.393 6.73541L137.203 5.92342L137.53 5.59875C137.085 5.22701 136.603 4.90204 136.092 4.62894V4.41992H139.781V8.11482H139.572C139.308 7.61908 138.995 7.15111 138.637 6.71794L138.292 7.06249L137.477 7.87568C137.161 7.45546 136.797 7.07288 136.393 6.73541Z' fill='white'/%3E%3Cpath d='M137.215 11.2378C136.672 11.2378 136.23 11.5703 136.23 11.9791C136.23 12.3879 136.672 12.7204 137.215 12.7204C137.771 12.7204 138.222 12.3879 138.222 11.9791C138.222 11.5703 137.771 11.2378 137.215 11.2378ZM137.215 12.4797C137.024 12.4797 136.878 12.2647 136.878 11.9797C136.878 11.6772 137.02 11.4584 137.215 11.4584C137.41 11.4584 137.554 11.6916 137.553 11.9797C137.552 12.2503 137.398 12.4797 137.215 12.4797ZM129.756 11.2378C129.213 11.2378 128.771 11.5703 128.771 11.9791C128.771 12.3879 129.213 12.7204 129.756 12.7204C130.311 12.7204 130.763 12.3879 130.763 11.9791C130.763 11.5703 130.311 11.2378 129.756 11.2378ZM129.756 12.4797C129.564 12.4797 129.419 12.2647 129.419 11.9797C129.419 11.6772 129.561 11.4584 129.756 11.4584C129.944 11.4584 130.094 11.6916 130.094 11.9797C130.094 12.2503 129.939 12.4797 129.756 12.4797ZM135.028 11.4903H135.273L134.845 12.3247L134.356 11.4903H134.702V11.3072H133.318V11.4903H133.643L134.274 12.671H135.028L135.659 11.4903H135.984V11.3072H135.028V11.4903ZM127.489 11.5078H127.739L127.321 12.2885L126.864 11.5078H127.197V11.2884H125.777V11.5059H126.11L126.735 12.6779L126.739 12.6866H127.513L127.518 12.6779L128.143 11.5059H128.476V11.2884H127.489V11.5078ZM127.327 12.3166L127.503 11.9885L127.331 12.3216L127.327 12.3166ZM127.006 11.7884L126.833 11.5016H126.838L127.006 11.7884ZM132.608 12.4472H132.261V11.4903H132.588V11.3072H131.305V11.4903H131.631V12.4472H131.305V12.671H133.239V12.0385H133.036C133.031 12.1486 132.984 12.2527 132.904 12.3289C132.825 12.4051 132.719 12.4475 132.608 12.4472Z' fill='white'/%3E%3Cpath d='M138.662 7.57095L137.834 8.3992C138.724 9.84125 139.049 11.5616 138.746 13.2289C138.443 14.8961 137.533 16.3923 136.193 17.4291C134.853 18.466 133.176 18.9701 131.486 18.8444C129.796 18.7187 128.213 17.9721 127.041 16.7484C125.868 15.5247 125.191 13.9105 125.138 12.2168C125.085 10.5231 125.66 8.86965 126.754 7.57512C127.847 6.28059 129.381 5.43652 131.06 5.20553C132.739 4.97454 134.444 5.37297 135.846 6.32406L136.667 5.50243C135.045 4.33751 133.046 3.82124 131.063 4.05505C129.08 4.28887 127.256 5.25588 125.95 6.76606C124.643 8.27624 123.949 10.2204 124.003 12.2165C124.057 14.2126 124.856 16.1164 126.242 17.5536C127.628 18.9909 129.502 19.8578 131.494 19.984C133.487 20.1102 135.455 19.4865 137.012 18.2355C138.568 16.9846 139.601 15.1968 139.906 13.2234C140.211 11.2501 139.768 9.23384 138.662 7.57095Z' fill='white'/%3E%3Cpath d='M156 0L159.51 1.728L163.417 2.292L165.188 5.652L168 8.292L167.356 12L168 15.708L165.188 18.348L163.417 21.708L159.51 22.272L156 24L152.49 22.272L148.583 21.708L146.812 18.348L144 15.708L144.644 12L144 8.292L146.812 5.652L148.583 2.292L152.49 1.728L156 0Z' fill='%23DA382B'/%3E%3Cpath d='M156.113 16.7632L154.564 19.3605C154.514 19.4442 154.384 19.3729 154.417 19.2862L155.706 16.4208L153.139 12.1154L149.62 12.1162C149.625 12.1611 149.656 12.2203 149.663 12.2367L154.179 19.8104C154.207 19.8502 154.26 19.9051 154.33 19.9057H157.678C157.745 19.9051 157.799 19.8619 157.817 19.8338L162.339 12.2466C162.353 12.2244 162.384 12.1572 162.422 12.0674H158.915L156.011 16.9329L156.113 16.7632Z' fill='white'/%3E%3Cpath d='M158.41 12.0862H162.385C162.415 12.0864 162.443 12.0756 162.464 12.056C162.485 12.0365 162.498 12.0098 162.499 11.9814C162.504 11.8847 162.481 11.7775 162.432 11.6928L157.907 4.11312C157.856 4.03113 157.766 3.99615 157.671 4.00033H154.351C154.258 3.99799 154.157 4.03615 154.102 4.11229L154.097 4.12032L149.595 11.6931C149.541 11.787 149.508 11.9122 149.5 12.0191C149.498 12.0483 149.508 12.0771 149.528 12.0991C149.548 12.1212 149.576 12.1346 149.607 12.1366L149.614 12.1367H153.618L155.912 15.9635C155.922 15.9803 155.937 15.9942 155.954 16.0038C155.971 16.0134 155.991 16.0185 156.011 16.0184C156.031 16.0184 156.051 16.0133 156.068 16.0036C156.085 15.9939 156.1 15.98 156.11 15.9632L158.402 12.1009C158.405 12.0963 158.408 12.0913 158.41 12.0862ZM158.198 12.0022L156.01 15.6871L153.81 12.0161L156.011 8.32633L158.198 12.0022ZM153.607 11.9157H149.748C149.76 11.874 149.774 11.8397 149.794 11.801L154.29 4.23779L154.315 4.22424C154.325 4.22022 154.338 4.22106 154.347 4.22106C154.363 4.22139 157.684 4.22106 157.691 4.22039C157.695 4.2198 157.699 4.22022 157.702 4.22161C157.706 4.22299 157.709 4.22529 157.712 4.22826L162.233 11.8012C162.244 11.8226 162.252 11.8417 162.259 11.865H158.379L156.11 8.05005C156.1 8.03326 156.085 8.01931 156.068 8.00961C156.051 7.99991 156.031 7.9948 156.011 7.99478C155.991 7.99477 155.971 7.99985 155.954 8.00952C155.936 8.01919 155.922 8.03311 155.912 8.04988L153.607 11.9157Z' fill='white'/%3E%3Cpath d='M153.105 11.9296H153.717L156.011 8.1051L158.266 11.8989L158.885 11.8993L156.308 7.57763L157.612 4.70836C157.646 4.63122 157.508 4.5688 157.462 4.64494L153.105 11.9296ZM154.095 19.8489C154.146 19.9359 154.229 19.9883 154.332 19.9992L154.338 19.9999H157.696C157.786 19.9969 157.879 19.9517 157.928 19.8777L162.458 12.276C162.477 12.2368 162.487 12.1041 162.493 12.04L162.266 12.0208L162.254 12.1526L162.249 12.1859L157.737 19.7562C157.732 19.763 157.725 19.7685 157.717 19.7724C157.709 19.7763 157.7 19.7785 157.691 19.7788H154.352C154.328 19.777 154.305 19.7581 154.293 19.7391L149.78 12.1709C149.767 12.1434 149.757 12.115 149.748 12.086C149.744 12.0569 149.729 12.0304 149.705 12.0124C149.681 11.9943 149.651 11.9862 149.621 11.9897C149.591 11.9933 149.563 12.0082 149.545 12.0313C149.526 12.0544 149.518 12.0837 149.521 12.1128C149.524 12.1371 149.531 12.1657 149.54 12.1884L149.575 12.2688L154.095 19.8489Z' fill='white'/%3E%3Cpath d='M180 0L183.51 1.728L187.417 2.292L189.188 5.652L192 8.292L191.356 12L192 15.708L189.188 18.348L187.417 21.708L183.51 22.272L180 24L176.49 22.272L172.583 21.708L170.812 18.348L168 15.708L168.644 12L168 8.292L170.812 5.652L172.583 2.292L176.49 1.728L180 0Z' fill='%23DA382B'/%3E%3Cpath d='M172 7L172.319 17H173.869L173.835 12.8532H175.134V11.5606H173.835L173.839 8.30667H175.536L175.527 7H172ZM176.139 7L176.336 17H177.936L177.968 7.00015L176.139 7ZM183.642 7V8.26132H184.906L184.869 17H186.417L186.746 8.25999H188L187.99 7H183.642ZM180.382 11.6282L180.399 8.23163H181.293C181.698 8.988 181.958 9.98843 182.162 11.6282H180.382ZM178.954 16.9997H180.435L180.452 12.8647H182.227C182.366 13.5945 182.401 15.8474 182.409 16.9997H183.846C183.982 11.8946 183.561 9.00913 182.397 7H178.818L178.954 16.9997Z' fill='white'/%3E%3Cpath d='M204 0L207.51 1.728L211.417 2.292L213.188 5.652L216 8.292L215.356 12L216 15.708L213.188 18.348L211.417 21.708L207.51 22.272L204 24L200.49 22.272L196.583 21.708L194.812 18.348L192 15.708L192.644 12L192 8.292L194.812 5.652L196.583 2.292L200.49 1.728L204 0Z' fill='%23DA382B'/%3E%3Cpath d='M201.809 10.7775C201.909 10.7775 202.001 10.6772 202.001 10.5606V10.2065C202.001 10.0921 201.909 10 201.809 10H201.361C201.254 10 201.162 10.0921 201.162 10.2065V10.3289L201.809 10.7775ZM198 10.7775C197.893 10.7775 197.804 10.6772 197.804 10.5606V10.2065C197.804 10.0921 197.893 10 198 10H198.447C198.555 10 198.643 10.0921 198.643 10.2065V10.3289L198 10.7775ZM194.76 13.6184C194.76 13.7648 194.728 13.8881 194.585 13.8881H193.667C193.532 13.8881 193.5 13.7647 193.5 13.6184V10.5918C193.5 10.4537 193.524 10.3335 193.667 10.3335H194.592C194.735 10.3335 194.759 10.4371 194.759 10.5908L194.76 11.5473L195.902 10.437C196.021 10.3335 196.037 10.3335 196.171 10.3335H197.166C197.301 10.3335 197.349 10.3949 197.206 10.5347L196.082 11.6277C196.041 11.6705 196.035 11.7258 196.066 11.7814L197.439 13.6265C197.582 13.8068 197.424 13.9045 197.28 13.8881H196.64C196.367 13.8881 196.41 13.8963 196.262 13.7075L195.287 12.3971L194.76 12.9058L194.76 13.6184ZM207.812 13.8881C207.679 13.8881 207.57 13.7731 207.57 13.6266V10.592C207.57 10.4538 207.679 10.3338 207.812 10.3338H210.677C210.821 10.3338 210.93 10.4538 210.93 10.592V10.9621C210.93 11.1059 210.821 11.2264 210.677 11.2264H208.832V11.7146H210.249C210.389 11.7146 210.506 11.8369 210.506 11.9797V12.249C210.506 12.3876 210.389 12.5115 210.249 12.5115L208.832 12.5108V12.9995L210.677 13.0001C210.821 13.0001 210.93 13.1135 210.93 13.2521V13.6266C210.93 13.7731 210.821 13.8881 210.677 13.8881H207.812ZM211.814 13.8881C211.679 13.8881 211.56 13.7731 211.56 13.6266V10.592C211.56 10.4538 211.679 10.3338 211.814 10.3338H212.568C212.703 10.3338 212.822 10.4538 212.822 10.592V12.9994H214.241C214.384 12.9994 214.5 13.122 214.5 13.2595V13.6265C214.5 13.773 214.384 13.888 214.241 13.888L211.814 13.8881ZM206.684 11.9548H205.314C205.178 11.9548 205.052 12.0707 205.052 12.2088V12.4095C205.052 12.6115 205.266 12.6682 205.295 12.6682H205.54C205.378 12.9007 205.034 13.0518 204.74 13.0518C204.622 13.0518 204.506 13.0273 204.398 12.9799C204.29 12.9324 204.191 12.8628 204.109 12.7751C204.026 12.6874 203.96 12.5833 203.915 12.4687C203.87 12.3541 203.847 12.2314 203.847 12.1074C203.847 11.9122 203.905 11.7218 204.011 11.5625C204.118 11.4031 204.268 11.2826 204.442 11.2176C204.616 11.1525 204.805 11.1461 204.983 11.1992C205.16 11.2523 205.318 11.3623 205.434 11.5141C205.441 11.5163 205.506 11.6586 205.586 11.6586C205.586 11.6586 206.335 11.673 206.612 11.6661C206.884 11.6589 206.868 11.5258 206.868 11.5258C206.732 10.8116 205.944 10.2219 204.774 10.2219C203.534 10.2219 202.546 10.8663 202.53 12.1443C202.53 13.1676 203.543 14.0387 204.774 13.9987C205.379 13.9987 205.659 13.9156 206.168 13.547C206.264 13.4662 206.199 13.9156 206.564 13.9156H206.684C206.819 13.9156 206.94 13.8012 206.94 13.6541V12.209C206.94 12.0708 206.819 11.9549 206.684 11.9549L206.684 11.9548ZM199.905 10.2222C198.691 10.2222 197.7 11.1314 197.7 12.1281C197.7 13.1297 198.699 13.999 199.913 13.999C201.124 13.999 202.11 13.1297 202.11 12.1281C202.11 11.1314 201.124 10.2222 199.905 10.2222ZM199.898 13.0548C199.409 13.0548 199.013 12.6239 199.013 12.1112C199.013 11.5999 199.409 11.1664 199.898 11.1664C200.392 11.1664 200.798 11.5999 200.798 12.1112C200.798 12.6239 200.392 13.0548 199.898 13.0548Z' fill='white'/%3E%3Cpath d='M228 0L231.51 1.728L235.417 2.292L237.188 5.652L240 8.292L239.356 12L240 15.708L237.188 18.348L235.417 21.708L231.51 22.272L228 24L224.49 22.272L220.583 21.708L218.812 18.348L216 15.708L216.644 12L216 8.292L218.812 5.652L220.583 2.292L224.49 1.728L228 0Z' fill='%23DA382B'/%3E%3Cpath d='M228.977 15.3511C229.422 11.9005 230.073 8.54989 230.519 5.00004L228.051 7.32198L225.583 5.00004L227.023 15.3511H228.977Z' fill='white'/%3E%3Cpath d='M222.566 16.6108L223.801 15.4499C222.635 14.6205 221.881 13.4595 221.983 12.0993C222.189 10.3082 224.075 8.98105 225.686 8.48327L223.423 6.29442C221.366 6.95762 219.241 8.91488 219.035 11.1045C218.727 13.4595 220.475 15.5499 222.566 16.6108Z' fill='white'/%3E%3Cpath d='M232.644 6.29395L230.347 8.51664C231.821 8.94749 233.5 10.0754 233.912 11.6349C234.323 13.1944 233.398 14.5546 232.198 15.4494L232.849 16.1133C233.089 16.3734 233.409 16.6027 233.409 16.6027C233.409 16.6027 234.139 16.2057 234.427 16.0141C236.243 14.7862 237.203 12.8289 236.964 10.8717C236.552 8.81515 234.667 6.95714 232.644 6.29395Z' fill='white'/%3E%3Cpath d='M222.362 16.8438L220.134 18.9333L220.168 19.0003H235.765L233.606 16.8438H222.362Z' fill='white'/%3E%3Cpath d='M252 0L255.51 1.728L259.417 2.292L261.188 5.652L264 8.292L263.356 12L264 15.708L261.188 18.348L259.417 21.708L255.51 22.272L252 24L248.49 22.272L244.583 21.708L242.812 18.348L240 15.708L240.644 12L240 8.292L242.812 5.652L244.583 2.292L248.49 1.728L252 0Z' fill='%23DA382B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M256.445 21.1365C256.426 21.1175 256.388 21.0981 256.35 21.0598L256.695 20.1952C256.791 19.6772 256.791 19.6772 256.791 19.1388C256.599 18.6207 256.599 18.6207 256.407 18.3707C256.234 18.2556 256.062 18.1404 255.869 18.0062C254.986 17.7562 254.083 17.5068 253.181 17.2375C252.316 17.1991 252.316 17.1991 252.163 17.2568C252.124 17.3336 252.086 17.4104 252.047 17.5068C252.047 17.7562 252.067 18.0062 252.086 18.2749C252.338 19.2216 252.588 20.169 252.835 21.1172L250.626 21.0591C250.684 20.7904 250.761 20.5214 250.837 20.2527V19.4846C250.3 17.871 249.762 16.2581 249.205 14.6258C249.205 14.5678 249.224 14.5107 249.243 14.4333C248.802 14.4142 248.36 14.3759 247.899 14.3375C247.899 13.6652 247.88 12.9926 247.861 12.321C247.477 11.8407 247.477 11.8407 247.342 11.7449C246.843 11.6678 246.843 11.6678 245.594 11.6294C245.575 11.61 245.556 11.591 245.537 11.5523C245.729 11.2452 245.978 11.0529 246.075 10.9187C246.075 10.861 246.075 10.8036 246.094 10.7458C246.032 10.7071 245.974 10.662 245.921 10.6113C245.537 10.592 245.134 10.5536 244.731 10.5152C244.423 10.4575 244.116 10.3997 243.809 10.3229C243.041 9.93875 243.041 9.93875 242.81 9.74681C242.426 9.24746 242.426 9.24746 242.157 8.76745C242.157 8.72875 242.157 8.69036 242.176 8.63293C242.311 8.78649 242.445 8.94004 242.58 9.11294C242.752 9.22842 242.944 9.34358 243.137 9.45875C243.348 9.51649 243.578 9.57391 243.809 9.65069H244.634C244.634 9.63134 244.653 9.6123 244.673 9.57391C244.289 9.17068 244.289 9.17068 243.905 8.61358C243.828 8.44068 243.732 8.24874 243.636 8.0568C243.617 7.90294 243.578 7.74938 243.54 7.57648C243.559 7.34584 243.578 7.09616 243.598 6.84648C243.655 6.69293 243.713 6.53938 243.79 6.36647C243.905 6.17422 244.039 5.9826 244.173 5.79034C244.308 5.67518 244.461 5.54066 244.615 5.40615C246.401 4.25388 246.401 4.25388 246.574 4.06163V3.73517C246.516 3.67743 246.44 3.62001 246.363 3.56227H246.113C245.998 3.62001 245.883 3.69679 245.767 3.77356C245.748 3.63905 245.806 3.54323 245.806 3.38968C245.748 3.29356 245.748 3.29356 245.633 3.21678C245.517 3.19774 245.383 3.15935 245.249 3.12097C245.249 2.9671 245.249 2.9671 245.307 2.92871H246.267C246.459 2.98645 246.651 3.04419 246.843 3.12097C247.073 3.31291 247.073 3.31291 247.265 3.62032C247.285 3.6971 247.304 3.77387 247.342 3.87L247.285 4.2158C247.093 4.54226 247.093 4.54226 246.901 4.73451C245.844 5.50259 245.844 5.50259 245.172 6.07903C245.076 6.23259 244.98 6.38614 244.884 6.55904V7.13517C244.942 7.25034 245 7.3655 245.076 7.48098C245.383 7.67292 245.383 7.67292 245.633 7.73066C245.96 7.73066 246.305 7.71131 246.651 7.69227C247.016 7.5771 247.381 7.44259 247.746 7.30808H248.13C248.303 7.42324 248.475 7.55775 248.667 7.69227C248.859 7.73066 248.859 7.73066 252.835 7.80743C252.854 9.01713 252.816 9.97777 252.758 10.2655C252.758 10.3426 252.758 10.4194 252.778 10.4962C252.912 10.2655 252.912 10.2655 253.008 9.92003C254.429 9.90068 254.429 9.90068 255.043 9.93907C255.62 10.0352 255.62 10.0352 256.253 10.2271C256.542 10.3423 256.829 10.4768 257.118 10.6113C257.291 10.7265 257.463 10.861 257.636 10.9952C257.886 11.3023 258.136 11.6097 258.405 11.9362C258.596 12.3204 258.596 12.3204 258.77 12.8004C258.827 13.0504 258.885 13.3004 258.962 13.5691C258.962 13.972 258.981 14.3755 259 14.7791C258.904 15.5472 258.904 15.5472 258.52 17.4101V18.7159C258.405 18.7739 258.405 18.7739 258.27 18.7543C258.212 18.6585 258.212 18.6585 258.309 15.9697C258.27 15.9697 258.231 15.9504 258.174 15.9314C258.039 21.0591 258.039 21.0591 257.982 21.1359C257.483 21.1365 256.964 21.1365 256.445 21.1365Z' fill='white'/%3E%3Cpath d='M276 0L279.51 1.728L283.417 2.292L285.188 5.652L288 8.292L287.356 12L288 15.708L285.188 18.348L283.417 21.708L279.51 22.272L276 24L272.49 22.272L268.583 21.708L266.812 18.348L264 15.708L264.644 12L264 8.292L266.812 5.652L268.583 2.292L272.49 1.728L276 0Z' fill='%23DA382B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M281.508 10.0692H282.362V11.6098H284.091V10.0692H284.945V13.9174H284.091V12.2197H282.362V13.9174H281.508V10.0692ZM265.5 10.0692H266.354V11.6098H268.083V10.0692H268.942V13.9174H268.083V12.2197H266.354V13.9174H265.5V10.0692ZM269.648 10.0692H270.513V13.9174H269.648V10.0692ZM285.636 10.0692H286.5V13.9174H285.636V10.0692ZM270.829 10.0692H274.187V10.7105H272.932V13.9174H272.084V10.7105H270.829V10.0692ZM274.925 12.446L275.52 10.7293L276.111 12.446H274.925ZM276.327 13.0559L276.622 13.9174H277.587L276.063 10.0754H274.983L273.449 13.9174H274.408L274.709 13.0559H276.327ZM280.185 11.3771H281.06C281.05 10.6791 280.544 10.0126 279.368 10.0001C278.493 9.99379 277.434 10.4214 277.428 11.987C277.423 13.5401 278.504 14.0242 279.368 13.9991C280.164 13.9677 281.05 13.7037 281.087 12.5341L280.206 12.5404C280.18 13.27 279.69 13.4144 279.368 13.4207C279.036 13.4207 278.356 13.3391 278.346 12.006C278.335 10.7485 278.957 10.5724 279.368 10.5724C279.774 10.5786 280.18 10.805 280.185 11.3771Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M300 20.1598C295.493 20.1598 291.84 16.5064 291.84 11.9998C291.84 7.49324 295.493 3.83984 300 3.83984C304.507 3.83984 308.16 7.49324 308.16 11.9998C308.16 16.5064 304.507 20.1598 300 20.1598Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M300.002 13.2327L293.377 15.9748C294.773 18.3203 297.303 19.7514 300.031 19.7373C302.752 19.7303 305.274 18.2847 306.656 15.9324L300.002 13.2327ZM298.855 11.2961L299.911 4.30273C297.19 4.33811 294.681 5.80484 293.321 8.16433C291.954 10.5238 291.939 13.4289 293.279 15.8025L298.855 11.2961ZM301.115 11.3889L306.755 15.7535C308.066 13.3799 308.037 10.496 306.67 8.15077C306.001 6.99763 305.046 6.03721 303.896 5.36298C302.746 4.68875 301.441 4.32367 300.109 4.30329L301.115 11.3889Z' fill='%23DA382B'/%3E%3Cpath d='M300 0L303.51 1.728L307.417 2.292L309.188 5.652L312 8.292L311.356 12L312 15.708L309.188 18.348L307.417 21.708L303.51 22.272L300 24L296.49 22.272L292.583 21.708L290.812 18.348L288 15.708L288.644 12L288 8.292L290.812 5.652L292.583 2.292L296.49 1.728L300 0Z' fill='%23DA382B'/%3E%3Cg clip-path='url(%23clip0_2181_111880)'%3E%3Cpath d='M292.002 4H298.352V9.7679H292.002V4ZM301.509 14.2716H307.894V20H301.509V14.2716ZM305.859 4V6.25185H307.789L304.7 9.7679L301.649 6.25185H303.544V4H301.509V9.7679H307.894V4H305.859ZM294.002 20V17.7877H292.107L295.159 14.2716L298.246 17.7877H296.316V20H298.352V14.2716H292.002V20H294.002ZM300.141 10.5185H302.351V11.1901H300.141V10.5185ZM300.913 11.7037H301.579V13.5605H300.913V11.7037ZM302.842 12.8889H304.807V13.5605H302.842V12.8889ZM302.842 11.7037H304.456V12.3753H302.842V11.7037ZM302.842 10.5185H304.807V11.1901H302.842V10.5185ZM292.072 10.5185H292.739V13.5618H292.072V10.5185ZM293.685 10.5185V11.7037H293.089V12.3753H293.685V13.5605H294.352V10.5185H293.685ZM294.773 10.5185H295.545L296.422 12.2568V13.5605H295.721V12.4543L294.773 10.5185ZM296.282 11.2296L296.668 12.0198L297.405 10.5185H296.633L296.282 11.2296ZM298.878 10.479V11.2691H299.72C299.707 10.8491 299.442 10.4777 298.878 10.479Z' fill='white'/%3E%3Cpath d='M298.069 12.1383C297.717 11.8894 297.651 11.6273 297.649 11.3086C297.651 10.6226 298.263 10.4777 298.456 10.479V11.1111C298.474 11.3982 298.544 11.4693 298.702 11.5852L299.298 11.9012C299.579 12.05 299.725 12.3068 299.719 12.6123C299.725 13.4301 299.167 13.6158 298.877 13.6V12.8889C298.866 12.6598 298.756 12.5412 298.632 12.4543L298.069 12.1383Z' fill='white'/%3E%3Cpath d='M298.456 13.6V12.8099H297.649C297.632 13.2353 297.897 13.6053 298.456 13.6ZM305.543 10.5186H306.209V13.5618H305.543V10.5186ZM306.839 11.1902C307.036 11.1902 307.19 11.364 307.19 11.5852C307.187 11.689 307.149 11.7875 307.084 11.8609C307.019 11.9343 306.932 11.977 306.839 11.9803H306.629V12.4939L307.225 13.5618H307.997L307.366 12.4557C307.521 12.3653 307.652 12.2296 307.744 12.0628C307.837 11.896 307.888 11.7042 307.892 11.5075C307.887 10.9176 307.561 10.5291 307.05 10.5199H306.629V11.1915H306.839V11.1902Z' fill='white'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M324 20.1598C319.493 20.1598 315.84 16.5064 315.84 11.9998C315.84 7.49324 319.493 3.83984 324 3.83984C328.507 3.83984 332.16 7.49324 332.16 11.9998C332.16 16.5064 328.507 20.1598 324 20.1598Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M324.002 13.2327L317.377 15.9748C318.773 18.3203 321.303 19.7514 324.031 19.7373C326.752 19.7303 329.274 18.2847 330.656 15.9324L324.002 13.2327ZM322.855 11.2961L323.911 4.30273C321.19 4.33811 318.681 5.80484 317.321 8.16433C315.954 10.5238 315.939 13.4289 317.279 15.8025L322.855 11.2961ZM325.115 11.3889L330.755 15.7535C332.066 13.3799 332.037 10.496 330.67 8.15077C330.001 6.99763 329.046 6.03721 327.896 5.36298C326.746 4.68875 325.441 4.32367 324.109 4.30329L325.115 11.3889Z' fill='%23DA382B'/%3E%3Cpath d='M324 0L327.51 1.728L331.417 2.292L333.188 5.652L336 8.292L335.356 12L336 15.708L333.188 18.348L331.417 21.708L327.51 22.272L324 24L320.49 22.272L316.583 21.708L314.812 18.348L312 15.708L312.644 12L312 8.292L314.812 5.652L316.583 2.292L320.49 1.728L324 0Z' fill='%23DA382B'/%3E%3Cpath d='M314.515 15.5V8.7H317.324C317.833 8.7 318.272 8.79961 318.642 8.99883C319.014 9.19583 319.3 9.47142 319.502 9.82559C319.703 10.1775 319.804 10.587 319.804 11.0541C319.804 11.5234 319.701 11.934 319.495 12.2859C319.291 12.6357 319 12.9068 318.622 13.0994C318.243 13.292 317.794 13.3883 317.274 13.3883H315.541V12.0934H316.968C317.216 12.0934 317.423 12.0502 317.589 11.9639C317.757 11.8775 317.885 11.7569 317.971 11.602C318.057 11.4448 318.101 11.2622 318.101 11.0541C318.101 10.8438 318.057 10.6623 317.971 10.5096C317.885 10.3546 317.757 10.2351 317.589 10.151C317.421 10.0669 317.214 10.0248 316.968 10.0248H316.158V15.5H314.515ZM320.392 10.0348V8.7H326.139V10.0348H324.077V15.5H322.457V10.0348H320.392ZM326.942 15.5V8.7H328.585V11.4293H331.265V8.7H332.905V15.5H331.265V12.7674H328.585V15.5H326.942Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M348 20.1598C343.493 20.1598 339.84 16.5064 339.84 11.9998C339.84 7.49324 343.493 3.83984 348 3.83984C352.507 3.83984 356.16 7.49324 356.16 11.9998C356.16 16.5064 352.507 20.1598 348 20.1598Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M348.002 13.2327L341.377 15.9748C342.773 18.3203 345.303 19.7514 348.031 19.7373C350.752 19.7303 353.274 18.2847 354.656 15.9324L348.002 13.2327ZM346.855 11.2961L347.911 4.30273C345.19 4.33811 342.681 5.80484 341.321 8.16433C339.954 10.5238 339.939 13.4289 341.279 15.8025L346.855 11.2961ZM349.115 11.3889L354.755 15.7535C356.066 13.3799 356.037 10.496 354.67 8.15077C354.001 6.99763 353.046 6.03721 351.896 5.36298C350.746 4.68875 349.441 4.32367 348.109 4.30329L349.115 11.3889Z' fill='%23DA382B'/%3E%3Cpath d='M348 0L351.51 1.728L355.417 2.292L357.188 5.652L360 8.292L359.356 12L360 15.708L357.188 18.348L355.417 21.708L351.51 22.272L348 24L344.49 22.272L340.583 21.708L338.812 18.348L336 15.708L336.644 12L336 8.292L338.812 5.652L340.583 2.292L344.49 1.728L348 0Z' fill='%23DA382B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M342.082 6.05984C340.463 6.42015 339.56 6.96057 339.217 8.79232C338.999 9.99335 338.906 12.5758 339.124 14.3775C339.467 17.14 340.525 17.7705 342.953 18.1609C345.88 18.6413 350.457 18.6113 353.539 18.0707C356.154 17.5903 356.465 16.0589 356.714 14.7977L356.746 14.7677C357.057 13.1763 357.088 11.0143 356.808 9.12263C356.528 6.96067 355.407 6.33005 353.695 5.99974C350.239 5.30912 345.382 5.33912 342.082 6.05984ZM353.601 6.36005C355.22 6.69036 356.154 7.23088 356.434 9.15263C356.683 11.0444 356.652 13.1461 356.341 14.6777V14.7377C356.092 15.9388 355.811 17.2601 353.476 17.6803C350.425 18.2209 345.911 18.2808 343.016 17.8004C340.65 17.38 339.809 16.8395 339.529 14.3173C339.435 13.6568 339.404 12.8461 339.404 12.0654C339.404 10.8041 339.498 9.57304 339.622 8.85232C339.934 7.20088 340.65 6.78046 342.175 6.42015C345.413 5.69943 350.208 5.66943 353.601 6.36005Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M344.786 8.79266C344.922 8.56824 344.24 7.31013 342.921 8.16368C342.785 8.2536 342.83 8.1188 342.876 8.07391C342.967 7.98414 343.194 7.84919 343.285 7.80431C343.376 7.80431 343.467 7.71439 343.376 7.62462C343.24 7.40005 342.967 7.17548 342.876 7.13044C342.785 7.04067 342.83 6.99564 342.967 7.04067C343.149 7.13044 343.604 7.53485 343.694 7.57973C343.74 7.66965 343.694 7.66965 343.785 7.66965C343.831 7.66965 343.967 7.62462 344.013 7.62462C344.104 7.66965 344.104 7.57973 344.104 7.57973C344.058 7.22036 344.058 6.6813 344.058 6.59138C344.058 6.50146 344.149 6.50146 344.149 6.59138C344.149 6.6813 344.286 7.48981 344.377 7.66965C344.422 7.71454 344.422 7.75942 344.467 7.80446C344.513 7.84934 344.558 7.84934 344.604 7.89438C344.649 7.89438 344.649 7.84934 344.649 7.84934C344.649 7.80446 344.695 6.81625 344.74 6.6813C344.786 6.54649 344.877 6.59138 344.831 6.6813C344.786 6.90587 344.786 7.44493 344.831 7.84934C344.831 7.93926 344.922 8.07406 344.922 8.16383C344.968 8.29863 345.059 8.25375 345.104 8.16383C345.104 8.07406 345.104 8.07406 345.15 7.98429C345.15 7.89438 345.195 7.93926 345.195 7.93926C345.241 8.07406 345.241 8.29863 345.195 8.47832C345.15 8.56824 345.15 8.61312 345.195 8.65786C345.241 8.74778 345.377 8.74778 345.423 8.56824C345.468 8.3884 345.423 8.11895 345.423 8.02903C345.377 7.89422 345.423 7.84934 345.468 7.93911C345.514 8.02903 345.514 8.1188 345.514 8.20871C345.514 8.29848 345.605 8.29848 345.65 8.2536C345.741 8.16368 345.741 8.16368 345.786 8.07391C346.059 7.53485 344.923 7.57973 344.695 7.66965C344.468 7.71454 344.513 7.62462 344.65 7.53485C344.741 7.48981 345.013 7.44493 345.104 7.44493C345.195 7.44493 345.286 7.40005 345.195 7.31013C345.059 7.08541 344.832 6.90587 344.604 6.77107C344.513 6.77107 344.559 6.63626 344.695 6.72618C344.968 6.86099 345.241 7.13059 345.423 7.35516C345.514 7.40005 345.514 7.40005 345.559 7.40005C345.65 7.40005 345.696 7.35516 345.741 7.31028C345.786 7.04082 345.832 6.86098 345.786 6.45673C345.786 6.27704 345.968 6.41184 345.968 6.50161C345.968 6.59153 346.014 7.13059 345.923 7.48997C345.877 7.57989 346.059 7.66965 346.105 7.57989C346.15 7.4002 346.332 6.99594 346.287 6.68145C346.287 6.54665 346.423 6.54665 346.423 6.68145C346.468 7.89438 345.832 8.52336 345.65 8.88273C345.786 8.83785 346.332 8.61312 346.423 8.52336C346.514 8.38855 346.514 8.52336 346.514 8.61312C346.514 8.9725 346.332 9.19707 346.014 9.19707H345.786C345.741 9.19707 345.741 9.19707 345.786 9.24211C346.014 9.5566 346.241 10.5897 346.196 10.9941C346.196 11.3535 346.696 11.4884 347.105 11.3535C347.924 11.0839 350.243 10.2303 350.789 10.3202C350.925 10.3651 350.834 10.3651 350.879 10.2753C351.061 9.91597 351.061 9.37691 351.016 9.15219C350.971 9.06242 351.061 8.9725 351.153 9.06242C351.198 9.15219 351.425 9.60148 351.471 9.73628C351.562 10.0508 351.516 10.3651 351.334 10.5001C351.516 10.5898 351.88 11.2188 352.108 11.8029C352.153 11.713 352.517 11.1739 352.608 11.0842C352.653 10.9942 352.835 10.9494 352.926 11.0391C353.381 11.5333 354.017 11.8927 354.336 11.8478C354.427 11.8478 354.427 11.8478 354.427 11.9376C354.427 11.9824 354.427 12.0724 354.518 12.0275C354.745 12.0275 355.064 12.0722 355.154 12.342C355.2 12.4768 355.245 12.4317 355.109 12.3869C355.018 12.3869 354.7 12.3869 354.609 12.4317C354.518 12.5217 354.427 12.4766 354.336 12.4317C354.245 12.3869 353.244 11.713 353.063 11.713C352.926 11.6681 352.881 11.6681 352.881 11.713L352.653 12.1623C352.744 12.1623 353.017 12.1174 353.108 12.1174C353.199 12.1174 353.335 12.1174 353.381 12.342C353.518 12.6114 353.836 13.5549 354.29 13.5998C354.381 13.5998 354.381 13.5998 354.381 13.6897C354.381 13.7796 354.336 13.7796 354.427 13.7796C354.654 13.7796 354.927 13.8245 355.018 14.1839C355.064 14.3188 355.018 14.274 354.972 14.2288C354.927 14.2288 354.882 14.1839 354.882 14.274C354.882 14.3188 354.927 14.3637 354.79 14.3188C354.7 14.274 354.199 14.1392 354.108 14.1392C354.017 14.1392 354.017 14.1391 353.926 14.0043C353.836 13.8695 353.472 13.2406 353.335 13.1059C353.017 12.7465 352.972 12.7015 352.335 12.8812C352.289 12.9261 352.199 13.0609 352.153 13.1059C352.153 13.1957 352.153 13.1957 352.062 13.2407C352.017 13.2407 351.698 13.3755 351.562 13.3755C351.471 13.3755 351.426 13.4204 351.289 13.3306C351.107 13.2409 350.652 12.8365 350.607 12.7467C350.516 12.6119 350.652 12.6569 350.47 12.6569C350.334 12.7018 350.152 12.7917 350.016 12.8365C349.879 12.8813 349.743 12.9713 349.606 13.061C348.742 13.8248 347.605 14.0943 346.878 14.0494C346.741 14.0045 346.741 14.0045 346.696 14.0943C346.651 14.1842 346.651 14.2291 346.651 14.2741C346.605 14.3639 346.56 14.4536 346.378 14.5433C346.15 14.6333 345.059 15.1274 344.923 15.1722C344.422 15.442 343.74 16.4302 343.604 16.8795C343.558 16.9693 343.558 16.9244 343.513 16.8795C343.513 16.8795 343.467 16.8795 343.467 16.9244C343.467 17.2839 342.967 17.5982 342.74 17.6431C342.603 17.6883 342.649 17.5534 342.649 17.5534C342.649 17.5534 342.603 17.5085 342.558 17.5085C342.513 17.5085 342.513 17.4633 342.558 17.4184C342.831 17.1489 343.831 15.7115 344.104 15.2622C344.24 15.0376 344.422 14.9475 344.559 14.8577C344.695 14.7228 345.514 14.139 345.559 14.094C345.65 14.0491 345.65 14.0042 345.514 13.9592C345.423 13.8694 345.423 13.9141 345.423 14.004C345.377 14.0938 345.423 14.1388 345.241 14.1388C345.059 14.1837 343.649 14.4083 343.467 14.4532C343.331 14.4981 343.286 14.4532 343.195 14.4981C343.013 14.6778 342.376 15.1271 342.058 15.6661C342.012 15.7562 341.921 15.7562 341.921 15.7113C341.921 15.6661 341.921 15.6661 341.876 15.7113C341.83 15.7562 341.739 15.8908 341.739 15.9808C341.694 16.0256 341.739 16.0256 341.648 16.1154C341.421 16.2055 341.33 16.2951 341.057 16.2951C340.921 16.2951 340.83 16.2502 340.875 16.2053C340.921 16.1153 340.921 16.1153 340.83 16.1153C340.784 16.0704 340.784 16.0255 340.875 16.0255C341.33 15.756 342.694 14.5428 343.058 14.0938C343.149 13.959 343.24 14.004 343.331 13.959C343.467 13.914 344.604 13.4648 344.695 13.4648C344.786 13.4198 344.831 13.4198 344.831 13.3299C344.831 13.285 344.831 13.0154 344.877 12.9705C344.922 12.8806 344.922 12.8806 344.877 12.7908C344.558 12.2069 344.286 11.0837 344.649 10.4098C344.695 10.3201 344.786 10.3201 344.604 10.275C344.467 10.2302 344.104 10.1402 344.013 10.0955C343.967 10.0506 343.922 10.0506 343.876 10.0506C343.785 10.0506 343.558 10.0506 343.467 10.0955C343.376 10.1404 343.285 10.0506 343.24 10.0056C343.194 9.87093 343.24 9.87093 343.331 9.87093C343.376 9.87093 343.376 9.82605 343.376 9.82605H343.194C343.149 9.82605 343.149 9.78117 343.103 9.73613C343.058 9.69125 343.103 9.60133 343.149 9.51156C343.149 9.46668 343.194 9.42164 343.285 9.42164C343.467 9.37676 344.195 9.06227 344.376 8.97235C344.467 8.88258 344.513 8.83754 344.604 8.83754C344.741 8.83754 344.741 8.83754 344.786 8.79266Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M372 20.1598C367.493 20.1598 363.84 16.5064 363.84 11.9998C363.84 7.49324 367.493 3.83984 372 3.83984C376.507 3.83984 380.16 7.49324 380.16 11.9998C380.16 16.5064 376.507 20.1598 372 20.1598Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M372.002 13.2327L365.377 15.9748C366.773 18.3203 369.303 19.7514 372.031 19.7373C374.752 19.7303 377.274 18.2847 378.656 15.9324L372.002 13.2327ZM370.855 11.2961L371.911 4.30273C369.19 4.33811 366.681 5.80484 365.321 8.16433C363.954 10.5238 363.939 13.4289 365.279 15.8025L370.855 11.2961ZM373.115 11.3889L378.755 15.7535C380.066 13.3799 380.037 10.496 378.67 8.15077C378.001 6.99763 377.046 6.03721 375.896 5.36298C374.746 4.68875 373.441 4.32367 372.109 4.30329L373.115 11.3889Z' fill='%23DA382B'/%3E%3Cpath d='M372 0L375.51 1.728L379.417 2.292L381.188 5.652L384 8.292L383.356 12L384 15.708L381.188 18.348L379.417 21.708L375.51 22.272L372 24L368.49 22.272L364.583 21.708L362.812 18.348L360 15.708L360.644 12L360 8.292L362.812 5.652L364.583 2.292L368.49 1.728L372 0Z' fill='%23DA382B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M362.289 10.75L362.206 10.7592L362.093 10.7822L362.031 10.8086L361.988 10.8281L361.912 10.8781L361.813 10.9648L361.771 11.0286L361.742 11.0963L361.084 12.7716L361.042 12.8761L361.027 12.9077L361.02 12.9347L361.007 12.9714V13.0042L361 13.0312L361.007 13.0725L361.013 13.1087L361.042 13.1501L361.077 13.1817L361.113 13.2086L361.168 13.2276L361.231 13.2414L361.301 13.2454L361.364 13.25H364.239L364.267 13.2454L364.273 13.2414L364.288 13.2041L364.373 13.0042L364.394 12.9399L364.45 12.8026L364.527 12.6068L364.541 12.5798L364.547 12.5562L364.541 12.5516L364.527 12.5482H363.181L363.174 12.543V12.5338L363.188 12.4976L363.221 12.4155L363.243 12.361L363.341 12.0956L363.398 11.963L363.489 11.735L363.566 11.5443L363.642 11.3565L363.657 11.3433L363.672 11.3387H364.611L364.625 11.3347L364.631 11.3249L364.694 11.1612L364.758 11.0108L364.8 10.9005L364.855 10.7546L364.849 10.75H362.289ZM365.71 10.75L365.676 10.7546L365.67 10.7592L365.656 10.7954L365.634 10.8591L364.815 12.9347L364.792 13.0042L364.785 13.0628L364.807 13.1173L364.842 13.1633L364.912 13.2086L364.968 13.2276L365.059 13.2414L365.123 13.2454L365.165 13.25H367.64L367.654 13.2454V13.2368L367.695 13.1265L367.716 13.0857L367.765 12.9583L367.927 12.5562L367.92 12.5516L367.912 12.5482H367.016L366.987 12.543L366.979 12.5384L367.043 12.3828L367.654 10.8184L367.674 10.7724L367.681 10.7592L367.674 10.75H365.71ZM369.428 10.75L369.377 10.7546L369.329 10.7592L369.279 10.7678L369.217 10.7822L369.11 10.8235L369.062 10.846L369.007 10.8781L368.956 10.9149L368.929 10.951L368.894 10.9964L368.817 11.1647L368.031 13.1133L367.982 13.2454L367.989 13.25H369.849L369.883 13.2454L369.888 13.2414L369.982 13.0266L370.009 12.9445L370.065 12.8124L370.149 12.593L370.163 12.566L370.17 12.5608L370.183 12.5562H370.998L371.005 12.5608L371.012 12.5694V13.2414L371.017 13.25H372.912L372.925 13.2454L372.932 13.2368V10.7638L372.925 10.7546L372.912 10.75H371.017L371.012 10.7592V11.963L371.005 11.9722H370.408L370.4 11.9676L370.408 11.9498L370.423 11.9222L370.493 11.7631L370.557 11.5891L370.591 11.507L370.632 11.4116L370.667 11.3117L370.745 11.1199L370.781 11.0516L370.858 10.8591L370.898 10.7592L370.891 10.7546L370.878 10.75L369.428 10.75ZM374.726 10.75L374.636 10.7592L374.525 10.7776L374.426 10.8132L374.384 10.8321L374.314 10.8741L374.27 10.9097L374.238 10.9694L374.187 11.0739L373.36 13.1368L373.318 13.2218V13.2414L373.325 13.2454L373.338 13.25H375.147L375.177 13.2454L375.183 13.2414L375.316 12.9221L375.323 12.8985L375.387 12.7526L375.45 12.589L375.464 12.566L375.47 12.5608L375.491 12.5562H376.299L376.306 12.566V13.2368L376.312 13.2454L376.319 13.25H378.219L378.226 13.2454L378.233 13.2368V10.7638L378.226 10.7546L378.219 10.75H376.319L376.312 10.7546L376.306 10.7638V11.9722L376.299 11.9779H375.701L375.688 11.9722V11.9676L375.73 11.8585L376.129 10.8873L376.178 10.7678V10.7546L376.165 10.75L374.726 10.75ZM379.873 10.75L379.81 10.7546L379.754 10.7638L379.677 10.7862L379.579 10.8322L379.516 10.8827L379.465 10.9327L379.438 10.9826L379.418 11.0153L379.339 11.2244L379.326 11.252L379.151 11.7086L379.108 11.7953L379.103 11.8361V11.9136L379.123 11.9452L379.178 12.0089L379.242 12.0417L379.284 12.0548L379.355 12.0675H380.546L380.554 12.0732V12.087L380.525 12.1778L380.433 12.4287L380.392 12.5246L380.385 12.543L380.371 12.5482H378.863L378.835 12.5516L378.821 12.5562V12.574L378.794 12.6481L378.631 13.0582L378.561 13.2414V13.2454L378.577 13.25H381.674L381.724 13.2454H381.809L381.962 13.2276L382.061 13.2L382.144 13.1633L382.207 13.1265L382.265 13.0806L382.312 13.0352L382.355 12.9714L382.39 12.8807L382.466 12.6797L382.552 12.4609L382.565 12.4333L382.67 12.1594L382.686 12.1048L382.698 12.0778L382.713 12.0273V11.9498L382.698 11.8992L382.67 11.8498L382.628 11.8217L382.586 11.7993L382.516 11.7763L382.432 11.7677H381.205L381.177 11.7631L381.17 11.7585L381.192 11.6988L381.268 11.4983L381.338 11.3301L381.345 11.3197H382.762L382.782 11.3117L382.796 11.2939L382.816 11.2434L382.867 11.1061L382.944 10.9051L383 10.7546L382.993 10.75H379.873Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M396 20.1598C391.493 20.1598 387.84 16.5064 387.84 11.9998C387.84 7.49324 391.493 3.83984 396 3.83984C400.507 3.83984 404.16 7.49324 404.16 11.9998C404.16 16.5064 400.507 20.1598 396 20.1598Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M396.002 13.2327L389.377 15.9748C390.773 18.3203 393.303 19.7514 396.031 19.7373C398.752 19.7303 401.274 18.2847 402.656 15.9324L396.002 13.2327ZM394.855 11.2961L395.911 4.30273C393.19 4.33811 390.681 5.80484 389.321 8.16433C387.954 10.5238 387.939 13.4289 389.279 15.8025L394.855 11.2961ZM397.115 11.3889L402.755 15.7535C404.066 13.3799 404.037 10.496 402.67 8.15077C402.001 6.99763 401.046 6.03721 399.896 5.36298C398.746 4.68875 397.441 4.32367 396.109 4.30329L397.115 11.3889Z' fill='%23DA382B'/%3E%3Cpath d='M396 0L399.51 1.728L403.417 2.292L405.188 5.652L408 8.292L407.356 12L408 15.708L405.188 18.348L403.417 21.708L399.51 22.272L396 24L392.49 22.272L388.583 21.708L386.812 18.348L384 15.708L384.644 12L384 8.292L386.812 5.652L388.583 2.292L392.49 1.728L396 0Z' fill='%23DA382B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M420 0C418.965 0 417.236 0.3975 415.608 0.84C413.943 1.29 412.265 1.8225 411.278 2.145C410.865 2.28128 410.499 2.5312 410.222 2.86605C409.945 3.20091 409.768 3.60711 409.712 4.038C408.818 10.7535 410.892 15.7305 413.409 19.023C414.476 20.4314 415.749 21.6717 417.185 22.7025C417.764 23.112 418.301 23.4255 418.757 23.64C419.177 23.838 419.628 24 420 24C420.372 24 420.822 23.838 421.244 23.64C421.793 23.3728 422.319 23.0592 422.816 22.7025C424.251 21.6718 425.524 20.4315 426.591 19.023C429.108 15.7305 431.183 10.7535 430.289 4.038C430.232 3.6069 430.055 3.20046 429.778 2.86535C429.501 2.53024 429.135 2.28004 428.723 2.1435C427.29 1.67372 425.846 1.23859 424.392 0.8385C422.765 0.399 421.035 0 420 0ZM423.219 7.719C423.36 7.57817 423.551 7.49905 423.75 7.49905C423.949 7.49905 424.14 7.57817 424.281 7.719C424.422 7.85983 424.501 8.05084 424.501 8.25C424.501 8.44916 424.422 8.64017 424.281 8.781L419.781 13.281C419.711 13.3508 419.629 13.4063 419.537 13.4441C419.446 13.4819 419.349 13.5013 419.25 13.5013C419.151 13.5013 419.054 13.4819 418.963 13.4441C418.871 13.4063 418.789 13.3508 418.719 13.281L416.469 11.031C416.399 10.9613 416.344 10.8785 416.306 10.7874C416.268 10.6963 416.249 10.5986 416.249 10.5C416.249 10.4014 416.268 10.3037 416.306 10.2126C416.344 10.1215 416.399 10.0387 416.469 9.969C416.539 9.89927 416.622 9.84395 416.713 9.80621C416.804 9.76848 416.901 9.74905 417 9.74905C417.099 9.74905 417.196 9.76848 417.287 9.80621C417.378 9.84395 417.461 9.89927 417.531 9.969L419.25 11.6895L423.219 7.719Z' fill='%2334A853'/%3E%3Cg clip-path='url(%23clip1_2181_111880)'%3E%3Cpath d='M444 24C450.627 24 456 18.6274 456 12C456 5.37258 450.627 0 444 0C437.373 0 432 5.37258 432 12C432 18.6274 437.373 24 444 24Z' fill='%23ECB03D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2181_111880'%3E%3Crect width='16' height='16' fill='white' transform='translate(292 4)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_2181_111880'%3E%3Crect width='24' height='24' fill='white' transform='translate(432)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: -384px 0px;
  width: 24px;
  height: 24px;
  position: relative;
}
.listing-item .STATUS span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-align: center;
}
.listing-item .STATUS.statusbrandmercedesbenz span, 
.listing-item .STATUS.statusbrandvolvo span, 
.listing-item .STATUS.statusbranddaf span, 
.listing-item .STATUS.statusbrandscania span, 
.listing-item .STATUS.statusbrandiveco span, 
.listing-item .STATUS.statusbrandrenaulttrucks span, 
.listing-item .STATUS.statusbrandman span, 
.listing-item .STATUS.statusbrandfiat span, 
.listing-item .STATUS.statusbrandkgel span, 
.listing-item .STATUS.statusbrandschmitzcargobull span, 
.listing-item .STATUS.statusbrandkrone span, 
.listing-item .STATUS.statusbrandhitachi span, 
.listing-item .STATUS.statusbrandhyster span, 
.listing-item .STATUS.statusbrandjohndeere span, 
.listing-item .STATUS.statusbrandclaas span {
  color: transparent;
}
.listing-item .STATUS.status5, 
.listing-item .STATUS.statusbrandmercedesbenz {
  background-position: -0px 0px;
}
.listing-item .STATUS.status11, 
.listing-item .STATUS.statusbrandvolvo {
  background-position: -120px 0px;
}
.listing-item .STATUS.status9, 
.listing-item .STATUS.statusbranddaf {
  background-position: -24px 0px;
}
.listing-item .STATUS.status8, 
.listing-item .STATUS.statusbrandscania {
  background-position: -48px 0px;
}
.listing-item .STATUS.status7, 
.listing-item .STATUS.statusbrandiveco {
  background-position: -72px 0px;
}
.listing-item .STATUS.status6, 
.listing-item .STATUS.statusbrandrenaulttrucks {
  background-position: -144px 0px;
}
.listing-item .STATUS.status10, 
.listing-item .STATUS.statusbrandman {
  background-position: -96px 0px;
}
.listing-item .STATUS.status13, 
.listing-item .STATUS.statusbrandfiat {
  background-position: -168px 0px;
}
.listing-item .STATUS.status14, 
.listing-item .STATUS.statusbrandkgel {
  background-position: -192px 0px;
}
.listing-item .STATUS.status15, 
.listing-item .STATUS.statusbrandschmitzcargobull {
  background-position: -240px 0px;
}
.listing-item .STATUS.status16, 
.listing-item .STATUS.statusbrandkrone {
  background-position: -216px 0px;
}
.listing-item .STATUS.status17, 
.listing-item .STATUS.statusbrandhitachi {
  background-position: -264px 0px;
}
.listing-item .STATUS.status18, 
.listing-item .STATUS.statusbrandhyster {
  background-position: -288px 0px;
}
.listing-item .STATUS.status20, 
.listing-item .STATUS.statusbrandjohndeere {
  background-position: -336px 0px;
}
.listing-item .STATUS.status21, 
.listing-item .STATUS.statusbrandclaas {
  background-position: -360px 0px;
}
.listing-item .STATUS.reliable {
  background-position: -408px 0px;
}
.listing-item .STATUS.years {
  background-position: -432px 0px;
}
.listing-item .STATUS.unknown {
  background-position: 0px 0px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.60801 0.84C9.23551 0.3975 10.965 0 12 0C13.035 0 14.7645 0.399 16.392 0.8385C17.8458 1.23859 19.2897 1.67372 20.7225 2.1435C21.1353 2.28004 21.5012 2.53024 21.7782 2.86535C22.0552 3.20046 22.2321 3.6069 22.2885 4.038C23.1825 10.7535 21.108 15.7305 18.591 19.023C17.5237 20.4315 16.251 21.6718 14.8155 22.7025C14.3191 23.0592 13.7932 23.3728 13.2435 23.64C12.822 23.838 12.372 24 12 24C11.628 24 11.1765 23.838 10.7565 23.64C10.3005 23.4255 9.76351 23.112 9.18451 22.7025C7.74905 21.6717 6.47638 20.4314 5.40901 19.023C2.89201 15.7305 0.817508 10.7535 1.71151 4.038C1.76804 3.60711 1.94497 3.20091 2.22198 2.86605C2.49899 2.5312 2.86485 2.28128 3.27751 2.145C4.26451 1.8225 5.94301 1.29 7.60801 0.84ZM14.2025 13.7771C14.4997 14.0743 14.9799 14.0743 15.2771 13.7771C15.5667 13.4799 15.5667 12.9921 15.2771 12.7025L13.0746 10.5L15.2771 8.2975C15.5743 8.00027 15.5743 7.52014 15.2771 7.22292C14.9799 6.92569 14.4997 6.92569 14.2025 7.22292L12 9.42542L9.7975 7.22292C9.50027 6.92569 9.02014 6.92569 8.72292 7.22292C8.42569 7.52014 8.42569 8.00027 8.72292 8.2975L10.9254 10.5L8.72292 12.7025C8.42569 12.9997 8.42569 13.4799 8.72292 13.7771C9.02014 14.0743 9.50027 14.0743 9.7975 13.7771L12 11.5746L14.2025 13.7771Z' fill='%239F9FA6'/%3E%3C/svg%3E%0A");
}
#d3_modal_seller_reviews .stars-rating-container {
  display: flex;
  align-items: center;
}
html[data-dir="rtl"] .listing-item {
  text-align: right;
}
html[data-dir="rtl"] .listing-item .d3_listing-label-container {
  right: -16px;
  left: auto;
}
html[data-dir="rtl"] .listing-item .item-icon-video {
  left: 8px;
  right: auto;
}
html[data-dir="rtl"] .listing-item .contact-seller-btn .material-icons-round, html[data-dir="rtl"] .listing-item .contact-seller-btn [class^="t1_icon-"] {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
  -webkit-padding-start: 4px;
  padding-inline-start: 4px;
}
html[data-dir="rtl"] .listing-item .item-price .price,
html[data-dir="rtl"] .listing-item .item-auction span:nth-child(2),
html[data-dir="rtl"] .listing-item .price-type {
  text-align: left;
}
html[data-dir="rtl"] .v3-c-modal .btn-close {
  left: 18px;
  right: auto;
}
html[data-dir="rtl"] .listing-item .item-facets-container .facet-item:not(:last-child) {
  padding-right: 0;
  padding-left: 16px;
}
html[data-dir="rtl"] .listing-item .item-facets-container .facet-item:not(:last-child)::after {
  right: calc(100% - 8px);
  left: auto;
}
@media screen and (max-width: 1200px) {
  .listing-item .item-compare {
    display: none;
  }
  .listing-item .d3_listing-label-container:has(div):has(.loc_top) {
    height: 150px;
  }
  .listing-item .d3_top-label-container {
    bottom: 15px;
  }
  .listing-item[data-auto-xl] .d3_top-label-container {
    bottom: 76px;
  }

  /* .listing-item[data-auto-item] {
    padding-left: 32px;
    padding-right: 32px;
  }
  .listing-item .d3_listing-label-container {
    left: -8px;
  } 
  html[data-dir="rtl"] .listing-item .d3_listing-label-container {
    right: -8px;
  } */
  .listing-item .item-slider-container, 
  .listing-item .more-photos-container {
    width: 200px;
  }
  .listing-item .item-slider .swiper-slide, 
  .listing-item .more-photos-container {
    height: 150px;
  }
  .listing-item .item-thumbs-slider .thumbs-slider-slide {
    height: 73px;
  }
  .listing-item .dealer-info-container .dealer-logo {
    min-width: 60px;
    width: 60px;
    max-height: 32px;
  }
  .listing-item .dealer-info-container .logo-in-list {
    max-height: 32px;
  }
  .listing-item .dealer-info-container .logo-in-list img {
    max-width: 60px !important;
    max-height: 32px;
  }
  .listing-item .item-slider .item-slider-pagination {
    width: auto;
    height: auto;
    color: var(--v3-color--text-white);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    left: auto;
    right: 8px;
    transform: none;
    gap: 0;
    bottom: 8px;
    border-radius: 4px;
    padding: 4.5px 2.5px;
    background-color: rgba(29, 30, 34, 0.40);
    opacity: 1;
  }
  html[data-dir="rtl"] .listing-item .item-slider .item-slider-pagination {
    left: 8px;
    right: auto;
  }
  .listing-item .price-converter {
    opacity: 1;
  }
  .listing-item .more-photos-container .more-photos-image {
    margin-bottom: 16px;
  }
  .listing-item .d3_listing-label-container {
    left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .listing-item[data-auto-item] {
    gap: 12px;
    flex-direction: column;
    padding: 8px 0;
  }
  .listing-item .item-content-container,
  .listing-item .item-slider {
    padding: 0 16px;
  }
  .listing-item .item-slider-container {
    width: 100%;
  }
  .listing-item .more-photos-container {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .listing-item .d3_listing-label-container {
    align-items: center;
    flex-direction: row;
    left: 8px;
  }
  html[data-dir="rtl"] .listing-item .d3_listing-label-container {
    right: 8px;
  }
  .listing-item .item-slider .item-slider-pagination {
    display: none;
  }
  .listing-item .item-slider .swiper-slide, 
  .listing-item .more-photos-container {
    height: 180px;
  }
  .listing-item .item-slider .swiper-slide {
    width: 240px;
  }
  .listing-item[data-auto-xl] .item-slider .swiper-slide {
    width: 280px;
    height: 210px;
  }
  .listing-item[data-auto-xl] .more-photos-container {
    height: 210px;
  }
  .listing-item .item-header-container {
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  .listing-item .item-info-container {
    order: 0;
    width: calc(100% - 44px);
  }
  .listing-item .item-bookmark {
    order: 1;
  }
  .listing-item .item-price {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    order: 2;
  }
  .listing-item .price-container {
    align-items: flex-start;
  }
  .listing-item .info-mobile {
    width: 100%;
    order: 3;
  }
  .listing-item .item-price .price,
  .listing-item .item-auction span:nth-child(2),
  .listing-item .price-type {
    text-align: left;
  }
  .listing-item .item-auction {
    justify-content: flex-start;
  }
  .listing-item:not([data-auto-xl]) .item-dealer-container {
    align-items: center;
  }
  .listing-item:not([data-auto-xl]) .status-container,
  .listing-item:not([data-auto-xl]) .contact-seller-btn span:last-child {
    display: none;
  }
  .listing-item:not([data-auto-xl]) .contact-seller-btn {
    padding: 9px;
  }
  html[data-dir="rtl"] .listing-item:not([data-auto-xl]) .contact-seller-btn .material-icons-round, html[data-dir="rtl"] .listing-item:not([data-auto-xl]) .contact-seller-btn [class^="t1_icon-"],
  .listing-item:not([data-auto-xl]) .contact-seller-btn .material-icons-round, .listing-item:not([data-auto-xl]) .contact-seller-btn [class^="t1_icon-"] {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
  .listing-item[data-auto-xl] .item-dealer-container {
    flex-direction: column;
  }
  .listing-item[data-auto-xl] .item-dealer-content {
    width: 100%;
  }
  .listing-item[data-auto-xl] .dealer-info-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .listing-item .item-dealer-container {
    gap: 8px;
  }
  .listing-item[data-auto-xl] .contact-seller-btn {
    width: 100%;
  }
  .listing-item .more-photos-container .more-photos-image {
    margin-bottom: 12px;
  }
  .listing-item:hover,
  .listing-item.color_:hover {
    background-color: transparent;
  }

  .listing-item .d3_listing-label-container:has(div):has(.loc_top) {
    height: 180px;
  }

  .listing-item[data-auto-xl] .d3_listing-label-container:has(div):has(.loc_top) {
    height: 210px;
  }
  .listing-item .d3_top-label-container {
    left: 8px;
    bottom: -10px;
  }
  html[data-dir="rtl"] .listing-item .d3_top-label-container {
    left: auto;
    right: 8px;
  }

  .listing-item[data-auto-xl] .d3_top-label-container {
    bottom: -10px;
  }
}
@media screen and (max-width: 480px) {
  .listing-item .item-slider .swiper-slide {
    width: 186px;
    height: 140px;
  }
  .listing-item .more-photos-container {
    height: 140px;
  }
  .listing-item[data-auto-xl] .item-slider .swiper-slide {
    width: 240px;
    height: 180px;
  }
  .listing-item[data-auto-xl] .more-photos-container {
    height: 180px;
  }
  .listing-item .d3_listing-label-container:has(div):has(.loc_top) {
    height: 140px;
  }
  .listing-item[data-auto-xl] .d3_listing-label-container:has(div):has(.loc_top) {
    height: 180px;
  }
  /* .listing-item .d3_listing-label-container {
    height: 140px;
  } 
  .listing-item[data-auto-xl] .d3_listing-label-container {
    height: 180px;
  } */
}

.listing-item .lease-price-container {
  gap: 4px;
  text-align: right;
}
.listing-item .lease-price span.price-label {
  margin: 0 4px;
}
.listing-item .lease-price-container .price-initial,
.listing-item .lease-price-container .price-notes,
.listing-item .lease-price span.price-text {
  color: var(--v3-color--text-main);
}
.listing-item .lease-price-container .price-initial,
.listing-item .lease-price span.price-text {
  font-size: 12px;
  line-height: 15px;
}


.v3-c-modal .auto-leasing-form {
  width: 424px;
  text-align: left;
}
.v3-c-modal .auto-leasing-form .leasing-form-title,
.v3-c-modal .auto-leasing-form .privacy-policy {
  text-align: center;
}
.v3-c-modal .auto-leasing-form .leasing-form-title {
  margin-bottom: 20px;
}
.v3-c-modal .auto-leasing-form .submit-button,
.v3-c-modal .auto-leasing-form .v3-c-input input {
  width: 100%;
  transition: all 0.2s linear;
}
.v3-c-modal .auto-leasing-form .v3-c-input .label {
  display: block;
}
.v3-c-modal .auto-leasing-form .input-optional {
  font-style: italic;
  color: var(--color--text-light-grey);
}
.v3-c-modal .auto-leasing-form .v3-c-input input {
  min-width: 100%;
  transition: all 0.2s linear;
}
.v3-c-modal .auto-leasing-form .v3-c-input .error-text {
  margin-bottom: 0;
  margin-top: 4px;
}
.v3-c-modal .auto-leasing-form .v3-c-input textarea {
  height: 128px;
  transition: all 0.2s linear;
}
.v3-c-modal .auto-leasing-form .v3-c-input-checkbox input + label {
  align-items: flex-start;
}
.v3-c-modal .auto-leasing-form .v3-c-input-checkbox input + label::before {
  min-width: 20px;
}
.v3-c-modal .auto-leasing-form .helper-text {
  margin-top: 4px;
  color: var(--v3-color--line-additional);
  display: block;
}
.v3-c-modal .auto-leasing-form .v3-custom-select .label {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #67676F;
}
.v3-c-modal .auto-leasing-form .v3-custom-select {
  position: static;
}
.v3-c-modal .auto-leasing-form .v3-custom-select .select-dropdown-container {
  position: absolute;
  width: 100%;
}
.v3-c-modal .auto-leasing-form .v3-custom-select .select-items {
  max-height: 140px;
}
.v3-c-modal .auto-leasing-form .helper-text {
  display: none;
}

@media screen and (max-width: 1200px) {
  .v3-c-modal .auto-leasing-form .leasing-form-title {
    font: var(--font--title4);
    margin-bottom: 16px;
  }
  .v3-c-modal .auto-leasing-form .v3-c-input-checkbox {
    margin-bottom: 20px;
  }
  .v3-c-modal .auto-leasing-form .submit-button {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .listing-item .lease-price-container {
    text-align: left;
  }
  .v3-c-modal .auto-leasing-form .leasing-form-title {
    margin-bottom: 12px;
  }
  .v3-c-modal .auto-leasing-form .v3-c-input-checkbox {
    margin-bottom: 16px;
  }
  .v3-c-modal .auto-leasing-form .submit-button {
    margin-bottom: 12px;
  }
}

/* d2 */
.listing-item .label_::after,
.listing-card-item .label_::after {
  content: ' ';
  display: inline-block;
}</pre></body></html>