@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
*, *:before, *:after {
  box-sizing: border-box;
  position: relative;
}


.route {
  display: none;
}

.giftcard {
/*
  height: 100%;
  width: 500px;
  font-family: PT Sans, sans-serif;
  overflow: hidden;
  border-radius: 1.5rem/2rem;
  box-shadow: 8px 10px 16px rgba(0, 0, 0, 0.1);
  transform: translateZ(0);
*/
}

.giftcard-content, .giftcard-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 5rem);
  width: 100%;
}

.giftcard-cover {
  background: #cc199d;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.giftcard-cover > .fa-apple {
  color: white;
  font-size: 6rem;
}

.giftcard-content {
  padding: 1rem 2rem;
  color: #939393;
  z-index: 1;
  background: white;
}
.giftcard-content > * {
  transform: translateX(3rem);
  opacity: 0;
}
.giftcard-content h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.giftcard-content h3 {
  font-size: 1rem;
  margin: 0;
  font-weight: normal;
}
.giftcard-content h2, .giftcard-content h3 {
  color: #232323;
}
.giftcard-content div {
  font-size: 1rem;
}
.giftcard-content address {
  font-style: normal;
  margin-bottom: 1rem;
}
.giftcard-content a, .giftcard-content .subtext {
  color: #939393;
}
.giftcard-content a {
  display: block;
  text-decoration: none;
}

.giftcard-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 3;
  transform: translateZ(0);
}
.giftcard-footer > * {
  float: left;
}

.giftcard-text, .giftcard-info {
  width: calc(100% - 150px);
  padding: 1rem;
}

.giftcard-text {
  height: 100%;
  padding: 1rem;
}
.giftcard-text > h1, .giftcard-text > h2 {
  margin: 0;
  font-weight: normal;
  line-height: 1.1;
}
.giftcard-text h1 {
  font-size: 1.5rem;
  color: #cc199d;
}
.giftcard-text h2 {
  font-size: 1.2rem;
  color: #939393;
}

.giftcard-info {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  text-align: right;
  transform: translateX(100%);
  display: table;
  padding-left: 0;
  background: white;
}
.giftcard-info > * {
  display: table-cell;
}
.giftcard-info > *:first-child {
  padding-right: 1rem;
}
.giftcard-info input[type=text] {
  height: 50px;
  width: 100%;
  padding: 0 1rem;
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid #dedede;
}

.button, input[type=text] {
  border-radius: 3px;
}

.box {
  display: inline-block;
  width: auto;
  /*height: 100%;*/
  aspect-ratio: 2 / 2;
  line-height: 50px;
/*  text-align: center;*/
  background: #cdc6ba;
  color: white;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}
.button.secondary {
  background: #009cee;
}

