@charset "UTF-8";
/*--------------------------------------
  VARIABLES COLORS
--------------------------------------*/
/*--------------------------------------
  QUICK COLOR STYLES
--------------------------------------*/
/* BACKGROUNDS */
.bg_twitter {
  background: #1da1f2;
}
.bg_facebook {
  background: #4267b2;
}
.bg_google {
  background: #dd4b39;
}
.bg_white {
  background: #ffffff;
}
.bg_black {
  background: #2f2f2f;
}
.bg_grey {
  background: #cccccc;
}
.bg_blue {
  background: #0babee;
}
/* FONT COLORS */
.twitter {
  color: #1da1f2;
}
.facebook {
  color: #4267b2;
}
.white {
  color: #ffffff;
}
.black {
  color: #2f2f2f;
}
.grey {
  color: #cccccc;
}
.blue {
  color: #0babee;
}
.oh-gradient {
  background: #088cc9;
  background: linear-gradient(90deg, #088cc9 0%, #259d4c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.oh-gradient-bg {
  background: #088cc9;
  background: linear-gradient(90deg, #088cc9 0%, #259d4c 100%);
}
/*--------------------------------------
  GENERAL STYLES
--------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  border: 0 none;
  min-height: 100%;
  width: 100%;
  height: 100%;
  font-size: 1rem;
}
/* WRAPPERS */
.wrap {
  width: 100%;
  display: inline-block;
  height: auto;
}
.wrap.center {
  text-align: center;
}
.wrap.left {
  text-align: left;
}
.wrap.right {
  text-align: right;
}
.wrapper {
  width: 1200px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    width: 90% !important;
  }
}
.small_wrap {
  width: 700px;
  display: block;
  margin: 0px auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  .small_wrap {
    width: 100%;
  }
}
/* QUICK LAYOUT STYLES */
.lighter {
  font-weight: 100;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.extra {
  font-weight: 800;
}
.italic {
  font-style: italic;
}
/* QUICK MARGINS */
.margin_5 {
  margin: 5px 0;
}
.margin_10 {
  margin: 10px 0;
}
.margin_20 {
  margin: 20px 0;
}
.margin_30 {
  margin: 30px 0;
}
.margin_40 {
  margin: 40px 0;
}
/* ------------------- */
.margin_top_5 {
  margin: 5px 0 0 0;
}
.margin_top_10 {
  margin: 10px 0 0 0;
}
.margin_top_20 {
  margin: 20px 0 0 0;
}
.margin_top_30 {
  margin: 30px 0 0 0;
}
.margin_top_40 {
  margin: 40px 0 0 0;
}
/* ------------------- */
.margin_bot_5 {
  margin: 0 0 5px 0;
}
.margin_bot_10 {
  margin: 0 0 10px 0;
}
.margin_bot_20 {
  margin: 0 0 20px 0;
}
.margin_bot_30 {
  margin: 0 0 30px 0;
}
.margin_bot_40 {
  margin: 0 0 40px 0;
}
/* ------------------- */
.margin_5_5 {
  margin: 5px;
}
.margin_10_10 {
  margin: 10px;
}
.margin_20_20 {
  margin: 20px;
}
.margin_30_30 {
  margin: 30px;
}
.margin_40_40 {
  margin: 40px;
}
/* ------------------- */
iframe {
  border: none;
  max-width: 100%;
  display: inline-block;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
/* QUICK VISIBILITY FOR ANIM */
.invisible {
  visibility: hidden;
}
.animated {
  visibility: visible;
}
/* ILLUSTRATION */
img {
  max-width: 100%;
  height: auto;
}
.illustration {
  display: inline-block;
  position: relative;
  width: 100%;
}
.illustration.logo .img {
  background-size: contain;
}
.illustration .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.illustration .img img {
  position: absolute;
  height: 0;
  opacity: 0;
}
.illustration a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-title {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.section-title:after {
  position: absolute;
  content: "";
  width: 20%;
  height: 1px;
  background-color: #2f2f2f;
  left: 50%;
  bottom: -10px;
  margin-left: -5%;
}
@media screen and (min-width: 992px) {
  .section-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .section-title {
    font-size: 22px;
  }
}
/*--------------------------------------
  IMPORTS
--------------------------------------*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*---------------------------------------------------
  CUSTOM MIXINS 
---------------------------------------------------*/
/* CUSTOM-GRADIENT */
/* Implementation 
#someDiv {
    .custom-gradient(left, #663333, #333333);
}
*/
/* QUICK-GRADIENT */
/* Implementation 
#somediv {
    background-color: BADA55;
    .quick-gradient(top, 0.2);
}
*/
/* WEBKIT-REFLECTION */
/* Implementation 
#somediv {
    .reflect(20%, 0.2);
}
*/
/* box-shadow with alpha */
/* Implementation 
#somediv {
    .box-shadow-custom(5px, 5px, 6px, 0.3);
}
*/
/*! Prefix flex for IE10 and Safari / iOS in LESS
* https://gist.github.com/codler/2148ba4ff096a19f08ea
* Copyright (c) 2014 Han Lin Yap http://yap.nu; MIT license */
/* These are the conditional mixins for the different syntax for IE10 Flexbox */
/* CSS Document */
.global-format {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
}
.global-format p {
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .global-format p {
    font-size: 16px;
    line-height: 25px;
  }
}
.global-format p a {
  text-decoration: underline;
}
.global-format img {
  max-width: 100%;
  padding: 2%;
}
.global-format img.left {
  float: left;
  margin: 10px 20px 10px 0px;
}
.global-format img.right {
  float: right;
  margin: 10px 0 20px 10px;
}
.global-format iframe {
  border: none;
}
.global-format .chapo {
  font-size: 20px;
  font-weight: 400;
}
.global-format a {
  text-decoration: none;
}
.global-format a:hover {
  text-decoration: underline;
}
.global-format a img {
  border: none;
}
.global-format h1 {
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
}
@media screen and (max-width: 600px) {
  .global-format h1 {
    font-size: 25px;
  }
}
.global-format h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}
@media screen and (max-width: 600px) {
  .global-format h2 {
    font-size: 20px;
  }
}
.global-format h3 {
  font-size: 19px;
  font-weight: 700;
  text-transform: none;
}
.global-format h4 {
  font-size: 15px;
  font-weight: 700;
}
.global-format hr {
  border-bottom: none;
  border-top: 1px solid #e1e1e1;
  height: 1px;
  width: 100%;
  display: inline-block;
  margin: 20px 0;
}
/*--------------------------------------
  FONTS IMPORT
--------------------------------------*/
@font-face {
  font-family: 'oneheartcomm';
  src: url('../fonts/oneheartcomm.ttf?9fmtdb') format('truetype'), url('../fonts/oneheartcomm.woff?9fmtdb') format('woff'), url('../fonts/oneheartcomm.svg?9fmtdb#oneheartcomm') format('svg');
  font-weight: normal;
  font-style: normal;
}
.picto {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'oneheartcomm' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cross-thin:before {
  content: "\e905";
}
.icon-burger-nav-light:before {
  content: "\e904";
}
.icon-ohc_heart:before {
  content: "\e909";
}
.icon-modify:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e986";
}
.icon-letter:before {
  content: "\e911";
}
.icon-location2:before {
  content: "\e915";
}
.icon-user:before {
  content: "\e91d";
}
.icon-star-full:before {
  content: "\e921";
}
.icon-heart:before {
  content: "\e922";
}
.icon-youtube22:before {
  content: "\e926";
}
.icon-ctrl-up:before {
  content: "\e900";
}
.icon-ctrl-down:before {
  content: "\e901";
}
.icon-ctrl-left:before {
  content: "\e902";
}
.icon-ctrl-right:before {
  content: "\e903";
}
.icon-home:before {
  content: "\e907";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-play2:before {
  content: "\ea15";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-radio-checked:before {
  content: "\ea54";
}
.icon-radio-checked2:before {
  content: "\ea55";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-google-plus:before {
  content: "\e90c";
}
.icon-instagram:before {
  content: "\e925";
}
.icon-facebook-logo:before {
  content: "\e912";
}
.icon-twitter2:before {
  content: "\ea91";
}
.icon-youtube3:before {
  content: "\e90f";
}
.icon-play:before {
  content: "\e906";
}
.icon-linkedin-logo:before {
  content: "\e910";
}
.icon-share:before {
  content: "\e924";
}
header {
  position: fixed;
  z-index: 11;
  width: 100%;
  color: #2f2f2f;
  padding: 0 20px;
  transition: all ease 0.3s;
}
header .navbar {
  background-color: none!important;
  border-radius: 6px;
  margin: 10px 10px 0 10px;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  header .navbar {
    background-color: #ffffff;
  }
}
header .navbar.bg-body-tertiary {
  background-color: rgba(255, 255, 255, 0.85) !important;
  border-radius: 6px;
  margin: 10px 10px 0 10px;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  header .navbar.bg-body-tertiary {
    background-color: #ffffff;
  }
}
header .navbar.bg-body-tertiary .company-description {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  margin: 0 0 0 10px;
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
  color: #2f2f2f;
}
@media screen and (max-width: 768px) {
  header .navbar.bg-body-tertiary .company-description {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  header .navbar.bg-body-tertiary .company-description {
    display: none;
  }
}
header .navbar.bg-body-tertiary .company-description:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #2f2f2f;
  height: 100%;
  width: 1px;
}
header .navbar.bg-body-tertiary .fa-solid.fa-bars {
  color: #2f2f2f !important;
}
header .navbar-toggler {
  border: 0;
}
header .navbar-toggler-icon {
  background-image: none;
}
header .offcanvas {
  background-color: #ffffff;
}
header .offcanvas .offcanvas-header {
  justify-content: end!important;
}
header .offcanvas .offcanvas-body {
  padding-left: 50px;
}
header .offcanvas .offcanvas-body ul {
  padding-inline-start: 0;
  list-style: none!important;
}
header .offcanvas .offcanvas-body ul li > .nav-link {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 2rem;
  font-family: 'Poppins', sans-serif;
  padding: 10px 0!important;
  padding-left: 0;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
header .offcanvas .offcanvas-body ul li > .nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background: #088cc9;
  background: linear-gradient(90deg, #088cc9 0%, #259d4c 100%);
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}
header .offcanvas .offcanvas-body ul li > .nav-link:hover::after,
header .offcanvas .offcanvas-body ul li > .nav-link:focus::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
header .offcanvas .offcanvas-body .social-links {
  margin-top: 40px;
  display: flex;
}
header .offcanvas .offcanvas-body .social-links li {
  display: inline-block;
  margin-right: 5px;
}
header .offcanvas .offcanvas-body .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  color: #ffffff;
  background: #01a1eb;
  background: linear-gradient(90deg, #01a1eb 0%, #49c772 100%);
  border-radius: 100%;
}
header .left-content {
  font-size: 0;
}
header .left-content .company-logo {
  display: inline-block;
  max-width: 100%;
  width: 180px;
  transition: width ease 0.3s;
}
@media screen and (max-width: 768px) {
  header .left-content .company-logo {
    width: 130px;
  }
}
header .left-content .company-description {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  header .left-content .company-description {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  header .left-content .company-description {
    display: none;
  }
}
header .left-content .company-description:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #ffffff;
  height: 100%;
  width: 1px;
}
header .right-content .btn.mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  header .right-content .btn.mobile {
    display: inline-block;
    font-size: 26px;
    padding: 5px 12px;
  }
}
header .right-content .btn.desk {
  display: inline-block;
}
@media screen and (max-width: 576px) {
  header .right-content .btn.desk {
    display: none;
  }
}
/* CSS Document */
/* VARIABLE charte couleur */
.btn {
  white-space: initial;
}
.btn.uppercase {
  text-transform: uppercase;
}
.btn.larger {
  padding: 1em 2.5em;
}
.btn-primary {
  background-color: #0babee;
  border-color: #0babee;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #0988bd;
  border-color: #0988bd;
}
.btn-gradient {
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-left: none;
  border-right: none;
  border-top: 1px solid #00e9d3;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00e9d3), to(#0babee));
  background-image: -webkit-linear-gradient(#00e9d3, #0babee);
  background-image: -moz-linear-gradient(#00e9d3, #0babee), -moz-linear-gradient(#00e9d3, #0babee);
  background-image: -o-linear-gradient(#00e9d3, #0babee), -o-linear-gradient(#00e9d3, #0babee);
  background-image: linear-gradient(#00e9d3, #0babee), linear-gradient(#00e9d3, #0babee);
  -moz-background-size: 1px 100%;
  background-size: 1px 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  border-bottom: 1px solid #0babee;
}
.btn-gradient:hover {
  text-decoration: none;
  color: #ffffff;
  border-color: #0babee;
}
.btn-gradient:active {
  border-color: #00e9d3;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00e9d3), to(#00e9d3));
  background-image: -webkit-linear-gradient(#00e9d3, #00e9d3);
  background-image: -moz-linear-gradient(#00e9d3, #00e9d3), -moz-linear-gradient(#00e9d3, #00e9d3);
  background-image: -o-linear-gradient(#00e9d3, #00e9d3), -o-linear-gradient(#00e9d3, #00e9d3);
  background-image: linear-gradient(#00e9d3, #00e9d3), linear-gradient(#00e9d3, #00e9d3);
}
.btn-ghost {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  cursor: pointer;
}
.btn-ghost:hover,
.btn-ghost:focus {
  background-color: #666666;
  color: #ffffff;
}
.btn-ghost-black {
  background-color: transparent;
  border-color: #2f2f2f;
  color: #2f2f2f;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
}
.btn-ghost-black:hover,
.btn-ghost-black:focus {
  background-color: #0babee;
  color: #ffffff;
  border-color: #0babee;
}
.btn-gradient-fill {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  background: #01a1eb;
  background: linear-gradient(90deg, #01a1eb 0%, #49c772 100%);
  text-transform: uppercase;
  border-radius: 6px;
  transition: all 0.35s ease-in-out;
  border: none;
}
.btn-gradient-fill:hover {
  color: #ffffff;
  filter: brightness(95%);
  text-decoration: none;
}
.btn-light {
  color: #0babee;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-light:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #259d4d;
}
.btn-project {
  color: #2f2f2f;
  font-size: 30px;
  line-height: 12px;
  position: absolute;
  right: 8px;
  padding: 0 5px 12px 5px;
  border-radius: 8px;
  transition: 0.2s all ease-in-out;
}
@media screen and (max-width: 576px) {
  .btn-project {
    font-size: 22px;
  }
}
.btn-project:hover {
  background: #088cc9;
  background: linear-gradient(90deg, #088cc9 0%, #259d4c 100%);
  text-decoration: none;
  color: white!important;
}
footer {
  padding: 30px 0;
  background: #1d263b;
  color: #ffffff;
}
footer .first .logo-footer {
  margin-top: 30px;
  max-width: 200px;
}
footer .first h4 {
  font-family: 'Poppins', sans-serif;
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
footer .second > .social-links {
  margin-top: 20px;
  display: flex;
  padding-inline-start: 0;
}
footer .second > .social-links li {
  display: inline-block;
  margin-right: 5px;
}
footer .second > .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  color: #1d263b;
  background: #ffffff;
  border-radius: 100%;
  font-size: 20px;
}
footer .subtitle-section {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 40px;
}
footer hr {
  background-color: #666;
  margin-top: 40px;
}
footer .bottom-footer {
  text-align: center;
  padding: 20px 0;
}
footer .bottom-footer a {
  color: #ffffff;
  font-size: 0.815em;
  text-decoration: underline!important;
}
.modal-backdrop.show {
  opacity: .7;
}
.modal-header {
  border: 0;
}
.modal-dialog {
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    max-width: 80%!important;
  }
}
@media screen and (min-width: 1024px) {
  .modal-dialog {
    max-width: 60%!important;
  }
}
@media screen and (min-width: 1600px) {
  .modal-dialog {
    max-width: 50%!important;
  }
}
.modal-content {
  padding: 15px 20px;
  background: #088cc9;
  background: linear-gradient(90deg, #088cc9 0%, #259d4c 100%);
}
.modal-content .btn-close {
  --bs-btn-close-color: #ffffff !important;
}
.modal-content #contactUsModalTitle {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .modal-content #contactUsModalTitle {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .modal-content #contactUsModalTitle {
    font-size: 1.2rem;
  }
}
.modal-content textarea {
  height: 150px;
}
.contact-header-img {
  position: absolute;
  top: -70px;
  max-width: 220px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 20;
}
/* CSS Document */
#up {
  bottom: 190px;
  height: 30px;
  position: fixed;
  right: 20px;
  width: 30px;
  z-index: 300;
  display: none;
}
@media screen and (max-width: 768px) {
  #up {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    /* IE 5-7 */
    filter: alpha(opacity=60);
    /* Netscape */
    -moz-opacity: 0.6;
    /* Safari 1.x */
    -khtml-opacity: 0.6;
    opacity: 0.6;
    bottom: 20px;
  }
}
#up #gototop {
  background: url("../img/go_up.png") no-repeat scroll 0 -40px rgba(0, 0, 0, 0);
  bottom: 0;
  cursor: pointer;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  right: 0;
  width: 40px;
  transition: all 0.3s ease-in-out 0s;
}
#up #gototop:hover {
  background-position: 0 0;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible !important;
}
.ivisible {
  visibility: hidden;
}
.revealOnScroll {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .revealOnScroll {
    -webkit-animation-name: none !important;
    animation-name: none!important;
    visibility: visible!important;
  }
}
.animation_time_0_1 {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}
.animation_time_0_2 {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
}
.animation_time_0_3 {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}
.animation_time_0_4 {
  -webkit-animation-duration: 0.4s !important;
  animation-duration: 0.3s !important;
}
.animation_time_0_5 {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}
.animation_time_0_10 {
  -webkit-animation-duration: 0.10s !important;
  animation-duration: 0.10s !important;
}
.animation_time_0_15 {
  -webkit-animation-duration: 0.15s !important;
  animation-duration: 0.15s !important;
}
.animation_time_0_20 {
  -webkit-animation-duration: 0.20s !important;
  animation-duration: 0.20s !important;
}
.animation_time_1 {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}
.animation_time_2 {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}
.animation_time_3 {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
}
.animation_time_4 {
  -webkit-animation-duration: 4s !important;
  animation-duration: 4s !important;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.delay_0_1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay_0_1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.delay_0_2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.delay_0_3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.delay_0_4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.delay_0_5 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.delay_0_10 {
  -webkit-animation-delay: 0.10s !important;
  animation-delay: 0.10s !important;
}
.delay_0_15 {
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important;
}
.delay_0_20 {
  -webkit-animation-delay: 0.20s !important;
  animation-delay: 0.20s !important;
}
.delay_0_25 {
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}
.delay_0_30 {
  -webkit-animation-delay: 0.30s !important;
  animation-delay: 0.30s !important;
}
.delay_0_35 {
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important;
}
.delay_0_40 {
  -webkit-animation-delay: 0.40s !important;
  animation-delay: 0.40s !important;
}
.delay_0_50 {
  -webkit-animation-delay: 0.50s !important;
  animation-delay: 0.50s !important;
}
.delay_0_60 {
  -webkit-animation-delay: 0.60s !important;
  animation-delay: 0.60s !important;
}
.delay_0_70 {
  -webkit-animation-delay: 0.70s !important;
  animation-delay: 0.70s !important;
}
.delay_0_80 {
  -webkit-animation-delay: 0.80s !important;
  animation-delay: 0.80s !important;
}
.delay_0_90 {
  -webkit-animation-delay: 0.90s !important;
  animation-delay: 0.90s !important;
}
.delay_1 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.delay_2 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}
.delay_3 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}
.delay_4 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
#sticky-contact,
#sticky-contact-project {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  border-radius: 10px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
#sticky-contact p,
#sticky-contact-project p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #sticky-contact,
  #sticky-contact-project {
    display: none;
  }
}
#sticky-contact {
  background: rgba(255, 255, 255, 0.7);
}
#sticky-contact-project {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
/*--------------------------------------
  sections
--------------------------------------*/
#free-content .page-head {
  padding: 200px 0 20px;
  background-color: #1d263b;
}
@media screen and (max-width: 600px) {
  #free-content .page-head {
    padding: 130px 0 20px;
  }
}
#free-content .page-head .title {
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  #free-content .page-head .title {
    font-size: 1.875em;
  }
}
#free-content .content {
  padding: 50px 0;
}
#fullscreen-presentation {
  position: relative;
  background-image: url('../img/header_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 78%;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #fullscreen-presentation {
    background-image: none;
    background-color: #f7f7f7;
  }
}
#fullscreen-presentation #overlay {
  z-index: 1;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 40%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #fullscreen-presentation .video-background {
    display: none;
  }
}
#fullscreen-presentation .video-background .video-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  #fullscreen-presentation .video-background .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #fullscreen-presentation .video-background .video-foreground {
    width: 300%;
    left: -100%;
  }
}
#fullscreen-presentation .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#fullscreen-presentation .text-presentation {
  position: absolute;
  top: 40%;
  left: 3%;
  color: #2f2f2f;
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 1.9rem;
  width: 380px;
  max-width: 100%;
  font-weight: 600;
  padding: 30px 30px 30px 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.85);
  transition: background-color ease 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #fullscreen-presentation .text-presentation {
    position: absolute;
    font-weight: 800;
    margin: 0 auto;
    color: #2f2f2f;
    background: none;
    width: 95%;
    font-size: 3rem;
    line-height: 3.6rem;
    text-align: center;
    padding: 10% 2% 0%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 576px) {
  #fullscreen-presentation .text-presentation {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 460px) {
  #fullscreen-presentation .text-presentation {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
#our-mantra {
  background-color: #ffffff;
}
#our-mantra .header-img.mobile {
  height: 300px;
  width: 100%;
  background-position: 75%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #our-mantra .header-img.mobile {
    display: none;
  }
}
#our-mantra .content {
  padding: 50px 0px;
}
@media screen and (min-width: 1200px) {
  #our-mantra .content .container {
    max-width: 992px;
  }
}
#our-mantra .container {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media screen and (max-width: 992px) {
  #our-mantra .container {
    text-align: center;
  }
}
#our-mantra .container .big-text {
  display: inline-block;
  font-size: 3rem;
  font-family: 'Poppins', sans-serif;
  background: #088cc9;
  background: linear-gradient(90deg, #088cc9 0%, #259d4c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  #our-mantra .container .big-text {
    font-size: 2.6rem;
    margin: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  #our-mantra .container .big-text {
    font-size: 2rem;
  }
}
#our-mantra .container .description {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #our-mantra .container .description {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  #our-mantra .container .description {
    font-size: 14px;
  }
}
#our-work {
  background: #088cc9;
  background: linear-gradient(90deg, #088cc9 0%, #259d4c 100%);
  padding: 50px 0 40px;
}
#our-work .section-title {
  color: #ffffff;
}
#our-work .section-title:after {
  background-color: #ffffff;
}
#our-work .container.projects {
  padding: 50px 10px;
}
@media screen and (min-width: 576px) {
  #our-work .container.projects {
    max-width: 90%;
  }
}
#our-work .container.projects .slick-arrow {
  width: auto;
}
#our-work .container.projects .slick-prev {
  left: -20px;
}
@media screen and (max-width: 992px) {
  #our-work .container.projects .slick-prev {
    left: -5px;
  }
}
#our-work .container.projects .slick-next {
  right: -20px;
}
@media screen and (max-width: 992px) {
  #our-work .container.projects .slick-next {
    right: -5px;
  }
}
#our-work .container.projects .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #ffffff;
}
#our-work .container.projects .slick-dots li button:before {
  opacity: .25;
  color: #ffffff;
}
#our-work .container.projects .col-12 {
  padding: 20px;
}
#our-work .container.projects .col-12 .project {
  height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
