::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: white;
}
.background{
z-index: 1;
background-color: #ffdff5;
position:absolute;
width: 100vw;
height: 100vh;

}
.heart-top{
height: 150px;
}
.mobile{
width: 150px;
height: 100vh;
}
.video_mobile{
width: 100vw;
height: 100vh;
}
.code{
z-index: 3;
position: fixed;
    top: 80%;
    left: -20%;
    height: 50px;
    width: 140vw;
	border: 0px;
    rotate: -30deg;
    padding-left: 110px;
	font-size: 15px;
	background-color: #4084d3;
		color: white !important;
}
@media (min-width: 576px) {
.code{
	padding-left: 40vw;
	left: 10%;
}
}
@media (min-width: 1000px) {
.code{
	padding-left: 50vw;
	left: 10%;
}
}
@media (min-width: 1280px) {
.code{
	padding-left: 55vw;
	left: 10%;
}
}
@media (min-width: 1800px) {
.code{
	padding-left: 65vw;
	left: 10%;
}
}
float:left;
width:auto;
height: 60px;
}
.header_right {
float:right;
width:100%;
}

.logo {
width: 100%;
height: 50px;
}
.lyrics{
text-align: center;
position: absolute;
z-index: 2;
color: #fb008b;
font-size: 30px;
  font-family: "Moon Dance", cursive;
  font-weight: 400;
  font-style: normal;
  background-color: #ffdff5;
  width: 100vw;
}
#videosWrapper{
  max-width:100vw;
  max-height:100vh;
  z-index: 5;
}

.videoCSS{
  width: auto;
  height: 100vh;
  object-fit: cover;
  z-index: 5;
}

.buttons {
max-width: 1140px;
width: 100%;
    padding-right: unset;
    padding-left: unset;
    margin-right: auto;
    margin-left: auto;
	min-height: 0px;
}
.containerx {
max-width: 1140px;
width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.heading_font {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  margin-left: -15px;
  font-variation-settings: "wdth" 100;
}
.header_left {
color: #fff;
float:left;
width:unset;
}
.header_right {
color: #fff;
float:right;
width:40%;
}
.logo .img {
width: 100px;
height: 50px;
}
.download_button_orange {
width: 250px;
background-color: #f79005;
color: #fff;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
float: unset;
margin: 2px;
}
.download_button_grey {
	width: 250px;
background-color: lightgrey;
color: #b5b4b4;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
float: right;
cursor: not-allowed;
margin: 2px;
}


@media (max-width: 767px) {
.header_left {
float:left;
width:auto;
height: 60px;
}
.header_right {
float:right;
width:100%;
}

.logo {
width: 100%;
height: 50px;
}
	
}

@media (max-width: 576px) {
.header_left {
float:left;
width:unset;
height: 40px;
}
.header_right {
float:right;
width:100%;
}

	
}

[data-tooltip]:hover::after {
  display: block;
  position: absolute;
  content: attr(data-tooltip);
  border: 0px solid black;
  background: #f79005;
  padding: .25em;
  color: #fff;
  font-size: 0.8em;
}
  
@charset "UTF-8";
*, :after, :before {
  box-sizing: border-box
}

*:focus {
    outline: none;
}
main {
  overflow: hidden
}

pre.max-height {
  max-height: 30em
}

img, picture {
  display: block
}

img {
  margin: 0 auto;
}

figure, ul ul {
  margin: 0
}

ul ul {
  list-style-type: circle;
  padding-left: 1.25em
}

li {
  line-height: 1.4
}

li+li {
  margin-top: 4px
}

nav>a {
  display: block;
  margin: 5px 0
}

#demos {
  margin-top: 1em
}

body {
  color: #5d6d77;
  font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif
}

a {
  text-decoration: none
}

a, a:visited {
  color: #3498db
}

a:hover {
  text-decoration: underline
}

a:active {
  color: #2ecc71
}

h1, h2, h3, h4, h5, h6 {
  color: #34495e;
  font-weight: 700
}

h1 {
  font-size: 10vw;
  font-weight: 400;
  line-height: 1
}

h1, h2 {
  margin: 3vw 0
}

h2 {
  font-size: 7vw;
  position: relative
}

h3 {
  font-size: 6vw;
  margin: 2vw 0
}

h4 {
  font-size: 1.25em
}

p {
  line-height: 1.4;
  margin: 1em 0
}

.center {
   width: 4em;
   height: 4em;
   position: absolute;
   left: 50%;
   top: 45%;
   margin-left: -2em;
   margin-top: -2em;
}

.count {
  font-size: 10px;
  text-align: center;
  margin-bottom: 30px;
}

.circ {
  opacity: 0;
  stroke-dasharray: 130;
  stroke-dashoffset: 130;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  }
  .tick{
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  -webkit-transition: stroke-dashoffset 1.5s 0.5s ease-out;
  -moz-transition: stroke-dashoffset 1.5s 0.5s ease-out;
  -ms-transition: stroke-dashoffset 1.5s 0.5s ease-out;
  -o-transition: stroke-dashoffset 1.5s 0.5s ease-out;
  transition: stroke-dashoffset 1.5s 0.5s ease-out;
  }
