/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
/* global */
* {
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block; }

html, body {
  padding: 0;
  margin: 0; }

input, textarea, button {
  outline: none;
  font-family: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: none; }

button, [type="submit"] {
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  border: none;
  background: none; }

p {
  padding: 0;
  margin: 0 0 1.5em; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

@font-face {
  font-family: Lato;
  src: url('/res/fonts/Lato/Lato-Regular.eot');
  src: url('/res/fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('/res/fonts/Lato/Lato-Regular.woff2') format('woff2'), url('/res/fonts/Lato/Lato-Regular.woff') format('woff'), url('/res/fonts/Lato/Lato-Regular.ttf') format('truetype'), url('/res/fonts/Lato/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Lato;
  src: url('/res/fonts/Lato/Lato-Italic.eot');
  src: url('/res/fonts/Lato/Lato-Italic.eot?#iefix') format('embedded-opentype'), url('/res/fonts/Lato/Lato-Italic.woff2') format('woff2'), url('/res/fonts/Lato/Lato-Italic.woff') format('woff'), url('/res/fonts/Lato/Lato-Italic.ttf') format('truetype'), url('/res/fonts/Lato/Lato-Italic.svg#Lato-Italic') format('svg');
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: Lato;
  src: url('/res/fonts/Lato/Lato-Bold.eot');
  src: url('/res/fonts/Lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('/res/fonts/Lato/Lato-Bold.woff2') format('woff2'), url('/res/fonts/Lato/Lato-Bold.woff') format('woff'), url('/res/fonts/Lato/Lato-Bold.ttf') format('truetype'), url('/res/fonts/Lato/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Lato;
  src: url('/res/fonts/Lato/Lato-Black.eot');
  src: url('/res/fonts/Lato/Lato-Black.eot?#iefix') format('embedded-opentype'), url('/res/fonts/Lato/Lato-Black.woff2') format('woff2'), url('/res/fonts/Lato/Lato-Black.woff') format('woff'), url('/res/fonts/Lato/Lato-Black.ttf') format('truetype'), url('/res/fonts/Lato/Lato-Black.svg#Lato-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Quicksand;
  src: url('/res/fonts/Quicksand/Quicksand-Regular.eot');
  src: url('/res/fonts/Quicksand/Quicksand-Regular.eot?#iefix') format('embedded-opentype'), url('/res/fonts/Quicksand/Quicksand-Regular.woff2') format('woff2'), url('/res/fonts/Quicksand/Quicksand-Regular.woff') format('woff'), url('/res/fonts/Quicksand/Quicksand-Regular.ttf') format('truetype'), url('/res/fonts/Quicksand/Quicksand-Regular.svg#Quicksand-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Quicksand;
  src: url('/res/fonts/Quicksand/Quicksand-Medium.eot');
  src: url('/res/fonts/Quicksand/Quicksand-Medium.eot?#iefix') format('embedded-opentype'), url('/res/fonts/Quicksand/Quicksand-Medium.woff2') format('woff2'), url('/res/fonts/Quicksand/Quicksand-Medium.woff') format('woff'), url('/res/fonts/Quicksand/Quicksand-Medium.ttf') format('truetype'), url('/res/fonts/Quicksand/Quicksand-Medium.svg#Quicksand-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: Quicksand;
  src: url('/res/fonts/Quicksand/Quicksand-Bold.eot');
  src: url('/res/fonts/Quicksand/Quicksand-Bold.eot?#iefix') format('embedded-opentype'), url('/res/fonts/Quicksand/Quicksand-Bold.woff2') format('woff2'), url('/res/fonts/Quicksand/Quicksand-Bold.woff') format('woff'), url('/res/fonts/Quicksand/Quicksand-Bold.ttf') format('truetype'), url('/res/fonts/Quicksand/Quicksand-Bold.svg#Quicksand-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

picture {
  width: 100%;
  height: 100%; }
  picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }

.lazy {
  background: none !important;
  opacity: 0;
  transition: opacity 1s; }
  .lazy * {
    background: none !important;
    opacity: 0;
    transition: opacity 1s; }

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem; }

.not-fp {
  padding-top: 145px; }

.is-page {
  padding-top: 108px; }

::-moz-selection {
  color: #f2f2f7;
  background: #577ae5; }

::selection {
  color: #f2f2f7;
  background: #577ae5; }

body {
  color: #01083b;
  font-family: 'Lato', Arial, sans-serif;
  background-color: rgba(255, 255, 255, 0.45); }

a {
  color: #00df8a;
  text-decoration: none; }

h1, h2, .page-block-layout h3, .page-block-layout .brick-index, .contact-pro h3, .contact-pro .brick-index {
  margin: 0 0 1em;
  color: #577ae5;
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2em; }

h3, .brick-index {
  margin: 0 0 1em;
  color: #1041da;
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.2em; }

.has-line-left h2, .has-line-left .page-block-layout h3, .has-line-left .page-block-layout .brick-index, .page-block-layout .has-line-left h3, .has-line-left .contact-pro h3, .has-line-left .contact-pro .brick-index, .contact-pro .has-line-left h3 {
  margin-bottom: 20px; }
  .has-line-left h2:after, .has-line-left .page-block-layout h3:after, .has-line-left .page-block-layout .brick-index:after, .page-block-layout .has-line-left h3:after, .has-line-left .contact-pro h3:after, .has-line-left .contact-pro .brick-index:after, .contact-pro .has-line-left h3:after {
    content: '';
    display: block;
    width: 54px;
    height: 2px;
    margin: 20px 0 0;
    background: #577ae5; }

.has-line-center h1, .has-line-center h2, .has-line-center .page-block-layout h3, .has-line-center .page-block-layout .brick-index, .page-block-layout .has-line-center h3, .has-line-center .contact-pro h3, .has-line-center .contact-pro .brick-index, .contact-pro .has-line-center h3 {
  margin-bottom: 20px; }
  .has-line-center h1:after, .has-line-center h2:after, .has-line-center .page-block-layout h3:after, .has-line-center .page-block-layout .brick-index:after, .page-block-layout .has-line-center h3:after, .has-line-center .contact-pro h3:after, .has-line-center .contact-pro .brick-index:after, .contact-pro .has-line-center h3:after {
    content: '';
    display: block;
    width: 54px;
    height: 2px;
    margin: 20px auto 0;
    background: #577ae5; }

.has-line-light h1:after, .has-line-light h2:after, .has-line-light .page-block-layout h3:after, .has-line-light .page-block-layout .brick-index:after, .page-block-layout .has-line-light h3:after, .has-line-light .contact-pro h3:after, .has-line-light .contact-pro .brick-index:after, .contact-pro .has-line-light h3:after {
  background: #f2f2f7; }

.slideshow-item {
  position: relative;
  display: none;
  width: 100%;
  background-size: cover; }
  .slideshow-item:first-child {
    display: block; }

.slideshow-item-label {
  z-index: 200;
  pointer-events: none;
  position: absolute;
  display: flex;
  align-items: center;
  width: 300px;
  font-style: italic;
  left: 100%;
  bottom: 25px; }
  .slideshow-item-label:before {
    content: '';
    width: 95px;
    height: 2px;
    margin: 0 10px 0 0;
    background: #577ae5; }

.carousel-item {
  min-height: 250px;
  white-space: normal; }

.hidden {
  display: none; }

.ovh {
  overflow: hidden; }

.rel {
  position: relative; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.justify {
  text-align: justify; }

.content {
  height: 100%;
  padding: 40px 60px 60px 80px; }

.plm {
  padding-left: 45px; }

.pll {
  padding-left: 80px; }

.pb0 {
  padding-bottom: 0; }

.px0 {
  padding-left: 0;
  padding-right: 0; }

.mls {
  margin-left: 25px; }

.mrs {
  margin-right: 25px; }

.mtxs {
  margin-top: 1em; }

.mts {
  margin-top: 25px; }

.mtm {
  margin-top: 45px; }

.mtl {
  margin-top: 80px; }

.mtxl {
  margin-top: 120px; }

.mbm {
  margin-bottom: 45px; }

.mbl {
  margin-bottom: 50px; }

.h100 {
  height: 100%; }

.col-fullheight {
  height: calc(100vh - 200px); }

.centered-content {
  max-width: 1162px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto; }

.btn-video {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%; }

.img-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.has-bg {
  color: #f2f2f7;
  background: #577ae5; }
  .has-bg * {
    color: #f2f2f7; }

.has-border {
  border: #577ae5 solid 1px; }

.btn {
  display: inline-block;
  padding: 12px 35px;
  color: #f2f2f7;
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  background: #577ae5;
  border-radius: 35px;
  transition: box-shadow 0.25s, border-radius 0.25s; }
  .btn:hover, .btn:focus {
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, .3) 0 0 10px;
    transition: box-shadow 0.25s, border-radius 0.25s; }

.btn-large {
  min-width: 200px; }

.btn-active {
  background: #00df8a; }

.btn-light {
  color: #577ae5;
  background: #f2f2f7; }

.text {
  font-size: 1.5rem;
  line-height: 1.4em; }
  .text p {
    margin-bottom: 0.7em; }
  .text p:last-child {
    margin-bottom: 0; }
  .text ul {
    padding-left: 2em;
    list-style-type: disc; }
  .text li {
    margin: 0 0 1em; }

.btn-prev, .btn-next {
  z-index: 200;
  position: absolute;
  top: calc(50% - 22px); }
  .btn-prev svg, .btn-next svg {
    fill: #577ae5;
    width: 22px;
    height: 45px; }
  .btn-prev:hover, .btn-next:hover, .btn-prev:focus, .btn-next:focus {
    transition: transform 0.2s; }

.btn-prev {
  left: 16px; }
  .btn-prev:hover, .btn-prev:focus {
    transform: translate3d(-5px, 0, 0);
    transition: transform 0.2s; }

.btn-next {
  right: 16px; }
  .btn-next:hover, .btn-next:focus {
    transform: translate3d(5px, 0, 0);
    transition: transform 0.2s; }

.regular-content {
  min-height: 600px; }

.menu-sitemap {
  text-align: center; }
  .menu-sitemap ul {
    margin: 0 0 1.5em; }
  .menu-sitemap li {
    margin: 0 0 0.5em; }
  .menu-sitemap > li > a {
    display: inline-block;
    margin: 0 0 0.5em;
    font-weight: bold;
    text-transform: uppercase; }
  .menu-sitemap a {
    color: #577ae5; }
  .menu-sitemap a:hover, .menu-sitemap a:focus {
    text-decoration: underline; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }

  40% {
    transform: rotate3d(0, 0, 1, -10deg); }

  60% {
    transform: rotate3d(0, 0, 1, 5deg); }

  80% {
    transform: rotate3d(0, 0, 1, -5deg); }

  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes zoom {
  0% {
    transform: scale(1); }

  100% {
    transform: scale(1.1); } }

.zoom {
  animation: zoom 6s alternate infinite; }

.zoom-once {
  animation: zoom 6s alternate; }

.header {
  z-index: 999;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  left: 0;
  top: 0;
  padding: 13px 28px 5px;
  color: #f2f2f7;
  font-weight: bold;
  background: #577ae5;
  box-shadow: rgba(0, 0, 0, .14) 0 3px 6px; }
  .header a {
    color: currentColor; }

.menu {
  display: flex;
  align-items: center; }
  .menu a:not(.menu-login):after, .menu a:not(.menu-extranet):after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 3px 0 0;
    background: #f2f2f7;
    transform: scale(0);
    transform-origin: 50% 0;
    transition: transform 0.2s; }
  .menu a:not(.menu-login):hover:after, .menu a:not(.menu-extranet):hover:after, .menu a:not(.menu-login):focus:after, .menu a:not(.menu-extranet):focus:after, .menu a:not(.menu-login).active:after, .menu a:not(.menu-extranet).active:after {
    transform: scale(1);
    transition: transform 0.2s; }

.menu-section {
  position: relative;
  margin-left: 40px; }
  .menu-section:hover .menu-panel, .menu-section:focus .menu-panel {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.2s, transform 0.2s; }

.menu-item {
  color: currentColor;
  text-transform: uppercase; }

.menu-panel {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  min-width: 165px;
  left: 0;
  top: 1.5em;
  padding: 20px;
  background: #577ae5;
  transform: translateY(-10px);
  transition: opacity 0.2s 0.05s, transform 0.2s 0.05s; }
  .menu-panel li:not(:last-child) {
    margin: 0 0 12px; }
  .menu-panel a {
    display: inline-block; }

.menu-login, .menu-extranet {
  display: inline-block;
  padding: 12px 35px;
  color: #f2f2f7;
  text-transform: uppercase;
  background: #00df8a;
  border-radius: 35px;
  transition: box-shadow 0.25s, border-radius 0.25s; }
  .menu-login:hover, .menu-extranet:hover, .menu-login:focus, .menu-extranet:focus {
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, .3) 0 0 10px;
    transition: box-shadow 0.25s, border-radius 0.25s; }

#login-modal {
  position: fixed; }

.login-title {
  color: #00df8a;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }

.form.login-form {
  max-width: 235px;
  margin: 0 auto; }
  .form.login-form label {
    margin-bottom: 15px; }

.social-menu {
  z-index: 999;
  position: fixed;
  left: 6px;
  bottom: 24px; }
  .social-menu li {
    margin: 0 0 8px; }
  .social-menu a:not(.social-menu-contact) {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    color: #f2f2f7;
    background: #577ae5;
    border-radius: 50%;
    transition: transform 0.2s, box-shadow 0.2s; }
  .social-menu a:not(.social-menu-contact):hover, .social-menu a:not(.social-menu-contact):focus {
    transform: scale(1.15);
    box-shadow: rgba(0, 0, 0, .3) 0 0 7px;
    transition: transform 0.2s, box-shadow 0.2s; }
    .social-menu a:not(.social-menu-contact):hover .social-menu-bubble, .social-menu a:not(.social-menu-contact):focus .social-menu-bubble {
      transform: translateX(0);
      transition: transform 0.2s; }
  .social-menu svg {
    display: block;
    width: 17px;
    height: 22px;
    fill: #f2f2f7;
    transition: fill 0.2s, transform 0.2s; }

.social-menu-bubble {
  position: absolute;
  width: 130px;
  height: 45px;
  left: 50px;
  top: 0;
  text-align: center;
  line-height: 45px;
  background: #577ae5;
  border-radius: 25px;
  transform: translateX(-200px);
  transition: transform 0.2s; }

.is-page .footer {
  margin-top: 0; }

.footer {
  padding: 10px 70px;
  margin: 35px 0 0;
  color: #f2f2f7;
  background: #01083b; }
  .footer.section {
    padding-top: 10px !important;
    margin: 0; }
  .footer a:not(.logo-footer) {
    color: currentColor;
    border-bottom: transparent solid 1px;
    transition: border 0.2s; }
  .footer a:not(.logo-footer):hover, .footer a:not(.logo-footer):focus {
    border-bottom-color: #f2f2f7;
    transition: border 0.2s; }

.footer-content {
  display: flex;
  align-items: center; }

.photo {
  margin-right: 20px; }

.footer-contact {
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
  line-height: 1.4em;
  border-right: #f2f2f7 solid 1px; }

.adr {
  text-transform: uppercase; }

.footer-contact-item div:first-child {
  width: 20px; }
  .footer-contact-item div:last-child {
    width: calc(100% - 20px); }
  .footer-contact-item svg {
    width: 12px;
    height: 12px;
    fill: #f2f2f7; }

.footer-menu {
  margin: 0 0 0.5em;
  text-transform: uppercase; }
  .footer-menu li {
    display: inline-block; }
  .footer-menu li:not(:last-child):after {
    content: '|';
    margin: 0 0.8em; }

.copyrights {
  margin-bottom: 0; }

.box-contact {
  z-index: 501;
  opacity: 0;
  position: fixed;
  width: 300px;
  right: 0;
  bottom: 0;
  transition: opacity 0.2s, transform 0.2s; }
  .box-contact.visible {
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.2s, transform 0.2s; }
  .box-contact:hover:not(.active), .box-contact:focus:not(.active) {
    transform: translate3d(0, -5px, 0);
    transition: opacity 0.2s, transform 0.2s; }

#contact-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 10px 25px 20px 10px;
  margin: 0 0 -10px;
  color: #f2f2f7;
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  background: #577ae5;
  border-top-left-radius: 30px;
  transition: background 0.2s; }
  #contact-btn svg {
    width: 22px;
    height: 18px;
    margin: 0 10px 0 0;
    fill: #f2f2f7; }

.contact-form {
  display: none;
  padding: 5px 15px 15px;
  color: #f2f2f7;
  background: #577ae5; }
  .contact-form label {
    display: block;
    width: 100%;
    margin: 0 0 0.8em; }
  .contact-form [type="email"], .contact-form [type="text"], .contact-form textarea {
    display: block;
    width: 100%;
    padding: 0.4em;
    font-family: inherit;
    font-size: 1.4rem;
    color: #577ae5;
    background: #f2f2f7;
    border: none;
    transition: all 0.2s; }
  .contact-form [type="email"]:focus, .contact-form [type="text"]:focus, .contact-form textarea:focus {
    color: #01083b;
    background: #fff;
    transition: all 0.2s; }
  .contact-form [type="email"].ajax-form-error, .contact-form [type="text"].ajax-form-error, .contact-form textarea.ajax-form-error {
    box-shadow: 0 0 2px ; }
    .contact-form [type="email"].ajax-form-error + .form-error, .contact-form [type="text"].ajax-form-error + .form-error, .contact-form textarea.ajax-form-error + .form-error {
      display: block; }
  .contact-form textarea {
    min-height: 90px; }
  .contact-form .btn-light {
    font-size: 1.2rem; }
  .contact-form .recaptcha-wrap {
    margin: 0 0 0.8em; }

.ajax-form-mail-sent {
  display: none;
  padding: 1em;
  color: #fff;
  text-align: center;
  background: #01083b; }
  .ajax-form-mail-sent p:last-child {
    margin-bottom: 0; }

.form-error {
  display: none;
  margin: 0.3em 0 0;
  color: ;
  font-size: 1.3rem; }

#recaptcha-2 > div {
  transform-origin: 0 0;
  transform: scale(0.9); }

.modal {
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: opacity 0.3s; }
  .modal.modal-fixed {
    position: fixed; }
  .modal.active {
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.3s; }

.modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(87, 122, 229, 0.75); }

.modal-content {
  position: relative;
  width: 100%;
  max-width: 500px;
  padding: 50px;
  color: #f2f2f7;
  background: #577ae5;
  border-radius: 200px; }

.modal-content-large {
  max-width: 790px; }

.modal-content-xlarge {
  max-width: 910px; }

.modal-close {
  position: absolute;
  right: 110px;
  top: 50px;
  transition: transform 0.2s;
  /* popup */ }
  .modal-close svg {
    width: 20px;
    height: 20px;
    fill: #f2f2f7; }
  .modal-close:hover, .modal-close:focus {
    transform: scale(1.2);
    transition: transform 0.2s; }

.popup-intro {
  font-size: 1.6rem; }
  .popup-intro p:first-child {
    margin-bottom: 0.5em; }
  .popup-intro strong {
    color: #00df8a;
    font-size: 1.8rem;
    text-transform: uppercase; }
  .popup-intro h2, .popup-intro .page-block-layout h3, .popup-intro .page-block-layout .brick-index, .page-block-layout .popup-intro h3, .popup-intro .contact-pro h3, .popup-intro .contact-pro .brick-index, .contact-pro .popup-intro h3 {
    margin: 0 0 0.5em;
    color: #f2f2f7;
    font-size: 2.8rem;
    font-weight: bold;
    text-transform: none;
    line-height: 1.5em; }
  .popup-intro h2 strong, .popup-intro .page-block-layout h3 strong, .popup-intro .page-block-layout .brick-index strong, .page-block-layout .popup-intro h3 strong, .popup-intro .contact-pro h3 strong, .popup-intro .contact-pro .brick-index strong, .contact-pro .popup-intro h3 strong {
    color: #00df8a;
    font-size: 4.6rem;
    font-weight: bold;
    text-transform: uppercase; }
  .popup-intro:after {
    content: '';
    display: block;
    width: 315px;
    height: 2px;
    margin: 2em auto;
    background: #f2f2f7; }

.popup-cols {
  font-size: 1.6rem; }
  .popup-cols h3, .popup-cols .brick-index {
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase; }

.popup-outro {
  color: #00df8a;
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: bold; }
  .popup-outro p:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 1023px) {
  .modal-close {
    top: 20px; }

  .popup-content {
    overflow-y: auto;
    max-height: 65vh; } }

.parallax {
  -webkit-background-attachment: fixed;
  background-attachment: fixed;
  /* Declare the same value for min- and max-width to avoid colliding with desktops */
  /* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
  /* ======== iPad Pro 12" =========== */
  /* Landscape MAX */ }

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Landscape MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* ======== iPad Pro 11" =========== */
  /* Landscape MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 1194px) and (max-device-width: 1194px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 1194px) and (max-device-width: 1194px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Landscape MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* ======== iPad Pro 9" and ipad air=========== */
  /* Landscape MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Landscape MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* ======== iPad 7th Gen 10.2" =========== */
  /* Landscape MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 1080px) and (max-device-width: 1080px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MAX */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 1080px) and (max-device-width: 1080px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Landscape MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Portrait MIN */
    .parallax {
      -webkit-background-attachment: scroll;
      background-attachment: scroll; } }

@media only screen and (min-device-width: 810px) and (max-device-width: 810px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .parallax {
    -webkit-background-attachment: scroll;
    background-attachment: scroll; } }

._mobile .parallax, ._tablet .parallax {
  -webkit-background-attachment: scroll;
  background-attachment: scroll; }

@media all and (max-width: 767px) {
  .parallax {
    -webkit-background-attachment: scroll;
    background-attachment: scroll; } }

.index-slide {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 140px; }

.index-slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center; }

.index-slide-content {
  position: relative;
  max-width: 600px; }
  .index-slide-content h1, .index-slide-content h2:first-child, .index-slide-content .page-block-layout h3:first-child, .index-slide-content .page-block-layout .brick-index:first-child, .page-block-layout .index-slide-content h3:first-child, .index-slide-content .contact-pro h3:first-child, .index-slide-content .contact-pro .brick-index:first-child, .contact-pro .index-slide-content h3:first-child {
    margin-bottom: 30px;
    font-size: 5.2rem;
    font-weight: 500; }
  .index-slide-content h1:after, .index-slide-content h2:first-child:after, .index-slide-content .page-block-layout h3:first-child:after, .index-slide-content .page-block-layout .brick-index:first-child:after, .page-block-layout .index-slide-content h3:first-child:after, .index-slide-content .contact-pro h3:first-child:after, .index-slide-content .contact-pro .brick-index:first-child:after, .contact-pro .index-slide-content h3:first-child:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 315px;
    height: 2px;
    margin: 30px 0 0;
    background: #577ae5; }
  .index-slide-content h2:not(:first-child), .index-slide-content .page-block-layout h3:not(:first-child), .index-slide-content .page-block-layout .brick-index:not(:first-child), .page-block-layout .index-slide-content h3:not(:first-child), .index-slide-content .contact-pro h3:not(:first-child), .index-slide-content .contact-pro .brick-index:not(:first-child), .contact-pro .index-slide-content h3:not(:first-child), .index-slide-content h3, .index-slide-content .brick-index {
    color: #1041da;
    font-size: 3.6rem;
    font-weight: normal;
    text-transform: none; }
  .index-slide-content h2:not(:first-child):after, .index-slide-content .page-block-layout h3:not(:first-child):after, .index-slide-content .page-block-layout .brick-index:not(:first-child):after, .page-block-layout .index-slide-content h3:not(:first-child):after, .index-slide-content .contact-pro h3:not(:first-child):after, .index-slide-content .contact-pro .brick-index:not(:first-child):after, .contact-pro .index-slide-content h3:not(:first-child):after, .index-slide-content h3:after, .index-slide-content .brick-index:after {
    display: none; }

.index-prev, .index-next {
  z-index: 500;
  position: absolute;
  top: calc(50% + 30.5px);
  transition: transform 0.2s; }
  .index-prev svg, .index-next svg {
    width: 22px;
    height: 44px;
    fill: #577ae5; }
  .index-prev:hover, .index-next:hover, .index-prev:focus, .index-next:focus {
    transition: transform 0.2s; }

.index-prev {
  left: 80px; }
  .index-prev:hover, .index-prev:focus {
    transform: translate3d(-5px, 0, 0);
    transition: transform 0.2s; }

.index-next {
  right: 80px; }
  .index-next:hover, .index-next:focus {
    transform: translate3d(5px, 0, 0);
    transition: transform 0.2s; }

.index-block {
  z-index: 200;
  position: fixed;
  width: 360px;
  right: 30px;
  bottom: 50px;
  padding: 30px 10px 12px;
  color: #f2f2f7;
  background: #577ae5;
  border-radius: 185px; }

.index-block-close {
  position: absolute;
  right: 90px;
  top: -2px;
  color: #f2f2f7;
  font-size: 30px; }

.index-block-intro {
  font-size: 1.5rem; }
  .index-block-intro p:last-child {
    margin-bottom: 0; }
  .index-block-intro strong {
    color: #00df8a;
    font-family: 'Quicksand', Arial, sans-serif;
    font-weight: normal; }
  .index-block-intro em {
    font-size: 3.6rem;
    font-style: normal; }
  .index-block-intro span {
    font-family: 'Quicksand', Arial, sans-serif; }
  .index-block-intro:after {
    content: '';
    display: block;
    width: 220px;
    height: 2px;
    margin: 1em auto;
    background: #f2f2f7; }

.index-block-notes {
  font-size: 0.9rem; }

.clients-content {
  display: flex;
  flex-direction: column; }

.clients-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .clients-container > div {
    width: 100%; }

.clients-slideshow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
  padding: 0 45px; }
  .clients-slideshow .cycle-slideshow {
    width: 100%;
    max-width: 970px;
    min-height: 250px;
    margin-left: auto;
    margin-right: auto; }

.quote-item {
  position: relative;
  padding: 30px 160px;
  color: #f2f2f7;
  font-size: 1.8rem;
  background: #577ae5;
  border-radius: 200px; }
  .quote-item strong {
    font-size: 1.8rem; }
  .quote-item p:last-child {
    margin-bottom: 0; }
  .quote-item:before {
    content: '“';
    position: absolute;
    left: 40px;
    top: 30px;
    color: rgba(242, 242, 247, 0.17);
    font-family: Georgia, serif;
    font-size: 15rem;
    line-height: 1em; }
  .quote-item:after {
    content: '”';
    position: absolute;
    right: 40px;
    bottom: 30px;
    color: rgba(242, 242, 247, 0.17);
    font-family: Georgia, serif;
    font-size: 15rem;
    line-height: 0; }

.solutions-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }
  .solutions-container > div {
    width: 100%; }

.solutions-stats {
  padding: 30px 30px 60px;
  color: #f2f2f7;
  background: rgba(255, 255, 255, 0.81); }

.solutions-stat {
  color: #577ae5;
  font-weight: bold;
  text-align: center;
  transition: opacity 0.5s 1.2s, transform 0.5s 1.2s; }
  .solutions-stat img {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 0 5px; }
  .solutions-stat strong {
    color: #f2f2f7;
    font-size: 2.5em; }

.solutions-btns .btn {
  box-shadow: rgba(0, 0, 0, .3) 0 0 10px; }

.feature {
  display: block;
  width: 100%;
  max-width: 160px;
  padding: 0 0 40px;
  margin: 0 auto;
  color: #577ae5;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }
  .feature svg {
    display: block;
    margin: 10px auto 0;
    width: 16px;
    height: 16px;
    fill: #00df8a;
    transition: fill 0.2s, transform 0.2s; }
  .feature:hover img, .feature:focus img {
    animation: swing 1s; }
  .feature:hover svg, .feature:focus svg {
    fill: #577ae5;
    transform: scale(1.2);
    transition: fill 0.2s, transform 0.2s; }

.feature-big .feature-img {
  min-height: 120px; }
  .feature-big .feature-img img {
    width: 90px; }

.feature-img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  margin: 0 0 5px; }
  .feature-img img {
    display: inline-block;
    width: 57px;
    height: auto; }

.features-list-item {
  display: none; }
  .features-list-item.active {
    display: block; }
  .features-list-item h3, .features-list-item .brick-index {
    font-size: 1.4rem;
    text-align: center;
    text-transform: uppercase; }

.guide-form-title {
  color: #f2f2f7;
  font-size: 2.2rem;
  text-align: center; }

.solutions-bar {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 1em;
  color: #f2f2f7;
  font-size: 2rem;
  text-align: center;
  text-transform: uppercase;
  background: #577ae5;
  transition: transform 0.2s; }
  .solutions-bar svg {
    position: absolute;
    width: 61px;
    height: 30px;
    left: calc(50% - 30px);
    bottom: -13px; }
  .solutions-bar.inactive {
    transform: translateY(-50px);
    transition: transform 0.2s; }
  .solutions-bar:hover, .solutions-bar:focus {
    transform: translateY(0);
    transition: transform 0.2s; }

.img-full {
  display: block;
  width: 100%;
  height: auto; }

.video-inline {
  display: block;
  width: 100%;
  height: auto; }

.values {
  display: flex;
  flex-direction: column; }

.values-cols {
  display: flex;
  align-items: center;
  flex: 1; }
  .values-cols > div {
    width: 100%; }

.values-slideshow {
  width: 130%;
  margin-left: -15%; }
  .values-slideshow .cycle-slide {
    vertical-align: top; }
  .values-slideshow .cycle-slide > div {
    opacity: 0.6; }
  .values-slideshow .cycle-slide-active + .cycle-slide > div {
    opacity: 1; }

.values-item {
  max-width: none;
  min-height: 300px;
  padding: 20px;
  background: #f2f2f7;
  border-radius: 20px; }

.values-img {
  display: block;
  max-width: 50px;
  margin: 0 auto 1em; }

.values-item-title {
  display: inline-block;
  padding: 12px 35px;
  margin: 0 0 1em;
  color: #00df8a;
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 1px;
  border-radius: 35px; }

.values-item-text {
  font-weight: normal;
  text-transform: none; }

.faq-item {
  display: flex;
  width: 100%;
  margin: 0 0 20px;
  color: #577ae5;
  font-size: 1.6rem;
  text-align: left; }
  .faq-item span:first-child {
    width: 60px;
    font-size: 2.5rem;
    font-weight: bold;
    transition: color 0.2s; }
  .faq-item span:last-child {
    width: calc(100% - 60px); }
  .faq-item:hover span:first-child, .faq-item:focus span:first-child {
    color: #1041da;
    transition: color 0.2s; }

.faq-list-item {
  display: none; }
  .faq-list-item.active {
    display: block; }
  .faq-list-item h3, .faq-list-item .brick-index {
    color: #f2f2f7;
    font-size: 2rem;
    font-weight: bold;
    text-align: center; }

.faq-number {
  margin: 0 0 20px;
  font-size: 3rem;
  font-weight: 900;
  text-align: center; }

.contact {
  overflow-y: auto;
  height: 100%;
  padding-left: 0;
  padding-right: 0; }

.form {
  max-width: 660px;
  margin: 40px auto; }
  .form label {
    display: block;
    margin: 0 0 30px; }
  .form [type="text"], .form [type="email"], .form [type="password"], .form textarea {
    display: block;
    width: 100%;
    padding: 0.7em;
    color: #577ae5;
    font-family: inherit;
    font-size: 1em;
    text-align: center;
    background: #f2f2f7;
    border: #577ae5 solid 1px;
    border-radius: 40px; }
  .form [type="text"]::placeholder, .form [type="email"]::placeholder, .form [type="password"]::placeholder, .form textarea::placeholder {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .form textarea {
    min-height: 160px; }

.label-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.form-error {
  display: none;
  margin: 3px 0 0;
  color: #f00;
  text-align: center; }

.recaptcha-wrap {
  margin: 0 0 30px; }

.recaptcha > div {
  margin-left: auto;
  margin-right: auto; }

.ajax-form-error + .form-error {
  display: block; }

.ajax-form-mail-sent {
  padding: 30px;
  margin: 20px 0;
  color: #f2f2f7;
  background: #577ae5;
  border-radius: 40px; }
  .ajax-form-mail-sent p:last-child {
    margin-bottom: 0; }

.list-columns {
  background: #fff;
  padding: 50px 0 20px; }

.activities-img img {
  display: block;
  margin: auto;
  width: 100%;
  height: 280px;
  object-fit: cover; }

.activities-btn, .activities-content {
  padding-top: 20px; }

.activities-title p, .activities-title h3, .activities-title .brick-index, .activities-title h4 {
  color: #577ae5;
  font-size: 1.6rem;
  font-family: 'Lato', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 1em;
  line-height: 1.2em; }

.activities-item {
  padding-bottom: 30px; }

@media all and (min-width: 768px) {
  .list-columns {
    padding: 50px 0; }

  .activities-title {
    min-height: 40px; }

  .activities-item {
    padding-bottom: 0; } }

.hero {
  position: relative;
  height: calc(100vh - 108px);
  background-position: center;
  background-size: cover; }

.hero-content {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 130px; }
  .hero-content h1 {
    margin: 0;
    font-size: 5.2rem;
    font-weight: 500; }
  .hero-content h1:after {
    content: '';
    display: block;
    width: 315px;
    height: 2px;
    margin: 30px 0;
    background: #577ae5; }
  .hero-content h2, .hero-content .page-block-layout h3, .hero-content .page-block-layout .brick-index, .page-block-layout .hero-content h3, .hero-content .contact-pro h3, .hero-content .contact-pro .brick-index, .contact-pro .hero-content h3 {
    color: #00df8a;
    font-size: 3.6rem;
    font-weight: normal;
    text-transform: none; }
  .hero-content .hero-button {
    margin-bottom: 36px; }
  .hero-content .hero-button a {
    box-shadow: 3px 4px 0 #577ae5; }

.hero-inner {
  max-width: 490px; }

.hero-center {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 0 20px;
  text-align: center;
  border-bottom: #577ae5 solid 22px; }
  .hero-center h1, .hero-center .h1 {
    padding: 50px;
    margin: 0;
    color: #f2f2f7;
    font-size: 2.7rem;
    font-weight: 500;
    text-transform: none;
    background: rgba(87, 122, 229, 0.48); }
  .hero-center h2, .hero-center .page-block-layout h3, .hero-center .page-block-layout .brick-index, .page-block-layout .hero-center h3, .hero-center .contact-pro h3, .hero-center .contact-pro .brick-index, .contact-pro .hero-center h3 {
    margin: 35px 0;
    font-size: 3.1rem;
    font-weight: 500; }
  .hero-center h3, .hero-center .brick-index {
    margin: 0;
    font-size: 3.8rem;
    font-weight: bold;
    text-transform: uppercase; }

.hero-slider {
  padding: 50px;
  background: rgba(87, 122, 229, 0.48); }
  .hero-slider h1, .hero-slider .h1 {
    padding: 0;
    background: none; }

.hero-scroll svg {
  width: 58px;
  height: 58px; }

.page-block {
  margin-top: 60px;
  margin-bottom: 60px;
  color: #577ae5; }
  .page-block.page-block-center-title h2, .page-block.page-block-center-title .page-block-layout h3, .page-block.page-block-center-title .page-block-layout .brick-index, .page-block-layout .page-block.page-block-center-title h3, .page-block.page-block-center-title .contact-pro h3, .page-block.page-block-center-title .contact-pro .brick-index, .contact-pro .page-block.page-block-center-title h3 {
    margin-bottom: 1em; }
    .page-block.page-block-center-title h2:after, .page-block.page-block-center-title .page-block-layout h3:after, .page-block.page-block-center-title .page-block-layout .brick-index:after, .page-block-layout .page-block.page-block-center-title h3:after, .page-block.page-block-center-title .contact-pro h3:after, .page-block.page-block-center-title .contact-pro .brick-index:after, .contact-pro .page-block.page-block-center-title h3:after {
      margin: 25px auto 0; }
  .page-block h2, .page-block .page-block-layout h3, .page-block .page-block-layout .brick-index, .page-block-layout .page-block h3, .page-block .contact-pro h3, .page-block .contact-pro .brick-index, .contact-pro .page-block h3 {
    margin-bottom: 25px; }
  .page-block h2:after, .page-block .page-block-layout h3:after, .page-block .page-block-layout .brick-index:after, .page-block-layout .page-block h3:after, .page-block .contact-pro h3:after, .page-block .contact-pro .brick-index:after, .contact-pro .page-block h3:after {
    content: '';
    display: block;
    width: 54px;
    height: 2px;
    margin: 25px 0 0;
    background: #577ae5; }
  .page-block img {
    display: block;
    max-width: 100%;
    border: #fff solid 1px; }
  .page-block .text {
    font-size: 1.6rem; }

.page-block-slideshow {
  position: relative;
  max-width: 492px;
  border: #577ae5 solid 1px; }
  .page-block-slideshow img {
    display: block; }

.page-block-img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 570px;
  background-position: center;
  background-size: cover; }
  .page-block-img h2, .page-block-img .page-block-layout h3, .page-block-img .page-block-layout .brick-index, .page-block-layout .page-block-img h3, .page-block-img .contact-pro h3, .page-block-img .contact-pro .brick-index, .contact-pro .page-block-img h3 {
    font-size: 5.2rem;
    font-weight: 500; }

.page-bottom {
  padding-top: 70px;
  padding-bottom: 70px; }

.page-step {
  text-align: center; }
  .page-step img {
    width: auto;
    height: 90px; }
  .page-step .text {
    font-size: 2rem; }

.page-step-number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 35px auto 30px;
  color: #577ae5;
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 3.3rem;
  font-weight: bold;
  background: #00df8a;
  border-radius: 50%; }

.page-steps-line {
  position: absolute;
  width: 70%;
  height: 3px;
  left: 18%;
  top: 156px;
  background: #00df8a; }

.page-contact {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #577ae5;
  background: #00df8a; }
  .page-contact h2, .page-contact .page-block-layout h3, .page-contact .page-block-layout .brick-index, .page-block-layout .page-contact h3, .page-contact .contact-pro h3, .page-contact .contact-pro .brick-index, .contact-pro .page-contact h3 {
    font-size: 3.6rem;
    font-weight: bold;
    text-transform: none; }
  .page-contact h2 strong, .page-contact .page-block-layout h3 strong, .page-contact .page-block-layout .brick-index strong, .page-block-layout .page-contact h3 strong, .page-contact .contact-pro h3 strong, .page-contact .contact-pro .brick-index strong, .contact-pro .page-contact h3 strong {
    text-transform: uppercase; }

.what {
  color: #00df8a;
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 16.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1em; }

.quid {
  padding-top: 50px;
  padding-bottom: 50px; }
  .quid .text {
    font-size: 1.6rem; }

@media all and (max-width: 767px) {
  ._voice .page-step:not(:last-child) {
    padding-bottom: 60px; } }

.page-vertical-slideshow {
  color: #577ae5;
  background-position: center;
  background-size: cover;
  border-bottom: #577ae5 solid 22px; }

.v-slideshow-item {
  width: 100vw;
  height: 780px; }

.v-cycle-pager {
  z-index: 200;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  right: 30px;
  top: 0; }
  .v-cycle-pager button {
    width: 16px;
    height: 16px;
    margin: 10px 0;
    border: #577ae5 solid 1px;
    border-radius: 50%;
    transition: background 0.2s; }
  .v-cycle-pager button:hover, .v-cycle-pager button:focus, .v-cycle-pager button.cycle-pager-active {
    background: #577ae5;
    transition: background 0.2s; }

.v-slideshow-prev, .v-slideshow-next {
  z-index: 500;
  position: absolute;
  bottom: 40px;
  transition: transform 0.2s; }
  .v-slideshow-prev svg, .v-slideshow-next svg {
    width: 22px;
    height: 44px;
    fill: #577ae5; }
  .v-slideshow-prev:hover, .v-slideshow-next:hover, .v-slideshow-prev:focus, .v-slideshow-next:focus {
    transition: transform 0.2s; }

.v-slideshow-prev {
  left: calc(50% - 50px); }
  .v-slideshow-prev:hover, .v-slideshow-prev:focus {
    transform: translate3d(-5px, 0, 0);
    transition: transform 0.2s; }

.v-slideshow-next {
  right: calc(50% - 50px); }
  .v-slideshow-next:hover, .v-slideshow-next:focus {
    transform: translate3d(5px, 0, 0);
    transition: transform 0.2s; }

.v-slideshow-item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.v-slideshow-item-content {
  width: 100%;
  padding: 0 60px; }
  .v-slideshow-item-content p {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto; }
  .v-slideshow-item-content img {
    display: block;
    width: auto;
    height: 100px;
    margin: 0 auto 35px; }

.page-diagram {
  max-width: 690px;
  margin: 0 auto;
  color: #577ae5;
  text-align: center; }
  .page-diagram .text {
    font-size: 1.4rem; }

.page-diagram-block {
  max-width: 325px;
  margin: 0 auto; }

.page-diagram-left {
  padding-right: 70px; }

.page-diagram-right {
  padding-left: 70px; }

.page-diagram-sep1 {
  display: block;
  width: 100%;
  max-width: 440px;
  margin: 30px auto 10px; }

.page-diagram-sep2 {
  display: block;
  width: 27px;
  height: auto;
  margin: 20px auto; }

.page-diagram-sep3 {
  display: block;
  width: 100%;
  max-width: 415px;
  margin: 25px auto 10px; }

.page-diagram-sep4 {
  display: block;
  width: 27px;
  height: 36px;
  margin: 10px auto; }

.page-bottom-wifi h2, .page-bottom-wifi .page-block-layout h3, .page-bottom-wifi .page-block-layout .brick-index, .page-block-layout .page-bottom-wifi h3, .page-bottom-wifi .contact-pro h3, .page-bottom-wifi .contact-pro .brick-index, .contact-pro .page-bottom-wifi h3 {
  text-transform: none; }
  .page-bottom-wifi strong {
    text-transform: uppercase; }
  .page-bottom-wifi .btn {
    max-width: 600px;
    margin: 0 auto; }

@media all and (min-width: 768px) {
  .page-diagram .text {
    font-size: 2rem; } }

@media all and (max-width: 767px) {
  .page-vertical-slideshow {
    padding: 0 0 70px; }

  .v-slideshow-item {
    height: 580px; } }

@media all and (max-width: 376px) {
  ._wifi .hero-slider {
    padding: 25px; }
    ._wifi .hero-center h2, ._wifi .hero-center .page-block-layout h3, ._wifi .hero-center .page-block-layout .brick-index, .page-block-layout ._wifi .hero-center h3, ._wifi .hero-center .contact-pro h3, ._wifi .hero-center .contact-pro .brick-index, .contact-pro ._wifi .hero-center h3 {
      font-size: 2.4rem; }
    ._wifi .hero-center h3, ._wifi .hero-center .brick-index {
      font-size: 2.8rem; } }

.page-fibre-offers {
  margin-top: 65px;
  margin-bottom: 65px; }

.page-fibre-offer {
  position: relative;
  padding: 40px;
  color: #2b4b63;
  font-size: 1.6rem;
  background: #f2f2f7;
  border-radius: 44px; }
  .page-fibre-offer h2, .page-fibre-offer .page-block-layout h3, .page-fibre-offer .page-block-layout .brick-index, .page-block-layout .page-fibre-offer h3, .page-fibre-offer .contact-pro h3, .page-fibre-offer .contact-pro .brick-index, .contact-pro .page-fibre-offer h3 {
    max-width: 220px;
    padding: 18px;
    margin: 0 auto 2em;
    font-size: 1.6rem;
    text-transform: none;
    border: #577ae5 solid 2px;
    border-radius: 47px; }
  .page-fibre-offer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
  .page-fibre-offer li {
    display: block; }
  .page-fibre-offer li:not(:last-child):after {
    content: '';
    display: block;
    width: 22px;
    height: 21px;
    margin: 1em auto 0;
    background: url('/res/img/bullet-active.svg');
    background-size: 100% 100%; }

.page-fibre-offer-active {
  background: #00df8a; }
  .page-fibre-offer-active li:not(:last-child):after {
    background: url('/res/img/bullet-main.svg'); }

.page-fibre-offer-badge {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 108px;
  right: 0;
  top: -54px;
  padding: 12px;
  color: #f2f2f7;
  font-family: 'Quicksand', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background: #577ae5;
  border-radius: 50%; }

@media all and (min-width: 768px) {
  .page-fibre-offer-badge {
    right: -54px; } }

@media all and (max-width: 767px) {
  ._fibre .page-step:not(:last-child) {
    padding-bottom: 60px; } }

.small-title {
  color: #577ae5; }
  .small-title h2, .small-title .page-block-layout h3, .small-title .page-block-layout .brick-index, .page-block-layout .small-title h3, .small-title .contact-pro h3, .small-title .contact-pro .brick-index, .contact-pro .small-title h3 {
    font-size: 3.6rem;
    margin-bottom: 60px;
    font-weight: 700; }
  .small-title p {
    font-size: 1.5rem;
    line-height: 1.4em; }

.pad-50-0 {
  padding: 50px 0; }

.stars {
  text-align: center; }
  .stars svg {
    width: 18px;
    height: 18px;
    fill: #00df8a;
    margin-right: 1px; }
  .stars.big-stars svg {
    width: 31.5px;
    height: 29.25px;
    margin-right: 3px; }

.under-stars {
  padding-top: 50px; }
  .under-stars strong, .under-stars b {
    color: #00df8a; }

.offer-pro-title {
  max-width: 280px;
  padding: 10px 18px 7px;
  margin: 0 auto 2em;
  font-size: 1.6rem;
  text-transform: none;
  border: #577ae5 solid 2px;
  border-radius: 47px;
  text-align: center; }
  .offer-pro-title h3, .offer-pro-title .brick-index {
    color: #01083b;
    font-size: 16px;
    font-weight: 700; }

.offer-pro-content h4 {
  line-height: normal; }
  .offer-pro-content h4 strong, .offer-pro-content h4 b {
    color: #00df8a;
    font-size: 56px; }
  .offer-pro-content h5 {
    font-weight: 500;
    position: relative;
    margin-bottom: 20px; }
  .offer-pro-content h5:after {
    content: '';
    display: block;
    width: 54px;
    height: 2px;
    margin: 20px auto 0;
    background: #577ae5; }

.page-block-layout {
  padding: 10px 0;
  background: rgba(87, 122, 229, .1); }
  .listing {
    padding-top: 50px; }

.listing-item {
  padding-bottom: 40px; }

.num {
  text-align: center;
  color: #fff;
  background: #00df8a;
  font-weight: 700;
  font-size: 20px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px; }

.gal-item {
  text-align: center;
  font-size: 20px; }
  .gal-item img {
    height: 80px;
    display: block;
    margin: 0 auto 15px; }

.contact-pro h3, .contact-pro .brick-index {
  text-transform: none; }

.offer-link {
  text-align: center;
  padding-top: 40px; }

.img-txt-content i, .img-txt-content em {
  font-style: normal;
  color: #00df8a; }

.img-txt-btn {
  padding-top: 20px;
  text-align: center; }

@media all and (min-width: 768px) {
  .img-txt img {
    height: 100%;
    object-fit: cover; }

  .img-txt img {
    max-height: 670px;
    margin: auto; } }

.modal-layout {
  padding: 50px 0; }

.modal-item {
  max-width: none;
  min-height: 290px;
  padding: 40px;
  background: #f2f2f7;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .modal-item h3, .modal-item .brick-index {
    font-size: 17px; }
  .modal-item:not(.last-modal) {
    margin-bottom: 30px; }

.modal-hidden-content i, .modal-hidden-content em {
  color: #00df8a;
  font-style: normal;
  font-size: 1.7rem;
  text-align: center;
  text-transform: uppercase; }

.modal-close-btn.modal-close {
  right: 105px;
  top: 20px; }

@media all and (min-width: 768px) {
  .modal-item:not(.last-modal) {
    margin-bottom: 0; } }

.bandeau.quid {
  padding-bottom: 60px; }

.bandeau-content h2, .bandeau-content .page-block-layout h3, .bandeau-content .page-block-layout .brick-index, .page-block-layout .bandeau-content h3, .bandeau-content .contact-pro h3, .bandeau-content .contact-pro .brick-index, .contact-pro .bandeau-content h3 {
  text-transform: none;
  margin-bottom: 0; }

.simple-columns-layout {
  background: #fff;
  padding: 20px 0 50px; }

.simple-columns-item {
  padding: 20px 16px 0;
  font-size: 1.6rem; }
  .simple-columns-item h3, .simple-columns-item .brick-index {
    text-transform: uppercase;
    font-size: 17px; }

.border-column {
  position: relative; }
  .border-column:after {
    content: "";
    width: 1px;
    height: calc(100% - 70px);
    position: absolute;
    right: 0;
    top: 70px;
    background: #577ae5;
    display: none; }
  .border-column:nth-child(2):after {
    display: none; }

@media all and (min-width: 1025px) {
  .border-column:nth-child(2):after {
    display: block; } }

@media all and (min-width: 768px) {
  .simple-columns-layout {
    padding: 30px 0 50px; }
    .simple-columns-layout.simple-columns-reseaux_retail {
      padding-top: 50px; }

  .border-column:after {
    display: block; }

  .simple-columns-item {
    padding: 40px 40px 0; } }

.full-bg-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 570px;
  background-position: center;
  background-size: cover;
  position: relative; }
  .full-bg-layout > div {
    position: relative; }
  .full-bg-layout h2, .full-bg-layout .page-block-layout h3, .full-bg-layout .page-block-layout .brick-index, .page-block-layout .full-bg-layout h3, .full-bg-layout .contact-pro h3, .full-bg-layout .contact-pro .brick-index, .contact-pro .full-bg-layout h3 {
    font-weight: 500; }
  .full-bg-layout h2 i, .full-bg-layout .page-block-layout h3 i, .full-bg-layout .page-block-layout .brick-index i, .page-block-layout .full-bg-layout h3 i, .full-bg-layout .contact-pro h3 i, .full-bg-layout .contact-pro .brick-index i, .contact-pro .full-bg-layout h3 i, .full-bg-layout h2 em, .full-bg-layout .page-block-layout h3 em, .full-bg-layout .page-block-layout .brick-index em, .page-block-layout .full-bg-layout h3 em, .full-bg-layout .contact-pro h3 em, .full-bg-layout .contact-pro .brick-index em, .contact-pro .full-bg-layout h3 em {
    color: #00df8a;
    font-style: normal; }
  .full-bg-layout p:last-of-type {
    margin-bottom: 3em; }
  .full-bg-layout.full-bg-button {
    display: block; }

.full-bg-v1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 247, .4); }

.full-bg-v2 {
  height: calc(100vh - 108px); }

.full-bg-button {
  padding: 45px 45px 45px 60px; }

.painted-title {
  display: inline-block; }
  .painted-title h2, .painted-title .page-block-layout h3, .painted-title .page-block-layout .brick-index, .page-block-layout .painted-title h3, .painted-title .contact-pro h3, .painted-title .contact-pro .brick-index, .contact-pro .painted-title h3 {
    margin: 0;
    font-size: 3rem;
    background: #00df8a;
    color: #577ae5;
    padding: 10px; }

.rounded-overlay {
  background: rgba(242, 242, 247, .6);
  padding: 30px 90px;
  border-radius: 200px;
  font-size: 1.6rem;
  color: #577ae5; }

.slideshow-item-in {
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: center; }

@media all and (max-width: 767px) {
  .full-bg-v2 {
    height: 100vh; }
    .full-bg-v2 .v-slideshow-prev, .full-bg-v2 .v-slideshow-next {
      bottom: 15px; }

  .full-bg-button {
    padding: 45px; }

  .rounded-overlay {
    padding: 40px;
    border-radius: 80px; }

  .slideshow-item-in {
    min-height: 500px; } }

.list-icons-item h3, .list-icons-item .brick-index {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 14px;
  color: #577ae5; }

.mini-faq-layout {
  padding: 25px 0;
  position: relative; }
  .mini-faq-layout.mini-faq-bar {
    padding-top: 0; }

.abs-what {
  position: absolute;
  opacity: 0.4;
  transform: rotate(10deg);
  font-size: 22rem;
  left: -10px; }

.mini-faq-qr {
  padding: 10px 0; }
  .mini-faq-qr:not(:last-child) {
    border-bottom: 1px solid #f2f2f7; }
  .mini-faq-qr .mini-faq-content {
    padding: 0 18px 18px; }
  .mini-faq-qr input[type=checkbox] {
    display: none; }
  .mini-faq-qr input[type=checkbox]:checked ~ .mini-faq-content {
    height: auto;
    max-height: 500px;
    opacity: 1;
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
    padding: 18px; }
  .mini-faq-qr input[type=checkbox]:checked ~ label::before {
    transform: rotate(-45deg); }
    .mini-faq-qr input[type=checkbox]:checked ~ label::after {
      transform: rotate(45deg); }
  .mini-faq-qr label {
    cursor: pointer;
    display: block;
    position: relative;
    padding: 15px 50px 15px 18px;
    transition: all 0.4s ease-out;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Quicksand', Arial, sans-serif; }

.is-q {
  position: relative; }
  .is-q span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; }
  .is-q svg {
    fill: #f2f2f7;
    width: 20px;
    height: 20px;
    transition: transform 0.2s; }
  .is-q:hover svg {
    fill: #00df8a; }
  .is-q.active svg {
    transform: rotate(90deg);
    transition: transform 0.2s; }

.mini-faq-container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto; }

.mini-faq-title {
  padding-bottom: 23px; }

.mini-faq-content p {
  font-size: 15px;
  margin-bottom: 0.5em; }

.blog-layout {
  background: #fff; }

.grid-list-layout {
  padding: 50px 0 10px; }

.grid-list-picto {
  padding-bottom: 30px; }
  .grid-list-picto img {
    height: 70px; }

.grid-list-item {
  padding-bottom: 30px;
  color: #577ae5;
  font-size: 1.6rem; }
  .grid-list-item h3, .grid-list-item .brick-index {
    text-transform: uppercase;
    font-size: 1.7rem; }

@media all and (min-width: 768px) {
  .grid-list-layout {
    padding: 50px 0; }

  .grid-list-container {
    position: relative; }
    .grid-list-container:before {
      content: "";
      width: 1px;
      height: calc(100% - 80px);
      background: #577ae5;
      left: 50%;
      position: absolute;
      top: 50px; }

  .grid-list-item {
    padding-bottom: 0; }

  .grid-list-item-parent {
    padding: 50px 0 29px; }
    .grid-list-item-parent:not(:last-child) {
      border-bottom: 1px solid #577ae5; }
    .grid-list-item-parent > div:nth-child(n) {
      padding-right: 50px; }
      .grid-list-item-parent > div:nth-child(2n) {
        padding-left: 50px; } }

.gallery-header-blog {
  position: relative;
  height: calc(100vh - 108px);
  background-position: center;
  background-size: cover; }

.gallery-header-abs {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.gallery-header-blog-content {
  background: rgba(87, 122, 229, .7);
  color: #f2f2f7;
  padding: 25px;
  font-size: 1.5rem; }
  .gallery-header-blog-content h1 {
    color: #f2f2f7;
    margin-bottom: 0.5em; }

.gallery-header-blog-title {
  position: relative; }
  .gallery-header-blog-title:after {
    content: '';
    display: block;
    width: 315px;
    height: 2px;
    margin: 30px 0;
    background: #f2f2f7; }
  .gallery-header-blog-title a {
    padding-bottom: 5px;
    font-size: 1.5rem; }
  .gallery-header-blog-title a:hover {
    border-bottom: 1px solid #00df8a; }

@media all and (min-width: 768px) {
  .gallery-header-abs {
    padding: 130px; } }

.simple-text-layout {
  padding: 50px 0; }
  .simple-text-layout.has-bg h2 i, .simple-text-layout.has-bg .page-block-layout h3 i, .simple-text-layout.has-bg .page-block-layout .brick-index i, .page-block-layout .simple-text-layout.has-bg h3 i, .simple-text-layout.has-bg .contact-pro h3 i, .simple-text-layout.has-bg .contact-pro .brick-index i, .contact-pro .simple-text-layout.has-bg h3 i, .simple-text-layout.has-bg h2 em, .simple-text-layout.has-bg .page-block-layout h3 em, .simple-text-layout.has-bg .page-block-layout .brick-index em, .page-block-layout .simple-text-layout.has-bg h3 em, .simple-text-layout.has-bg .contact-pro h3 em, .simple-text-layout.has-bg .contact-pro .brick-index em, .contact-pro .simple-text-layout.has-bg h3 em {
    font-style: normal;
    color: #00df8a; }
  .simple-text-layout.active-bg {
    background: #00df8a; }
  .simple-text-layout h2, .simple-text-layout .page-block-layout h3, .simple-text-layout .page-block-layout .brick-index, .page-block-layout .simple-text-layout h3, .simple-text-layout .contact-pro h3, .simple-text-layout .contact-pro .brick-index, .contact-pro .simple-text-layout h3 {
    margin-bottom: 1em; }
  .simple-text-layout p:last-of-type {
    margin-bottom: 0; }

.simple-text-chromecast h2, .simple-text-chromecast .page-block-layout h3, .simple-text-chromecast .page-block-layout .brick-index, .page-block-layout .simple-text-chromecast h3, .simple-text-chromecast .contact-pro h3, .simple-text-chromecast .contact-pro .brick-index, .contact-pro .simple-text-chromecast h3 {
  color: #00df8a;
  font-size: 2.2rem; }
  .simple-text-chromecast h2::after, .simple-text-chromecast .page-block-layout h3::after, .simple-text-chromecast .page-block-layout .brick-index::after, .page-block-layout .simple-text-chromecast h3::after, .simple-text-chromecast .contact-pro h3::after, .simple-text-chromecast .contact-pro .brick-index::after, .contact-pro .simple-text-chromecast h3::after {
    display: none; }

.bricks-main-title {
  margin-top: 2em; }

.brick-rel {
  position: relative; }

.brick-img {
  display: block;
  min-height: 400px;
  height: 100%;
  width: 100%;
  position: relative; }
  .brick-img picture {
    position: absolute;
    left: 0;
    top: 0; }

.brick-abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.bricks-container > .Grid {
  margin-bottom: 10px; }

.brick-item-content {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .brick-item-content h3, .brick-item-content .brick-index {
    font-weight: 700;
    font-size: 2.2rem;
    color: #577ae5; }
  .brick-item-content > * {
    color: #577ae5;
    line-height: normal; }
  .brick-item-content.brick-item-content-1 h3, .brick-item-content.brick-item-content-1 .brick-index, .brick-item-content.brick-item-content-5 h3, .brick-item-content.brick-item-content-5 .brick-index, .brick-item-content.brick-item-content-6 h3, .brick-item-content.brick-item-content-6 .brick-index, .brick-item-content.brick-item-content-1 .brick-index, .brick-item-content.brick-item-content-5 .brick-index, .brick-item-content.brick-item-content-6 .brick-index {
    color: #f2f2f7; }

.brick-index {
  color: #01083b;
  font-weight: 700;
  font-size: 2.2rem; }

.brick-item-content-1, .brick-item-content-6 {
  background-image: linear-gradient(to right, #577ae5, transparent); }
  .brick-item-content-1 > *, .brick-item-content-6 > * {
    color: #f2f2f7; }

.brick-item-content-2 {
  background-image: linear-gradient(to bottom, #00df8a, #fff); }

.brick-item-content-3 {
  background-color: #f2f2f2; }

.brick-item-content-4 {
  background-image: linear-gradient(to top left, #9ba4b9, #fff); }

.brick-item-content-5 {
  background-color: #0b3f6e; }
  .brick-item-content-5 > * {
    color: #f2f2f7; }

.brick-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px; }

.brick-item-content-6 {
  font-size: 1.6rem; }

@media all and (min-width: 1024px) {
  .bricks-container {
    padding: 0 60px; } }

@media all and (min-width: 768px) {
  .brick-item-content-3 {
    position: absolute;
    bottom: 0;
    left: 10px; }

  .brick-item-4, .brick-item-content-4, .brick-item-5, .brick-item-content-5 {
    height: 100%; }

  .brick-item-content-6 {
    padding: 0 100px; } }

.tav-main-title {
  margin-top: 2em; }

.tav-video video {
  width: 100%; }

.tav-item-content {
  transition: background 0.2s, color 0.2s;
  color: #577ae5;
  display: flex;
  margin-bottom: 20px; }
  .tav-item-content:hover, .tav-item-content.active {
    background: #577ae5;
    color: #fff;
    transition: background 0.2s, color 0.2s; }

.tav-txt {
  padding: 20px 0 0; }

.tav-num {
  font-size: 2rem;
  color: #00df8a;
  border-right: 1px solid #00df8a;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: 20px;
  font-weight: 700;
  display: flex;
  align-items: center; }

.boxes-layout {
  padding: 0 20px 50px; }

.boxes-main-title {
  margin-top: 2em; }

.boxes-item {
  padding: 20px;
  border: 1px solid #00df8a;
  min-height: 285px;
  height: 100%;
  display: block; }
  .boxes-item h3, .boxes-item .brick-index {
    color: #01083b;
    font-weight: 700; }

.boxes-image-layout {
  padding: 50px 0; }

.boxes-image-main-title {
  background: #577ae5;
  padding: 40px 20px; }
  .boxes-image-main-title h2, .boxes-image-main-title .page-block-layout h3, .boxes-image-main-title .page-block-layout .brick-index, .page-block-layout .boxes-image-main-title h3, .boxes-image-main-title .contact-pro h3, .boxes-image-main-title .contact-pro .brick-index, .contact-pro .boxes-image-main-title h3 {
    margin: 0;
    color: #f2f2f7;
    font-size: 2.3rem; }

.boxes-image-container {
  padding-top: 50px; }

.boxes-image-item {
  height: 280px;
  display: block;
  margin: auto;
  position: relative;
  overflow: hidden; }
  .boxes-image-item:hover .boxes-image-bg {
    transform: scale(1.1);
    transition: transform 0.3s ease; }

.boxes-image-bg {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease; }

.boxes-image-content {
  color: #f2f2f7;
  font-weight: 700;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.3rem;
  text-align: center;
  border: 2px solid #577ae5;
  background: rgba(87, 122, 229, .2); }

.blog-h1 {
  text-align: center; }
  .blog-h1 div {
    display: inline-block; }

.post {
  background: #f2f2f7;
  box-shadow: rgba(0, 0, 0, .16) 0 3px 6px;
  transition: box-shadow 0.3s; }
  .post img {
    display: block;
    width: 100%;
    height: auto; }
  .post:hover, .post:focus {
    box-shadow: rgba(0, 0, 0, .1) 0 6px 12px;
    transition: box-shadow 0.3s; }

.post-stripped {
  background: none;
  box-shadow: none; }
  .post-stripped:hover, .post-stripped:focus {
    box-shadow: none; }
  .post-stripped .post-content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }

.post-content {
  padding: 25px 20px; }
  .post-content h2, .post-content .page-block-layout h3, .post-content .page-block-layout .brick-index, .page-block-layout .post-content h3, .post-content .contact-pro h3, .post-content .contact-pro .brick-index, .contact-pro .post-content h3, .post-content h3, .post-content .brick-index {
    margin: 0 0 0.3em;
    font-size: 1.9rem;
    font-weight: bold;
    text-transform: uppercase; }
  .post-content h2 a, .post-content .page-block-layout h3 a, .post-content .page-block-layout .brick-index a, .page-block-layout .post-content h3 a, .post-content .contact-pro h3 a, .post-content .contact-pro .brick-index a, .contact-pro .post-content h3 a, .post-content h3 a, .post-content .brick-index a {
    color: #577ae5; }

.post-date {
  font-weight: bold; }
  .post-date a {
    border-bottom: solid 1px;
    transition: border 0.2s; }
  .post-date a:hover, .post-date a:focus {
    border-bottom-color: transparent;
    transition: border 0.2s; }

.post-resume {
  margin: 0 0 1em; }

.post-btn {
  position: relative;
  display: inline-block;
  color: #577ae5;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase; }
  .post-btn:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    left: 0;
    bottom: -2px;
    background: #577ae5;
    transform-origin: 0 0;
    transform: scaleX(0);
    transition: transform 0.25s; }
  .post-btn:after {
    content: '›'; }
  .post-btn:hover:before, .post-btn:focus:before {
    transform: scaleX(1);
    transition: transform 0.25s; }

.menu-categories {
  margin: 35px 0;
  text-align: center; }
  .menu-categories li {
    display: inline-block;
    margin: 0 16px; }
  .menu-categories a {
    display: inline-block;
    padding: 12px 35px;
    color: #577ae5;
    font-family: 'Quicksand', Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border: #577ae5 solid 1px;
    border-radius: 35px;
    transition: color 0.25s, background 0.25s; }
  .menu-categories a:hover, .menu-categories a:focus {
    color: #f2f2f7;
    background: #577ae5;
    transition: color 0.25s, background 0.25s; }

.blog-paginator {
  margin: 30px 0 0;
  font-weight: bold;
  text-align: center; }
  .blog-paginator li {
    display: inline-block; }
  .blog-paginator a {
    color: #577ae5;
    border-bottom: transparent solid 1px;
    transition: color 0.2s, border 0.2s; }
  .blog-paginator a:hover, .blog-paginator a:focus, .blog-paginator a.active {
    color: #1041da;
    border-bottom-color: #1041da;
    transition: color 0.2s, border 0.2s; }

.post-content {
  max-width: 100%;
  height: auto; }
  .post-content h2, .post-content .page-block-layout h3, .post-content .page-block-layout .brick-index, .page-block-layout .post-content h3, .post-content .contact-pro h3, .post-content .contact-pro .brick-index, .contact-pro .post-content h3 {
    margin: 0 0 1em;
    color: #1041da;
    font-size: 2.2rem;
    text-transform: none; }

.post-img {
  float: left;
  padding: 0 60px 30px 0; }

.menu-share {
  padding: 0 0 10px;
  text-align: center; }
  .menu-share strong {
    display: block;
    margin: 0 0 1em;
    color: #1041da;
    font-size: 2.2rem;
    text-transform: none; }
  .menu-share ul {
    display: flex;
    justify-content: center; }
  .menu-share li {
    margin: 0 0.7em; }
  .menu-share a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    color: #f2f2f7;
    background: #577ae5;
    border-radius: 50%;
    transition: transform 0.2s, box-shadow 0.2s; }
  .menu-share a:hover, .menu-share a:focus {
    transform: scale(1.15);
    box-shadow: rgba(0, 0, 0, .3) 0 0 7px;
    transition: transform 0.2s, box-shadow 0.2s; }
  .menu-share svg {
    display: block;
    width: 17px;
    height: 22px;
    fill: #f2f2f7;
    transition: fill 0.2s, transform 0.2s; }

.Grid {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.Grid--nowrap {
  flex-wrap: nowrap; }

.row-wrap {
  flex-flow: row wrap; }

.Grid-cell {
  flex: 1 0 0%;
  /* Alignment per row */ }

.Grid--top {
  align-items: flex-start; }

.Grid--bottom {
  align-items: flex-end; }

.Grid--middle {
  align-items: center;
  /* Alignment per cell */ }

.Grid-cell--top {
  align-self: flex-start; }

.Grid-cell--bottom {
  align-self: flex-end; }

.Grid-cell--middle {
  align-self: center; }
  .Grid--gutters-0 {
    margin-top: -0px;
    margin-left: -0px; }
  .Grid--gutters-0 > .Grid-cell, .Grid--gutters-0 > .Grid-cell-gutter {
    padding: 0px 0 0 0px; }
  .Grid--left-gutters-0 {
    margin-left: -0px; }
  .Grid--left-gutters-0 > .Grid-cell, .Grid--left-gutters-0 > .Grid-cell-gutter {
    padding-left: 0px; }
  .Grid--top-gutters-0 {
    margin-top: -0px; }
  .Grid--top-gutters-0 > .Grid-cell, .Grid--top-gutters-0 > .Grid-cell-gutter {
    padding-top: 0px; }
  .Grid--gutters-10 {
    margin-top: -10px;
    margin-left: -10px; }
  .Grid--gutters-10 > .Grid-cell, .Grid--gutters-10 > .Grid-cell-gutter {
    padding: 10px 0 0 10px; }
  .Grid--left-gutters-10 {
    margin-left: -10px; }
  .Grid--left-gutters-10 > .Grid-cell, .Grid--left-gutters-10 > .Grid-cell-gutter {
    padding-left: 10px; }
  .Grid--top-gutters-10 {
    margin-top: -10px; }
  .Grid--top-gutters-10 > .Grid-cell, .Grid--top-gutters-10 > .Grid-cell-gutter {
    padding-top: 10px; }
  .Grid--gutters-20 {
    margin-top: -20px;
    margin-left: -20px; }
  .Grid--gutters-20 > .Grid-cell, .Grid--gutters-20 > .Grid-cell-gutter {
    padding: 20px 0 0 20px; }
  .Grid--left-gutters-20 {
    margin-left: -20px; }
  .Grid--left-gutters-20 > .Grid-cell, .Grid--left-gutters-20 > .Grid-cell-gutter {
    padding-left: 20px; }
  .Grid--top-gutters-20 {
    margin-top: -20px; }
  .Grid--top-gutters-20 > .Grid-cell, .Grid--top-gutters-20 > .Grid-cell-gutter {
    padding-top: 20px; }
  .Grid--gutters-25 {
    margin-top: -25px;
    margin-left: -25px; }
  .Grid--gutters-25 > .Grid-cell, .Grid--gutters-25 > .Grid-cell-gutter {
    padding: 25px 0 0 25px; }
  .Grid--left-gutters-25 {
    margin-left: -25px; }
  .Grid--left-gutters-25 > .Grid-cell, .Grid--left-gutters-25 > .Grid-cell-gutter {
    padding-left: 25px; }
  .Grid--top-gutters-25 {
    margin-top: -25px; }
  .Grid--top-gutters-25 > .Grid-cell, .Grid--top-gutters-25 > .Grid-cell-gutter {
    padding-top: 25px; }
  .Grid--gutters-30 {
    margin-top: -30px;
    margin-left: -30px; }
  .Grid--gutters-30 > .Grid-cell, .Grid--gutters-30 > .Grid-cell-gutter {
    padding: 30px 0 0 30px; }
  .Grid--left-gutters-30 {
    margin-left: -30px; }
  .Grid--left-gutters-30 > .Grid-cell, .Grid--left-gutters-30 > .Grid-cell-gutter {
    padding-left: 30px; }
  .Grid--top-gutters-30 {
    margin-top: -30px; }
  .Grid--top-gutters-30 > .Grid-cell, .Grid--top-gutters-30 > .Grid-cell-gutter {
    padding-top: 30px; }
  .Grid--gutters-40 {
    margin-top: -40px;
    margin-left: -40px; }
  .Grid--gutters-40 > .Grid-cell, .Grid--gutters-40 > .Grid-cell-gutter {
    padding: 40px 0 0 40px; }
  .Grid--left-gutters-40 {
    margin-left: -40px; }
  .Grid--left-gutters-40 > .Grid-cell, .Grid--left-gutters-40 > .Grid-cell-gutter {
    padding-left: 40px; }
  .Grid--top-gutters-40 {
    margin-top: -40px; }
  .Grid--top-gutters-40 > .Grid-cell, .Grid--top-gutters-40 > .Grid-cell-gutter {
    padding-top: 40px; }
  .Grid--gutters-50 {
    margin-top: -50px;
    margin-left: -50px; }
  .Grid--gutters-50 > .Grid-cell, .Grid--gutters-50 > .Grid-cell-gutter {
    padding: 50px 0 0 50px; }
  .Grid--left-gutters-50 {
    margin-left: -50px; }
  .Grid--left-gutters-50 > .Grid-cell, .Grid--left-gutters-50 > .Grid-cell-gutter {
    padding-left: 50px; }
  .Grid--top-gutters-50 {
    margin-top: -50px; }
  .Grid--top-gutters-50 > .Grid-cell, .Grid--top-gutters-50 > .Grid-cell-gutter {
    padding-top: 50px; }
  .Grid--gutters-60 {
    margin-top: -60px;
    margin-left: -60px; }
  .Grid--gutters-60 > .Grid-cell, .Grid--gutters-60 > .Grid-cell-gutter {
    padding: 60px 0 0 60px; }
  .Grid--left-gutters-60 {
    margin-left: -60px; }
  .Grid--left-gutters-60 > .Grid-cell, .Grid--left-gutters-60 > .Grid-cell-gutter {
    padding-left: 60px; }
  .Grid--top-gutters-60 {
    margin-top: -60px; }
  .Grid--top-gutters-60 > .Grid-cell, .Grid--top-gutters-60 > .Grid-cell-gutter {
    padding-top: 60px; }
  .Grid--gutters-100 {
    margin-top: -100px;
    margin-left: -100px; }
  .Grid--gutters-100 > .Grid-cell, .Grid--gutters-100 > .Grid-cell-gutter {
    padding: 100px 0 0 100px; }
  .Grid--left-gutters-100 {
    margin-left: -100px; }
  .Grid--left-gutters-100 > .Grid-cell, .Grid--left-gutters-100 > .Grid-cell-gutter {
    padding-left: 100px; }
  .Grid--top-gutters-100 {
    margin-top: -100px; }
  .Grid--top-gutters-100 > .Grid-cell, .Grid--top-gutters-100 > .Grid-cell-gutter {
    padding-top: 100px; }

.Grid--row {
  -webkit-flex-direction: row;
  flex-direction: row; }

.Grid--row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.Grid--column-reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.Grid--column {
  -webkit-flex-direction: column;
  flex-direction: column; }

.Grid--left {
  justify-content: flex-start; }

.Grid--center {
  justify-content: center; }

.Grid--right {
  justify-content: flex-end; }

.Grid-cell--right {
  justify-self: flex-end; }

.Grid--between {
  justify-content: space-between; }

.Grid--auto > .Grid-cell, .Grid-cell--auto {
  flex: 0 0 auto; }

.Grid--fit > .Grid-cell, .Grid-cell--fit {
  flex: 1 0 0%;
  max-width: none; }

.Grid--full > .Grid-cell, .Grid-cell--full {
  flex: 0 0 100%;
  max-width: 100%; }

.Grid--column > .Grid-cell {
  max-width: none; }

.Grid--column.large-Grid--full > .Grid-cell, .Grid--column.small-Grid--full > .Grid-cell, .Grid--column.Grid--full > .Grid-cell, .Grid--column > .large-Grid-cell--full, .Grid--column > .small-Grid-cell--full, .Grid--column > .Grid-cell--full {
  max-height: 100%; }

.Grid--2of3 > .Grid-cell, .Grid-cell--2of3 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%; }

.Grid--3of4 > .Grid-cell, .Grid-cell--3of4 {
  flex: 0 0 75%;
  max-width: 75%; }

.Grid--column--2of3 > .Grid-cell, .Grid-cell-column--2of3 {
  width: 66.6666%; }

.Grid--column.large-Grid--2of3 > .Grid-cell, .Grid--column.small-Grid--2of3 > .Grid-cell, .Grid--column.Grid--2of3 > .Grid-cell, .Grid--column > .large-Grid-cell--2of3, .Grid--column > .small-Grid-cell--2of3, .Grid--column > .Grid-cell--2of3 {
  max-height: 66.6666%; }

.Grid--1of2 > .Grid-cell, .Grid-cell--1of2 {
  flex: 0 0 50%;
  max-width: 50%; }

.Grid--1of8 > .Grid-cell, .Grid-cell--1of8 {
  flex: 0 0 12.5%;
  max-width: 12.5%; }

.Grid--1of3 > .Grid-cell.Grid-70 {
  flex: 0 0 70%;
  max-width: 70%; }

.Grid--1of3 > .Grid-cell.Grid-60 {
  flex: 0 0 60%;
  max-width: 60%; }

.Grid--1of3 > .Grid-cell.Grid-40 {
  flex: 0 0 40%;
  max-width: 40%; }

.Grid--1of3 > .Grid-cell.Grid-20 {
  flex: 0 0 20%;
  max-width: 20%; }

.Grid--1of3 > .Grid-cell.Grid-10 {
  flex: 0 0 10%;
  max-width: 10%; }

..large-Grid--1of2 > .Grid-cell.Grid-40, ..large-Grid--1of2 > .Grid-cell.Grid-60 {
  flex: 0 0 50%;
  max-width: 50%; }

.Grid--column--1of2 > .Grid-cell, .Grid-cell-column--1of2 {
  width: 50%; }

.Grid--column.large-Grid--1of2 > .Grid-cell, .Grid--column.small-Grid--1of2 > .Grid-cell, .Grid--column.Grid--1of2 > .Grid-cell, .Grid--column > .large-Grid-cell--1of2, .Grid--column > .small-Grid-cell--1of2, .Grid--column > .Grid-cell--1of2 {
  max-height: 50%; }

.Grid--4of5 > .Grid-cell, .Grid-cell--4of5 {
  flex: 0 0 80%;
  max-width: 80%; }

.Grid--3of5 > .Grid-cell, .Grid-cell--3of5 {
  flex: 0 0 60%;
  max-width: 60%; }

.Grid--2of5 > .Grid-cell, .Grid-cell--2of5 {
  flex: 0 0 40%;
  max-width: 40%; }

.Grid--column--2of5 > .Grid-cell, .Grid-cell-column--2of5 {
  width: 40%; }

.Grid--column.large-Grid--2of5 > .Grid-cell, .Grid--column.small-Grid--2of5 > .Grid-cell, .Grid--column.Grid--2of5 > .Grid-cell, .Grid--column > .large-Grid-cell--2of5, .Grid--column > .small-Grid-cell--2of5, .Grid--column > .Grid-cell--2of5 {
  max-height: 40%; }

.Grid--1of3 > .Grid-cell, .Grid-cell--1of3 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%; }

.Grid--column--1of3 > .Grid-cell, .Grid-cell-column--1of3 {
  width: 33.3333%; }

.Grid--column.large-Grid--1of3 > .Grid-cell, .Grid--column.small-Grid--1of3 > .Grid-cell, .Grid--column.Grid--1of3 > .Grid-cell, .Grid--column > .large-Grid-cell--1of3, .Grid--column > .small-Grid-cell--1of3, .Grid--column > .Grid-cell--1of3 {
  max-height: 33.3333%; }

.Grid--3of10 > .Grid-cell, .Grid-cell--3of10 {
  flex: 0 0 30%;
  max-width: 30%; }

.Grid--column--3of10 > .Grid-cell, .Grid-cell-column--3of10 {
  width: 30%; }

.Grid--column.large-Grid--3of10 > .Grid-cell, .Grid--column.small-Grid--3of10 > .Grid-cell, .Grid--column.Grid--3of10 > .Grid-cell, .Grid--column > .large-Grid-cell--3of10, .Grid--column > .small-Grid-cell--3of10, .Grid--column > .Grid-cell--3of10 {
  max-height: 30%; }

.Grid--1of4 > .Grid-cell, .Grid-cell--1of4 {
  flex: 0 0 25%;
  max-width: 25%; }

.Grid--column--1of4 > .Grid-cell, .Grid-cell-column--1of4 {
  width: 25%; }

.Grid--column.large-Grid--1of4 > .Grid-cell, .Grid--column.small-Grid--1of4 > .Grid-cell, .Grid--column.Grid--1of4 > .Grid-cell, .Grid--column > .large-Grid-cell--1of4, .Grid--column > .small-Grid-cell--1of4, .Grid--column > .Grid-cell--1of4 {
  max-height: 25%; }

.Grid--1of5 > .Grid-cell, .Grid-cell--1of5 {
  flex: 0 0 20%;
  max-width: 20%; }

.Grid--column--1of5 > .Grid-cell, .Grid-cell-column--1of5 {
  width: 20%; }

.Grid--column.large-Grid--1of5 > .Grid-cell, .Grid--column.small-Grid--1of5 > .Grid-cell, .Grid--column.Grid--1of5 > .Grid-cell, .Grid--column > .large-Grid-cell--1of5, .Grid--column > .small-Grid-cell--1of5, .Grid--column > .Grid-cell--1of5 {
  max-height: 20%; }

@media (max-width: 1023px) {
  .m-Grid--gutters-0 {
    margin-top: -0px;
    margin-left: -0px; }
    .m-Grid--gutters-0 > .Grid-cell, .m-Grid--gutters-0 > .Grid-cell-gutter {
      padding: 0px 0 0 0px; }
    .m-Grid--left-gutters-0 {
      margin-left: -0px; }
    .m-Grid--left-gutters-0 > .Grid-cell, .m-Grid--left-gutters-0 > .Grid-cell-gutter {
      padding-left: 0px; }
    .m-Grid--top-gutters-0 {
      margin-top: -0px; }
    .m-Grid--top-gutters-0 > .Grid-cell, .m-Grid--top-gutters-0 > .Grid-cell-gutter {
      padding-top: 0px; }
    .m-Grid--gutters-10 {
      margin-top: -10px;
      margin-left: -10px; }
    .m-Grid--gutters-10 > .Grid-cell, .m-Grid--gutters-10 > .Grid-cell-gutter {
      padding: 10px 0 0 10px; }
    .m-Grid--left-gutters-10 {
      margin-left: -10px; }
    .m-Grid--left-gutters-10 > .Grid-cell, .m-Grid--left-gutters-10 > .Grid-cell-gutter {
      padding-left: 10px; }
    .m-Grid--top-gutters-10 {
      margin-top: -10px; }
    .m-Grid--top-gutters-10 > .Grid-cell, .m-Grid--top-gutters-10 > .Grid-cell-gutter {
      padding-top: 10px; }
    .m-Grid--gutters-20 {
      margin-top: -20px;
      margin-left: -20px; }
    .m-Grid--gutters-20 > .Grid-cell, .m-Grid--gutters-20 > .Grid-cell-gutter {
      padding: 20px 0 0 20px; }
    .m-Grid--left-gutters-20 {
      margin-left: -20px; }
    .m-Grid--left-gutters-20 > .Grid-cell, .m-Grid--left-gutters-20 > .Grid-cell-gutter {
      padding-left: 20px; }
    .m-Grid--top-gutters-20 {
      margin-top: -20px; }
    .m-Grid--top-gutters-20 > .Grid-cell, .m-Grid--top-gutters-20 > .Grid-cell-gutter {
      padding-top: 20px; }
    .m-Grid--gutters-25 {
      margin-top: -25px;
      margin-left: -25px; }
    .m-Grid--gutters-25 > .Grid-cell, .m-Grid--gutters-25 > .Grid-cell-gutter {
      padding: 25px 0 0 25px; }
    .m-Grid--left-gutters-25 {
      margin-left: -25px; }
    .m-Grid--left-gutters-25 > .Grid-cell, .m-Grid--left-gutters-25 > .Grid-cell-gutter {
      padding-left: 25px; }
    .m-Grid--top-gutters-25 {
      margin-top: -25px; }
    .m-Grid--top-gutters-25 > .Grid-cell, .m-Grid--top-gutters-25 > .Grid-cell-gutter {
      padding-top: 25px; }
    .m-Grid--gutters-30 {
      margin-top: -30px;
      margin-left: -30px; }
    .m-Grid--gutters-30 > .Grid-cell, .m-Grid--gutters-30 > .Grid-cell-gutter {
      padding: 30px 0 0 30px; }
    .m-Grid--left-gutters-30 {
      margin-left: -30px; }
    .m-Grid--left-gutters-30 > .Grid-cell, .m-Grid--left-gutters-30 > .Grid-cell-gutter {
      padding-left: 30px; }
    .m-Grid--top-gutters-30 {
      margin-top: -30px; }
    .m-Grid--top-gutters-30 > .Grid-cell, .m-Grid--top-gutters-30 > .Grid-cell-gutter {
      padding-top: 30px; }
    .m-Grid--gutters-40 {
      margin-top: -40px;
      margin-left: -40px; }
    .m-Grid--gutters-40 > .Grid-cell, .m-Grid--gutters-40 > .Grid-cell-gutter {
      padding: 40px 0 0 40px; }
    .m-Grid--left-gutters-40 {
      margin-left: -40px; }
    .m-Grid--left-gutters-40 > .Grid-cell, .m-Grid--left-gutters-40 > .Grid-cell-gutter {
      padding-left: 40px; }
    .m-Grid--top-gutters-40 {
      margin-top: -40px; }
    .m-Grid--top-gutters-40 > .Grid-cell, .m-Grid--top-gutters-40 > .Grid-cell-gutter {
      padding-top: 40px; }
    .m-Grid--gutters-50 {
      margin-top: -50px;
      margin-left: -50px; }
    .m-Grid--gutters-50 > .Grid-cell, .m-Grid--gutters-50 > .Grid-cell-gutter {
      padding: 50px 0 0 50px; }
    .m-Grid--left-gutters-50 {
      margin-left: -50px; }
    .m-Grid--left-gutters-50 > .Grid-cell, .m-Grid--left-gutters-50 > .Grid-cell-gutter {
      padding-left: 50px; }
    .m-Grid--top-gutters-50 {
      margin-top: -50px; }
    .m-Grid--top-gutters-50 > .Grid-cell, .m-Grid--top-gutters-50 > .Grid-cell-gutter {
      padding-top: 50px; }
    .m-Grid--gutters-60 {
      margin-top: -60px;
      margin-left: -60px; }
    .m-Grid--gutters-60 > .Grid-cell, .m-Grid--gutters-60 > .Grid-cell-gutter {
      padding: 60px 0 0 60px; }
    .m-Grid--left-gutters-60 {
      margin-left: -60px; }
    .m-Grid--left-gutters-60 > .Grid-cell, .m-Grid--left-gutters-60 > .Grid-cell-gutter {
      padding-left: 60px; }
    .m-Grid--top-gutters-60 {
      margin-top: -60px; }
    .m-Grid--top-gutters-60 > .Grid-cell, .m-Grid--top-gutters-60 > .Grid-cell-gutter {
      padding-top: 60px; }
    .m-Grid--gutters-100 {
      margin-top: -100px;
      margin-left: -100px; }
    .m-Grid--gutters-100 > .Grid-cell, .m-Grid--gutters-100 > .Grid-cell-gutter {
      padding: 100px 0 0 100px; }
    .m-Grid--left-gutters-100 {
      margin-left: -100px; }
    .m-Grid--left-gutters-100 > .Grid-cell, .m-Grid--left-gutters-100 > .Grid-cell-gutter {
      padding-left: 100px; }
    .m-Grid--top-gutters-100 {
      margin-top: -100px; }
    .m-Grid--top-gutters-100 > .Grid-cell, .m-Grid--top-gutters-100 > .Grid-cell-gutter {
      padding-top: 100px; }
    .m-Grid--row {
      -webkit-flex-direction: row;
      flex-direction: row; }
    .m-Grid--row-reverse {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .m-Grid--column-reverse {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .m-Grid--column {
      -webkit-flex-direction: column;
      flex-direction: column; }
    .m-Grid--left {
      justify-content: flex-start; }
    .m-Grid--center {
      justify-content: center; }
    .m-Grid--right {
      justify-content: flex-end; }
    .m-Grid-cell--right {
      justify-self: flex-end; }
    .m-Grid--between {
      justify-content: space-between; }
    .m-Grid--auto > .Grid-cell, .m-Grid-cell--auto {
      flex: 0 0 auto; }
    .m-Grid--fit > .Grid-cell, .m-Grid-cell--fit {
      flex: 1 0 0%;
      max-width: none; }
    .m-Grid--full > .Grid-cell, .m-Grid-cell--full {
      flex: 0 0 100%;
      max-width: 100%; }
    .m-Grid--column > .Grid-cell {
      max-width: none; }
    .m-Grid--column.large-Grid--full > .Grid-cell, .m-Grid--column.small-Grid--full > .Grid-cell, .m-Grid--column.Grid--full > .Grid-cell, .m-Grid--column > .large-Grid-cell--full, .m-Grid--column > .small-Grid-cell--full, .m-Grid--column > .Grid-cell--full {
      max-height: 100%; }
    .m-Grid--2of3 > .Grid-cell, .m-Grid-cell--2of3 {
      flex: 0 0 66.6666%;
      max-width: 66.6666%; }
    .m-Grid--3of4 > .Grid-cell, .m-Grid-cell--3of4 {
      flex: 0 0 75%;
      max-width: 75%; }
    .m-Grid--column--2of3 > .Grid-cell, .m-Grid-cell-column--2of3 {
      width: 66.6666%; }
    .m-Grid--column.large-Grid--2of3 > .Grid-cell, .m-Grid--column.small-Grid--2of3 > .Grid-cell, .m-Grid--column.Grid--2of3 > .Grid-cell, .m-Grid--column > .large-Grid-cell--2of3, .m-Grid--column > .small-Grid-cell--2of3, .m-Grid--column > .Grid-cell--2of3 {
      max-height: 66.6666%; }
    .m-Grid--1of2 > .Grid-cell, .m-Grid-cell--1of2 {
      flex: 0 0 50%;
      max-width: 50%; }
    .m-Grid--1of8 > .Grid-cell, .m-Grid-cell--1of8 {
      flex: 0 0 12.5%;
      max-width: 12.5%; }
    .m-Grid--1of3 > .Grid-cell.Grid-70 {
      flex: 0 0 70%;
      max-width: 70%; }
    .m-Grid--1of3 > .Grid-cell.Grid-60 {
      flex: 0 0 60%;
      max-width: 60%; }
    .m-Grid--1of3 > .Grid-cell.Grid-40 {
      flex: 0 0 40%;
      max-width: 40%; }
    .m-Grid--1of3 > .Grid-cell.Grid-20 {
      flex: 0 0 20%;
      max-width: 20%; }
    .m-Grid--1of3 > .Grid-cell.Grid-10 {
      flex: 0 0 10%;
      max-width: 10%; }
    .m-.large-Grid--1of2 > .Grid-cell.Grid-40, .m-.large-Grid--1of2 > .Grid-cell.Grid-60 {
      flex: 0 0 50%;
      max-width: 50%; }
    .m-Grid--column--1of2 > .Grid-cell, .m-Grid-cell-column--1of2 {
      width: 50%; }
    .m-Grid--column.large-Grid--1of2 > .Grid-cell, .m-Grid--column.small-Grid--1of2 > .Grid-cell, .m-Grid--column.Grid--1of2 > .Grid-cell, .m-Grid--column > .large-Grid-cell--1of2, .m-Grid--column > .small-Grid-cell--1of2, .m-Grid--column > .Grid-cell--1of2 {
      max-height: 50%; }
    .m-Grid--4of5 > .Grid-cell, .m-Grid-cell--4of5 {
      flex: 0 0 80%;
      max-width: 80%; }
    .m-Grid--3of5 > .Grid-cell, .m-Grid-cell--3of5 {
      flex: 0 0 60%;
      max-width: 60%; }
    .m-Grid--2of5 > .Grid-cell, .m-Grid-cell--2of5 {
      flex: 0 0 40%;
      max-width: 40%; }
    .m-Grid--column--2of5 > .Grid-cell, .m-Grid-cell-column--2of5 {
      width: 40%; }
    .m-Grid--column.large-Grid--2of5 > .Grid-cell, .m-Grid--column.small-Grid--2of5 > .Grid-cell, .m-Grid--column.Grid--2of5 > .Grid-cell, .m-Grid--column > .large-Grid-cell--2of5, .m-Grid--column > .small-Grid-cell--2of5, .m-Grid--column > .Grid-cell--2of5 {
      max-height: 40%; }
    .m-Grid--1of3 > .Grid-cell, .m-Grid-cell--1of3 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .m-Grid--column--1of3 > .Grid-cell, .m-Grid-cell-column--1of3 {
      width: 33.3333%; }
    .m-Grid--column.large-Grid--1of3 > .Grid-cell, .m-Grid--column.small-Grid--1of3 > .Grid-cell, .m-Grid--column.Grid--1of3 > .Grid-cell, .m-Grid--column > .large-Grid-cell--1of3, .m-Grid--column > .small-Grid-cell--1of3, .m-Grid--column > .Grid-cell--1of3 {
      max-height: 33.3333%; }
    .m-Grid--3of10 > .Grid-cell, .m-Grid-cell--3of10 {
      flex: 0 0 30%;
      max-width: 30%; }
    .m-Grid--column--3of10 > .Grid-cell, .m-Grid-cell-column--3of10 {
      width: 30%; }
    .m-Grid--column.large-Grid--3of10 > .Grid-cell, .m-Grid--column.small-Grid--3of10 > .Grid-cell, .m-Grid--column.Grid--3of10 > .Grid-cell, .m-Grid--column > .large-Grid-cell--3of10, .m-Grid--column > .small-Grid-cell--3of10, .m-Grid--column > .Grid-cell--3of10 {
      max-height: 30%; }
    .m-Grid--1of4 > .Grid-cell, .m-Grid-cell--1of4 {
      flex: 0 0 25%;
      max-width: 25%; }
    .m-Grid--column--1of4 > .Grid-cell, .m-Grid-cell-column--1of4 {
      width: 25%; }
    .m-Grid--column.large-Grid--1of4 > .Grid-cell, .m-Grid--column.small-Grid--1of4 > .Grid-cell, .m-Grid--column.Grid--1of4 > .Grid-cell, .m-Grid--column > .large-Grid-cell--1of4, .m-Grid--column > .small-Grid-cell--1of4, .m-Grid--column > .Grid-cell--1of4 {
      max-height: 25%; }
    .m-Grid--1of5 > .Grid-cell, .m-Grid-cell--1of5 {
      flex: 0 0 20%;
      max-width: 20%; }
    .m-Grid--column--1of5 > .Grid-cell, .m-Grid-cell-column--1of5 {
      width: 20%; }
    .m-Grid--column.large-Grid--1of5 > .Grid-cell, .m-Grid--column.small-Grid--1of5 > .Grid-cell, .m-Grid--column.Grid--1of5 > .Grid-cell, .m-Grid--column > .large-Grid-cell--1of5, .m-Grid--column > .small-Grid-cell--1of5, .m-Grid--column > .Grid-cell--1of5 {
      max-height: 20%; } }

@media (min-width: 768px) {
  .small-Grid--gutters-0 {
    margin-top: -0px;
    margin-left: -0px; }
    .small-Grid--gutters-0 > .Grid-cell, .small-Grid--gutters-0 > .Grid-cell-gutter {
      padding: 0px 0 0 0px; }
    .small-Grid--left-gutters-0 {
      margin-left: -0px; }
    .small-Grid--left-gutters-0 > .Grid-cell, .small-Grid--left-gutters-0 > .Grid-cell-gutter {
      padding-left: 0px; }
    .small-Grid--top-gutters-0 {
      margin-top: -0px; }
    .small-Grid--top-gutters-0 > .Grid-cell, .small-Grid--top-gutters-0 > .Grid-cell-gutter {
      padding-top: 0px; }
    .small-Grid--gutters-10 {
      margin-top: -10px;
      margin-left: -10px; }
    .small-Grid--gutters-10 > .Grid-cell, .small-Grid--gutters-10 > .Grid-cell-gutter {
      padding: 10px 0 0 10px; }
    .small-Grid--left-gutters-10 {
      margin-left: -10px; }
    .small-Grid--left-gutters-10 > .Grid-cell, .small-Grid--left-gutters-10 > .Grid-cell-gutter {
      padding-left: 10px; }
    .small-Grid--top-gutters-10 {
      margin-top: -10px; }
    .small-Grid--top-gutters-10 > .Grid-cell, .small-Grid--top-gutters-10 > .Grid-cell-gutter {
      padding-top: 10px; }
    .small-Grid--gutters-20 {
      margin-top: -20px;
      margin-left: -20px; }
    .small-Grid--gutters-20 > .Grid-cell, .small-Grid--gutters-20 > .Grid-cell-gutter {
      padding: 20px 0 0 20px; }
    .small-Grid--left-gutters-20 {
      margin-left: -20px; }
    .small-Grid--left-gutters-20 > .Grid-cell, .small-Grid--left-gutters-20 > .Grid-cell-gutter {
      padding-left: 20px; }
    .small-Grid--top-gutters-20 {
      margin-top: -20px; }
    .small-Grid--top-gutters-20 > .Grid-cell, .small-Grid--top-gutters-20 > .Grid-cell-gutter {
      padding-top: 20px; }
    .small-Grid--gutters-25 {
      margin-top: -25px;
      margin-left: -25px; }
    .small-Grid--gutters-25 > .Grid-cell, .small-Grid--gutters-25 > .Grid-cell-gutter {
      padding: 25px 0 0 25px; }
    .small-Grid--left-gutters-25 {
      margin-left: -25px; }
    .small-Grid--left-gutters-25 > .Grid-cell, .small-Grid--left-gutters-25 > .Grid-cell-gutter {
      padding-left: 25px; }
    .small-Grid--top-gutters-25 {
      margin-top: -25px; }
    .small-Grid--top-gutters-25 > .Grid-cell, .small-Grid--top-gutters-25 > .Grid-cell-gutter {
      padding-top: 25px; }
    .small-Grid--gutters-30 {
      margin-top: -30px;
      margin-left: -30px; }
    .small-Grid--gutters-30 > .Grid-cell, .small-Grid--gutters-30 > .Grid-cell-gutter {
      padding: 30px 0 0 30px; }
    .small-Grid--left-gutters-30 {
      margin-left: -30px; }
    .small-Grid--left-gutters-30 > .Grid-cell, .small-Grid--left-gutters-30 > .Grid-cell-gutter {
      padding-left: 30px; }
    .small-Grid--top-gutters-30 {
      margin-top: -30px; }
    .small-Grid--top-gutters-30 > .Grid-cell, .small-Grid--top-gutters-30 > .Grid-cell-gutter {
      padding-top: 30px; }
    .small-Grid--gutters-40 {
      margin-top: -40px;
      margin-left: -40px; }
    .small-Grid--gutters-40 > .Grid-cell, .small-Grid--gutters-40 > .Grid-cell-gutter {
      padding: 40px 0 0 40px; }
    .small-Grid--left-gutters-40 {
      margin-left: -40px; }
    .small-Grid--left-gutters-40 > .Grid-cell, .small-Grid--left-gutters-40 > .Grid-cell-gutter {
      padding-left: 40px; }
    .small-Grid--top-gutters-40 {
      margin-top: -40px; }
    .small-Grid--top-gutters-40 > .Grid-cell, .small-Grid--top-gutters-40 > .Grid-cell-gutter {
      padding-top: 40px; }
    .small-Grid--gutters-50 {
      margin-top: -50px;
      margin-left: -50px; }
    .small-Grid--gutters-50 > .Grid-cell, .small-Grid--gutters-50 > .Grid-cell-gutter {
      padding: 50px 0 0 50px; }
    .small-Grid--left-gutters-50 {
      margin-left: -50px; }
    .small-Grid--left-gutters-50 > .Grid-cell, .small-Grid--left-gutters-50 > .Grid-cell-gutter {
      padding-left: 50px; }
    .small-Grid--top-gutters-50 {
      margin-top: -50px; }
    .small-Grid--top-gutters-50 > .Grid-cell, .small-Grid--top-gutters-50 > .Grid-cell-gutter {
      padding-top: 50px; }
    .small-Grid--gutters-60 {
      margin-top: -60px;
      margin-left: -60px; }
    .small-Grid--gutters-60 > .Grid-cell, .small-Grid--gutters-60 > .Grid-cell-gutter {
      padding: 60px 0 0 60px; }
    .small-Grid--left-gutters-60 {
      margin-left: -60px; }
    .small-Grid--left-gutters-60 > .Grid-cell, .small-Grid--left-gutters-60 > .Grid-cell-gutter {
      padding-left: 60px; }
    .small-Grid--top-gutters-60 {
      margin-top: -60px; }
    .small-Grid--top-gutters-60 > .Grid-cell, .small-Grid--top-gutters-60 > .Grid-cell-gutter {
      padding-top: 60px; }
    .small-Grid--gutters-100 {
      margin-top: -100px;
      margin-left: -100px; }
    .small-Grid--gutters-100 > .Grid-cell, .small-Grid--gutters-100 > .Grid-cell-gutter {
      padding: 100px 0 0 100px; }
    .small-Grid--left-gutters-100 {
      margin-left: -100px; }
    .small-Grid--left-gutters-100 > .Grid-cell, .small-Grid--left-gutters-100 > .Grid-cell-gutter {
      padding-left: 100px; }
    .small-Grid--top-gutters-100 {
      margin-top: -100px; }
    .small-Grid--top-gutters-100 > .Grid-cell, .small-Grid--top-gutters-100 > .Grid-cell-gutter {
      padding-top: 100px; }
    .small-Grid--row {
      -webkit-flex-direction: row;
      flex-direction: row; }
    .small-Grid--row-reverse {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .small-Grid--column-reverse {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .small-Grid--column {
      -webkit-flex-direction: column;
      flex-direction: column; }
    .small-Grid--left {
      justify-content: flex-start; }
    .small-Grid--center {
      justify-content: center; }
    .small-Grid--right {
      justify-content: flex-end; }
    .small-Grid-cell--right {
      justify-self: flex-end; }
    .small-Grid--between {
      justify-content: space-between; }
    .small-Grid--auto > .Grid-cell, .small-Grid-cell--auto {
      flex: 0 0 auto; }
    .small-Grid--fit > .Grid-cell, .small-Grid-cell--fit {
      flex: 1 0 0%;
      max-width: none; }
    .small-Grid--full > .Grid-cell, .small-Grid-cell--full {
      flex: 0 0 100%;
      max-width: 100%; }
    .small-Grid--column > .Grid-cell {
      max-width: none; }
    .small-Grid--column.large-Grid--full > .Grid-cell, .small-Grid--column.small-Grid--full > .Grid-cell, .small-Grid--column.Grid--full > .Grid-cell, .small-Grid--column > .large-Grid-cell--full, .small-Grid--column > .small-Grid-cell--full, .small-Grid--column > .Grid-cell--full {
      max-height: 100%; }
    .small-Grid--2of3 > .Grid-cell, .small-Grid-cell--2of3 {
      flex: 0 0 66.6666%;
      max-width: 66.6666%; }
    .small-Grid--3of4 > .Grid-cell, .small-Grid-cell--3of4 {
      flex: 0 0 75%;
      max-width: 75%; }
    .small-Grid--column--2of3 > .Grid-cell, .small-Grid-cell-column--2of3 {
      width: 66.6666%; }
    .small-Grid--column.large-Grid--2of3 > .Grid-cell, .small-Grid--column.small-Grid--2of3 > .Grid-cell, .small-Grid--column.Grid--2of3 > .Grid-cell, .small-Grid--column > .large-Grid-cell--2of3, .small-Grid--column > .small-Grid-cell--2of3, .small-Grid--column > .Grid-cell--2of3 {
      max-height: 66.6666%; }
    .small-Grid--1of2 > .Grid-cell, .small-Grid-cell--1of2 {
      flex: 0 0 50%;
      max-width: 50%; }
    .small-Grid--1of8 > .Grid-cell, .small-Grid-cell--1of8 {
      flex: 0 0 12.5%;
      max-width: 12.5%; }
    .small-Grid--1of3 > .Grid-cell.Grid-70 {
      flex: 0 0 70%;
      max-width: 70%; }
    .small-Grid--1of3 > .Grid-cell.Grid-60 {
      flex: 0 0 60%;
      max-width: 60%; }
    .small-Grid--1of3 > .Grid-cell.Grid-40 {
      flex: 0 0 40%;
      max-width: 40%; }
    .small-Grid--1of3 > .Grid-cell.Grid-20 {
      flex: 0 0 20%;
      max-width: 20%; }
    .small-Grid--1of3 > .Grid-cell.Grid-10 {
      flex: 0 0 10%;
      max-width: 10%; }
    .small-.large-Grid--1of2 > .Grid-cell.Grid-40, .small-.large-Grid--1of2 > .Grid-cell.Grid-60 {
      flex: 0 0 50%;
      max-width: 50%; }
    .small-Grid--column--1of2 > .Grid-cell, .small-Grid-cell-column--1of2 {
      width: 50%; }
    .small-Grid--column.large-Grid--1of2 > .Grid-cell, .small-Grid--column.small-Grid--1of2 > .Grid-cell, .small-Grid--column.Grid--1of2 > .Grid-cell, .small-Grid--column > .large-Grid-cell--1of2, .small-Grid--column > .small-Grid-cell--1of2, .small-Grid--column > .Grid-cell--1of2 {
      max-height: 50%; }
    .small-Grid--4of5 > .Grid-cell, .small-Grid-cell--4of5 {
      flex: 0 0 80%;
      max-width: 80%; }
    .small-Grid--3of5 > .Grid-cell, .small-Grid-cell--3of5 {
      flex: 0 0 60%;
      max-width: 60%; }
    .small-Grid--2of5 > .Grid-cell, .small-Grid-cell--2of5 {
      flex: 0 0 40%;
      max-width: 40%; }
    .small-Grid--column--2of5 > .Grid-cell, .small-Grid-cell-column--2of5 {
      width: 40%; }
    .small-Grid--column.large-Grid--2of5 > .Grid-cell, .small-Grid--column.small-Grid--2of5 > .Grid-cell, .small-Grid--column.Grid--2of5 > .Grid-cell, .small-Grid--column > .large-Grid-cell--2of5, .small-Grid--column > .small-Grid-cell--2of5, .small-Grid--column > .Grid-cell--2of5 {
      max-height: 40%; }
    .small-Grid--1of3 > .Grid-cell, .small-Grid-cell--1of3 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .small-Grid--column--1of3 > .Grid-cell, .small-Grid-cell-column--1of3 {
      width: 33.3333%; }
    .small-Grid--column.large-Grid--1of3 > .Grid-cell, .small-Grid--column.small-Grid--1of3 > .Grid-cell, .small-Grid--column.Grid--1of3 > .Grid-cell, .small-Grid--column > .large-Grid-cell--1of3, .small-Grid--column > .small-Grid-cell--1of3, .small-Grid--column > .Grid-cell--1of3 {
      max-height: 33.3333%; }
    .small-Grid--3of10 > .Grid-cell, .small-Grid-cell--3of10 {
      flex: 0 0 30%;
      max-width: 30%; }
    .small-Grid--column--3of10 > .Grid-cell, .small-Grid-cell-column--3of10 {
      width: 30%; }
    .small-Grid--column.large-Grid--3of10 > .Grid-cell, .small-Grid--column.small-Grid--3of10 > .Grid-cell, .small-Grid--column.Grid--3of10 > .Grid-cell, .small-Grid--column > .large-Grid-cell--3of10, .small-Grid--column > .small-Grid-cell--3of10, .small-Grid--column > .Grid-cell--3of10 {
      max-height: 30%; }
    .small-Grid--1of4 > .Grid-cell, .small-Grid-cell--1of4 {
      flex: 0 0 25%;
      max-width: 25%; }
    .small-Grid--column--1of4 > .Grid-cell, .small-Grid-cell-column--1of4 {
      width: 25%; }
    .small-Grid--column.large-Grid--1of4 > .Grid-cell, .small-Grid--column.small-Grid--1of4 > .Grid-cell, .small-Grid--column.Grid--1of4 > .Grid-cell, .small-Grid--column > .large-Grid-cell--1of4, .small-Grid--column > .small-Grid-cell--1of4, .small-Grid--column > .Grid-cell--1of4 {
      max-height: 25%; }
    .small-Grid--1of5 > .Grid-cell, .small-Grid-cell--1of5 {
      flex: 0 0 20%;
      max-width: 20%; }
    .small-Grid--column--1of5 > .Grid-cell, .small-Grid-cell-column--1of5 {
      width: 20%; }
    .small-Grid--column.large-Grid--1of5 > .Grid-cell, .small-Grid--column.small-Grid--1of5 > .Grid-cell, .small-Grid--column.Grid--1of5 > .Grid-cell, .small-Grid--column > .large-Grid-cell--1of5, .small-Grid--column > .small-Grid-cell--1of5, .small-Grid--column > .Grid-cell--1of5 {
      max-height: 20%; } }

@media (min-width: 1025px) {
  .large-Grid--gutters-0 {
    margin-top: -0px;
    margin-left: -0px; }
    .large-Grid--gutters-0 > .Grid-cell, .large-Grid--gutters-0 > .Grid-cell-gutter {
      padding: 0px 0 0 0px; }
    .large-Grid--left-gutters-0 {
      margin-left: -0px; }
    .large-Grid--left-gutters-0 > .Grid-cell, .large-Grid--left-gutters-0 > .Grid-cell-gutter {
      padding-left: 0px; }
    .large-Grid--top-gutters-0 {
      margin-top: -0px; }
    .large-Grid--top-gutters-0 > .Grid-cell, .large-Grid--top-gutters-0 > .Grid-cell-gutter {
      padding-top: 0px; }
    .large-Grid--gutters-10 {
      margin-top: -10px;
      margin-left: -10px; }
    .large-Grid--gutters-10 > .Grid-cell, .large-Grid--gutters-10 > .Grid-cell-gutter {
      padding: 10px 0 0 10px; }
    .large-Grid--left-gutters-10 {
      margin-left: -10px; }
    .large-Grid--left-gutters-10 > .Grid-cell, .large-Grid--left-gutters-10 > .Grid-cell-gutter {
      padding-left: 10px; }
    .large-Grid--top-gutters-10 {
      margin-top: -10px; }
    .large-Grid--top-gutters-10 > .Grid-cell, .large-Grid--top-gutters-10 > .Grid-cell-gutter {
      padding-top: 10px; }
    .large-Grid--gutters-20 {
      margin-top: -20px;
      margin-left: -20px; }
    .large-Grid--gutters-20 > .Grid-cell, .large-Grid--gutters-20 > .Grid-cell-gutter {
      padding: 20px 0 0 20px; }
    .large-Grid--left-gutters-20 {
      margin-left: -20px; }
    .large-Grid--left-gutters-20 > .Grid-cell, .large-Grid--left-gutters-20 > .Grid-cell-gutter {
      padding-left: 20px; }
    .large-Grid--top-gutters-20 {
      margin-top: -20px; }
    .large-Grid--top-gutters-20 > .Grid-cell, .large-Grid--top-gutters-20 > .Grid-cell-gutter {
      padding-top: 20px; }
    .large-Grid--gutters-25 {
      margin-top: -25px;
      margin-left: -25px; }
    .large-Grid--gutters-25 > .Grid-cell, .large-Grid--gutters-25 > .Grid-cell-gutter {
      padding: 25px 0 0 25px; }
    .large-Grid--left-gutters-25 {
      margin-left: -25px; }
    .large-Grid--left-gutters-25 > .Grid-cell, .large-Grid--left-gutters-25 > .Grid-cell-gutter {
      padding-left: 25px; }
    .large-Grid--top-gutters-25 {
      margin-top: -25px; }
    .large-Grid--top-gutters-25 > .Grid-cell, .large-Grid--top-gutters-25 > .Grid-cell-gutter {
      padding-top: 25px; }
    .large-Grid--gutters-30 {
      margin-top: -30px;
      margin-left: -30px; }
    .large-Grid--gutters-30 > .Grid-cell, .large-Grid--gutters-30 > .Grid-cell-gutter {
      padding: 30px 0 0 30px; }
    .large-Grid--left-gutters-30 {
      margin-left: -30px; }
    .large-Grid--left-gutters-30 > .Grid-cell, .large-Grid--left-gutters-30 > .Grid-cell-gutter {
      padding-left: 30px; }
    .large-Grid--top-gutters-30 {
      margin-top: -30px; }
    .large-Grid--top-gutters-30 > .Grid-cell, .large-Grid--top-gutters-30 > .Grid-cell-gutter {
      padding-top: 30px; }
    .large-Grid--gutters-40 {
      margin-top: -40px;
      margin-left: -40px; }
    .large-Grid--gutters-40 > .Grid-cell, .large-Grid--gutters-40 > .Grid-cell-gutter {
      padding: 40px 0 0 40px; }
    .large-Grid--left-gutters-40 {
      margin-left: -40px; }
    .large-Grid--left-gutters-40 > .Grid-cell, .large-Grid--left-gutters-40 > .Grid-cell-gutter {
      padding-left: 40px; }
    .large-Grid--top-gutters-40 {
      margin-top: -40px; }
    .large-Grid--top-gutters-40 > .Grid-cell, .large-Grid--top-gutters-40 > .Grid-cell-gutter {
      padding-top: 40px; }
    .large-Grid--gutters-50 {
      margin-top: -50px;
      margin-left: -50px; }
    .large-Grid--gutters-50 > .Grid-cell, .large-Grid--gutters-50 > .Grid-cell-gutter {
      padding: 50px 0 0 50px; }
    .large-Grid--left-gutters-50 {
      margin-left: -50px; }
    .large-Grid--left-gutters-50 > .Grid-cell, .large-Grid--left-gutters-50 > .Grid-cell-gutter {
      padding-left: 50px; }
    .large-Grid--top-gutters-50 {
      margin-top: -50px; }
    .large-Grid--top-gutters-50 > .Grid-cell, .large-Grid--top-gutters-50 > .Grid-cell-gutter {
      padding-top: 50px; }
    .large-Grid--gutters-60 {
      margin-top: -60px;
      margin-left: -60px; }
    .large-Grid--gutters-60 > .Grid-cell, .large-Grid--gutters-60 > .Grid-cell-gutter {
      padding: 60px 0 0 60px; }
    .large-Grid--left-gutters-60 {
      margin-left: -60px; }
    .large-Grid--left-gutters-60 > .Grid-cell, .large-Grid--left-gutters-60 > .Grid-cell-gutter {
      padding-left: 60px; }
    .large-Grid--top-gutters-60 {
      margin-top: -60px; }
    .large-Grid--top-gutters-60 > .Grid-cell, .large-Grid--top-gutters-60 > .Grid-cell-gutter {
      padding-top: 60px; }
    .large-Grid--gutters-100 {
      margin-top: -100px;
      margin-left: -100px; }
    .large-Grid--gutters-100 > .Grid-cell, .large-Grid--gutters-100 > .Grid-cell-gutter {
      padding: 100px 0 0 100px; }
    .large-Grid--left-gutters-100 {
      margin-left: -100px; }
    .large-Grid--left-gutters-100 > .Grid-cell, .large-Grid--left-gutters-100 > .Grid-cell-gutter {
      padding-left: 100px; }
    .large-Grid--top-gutters-100 {
      margin-top: -100px; }
    .large-Grid--top-gutters-100 > .Grid-cell, .large-Grid--top-gutters-100 > .Grid-cell-gutter {
      padding-top: 100px; }
    .large-Grid--row {
      -webkit-flex-direction: row;
      flex-direction: row; }
    .large-Grid--row-reverse {
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .large-Grid--column-reverse {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; }
    .large-Grid--column {
      -webkit-flex-direction: column;
      flex-direction: column; }
    .large-Grid--left {
      justify-content: flex-start; }
    .large-Grid--center {
      justify-content: center; }
    .large-Grid--right {
      justify-content: flex-end; }
    .large-Grid-cell--right {
      justify-self: flex-end; }
    .large-Grid--between {
      justify-content: space-between; }
    .large-Grid--auto > .Grid-cell, .large-Grid-cell--auto {
      flex: 0 0 auto; }
    .large-Grid--fit > .Grid-cell, .large-Grid-cell--fit {
      flex: 1 0 0%;
      max-width: none; }
    .large-Grid--full > .Grid-cell, .large-Grid-cell--full {
      flex: 0 0 100%;
      max-width: 100%; }
    .large-Grid--column > .Grid-cell {
      max-width: none; }
    .large-Grid--column.large-Grid--full > .Grid-cell, .large-Grid--column.small-Grid--full > .Grid-cell, .large-Grid--column.Grid--full > .Grid-cell, .large-Grid--column > .large-Grid-cell--full, .large-Grid--column > .small-Grid-cell--full, .large-Grid--column > .Grid-cell--full {
      max-height: 100%; }
    .large-Grid--2of3 > .Grid-cell, .large-Grid-cell--2of3 {
      flex: 0 0 66.6666%;
      max-width: 66.6666%; }
    .large-Grid--3of4 > .Grid-cell, .large-Grid-cell--3of4 {
      flex: 0 0 75%;
      max-width: 75%; }
    .large-Grid--column--2of3 > .Grid-cell, .large-Grid-cell-column--2of3 {
      width: 66.6666%; }
    .large-Grid--column.large-Grid--2of3 > .Grid-cell, .large-Grid--column.small-Grid--2of3 > .Grid-cell, .large-Grid--column.Grid--2of3 > .Grid-cell, .large-Grid--column > .large-Grid-cell--2of3, .large-Grid--column > .small-Grid-cell--2of3, .large-Grid--column > .Grid-cell--2of3 {
      max-height: 66.6666%; }
    .large-Grid--1of2 > .Grid-cell, .large-Grid-cell--1of2 {
      flex: 0 0 50%;
      max-width: 50%; }
    .large-Grid--1of8 > .Grid-cell, .large-Grid-cell--1of8 {
      flex: 0 0 12.5%;
      max-width: 12.5%; }
    .large-Grid--1of3 > .Grid-cell.Grid-70 {
      flex: 0 0 70%;
      max-width: 70%; }
    .large-Grid--1of3 > .Grid-cell.Grid-60 {
      flex: 0 0 60%;
      max-width: 60%; }
    .large-Grid--1of3 > .Grid-cell.Grid-40 {
      flex: 0 0 40%;
      max-width: 40%; }
    .large-Grid--1of3 > .Grid-cell.Grid-20 {
      flex: 0 0 20%;
      max-width: 20%; }
    .large-Grid--1of3 > .Grid-cell.Grid-10 {
      flex: 0 0 10%;
      max-width: 10%; }
    .large-.large-Grid--1of2 > .Grid-cell.Grid-40, .large-.large-Grid--1of2 > .Grid-cell.Grid-60 {
      flex: 0 0 50%;
      max-width: 50%; }
    .large-Grid--column--1of2 > .Grid-cell, .large-Grid-cell-column--1of2 {
      width: 50%; }
    .large-Grid--column.large-Grid--1of2 > .Grid-cell, .large-Grid--column.small-Grid--1of2 > .Grid-cell, .large-Grid--column.Grid--1of2 > .Grid-cell, .large-Grid--column > .large-Grid-cell--1of2, .large-Grid--column > .small-Grid-cell--1of2, .large-Grid--column > .Grid-cell--1of2 {
      max-height: 50%; }
    .large-Grid--4of5 > .Grid-cell, .large-Grid-cell--4of5 {
      flex: 0 0 80%;
      max-width: 80%; }
    .large-Grid--3of5 > .Grid-cell, .large-Grid-cell--3of5 {
      flex: 0 0 60%;
      max-width: 60%; }
    .large-Grid--2of5 > .Grid-cell, .large-Grid-cell--2of5 {
      flex: 0 0 40%;
      max-width: 40%; }
    .large-Grid--column--2of5 > .Grid-cell, .large-Grid-cell-column--2of5 {
      width: 40%; }
    .large-Grid--column.large-Grid--2of5 > .Grid-cell, .large-Grid--column.small-Grid--2of5 > .Grid-cell, .large-Grid--column.Grid--2of5 > .Grid-cell, .large-Grid--column > .large-Grid-cell--2of5, .large-Grid--column > .small-Grid-cell--2of5, .large-Grid--column > .Grid-cell--2of5 {
      max-height: 40%; }
    .large-Grid--1of3 > .Grid-cell, .large-Grid-cell--1of3 {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; }
    .large-Grid--column--1of3 > .Grid-cell, .large-Grid-cell-column--1of3 {
      width: 33.3333%; }
    .large-Grid--column.large-Grid--1of3 > .Grid-cell, .large-Grid--column.small-Grid--1of3 > .Grid-cell, .large-Grid--column.Grid--1of3 > .Grid-cell, .large-Grid--column > .large-Grid-cell--1of3, .large-Grid--column > .small-Grid-cell--1of3, .large-Grid--column > .Grid-cell--1of3 {
      max-height: 33.3333%; }
    .large-Grid--3of10 > .Grid-cell, .large-Grid-cell--3of10 {
      flex: 0 0 30%;
      max-width: 30%; }
    .large-Grid--column--3of10 > .Grid-cell, .large-Grid-cell-column--3of10 {
      width: 30%; }
    .large-Grid--column.large-Grid--3of10 > .Grid-cell, .large-Grid--column.small-Grid--3of10 > .Grid-cell, .large-Grid--column.Grid--3of10 > .Grid-cell, .large-Grid--column > .large-Grid-cell--3of10, .large-Grid--column > .small-Grid-cell--3of10, .large-Grid--column > .Grid-cell--3of10 {
      max-height: 30%; }
    .large-Grid--1of4 > .Grid-cell, .large-Grid-cell--1of4 {
      flex: 0 0 25%;
      max-width: 25%; }
    .large-Grid--column--1of4 > .Grid-cell, .large-Grid-cell-column--1of4 {
      width: 25%; }
    .large-Grid--column.large-Grid--1of4 > .Grid-cell, .large-Grid--column.small-Grid--1of4 > .Grid-cell, .large-Grid--column.Grid--1of4 > .Grid-cell, .large-Grid--column > .large-Grid-cell--1of4, .large-Grid--column > .small-Grid-cell--1of4, .large-Grid--column > .Grid-cell--1of4 {
      max-height: 25%; }
    .large-Grid--1of5 > .Grid-cell, .large-Grid-cell--1of5 {
      flex: 0 0 20%;
      max-width: 20%; }
    .large-Grid--column--1of5 > .Grid-cell, .large-Grid-cell-column--1of5 {
      width: 20%; }
    .large-Grid--column.large-Grid--1of5 > .Grid-cell, .large-Grid--column.small-Grid--1of5 > .Grid-cell, .large-Grid--column.Grid--1of5 > .Grid-cell, .large-Grid--column > .large-Grid-cell--1of5, .large-Grid--column > .small-Grid-cell--1of5, .large-Grid--column > .Grid-cell--1of5 {
      max-height: 20%; } }

html.fp-enabled, .fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  -webkit-box-sizing: border-box;
  /* <=28 */
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* Safari<=6 Android<=4.3 */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  /* webkit (safari, chrome) browsers */
  -webkit-user-select: none;
  /* mozilla browsers */
  -moz-user-select: none;
  /* webkit (konqueror) browsers */
  -khtml-user-select: none;
  /* IE10+ */
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

.fp-slidesNav {
  text-align: center; }
  .fp-slidesNav.bottom {
    bottom: 10px; }
  .fp-slidesNav ul li a span {
    width: 16px;
    height: 16px;
    margin: 0;
    left: 0;
    top: 0;
    background: none;
    border: #577ae5 solid 1px; }
    .fp-slidesNav ul li a:hover span, .fp-slidesNav ul li a:focus span, .fp-slidesNav ul li a.active span {
      width: 16px;
      height: 16px;
      margin: 0;
      left: 0;
      top: 0;
      background: #577ae5; }
  .fp-slidesNav ul li:hover a.active span, .fp-slidesNav ul li:focus a.active span {
    width: 16px;
    height: 16px;
    margin: 0;
    left: 0;
    top: 0;
    background: #577ae5; }

.fade-out {
  opacity: 0;
  transition: opacity 0.3s; }

#fp-nav ul li a span {
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background: transparent;
  border: #01083b solid 2px; }

#fp-nav ul li:hover a span, #fp-nav ul li a.active span {
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background: #01083b; }

#wc-gdpr-widget .wc-gdpr-template-large .wc-gdpr-general > div {
  min-height: 0; }

.wc-gdpr-template-large p#wc-gdpr-mainphrase {
  width: 100%;
  text-transform: none; }

.wc-gdpr-template-large .wc-gdpr-general > div .wc-gdpr-Grid-cell.wc-gdpr-Grid-cell--full {
  flex: 0 0 auto;
  max-width: none; }

.wc-gdpr-template-large button.wc-gdpr-color-success {
  margin-bottom: 0; }

@media screen and (max-width: 1060px) {
  .menu-section {
    margin-left: 25px; }

  .content {
    padding: 20px 50px 60px 60px; }
    .content.px0 {
      padding-left: 0;
      padding-right: 0; }

  .solutions-container .centered-content {
    padding-left: 60px;
    padding-right: 60px; }

  .feature {
    padding-bottom: 16px; }

  .contact {
    padding-left: 0;
    padding-right: 0; } }

.btn-menu {
  display: none; }

@media screen and (max-width: 1023px) {
  body, .is-page {
    padding-top: 68px; }

  h1, h2, .page-block-layout h3, .page-block-layout .brick-index, .contact-pro h3, .contact-pro .brick-index {
    font-size: 2.6rem; }

  h3, .brick-index {
    font-size: 1.8rem; }

  .zoom {
    animation: none; }

  .content {
    height: auto;
    padding: 16px; }

  .col-fullheight {
    height: auto; }

  .plm, .pll {
    padding-left: 0; }

  .img-cover {
    height: 240px; }

  .m-mts {
    margin-top: 1em; }

  .slide {
    margin-top: 60px;
    /* header */ }

  .header {
    min-height: 68px;
    padding: 5px 12px; }
    .header img {
      width: 110px; }

  .header-menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 67px;
    padding: 0 0 20px;
    font-size: 1.6rem;
    background: #577ae5; }
    .header-menu ul {
      flex-direction: column; }

  .menu-section {
    margin: 0; }
    .menu-section a {
      padding: 0.5em; }

  .menu-panel {
    display: none; }

  .btn-menu {
    outline: none;
    display: flex;
    align-items: center;
    color: #f2f2f7;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 3px; }
    .btn-menu.active .btn-menu-off {
      display: none; }
      .btn-menu.active .btn-menu-on {
        display: block; }
      .btn-menu.active .icon-menu span {
        opacity: 0;
        transition: all 0.2s; }
        .btn-menu.active .icon-menu:before {
          top: 50%;
          transform: rotate(-45deg);
          transition: all 0.2s; }
        .btn-menu.active .icon-menu:after {
          top: 50%;
          transform: rotate(45deg);
          transition: all 0.2s; }

  .btn-menu-on {
    display: none; }

  .icon-menu {
    position: relative;
    display: block;
    width: 30px;
    height: 22px;
    margin: 0 0 0 10px; }
    .icon-menu span {
      position: absolute;
      width: 100%;
      height: 4px;
      left: 0;
      top: 10px;
      background: #f2f2f7;
      transition: all 0.2s; }
    .icon-menu:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 4px;
      left: 0;
      top: 0;
      background: #f2f2f7;
      transition: all 0.2s; }
    .icon-menu:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 4px;
      left: 0;
      top: 20px;
      background: #f2f2f7;
      transition: all 0.2s; }

  .social-menu {
    width: 100%;
    left: 0;
    padding: 6px;
    bottom: calc(env(safe-area-inset-bottom));
    background: rgba(87, 122, 229, 0.6); }
    .social-menu ul {
      display: flex;
      align-items: center; }
    .social-menu li {
      margin: 0 8px 0 0; }
    .social-menu a:not(.social-menu-contact) {
      width: 36px;
      height: 36px; }

  .social-menu-contact {
    padding: 8px 12px;
    color: #f2f2f7;
    text-transform: uppercase;
    background: #00df8a;
    border-radius: 35px; }

  .social-menu-bubble {
    display: none;
    /* index */ }

  .index-slide {
    height: 70vh;
    padding: 16px; }

  .index-slide-bg {
    background-position: right center; }

  .index-slide-inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%; }

  .index-slide-content h1, .index-slide-content h2:first-child, .index-slide-content .page-block-layout h3:first-child, .index-slide-content .page-block-layout .brick-index:first-child, .page-block-layout .index-slide-content h3:first-child, .index-slide-content .contact-pro h3:first-child, .index-slide-content .contact-pro .brick-index:first-child, .contact-pro .index-slide-content h3:first-child {
    font-size: 2.5rem;
    margin-bottom: 12px; }
    .index-slide-content h1:after, .index-slide-content h2:first-child:after, .index-slide-content .page-block-layout h3:first-child:after, .index-slide-content .page-block-layout .brick-index:first-child:after, .page-block-layout .index-slide-content h3:first-child:after, .index-slide-content .contact-pro h3:first-child:after, .index-slide-content .contact-pro .brick-index:first-child:after, .contact-pro .index-slide-content h3:first-child:after {
      margin-top: 12px; }
    .index-slide-content h2:not(:first-child), .index-slide-content .page-block-layout h3:not(:first-child), .index-slide-content .page-block-layout .brick-index:not(:first-child), .page-block-layout .index-slide-content h3:not(:first-child), .index-slide-content .contact-pro h3:not(:first-child), .index-slide-content .contact-pro .brick-index:not(:first-child), .contact-pro .index-slide-content h3:not(:first-child), .index-slide-content h3, .index-slide-content .brick-index {
      font-size: 1.6rem; }

  .index-prev, .index-next {
    top: auto;
    bottom: 16px; }

  .index-prev {
    left: 16px; }

  .index-next {
    right: 16px;
    /* solutions */ }

  .solutions-btns .btn {
    margin: 0 0 1em; }

  .solutions-stats {
    padding: 16px 0; }
    .solutions-stats p {
      margin: 0; }
    .solutions-stats img {
      width: 60px;
      height: 60px; }
    .solutions-stats strong {
      font-size: 1.8rem; }

  .solutions-bar {
    display: none;
    /* modal */ }

  .modal {
    position: fixed;
    padding: 0 12px; }

  .modal-content {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 90px; }

  .modal-close {
    right: 50px;
    /* values */ }

  .values-item {
    margin: 0 0 20px;
    /* clients */ }

  .clients-slideshow {
    padding: 0; }

  .quote-item {
    padding: 36px;
    border-radius: 90px;
    /* blog */ }
    .quote-item:before {
      left: 20px; }
    .quote-item:after {
      right: 20px; }

  .menu-categories li {
    margin-bottom: 8px; }

  .post {
    margin: 0 0 20px; }

  .post-img {
    width: 100%;
    height: auto;
    float: none;
    padding: 0;
    margin: 0 0 20px; }

  .single-post-content {
    padding: 0; }

  .blog-paginator {
    margin-bottom: 30px;
    /* pages */ }

  .hero-content {
    padding: 16px; }
    .hero-content h1 {
      font-size: 3.2rem; }
    .hero-content h2, .hero-content .page-block-layout h3, .hero-content .page-block-layout .brick-index, .page-block-layout .hero-content h3, .hero-content .contact-pro h3, .hero-content .contact-pro .brick-index, .contact-pro .hero-content h3 {
      font-size: 2.4rem; }

  .page-block img {
    display: block;
    margin-bottom: 1em; }

  .page-block-img {
    min-height: 360px; }
    .page-block-img h2, .page-block-img .page-block-layout h3, .page-block-img .page-block-layout .brick-index, .page-block-layout .page-block-img h3, .page-block-img .contact-pro h3, .page-block-img .contact-pro .brick-index, .contact-pro .page-block-img h3 {
      font-size: 3.2rem; }

  .page-block-slideshow {
    margin-bottom: 70px; }

  .slideshow-item-label {
    left: 0;
    top: 110%; }

  .page-steps-line {
    display: none; }

  .page-contact {
    /* footer */ }
    .page-contact h2, .page-contact .page-block-layout h3, .page-contact .page-block-layout .brick-index, .page-block-layout .page-contact h3, .page-contact .contact-pro h3, .page-contact .contact-pro .brick-index, .contact-pro .page-contact h3 {
      font-size: 2.4rem; }

  .footer {
    padding: 16px 16px 50px;
    margin: 0 -16px -16px;
    line-height: 1.7em; }

  .is-page .footer {
    margin-left: 0;
    margin-right: 0; }

  .footer-content {
    flex-direction: column;
    text-align: center; }
    .footer-content > div {
      margin: 0 0 1.5em; }

  .footer-contact {
    padding: 0;
    border-right: none; }

  .footer-menu li {
    display: block;
    margin: 0 0 1em; }
    .footer-menu li:not(:last-child):after {
      display: none; } }

@media screen and (max-width: 768px) {
  .index-block {
    width: 90%;
    left: 5%;
    right: auto; }

  .footer {
    margin: 0; } }

.open-video-modal {
  position: relative; }
  .open-video-modal:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(87, 122, 229, .3);
    opacity: 0;
    transition: opacity 0.2s; }
  .open-video-modal:hover:before {
    opacity: 1;
    transition: opacity 0.2s; }
  .open-video-modal img {
    display: block;
    max-width: 600px;
    margin: auto;
    width: 100%; }

.video-modal {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(87, 122, 229, .7); }

.video-modal, .video-catch {
  display: none; }

.video-catch {
  max-width: 854px;
  margin: auto;
  width: 100%; }

.video-modal-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }

.video-modal-trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0; }

.close-video-modal {
  position: absolute;
  z-index: 2;
  top: 25px;
  right: 15px; }

.video-modal-in {
  position: relative; }

@media all and (min-width: 768px) {
  .close-video-modal {
    top: 45px;
    right: 45px; } }
