/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&family=Roboto:wght@400;500;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

body {
  font-family: "Roboto", sans-serif;
  padding-top: 5rem;
  color: #8d96bd; }

.section-outer {
  padding: 0 1.25rem;
  border-bottom: 1px solid #c7d3ff; }

.section-inner {
  max-width: 900px;
  margin: 0 auto; }
  .section-inner--wide {
    max-width: 1200px; }

.vertical-indent--s {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.vertical-indent--m {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem; }

.vertical-indent--l {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem; }

@media (max-width: 991px) {
  .vertical-indent--m {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .vertical-indent--l {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

@media (max-width: 575px) {
  .vertical-indent--m {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
  .vertical-indent--l {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; } }

.input {
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  color: #7a85ad;
  background: #e9efff;
  border: 1px solid transparent;
  border-right: 0.125rem; }
  .input--size-lg {
    padding: 1.25rem 1.5rem;
    border-radius: 0.25rem; }

.btn {
  font-family: "Quicksand", sans-serif;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.75rem 1rem;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.125rem;
  transition: 0.2s; }
  .btn--size-lg {
    padding: 1.25rem 3.75rem;
    border-radius: 0.25rem; }
    @media (max-width: 991px) {
      .btn--size-lg {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
  .btn--primary {
    color: #3a79ff;
    background-color: #c7d3ff; }
    .btn--primary:hover {
      background-color: #aebfff; }
  .btn--secondary {
    color: #fff;
    background-color: #4c85ff; }
    .btn--secondary:hover {
      background-color: #3374ff; }
    .btn--secondary-inverted {
      color: #7a85ad;
      background-color: #fff; }
      .btn--secondary-inverted:hover {
        background-color: #f2f2f2; }
  .btn--no-bg {
    color: #abd4d2;
    border: 1px solid #c7d3ff; }
    .btn--no-bg:hover {
      color: #89c3c0;
      border: 1px solid #94abff; }
    .btn--no-bg-inverted {
      color: #c7d3ff;
      border-color: #e9efff; }
      .btn--no-bg-inverted:hover {
        color: #fafbff;
        border-color: white; }
  .btn--danger {
    color: #d43f3f;
    background-color: #ffd7d7; }
    .btn--danger:hover {
      background-color: #ffbebe; }
  .btn--grayscale {
    color: #7382a3;
    background-color: #f5f8ff; }
    .btn--grayscale:hover {
      background-color: #dce6ff; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", sans-serif;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #3d4f9f; }

h2 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
  font-size: 0.625rem;
  text-transform: uppercase; }

.section-subtitle {
  font-family: "Quicksand", sans-serif;
  margin-bottom: 1.75rem;
  font-size: 3rem;
  color: #3d4f9f; }

.ta-c {
  text-align: center; }

.dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center; }

.swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer; }
  .swiper-pagination-bullet::before {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    content: "";
    background-color: #c7d3ff;
    border-radius: 100%;
    transition: 0.2s; }
  .swiper-pagination-bullet-active::before {
    background-color: #5283ff; }
  .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 0.25rem; }

.btn-group {
  display: inline-flex; }
  .btn-group .btn:nth-child(1) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group .btn:nth-child(2) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

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

.main-navigation {
  display: flex;
  align-items: center; }
  .main-navigation__inner-wrap {
    display: flex;
    flex-grow: 1;
    align-items: center;
    margin-left: 4.5rem; }
    @media (max-width: 991px) {
      .section-header .main-navigation__inner-wrap {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 10;
        display: none;
        padding: 1.25rem;
        margin: 0;
        background-color: #fff; } }
    @media (max-width: 991px) {
      .main-navigation__inner-wrap {
        flex-direction: column; }
        .main-navigation__inner-wrap .socials,
        .main-navigation__inner-wrap .nav {
          margin-bottom: 1rem; }
        .main-navigation__inner-wrap,
        .main-navigation__inner-wrap .socials,
        .main-navigation__inner-wrap .btn-wrapper {
          margin-left: 0; } }
  @media (max-width: 991px) {
    .section-footer .main-navigation {
      flex-direction: column; }
      .section-footer .main-navigation .logo {
        margin-bottom: 1rem; } }

.section-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #fff; }
  .section-header::before {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100vw;
    height: 100vh;
    content: "";
    background-color: rgba(0, 0, 0, 0.5); }
  .section-header--active-nav::before {
    display: block; }
  .section-header--active-nav .main-navigation__inner-wrap {
    display: flex; }

.btn-burger {
  display: none;
  margin-left: auto; }
  .btn-burger__line {
    display: block;
    width: 1rem;
    height: 0.125rem;
    background-color: #c7d3ff; }
    .btn-burger__line + .btn-burger__line {
      margin-top: 0.25rem; }
  @media (max-width: 991px) {
    .btn-burger {
      display: block; } }

.logo__link {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #5e81fe;
  border-radius: 100%; }

.nav-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex; }
  .nav-wrapper__item + .nav-wrapper__item {
    margin-left: 2.5rem; }
    @media (max-width: 575px) {
      .nav-wrapper__item + .nav-wrapper__item {
        margin-left: 0; } }
  .nav-wrapper__item-link {
    font-family: "Quicksand", sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #8d96bd;
    text-decoration: none;
    transition: 0.2s; }
    .nav-wrapper__item-link:hover {
      color: #6188ff; }
    .nav-wrapper__item-link--active {
      font-weight: 700;
      color: #6188ff; }
  @media (max-width: 575px) {
    .nav-wrapper {
      flex-direction: column;
      align-items: center; }
      .nav-wrapper__item {
        margin: 0; } }

.socials {
  margin-left: auto; }

.socials-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center; }
  .socials-wrapper__item + .socials-wrapper__item {
    margin-left: 2.5rem; }
  .socials-wrapper__item-link path {
    fill: #aeb8d0;
    transition: 0.2s; }
  .socials-wrapper__item-link:hover path {
    fill: #6188ff; }

.btn-wrapper {
  margin-left: 2.75rem; }

.section-hero-image {
  position: relative;
  padding: 0;
  overflow: hidden; }
  .section-hero-image .dots {
    position: absolute;
    bottom: 1.75rem;
    left: 50%;
    transform: translateX(-50%); }

.slider-hero-image {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex; }
  .slider-hero-image__item {
    min-width: 100%;
    height: 35rem;
    text-align: center;
    background-image: url(/img/hero_image.png);
    background-position: 50% 100%;
    background-size: cover; }
    .slider-hero-image__item-content .section-subtitle {
      font-weight: 300; }
    .slider-hero-image__item-content span {
      font-weight: 400; }
    .slider-hero-image__item-content .text {
      max-width: 60%;
      margin: 0 auto 1.25rem;
      line-height: 2; }

.icon-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0.5rem 3rem rgba(174, 184, 208, 0.6); }
  .icon-play svg {
    width: 0.75rem;
    height: 0.75rem; }

.section-customers .section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .section-customers .section-inner a {
    opacity: 0.3;
    transition: 0.2s; }
    .section-customers .section-inner a:hover {
      opacity: 1; }
  @media (max-width: 767px) {
    .section-customers .section-inner {
      flex-wrap: wrap;
      justify-content: center; }
      .section-customers .section-inner a {
        flex-basis: 45%;
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
        text-align: center; } }

.section-plan-and-manage {
  position: relative;
  overflow: hidden;
  background-color: #f5f8ff; }
  .section-plan-and-manage__content {
    width: 60%; }
    .section-plan-and-manage__content .aside-image {
      position: absolute;
      top: 0;
      left: 50%; }
    .section-plan-and-manage__content .section-subtitle {
      font-weight: 300; }
    .section-plan-and-manage__content span {
      font-weight: 400; }
    .section-plan-and-manage__content .text {
      margin-bottom: 3rem;
      line-height: 2; }
    .section-plan-and-manage__content .btn-group svg {
      margin-left: 0.25rem; }
    @media (min-width: 992px) {
      .section-plan-and-manage__content {
        width: 50%; } }
    @media (max-width: 575px) {
      .section-plan-and-manage__content {
        width: 70%; }
        .section-plan-and-manage__content .aside-image {
          left: 40%; } }

.section-features {
  background: url(/img/clouds.svg) no-repeat 50% 50%; }
  .section-features .section-subtitle {
    font-size: 1.5rem;
    font-weight: 500; }
  .section-features .btns {
    display: flex;
    justify-content: center;
    margin: 0 auto; }

.features-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  margin: 0 0 6.25rem;
  text-align: center; }
  .features-list__item {
    position: relative;
    flex-basis: 25%; }
    .features-list__item + .features-list__item {
      margin-left: 2.5rem; }
      .features-list__item + .features-list__item ::before {
        position: absolute;
        top: 7.5rem;
        left: -2.125rem;
        width: 1.75rem;
        height: 1px;
        content: "";
        background-color: #c7d3ff; }
      @media (max-width: 575px) {
        .features-list__item + .features-list__item {
          margin-bottom: 2.5rem;
          margin-left: 0; }
          .features-list__item + .features-list__item::before {
            display: none; } }
    .features-list__item-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 4.25rem;
      height: 4.25rem;
      margin: 0 auto 2rem;
      background-color: #f5f8ff;
      border-radius: 100%; }
    .features-list__item-title {
      font-family: "Roboto", sans-serif;
      margin-bottom: 1.75rem;
      font-size: 1.125rem;
      font-weight: 700;
      color: #4074f8; }
    .features-list__item-text {
      font-size: 0.9375rem;
      line-height: 2; }
    @media (max-width: 575px) {
      .features-list__item {
        flex-basis: 45%; }
        .features-list__item-icon {
          margin-bottom: 1rem; }
        .features-list__item-title {
          margin-bottom: 0.75rem; } }
  @media (max-width: 991px) {
    .features-list {
      margin-bottom: 3.75rem; } }
  @media (max-width: 575px) {
    .features-list {
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 1.25rem; } }

.or-block {
  display: inline-flex;
  align-items: center;
  margin: 0 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1rem; }
  .or-block::before, .or-block::after {
    display: block;
    width: 1rem;
    height: 1px;
    content: "";
    background-color: #c7d3ff; }
  .or-block::before {
    margin-right: 1rem; }
  .or-block::after {
    margin-left: 1rem; }

.section-stats {
  display: flex;
  padding: 0;
  background-color: #e9efff; }
  .section-stats__icon {
    margin-bottom: 1.5rem; }
  .section-stats__number {
    font-family: "Quicksand", sans-serif;
    margin-bottom: 1.75rem;
    font-size: 3rem; }
  .section-stats__text {
    font-family: "Quicksand", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5; }
    @media (min-width: 992px) {
      .section-stats__text {
        width: 40%; } }
  .section-stats__left, .section-stats__right {
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
    padding: 4rem 5.5rem; }
  .section-stats__left {
    align-items: flex-end;
    color: #fff;
    text-align: right;
    background-color: #6888ff; }
  .section-stats__right {
    color: #5e80ff; }
  @media (max-width: 575px) {
    .section-stats__left, .section-stats__right {
      padding: 2rem 2.5rem; } }

.section-blog {
  background-color: #f5f8ff; }
  .section-blog .section-subtitle {
    font-size: 1.5rem;
    font-weight: 500; }

.slider-blog {
  position: relative;
  margin-bottom: 6.25rem; }
  @media (max-width: 991px) {
    .slider-blog {
      margin-bottom: 3.75rem; } }

.slider-blog-container {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c7d3ff;
  box-shadow: 0 0.75rem 3rem #c7d3ff; }

.slider-blog-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex; }
  .slider-blog-wrapper__item {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    min-width: 100%;
    padding: 4rem 2rem; }
    .slider-blog-wrapper__item-gallery {
      display: grid;
      grid-template-rows: repeat(2, 7.5rem);
      grid-template-columns: repeat(3, 7.5rem);
      grid-gap: 1rem;
      width: 100%; }
      .slider-blog-wrapper__item-gallery .image-link {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 0.25rem;
        box-shadow: 0 1rem 6.25rem #f5f8ff; }
        .slider-blog-wrapper__item-gallery .image-link::after {
          position: absolute;
          top: 50%;
          left: 50%;
          display: block;
          width: 4rem;
          height: 4rem;
          content: "";
          background: #fff url(/img/loupe.svg) no-repeat 50% 50%;
          border-radius: 100%;
          opacity: 0;
          transition: 0.2s;
          transform: translate(-50%, -50%); }
        .slider-blog-wrapper__item-gallery .image-link:hover::after {
          opacity: 1; }
        .slider-blog-wrapper__item-gallery .image-link img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .slider-blog-wrapper__item-gallery .image-link::before {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          content: "";
          opacity: 0.7; }
        .slider-blog-wrapper__item-gallery .image-link--b {
          grid-row: 1 / 3;
          grid-column: 1 / 3; }
          .slider-blog-wrapper__item-gallery .image-link--b::before {
            background: linear-gradient(transparent, #ffc735); }
        .slider-blog-wrapper__item-gallery .image-link--s-1 {
          grid-row: 1 / 2;
          grid-column: 3 / 4; }
          .slider-blog-wrapper__item-gallery .image-link--s-1::before {
            background: linear-gradient(transparent, #ff3535); }
        .slider-blog-wrapper__item-gallery .image-link--s-2 {
          grid-row: 2 / 3;
          grid-column: 3 / 4; }
      @media (max-width: 991px) {
        .slider-blog-wrapper__item-gallery {
          grid-template-rows: repeat(1, 1fr);
          grid-template-columns: repeat(3, 1fr);
          grid-gap: 0.5rem; }
          .slider-blog-wrapper__item-gallery .image-link {
            grid-row: 1 / 2; }
            .slider-blog-wrapper__item-gallery .image-link--b {
              grid-column: 1 / 2; }
            .slider-blog-wrapper__item-gallery .image-link--s-1 {
              grid-column: 2 / 3; }
            .slider-blog-wrapper__item-gallery .image-link--s-2 {
              grid-column: 3 / 4; } }
    .slider-blog-wrapper__item-content {
      flex-grow: 1;
      margin-left: 1.25rem; }
      .slider-blog-wrapper__item-content h3 {
        margin-bottom: 1.75rem;
        font-size: 2.25rem;
        color: #3d4f9f; }
      .slider-blog-wrapper__item-content .text {
        margin-bottom: 2.5rem;
        font-size: 0.9375rem;
        line-height: 2; }
    @media (max-width: 991px) {
      .slider-blog-wrapper__item {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem; }
        .slider-blog-wrapper__item-gallery {
          width: 50%; }
        .slider-blog-wrapper__item-content {
          position: relative;
          z-index: 5;
          margin-top: 1.5rem;
          margin-left: 0; }
          .slider-blog-wrapper__item-content h3 {
            margin-bottom: 0.75rem; } }
    @media (max-width: 575px) {
      .slider-blog-wrapper__item-gallery {
        width: 100%; } }

.btn-blog {
  position: absolute;
  top: 50%;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(/img/arrow.svg) no-repeat 50% 50%; }
  .btn-blog--prev {
    right: 100%;
    margin-right: 4rem;
    transform: translateY(-50%); }
  .btn-blog--next {
    left: 100%;
    margin-left: 4rem;
    transform: translateY(-50%) rotate(180deg); }
  @media (max-width: 1199px) {
    .btn-blog {
      display: none; } }

.section-quotes {
  overflow: hidden;
  background: linear-gradient(#eaebff, #f6f9ff); }
  .section-quotes .section-inner {
    display: flex;
    justify-content: space-between; }
    .section-quotes .section-inner .section-subtitle {
      font-size: 2.25rem;
      font-weight: 500; }
    @media (max-width: 991px) {
      .section-quotes .section-inner {
        flex-direction: column; } }
  .section-quotes__left, .section-quotes__right {
    width: 45%; }
    @media (max-width: 991px) {
      .section-quotes__left, .section-quotes__right {
        width: 100%; } }
  .section-quotes__left .text {
    line-height: 2; }

.slider-quotes-container {
  width: calc(50vw + 3rem);
  margin: -3rem 0 -0.5rem;
  overflow: hidden; }
  @media (max-width: 991px) {
    .slider-quotes-container {
      width: 110vw;
      margin-top: 0; } }

.slider-quotes {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex; }
  .slider-quotes__item {
    min-width: 25vw;
    padding: 3rem;
    opacity: 0.5;
    transition: 0.2s; }
    .slider-quotes__item.swiper-slide-active {
      opacity: 1; }
    @media (max-width: 991px) {
      .slider-quotes__item {
        width: 50vw;
        margin-top: 0; } }

.slider-quotes-item-content {
  position: relative;
  padding: 2.5rem 4.25rem 3.75rem;
  background-color: #fff;
  border: 1px solid #c7d3ff;
  box-shadow: 0 0.25rem 3rem #c7d3ff; }
  .slider-quotes-item-content__text {
    font-size: 1.125rem;
    line-height: 2;
    color: #676f95; }
  .slider-quotes-item-content__photo {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 3.75rem;
    height: 3.75rem;
    overflow: hidden;
    background-color: #fff;
    border-radius: 100%;
    transform: translate(-50%, -1.875rem); }

.section-faq .section-inner .section-subtitle {
  font-size: 1.5rem;
  font-weight: 500; }

.faq-accordion {
  padding: 0;
  margin: 0;
  list-style: none; }
  .faq-accordion__item {
    border-bottom: 1px solid #f5f8ff; }
    .faq-accordion__item--active .arrow {
      stroke: #495274; }
    .faq-accordion__item--active .faq-accordion__item-trigger-icon {
      transform: rotate(0); }
    .faq-accordion__item--active .faq-accordion__item-trigger-text {
      font-weight: 700;
      color: #495274; }
    .faq-accordion__item--active .faq-accordion__item-content {
      display: flex; }
    .faq-accordion__item-trigger {
      display: flex;
      padding: 1rem;
      cursor: pointer; }
      .faq-accordion__item-trigger-icon {
        width: 1rem;
        margin-right: 1rem;
        text-align: center;
        transform: rotate(180deg); }
        .faq-accordion__item-trigger-icon .arrow {
          stroke: #8e96b7; }
      .faq-accordion__item-trigger-text {
        font-size: 1.125rem; }
    .faq-accordion__item-content {
      display: none;
      padding: 0 1rem 1rem 3rem; }
      .faq-accordion__item-content-text {
        flex-grow: 1;
        font-size: 1.125rem;
        line-height: 2; }
      .faq-accordion__item-content-btn {
        margin-left: 3.75rem; }
      @media (max-width: 575px) {
        .faq-accordion__item-content {
          flex-direction: column; }
          .faq-accordion__item-content-text {
            margin-bottom: 0.5rem; }
          .faq-accordion__item-content-btn {
            margin-left: 0; } }

.section-get-started {
  position: relative;
  color: #fff;
  text-align: center;
  background: linear-gradient(#6888ff, #5e80ff); }
  .section-get-started::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    content: "";
    background: url(/img/clouds2.svg) no-repeat 50% 50%; }
  .section-get-started .section-inner {
    position: relative;
    z-index: 10; }
    .section-get-started .section-inner h2 {
      color: #fff; }
    .section-get-started .section-inner .section-subtitle {
      font-weight: 300;
      color: #fff; }
      .section-get-started .section-inner .section-subtitle span {
        font-weight: 500; }
    .section-get-started .section-inner .text {
      margin: 0 auto 2.5rem;
      line-height: 2; }
      @media (min-width: 576px) {
        .section-get-started .section-inner .text {
          max-width: 60%; } }

.section-newsletter {
  background-color: #f5f8ff; }
  .section-newsletter .section-inner {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .section-newsletter .section-inner {
        flex-direction: column; } }
  .section-newsletter__left {
    flex-basis: 35%; }
    .section-newsletter__left-title {
      font-family: "Quicksand", sans-serif;
      margin-bottom: 1rem;
      font-size: 1.5rem;
      font-weight: 700;
      color: #3d4f9f;
      text-transform: none; }
    .section-newsletter__left-text {
      font-size: 1.125rem;
      line-height: 2; }
    @media (max-width: 991px) {
      .section-newsletter__left {
        margin-bottom: 1.25rem; } }
  .section-newsletter__right {
    flex-basis: 55%; }

.form-newsletter {
  display: flex; }
  .form-newsletter__input {
    flex-grow: 1; }
  .form-newsletter__btn {
    margin-left: 0.75rem; }

.section-footer {
  border-bottom: 0; }

.copyright {
  font-family: "Quicksand", sans-serif;
  margin-top: 1.75rem;
  margin-left: 6rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #aeb8d0; }
  @media (max-width: 991px) {
    .copyright {
      margin-left: 0;
      text-align: center; } }
