@font-face {
  font-family: "YanoneKaffeesatz";
  src: url("./YanoneKaffeesatz.ttf");
}
.Container .innerContainer .infoContainer p {
  background-color: #eee;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 23px;
  border-radius: 5px;
  color: #777;
  margin-bottom: 40px;
  text-align: left;
}
.Container .innerContainer .infoContainer p input {
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #777;
  padding: 3px 7px;
  width: 200px;
}
.Container .innerContainer .anim750 {
  -webkit-transition: all 750ms ease-in-out;
  transition: all 750ms ease-in-out;
}
.Container .innerContainer #Awesome {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(3);
          transform: scale(3);
  position: absolute;
  top: calc(50% - 150px);
  left: 0;
  right: 0;
  text-align: center;
}
.Container .innerContainer #Awesome .sticky {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.Container .innerContainer #Awesome:hover .sticky {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.Container .innerContainer #Awesome .sticky {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 180px;
}
.Container .innerContainer #Awesome .reveal .circle {
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
  background-color: var(--bs-background-light);
  font-family: "helvetica neue", arial;
  font-weight: 200;
  line-height: 120px;
  text-align: center;
  cursor: pointer;
}
.Container .innerContainer #Awesome .reveal .circle {
  background: #fafafa;
}
.Container .innerContainer #Awesome .circle_wrapper {
  position: absolute;
  width: 180px;
  height: 180px;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.Container .innerContainer #Awesome .circle {
  position: absolute;
  width: 140px;
  height: 140px;
  margin: 20px;
  border-radius: 999px;
}
.Container .innerContainer #Awesome .back {
  height: 10px;
  top: 30px;
}
.Container .innerContainer #Awesome:hover .back {
  height: 90px;
  top: 110px;
}
.Container .innerContainer #Awesome .back .circle {
  margin-top: -130px;
  background-color: #52BAFE;
  background-image: -webkit-linear-gradient(bottom, rgba(251, 236, 63, 0), rgba(255, 255, 255, 0.8));
}
.Container .innerContainer #Awesome:hover .back .circle {
  margin-top: -50px;
}
.Container .innerContainer #Awesome .front {
  height: 150px;
  bottom: 0;
  top: auto;
  -webkit-box-shadow: 0 -140px 20px -140px rgba(0, 0, 0, 0.3);
}
.Container .innerContainer #Awesome:hover .front {
  height: 70px;
  -webkit-box-shadow: 0 -60px 10px -60px rgba(0, 0, 0, 0.1);
}
.Container .innerContainer #Awesome .front .circle {
  margin-top: -10px;
  background: rgb(85, 210, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(85, 210, 255)), color-stop(75%, rgb(82, 186, 254)), to(rgb(0, 83, 138)));
  background: linear-gradient(0deg, rgb(85, 210, 255) 0%, rgb(82, 186, 254) 75%, rgb(0, 83, 138) 100%);
}
.Container .innerContainer #Awesome h4 {
  font-family: "helvetica neue", arial;
  font-weight: 200;
  text-align: center;
  position: absolute;
  width: 180px;
  height: 140px;
  line-height: 180px;
  -webkit-transition: opacity 50ms linear 400ms;
  transition: opacity 50ms linear 400ms;
  text-decoration: none;
  color: var(--bs-background-light);
}
.Container .innerContainer #Awesome:hover h4 {
  opacity: 0;
  -webkit-transition: opacity 50ms linear 300ms;
  transition: opacity 50ms linear 300ms;
}
.Container .innerContainer #Awesome:hover .front .circle {
  margin-top: -90px;
  background-color: #e2d439;
  background-color: #52BAFE;
  background-position: 0 100px;
}

@media only screen and (max-width: 500px) {
  #Awesome {
    -webkit-transform: scale(2) !important;
            transform: scale(2) !important;
    top: calc(50% - 0px) !important;
  }
}
.AwesomeContainer {
  position: relative;
  min-height: calc(100vh - 13rem);
}

[data-theme=website] .Container {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 0px;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  position: relative;
}
[data-theme=website] .Container .scrollDown {
  margin-top: -115px;
}
[data-theme=website] .Container .innerContainer .container {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
[data-theme=website] .Container .innerContainer .alert-primary input {
  margin: 0;
}
[data-theme=website] .Container .innerContainer .infoContainer p input {
  background-color: #fff;
  margin: 0;
}
[data-theme=website] .Container #Awesome h4 {
  line-height: 180px;
  color: #fff;
}
[data-theme=website] .Container #Awesome .reveal .circle {
  background: #eee;
}
[data-theme=website] .page-banner {
  padding-bottom: 150px;
  overflow: hidden;
}