.row {
  max-width: 144rem;
  margin-right: auto;
  margin-left: auto; }

.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.6rem;
  margin-left: -1.6rem; }

.column {
  width: 100%;
  float: left;
  padding-right: 1.6rem;
  padding-left: 1.6rem; }

.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: GeneralSans, 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; }

.colored {
  color: #95F2B6; }

* {
  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; }
  body.show-menu {
    margin-left: -250px;
    margin-right: 250px; }
    body.show-menu .current {
      font-weight: bold; }
      body.show-menu .current:after {
        display: none; }
    body.show-menu #header {
      margin-left: -250px; }
      body.show-menu #header #nav-header {
        margin-top: -24px;
        padding-top: 84px;
        right: -250px;
        background: #F4F4F4;
        display: block; }
        body.show-menu #header #nav-header .nav {
          padding-top: 20px;
          border-top: 1px solid #CCCCCC; }
          body.show-menu #header #nav-header .nav > ul {
            display: block; }
            body.show-menu #header #nav-header .nav > ul > li > span, body.show-menu #header #nav-header .nav > ul > li > a {
              color: black; }
        body.show-menu #header #nav-header .button {
          position: absolute;
          top: 24px;
          right: 0;
          left: 0;
          margin-right: 0; }

body.bluroff #header > .row > .blur:before {
  backdrop-filter: none;
  background-color: rgba(0, 0, 0, 0.9); }

#header {
  position: fixed;
  border-radius: 12px;
  z-index: 100;
  height: 96px;
  width: 100%;
  margin-bottom: -96px;
  left: 0;
  right: 0;
  padding: 0 8px;
  top: 24px;
  -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; }

@media all and (max-width: 980px) {
  #header {
    top: 16px;
    padding: 0; } }

#header #nav-burger {
  display: none; }

@media all and (max-width: 1080px) {
  #header #nav-burger {
    border-radius: 0;
    cursor: pointer;
    color: black;
    width: 50px;
    height: 41px;
    text-indent: -10000px;
    position: absolute;
    right: 36px;
    display: block;
    padding: 10px;
    top: 28px; }
  #header #nav-burger:before, #header #nav-burger:after {
    content: "";
    left: 10px;
    right: 10px;
    background: white;
    position: absolute;
    height: 3px; }
  #header #nav-burger:before {
    top: 10px; }
  #header #nav-burger:after {
    bottom: 10px; }
  #header #nav-burger > span {
    position: absolute;
    left: 10px;
    right: 10px;
    background: white;
    height: 3px;
    top: 19px; } }

#header > .row {
  position: relative;
  height: 100%; }

#header > .row .column {
  margin-bottom: 0;
  height: 100%; }

#header > .row > .blur {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  border-radius: 12px; }

#header > .row > .blur:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transform: scale(1.1);
  backdrop-filter: blur(30px);
  z-index: -1; }

#header #logo {
  margin: 24px 0 0 28px;
  float: left; }

@media all and (max-width: 400px) {
  #header #logo {
    margin-top: 32px; }
  #header #logo img {
    height: 32px;
    width: auto; } }

#header #nav-header {
  float: right;
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 0; }

@media all and (max-width: 1080px) {
  #header #nav-header {
    position: absolute;
    margin: 0;
    padding: 0;
    right: -500px;
    width: 250px;
    top: 0;
    left: auto;
    border-radius: 0;
    overflow: scroll;
    float: none;
    display: block; } }

#header #nav-header > * {
  margin: 0 32px; }

@media all and (max-width: 1200px) {
  #header #nav-header > * {
    margin: 0 16px; } }

#header #nav-header > *:last-child {
  margin-right: 28px; }

#header #nav-header .nav {
  margin: 0; }

#header .nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: end; }

@media all and (max-width: 1080px) {
  #header .nav > ul {
    display: block; } }

#header .nav > ul > li {
  margin: 0 32px;
  position: relative; }

@media all and (max-width: 1080px) {
  #header .nav > ul > li {
    margin: 0; } }

#header .nav > ul > li > span, #header .nav > ul > li > a {
  height: 96px;
  line-height: 96px;
  display: block;
  color: white; }

@media all and (max-width: 1080px) {
  #header .nav > ul > li > span, #header .nav > ul > li > a {
    height: 56px;
    line-height: 56px;
    padding: 0 32px; } }

.button {
  padding: 0 24px;
  border-radius: 12px;
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  display: inline-block;
  cursor: pointer;
  border-width: 0;
  text-align: center;
  background-color: #1639F3;
  font-weight: 600;
  color: white; }

.button.bigger {
  height: 72px;
  line-height: 72px;
  padding: 0 40px; }

@media all and (max-width: 500px) {
  .button.bigger {
    padding: 0 20px; } }