.drawn + svg .path{
    opacity: 1;
    stroke-dashoffset: 0;
}

.loader,
.loader:before,
.loader:after {
  background: #000000;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #000000;
  text-indent: -9999em;
  margin: 20px auto 0;
  position: relative;
  font-size: 9px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.intro-text {
  font-size: 1.125em;
  margin: .7em 0
}

@media screen and (min-width:768px) {
  h1 {
    font-size: 3.5em;
    margin: .5em 0 .25em
  }
  h2 {
    font-size: 2.5em;
    margin: .45em 0
  }
  h3 {
    font-size: 1.5em;
    margin: .8em 0 .5em
  }
  h1>a, h2>a, h3>a {
    display: none
  }
  h1:hover>a, h2:hover>a, h3:hover>a {
    background: url(../img/link.svg) no-repeat;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: 0;
    width: 50px
  }
  .intro-text {
    font-size: 1.25em
  }
}

#grid {
  opacity: 0;
  transition: .3s
}

#loading {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: white;
z-index: 9999;
}

.unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.type--underline {
  text-decoration: underline
}

code:not([class*=language]) {
  background-color: rgba(27, 31, 35, .05);
  border-radius: 3px;
  color: #2c3e50;
  font-family: Menlo, Consolas, Liberation Mono, Courier, monospace;
  font-size: 85%;
  margin: 0;
  padding: .2em 0
}

code:not([class*=language]):after, code:not([class*=language]):before {
  content: "\00a0";
  letter-spacing: -.2em
}

.container {
  padding-left: 3.5%;
  padding-right: 3.5%
}

.container:after, .container:before {
  content: " ";
  display: table
}

.container:after {
  clear: both
}

.row {
  margin-left: auto;
  margin-right: auto
}

.row:after, .row:before {
  content: " ";
  display: table
}

.row:after {
  clear: both
}

.row .row {
  margin-left: -8px;
  margin-right: -8px
}

