section > .content, header > .content, footer > .content, .row {
  max-width: 120rem;
  margin: 0 auto; }

section > .content, header > .content, footer > .content {
  padding: 0 1.4rem; }

.row:after, .row:before {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; }

.row:after {
  clear: both; }

.row .row {
  margin-right: -1.4rem;
  margin-left: -1.4rem; }

.column {
  width: 100%;
  float: left;
  padding-right: 1.4rem;
  padding-left: 1.4rem; }
  .column:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child {
    float: left; }

.small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; } }

html {
  font-size: 62.5%; }

body {
  background-color: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.625;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }

table {
  border-spacing: 0; }

td, th {
  padding: 0; }

img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

a {
  color: #1639F3;
  text-decoration: none; }

a:hover {
  text-decoration: none;
  color: #0b24a3; }

a img {
  border-width: 0; }

a:focus {
  outline-width: 0; }

.center {
  text-align: center; }

* {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -moz-text-size-adjust: none; }

*:focus {
  outline: none; }

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

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

body {
  -webkit-transition: margin 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out;
  -ms-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out; }

.page #header a {
  color: black; }

#header {
  position: absolute;
  z-index: 100;
  height: 76px;
  width: 100%;
  margin-bottom: -76px;
  left: 0;
  right: 0;
  padding: 0 8px;
  top: 0;
  -webkit-transition: margin-left 0.2s ease-in-out;
  -moz-transition: margin-left 0.2s ease-in-out;
  -ms-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out;
  color: white;
  font-weight: 500; }
  #header > .content {
    position: relative;
    height: 100%; }

#logo {
  margin-top: 18px;
  float: left; }
  #logo img {
    height: 36px;
    width: auto; }

#nav-header {
  float: right;
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 0; }
  @media all and (max-width: 1000px) {
    #nav-header {
      display: none; } }
  #nav-header > * {
    margin: 0 32px; }
    #nav-header > *:last-child {
      margin-right: 28px; }
  #nav-header .nav {
    margin: 0; }

.nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: end; }
  .nav > ul > li {
    margin: 0 14px;
    position: relative; }
    .nav > ul > li > span, .nav > ul > li > a {
      height: 76px;
      line-height: 76px;
      display: block;
      color: white; }

.button {
  padding: 0 24px;
  border-radius: 12px;
  font-size: 16px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  cursor: pointer;
  border-width: 0;
  text-align: center;
  background-color: #00a870;
  font-weight: 600;
  color: white; }
  .button:hover {
    color: white;
    background-color: #00bc7e; }
  .button.bigger {
    height: 56px;
    line-height: 56px;
    padding: 0 30px;
    min-width: 150px; }
    @media all and (max-width: 500px) {
      .button.bigger {
        padding: 0 20px; } }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 600; }

h1 {
  font-size: 42px;
  line-height: 58px;
  margin-bottom: 5px; }

h2 {
  font-size: 30px;
  line-height: 52px;
  margin-bottom: 16px; }

.text > * {
  margin-bottom: 24px; }
  .text > *:last-child {
    margin-bottom: 0; }

.subtitle {
  margin-top: -14px;
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 34px; }

section, .like-section {
  padding: 55px 0; }

body > section {
  background-color: white; }

.bg {
  background-color: #f3f3f3; }

#hero {
  padding-top: 85px;
  padding-bottom: 20px;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  color: white;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center; }
  #hero:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/img/bg.webp) center/cover no-repeat;
    content: "";
    z-index: 1;
    opacity: 0.8; }
  #hero .content {
    position: relative;
    z-index: 2; }
  @media all and (max-width: 649px) {
    #hero h1 {
      font-size: 42px;
      line-height: 52px; } }
  #hero h1 + p {
    font-size: 20px;
    margin-bottom: 20px; }
  #hero:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  #hero .wrapper {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    @media all and (max-width: 540px) {
      #hero .wrapper {
        max-width: 100%; } }

.under-list {
  font-weight: 600;
  text-align: center; }

.overflow-table {
  overflow-x: auto; }
  .overflow-table h3 {
    margin-bottom: 25px;
    font-size: 22px; }