.button:hover {
  color: white;
  background-color: #6c82f5; }

#header .button {
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-weight: 500;
  border-color: rgba(255, 255, 255, 0.2); }

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

h1 {
  font-size: 52px;
  line-height: 66px;
  margin-bottom: 48px; }

@media all and (max-width: 649px) {
  h1 {
    font-size: 40px;
    line-height: 52px; } }

section h2 {
  font-size: 52px;
  line-height: 66px;
  margin-bottom: 64px; }

@media all and (max-width: 1200px) {
  section h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 54px; } }

@media all and (max-width: 649px) {
  section h2 {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 48px; } }

.text > * {
  margin-bottom: 26px; }

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

.bigger-text {
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  color: #666666; }

@media all and (max-width: 980px) {
  .bigger-text {
    font-size: 20px;
    line-height: 32px; } }

.subtitle {
  color: #666666;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px; }

@media all and (max-width: 980px) {
  .subtitle {
    font-size: 20px;
    line-height: 32px; } }

#header + * {
  padding-top: 164px; }

@media all and (max-width: 980px) {
  #header + * {
    padding-top: 156px; } }

section, .like-section {
  padding: 100px 0;
  border-radius: 24px;
  margin-left: 24px;
  margin-right: 24px; }

@media all and (max-width: 1200px) {
  section, .like-section {
    padding: 100px 0; } }

@media all and (max-width: 980px) {
  section, .like-section {
    margin-left: 16px;
    margin-right: 16px; } }

@media all and (max-width: 639px) {
  section, .like-section {
    padding: 60px 0; } }

body > section {
  background-color: white; }

.bg {
  background-color: #f4f4f4; }

#hero {
  padding-top: 156px;
  padding-bottom: 156px;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  color: white;
  position: relative;
  text-align: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%), url(/img/bg.webp) lightgray 50%/cover no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center; }
  #hero h1 {
    font-size: 68px;
    line-height: 90px;
    margin-bottom: 24px; }

@media all and (max-width: 800px) {
  #hero h1 {
    font-size: 60px;
    line-height: 80px; } }

@media all and (max-width: 800px) {
  #hero h1 {
    font-size: 52px;
    line-height: 66px; } }

#hero h1 + p {
  font-size: 20px;
  margin-bottom: 60px; }

@media all and (max-width: 800px) {
  #hero h1 + p br {
    display: none; } }

@media all and (max-width: 639px) {
  #hero h1 + p {
    margin-bottom: 30px; } }

#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%; } }

.small-tiles {
  padding: 0;
  list-style: none;
  margin-bottom: -32px; }

.small-tiles .column {
  margin-bottom: 32px; }

@media all and (max-width: 900px) {
  .small-tiles .column {
    width: 100%;
    max-width: 600px;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    position: static; } }

.small-tiles .content {
  padding: 32px;
  border-radius: 24px;
  background: white; }

.small-tiles h3 {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 16px; }

.small-tiles.centered {
  text-align: center; }

.small-tiles.centered .content {
  background-color: white;
  color: black; }