.row--centered {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.aspect {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%
}

.aspect--16x9 {
  padding-bottom: 56.25%
}

.aspect--9x16 {
  padding-bottom: 177.77778%
}

.aspect--4x3 {
  padding-bottom: 75%
}

.aspect--3x4 {
  padding-bottom: 133.33333%
}

.aspect--3x2 {
  padding-bottom: 66.66667%
}

.aspect--3x1 {
  padding-bottom: 33.33333%
}

.aspect--2x3 {
  padding-bottom: 150%
}

.aspect--2x1 {
  padding-bottom: 50%
}

.aspect--1x2 {
  padding-bottom: 200%
}

.aspect--1x1 {
  padding-bottom: 100%
}

.aspect--none {
  height: auto;
  overflow: visible;
  padding-bottom: 0
}

.aspect--none>.aspect__inner {
  position: static
}

.aspect>div, .aspect__inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.col-1\@lg, .col-1\@md, .col-1\@sm, .col-1\@xs, .col-2\@lg, .col-2\@md, .col-2\@sm, .col-2\@xs, .col-3\@lg, .col-3\@md, .col-3\@sm, .col-3\@xs, .col-4\@lg, .col-4\@md, .col-4\@sm, .col-4\@xs, .col-5\@lg, .col-5\@md, .col-5\@sm, .col-5\@xs, .col-6\@lg, .col-6\@md, .col-6\@sm, .col-6\@xs, .col-7\@lg, .col-7\@md, .col-7\@sm, .col-7\@xs, .col-8\@lg, .col-8\@md, .col-8\@sm, .col-8\@xs, .col-9\@lg, .col-9\@md, .col-9\@sm, .col-9\@xs, .col-10\@lg, .col-10\@md, .col-10\@sm, .col-10\@xs, .col-11\@lg, .col-11\@md, .col-11\@sm, .col-11\@xs, .col-12\@lg, .col-12\@md, .col-12\@sm, .col-12\@xs {
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative
}

.col-1\@xs, .col-2\@xs, .col-3\@xs, .col-4\@xs, .col-5\@xs, .col-6\@xs, .col-7\@xs, .col-8\@xs, .col-9\@xs, .col-10\@xs, .col-11\@xs, .col-12\@xs {
  float: left
}

.aspect--16x9\@xs {
  padding-bottom: 56.25%
}

.aspect--9x16\@xs {
  padding-bottom: 177.77778%
}

.aspect--4x3\@xs {
  padding-bottom: 75%
}

.aspect--3x4\@xs {
  padding-bottom: 133.33333%
}

.aspect--3x2\@xs {
  padding-bottom: 66.66667%
}

.aspect--3x1\@xs {
  padding-bottom: 33.33333%
}

.aspect--2x3\@xs {
  padding-bottom: 150%
}

.aspect--2x1\@xs {
  padding-bottom: 50%
}

.aspect--1x2\@xs {
  padding-bottom: 200%
}

.aspect--1x1\@xs {
  padding-bottom: 100%
}

.aspect--none\@xs {
  height: auto;
  overflow: visible;
  padding-bottom: 0
}

.aspect--none\@xs>.aspect__inner {
  position: static
}

.col-1\@xs {
  width: 16.66667%
}

.col-2\@xs {
  width: 33.33333%
}

.col-3\@xs {
  width: 50%
}

.col-4\@xs {
  width: 66.66667%
}

.col-5\@xs {
  width: 83.33333%
}

.col-6\@xs {
  width: 100%
}

.col-pull-0\@xs {
  right: auto
}

.col-pull-1\@xs {
  right: 16.66667%
}

.col-pull-2\@xs {
  right: 33.33333%
}

.col-pull-3\@xs {
  right: 50%
}

.col-pull-4\@xs {
  right: 66.66667%
}

.col-pull-5\@xs {
  right: 83.33333%
}

.col-pull-6\@xs {
  right: 100%
}

.col-push-0\@xs {
  left: auto
}

.col-push-1\@xs {
  left: 16.66667%
}

.col-push-2\@xs {
  left: 33.33333%
}

.col-push-3\@xs {
  left: 50%
}

.col-push-4\@xs {
  left: 66.66667%
}

.col-push-5\@xs {
  left: 83.33333%
}

.col-push-6\@xs {
  left: 100%
}

.col-offset-0\@xs {
  margin-left: 0
}

.col-offset-1\@xs {
  margin-left: 16.66667%
}

.col-offset-2\@xs {
  margin-left: 33.33333%
}

.col-offset-3\@xs {
  margin-left: 50%
}

.col-offset-4\@xs {
  margin-left: 66.66667%
}

.col-offset-5\@xs {
  margin-left: 83.33333%
}

.col-offset-6\@xs {
  margin-left: 100%
}

@media screen and (min-width:768px) {
  .col-1\@sm, .col-2\@sm, .col-3\@sm, .col-4\@sm, .col-5\@sm, .col-6\@sm, .col-7\@sm, .col-8\@sm, .col-9\@sm, .col-10\@sm, .col-11\@sm, .col-12\@sm {
    float: left
  }
  .aspect--16x9\@sm {
    padding-bottom: 56.25%
  }
  .aspect--9x16\@sm {
    padding-bottom: 177.77778%
  }
  .aspect--4x3\@sm {
    padding-bottom: 75%
  }
  .aspect--3x4\@sm {
    padding-bottom: 133.33333%
  }
  .aspect--3x2\@sm {
    padding-bottom: 66.66667%
  }
  .aspect--3x1\@sm {
    padding-bottom: 33.33333%
  }
  .aspect--2x3\@sm {
    padding-bottom: 150%
  }
  .aspect--2x1\@sm {
    padding-bottom: 50%
  }
  .aspect--1x2\@sm {
    padding-bottom: 200%
  }
  .aspect--1x1\@sm {
    padding-bottom: 100%
  }
  .aspect--none\@sm {
    height: auto;
    overflow: visible;
    padding-bottom: 0
  }
  .aspect--none\@sm>.aspect__inner {
    position: static
  }
  .col-1\@sm {
    width: 8.33333%
  }
  .col-2\@sm {
    width: 16.66667%
  }
  .col-3\@sm {
    width: 25%
  }
  .col-4\@sm {
    width: 33.33333%
  }
  .col-5\@sm {
    width: 41.66667%
  }
  .col-6\@sm {
    width: 50%
  }
  .col-7\@sm {
    width: 58.33333%
  }
  .col-8\@sm {
    width: 66.66667%
  }
  .col-9\@sm {
    width: 75%
  }
  .col-10\@sm {
    width: 83.33333%
  }
  .col-11\@sm {
    width: 91.66667%
  }
  .col-12\@sm {
    width: 100%
  }
  .col-pull-0\@sm {
    right: auto
  }
  .col-pull-1\@sm {
    right: 8.33333%
  }
  .col-pull-2\@sm {
    right: 16.66667%
  }
  .col-pull-3\@sm {
    right: 25%
  }
  .col-pull-4\@sm {
    right: 33.33333%
  }
  .col-pull-5\@sm {
    right: 41.66667%
  }
  .col-pull-6\@sm {
    right: 50%
  }
  .col-pull-7\@sm {
    right: 58.33333%
  }
  .col-pull-8\@sm {
    right: 66.66667%
  }
  .col-pull-9\@sm {
    right: 75%
  }
  .col-pull-10\@sm {
    right: 83.33333%
  }
  .col-pull-11\@sm {
    right: 91.66667%
  }
  .col-pull-12\@sm {
    right: 100%
  }
  .col-push-0\@sm {
    left: auto
  }
  .col-push-1\@sm {
    left: 8.33333%
  }
  .col-push-2\@sm {
    left: 16.66667%
  }
  .col-push-3\@sm {
    left: 25%
  }
  .col-push-4\@sm {
    left: 33.33333%
  }
  .col-push-5\@sm {
    left: 41.66667%
  }
  .col-push-6\@sm {
    left: 50%
  }
  .col-push-7\@sm {
    left: 58.33333%
  }
  .col-push-8\@sm {
    left: 66.66667%
  }
  .col-push-9\@sm {
    left: 75%
  }
  .col-push-10\@sm {
    left: 83.33333%
  }
  .col-push-11\@sm {
    left: 91.66667%
  }
  .col-push-12\@sm {
    left: 100%
  }
  .col-offset-0\@sm {
    margin-left: 0
  }
  .col-offset-1\@sm {
    margin-left: 8.33333%
  }
  .col-offset-2\@sm {
    margin-left: 16.66667%
  }
  .col-offset-3\@sm {
    margin-left: 25%
  }
  .col-offset-4\@sm {
    margin-left: 33.33333%
  }
  .col-offset-5\@sm {
    margin-left: 41.66667%
  }
  .col-offset-6\@sm {
    margin-left: 50%
  }
  .col-offset-7\@sm {
    margin-left: 58.33333%
  }
  .col-offset-8\@sm {
    margin-left: 66.66667%
  }
  .col-offset-9\@sm {
    margin-left: 75%
  }
  .col-offset-10\@sm {
    margin-left: 83.33333%
  }
  .col-offset-11\@sm {
    margin-left: 91.66667%
  }
  .col-offset-12\@sm {
    margin-left: 100%
  }
  .container {
    padding-left: 7%;
    padding-right: 7%
  }
  .row {
    max-width: 1200px
  }
}

@media screen and (min-width:1024px) {
  .col-1\@md, .col-2\@md, .col-3\@md, .col-4\@md, .col-5\@md, .col-6\@md, .col-7\@md, .col-8\@md, .col-9\@md, .col-10\@md, .col-11\@md, .col-12\@md {
    float: left
  }
  .aspect--16x9\@md {
    padding-bottom: 56.25%
  }
  .aspect--9x16\@md {
    padding-bottom: 177.77778%
  }
  .aspect--4x3\@md {
    padding-bottom: 75%
  }
  .aspect--3x4\@md {
    padding-bottom: 133.33333%
  }
  .aspect--3x2\@md {
    padding-bottom: 66.66667%
  }
  .aspect--3x1\@md {
    padding-bottom: 33.33333%
  }
  .aspect--2x3\@md {
    padding-bottom: 150%
  }
  .aspect--2x1\@md {
    padding-bottom: 50%
  }
  .aspect--1x2\@md {
    padding-bottom: 200%
  }
  .aspect--1x1\@md {
    padding-bottom: 100%
  }
  .aspect--none\@md {
    height: auto;
    overflow: visible;
    padding-bottom: 0
  }
  .aspect--none\@md>.aspect__inner {
    position: static
  }
  .col-1\@md {
    width: 8.33333%
  }
  .col-2\@md {
    width: 16.66667%
  }
  .col-3\@md {
    width: 25%
  }
  .col-4\@md {
    width: 33.33333%
  }
  .col-5\@md {
    width: 41.66667%
  }
  .col-6\@md {
    width: 50%
  }
  .col-7\@md {
    width: 58.33333%
  }
  .col-8\@md {
    width: 66.66667%
  }
  .col-9\@md {
    width: 75%
  }
  .col-10\@md {
    width: 83.33333%
  }
  .col-11\@md {
    width: 91.66667%
  }
  .col-12\@md {
    width: 100%
  }
  .col-pull-0\@md {
    right: auto
  }
  .col-pull-1\@md {
    right: 8.33333%
  }
  .col-pull-2\@md {
    right: 16.66667%
  }
  .col-pull-3\@md {
    right: 25%
  }
  .col-pull-4\@md {
    right: 33.33333%
  }
  .col-pull-5\@md {
    right: 41.66667%
  }
  .col-pull-6\@md {
    right: 50%
  }
  .col-pull-7\@md {
    right: 58.33333%
  }
  .col-pull-8\@md {
    right: 66.66667%
  }
  .col-pull-9\@md {
    right: 75%
  }
  .col-pull-10\@md {
    right: 83.33333%
  }
  .col-pull-11\@md {
    right: 91.66667%
  }
  .col-pull-12\@md {
    right: 100%
  }
  .col-push-0\@md {
    left: auto
  }
  .col-push-1\@md {
    left: 8.33333%
  }
  .col-push-2\@md {
    left: 16.66667%
  }
  .col-push-3\@md {
    left: 25%
  }
  .col-push-4\@md {
    left: 33.33333%
  }
  .col-push-5\@md {
    left: 41.66667%
  }
  .col-push-6\@md {
    left: 50%
  }
  .col-push-7\@md {
    left: 58.33333%
  }
  .col-push-8\@md {
    left: 66.66667%
  }
  .col-push-9\@md {
    left: 75%
  }
  .col-push-10\@md {
    left: 83.33333%
  }
  .col-push-11\@md {
    left: 91.66667%
  }
  .col-push-12\@md {
    left: 100%
  }
  .col-offset-0\@md {
    margin-left: 0
  }
  .col-offset-1\@md {
    margin-left: 8.33333%
  }
  .col-offset-2\@md {
    margin-left: 16.66667%
  }
  .col-offset-3\@md {
    margin-left: 25%
  }
  .col-offset-4\@md {
    margin-left: 33.33333%
  }
  .col-offset-5\@md {
    margin-left: 41.66667%
  }
  .col-offset-6\@md {
    margin-left: 50%
  }
  .col-offset-7\@md {
    margin-left: 58.33333%
  }
  .col-offset-8\@md {
    margin-left: 66.66667%
  }
  .col-offset-9\@md {
    margin-left: 75%
  }
  .col-offset-10\@md {
    margin-left: 83.33333%
  }
  .col-offset-11\@md {
    margin-left: 91.66667%
  }
  .col-offset-12\@md {
    margin-left: 100%
  }
}

.code-block {
  margin: .5em calc(-3.5vw - 8px);
  overflow: visible;
  position: relative
}

.code-block pre {
  margin: 0;
  min-height: 56px;
  padding: 1em calc(3.5vw + 8px);
  position: relative;
  z-index: 1
}

@media screen and (min-width:768px) {
  .code-block {
    margin-left: calc(-7vw - 8px);
    margin-right: calc(-7vw - 8px)
  }
  .code-block pre {
    padding-left: calc(7vw + 8px);
    padding-right: calc(7vw + 8px);
    position: relative;
    z-index: 1
  }
}

@media (min-width:1395px) {
  .code-block {
    margin-left: calc(-50vw + 592px);
    margin-right: calc(-50vw + 592px)
  }
  .code-block pre {
    padding-left: calc(50vw - 592px);
    padding-right: calc(50vw - 592px)
  }
}

.textfield {
  -webkit-appearance: none;
  border: 2px solid #95a5a6;
  border-radius: 4px;
  box-sizing: border-box;
  color: #34495e;
  font-size: 1rem;
  padding: .5em;
  transition: .15s;
  width: 100%
}

.textfield::-webkit-input-placeholder {
  color: #95a5a6;
  transition: .15s
}

.textfield:-ms-input-placeholder, .textfield::-ms-input-placeholder {
  color: #95a5a6;
  transition: .15s
}

.textfield::placeholder {
  color: #95a5a6;
  transition: .15s
}

.textfield:hover {
  border-color: #5d6d77;
  color: #5d6d77;
  outline-width: 0
}

.textfield:hover::-webkit-input-placeholder {
  color: #5d6d77
}

.textfield:hover:-ms-input-placeholder, .textfield:hover::-ms-input-placeholder {
  color: #5d6d77
}

.textfield:hover::placeholder {
  color: #5d6d77
}

.textfield:focus {
  border-color: #34495e;
  outline-width: 0
}

.textfield:focus::-webkit-input-placeholder {
  color: #34495e
}

.textfield:focus:-ms-input-placeholder, .textfield:focus::-ms-input-placeholder {
  color: #34495e
}

.textfield:focus::placeholder {
  color: #34495e
}

.textfield--large {
  font-size: 1.125em
}

.text-center {
  text-align: center
}

.ib {
  display: inline-block
}

@media screen and (max-width:767px) {
  .hidden\@xs {
    display: none
  }
}

@media screen and (min-width:768px) {
  .visible\@xs {
    display: none
  }
}

.hidden {
  display: none !important;
  visibility: hidden
}

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

.clearfix, .clearfix:after {
  clear: both;
  content: " ";
  display: table
}

.pull-left {
  float: left
}

.pull-right {
  float: right
}

.full-width {
  width: 100%
}

.full-height {
  height: 100%
}

.hide-text {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none
}

.table-center-wrap {
  display: table;
  table-layout: fixed
}

.table-center {
  display: table-cell;
  vertical-align: middle
}

.btn-group:after, .btn-group:before {
  content: " ";
  display: table
}

.btn-group:after {
  clear: both
}

.btn-group .btn {
  border-radius: 0;
  float: left
}

.btn-group .btn:first-child {
  border-radius: 3px 0 0 3px
}

.btn-group .btn:not(:first-child) {
  margin-left: -1px
}

.btn-group .btn:last-child {
  border-radius: 0 3px 3px 0
}

.btn-group label.btn input[type=radio] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute
}

