@font-face {
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Myriad Pro Regular"), url("../fonts/MYRIADPRO-REGULAR.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro';
  font-style: normal;
  font-weight: 700;
  src: local("Myriad Pro Bold"), url("../fonts/MYRIADPRO-BOLD.woff") format("woff"); }
/* ANIMATIONS */
@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }
.animated.delay-sh {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.animated.delay-1sh {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

/* BREAKPOINTS */
/* MIXINS / FUNCTIONS */
/* RESET default elements */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  *:focus {
    border: 0;
    outline: none; }
  *:active {
    outline: none; }

html {
  height: 100%; }

body {
  overflow-x: hidden;
  height: 100%;
  position: relative; }

article, aside, footer, header, hgroup, main, nav, section {
  display: inline-block;
  width: 100%; }

table, thead, tbody, tr, th, td {
  border: 0; }

/* SET default elements */
html {
  font-size: 16px; }

body {
  font-family: "Poppins", sans-serif, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  background-color: #f6f6f6;
  color: #052854; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s; }
  a:hover {
    text-decoration: underline; }

b, strong {
  font-weight: 600; }

i, em {
  font-style: italic; }

input, button, textarea, select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

img {
  max-width: 100%; }

/* DEFAULT styles */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px; }
  .container.no-padding {
    padding: 0; }

h2, .h2 {
  font-size: 1.8rem; }

h3, .h3 {
  font-size: 1.4rem; }

/* CONTENT STYLES */
body.fixed-header header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 10px 0; }
  body.fixed-header header .container .logo {
    width: 200px; }

header {
  background-color: #d7d8de;
  padding: 20px 0; }
  header .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    header .container .logo {
      display: inherit;
      width: 200px; }
    header .container nav {
      width: auto;
      text-align: right; }
      header .container nav ul li {
        display: inline-block;
        vertical-align: middle;
        list-style-type: none;
        margin-left: 45px; }
        header .container nav ul li a {
          text-transform: uppercase;
          font-weight: 600;
          position: relative;
          padding: 0 0 13px 0; }
          header .container nav ul li a:after {
            content: '';
            position: absolute;
            bottom: 0;
            display: block;
            background: #000519;
            width: 0;
            height: 3px;
            opacity: 0;
            left: 50%;
            -webkit-transition: ease-in-out 0.2s;
            -moz-transition: ease-in-out 0.2s;
            -o-transition: ease-in-out 0.2s;
            transition: ease-in-out 0.2s;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
          header .container nav ul li a:hover {
            text-decoration: none; }
            header .container nav ul li a:hover:after {
              width: 50%;
              opacity: 1; }
        header .container nav ul li:first-of-type {
          margin-left: 0; }
    header .container span.hamburger {
      display: none;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 12px;
      cursor: pointer;
      color: #000519;
      background-color: transparent;
      border: none;
      z-index: 2; }
      header .container span.hamburger span {
        position: relative;
        display: block;
        margin: auto;
        transition: .3s all ease;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
        header .container span.hamburger span:before, header .container span.hamburger span:after {
          content: "";
          position: absolute;
          left: 0;
          top: -8px;
          transition: .3s all ease;
          -webkit-transform-origin: 1.71429px center;
          -moz-transform-origin: 1.71429px center;
          -ms-transform-origin: 1.71429px center;
          transform-origin: 1.71429px center;
          -webkit-transform-origin: 1.71429px center;
          -moz-transform-origin: 1.71429px center;
          -ms-transform-origin: 1.71429px center;
          transform-origin: 1.71429px center; }
        header .container span.hamburger span:after {
          top: 8px; }
      header .container span.hamburger span, header .container span.hamburger span:before, header .container span.hamburger span:after {
        width: 24px;
        height: 4px;
        background-color: #000519;
        backface-visibility: hidden;
        border-radius: 2px; }
      header .container span.hamburger.active span {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); }
        header .container span.hamburger.active span:before, header .container span.hamburger.active span:after {
          top: 0;
          width: 15px; }
        header .container span.hamburger.active span:before {
          -webkit-transform: rotate3d(0, 0, 1, -40deg);
          transform: rotate3d(0, 0, 1, -40deg); }
        header .container span.hamburger.active span:after {
          -webkit-transform: rotate3d(0, 0, 1, 40deg);
          transform: rotate3d(0, 0, 1, 40deg); }

section#carousel {
  position: relative;
  height: calc(100vh - 87px); }
  section#carousel .notification {
    width: 100%;
    padding: 5px;
    background-color: #000519;
    color: #f3f4f8;
    text-align: center;
    text-transform: uppercase; }
    section#carousel .notification h1 {
      font-size: 1.25rem;
      font-weight: 400;
      letter-spacing: 5px; }
  section#carousel .items {
    height: calc(100% - 40px); }
    section#carousel .items .item {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-size: cover; }
      section#carousel .items .item .inner {
        text-align: center;
        color: #ffffff; }
        section#carousel .items .item .inner img {
          width: 25%;
          padding-top: 6%; }
        section#carousel .items .item .inner h2 {
          font-size: 1.8rem;
          margin-bottom: 5px;
          margin-top: 20px; }
        section#carousel .items .item .inner p {
          margin: 0 auto;
          max-width: 80%; }
  section#carousel .scroll {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 45px;
    margin: auto;
    text-align: center;
    -webkit-animation: float 3s ease-in-out infinite;
    -moz-animation: float 3s ease-in-out infinite;
    -o-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite; }
    section#carousel .scroll img {
      max-height: 100%;
      width: 50%; }
    section#carousel .scroll:hover {
      -webkit-animation-play-state: paused;
      -moz-animation-play-state: paused;
      -o-animation-play-state: paused;
      animation-play-state: paused; }