.small-tiles.centered h3:before {
  color: white;
  background-color: #2BD668; }

.three-steps {
  margin-top: 100px;
  counter-reset: getsteps; }

@media all and (max-width: 639px) {
  .three-steps {
    margin-top: 60px; } }

.three-steps .content {
  background-color: #546EF3;
  color: white; }

.three-steps h3:before {
  display: block;
  counter-increment: getsteps;
  content: counters(getsteps, "");
  background-color: #667FFB;
  border-radius: 1000px;
  font-weight: bold;
  width: 100px;
  height: 100px;
  margin: 32px auto;
  text-align: center;
  font-size: 48px;
  line-height: 98px; }

.three-steps.centered {
  margin-top: 64px;
  margin-bottom: 16px; }

.colored-tiles {
  margin-bottom: 68px; }

.colored-tiles.vignette-types {
  margin-bottom: 0; }

.colored-tiles .content {
  border: 2px solid #ccc; }

.colored-tiles > li:first-child h3 {
  color: #1d9749; }

.colored-tiles > li:first-child .content {
  border-color: #1d9749; }

.colored-tiles > li:nth-child(2) h3 {
  color: #546EF3; }

.colored-tiles > li:nth-child(2) .content {
  border-color: #546EF3; }

.colored-tiles > li:last-child .content {
  border-color: black; }

.with-info-icon:before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 1000px; }

.with-info-icon.check-icon:before {
  display: block;
  margin: 0 auto;
  background: #2BD668 url(/img/icon/info-icon-check.svg) no-repeat center center;
  border: 16px solid #a7f5ca;
  margin-bottom: 16px; }

.with-info-icon.warning-icon {
  position: relative;
  padding-left: 112px; }

@media all and (max-width: 639px) {
  .with-info-icon.warning-icon {
    padding-left: 72px; } }

@media all and (max-width: 550px) {
  .with-info-icon.warning-icon {
    padding-left: 0; } }

.with-info-icon.warning-icon:before {
  position: absolute;
  left: 0;
  top: -5px;
  background: #FFA237 url(/img/icon/info-icon-warning.svg) no-repeat center center;
  border: 16px solid #ffe6c1;
  margin-bottom: 16px; }

@media all and (max-width: 639px) {
  .with-info-icon.warning-icon:before {
    width: 54px;
    height: 54px;
    border: 8px solid #ffe6c1;
    top: -2px; } }

@media all and (max-width: 550px) {
  .with-info-icon.warning-icon:before {
    display: none; } }

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

.overflow-table {
  overflow-x: auto; }

table.pricing {
  margin-bottom: 30px;
  width: 100%;
  border-collapse: collapse; }

table.pricing th, table.pricing td {
  padding: 12px 15px; }

table.pricing td {
  text-align: right; }

table.pricing td:first-child {
  text-align: left; }

table.pricing th {
  text-align: right;
  border-bottom: 1px solid #ccc; }

table.pricing th:first-child {
  text-align: left; }

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

.faq {
  padding: 0; }

.faq summary {
  position: relative;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  padding-right: 60px; }

@media all and (max-width: 1200px) {
  .faq summary {
    font-size: 26px;
    line-height: 30px; } }

@media all and (max-width: 550px) {
  .faq summary {
    font-size: 20px;
    line-height: 26px; } }

.faq summary:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url("/img/icon/circle-plus.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: 48px 0;
  border-bottom: 1px solid #ccc; }

@media all and (max-width: 550px) {
  .faq details {
    padding: 32px 0; } }

.faq details:first-child {
  padding-top: 0; }

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

.faq p {
  font-size: 24px;
  line-height: 40px; }
  @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: 48px; }
  @media all and (max-width: 1200px) {
    details[open] summary {
      margin-bottom: 38px; } }
  @media all and (max-width: 550px) {
    details[open] summary {
      margin-bottom: 32px; } }

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

.contact-line {
  position: relative;
  top: -5px;
  margin-top: 40px;
  line-height: 20px; }

.contact-line a {
  color: #546EF3;
  display: inline-block;
  font-weight: 600;
  padding-right: 3px; }

.contact-line > span {
  display: block;
  padding-left: 41px; }

.contact-line > span > * {
  padding-top: 10px;
  padding-bottom: 10px; }

.contact-line > span > *:last-child {
  margin-right: 0; }

.contact-line .email {
  background: url(/img/icon/letter-black.svg) no-repeat left 8px; }

.contact-line .phone {
  background: url(/img/icon/phone-black.svg) no-repeat left 8px; }

@media all and (max-width: 850px) {
  .contact-line span {
    padding-left: 0; }
  .contact-line span a {
    padding-left: 41px; }
  .contact-line .email {
    background: none; }
  .contact-line .email a {
    background: url(/img/icon/letter-black.svg) no-repeat left 8px; }
  .contact-line .phone {
    background: none; }
  .contact-line .phone a {
    background: url(/img/icon/phone-black.svg) no-repeat left 8px; } }

#cookies-agreement {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #1639F3;
  padding: 14px 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; }

:root {
  --litepicker-day-color-hover: $colorActive !important
; }

#footer {
  color: white;
  position: relative;
  padding: 50px 0 30px;
  font-size: 16px;
  line-height: 20px;
  background: #0D0D0D; }

@media all and (max-width: 980px) {
  #footer {
    margin: 16px; } }

@media all and (max-width: 850px) {
  #footer .column {
    width: 100%;
    text-align: center; } }

#footer a {
  color: white; }

#footer h3 {
  margin-top: 40px;
  color: #999999;
  line-height: 32px;
  font-size: 16px; }

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

#footer ul > li {
  margin-top: 24px;
  line-height: 32px; }

#footer .top-line, #footer h3 {
  font-weight: 500; }

#footer .contact-line {
  margin-bottom: 50px;
  color: #999999; }

#footer .contact-line a {
  color: #999999; }

#footer .contact-line .email {
  background-image: url(/img/icon/letter.svg); }

#footer .contact-line .phone {
  background-image: url(/img/icon/phone.svg); }

@media all and (max-width: 850px) {
  #footer .contact-line {
    margin-bottom: 0; }
  #footer .contact-line > span {
    margin-right: 0;
    display: block; }
  #footer .contact-line .email {
    background: none; }
  #footer .contact-line .email a {
    background: url(/img/icon/letter.svg) no-repeat left 8px; }
  #footer .contact-line .phone {
    background: none; }
  #footer .contact-line .phone a {
    background: url(/img/icon/phone.svg) no-repeat left 8px; } }

#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; }