.btn {
  -webkit-appearance: none;
  background-color: rgba(52, 73, 94, 0);
  border: 1px solid #34495e;
  border-radius: 3px;
  color: #34495e;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  padding: .75em .8em;
  text-align: center;
  transition: .2s ease-out
}

.footy {
  text-align: center;
  font-size: .8em;
}

@media (-moz-touch-enabled:0), (pointer:fine) {
  .btn:hover {
    background-color: #34495e;
    color: #fff;
    text-decoration: none
  }
}

.btn:focus {
  box-shadow: 0 0 0 2px rgba(52, 73, 94, .4);
  outline-width: 0
}

.btn.active, .btn:active {
  background-color: #34495e;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
  color: #fff
}

.btn:focus.active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 0 2px rgba(52, 73, 94, .4)
}

.btn:disabled {
  background-color: rgba(52, 73, 94, 0);
  color: #34495e;
  cursor: not-allowed;
  opacity: .7
}

.btn--warning {
  background-color: rgba(230, 126, 34, 0);
  border-color: #e67e22;
  color: #e67e22
}

@media (-moz-touch-enabled:0), (pointer:fine) {
  .btn--warning:hover {
    background-color: #e67e22
  }
}

.btn--warning:focus {
  box-shadow: 0 0 0 2px rgba(230, 126, 34, .4)
}

