* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

body.no-scroll {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body {
  display: block;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', Helvetica;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 1.75px;
}

.header {
  height: 85px;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 60px;
  z-index: 999;
}

@media only screen and (max-width: 700px) {
  .header {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1100px) {
  .header .callToAction {
    margin-left: auto;
    margin-right: 30px;
  }
}

.header ul {
  text-transform: uppercase;
}

.header ul li {
  margin: 0 15px;
  display: inline;
  cursor: pointer;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.header ul li.active:before {
  content: "";
  position: absolute;
  width: 30px;
  bottom: -5px;
  left: 15px;
  border-bottom: 2px solid #08B6D7;
}

.header ul li:hover {
  color: #08B6D7;
}

.header ul li a {
  color: #FFFFFF;
}

.callToAction {
  color: #08B6D7;
  border: none;
  padding: 13px 43px;
  cursor: pointer;
  border: 1px solid;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 600px) {
  .callToAction.desktop {
    display: none;
  }
  .callToAction.mobile {
    display: block;
    margin: 0 auto 40px auto;
  }
}

.callToAction span {
  z-index: 20;
}

.callToAction:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.callToAction:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.mainContainer {
  width: 100%;
}

#mobileOverlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility .2s, opacity .2s;
  transition: visibility .2s, opacity .2s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#mobileOverlay.visible {
  opacity: 1;
  visibility: visible;
  z-index: 998;
}

#mobileMenu {
  visibility: none;
  opacity: 0;
  position: absolute;
  right: 60px;
  top: 140px;
  background: #1F3646;
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.37);
          box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.37);
  border: 0 solid #FFB232;
  letter-spacing: 0.54px;
  -webkit-transition: visibility .2s, opacity .2s;
  transition: visibility .2s, opacity .2s;
}

@media only screen and (max-width: 700px) {
  #mobileMenu {
    width: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

#mobileMenu.visible {
  visibility: visible;
  opacity: 1;
}

#mobileMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
}

#mobileMenu ul li {
  padding: 15px 25px;
  margin: 0;
}

#mobileMenu ul li:hover {
  background-color: #273f51;
}

#mobileMenu ul li:hover a {
  color: #08B6D7;
}

#mobileMenu ul li a {
  -webkit-transition: color .2s;
  transition: color .2s;
}

@media only screen and (max-width: 1100px) {
  #mobileMenu {
    display: block;
  }
}

#menu {
  display: block;
}

@media only screen and (max-width: 1100px) {
  #menu {
    display: none;
  }
}

.main {
  max-width: 1920px;
}

