@charset "UTF-8";
/* Table of Contents
/* ------------------------------------------------------------

This is a development CSS file which is built to a minified
production stylesheet in assets/built/screen.css

1.  Global Styles
2.  Layout
3.  Special Templates
4.  Site Header
5.  Site Navigation
6.  Post Feed
7.  Single Post
  7.1. Subscribe Form
  7.2. Post Footer
     7.2.1 Single Author Byline
     7.2.2 Multiple Author Byline
  7.3. Comments
  7.4. Related Posts
  7.5. Floating Header
  7.6. Koenig Styles
8.  Author Template
9.  Error Template
10. Subscribe Overlay
11. Site Footer

*/
/* 1. Global - Set up the things
/* ---------------------------------------------------------- */
@use "sass:color";
/* Variables
/* ---------------------------------------------------------- */
/* ibm-plex-sans-regular - latin_cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ibm-plex-sans-v9-latin_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/ibm-plex-sans-v9-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ibm-plex-sans-v9-latin_cyrillic-regular.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v9-latin_cyrillic-regular.woff") format("woff"), url("../fonts/ibm-plex-sans-v9-latin_cyrillic-regular.ttf") format("truetype"), url("../fonts/ibm-plex-sans-v9-latin_cyrillic-regular.svg#IBMPlexSans") format("svg");
  /* Legacy iOS */ }

/* ibm-plex-sans-500 - latin_cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ibm-plex-sans-v9-latin_cyrillic-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/ibm-plex-sans-v9-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("../fonts/ibm-plex-sans-v9-latin_cyrillic-500.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v9-latin_cyrillic-500.woff") format("woff"), url("../fonts/ibm-plex-sans-v9-latin_cyrillic-500.ttf") format("truetype"), url("../fonts/ibm-plex-sans-v9-latin_cyrillic-500.svg#IBMPlexSans") format("svg");
  /* Legacy iOS */ }

/* ibm-plex-sans-600 - latin_cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/ibm-plex-sans-v9-latin_cyrillic-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/ibm-plex-sans-v9-latin_cyrillic-600.eot?#iefix") format("embedded-opentype"), url("../fonts/ibm-plex-sans-v9-latin_cyrillic-600.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v9-latin_cyrillic-600.woff") format("woff"), url("../fonts/ibm-plex-sans-v9-latin_cyrillic-600.ttf") format("truetype"), url("../fonts/ibm-plex-sans-v9-latin_cyrillic-600.svg#IBMPlexSans") format("svg");
  /* Legacy iOS */ }

/* Reset
/* ---------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol,
ul {
  list-style: disc; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

img {
  max-width: 100%; }

html {
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

i,
em,
dfn {
  font-style: italic; }

h1 {
  margin: 0.67em 0;
  font-size: 2em; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

mark {
  background-color: #fdffb6; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 3 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */ }

button {
  overflow: visible;
  border: none; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input:focus {
  outline: none; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  box-sizing: content-box;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */ }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

legend {
  padding: 0;
  /* 2 */
  border: 0;
  /* 1 */ }

textarea {
  overflow: auto; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td,
th {
  padding: 0; }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  html.noscroll {
    overflow-y: hidden; }

body {
  overflow-x: hidden;
  color: #1D1B27;
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  background: #fff;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on; }

::selection {
  text-shadow: none;
  background-color: rgba(65, 61, 221, 0.2); }

hr {
  position: relative;
  display: block;
  width: 100%;
  margin: 2.5em 0 3.5em;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #333045; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

textarea {
  resize: vertical; }

p,
ul,
ol,
dl,
blockquote {
  margin: 0 0 1.5em 0; }

ol,
ul {
  padding-left: 1.3em;
  padding-right: 1.5em; }

ol ol,
ul ul,
ul ol,
ol ul {
  margin: 0.5em 0 1em; }

ol {
  list-style: decimal; }

ul,
ol {
  max-width: 100%; }

li {
  margin: 0.5em 0;
  padding-left: 0.3em;
  line-height: 1.6em; }

dt {
  float: left;
  margin: 0 20px 0 0;
  width: 120px;
  color: #1D1B27;
  font-weight: 500;
  text-align: right; }

dd {
  margin: 0 0 5px 0;
  text-align: left; }

blockquote {
  margin: 1.5em 0;
  padding: 0 1.6em 0 1.6em;
  border-left: #B2B0F9 0.5em solid; }

blockquote p {
  margin: 0.8em 0;
  font-size: 1.2em;
  font-weight: 300; }

blockquote small {
  display: inline-block;
  margin: 0.8em 0 0.8em 1.5em;
  font-size: 0.9em;
  opacity: 0.8; }

/* Quotation marks */
blockquote small:before {
  content: "\2014 \00A0"; }

blockquote cite {
  font-weight: bold; }

blockquote cite a {
  font-weight: normal; }

a {
  color: #413DDD;
  text-decoration: none; }

a:hover {
  color: #6562F2;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.15;
  font-weight: 700;
  text-rendering: optimizeLegibility; }

h1 {
  margin: 0 0 1.6rem 0;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 3.6rem; }

.subtitle1 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  margin: 1.6rem 0 1.6rem; }

h2 {
  margin: 1.6rem 0 2rem 0;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3rem; }

h3 {
  margin: 2rem 0 0.8rem 0;
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.6rem; }

.subtitle2 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 1.2rem 0 2.4rem; }

h4 {
  margin: 3.2rem 0;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600; }

h5, h6 {
  margin: 3.2rem 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600; }

p {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 2.4rem 0; }

.caption1 {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 3.2rem 0;
  font-weight: 600; }

.caption2 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 3.2rem 0;
  font-weight: 500; }

@media (min-width: 1441px) {
  h1 {
    margin: 0 0 2rem 0;
    font-size: 5.2rem;
    line-height: 6.2rem; }
  .subtitle1 {
    font-size: 2.8rem;
    line-height: 3.6rem; }
  h2 {
    font-size: 3.6rem;
    line-height: 4.4rem;
    margin-bottom: 2.4rem; }
  h3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    margin-bottom: 1.2rem; }
  .subtitle2 {
    font-size: 2rem;
    line-height: 2.8rem; } }

@media (min-width: 1025px) and (max-width: 1440px) {
  h1 {
    font-size: 4.2rem;
    line-height: 5rem; }
  .subtitle1 {
    font-size: 2.8rem;
    line-height: 3.6rem; }
  h2 {
    font-size: 3.6rem;
    line-height: 4.4rem;
    margin-bottom: 2.4rem; }
  h3 {
    font-size: 2.4rem;
    line-height: 3rem; }
  .subtitle2 {
    font-size: 1.6rem;
    line-height: 2.4rem; } }

@media (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 3.2rem;
    line-height: 4rem; }
  .subtitle1 {
    font-size: 2.4rem;
    line-height: 3rem; }
  h2 {
    font-size: 2.8rem;
    line-height: 3.6rem; } }

.highlight span {
  position: relative;
  display: inline-block; }
  .highlight span::before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 1px;
    left: -1px;
    right: -2px;
    background-color: #D9D8F8;
    z-index: -1; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center {
  text-align: center; }

