.btn, .main-menu__button a {
  transition: background-color 0.2s;
  border-radius: 4px;
  color: white;
  padding: 14px 30px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  background-color: #2542ab;
  border: 0;
  -webkit-appearance: none; }
  .btn:hover, .main-menu__button a:hover {
    background-color: #1c3281; }
  .btn:active, .main-menu__button a:active {
    background-color: #132257; }
  .btn--green {
    background-color: #3eaa1d; }
    .btn--green:hover {
      background-color: #2e7e16; }
    .btn--green:active {
      background-color: #1e530e; }
  .btn:disabled, .main-menu__button a:disabled {
    cursor: wait;
    opacity: 0.3; }

.isDisabled {
  cursor: not-allowed;
  opacity: 0.3; }

.isDisabled > a {
  color: currentColor;
  display: inline-block;
  pointer-events: none;
  text-decoration: none; }

*, *::before, *::after {
  box-sizing: border-box; }

body {
  font-family: "sofia-pro", sans-serif;
  font-size: 17px;
  text-align: center;
  margin: 0; }

a {
  color: #2c489f;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

.text-highlight {
  color: #2542ab;
  font-size: 22px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.avoid-br {
  white-space: nowrap; }

.clearfix::before {
  display: block;
  content: "";
  clear: both; }

.heading__1 {
  font-size: 45px;
  line-height: 50px;
  text-align: center;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .heading__1 {
      font-size: 30px; } }

.background--blue {
  background-color: #f1f1f6; }
  .background--blue--bt {
    border-top: 1px solid #e7e7e9; }

.background--blue-wave-bottom {
  padding-bottom: 110px;
  position: relative; }
  .background--blue-wave-bottom::after {
    content: "";
    height: 110px;
    background: #ffffff url("../media/system/wave.svg") no-repeat bottom;
    background-size: cover;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }

.background--blue-wave-top {
  padding-top: 110px;
  position: relative; }
  .background--blue-wave-top::before {
    content: "";
    height: 110px;
    background: #ffffff url("../media/system/wave.svg") no-repeat bottom;
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1, -1); }

.level {
  width: 100%;
  max-width: 1280px;
  display: inline-block;
  text-align: left;
  padding: 0 40px; }
  @media screen and (max-width: 1023px) {
    .level {
      padding: 0 20px; } }

.header-container {
  border-bottom: 1px solid #e7e7e9;
  width: 100%;
  position: relative; }

.header {
  margin: 0;
  padding-top: 35px;
  padding-bottom: 35px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff; }
  @media screen and (max-width: 767px) {
    .header {
      flex-direction: column;
      align-items: flex-start;
      padding-top: 20px;
      padding-bottom: 20px; }
      .header .main-menu {
        justify-content: space-around; } }

@media screen and (max-width: 767px) {
  .header__logo-and-menu-toggle {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; } }

.header__menu-toggle {
  position: relative;
  width: 50px;
  height: 50px;
  padding-left: 11.5px;
  padding-right: 11.5px;
  padding-top: 11.5px; }
  @media screen and (min-width: 768px) {
    .header__menu-toggle {
      display: none; } }
  .header__menu-toggle label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2; }
  .header__menu-toggle span {
    display: block;
    width: 100%;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #2c489f;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 50%;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
    .header__menu-toggle span:first-child {
      transform-origin: 0 0; }
    .header__menu-toggle span:nth-last-child(2) {
      transform-origin: 0 100%; }

.header__menu-toggle-input:checked ~ .header__logo-and-menu-toggle .header__menu-toggle span {
  opacity: 1;
  transform: rotate(45deg) translate(-5px, -5px);
  background: #2c2e3e; }
  .header__menu-toggle-input:checked ~ .header__logo-and-menu-toggle .header__menu-toggle span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2); }
  .header__menu-toggle-input:checked ~ .header__logo-and-menu-toggle .header__menu-toggle span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-4px, 11px); }

.header__menu-toggle-input {
  display: none; }

.header__logo {
  text-align: center;
  line-height: 0; }
  .header__logo img {
    max-width: 182px; }

.main-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-size: 15px;
  text-transform: uppercase;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .main-menu {
      align-items: flex-start;
      flex-direction: column;
      display: none;
      margin-top: 10px;
      margin-bottom: 18px; } }

@media screen and (max-width: 767px) {
  .header__menu-toggle-input:checked ~ .main-menu {
    display: flex; } }

.main-menu__item {
  padding: 0 20px; }
  @media screen and (max-width: 1023px) {
    .main-menu__item {
      padding: 0 10px; } }
  @media screen and (min-width: 768px) {
    .main-menu__item:first-child {
      padding-left: 0; }
    .main-menu__item:last-child {
      padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .main-menu__item {
      padding: 10px 0; } }
  .main-menu__item a {
    color: #363740;
    text-decoration: underline; }
    .main-menu__item a:hover {
      color: #2c489f;
      text-decoration: none; }
  .main-menu__item--active a {
    text-decoration: none; }

.main-menu__button {
  padding: 0; }
  .main-menu__button a {
    display: block;
    padding: 14px 52px;
    color: #ffffff;
    text-decoration: none; }
    @media screen and (max-width: 1023px) {
      .main-menu__button a {
        padding: 14px 28px; } }
  .main-menu__button--signin {
    margin-left: 30px; }
    @media screen and (max-width: 1023px) {
      .main-menu__button--signin {
        margin-left: 30px; } }
    @media screen and (max-width: 767px) {
      .main-menu__button--signin {
        margin-top: 15px;
        margin-left: 0; } }

.main-menu__language {
  text-transform: none;
  font-size: 0.8rem;
  font-weight: normal;
  margin-bottom: -5px;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .main-menu__language {
      position: absolute;
      bottom: 0;
      left: 5px; } }
  .main-menu__language a {
    color: #888;
    text-decoration: none;
    border-radius: 50%;
    overflow: hidden;
    padding: 15px;
    display: block; }
    .main-menu__language a:hover {
      text-decoration: underline; }
    .main-menu__language a img {
      max-height: 14px;
      border: 1px solid #ccc;
      border-radius: 2px; }

.hero__background {
  position: relative; }

.hero {
  align-content: stretch;
  position: relative;
  z-index: 2;
  text-align: center; }
  .hero > * {
    max-width: 600px;
    text-align: left; }
    @media screen and (max-width: 1023px) {
      .hero > * {
        text-align: center;
        max-width: none; } }

.hero__heading {
  margin-top: 55px;
  margin-bottom: 35px; }

@media screen and (min-width: 1024px) {
  .text-highlight {
    margin-bottom: 60px; } }

.hero__image-people {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  flex-grow: 0;
  width: 100%;
  /*= 1200px (max-width .level) - 600px (max-width .hero > *) - 150 px padding */
  max-width: 450px;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: bottom;
  background-image: url("../media/system/people.jpg"); }
  @media screen and (max-width: 1219px) {
    .hero__image-people {
      max-width: calc(100% - 750px); } }
  @media screen and (min-device-pixel-ratio: 2) {
    .hero__image-people {
      background-image: url("../media/system/people_2x.jpg"); } }
  @media screen and (max-width: 1023px) {
    .hero__image-people {
      display: none; } }

.hero__image-device {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 680px;
  width: 100%;
  max-width: calc(100% - 720px);
  z-index: 2; }
  @media screen and (max-width: 1023px) {
    .hero__image-device {
      position: static;
      transform: none;
      margin-top: 20px;
      margin-bottom: 40px;
      max-width: 100%;
      width: auto;
      max-height: 60vh; } }

.mail-signup {
  text-align: center;
  margin: 0;
  margin-top: 25px; }

.mail-signup__content {
  display: inline-block;
  position: relative; }
  .mail-signup__content > * {
    display: block; }
  .mail-signup__content::after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 12px;
    width: 21px;
    height: 21px;
    z-index: 2;
    background: transparent url("../media/system/inp-mail.svg") no-repeat center center;
    pointer-events: none; }

.form__input-mail {
  width: 100%;
  color: #363740;
  border: 1px solid #d4d7dd;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
  padding: 15px 50px;
  background: #ffffff;
  background-size: 20px;
  border-radius: 4px;
  margin-bottom: 30px; }

.form__input-checkbox {
  text-align: left;
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-size: 14px; }
  .form__input-checkbox .form__input-checkbox-checker {
    display: block;
    position: absolute;
    top: calc(50% - 11px);
    left: 0;
    width: 23px;
    height: 23px;
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    border: 1px solid #d4d7dd;
    background: #ffffff;
    transition: background-color 0.2s; }
    .form__input-checkbox .form__input-checkbox-checker::before {
      content: "";
      position: absolute;
      left: 8px;
      top: 5px;
      width: 5px;
      height: 10px;
      border-style: solid;
      border-width: 0 2px 2px 0;
      border-color: #96979f;
      transform: rotate(45deg);
      opacity: 0;
      transition: opacity 0.2s, color 0.2s; }
  .form__input-checkbox:hover .form__input-checkbox-checker::before,
  .form__input-checkbox input:checked ~ .form__input-checkbox-checker::before {
    opacity: 1; }
  .form__input-checkbox input:focus ~ .form__input-checkbox-checker {
    box-shadow: 0 0 5px #2542ab;
    background-color: #edf0fb; }
  .form__input-checkbox input:checked ~ .form__input-checkbox-checker {
    background-color: #2542ab;
    border-color: #2542ab; }
    .form__input-checkbox input:checked ~ .form__input-checkbox-checker::before {
      border-color: white; }

.form__submit-button {
  width: 100%;
  max-width: 260px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  background: #3eaa1d;
  border: 0;
  border-radius: 4px;
  display: inline-block;
  color: #ffffff;
  padding: 22px 0;
  text-align: center;
  margin-top: 17px;
  -webkit-appearance: none; }
  .form__submit-button:hover, .form__submit-button:focus {
    background-color: #38991a; }
  .form__submit-button:active {
    background-color: #2e7e16; }

.features-glance {
  text-align: center;
  color: #363740;
  margin-bottom: 70px; }
  .features-glance__list {
    margin: 40px 0;
    padding: 0;
    list-style-type: none;
    display: inline-flex;
    justify-content: center;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .features-glance__list {
        flex-wrap: wrap; } }
  .features-glance__item {
    position: relative;
    padding: 66px 30px 0 30px;
    margin: 28px 0; }
    @media screen and (max-width: 1023px) {
      .features-glance__item {
        margin: 18px 0;
        max-width: 33%; } }
    @media screen and (max-width: 767px) {
      .features-glance__item {
        max-width: none; } }
    .features-glance__item::before {
      content: "";
      position: absolute;
      top: 0;
      left: calc(50% - 25px);
      width: 50px;
      height: 50px;
      background: center no-repeat;
      background-color: #2c489f;
      background-size: 35px;
      border-radius: 10px; }
    .features-glance__item--builder::before {
      background-image: url("../media/system/ico-builder.svg"); }
    .features-glance__item--tool::before {
      background-image: url("../media/system/ico-tool.svg"); }
    .features-glance__item--data::before {
      background-image: url("../media/system/ico-data.svg"); }
    .features-glance__item--commn::before {
      background-image: url("../media/system/ico-commn.svg"); }
    .features-glance__item--handle::before {
      background-image: url("../media/system/ico-handle.svg"); }
    .features-glance__item a {
      white-space: nowrap;
      color: #363740; }
  .features-glance__muchmore {
    color: #727379; }
    .features-glance__muchmore a {
      color: #727379; }
  .features-glance__trial-button {
    margin-top: 30px;
    min-width: 340px; }
    @media screen and (max-width: 1023px) {
      .features-glance__trial-button {
        min-width: 0;
        width: 100%; } }

.feature-introduction {
  margin-top: 130px;
  display: flex; }
  .feature-introduction > * {
    width: 50%; }
  @media screen and (max-width: 1219px) {
    .feature-introduction {
      display: block; }
      .feature-introduction > * {
        width: auto; } }

.features-text {
  text-align: left; }
  .features-text .heading__1 {
    text-align: left; }
  @media screen and (max-width: 1219px) {
    .features-text {
      text-align: center; }
      .features-text .heading__1 {
        text-align: center; } }

.features-image {
  line-height: 0;
  text-align: center; }
  .features-image img {
    margin-left: 5vh;
    border-radius: 10px;
    box-shadow: 0 0 140px rgba(0, 0, 0, 0.09);
    max-width: 100%; }
  @media screen and (max-width: 1219px) {
    .features-image {
      margin-top: 60px; } }
  @media screen and (max-width: 1219px) and (max-width: 767px) {
    .features-image {
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px); } }
  @media screen and (max-width: 1219px) {
      .features-image img {
        margin-left: 0; } }

.feature-list {
  text-align: center;
  margin-top: 60px; }
  .feature-list .heading__1 {
    max-width: 600px;
    display: inline-block; }

.feature-list-content {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }
  .feature-list-content > * {
    width: 33.33%; }
    @media screen and (max-width: 1023px) {
      .feature-list-content > * {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .feature-list-content > * {
        width: 100%; } }

.feature-list__item {
  position: relative;
  padding-top: 66px;
  margin-bottom: 66px; }
  @media screen and (max-width: 1023px) {
    .feature-list__item {
      margin-bottom: 30px; } }
  .feature-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: center no-repeat;
    background-color: #2c489f;
    background-size: 35px;
    border-radius: 10px; }
  .feature-list__item--record::before {
    background-image: url("../media/system/ico-record.svg");
    fill: #fff; }
  .feature-list__item--mobile::before {
    background-image: url("../media/system/ico-mobile.svg");
    fill: #fff; }
  .feature-list__item--engine::before {
    background-image: url("../media/system/ico-engine.svg");
    fill: #fff; }
  .feature-list__item--template::before {
    background-image: url("../media/system/ico-template.svg");
    fill: #fff; }
  .feature-list__item--gdpr::before {
    background-image: url("../media/system/ico-gdpr.svg");
    fill: #fff; }
  .feature-list__item--access::before {
    background-image: url("../media/system/ico-access.svg");
    fill: #fff; }
  @media screen and (min-width: 1024px) {
    .feature-list__item:nth-child(3n - 1) {
      padding-left: 30px;
      padding-right: 30px; } }

.feature-list__heading {
  font-size: 21px;
  color: #2542ab;
  font-weight: 500;
  margin: 0; }

.brand-list {
  text-align: center;
  margin-bottom: 70px; }

.brand-list__list {
  display: inline-flex;
  width: 100%;
  max-width: 450px;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap; }
  @media screen and (max-width: 550px) {
    .brand-list__list {
      flex-direction: column; } }
  .brand-list__list > * {
    max-width: 100%;
    height: auto;
    transform: scale(0.7); }

.footer {
  display: inline-block;
  margin-top: 30px;
  background-color: #2c2e3e;
  font-size: 15px;
  width: 100%;
  padding-bottom: 30px; }
  .footer, .footer a {
    color: #ffffff; }
  .footer__upper, .footer__copyright {
    max-width: 1280px;
    text-align: left;
    padding: 0 40px; }
    @media screen and (max-width: 1023px) {
      .footer__upper, .footer__copyright {
        padding: 0 20px; } }
  .footer__upper {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    line-height: 37px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .footer__upper address {
      font-style: normal;
      line-height: 37px; }
    .footer__upper ul, .footer__upper li {
      list-style: none;
      margin: 0;
      padding: 0; }
    @media screen and (max-width: 1023px) {
      .footer__upper {
        flex-wrap: wrap; }
        .footer__upper > * {
          width: auto; }
        .footer__upper .footer__newsletter {
          order: 2;
          width: 100%; } }
    @media screen and (max-width: 767px) {
      .footer__upper > * {
        width: 100%;
        text-align: center; }
      .footer__upper > .footer__social,
      .footer__upper > .footer__menu,
      .footer__upper > .footer__address {
        border-bottom: 1px solid #3e4053;
        padding-top: 20px;
        padding-bottom: 20px; }
      .footer__upper > .footer__menu {
        padding-top: 0; }
      .footer__upper > .footer__address,
      .footer__upper > .footer__social {
        order: 1; } }
  .footer__social a {
    text-decoration: none;
    display: inline-flex;
    align-items: center; }
    .footer__social a span {
      text-decoration: underline; }
    .footer__social a:hover span {
      text-decoration: none; }
    .footer__social a::before {
      content: "";
      display: inline-block;
      margin-right: 15px;
      width: 20px;
      height: 20px; }
  .footer__social .footer__social_item--facebook a::before {
    background-image: url("../media/system/facebook.svg"); }
  .footer__social .footer__social_item--twitter a::before {
    background-image: url("../media/system/twitter.svg"); }
  .footer__social .footer__social_item--instagram a::before {
    background-image: url("../media/system/instagram.svg"); }
  .footer__newsletter {
    margin-top: 18px; }
    .footer__newsletter label {
      display: block; }
    .footer__newsletter__input_group {
      position: relative;
      border-radius: 6px;
      background: white;
      min-width: 230px;
      display: flex;
      margin-bottom: 20px; }
      .footer__newsletter__input_group input[type='email'] {
        border-radius: 6px;
        border: 0;
        font-size: 15px;
        padding: 17px;
        width: 100%; }
      .footer__newsletter__input_group input[type='submit'] {
        padding: 12px 17px;
        margin-top: 6px;
        margin-right: 6px;
        margin-bottom: 6px; }

.footer__newsletter__checkbox {
  text-align: left;
  position: relative;
  margin-bottom: 14px;
  font-size: 14px; }
  @media screen and (min-width: 1220px) {
    .footer__newsletter__checkbox {
      max-width: 400px; } }
  .footer__newsletter__checkbox-text {
    padding-left: 40px;
    position: relative;
    z-index: 2; }
  .footer__newsletter__checkbox .footer__newsletter__checkbox-checker {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 23px;
    z-index: 1;
    height: 23px;
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    border: 1px solid #d4d7dd;
    background: #ffffff;
    transition: background-color 0.2s; }
    .footer__newsletter__checkbox .footer__newsletter__checkbox-checker::before {
      content: "";
      position: absolute;
      left: 8px;
      top: 5px;
      width: 5px;
      height: 10px;
      border-style: solid;
      border-width: 0 2px 2px 0;
      border-color: #96979f;
      transform: rotate(45deg);
      opacity: 0;
      transition: opacity 0.2s, color 0.2s; }
  .footer__newsletter__checkbox:hover .footer__newsletter__checkbox-checker::before,
  .footer__newsletter__checkbox input:checked ~ .footer__newsletter__checkbox-checker::before {
    opacity: 1; }
  .footer__newsletter__checkbox input:focus ~ .footer__newsletter__checkbox-checker {
    box-shadow: 0 0 5px #2542ab;
    background-color: #aebcee; }
  .footer__newsletter__checkbox input:checked ~ .footer__newsletter__checkbox-checker {
    background-color: #d8dff7;
    border-color: #2542ab; }
    .footer__newsletter__checkbox input:checked ~ .footer__newsletter__checkbox-checker::before {
      border-color: #2542ab; }
  .footer__newsletter__checkbox__copyright {
    display: inline-block;
    border-top: 1px solid #3e4053;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .footer__newsletter__checkbox__copyright {
        text-align: center; } }

.inner-page {
  padding-top: 35px;
  padding-bottom: 80px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .inner-page {
      padding-top: 70px; }
      .inner-page::after {
        content: "";
        height: 40px;
        background: #ffffff url("../media/system/wave.svg") no-repeat bottom;
        background-size: cover;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0; } }
  .inner-page--center {
    text-align: center; }
  .inner-page--no-wave-after + .background--blue-wave-top::before {
    content: none; }

.std {
  padding-bottom: 50px; }
  .std a {
    color: #363740; }
  .std h2 {
    font-size: 30px;
    color: #2542ab;
    font-weight: normal;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .std h2 {
        font-size: 26px; } }

.std-header {
  color: #363740;
  margin-top: 40px;
  max-width: 770px;
  display: inline-block; }
  .std-header h1,
  .std-header .std-h1 {
    color: #363740;
    font-size: 45px;
    font-weight: normal;
    margin: 0.5em 0; }
    @media screen and (max-width: 767px) {
      .std-header h1,
      .std-header .std-h1 {
        font-size: 30px; } }
  @media screen and (max-width: 1023px) {
    .std-header {
      padding-left: 20px;
      padding-right: 20px; } }

.std-form {
  background-color: #f1f1f6;
  border-radius: 6px;
  padding: 30px 20px 60px 20px;
  margin: 55px 0; }
  @media screen and (max-width: 767px) {
    .std-form {
      margin: 35px 0;
      padding: 10px 20px 40px 20px;
      border-radius: 0; } }
  .std-form--centered {
    display: inline-block;
    max-width: 770px;
    width: 100%; }
  .std-form label, .std-form input[type="submit"] {
    text-transform: uppercase; }
  .std-form label {
    font-size: 14px;
    font-weight: 500;
    padding-left: 1px;
    color: #363740; }
  .std-form input,
  .std-form textarea {
    -webkit-appearance: none; }
  .std-form input:not([type="submit"]),
  .std-form textarea {
    border-radius: 6px;
    padding: 15px 20px;
    border: 1px solid #d4d7dd;
    margin-top: 4px;
    font-family: "sofia-pro", sans-serif;
    color: #363740;
    font-size: 16px; }
  .std-form textarea {
    height: 150px; }
  .std-form input[type="submit"].btn {
    padding-left: 60px;
    padding-right: 60px; }
    @media screen and (max-width: 767px) {
      .std-form input[type="submit"].btn {
        width: 100%; } }
  .std-form__group, .std-form__footer {
    display: inline-block;
    text-align: left;
    width: 100%;
    max-width: 550px; }
  .std-form__group {
    margin-top: 20px; }
    .std-form__group label {
      display: block; }
    .std-form__group > * {
      width: 100%; }
  .std-form__footer {
    text-align: left;
    margin-top: 35px; }
    .std-form__footer input[type="submit"] {
      margin-right: 36px; }
      @media screen and (max-width: 767px) {
        .std-form__footer input[type="submit"] {
          margin-bottom: 16px; } }
    .std-form__footer a {
      font-size: 16px; }
  .std-form__required {
    color: #c40e34; }

.std-sparse {
  line-height: 31px;
  padding-left: 20px;
  padding-right: 20px; }

.std-spacer {
  display: inline-block; }
  .std-spacer--10 {
    width: 10px; }

.std-image-zigzag {
  display: inline-block;
  margin: 60px 0 0 0;
  max-width: 1280px; }
  @media screen and (min-width: 1024px) {
    .std-image-zigzag {
      padding: 0 20px; } }
  @media screen and (min-width: 1024px) {
    .std-image-zigzag img {
      border-radius: 3%; } }
  .std-image-zigzag:last-child {
    margin-bottom: 60px; }
  .std-image-zigzag__item {
    max-width: 1280px;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px; }
    .std-image-zigzag__item .std-image-zigzag__image {
      max-width: 100%; }
    @media screen and (min-width: 1024px) {
      .std-image-zigzag__item:nth-child(2n+1) .std-image-zigzag__text {
        padding-right: 40px; }
      .std-image-zigzag__item:nth-child(2n) .std-image-zigzag__text {
        order: 2;
        padding-left: 40px; }
      .std-image-zigzag__item:nth-child(2n) .std-image-zigzag__image {
        order: 1; }
      .std-image-zigzag__item .std-image-zigzag__image {
        max-width: 50%; } }
    @media screen and (max-width: 1023px) {
      .std-image-zigzag__item {
        flex-direction: column; }
        .std-image-zigzag__item__text {
          max-width: 500px; } }
  .std-image-zigzag__text {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px; }

.std-checkmark-list,
.std-triangle-list {
  list-style: none;
  padding: 0;
  margin: 1.5em 0; }
  .std-checkmark-list li, .std-checkmark-list__item,
  .std-triangle-list li,
  .std-triangle-list__item {
    background-repeat: no-repeat;
    background-position: left 4px;
    padding-left: 25px;
    background-size: 17px;
    margin: 10px 0; }

.std-checkmark-list li, .std-checkmark-list__item {
  background-image: url("../media/system/check-circle.svg"); }

.std-triangle-list li, .std-triangle-list__item {
  position: relative;
  padding-left: 15px; }
  .std-triangle-list li::before, .std-triangle-list__item::before {
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #363740; }

.ico {
  background-repeat: no-repeat;
  background-position: left center; }

.ico--tel {
  background-image: url("../media/system/phone.svg");
  background-size: 17px;
  padding-left: 25px; }

.ico--email {
  background-image: url("../media/system/envelope.svg");
  background-size: 17px;
  padding-left: 25px; }

.pricing-half-boxes {
  display: inline-flex;
  max-width: 1280px;
  width: 100%;
  margin: 1em 0; }
  @media screen and (max-width: 767px) {
    .pricing-half-boxes {
      flex-direction: column; }
      .pricing-half-boxes > * {
        margin-top: 26px; }
        .pricing-half-boxes > *:first-child {
          margin-top: 0; }
      .pricing-half-boxes .pricing-box--with-plus {
        margin-top: 101px; } }
  @media screen and (min-width: 768px) {
    .pricing-half-boxes > * {
      width: 50%; }
      .pricing-half-boxes > *:nth-child(odd) {
        padding-right: 13px; }
      .pricing-half-boxes > *:nth-child(even) {
        padding-left: 13px; } }

.pricing-box {
  text-align: left; }
  .pricing-box ~ .pricing-box {
    margin-top: 26px; }
  .pricing-box__tab {
    display: inline-block;
    width: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #f1f1f6;
    margin: 0;
    color: #2542ab;
    font-weight: normal;
    padding: 10px 23px;
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      .pricing-box__tab {
        width: 100%;
        text-align: center; } }
  .pricing-box__content {
    background-color: #f1f1f6;
    padding: 40px 50px; }
    @media screen and (min-width: 1220px) {
      .pricing-box__content {
        border-radius: 6px; } }
  .pricing-box__split {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .pricing-box__split {
        flex-direction: column;
        align-items: flex-start; } }
    @media screen and (min-width: 1024px) {
      .pricing-box__split > *:not(:last-child) {
        border-right: 1px solid #dcdce1;
        padding-right: 35px; }
      .pricing-box__split > *:not(:first-child) {
        padding-left: 35px;
        border-left: 1px solid #dcdce1;
        margin-left: -1px; } }
  @media screen and (min-width: 1024px) {
    .pricing-box__left {
      width: 35%; }
    .pricing-box__right {
      width: 65%; } }
  .pricing-box__tab + .pricing-box__content {
    border-top-left-radius: 0; }
  .pricing-box__title {
    color: #2542ab;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase; }
    @media screen and (max-width: 1023px) {
      .pricing-box__title {
        display: block;
        width: 100%; } }
  .pricing-box__price {
    display: inline-flex; }
    .pricing-box__price__currency {
      font-size: 17px;
      line-height: 30px;
      padding-right: 0.5em;
      color: #2542ab; }
    .pricing-box__price__value {
      font-size: 40px;
      line-height: 40px;
      color: #2542ab;
      padding-right: 0.1em; }
    .pricing-box__price__note {
      font-size: 16px;
      line-height: 21px;
      color: #888995;
      font-weight: 300;
      align-self: flex-end; }
      .pricing-box__price__note:only-child {
        margin-top: 8px; }
    .pricing-box__price--bordered {
      background-color: #2542ab;
      border-radius: 5px;
      padding: 8px 15px 13px 15px; }
      .pricing-box__price--bordered > * {
        color: #ffffff; }

.pricing-box__content--with-plus {
  position: relative; }
  .pricing-box__content--with-plus::before {
    position: absolute;
    display: block;
    content: "+";
    font-size: 40px;
    line-height: 49px;
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 50%;
    border: 7px solid #ffffff; }
  .pricing-box__content--with-plus--darkblue::before {
    color: #ffffff;
    background-color: #2542ab; }
  .pricing-box__content--with-plus--lightblue::before {
    color: #c3c3c3;
    background-color: #f1f1f6; }
  .pricing-box__content--with-plus--left::before {
    left: 50%;
    top: -75px;
    transform: translate(-50%, -100%); }
    @media screen and (min-width: 768px) {
      .pricing-box__content--with-plus--left::before {
        left: -13px;
        top: 50%;
        transform: translate(-50%, -50%); } }
  .pricing-box__content--with-plus--top::before {
    left: 50%;
    top: -13px;
    transform: translate(-50%, -50%); }

.pricing-box--flat {
  display: inline-block;
  width: 100%;
  max-width: 1280px; }
  .std-header ~ .pricing-box--flat {
    margin-top: 26px; }
  .pricing-box--flat p:first-child {
    margin-top: 0; }

.pricing-price-buildup {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (max-width: 1219px) {
    .pricing-price-buildup {
      flex-direction: column;
      width: 100%; } }
  .pricing-price-buildup__item {
    display: flex;
    flex-direction: column; }
  .pricing-price-buildup > * {
    margin: 0 20px; }
    @media screen and (max-width: 1219px) {
      .pricing-price-buildup > * {
        margin: 20px 0; } }
    .pricing-price-buildup > *:first-child {
      margin-left: 0; }
    .pricing-price-buildup > *:last-child {
      margin-right: 0; }
  .pricing-price-buildup__sign {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    font-size: 28px;
    text-align: center;
    line-height: 28px; }
    .pricing-price-buildup__sign--dark {
      background-color: #2542ab;
      color: #ffffff; }
    .pricing-price-buildup__sign--light {
      background-color: #f1f1f6;
      border: 1px solid #2542ab;
      color: #2542ab; }