.giftwrap {
  width: 100%;
  height: 100%;
}
.giftwrap .box {
  width: 100%;
  /*top: calc(50% - 25px);*/
  /*left: calc(50% - 50px);*/
}
.giftwrap:before, .giftwrap:after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  /*height: 100%;*/
  aspect-ratio: 2 / 2;
  top: 0;
  left: 0;
}
.giftwrap:before {
  -webkit-clip-path: polygon(50% 0%, 50% 0%, 50% 0%, 100% 50%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 50% 100%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 50% 100%, 50% 100%, 100% 50%, 100% 50%, 50% 0%, 50% 0%);
          clip-path: polygon(50% 0%, 50% 0%, 50% 0%, 100% 50%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 50% 100%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 50% 100%, 50% 100%, 100% 50%, 100% 50%, 50% 0%, 50% 0%);
  /*background: #fc1f33;*/
  background-image: url(https://img.freepik.com/premium-photo/tiffany-blue-color-blue-green-background-no-people-blank-empty-space_335640-1949.jpg);
  z-index: 2;
}
.giftwrap:after {
  -webkit-clip-path: polygon(50% 0%, 50% 0%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 0% 50%, 0% 50%);
          clip-path: polygon(50% 0%, 50% 0%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 0% 50%, 0% 50%);
  /*background: #bc0a13;*/
  background-image: url(https://thumb.photo-ac.com/27/27b029bd9bbab37943262a47b2b355c7_t.jpeg);
  z-index: -1;
}

.bow {
  display: none;
  opacity: 0;
  position: absolute;
    top: calc(47% - 25px);
    left: calc(40% - 25px);
    height: 50px;
    width: 50px;
  /* background: $ribbon-color-foreground; */
  background: #000;
  border-radius: 50%;
  z-index: 3;
}
.bow:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: #fedf64;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.bow > .fa-bookmark {
  position: absolute;
  top: 0.625rem;
  left: 0.3125rem;
  font-size: 1rem;
  color: #fed531;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.bow > .fa-bookmark:first-child {
  transform: translateX(-0.625rem) scaleY(1.5) rotate(55deg);
}
.bow > .fa-bookmark:last-child {
  transform: translateX(0.625rem) scaleY(1.5) rotate(-55deg);
}

.ribbon {
  width: 100%;
  /*height: 100%;*/
  aspect-ratio: 2 / 2;
  /*top: calc(50% - 75px);*/
}
.ribbon:before, .ribbon:after {
  display: none;
  content: "";
  position: absolute;
  width: 100%;
  /*height: 100%;*/
  aspect-ratio: 2 / 2;
  top: 0;
  left: 0;
}
.ribbon:before {
  -webkit-clip-path: polygon(35% 35%, 45% 35%, 45% 42%, 75% 42%, 75% 52%, 45% 52%, 45% 65%, 35% 65%, 35% 52%, 25% 52%, 25% 42%, 35% 42%);
          clip-path: polygon(35% 35%, 45% 35%, 45% 42%, 75% 42%, 75% 52%, 45% 52%, 45% 65%, 35% 65%, 35% 52%, 25% 52%, 25% 42%, 35% 42%);
  background: #db8b22;
  z-index: -1;
}
.ribbon:after {
  -webkit-clip-path: polygon(35% 0%, 35% 0%, 45% 0%, 45% 0%, 100% 42%, 100% 42%, 100% 52%, 100% 52%, 45% 100%, 45% 100%, 35% 100%, 35% 100%, 0% 52%, 0% 52%, 0% 42%, 0% 42%, 35% 0%, 0% 42%, 0% 52%, 35% 100%, 45% 100%, 100% 52%, 100% 42%, 45% 0%);
          clip-path: polygon(35% 0%, 35% 0%, 45% 0%, 45% 0%, 100% 42%, 100% 42%, 100% 52%, 100% 52%, 45% 100%, 45% 100%, 35% 100%, 35% 100%, 0% 52%, 0% 52%, 0% 42%, 0% 42%, 35% 0%, 0% 42%, 0% 52%, 35% 100%, 45% 100%, 100% 52%, 100% 42%, 45% 0%);
  background: #fed531;
  z-index: 2;
}

#buy:target ~ .giftcard .giftwrap > .box {
  -webkit-animation: box 2.00s cubic-bezier(0.175, 0.885, 0.32, 1.00) forwards;
          animation: box 2.00s cubic-bezier(0.175, 0.885, 0.32, 1.00) forwards;
	overflow: hidden;
}
#buy:target ~ .giftcard .giftwrap:before, #buy:target ~ .giftcard .giftwrap:after {
  display: block;
}
#buy:target ~ .giftcard .giftwrap:before {
  -webkit-animation: wrap-before-2 6.00s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: wrap-before-2 6.00s cubic-bezier(0.77, 0, 0.175, 1) both;
}
#buy:target ~ .giftcard .giftwrap:after {
  -webkit-animation: wrap-after-2 6.00s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: wrap-after-2 6.00s cubic-bezier(0.77, 0, 0.175, 1) both;
}
#buy:target ~ .giftcard .bow {
  display: block;
  -webkit-animation: bow 3.00s 7.20s cubic-bezier(0.175, 0.885, 0.32, 1.65) forwards;
          animation: bow 3.00s 7.20s cubic-bezier(0.175, 0.885, 0.32, 1.65) forwards;
}
#buy:target ~ .giftcard .ribbon:before, #buy:target ~ .giftcard .ribbon:after {
  display: block;
}
#buy:target ~ .giftcard .ribbon:before {
  -webkit-animation: ribbon-before 6.00s 2.00s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: ribbon-before 6.00s 2.00s cubic-bezier(0.77, 0, 0.175, 1) both;
}
#buy:target ~ .giftcard .ribbon:after {
  -webkit-animation: ribbon-after 6.00s 2.00s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: ribbon-after 6.00s 2.00s cubic-bezier(0.77, 0, 0.175, 1) both;
}
#buy:target ~ .giftcard .giftcard-footer {
/*
  -webkit-animation: footer 6.00s 7.20s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: footer 6.00s 7.20s cubic-bezier(0.77, 0, 0.175, 1) both;
*/
}
#buy:target ~ .giftcard .giftcard-cover {
  -webkit-animation: cover 6.00s 7.20s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: cover 6.00s 7.20s cubic-bezier(0.77, 0, 0.175, 1) both;
}
#buy:target ~ .giftcard .giftcard-content > * {
  -webkit-animation: content 6.00s 7.20s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: content 6.00s 7.20s cubic-bezier(0.77, 0, 0.175, 1) both;
}
#buy:target ~ .giftcard .giftcard-content > *:nth-child(1) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
#buy:target ~ .giftcard .giftcard-content > *:nth-child(2) {
  -webkit-animation-delay: 0.77s;
          animation-delay: 0.77s;
}
#buy:target ~ .giftcard .giftcard-content > *:nth-child(3) {
  -webkit-animation-delay: 0.82s;
          animation-delay: 0.82s;
}