.btn {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: none !important;
  box-sizing: border-box;
  border-radius: 8px;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  height: 46px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  -webkit-transition: color .5s ease, background-color .5s ease;
  transition: color .5s ease, background-color .5s ease; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn-small {
  padding: 6px 8px;
  height: 32px;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  border-radius: 6px; }

.post-full-content .btn-default,
.btn-default {
  color: #fff;
  background-color: #413DDD;
  border-color: #413DDD; }
  .post-full-content .btn-default:hover,
  .btn-default:hover {
    background-color: #6562F2;
    border-color: #6562F2;
    color: #fff; }
  .post-full-content .btn-default.disabled,
  .btn-default.disabled {
    background-color: #B2B0F9;
    border-color: #B2B0F9; }

.post-full-content .btn-default.btn-inverse,
.btn-default.btn-inverse {
  color: #413DDD;
  background-color: #fff;
  border-color: #413DDD; }
  .post-full-content .btn-default.btn-inverse:hover,
  .btn-default.btn-inverse:hover {
    background-color: #EAEAFF;
    border-color: #413DDD;
    color: #413DDD; }
  .post-full-content .btn-default.btn-inverse.disabled,
  .btn-default.btn-inverse.disabled {
    background-color: #F4F4FF;
    border-color: #B2B0F9;
    color: #B2B0F9; }

.post-full-content .btn-primary,
.btn-primary {
  background-color: #1D1B27;
  border-color: #1D1B27;
  color: #fff; }
  .post-full-content .btn-primary:hover,
  .btn-primary:hover {
    background-color: #3A3A3A;
    border-color: #3A3A3A;
    color: #fff; }
  .post-full-content .btn-primary.disabled,
  .btn-primary.disabled {
    background-color: #9C9C9D;
    border-color: #9C9C9D;
    color: #fff; }

.post-full-content .btn-primary.btn-inverse,
.btn-primary.btn-inverse {
  color: #413DDD;
  background-color: #fff;
  border-color: #fff; }
  .post-full-content .btn-primary.btn-inverse:hover,
  .btn-primary.btn-inverse:hover {
    background-color: #F4F4F4;
    border-color: #F4F4F4;
    color: #413DDD; }
  .post-full-content .btn-primary.btn-inverse.disabled,
  .btn-primary.btn-inverse.disabled {
    background-color: #9C9C9D;
    border-color: #9C9C9D;
    color: #fff; }

.btn-switcher {
  background-color: #fff;
  border-radius: 52px;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  margin: 24px auto 40px;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem; }
  .btn-switcher label {
    border-radius: 52px;
    color: #413DDD;
    padding: 8px 24px;
    white-space: nowrap;
    z-index: 1;
    transition: color 0.3s ease;
    cursor: pointer; }
  .btn-switcher .btn-switcher-blob {
    border-radius: 52px;
    background-color: #413DDD;
    color: #413DDD;
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    z-index: 0;
    transition: all 0.3s ease; }
  .btn-switcher input[type="checkbox"]:checked + label + label,
  .btn-switcher input[type="checkbox"] + label {
    color: #fff; }
  .btn-switcher input[type="checkbox"]:checked + label {
    color: #413DDD; }
  .btn-switcher input[type="checkbox"]:checked ~ .btn-switcher-blob {
    transform: translateX(100%); }
  @media (min-width: 769px) {
    .btn-switcher {
      font-weight: 600;
      font-size: 2rem;
      line-height: 2.6rem; } }

.table {
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #E0E0E0; }
  .table .row {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr)); }
    .table .row .cell {
      padding: 8px 4px;
      border-width: 0 0 1px 1px;
      border-style: solid;
      border-color: #E0E0E0; }
      .table .row .cell.diffrent {
        color: #413DDD; }
      @media (min-width: 769px) {
        .table .row .cell {
          padding: 8px; } }
      @media (min-width: 1025px) {
        .table .row .cell {
          padding: 16px; } }
  .table .body .row:hover .cell {
    background-color: #F4F4F4; }
  .table .head .cell.highlight {
    background-color: #F4F4FF;
    font-weight: 500; }
  .table .head .cell h3 {
    margin: 0; }

.img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  border-radius: 100%; }

.hidden {
  visibility: hidden;
  position: absolute;
  text-indent: -9999px; }

/* 2. Layout - Page building blocks
/* ---------------------------------------------------------- */
.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.site-main {
  flex-grow: 1; }

/* Full width page blocks */
.outer {
  position: relative;
  padding: 0; }
  .outer.outer-blue {
    background-color: #F4F4FF; }
  @media (min-width: 1025px) {
    .outer.outer-blue-half {
      background: linear-gradient(180deg, #F4F4FF 0%, #F4F4FF 49%, transparent 49%); } }

@media (min-width: 768px) {
  .outer {
    padding: 0 3rem; } }

/* Centered content container blocks */
.inner {
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .inner > h1 {
      max-width: 80%; }
    .inner > .content {
      width: 80%;
      max-width: 778px;
      margin: 0 auto; }
      .inner > .content > h2 {
        text-align: center; } }
  @media (max-width: 767px) {
    .inner > .content {
      margin: 0 auto; }
      .inner > .content > h2 {
        text-align: center; } }

@media (max-width: 768px) {
  .outer {
    padding: 0; } }

/* Usage:

<div class="outer">
    <div class="inner">
        Centered content
    </div>
</div>

*/
/* 3. Special Template Styles
/* ---------------------------------------------------------- */
.section {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  .section .section-column {
    text-align: left; }
    .section .section-column.section-column-center {
      text-align: center;
      justify-content: center;
      width: 100%; }
      .section .section-column.section-column-center .button-wrapper {
        justify-content: center; }
  .section .button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 16px;
    row-gap: 16px;
    margin-top: 24px; }
  @media (min-width: 769px) {
    .section {
      flex-direction: row; }
      .section .section-column {
        text-align: left; }
      .section .section-column-text {
        padding-right: 24px; }
      .section .section-column-image {
        padding-left: 24px; }
      .section .button-wrapper {
        flex-direction: row;
        align-items: flex-start; } }

/* Promo section index */
.section-promo .section-column-text {
  flex-basis: 100%;
  padding-bottom: 32px; }

.section-promo .section-column-image {
  flex-basis: 100%;
  text-align: center; }
  .section-promo .section-column-image svg {
    max-width: 380px;
    width: 100%;
    height: auto; }

.section-promo .link {
  display: flex;
  margin: 2.4rem 0 0;
  align-items: center;
  font-weight: 500;
  justify-content: center;
  font-size: 1.6rem; }
  .section-promo .link svg {
    margin-right: 4px; }

@media (min-width: 769px) {
  .section-promo .section-column-text {
    flex-basis: 60%; }
  .section-promo .section-column-image {
    text-align: left;
    flex-basis: 40%;
    padding-bottom: 32px; }
    .section-promo .section-column-image svg {
      max-width: none;
      height: 100; }
  .section-promo .link {
    justify-content: flex-start; } }

.section-clients {
  padding-top: 20px;
  flex-direction: column; }
  .section-clients .clients-icons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 16px;
    align-items: center;
    justify-items: center;
    opacity: 0.6;
    width: 100%; }
    .section-clients .clients-icons img {
      width: 40px;
      height: auto; }
  .section-clients h2 {
    text-align: center; }
  @media (min-width: 769px) {
    .section-clients {
      padding-top: 0; }
      .section-clients .clients-icons img {
        width: 50px; } }
  @media (min-width: 1024px) {
    .section-clients .clients-icons img {
      width: 80px; } }

.section-outdent {
  padding: 12px 0 48px; }
  .section-outdent.section-outdent-big {
    padding: 100px 0; }
    @media (min-width: 1024px) {
      .section-outdent.section-outdent-big {
        padding-top: 52px; } }
  .section-outdent h2 {
    margin-top: 60px; }

.section-banner h2 {
  margin-top: 0; }

.section-banner .section-column {
  flex-basis: 50%;
  min-width: 50%; }

.section-banner .section-column-image svg {
  max-width: 100%;
  height: auto; }

@media (max-width: 767px) {
  .section-banner .section-column-image {
    order: -1;
    padding-bottom: 32px; } }

@media (min-width: 769px) {
  .section-banner {
    padding: 72px 0; } }

@media (min-width: 769px) {
  .section-solution .section-column-text,
  .section-sales .section-column-text {
    padding-left: 24px;
    padding-right: 0;
    order: 2; }
  .section-solution .section-column-image,
  .section-sales .section-column-image {
    padding-right: 24px;
    padding-left: 0;
    order: 1; } }

@media (min-width: 769px) {
  .section-marketing .section-column-text {
    order: 1; }
  .section-marketing .section-column-image {
    order: 2; } }

.section-fits .list-fits {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  width: max-content;
  margin: 0 auto; }
  .section-fits .list-fits .item-fits {
    border: 1px solid #413DDD;
    border-radius: 12px;
    max-width: 280px;
    box-sizing: border-box; }
    .section-fits .list-fits .item-fits .item-fits-header {
      background-color: #F4F4FF;
      text-align: center;
      padding: 16px;
      border-radius: 12px 12px 0 0; }
    .section-fits .list-fits .item-fits .item-fits-body {
      padding: 16px;
      text-align: left; }
      .section-fits .list-fits .item-fits .item-fits-body h3 {
        margin: 0 0 8px 0; }
      .section-fits .list-fits .item-fits .item-fits-body .subtitle2 {
        margin: 8px 0 0 0; }

@media (min-width: 769px) {
  .section-fits .list-fits {
    grid-template-columns: 1fr 1fr 1fr;
    width: auto; }
    .section-fits .list-fits .item-fits {
      max-width: none; }
      .section-fits .list-fits .item-fits .item-fits-body h3 {
        margin: 0 0 16px 0; }
      .section-fits .list-fits .item-fits .item-fits-body .subtitle2 {
        margin: 16px 0 0 0; } }

.section-business .list-business {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  width: max-content;
  margin: 0 auto; }
  .section-business .list-business .item-business {
    background-color: #F4F4FF;
    border-radius: 12px;
    max-width: 280px;
    box-sizing: border-box; }
    .section-business .list-business .item-business .item-business-body {
      padding: 16px;
      text-align: left; }
      .section-business .list-business .item-business .item-business-body h3 {
        margin: 0 0 8px 0; }
      .section-business .list-business .item-business .item-business-body .subtitle2 {
        margin: 8px 0 0 0; }

@media (min-width: 769px) {
  .section-business .list-business {
    grid-template-columns: 1fr 1fr 1fr;
    width: auto; }
    .section-business .list-business .item-business {
      max-width: none; }
      .section-business .list-business .item-business .item-business-body h3 {
        margin: 0 0 16px 0; }
      .section-business .list-business .item-business .item-business-body .subtitle2 {
        margin: 16px 0 0 0; } }

.section-post {
  position: relative;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  min-height: 230px;
  line-height: 1.6em;
  background: #fff; }

.section-benefits h2 {
  margin-top: 12px; }

.section-steps {
  padding-bottom: 0; }
  .section-steps h2 {
    margin-top: 12px; }
  .section-steps .section-column {
    margin: 0 auto; }
  .section-steps .list-steps .item-steps {
    max-width: 580px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    align-items: center; }
    .section-steps .list-steps .item-steps h3 {
      margin: 0 0 16px 0;
      text-align: left; }
    .section-steps .list-steps .item-steps .item-steps-header {
      color: #413DDD;
      font-weight: 200;
      font-size: 5.8rem;
      line-height: 3.6rem;
      width: 36px;
      display: block; }
    .section-steps .list-steps .item-steps .item-steps-body {
      text-align: left; }
      .section-steps .list-steps .item-steps .item-steps-body .subtitle2 {
        margin: 0 0 0 0; }

.section-tariffs .list-tariffs {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  justify-content: center; }
  .section-tariffs .list-tariffs .item-tariffs {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    margin: 0 auto 20px;
    width: 280px;
    height: auto; }
    .section-tariffs .list-tariffs .item-tariffs .item-tariffs-header h3 {
      margin: 0.8rem 0 1.6rem; }
    .section-tariffs .list-tariffs .item-tariffs .item-tariffs-header .price.monthly {
      display: block; }
    .section-tariffs .list-tariffs .item-tariffs .item-tariffs-header .price.yearly {
      display: none; }
    .section-tariffs .list-tariffs .item-tariffs .item-tariffs-body {
      flex: 1; }
      .section-tariffs .list-tariffs .item-tariffs .item-tariffs-body .caption2 {
        margin: 1.6rem 0 4rem; }
    .section-tariffs .list-tariffs .item-tariffs .btn-tariff {
      width: 100%;
      display: block; }
  .section-tariffs .list-tariffs.yearly .item-tariffs .item-tariffs-header .price.monthly {
    display: none; }
  .section-tariffs .list-tariffs.yearly .item-tariffs .item-tariffs-header .price.yearly {
    display: block; }
  @media (min-width: 769px) {
    .section-tariffs .list-tariffs {
      grid-template-columns: 280px 280px;
      gap: 20px; }
      .section-tariffs .list-tariffs .item-tariffs {
        margin: 0; } }
  @media (min-width: 1025px) {
    .section-tariffs .list-tariffs {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 16px; }
      .section-tariffs .list-tariffs .item-tariffs {
        width: auto; } }

.section-tariffs .list-tariff-options {
  list-style-type: none;
  margin: 0 0 4rem;
  padding: 0; }
  .section-tariffs .list-tariff-options li {
    text-align: left;
    padding-left: 32px; }
    .section-tariffs .list-tariff-options li svg {
      margin-left: -32px; }
    .section-tariffs .list-tariff-options li.diffrent {
      color: #413DDD; }

.section-tariffs .link {
  margin: 2.4rem 0 0 0; }

.inner-solutions {
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 769px) {
    .inner-solutions {
      padding-right: 20px;
      padding-left: 20px; } }

.section-solutions.section-outdent {
  padding-top: 0; }

.section-solutions .list-review {
  padding-bottom: 84px;
  transition: padding 400ms ease; }
  .section-solutions .list-review .splide__list {
    display: flex;
    flex-direction: row; }
  .section-solutions .list-review .item-review {
    background-color: #FAF9F1;
    border-radius: 12px;
    padding: 16px;
    width: 260px;
    display: flex;
    flex-direction: column; }
    .section-solutions .list-review .item-review .item-review-body {
      text-align: left;
      margin-bottom: 16px;
      flex: 1; }
      .section-solutions .list-review .item-review .item-review-body p:first-of-type {
        margin-top: 0; }
      .section-solutions .list-review .item-review .item-review-body p:last-of-type {
        margin-bottom: 0; }
    .section-solutions .list-review .item-review .item-review-footer {
      display: flex;
      flex-direction: row; }
      .section-solutions .list-review .item-review .item-review-footer .name {
        flex: 1;
        text-align: left;
        margin-left: 16px; }
        .section-solutions .list-review .item-review .item-review-footer .name .label,
        .section-solutions .list-review .item-review .item-review-footer .name .caption1 {
          margin: 0; }
  .section-solutions .list-review .splide__pagination {
    display: none; }
  .section-solutions .list-review .splide__arrow {
    top: auto;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-color: #413DDD;
    opacity: 1; }
    .section-solutions .list-review .splide__arrow.splide__arrow--prev {
      left: 20px; }
    .section-solutions .list-review .splide__arrow.splide__arrow--next {
      right: 20px; }
    .section-solutions .list-review .splide__arrow svg {
      fill: #fff;
      height: 20px;
      width: 20px; }
    .section-solutions .list-review .splide__arrow:hover {
      background-color: #6562F2; }
  .section-solutions .list-review .list-review-progress {
    background: #B2B0F9;
    border-radius: 43px;
    position: absolute;
    left: 72px;
    right: 72px;
    bottom: 36px; }
    .section-solutions .list-review .list-review-progress .list-review-bar {
      background: #413DDD;
      height: 8px;
      transition: width 400ms ease;
      width: 0;
      border-radius: 43px; }
  .section-solutions .list-review.showLast {
    padding-right: 20px; }
    .section-solutions .list-review.showLast .list-review-progress {
      right: 72px; }

@media (min-width: 769px) {
  .section-solutions .list-review.showLast {
    padding-right: 0; }
  .section-solutions .list-review .splide__arrow.splide__arrow--next {
    right: calc(33.3333% - 54px); }
  .section-solutions .list-review .splide__arrow.splide__arrow--prev {
    left: calc(33.3333% - 54px); }
  .section-solutions .list-review .list-review-progress {
    width: calc(33.3333% - 13.3333px);
    left: calc(33.3333% + 13.3333px/2);
    right: calc(33.3333% - 13.3333px/2); } }

.section-capabilities .list-capabilities {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  width: max-content;
  margin: 0 auto; }
  .section-capabilities .list-capabilities .item-capabilities {
    border-radius: 12px;
    max-width: 280px;
    box-sizing: border-box;
    text-align: left; }
    .section-capabilities .list-capabilities .item-capabilities h3 {
      padding-left: 64px;
      margin: 0 0 16px 0;
      text-align: left; }
    .section-capabilities .list-capabilities .item-capabilities .badge {
      background-color: #D9D8F8;
      padding: 6px;
      border-radius: 6px;
      margin-bottom: 8px;
      font-size: 16px;
      line-height: 22px;
      color: #1D1B27;
      display: inline-block;
      margin-left: 64px; }
    .section-capabilities .list-capabilities .item-capabilities .item-capabilities-body {
      display: flex;
      gap: 16px;
      text-align: left;
      margin-bottom: 24px; }
      .section-capabilities .list-capabilities .item-capabilities .item-capabilities-body .item-capabilities-icon {
        width: 48px; }
      .section-capabilities .list-capabilities .item-capabilities .item-capabilities-body .subtitle2 {
        margin: 0 0 0 0; }

@media (min-width: 769px) {
  .section-capabilities .list-capabilities {
    grid-template-columns: 1fr 1fr 1fr;
    width: auto; }
    .section-capabilities .list-capabilities .item-capabilities {
      max-width: none;
      margin-bottom: 12px; }
      .section-capabilities .list-capabilities .item-capabilities .item-capabilities-body .subtitle2 {
        margin: 0 0 0 0; } }

.section-setup {
  background: linear-gradient(85.38deg, #413DDD 31.48%, #6A66F3 74.32%);
  border-radius: 12px;
  color: #fff;
  padding: 24px 16px;
  margin: 52px auto; }
  @media (min-width: 769px) {
    .section-setup {
      padding: 32px 40px;
      max-width: 784px; } }
  @media (min-width: 1025px) {
    .section-setup {
      max-width: 980px;
      margin: 0 auto 52px; } }
  .section-setup h3 {
    margin: 0 0 8px 0; }
  .section-setup li {
    margin: 0; }
  .section-setup p {
    font-weight: 500; }
  .section-setup .section-setup-image {
    margin-top: 24px; }
    @media (min-width: 769px) {
      .section-setup .section-setup-image {
        margin: 0; } }

/* Footer */
.site-wrapper > footer.outer {
  background-color: #0A0943; }

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-gap: 16px 24px;
  place-items: start;
  background-color: #0A0943;
  padding: 32px 20px 100px;
  position: relative; }
  .footer .logo-wrapper {
    grid-column: 1 / span 2; }

@media (min-width: 769px) {
  .footer {
    padding: 20px 5rem 60px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    .footer .logo-wrapper {
      grid-column: 1 / 1;
      margin-top: 12px; } }

.footer-links h3 {
  color: #fff;
  margin: 12px 0 0; }

.footer-list {
  list-style: none;
  padding: 0; }
  .footer-list li {
    padding: 0; }
    .footer-list li a {
      color: #fff; }

/* Main promo content */
.site-promo-content {
  padding-bottom: 40px; }

/* Demo page */
.section-demo .section-column {
  min-width: auto; }

.section-demo .section-column-text {
  flex-basis: 100%;
  padding-bottom: 32px;
  order: 1; }

.section-demo .section-column-image {
  flex-basis: 100%;
  text-align: center;
  order: 2; }
  .section-demo .section-column-image video {
    max-width: 380px;
    width: 100%;
    max-height: 420px;
    height: auto; }

.section-demo .link {
  display: flex;
  margin: 2.4rem 0 0;
  align-items: center;
  font-weight: 500;
  justify-content: center;
  font-size: 1.6rem; }
  .section-demo .link svg {
    margin-right: 4px; }

@media (min-width: 769px) {
  .section-demo .section-column-text {
    flex-basis: 70%; }
  .section-demo .section-column-image {
    flex-basis: 30%;
    padding-bottom: 32px; }
    .section-demo .section-column-image video {
      max-height: 420px; }
  .section-demo .link {
    justify-content: flex-start; } }

@media (min-width: 1025px) {
  .section-demo .section-column-text {
    flex-basis: 60%; }
  .section-demo .section-column-image {
    flex-basis: 40%; }
    .section-demo .section-column-image video {
      max-height: 530px; } }

/* 5. Site Navigation
/* ---------------------------------------------------------- */
.site-nav {
  position: relative;
  z-index: 300;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 0; }

.site-nav-left {
  display: flex;
  align-items: center;
  margin-right: 20px;
  white-space: nowrap;
  min-width: 101px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch; }

.site-nav-block {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  background-color: #0A0943;
  transform: translateX(0);
  transition: transform .5s ease; }
  .site-nav-block .nav {
    display: flex;
    padding: 0;
    list-style: none;
    flex-direction: column; }
    .site-nav-block .nav li {
      display: block;
      margin: 0 auto;
      padding: 24px;
      text-align: center;
      position: relative;
      width: 200px;
      border-top: 1px solid rgba(255, 255, 255, 0.3); }
      .site-nav-block .nav li a {
        display: block;
        margin: 0 auto;
        text-decoration: none;
        transition: color .2s ease-in-out;
        list-style: none;
        color: #fff;
        font-style: normal;
        font-weight: 600;
        font-size: 2rem;
        line-height: 2.6rem; }
        .site-nav-block .nav li a:hover {
          text-decoration: none;
          color: #9C9C9D; }
      .site-nav-block .nav li.nav-current a {
        color: #6562F2; }
      .site-nav-block .nav li:first-of-type {
        border-top: 0; }
      .site-nav-block .nav li iframe {
        position: absolute;
        left: 50%;
        right: 50%;
        transform: translateX(-50%); }

@media (min-width: 769px) {
  .site-nav-block {
    position: static;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    background-color: transparent;
    transform: translateX(0); }
    .site-nav-block .nav {
      flex-direction: row; }
      .site-nav-block .nav li {
        padding: 0 16px;
        text-align: left;
        margin: 0;
        width: auto;
        border-top: 0; }
        .site-nav-block .nav li a {
          color: #1D1B27;
          margin: 0;
          font-size: 1.6rem;
          line-height: 2.2rem;
          font-weight: 500; }
          .site-nav-block .nav li a:hover {
            text-decoration: none;
            color: #9C9C9D; }
        .site-nav-block .nav li.nav-current a {
          color: #6562F2; }
        .site-nav-block .nav li iframe {
          position: static;
          left: auto;
          right: auto;
          transform: translateY(-2px); } }

.site-nav-right {
  flex-shrink: 0;
  display: flex;
  align-items: center; }

.site-nav-close,
.site-nav-menu {
  line-height: 1; }

.site-nav-menu + input[type="checkbox"]:checked + .site-nav-block {
  transform: translateX(-100%); }

.site-nav-header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 30px; }
  .site-nav-header .site-nav-close {
    width: 22px; }

@media (min-width: 769px) {
  .site-nav-header,
  .site-nav-menu {
    display: none; } }

.tariff-compare {
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 84px; }
  @media (max-width: 768px) {
    .tariff-compare .table {
      min-width: 440px; }
      .tariff-compare .table .foot {
        display: none; }
      .tariff-compare .table .head {
        position: sticky;
        top: 0; }
        .tariff-compare .table .head .row {
          grid-template-columns: repeat(auto-fit, minmax(84px, 1fr)); }
          .tariff-compare .table .head .row .cell:empty {
            display: none; }
          .tariff-compare .table .head .row.row-full {
            grid-template-columns: 1fr;
            text-align: center; }
      .tariff-compare .table .body .row {
        grid-template-rows: min-content 1fr;
        grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
        grid-template-areas: "subhead subhead subhead subhead" "cell cell cell cell"; }
        .tariff-compare .table .body .row .cell:first-child {
          grid-area: subhead;
          text-align: center;
          font-weight: 500; } }
  @media (min-width: 769px) {
    .tariff-compare {
      overflow-x: initial; }
      .tariff-compare .table .row {
        grid-template-columns: 30% repeat(auto-fit, 17.5%); }
        .tariff-compare .table .row.row-full {
          grid-template-columns: 5fr; } }
  @media (min-width: 1025px) {
    .tariff-compare .table .row {
      grid-template-columns: 33.3333% repeat(auto-fit, 16.88%); } }

.social-links {
  flex-shrink: 0;
  display: flex;
  align-items: center; }

.social-links a:last-of-type {
  padding-right: 20px; }

.social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px;
  color: #fff;
  opacity: 0.8; }

.social-link:hover {
  opacity: 1; }

.social-link svg {
  height: 1.8rem;
  fill: #fff; }

.social-link-fb svg {
  height: 1.5rem; }

.social-link-wb svg {
  height: 1.6rem; }

.social-link-wb svg path {
  stroke: #fff; }

.social-link-rss svg {
  height: 1.9rem; }

.subscribe-button {
  display: block;
  padding: 4px 10px;
  border: #fff 1px solid;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1em;
  border-radius: 10px;
  opacity: 0.8; }

.subscribe-button:hover {
  text-decoration: none;
  opacity: 1; }

.rss-button {
  opacity: 0.8; }

.rss-button:hover {
  opacity: 1; }

.rss-button svg {
  margin-bottom: 1px;
  height: 2.1rem;
  fill: #fff; }

/* 6. Post Feed
/* ---------------------------------------------------------- */
.post-feed {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 24px 0 0 0; }

.post-card {
  display: flex;
  flex: 1 1 300px;
  flex-direction: column;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #E0E0E0;
  margin: 0 8px 16px;
  width: 280px;
  height: auto;
  overflow: hidden;
  min-height: 300px;
  background-size: cover;
  transition: all 0.5s ease; }
  .post-card .item-tariffs-header h3 {
    margin: 0.8rem 0 1.6rem; }
  .post-card .item-tariffs-header .price.monthly {
    display: block; }
  .post-card .item-tariffs-header .price.yearly {
    display: none; }
  .post-card .item-tariffs-body {
    flex: 1; }
    .post-card .item-tariffs-body .caption2 {
      margin: 1.6rem 0 4rem; }
  .post-card .btn-tariff {
    width: 100%;
    display: block; }

.post-card:hover {
  box-shadow: rgba(39, 44, 49, 0.07) 8px 28px 50px, rgba(39, 44, 49, 0.04) 1px 6px 12px;
  transition: all 0.4s ease;
  transform: translate3D(0, -1px, 0) scale(1.02); }

.post-card-image-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px 5px 0 0; }

.post-card-image {
  width: 100%;
  height: 200px;
  background: var(--lightgrey) no-repeat center center;
  object-fit: cover; }

.post-card-content-link {
  position: relative;
  flex-grow: 1;
  display: block;
  color: var(--darkgrey);
  padding: 16px; }

.post-card-content-link:hover {
  text-decoration: none; }

.post-card-tags {
  display: block;
  margin-bottom: 4px;
  color: #1D1B27;
  font-size: 1.2rem;
  line-height: 1.15em;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.post-card-title {
  margin-top: 0; }

.post-card-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .post-card-content p {
    margin: 16px 0; }

.post-card-meta {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 16px;
  background-color: #F4F4FF; }

.author-profile-image,
.avatar-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background: color(var(--lightgrey) l(10%));
  border-radius: 100%;
  object-fit: cover;
  border: 1px solid #413DDD;
  color: #413DDD; }

.post-card-meta .profile-image-wrapper,
.post-card-meta .avatar-wrapper {
  position: relative; }

.author-list {
  display: flex;
  flex-wrap: wrap-reverse;
  margin: 0;
  padding: 0;
  list-style: none; }

.author-list-item {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  padding: 0; }

.author-list-item:nth-child(1) {
  z-index: 10; }

.author-list-item:nth-child(2) {
  z-index: 9; }

.author-list-item:nth-child(3) {
  z-index: 8; }

.author-list-item:nth-child(4) {
  z-index: 7; }

.author-list-item:nth-child(5) {
  z-index: 6; }

.author-list-item:nth-child(6) {
  z-index: 5; }

.author-list-item:nth-child(7) {
  z-index: 4; }

.author-list-item:nth-child(8) {
  z-index: 3; }

.author-list-item:nth-child(9) {
  z-index: 2; }

.author-list-item:nth-child(10) {
  z-index: 1; }

.static-avatar {
  display: block;
  overflow: hidden;
  margin: 0 -5px;
  width: 34px;
  height: 34px;
  border: #413DDD 2px solid;
  border-radius: 100%; }

.moving-avatar {
  display: block;
  overflow: hidden;
  margin: 0 -6px;
  width: 56px;
  height: 56px;
  border: #fff 2px solid;
  border-radius: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.7s; }

@media (min-width: 800px) {
  .author-list:hover .moving-avatar {
    margin: 0;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); } }

.author-name-tooltip {
  position: absolute;
  bottom: 50%;
  left: 100%;
  z-index: 999;
  display: block;
  padding: .5em 1em;
  color: #1D1B27;
  letter-spacing: 0.2px;
  white-space: nowrap;
  background: #1D1B27;
  color: #fff;
  border-radius: 4px;
  box-shadow: rgba(39, 44, 49, 0.08) 0 12px 26px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transform: translateY(-50%);
  pointer-events: none;
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  box-sizing: content-box; }
  .author-name-tooltip::before {
    background-size: 100% auto !important;
    content: "";
    transform: translate3d(-50%, -10px, 0);
    bottom: auto;
    left: 50%;
    top: 100%;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E) no-repeat;
    background-size: auto;
    height: 6px;
    width: 18px;
    margin-top: 5px;
    margin-bottom: 0; }

.author-list-item:hover .author-name-tooltip {
  opacity: 1.0;
  transform: translateY(0px); }

@media (max-width: 650px) {
  .author-name-tooltip {
    display: none; } }

.reading-time {
  flex-shrink: 0;
  color: #1D1B27;
  font-size: 1.2rem;
  line-height: 33px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

/* Special Styling for home page grid (below):

The first post in the list is styled to be bigger than the others and take over
the full width of the grid to give it more emphasis. Wrapped in a media query to
make sure this only happens on large viewports / desktop-ish devices.

 */
@media (min-width: 795px) {
  .post-card-large {
    flex: 1 1 100%;
    flex-direction: row; }
  .post-card-large .post-card-image-link {
    position: relative;
    flex: 1 1 auto;
    border-radius: 5px 0 0 5px; }
  .post-card-large .post-card-image {
    position: absolute;
    width: 100%;
    height: 100%; }
  .post-card-large .post-card-content {
    flex: 0 1 357px; }
  .post-card-large h2 {
    font-size: 2.6rem; }
  .post-card-large p {
    font-size: 1.8rem;
    line-height: 1.55em; }
  .post-card-large .post-card-content-link {
    padding: 30px 40px 0; }
  .post-card-large .post-card-meta {
    padding: 0 40px 30px; } }

/* Adjust some margins for smaller screens */
@media (max-width: 650px) {
  .post-feed {
    padding-top: 5vw; }
  .post-card {
    margin: 0 20px 5vw; } }

/* 7. Single Post
/* ---------------------------------------------------------- */
.post-template .site-main,
.page-template .site-main {
  padding-bottom: 4vw;
  background: #fff; }

.post-full {
  position: relative;
  z-index: 50; }

/* ^ Required to make .post-full-content:before/after z-index stacking work */
.post-full-header {
  margin: 0 auto;
  padding: 5rem 3rem 5rem;
  max-width: 1040px;
  text-align: center; }

@media (max-width: 500px) {
  .post-full-header {
    padding: 14vw 3vw 10vw; } }

.post-full-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1D1B27;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase; }

.post-full-meta-date {
  color: var(--blue); }

.date-divider {
  display: inline-block;
  margin: 0 6px 1px; }

.post-full-image {
  margin: 0 -10vw -165px;
  background: var(--lightgrey) center center;
  border-radius: 5px;
  overflow: hidden; }

.post-full-image img {
  width: 100%;
  height: 800px;
  object-fit: cover; }

@media (max-width: 1170px) {
  .post-full-image {
    margin: 0 -4vw -100px;
    border-radius: 0; }
  .post-full-image img {
    height: 600px; } }

@media (max-width: 800px) {
  .post-full-image img {
    height: 400px; } }

.post-full-content {
  position: relative;
  margin: 0 auto;
  padding: 70px 100px 0;
  min-height: 230px;
  line-height: 1.6em;
  background: #fff; }

@media (max-width: 1170px) {
  .post-full-content {
    padding: 5vw 7vw 0; } }

@media (max-width: 800px) {
  .post-full-content {
    font-size: 1.9rem; } }

.post-full-content:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -5px;
  z-index: -1;
  display: block;
  width: 20px;
  height: 200px;
  background: rgba(39, 44, 49, 0.15);
  filter: blur(5px);
  transform: rotate(-5deg); }

.post-full-content:after {
  content: "";
  position: absolute;
  top: 15px;
  right: -5px;
  z-index: -1;
  display: block;
  width: 20px;
  height: 200px;
  background: rgba(39, 44, 49, 0.15);
  filter: blur(5px);
  transform: rotate(5deg); }

.no-image .post-full-content {
  padding-top: 0; }

.no-image .post-full-content:before,
.no-image .post-full-content:after {
  display: none; }

.post-full-content h1,
.post-full-content h2,
.post-full-content h3,
.post-full-content h4,
.post-full-content h5,
.post-full-content h6,
.post-full-content p,
.post-full-content ul,
.post-full-content ol,
.post-full-content dl,
.post-full-content pre,
.post-full-content blockquote,
.post-full-comments,
.footnotes {
  min-width: 100%; }

.post-full-content li {
  word-break: break-word; }

.post-full-content li p {
  margin: 0; }

.post-full-content a {
  color: #000;
  word-break: break-word;
  box-shadow: var(--orange) 0 -1px 0 inset;
  text-decoration: none; }

.post-full-content a:hover {
  color: var(--orange);
  text-decoration: none; }

.post-full-content strong,
.post-full-content em {
  color: color(var(--darkgrey) l(-5%)); }

.post-full-content small {
  display: inline-block;
  line-height: 1.6em; }

.post-full-content li:first-child {
  margin-top: 0; }

.post-full-content img,
.post-full-content video {
  display: block;
  margin: 1.5em auto;
  max-width: 1040px;
  height: auto; }

@media (max-width: 1040px) {
  .post-full-content img,
  .post-full-content video {
    width: 100%; } }

/* Full bleed images (#full)
Super neat trick courtesy of @JoelDrapper

Usage (In Ghost edtior):

![img](/some/image.jpg#full)

*/
.post-full-content img[src$="#full"] {
  max-width: none;
  width: 100vw; }

/* Image captions

Usage (In Ghost editor):

![img](/some/image.jpg)
<small>Your image caption</small>

*/
.post-full-content img + br + small {
  display: block;
  margin-top: -3em;
  margin-bottom: 1.5em;
  text-align: center; }

/* Override third party iframe styles */
.post-full-content iframe {
  margin: 0 auto !important; }

.post-full-content blockquote {
  margin: 0 0 1.5em;
  padding: 0 1.5em;
  border-left: #3eb0ef 3px solid; }

.post-full-content blockquote p {
  margin: 0 0 1em 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: italic; }

.post-full-content blockquote p:last-child {
  margin-bottom: 0; }

.post-full-content code {
  padding: 0 5px 2px;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 400 !important;
  background: var(--whitegrey);
  border-radius: 3px; }

.post-full-content p code {
  word-break: break-all; }

.post-full-content pre {
  overflow-x: auto;
  margin: 1.5em 0 3em;
  padding: 20px;
  max-width: 100%;
  border: color(var(--darkgrey) l(-10%)) 1px solid;
  color: var(--whitegrey);
  font-size: 1.4rem;
  line-height: 1.5em;
  background: color(var(--darkgrey) l(-3%));
  border-radius: 5px; }

.post-full-content pre code {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  background: transparent; }

.post-full-content pre code :not(span) {
  color: inherit; }

.post-full-content .fluid-width-video-wrapper {
  margin: 1.5em 0 3em; }

.post-full-content hr {
  margin: 4vw 0; }

.post-full-content hr:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  display: block;
  margin-left: -10px;
  width: 1px;
  height: 30px;
  background: color(var(--lightgrey) l(10%));
  box-shadow: #fff 0 0 0 5px;
  transform: rotate(45deg); }

.post-full-content h1,
.post-full-content h2,
.post-full-content h3,
.post-full-content h4,
.post-full-content h5,
.post-full-content h6 {
  color: color(var(--darkgrey) l(-5%));
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; }

.post-full-content h1 {
  margin: 0.5em 0 0.2em 0;
  font-size: 4.6rem;
  font-weight: 700; }

@media (max-width: 500px) {
  .post-full-content h1 {
    font-size: 2.8rem; } }

.post-full-content h2 {
  margin: 0.5em 0 0.2em 0;
  font-size: 3.6rem;
  font-weight: 700; }

@media (max-width: 500px) {
  .post-full-content h2 {
    font-size: 2.6rem; } }

.post-full-content h3 {
  margin: 0.5em 0 0.2em 0;
  font-size: 2.8rem;
  font-weight: 700; }

@media (max-width: 500px) {
  .post-full-content h3 {
    font-size: 2.2rem; } }

.post-full-content h4 {
  margin: 0.5em 0 0.2em 0;
  font-size: 2.8rem;
  font-weight: 700; }

@media (max-width: 500px) {
  .post-full-content h4 {
    font-size: 2.2rem; } }

.post-full-content h5 {
  display: block;
  margin: 0.5em 0;
  padding: 1em 0 1.5em;
  border: 0;
  color: var(--blue);
  font-size: 3.2rem;
  line-height: 1.35em;
  text-align: center; }

@media (min-width: 1180px) {
  .post-full-content h5 {
    max-width: 1060px;
    width: 100vw; } }

@media (max-width: 500px) {
  .post-full-content h5 {
    padding: 0 0 0.5em;
    font-size: 2.2rem; } }

.post-full-content h6 {
  margin: 0.5em 0 0.2em 0;
  font-size: 2.3rem;
  font-weight: 700; }

@media (max-width: 500px) {
  .post-full-content h6 {
    font-size: 2rem; } }

.footnotes-sep {
  margin-bottom: 30px; }

.footnotes {
  font-size: 1.5rem; }

.footnotes p {
  margin: 0; }

.footnote-backref {
  color: var(--blue) !important;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none !important;
  box-shadow: none !important; }

/* Some grouped styles for smaller viewports */
@media (max-width: 500px) {
  .post-full-meta {
    font-size: 1.2rem;
    line-height: 1.3em; }
  .post-full-image {
    margin-bottom: 4vw;
    height: 350px; }
  .post-full-content {
    padding: 0; }
  .post-full-content:before,
  .post-full-content:after {
    display: none; } }

/* Tables */
.post-full-content table {
  display: inline-block;
  overflow-x: auto;
  margin: 0.5em 0 2.5em;
  max-width: 100%;
  width: auto;
  border-spacing: 0;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  white-space: nowrap;
  vertical-align: top; }

.post-full-content table {
  -webkit-overflow-scrolling: touch;
  background: radial-gradient(ellipse at left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(ellipse at right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
  background-attachment: scroll, scroll;
  background-size: 10px 100%, 10px 100%;
  background-repeat: no-repeat; }

.post-full-content table td:first-child {
  background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 20px 100%;
  background-repeat: no-repeat; }

.post-full-content table td:last-child {
  background-image: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
  background-position: 100% 0;
  background-size: 20px 100%;
  background-repeat: no-repeat; }

.post-full-content table th {
  color: var(--darkgrey);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-align: left;
  text-transform: uppercase;
  background-color: color(var(--whitegrey) l(4%)); }

.post-full-content table th,
.post-full-content table td {
  padding: 6px 12px;
  border: color(var(--whitegrey) l(-1%) s(-5%)) 1px solid; }

/* 7.1. Subscribe Form
/* ---------------------------------------------------------- */
.subscribe-form {
  margin: 1.5em 0;
  padding: 6.5vw 7vw 7vw;
  border: color(var(--whitegrey) l(2%)) 1px solid;
  text-align: center;
  background: color(var(--whitegrey) l(4%));
  border-radius: 7px; }

.subscribe-form-title {
  margin: 0 0 3px 0;
  padding: 0;
  color: var(--darkgrey);
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 700; }

.subscribe-form p {
  margin-bottom: 1em;
  color: #1D1B27;
  font-size: 2.2rem;
  line-height: 1.55em;
  letter-spacing: 0.2px; }

.subscribe-form form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 420px; }

.subscribe-form .form-group {
  flex-grow: 1; }

.subscribe-email {
  display: block;
  padding: 10px;
  width: 100%;
  border: color(var(--lightgrey) l(7%)) 1px solid;
  color: #1D1B27;
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: normal;
  user-select: text;
  border-radius: 5px;
  transition: border-color 0.15s linear;
  -webkit-appearance: none; }

.subscribe-email:focus {
  outline: 0;
  border-color: color(var(--lightgrey) l(-2%)); }

.subscribe-form button {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 20px;
  height: 41px;
  outline: none;
  color: #fff;
  font-size: 1.5rem;
  line-height: 37px;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.14);
  -webkit-font-smoothing: subpixel-antialiased; }

@media (max-width: 650px) {
  .subscribe-form-title {
    font-size: 2.4rem; }
  .subscribe-form p {
    font-size: 1.6rem; } }

@media (max-width: 500px) {
  .subscribe-form form {
    flex-direction: column; }
  .subscribe-form .form-group {
    width: 100%; }
  .subscribe-form button {
    margin: 10px 0 0 0;
    width: 100%; } }

/* 7.2. Post Footer
/* ---------------------------------------------------------- */
.post-full-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 3vw 0 6vw 0;
  max-width: 840px; }

/* 7.2.1 Single Author Byline
/* ---------------------------------------------------------- */
.author-card {
  display: flex; }

.author-card .author-profile-image,
.author-card .avatar-wrapper {
  margin-right: 15px;
  width: 60px;
  height: 60px;
  color: #413DDD;
  border-color: #413DDD; }

.author-card-name {
  margin: 8px 0 2px 0;
  padding: 0;
  font-size: 2rem; }

.author-card-name a {
  color: var(--darkgrey);
  font-weight: 700; }

.author-card-name a:hover {
  text-decoration: none; }

.author-card-content p {
  margin: 0;
  color: #1D1B27;
  line-height: 1.3em; }

.post-full-footer-right {
  flex-shrink: 0;
  margin-left: 20px; }

.author-card-button {
  display: block;
  padding: 9px 16px;
  border: color(#1D1B27 l(20%)) 1px solid;
  color: #1D1B27;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 20px;
  transition: all ease 0.2s; }

.author-card-button:hover {
  border-color: var(--blue);
  color: var(--blue);
  text-decoration: none; }

/* 7.2.2 Multiple Author Byline
/* ---------------------------------------------------------- */
.post-full-authors {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  padding-top: 40px;
  border-top: color(var(--lightgrey) l(10%)) 1px solid; }

.post-full-authors-content {
  margin-bottom: 20px; }

.post-full-authors-content p {
  margin-bottom: 0;
  color: #1D1B27;
  font-size: 1.4rem;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: uppercase; }

.post-full-authors-content a {
  display: inline-block;
  color: color(var(--darkgrey) l(20%));
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase; }

.post-full-footer .author-list {
  justify-content: center;
  padding: 10px 20px; }

.author-card .author-profile-image,
.author-card .avatar-wrapper {
  position: relative;
  margin-right: 15px; }

.author-list-item .author-card {
  position: absolute;
  bottom: 130%;
  left: 50%;
  z-index: 300;
  display: block;
  margin-left: -160px;
  width: 320px;
  font-size: 1.4rem;
  letter-spacing: 0.2px;
  background: white;
  border-radius: 6px;
  box-shadow: rgba(39, 44, 49, 0.08) 0 12px 26px, rgba(39, 44, 49, 0.03) 1px 3px 8px;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transform: scale(0.98) translateY(15px);
  pointer-events: none; }

.author-list-item .author-card:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-top: 12px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent; }

.author-list-item .author-card.hovered {
  opacity: 1.0;
  transform: scale(1) translateY(0px);
  pointer-events: auto; }

.author-card .basic-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px 20px 20px;
  color: #fff;
  background: var(--darkgrey);
  border-radius: 6px 6px 0 0; }

.author-card .basic-info h2 {
  margin: 1em 0 0.5em; }

.author-card .bio {
  padding: 20px 20px 0; }

@media (max-width: 650px) {
  .author-list-item .author-card {
    display: none; } }

.basic-info .author-profile-image {
  margin: 0;
  width: 88px;
  height: 88px;
  border: none; }

.basic-info .avatar-wrapper {
  position: relative;
  margin: 0;
  width: 88px;
  height: 88px;
  border: none;
  background: rgba(229, 239, 245, 0.1); }

.basic-info .avatar-wrapper svg {
  margin: 0;
  width: 88px;
  height: 88px;
  opacity: 0.15; }

/* 7.3. Comments
/* ---------------------------------------------------------- */
.post-full-comments {
  margin: 0 auto;
  max-width: 840px; }

/* 7.4. Related posts
/* ---------------------------------------------------------- */
.read-next-feed {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 40px 0 0 0; }

.read-next-card {
  position: relative;
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: 0 20px 40px;
  padding: 25px;
  color: #fff;
  background: var(--darkgrey) center center;
  background-size: cover;
  border-radius: 5px;
  box-shadow: rgba(39, 44, 49, 0.06) 8px 14px 38px, rgba(39, 44, 49, 0.03) 1px 3px 8px; }

.read-next-card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(135deg, rgba(0, 40, 60, 0.8) 0%, rgba(0, 20, 40, 0.7) 100%);
  border-radius: 5px;
  backdrop-filter: blur(2px); }

.read-next-card-header {
  position: relative;
  z-index: 50;
  padding-top: 20px;
  text-align: center; }

.read-next-card-header-sitetitle {
  display: block;
  font-size: 1.3rem;
  line-height: 1.3em;
  opacity: 0.8; }

.read-next-card-header-title {
  margin: 0;
  padding: 0 20px;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2em;
  letter-spacing: 1px; }

.read-next-card-header-title a {
  color: #fff;
  font-weight: 300;
  text-decoration: none; }

.read-next-card-header-title a:hover {
  text-decoration: none; }

.read-next-divider {
  position: relative;
  display: flex;
  justify-content: center;
  height: 80px; }

.read-next-divider svg {
  width: 40px;
  fill: transparent;
  stroke: #fff;
  stroke-width: 0.5px;
  stroke-opacity: 0.65; }

.read-next-card-content {
  position: relative;
  z-index: 50;
  flex-grow: 1;
  display: flex;
  font-size: 1.7rem; }

.read-next-card-content ul {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  list-style: none; }

.read-next-card-content li {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.25em;
  font-weight: 200;
  letter-spacing: -0.5px; }

.read-next-card-content li a {
  display: block;
  padding: 20px 0;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  color: #fff;
  font-weight: 500;
  vertical-align: top;
  transition: opacity 0.3s ease; }

.read-next-card-content li:first-of-type a {
  padding-top: 10px; }

.read-next-card-content li a:hover {
  opacity: 1; }

.read-next-card-footer {
  position: relative;
  margin: 15px 0 3px 0;
  text-align: center; }

.read-next-card-footer a {
  color: #fff; }

/* 7.5. Floating Header
/* ---------------------------------------------------------- */
.floating-header {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: rgba(0, 0, 0, 0.06) 1px solid;
  background: rgba(255, 255, 255, 0.95);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, -120%, 0); }

.floating-active {
  visibility: visible;
  transition: all 500ms cubic-bezier(0.22, 1, 0.27, 1);
  transform: translate3d(0, 0, 0); }

.floating-header-logo {
  overflow: hidden;
  margin: 0 0 0 20px;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: -1px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.floating-header-logo a {
  display: flex;
  align-items: center;
  color: var(--darkgrey);
  line-height: 1.1em;
  font-weight: 700; }

.floating-header-logo a:hover {
  text-decoration: none; }

.floating-header-logo img {
  margin: 0 10px 0 0;
  max-height: 20px; }

.floating-header-divider {
  margin: 0 5px;
  line-height: 1em; }

.floating-header-title {
  flex: 1;
  overflow: hidden;
  margin: 0;
  color: #2e2e2e;
  font-size: 1.6rem;
  line-height: 1.3em;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap; }

.floating-header-share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 2%;
  font-size: 1.3rem;
  line-height: 1; }

.floating-header-share a {
  display: flex;
  justify-content: center;
  align-items: center; }

.floating-header-share svg {
  width: auto;
  height: 16px;
  fill: #fff; }

.floating-header-share-label {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500; }

.floating-header-share-label svg {
  margin: 0 5px 0 10px;
  width: 18px;
  height: 18px;
  stroke: rgba(0, 0, 0, 0.7);
  transform: rotate(90deg); }

.floating-header-share-tw,
.floating-header-share-fb {
  display: block;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1); }

.floating-header-share-tw {
  background: #33b1ff; }

.floating-header-share-fb {
  background: #005e99; }

.progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  border: none;
  color: var(--blue);
  background: transparent;
  appearance: none; }

.progress::-webkit-progress-bar {
  background-color: transparent; }

.progress::-webkit-progress-value {
  background-color: var(--blue); }

.progress::-moz-progress-bar {
  background-color: var(--blue); }

.progress-container {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: transparent; }

.progress-bar {
  display: block;
  width: 50%;
  height: inherit;
  background-color: var(--blue); }

@media (max-width: 900px) {
  .floating-header {
    height: 40px; }
  .floating-header-title,
  .floating-header-logo {
    font-size: 1.5rem; }
  .floating-header-share-tw,
  .floating-header-share-fb {
    width: 40px;
    height: 40px;
    line-height: 38px; } }

@media (max-width: 800px) {
  .floating-header-logo {
    margin-left: 10px; }
  .floating-header-logo a {
    color: #2e2e2e; }
  .floating-header-title,
  .floating-header-divider {
    visibility: hidden; } }

@media (max-width: 450px) {
  .floating-header-share-label {
    display: none; } }

/* 7.6. Koenig Styles
/* ---------------------------------------------------------- */
.post-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 920px;
  margin: 0 auto; }
  .post-content p {
    margin-bottom: 0; }
  .post-content ul {
    margin-top: 2.4rem; }

.post-template .post-content > p:first-child {
  font-size: 1.25em;
  line-height: 1.5em; }

.post-full-content .kg-image {
  max-width: 100%; }

/* Preventing full-width image overlap with post image.  */
.post-full-image + .post-full-content .kg-content *:first-child .kg-image {
  width: 100%; }

.post-full-content .kg-width-wide .kg-image {
  max-width: 1040px; }

.post-full-content .kg-width-full .kg-image {
  max-width: 100vw; }

.post-full-content figure {
  margin: 1.5em 0 3em; }

.post-full-content figure img {
  margin: 0; }

.post-full-content figcaption {
  margin: 1.0em 0 0;
  font-size: 80%;
  line-height: 1.6em;
  text-align: center; }

.kg-width-full figcaption {
  padding: 0 1.5em; }

.kg-embed-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; }

.kg-embed-card .fluid-width-video-wrapper {
  margin: 0; }

@media (max-width: 1040px) {
  .post-full-content .kg-width-full .kg-image {
    width: 100vw; } }

.kg-gallery-container {
  display: flex;
  flex-direction: column;
  max-width: 1040px;
  width: 100vw; }

.kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%; }

.kg-gallery-row:not(:first-of-type) {
  margin: 0.75em 0 0 0; }

.kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.75em; }

.kg-gallery-card + .kg-image-card.kg-width-wide,
.kg-gallery-card + .kg-gallery-card,
.kg-image-card.kg-width-wide + .kg-gallery-card,
.kg-image-card.kg-width-wide + .kg-image-card.kg-width-wide {
  margin: -2.25em 0 3em; }

/* 8. Author Template
/* ---------------------------------------------------------- */
.site-header-content .author-profile-image {
  z-index: 10;
  flex-shrink: 0;
  margin: 0 0 20px 0;
  width: 100px;
  height: 100px;
  box-shadow: rgba(255, 255, 255, 0.1) 0 0 0 6px; }

.site-header-content .author-bio {
  z-index: 10;
  flex-shrink: 0;
  margin: 5px 0 10px 0;
  max-width: 600px;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 300;
  letter-spacing: 0.5px;
  opacity: 0.8; }

.site-header-content .author-meta {
  z-index: 10;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px 0;
  font-style: italic; }

.site-header-content .author-location svg {
  height: 1.9rem;
  stroke: #fff; }

.site-header-content .bull {
  display: inline-block;
  margin: 0 12px;
  opacity: 0.5; }

.site-header-content .social-link:first-of-type {
  padding-left: 4px; }

@media (max-width: 500px) {
  .site-header-content .author-bio {
    font-size: 1.8rem;
    line-height: 1.15em;
    letter-spacing: 0; }
  .author-location,
  .author-stats {
    display: none; } }

/* 9. Error Template
/* ---------------------------------------------------------- */
.error-template .site-main {
  padding: 7vw 4vw; }

.site-nav-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.site-nav-center .site-nav-logo {
  margin-right: 0; }

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

.error-code {
  margin: 0;
  font-size: 12vw;
  line-height: 1em;
  letter-spacing: -5px;
  opacity: 0.3; }

.error-description {
  margin: 0;
  color: #1D1B27;
  font-size: 3rem;
  line-height: 1.3em;
  font-weight: 400; }

@media (max-width: 800px) {
  .error-description {
    margin: 5px 0 0 0;
    font-size: 1.8rem; } }

.error-link {
  display: inline-block;
  margin-top: 5px; }

.error-template .post-feed {
  padding-top: 0; }

/* 10. Subscribe Overlay
/* ---------------------------------------------------------- */
.subscribe-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 25, 40, 0.97);
  opacity: 0;
  transition: opacity 200ms ease-in;
  pointer-events: none;
  backdrop-filter: blur(3px); }

.subscribe-overlay:target {
  opacity: 1;
  pointer-events: auto; }

.subscribe-overlay-content {
  position: relative;
  z-index: 9999;
  margin: 0 0 5vw 0;
  padding: 4vw;
  color: #fff;
  text-align: center; }

.subscribe-overlay-logo {
  position: fixed;
  top: 23px;
  left: 30px;
  height: 30px; }

.subscribe-overlay-title {
  display: inline-block;
  margin: 0 0 10px 0;
  font-size: 6rem;
  line-height: 1.15em; }

.subscribe-overlay-description {
  margin: 0 auto 50px;
  max-width: 650px;
  font-size: 3rem;
  line-height: 1.3em;
  font-weight: 300;
  opacity: 0.8; }

.subscribe-overlay form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 500px; }

.subscribe-overlay .form-group {
  flex-grow: 1; }

.subscribe-overlay .subscribe-email {
  display: block;
  padding: 14px 20px;
  width: 100%;
  border: none;
  color: #1D1B27;
  font-size: 2rem;
  line-height: 1em;
  font-weight: normal;
  letter-spacing: 0.5px;
  user-select: text;
  border-radius: 8px;
  transition: border-color 0.15s linear;
  -webkit-appearance: none; }

.subscribe-email:focus {
  outline: 0;
  border-color: color(var(--lightgrey) l(-2%)); }

.subscribe-overlay button {
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0 25px;
  height: 52px;
  outline: none;
  color: #fff;
  font-size: 1.7rem;
  line-height: 37px;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.14);
  -webkit-font-smoothing: subpixel-antialiased; }

.subscribe-overlay-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block; }

.subscribe-overlay-close:before {
  content: "";
  position: absolute;
  top: 40px;
  right: 25px;
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  opacity: 0.8;
  transform: rotate(45deg); }

.subscribe-overlay-close:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 25px;
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  opacity: 0.8;
  transform: rotate(-45deg); }

.subscribe-overlay-close:hover {
  cursor: default; }

/* 11. Site Footer
/* ---------------------------------------------------------- */
.site-footer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 60px;
  color: #ccc;
  background: #333; }

.site-footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3rem; }

.site-footer-content > * {
  margin: 0.5rem; }

.site-footer-content a {
  color: rgba(255, 255, 255, 0.7); }

.site-footer-content a:hover {
  color: white;
  text-decoration: none; }

.site-footer-nav {
  display: flex; }

.site-footer-nav a {
  position: relative;
  margin-left: 20px;
  color: #ccc; }

.site-footer-nav a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -11px;
  display: block;
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 100%; }

.site-footer-nav a:first-of-type:before {
  display: none; }

@media (max-width: 650px) {
  .site-footer-content {
    flex-direction: column; }
  .site-footer-nav a:first-child {
    margin-left: 0; } }

/* Custom API page
/* ---------------------------------------------------------- */
.content-api {
  padding-right: 150px; }

.fixed-menu {
  position: fixed;
  right: 5rem;
  padding: 2rem;
  background: #f0f0f0;
  border-radius: 2px;
  width: 200px; }

.fixed-menu:empty {
  display: none; }

.fixed-menu ul {
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none; }

.fixed-menu ul li {
  color: #f26536;
  cursor: pointer; }

.fixed-menu ul li:hover {
  text-decoration: underline;
  text-decoration-style: dashed; }

@media (max-width: 650px) {
  .content-api {
    padding-right: 0; }
  .fixed-menu {
    position: static;
    width: 100%;
    margin-bottom: 2rem; } }

/* Custom homepage section
/* ---------------------------------------------------------- */
.box {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.box.box-gray {
  background-color: #f0f0f0; }

.box h2 {
  text-align: center;
  margin-bottom: 4rem;
  margin-top: 0; }

.box h3 {
  font-weight: 700;
  margin: 2rem 0; }

.box-header h1 {
  margin-top: 200px;
  margin-bottom: 25px;
  font-size: 2.7em;
  line-height: 125%;
  color: #fff; }

.list-head {
  font-size: 1.5rem;
  padding-left: rem;
  color: #fff;
  list-style: none; }

.list-head li {
  line-height: 160%; }

.list-head li::before {
  content: '- ';
  margin-left: -8px; }

.box-profit {
  border-bottom-color: transparent;
  padding-bottom: 30px; }

.wrapper-profit-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto; }

.profit-block {
  min-width: calc(25% - 30px);
  -webkit-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  text-align: center;
  margin: 0 15px 50px;
  cursor: pointer; }

.profit-block:hover .profit-block__img::after {
  background-position: 0 100%; }

.profit-block:hover .profit-block__img i {
  background-position: 0 100%; }

.profit-block:first-child .profit-block__img i {
  width: 60px;
  height: 60px;
  background-image: url("../images/profit-img1.png"); }

.profit-block:nth-child(2) .profit-block__img i {
  width: 60px;
  height: 50px;
  background-image: url("../images/profit-img2.png"); }

.profit-block:nth-child(3) .profit-block__img i {
  width: 57px;
  height: 55px;
  background-image: url("../images/profit-img3.png"); }

.profit-block:nth-child(4) .profit-block__img i {
  width: 58px;
  height: 57px;
  background-image: url("../images/profit-img4.png"); }

.profit-block:nth-child(5) .profit-block__img i {
  width: 57px;
  height: 56px;
  background-image: url("../images/profit-img5.png"); }

.profit-block:nth-child(6) .profit-block__img i {
  width: 39px;
  height: 73px;
  background-image: url("../images/profit-img6.png"); }

.profit-block:nth-child(7) .profit-block__img i {
  width: 58px;
  height: 43px;
  background-image: url("../images/profit-img7.png"); }

.profit-block__img {
  width: 94px;
  height: 94px;
  margin: 0 auto 25px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.profit-block__img::before {
  content: "";
  width: 94px;
  height: 94px;
  border: 1px solid #fbac4a;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }

.profit-block__img::after {
  content: "";
  width: 130px;
  height: 130px;
  position: absolute;
  top: -20px;
  left: -20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../images/profit-item-bg.png");
  z-index: 1; }

.profit-block__img i {
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 3; }

.profit-block__text {
  max-width: 240px;
  color: #28292e;
  font-size: 18px;
  font-weight: 300;
  margin: 0 auto; }

/********************************
Стили для секции Как будет работать Ваш чат-бот?
********************************/
.box-demo {
  font-weight: 300;
  margin-bottom: 45px; }

.box-demo h2 {
  display: inline-block;
  font-size: 40px;
  line-height: 125%;
  font-weight: 100;
  text-align: left; }

.box-demo span {
  display: block;
  color: #28292e;
  font-size: 23px;
  margin-bottom: 25px; }

.box-demo p {
  margin-bottom: 25px; }

.box-demo .btn-green {
  background-color: transparent;
  color: #28292e;
  margin-bottom: 25px; }

.box-demo .btn-green:hover {
  background-color: #4fa84f;
  color: #ffffff; }

.box-demo small {
  display: block;
  color: #9f9f9f;
  font-size: 14px; }

.box-demo .section-img {
  position: relative;
  flex-basis: 50%;
  flex-shrink: 1;
  justify-content: flex-end;
  max-height: 300px; }

.box-demo .img-how-it-work {
  max-width: 400px;
  margin: 0 auto -60px;
  width: 100%; }

@media (max-width: 900px) {
  .box-demo .section-img {
    flex-basis: 100%;
    max-height: none; }
  .box-demo h2 {
    text-align: center; } }

.social-icon {
  width: 27px;
  height: 27px;
  margin: 0 8px 0 0;
  display: inline-block !important;
  vertical-align: middle;
  opacity: .5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.social-icon:hover {
  opacity: 1; }

/********************************
Стили для секции Запустите чат-бот и продавайте больше
********************************/
.box-howitworks .step {
  font-weight: 400;
  font-size: 3em;
  margin: 2rem 0; }

/********************************
Стили для секции Отзывы
********************************/
.reviews .quote {
  margin: 3rem 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

.reviews .quote img {
  margin-right: 2rem;
  width: 80px;
  height: 80px;
  border-radius: 50%; }

.reviews .quote .comment {
  font-style: italic;
  font-weight: 400;
  font-size: 1.4em;
  margin-bottom: 1rem; }

.reviews .quote .signature {
  text-align: left; }

/********************************
Стили для секции Тарифы
********************************/
.wrapper-tariff-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Open Sans"; }

.tariff-block {
  min-width: calc(25% - 30px);
  margin: 0 15px 30px;
  flex-basis: 257px;
  background-color: #f7f7f7;
  border: 1px solid #fbac4a;
  border-radius: 5px;
  box-shadow: 0 1px 8px rgba(1, 2, 2, 0.08);
  box-sizing: border-box;
  text-align: center; }

.tariff-block .btn {
  margin-bottom: 0;
  width: 100%; }

.tariff-block__title {
  padding: 2rem;
  background-color: #fbac4a;
  color: #ffffff;
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
  font-family: "Open Sans";
  text-align: left; }

.tariff-block__body {
  padding: 2rem; }

.tariff-price {
  margin-bottom: 2rem;
  font-weight: 400; }

.tariff-price span {
  display: block;
  color: #f26436;
  font-size: 2.6rem;
  text-transform: uppercase; }

.tariff-price small {
  color: #acacac;
  font-size: 1.6rem;
  line-height: 22px; }

.tariff-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  margin-left: 0; }

.tariff-list li {
  display: block;
  margin: 0 0 5px;
  color: #444449;
  font-size: 1.6rem;
  font-weight: 400; }

a.btn-go span {
  display: inline-block;
  vertical-align: middle; }

a.btn-go i {
  display: inline-block;
  vertical-align: top;
  background-image: url("../images/arrow-right-go.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  margin-left: 15px; }

a.btn-go:hover {
  opacity: .85;
  background-color: #4fa84f;
  color: #fff; }

/********************************
Стили для блока таблицы с тарифами
********************************/
.table-tariff {
  border-collapse: collapse;
  box-sizing: border-box;
  margin: auto; }

.table-tariff td,
.table-tariff th {
  border: 1px solid #e2e2e2;
  font-size: 1.2em;
  padding: 2rem;
  min-width: 190px; }

.table-tariff th {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold; }

.table-tariff tbody th {
  text-align: left; }

.table-tariff td {
  text-align: center;
  white-space: nowrap; }

.table-tariff td sup,
.table-tariff th sup {
  font-size: 12px;
  font-weight: normal; }

.table-tariff tr td:first-child {
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  white-space: normal; }

.table-tariff tfoot th,
.table-tariff tfoot td {
  border: none;
  padding: 0; }

@media screen and (max-width: 900px) {
  .table-tariff {
    min-width: 330px; }
  .table-tariff,
  .table-tariff thead,
  .table-tariff tbody,
  .table-tariff th,
  .table-tariff td,
  .table-tariff tr {
    display: block; }
  .table-tariff thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .table-tariff tr {
    border-bottom: 1px solid #aaaaaa; }
  .table-tariff td {
    border: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 40%;
    padding-right: 1rem;
    min-height: 82px; }
  .table-tariff tr td:first-child {
    padding: 2rem;
    font-weight: 700; }
  .table-tariff td:last-of-type {
    border-bottom: 0; }
  .table-tariff td[data-title]:before {
    content: attr(data-title);
    position: absolute;
    top: 40%;
    left: 1rem;
    width: 35%;
    padding-right: 0;
    white-space: nowrap;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.3rem; }
  .table-tariff tr:last-child td:nth-child(4) {
    border-bottom-width: 1px; }
  .table-tariff th {
    border: none; }
  .table-tariff tfoot {
    display: block; }
  .table-tariff tfoot td {
    display: none; }
  .table-tariff td:last-child {
    display: block; } }

.tariff-synopsis {
  color: #738a94;
  padding: 2rem; }

.tariff-synopsis p {
  margin: 0.5rem 0;
  font-size: 1.4rem; }

.partners-h2 {
  color: #252435;
  font-size: 4rem;
  font-weight: 600;
  text-align: center; }

.partners-benefits__wrapper {
  background-color: #602ed4; }

.partners-benefits {
  display: flex;
  justify-content: center;
  flex-direction: column; }
  @media (min-width: 1025px) {
    .partners-benefits {
      flex-direction: row; } }

.partners-benefits__item {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 24px; }
  @media (min-width: 1025px) {
    .partners-benefits__item {
      flex-direction: column;
      margin: 0 auto 0 auto; } }

.partners-benefits__item-icon {
  width: 48px;
  height: 48px;
  margin: 16px 16px 0 0; }
  .partners-benefits__item-icon > svg {
    width: 48px;
    height: 48px; }
  @media (min-width: 1025px) {
    .partners-benefits__item-icon {
      width: 72px;
      height: 72px;
      margin: 0 0 16px 0; }
      .partners-benefits__item-icon > svg {
        width: 72px;
        height: 72px; } }

.partners-price-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 30px 15px;
  margin-bottom: 30px; }

.partners-price-list__item {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.partners-price-list__item-header {
  background-color: #602ed4;
  color: #fff;
  padding: 24px; }

.partners-price-list__item-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600; }

.partners-price-list__item-price {
  display: flex;
  flex-direction: row;
  white-space: nowrap; }

.partners-price-list__item-price-value {
  font-size: 36px;
  line-height: 36px;
  font-weight: 600; }

.partners-price-list__item-price-postfix {
  font-size: 24px;
  line-height: 40px;
  align-self: flex-end; }

.partners-price-list__item-content {
  padding: 24px; }

.partners-price-list__item-content--min-height-190 {
  min-height: 190px; }

.partners-price-list__item-footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 24px 24px; }

.partners-price-list__notes {
  font-size: 0.9em;
  margin: 0;
  color: #738a94; }

.partners-contact-form-section {
  padding-top: 0; }

.partners-contact-form {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 1025px) {
    .partners-contact-form {
      justify-content: center; } }

.partners-contact-form__input-email {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-sizing: border-box;
  padding: 15px;
  font-size: 18px;
  line-height: 24px;
  max-width: 400px;
  width: 100%; }
  @media (min-width: 1025px) {
    .partners-contact-form__input-email {
      max-width: 600px; } }

.partners-contact-form__input-button {
  box-sizing: border-box;
  margin-top: 24px;
  max-width: 400px;
  width: 100%; }
  @media (min-width: 1025px) {
    .partners-contact-form__input-button {
      width: auto; } }

.partners-faq-section {
  padding-top: 0; }

/* 15. Slider Chat
/* ---------------------------------------------------------- */
/**
 * Swiper 3.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 27, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto; }

/* Cube */
.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.sectionr-chat {
  position: relative; }

.sectionr-chat,
.sectionr-chat .swiper-container,
.sectionr-chat .swiper-slide img {
  margin: 0 auto;
  width: 220px;
  height: 450px; }

.sectionr-chat .swiper-button-next,
.sectionr-chat .swiper-button-prev {
  display: block;
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.sectionr-chat .swiper-button-prev,
.sectionr-chat .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); }

.sectionr-chat .swiper-button-next,
.sectionr-chat .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E"); }

.sectionr-chat .swiper-pagination-bullet {
  margin: 0 5px;
  background: #fff;
  opacity: 0.5; }

.sectionr-chat .swiper-pagination-bullet-active {
  opacity: 1; }

@keyframes splide-loading {
  0% {
    transform: rotate(0); }
  to {
    transform: rotate(1turn); } }

.splide__container {
  box-sizing: border-box;
  position: relative; }

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d; }

.splide.is-initialized {
  visibility: visible; }
  .splide.is-initialized:not(.is-active) .splide__list {
    display: block; }

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1; }
  .splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto; }

.splide__progress__bar {
  width: 0;
  background: #ccc;
  height: 3px; }

.splide {
  outline: none;
  position: relative;
  visibility: hidden; }

.splide.is-rendered {
  visibility: visible; }

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative; }
  .splide__slide img {
    vertical-align: bottom; }

.splide__slider {
  position: relative; }

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0; }

.splide--draggable > .splide__slider > .splide__track {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.splide--draggable > .splide__track {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.splide--fade > .splide__slider > .splide__track > .splide__list {
  display: block; }
  .splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0; }
  .splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1; }

.splide--fade > .splide__track > .splide__list {
  display: block; }
  .splide--fade > .splide__track > .splide__list > .splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0; }
  .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1; }

.splide--rtl {
  direction: rtl; }
  .splide--rtl > .splide__arrows .splide__arrow--prev {
    left: auto;
    right: 1em; }
    .splide--rtl > .splide__arrows .splide__arrow--prev svg {
      transform: scaleX(1); }
  .splide--rtl > .splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto; }
    .splide--rtl > .splide__arrows .splide__arrow--next svg {
      transform: scaleX(-1); }
  .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev {
    left: auto;
    right: 1em; }
    .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg {
      transform: scaleX(1); }
  .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto; }
    .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg {
      transform: scaleX(-1); }
  .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
    left: auto;
    right: 1em; }
    .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
      transform: scaleX(1); }
  .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto; }
    .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
      transform: scaleX(-1); }

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list {
  display: block; }

.splide--ttb.is-active > .splide__track > .splide__list {
  display: block; }

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1; }
  .splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em; }
  .splide__arrow:hover {
    opacity: .9; }
  .splide__arrow:focus {
    outline: none; }

.splide__arrow--prev {
  left: 1em; }
  .splide__arrow--prev svg {
    transform: scaleX(-1); }

.splide__arrow--next {
  right: 1em; }

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  transition: transform .2s linear;
  width: 8px; }
  .splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9; }
  .splide__pagination__page:focus {
    outline: none; }

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4); }

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer; }
  .splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide:focus {
    outline: none; }

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #000; }

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer; }
  .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
    outline: none; }

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #000; }

.splide--ttb > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%); }

.splide--ttb > .splide__arrows .splide__arrow--prev {
  top: 1em; }
  .splide--ttb > .splide__arrows .splide__arrow--prev svg {
    transform: rotate(-90deg); }

.splide--ttb > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto; }
  .splide--ttb > .splide__arrows .splide__arrow--next svg {
    transform: rotate(90deg); }

.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%); }

.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em; }
  .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg {
    transform: rotate(-90deg); }

.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto; }
  .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg {
    transform: rotate(90deg); }

