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

.clearfix:before,
.clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }



.container {
  position: relative;
  overflow: hidden; }

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none; }

.github-corner {
  cursor: pointer; }

.github-corner:hover .octo-arm {
  -webkit-animation: octocat-wave 560ms ease-in-out;
  animation: octocat-wave 560ms ease-in-out; }

@-webkit-keyframes octocat-wave {
  0%,
	100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20%,
	60% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg); }
  40%,
	80% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); } }
@keyframes octocat-wave {
  0%,
	100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  20%,
	60% {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg); }
  40%,
	80% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); } }
@media (max-width: 500px) {
  .github-corner:hover .octo-arm {
    -webkit-animation: none;
    animation: none; }

  .github-corner .octo-arm {
    -webkit-animation: octocat-wave 560ms ease-in-out;
    animation: octocat-wave 560ms ease-in-out; } }
/* Header */
.codrops-header {
  padding: 2em 10vw 8em; }

.codrops-header h1 {
  font-size: 4em;
  line-height: 0.9;
  letter-spacing: -0.05em;
  margin: 0.5em 0 0; }

.codrops-header h1 span {
  font-size: 0.25em;
  display: block;
  padding: 0.5em 0 0 0.15em;
  line-height: 1.5;
  color: #999;
  letter-spacing: 15px;
  text-transform: uppercase; }

/* Top Navigation Style */
.codrops-links {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap; }

.codrops-links::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate3d(0, 0, 1, 22.5deg);
  transform: rotate3d(0, 0, 1, 22.5deg); }

.codrops-icon {
  display: inline-block;
  width: 1.5em;
  margin: 0.5em;
  padding: 0em 0;
  text-decoration: none; }

.codrops-icon span {
  display: none; }

.codrops-icon:before {
  font-family: 'codropsicons';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  margin: 0 5px;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased; }

