@font-face {
  font-family: Nexa Light;
  src: url("../assets/fonts/nexa/nexa_light-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/nexa/nexa_light-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/nexa/nexa_light-webfont.woff") format("woff"), url("../assets/fonts/nexa/nexa_light-webfont.ttf") format("truetype"), url("../assets/fonts/nexa/nexa_light-webfont.svg#HelveticaNeueLTPro-LtCn") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: Nexa Bold;
  src: url("../assets/fonts/nexa/nexa_bold-webfont.eot");
  /* IE9 Compat Modes */
  src: url("../assets/fonts/nexa/nexa_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/nexa/nexa_bold-webfont.woff") format("woff"), url("../assets/fonts/nexa/nexa_bold-webfont.ttf") format("truetype"), url("../assets/fonts/nexa/nexa_bold-webfont.svg#HelveticaNeueLTPro-LtCn") format("svg");
  /* Legacy iOS */
}

/* line 19, ../sass/main.scss */
.header-container {
  position: fixed;
  z-index: 2;
  top: 0;
  background-color: #fdfdfd;
  width: 100%;
}
/* line 26, ../sass/main.scss */
.header-container .show-for-medium-up {
  height: 130px;
  margin-top: 20px;
}
/* line 31, ../sass/main.scss */
.header-container .top-bar {
  height: 80px;
  overflow: visible;
}
/* line 35, ../sass/main.scss */
.header-container .top-bar .title-area {
  height: 80px;
}
/* line 37, ../sass/main.scss */
.header-container .top-bar .title-area .name {
  height: 80px;
}
/* line 41, ../sass/main.scss */
.header-container .top-bar .title-area .header-logo {
  height: 60px;
  margin: 10px 0 0 20px;
}
/* line 47, ../sass/main.scss */
.header-container .top-bar .toggle-topbar {
  text-align: right;
}
/* line 50, ../sass/main.scss */
.header-container .top-bar .toggle-topbar button {
  background-color: transparent;
  font-family: Nexa Light;
  font-size: 20px;
}
/* line 55, ../sass/main.scss */
.header-container .top-bar .toggle-topbar button:focus {
  background-color: transparent;
  border-color: transparent;
  border: 0 none;
  outline: none;
}
/* line 63, ../sass/main.scss */
.header-container .top-bar .toggle-topbar .dropdown.button:after, .header-container .top-bar .toggle-topbar button.dropdown:after {
  background-color: transparent;
  border: 0 none;
}
/* line 70, ../sass/main.scss */
.header-container .top-bar .toggle-topbar #dropMenu li {
  padding: 15px 0 0 0;
}
/* line 73, ../sass/main.scss */
.header-container .top-bar .toggle-topbar #dropMenu a {
  font-family: Nexa Light;
  color: #787878;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
/* line 80, ../sass/main.scss */
.header-container .top-bar .toggle-topbar #dropMenu a:hover {
  color: #121111;
  border-bottom: 2px solid #66ccf4;
}
/* line 89, ../sass/main.scss */
.header-container .header-logo {
  float: left;
  height: 120px;
}
/* line 95, ../sass/main.scss */
.header-container .menu-container .menu-item {
  float: right;
  font-family: Nexa Light;
  color: #787878;
  text-align: center;
  font-size: 20px;
  margin-top: 72px;
  font-weight: 400;
}
/* line 103, ../sass/main.scss */
.header-container .menu-container .menu-item a {
  color: #787878;
}
/* line 106, ../sass/main.scss */
.header-container .menu-container .menu-item a:hover {
  color: #121111;
  border-bottom: 2px solid #66ccf4;
}
/* line 111, ../sass/main.scss */
.header-container .menu-container .menu-item a.selected {
  color: #121111;
  border-bottom: 2px solid #66ccf4;
}

/* line 119, ../sass/main.scss */
#slide0 {
  max-width: none;
  height: 100%;
}

/* line 124, ../sass/main.scss */
.slide2 {
  width: 100%;
  height: 100%;
}