.splide--ttb > .splide__slider > .splide__pagination {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0; }

.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%); }

.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em; }
  .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
    transform: rotate(-90deg); }

.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto; }
  .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
    transform: rotate(90deg); }

.splide--ttb > .splide__pagination {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0; }

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
  font-family: sans-serif;
  z-index: 9999;
  display: flex;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out; }

#cookie-banner.cookie-banner--visible {
  transform: translateY(0); }

.cookie-banner__content {
  max-width: 960px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px; }

.cookie-banner__text {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  flex: 1 1 auto;
  min-width: 200px; }

.cookie-banner__link {
  text-decoration: underline;
  margin-left: 0.25rem; }

@media screen and (max-width: 600px) {
  .cookie-banner__content {
    flex-direction: column;
    align-items: flex-start; }
  .cookie-banner__button {
    margin-top: 0.75rem;
    width: 100%;
    text-align: center; } }

#top-notification-banner {
  width: 100%;
  background-color: #F4F4FF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out; }

#top-notification-banner.top-notification-banner--visible {
  max-height: 200px;
  opacity: 1; }

.top-notification-banner__content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px; }

.top-notification-banner__text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #1D1B27;
  flex: 1 1 auto; }
  .top-notification-banner__text span {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px; }

.top-notification-banner__icon {
  flex-shrink: 0;
  color: #413DDD; }

.top-notification-banner__link {
  color: #413DDD;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease; }
  .top-notification-banner__link:hover {
    color: #6562F2; }

.top-notification-banner__close {
  flex-shrink: 0;
  background: transparent;
  border: none;
  padding: 7px;
  cursor: pointer;
  color: #1D1B27;
  opacity: 0.6;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px; }
  .top-notification-banner__close:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.05); }
  .top-notification-banner__close:focus {
    outline: 2px solid #413DDD;
    outline-offset: 2px; }

@media screen and (max-width: 768px) {
  .top-notification-banner__content {
    padding: 10px 20px;
    gap: 12px; }
  .top-notification-banner__text {
    font-size: 13px;
    gap: 8px; }
  .top-notification-banner__icon {
    width: 18px;
    height: 18px; } }

@media screen and (max-width: 480px) {
  .top-notification-banner__text {
    font-size: 13px; }
    .top-notification-banner__text span {
      flex-direction: column;
      align-items: flex-start;
      gap: 4px; } }

/* Integrations Page Styles */
.section-integrations-recommended {
  padding: 4rem 0;
  display: flex;
  flex-direction: column; }
  .section-integrations-recommended h2 {
    text-align: left;
    margin-bottom: 3.2rem;
    width: 100%; }

.integrations-recommended-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  width: 100%; }
  @media (min-width: 769px) {
    .integrations-recommended-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 2.4rem; } }