.btn--warning.active, .btn--warning:active {
  background-color: #e67e22
}

.btn--warning:focus.active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 0 2px rgba(230, 126, 34, .4)
}

.btn--warning:disabled {
  background-color: rgba(230, 126, 34, 0);
  color: #e67e22
}

.btn--primary {
  background-color: rgba(52, 152, 219, 0);
  border-color: #3498db;
  color: #3498db
}

@media (-moz-touch-enabled:0), (pointer:fine) {
  .btn--primary:hover {
    background-color: #3498db
  }
}

.btn--primary:focus {
  box-shadow: 0 0 0 2px rgba(52, 152, 219, .4)
}

.btn--primary.active, .btn--primary:active {
  background-color: #3498db
}

.btn--primary:focus.active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 0 2px rgba(52, 152, 219, .4)
}

.btn--primary:disabled {
  background-color: rgba(52, 152, 219, 0);
  color: #3498db
}

.btn--danger {
  background-color: rgba(231, 76, 60, 0);
  border-color: #e74c3c;
  color: #e74c3c
}

@media (-moz-touch-enabled:0), (pointer:fine) {
  .btn--danger:hover {
    background-color: #e74c3c
  }
}

.btn--danger:focus {
  box-shadow: 0 0 0 2px rgba(231, 76, 60, .4)
}

