@font-face {
  font-family: "Analytics-nc";
  src: url("./assets/AvenirNext-DemiBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Analytics-nc";
  src: url("./assets/AvenirNext-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  font-family: "Analytics-nc", Open Sans, sans-serif;
  font-weight: 300;
  font-size: 16px;
  box-sizing: border-box;
  color: #4B4B4B;
  background: #51ACB4;
}

h1,
h2,
h3 {
  line-height: 1.1;
  margin: 0;
}
h1 small,
h2 small,
h3 small {
  display: block;
}

h2 {
  font-size: 30px;
  color: #51ACB4;
}
h2 small {
  text-transform: uppercase;
  font-weight: normal;
  color: #105564;
}

h3 {
  color: #51ACB4;
}

.contents {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}

section {
  transform: skewY(-5deg);
  padding: 100px 0;
  background-color: #fff;
}
section > .contents {
  transform: skewY(5deg);
}

.duo {
  display: flex;
  align-items: center;
}
.duo > * {
  flex: 1;
}
.duo .sectionTitle {
  flex: 0 0 40%;
  margin-right: 10%;
}

@media screen and (max-width: 600px) {
  .duo {
    display: block;
  }
  .duo .sectionTitle {
    margin: 0;
  }
}
.alt-color {
  background: linear-gradient(230deg, #51ACB4, #105564);
  color: white;
}
.alt-color h2, .alt-color h3 {
  color: white;
}
.alt-color h2 small, .alt-color h3 small {
  color: #32CBD9;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  INTRO  */
.intro {
  color: white;
  transform: none;
  font-weight: bold;
  background: radial-gradient(circle at center 45vh, #5fbdc6, #6EC9D1 70vmin);
  padding-bottom: 50vh;
  margin-bottom: -50vh;
  overflow: hidden;
}
.intro svg {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
  overflow: visible;
  width: 100vw;
  height: 50vw;
  margin-top: -10vw;
  max-height: 600px;
}
.intro .title {
  font-size: 70px;
}
.intro .subTitle {
  font-size: 30px;
}

@media screen and (max-width: 600px) {
  .intro {
    margin-top: -30vw;
  }
  .intro svg {
    width: 200vw;
    margin-left: -80vw;
    height: auto;
  }
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  MISSIONS  */
.missionBox {
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 7px 20px rgba(33, 24, 67, 0.14);
  font-size: 14px;
}
.missionBox h3 {
  margin-bottom: 10px;
}
.missionBox > div {
  padding: 5px 0;
  border-bottom: 1px solid #eaeaea;
  align-items: center;
}
.missionBox > div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.missionBox strong {
  display: block;
  font-weight: normal;
  color: #105564;
}

@media screen and (min-width: 800px) {
  .missionBox > div {
    display: flex;
  }
  .missionBox strong {
    flex: 0 0 200px;
  }
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  SKILLS  */
.skills svg {
  fill: none;
  stroke: #105564;
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 80px;
  height: 80px;
  margin-right: 10px;
}
.skills > div {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.skills p {
  margin: 0;
}
.skills h3 {
  margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
  .skills svg {
    flex: 0 0 50px;
    height: 50px;
  }
  .skills > div {
    align-items: flex-start;
  }
}
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  GRAPHS  */
#graph {
  margin-top: 20px;
  transition: all 0.2s;
  text-align: center;
}
#graph .graphGrid {
  display: grid;
  justify-content: space-around;
  margin: 0 auto;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, 130px);
}
#graph .graphGrid > div {
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
}
#graph .graphGrid > div:hover .bubble {
  background-color: tomato;
  transform: scale(1.2);
}
#graph .bubble {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 80px;
  z-index: -1;
  background-color: #105564;
  border-radius: 200px;
  transition: all 0.2s ease-out;
}

.graphWrapper a {
  color: inherit;
  opacity: 0.6;
  font-size: 14px;
}
.graphWrapper a:hover {
  opacity: 1;
}

@media screen and (min-width: 800px) {
  .graphWrapper {
    text-align: center;
  }
}
.graphToggle {
  margin: 10px auto;
  display: inline-flex;
}
.graphToggle button {
  background-color: transparent;
  border: 1px solid white;
  font: inherit;
  color: white;
  margin-left: -1px;
  cursor: pointer;
}
.graphToggle button:active, .graphToggle button:focus {
  outline: none;
}
.graphToggle .active {
  background-color: rgba(255, 255, 255, 0.3);
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  CONTACT  */
.contact {
  position: relative;
  text-align: center;
  margin-bottom: -20vh;
  background: linear-gradient(250deg, #f6f6f6, #E5E5E5);
  overflow: hidden;
}
.contact .contents {
  padding: 30vh 0;
  position: relative;
  z-index: 2;
}
.contact svg {
  transform: skewY(5deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1405px;
  margin-top: -837px;
  width: 3000px;
  height: 1642px;
  overflow: visible;
}
.contact h2 {
  font-size: 45px;
}
.contact a {
  font-size: 30px;
  color: #105564;
  font-weight: bold;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  MODAL  */
#modal {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  background-color: rgba(16, 85, 100, 0.3);
  z-index: 20;
  top: 0;
  font-size: 14px;
  box-sizing: border-box;
  overflow-y: scroll;
}
#modal h2 {
  font-size: 25px;
  margin-bottom: 30px;
}
#modal .contents {
  max-width: 1000px;
  background-color: #fff;
  padding: 20px;
  position: relative;
  margin: 20vh auto;
}
#modal p {
  margin: 0;
}
#modal .duo {
  display: flex;
  align-items: stretch;
}
#modal .texts {
  white-space: pre-wrap;
}
#modal .texts > div {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
#modal .texts > div div {
  flex: 1;
}
#modal .texts img {
  width: 50px;
  height: auto;
  margin-right: 15px;
}
#modal iframe {
  border: none;
}
#modal .close {
  font-size: 50px;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
}

@media screen and (min-width: 600px) {
  #modal iframe {
    margin-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  #modal .duo {
    display: block;
  }
  #modal iframe {
    width: 100%;
    min-height: 200px;
  }
  #modal .texts img {
    width: 40px;
  }
}

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