.pricing {
  margin-bottom: 35px;
  width: 100%;
  border-collapse: collapse; }
  .pricing th, .pricing td {
    padding: 6px 15px; }
  .pricing th {
    text-align: right;
    border-bottom: 1px solid #ccc; }
    .pricing th:first-child {
      text-align: left; }
  .pricing td {
    text-align: right;
    width: 15%; }
    .pricing td:first-child {
      text-align: left;
      width: 40%; }
  .pricing tr:nth-child(even) {
    background-color: #f2f2f2; }
  .pricing .button {
    height: 40px;
    line-height: 40px; }

.bg .pricing tr:nth-child(even) {
  background-color: #fafafa; }

.faq {
  padding: 0; }
  .faq summary {
    position: relative;
    font-size: 22px;
    line-height: 38px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    padding-right: 60px; }
    .faq summary:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      height: 40px;
      background: url(/img/cp.svg) no-repeat center; }
      @media all and (max-width: 1200px) {
        .faq summary:after {
          top: -5px; } }
      @media all and (max-width: 550px) {
        .faq summary:after {
          width: 30px;
          height: 30px;
          background-size: contain;
          top: -2px; } }
  .faq details {
    padding: 28px 0;
    border-bottom: 1px solid #ccc; }
    @media all and (max-width: 550px) {
      .faq details {
        padding: 32px 0; } }
    .faq details:first-child {
      padding-top: 0; }
  .faq p {
    font-size: 20px;
    line-height: 34px; }
    @media all and (max-width: 1200px) {
      .faq p {
        font-size: 22px;
        line-height: 38px; } }
    @media all and (max-width: 550px) {
      .faq p {
        font-size: 18px;
        line-height: 32px; } }

details[open] summary {
  margin-bottom: 24px; }
  details[open] summary:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(/img/cm.svg) no-repeat center; }
    @media all and (max-width: 1200px) {
      details[open] summary:after {
        top: -5px; } }

h2 + .faq {
  padding-top: 30px; }

.contact-line {
  color: #999999;
  margin-top: 40px;
  line-height: 20px; }
  .contact-line a {
    position: relative;
    color: #999999;
    padding-left: 34px;
    display: inline-block;
    font-weight: 600; }
    .contact-line a:before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      width: 24px;
      height: 24px;
      background: url(/img/mail.svg) left no-repeat; }
  .contact-line > span {
    display: block; }
    .contact-line > span > * {
      padding-top: 10px;
      padding-bottom: 10px; }
      .contact-line > span > *:last-child {
        margin-right: 0; }

#cookies-agreement {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #00a870;
  padding: 16px 0 12px;
  color: white; }
  #cookies-agreement .content {
    position: relative; }
  #cookies-agreement p {
    font-size: 14px;
    line-height: 18px;
    padding-right: 40px; }
    #cookies-agreement p a {
      color: white;
      text-decoration: underline; }
  #cookies-agreement .close {
    width: 20px;
    height: 20px;
    display: block;
    top: 50%;
    line-height: 20px;
    position: absolute;
    margin-top: -10px;
    right: 15px;
    font-weight: bold;
    color: white;
    text-align: center;
    cursor: pointer; }

.source {
  font-size: 0.9em;
  color: #555;
  margin-bottom: 20px; }

#footer {
  color: white;
  position: relative;
  padding: 50px 0 30px;
  font-size: 16px;
  line-height: 20px;
  background: #333333; }
  #footer .contact-line a {
    color: #9C9C9C; }
  #footer img {
    margin-bottom: 20px; }
  #footer p {
    color: #9C9C9C;
    font-weight: normal; }
  #footer a {
    color: white; }
  #footer h3 {
    color: #999999;
    line-height: 32px;
    font-size: 16px; }
    @media all and (max-width: 850px) {
      #footer h3 {
        margin-top: 30px; } }
  #footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #footer ul > li {
      margin-top: 12px;
      line-height: 32px; }
  #footer .top-line, #footer h3 {
    font-weight: 500; }
  @media all and (max-width: 850px) {
    #footer .column {
      width: 100%;
      text-align: center; } }
  #footer .bottom-line {
    color: #9C9C9C; }
    #footer .bottom-line .column:before {
      content: "";
      display: block;
      width: 108px;
      height: 1px;
      background-color: #4D4D4D;
      margin-bottom: 24px; }
      @media all and (max-width: 850px) {
        #footer .bottom-line .column:before {
          margin: 40px auto 24px; } }
    #footer .bottom-line .column p {
      margin-bottom: 12px; }
      #footer .bottom-line .column p:last-child {
        margin-bottom: 0; }
    #footer .bottom-line ul {
      margin-top: 10px;
      margin-bottom: 50px; }
      #footer .bottom-line ul > li {
        display: inline-block;
        margin-right: 24px; }

.steps {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px; }
  .steps > li {
    padding: 10px 0; }

.vignettes {
  margin: -16px -16px 0; }
  .vignettes > div > div {
    margin-top: 16px;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid gray; }
    .vignettes > div > div > div {
      text-align: center;
      font-size: 22px;
      margin-bottom: 20px; }
    .vignettes > div > div .button {
      width: 100%; }