.btn--danger.active, .btn--danger:active {
  background-color: #e74c3c
}

.btn--danger:focus.active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 0 2px rgba(231, 76, 60, .4)
}

.btn--danger:disabled {
  background-color: rgba(231, 76, 60, 0);
  color: #e74c3c
}

.btn--go {
  background-color: rgba(46, 204, 113, 0);
  border-color: #2ecc71;
  color: #2ecc71
}

@media (-moz-touch-enabled:0), (pointer:fine) {
  .btn--go:hover {
    background-color: #2ecc71
  }
}

.btn--go:focus {
  box-shadow: 0 0 0 2px rgba(46, 204, 113, .4)
}

.btn--go.active, .btn--go:active {
  background-color: #2ecc71
}

.btn--go:focus.active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3), 0 0 0 2px rgba(46, 204, 113, .4)
}

.btn--go:disabled {
  background-color: rgba(46, 204, 113, 0);
  color: #2ecc71
}

@media screen and (max-width:767px) {
  .btn {
    font-size: .875rem
  }
}

.filter-group .btn {
  position: relative
}

.filter-group .btn.active:after, .filter-group .btn.active:before {
  content: "";
  height: 20px;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: .2s;
  width: 20px
}

.filter-group .btn:before {
  background-color: #2c3e50;
  border-radius: 50%
}

.filter-group .btn:after {
  background-image: url(../img/check.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%
}

.filter-group .btn.active:after, .filter-group .btn.active:before {
  opacity: 1
}

.demo-list .figure-wrap {
  position: relative;
  z-index: 1
}

.demo-list .figure-wrap, .demo-list .figure-wrap img {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: .1s ease
}

.demo-list:hover .figure-wrap {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.demo-list:hover .figure-wrap img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1)
}

.demo-list:hover .figure-wrap:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  z-index: 2
}

.demo-list:hover .figure-wrap:hover img {
  -webkit-filter: none;
  filter: none
}

.demo-list .figure-wrap:nth-child(4n+1) {
  margin-left: 0
}

.demo-list .figure-wrap>a {
  display: block
}

.demo-list .figure-wrap figcaption {
  height: 2em;
  margin-bottom: 1em;
  margin-top: .5em
}

.demo-link-container:before {
  color: #2ecc71;
  content: "➜";
  margin-right: 5px
}

span.demo-link-container:before {
  margin-left: 5px
}

@media screen and (max-width:47.9375em) {
  .demo-list+.demo-list {
    margin-top: 1em
  }
  .figure-wrap:nth-child(odd) {
    margin-left: 0
  }
  .figure-wrap:nth-child(n+3) {
    margin-top: 1em
  }
}