@-webkit-keyframes box {
  to {
    transform: scaleX(0.6) scaleY(0.3);
  }
}

@keyframes box {
  to {
    transform: scaleX(0.6) scaleY(0.3);
  }
}
@-webkit-keyframes content {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes content {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes cover {
  to {
    transform: translateY(calc(100% - 1px)) scaleX(0.95);
  }
}
@keyframes cover {
  to {
    transform: translateY(calc(100% - 1px)) scaleX(0.95);
  }
}
@-webkit-keyframes footer {
  to {
    transform: translateX(calc(-100% + 150px));
  }
}
@keyframes footer {
  to {
    transform: translateX(calc(-100% + 150px));
  }
}
@-webkit-keyframes wrap-before-2 {
  50% {
    -webkit-clip-path: polygon(50% 0%, 50% 0%, 50% 0%, 100% 50%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 50% 100%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 50% 100%, 50% 100%, 100% 50%, 100% 50%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 0%, 50% 0%, 50% 0%, 100% 50%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 50% 100%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 50% 100%, 50% 100%, 100% 50%, 100% 50%, 50% 0%, 50% 0%);
  }
  100% {
    -webkit-clip-path: polygon(18% 32%, 50% 64%, 82% 32%, 82% 32%, 64% 50%, 82% 68%, 82% 68%, 50% 36%, 18% 68%, 18% 68%, 36% 50%, 18% 32%, 18% 68%, 18% 68%, 82% 68%, 82% 68%, 82% 32%, 82% 32%, 18% 32%);
            clip-path: polygon(18% 32%, 50% 64%, 82% 32%, 82% 32%, 64% 50%, 82% 68%, 82% 68%, 50% 36%, 18% 68%, 18% 68%, 36% 50%, 18% 32%, 18% 68%, 18% 68%, 82% 68%, 82% 68%, 82% 32%, 82% 32%, 18% 32%);
  }
}
@keyframes wrap-before-2 {
  50% {
    -webkit-clip-path: polygon(50% 0%, 50% 0%, 50% 0%, 100% 50%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 50% 100%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 50% 100%, 50% 100%, 100% 50%, 100% 50%, 50% 0%, 50% 0%);
            clip-path: polygon(50% 0%, 50% 0%, 50% 0%, 100% 50%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 50% 100%, 0% 50%, 0% 50%, 0% 50%, 0% 50%, 50% 100%, 50% 100%, 100% 50%, 100% 50%, 50% 0%, 50% 0%);
  }
  100% {
    -webkit-clip-path: polygon(18% 32%, 50% 64%, 82% 32%, 82% 32%, 64% 50%, 82% 68%, 82% 68%, 50% 36%, 18% 68%, 18% 68%, 36% 50%, 18% 32%, 18% 68%, 18% 68%, 82% 68%, 82% 68%, 82% 32%, 82% 32%, 18% 32%);
            clip-path: polygon(18% 32%, 50% 64%, 82% 32%, 82% 32%, 64% 50%, 82% 68%, 82% 68%, 50% 36%, 18% 68%, 18% 68%, 36% 50%, 18% 32%, 18% 68%, 18% 68%, 82% 68%, 82% 68%, 82% 32%, 82% 32%, 18% 32%);
  }
}
@-webkit-keyframes wrap-after-2 {
  0% {
    -webkit-clip-path: polygon(50% 40%, 60% 50%, 50% 60%, 40% 50%);
            clip-path: polygon(50% 40%, 60% 50%, 50% 60%, 40% 50%);
  }
  49.999% {
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
  50% {
    -webkit-clip-path: polygon(50% 0%, 50% 0%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 0% 50%, 0% 50%);
            clip-path: polygon(50% 0%, 50% 0%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 0% 50%, 0% 50%);
  }
  100% {
    -webkit-clip-path: polygon(18% 32%, 82% 32%, 82% 32%, 82% 68%, 82% 68%, 18% 68%, 18% 68%, 18% 32%);
            clip-path: polygon(18% 32%, 82% 32%, 82% 32%, 82% 68%, 82% 68%, 18% 68%, 18% 68%, 18% 32%);
  }
}
@keyframes wrap-after-2 {
  0% {
    -webkit-clip-path: polygon(50% 40%, 60% 50%, 50% 60%, 40% 50%);
            clip-path: polygon(50% 40%, 60% 50%, 50% 60%, 40% 50%);
  }
  49.999% {
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
  50% {
    -webkit-clip-path: polygon(50% 0%, 50% 0%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 0% 50%, 0% 50%);
            clip-path: polygon(50% 0%, 50% 0%, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 0% 50%, 0% 50%);
  }
  100% {
    -webkit-clip-path: polygon(18% 32%, 82% 32%, 82% 32%, 82% 68%, 82% 68%, 18% 68%, 18% 68%, 18% 32%);
            clip-path: polygon(18% 32%, 82% 32%, 82% 32%, 82% 68%, 82% 68%, 18% 68%, 18% 68%, 18% 32%);
  }
}
@-webkit-keyframes ribbon-before {
  0% {
    -webkit-clip-path: polygon(35% 37%, 45% 37%, 45% 42%, 77% 42%, 77% 52%, 45% 52%, 45% 63%, 35% 63%, 35% 52%, 23% 52%, 23% 42%, 35% 42%);
            clip-path: polygon(35% 37%, 45% 37%, 45% 42%, 77% 42%, 77% 52%, 45% 52%, 45% 63%, 35% 63%, 35% 52%, 23% 52%, 23% 42%, 35% 42%);
  }
  50% {
    -webkit-clip-path: polygon(35% 0%, 45% 0%, 45% 42%, 100% 42%, 100% 52%, 45% 52%, 45% 100%, 35% 100%, 35% 52%, 0% 52%, 0% 42%, 35% 42%);
            clip-path: polygon(35% 0%, 45% 0%, 45% 42%, 100% 42%, 100% 52%, 45% 52%, 45% 100%, 35% 100%, 35% 52%, 0% 52%, 0% 42%, 35% 42%);
  }
  100% {
    -webkit-clip-path: polygon(35% 32%, 45% 32%, 45% 42%, 82% 42%, 82% 52%, 45% 52%, 45% 68%, 35% 68%, 35% 52%, 18% 52%, 18% 42%, 35% 42%);
            clip-path: polygon(35% 32%, 45% 32%, 45% 42%, 82% 42%, 82% 52%, 45% 52%, 45% 68%, 35% 68%, 35% 52%, 18% 52%, 18% 42%, 35% 42%);
  }
}
@keyframes ribbon-before {
  0% {
    -webkit-clip-path: polygon(35% 37%, 45% 37%, 45% 42%, 77% 42%, 77% 52%, 45% 52%, 45% 63%, 35% 63%, 35% 52%, 23% 52%, 23% 42%, 35% 42%);
            clip-path: polygon(35% 37%, 45% 37%, 45% 42%, 77% 42%, 77% 52%, 45% 52%, 45% 63%, 35% 63%, 35% 52%, 23% 52%, 23% 42%, 35% 42%);
  }
  50% {
    -webkit-clip-path: polygon(35% 0%, 45% 0%, 45% 42%, 100% 42%, 100% 52%, 45% 52%, 45% 100%, 35% 100%, 35% 52%, 0% 52%, 0% 42%, 35% 42%);
            clip-path: polygon(35% 0%, 45% 0%, 45% 42%, 100% 42%, 100% 52%, 45% 52%, 45% 100%, 35% 100%, 35% 52%, 0% 52%, 0% 42%, 35% 42%);
  }
  100% {
    -webkit-clip-path: polygon(35% 32%, 45% 32%, 45% 42%, 82% 42%, 82% 52%, 45% 52%, 45% 68%, 35% 68%, 35% 52%, 18% 52%, 18% 42%, 35% 42%);
            clip-path: polygon(35% 32%, 45% 32%, 45% 42%, 82% 42%, 82% 52%, 45% 52%, 45% 68%, 35% 68%, 35% 52%, 18% 52%, 18% 42%, 35% 42%);
  }
}
@-webkit-keyframes ribbon-after {
  0%, 50% {
    -webkit-clip-path: polygon(35% 0%, 35% 0%, 45% 0%, 45% 0%, 100% 42%, 100% 42%, 100% 52%, 100% 52%, 45% 100%, 45% 100%, 35% 100%, 35% 100%, 0% 52%, 0% 52%, 0% 42%, 0% 42%, 35% 0%, 0% 42%, 0% 52%, 35% 100%, 45% 100%, 100% 52%, 100% 42%, 45% 0%);
            clip-path: polygon(35% 0%, 35% 0%, 45% 0%, 45% 0%, 100% 42%, 100% 42%, 100% 52%, 100% 52%, 45% 100%, 45% 100%, 35% 100%, 35% 100%, 0% 52%, 0% 52%, 0% 42%, 0% 42%, 35% 0%, 0% 42%, 0% 52%, 35% 100%, 45% 100%, 100% 52%, 100% 42%, 45% 0%);
  }
  100% {
    -webkit-clip-path: polygon(35% 57.1914893617%, 35% 32%, 45% 32%, 45% 57.1914893617%, 45.1% 42%, 82% 42%, 82% 52%, 45.1% 52%, 45% 50.2978723404%, 45% 68%, 35% 68%, 35% 50.2978723404%, 39.15% 52%, 18% 52%, 18% 42%, 39.15% 42%, 35% 57.1914893617%, 39.15% 42%, 39.15% 52%, 35% 50.2978723404%, 45% 50.2978723404%, 45.1% 52%, 45.1% 42%, 45% 57.1914893617%);
            clip-path: polygon(35% 57.1914893617%, 35% 32%, 45% 32%, 45% 57.1914893617%, 45.1% 42%, 82% 42%, 82% 52%, 45.1% 52%, 45% 50.2978723404%, 45% 68%, 35% 68%, 35% 50.2978723404%, 39.15% 52%, 18% 52%, 18% 42%, 39.15% 42%, 35% 57.1914893617%, 39.15% 42%, 39.15% 52%, 35% 50.2978723404%, 45% 50.2978723404%, 45.1% 52%, 45.1% 42%, 45% 57.1914893617%);
  }
}
@keyframes ribbon-after {
  0%, 50% {
    -webkit-clip-path: polygon(35% 0%, 35% 0%, 45% 0%, 45% 0%, 100% 42%, 100% 42%, 100% 52%, 100% 52%, 45% 100%, 45% 100%, 35% 100%, 35% 100%, 0% 52%, 0% 52%, 0% 42%, 0% 42%, 35% 0%, 0% 42%, 0% 52%, 35% 100%, 45% 100%, 100% 52%, 100% 42%, 45% 0%);
            clip-path: polygon(35% 0%, 35% 0%, 45% 0%, 45% 0%, 100% 42%, 100% 42%, 100% 52%, 100% 52%, 45% 100%, 45% 100%, 35% 100%, 35% 100%, 0% 52%, 0% 52%, 0% 42%, 0% 42%, 35% 0%, 0% 42%, 0% 52%, 35% 100%, 45% 100%, 100% 52%, 100% 42%, 45% 0%);
  }
  100% {
    -webkit-clip-path: polygon(35% 57.1914893617%, 35% 32%, 45% 32%, 45% 57.1914893617%, 45.1% 42%, 82% 42%, 82% 52%, 45.1% 52%, 45% 50.2978723404%, 45% 68%, 35% 68%, 35% 50.2978723404%, 39.15% 52%, 18% 52%, 18% 42%, 39.15% 42%, 35% 57.1914893617%, 39.15% 42%, 39.15% 52%, 35% 50.2978723404%, 45% 50.2978723404%, 45.1% 52%, 45.1% 42%, 45% 57.1914893617%);
            clip-path: polygon(35% 57.1914893617%, 35% 32%, 45% 32%, 45% 57.1914893617%, 45.1% 42%, 82% 42%, 82% 52%, 45.1% 52%, 45% 50.2978723404%, 45% 68%, 35% 68%, 35% 50.2978723404%, 39.15% 52%, 18% 52%, 18% 42%, 39.15% 42%, 35% 57.1914893617%, 39.15% 42%, 39.15% 52%, 35% 50.2978723404%, 45% 50.2978723404%, 45.1% 52%, 45.1% 42%, 45% 57.1914893617%);
  }
}
@-webkit-keyframes bow {
  from {
    transform: scale(0.8);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bow {
  from {
    transform: scale(0.8);
    opacity: 1;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}