.integration-recommended-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }
  .integration-recommended-card img {
    width: 100%;
    height: auto;
    display: block; }

.integrations-catalog {
  padding: 4rem 0; }

.integration-category {
  margin-bottom: 6.4rem; }
  .integration-category:last-child {
    margin-bottom: 0; }
  .integration-category h2 {
    margin-bottom: 3.2rem;
    color: #1D1B27; }

.integrations-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem; }
  @media (min-width: 769px) {
    .integrations-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 2.4rem; } }
  @media (min-width: 1025px) {
    .integrations-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 3.2rem; } }

.integration-card {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 16px;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease; }
  .integration-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border-color: #413DDD;
    transform: translateY(-4px); }
  .integration-card .integration-logo {
    max-width: 128px;
    height: 64px;
    margin-bottom: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: start; }
    .integration-card .integration-logo img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain; }
  .integration-card h3 {
    margin: 0 0 1.2rem 0;
    font-size: 2rem;
    line-height: 2.6rem;
    font-weight: 600;
    color: #1D1B27; }
  .integration-card p {
    margin: 0 0 2rem 0;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #1D1B27;
    flex-grow: 1; }
  .integration-card .btn {
    width: 100%;
    margin-top: auto; }
  .integration-card .integration-docs-link {
    display: block;
    font-size: 1.2rem;
    color: #6B7280;
    text-decoration: none;
    margin-top: auto;
    margin-bottom: 1.0rem;
    transition: color 0.2s ease;
    text-align: center; }
    .integration-card .integration-docs-link:hover {
      color: #413DDD; }

@media (max-width: 768px) {
  .section-integrations-recommended {
    padding: 2.4rem 0; }
    .section-integrations-recommended h2 {
      margin-bottom: 2rem; }
  .integrations-catalog {
    padding: 2.4rem 0; }
  .integration-category {
    margin-bottom: 4rem; }
    .integration-category h2 {
      margin-bottom: 2rem; }
  .integration-card {
    padding: 1.6rem; }
    .integration-card .integration-logo {
      max-width: 96px;
      height: 48px;
      margin-bottom: 1.2rem; }
    .integration-card h3 {
      font-size: 1.8rem;
      line-height: 2.4rem; } }