/* line 129, ../sass/main.scss */
.references-slide {
  width: 100%;
  height: 100%;
}
/* line 133, ../sass/main.scss */
.references-slide .top-container {
  background-color: #66ccf4;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
/* line 139, ../sass/main.scss */
.references-slide .top-container h1 {
  color: #2d2d2d;
  font-size: 2.0vw;
  line-height: 30px;
  font-family: Nexa Light;
  text-transform: uppercase;
  padding: 15px 0 10px;
  float: none;
  clear: both;
}
/* line 150, ../sass/main.scss */
.references-slide .top-container h3 {
  color: white;
  font-size: 18px;
  line-height: 20px;
  font-family: Nexa Light;
}
/* line 156, ../sass/main.scss */
.references-slide .top-container h3 a, .references-slide .top-container h3 a:hover, .references-slide .top-container h3 a:visited {
  color: white;
  text-decoration: underline;
}
/* line 162, ../sass/main.scss */
.references-slide .top-container .references-icons-container {
  margin: 0 auto;
  display: block;
}
/* line 166, ../sass/main.scss */
.references-slide .top-container .references-icons-container .references-icon {
  margin: 10px 10px 10px 0;
  text-align: center;
  height: 77px;
  vertical-align: middle;
}
/* line 173, ../sass/main.scss */
.references-slide .top-container .references-icons-container .unicredit-logo {
  margin-top: 15px;
  height: 65px;
}
/* line 180, ../sass/main.scss */
.references-slide .references-bg {
  background-color: #073046;
  height: 65%;
}

/* line 185, ../sass/main.scss */
body {
  overflow-x: hidden;
}

/* line 189, ../sass/main.scss */
.hidden {
  opacity: 0;
}

/* line 192, ../sass/main.scss */
.visible {
  opacity: 1;
}

/* line 196, ../sass/main.scss */
.icon_circles {
  -vendor-animation-duration: 5s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}

/* line 202, ../sass/main.scss */
.references-bg {
  -vendor-animation-duration: 2s;
  -vendor-animation-delay: 0s;
  -vendor-animation-iteration-count: infinite;
}

@media only screen and (max-width: 40.063em) {
  /* line 209, ../sass/main.scss */
  .s3_blue_box {
    height: 400px !important;
  }
}
@media only screen and (max-width: 40em) {
  /* line 216, ../sass/main.scss */
  #main,
  #slide0 {
    overflow: hidden;
  }

  /* line 222, ../sass/main.scss */
  .references-slide .top-container h1 {
    font-size: 150%;
    padding: 10px;
  }
  /* line 227, ../sass/main.scss */
  .references-slide .top-container h3 {
    padding: 10px;
  }
  /* line 232, ../sass/main.scss */
  .references-slide .top-container .references-icons-container .columns.medium-2 {
    float: left;
    width: 33%;
  }
  /* line 237, ../sass/main.scss */
  .references-slide .top-container .references-icons-container .references-icon {
    margin: 10px 10px 10px 0;
    text-align: center;
    height: auto;
    vertical-align: middle;
  }
  /* line 245, ../sass/main.scss */
  .references-slide .top-container .references-icons-container .unicredit-logo,
  .references-slide .top-container .references-icons-container .prima-logo {
    margin-top: 35px;
    height: auto;
  }
  /* line 251, ../sass/main.scss */
  .references-slide .top-container .references-icons-container .slsp-logo,
  .references-slide .top-container .references-icons-container .sba-logo {
    margin-top: 23px;
  }
  /* line 257, ../sass/main.scss */
  .references-slide .references-bg {
    height: auto;
    min-width: 100%;
  }

  /* line 264, ../sass/main.scss */
  #contact .s3_title1 {
    font-size: 24px;
    padding: 10px;
  }
  /* line 269, ../sass/main.scss */
  #contact .s3_with_box {
    height: auto;
  }
  /* line 273, ../sass/main.scss */
  #contact .s3_title2 {
    display: none;
  }

  /* line 279, ../sass/main.scss */
  #features #s1_titles_box {
    padding-top: 40px;
  }
  /* line 282, ../sass/main.scss */
  #features #s1_titles_box #s1_title1 {
    font-size: 24px;
  }

  /* line 288, ../sass/main.scss */
  #replayButton {
    opacity: 0;
  }

  /* line 294, ../sass/main.scss */
  .fragment-row .fragment-wrapper {
    margin-top: -20px !important;
    margin-bottom: -10px !important;
  }
}
/* line 301, ../sass/main.scss */
.fragment-row {
  padding: 0 20px;
  display: inline-block;
}
/* line 305, ../sass/main.scss */
.fragment-row .fragment-wrapper {
  width: 70%;
  margin: 0 auto;
}
/* line 309, ../sass/main.scss */
.fragment-row .fragment-wrapper .s1_title6 {
  text-align: justify;
}
