@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html,
body {
  margin: 0;
  overscroll-behavior: none;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  html, body {
    max-height: 100svh;
    overflow: hidden;
  }
}
body {
  font-family: "Montserrat", sans-serif;
}

.page-bg {
  height: 100svh;
  width: 100svw;
  position: fixed;
  inset: 0;
  z-index: -1;
  background-color: #ff0000;
  background-color: black;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cdefs%3E%3CradialGradient id='a' cx='500' cy='500' r='60.3%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23ff0000'/%3E%3Cstop offset='1' stop-color='%23900'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='500' cy='500' r='76%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FF0' stop-opacity='1'/%3E%3Cstop offset='1' stop-color='%23FF0' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1000' height='1000'/%3E%3Cg fill='none' stroke='%23F40' stroke-width='2' stroke-miterlimit='10' stroke-opacity='0.69'%3E%3Ccircle cx='500' cy='500' r='725'/%3E%3Ccircle cx='500' cy='500' r='700'/%3E%3Ccircle cx='500' cy='500' r='675'/%3E%3Ccircle cx='500' cy='500' r='650'/%3E%3Ccircle cx='500' cy='500' r='625'/%3E%3Ccircle cx='500' cy='500' r='600'/%3E%3Ccircle cx='500' cy='500' r='575'/%3E%3Ccircle cx='500' cy='500' r='550'/%3E%3Ccircle cx='500' cy='500' r='525'/%3E%3Ccircle cx='500' cy='500' r='500'/%3E%3Ccircle cx='500' cy='500' r='475'/%3E%3Ccircle cx='500' cy='500' r='450'/%3E%3Ccircle cx='500' cy='500' r='425'/%3E%3Ccircle cx='500' cy='500' r='400'/%3E%3Ccircle cx='500' cy='500' r='375'/%3E%3Ccircle cx='500' cy='500' r='350'/%3E%3Ccircle cx='500' cy='500' r='325'/%3E%3Ccircle cx='500' cy='500' r='300'/%3E%3Ccircle cx='500' cy='500' r='275'/%3E%3Ccircle cx='500' cy='500' r='250'/%3E%3Ccircle cx='500' cy='500' r='225'/%3E%3Ccircle cx='500' cy='500' r='200'/%3E%3Ccircle cx='500' cy='500' r='175'/%3E%3Ccircle cx='500' cy='500' r='150'/%3E%3Ccircle cx='500' cy='500' r='125'/%3E%3Ccircle cx='500' cy='500' r='100'/%3E%3Ccircle cx='500' cy='500' r='75'/%3E%3Ccircle cx='500' cy='500' r='50'/%3E%3Ccircle cx='500' cy='500' r='25'/%3E%3C/g%3E%3Crect fill-opacity='0.69' fill='url(%23b)' width='1000' height='1000'/%3E %3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}

.main {
  min-height: 100vh;
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
  .main {
    align-items: center;
    flex-direction: column;
    height: 100svh;
    justify-content: space-between;
    overflow-y: auto;
  }
}
.page-full-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding-bottom: 100px;
  z-index: 10;
  position: relative;
}

@media (max-width: 768px) {
  .page-full-wrap {
    margin-top: 24px;
    width: 100%;
  }
}
.container-link-buttons {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 90%;
  width: 30rem;
}

.social-button {
  width: 100%;
  height: 4rem;
  line-height: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  padding: 0;
  overflow: hidden;
  border: none;
  border-radius: 1rem;
  background: darkred;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: large;
  z-index: 0;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-box-shadow: 0 0 11px 0 rgba(34, 60, 80, 0);
  -moz-box-shadow: 0 0 11px 0 rgba(34, 60, 80, 0);
  box-shadow: 0 0 11px 0 rgba(34, 60, 80, 0);
}
.social-button .social-button-text {
  position: relative;
  padding-left: 1rem;
  font-weight: bold;
  text-align: left;
  flex-grow: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.social-button .social-button-text .bg {
  position: absolute;
  left: -10%;
  width: 110%;
  height: 100%;
  background-color: white;
  z-index: -1;
  transform: skew(-20deg, 0);
}
.social-button .social-button-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 4rem;
  position: relative;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  z-index: -2;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.social-button .social-button-pic .bg {
  position: absolute;
  left: 0;
  width: 170%;
  height: 100%;
  z-index: -1;
  transform: skew(-20deg, 0);
}
.social-button .social-button-pic .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-button:hover {
  scale: 1;
  -webkit-box-shadow: 0 10px 11px 0 rgba(34, 60, 80, 0.1);
  -moz-box-shadow: 0 10px 11px 0 rgba(34, 60, 80, 0.1);
  box-shadow: 0 10px 11px 0 rgba(34, 60, 80, 0.1);
}
.social-button:hover .social-button-pic {
  width: 8rem;
  scale: 1.2;
}

.avatar-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1rem;
}
.avatar-block .avatar {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-image: url("../media/images/avatar.jpg");
  background-size: contain;
  margin-bottom: 1rem;
}
.avatar-block h1 {
  margin: 0;
  font-size: xx-large;
  font-weight: bold;
}
.avatar-block p {
  margin: 0;
  font-size: x-large;
}

/*Carrot rain*/
.wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 800px;
  position: absolute;
  z-index: -1;
}