.site-nav {
  background: #ecf0f1;
  border-bottom: 1px solid #e1e5e6;
  margin-bottom: 28px;
  padding: 10px 0
}

.site-nav__content {
  display: flex;
  justify-content: space-between
}

.site-nav__logo {
  font-size: 20px
}

.site-nav__logo, .site-nav__logo:visited {
  color: #34495e
}

.site-nav__logo:hover, .site-nav__logo:visited:hover {
  text-decoration: none
}

.site-nav__links, .site-nav__logo {
  align-items: center;
  display: flex
}

.site-nav__logo svg {
  display: block;
  height: 24px;
  margin-right: 4px;
  width: 24px
}

.site-nav__logo rect {
  transition: .18s cubic-bezier(.4, 0, .2, 1)
}

.site-nav__link {
  position: relative;
  z-index: 3
}

.site-nav__link:not(:last-of-type) {
  margin-right: 8px
}

.site-nav__dropdown {
  -webkit-transform: translateY(10px);
  background-color: #fff;
  box-shadow: 0 7px 10px -1px rgba(0, 0, 0, .12);
  max-height: 100vh;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 40px;
  transform: translateY(10px);
  transition: .3s cubic-bezier(.165, .84, .44, 1);
  visibility: hidden;
  z-index: 2
}

.site-nav__dropdown:before {
  border-bottom: 8px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  display: block;
  position: absolute;
  right: 32px;
  top: -8px
}

.site-nav__dropdown li+li {
  margin-top: 8px
}

.site-nav__dropdown a {
  color: #5d6d77;
  display: block
}

.site-nav__dropdown a:hover {
  background-color: #ecf0f1;
  color: #5d6d77;
  text-decoration: none
}

.site-nav__dropdown figure {
  align-items: center;
  display: flex
}

.site-nav__dropdown picture {
  flex-shrink: 0;
  height: 75px;
  width: 100px
}

.site-nav__dropdown figcaption {
  padding-left: 8px;
  padding-right: 8px
}

.site-nav__dropdown--simple-links a {
  padding: 8px 16px
}

.site-nav__dropdown--simple-links li+li {
  margin-top: 0
}

.site-nav__link-toggle {
  padding: 6px 8px
}

.site-nav__link-toggle:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid;
  content: "";
  display: inline-block;
  margin-left: 4px;
  margin-top: -1px;
  transition: -webkit-transform .18s cubic-bezier(.4, 0, .2, 1);
  transition: transform .18s cubic-bezier(.4, 0, .2, 1);
  transition: transform .18s cubic-bezier(.4, 0, .2, 1), -webkit-transform .18s cubic-bezier(.4, 0, .2, 1);
  vertical-align: middle
}

.site-nav__link--dropdown-active .site-nav__link-toggle:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.site-nav__link--dropdown-active .site-nav__dropdown {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
  visibility: visible
}

@media (-moz-touch-enabled:0), (pointer:fine) {
  .site-nav__logo:hover rect:first-of-type {
    -webkit-transform: translate(20px, 10px);
    transform: translate(20px, 10px);
    transition-delay: 0ms
  }
  .site-nav__logo:hover rect:nth-of-type(2) {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition-delay: 10ms
  }
  .site-nav__logo:hover rect:nth-of-type(3) {
    -webkit-transform: translate(-20px, 6px);
    transform: translate(-20px, 6px);
    transition-delay: 20ms
  }
  .site-nav__logo:hover rect:nth-of-type(4) {
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    transition-delay: 30ms
  }
  .site-nav__logo:hover rect:nth-of-type(5) {
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
    transition-delay: 40ms
  }
  .site-nav__logo:hover rect:nth-of-type(6) {
    -webkit-transform: translate(-20px, -14px);
    transform: translate(-20px, -14px);
    transition-delay: 50ms
  }
  .site-nav__logo:hover rect:nth-of-type(7) {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    transition-delay: 60ms
  }
  .site-nav__link-toggle:hover {
    border-color: #34495e
  }
}

@media screen and (max-width:767px) {
  body.site-nav--open {
    padding-top: 51px
  }
  body.site-nav--open .site-nav {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4
  }
  .site-nav__dropdown {
    -webkit-overflow-scrolling: touch;
    left: 0;
    overflow: auto;
    padding: 8px calc(3.5vw + 8px);
    position: fixed;
    right: 0;
    top: 51px;
    width: 100vw
  }
}