.main .top {
  height: 65vh;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(135deg, #071D2B 25%, #41505B 100%);
}

@media only screen and (max-width: 850px) {
  .main .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main .top .presentation {
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media only screen and (max-width: 1300px) {
  .main .top .presentation {
    width: 45%;
    padding-top: 20%;
  }
}

@media only screen and (max-width: 1000px) {
  .main .top .presentation {
    width: 40%;
    padding-top: 20%;
  }
}

@media only screen and (max-width: 850px) {
  .main .top .presentation {
    width: 100%;
    padding-top: 20%;
  }
}

.main .top .presentation .title {
  padding-left: 120px;
}

@media only screen and (max-width: 1300px) {
  .main .top .presentation .title {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 1100px) {
  .main .top .presentation .title {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 850px) {
  .main .top .presentation .title {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 700px) {
  .main .top .presentation .title {
    padding-left: 40px;
  }
}

.main .top .presentation .title img {
  width: 50px;
}

@media only screen and (max-width: 1100px) {
  .main .top .presentation .title img {
    width: 40px;
  }
}

.main .top .presentation .title span {
  font-size: 80px;
  color: #08B6D7;
  padding-left: 10px;
}

@media only screen and (max-width: 1100px) {
  .main .top .presentation .title span {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1000px) {
  .main .top .presentation .title span {
    font-size: 50px;
  }
}

@media only screen and (max-width: 850px) {
  .main .top .presentation .title span {
    font-size: 70px;
  }
}

.main .top .presentation .description {
  padding-left: 75px;
  padding-top: 7px;
  max-width: 66%;
  line-height: 26px;
  color: #B5B5B5;
}

@media only screen and (max-width: 1300px) {
  .main .top .presentation .description {
    padding-left: 57px;
  }
}

@media only screen and (max-width: 1100px) {
  .main .top .presentation .description {
    max-width: 70%;
  }
}

@media only screen and (max-width: 1000px) {
  .main .top .presentation .description {
    max-width: 80%;
    line-height: 22px;
  }
}

@media only screen and (max-width: 850px) {
  .main .top .presentation .description {
    color: #ffffff;
    line-height: 26px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .main .top .presentation .description {
    padding-left: 0;
    padding-right: 40px;
    max-width: 100%;
  }
}

.main .top .presentation .assets {
  z-index: 1;
  padding-left: 73px;
  padding-top: 20px;
}

.main .top .presentation .assets img {
  max-width: 100%;
}

@media only screen and (max-width: 1000px) {
  .main .top .presentation .assets {
    position: absolute;
    padding-left: 10px;
    bottom: 0;
    max-width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  .main .top .presentation .assets {
    position: absolute;
    padding-left: 10px;
    bottom: 0;
    max-width: 90%;
  }
}

.main .top .image {
  width: 50%;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media only screen and (max-width: 1300px) {
  .main .top .image {
    padding-right: 80px;
    width: 55%;
    bottom: 0;
  }
}

@media only screen and (max-width: 1100px) {
  .main .top .image {
    padding-right: 50px;
    bottom: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .main .top .image {
    width: 60%;
    bottom: 0;
  }
}

@media only screen and (max-width: 850px) {
  .main .top .image {
    position: absolute;
    padding-right: 0;
    width: 60%;
    opacity: 0.2;
    -webkit-transform: translate(0, -40%);
            transform: translate(0, -40%);
    bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  .main .top .image {
    width: 60%;
  }
}

.main .top .image img {
  max-width: 100%;
  max-height: 430px;
  -webkit-box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.27);
}

.main .bottomHeader {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F2F2F2;
  position: relative;
  z-index: 2;
}

.main .bottomHeader ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media only screen and (max-width: 850px) {
  .main .bottomHeader ul {
    overflow-y: auto;
    padding: 0 20px;
  }
}

.main .bottomHeader li {
  cursor: pointer;
  padding: 0 17px;
  position: relative;
}

.main .bottomHeader li:hover a {
  color: #08B6D7;
}

.main .bottomHeader li.active:before {
  content: "";
  position: absolute;
  width: 30px;
  bottom: 5px;
  left: 13px;
  border-bottom: 2px solid #08B6D7;
}

.main .bottomHeader li a {
  font-size: 16px;
  color: #5B5B5B;
  letter-spacing: 1.07px;
  line-height: 38px;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.main .separator {
  height: 1px;
  border: none;
  background-color: #E6E6E6;
  margin-bottom: 170px;
  max-width: 1450px;
}

@media only screen and (max-width: 1100px) {
  .main .separator {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 700px) {
  .main .separator {
    margin-bottom: 40px;
  }
}

.main .page {
  max-width: 1450px;
  margin: 0 auto;
  padding-bottom: 170px;
  background-color: #ffffff;
}

@media only screen and (max-width: 1100px) {
  .main .page {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 850px) {
  .main .page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}

@media only screen and (max-width: 700px) {
  .main .page {
    padding: 40px;
    padding-bottom: 80px;
  }
}

.main .page.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .page.left .info {
  padding-left: 10%;
}

@media only screen and (max-width: 850px) {
  .main .page.left .info {
    padding: 0 10%;
    max-width: 100%;
  }
}

.main .page.right .image:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.main .page.right .info {
  padding-right: 10%;
}

@media only screen and (max-width: 1300px) {
  .main .page.right .info {
    padding-right: 0;
    padding-left: 10%;
  }
}

@media only screen and (max-width: 850px) {
  .main .page.right .info {
    padding: 0 10%;
    max-width: 100%;
  }
}

.main .page .image {
  max-width: 50%;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 1300px) {
  .main .page .image {
    max-width: 45%;
  }
}

@media only screen and (max-width: 850px) {
  .main .page .image {
    position: absolute;
    max-width: 100%;
    max-height: 70%;
    opacity: 0.3;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 700px) {
  .main .page .image {
    width: 70%;
  }
}

@media only screen and (max-width: 600px) {
  .main .page .image {
    display: none;
  }
}

.main .page .image img {
  max-width: 100%;
}

@media only screen and (max-width: 850px) {
  .main .page .image img {
    max-height: 100%;
  }
}

.main .page.overview .subTitle {
  font-size: 14px;
  color: #08B6D7;
  letter-spacing: 2px;
  line-height: 48px;
  text-align: center;
  margin-top: 170px;
}

@media only screen and (max-width: 1100px) {
  .main .page.overview .subTitle {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 1000px) {
  .main .page.overview .subTitle {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 600px) {
  .main .page.overview .subTitle {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.main .page .title {
  font-size: 32px;
  color: #373737;
  letter-spacing: 0;
  text-align: center;
  line-height: 48px;
  margin-bottom: 130px;
}

@media only screen and (max-width: 1100px) {
  .main .page .title {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1000px) {
  .main .page .title {
    margin-bottom: 80px;
  }
}

.main .page .info {
  display: inline-block;
  max-width: 50%;
  vertical-align: middle;
}

.main .page .info .title {
  text-align: left;
  margin-bottom: 15px;
}

.main .page .info .description {
  font-size: 20px;
  color: #353A51;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 50px;
  position: relative;
}

.main .page .info .description:before {
  content: "";
  position: absolute;
  width: 20px;
  left: -37px;
  border-bottom: 2px solid #08B6D7;
  top: 20px;
}

.main .cards {
  max-width: 1450px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 370px 370px 370px;
      grid-template-columns: 370px 370px 370px;
  grid-gap: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1300px) {
  .main .cards {
    grid-gap: 40px;
  }
}

@media only screen and (max-width: 1100px) {
  .main .cards {
    -ms-grid-columns: 300px 300px 300px;
        grid-template-columns: 300px 300px 300px;
  }
}

@media only screen and (max-width: 1000px) {
  .main .cards {
    grid-gap: 20px;
    -ms-grid-columns: 280px 280px 280px;
        grid-template-columns: 280px 280px 280px;
  }
}

@media only screen and (max-width: 900px) {
  .main .cards {
    grid-gap: 40px;
    -ms-grid-columns: 300px 300px;
        grid-template-columns: 300px 300px;
  }
}

@media only screen and (max-width: 700px) {
  .main .cards {
    grid-gap: 40px;
    -ms-grid-columns: 400px;
        grid-template-columns: 400px;
  }
}

@media only screen and (max-width: 600px) {
  .main .cards {
    grid-gap: 40px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 40px;
  }
}

.main .cards .card {
  height: 500px;
  color: #757575;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  padding: 60px;
  -webkit-box-shadow: 0 2px 43px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 43px 0 rgba(0, 0, 0, 0.09);
  position: relative;
}

@media only screen and (max-width: 1100px) {
  .main .cards .card {
    padding: 30px;
    height: 450px;
  }
}

.main .cards .card .icon {
  text-align: center;
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .main .cards .card .icon img {
    width: 100px;
  }
}

@media only screen and (max-width: 700px) {
  .main .cards .card .icon img {
    width: auto;
  }
}

.main .cards .card .title {
  font-size: 22px;
  color: #5C5C5C;
  text-align: center;
  margin: 30px 0;
}

.footer {
  background-color: #071D2B;
  padding: 10px 20%;
  padding-bottom: 40px;
}

@media only screen and (max-width: 1100px) {
  .footer {
    padding: 80px 10%;
  }
}

.footer .columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 700px) {
  .footer .columns {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
}

.footer .columns .column {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 40px;
}

.footer .columns .column a {
  color: #B4B4B4;
  -webkit-transition: color .2s;
  transition: color .2s;
  white-space: nowrap;
}

.footer .columns .column a:hover {
  color: #39779F;
}

.footer .copyright {
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
}

.footer .copyright li {
  display: inline-block;
  margin: 10px 15px;
}

.footer .copyright li a {
  color: #39779F;
}

.footer .logo {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: 2px solid #08B6D7;
  outline: none;
  background-color: transparent;
  color: #08B6D7;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: 0.8;
}

#topBtn:hover {
  background-color: #08B6D7;
  color: #ffffff;
}

/*
  * MENU HAMBURGER
*/
#hamburgerMenu {
  display: none;
  margin-bottom: -7px;
  margin-right: -15px;
}

@media only screen and (max-width: 1100px) {
  #hamburgerMenu {
    display: block;
  }
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: hidden;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
  * END MENU HAMBURGER
*/
/*# sourceMappingURL=main.css.map */