.content-wrapper{
  transition: opacity 1s;
}
.custom-preferences{
  padding: 3rem;
  font-family: "Poppins";
  position: relative;
}
.custom-preferences button{
  background-color: #D30C14;
  color: white;
  padding: 2rem 3.4rem;
  font-family: "Poppins";
  cursor: pointer;
  border: 2px solid #D30C14;
  transition: background-color .3s; color .3s;
  font-size: 1.6rem;
}

.custom-preferences button:disabled {
  background-color: #000;
  border-color: white;
}
.custom-preferences button:hover{
  background-color: white;
  color: #000;
}

.custom-preferences__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3.6rem;
  margin-bottom: 2rem;
}
.custom-preferences__title{
  font-family: Poppins;
  font-size: 20px;
  font-weight: 900;
}
.custom-preferences__text{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
}
.custom-preferences__subtext{
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4rem;
}
.custom-preferences__subtext a{
  color: #000;
  text-decoration: underline;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  transition: opacity .3s;
}
.custom-preferences__subtext a:hover{
  opacity: .7;
  text-decoration: none;
}
.custom-preferences__wrapper label {
  border-radius: 20px;
  border: 2px solid #858585;
  background: #FFF;
  padding: 4.8rem 3.6rem;
  width: calc(100% / 3 - 2 * 3.6rem / 3);
  cursor: pointer;
  color: #000;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #858585;
  display: flex;
  align-items: center;
  transition: opacity .3s;
  position: relative;
}
@media (max-width: 1279px){
  .custom-preferences__wrapper label {
    width: calc(100% / 2 - 3.6rem / 2);
  }
}
@media (max-width: 879px){
  .custom-preferences__wrapper label {
    padding: 2rem !important;
    padding-top: 6rem !important;
    font-size: 2rem;
  }
  .preference-checkbox + label:before {
    min-width: 30px;
    top: 2rem;
    left: 2rem !important;
    position: absolute;
  }
  .preference-checkbox + label:after{
    top: 1rem;
    left: 6rem;
  }
}
.custom-preferences__wrapper label:hover {
  opacity: .7 !important;
  text-decoration: underline;
}
.preference-item {
  display: flex;
  align-items: center;
  margin: 5px;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.preference-item:hover {
  background-color: #f0f0f0;
}

.preference-item.checked {
  background-color: #4CAF50;
  color: white;
}

.preference-checkbox {
  display: none;
}


.preference-checkbox + label:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #858585;
  border-radius: 5px;
  margin-right: 9.6rem;
  background-color: #fff;
  cursor: pointer;
}