#our-work .container.projects .col-12 .project:hover {
  transform: scale(103%);
}
@media screen and (max-width: 992px) {
  #our-work .container.projects .col-12 .project {
    height: 400px;
  }
}
#our-work .container.projects .col-12 .project .description {
  position: absolute;
  height: 80px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0 0 10px 10px;
  color: #2f2f2f;
  padding: 15px;
}
@media screen and (min-width: 400px) {
  #our-work .container.projects .col-12 .project .description {
    height: 100px;
  }
}
@media screen and (min-width: 576px) {
  #our-work .container.projects .col-12 .project .description {
    height: 90px;
  }
}
@media screen and (max-width: 992px) {
  #our-work .container.projects .col-12 .project .description {
    height: 100px;
  }
}
#our-work .container.projects .col-12 .project .description .nom-projet,
#our-work .container.projects .col-12 .project .description .nom-client {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
#our-work .container.projects .col-12 .project .description .nom-projet {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.2rem;
}
@media screen and (max-width: 768px) {
  #our-work .container.projects .col-12 .project .description .nom-projet {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
}
#our-work .container.projects .col-12 .project .description .nom-client {
  font-size: 0.9rem;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  #our-work .container.projects .col-12 .project .description .nom-client {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 992px) {
  #our-work .container.projects .col-12 .project .description .nom-client {
    font-size: 0.8rem;
  }
}
#our-work .container.projects .col-12 .project .description .btn-project {
  color: #2f2f2f;
  font-size: 30px;
}
@media screen and (max-width: 576px) {
  #our-work .container.projects .col-12 .project .description .btn-project {
    font-size: 22px;
  }
}
#follow-us {
  padding: 50px 0 70px;
  background-color: #ffffff;
}
#follow-us .container {
  background-color: #f7f7f7;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
}
#follow-us .title {
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  background: #088cc9;
  background: linear-gradient(90deg, #088cc9 0%, #259d4c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  #follow-us .title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #follow-us .text {
    margin-top: 50px;
  }
}
#follow-us .social-links {
  display: flex;
}
#follow-us .social-links li {
  display: inline-block;
  margin-right: 5px;
}
#follow-us .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  color: #ffffff;
  background: #01a1eb;
  background: linear-gradient(90deg, #01a1eb 0%, #49c772 100%);
  border-radius: 100%;
  font-size: 30px;
  transition: all 0.35s ease-in-out;
}
#follow-us .social-links li a:hover {
  color: #ffffff;
  filter: brightness(95%);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #follow-us .social-links li a {
    height: 40px;
    width: 40px;
    font-size: 20px;
  }
}
#our-skills {
  padding: 50px 0;
  background-color: #1d263b;
}
@media screen and (min-width: 992px) {
  #our-skills .container {
    max-width: 95%;
  }
}
@media screen and (min-width: 1200px) {
  #our-skills .container {
    max-width: 90%;
  }
}
#our-skills .section-title {
  color: #ffffff;
  margin: 20px auto;
}
#our-skills .section-title:after {
  background-color: #ffffff;
}
#our-skills .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
}
#our-skills .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #ffffff;
}
#our-skills .slick-dots li button:before {
  opacity: .25;
  color: #ffffff;
}
#our-skills .skills-list .col-6 {
  padding: 30px 10px;
}
#our-skills .skills-list .col-6 .skill-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
#our-skills .skills-list .col-6 .skill-icon {
  margin-bottom: 10px;
}
#our-skills .skills-list .col-6 .skill-icon img {
  max-height: 120px;
}
@media screen and (max-width: 576px) {
  #our-skills .skills-list .col-6 .skill-icon img {
    max-height: 80px;
  }
}
#our-skills .skills-list .col-6 .skill-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  #our-skills .skills-list .col-6 .skill-name {
    font-size: 1rem;
  }
}
#our-skills .skills-list .col-6 .skill-description {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  #our-skills .skills-list .col-6 .skill-description {
    font-size: 0.8rem;
  }
}
#our-skills .skills-list .col-6 .btn-skill {
  padding-bottom: 3px;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  #our-skills .skills-list .col-6 .btn-skill {
    font-size: 0.6rem;
    font-weight: 600;
  }
}
#contact-us {
  padding: 50px 0 0;
  background-color: #14151A;
}
#contact-us .section-title {
  color: #ffffff;
  margin-bottom: 1.25em;
}
#contact-us .section-title:after {
  background-color: #ffffff;
}
#contact-us .speaker-bg {
  background-size: cover;
  min-height: 100%;
}
#contact-us .content {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #contact-us .content {
    padding: 30px 0;
  }
}
#contact-us .content .quote {
  color: #ffffff;
  font-size: 0.875em;
  margin-bottom: 1.5em;
}
#contact-us .content .speaker {
  font-size: 1.875em;
  color: #0babee;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #contact-us .content .speaker {
    text-align: center;
  }
}
#contact-us .content .job {
  color: #ffffff;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #contact-us .content .job {
    text-align: center;
  }
}
#contact-us .content .cta .btn-gradient {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #contact-us .content .cta {
    text-align: center;
  }
}
#home-clients {
  padding: 50px 30px 0px;
  text-align: center;
}
#home-clients .clients-slider {
  padding: 100px 5%;
}
#home-clients .clients-slider .slick-prev:before,
#home-clients .clients-slider .slick-next:before {
  color: #2f2f2f;
}
#home-clients .clients-slider .slick-prev {
  left: 20px;
}
#home-clients .clients-slider .slick-next {
  right: 20px;
}
#home-clients .clients-slider .slick-dots {
  position: relative;
  bottom: -50px;
}
@media screen and (max-width: 768px) {
  #home-clients .clients-slider {
    padding: 40px 0 20px;
  }
}
#home-clients .clients-slider .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 200px;
  margin: auto;
  text-align: center;
}
#home-clients .clients-slider .item:hover .logo {
  -webkit-filter: grayscale(0);
  filter: none;
  opacity: 1;
}
#home-clients .clients-slider .item .logo {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all ease 0.3s;
}
#equipe {
  min-height: 100%;
  font-family: 'Poppins', sans-serif;
}
@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(3deg);
  }
  25% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(3deg);
  }
}
@-webkit-keyframes rotation2 {
  0% {
    -webkit-transform: rotate(-2deg);
  }
  25% {
    -webkit-transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-2deg);
  }
}
@-webkit-keyframes rotation3 {
  0% {
    -webkit-transform: rotate(1deg);
  }
  25% {
    -webkit-transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(1deg);
  }
}
@-webkit-keyframes rotation4 {
  0% {
    -webkit-transform: rotate(-4deg);
  }
  25% {
    -webkit-transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(-4deg);
  }
}
#equipe .rotate1 {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  -webkit-animation: rotation1 4s infinite linear;
}
#equipe .rotate2 {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-animation: rotation2 4s infinite linear;
}
#equipe .rotate3 {
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
  -webkit-animation: rotation3 4s infinite linear;
}
#equipe .rotate4 {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -webkit-animation: rotation4 4s infinite linear;
}
#equipe .pole.projet {
  padding: 150px 0 100px;
}
#equipe .pole.rs {
  padding: 100px 0;
}
#equipe .pole.projet,
#equipe .pole.rs {
  background: #088cc9;
  background: linear-gradient(90deg, #088cc9 0%, #259d4c 100%);
}
#equipe .pole.projet .membre-infos,
#equipe .pole.rs .membre-infos {
  background: rgba(255, 255, 255, 0.85);
}
#equipe .pole.projet .membre-infos h3.nom,
#equipe .pole.rs .membre-infos h3.nom {
  background: #088cc9;
  background: linear-gradient(90deg, #088cc9 0%, #259d4c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#equipe .pole.projet .membre-infos h4.poste,
#equipe .pole.rs .membre-infos h4.poste {
  color: #293e4a;
}
#equipe .pole.crea,
#equipe .pole.happiness {
  padding: 100px 0;
  background-color: #f7f7f7;
}
#equipe .pole.crea .membre-infos,
#equipe .pole.happiness .membre-infos {
  background: #088cc9;
  background: linear-gradient(90deg, #088cc9 0%, #259d4c 100%);
}
#equipe .pole.crea .membre-infos h3.nom,
#equipe .pole.happiness .membre-infos h3.nom {
  color: #ffffff;
}
#equipe .pole.crea .membre-infos h4.poste,
#equipe .pole.happiness .membre-infos h4.poste {
  color: #ffffff;
}
#equipe .pole h2 {
  text-transform: uppercase;
}
#equipe .pole .carousel-pole-crea .slick-prev:before,
#equipe .pole .carousel-pole-crea .slick-next:before {
  color: #1d263b;
}
#equipe .pole .carousel-pole-projet .slick-arrow,
#equipe .pole .carousel-pole-crea .slick-arrow,
#equipe .pole .carousel-pole-rs .slick-arrow {
  width: auto;
}
@media screen and (max-width: 576px) {
  #equipe .pole .carousel-pole-projet .slick-arrow.slick-prev,
  #equipe .pole .carousel-pole-crea .slick-arrow.slick-prev,
  #equipe .pole .carousel-pole-rs .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 576px) {
  #equipe .pole .carousel-pole-projet .slick-arrow.slick-next,
  #equipe .pole .carousel-pole-crea .slick-arrow.slick-next,
  #equipe .pole .carousel-pole-rs .slick-arrow.slick-next {
    right: 0;
  }
}
#equipe .pole .membre-container {
  padding: 20px;
  margin-bottom: 20px;
}
#equipe .pole .membre-container .membre {
  max-width: 260px;
  height: 100%;
  margin: 0 auto;
  border-radius: 20px;
}
#equipe .pole .membre-container .membre .membre-img-container {
  min-height: 250px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 768px) {
  #equipe .pole .membre-container .membre .membre-img-container {
    min-height: 300px;
  }
}
#equipe .pole .membre-container .membre .membre-infos {
  padding: 15px;
  border-radius: 0 0 10px 10px;
  text-align: center;
}
#equipe .pole .membre-container .membre .membre-infos h3.nom {
  font-size: 1.2rem;
}
#equipe .pole .membre-container .membre .membre-infos h4.poste {
  font-size: 0.9rem;
  font-weight: 500;
}
#all_projects > #our-work {
  background: #088cc9;
  background: linear-gradient(90deg, #088cc9 0%, #259d4c 100%);
  padding: 150px 50px;
}
@media screen and (max-width: 992px) {
  #all_projects > #our-work {
    padding: 100px 10px;
  }
}
@media screen and (max-width: 1400px) {
  #all_projects > #our-work {
    padding: 120px 10px;
  }
}
#all_projects > #our-work .section_title {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  #all_projects > #our-work .section_title {
    margin-bottom: 0;
  }
}
#all_projects > #our-work .container-fluid.projects {
  padding: 10px 0;
}
#all_projects > #our-work .container-fluid.projects .slick-arrow {
  width: auto;
}
#all_projects > #our-work .container-fluid.projects .slick-prev {
  left: -20px;
}
#all_projects > #our-work .container-fluid.projects .slick-next {
  right: -20px;
}
#all_projects > #our-work .container-fluid.projects .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #ffffff;
}
#all_projects > #our-work .container-fluid.projects .slick-dots li button:before {
  opacity: .25;
  color: #ffffff;
}
#all_projects > #our-work .container-fluid.projects .col-12 {
  padding: 20px;
}
#all_projects > #our-work .container-fluid.projects .col-12 .project {
  height: 280px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 992px) {
  #all_projects > #our-work .container-fluid.projects .col-12 .project {
    height: 400px;
  }
}
@media screen and (min-width: 993px) {
  #all_projects > #our-work .container-fluid.projects .col-12 .project {
    height: 320px;
  }
}
#all_projects > #our-work .container-fluid.projects .col-12 .project .description {
  position: absolute;
  height: 80px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0 0 10px 10px;
  color: #2f2f2f;
  padding: 15px;
}
@media screen and (min-width: 400px) {
  #all_projects > #our-work .container-fluid.projects .col-12 .project .description {
    height: 100px;
  }
}
@media screen and (min-width: 576px) {
  #all_projects > #our-work .container-fluid.projects .col-12 .project .description {
    height: 90px;
  }
}
@media screen and (max-width: 992px) {
  #all_projects > #our-work .container-fluid.projects .col-12 .project .description {
    height: 100px;
  }
}
#all_projects > #our-work .container-fluid.projects .col-12 .project .description .nom-projet,
#all_projects > #our-work .container-fluid.projects .col-12 .project .description .nom-client {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
#all_projects > #our-work .container-fluid.projects .col-12 .project .description .nom-projet {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.2rem;
}
@media screen and (max-width: 768px) {
  #all_projects > #our-work .container-fluid.projects .col-12 .project .description .nom-projet {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
}
#all_projects > #our-work .container-fluid.projects .col-12 .project .description .nom-client {
  font-size: 0.9rem;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  #all_projects > #our-work .container-fluid.projects .col-12 .project .description .nom-client {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 992px) {
  #all_projects > #our-work .container-fluid.projects .col-12 .project .description .nom-client {
    font-size: 0.8rem;
  }
}
#all_projects > #our-work .container-fluid.projects .col-12 .project .description .btn-project {
  color: #2f2f2f;
  font-size: 30px;
}
@media screen and (max-width: 576px) {
  #all_projects > #our-work .container-fluid.projects .col-12 .project .description .btn-project {
    font-size: 22px;
  }
}
.btn {
  white-space: nowrap;
}
@media screen and (min-width: 1200px) {
  article#project .max-900 {
    max-width: 70%!important;
    margin: 0 auto;
  }
}
article#project .hr-container hr {
  background: #088cc9;
  background: linear-gradient(90deg, #088cc9 0%, #259d4c 100%);
  height: 2px;
  opacity: 1;
  border: 0;
}
article#project .padded {
  padding: 40px 0 20px;
}
article#project .titre-bloc {
  font-family: 'Poppins', sans-serif;
  padding-bottom: 10px;
}
article#project .text-description {
  font-family: 'Poppins', sans-serif;
  padding: 50px auto 20px;
  text-align: left;
}
article#project .text-description p {
  font-family: 'Arial', sans-serif;
}
article#project #section-project-head {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 65vh;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  article#project #section-project-head {
    height: 350px;
  }
}
article#project #section-project-head .illustration {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
@media screen and (max-width: 576px) {
  article#project #section-project-head .illustration {
    position: relative;
  }
}
article#project #section-project-infos h1.project-title {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  background: #088cc9;
  background: linear-gradient(90deg, #088cc9 0%, #259d4c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  article#project #section-project-infos h1.project-title {
    font-size: 1.6rem;
  }
}
article#project #section-project-infos h1.project-title .project-cat {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  article#project #section-project-infos h1.project-title .project-cat {
    font-size: 15px;
  }
}
article#project #section-project-infos .info-title,
article#project #section-project-infos .info {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}
article#project #section-project-infos .info-title {
  color: #797979;
}
article#project #section-project-creation .col-12 {
  padding: 0;
}
article#project #section-project-creation .col-12 img {
  padding: 10px;
  object-fit: cover;
  object-position: center;
}
article#project #section-project-creation .col-12 img.full-w.horizontal {
  width: 100%;
  height: 450px;
}
article#project #section-project-creation .col-12 img.half-w.square {
  width: 100%;
  height: 40vh;
}
article#project #section-project-creation .col-12 img.half-w.vertical {
  height: 80vh;
}
article#project #section-project-bilan .chiffres-container {
  padding: 20px 0;
}
article#project #section-project-bilan .chiffres-container .chiffre-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-bottom: 20px;
}
article#project #section-project-bilan .chiffres-container .chiffre-container .chiffre {
  font-size: 3rem;
  font-weight: 700;
  background: #088cc9;
  background: linear-gradient(90deg, #088cc9 0%, #259d4c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
article#project #section-project-video .video-desc-container {
  display: flex;
  align-items: center;
}
article#project #section-project-video .video-desc-container .video-desc {
  font-family: 'Poppins', sans-serif;
}
@media screen and (min-width: 992px) {
  article#project #section-project-video .video-desc-container .video-desc {
    padding-right: 20px;
  }
}
article#project #section-project-client .logo-container {
  text-align: center;
}
article#project #section-project-client .logo-container .logo-client {
  max-height: 80px;
}
article#project #section-project-client .client-desc-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px 0 20px;
}
@media screen and (min-width: 1200px) {
  article#project #section-project-client .client-desc-container {
    max-width: 70%;
    margin: 0 auto;
  }
}
article#project #section-project-client .client-desc-container .client-desc {
  text-align: justify;
  font-weight: 500;
}
article#project #section-project-client .client-social-links {
  display: flex;
  justify-content: center;
}
article#project #section-project-client .client-social-links .social-links {
  display: flex;
  padding-inline-start: 0;
}
article#project #section-project-client .client-social-links .social-links li {
  display: inline-block;
  margin-right: 5px;
}
article#project #section-project-client .client-social-links .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  color: #ffffff;
  background: #0babee;
  border-radius: 100%;
  font-size: 20px;
  transition: all 0.2s ease-in-out;
}
article#project #section-project-client .client-social-links .social-links li a:hover {
  text-decoration: none;
  background: #259d4d;
}
article#project .project-navigation a {
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
article#project .project-navigation a:hover {
  color: #1d263b;
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (min-width: 1200px) {
  .max-900 {
    max-width: 70%!important;
    margin: 0 auto;
  }
}
.padded {
  padding: 40px 0;
}
.hr-container hr {
  background: #088cc9;
  background: linear-gradient(90deg, #088cc9 0%, #259d4c 100%);
  height: 2px;
  opacity: 1;
  border: 0;
}
#section-expertises-head {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 75vh;
}
@media screen and (max-width: 576px) {
  #section-expertises-head {
    height: 400px;
  }
}
#section-expertises-head .illustration {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
@media screen and (max-width: 576px) {
  #section-expertises-head .illustration {
    position: relative;
  }
}
#main-expertises {
  position: relative;
}
#sticky-patate {
  display: none;
}
@media screen and (min-width: 1200px) {
  #sticky-patate {
    display: block;
    position: absolute;
    z-index: 2;
    top: 100px;
    right: 0;
    max-width: 220px;
  }
}
#sticky-patate-2 {
  display: none;
}
@media screen and (min-width: 1200px) {
  #sticky-patate-2 {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -100px;
    left: 0;
    max-width: 220px;
  }
}
.pole-title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.6rem;
  text-transform: uppercase;
  background: #088cc9;
  background: linear-gradient(90deg, #088cc9 0%, #259d4c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pole-desc {
  margin: 20px 0;
}
.expertise-container {
  text-align: center;
  padding-bottom: 20px;
}
.expertise-container img {
  max-width: 100px;
}
.expertise-container .expertise-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
#section-expertises-desc .intro {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 50px 0 20px;
}
@media screen and (max-width: 992px) {
  .pole-desc-container {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  .text-align-resp {
    text-align: center;
  }
}
#section-pole-video .pole-desc-container,
#section-pole-social .pole-desc-container {
  text-align: end;
}
@media screen and (max-width: 992px) {
  #section-pole-video .pole-desc-container,
  #section-pole-social .pole-desc-container {
    text-align: center;
  }
}