section.textSection {
  height: auto;
  background-size: cover !important; }
  section.textSection .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%; }
    section.textSection .container .inner {
      width: 40%;
      min-width: 400px; }
      section.textSection .container .inner h2 {
        margin-top: 30px; }
        section.textSection .container .inner h2:first-of-type {
          margin-top: 0; }
  section.textSection.left .container {
    justify-content: flex-start; }
  section.textSection.right .container {
    justify-content: flex-end; }

section#global {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative; }
  section#global #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
  section#global a {
    display: block;
    position: absolute;
    right: 10%;
    top: 13%;
    width: 330px;
    color: #46acd7;
    background-color: #000519;
    padding: 13px;
    text-align: center;
    border-radius: 8px;
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    text-decoration: none;
    border: 2px solid #46acd7;
    z-index: 2; }
    section#global a:hover {
      color: #ffffff; }
  section#global .line {
    width: 420px;
    height: 2px;
    background: #46acd7;
    display: inline-block;
    position: absolute;
    left: 470px;
    margin: 0 auto;
    right: 0;
    top: 105px;
    transform: rotate(-11deg); }

footer {
  padding: 40px 0; }
  footer .container {
    text-align: center;
    max-width: 80%; }
    footer .container h2 {
      color: #000519;
      margin-bottom: 40px; }
    footer .container .inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      footer .container .inner .col {
        width: 33%;
        padding: 0 1.5%;
        text-align: center; }
        footer .container .inner .col .icon {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: flex-end;
          margin-bottom: 25px;
          height: 70px; }
          footer .container .inner .col .icon img {
            max-height: 100%; }
        footer .container .inner .col h3 {
          font-weight: 600;
          color: #000519;
          margin-bottom: 8px; }
          footer .container .inner .col h3:not(:first-of-type) {
            margin-top: 40px; }
        footer .container .inner .col p {
          color: #000519;
          margin-bottom: 8px; }
        footer .container .inner .col.full {
          width: 100%;
          margin-top: 45px; }
          footer .container .inner .col.full img {
            max-height: 20px; }
          footer .container .inner .col.full .copy {
            text-transform: uppercase;
            font-size: 0.75rem;
            margin-top: 15px;
            padding-top: 15px;
            border-top: 1px solid #ebebeb; }

/* RESPONSIVE */
@media only screen and (max-width: 1560px) {
  html {
    font-size: 18px; }

  section#carousel .items .item .inner img {
    width: 24%;
    padding-top: 3%; } }
@media only screen and (max-width: 1280px) {
  section#carousel {
    height: 650px; }
    section#carousel .items .item .inner img {
      max-height: 250px;
      width: auto;
      padding-top: inherit; }
    section#carousel .scroll img {
      max-height: 50px; }

  section.textSection .container {
    justify-content: flex-start; }
    section.textSection .container .inner {
      width: 100%;
      min-width: auto;
      text-align: center; } }
@media only screen and (max-width: 1140px) {
  section#global .line {
    display: none; }
  section#global .button {
    right: 0;
    left: 60px;
    margin: 0 auto; } }
@media only screen and (max-width: 1024px) {
  header .container nav ul#navigation {
    display: none;
    position: absolute;
    height: 100vh;
    width: 440px;
    top: 50px;
    right: 0;
    background-color: #d7d8de;
    z-index: 99;
    padding-right: 15px; }
    header .container nav ul#navigation li {
      display: block;
      margin: 15px 0;
      text-align: right; }
      header .container nav ul#navigation li a:hover:after {
        display: none; }
    header .container nav ul#navigation.active {
      display: block; }
  header .container nav span.hamburger {
    display: inline-block; }

  section#global .btn a {
    opacity: 1;
    left: -170px; }

  footer .container {
    max-width: none; }
    footer .container .inner .col {
      width: 33%;
      margin: 25px 0; } }
@media only screen and (max-width: 800px) {
  section.textSection {
    height: auto !important; }
    section.textSection .container {
      padding: 65px 20px; } }
@media only screen and (max-width: 960px) {
  footer .container {
    max-width: none; }
    footer .container h2 {
      display: none; }
    footer .container .inner .col {
      width: 100%;
      margin: 25px 0; }
      footer .container .inner .col h3:not(:first-of-type) {
        margin-top: 0; }
      footer .container .inner .col .icon {
        display: none; } }
@media only screen and (max-width: 600px) {
  header .container {
    padding: 0 20px; }
    header .container .logo {
      width: 200px; }
    header .container nav ul#navigation {
      top: 68px; }

  section#carousel {
    height: auto; }
    section#carousel .items .item {
      padding: 60px 20px; }
      section#carousel .items .item .inner p {
        max-width: none; }
    section#carousel .scroll {
      display: none; }

  section#global .button {
    left: 0; } }
@media only screen and (max-width: 360px) {
  .container {
    padding: 0 20px; }

  section#carousel .notification h1 {
    font-size: 0.8rem; }
  section#carousel .items .item {
    padding: 30px 20px; }

  section#global .button {
    width: 270px; } }

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