.tri {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

.tri:nth-child(1) {
  width: 21px;
  height: 21px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -10.5px;
  margin-top: -10.5px;
  transform: rotate(311deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim1 10s infinite linear;
  animation-delay: -0.05s;
  opacity: 0;
}

@keyframes anim1 {
  0% {
    opacity: 1;
    transform: rotate(466.5deg) translate3d(643px, 219px, 1000px) scale(1);
  }
}
.tri:nth-child(2) {
  width: 41px;
  height: 41px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -20.5px;
  margin-top: -20.5px;
  transform: rotate(254deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim2 10s infinite linear;
  animation-delay: -0.1s;
  opacity: 0;
}

@keyframes anim2 {
  0% {
    opacity: 1;
    transform: rotate(381deg) translate3d(763px, 333px, 1000px) scale(1);
  }
}
.tri:nth-child(3) {
  width: 33px;
  height: 33px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -16.5px;
  margin-top: -16.5px;
  transform: rotate(168deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim3 10s infinite linear;
  animation-delay: -0.15s;
  opacity: 0;
}

@keyframes anim3 {
  0% {
    opacity: 1;
    transform: rotate(252deg) translate3d(739px, 295px, 1000px) scale(1);
  }
}
.tri:nth-child(4) {
  width: 36px;
  height: 36px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -18px;
  margin-top: -18px;
  transform: rotate(308deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim4 10s infinite linear;
  animation-delay: -0.2s;
  opacity: 0;
}

@keyframes anim4 {
  0% {
    opacity: 1;
    transform: rotate(462deg) translate3d(675px, 879px, 1000px) scale(1);
  }
}
.tri:nth-child(5) {
  width: 15px;
  height: 15px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -7.5px;
  margin-top: -7.5px;
  transform: rotate(255deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim5 10s infinite linear;
  animation-delay: -0.25s;
  opacity: 0;
}

@keyframes anim5 {
  0% {
    opacity: 1;
    transform: rotate(382.5deg) translate3d(724px, 759px, 1000px) scale(1);
  }
}
.tri:nth-child(6) {
  width: 66px;
  height: 66px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -33px;
  margin-top: -33px;
  transform: rotate(359deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim6 10s infinite linear;
  animation-delay: -0.3s;
  opacity: 0;
}

@keyframes anim6 {
  0% {
    opacity: 1;
    transform: rotate(538.5deg) translate3d(495px, 329px, 1000px) scale(1);
  }
}
.tri:nth-child(7) {
  width: 48px;
  height: 48px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -24px;
  margin-top: -24px;
  transform: rotate(175deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim7 10s infinite linear;
  animation-delay: -0.35s;
  opacity: 0;
}

@keyframes anim7 {
  0% {
    opacity: 1;
    transform: rotate(262.5deg) translate3d(229px, 782px, 1000px) scale(1);
  }
}
.tri:nth-child(8) {
  width: 31px;
  height: 31px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -15.5px;
  margin-top: -15.5px;
  transform: rotate(277deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim8 10s infinite linear;
  animation-delay: -0.4s;
  opacity: 0;
}

@keyframes anim8 {
  0% {
    opacity: 1;
    transform: rotate(415.5deg) translate3d(237px, 470px, 1000px) scale(1);
  }
}
.tri:nth-child(9) {
  width: 78px;
  height: 78px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -39px;
  margin-top: -39px;
  transform: rotate(360deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim9 10s infinite linear;
  animation-delay: -0.45s;
  opacity: 0;
}

@keyframes anim9 {
  0% {
    opacity: 1;
    transform: rotate(540deg) translate3d(632px, 509px, 1000px) scale(1);
  }
}
.tri:nth-child(10) {
  width: 70px;
  height: 70px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -35px;
  margin-top: -35px;
  transform: rotate(205deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim10 10s infinite linear;
  animation-delay: -0.5s;
  opacity: 0;
}

@keyframes anim10 {
  0% {
    opacity: 1;
    transform: rotate(307.5deg) translate3d(896px, 928px, 1000px) scale(1);
  }
}
.tri:nth-child(11) {
  width: 33px;
  height: 33px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -16.5px;
  margin-top: -16.5px;
  transform: rotate(124deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim11 10s infinite linear;
  animation-delay: -0.55s;
  opacity: 0;
}

@keyframes anim11 {
  0% {
    opacity: 1;
    transform: rotate(186deg) translate3d(655px, 575px, 1000px) scale(1);
  }
}
.tri:nth-child(12) {
  width: 42px;
  height: 42px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -21px;
  margin-top: -21px;
  transform: rotate(53deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim12 10s infinite linear;
  animation-delay: -0.6s;
  opacity: 0;
}

@keyframes anim12 {
  0% {
    opacity: 1;
    transform: rotate(79.5deg) translate3d(278px, 478px, 1000px) scale(1);
  }
}
.tri:nth-child(13) {
  width: 19px;
  height: 19px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -9.5px;
  margin-top: -9.5px;
  transform: rotate(265deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim13 10s infinite linear;
  animation-delay: -0.65s;
  opacity: 0;
}

@keyframes anim13 {
  0% {
    opacity: 1;
    transform: rotate(397.5deg) translate3d(46px, 846px, 1000px) scale(1);
  }
}
.tri:nth-child(14) {
  width: 75px;
  height: 75px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -37.5px;
  margin-top: -37.5px;
  transform: rotate(41deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim14 10s infinite linear;
  animation-delay: -0.7s;
  opacity: 0;
}

@keyframes anim14 {
  0% {
    opacity: 1;
    transform: rotate(61.5deg) translate3d(495px, 230px, 1000px) scale(1);
  }
}
.tri:nth-child(15) {
  width: 17px;
  height: 17px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -8.5px;
  margin-top: -8.5px;
  transform: rotate(280deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim15 10s infinite linear;
  animation-delay: -0.75s;
  opacity: 0;
}

@keyframes anim15 {
  0% {
    opacity: 1;
    transform: rotate(420deg) translate3d(407px, 192px, 1000px) scale(1);
  }
}
.tri:nth-child(16) {
  width: 61px;
  height: 61px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -30.5px;
  margin-top: -30.5px;
  transform: rotate(320deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim16 10s infinite linear;
  animation-delay: -0.8s;
  opacity: 0;
}

@keyframes anim16 {
  0% {
    opacity: 1;
    transform: rotate(480deg) translate3d(381px, 809px, 1000px) scale(1);
  }
}
.tri:nth-child(17) {
  width: 34px;
  height: 34px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -17px;
  margin-top: -17px;
  transform: rotate(242deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim17 10s infinite linear;
  animation-delay: -0.85s;
  opacity: 0;
}

@keyframes anim17 {
  0% {
    opacity: 1;
    transform: rotate(363deg) translate3d(659px, 474px, 1000px) scale(1);
  }
}
.tri:nth-child(18) {
  width: 57px;
  height: 57px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -28.5px;
  margin-top: -28.5px;
  transform: rotate(54deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim18 10s infinite linear;
  animation-delay: -0.9s;
  opacity: 0;
}

@keyframes anim18 {
  0% {
    opacity: 1;
    transform: rotate(81deg) translate3d(578px, 76px, 1000px) scale(1);
  }
}
.tri:nth-child(19) {
  width: 44px;
  height: 44px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -22px;
  margin-top: -22px;
  transform: rotate(76deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim19 10s infinite linear;
  animation-delay: -0.95s;
  opacity: 0;
}

@keyframes anim19 {
  0% {
    opacity: 1;
    transform: rotate(114deg) translate3d(346px, 311px, 1000px) scale(1);
  }
}
.tri:nth-child(20) {
  width: 14px;
  height: 14px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -7px;
  margin-top: -7px;
  transform: rotate(47deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim20 10s infinite linear;
  animation-delay: -1s;
  opacity: 0;
}

@keyframes anim20 {
  0% {
    opacity: 1;
    transform: rotate(70.5deg) translate3d(661px, 529px, 1000px) scale(1);
  }
}
.tri:nth-child(21) {
  width: 26px;
  height: 26px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -13px;
  margin-top: -13px;
  transform: rotate(175deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim21 10s infinite linear;
  animation-delay: -1.05s;
  opacity: 0;
}

@keyframes anim21 {
  0% {
    opacity: 1;
    transform: rotate(262.5deg) translate3d(719px, 993px, 1000px) scale(1);
  }
}
.tri:nth-child(22) {
  width: 38px;
  height: 38px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -19px;
  margin-top: -19px;
  transform: rotate(166deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim22 10s infinite linear;
  animation-delay: -1.1s;
  opacity: 0;
}

@keyframes anim22 {
  0% {
    opacity: 1;
    transform: rotate(249deg) translate3d(499px, 638px, 1000px) scale(1);
  }
}
.tri:nth-child(23) {
  width: 23px;
  height: 23px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -11.5px;
  margin-top: -11.5px;
  transform: rotate(263deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim23 10s infinite linear;
  animation-delay: -1.15s;
  opacity: 0;
}

@keyframes anim23 {
  0% {
    opacity: 1;
    transform: rotate(394.5deg) translate3d(940px, 490px, 1000px) scale(1);
  }
}
.tri:nth-child(24) {
  width: 15px;
  height: 15px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -7.5px;
  margin-top: -7.5px;
  transform: rotate(250deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim24 10s infinite linear;
  animation-delay: -1.2s;
  opacity: 0;
}

@keyframes anim24 {
  0% {
    opacity: 1;
    transform: rotate(375deg) translate3d(454px, 787px, 1000px) scale(1);
  }
}
.tri:nth-child(25) {
  width: 12px;
  height: 12px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -6px;
  margin-top: -6px;
  transform: rotate(50deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim25 10s infinite linear;
  animation-delay: -1.25s;
  opacity: 0;
}

@keyframes anim25 {
  0% {
    opacity: 1;
    transform: rotate(75deg) translate3d(785px, 423px, 1000px) scale(1);
  }
}
.tri:nth-child(26) {
  width: 71px;
  height: 71px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -35.5px;
  margin-top: -35.5px;
  transform: rotate(230deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim26 10s infinite linear;
  animation-delay: -1.3s;
  opacity: 0;
}

@keyframes anim26 {
  0% {
    opacity: 1;
    transform: rotate(345deg) translate3d(151px, 303px, 1000px) scale(1);
  }
}
.tri:nth-child(27) {
  width: 31px;
  height: 31px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -15.5px;
  margin-top: -15.5px;
  transform: rotate(33deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim27 10s infinite linear;
  animation-delay: -1.35s;
  opacity: 0;
}

@keyframes anim27 {
  0% {
    opacity: 1;
    transform: rotate(49.5deg) translate3d(368px, 9px, 1000px) scale(1);
  }
}
.tri:nth-child(28) {
  width: 41px;
  height: 41px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -20.5px;
  margin-top: -20.5px;
  transform: rotate(258deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim28 10s infinite linear;
  animation-delay: -1.4s;
  opacity: 0;
}

@keyframes anim28 {
  0% {
    opacity: 1;
    transform: rotate(387deg) translate3d(66px, 618px, 1000px) scale(1);
  }
}
.tri:nth-child(29) {
  width: 40px;
  height: 40px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -20px;
  margin-top: -20px;
  transform: rotate(129deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim29 10s infinite linear;
  animation-delay: -1.45s;
  opacity: 0;
}

@keyframes anim29 {
  0% {
    opacity: 1;
    transform: rotate(193.5deg) translate3d(587px, 498px, 1000px) scale(1);
  }
}
.tri:nth-child(30) {
  width: 35px;
  height: 35px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -17.5px;
  margin-top: -17.5px;
  transform: rotate(300deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim30 10s infinite linear;
  animation-delay: -1.5s;
  opacity: 0;
}

@keyframes anim30 {
  0% {
    opacity: 1;
    transform: rotate(450deg) translate3d(729px, 885px, 1000px) scale(1);
  }
}
.tri:nth-child(31) {
  width: 19px;
  height: 19px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -9.5px;
  margin-top: -9.5px;
  transform: rotate(255deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim31 10s infinite linear;
  animation-delay: -1.55s;
  opacity: 0;
}

@keyframes anim31 {
  0% {
    opacity: 1;
    transform: rotate(382.5deg) translate3d(538px, 201px, 1000px) scale(1);
  }
}
.tri:nth-child(32) {
  width: 56px;
  height: 56px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -28px;
  margin-top: -28px;
  transform: rotate(256deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim32 10s infinite linear;
  animation-delay: -1.6s;
  opacity: 0;
}

@keyframes anim32 {
  0% {
    opacity: 1;
    transform: rotate(384deg) translate3d(281px, 747px, 1000px) scale(1);
  }
}
.tri:nth-child(33) {
  width: 12px;
  height: 12px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -6px;
  margin-top: -6px;
  transform: rotate(115deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim33 10s infinite linear;
  animation-delay: -1.65s;
  opacity: 0;
}

@keyframes anim33 {
  0% {
    opacity: 1;
    transform: rotate(172.5deg) translate3d(921px, 507px, 1000px) scale(1);
  }
}
.tri:nth-child(34) {
  width: 17px;
  height: 17px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -8.5px;
  margin-top: -8.5px;
  transform: rotate(327deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim34 10s infinite linear;
  animation-delay: -1.7s;
  opacity: 0;
}

@keyframes anim34 {
  0% {
    opacity: 1;
    transform: rotate(490.5deg) translate3d(426px, 966px, 1000px) scale(1);
  }
}
.tri:nth-child(35) {
  width: 69px;
  height: 69px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -34.5px;
  margin-top: -34.5px;
  transform: rotate(230deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim35 10s infinite linear;
  animation-delay: -1.75s;
  opacity: 0;
}

@keyframes anim35 {
  0% {
    opacity: 1;
    transform: rotate(345deg) translate3d(833px, 446px, 1000px) scale(1);
  }
}
.tri:nth-child(36) {
  width: 74px;
  height: 74px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -37px;
  margin-top: -37px;
  transform: rotate(305deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim36 10s infinite linear;
  animation-delay: -1.8s;
  opacity: 0;
}

@keyframes anim36 {
  0% {
    opacity: 1;
    transform: rotate(457.5deg) translate3d(402px, 623px, 1000px) scale(1);
  }
}
.tri:nth-child(37) {
  width: 28px;
  height: 28px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -14px;
  margin-top: -14px;
  transform: rotate(5deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim37 10s infinite linear;
  animation-delay: -1.85s;
  opacity: 0;
}

@keyframes anim37 {
  0% {
    opacity: 1;
    transform: rotate(7.5deg) translate3d(904px, 90px, 1000px) scale(1);
  }
}
.tri:nth-child(38) {
  width: 74px;
  height: 74px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -37px;
  margin-top: -37px;
  transform: rotate(261deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim38 10s infinite linear;
  animation-delay: -1.9s;
  opacity: 0;
}

@keyframes anim38 {
  0% {
    opacity: 1;
    transform: rotate(391.5deg) translate3d(570px, 898px, 1000px) scale(1);
  }
}
.tri:nth-child(39) {
  width: 39px;
  height: 39px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -19.5px;
  margin-top: -19.5px;
  transform: rotate(115deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim39 10s infinite linear;
  animation-delay: -1.95s;
  opacity: 0;
}

@keyframes anim39 {
  0% {
    opacity: 1;
    transform: rotate(172.5deg) translate3d(848px, 374px, 1000px) scale(1);
  }
}
.tri:nth-child(40) {
  width: 61px;
  height: 61px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -30.5px;
  margin-top: -30.5px;
  transform: rotate(94deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim40 10s infinite linear;
  animation-delay: -2s;
  opacity: 0;
}

@keyframes anim40 {
  0% {
    opacity: 1;
    transform: rotate(141deg) translate3d(270px, 291px, 1000px) scale(1);
  }
}
.tri:nth-child(41) {
  width: 53px;
  height: 53px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -26.5px;
  margin-top: -26.5px;
  transform: rotate(196deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim41 10s infinite linear;
  animation-delay: -2.05s;
  opacity: 0;
}

@keyframes anim41 {
  0% {
    opacity: 1;
    transform: rotate(294deg) translate3d(275px, 499px, 1000px) scale(1);
  }
}
.tri:nth-child(42) {
  width: 61px;
  height: 61px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -30.5px;
  margin-top: -30.5px;
  transform: rotate(330deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim42 10s infinite linear;
  animation-delay: -2.1s;
  opacity: 0;
}

@keyframes anim42 {
  0% {
    opacity: 1;
    transform: rotate(495deg) translate3d(414px, 329px, 1000px) scale(1);
  }
}
.tri:nth-child(43) {
  width: 56px;
  height: 56px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -28px;
  margin-top: -28px;
  transform: rotate(58deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim43 10s infinite linear;
  animation-delay: -2.15s;
  opacity: 0;
}

@keyframes anim43 {
  0% {
    opacity: 1;
    transform: rotate(87deg) translate3d(1px, 113px, 1000px) scale(1);
  }
}
.tri:nth-child(44) {
  width: 63px;
  height: 63px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -31.5px;
  margin-top: -31.5px;
  transform: rotate(82deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim44 10s infinite linear;
  animation-delay: -2.2s;
  opacity: 0;
}

@keyframes anim44 {
  0% {
    opacity: 1;
    transform: rotate(123deg) translate3d(687px, 755px, 1000px) scale(1);
  }
}
.tri:nth-child(45) {
  width: 60px;
  height: 60px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -30px;
  margin-top: -30px;
  transform: rotate(7deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim45 10s infinite linear;
  animation-delay: -2.25s;
  opacity: 0;
}

@keyframes anim45 {
  0% {
    opacity: 1;
    transform: rotate(10.5deg) translate3d(406px, 91px, 1000px) scale(1);
  }
}
.tri:nth-child(46) {
  width: 63px;
  height: 63px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -31.5px;
  margin-top: -31.5px;
  transform: rotate(340deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim46 10s infinite linear;
  animation-delay: -2.3s;
  opacity: 0;
}

@keyframes anim46 {
  0% {
    opacity: 1;
    transform: rotate(510deg) translate3d(177px, 446px, 1000px) scale(1);
  }
}
.tri:nth-child(47) {
  width: 70px;
  height: 70px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -35px;
  margin-top: -35px;
  transform: rotate(159deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim47 10s infinite linear;
  animation-delay: -2.35s;
  opacity: 0;
}

@keyframes anim47 {
  0% {
    opacity: 1;
    transform: rotate(238.5deg) translate3d(128px, 516px, 1000px) scale(1);
  }
}
.tri:nth-child(48) {
  width: 70px;
  height: 70px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -35px;
  margin-top: -35px;
  transform: rotate(29deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim48 10s infinite linear;
  animation-delay: -2.4s;
  opacity: 0;
}

@keyframes anim48 {
  0% {
    opacity: 1;
    transform: rotate(43.5deg) translate3d(559px, 698px, 1000px) scale(1);
  }
}
.tri:nth-child(49) {
  width: 65px;
  height: 65px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -32.5px;
  margin-top: -32.5px;
  transform: rotate(279deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim49 10s infinite linear;
  animation-delay: -2.45s;
  opacity: 0;
}

@keyframes anim49 {
  0% {
    opacity: 1;
    transform: rotate(418.5deg) translate3d(115px, 566px, 1000px) scale(1);
  }
}
.tri:nth-child(50) {
  width: 25px;
  height: 25px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -12.5px;
  margin-top: -12.5px;
  transform: rotate(231deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim50 10s infinite linear;
  animation-delay: -2.5s;
  opacity: 0;
}

@keyframes anim50 {
  0% {
    opacity: 1;
    transform: rotate(346.5deg) translate3d(867px, 590px, 1000px) scale(1);
  }
}
.tri:nth-child(51) {
  width: 77px;
  height: 77px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -38.5px;
  margin-top: -38.5px;
  transform: rotate(320deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim51 10s infinite linear;
  animation-delay: -2.55s;
  opacity: 0;
}

@keyframes anim51 {
  0% {
    opacity: 1;
    transform: rotate(480deg) translate3d(633px, 631px, 1000px) scale(1);
  }
}
.tri:nth-child(52) {
  width: 75px;
  height: 75px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -37.5px;
  margin-top: -37.5px;
  transform: rotate(145deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim52 10s infinite linear;
  animation-delay: -2.6s;
  opacity: 0;
}

@keyframes anim52 {
  0% {
    opacity: 1;
    transform: rotate(217.5deg) translate3d(154px, 378px, 1000px) scale(1);
  }
}
.tri:nth-child(53) {
  width: 24px;
  height: 24px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -12px;
  margin-top: -12px;
  transform: rotate(39deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim53 10s infinite linear;
  animation-delay: -2.65s;
  opacity: 0;
}

@keyframes anim53 {
  0% {
    opacity: 1;
    transform: rotate(58.5deg) translate3d(309px, 865px, 1000px) scale(1);
  }
}
.tri:nth-child(54) {
  width: 66px;
  height: 66px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -33px;
  margin-top: -33px;
  transform: rotate(334deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim54 10s infinite linear;
  animation-delay: -2.7s;
  opacity: 0;
}

@keyframes anim54 {
  0% {
    opacity: 1;
    transform: rotate(501deg) translate3d(748px, 560px, 1000px) scale(1);
  }
}
.tri:nth-child(55) {
  width: 60px;
  height: 60px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -30px;
  margin-top: -30px;
  transform: rotate(54deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim55 10s infinite linear;
  animation-delay: -2.75s;
  opacity: 0;
}

@keyframes anim55 {
  0% {
    opacity: 1;
    transform: rotate(81deg) translate3d(148px, 928px, 1000px) scale(1);
  }
}
.tri:nth-child(56) {
  width: 26px;
  height: 26px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -13px;
  margin-top: -13px;
  transform: rotate(187deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim56 10s infinite linear;
  animation-delay: -2.8s;
  opacity: 0;
}

@keyframes anim56 {
  0% {
    opacity: 1;
    transform: rotate(280.5deg) translate3d(975px, 976px, 1000px) scale(1);
  }
}
.tri:nth-child(57) {
  width: 78px;
  height: 78px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -39px;
  margin-top: -39px;
  transform: rotate(279deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim57 10s infinite linear;
  animation-delay: -2.85s;
  opacity: 0;
}

@keyframes anim57 {
  0% {
    opacity: 1;
    transform: rotate(418.5deg) translate3d(268px, 860px, 1000px) scale(1);
  }
}
.tri:nth-child(58) {
  width: 80px;
  height: 80px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -40px;
  margin-top: -40px;
  transform: rotate(85deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim58 10s infinite linear;
  animation-delay: -2.9s;
  opacity: 0;
}

@keyframes anim58 {
  0% {
    opacity: 1;
    transform: rotate(127.5deg) translate3d(79px, 449px, 1000px) scale(1);
  }
}
.tri:nth-child(59) {
  width: 62px;
  height: 62px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -31px;
  margin-top: -31px;
  transform: rotate(90deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim59 10s infinite linear;
  animation-delay: -2.95s;
  opacity: 0;
}

@keyframes anim59 {
  0% {
    opacity: 1;
    transform: rotate(135deg) translate3d(37px, 725px, 1000px) scale(1);
  }
}
.tri:nth-child(60) {
  width: 66px;
  height: 66px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -33px;
  margin-top: -33px;
  transform: rotate(358deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim60 10s infinite linear;
  animation-delay: -3s;
  opacity: 0;
}

@keyframes anim60 {
  0% {
    opacity: 1;
    transform: rotate(537deg) translate3d(167px, 699px, 1000px) scale(1);
  }
}
.tri:nth-child(61) {
  width: 40px;
  height: 40px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -20px;
  margin-top: -20px;
  transform: rotate(215deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim61 10s infinite linear;
  animation-delay: -3.05s;
  opacity: 0;
}

@keyframes anim61 {
  0% {
    opacity: 1;
    transform: rotate(322.5deg) translate3d(931px, 168px, 1000px) scale(1);
  }
}
.tri:nth-child(62) {
  width: 79px;
  height: 79px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -39.5px;
  margin-top: -39.5px;
  transform: rotate(104deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim62 10s infinite linear;
  animation-delay: -3.1s;
  opacity: 0;
}

@keyframes anim62 {
  0% {
    opacity: 1;
    transform: rotate(156deg) translate3d(827px, 950px, 1000px) scale(1);
  }
}
.tri:nth-child(63) {
  width: 58px;
  height: 58px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -29px;
  margin-top: -29px;
  transform: rotate(51deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim63 10s infinite linear;
  animation-delay: -3.15s;
  opacity: 0;
}

@keyframes anim63 {
  0% {
    opacity: 1;
    transform: rotate(76.5deg) translate3d(369px, 288px, 1000px) scale(1);
  }
}
.tri:nth-child(64) {
  width: 61px;
  height: 61px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -30.5px;
  margin-top: -30.5px;
  transform: rotate(316deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim64 10s infinite linear;
  animation-delay: -3.2s;
  opacity: 0;
}

@keyframes anim64 {
  0% {
    opacity: 1;
    transform: rotate(474deg) translate3d(540px, 573px, 1000px) scale(1);
  }
}
.tri:nth-child(65) {
  width: 48px;
  height: 48px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -24px;
  margin-top: -24px;
  transform: rotate(283deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim65 10s infinite linear;
  animation-delay: -3.25s;
  opacity: 0;
}

@keyframes anim65 {
  0% {
    opacity: 1;
    transform: rotate(424.5deg) translate3d(752px, 366px, 1000px) scale(1);
  }
}
.tri:nth-child(66) {
  width: 76px;
  height: 76px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -38px;
  margin-top: -38px;
  transform: rotate(53deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim66 10s infinite linear;
  animation-delay: -3.3s;
  opacity: 0;
}

@keyframes anim66 {
  0% {
    opacity: 1;
    transform: rotate(79.5deg) translate3d(519px, 425px, 1000px) scale(1);
  }
}
.tri:nth-child(67) {
  width: 68px;
  height: 68px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -34px;
  margin-top: -34px;
  transform: rotate(58deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim67 10s infinite linear;
  animation-delay: -3.35s;
  opacity: 0;
}

@keyframes anim67 {
  0% {
    opacity: 1;
    transform: rotate(87deg) translate3d(711px, 926px, 1000px) scale(1);
  }
}
.tri:nth-child(68) {
  width: 52px;
  height: 52px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -26px;
  margin-top: -26px;
  transform: rotate(319deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim68 10s infinite linear;
  animation-delay: -3.4s;
  opacity: 0;
}

@keyframes anim68 {
  0% {
    opacity: 1;
    transform: rotate(478.5deg) translate3d(526px, 304px, 1000px) scale(1);
  }
}
.tri:nth-child(69) {
  width: 21px;
  height: 21px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -10.5px;
  margin-top: -10.5px;
  transform: rotate(318deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim69 10s infinite linear;
  animation-delay: -3.45s;
  opacity: 0;
}

@keyframes anim69 {
  0% {
    opacity: 1;
    transform: rotate(477deg) translate3d(336px, 517px, 1000px) scale(1);
  }
}
.tri:nth-child(70) {
  width: 25px;
  height: 25px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -12.5px;
  margin-top: -12.5px;
  transform: rotate(331deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim70 10s infinite linear;
  animation-delay: -3.5s;
  opacity: 0;
}

@keyframes anim70 {
  0% {
    opacity: 1;
    transform: rotate(496.5deg) translate3d(400px, 775px, 1000px) scale(1);
  }
}
.tri:nth-child(71) {
  width: 40px;
  height: 40px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -20px;
  margin-top: -20px;
  transform: rotate(319deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim71 10s infinite linear;
  animation-delay: -3.55s;
  opacity: 0;
}

@keyframes anim71 {
  0% {
    opacity: 1;
    transform: rotate(478.5deg) translate3d(639px, 659px, 1000px) scale(1);
  }
}
.tri:nth-child(72) {
  width: 74px;
  height: 74px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -37px;
  margin-top: -37px;
  transform: rotate(332deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim72 10s infinite linear;
  animation-delay: -3.6s;
  opacity: 0;
}

@keyframes anim72 {
  0% {
    opacity: 1;
    transform: rotate(498deg) translate3d(356px, 391px, 1000px) scale(1);
  }
}
.tri:nth-child(73) {
  width: 27px;
  height: 27px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -13.5px;
  margin-top: -13.5px;
  transform: rotate(54deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim73 10s infinite linear;
  animation-delay: -3.65s;
  opacity: 0;
}

@keyframes anim73 {
  0% {
    opacity: 1;
    transform: rotate(81deg) translate3d(87px, 489px, 1000px) scale(1);
  }
}
.tri:nth-child(74) {
  width: 64px;
  height: 64px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -32px;
  margin-top: -32px;
  transform: rotate(39deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim74 10s infinite linear;
  animation-delay: -3.7s;
  opacity: 0;
}

@keyframes anim74 {
  0% {
    opacity: 1;
    transform: rotate(58.5deg) translate3d(986px, 819px, 1000px) scale(1);
  }
}
.tri:nth-child(75) {
  width: 38px;
  height: 38px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -19px;
  margin-top: -19px;
  transform: rotate(33deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim75 10s infinite linear;
  animation-delay: -3.75s;
  opacity: 0;
}

@keyframes anim75 {
  0% {
    opacity: 1;
    transform: rotate(49.5deg) translate3d(926px, 407px, 1000px) scale(1);
  }
}
.tri:nth-child(76) {
  width: 63px;
  height: 63px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -31.5px;
  margin-top: -31.5px;
  transform: rotate(78deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim76 10s infinite linear;
  animation-delay: -3.8s;
  opacity: 0;
}

@keyframes anim76 {
  0% {
    opacity: 1;
    transform: rotate(117deg) translate3d(704px, 653px, 1000px) scale(1);
  }
}
.tri:nth-child(77) {
  width: 75px;
  height: 75px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -37.5px;
  margin-top: -37.5px;
  transform: rotate(318deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim77 10s infinite linear;
  animation-delay: -3.85s;
  opacity: 0;
}

@keyframes anim77 {
  0% {
    opacity: 1;
    transform: rotate(477deg) translate3d(791px, 42px, 1000px) scale(1);
  }
}
.tri:nth-child(78) {
  width: 70px;
  height: 70px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -35px;
  margin-top: -35px;
  transform: rotate(121deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim78 10s infinite linear;
  animation-delay: -3.9s;
  opacity: 0;
}

@keyframes anim78 {
  0% {
    opacity: 1;
    transform: rotate(181.5deg) translate3d(150px, 420px, 1000px) scale(1);
  }
}
.tri:nth-child(79) {
  width: 67px;
  height: 67px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -33.5px;
  margin-top: -33.5px;
  transform: rotate(270deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim79 10s infinite linear;
  animation-delay: -3.95s;
  opacity: 0;
}

@keyframes anim79 {
  0% {
    opacity: 1;
    transform: rotate(405deg) translate3d(754px, 871px, 1000px) scale(1);
  }
}
.tri:nth-child(80) {
  width: 57px;
  height: 57px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -28.5px;
  margin-top: -28.5px;
  transform: rotate(78deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim80 10s infinite linear;
  animation-delay: -4s;
  opacity: 0;
}

@keyframes anim80 {
  0% {
    opacity: 1;
    transform: rotate(117deg) translate3d(35px, 838px, 1000px) scale(1);
  }
}
.tri:nth-child(81) {
  width: 37px;
  height: 37px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -18.5px;
  margin-top: -18.5px;
  transform: rotate(211deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim81 10s infinite linear;
  animation-delay: -4.05s;
  opacity: 0;
}

@keyframes anim81 {
  0% {
    opacity: 1;
    transform: rotate(316.5deg) translate3d(137px, 250px, 1000px) scale(1);
  }
}
.tri:nth-child(82) {
  width: 70px;
  height: 70px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -35px;
  margin-top: -35px;
  transform: rotate(49deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim82 10s infinite linear;
  animation-delay: -4.1s;
  opacity: 0;
}

@keyframes anim82 {
  0% {
    opacity: 1;
    transform: rotate(73.5deg) translate3d(886px, 380px, 1000px) scale(1);
  }
}
.tri:nth-child(83) {
  width: 59px;
  height: 59px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -29.5px;
  margin-top: -29.5px;
  transform: rotate(35deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim83 10s infinite linear;
  animation-delay: -4.15s;
  opacity: 0;
}

@keyframes anim83 {
  0% {
    opacity: 1;
    transform: rotate(52.5deg) translate3d(800px, 654px, 1000px) scale(1);
  }
}
.tri:nth-child(84) {
  width: 34px;
  height: 34px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -17px;
  margin-top: -17px;
  transform: rotate(189deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim84 10s infinite linear;
  animation-delay: -4.2s;
  opacity: 0;
}

@keyframes anim84 {
  0% {
    opacity: 1;
    transform: rotate(283.5deg) translate3d(262px, 483px, 1000px) scale(1);
  }
}
.tri:nth-child(85) {
  width: 76px;
  height: 76px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -38px;
  margin-top: -38px;
  transform: rotate(24deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim85 10s infinite linear;
  animation-delay: -4.25s;
  opacity: 0;
}

@keyframes anim85 {
  0% {
    opacity: 1;
    transform: rotate(36deg) translate3d(375px, 835px, 1000px) scale(1);
  }
}
.tri:nth-child(86) {
  width: 41px;
  height: 41px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -20.5px;
  margin-top: -20.5px;
  transform: rotate(229deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim86 10s infinite linear;
  animation-delay: -4.3s;
  opacity: 0;
}

@keyframes anim86 {
  0% {
    opacity: 1;
    transform: rotate(343.5deg) translate3d(401px, 570px, 1000px) scale(1);
  }
}
.tri:nth-child(87) {
  width: 40px;
  height: 40px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -20px;
  margin-top: -20px;
  transform: rotate(140deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim87 10s infinite linear;
  animation-delay: -4.35s;
  opacity: 0;
}

@keyframes anim87 {
  0% {
    opacity: 1;
    transform: rotate(210deg) translate3d(647px, 292px, 1000px) scale(1);
  }
}
.tri:nth-child(88) {
  width: 29px;
  height: 29px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -14.5px;
  margin-top: -14.5px;
  transform: rotate(262deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim88 10s infinite linear;
  animation-delay: -4.4s;
  opacity: 0;
}

@keyframes anim88 {
  0% {
    opacity: 1;
    transform: rotate(393deg) translate3d(140px, 838px, 1000px) scale(1);
  }
}
.tri:nth-child(89) {
  width: 25px;
  height: 25px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -12.5px;
  margin-top: -12.5px;
  transform: rotate(192deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim89 10s infinite linear;
  animation-delay: -4.45s;
  opacity: 0;
}

@keyframes anim89 {
  0% {
    opacity: 1;
    transform: rotate(288deg) translate3d(443px, 186px, 1000px) scale(1);
  }
}
.tri:nth-child(90) {
  width: 75px;
  height: 75px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -37.5px;
  margin-top: -37.5px;
  transform: rotate(310deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim90 10s infinite linear;
  animation-delay: -4.5s;
  opacity: 0;
}

@keyframes anim90 {
  0% {
    opacity: 1;
    transform: rotate(465deg) translate3d(21px, 34px, 1000px) scale(1);
  }
}
.tri:nth-child(91) {
  width: 71px;
  height: 71px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -35.5px;
  margin-top: -35.5px;
  transform: rotate(308deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim91 10s infinite linear;
  animation-delay: -4.55s;
  opacity: 0;
}

@keyframes anim91 {
  0% {
    opacity: 1;
    transform: rotate(462deg) translate3d(262px, 162px, 1000px) scale(1);
  }
}
.tri:nth-child(92) {
  width: 80px;
  height: 80px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -40px;
  margin-top: -40px;
  transform: rotate(323deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim92 10s infinite linear;
  animation-delay: -4.6s;
  opacity: 0;
}

@keyframes anim92 {
  0% {
    opacity: 1;
    transform: rotate(484.5deg) translate3d(341px, 370px, 1000px) scale(1);
  }
}
.tri:nth-child(93) {
  width: 57px;
  height: 57px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -28.5px;
  margin-top: -28.5px;
  transform: rotate(117deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim93 10s infinite linear;
  animation-delay: -4.65s;
  opacity: 0;
}

@keyframes anim93 {
  0% {
    opacity: 1;
    transform: rotate(175.5deg) translate3d(811px, 854px, 1000px) scale(1);
  }
}
.tri:nth-child(94) {
  width: 46px;
  height: 46px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -23px;
  margin-top: -23px;
  transform: rotate(115deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim94 10s infinite linear;
  animation-delay: -4.7s;
  opacity: 0;
}

@keyframes anim94 {
  0% {
    opacity: 1;
    transform: rotate(172.5deg) translate3d(285px, 567px, 1000px) scale(1);
  }
}
.tri:nth-child(95) {
  width: 56px;
  height: 56px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -28px;
  margin-top: -28px;
  transform: rotate(290deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim95 10s infinite linear;
  animation-delay: -4.75s;
  opacity: 0;
}

@keyframes anim95 {
  0% {
    opacity: 1;
    transform: rotate(435deg) translate3d(815px, 160px, 1000px) scale(1);
  }
}
.tri:nth-child(96) {
  width: 45px;
  height: 45px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -22.5px;
  margin-top: -22.5px;
  transform: rotate(215deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim96 10s infinite linear;
  animation-delay: -4.8s;
  opacity: 0;
}

@keyframes anim96 {
  0% {
    opacity: 1;
    transform: rotate(322.5deg) translate3d(140px, 371px, 1000px) scale(1);
  }
}
.tri:nth-child(97) {
  width: 66px;
  height: 66px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -33px;
  margin-top: -33px;
  transform: rotate(226deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim97 10s infinite linear;
  animation-delay: -4.85s;
  opacity: 0;
}

@keyframes anim97 {
  0% {
    opacity: 1;
    transform: rotate(339deg) translate3d(389px, 530px, 1000px) scale(1);
  }
}
.tri:nth-child(98) {
  width: 48px;
  height: 48px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -24px;
  margin-top: -24px;
  transform: rotate(228deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim98 10s infinite linear;
  animation-delay: -4.9s;
  opacity: 0;
}

@keyframes anim98 {
  0% {
    opacity: 1;
    transform: rotate(342deg) translate3d(472px, 968px, 1000px) scale(1);
  }
}
.tri:nth-child(99) {
  width: 43px;
  height: 43px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -21.5px;
  margin-top: -21.5px;
  transform: rotate(87deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim99 10s infinite linear;
  animation-delay: -4.95s;
  opacity: 0;
}

@keyframes anim99 {
  0% {
    opacity: 1;
    transform: rotate(130.5deg) translate3d(862px, 732px, 1000px) scale(1);
  }
}
.tri:nth-child(100) {
  width: 17px;
  height: 17px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -8.5px;
  margin-top: -8.5px;
  transform: rotate(298deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim100 10s infinite linear;
  animation-delay: -5s;
  opacity: 0;
}

@keyframes anim100 {
  0% {
    opacity: 1;
    transform: rotate(447deg) translate3d(44px, 818px, 1000px) scale(1);
  }
}
.tri:nth-child(101) {
  width: 19px;
  height: 19px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -9.5px;
  margin-top: -9.5px;
  transform: rotate(127deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim101 10s infinite linear;
  animation-delay: -5.05s;
  opacity: 0;
}

@keyframes anim101 {
  0% {
    opacity: 1;
    transform: rotate(190.5deg) translate3d(181px, 343px, 1000px) scale(1);
  }
}
.tri:nth-child(102) {
  width: 75px;
  height: 75px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -37.5px;
  margin-top: -37.5px;
  transform: rotate(308deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim102 10s infinite linear;
  animation-delay: -5.1s;
  opacity: 0;
}

@keyframes anim102 {
  0% {
    opacity: 1;
    transform: rotate(462deg) translate3d(849px, 355px, 1000px) scale(1);
  }
}
.tri:nth-child(103) {
  width: 79px;
  height: 79px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -39.5px;
  margin-top: -39.5px;
  transform: rotate(208deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim103 10s infinite linear;
  animation-delay: -5.15s;
  opacity: 0;
}

@keyframes anim103 {
  0% {
    opacity: 1;
    transform: rotate(312deg) translate3d(612px, 595px, 1000px) scale(1);
  }
}
.tri:nth-child(104) {
  width: 77px;
  height: 77px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -38.5px;
  margin-top: -38.5px;
  transform: rotate(57deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim104 10s infinite linear;
  animation-delay: -5.2s;
  opacity: 0;
}

@keyframes anim104 {
  0% {
    opacity: 1;
    transform: rotate(85.5deg) translate3d(795px, 51px, 1000px) scale(1);
  }
}
.tri:nth-child(105) {
  width: 34px;
  height: 34px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -17px;
  margin-top: -17px;
  transform: rotate(352deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim105 10s infinite linear;
  animation-delay: -5.25s;
  opacity: 0;
}

@keyframes anim105 {
  0% {
    opacity: 1;
    transform: rotate(528deg) translate3d(768px, 713px, 1000px) scale(1);
  }
}
.tri:nth-child(106) {
  width: 73px;
  height: 73px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -36.5px;
  margin-top: -36.5px;
  transform: rotate(108deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim106 10s infinite linear;
  animation-delay: -5.3s;
  opacity: 0;
}

@keyframes anim106 {
  0% {
    opacity: 1;
    transform: rotate(162deg) translate3d(447px, 703px, 1000px) scale(1);
  }
}
.tri:nth-child(107) {
  width: 43px;
  height: 43px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -21.5px;
  margin-top: -21.5px;
  transform: rotate(152deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim107 10s infinite linear;
  animation-delay: -5.35s;
  opacity: 0;
}

@keyframes anim107 {
  0% {
    opacity: 1;
    transform: rotate(228deg) translate3d(412px, 237px, 1000px) scale(1);
  }
}
.tri:nth-child(108) {
  width: 48px;
  height: 48px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -24px;
  margin-top: -24px;
  transform: rotate(203deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim108 10s infinite linear;
  animation-delay: -5.4s;
  opacity: 0;
}

@keyframes anim108 {
  0% {
    opacity: 1;
    transform: rotate(304.5deg) translate3d(881px, 664px, 1000px) scale(1);
  }
}
.tri:nth-child(109) {
  width: 15px;
  height: 15px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -7.5px;
  margin-top: -7.5px;
  transform: rotate(67deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim109 10s infinite linear;
  animation-delay: -5.45s;
  opacity: 0;
}

@keyframes anim109 {
  0% {
    opacity: 1;
    transform: rotate(100.5deg) translate3d(166px, 464px, 1000px) scale(1);
  }
}
.tri:nth-child(110) {
  width: 53px;
  height: 53px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -26.5px;
  margin-top: -26.5px;
  transform: rotate(33deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim110 10s infinite linear;
  animation-delay: -5.5s;
  opacity: 0;
}

@keyframes anim110 {
  0% {
    opacity: 1;
    transform: rotate(49.5deg) translate3d(226px, 58px, 1000px) scale(1);
  }
}
.tri:nth-child(111) {
  width: 57px;
  height: 57px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -28.5px;
  margin-top: -28.5px;
  transform: rotate(290deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim111 10s infinite linear;
  animation-delay: -5.55s;
  opacity: 0;
}

@keyframes anim111 {
  0% {
    opacity: 1;
    transform: rotate(435deg) translate3d(238px, 853px, 1000px) scale(1);
  }
}
.tri:nth-child(112) {
  width: 51px;
  height: 51px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -25.5px;
  margin-top: -25.5px;
  transform: rotate(214deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim112 10s infinite linear;
  animation-delay: -5.6s;
  opacity: 0;
}

@keyframes anim112 {
  0% {
    opacity: 1;
    transform: rotate(321deg) translate3d(432px, 249px, 1000px) scale(1);
  }
}
.tri:nth-child(113) {
  width: 71px;
  height: 71px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -35.5px;
  margin-top: -35.5px;
  transform: rotate(153deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim113 10s infinite linear;
  animation-delay: -5.65s;
  opacity: 0;
}

@keyframes anim113 {
  0% {
    opacity: 1;
    transform: rotate(229.5deg) translate3d(125px, 13px, 1000px) scale(1);
  }
}
.tri:nth-child(114) {
  width: 68px;
  height: 68px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -34px;
  margin-top: -34px;
  transform: rotate(178deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim114 10s infinite linear;
  animation-delay: -5.7s;
  opacity: 0;
}

@keyframes anim114 {
  0% {
    opacity: 1;
    transform: rotate(267deg) translate3d(87px, 586px, 1000px) scale(1);
  }
}
.tri:nth-child(115) {
  width: 49px;
  height: 49px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -24.5px;
  margin-top: -24.5px;
  transform: rotate(62deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim115 10s infinite linear;
  animation-delay: -5.75s;
  opacity: 0;
}

@keyframes anim115 {
  0% {
    opacity: 1;
    transform: rotate(93deg) translate3d(195px, 67px, 1000px) scale(1);
  }
}
.tri:nth-child(116) {
  width: 41px;
  height: 41px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -20.5px;
  margin-top: -20.5px;
  transform: rotate(42deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim116 10s infinite linear;
  animation-delay: -5.8s;
  opacity: 0;
}

@keyframes anim116 {
  0% {
    opacity: 1;
    transform: rotate(63deg) translate3d(178px, 255px, 1000px) scale(1);
  }
}
.tri:nth-child(117) {
  width: 75px;
  height: 75px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -37.5px;
  margin-top: -37.5px;
  transform: rotate(57deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim117 10s infinite linear;
  animation-delay: -5.85s;
  opacity: 0;
}

@keyframes anim117 {
  0% {
    opacity: 1;
    transform: rotate(85.5deg) translate3d(488px, 80px, 1000px) scale(1);
  }
}
.tri:nth-child(118) {
  width: 76px;
  height: 76px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -38px;
  margin-top: -38px;
  transform: rotate(110deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim118 10s infinite linear;
  animation-delay: -5.9s;
  opacity: 0;
}

@keyframes anim118 {
  0% {
    opacity: 1;
    transform: rotate(165deg) translate3d(516px, 940px, 1000px) scale(1);
  }
}
.tri:nth-child(119) {
  width: 55px;
  height: 55px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -27.5px;
  margin-top: -27.5px;
  transform: rotate(277deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim119 10s infinite linear;
  animation-delay: -5.95s;
  opacity: 0;
}

@keyframes anim119 {
  0% {
    opacity: 1;
    transform: rotate(415.5deg) translate3d(42px, 577px, 1000px) scale(1);
  }
}
.tri:nth-child(120) {
  width: 13px;
  height: 13px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -6.5px;
  margin-top: -6.5px;
  transform: rotate(97deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim120 10s infinite linear;
  animation-delay: -6s;
  opacity: 0;
}

@keyframes anim120 {
  0% {
    opacity: 1;
    transform: rotate(145.5deg) translate3d(695px, 648px, 1000px) scale(1);
  }
}
.tri:nth-child(121) {
  width: 55px;
  height: 55px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -27.5px;
  margin-top: -27.5px;
  transform: rotate(181deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim121 10s infinite linear;
  animation-delay: -6.05s;
  opacity: 0;
}

@keyframes anim121 {
  0% {
    opacity: 1;
    transform: rotate(271.5deg) translate3d(379px, 242px, 1000px) scale(1);
  }
}
.tri:nth-child(122) {
  width: 55px;
  height: 55px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -27.5px;
  margin-top: -27.5px;
  transform: rotate(171deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim122 10s infinite linear;
  animation-delay: -6.1s;
  opacity: 0;
}

@keyframes anim122 {
  0% {
    opacity: 1;
    transform: rotate(256.5deg) translate3d(287px, 534px, 1000px) scale(1);
  }
}
.tri:nth-child(123) {
  width: 18px;
  height: 18px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -9px;
  margin-top: -9px;
  transform: rotate(47deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim123 10s infinite linear;
  animation-delay: -6.15s;
  opacity: 0;
}

@keyframes anim123 {
  0% {
    opacity: 1;
    transform: rotate(70.5deg) translate3d(46px, 897px, 1000px) scale(1);
  }
}
.tri:nth-child(124) {
  width: 41px;
  height: 41px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -20.5px;
  margin-top: -20.5px;
  transform: rotate(103deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim124 10s infinite linear;
  animation-delay: -6.2s;
  opacity: 0;
}

@keyframes anim124 {
  0% {
    opacity: 1;
    transform: rotate(154.5deg) translate3d(809px, 512px, 1000px) scale(1);
  }
}
.tri:nth-child(125) {
  width: 30px;
  height: 30px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -15px;
  margin-top: -15px;
  transform: rotate(1deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim125 10s infinite linear;
  animation-delay: -6.25s;
  opacity: 0;
}

@keyframes anim125 {
  0% {
    opacity: 1;
    transform: rotate(1.5deg) translate3d(704px, 589px, 1000px) scale(1);
  }
}
.tri:nth-child(126) {
  width: 43px;
  height: 43px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -21.5px;
  margin-top: -21.5px;
  transform: rotate(266deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim126 10s infinite linear;
  animation-delay: -6.3s;
  opacity: 0;
}

@keyframes anim126 {
  0% {
    opacity: 1;
    transform: rotate(399deg) translate3d(328px, 339px, 1000px) scale(1);
  }
}
.tri:nth-child(127) {
  width: 32px;
  height: 32px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -16px;
  margin-top: -16px;
  transform: rotate(231deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim127 10s infinite linear;
  animation-delay: -6.35s;
  opacity: 0;
}

@keyframes anim127 {
  0% {
    opacity: 1;
    transform: rotate(346.5deg) translate3d(544px, 537px, 1000px) scale(1);
  }
}
.tri:nth-child(128) {
  width: 67px;
  height: 67px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -33.5px;
  margin-top: -33.5px;
  transform: rotate(288deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim128 10s infinite linear;
  animation-delay: -6.4s;
  opacity: 0;
}

@keyframes anim128 {
  0% {
    opacity: 1;
    transform: rotate(432deg) translate3d(372px, 132px, 1000px) scale(1);
  }
}
.tri:nth-child(129) {
  width: 28px;
  height: 28px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -14px;
  margin-top: -14px;
  transform: rotate(314deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim129 10s infinite linear;
  animation-delay: -6.45s;
  opacity: 0;
}

@keyframes anim129 {
  0% {
    opacity: 1;
    transform: rotate(471deg) translate3d(461px, 342px, 1000px) scale(1);
  }
}
.tri:nth-child(130) {
  width: 69px;
  height: 69px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -34.5px;
  margin-top: -34.5px;
  transform: rotate(145deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim130 10s infinite linear;
  animation-delay: -6.5s;
  opacity: 0;
}

@keyframes anim130 {
  0% {
    opacity: 1;
    transform: rotate(217.5deg) translate3d(179px, 654px, 1000px) scale(1);
  }
}
.tri:nth-child(131) {
  width: 37px;
  height: 37px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -18.5px;
  margin-top: -18.5px;
  transform: rotate(204deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim131 10s infinite linear;
  animation-delay: -6.55s;
  opacity: 0;
}

@keyframes anim131 {
  0% {
    opacity: 1;
    transform: rotate(306deg) translate3d(267px, 649px, 1000px) scale(1);
  }
}
.tri:nth-child(132) {
  width: 62px;
  height: 62px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -31px;
  margin-top: -31px;
  transform: rotate(85deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim132 10s infinite linear;
  animation-delay: -6.6s;
  opacity: 0;
}

@keyframes anim132 {
  0% {
    opacity: 1;
    transform: rotate(127.5deg) translate3d(213px, 390px, 1000px) scale(1);
  }
}
.tri:nth-child(133) {
  width: 48px;
  height: 48px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -24px;
  margin-top: -24px;
  transform: rotate(170deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim133 10s infinite linear;
  animation-delay: -6.65s;
  opacity: 0;
}

@keyframes anim133 {
  0% {
    opacity: 1;
    transform: rotate(255deg) translate3d(810px, 773px, 1000px) scale(1);
  }
}
.tri:nth-child(134) {
  width: 19px;
  height: 19px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -9.5px;
  margin-top: -9.5px;
  transform: rotate(352deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim134 10s infinite linear;
  animation-delay: -6.7s;
  opacity: 0;
}

@keyframes anim134 {
  0% {
    opacity: 1;
    transform: rotate(528deg) translate3d(289px, 26px, 1000px) scale(1);
  }
}
.tri:nth-child(135) {
  width: 27px;
  height: 27px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -13.5px;
  margin-top: -13.5px;
  transform: rotate(359deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim135 10s infinite linear;
  animation-delay: -6.75s;
  opacity: 0;
}

@keyframes anim135 {
  0% {
    opacity: 1;
    transform: rotate(538.5deg) translate3d(438px, 995px, 1000px) scale(1);
  }
}
.tri:nth-child(136) {
  width: 27px;
  height: 27px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -13.5px;
  margin-top: -13.5px;
  transform: rotate(248deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim136 10s infinite linear;
  animation-delay: -6.8s;
  opacity: 0;
}

@keyframes anim136 {
  0% {
    opacity: 1;
    transform: rotate(372deg) translate3d(331px, 691px, 1000px) scale(1);
  }
}
.tri:nth-child(137) {
  width: 39px;
  height: 39px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -19.5px;
  margin-top: -19.5px;
  transform: rotate(285deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim137 10s infinite linear;
  animation-delay: -6.85s;
  opacity: 0;
}

@keyframes anim137 {
  0% {
    opacity: 1;
    transform: rotate(427.5deg) translate3d(48px, 634px, 1000px) scale(1);
  }
}
.tri:nth-child(138) {
  width: 24px;
  height: 24px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -12px;
  margin-top: -12px;
  transform: rotate(207deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim138 10s infinite linear;
  animation-delay: -6.9s;
  opacity: 0;
}

@keyframes anim138 {
  0% {
    opacity: 1;
    transform: rotate(310.5deg) translate3d(630px, 723px, 1000px) scale(1);
  }
}
.tri:nth-child(139) {
  width: 25px;
  height: 25px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -12.5px;
  margin-top: -12.5px;
  transform: rotate(144deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim139 10s infinite linear;
  animation-delay: -6.95s;
  opacity: 0;
}

@keyframes anim139 {
  0% {
    opacity: 1;
    transform: rotate(216deg) translate3d(881px, 173px, 1000px) scale(1);
  }
}
.tri:nth-child(140) {
  width: 35px;
  height: 35px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -17.5px;
  margin-top: -17.5px;
  transform: rotate(28deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim140 10s infinite linear;
  animation-delay: -7s;
  opacity: 0;
}

@keyframes anim140 {
  0% {
    opacity: 1;
    transform: rotate(42deg) translate3d(421px, 873px, 1000px) scale(1);
  }
}
.tri:nth-child(141) {
  width: 36px;
  height: 36px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -18px;
  margin-top: -18px;
  transform: rotate(202deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim141 10s infinite linear;
  animation-delay: -7.05s;
  opacity: 0;
}

@keyframes anim141 {
  0% {
    opacity: 1;
    transform: rotate(303deg) translate3d(718px, 932px, 1000px) scale(1);
  }
}
.tri:nth-child(142) {
  width: 42px;
  height: 42px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -21px;
  margin-top: -21px;
  transform: rotate(255deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim142 10s infinite linear;
  animation-delay: -7.1s;
  opacity: 0;
}

@keyframes anim142 {
  0% {
    opacity: 1;
    transform: rotate(382.5deg) translate3d(107px, 632px, 1000px) scale(1);
  }
}
.tri:nth-child(143) {
  width: 44px;
  height: 44px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -22px;
  margin-top: -22px;
  transform: rotate(344deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim143 10s infinite linear;
  animation-delay: -7.15s;
  opacity: 0;
}

@keyframes anim143 {
  0% {
    opacity: 1;
    transform: rotate(516deg) translate3d(687px, 598px, 1000px) scale(1);
  }
}
.tri:nth-child(144) {
  width: 12px;
  height: 12px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -6px;
  margin-top: -6px;
  transform: rotate(217deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim144 10s infinite linear;
  animation-delay: -7.2s;
  opacity: 0;
}

@keyframes anim144 {
  0% {
    opacity: 1;
    transform: rotate(325.5deg) translate3d(580px, 539px, 1000px) scale(1);
  }
}
.tri:nth-child(145) {
  width: 80px;
  height: 80px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -40px;
  margin-top: -40px;
  transform: rotate(130deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim145 10s infinite linear;
  animation-delay: -7.25s;
  opacity: 0;
}

@keyframes anim145 {
  0% {
    opacity: 1;
    transform: rotate(195deg) translate3d(205px, 847px, 1000px) scale(1);
  }
}
.tri:nth-child(146) {
  width: 14px;
  height: 14px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -7px;
  margin-top: -7px;
  transform: rotate(337deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim146 10s infinite linear;
  animation-delay: -7.3s;
  opacity: 0;
}

@keyframes anim146 {
  0% {
    opacity: 1;
    transform: rotate(505.5deg) translate3d(711px, 718px, 1000px) scale(1);
  }
}
.tri:nth-child(147) {
  width: 45px;
  height: 45px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -22.5px;
  margin-top: -22.5px;
  transform: rotate(59deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim147 10s infinite linear;
  animation-delay: -7.35s;
  opacity: 0;
}

@keyframes anim147 {
  0% {
    opacity: 1;
    transform: rotate(88.5deg) translate3d(835px, 668px, 1000px) scale(1);
  }
}
.tri:nth-child(148) {
  width: 29px;
  height: 29px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -14.5px;
  margin-top: -14.5px;
  transform: rotate(125deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim148 10s infinite linear;
  animation-delay: -7.4s;
  opacity: 0;
}

@keyframes anim148 {
  0% {
    opacity: 1;
    transform: rotate(187.5deg) translate3d(812px, 693px, 1000px) scale(1);
  }
}
.tri:nth-child(149) {
  width: 67px;
  height: 67px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -33.5px;
  margin-top: -33.5px;
  transform: rotate(273deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim149 10s infinite linear;
  animation-delay: -7.45s;
  opacity: 0;
}

@keyframes anim149 {
  0% {
    opacity: 1;
    transform: rotate(409.5deg) translate3d(150px, 591px, 1000px) scale(1);
  }
}
.tri:nth-child(150) {
  width: 70px;
  height: 70px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -35px;
  margin-top: -35px;
  transform: rotate(186deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim150 10s infinite linear;
  animation-delay: -7.5s;
  opacity: 0;
}

@keyframes anim150 {
  0% {
    opacity: 1;
    transform: rotate(279deg) translate3d(94px, 747px, 1000px) scale(1);
  }
}
.tri:nth-child(151) {
  width: 79px;
  height: 79px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -39.5px;
  margin-top: -39.5px;
  transform: rotate(233deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim151 10s infinite linear;
  animation-delay: -7.55s;
  opacity: 0;
}

@keyframes anim151 {
  0% {
    opacity: 1;
    transform: rotate(349.5deg) translate3d(891px, 27px, 1000px) scale(1);
  }
}
.tri:nth-child(152) {
  width: 49px;
  height: 49px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -24.5px;
  margin-top: -24.5px;
  transform: rotate(132deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim152 10s infinite linear;
  animation-delay: -7.6s;
  opacity: 0;
}

@keyframes anim152 {
  0% {
    opacity: 1;
    transform: rotate(198deg) translate3d(714px, 335px, 1000px) scale(1);
  }
}
.tri:nth-child(153) {
  width: 19px;
  height: 19px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -9.5px;
  margin-top: -9.5px;
  transform: rotate(245deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim153 10s infinite linear;
  animation-delay: -7.65s;
  opacity: 0;
}

@keyframes anim153 {
  0% {
    opacity: 1;
    transform: rotate(367.5deg) translate3d(604px, 927px, 1000px) scale(1);
  }
}
.tri:nth-child(154) {
  width: 52px;
  height: 52px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -26px;
  margin-top: -26px;
  transform: rotate(9deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim154 10s infinite linear;
  animation-delay: -7.7s;
  opacity: 0;
}

@keyframes anim154 {
  0% {
    opacity: 1;
    transform: rotate(13.5deg) translate3d(817px, 229px, 1000px) scale(1);
  }
}
.tri:nth-child(155) {
  width: 44px;
  height: 44px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -22px;
  margin-top: -22px;
  transform: rotate(188deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim155 10s infinite linear;
  animation-delay: -7.75s;
  opacity: 0;
}

@keyframes anim155 {
  0% {
    opacity: 1;
    transform: rotate(282deg) translate3d(967px, 365px, 1000px) scale(1);
  }
}
.tri:nth-child(156) {
  width: 59px;
  height: 59px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -29.5px;
  margin-top: -29.5px;
  transform: rotate(111deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim156 10s infinite linear;
  animation-delay: -7.8s;
  opacity: 0;
}

@keyframes anim156 {
  0% {
    opacity: 1;
    transform: rotate(166.5deg) translate3d(198px, 344px, 1000px) scale(1);
  }
}
.tri:nth-child(157) {
  width: 71px;
  height: 71px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -35.5px;
  margin-top: -35.5px;
  transform: rotate(236deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim157 10s infinite linear;
  animation-delay: -7.85s;
  opacity: 0;
}

@keyframes anim157 {
  0% {
    opacity: 1;
    transform: rotate(354deg) translate3d(222px, 963px, 1000px) scale(1);
  }
}
.tri:nth-child(158) {
  width: 52px;
  height: 52px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -26px;
  margin-top: -26px;
  transform: rotate(284deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim158 10s infinite linear;
  animation-delay: -7.9s;
  opacity: 0;
}

@keyframes anim158 {
  0% {
    opacity: 1;
    transform: rotate(426deg) translate3d(911px, 562px, 1000px) scale(1);
  }
}
.tri:nth-child(159) {
  width: 34px;
  height: 34px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -17px;
  margin-top: -17px;
  transform: rotate(286deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim159 10s infinite linear;
  animation-delay: -7.95s;
  opacity: 0;
}

@keyframes anim159 {
  0% {
    opacity: 1;
    transform: rotate(429deg) translate3d(20px, 631px, 1000px) scale(1);
  }
}
.tri:nth-child(160) {
  width: 49px;
  height: 49px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -24.5px;
  margin-top: -24.5px;
  transform: rotate(295deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim160 10s infinite linear;
  animation-delay: -8s;
  opacity: 0;
}

@keyframes anim160 {
  0% {
    opacity: 1;
    transform: rotate(442.5deg) translate3d(949px, 529px, 1000px) scale(1);
  }
}
.tri:nth-child(161) {
  width: 72px;
  height: 72px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -36px;
  margin-top: -36px;
  transform: rotate(286deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim161 10s infinite linear;
  animation-delay: -8.05s;
  opacity: 0;
}

@keyframes anim161 {
  0% {
    opacity: 1;
    transform: rotate(429deg) translate3d(955px, 175px, 1000px) scale(1);
  }
}
.tri:nth-child(162) {
  width: 79px;
  height: 79px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -39.5px;
  margin-top: -39.5px;
  transform: rotate(104deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim162 10s infinite linear;
  animation-delay: -8.1s;
  opacity: 0;
}

@keyframes anim162 {
  0% {
    opacity: 1;
    transform: rotate(156deg) translate3d(662px, 595px, 1000px) scale(1);
  }
}
.tri:nth-child(163) {
  width: 58px;
  height: 58px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -29px;
  margin-top: -29px;
  transform: rotate(4deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim163 10s infinite linear;
  animation-delay: -8.15s;
  opacity: 0;
}

@keyframes anim163 {
  0% {
    opacity: 1;
    transform: rotate(6deg) translate3d(451px, 768px, 1000px) scale(1);
  }
}
.tri:nth-child(164) {
  width: 58px;
  height: 58px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -29px;
  margin-top: -29px;
  transform: rotate(242deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim164 10s infinite linear;
  animation-delay: -8.2s;
  opacity: 0;
}

@keyframes anim164 {
  0% {
    opacity: 1;
    transform: rotate(363deg) translate3d(948px, 955px, 1000px) scale(1);
  }
}
.tri:nth-child(165) {
  width: 48px;
  height: 48px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -24px;
  margin-top: -24px;
  transform: rotate(69deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim165 10s infinite linear;
  animation-delay: -8.25s;
  opacity: 0;
}

@keyframes anim165 {
  0% {
    opacity: 1;
    transform: rotate(103.5deg) translate3d(364px, 359px, 1000px) scale(1);
  }
}
.tri:nth-child(166) {
  width: 27px;
  height: 27px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -13.5px;
  margin-top: -13.5px;
  transform: rotate(14deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim166 10s infinite linear;
  animation-delay: -8.3s;
  opacity: 0;
}

@keyframes anim166 {
  0% {
    opacity: 1;
    transform: rotate(21deg) translate3d(911px, 744px, 1000px) scale(1);
  }
}
.tri:nth-child(167) {
  width: 30px;
  height: 30px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -15px;
  margin-top: -15px;
  transform: rotate(314deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim167 10s infinite linear;
  animation-delay: -8.35s;
  opacity: 0;
}

@keyframes anim167 {
  0% {
    opacity: 1;
    transform: rotate(471deg) translate3d(558px, 467px, 1000px) scale(1);
  }
}
.tri:nth-child(168) {
  width: 24px;
  height: 24px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -12px;
  margin-top: -12px;
  transform: rotate(139deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim168 10s infinite linear;
  animation-delay: -8.4s;
  opacity: 0;
}

@keyframes anim168 {
  0% {
    opacity: 1;
    transform: rotate(208.5deg) translate3d(539px, 630px, 1000px) scale(1);
  }
}
.tri:nth-child(169) {
  width: 16px;
  height: 16px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -8px;
  margin-top: -8px;
  transform: rotate(182deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim169 10s infinite linear;
  animation-delay: -8.45s;
  opacity: 0;
}

@keyframes anim169 {
  0% {
    opacity: 1;
    transform: rotate(273deg) translate3d(911px, 912px, 1000px) scale(1);
  }
}
.tri:nth-child(170) {
  width: 66px;
  height: 66px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -33px;
  margin-top: -33px;
  transform: rotate(208deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim170 10s infinite linear;
  animation-delay: -8.5s;
  opacity: 0;
}

@keyframes anim170 {
  0% {
    opacity: 1;
    transform: rotate(312deg) translate3d(648px, 476px, 1000px) scale(1);
  }
}
.tri:nth-child(171) {
  width: 80px;
  height: 80px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -40px;
  margin-top: -40px;
  transform: rotate(206deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim171 10s infinite linear;
  animation-delay: -8.55s;
  opacity: 0;
}

@keyframes anim171 {
  0% {
    opacity: 1;
    transform: rotate(309deg) translate3d(558px, 204px, 1000px) scale(1);
  }
}
.tri:nth-child(172) {
  width: 77px;
  height: 77px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -38.5px;
  margin-top: -38.5px;
  transform: rotate(137deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim172 10s infinite linear;
  animation-delay: -8.6s;
  opacity: 0;
}

@keyframes anim172 {
  0% {
    opacity: 1;
    transform: rotate(205.5deg) translate3d(426px, 560px, 1000px) scale(1);
  }
}
.tri:nth-child(173) {
  width: 25px;
  height: 25px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -12.5px;
  margin-top: -12.5px;
  transform: rotate(114deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim173 10s infinite linear;
  animation-delay: -8.65s;
  opacity: 0;
}

@keyframes anim173 {
  0% {
    opacity: 1;
    transform: rotate(171deg) translate3d(904px, 720px, 1000px) scale(1);
  }
}
.tri:nth-child(174) {
  width: 35px;
  height: 35px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -17.5px;
  margin-top: -17.5px;
  transform: rotate(59deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim174 10s infinite linear;
  animation-delay: -8.7s;
  opacity: 0;
}

@keyframes anim174 {
  0% {
    opacity: 1;
    transform: rotate(88.5deg) translate3d(601px, 24px, 1000px) scale(1);
  }
}
.tri:nth-child(175) {
  width: 21px;
  height: 21px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -10.5px;
  margin-top: -10.5px;
  transform: rotate(254deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim175 10s infinite linear;
  animation-delay: -8.75s;
  opacity: 0;
}

@keyframes anim175 {
  0% {
    opacity: 1;
    transform: rotate(381deg) translate3d(324px, 467px, 1000px) scale(1);
  }
}
.tri:nth-child(176) {
  width: 37px;
  height: 37px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -18.5px;
  margin-top: -18.5px;
  transform: rotate(58deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim176 10s infinite linear;
  animation-delay: -8.8s;
  opacity: 0;
}

@keyframes anim176 {
  0% {
    opacity: 1;
    transform: rotate(87deg) translate3d(362px, 563px, 1000px) scale(1);
  }
}
.tri:nth-child(177) {
  width: 25px;
  height: 25px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -12.5px;
  margin-top: -12.5px;
  transform: rotate(154deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim177 10s infinite linear;
  animation-delay: -8.85s;
  opacity: 0;
}

@keyframes anim177 {
  0% {
    opacity: 1;
    transform: rotate(231deg) translate3d(508px, 726px, 1000px) scale(1);
  }
}
.tri:nth-child(178) {
  width: 22px;
  height: 22px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -11px;
  margin-top: -11px;
  transform: rotate(274deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim178 10s infinite linear;
  animation-delay: -8.9s;
  opacity: 0;
}

@keyframes anim178 {
  0% {
    opacity: 1;
    transform: rotate(411deg) translate3d(968px, 411px, 1000px) scale(1);
  }
}
.tri:nth-child(179) {
  width: 24px;
  height: 24px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -12px;
  margin-top: -12px;
  transform: rotate(81deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim179 10s infinite linear;
  animation-delay: -8.95s;
  opacity: 0;
}

@keyframes anim179 {
  0% {
    opacity: 1;
    transform: rotate(121.5deg) translate3d(824px, 556px, 1000px) scale(1);
  }
}
.tri:nth-child(180) {
  width: 77px;
  height: 77px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -38.5px;
  margin-top: -38.5px;
  transform: rotate(77deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim180 10s infinite linear;
  animation-delay: -9s;
  opacity: 0;
}

@keyframes anim180 {
  0% {
    opacity: 1;
    transform: rotate(115.5deg) translate3d(347px, 199px, 1000px) scale(1);
  }
}
.tri:nth-child(181) {
  width: 58px;
  height: 58px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -29px;
  margin-top: -29px;
  transform: rotate(354deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim181 10s infinite linear;
  animation-delay: -9.05s;
  opacity: 0;
}

@keyframes anim181 {
  0% {
    opacity: 1;
    transform: rotate(531deg) translate3d(559px, 835px, 1000px) scale(1);
  }
}
.tri:nth-child(182) {
  width: 40px;
  height: 40px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -20px;
  margin-top: -20px;
  transform: rotate(265deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim182 10s infinite linear;
  animation-delay: -9.1s;
  opacity: 0;
}

@keyframes anim182 {
  0% {
    opacity: 1;
    transform: rotate(397.5deg) translate3d(81px, 944px, 1000px) scale(1);
  }
}
.tri:nth-child(183) {
  width: 30px;
  height: 30px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -15px;
  margin-top: -15px;
  transform: rotate(47deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim183 10s infinite linear;
  animation-delay: -9.15s;
  opacity: 0;
}

@keyframes anim183 {
  0% {
    opacity: 1;
    transform: rotate(70.5deg) translate3d(561px, 822px, 1000px) scale(1);
  }
}
.tri:nth-child(184) {
  width: 53px;
  height: 53px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -26.5px;
  margin-top: -26.5px;
  transform: rotate(213deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim184 10s infinite linear;
  animation-delay: -9.2s;
  opacity: 0;
}

@keyframes anim184 {
  0% {
    opacity: 1;
    transform: rotate(319.5deg) translate3d(326px, 231px, 1000px) scale(1);
  }
}
.tri:nth-child(185) {
  width: 59px;
  height: 59px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -29.5px;
  margin-top: -29.5px;
  transform: rotate(41deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim185 10s infinite linear;
  animation-delay: -9.25s;
  opacity: 0;
}

@keyframes anim185 {
  0% {
    opacity: 1;
    transform: rotate(61.5deg) translate3d(92px, 413px, 1000px) scale(1);
  }
}
.tri:nth-child(186) {
  width: 43px;
  height: 43px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -21.5px;
  margin-top: -21.5px;
  transform: rotate(242deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim186 10s infinite linear;
  animation-delay: -9.3s;
  opacity: 0;
}

@keyframes anim186 {
  0% {
    opacity: 1;
    transform: rotate(363deg) translate3d(872px, 222px, 1000px) scale(1);
  }
}
.tri:nth-child(187) {
  width: 77px;
  height: 77px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -38.5px;
  margin-top: -38.5px;
  transform: rotate(99deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim187 10s infinite linear;
  animation-delay: -9.35s;
  opacity: 0;
}

@keyframes anim187 {
  0% {
    opacity: 1;
    transform: rotate(148.5deg) translate3d(342px, 522px, 1000px) scale(1);
  }
}
.tri:nth-child(188) {
  width: 49px;
  height: 49px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -24.5px;
  margin-top: -24.5px;
  transform: rotate(60deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim188 10s infinite linear;
  animation-delay: -9.4s;
  opacity: 0;
}

@keyframes anim188 {
  0% {
    opacity: 1;
    transform: rotate(90deg) translate3d(539px, 5px, 1000px) scale(1);
  }
}
.tri:nth-child(189) {
  width: 63px;
  height: 63px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -31.5px;
  margin-top: -31.5px;
  transform: rotate(321deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim189 10s infinite linear;
  animation-delay: -9.45s;
  opacity: 0;
}

@keyframes anim189 {
  0% {
    opacity: 1;
    transform: rotate(481.5deg) translate3d(524px, 644px, 1000px) scale(1);
  }
}
.tri:nth-child(190) {
  width: 27px;
  height: 27px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -13.5px;
  margin-top: -13.5px;
  transform: rotate(300deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim190 10s infinite linear;
  animation-delay: -9.5s;
  opacity: 0;
}

@keyframes anim190 {
  0% {
    opacity: 1;
    transform: rotate(450deg) translate3d(75px, 86px, 1000px) scale(1);
  }
}
.tri:nth-child(191) {
  width: 38px;
  height: 38px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -19px;
  margin-top: -19px;
  transform: rotate(86deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim191 10s infinite linear;
  animation-delay: -9.55s;
  opacity: 0;
}

@keyframes anim191 {
  0% {
    opacity: 1;
    transform: rotate(129deg) translate3d(777px, 976px, 1000px) scale(1);
  }
}
.tri:nth-child(192) {
  width: 42px;
  height: 42px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -21px;
  margin-top: -21px;
  transform: rotate(333deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim192 10s infinite linear;
  animation-delay: -9.6s;
  opacity: 0;
}

@keyframes anim192 {
  0% {
    opacity: 1;
    transform: rotate(499.5deg) translate3d(17px, 538px, 1000px) scale(1);
  }
}
.tri:nth-child(193) {
  width: 80px;
  height: 80px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -40px;
  margin-top: -40px;
  transform: rotate(110deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim193 10s infinite linear;
  animation-delay: -9.65s;
  opacity: 0;
}

@keyframes anim193 {
  0% {
    opacity: 1;
    transform: rotate(165deg) translate3d(442px, 807px, 1000px) scale(1);
  }
}
.tri:nth-child(194) {
  width: 35px;
  height: 35px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -17.5px;
  margin-top: -17.5px;
  transform: rotate(167deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim194 10s infinite linear;
  animation-delay: -9.7s;
  opacity: 0;
}

@keyframes anim194 {
  0% {
    opacity: 1;
    transform: rotate(250.5deg) translate3d(471px, 725px, 1000px) scale(1);
  }
}
.tri:nth-child(195) {
  width: 21px;
  height: 21px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -10.5px;
  margin-top: -10.5px;
  transform: rotate(109deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim195 10s infinite linear;
  animation-delay: -9.75s;
  opacity: 0;
}

@keyframes anim195 {
  0% {
    opacity: 1;
    transform: rotate(163.5deg) translate3d(884px, 583px, 1000px) scale(1);
  }
}
.tri:nth-child(196) {
  width: 48px;
  height: 48px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -24px;
  margin-top: -24px;
  transform: rotate(219deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim196 10s infinite linear;
  animation-delay: -9.8s;
  opacity: 0;
}

@keyframes anim196 {
  0% {
    opacity: 1;
    transform: rotate(328.5deg) translate3d(473px, 225px, 1000px) scale(1);
  }
}
.tri:nth-child(197) {
  width: 45px;
  height: 45px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -22.5px;
  margin-top: -22.5px;
  transform: rotate(339deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim197 10s infinite linear;
  animation-delay: -9.85s;
  opacity: 0;
}

@keyframes anim197 {
  0% {
    opacity: 1;
    transform: rotate(508.5deg) translate3d(649px, 842px, 1000px) scale(1);
  }
}
.tri:nth-child(198) {
  width: 69px;
  height: 69px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -34.5px;
  margin-top: -34.5px;
  transform: rotate(202deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim198 10s infinite linear;
  animation-delay: -9.9s;
  opacity: 0;
}

@keyframes anim198 {
  0% {
    opacity: 1;
    transform: rotate(303deg) translate3d(807px, 418px, 1000px) scale(1);
  }
}
.tri:nth-child(199) {
  width: 38px;
  height: 38px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -19px;
  margin-top: -19px;
  transform: rotate(90deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim199 10s infinite linear;
  animation-delay: -9.95s;
  opacity: 0;
}

@keyframes anim199 {
  0% {
    opacity: 1;
    transform: rotate(135deg) translate3d(898px, 252px, 1000px) scale(1);
  }
}
.tri:nth-child(200) {
  width: 15px;
  height: 15px;
  background-image: url("../media/images/carrot.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -7.5px;
  margin-top: -7.5px;
  transform: rotate(124deg) translate3d(0, 0, -1500px) scale(0);
  animation: anim200 10s infinite linear;
  animation-delay: -10s;
  opacity: 0;
}

@keyframes anim200 {
  0% {
    opacity: 1;
    transform: rotate(186deg) translate3d(979px, 701px, 1000px) scale(1);
  }
}

/*# sourceMappingURL=socials.css.map */
