.home__sliderv2 {
  display: flex;
  flex-wrap: nowrap;
}
.home__sliderv2:not(.slick-initialized) {
  overflow: hidden;
}
.home__sliderv2:not(.slick-initialized) div {
  flex-shrink: 0;
}
.home__sliderv2-arrows {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 1140px) {
  .home__sliderv2-arrows {
    bottom: 80px;
    left: 66%;
    transform: translateX(-50%);
  }
}
.home__sliderv2-btn {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: none;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3L13 9.6L7 16.2' stroke='%23FFFFFF' stroke-width='2.4'/%3E%3C/svg%3E%0A") no-repeat center center;
}
.home__sliderv2-btn--prev {
  transform: scale(-1, 1);
}
.home__sliderv2-btn:hover,
.home__sliderv2-btn:focus {
  background: #fff url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3L13 9.6L7 16.2' stroke='%231F404D' stroke-width='2.4'/%3E%3C/svg%3E%0A") no-repeat center center;
}
@media (min-width: 1140px) {
  .home__sliderv2-btn {
    display: block;
  }
}
.home__sliderv2-content {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 10;
  color: #fff;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
.home__sliderv2-content .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1140px) {
  .home__sliderv2-content .wrapper {
    flex-direction: row;
  }
}
.home__sliderv2-content-first {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-bottom: 70px;
}
@media (min-width: 1140px) {
  .home__sliderv2-content-first {
    flex-grow: 0;
    padding-bottom: 0;
    width: 50%;
  }
}
.home__sliderv2-content-first-up {
  flex-grow: 1;
}
@media (min-width: 1140px) {
  .home__sliderv2-content-first-up {
    flex-grow: 0;
  }
}
.home__sliderv2-content-second {
  display: flex;
}
@media (min-width: 1140px) {
  .home__sliderv2-content-second {
    width: 50%;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .home__sliderv2-content {
    padding-top: 60px;
  }
}
@media (min-width: 1140px) {
  .home__sliderv2-content {
    padding-top: 125px;
  }
}
.home__sliderv2-content-more > * {
  white-space: nowrap;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 15px 25px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Lato Heavy", sans-serif;
  backdrop-filter: blur(5px);
  width: 100%;
  display: inline-block;
  text-align: center;
}
@media (min-width: 1140px) {
  .home__sliderv2-content-more > * {
    margin-top: 100px;
    width: auto;
  }
}
.home__sliderv2-content-more > *:hover,
.home__sliderv2-content-more > *:focus {
  background: #fff;
  color: #1F404D;
}
.home__sliderv2-image-shadow {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(336.65deg, rgba(11, 24, 29, 0) 34.76%, rgba(11, 24, 29, 0.8) 78.57%);
  max-height: 560px;
}
@media (min-width: 768px) {
  .home__sliderv2-image-shadow {
    background: linear-gradient(348.82deg, rgba(11, 24, 29, 0) 16.92%, rgba(11, 24, 29, 0.8) 101.67%);
    max-height: 620px;
  }
}
@media (min-width: 1140px) {
  .home__sliderv2-image-shadow {
    background: linear-gradient(283.27deg, rgba(11, 24, 29, 0) 19.19%, rgba(11, 24, 29, 0.8) 85.19%);
    max-width: 1200px;
    max-height: none;
  }
}
.home__sliderv2-image img {
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .home__sliderv2-image img {
    height: 900px;
  }
}
@media (min-width: 1140px) {
  .home__sliderv2-image img {
    height: 800px;
  }
}
.home__sliderv2-dots {
  display: flex;
  gap: 10px;
  pointer-events: none;
  align-items: center;
  height: 100%;
}
.home__sliderv2-dots li button {
  font-size: 0;
  padding: 0;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s, transform 0.2s;
}
.home__sliderv2-dots li.slick-active button {
  background: #ffffff;
}
.home__sliderv2-slide {
  width: 100%;
  height: 665px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home__sliderv2-slide {
    height: 900px;
  }
}
@media (min-width: 1140px) {
  .home__sliderv2-slide {
    height: 800px;
  }
}
.home__sliderv2-slide_title {
  font-size: 32px;
  line-height: 1.2;
  font-family: 'Lato UltraBold', sans-serif;
  color: #fff;
}
@media (min-width: 768px) {
  .home__sliderv2-slide_title {
    font-size: 50px;
  }
}
.home__sliderv2-slide_subtitle {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Lato Bold", sans-serif;
  color: #fff;
}
@media (min-width: 768px) {
  .home__sliderv2-slide_subtitle {
    font-size: 20px;
  }
}
.home__sliderv2-slide_list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .home__sliderv2-slide_list {
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .home__sliderv2-slide_list_house {
    flex-direction: row;
    gap: 40px;
  }
}
.home__sliderv2-slide_list > li {
  color: #fff;
  position: relative;
  padding-left: 21px;
  font-size: 16px !important;
  line-height: 1.6 !important;
}
@media (min-width: 768px) {
  .home__sliderv2-slide_list > li {
    font-size: 20px !important;
  }
}
.home__sliderv2-slide_list > li::before {
  content: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3' cy='3' r='3' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  top: 0;
  transform: translateY(-50%);
}
.home__sliderv2-slide_list > li.home__sliderv2-slide_list_derevo {
  padding-left: 50px;
}
.home__sliderv2-slide_list > li.home__sliderv2-slide_list_derevo::before {
  top: 50%;
  content: 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 d='M11.2937 0.495703C11.1399 0.548767 10.9382 0.6602 10.848 0.745102C10.7578 0.830006 9.68591 2.40069 8.46013 4.2367L6.23145 7.57972L6.25799 7.8132C6.27391 7.98301 6.32697 8.09444 6.44902 8.21649L6.61351 8.38099L7.38294 8.40752L8.15236 8.43405L6.38003 10.5407C5.40897 11.6975 4.59709 12.6845 4.57586 12.7322C4.55994 12.78 4.54403 12.9179 4.54403 13.0347C4.54403 13.2045 4.58117 13.2841 4.72444 13.4274L4.90486 13.6078H5.73265C6.27921 13.6078 6.56045 13.629 6.56045 13.6661C6.56045 13.6927 5.90246 14.8707 5.09058 16.2716C4.28401 17.6778 3.6048 18.9035 3.57296 18.9937C3.50397 19.2166 3.63663 19.5191 3.86481 19.657C4.03461 19.7579 4.12482 19.7632 7.02211 19.7632H10.0043L10.0202 21.2437C10.0361 22.6445 10.0414 22.7347 10.1476 22.8727C10.4129 23.2282 10.4447 23.2389 11.644 23.2548C12.9334 23.276 13.1032 23.2335 13.342 22.878L13.4853 22.6658L13.5012 21.2118L13.5171 19.7632H16.4462C19.2905 19.7632 19.3807 19.7579 19.5505 19.657C19.7786 19.5191 19.9113 19.2166 19.8423 18.9937C19.8105 18.9035 19.1313 17.6778 18.3247 16.2716C17.5128 14.8707 16.8548 13.6927 16.8548 13.6661C16.8548 13.629 17.1201 13.6078 17.6243 13.6078C18.4839 13.6078 18.6484 13.5653 18.7917 13.2894C18.8819 13.1143 18.8925 12.9286 18.8235 12.7481C18.797 12.6792 17.9851 11.6816 17.0193 10.5301L15.2629 8.43405L16.0164 8.40752C16.5046 8.3916 16.8177 8.35445 16.8973 8.312C17.0883 8.20057 17.2422 7.8132 17.1838 7.59564C17.1042 7.33032 12.7477 0.845924 12.5301 0.681427C12.3338 0.532848 11.9358 0.394882 11.7129 0.394882C11.6387 0.400188 11.4476 0.442638 11.2937 0.495703ZM11.9252 1.30227C11.9836 1.3288 12.9599 2.75092 14.0955 4.45957L16.165 7.5585H15.1886C14.2865 7.5585 14.2069 7.5638 14.0743 7.66993C13.9682 7.74953 13.9363 7.82382 13.9363 7.97239C13.9363 8.15281 14.1061 8.36507 15.8731 10.4876L17.81 12.8118H16.8814C16.027 12.8118 15.9421 12.8224 15.8466 12.9179C15.698 13.0665 15.6662 13.2576 15.7564 13.4433C15.8042 13.5335 16.5258 14.8017 17.3589 16.261C18.1973 17.7255 18.8766 18.9248 18.8659 18.9301C18.8553 18.9354 15.6291 18.9301 11.6917 18.9142L4.54403 18.8876L6.05104 16.261L7.55805 13.6343L8.44422 13.6078C9.24017 13.5812 9.33569 13.5706 9.40467 13.4804C9.48427 13.369 9.50019 13.1461 9.44712 13.0028C9.37283 12.8012 9.22425 12.7853 7.41478 12.7588L5.64245 12.7322L7.46254 10.5672L9.27732 8.40752H10.1423C11.0019 8.40752 11.0019 8.40752 11.1452 8.26955C11.3256 8.08914 11.3256 7.86096 11.1505 7.69116L11.0231 7.5585H9.13405H7.25028L9.31446 4.45957C10.4553 2.75092 11.4264 1.33411 11.4795 1.30227C11.6015 1.23329 11.7925 1.22798 11.9252 1.30227ZM12.6628 21.0898V22.4164H11.7607H10.8586V21.0898V19.7632H11.7607H12.6628V21.0898Z' fill='%23AC784B'/%3E%3C/svg%3E%0A");
}
.home__sliderv2-slide_list > li.home__sliderv2-slide_list_proizvodstvo {
  padding-left: 50px;
}
.home__sliderv2-slide_list > li.home__sliderv2-slide_list_proizvodstvo::before {
  top: 50%;
  content: 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%3Cg clip-path='url(%23clip0_1439_1072)'%3E%3Cpath d='M11.7516 0.0281239C11.5594 0.0843735 0.435938 6.1125 0.309375 6.22969C0.234375 6.29531 0.135938 6.43594 0.0890625 6.53906C0.0046875 6.71719 0 6.9375 0 10.9547C0 14.1328 0.0140625 15.2156 0.05625 15.3047C0.117188 15.4406 0.314063 15.5625 0.46875 15.5625C0.623438 15.5625 0.820313 15.4406 0.88125 15.3047C0.923438 15.2156 0.9375 14.1516 0.9375 11.0437V6.90469L6.46875 3.92344L12.0047 0.9375L17.5312 3.91875L23.0625 6.90469V14.9812V23.0625H22.125H21.1875V17.6766V12.2906L21.3656 12.2578C21.6047 12.2156 21.8578 12.0422 21.9891 11.8266C22.0969 11.6578 22.1016 11.6062 22.1016 10.8703C22.1016 10.1062 22.1016 10.0922 21.975 9.90469C21.9047 9.80156 21.7688 9.66562 21.6703 9.60469L21.4922 9.49219H11.9953H2.50313L2.31094 9.61875C2.20781 9.68906 2.07188 9.825 2.01094 9.92344C1.90313 10.0922 1.89844 10.1437 1.89844 10.875C1.89844 11.6062 1.90313 11.6578 2.01094 11.8266C2.14219 12.0422 2.39531 12.2156 2.63906 12.2578L2.8125 12.2906V17.6766V23.0625H1.875H0.9375V20.9062C0.9375 18.5953 0.932813 18.5672 0.698438 18.4406C0.534375 18.3562 0.403125 18.3562 0.239063 18.4453C0 18.5672 -0.0046875 18.6 0.009375 21.0703L0.0234375 23.3672L0.135938 23.5453C0.196875 23.6437 0.332813 23.7797 0.435938 23.85L0.628125 23.9766H11.9953H23.3672L23.5453 23.8641C23.6438 23.8031 23.7797 23.6672 23.85 23.5641L23.9766 23.3719L23.9906 15.075C24.0047 5.90156 24.0234 6.55312 23.7047 6.24844C23.625 6.16875 21.0281 4.73906 17.9344 3.07031C12.9281 0.370312 12.2859 0.0374985 12.075 0.0234375C11.9438 0.014061 11.7984 0.0187492 11.7516 0.0281239ZM21.1875 10.875V11.3437H12H2.8125V10.875V10.4062H12H21.1875V10.875ZM20.25 17.6719V23.0625H19.5234H18.8016L18.7875 21.2672L18.7734 19.4719L18.6469 19.2797C18.5766 19.1766 18.4406 19.0406 18.3422 18.9797C18.1781 18.8766 18.1078 18.8672 17.4281 18.8531L16.6922 18.8344L16.6781 17.0437L16.6641 15.2531L16.5375 15.0609C16.4672 14.9578 16.3313 14.8219 16.2328 14.7609L16.0547 14.6484H11.9953H7.94063L7.74844 14.775C7.64531 14.8453 7.50938 14.9812 7.44844 15.0797L7.33594 15.2578L7.32188 17.0484L7.30781 18.8344L6.57188 18.8531C5.89219 18.8672 5.82188 18.8766 5.65781 18.9797C5.55938 19.0406 5.42344 19.1766 5.35313 19.2797L5.22656 19.4719L5.2125 21.2672L5.19844 23.0625H4.47656H3.75V17.6719V12.2812H12H20.25V17.6719ZM9.43125 15.9187C9.44531 16.2422 9.45938 16.2891 9.57656 16.3875C9.75469 16.5422 10.0266 16.5422 10.2047 16.3875C10.3219 16.2891 10.3359 16.2422 10.35 15.9187L10.3688 15.5625H10.95H11.5312V17.2031V18.8438H9.89062H8.25V17.2031V15.5625H8.83125H9.4125L9.43125 15.9187ZM13.65 15.9187C13.6641 16.2422 13.6781 16.2891 13.7953 16.3875C13.9734 16.5422 14.2453 16.5422 14.4234 16.3875C14.5406 16.2891 14.5547 16.2422 14.5688 15.9187L14.5875 15.5625H15.1688H15.75V17.2031V18.8438H14.1094H12.4688V17.2031V15.5625H13.05H13.6313L13.65 15.9187ZM7.32188 20.1375C7.33594 20.4609 7.35 20.5078 7.46719 20.6062C7.55625 20.6812 7.65469 20.7187 7.78125 20.7187C7.90781 20.7187 8.00625 20.6812 8.09531 20.6062C8.2125 20.5078 8.22656 20.4609 8.24063 20.1375L8.25938 19.7812H8.84063H9.42188V21.4219V23.0625H7.78125H6.14063V21.4219V19.7812H6.72188H7.30313L7.32188 20.1375ZM11.5406 20.1375C11.5547 20.4609 11.5688 20.5078 11.6859 20.6062C11.775 20.6812 11.8734 20.7187 12 20.7187C12.1266 20.7187 12.225 20.6812 12.3141 20.6062C12.4313 20.5078 12.4453 20.4609 12.4594 20.1375L12.4781 19.7812H13.0594H13.6406V21.4219V23.0625H12H10.3594V21.4219V19.7812H10.9406H11.5219L11.5406 20.1375ZM15.7594 20.1375C15.7734 20.4609 15.7875 20.5078 15.9047 20.6062C15.9938 20.6812 16.0922 20.7187 16.2188 20.7187C16.3453 20.7187 16.4438 20.6812 16.5328 20.6062C16.65 20.5078 16.6641 20.4609 16.6781 20.1375L16.6969 19.7812H17.2781H17.8594V21.4219V23.0625H16.2188H14.5781V21.4219V19.7812H15.1594H15.7406L15.7594 20.1375Z' fill='%23AC784B'/%3E%3Cpath d='M8.65313 4.33594C8.42344 4.41562 8.21719 4.6125 8.10469 4.85156C8.02969 5.01562 8.01562 5.17031 8.01562 6.15469C8.01562 7.05469 8.02969 7.30312 8.08594 7.44375C8.17969 7.66406 8.32031 7.81406 8.54063 7.92656C8.70938 8.01094 8.86406 8.01562 12 8.01562C15.1359 8.01562 15.2906 8.01094 15.4594 7.92656C15.6797 7.81406 15.8203 7.66406 15.9141 7.44375C15.9703 7.30312 15.9844 7.05469 15.9844 6.15469C15.9844 5.175 15.9703 5.01562 15.8953 4.85156C15.7875 4.6125 15.525 4.37812 15.2953 4.31719C15.1781 4.28437 14.0297 4.26562 11.9766 4.26562C9.43125 4.27031 8.80313 4.27969 8.65313 4.33594ZM15.0469 6.14062V7.07812H12H8.95313V6.14062V5.20312H12H15.0469V6.14062Z' fill='%23AC784B'/%3E%3Cpath d='M0.238924 16.5656C-0.168888 16.7906 0.00454941 17.4375 0.468612 17.4375C0.707674 17.4375 0.937362 17.2078 0.937362 16.9734C0.937362 16.6266 0.543612 16.3969 0.238924 16.5656Z' fill='%23AC784B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1439_1072'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.home__sliderv2-slide_list > li.home__sliderv2-slide_list_m2 {
  padding-left: 50px;
}
.home__sliderv2-slide_list > li.home__sliderv2-slide_list_m2::before {
  top: 50%;
  width: 30px;
  height: 30px;
  content: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.26117 26.6944C6.28585 26.6944 5.45682 26.353 4.77409 25.6703C4.09136 24.9876 3.75 24.1585 3.75 23.1832V5.72488C3.75 5.07467 4.01821 4.62764 4.55464 4.38381C5.09107 4.13998 5.57061 4.22938 5.99325 4.65202L8.43156 7.09034L7.26117 8.26073L8.04143 9.04099L9.21182 7.8706L13.1131 11.7719L11.9427 12.9423L12.723 13.7225L13.8934 12.5522L17.9897 16.6485L16.8194 17.8189L17.5996 18.5992L18.77 17.4288L22.6713 21.3301L21.5009 22.5005L22.2812 23.2807L23.4516 22.1103L25.8899 24.5487C26.28 24.9388 26.3532 25.3939 26.1093 25.9141C25.8655 26.4343 25.4347 26.6944 24.817 26.6944H7.26117ZM7.26117 24.7437H21.891L5.70065 8.55333V23.1832C5.70065 23.6384 5.84695 24.0122 6.13955 24.3048C6.43214 24.5974 6.80602 24.7437 7.26117 24.7437Z' fill='%23AC784B'/%3E%3C/svg%3E%0A");
}
.home__sliderv2-slide_list > li.home__sliderv2-slide_list_rooms {
  padding-left: 50px;
}
.home__sliderv2-slide_list > li.home__sliderv2-slide_list_rooms::before {
  top: 50%;
  width: 30px;
  height: 30px;
  content: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 25.0833V16.75C0 16.2564 0.142097 15.7308 0.426292 15.1731C0.710458 14.6154 1.12392 14.1966 1.66667 13.9167V10.0833C1.66667 9.14317 1.98718 8.35257 2.62821 7.71154C3.26924 7.07052 4.05983 6.75 5 6.75H12.5C13.0748 6.75 13.5652 6.86806 13.9712 7.10417C14.3771 7.34028 14.7201 7.66667 15 8.08333C15.2799 7.66667 15.6229 7.34028 16.0288 7.10417C16.4348 6.86806 16.9252 6.75 17.5 6.75H25C25.9402 6.75 26.7308 7.07052 27.3718 7.71154C28.0128 8.35257 28.3333 9.14317 28.3333 10.0833V13.9167C28.8761 14.1966 29.2895 14.6154 29.5737 15.1731C29.8579 15.7308 30 16.2564 30 16.75V25.0833H28.3333V21.75H1.66667V25.0833H0ZM15.8333 13.4167H26.6667V10.0833C26.6667 9.61111 26.5069 9.21528 26.1875 8.89583C25.8681 8.57639 25.4722 8.41667 25 8.41667H17.5C17.0278 8.41667 16.6319 8.57639 16.3125 8.89583C15.9931 9.21528 15.8333 9.61111 15.8333 10.0833V13.4167ZM3.33333 13.4167H14.1667V10.0833C14.1667 9.61111 14.0069 9.21528 13.6875 8.89583C13.3681 8.57639 12.9722 8.41667 12.5 8.41667H5C4.52778 8.41667 4.13194 8.57639 3.8125 8.89583C3.49306 9.21528 3.33333 9.61111 3.33333 10.0833V13.4167ZM1.66667 20.0833H28.3333V16.75C28.3333 16.2778 28.1736 15.8819 27.8542 15.5625C27.5347 15.2431 27.1389 15.0833 26.6667 15.0833H3.33333C2.86111 15.0833 2.46528 15.2431 2.14583 15.5625C1.82639 15.8819 1.66667 16.2778 1.66667 16.75V20.0833Z' fill='%23AC784B'/%3E%3C/svg%3E%0A");
}
.home__sliderv2-slide_list > li.home__sliderv2-slide_list_floors {
  padding-left: 50px;
}
.home__sliderv2-slide_list > li.home__sliderv2-slide_list_floors::before {
  top: 50%;
  width: 30px;
  height: 30px;
  content: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8125 4.78571C17.8125 4.48985 18.0523 4.25 18.3482 4.25H18.75H19.4375H24.4643C24.7602 4.25 25 4.48985 25 4.78571V5.87451C25 5.87478 24.9998 5.875 24.9995 5.875C24.9992 5.875 24.999 5.87522 24.999 5.87549V24.2494C24.999 24.2497 24.9992 24.2499 24.9995 24.2499C24.9998 24.2499 25 24.2501 25 24.2504V25.3392C25 25.635 24.7602 25.8749 24.4643 25.8749H4.12488C3.91784 25.8749 3.75 25.707 3.75 25.5V24.2499V19.9375V19.25V18.8482C3.75 18.5523 3.98985 18.3125 4.28571 18.3125H10.2455C10.5414 18.3125 10.7812 18.0727 10.7812 17.7768V12.9062V11.817C10.7812 11.5211 11.0211 11.2812 11.317 11.2812H12.4062H17.2768C17.5727 11.2812 17.8125 11.0414 17.8125 10.7455V4.78571ZM23.374 6.41071C23.374 6.11485 23.1342 5.875 22.8383 5.875H19.9732C19.6773 5.875 19.4375 6.11485 19.4375 6.41071V12.5781C19.4375 12.6385 19.3885 12.6875 19.3281 12.6875C19.2677 12.6875 19.2188 12.7365 19.2188 12.7969C19.2188 12.8573 19.1698 12.9062 19.1094 12.9062H12.942C12.6461 12.9062 12.4062 13.1461 12.4062 13.442V19.6094C12.4062 19.6698 12.3573 19.7188 12.2969 19.7188C12.2365 19.7188 12.1875 19.7677 12.1875 19.8281C12.1875 19.8885 12.1385 19.9375 12.0781 19.9375H5.91071C5.61485 19.9375 5.375 20.1773 5.375 20.4732V23.7142C5.375 24.01 5.61485 24.2499 5.91072 24.2499H22.8383C23.1342 24.2499 23.374 24.01 23.374 23.7142V6.41071Z' fill='%23AC784B'/%3E%3C/svg%3E%0A");
}
/*# sourceMappingURL=fs_homepage.css.map */