@media screen and (min-width:768px) {
  .site-nav {
    padding: 16px 0
  }
  .site-nav__logo {
    font-size: 24px
  }
  .site-nav__logo svg {
    height: 32px;
    width: 32px
  }
  .site-nav__link:not(:last-child) {
    margin-right: 16px
  }
  .site-nav__link--dropdown:not(:last-child) {
    margin-right: 12px
  }
  .site-nav__dropdown {
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    max-height: none !important;
    padding: 16px;
    right: -100px
  }
  .site-nav__dropdown:before {
    right: 132px
  }
  .site-nav__dropdown ul {
    -webkit-column-count: 2;
    -webkit-column-gap: 16px;
    column-count: 2;
    column-gap: 16px
  }
  .site-nav__dropdown li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid
  }
  .site-nav__dropdown figcaption {
    white-space: nowrap
  }
  @supports ((-webkit-filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.12))) or (filter:drop-shadow(0 0 5px rgba(0, 0, 0, 0.12)))) {
    .site-nav__dropdown {
      -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .12));
      box-shadow: none;
      filter: drop-shadow(0 0 5px rgba(0, 0, 0, .12))
    }
  }
  .site-nav__link-img {
    height: 24px;
    width: 24px
  }
  .site-nav__dropdown--simple-links {
    padding: 0;
    right: 0
  }
  .site-nav__dropdown--simple-links:before {
    right: 24px
  }
  .site-nav__dropdown--simple-links a {
    width: 200px
  }
}

@media screen and (min-width:1024px) {
  .site-nav__dropdown {
    right: 0
  }
  .site-nav__dropdown:before {
    right: 32px
  }
  .site-nav__dropdown--simple-links:before {
    right: 24px
  }
}

.pac {
  margin-top: 6em;
  margin-bottom: 2em;
}
.footer {
  padding: 4em;
  margin-top: 6em;
  background: #ffd1f1;
}
@media screen and (min-width:768px) {
  .site-footer__credit {
    text-align: right
  }
}

.filter-label {
  color: #95a5a6;
  display: block;
  margin-bottom: 4px;
  margin-top: 0;
  padding: 0
}

.filters-group {
  border: 0;
  margin: 0 0 4px;
  padding: 0
}

@media screen and (min-width:768px) {
  .filters-group-wrap {
    display: flex;
    justify-content: space-between
  }
}

.compound-filter-options {
  margin-bottom: 40px;
  margin-top: 20px
}

.filter-group--compound button {
  background-color: currentColor;
  height: 40px;
  padding: 0;
  width: 40px
}

.filter-group--compound label {
  cursor: pointer
}

.filter-group--compound .ib+.ib {
  margin-left: 8px
}

.shape-shuffle-container {
  overflow: hidden;
  position: relative
}

.shape {
  margin-left: 0;
  margin-top: 10px;
  position: relative
}

.shape .shape__space {
  background-color: #000;
  border: 0 solid transparent;
  height: 100%;
  width: 100%
}

.shape--blue .shape__space {
  background-color: #3498db;
  border-bottom-color: #3498db
}

.shape--red .shape__space {
  background-color: #e74c3c;
  border-bottom-color: #e74c3c
}

.shape--orange .shape__space {
  background-color: #f39c12;
  border-bottom-color: #f39c12
}

.shape--green .shape__space {
  background-color: #2ecc71;
  border-bottom-color: #2ecc71
}

.shape--circle .shape__space {
  border-radius: 50%
}

.shape--diamond .shape__space {
  -webkit-transform: rotate(45deg) scale(.70711);
  transform: rotate(45deg) scale(.70711)
}

.shape--triangle .shape__space {
  background-color: transparent;
  border-width: 0 66px 114px;
  height: 0;
  margin: auto;
  padding-top: 9px;
  width: 0
}

@media (min-width:425px) {
  .shape--triangle .shape__space {
    border-width: 0 90px 156px;
    height: 0;
    padding-top: 12px;
    width: 0
  }
}

@media (min-width:600px) {
  .shape--triangle .shape__space {
    border-width: 0 131px 227px;
    height: 0;
    padding-top: 17.5px;
    width: 0
  }
}

@media (min-width:768px) {
  .shape--triangle .shape__space {
    border-width: 0 74px 128px;
    height: 0;
    padding-top: 10px;
    width: 0
  }
}

@media (min-width:1024px) {
  .shape--triangle .shape__space {
    border-width: 0 102px 177px;
    height: 0;
    padding-top: 13.5px;
    width: 0
  }
}

@media (min-width:1200px) {
  .shape--triangle .shape__space {
    border-width: 0 135px 234px;
    height: 0;
    padding-top: 18px;
    width: 0
  }
}

@media (min-width:1392px) {
  .shape--triangle .shape__space {
    border-width: 0 142px 246px;
    height: 0;
    padding-top: 19px;
    width: 0
  }
}

.search-section {
  margin-bottom: 1em;
  margin-top: 1em
}

.question {
  float: none;
  margin: 2em 0;
  overflow: hidden;
  transition: .2s ease-out
}

.question--collapsed {
  border-width: 0;
  height: 0 !important;
  margin: 0
}

.question--collapsed+.question {
  margin-top: 0
}

.question--unanswered {
  border-top: 2px solid #2ecc71;
  padding-top: 1.25em
}

.question__title {
  margin-top: 0
}

.question__answer {
  margin-bottom: 0;
  padding-bottom: 1px
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

button.mfp-close {
  display: none !important;
}


.mfp-figure:after {
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

span.nope {
  text-decoration: line-through;
}