.preference-checkbox:checked + label:before {
  border-color: #000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='14' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23D30C14' d='M0 7.023c.089-.074.181-.144.266-.221L2.71 4.546l4.094 4.306L16.483 0l.825.88 1.56 1.666c.04.044.088.082.132.123v.037q-.767.688-1.53 1.381L6.71 13.918c-.027.025-.056.048-.097.082l-.217-.223L.094 7.145Q.05 7.1 0 7.059z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h19v14H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}

.preference-checkbox:checked + label {
  color: #000;
  border: 2px solid #000;
}

.preference-checkbox + label:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23000"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/></svg>');
  margin-left: 5px;
  height: 5rem;
  width: 5rem;
  content: '';
  position: absolute;
  left: 8.5rem;
  background-size: contain;
  background-position: bottom;
  opacity: .3;
  transition: opacity .3s, filter .5s, transform .3s;
  background-repeat: no-repeat;
  filter: grayscale(10) contrast(10) blur(1px);
  transform: scale(.85);
}
.preference-checkbox:checked + label:after {
  opacity: 1;
  filter: grayscale(10) contrast(10);
  transform: scale(1);
}
.item0:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="53" height="53" viewBox="0 0 53 53" fill="none"><path d="M52.9965 11.9135C52.9336 12.7267 52.8781 13.5362 52.8003 14.3495C52.693 15.4521 52.5671 16.551 52.445 17.6536C52.4339 17.7488 52.3895 17.8404 52.3747 17.888C46.5708 12.1443 40.7633 6.40046 34.9336 0.627364C35.685 0.532123 36.4586 0.414902 37.2396 0.345303C38.3389 0.246398 39.4382 0.187788 40.5375 0.107199C40.656 0.099873 40.7707 0.0559154 40.8855 0.0302734C42.4031 0.0302734 43.9206 0.0302734 45.4419 0.0302734C45.9009 0.0705679 46.3636 0.121852 46.8225 0.143831C50.028 0.305008 52.4228 2.48457 52.8262 5.63487C52.9151 6.32353 52.9447 7.01953 53.0002 7.7082V11.9098L52.9965 11.9135Z" fill="black"/><path d="M51.7491 21.7051C51.2569 23.3535 50.8423 24.9763 50.2945 26.5514C48.614 31.3867 46.1637 35.8008 42.8102 39.713C40.7115 42.1637 38.1538 44.0685 35.4296 45.7572C31.3062 48.3141 26.8275 50.0394 22.0897 51.1164C21.9009 51.1603 21.6048 51.0761 21.4678 50.9442C14.809 44.3762 8.16496 37.7972 1.52832 31.2109C1.39507 31.079 1.32104 30.7823 1.36175 30.5955C2.92745 23.9469 5.77014 17.9174 10.2674 12.6938C12.3735 10.2505 14.9423 8.36028 17.6739 6.67891C21.764 4.16233 26.1946 2.46264 30.8769 1.39301C31.0767 1.34538 31.3951 1.4333 31.5431 1.57983C38.1909 8.13317 44.8238 14.7012 51.453 21.2692C51.5715 21.3864 51.6455 21.5512 51.7491 21.7051ZM24.181 26.3939C23.5036 25.7125 22.8411 25.0422 22.1748 24.3792C21.7677 23.9726 21.2828 23.8004 20.7128 23.9506C19.6023 24.24 19.2359 25.5477 20.0465 26.3902C20.7202 27.0935 21.4419 27.7529 22.0712 28.361C21.2347 29.1998 20.4426 29.9911 19.6319 30.808C18.9879 30.1632 18.3253 29.4636 17.6258 28.8079C16.7819 28.0167 15.4975 28.339 15.168 29.405C14.983 30.0057 15.1754 30.5112 15.6122 30.9398C16.2822 31.5992 16.9558 32.2586 17.6147 32.9069C17.5703 32.9875 17.5629 33.0205 17.5406 33.0425C17.078 33.504 16.6042 33.9509 16.16 34.4271C15.9527 34.6469 15.7529 34.907 15.6529 35.1817C15.4234 35.8008 15.6936 36.4785 16.2526 36.8338C16.8189 37.1965 17.5406 37.1562 18.0625 36.6616C18.6215 36.1342 19.136 35.559 19.6986 34.9729C20.4278 35.6946 21.0644 36.3686 21.7492 36.9877C22.0157 37.2294 22.3747 37.4309 22.7226 37.5078C23.3371 37.6434 23.933 37.288 24.2143 36.7349C24.4956 36.1854 24.3994 35.5187 23.9256 35.0352C23.2445 34.3429 22.5376 33.6725 21.875 33.0242C22.7115 32.1999 23.5036 31.4197 24.3364 30.5992C24.9953 31.2622 25.6616 31.9765 26.3722 32.6469C27.2236 33.4491 28.5413 33.0828 28.8374 31.9838C28.9928 31.3977 28.7893 30.9142 28.3673 30.5003C27.6973 29.8446 27.0274 29.1815 26.4389 28.6064C27.268 27.7785 28.0527 26.9983 28.8892 26.1631C29.1668 26.4562 29.4777 26.7968 29.7997 27.1302C30.1366 27.4745 30.4808 27.8079 30.825 28.1449C31.2359 28.5441 31.7171 28.7236 32.2871 28.5771C33.3938 28.2877 33.7677 26.9836 32.957 26.1375C32.2834 25.4341 31.5616 24.7748 30.8843 24.1227C31.7245 23.2985 32.5166 22.5183 33.3716 21.6721C33.453 21.771 33.5567 21.9285 33.6899 22.0567C34.2599 22.6282 34.8152 23.2143 35.4148 23.7528C36.2476 24.5037 37.5172 24.163 37.8355 23.1227C38.0169 22.5256 37.8281 22.0164 37.3913 21.5879C36.7177 20.9285 36.0477 20.2691 35.3297 19.5585C35.8627 19.0493 36.3698 18.5877 36.8435 18.0969C37.0508 17.8808 37.2507 17.6207 37.3543 17.3423C37.5838 16.7232 37.3136 16.0492 36.7584 15.6902C36.1958 15.3276 35.4703 15.3679 34.9484 15.8624C34.3895 16.3899 33.875 16.965 33.3124 17.5547C32.598 16.8441 31.9725 16.1847 31.2988 15.5767C31.0175 15.3239 30.6511 15.1041 30.2883 15.0235C29.6776 14.8843 29.078 15.247 28.793 15.7964C28.5191 16.3276 28.5968 17.0016 29.0521 17.4558C29.7479 18.1592 30.4771 18.8295 31.1582 19.4816C30.2994 20.3277 29.5073 21.108 28.6745 21.9285C28.0194 21.2655 27.3494 20.5512 26.6387 19.8845C25.7874 19.0859 24.4623 19.4522 24.1736 20.5512C24.0181 21.1373 24.2217 21.6208 24.6474 22.0348C25.321 22.6905 25.991 23.3498 26.6387 23.9872C25.8059 24.8077 25.0286 25.5807 24.1921 26.4085L24.181 26.3939Z" fill="black"/><path d="M0.6102 34.5883C6.43623 40.354 12.2363 46.0942 18.0772 51.8709C17.4627 51.9515 16.8446 52.0431 16.2228 52.1127C12.699 52.4973 9.16788 52.6512 5.64043 52.2922C2.55344 51.9771 0.354803 49.6547 0.136419 46.5887C-0.141187 42.6801 0.010571 38.7789 0.539874 34.8923C0.554679 34.7934 0.584291 34.6945 0.6102 34.5883Z" fill="black"/></svg>');
}
.item1:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="53" height="53" viewBox="0 0 53 53" fill="none"><path d="M30.2466 37.3175C32.1386 38.1684 33.5764 39.4196 34.6107 41.1213C35.481 42.5602 35.9477 44.1117 35.9603 45.7884C35.9729 47.6402 35.9603 49.492 35.9603 51.3438C35.9603 52.1446 35.6197 52.4825 34.8125 52.4825C29.2754 52.4825 23.7384 52.4825 18.2013 52.4825C17.4571 52.4825 17.0409 52.1697 17.0535 51.519C17.0535 49.3294 17.0157 47.1397 17.167 44.9751C17.4067 41.4966 19.3365 39.0943 22.3762 37.4927C22.4771 37.4427 22.5906 37.3926 22.7546 37.305C20.7491 35.791 19.7401 33.8141 19.904 31.3241C20.0176 29.635 20.7617 28.2211 22.023 27.07C24.6717 24.6676 28.7079 24.7176 31.1548 27.1951C32.6052 28.659 33.2359 30.4358 33.0845 32.4753C32.9332 34.5023 31.9494 36.0913 30.2466 37.305V37.3175Z" fill="%23000"/><path d="M27.3833 23.4413C21.8967 23.7041 19.6768 25.4433 17.9614 30.9487C17.5957 28.5839 16.574 26.7195 14.7956 25.3057C12.9919 23.8667 10.8982 23.3287 8.61527 23.4789C8.21166 19.2372 8.71617 14.8078 14.064 12.1302C14.1145 12.1052 14.1523 12.0676 14.228 12.0051C12.4118 10.6412 11.3775 8.86447 11.3901 6.59975C11.4027 4.79797 12.0081 3.1964 13.3325 1.90763C15.8551 -0.557297 20.2444 -0.532272 22.7291 1.9827C24.167 3.43413 24.7472 5.2359 24.5706 7.22536C24.394 9.21482 23.3976 10.7914 21.7453 12.0051C26.6139 14.3824 27.9004 18.4614 27.3833 23.4413Z" fill="%23000"/><path d="M5.68957 37.2674C3.84808 35.9286 2.83905 34.1268 2.87689 31.8371C2.91473 29.9853 3.60844 28.3712 4.95802 27.0824C7.54367 24.63 11.7816 24.7426 14.2159 27.2951C16.5745 29.7726 17.1043 34.4396 13.2447 37.3175C14.6573 37.9681 15.8556 38.8315 16.8268 40.0452C15.6916 41.897 15.1493 43.899 15.1619 46.0511C15.1619 47.5525 15.1619 49.054 15.1619 50.5555C15.1619 51.1811 15.1619 51.7942 15.1619 52.4699H14.6195C10.205 52.4699 5.79047 52.4699 1.38856 52.4699C0.303851 52.4699 0.0263672 52.1946 0.0263672 51.1311C0.0263672 49.4794 0.0263672 47.8153 0.0263672 46.1637C0.0642059 42.1848 1.86785 39.2819 5.43731 37.4551C5.51299 37.4176 5.57605 37.38 5.63911 37.3425C5.65173 37.3425 5.65173 37.3175 5.68957 37.2549V37.2674Z" fill="%23000"/><path d="M47.3122 37.33C49.8348 38.5061 51.6006 40.3204 52.4582 42.8979C52.761 43.8113 52.9249 44.7998 52.9628 45.7633C53.0384 47.6276 52.988 49.5044 52.988 51.3813C52.988 52.1445 52.6348 52.4949 51.8654 52.4949C47.2491 52.4949 42.6454 52.4949 38.0291 52.4949C37.9534 52.4949 37.8777 52.4949 37.8399 52.4824C37.8399 50.4178 37.8146 48.3908 37.8399 46.3513C37.8651 44.2367 37.411 42.2473 36.3515 40.408C36.175 40.1077 36.238 39.9325 36.4524 39.7073C37.3732 38.6938 38.4705 37.918 39.7949 37.33C37.8525 35.9161 36.8434 34.0768 36.9191 31.7495C36.9822 29.9227 37.6885 28.3336 39.0381 27.0699C41.6237 24.655 45.8365 24.7926 48.2581 27.3201C50.5537 29.7225 51.2096 34.4021 47.2869 37.3425L47.3122 37.33Z" fill="%23000"/><path d="M31.1168 11.8925C29.351 10.6162 28.3546 8.77691 28.4302 6.4371C28.4933 4.61031 29.187 3.02124 30.5492 1.7575C33.1222 -0.644864 37.3602 -0.519741 39.7692 2.00775C42.1152 4.46016 42.6702 9.15228 38.8863 11.9675C39.6683 12.5056 40.526 12.9936 41.2576 13.6192C43.3513 15.4084 44.3982 17.7232 44.4865 20.4634C44.5117 21.4519 44.4865 22.4404 44.4865 23.4789C42.1405 23.2912 40.0593 23.8793 38.2683 25.3057C36.4899 26.7196 35.4304 28.5589 35.0016 30.8111C34.9511 30.5859 34.9007 30.3606 34.8376 30.1354C34.1691 27.2951 32.5042 25.2806 29.805 24.117C29.4267 23.9543 29.3384 23.7667 29.3384 23.3788C29.3384 21.552 29.5276 19.7002 28.9852 17.9109C28.7077 16.985 28.3293 16.0716 27.9005 15.2082C27.7113 14.8078 27.7239 14.5576 28.0392 14.3199C29.0609 13.5066 30.0825 12.7058 31.1168 11.8925Z" fill="%23000"/></svg>');
}
.item2:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="51" height="51" viewBox="0 0 51 51" fill="none"><path d="M22.2923 49.0534C22.1568 48.9721 21.9788 48.8726 21.8068 48.7627C14.8719 44.3944 9.03125 38.8753 4.17974 32.3214C3.32753 31.1706 2.52098 29.9867 1.7266 28.7982C1.5942 28.5994 1.52876 28.2635 1.59876 28.0405C5.01065 16.9783 11.9501 8.86538 22.4673 3.81326C24.333 2.91701 26.3433 2.31449 28.2988 1.60955C28.5164 1.53122 28.8649 1.59147 29.0658 1.72101C37.2044 6.93732 44.0145 13.4777 49.2449 21.5921C49.4702 21.9431 49.5158 22.2338 49.388 22.6284C45.0858 35.8853 36.2396 44.6415 22.8492 48.9013C22.6864 48.9525 22.522 48.9931 22.2938 49.0564L22.2923 49.0534ZM14.8354 22.4477C14.0502 23.4735 13.3243 24.4239 12.5542 25.4301C12.2012 25.0596 11.8999 24.7192 11.5742 24.4059C10.9259 23.7822 10.1163 23.7506 9.55019 24.3079C8.98104 24.8683 9.00691 25.6757 9.64454 26.3113C10.1102 26.7753 10.6078 27.2046 11.072 27.6323C10.4937 28.637 9.95195 29.5197 9.47106 30.4325C9.00995 31.3092 9.49236 32.2522 10.4374 32.4239C11.0111 32.5278 11.5361 32.2627 11.8938 31.6647C12.2757 31.029 12.644 30.3859 13.096 29.6101C13.4201 29.9822 13.6515 30.2819 13.9178 30.5455C14.5721 31.1917 15.4228 31.2294 15.9844 30.6585C16.5459 30.0876 16.5079 29.2983 15.8642 28.6536C15.438 28.2273 14.983 27.8282 14.5128 27.3913C15.2828 26.3686 16.0011 25.4151 16.7559 24.4119C17.3844 25.049 17.9369 25.6169 18.4999 26.1758C18.8743 26.5478 19.3247 26.709 19.8498 26.5674C20.8846 26.2902 21.2042 25.0837 20.4357 24.2793C19.8163 23.6316 19.1528 23.0231 18.4817 22.3708C19.3552 21.4595 20.1602 20.6205 21.0215 19.7228C21.6896 20.4006 22.2862 21.0302 22.9132 21.6282C23.1232 21.8286 23.391 22.0139 23.6664 22.0982C24.2691 22.2835 24.8717 22.0108 25.1761 21.4851C25.5002 20.9293 25.4393 20.3373 24.9417 19.8342C24.3208 19.2091 23.6634 18.6187 22.9603 17.9559C23.9952 17.135 24.9204 16.3999 25.8913 15.6272C26.4468 16.1965 26.9566 16.7267 27.474 17.2479C27.8605 17.6381 28.3247 17.8083 28.8725 17.6501C29.8784 17.3579 30.1828 16.1935 29.4508 15.3892C29.0415 14.9388 28.5956 14.52 28.1405 14.0591C28.871 13.5967 29.536 13.1975 30.1767 12.7622C30.6911 12.4127 30.8768 11.8328 30.7139 11.2724C30.5617 10.7498 30.0595 10.3084 29.4995 10.3295C29.1586 10.3431 28.7934 10.4711 28.4936 10.6413C27.6947 11.0962 26.9277 11.6038 26.1029 12.1175C25.7224 11.7213 25.3846 11.3387 25.0148 10.9908C24.4045 10.4169 23.563 10.4199 23.0288 10.9697C22.5023 11.5119 22.5144 12.3012 23.0836 12.8887C23.3453 13.1583 23.6467 13.3903 23.9602 13.6644C22.9558 14.4733 22.0335 15.2174 21.1113 15.96C19.728 14.8891 19.1939 14.755 18.5775 15.3952C18.3706 15.6106 18.1301 15.9872 18.1879 16.2221C18.331 16.8066 18.6354 17.3534 18.9078 17.9905C18.2123 18.7181 17.3981 19.5676 16.5779 20.4232C16.3192 20.1807 16.1107 19.9593 15.8748 19.7725C15.3209 19.3342 14.5448 19.3733 14.0578 19.8463C13.5449 20.3449 13.4993 21.1251 13.9862 21.6795C14.2206 21.9476 14.5174 22.1615 14.8385 22.4447L14.8354 22.4477Z" fill="black"/><path d="M0.437651 33.3939C5.13546 39.9177 10.62 45.4488 17.0755 50.1289C16.4105 50.2027 15.747 50.2886 15.082 50.3488C11.9105 50.632 8.75583 50.5717 5.63766 49.8532C5.17807 49.7478 4.72914 49.5926 4.27108 49.4721C2.19533 48.9254 1.28377 47.395 0.789188 45.4865C0.0876361 42.7691 -0.0995458 40.0081 0.0450256 37.2199C0.101332 36.1535 0.230686 35.09 0.329603 34.0251C0.344821 33.8624 0.382866 33.7012 0.436129 33.3939H0.437651Z" fill="black"/><path d="M33.8609 0.40607C34.5518 0.329249 35.2412 0.235859 35.9336 0.175607C39.4124 -0.121134 42.8654 -0.0518443 46.2545 0.904655C46.4006 0.945325 46.5436 0.996539 46.6897 1.03721C48.4291 1.51772 49.4792 2.64443 50.0012 4.34805C50.9005 7.28081 51.1014 10.2799 50.9553 13.3135C50.9036 14.38 50.7727 15.4434 50.6723 16.5084C50.6586 16.647 50.616 16.784 50.5612 17.0446C45.8968 10.5374 40.3133 5.10421 33.8594 0.40607H33.8609Z" fill="black"/></svg>');
}
.item3:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="52" height="52" viewBox="0 0 52 52" fill="none"><path d="M25.8852 0.405518V3.40251H18.6431V11.6322C18.8404 11.6322 19.0349 11.6322 19.2308 11.6322C22.5227 11.6322 25.8159 11.6389 29.1077 11.6241C29.4832 11.6228 29.675 11.7221 29.8232 12.078C30.3605 13.3777 30.9455 14.6587 31.495 15.9544C31.6038 16.2096 31.7371 16.3062 32.0214 16.2968C32.6458 16.2754 33.2729 16.2901 33.9408 16.2901V19.0763H0.00195312V16.2901C0.626319 16.2901 1.24796 16.2713 1.86825 16.2982C2.18927 16.3116 2.34298 16.2055 2.46677 15.9115C3.01224 14.6144 3.59852 13.3334 4.14127 12.0363C4.27457 11.7181 4.44461 11.6255 4.78196 11.6268C8.17584 11.6389 11.5697 11.6268 14.9636 11.6416C15.3812 11.6429 15.558 11.5758 15.554 11.1018C15.5322 7.68586 15.5431 4.26858 15.5404 0.851307C15.5404 0.703606 15.5091 0.554562 15.4928 0.40686H25.8825L25.8852 0.405518Z" fill="black"/><path d="M30.8258 51.8753C26.5328 51.8753 22.2397 51.8807 17.9467 51.874C15.0629 51.8686 12.5682 49.9941 11.8391 47.306C11.0814 44.5117 12.2417 41.6678 14.7351 40.2015C15.7213 39.6201 16.7945 39.3475 17.9345 39.3462C26.5205 39.3422 35.1066 39.3314 43.6926 39.3502C46.8825 39.3569 49.5894 41.7094 49.9267 44.6796C50.3131 48.0955 48.3611 50.9649 45.1141 51.7075C44.5918 51.827 44.0395 51.8672 43.5008 51.8686C39.2758 51.8807 35.0508 51.8753 30.8258 51.8753Z" fill="black"/><path d="M2.55469 22.1458H31.3095C30.9504 25.0273 30.5954 27.8779 30.2376 30.7406C29.5752 30.7406 28.9358 30.7782 28.302 30.7339C24.6401 30.4801 21.1047 29.6772 17.6714 28.3895C13.9184 26.981 9.79271 28.2821 7.77134 31.4644C5.83567 34.5124 6.45867 38.4923 9.26628 41.0059C9.39142 41.1187 9.51929 41.2274 9.65668 41.3483C7.98898 45.1066 8.37802 48.6044 11.0591 51.8431H6.45731C5.15961 41.9659 3.86055 32.082 2.55469 22.1431V22.1458Z" fill="black"/><path d="M11.4405 39.0281C10.0244 37.7256 9.27354 36.2003 9.73195 34.3271C10.1972 32.4231 11.5438 31.3154 13.4455 30.8709C14.5473 30.6131 15.6328 30.7367 16.6911 31.1395C20.017 32.4003 23.4544 33.2207 27.0006 33.5564C32.5478 34.0801 37.9726 33.4772 43.26 31.7289C43.9347 31.506 44.593 31.2321 45.2718 31.024C47.0347 30.4829 48.7038 30.6789 50.1933 31.7907C52.6214 33.6047 52.5983 37.1442 50.147 38.9999C49.0058 37.9485 47.7054 37.1308 46.1696 36.7817C45.3167 36.587 44.4298 36.4473 43.5579 36.4446C35.0698 36.4205 26.5817 36.4326 18.0949 36.4285C15.5512 36.4285 13.3489 37.2691 11.4418 39.0294L11.4405 39.0281Z" fill="black"/></svg>');
}
.item4:after {
  background-image: url('https://25046424.fs1.hubspotusercontent-eu1.net/hubfs/25046424/Logos/logo-1.png');
}
.item5:after {
  background-image: url("https://25046424.fs1.hubspotusercontent-eu1.net/hubfs/25046424/Logos/rugby_dance.png");
}

