.ic-Super-toggle__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ic-Form-group.ic-Form-group--horizontal .ic-Super-toggle__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ic-Super-toggle__input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.ic-Super-toggle__input:checked ~ label .ic-Super-toggle-switch:after {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.ic-Super-toggle__input:checked ~ label .ic-Super-toggle__disabled-msg:before {
  content: attr(data-checked);
}

.ic-Super-toggle__input[disabled] ~ label .ic-Super-toggle__disabled-msg {
  display: block;
}

.ic-Super-toggle__input[disabled] ~ label .ic-Super-toggle-switch,
.ic-Super-toggle__input[disabled] ~ label [class^="ic-Super-toggle-option-"] {
  display: none;
}

.ic-Super-toggle-switch {
  -webkit-transition: background 0.1s, border-color 0.1s;
  transition: background 0.1s, border-color 0.1s;
  display: inline-block;
  position: relative;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-clip: padding-box;
}

.ic-Super-toggle-switch::after {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  content: "";
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  background-image: url("../images/controls/super-toggle-texture.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.ic-Super-toggle__disabled-msg {
  display: none;
}

.ic-Super-toggle__disabled-msg:before {
  content: attr(data-unchecked);
  font-style: italic;
  opacity: 0.8;
}

[class^="ic-Super-toggle-option-"] {
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ic-Super-toggle__screenreader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.ic-Super-toggle--on-off {
  display: inline-block;
  vertical-align: middle;
}

.ic-Super-toggle--on-off .ic-Super-toggle__input:focus ~ label .ic-Super-toggle-switch::after {
  -webkit-box-shadow: inset 0 0 0 1px white, inset 0 0 0 3px #333, 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 0 1px white, inset 0 0 0 3px #333, 0 3px 6px rgba(0, 0, 0, 0.3);
}

.ic-Super-toggle--on-off .ic-Super-toggle__input:checked ~ label .ic-Super-toggle-switch {
  background: #D8D8D8;
  border-color: #909590;
}

.ic-Super-toggle--on-off .ic-Super-toggle__input:checked ~ label .ic-Super-toggle-option-LEFT {
  color: white;
}

.ic-Super-toggle--on-off .ic-Super-toggle__input:checked ~ label .ic-Super-toggle-option-LEFT .ic-Super-toggle__svg > * {
  fill: white;
}

.ic-Super-toggle--on-off .ic-Super-toggle__input:checked ~ label .ic-Super-toggle-option-RIGHT {
  color: white;
}

.ic-Super-toggle--on-off .ic-Super-toggle__input:checked ~ label .ic-Super-toggle-option-RIGHT .ic-Super-toggle__svg > * {
  fill: white;
}

.ic-Super-toggle--on-off .ic-Super-toggle-switch {
  width: 46px;
  height: 23px;
  background: #333;
  border: 1px solid #909590;
  border-radius: 13.5px;
}

.ic-Form-group.ic-Form-group--horizontal .ic-Super-toggle--on-off .ic-Super-toggle-switch {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
}

.ic-Super-toggle--on-off .ic-Super-toggle-switch:after {
  background-color: white;
  width: 23px;
  height: 23px;
}

.ic-Super-toggle--on-off .ic-Super-toggle-option-LEFT {
  color: white;
}

.ic-Super-toggle--on-off .ic-Super-toggle-option-LEFT .ic-Super-toggle__svg > * {
  fill: white;
}

.ic-Super-toggle--on-off .ic-Super-toggle-option-RIGHT {
  color: white;
}

.ic-Super-toggle--on-off .ic-Super-toggle-option-RIGHT .ic-Super-toggle__svg > * {
  fill: white;
}

.ic-Super-toggle--on-off .ic-Super-toggle__svg {
  max-width: 11.5px;
  max-height: 11.5px;
}

.ic-Super-toggle--on-off [class^="ic-Super-toggle-option-"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.ic-Super-toggle--on-off .ic-Super-toggle-option-LEFT {
  opacity: 0;
}

.ic-Super-toggle--on-off .ic-Super-toggle-option-RIGHT {
  opacity: 1;
}

.ic-Super-toggle--on-off .ic-Super-toggle__input:checked ~ label .ic-Super-toggle-option-LEFT {
  opacity: 1;
}

.ic-Super-toggle--on-off .ic-Super-toggle__input:checked ~ label .ic-Super-toggle-option-RIGHT {
  opacity: 0;
}

.ic-Super-toggle--ui-switch {
  display: inline-block;
  vertical-align: middle;
}

.ic-Super-toggle--ui-switch .ic-Super-toggle__input:focus ~ label .ic-Super-toggle-switch::after {
  -webkit-box-shadow: inset 0 0 0 1px white, inset 0 0 0 3px #333, 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 0 1px white, inset 0 0 0 3px #333, 0 3px 6px rgba(0, 0, 0, 0.3);
}

.ic-Super-toggle--ui-switch .ic-Super-toggle__input:checked ~ label .ic-Super-toggle-switch {
  background: #333;
  border-color: #909590;
}

.ic-Super-toggle--ui-switch .ic-Super-toggle__input:checked ~ label .ic-Super-toggle-option-LEFT {
  color: #253138;
}

.ic-Super-toggle--ui-switch .ic-Super-toggle__input:checked ~ label .ic-Super-toggle-option-LEFT .ic-Super-toggle__svg > * {
  fill: #253138;
}

.ic-Super-toggle--ui-switch .ic-Super-toggle__input:checked ~ label .ic-Super-toggle-option-RIGHT {
  color: #00ac19;
}

.ic-Super-toggle--ui-switch .ic-Super-toggle__input:checked ~ label .ic-Super-toggle-option-RIGHT .ic-Super-toggle__svg > * {
  fill: #00ac19;
}

.ic-Super-toggle--ui-switch .ic-Super-toggle-switch {
  width: 66px;
  height: 33px;
  background: #333;
  border: 1px solid #909590;
  border-radius: 18.5px;
}

.ic-Form-group.ic-Form-group--horizontal .ic-Super-toggle--ui-switch .ic-Super-toggle-switch {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66px;
          flex: 0 0 66px;
}

.ic-Super-toggle--ui-switch .ic-Super-toggle-switch:after {
  background-color: white;
  width: 33px;
  height: 33px;
}

.ic-Super-toggle--ui-switch .ic-Super-toggle-option-LEFT {
  color: #da062a;
}

.ic-Super-toggle--ui-switch .ic-Super-toggle-option-LEFT .ic-Super-toggle__svg > * {
  fill: #da062a;
}

.ic-Super-toggle--ui-switch .ic-Super-toggle-option-RIGHT {
  color: #253138;
}

.ic-Super-toggle--ui-switch .ic-Super-toggle-option-RIGHT .ic-Super-toggle__svg > * {
  fill: #253138;
}

.ic-Super-toggle--ui-switch .ic-Super-toggle__svg {
  max-width: 16.5px;
  max-height: 16.5px;
}

.ic-Super-toggle--ui-switch .ic-Super-toggle__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ic-Super-toggle--ui-switch .ic-Super-toggle-switch {
  display: block;
}

.ic-Super-toggle--ui-switch [class^="ic-Super-toggle-option-"] {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-width: 24px;
}

.ic-Super-toggle--ui-switch .ic-Super-toggle-option-LEFT {
  text-align: left;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.ic-Super-toggle--ui-switch .ic-Super-toggle-option-RIGHT {
  text-align: right;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.ic-Super-toggle--ui-switch .ic-Super-toggle__input:checked ~ label .ic-Super-toggle-option-LEFT {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.ic-Super-toggle--ui-switch .ic-Super-toggle__input:checked ~ label .ic-Super-toggle-option-RIGHT {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@font-face {
  font-family: 'albaregular';
  src: url("../fonts/alba/alba____-webfont.woff2") format("woff2"), url("../fonts/alba/alba____-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'alba_matterregular';
  src: url("../fonts/alba/albam___-webfont.woff2") format("woff2"), url("../fonts/alba/albam___-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'alba_superregular';
  src: url("../fonts/alba/albas___-webfont.woff2") format("woff2"), url("../fonts/alba/albas___-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

span > a {
  text-decoration: none;
  color: #d8d8d8;
}

a .svg:hover path {
  fill: #909590;
}

a:hover {
  color: #909590;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  position: relative;
  background-color: #1b1a1a;
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mask, .bg {
  position: relative;
  width: 100vw;
  max-height: 10vw;
  background: #d8d8d8;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: ellipse(50vw 34vw at 65vw 35vw);
          clip-path: ellipse(50vw 34vw at 65vw 35vw);
  background: #2c302e;
}

.v {
  position: relative;
  left: 27.5vw;
  font-size: 5vw;
  line-height: 14.3vw;
  max-width: 100vw;
  color: #2c302e;
  font-family: 'albaregular';
  letter-spacing: .02em;
  text-shadow: 2px 2px 1px gray;
}

.mask .v {
  color: #d8d8d8;
}

#main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.master-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header {
  width: 100vw;
  position: relative;
  min-width: 320px;
}

img {
  width: 100%;
  max-height: 160px;
}

h1 {
  font-family: 'albaregular';
  position: absolute;
  font-size: 8vw;
  line-height: .5;
  bottom: 6px;
  text-shadow: 3px 3px 4px #383838;
  z-index: 9;
}

.track-list-wrapper {
  margin: 0 1em;
}

.body-text {
  font-size: .9em;
  color: whitesmoke;
  font-family: Roboto, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0em .5em;
}

.small-text {
  font-size: .7em;
}

.switch-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px;
}

.switch {
  position: relative;
  display: block;
  width: 36px;
  height: 22px;
  margin: 9px;
}

.cont-play-label {
  display: inline-block;
  vertical-align: middle;
  font-family: Roboto, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: .8em;
  color: #d8d8d8;
  text-transform: uppercase;
  letter-spacing: .1em;
  padding-right: 4px;
  line-height: 1.7;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #909590;
  -webkit-transition: .3s;
  transition: .3s;
}

.slider:before {
  position: absolute;
  content: '';
  top: 3px;
  left: 3px;
  background-color: #2c302e;
  -webkit-transition: .1s;
  transition: .1s;
}

.switch input {
  display: none;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
          transform: translateX(13px);
}

input:checked + .slider {
  background: #d8d8d8;
}

.slider.round {
  border-radius: 35px;
}

.slider.round:before {
  width: 17px;
  height: 17px;
  border-radius: 50%;
}

ul {
  position: relative;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(303px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(303px, 1fr));
}

#tracklist {
  max-width: 100vw;
  grid-gap: 1em;
}

button.control {
  background: transparent;
  -ms-grid-column-align: center;
      justify-self: center;
  border: none;
}

a.a-tag-button-class {
  display: inline-block;
}

svg.defs-only {
  display: none;
}

circle.button-circle-off {
  fill: #d8d8d8;
}

.button-circle-off:hover {
  fill: #8ed3ff;
}

path.button-triangle-off {
  fill: #2c302e;
  stroke: #2c302e;
  stroke-width: 5;
  stroke-linejoin: round;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.pause-btn {
  fill: #2c302e;
  -webkit-transform-origin: 19px 19px;
          transform-origin: 19px 19px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

button:focus {
  outline: 1px dashed #8ed3ff;
}

/* This makes for bad accessibility. Fix this. */
.track-container {
  border: 8px solid #909590;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-rows: 1fr 2fr 1fr;
      grid-template-rows: 1fr 2fr 1fr;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 3px #3f3e3d;
          box-shadow: 3px 3px 3px #3f3e3d;
}

.can-play {
  border: 8px solid #909590;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-rows: 1fr 2fr 1fr;
      grid-template-rows: 1fr 2fr 1fr;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 3px #3f3e3d;
          box-shadow: 3px 3px 3px #3f3e3d;
}

.track-container.playing {
  border-color: #d8d8d8;
}

.controls-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: minmax(131px, auto);
}

.song-title {
  letter-spacing: .2em;
  color: #d8d8d8;
  margin: auto;
  font-family: Roboto, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: .6rem;
  -ms-grid-row: 1;
  grid-row: 1/1;
  text-transform: uppercase;
}

.duration-text {
  color: #d8d8d8;
  font-family: Roboto, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: .029em;
  font-size: .75rem;
  text-align: center;
  -ms-grid-row: 3;
  grid-row: 3/3;
  text-transform: capitalize;
}

/* animations */
@-webkit-keyframes scale-up-control {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-control {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes scale-up-track {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale-up-track {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes control-transition {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes control-transition {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  60% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.control:hover {
  -webkit-animation-name: scale-up-control;
          animation-name: scale-up-control;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.control.btn-bounce {
  -webkit-animation-name: control-transition;
          animation-name: control-transition;
  -webkit-animation-duration: 100ms;
          animation-duration: 100ms;
}

.track-container:hover {
  -webkit-animation-name: scale-up-track;
          animation-name: scale-up-track;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
}

.footer {
  margin-top: 20px;
  padding: 10px;
  background-color: #2c302e;
  color: #d8d8d8;
  font-family: Roboto, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.8em;
}

.social-icons {
  display: inline;
}

.twitter, .instagram, .facebook, .rss {
  display: inline;
  margin: 0 5px;
}

.svg {
  width: 18px;
  height: 18px;
}

.underlined-example {
  position: relative;
  text-decoration: none;
  color: #d8d8d8;
}

.footer-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  bottom: -3px;
  font-size: .7em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: inherit;
}

a.underlined-example:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #d8d8d8;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.underlined-example:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.can-play-container {
  width: 76px;
  height: 76px;
  overflow: hidden;
}

.can-play-container .can-play-loader {
  width: 76px;
  height: 76px;
  border-style: solid;
  border-top-color: #d8d8d8;
  border-right-color: #d8d8d8;
  border-left-color: #d8d8d8;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate 3s ease-in-out infinite;
          animation: rotate 3s ease-in-out infinite;
  -webkit-transform: rotate(-200deg);
          transform: rotate(-200deg);
}

@-webkit-keyframes rotate {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
    border-width: 10px;
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}

@keyframes rotate {
  0% {
    border-width: 10px;
  }
  25% {
    border-width: 3px;
  }
  50% {
    -webkit-transform: rotate(115deg);
            transform: rotate(115deg);
    border-width: 10px;
  }
  75% {
    border-width: 3px;
  }
  100% {
    border-width: 10px;
  }
}
/*# sourceMappingURL=styles2.css.map */