.codrops-icon--drop:before {
  content: '\e001';
  color: #09c; }

.codrops-icon--prev:before {
  content: '\e004'; }

/* Demo links */
.codrops-demos {
  margin: 2em 0 0; }

.codrops-demos a {
  display: inline-block;
  margin: 0 0.5em; }

.codrops-demos a.current-demo {
  color: #333; }

/* Content */
.content {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* Related demos */
.content--related {
  font-weight: bold;
  text-align: center;
  display: block;
  color: #f6f6f6;
  background: #222;
  padding: 5em 1em; }

.media-item {
  display: inline-block;
  padding: 1em;
  vertical-align: top;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

.media-item__img {
  max-width: 100%;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
  opacity: 1; }

.media-item__title {
  font-size: 1em;
  margin: 0;
  padding: 0.5em; }

.media-item:hover .media-item__title,
.media-item:focus .media-item__title {
  color: #fff; }

.section {
  width: 100%;

  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.safari-warning {
  display: none;
  color: #ff6e00; }
  .safari .safari-warning {
    display: block; }

.section__title {
  font-size: 5em;
  font-weight: 900;
  letter-spacing: -0.05em;
  margin: 0 0 1em 0;
  color: #ddd;
  position: relative;
  text-align: left;
  width: 100%; }

.section__title::before {
  content: '';
  position: absolute;
  top: 1.15em;
  width: 40%;
  height: 0.1em;
  background: #ddd;
  left: 0; }

h5 {
  margin-top: 6em;
  margin-bottom: -4em; }

@media screen and (max-width: 40em) {
  .codrops-header {
    padding: 2em 3vw; }

  .codrops-header h1 {
    font-size: 2.8em; }

  .section {
    margin: 0;
    width: 100%;
    padding: 0 3vw; } }
.svg-filters {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px; }

.button--1, .button--1 .button__bg, .button--2, .button--4, .button--4 .button__bg, .button--5, .button--6, .button--7, .button--8, .button--9, .button--10 {
  -webkit-font-smoothing: antialiased;
  background-color: #222;
  border: none;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85em;
  font-weight: 700;
  text-decoration: none;
  user-select: none;
  letter-spacing: 0.1em;
  color: white;
  padding: 20px 40px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out; }
  .button--1:hover, .button--1 .button__bg:hover, .button--2:hover, .button--4:hover, .button--4 .button__bg:hover, .button--5:hover, .button--6:hover, .button--7:hover, .button--8:hover, .button--9:hover, .button--10:hover {
    background-color: #E83671;
    color: #fff; }
  .button--1:focus, .button--1 .button__bg:focus, .button--2:focus, .button--4:focus, .button--4 .button__bg:focus, .button--5:focus, .button--6:focus, .button--7:focus, .button--8:focus, .button--9:focus, .button--10:focus {
    outline: none;
    color: #fff; }

.safari .button, .safari
.button__bg {
  -webkit-filter: none !important;
  filter: none !important; }


.button--2 {
  outline: 90px solid transparent !important;
  position: relative;
  z-index: 0;
  background-color: transparent; 
  border-radius: 3px;
  border-bottom: 4px solid #b92b5a;
 }
  .button--2 .left, .button--2 .right {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    background: #E83671;

    -webkit-transition: background 0.1s ease-out;
    -moz-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
    top: 50%;
    margin-top: -12px;
    z-index: -2; }
    .button--2 .left.left, .button--2 .right.left {
      left: 0; }
    .button--2 .left.right, .button--2 .right.right {
      right: 0; }
  .button--2 .button__bg {
    content: "";
    background: #E83671;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: background 0.1s ease-out;
    -moz-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out; }
  .button--2:hover {
    background-color: transparent; 
     border-bottom: 4px solid #282828;
  }
    .button--2:hover:before, .button--2:hover span {
      background-color: #323232; 
     
    }

a:hover .button--2{
      background-color: #323232;
    }

.button--4 {
  position: relative;
  z-index: 1;
  width: 140px;
  height: 140px;
  line-height: 80px;
  padding: 0;
  background: none; 
  color: #323232;
  font-family: 'MullerBlack';
  float: left;
}
  .button--4:hover {
    background: none; 
    color: #fff;}
    .button--4:hover .blob{
    background: #E83671;}
  .button--4:focus {
    outline: none; }
  .button--4:active .button__bg {
    transform: scale(0.8); }
  .button--4 .button__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 90px solid transparent !important;
    padding: 0;
    border-radius: 100px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    background: #fff;
    font-weight: bold;
    z-index: -2;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
    .button--4 .button__bg:hover {
      background-color: #E83671; }
  .button--4 .blob {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 70px;
    opacity: 0.3;
    background: #fff;
    -webkit-transition: background 0.1s ease-out;
    -moz-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
    z-index: -1;
    pointer-events: none; }
    .button--4 .blob:first-child {
      opacity: 1; }
    .button--4 .blob:nth-child(n+2) {
      width: 100%;
      height: 100%; }



.button--5 {
  position: relative;
  z-index: 1;
  width: 140px;
  height: 140px;
  line-height: 80px;
  padding: 0;
  background: none; 
  color: #fff;
  font-family: 'MullerBlack';
  float: left;
}
  .button--5:hover {
    background: none; 
    color: #fff;}
    .button--5:hover .blob{
    background: #323232;}
  .button--5:focus {
    outline: none; }
  .button--5:active .button__bg {
    transform: scale(0.8); }
  .button--5 .button__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 90px solid transparent !important;
    padding: 0;
    border-radius: 100px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    background: #fff;
    font-weight: bold;
    z-index: -2;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
    .button--5 .button__bg:hover {
      background-color: #E83671; }
  .button--5 .blob {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 70px;
    opacity: 0.3;
    background: #E83671;
    -webkit-transition: background 0.1s ease-out;
    -moz-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
    z-index: -1;
    pointer-events: none; }
    .button--5 .blob:first-child {
      opacity: 1; }
    .button--5 .blob:nth-child(n+2) {
      width: 100%;
      height: 100%; }


.button--6 {
  position: relative;
  z-index: 1;
  width: 150px;
  height: 150px;
  line-height: 1.4em;
  padding: 0;
  background: none; 
  color: #fff;
  font-family: 'MullerBlack';
text-align: center;
}
  .button--6:hover {
    background: none; 
    color: #fff;}
    .button--6:hover .blob{
    background: #323232;}
  .button--6:focus {
    outline: none; }
  .button--6:active .button__bg {
    transform: scale(0.8); }
  .button--6 .button__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 90px solid transparent !important;
    padding: 0;
    border-radius: 100px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    background: #fff;
    font-weight: bold;
    z-index: -2;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
    .button--6 .button__bg:hover {
      background-color: #E83671; }
  .button--6 .blob {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: 70px;
    opacity: 0.3;
    background: #E83671;
    -webkit-transition: background 0.1s ease-out;
    -moz-transition: background 0.1s ease-out;
    transition: background 0.1s ease-out;
    z-index: -1;
    pointer-events: none; }
    .button--6 .blob:first-child {
      opacity: 1; }
    .button--6 .blob:nth-child(n+2) {
      width: 100%;
      height: 100%; }

.partner_left h2 {
  font-size: calc(14px + (24 - 14) * ((100vw - 250px) / (1920 - 250)));
  margin-bottom: 10px;
  color: #323232;
}

@keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0); }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg); } }

/*# sourceMappingURL=main.css.map */


@media screen and (max-width: 900px) {

    .partner_left {
      width:90%!important;
      margin-left: 5%!important;
      padding-top: 0px!important;
      margin-bottom: 25px!important;
    }

    .partners {
      padding-top: 75px!important;
    }
}

@media screen and (max-width: 580px) {
  #partner_logo {
    width: 60% !important;
  }

    #interview {
    width: 100%!important;
      margin-left: 0!important;
      padding-top: 0!important;
    }

}

@media screen and (max-width: 350px) {
  #partner_logo {
    width: 75%!important;
  }
}