/* spacing */
/* breakpoints */
/* font family */
@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("fonts/proximanova-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("fonts/proximanova-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?1qpshu");
  src: url("fonts/icomoon.eot?1qpshu#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?1qpshu") format("truetype"), url("fonts/icomoon.woff?1qpshu") format("woff"), url("fonts/icomoon.svg?1qpshu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "GothamBook", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #394246; }

h1,
h2,
h3,
h4 {
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 600; }

h1 {
  font-size: 40px;
  line-height: 50px; }

h2 {
  font-size: 34px;
  line-height: 45px;
  margin-bottom: 50px;
  text-align: center;
  color: #708189; }
  h2:after {
    content: "";
    display: block;
    margin: 21px auto;
    width: 30px;
    height: 4px;
    background-color: #46b489; }

h3 {
  font-size: 28px;
  line-height: 35px;
  color: #07698d;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px; }

h4 {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px; }

/* link */
a {
  color: #46b489; }

/* text presets */
.text-highlight {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
  margin-top: 20px; }

h2 + .text-highlight {
  color: #708189; }

.text-details {
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #708189;
  margin-bottom: 10px; }

/* size utils */
.text-small {
  font-size: 14px; }

/* align utils */
.text-align-right {
  text-align: right; }

.text-align-center {
  text-align: center; }

.button {
  border: 0;
  border-radius: 3px;
  height: 40px;
  background-color: #46b489;
  font-family: "Proxima Nova", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 20px;
  font-size: 14px;
  padding: 10px 20px;
  display: inline-block;
  margin: 0 0 10px;
  color: white;
  text-decoration: none; }
  .button:hover {
    text-decoration: none;
    color: white; }

.button.has-icon {
  position: relative;
  padding-left: 60px; }
  .button.has-icon .button-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 40px;
    border-right: 1px solid white;
    padding: 10px; }

.button--outline {
  background-color: transparent;
  border: 1px solid white;
  padding: 9px 19px; }

.List--raw {
  list-style: none;
  padding: 0;
  margin: 0; }

.List {
  border-top: 1px solid #D5D9DA;
  list-style: none;
  padding: 0;
  margin: 0; }

.List-item {
  border-bottom: 1px solid #D5D9DA;
  padding: 20px; }
  .List-item:last-child {
    border-bottom: 0; }

.List-item.has-icon .icon {
  margin-right: 10px;
  display: inline-block; }

/*temp*/
.Catalog-item {
  padding: 40px 0; }
  .Catalog-item h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left; }
  .Catalog-item p {
    margin-bottom: 20px; }

.media {
  display: flex;
  margin-top: 0; }

.media-head {
  margin-right: 20px; }

.media-body {
  display: block;
  width: auto; }

.media-centered {
  align-items: center; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* base */
.container-new {
  max-width: 1280px;
  margin: 0 auto; }

.container-m {
  max-width: 1024px;
  margin: 0 auto; }

.container-s {
  margin: 0 auto;
  max-width: 768px; }

.container--padded {
  padding: 0 50px; }

/* homepage */
.topbar {
  background-color: #07698d; }

@media (max-width: 768px) {
  .topbar {
    text-align: center; } }
.topbar-menu {
  display: flex;
  justify-content: center;
  margin: 0; }
  .topbar-menu li {
    margin-left: 30px;
    font-size: 14px;
    font-weight: 600; }
    .topbar-menu li:first-child {
      margin-left: 0; }
  .topbar-menu .button {
    margin-bottom: 0; }
    .topbar-menu .button a {
      padding: 0 5px;
      border: 0 none; }
  .topbar-menu a {
    padding: 10px 5px 7px;
    line-height: 20px;
    display: inline-block;
    color: white;
    text-decoration: none;
    border-bottom: 3px solid transparent; }
  .topbar-menu a:hover,
  .topbar-menu .current-menu-item a {
    border-color: #46b489; }

.logo {
  width: 70px;
  height: 37px; }

/* banner */
.banner {
  background-color: #10526d;
  color: white; }
  .banner h1 {
    padding-top: 50px;
    margin-top: 0; }
  .banner p {
    margin-bottom: 40px; }

.banner-buttons {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap; }
  .banner-buttons .button:first-child {
    margin-right: 20px; }

@media (max-width: 768px) {
  .button {
    width: 100%;
    margin-right: 0 !important; } }
.banner-container {
  max-width: 1280px;
  margin: 0 auto; }

.banner-text {
  width: 44%;
  padding: 0 50px; }

.banner-video {
  width: 56%;
  position: relative; }

.video-thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover; }

@media (max-width: 768px) {
  .banner-container {
    padding: 0 !important;
    text-align: center; }

  .banner-buttons {
    justify-content: center; }

  .video-thumbnail {
    height: 300px; }

  .video-mask {
    display: none; } }
.video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -50px;
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../images/video-play.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -9999px; }

.video-mask {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 160px;
  height: 100%;
  background-position: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/homepage-illustrations/video-mask-alt.svg); }

/* about solid */
.section-product {
  padding-top: 50px; }

.section-line {
  max-width: 1280px; }

.section-feature {
  margin-bottom: 70px;
  padding: 0 40px; }

.section-text {
  width: 34%;
  margin-right: 80px; }

.section-image {
  width: 43%; }
  .section-image img {
    width: auto;
    max-width: 100%; }

.section-inverted .section-text {
  order: 1;
  margin-right: 0;
  margin-left: 80px; }

.section-attribute {
  margin-top: 10px; }
  .section-attribute h4 {
    margin-top: 0; }

@media (max-width: 768px) {
  .section-text,
  .section-inverted .section-text {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px; } }
/* logos */
.section-logos {
  background-color: #EBEEEF;
  padding: 50px 0;
  margin-bottom: 50px; }

/* logos */
.gallery figure {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  text-align: center; }

.gallery img {
  max-width: 70%;
  height: auto; }

/* */
.footer {
  color: #708189; }
  .footer ul li:first-child {
    margin-bottom: 10px; }
    .footer ul li:first-child a {
      text-decoration: none;
      color: #394246; }
  .footer a {
    font-weight: 600;
    color: #708189; }

/* Testimonials */
.testimonials {
  margin: 30px auto 60px; }

.testimonials-group {
  align-items: center; }

.testimonials-group .testimonials-item {
  width: 50%; }
  .testimonials-group .testimonials-item:first-child {
    margin-right: 40px; }

@media (max-width: 768px) {
  .testimonials-group {
    flex-wrap: wrap; }

  .testimonials-group .testimonials-item {
    width: 100%; }
    .testimonials-group .testimonials-item:first-child {
      margin-right: 0;
      margin-bottom: 40px; }

  .slider-container {
    margin: 0 20px; } }
.slider-container {
  padding: 0 50px; }

.slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0; }

.slider li {
  width: 100%;
  height: auto;
  display: flex; }

.slider-button {
  width: 12px;
  height: 20px;
  background: 0 none;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin: -10px 0 0;
  border: 0;
  z-index: 2; }

.slider-button:focus {
  outline: none; }

.slider-button-previous {
  left: 0;
  background-image: url(../images/homepage-illustrations/arrow-previous.svg); }

.slider-button-next {
  right: 0;
  background-image: url(../images/homepage-illustrations/arrow-next.svg); }

.carouselDots {
  position: relative; }

.dots {
  text-align: center;
  margin: 30px 0 0;
  padding: 0; }

.dots li {
  display: inline-block;
  padding: 0;
  width: auto; }

.dots button {
  font-size: 30px;
  padding: 10px 5px;
  color: #d5d9da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 0; }

.dots button.actif {
  color: #06698d; }

.dots button:focus {
  outline: none; }

.quote-text {
  /*reset*/
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  border: 0;
  /* end reset */
  background-image: url(../images/homepage-illustrations/quotes.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 30px;
  margin-bottom: 20px; }

.quote p {
  margin: 0; }

.quote-author-id {
  font-style: normal; }

.quote-author-name {
  font-weight: bold;
  color: #07698d; }

.quote-author-position {
  font-size: 14px;
  color: #708189; }

.page-template-plans {
  background-color: #EBEEEF; }
  .page-template-plans hr {
    border-color: #a1a9ae; }

.plans-table {
  padding-top: 20px; }

.plan {
  border-radius: 3px;
  overflow: hidden;
  background-color: white;
  position: relative; }

.plan-header {
  background-color: #46b489;
  padding: 20px;
  color: white;
  text-align: center; }

.plan-name {
  font-size: 18px;
  line-height: 23px;
  color: white;
  text-transform: uppercase;
  margin: 0 0 2px 0; }

.plan-price {
  font-size: 14px;
  margin: 0; }
  .plan-price strong {
    font-size: 22px; }

.plan-description {
  padding: 30px;
  margin: 0;
  color: #708189; }

/* variations */
.plan--free,
.plan--enterprise {
  margin-top: 30px; }

.plan--free {
  border-radius: 3px 0 0 3px; }
  .plan--free .plan-header {
    background-color: #a1a9ae; }

.plan--pro {
  box-shadow: 0 0 10px rgba(57, 66, 70, 0.3);
  z-index: 2; }

.plan--enterprise {
  border-radius: 0 3px 3px 0; }
  .plan--enterprise .plan-header {
    background-color: #07698d; }

/* layout */
.Line {
  display: flex;
  justify-content: center;
  margin: 0 auto; }

.Line-spaced {
  justify-content: space-between; }

@media (max-width: 768px) {
  .Line {
    display: block; }

  .Line-item {
    width: 100%; } }
/* */
/* */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* spacing */
.mtm {
  margin-top: 20px; }

.mbm {
  margin-bottom: 20px; }

.mbl {
  margin-bottom: 30px; }

.mtl {
  margin-top: 30px; }

.mtxl {
  margin-top: 40px; }

.pbm {
  padding-bottom: 20px; }

.pvl {
  padding-top: 30px;
  padding-bottom: 30px; }

/* */
.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden; }
  .avatar img {
    width: 50px;
    height: 50px; }

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