﻿@charset "UTF-8";
/* CSS Document */

div.fixed {
  position: absolute;
  top: 650px;
  left: 50px;
  z-index: 10000;	
}

.item {
  width: 280px;
  height: 120px;
  position: relative;
}

.circle {
 width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  top: 20px;
  left: 0px;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  border: 2px solid #f9f9f9;
  background: linear-gradient(145deg, #e9e2e2, #fefefe);
  box-shadow: 10px 10px 16px -14px rgba(0,0,0,0.75);
}

.text {
  color: #f9f9f9;
  position: absolute;
  top: 45px;
  right: 10px;
  width: 140px;
}
.text > p >a {
  font-size: 12px;
  padding-right: 25px;
  margin-top: 5px;
  color: #fff;
}
.item:nth-child(2) > div.text {
  padding-right: 30px;
  padding-top: 20px;
}

.item-title {
  font-weight: 600;
  color: #3f3f3f;
}

.material-symbols-outlined.size-36 {
  color: #939292;
  font-size: 36px;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.item:nth-child(1) > div.text::after {
  z-index: -100;
  content: "";
  position: absolute;
  top: -150px;
  left: -145px;
  width: 305px;
  height: 285px;
  transform: rotate(7deg);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8, %3Csvg width=%22100%25%22 height=%22100%25%22 viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 %3E %3Cdefs%3E %3CclipPath id=%22shape%22%3E %3Cpath fill=%22currentColor%22 d=%22M894%2C627.5Q851%2C755%2C752.5%2C864Q654%2C973%2C546%2C832.5Q438%2C692%2C323.5%2C702Q209%2C712%2C175.5%2C606Q142%2C500%2C230%2C434Q318%2C368%2C368%2C307.5Q418%2C247%2C493%2C269Q568%2C291%2C685.5%2C285.5Q803%2C280%2C870%2C390Q937%2C500%2C894%2C627.5Z%22%3E%3C%2Fpath%3E %3C%2FclipPath%3E %3C%2Fdefs%3E %3Cg clip-path=%22url(%23shape)%22%3E %3Cpath fill=%22none%22 stroke=%22%23D46BAE%22 stroke-width=%225%22 d=%22M894%2C627.5Q851%2C755%2C752.5%2C864Q654%2C973%2C546%2C832.5Q438%2C692%2C323.5%2C702Q209%2C712%2C175.5%2C606Q142%2C500%2C230%2C434Q318%2C368%2C368%2C307.5Q418%2C247%2C493%2C269Q568%2C291%2C685.5%2C285.5Q803%2C280%2C870%2C390Q937%2C500%2C894%2C627.5Z%22 %2F%3E %3C%2Fg%3E %3C%2Fsvg%3E");
}
.item:nth-child(1) > div.text::before {
  z-index: -100;
  content: "";
  position: absolute;
  top: -140px;
  left: -145px;
  width: 295px;
  height: 275px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8, %3Csvg width=%22100%25%22 height=%22100%25%22 viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22 %3E %3Cdefs%3E %3ClinearGradient id=%22linearGradientId%22 gradientTransform=%22rotate(-45 0.5 0.5)%22%3E %3Cstop offset=%220%25%22 stop-color=%22%234158D0%22 %2F%3E %3Cstop offset=%2250%25%22 stop-color=%22%23C850C0%22 %2F%3E %3Cstop offset=%22100%25%22 stop-color=%22%23ffcc70%22 %2F%3E %3C%2FlinearGradient%3E %3CclipPath id=%22shape%22%3E %3Cpath fill=%22currentColor%22 d=%22M894%2C627.5Q851%2C755%2C752.5%2C864Q654%2C973%2C546%2C832.5Q438%2C692%2C323.5%2C702Q209%2C712%2C175.5%2C606Q142%2C500%2C230%2C434Q318%2C368%2C368%2C307.5Q418%2C247%2C493%2C269Q568%2C291%2C685.5%2C285.5Q803%2C280%2C870%2C390Q937%2C500%2C894%2C627.5Z%22%3E%3C%2Fpath%3E %3C%2FclipPath%3E %3C%2Fdefs%3E %3Cg clip-path=%22url(%23shape)%22%3E %3Cpath fill=%22url(%23linearGradientId)%22 d=%22M894%2C627.5Q851%2C755%2C752.5%2C864Q654%2C973%2C546%2C832.5Q438%2C692%2C323.5%2C702Q209%2C712%2C175.5%2C606Q142%2C500%2C230%2C434Q318%2C368%2C368%2C307.5Q418%2C247%2C493%2C269Q568%2C291%2C685.5%2C285.5Q803%2C280%2C870%2C390Q937%2C500%2C894%2C627.5Z%22 %2F%3E %3C%2Fg%3E %3C%2Fsvg%3E");
}