﻿/*! 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.
 */
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: 1.67em 0 0 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 */
  -webkit-text-decoration: underline dotted;
  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;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/montserrat-regular.woff2") format("woff2"), url("../font/montserrat-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/montserrat-bold.woff2") format("woff2"), url("../font/montserrat-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Regular.woff2") format("woff2"), url("../font/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-Bold.woff2") format("woff2"), url("../font/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-SemiBold.woff2") format("woff2"), url("../font/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html {
  box-sizing: border-box;
  height: 100%;
}

* {
  box-sizing: inherit;
}

body {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.81818;
  color: #4B4B4B;
  margin: 0 auto;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  height: auto !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 62rem) {
  body {
    font-size: 1.125rem;
  }
}

body.hidden-overflow {
  overflow-x: hidden;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

@-webkit-keyframes show-dropdown {
  0% {
    visibility: hidden;
  }

  1% {
    visibility: visible;
  }

  100% {
    visibility: visible;
  }
}

@keyframes show-dropdown {
  0% {
    visibility: hidden;
  }

  1% {
    visibility: visible;
  }

  100% {
    visibility: visible;
  }
}

@-webkit-keyframes hide-dropdown {
  0% {
    visibility: visible;
  }

  98% {
    visibility: visible;
  }

  100% {
    visibility: hidden;
  }
}

@keyframes hide-dropdown {
  0% {
    visibility: visible;
  }

  98% {
    visibility: visible;
  }

  100% {
    visibility: hidden;
  }
}

.l-container,
.header-main__container,
.footer .container,
.s-heading__container,
.s-related__container,
.s-columns__container,
.s-hero__container,
.s-case__container,
.s-tiles__container,
.s-testimonial__container,
.s-try__container,
.s-trusted__container,
.s-superhero__container,
.s-welcome__container,
.s-features__container,
.s-listing__container,
.s-faq__container,
.s-plaintext__container,
.s-pricing__container,
.s-splitter__container,
.s-greeting__container,
.s-upgrading__container,
.s-advantages__container,
.s-discover__container,
.s-unlimited__container,
.s-integrations__container,
.s-buy__container,
.s-download__container,
.s-solution__container,
.s-landing__container,
.s-licence__container,
.t-wysiwyg__container,
.t-post__container,
.t-blog__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 62rem) {

  .l-container,
  .header-main__container,
  .footer .container,
  .s-heading__container,
  .s-related__container,
  .s-columns__container,
  .s-hero__container,
  .s-case__container,
  .s-tiles__container,
  .s-testimonial__container,
  .s-try__container,
  .s-trusted__container,
  .s-superhero__container,
  .s-welcome__container,
  .s-features__container,
  .s-listing__container,
  .s-faq__container,
  .s-plaintext__container,
  .s-pricing__container,
  .s-splitter__container,
  .s-greeting__container,
  .s-upgrading__container,
  .s-advantages__container,
  .s-discover__container,
  .s-unlimited__container,
  .s-integrations__container,
  .s-buy__container,
  .s-download__container,
  .s-solution__container,
  .s-landing__container,
  .s-licence__container,
  .t-wysiwyg__container,
  .t-post__container,
  .t-blog__container {
    padding-left: 2.9375rem;
    padding-right: 2.9375rem;
  }
}

.l-section {
  background: red;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

@media screen and (min-width: 48rem) {
  .l-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* conflict with plugin Layout and Styles */
.el-form .nf-form-wrap.nf-multi-cell .nf-row,
.el-wysiwyg .nf-form-wrap.nf-multi-cell .nf-row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.el-form .nf-form-wrap.nf-multi-cell .nf-cell,
.el-wysiwyg .nf-form-wrap.nf-multi-cell .nf-cell {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.el-form .ninja-forms-field,
.el-wysiwyg .ninja-forms-field {
  display: block;
  border: 1px solid #9E9E9E;
  border-radius: 0.25rem;
  padding: 0 1rem;
  height: 3.625rem;
  font-weight: 400;
  font-size: 1rem;
  font-family: Montserrat, Arial, sans-serif;
  color: #4B4B4B;
}

@media screen and (min-width: 62rem) {

  .el-form .ninja-forms-field,
  .el-wysiwyg .ninja-forms-field {
    font-size: 1.125rem;
  }
}

.el-form .ninja-forms-field[type="button"],
.el-wysiwyg .ninja-forms-field[type="button"] {
  border: none;
  background-color: #2A6FF6;
  min-width: 14rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.el-form .ninja-forms-field[type="button"]:hover,
.el-form .ninja-forms-field[type="button"]:active,
.el-wysiwyg .ninja-forms-field[type="button"]:hover,
.el-wysiwyg .ninja-forms-field[type="button"]:active {
  background-color: #1A4FB8;
}

.el-form textarea.ninja-forms-field,
.el-wysiwyg textarea.ninja-forms-field {
  resize: none;
  display: block;
  padding: 1rem;
  height: 18.125rem;
}

.el-form .nf-input-limit,
.el-wysiwyg .nf-input-limit {
  font-weight: 700;
  font-size: 1rem;
}

@media screen and (min-width: 62rem) {

  .el-form .nf-input-limit,
  .el-wysiwyg .nf-input-limit {
    font-size: 1.125rem;
  }
}

.el-form .nf-input-limit:not(:empty),
.el-wysiwyg .nf-input-limit:not(:empty) {
  margin-top: 1.5625rem;
}

.el-form .nf-error-msg,
.el-wysiwyg .nf-error-msg {
  margin-right: 0;
  font-size: 0.75rem;
  color: #FF0000;
}

.el-form .ninja-forms-req-symbol,
.el-wysiwyg .ninja-forms-req-symbol {
  color: #4B4B4B;
}

.el-wysiwyg .nf-before-form-content {
  margin-bottom: 2rem;
}

.el-wysiwyg .nf-field-container {
  margin-bottom: 2.5rem;
}

.el-wysiwyg .nf-field-container.submit-container {
  margin-bottom: 0;
}

.el-wysiwyg .nf-field-container.label-above .nf-field-label {
  margin-bottom: 0;
}

.el-wysiwyg .download-hero__form-btn {
  min-width: 0 !important;
  width: 100% !important;
}

.el-form .nf-before-form-content {
  margin-bottom: 1rem;
}

.el-form .nf-field-container {
  margin-bottom: 1rem;
}

.el-form .nf-field-label label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.81818;
}

@media screen and (min-width: 62rem) {
  .el-form .nf-field-label label {
    font-size: 1.125rem;
  }
}

.el-form .ninja-forms-field {
  border: 2px solid #9E9E9E;
  background-color: #fff;
}

.el-form .ninja-forms-field[type="button"] {
  margin-top: 3.5rem;
  width: 100%;
  font-size: 1.75rem;
  line-height: 1.78571;
  font-family: Poppins, Arial, sans-serif;
  background-color: #2A6FF6;
}

.el-form .ninja-forms-field[type="button"]:hover,
.el-form .ninja-forms-field[type="button"]:active {
  background-color: #1A4FB8;
}

.el-form .nf-after-form-content {
  margin-top: 1rem;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container {
  text-align: left;
  max-width: 100%;
  width: 100% !important;
}

body>.select2-container {
  width: auto !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 0.25rem;
  border: 1px solid #9E9E9E;
  height: 3.625rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 1rem;
  padding-right: 3.5rem;
  height: 3.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 3.5rem;
  font-family: Montserrat, Arial, sans-serif;
  color: #4B4B4B;
}

@media screen and (min-width: 62rem) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1.125rem;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 2.5rem;
  height: 3.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  left: auto;
  right: 0.25rem;
  top: 50%;
  z-index: 1;
  border-color: transparent #4B4B4B #4B4B4B transparent;
  border-style: solid;
  border-width: 0 2px 2px 0 !important;
  height: 18px;
  width: 18px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.select2-dropdown {
  border: 1px solid #9E9E9E;
  border-radius: 0.25rem;
}

.select2-dropdown .select2-results__option {
  padding: 0.5rem 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 3.5rem;
  font-family: Montserrat, Arial, sans-serif;
  color: #4B4B4B;
}

@media screen and (min-width: 62rem) {
  .select2-dropdown .select2-results__option {
    font-size: 1.125rem;
  }
}

.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  color: #4B4B4B;
  background-color: #F8F8FB;
}

.select2-ic {
  display: inline-block;
  margin-right: 0.625rem;
  width: 1.5rem;
  height: 1.5rem;
  color: currentColor;
  -webkit-transform: translateY(0.75rem);
  -ms-transform: translateY(0.75rem);
  transform: translateY(0.75rem);
}

.select2-ic svg {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  fill: currentColor;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon-burger-btn {
  width: 25px;
  height: 15px;
}

.icon-check {
  width: 16px;
  height: 13px;
}

.icon-checkmark {
  width: 16px;
  height: 16px;
}

.icon-close {
  width: 23px;
  height: 23px;
}

.icon-download {
  width: 33px;
  height: 33px;
}

.icon-ic-check {
  width: 18px;
  height: 18px;
}

.icon-ic-chevron {
  width: 15px;
  height: 8px;
}

.icon-ic-expand {
  width: 850.66px;
  height: 2000px;
}

.icon-ic-launch {
  width: 18px;
  height: 13px;
}

.icon-ic-mac {
  width: 20px;
  height: 24px;
}

.icon-ic-pc {
  width: 17px;
  height: 17px;
}

.icon-ic-share-facebook {
  width: 11px;
  height: 18px;
}

.icon-ic-share-linkedin {
  width: 20px;
  height: 20px;
}

.icon-ic-share-twitter {
  width: 20px;
  height: 18px;
}

.icon-play {
  width: 96px;
  height: 96px;
}

.icon-question {
  width: 20px;
  height: 20px;
}

.icon-quote-bottom {
  width: 58px;
  height: 47px;
}

.icon-quote-top {
  width: 74px;
  height: 61px;
}

.icon-social_fb {
  width: 11px;
  height: 22px;
}

.icon-social_fb-sq {
  width: 40px;
  height: 40px;
}

.icon-social_fb-square {
  width: 24px;
  height: 24px;
}

.icon-social_inst {
  width: 25px;
  height: 25px;
}

.icon-social_inst-sq {
  width: 40px;
  height: 40px;
}

.icon-social_ln {
  width: 30px;
  height: 25px;
}

.icon-social_ln-sq {
  width: 40px;
  height: 40px;
}

.icon-social_ln-square {
  width: 24px;
  height: 24px;
}

.icon-social_tw {
  width: 24px;
  height: 20px;
}

.icon-social_tw-sq {
  width: 40px;
  height: 40px;
}

.icon-social_tw-square {
  width: 24px;
  height: 24px;
}

.el-title {
  font-size: 2rem;
  line-height: 1.21875;
  font-weight: bold;
  margin: 0;
  font-family: Poppins, Arial, sans-serif;
}

@media screen and (min-width: 48rem) {
  .el-title {
    font-size: 3rem;
  }
}

@media screen and (min-width: 75rem) {
  .el-title {
    font-size: 4rem;
  }
}

.el-title:not(:last-child) {
  padding-bottom: 2.0625rem;
}

.el-wysiwyg {
  font-size: 1rem;
  color: #4B4B4B;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.81818;
  /* Text meant only for screen readers. */
}

@media screen and (min-width: 62rem) {
  .el-wysiwyg {
    font-size: 1.125rem;
  }
}

.el-wysiwyg:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}

.el-wysiwyg .alignnone {
  margin: 2.77em 2.77em 2.77em 0;
}

.el-wysiwyg .aligncenter,
.el-wysiwyg div.aligncenter {
  display: block;
  margin: 0 auto 2.77em;
}

.el-wysiwyg .alignright {
  float: right;
  margin: 0 0 2.77em 2.77em;
}

.el-wysiwyg .alignleft {
  float: left;
  margin: 0 2.77em 2.77em 0;
}

.el-wysiwyg a img.alignright {
  float: right;
  margin: 0 0 2.77em 2.77em;
}

.el-wysiwyg a img.alignnone {
  margin: 2.77em 2.77em 2.77em 0;
}

.el-wysiwyg a img.alignleft {
  float: left;
  margin: 0 2.77em 2.77em 0;
}

.el-wysiwyg a img.aligncenter {
  display: block;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.el-wysiwyg .wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.el-wysiwyg .wp-caption.alignnone {
  margin: 2.77em 2.77em 2.77em 0;
}

.el-wysiwyg .wp-caption.alignleft {
  margin: 0 2.77em 2.77em 0;
}

.el-wysiwyg .wp-caption.alignright {
  margin: 0 0 2.77em 2.77em;
}

.el-wysiwyg .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.el-wysiwyg .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.el-wysiwyg .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.el-wysiwyg .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

@media screen and (max-width: 35.99875rem) {

  .el-wysiwyg .alignright,
  .el-wysiwyg .alignleft,
  .el-wysiwyg a img.alignright,
  .el-wysiwyg a img.alignleft,
  .el-wysiwyg a img.alignnone,
  .el-wysiwyg a img.aligncenter,
  .el-wysiwyg .wp-caption.alignnone,
  .el-wysiwyg .wp-caption.alignright,
  .el-wysiwyg .wp-caption.alignleft {
    float: none;
    display: block;
    margin: 0 auto 2.77em;
  }
}

.el-wysiwyg h1,
.el-wysiwyg h2,
.el-wysiwyg h3,
.el-wysiwyg h4,
.el-wysiwyg h5,
.el-wysiwyg h6 {
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
  color: #4B4B4B;
}

.el-wysiwyg h1+p,
.el-wysiwyg h2+p,
.el-wysiwyg h3+p,
.el-wysiwyg h4+p,
.el-wysiwyg h5+p,
.el-wysiwyg h6+p {
  margin-top: 0.625rem;
}

.el-wysiwyg h2,
.el-wysiwyg h3 {
  font-size: 1.5rem;
  line-height: 1.25;
}

@media screen and (min-width: 48rem) {

  .el-wysiwyg h2,
  .el-wysiwyg h3 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 75rem) {

  .el-wysiwyg h2,
  .el-wysiwyg h3 {
    font-size: 2.5rem;
  }
}

.el-wysiwyg p {
  margin: 1.6em 0;
}

.el-wysiwyg p:last-child {
  margin-bottom: 0;
}

.el-wysiwyg p:first-child {
  margin-top: 0;
}

.el-wysiwyg a:not(.btn) {
  color: inherit;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.el-wysiwyg a:not(.btn):hover,
.el-wysiwyg a:not(.btn):focus {
  color: #2A6FF6;
}

.el-wysiwyg ul,
.el-wysiwyg ol {
  margin: 0;
}

.el-wysiwyg ul li,
.el-wysiwyg ol li {
  margin-top: 1.6em;
}

.el-wysiwyg img {
  max-width: 100%;
  height: auto;
}

.el-wysiwyg>*:first-child {
  margin-top: 0;
}

.el-wysiwyg hr {
  margin: 3.75rem 0;
  border: none;
  height: 7px;
  background-color: #2A6FF6;
}

.el-wysiwyg b,
.el-wysiwyg strong {
  font-weight: 700;
}

.el-wysiwyg blockquote {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.81818;
  margin: 3.125rem 0;
  border-left: 1.25rem solid #FFEB37;
  padding: 1.5625rem 1.25rem;
  background-color: #FFF9C5;
}

@media screen and (min-width: 62rem) {
  .el-wysiwyg blockquote {
    font-size: 1.125rem;
  }
}

.el-wysiwyg blockquote p {
  margin-top: 0;
}

.el-wysiwyg blockquote p:last-child {
  margin-bottom: 0;
}

.el-wysiwyg .callout-note {
  margin: 3.125rem 0;
  border-left: 1.25rem solid #004085;
  padding: 1.5625rem 1.25rem;
  background-color: #CCE5FF;
}

.el-wysiwyg .callout-tip {
  margin: 3.125rem 0;
  border-left: 1.25rem solid #FFEB37;
  padding: 1.5625rem 1.25rem;
  background-color: #FFF9C5;
}

.el-wysiwyg .callout-warning {
  margin: 3.125rem 0;
  border-left: 1.25rem solid #721C24;
  padding: 1.5625rem 1.25rem;
  background-color: #F8D7DA;
}

.el-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.el-card__img {
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
  padding-top: 65%;
}

.el-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.el-card__img:hover img,
.el-card__img:active img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.el-card__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
}

.el-card__tag {
  font-size: 0.875rem;
  line-height: 2.22222;
  text-decoration: none;
}

@media screen and (min-width: 62rem) {
  .el-card__tag {
    font-size: 1rem;
  }
}

@media screen and (min-width: 75rem) {
  .el-card__tag {
    font-size: 1.125rem;
  }
}

.el-card__tag--accent {
  color: #2A6FF6;
}

.el-card__tag--accent:hover,
.el-card__tag--accent:active {
  color: #1A4FB8;
}

.el-card__tag--dark {
  color: #4B4B4B;
}

.el-card__tag--dark:hover,
.el-card__tag--dark:active {
  color: #1A4FB8;
}

.el-card__tag::after {
  content: ',';
  margin-right: 0.25rem;
}

.el-card__tag:last-child {
  margin-right: 0;
}

.el-card__tag:last-child::after {
  display: none;
}

.el-card__title {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.81818;
  color: #2A6FF6;
}

@media screen and (min-width: 62rem) {
  .el-card__title {
    font-size: 1.125rem;
  }
}

.el-card__title a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.el-card__title a:hover,
.el-card__title a:active {
  color: #1A4FB8;
}

.el-card__description {
  margin: 0;
  font-size: 1rem;
  line-height: 1.81818;
}

@media screen and (min-width: 62rem) {
  .el-card__description {
    font-size: 1.125rem;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  border-radius: 0.625rem;
  border: none;
  padding: 0.625rem 2rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.81818;
  font-family: Poppins, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #2A6FF6;
}

@media screen and (min-width: 62rem) {
  .btn {
    font-size: 1.125rem;
  }
}

.btn:hover,
.btn:active {
  text-decoration: none;
  background-color: #1A4FB8;
}

.btn--dark {
  background-color: #15346F;
}

.btn--dark:hover,
.btn--dark:active {
  background-color: #15346F;
}

.btn--border {
  border: 1px solid #2A6FF6;
  color: #2A6FF6;
  background-color: transparent;
}

.btn--border:hover,
.btn--border:active {
  border: 1px solid #1A4FB8;
  text-decoration: none;
  color: #1A4FB8;
  background-color: transparent;
}

.btn--sm {
  border-radius: 0.625rem;
  padding: 0.3125rem 2rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: Poppins, Arial, sans-serif;
}

@media screen and (min-width: 62rem) {
  .btn--sm {
    font-size: 1rem;
  }
}

@media screen and (min-width: 75rem) {
  .btn--sm {
    font-size: 1.125rem;
  }
}

.btn--brand {
  background-color: #A82AF6;
}

.btn--brand:hover,
.btn--brand:active {
  background-color: #6F32FF;
}

.btn--brand-dark {
  background-color: #532AF6;
}

.btn--brand-dark:hover,
.btn--brand-dark:active {
  background-color: #532AF6;
}

.btn--link {
  display: inline-block;
  border: none;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  padding: 4px 0 0;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: Poppins, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  color: #4B4B4B;
  background-color: transparent;
}

@media screen and (min-width: 62rem) {
  .btn--link {
    font-size: 1rem;
  }
}

@media screen and (min-width: 75rem) {
  .btn--link {
    font-size: 1.125rem;
  }
}

.btn--link:hover,
.btn--link:active {
  border-bottom: 4px solid #2A6FF6;
  text-decoration: none;
  color: #2A6FF6;
  background-color: transparent;
}

.btn--link-light {
  display: inline-block;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.81818;
  font-family: Montserrat, Arial, sans-serif;
  text-align: center;
  text-decoration: underline;
  color: #4B4B4B;
  background-color: transparent;
  cursor: pointer;
}

@media screen and (min-width: 62rem) {
  .btn--link-light {
    font-size: 1.125rem;
  }
}

.btn--link-light:hover,
.btn--link-light:active {
  color: #2A6FF6;
  background-color: transparent;
}

@media screen and (min-width: 36rem) {
  .el-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.el-pagination__btn {
  margin-bottom: 16px;
  width: 100%;
}

.el-pagination__btn:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 36rem) {
  .el-pagination__btn {
    margin-bottom: 0;
    width: auto;
  }
}

@media screen and (min-width: 36rem) {
  .el-pagination__btn--next:only-child {
    margin-left: auto;
  }
}

.el-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 2rem;
}

.el-list:first-child {
  margin-top: 0;
}

@media screen and (min-width: 62rem) {
  .el-list {
    margin-top: 4rem;
  }
}

.el-list__item {
  --icon-src: none;
  margin-bottom: 1.5rem;
  padding-left: 3em;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  font-family: Poppins, Arial, sans-serif;
  color: #000;
  position: relative;
}

@media screen and (min-width: 62rem) {
  .el-list__item {
    font-size: 1.125rem;
  }
}

.el-list__item:last-child {
  margin-bottom: 0;
}

.el-list__item:before {
  content: '';
  display: block;
  position: absolute;
  width: 1.8em;
  height: 1.8em;
  left: 0;
  top: -0.15em;
  background-image: var(--icon-src);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.el-h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.21875;
  font-family: Poppins, Arial, sans-serif;
  color: #4B4B4B;
}

@media screen and (min-width: 48rem) {
  .el-h1 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 75rem) {
  .el-h1 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 62rem) {
  .el-h1 {
    margin-bottom: 3rem;
  }
}

.el-h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: Poppins, Arial, sans-serif;
  color: #4B4B4B;
}

@media screen and (min-width: 48rem) {
  .el-h2 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 75rem) {
  .el-h2 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 62rem) {
  .el-h2 {
    margin-bottom: 2rem;
  }
}

.el-h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.38889;
  font-family: Poppins, Arial, sans-serif;
  color: #4B4B4B;
}

@media screen and (min-width: 48rem) {
  .el-h3 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 75rem) {
  .el-h3 {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 62rem) {
  .el-h3 {
    margin-bottom: 1.5rem;
  }
}

.el-h5 {
  font-size: 1rem;
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 600;
  color: #4B4B4B;
}

@media screen and (min-width: 62rem) {
  .el-h5 {
    font-size: 1.125rem;
  }
}

.el-video {
  position: relative;
  padding-top: 56.25%;
}

.el-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.el-download {
  border-radius: 0.5rem;
  padding: 2rem 1.5rem;
  background-color: #fff;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 48rem) {
  .el-download {
    padding: 3rem 2.5rem;
  }
}

.el-download__title {
  margin-bottom: 0;
  text-align: center;
}

.el-download__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: 100%;
  max-width: 25.5rem;
}

@media screen and (min-width: 48rem) {
  .el-download__btn {
    margin-top: 2rem;
  }
}

.header {
  background-color: #fff;
  padding-top: 4.4375rem;
}

@media screen and (min-width: 62rem) {
  .header {
    padding-top: 2.5625rem;
  }
}

.header-main {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: inherit;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
  min-height: 4.4375rem;
  background-color: lightsalmon;
}

.header-main__logo-link {
  text-decoration: none;
}

.header-main__logo-image {
  width: 150px;
  max-width: 150px;
  max-height: auto;
}

.header-main__toggle {
  color: #4B4B4B;
  top: 16px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0 0.3125rem;
  font-size: 1.5625rem;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  z-index: 10;
}

.header-main__toggle-open,
.header-main__toggle-close {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-main__toggle-open {
  opacity: 1;
}

.header-main__toggle-close {
  font-size: 1.4375rem;
  opacity: 0;
}

.header-main.is-open .header-main__toggle {
  color: #fff;
}

.header-main.is-open .header-main__toggle-open {
  opacity: 0;
}

.header-main.is-open .header-main__toggle-close {
  opacity: 1;
}

.header-main__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: lightsalmon;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  height: 100%;
}

.header-main__bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.header-nav {
  background: #232323;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  color: #E9EAED;
  overflow: auto;
  padding: 2.75rem 2.0625rem 2.75rem 3rem;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  top: -100%;
}

.header-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-nav__list--extra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-nav__item {
  padding: 0.3125rem 0;
}

.header-nav__link {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  text-decoration: none;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.66667;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  color: inherit;
  -webkit-transition: color 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 0 0 #2A6FF6;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.header-nav__link:hover {
  color: #2A6FF6;
  box-shadow: 0 0.25rem 0 0 #2A6FF6;
}

.header-nav__link.is-active {
  color: #2A6FF6;
}

.header-nav__link--extra-item {
  color: #A82AF6;
}

.header-nav__link--btn {
  color: #fff;
  background: #A82AF6;
  margin-left: 0;
  margin-right: 0;
  padding: 0.3125rem 2.0625rem;
  border-radius: 0.625rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.header-nav__link--btn:hover {
  color: #fff;
  background: #6F32FF;
  box-shadow: none;
}

.header-nav__toggle {
  display: none;
  position: relative;
  z-index: 3;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 0.625rem;
  padding: 1em;
  margin-right: -0.5em;
  color: inherit;
}

.header-nav__toggle:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: .5em;
  left: .5em;
  border: .5em solid transparent;
  border-top: 1em solid currentColor;
  border-bottom: none;
}

.header-nav__toggle:hover {
  color: #2A6FF6;
}

.header-nav__submenu {
  margin: 0 0 0 1.875rem;
  list-style: none;
  padding: 0;
  font-size: 1.125rem;
}

.header-nav__submenu-item {
  margin: 0.3125rem 0;
}

.header-nav__submenu-item--parent {
  display: none;
}

.header-nav__submenu-link {
  text-decoration: none;
  font-size: inherit;
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.66667;
  font-weight: 600;
  color: inherit;
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.header-nav__submenu-link:hover {
  color: #2A6FF6;
}

.header-nav__submenu-link.is-active {
  color: #2A6FF6;
}

.header-nav.is-open {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.header-second {
  display: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 62rem) {
  .header-second {
    padding-left: 2.9375rem;
    padding-right: 2.9375rem;
  }
}

.header-second__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 74.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #DEDEDE;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.header-second__label {
  text-transform: uppercase;
  color: #4B4B4B;
  font-size: 1rem;
  line-height: 1.81818;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 62rem) {
  .header-second__label {
    font-size: 1.125rem;
  }
}

.header-second__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
}

.header-second__item {
  padding: 0.3125rem 0;
  margin-left: 1.875rem;
}

.header-second__link {
  text-decoration: none;
  font-weight: 700;
  color: #4B4B4B;
  font-size: 0.875rem;
  line-height: 2.22222;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (min-width: 62rem) {
  .header-second__link {
    font-size: 1rem;
  }
}

@media screen and (min-width: 75rem) {
  .header-second__link {
    font-size: 1.125rem;
  }
}

.header-second__link:hover {
  color: #2A6FF6;
}

.header-second__link.is-active {
  color: #2A6FF6;
}

@media screen and (min-width: 62rem) {
  .header-main {
    height: 5.5625rem;
    background-color: lightsalmon;
  }

  .header-main:not(:last-child) {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }

  .header-main:not(:last-child).is-scroll {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
  }

  .header-main.is-invisible {
    visibility: hidden;
  }

  .header-main.is-invisible .header-main__logo {
    visibility: visible;
  }

  .header-main__logo-image {
    max-width: 150px;
    max-height: auto;
  }

  .header-main__container {
    padding-top: 1.75rem;
  }

  .header-main__toggle {
    display: none;
  }

  .header-main__bar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .header-nav {
    overflow: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    color: #4B4B4B;
    background-color: transparent;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0;
    top: 0;
    width: auto;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: none;
    transition: none;
  }

  .header-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header-nav__list--main {
    margin-right: auto;
    margin-left: auto;
    padding-left: 1rem;
  }

  .header-nav__toggle {
    display: inline-block;
  }

  .header-nav__link {
    font-size: 1rem;
  }

  .header-nav__link--parent {
    position: relative;
    margin-right: 1.4rem;
  }

  /* .header-nav__link--parent:before {
    font-size: 0.5em;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: calc(50% - .5em);
    right: -1rem;
    border: .5em solid transparent;
    border-top: 1em solid currentColor;
    border-bottom: none;
  } */

  .header-nav__item {
    position: relative;
  }

  .header-nav__item:not(:first-child) {
    margin-left: 1rem;
  }

  .header-nav__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
    padding: 0.9375rem;
    border-radius: 0.5rem;
    min-width: 15.75rem;
    margin-left: 0.3125rem;
    visibility: hidden;
    opacity: 0;
    -webkit-animation-name: hide-dropdown;
    animation-name: hide-dropdown;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }

  .header-nav__submenu-item {
    margin: 0;
  }

  .header-nav__submenu-item--parent {
    display: block;
  }

  .header-nav__submenu-item--bordered:after {
    content: '';
    display: block;
    width: 100%;
    border-top: 0.0625rem solid #DEDEDE;
    margin: 0.75rem 0;
  }

  .header-nav__item:hover .header-nav__submenu {
    -webkit-animation-name: show-dropdown;
    animation-name: show-dropdown;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }

  .header-second {
    display: block;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
  }
}

@media screen and (min-width: 75rem) {
  .header-nav__list--main {
    padding-left: 2.125rem;
  }

  .header-nav__item:not(:first-child) {
    margin-left: 2.125rem;
  }

  .header-nav__link {
    font-size: 1.125rem;
  }
}

.admin-bar .header-main {
  top: 47px;
}

@media screen and (min-width: 48rem) {
  .admin-bar .header-main {
    top: 32px;
  }
}

.footer {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  font-family: Poppins, Arial, sans-serif;
  color: #4B4B4B;
  background: #F8F8FB;
}

@media screen and (min-width: 62rem) {
  .footer {
    padding-top: 4.5rem;
    padding-bottom: 2rem;
  }
}

.footer-content {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 62rem) {
  .footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    /* -webkit-justify-content: space-between; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    margin-bottom: 2.5rem;
  }
}

.footer__title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: inherit;
}

@media screen and (min-width: 62rem) {
  .footer__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 75rem) {
  .footer__title {
    font-size: 20px;
  }
}

.footer__title a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer__title a:hover,
.footer__title a:active,
.footer__title a:focus-visible {
  color: #2A6FF6;
}

@media screen and (min-width: 62rem) {
  .footer__title {}
}

.footer-nav {
  text-align: center;
}

@media screen and (min-width: 48rem) {
  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: grid;
    /* -webkit-justify-content: space-around; */
    -ms-flex-pack: distribute;
    grid-template-columns: repeat(4,1fr);
  }
}

@media screen and (min-width: 62rem) {
  .footer-nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }
}

.footer-nav__section {
  padding-left: 0;
  margin-bottom: 1.875rem;
}

@media screen and (min-width: 48rem) {
  .footer-nav__section {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: auto;
  }
}

@media screen and (min-width: 62rem) {
  .footer-nav__section {
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 2.625rem;
  }
}

.footer-nav__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

@media screen and (min-width: 62rem) {
  .footer-nav__list li {
    margin-bottom: 0.25rem;
  }

  .footer-nav__list li:last-child {
    margin-bottom: 0;
  }
}

.footer-nav__link {
  display: inline-block;
  padding: 0.75rem 0;
  font-size: 15px;
  font-weight: bolder;
  line-height: 1.66667;
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media screen and (min-width: 62rem) {
  .footer-nav__link {
    font-size: 1rem;
  }
}

@media screen and (min-width: 75rem) {
  .footer-nav__link {
    font-size: 1rem;
  }
}

.footer-nav__link:hover,
.footer-nav__link:active,
.footer-nav__link:focus-visible {
  color: #2A6FF6;
}

@media screen and (min-width: 62rem) {
  .footer-nav__link {
    padding: 0.5rem 0;
  }
}

.footer-contact {
  margin: 0 auto 3rem;
  max-width: 22.25rem;
  text-align: center;
}

@media screen and (min-width: 62rem) {
  .footer-contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22.25rem;
    -ms-flex: 0 0 22.25rem;
    flex: 0 0 22.25rem;
    padding-right: 0.625rem;
    text-align: left;
  }
}

.footer-subscribe__description {
  margin-top: 0;
  margin-bottom: 0.75rem;
  padding-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media screen and (min-width: 62rem) {
  .footer-subscribe__description {
    font-size: 1rem;
  }
}

@media screen and (min-width: 75rem) {
  .footer-subscribe__description {
    font-size: 1rem;
  }
}

.footer-subscribe__form .nf-field-container {
  margin-bottom: 1rem;
}

.footer-subscribe__form .nf-after-field .nf-error-msg {
  margin-right: 0;
  font-size: 0.75rem;
  color: #FF0000;
}

.footer-subscribe__field input {
  box-shadow: none;
  display: block;
  width: 100%;
  color: inherit;
  border-style: solid;
  border-radius: 0.25rem;
  background-color: transparent;
  border: 0.0625rem solid #9E9E9E;
  width: 100%;
  padding: 1rem 0.625rem;
  line-height: 1.11111;
  font-size: 0.875rem;
  color: #9E9E9E;
}

.footer-subscribe__field input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
}

.footer-subscribe__field input:active,
.footer-subscribe__field input:focus {
  outline: none;
}

.footer-subscribe__field input[readonly] {
  background: rgba(0, 0, 0, 0.12);
  opacity: 0.7;
  cursor: text !important;
}

.footer-subscribe__field input::-webkit-input-placeholder {
  color: #9E9E9E;
  opacity: 0.99;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.footer-subscribe__field input::-moz-placeholder {
  color: #9E9E9E;
  opacity: 0.99;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.footer-subscribe__field input:-moz-placeholder {
  color: #9E9E9E;
  opacity: 0.99;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.footer-subscribe__field input:-ms-input-placeholder {
  color: #9E9E9E;
  opacity: 0.99;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.footer-subscribe__field input::-ms-input-placeholder {
  color: #9E9E9E;
  opacity: 0.99;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.footer-subscribe__field input:focus::-webkit-input-placeholder {
  color: #9E9E9E;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.footer-subscribe__field input:focus::-moz-placeholder {
  color: #9E9E9E;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.footer-subscribe__field input:focus:-moz-placeholder {
  color: #9E9E9E;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.footer-subscribe__field input:focus:-ms-input-placeholder {
  color: #9E9E9E;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.footer-subscribe__field input:-webkit-autofill,
.footer-subscribe__field input:-webkit-autofill:hover {
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
  -webkit-text-fill-color: #4B4B4B;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

.footer-subscribe__field input:-webkit-autofill:active,
.footer-subscribe__field input:-webkit-autofill:focus {
  -webkit-text-fill-color: #4B4B4B;
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}

@media screen and (min-width: 62rem) {
  .footer-subscribe__field input {
    font-size: 1rem;
  }
}

@media screen and (min-width: 75rem) {
  .footer-subscribe__field input {
    font-size: 1rem;
  }
}

.footer-subscribe__btn {
  width: auto;
  background: #A82AF6;
  border: 0.0625rem solid #A82AF6;
  padding: 0.5rem 2rem;
  font-size: 0.875rem;
  line-height: 1.33333;
  color: #fff;
  border-radius: 0.625rem;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 600;
}

@media screen and (min-width: 62rem) {
  .footer-subscribe__btn {
    font-size: 1rem;
  }
}

@media screen and (min-width: 75rem) {
  .footer-subscribe__btn {
    font-size: 1rem;
  }
}

.footer-subscribe__btn:hover {
  background: #6F32FF;
  border-color: #6F32FF;
}

.footer-social {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 1rem;
  margin-top: 0.5rem;
}

.footer-social__link {
  display: inline-block;
  padding: 0;
  font-size: 2.5rem;
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer-social__link:hover,
.footer-social__link:active,
.footer-social__link:focus-visible {
  color: #2A6FF6;
}

.footer-social__link .icon {
  fill: currentColor;
  max-width: 100%;
  max-height: 100%;
}

.footer-social__link>.el-icon {
  width: .825em;
  height: .825em;
}

.footer-copyright {
  font-size: 12px;
  line-height: 1.4;
  font-family: Montserrat, Arial, sans-serif;
  text-align: center;
  color: #666666;
}

@media screen and (min-width: 62rem) {
  .footer-copyright {
    text-align: left;
  }
}

.c-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.c-row .c-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
}

@media screen and (min-width: 75rem) {
  .c-row--lg {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .c-row--lg .c-col {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 48rem) {
  .c-row--2 .c-col {
    width: 50%;
  }
}

@media screen and (min-width: 48rem) {
  .c-row--3 .c-col {
    width: 33.33333%;
  }
}

.c-modal {
  z-index: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.c-modal.is-shown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}

.c-modal__box {
  max-height: 85%;
  max-width: 85%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  background-color: #fff;
  color: #4B4B4B;
  position: relative;
  padding: 1.5rem;
  top: 10%;
  z-index: 100;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.625rem 0.125rem rgba(0, 0, 0, 0.15);
}

.c-modal__close {
  position: -webkit-sticky;
  position: sticky;
  float: right;
  top: 0;
  right: 0;
  -webkit-transform: translate(1.5rem, -0.5rem);
  -ms-transform: translate(1.5rem, -0.5rem);
  transform: translate(1.5rem, -0.5rem);
  padding: 1rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 99;
}

.c-modal__close:hover {
  color: #2A6FF6;
}

.c-modal__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: Poppins, Arial, sans-serif;
  color: #4B4B4B;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 62rem) {
  .c-modal__title {
    font-size: 1.5rem;
  }
}

.c-modal__text {
  margin-bottom: 2.25rem;
}

.c-modal__text ul li {
  margin-top: 1rem;
}

.c-modal__grid-col {
  margin-bottom: 1.5625rem;
}

@media screen and (min-width: 48rem) {
  .c-modal__box {
    padding: 1.5rem 2.25rem 2.75rem;
    max-width: 70%;
    -webkit-transform: translate(2rem, -0.5rem);
    -ms-transform: translate(2rem, -0.5rem);
    transform: translate(2rem, -0.5rem);
  }

  .c-modal__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-modal__grid-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43%;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
  }
}

@media screen and (min-width: 75rem) {
  .c-modal__box {
    max-width: 42.15%;
  }
}

.c-modal--has-form .c-modal__title {
  margin-bottom: 0.625rem;
}

.c-modal--has-form .c-modal__box {
  max-width: 100%;
  max-height: 100%;
  top: 0;
}

@media screen and (min-width: 48rem) {
  .c-modal--has-form .c-modal__box {
    top: 1.5625rem;
    max-width: 70%;
    max-height: 95%;
  }
}

@media screen and (min-width: 75rem) {
  .c-modal--has-form .c-modal__box {
    max-width: 42.15%;
  }
}

.s-heading__container {
  padding-top: 5rem;
  padding-bottom: 3.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 62rem) {
  .s-heading__container {
    padding-bottom: 6.8125rem;
  }
}

.s-heading__image {
  margin-top: 1.5rem;
  margin-bottom: 1.625rem;
}

.s-heading__image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.s-related__inner {
  border-top: 0.4375rem solid #2A6FF6;
  padding-top: 1.25rem;
  padding-bottom: 4rem;
}

.s-related__title {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.81818;
  font-family: Montserrat, Arial, sans-serif;
  color: #2A6FF6;
}

.s-related__col {
  margin-bottom: 1.875rem;
}

.s-related__col:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48rem) {
  .s-related__col {
    margin-bottom: 0;
  }
}

.s-columns__title {
  margin-top: 0.75rem;
}

.s-columns__col {
  margin-bottom: 4rem;
}

@media screen and (min-width: 48rem) {
  .s-columns__col {
    margin-bottom: 6rem;
  }
}

.s-hero {
  --content-width: 100%;
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
  text-align: center;
}

.s-hero--gray {
  background-color: #EFF1F3;
}

.s-hero__media {
  margin-bottom: 3rem;
}

.s-hero__media:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 62rem) {
  .s-hero__media {
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }
}

.s-hero__img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.s-hero__description {
  margin: 0 auto 3.5rem;
  max-width: none;
}

@media screen and (min-width: 62rem) {
  .s-hero__description {
    max-width: var(--content-width);
  }
}

.s-hero__description:last-child {
  margin-bottom: 0;
}

.s-case {
  overflow: hidden;
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 1rem;
  --padding-bottom: 1rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-case--gray {
  background-color: #EFF1F3;
}

@media screen and (min-width: 62rem) {
  .s-case__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.s-case__title-main {
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 61.99875rem) {
  .s-case__container-media {
    margin-bottom: 2.5rem;
  }

  .s-case__container-media img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}

@media screen and (min-width: 62rem) {
  .s-case__container-media {
    padding-right: 6rem;
    padding-left: 6rem;
    width: 52%;
  }

  .s-case__container-media img {
    float: right;
  }
}

@media screen and (min-width: 75rem) {
  .s-case__container-media {
    padding-right: 8.5rem;
    padding-left: 8.5rem;
  }
}

@media screen and (min-width: 62rem) {
  .s-case__container-content {
    width: 48%;
  }
}

.s-case__container-content .btn {
  margin-top: 2.5rem;
}

@media screen and (min-width: 62rem) {
  .s-case__container-content .btn {
    margin-top: 4rem;
  }
}

.s-case__media {
  margin-top: 3rem;
}

.s-case__media img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (min-width: 62rem) {
  .s-case__media {
    margin-top: 6.5rem;
  }

  .s-case__media--left img {
    float: right;
    margin: 0;
    max-width: none;
  }

  .s-case__media--right img {
    float: left;
    margin: 0;
    max-width: none;
  }
}

@media screen and (min-width: 62rem) {
  .s-case--reverse .s-case__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 62rem) {
  .s-case--reverse .s-case__container-media img {
    float: left;
  }
}

.s-case--bottom .s-case__container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.s-case--bottom .s-case__container-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s-case--bottom .s-case__container-content>*:not(.btn) {
  width: 100%;
}

.s-case--bottom .s-case__media {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.s-tiles {
  overflow: hidden;
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 3rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-tiles--gray {
  background-color: #EFF1F3;
}

.s-tiles__title {
  text-align: center;
}

.s-tiles__description {
  margin: 0 auto 2.5rem;
  max-width: 50rem;
  text-align: center;
}

@media screen and (min-width: 62rem) {
  .s-tiles__description {
    margin: 0 auto 3.5rem;
  }
}

.s-tiles__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 4rem;
  grid-column-gap: 0.75rem;
}

@media screen and (min-width: 48rem) {
  .s-tiles__grid {
    grid-template-columns: repeat(2, minmax(40%, 1fr));
  }
}

@media screen and (min-width: 62rem) {
  .s-tiles__grid {
    grid-column-gap: 1.25rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-tiles__grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 9.5rem;
  }
}

@media screen and (min-width: 62rem) {
  .s-tiles__grid--3 {
    grid-template-columns: repeat(3, minmax(30%, 1fr));
  }
}

@media screen and (min-width: 75rem) {
  .s-tiles__grid--3 {
    grid-row-gap: 6rem;
  }
}

.s-tiles__grid--3 .s-tiles__card-title {
  font-size: 1rem;
  line-height: 1.81818;
  font-family: Montserrat, Arial, sans-serif;
}

@media screen and (min-width: 62rem) {
  .s-tiles__grid--3 .s-tiles__card-title {
    font-size: 1.125rem;
  }
}

.s-tiles__card {
  display: block;
}

.s-tiles__card--border {
  border-bottom: 0.3125rem solid #2A6FF6;
  padding-bottom: 1rem;
}

.s-tiles__card-media {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  padding-top: 65%;
  min-height: 12.5rem;
  background-color: #fff;
}

.s-tiles__card-media--gradient {
  background: -webkit-linear-gradient(top, #3672ED 0%, #7C36ED 100%);
  background: linear-gradient(180deg, #3672ED 0%, #7C36ED 100%);
}

.s-tiles__card-media--blue {
  background-color: #0F084B;
}

.s-tiles__card-media--black {
  background-color: #131D25;
}

.s-tiles__card-media .lottie,
.s-tiles__card-media img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.s-tiles__card-media--icon img {
  max-width: calc(100% - 1rem);
  max-height: calc(100% - 1rem);
}

.s-tiles__card-media--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-tiles__card-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: Poppins, Arial, sans-serif;
  color: #2A6FF6;
}

@media screen and (min-width: 48rem) {
  .s-tiles__card-title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-tiles__card-title {
    font-size: 2.5rem;
  }
}

.s-tiles__card-title a {
  text-decoration: none;
  color: #2A6FF6;
}

.s-tiles__card-title a:hover,
.s-tiles__card-title a:active {
  text-decoration: none;
  color: #1A4FB8;
}

.s-testimonial {
  --c-quotes: #D4279A;
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-testimonial--gray {
  background-color: #EFF1F3;
}

@media screen and (min-width: 48rem) {
  .s-testimonial__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.s-testimonial__media {
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0 auto 2rem;
  border-radius: 50%;
  width: 6.25rem;
  height: 6.25rem;
}

.s-testimonial__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 36rem) {
  .s-testimonial__media {
    width: 12.5rem;
    height: 12.5rem;
  }
}

@media screen and (min-width: 48rem) {
  .s-testimonial__media {
    position: relative;
    z-index: 2;
    margin: 0;
    width: 18.75rem;
    height: 18.75rem;
    -webkit-transform: translateX(1.5rem);
    -ms-transform: translateX(1.5rem);
    transform: translateX(1.5rem);
  }
}

.s-testimonial__content {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding: 3.5rem 0 4rem 2rem;
}

@media screen and (min-width: 48rem) {
  .s-testimonial__content {
    padding: 3rem 3.5rem 0 6.5rem;
    max-width: 56rem;
  }
}

.s-testimonial__content:only-child {
  margin-left: auto;
  margin-right: auto;
}

.s-testimonial__quote {
  position: absolute;
  z-index: 1;
  font-size: 3rem;
  color: var(--c-quotes);
}

.s-testimonial__quote--top {
  top: 0;
  left: 0;
}

@media screen and (min-width: 48rem) {
  .s-testimonial__quote--top {
    font-size: 4.5rem;
  }
}

.s-testimonial__quote--bottom {
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 48rem) {
  .s-testimonial__quote--bottom {
    bottom: 0.25rem;
    font-size: 3.5rem;
  }
}

.s-testimonial__text {
  font-weight: 700;
}

@media screen and (min-width: 62rem) {
  .s-testimonial__text {
    font-size: 1.5rem;
    line-height: 1.41667;
  }
}

.s-testimonial__author {
  margin-bottom: 0;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.81818;
  font-family: Montserrat, Arial, sans-serif;
}

@media screen and (min-width: 62rem) {
  .s-testimonial__author {
    font-size: 1.125rem;
  }
}

.s-testimonial__additional {
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  max-width: 37.375rem;
}

.s-testimonial__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 32.5rem;
}

.s-testimonial__description {
  margin-top: 3rem;
}

.s-testimonial--reverse .s-testimonial__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (min-width: 48rem) {
  .s-testimonial--reverse .s-testimonial__media {
    z-index: 1;
    -webkit-transform: translateX(-1.5rem);
    -ms-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
  }
}

.s-try {
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-try--gray {
  background-color: #EFF1F3;
}

.s-try__content {
  border-radius: 0.625rem;
  padding: 2rem 1.5rem;
  text-align: center;
  background-color: #EFF1F3;
}

@media screen and (min-width: 48rem) {
  .s-try__content {
    padding: 3.5rem;
  }
}

.s-try__content--white {
  background-color: #fff;
}

.s-try__content--black {
  background-color: #131D25;
}

.s-try__content--black .s-try__title {
  color: #fff;
}

.s-try__content--black .s-try__description {
  color: #fff;
}

.s-try__btn {
  margin-top: 3rem;
  padding: 0.625rem 2rem;
}

.s-trusted {
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 1rem;
  --padding-bottom: 1rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-trusted--gray {
  background-color: #EFF1F3;
}

.s-trusted__title {
  text-align: center;
}

.s-trusted__description {
  margin-bottom: 0.5rem;
  text-align: center;
}

@media screen and (min-width: 48rem) {
  .s-trusted__description {
    margin-bottom: 1rem;
  }
}

.s-trusted__logos {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 62rem) {
  .s-trusted__logos {
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }
}

.s-trusted__logo {
  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;
  padding: 1rem;
  width: 50%;
}

@media screen and (min-width: 36rem) {
  .s-trusted__logo {
    width: 33.33333%;
  }
}

@media screen and (min-width: 48rem) {
  .s-trusted__logo {
    width: 25%;
  }
}

@media screen and (min-width: 62rem) {
  .s-trusted__logo {
    width: 14.28571%;
  }
}

.s-trusted__logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.s-superhero {
  overflow: hidden;
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-superhero--gray {
  background-color: #EFF1F3;
}

.s-superhero__container {
  text-align: center;
}

@media screen and (min-width: 62rem) {
  .s-superhero__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
}

@media screen and (max-width: 61.99875rem) {
  .s-superhero__container-media {
    margin-top: 2rem;
  }

  .s-superhero__container-media img {
    display: block;
    max-width: 100%;
  }
}

@media screen and (min-width: 62rem) {
  .s-superhero__container-media {
    padding-right: 3rem;
    padding-left: 3rem;
    width: 47%;
  }

  .s-superhero__container-media img {
    float: left;
  }
}

@media screen and (min-width: 75rem) {
  .s-superhero__container-media {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

@media screen and (min-width: 62rem) {
  .s-superhero__container-content {
    width: 53%;
  }
}

.s-superhero__container-content .btn {
  margin-top: 2rem;
}

@media screen and (min-width: 62rem) {
  .s-superhero__container-content .btn {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 62rem) {
  .s-superhero--reverse .s-superhero__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 62rem) {
  .s-superhero--reverse .s-superhero__container-media img {
    float: right;
  }
}

.s-welcome {
  --image-shift: 0;
  --text-size: 4rem;
  --text-color: $c-text;
  --content-width: 100%;
  text-align: center;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-welcome--gray {
  background-color: #EFF1F3;
}

.s-welcome--text-white .s-welcome__title,
.s-welcome--text-white .s-welcome__eyebrow,
.s-welcome--text-white .s-welcome__description {
  color: #fff;
}

.s-welcome__eyebrow {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.125rem;
  font-family: Poppins, Arial, sans-serif;
  color: #2A6FF6;
}

@media screen and (min-width: 62rem) {
  .s-welcome__eyebrow {
    font-size: 1.5rem;
  }
}

.s-welcome__description {
  margin: 0 auto 1.5rem;
  max-width: none;
  font-size: 1.125rem;
}

.s-welcome__description:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48rem) {
  .s-welcome__description {
    font-size: 1.35rem;
  }
}

@media screen and (min-width: 62rem) {
  .s-welcome__description {
    margin-bottom: 3rem;
    max-width: var(--content-width);
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 36rem) {
  .s-welcome__media {
    margin-bottom: calc(var(--image-shift) * -1);
  }
}

@media screen and (min-width: 62rem) {
  .s-welcome__media {
    margin-left: -1.625rem;
    margin-right: -1.625rem;
  }
}

.s-welcome__media img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.s-welcome .btn {
  margin-bottom: 2rem;
}

.s-welcome .btn:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 62rem) {
  .s-welcome .btn {
    margin-bottom: 2.5rem;
  }
}

.s-features {
  overflow: hidden;
  --col-padding: 1.5rem;
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

@media screen and (min-width: 75rem) {
  .s-features {
    --col-padding: 3rem;
  }
}

.s-features--gray {
  background-color: #EFF1F3;
}

@media screen and (min-width: 62rem) {
  .s-features__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.s-features__title-main {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 62rem) {
  .s-features__content {
    padding-right: var(--col-padding);
    width: 50%;
  }
}

.s-features__content .btn {
  margin-top: 2.5rem;
}

@media screen and (min-width: 62rem) {
  .s-features__content .btn {
    margin-top: 4rem;
  }
}

.s-features__media {
  margin-top: 3rem;
}

.s-features__media img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (min-width: 62rem) {
  .s-features__media {
    margin-top: 0;
    padding-left: var(--col-padding);
    width: 50%;
  }
}

@media screen and (min-width: 62rem) {
  .s-features--reverse .s-features__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 62rem) {
  .s-features--reverse .s-features__content {
    padding-left: var(--col-padding);
    padding-right: 0;
  }
}

@media screen and (min-width: 62rem) {
  .s-features--reverse .s-features__media {
    padding-right: var(--col-padding);
    padding-left: 0;
  }
}

.s-listing {
  overflow: hidden;
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-listing--gray {
  background-color: #EFF1F3;
}

.s-listing__title {
  text-align: center;
}

.s-listing__description {
  margin-bottom: 3rem;
  text-align: center;
}

@media screen and (min-width: 62rem) {
  .s-listing__description {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 62rem) {
  .s-listing__list {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 62rem) {
  .s-listing__list--2 .s-listing__item {
    padding: 0 2.5rem;
    width: 50%;
  }

  .s-listing__list--2 .s-listing__item:nth-child(2) {
    margin-top: 0;
  }
}

.s-listing__list--3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.s-listing__list--3 .s-listing__item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media screen and (min-width: 62rem) {
  .s-listing__list--3 .s-listing__item {
    width: 33.33%;
  }

  .s-listing__list--3 .s-listing__item:nth-child(2),
  .s-listing__list--3 .s-listing__item:nth-child(3) {
    margin-top: 0;
  }
}

.s-listing__item {
  margin-top: 3rem;
}

.s-listing__item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 62rem) {
  .s-listing__item {
    margin-top: 4rem;
  }
}

.s-listing__item-icon {
  margin-bottom: 1rem;
}

@media screen and (min-width: 62rem) {
  .s-listing__item-icon {
    margin-bottom: 1.5rem;
  }
}

.s-listing__item-icon img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.s-listing__item-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 700;
  text-align: center;
}

.s-listing__item-title--sm {
  font-size: 1rem;
  line-height: 1.81818;
}

@media screen and (min-width: 62rem) {
  .s-listing__item-title--sm {
    font-size: 1.125rem;
  }
}

.s-listing__item-title--lg {
  margin-top: -0.5rem;
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: Poppins, Arial, sans-serif;
}

@media screen and (min-width: 48rem) {
  .s-listing__item-title--lg {
    font-size: 2rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-listing__item-title--lg {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 62rem) {
  .s-listing__item-title--lg {
    margin-bottom: 2rem;
  }
}

.s-listing__item-button {
  margin-top: 1rem;
  text-align: center;
}

@media screen and (min-width: 62rem) {
  .s-listing__item-button {
    margin-top: 2rem;
  }
}

.s-listing__item-link {
  margin-top: 1.5rem;
  text-align: center;
}

.s-listing__item-link a {
  text-decoration: underline;
  color: #4B4B4B;
}

.s-listing__item-link a:hover,
.s-listing__item-link a:active {
  color: #2A6FF6;
}

.s-faq {
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-faq--gray {
  background-color: #EFF1F3;
}

.s-faq__title {
  text-align: center;
}

@media screen and (min-width: 48rem) {
  .s-faq__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
}

@media screen and (min-width: 62rem) {
  .s-faq__list {
    -webkit-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }
}

.s-faq__item {
  padding-top: 3rem;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.s-faq__question {
  margin: 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.81818;
}

@media screen and (min-width: 62rem) {
  .s-faq__question {
    font-size: 1.125rem;
  }
}

.s-plaintext {
  overflow: hidden;
  --content-width: 100%;
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-plaintext--gray {
  background-color: #EFF1F3;
}

.s-plaintext__title {
  text-align: left;
}

.s-plaintext__title--center {
  text-align: center;
}

.s-plaintext__content {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}

@media screen and (min-width: 62rem) {
  .s-plaintext__content {
    max-width: var(--content-width);
  }
}

.s-pricing {
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
  --padding-bottom: 0;
  --plans-shift: 14rem;
  background-color: #EFF1F3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.s-pricing--gray {
  background-color: #EFF1F3;
}

.s-pricing--white {
  background-color: #fff;
}

.s-pricing__title {
  text-align: center;
}

.s-pricing__description {
  font-size: 1rem;
  color: #4B4B4B;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.81818;
  text-align: center;
}

@media screen and (min-width: 62rem) {
  .s-pricing__description {
    font-size: 1.125rem;
  }
}

.s-pricing-plans {
  margin-top: 4.75rem;
  list-style: none;
  padding: 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding-bottom: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.s-pricing-plans__item {
  background: #fff;
  margin: 0 0.5rem 1.5rem;
  min-width: 0;
  box-shadow: 0 0 0.625rem 0.125rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 min(18rem, 50%);
  -ms-flex: 1 1 min(18rem, 50%);
  flex: 1 1 min(18rem, 50%);
  max-width: 25rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.s-pricing-plans__title {
  margin: 0;
  background: #2A6FF6;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.47059;
  padding: 0.75rem 0.5rem;
  font-family: Poppins, Arial, sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 75rem) {
  .s-pricing-plans__title {
    font-size: 2.125rem;
  }
}

.s-pricing-plans__title--special {
  background-color: #27D496;
}

.s-pricing-plans__price {
  min-height: 11.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  padding: 0.5rem 0;
  margin: 0 1.25rem;
  border-bottom: 0.125rem solid #DEDEDE;
}

.s-pricing-plans__price-currency {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  vertical-align: top;
  display: inline-block;
}

@media screen and (min-width: 62rem) {
  .s-pricing-plans__price-currency {
    font-size: 1rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-pricing-plans__price-currency {
    font-size: 1.125rem;
  }
}

.s-pricing-plans__price-value {
  font-size: 2rem;
  font-size: 3rem;
  font-weight: 600;
  font-family: Poppins, Arial, sans-serif;
  line-height: 0.78125;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 48rem) {
  .s-pricing-plans__price-value {
    font-size: 3rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-pricing-plans__price-value {
    font-size: 4rem;
  }
}

.s-pricing-plans__price-period {
  color: #9E9E9E;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  display: inline-block;
  vertical-align: bottom;
  max-width: 4.25rem;
  text-align: left;
}

.s-pricing-plans__price-text {
  font-size: 0.875rem;
  padding-top: 1.25rem;
  max-width: 11.75rem;
  line-height: 1.4;
  color: #5B6B82;
}

.s-pricing-plans__price-note {
  font-style: italic;
  font-size: 1.375rem;
  line-height: 1.36364;
  color: #5B6B82;
  max-width: 16.25rem;
}

.s-pricing-plans__info {
  padding: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.s-pricing-plans__message {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.44444;
  color: #5B6B82;
  max-width: 12.5rem;
}

@media screen and (min-width: 62rem) {
  .s-pricing-plans__message {
    font-size: 1.125rem;
  }
}

.s-pricing-plans__pros {
  list-style-type: none;
  text-align: left;
  padding-left: 0.75rem;
  margin-top: 2.25rem;
  margin-bottom: 1.75rem;
}

.s-pricing-plans__pros-item {
  padding-left: 1.875rem;
  position: relative;
  padding-bottom: 0.75rem;
}

.s-pricing-plans__pros-icon {
  color: #27D496;
  position: absolute;
  left: 0;
  top: 0.4em;
}

.s-pricing-plans__link {
  margin-top: auto;
  margin-bottom: 1.25rem;
}

.s-pricing-plans__term {
  color: #9E9E9E;
  font-size: 0.875rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  line-height: 1.42857;
}

@media screen and (min-width: 48rem) {
  .s-pricing-plans {
    padding-bottom: 0;
    margin-bottom: calc(var(--plans-shift) * -1);
  }
}

.s-splitter {
  overflow: hidden;
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-splitter--gray {
  background-color: #EFF1F3;
}

@media screen and (min-width: 62rem) {
  .s-splitter__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 61.99875rem) {
  .s-splitter__col {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .s-splitter__col:first-child {
    padding-top: 0;
    border-bottom: 1px solid #B7B7B7;
  }

  .s-splitter__col:last-child {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 62rem) {
  .s-splitter__col {
    width: 50%;
  }

  .s-splitter__col:nth-child(odd) {
    padding-right: 4rem;
    border-right: 1px solid #B7B7B7;
  }

  .s-splitter__col:nth-child(even) {
    padding-left: 4rem;
  }
}

.s-splitter__col-btn {
  margin-top: 2rem;
  min-width: 17rem;
}

@media screen and (min-width: 62rem) {
  .s-splitter__col-btn {
    margin-top: 5rem;
  }
}

.s-splitter__col-additional {
  margin-bottom: 0;
  margin-top: 2rem;
  font-size: 0.75rem;
}

@media screen and (min-width: 62rem) {
  .s-splitter__col-additional {
    font-size: 0.875rem;
  }
}

.s-greeting {
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.s-greeting--gray {
  background-color: #EFF1F3;
}

@media screen and (min-width: 36rem) {
  .s-greeting__content {
    max-width: 85%;
  }
}

@media screen and (min-width: 62rem) {
  .s-greeting__content {
    max-width: 75%;
  }
}

.s-greeting__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.16667;
  font-family: Poppins, Arial, sans-serif;
  color: #4B4B4B;
}

@media screen and (min-width: 36rem) {
  .s-greeting__title {
    font-size: 3rem;
  }
}

@media screen and (min-width: 48rem) {
  .s-greeting__title {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-greeting__title {
    font-size: 6rem;
  }
}

.s-greeting__title:last-child {
  margin-bottom: 0;
}

.s-greeting__description {
  margin-bottom: 4rem;
  color: #4B4B4B;
}

.s-greeting__description:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 62rem) {
  .s-greeting__description {
    max-width: 70%;
  }
}

.s-greeting__buttons .btn {
  margin-bottom: 1rem;
  width: 100%;
}

.s-greeting__buttons .btn:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 36rem) {
  .s-greeting__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .s-greeting__buttons .btn {
    margin-bottom: 0;
    width: 46.875%;
  }
}

@media screen and (min-width: 62rem) {
  .s-greeting__buttons {
    max-width: 70%;
  }
}

.s-greeting--text-white .s-greeting__title,
.s-greeting--text-white .s-greeting__description {
  color: #fff;
}

.s-greeting--text-white .btn--border {
  border-color: #ffffff;
  color: #fff;
}

.s-upgrading {
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-upgrading--gray {
  background-color: #EFF1F3;
}

.s-upgrading__title {
  text-align: center;
}

@media screen and (min-width: 62rem) {
  .s-upgrading__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.s-upgrading__description {
  margin-bottom: 3rem;
}

@media screen and (min-width: 62rem) {
  .s-upgrading__description {
    margin-bottom: 0;
    padding-right: 4rem;
    width: 50%;
  }
}

@media screen and (min-width: 62rem) {
  .s-upgrading__form {
    padding-left: 4rem;
    width: 50%;
  }
}

@media screen and (min-width: 62rem) {
  .s-upgrading--reverse .s-upgrading__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 62rem) {
  .s-upgrading--reverse .s-upgrading__description {
    padding-right: 0;
    padding-left: 4rem;
  }
}

@media screen and (min-width: 62rem) {
  .s-upgrading--reverse .s-upgrading__form {
    padding-right: 4rem;
    padding-left: 0;
  }
}

.s-advantages {
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-advantages--gray {
  background-color: #EFF1F3;
}

.s-advantages__title {
  text-align: center;
}

@media screen and (min-width: 48rem) {
  .s-advantages__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
}

@media screen and (min-width: 62rem) {
  .s-advantages__list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem;
  }
}

.s-advantages__media {
  margin-top: 3rem;
}

.s-advantages__media img {
  display: block;
  max-width: 100%;
}

.s-advantages__item {
  padding-top: 3rem;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.s-discover {
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-discover--gray {
  background-color: #EFF1F3;
}

.s-discover__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.75rem 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #5B6B82;
  background: #fff;
  box-shadow: 0 0.3125rem 2.5625rem rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

@media screen and (min-width: 62rem) {
  .s-discover__toggle {
    font-size: 1.125rem;
  }
}

.s-discover__toggle:hover {
  color: #383737;
}

.s-discover__toggle:focus {
  outline: none;
  opacity: 0.7;
}

.s-discover__toggle-icon {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #383737;
}

.s-discover__toggle-text {
  position: relative;
  padding-right: 0.5rem;
}

.s-discover__toggle-text--expanded {
  display: none;
}

.s-discover__toggle.is-expanded {
  box-shadow: none;
}

.s-discover__toggle.is-expanded .s-discover__toggle-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.s-discover__toggle.is-expanded .s-discover__toggle-text--collapsed {
  display: none;
}

.s-discover__toggle.is-expanded .s-discover__toggle-text--expanded {
  display: block;
}

.s-discover__toggle--bottom {
  display: none;
  margin-bottom: 5px;
}

.s-discover__toggle--bottom.is-expanded {
  display: block;
}

.s-discover__content-wrapper {
  --padding: 12px;
  margin-left: calc(var(--padding) * -1);
  margin-right: calc(var(--padding) * -1);
  padding-left: var(--padding);
  padding-right: var(--padding);
}

.s-discover__content-wrapper.is-expanded {
  background-color: #fff;
  box-shadow: 0 5px 41px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 62rem) {
  .s-discover__content-wrapper {
    --padding: 32px;
  }
}

.s-discover__content {
  padding-bottom: 2rem;
}

.s-discover__title {
  text-align: center;
  max-width: 53.75rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.s-discover-table {
  border-collapse: collapse;
  width: 100%;
}

.s-discover-table__head-cell {
  color: #9E9E9E;
  line-height: 1.5;
  font-weight: normal;
  font-family: Poppins, Arial, sans-serif;
  padding: 2.6875rem 1.0625rem 0;
  text-align: center;
  vertical-align: text-top;
}

.s-discover-table__head-title {
  margin-bottom: 0;
}

.s-discover-table__head-text {
  margin-top: 0;
}

.s-discover-table__head-btn {
  width: 100%;
}

.s-discover-table__head.is-sticky .s-discover-table__head-cell {
  position: -webkit-sticky;
  position: sticky;
  min-height: 9rem;
  top: 0;
  background-color: #fff;
  z-index: 90;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.s-discover-table__head.is-sticky .s-discover-table__head-cell:first-child::before {
  content: "";
  display: block;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15);
  width: 100vw;
  position: absolute;
  left: 0;
  margin-left: calc((-100vw + 74.75rem) / 2);
  background: #fff;
  height: 100%;
  top: 0;
}

.s-discover-table__head.is-sticky .s-discover-table__head-title {
  margin-top: 0;
  margin-bottom: 0;
}

.s-discover-table__head.is-sticky .s-discover-table__head-text {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1rem;
}

.s-discover-table__row {
  border-bottom: 1px solid #dbdbdb;
  font-size: 0.75rem;
}

@media screen and (min-width: 62rem) {
  .s-discover-table__row {
    font-size: 0.875rem;
  }
}

.s-discover-table__row-name {
  text-align: left;
  width: 30.9%;
  padding: 0.8125rem 0;
}

.s-discover-table__row-title {
  margin: 0;
  font-size: inherit;
  font-weight: 700;
}

.s-discover-table__row-cell {
  padding: 0.8125rem 0;
  width: 23.03333%;
  text-align: center;
}

.s-discover-table__row-icon {
  font-size: 1rem;
  color: #27D496;
}

@media screen and (max-width: 47.99875rem) {
  .s-discover {
    display: none;
  }
}

.s-unlimited {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-unlimited--gray {
  background-color: #EFF1F3;
}

.s-unlimited__media {
  margin-bottom: 2rem;
}

.s-unlimited__media:last-child {
  margin-bottom: 0;
}

.s-unlimited__media img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.s-unlimited__title-main {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-family: Poppins, Arial, sans-serif;
  font-size: 3.125rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 22.5rem) {
  .s-unlimited__title-main {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 36rem) {
  .s-unlimited__title-main {
    font-size: 6.25rem;
  }
}

@media screen and (min-width: 48rem) {
  .s-unlimited__title-main {
    font-size: 7.5rem;
  }
}

@media screen and (min-width: 62rem) {
  .s-unlimited__title-main {
    margin-bottom: 0.5rem;
    font-size: 10rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-unlimited__title-main {
    font-size: 12.1875rem;
  }
}

@media screen and (min-width: 100rem) {
  .s-unlimited__title-main {
    font-size: 13.75rem;
  }
}

.s-unlimited__title-main span {
  display: block;
  color: #2A6FF6;
  background-image: -webkit-linear-gradient(270deg, #2A6FF6 0%, #9C2AF6 100%);
  background-size: cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.s-unlimited__content {
  max-width: none;
  text-align: center;
}

@media screen and (min-width: 62rem) {
  .s-unlimited__content {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--content-width, 60%);
  }
}

.s-integrations {
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 1rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-integrations--gray {
  background-color: #EFF1F3;
}

.s-integrations__content {
  position: relative;
  margin-bottom: 2rem;
}

@media screen and (min-width: 62rem) {
  .s-integrations__content {
    margin-bottom: 3.5rem;
    padding: 0 14.0625rem;
    text-align: center;
  }
}

@media screen and (min-width: 62rem) {
  .s-integrations__media {
    position: absolute;
    top: 50%;
    z-index: 1;
    max-width: 12.5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.s-integrations__media--left {
  margin-bottom: 1rem;
}

@media screen and (min-width: 62rem) {
  .s-integrations__media--left {
    left: 0;
    margin-bottom: 0;
  }
}

.s-integrations__media--right {
  margin-top: 1rem;
}

@media screen and (min-width: 62rem) {
  .s-integrations__media--right {
    margin-top: 0;
    right: 0;
  }
}

.s-integrations__media img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (min-width: 62rem) {
  .s-integrations__media img {
    margin: 0;
  }
}

.s-integrations__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 36rem) {
  .s-integrations__list {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.s-integrations__item {
  padding: 2rem 0.5rem 0;
}

@media screen and (min-width: 36rem) {
  .s-integrations__item {
    width: 50%;
  }
}

@media screen and (min-width: 62rem) {
  .s-integrations__item {
    width: 25%;
  }
}

@media screen and (min-width: 75rem) {
  .s-integrations__item {
    padding: 2rem 1rem 0;
    width: 25%;
  }
}

.s-integrations__item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid #DEDEDE;
  padding: 0.5rem 1rem;
  width: 100%;
  height: 100%;
  min-height: 3.5rem;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

.s-integrations__item-link:focus {
  outline: none;
}

.s-integrations__item-link:hover,
.s-integrations__item-link:active,
.s-integrations__item-link:focus-visible {
  background-color: #F5F5F5;
}

.s-integrations__item-icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: block;
  margin-right: 1.25rem;
}

.s-integrations__item-text {
  font-size: 1.125rem;
  line-height: 1.33333;
  color: #666666;
}

.s-buy {
  overflow: hidden;
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-buy--gray {
  background-color: #EFF1F3;
}

.s-buy__title {
  text-align: center;
}

.s-buy__description {
  margin: 0 auto 1.5rem;
  max-width: none;
  text-align: center;
}

.s-buy__description:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 62rem) {
  .s-buy__description {
    margin-bottom: 3rem;
    max-width: var(--content-width, 60%);
  }
}

.s-buy__media {
  display: block;
}

.s-download {
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-download--gray {
  background-color: #EFF1F3;
}

.s-solution {
  --image-shift: 0;
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-solution--gray {
  background-color: #EFF1F3;
}

@media screen and (min-width: 62rem) {
  .s-solution__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.s-solution__description {
  margin-bottom: 3rem;
}

@media screen and (min-width: 62rem) {
  .s-solution__description {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    padding-right: 7rem;
  }
}

@media screen and (min-width: 62rem) {
  .s-solution__download {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 41%;
  }
}

.s-solution__media {
  margin-top: 3rem;
}

@media screen and (min-width: 36rem) {
  .s-solution__media {
    margin-bottom: calc(var(--image-shift) * -1);
  }
}

@media screen and (min-width: 62rem) {
  .s-solution__media {
    margin-left: -1.625rem;
    margin-right: -1.625rem;
    margin-top: 4rem;
  }
}

.s-solution__media img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.s-solution--reverse .s-solution__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.s-solution--reverse .s-solution__description {
  padding-right: 0;
}

@media screen and (min-width: 62rem) {
  .s-solution--reverse .s-solution__description {
    padding-left: 7rem;
  }
}

.s-landing {
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
}

.s-landing__main {
  padding-top: var(--padding-top);
  padding-bottom: 11.25rem;
  background-color: #fff;
}

@media screen and (min-width: 36rem) {
  .s-landing__main {
    padding-bottom: 14.5rem;
  }
}

@media screen and (min-width: 62rem) {
  .s-landing__main-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.s-landing__main-content {
  margin-bottom: 3rem;
}

@media screen and (min-width: 62rem) {
  .s-landing__main-content {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    padding-right: 6.5rem;
    width: 57%;
  }
}

@media screen and (min-width: 62rem) {
  .s-landing__main-download {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 43%;
  }
}

.s-landing__main--reverse .s-landing__main-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (min-width: 62rem) {
  .s-landing__main--reverse .s-landing__main-content {
    padding-right: 0;
    padding-left: 6.5rem;
  }
}

.s-landing__main--gray {
  background-color: #EFF1F3;
}

.s-landing__main--gradient {
  background: -webkit-linear-gradient(top, #0029FF 0%, #CB1799 100%);
  background: linear-gradient(180deg, #0029FF 0%, #CB1799 100%);
}

.s-landing__main--gradient .s-landing__main-description,
.s-landing__main--gradient .s-landing__main-title {
  color: #fff;
}

.s-landing__content {
  padding-bottom: var(--padding-bottom);
}

.s-landing__content-description {
  margin-top: 4rem;
}

.s-landing__columns {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 4rem;
  grid-column-gap: 1.5rem;
  margin-top: -6.25rem;
}

@media screen and (min-width: 36rem) {
  .s-landing__columns {
    margin-top: -8.5rem;
  }
}

@media screen and (min-width: 48rem) {
  .s-landing__columns {
    grid-template-columns: repeat(3, minmax(30%, 1fr));
  }
}

@media screen and (min-width: 75rem) {
  .s-landing__columns {
    grid-row-gap: 6rem;
    grid-column-gap: 2rem;
  }
}

.s-landing__card-media {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  padding-top: 69%;
}

.s-landing__card-media img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.s-landing__card-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #2A6FF6;
}

.s-landing__card-title a {
  text-decoration: none;
  color: #2A6FF6;
}

.s-landing__card-title a:hover,
.s-landing__card-title a:active {
  text-decoration: none;
  color: #1A4FB8;
}

.s-licence {
  --margin-top: 0;
  --margin-bottom: 0;
  --padding-top: 5rem;
  --padding-bottom: 5rem;
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: #fff;
}

.s-licence--gray {
  background-color: #EFF1F3;
}

.s-licence__title {
  text-align: center;
}

.s-licence__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 36rem) {
  .s-licence__toggle {
    margin-bottom: 3.5rem;
  }
}

.s-licence__toggle-title {
  padding: 0;
  border: none;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.81818;
  font-family: Montserrat, Arial, sans-serif;
  color: #9E9E9E;
  background-color: transparent;
  cursor: pointer;
}

@media screen and (min-width: 62rem) {
  .s-licence__toggle-title {
    font-size: 1rem;
  }
}

@media screen and (min-width: 75rem) {
  .s-licence__toggle-title {
    font-size: 1.125rem;
  }
}

.s-licence__toggle-title:focus {
  outline: none;
}

.s-licence__toggle-title.is-active {
  color: #6F32FF;
}

.s-licence__toggle-btn {
  --width: 1rem;
  position: relative;
  margin: auto var(--width);
  border: none;
  border-radius: calc(var(--width) / 2);
  width: calc(var(--width) * 2);
  height: var(--width);
  background-color: #9E9E9E;
  cursor: pointer;
}

@media screen and (min-width: 22.5rem) {
  .s-licence__toggle-btn {
    --width: 1.5rem;
  }
}

@media screen and (min-width: 36rem) {
  .s-licence__toggle-btn {
    --width: 2rem;
  }
}

.s-licence__toggle-btn:focus {
  outline: none;
}

.s-licence__toggle-btn::after {
  content: '';
  position: absolute;
  left: var(--width);
  top: 0;
  z-index: 1;
  border-radius: 50%;
  width: var(--width);
  height: var(--width);
  background-color: #fff;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

.s-licence__toggle-btn:focus {
  outline: none;
}

.s-licence__toggle-btn.is-active::after {
  left: 0;
}

.s-licence__content {
  display: none;
}

.s-licence__content.is-active {
  display: block;
}

@media screen and (min-width: 62rem) {
  .s-licence__content.is-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.s-licence__description {
  margin-bottom: 3rem;
}

@media screen and (min-width: 62rem) {
  .s-licence__description {
    margin-bottom: 0;
    padding-right: 4rem;
    width: 50%;
  }
}

@media screen and (min-width: 62rem) {
  .s-licence__form {
    padding-left: 4rem;
    width: 50%;
  }
}

@media screen and (min-width: 62rem) {
  .s-licence--reverse .s-licence__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 62rem) {
  .s-licence--reverse .s-licence__description {
    padding-right: 0;
    padding-left: 4rem;
  }
}

@media screen and (min-width: 62rem) {
  .s-licence--reverse .s-licence__form {
    padding-right: 4rem;
    padding-left: 0;
  }
}

.text-accent {
  color: #2A6FF6;
}

.text-dark {
  color: #15346F;
}

.hidden {
  display: none !important;
}

.t-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.t-base__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.t-wysiwyg {
  background: #ffffff;
  color: #4B4B4B;
}

.t-wysiwyg__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.t-wysiwyg__container {
  padding-bottom: 9rem;
}

@media screen and (min-width: 62rem) {
  .t-wysiwyg__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .t-wysiwyg__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .t-wysiwyg__sidebar {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 36.4%;
    padding-left: 7%;
  }
}

.t-wysiwyg--embed {
  background-color: transparent;
}

.t-post__main {
  padding-top: 4.0625rem;
  background: #ffffff;
  color: #4B4B4B;
}

.t-post__main-img {
  margin-bottom: 3.125rem;
}

.t-post__main-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.t-post__container {
  padding-bottom: 4rem;
}

@media screen and (min-width: 75rem) {
  .t-post__container {
    max-width: 65.125rem;
  }
}

.t-post__title {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 1.5rem;
  font-family: Poppins, Arial, sans-serif;
}

@media screen and (min-width: 48rem) {
  .t-post__title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 75rem) {
  .t-post__title {
    font-size: 2.5rem;
  }
}

.t-post__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 3.125rem;
  border-top: 1px solid #9E9E9E;
  padding-top: 1.875rem;
}

.t-post__footer-text {
  margin-top: 2.5rem;
}

.t-post__tags {
  width: 50%;
}

@media screen and (min-width: 48rem) {
  .t-post__tags {
    width: 25%;
  }
}

.t-post__tags-title {
  margin: 0;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 2.22222;
  font-family: Montserrat, Arial, sans-serif;
  color: #4B4B4B;
}

@media screen and (min-width: 62rem) {
  .t-post__tags-title {
    font-size: 1rem;
  }
}

@media screen and (min-width: 75rem) {
  .t-post__tags-title {
    font-size: 1.125rem;
  }
}

.t-post__tag {
  margin: 0;
}

.t-post__tag a {
  font-size: 0.875rem;
  line-height: 2.22222;
  font-family: Montserrat, Arial, sans-serif;
  text-decoration: none;
  color: #2A6FF6;
}

@media screen and (min-width: 62rem) {
  .t-post__tag a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 75rem) {
  .t-post__tag a {
    font-size: 1.125rem;
  }
}

.t-post__tag a:hover,
.t-post__tag a:active {
  text-decoration: none;
  color: #1A4FB8;
}

.t-post__share {
  width: 50%;
}

@media screen and (min-width: 48rem) {
  .t-post__share {
    width: 25%;
  }
}

.t-post__share-title {
  margin: 0;
  font-weight: 700;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 2.22222;
  color: #4B4B4B;
}

@media screen and (min-width: 62rem) {
  .t-post__share-title {
    font-size: 1rem;
  }
}

@media screen and (min-width: 75rem) {
  .t-post__share-title {
    font-size: 1.125rem;
  }
}

.t-post__share-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t-post__share-link {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1.125rem;
}

.t-post__share-link:first-child {
  margin-left: 0;
  padding-left: 0;
}

.t-post__share-icon {
  fill: none;
  stroke: #9E9E9E;
}

.t-post__share-icon:hover,
.t-post__share-icon:active {
  stroke: #4B4B4B;
}

.t-blog__main {
  padding-top: 3.5rem;
  padding-bottom: 6rem;
  background: #ffffff;
  color: #4B4B4B;
}

.t-blog__title {
  margin-top: 0;
  margin-bottom: 3.5rem;
  font-weight: 700;
  font-size: 2rem;
  font-family: Poppins, Arial, sans-serif;
}

@media screen and (min-width: 48rem) {
  .t-blog__title {
    font-size: 3rem;
  }
}

@media screen and (min-width: 75rem) {
  .t-blog__title {
    font-size: 4rem;
  }
}

.t-blog__col {
  margin-bottom: 3.5rem;
}

@media screen and (min-width: 48rem) {
  .t-blog__col {
    margin-bottom: 4.5rem;
  }
}

.t-blog__pagination {
  margin-top: -2rem;
}

.t-error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.t-error__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  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;
}

.t-error__message {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  padding-top: 16%;
  padding-bottom: 16%;
}

@media screen and (min-width: 62rem) {
  .t-error__message {
    padding-left: 2.9375rem;
    padding-right: 2.9375rem;
  }
}

.t-error__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  color: #2A6FF6;
  line-height: 1;
  font-weight: normal;
  font-size: 6.25rem;
}

@media screen and (min-width: 62rem) {
  .t-error__title {
    font-size: 7.5rem;
  }
}

@media screen and (min-width: 75rem) {
  .t-error__title {
    font-size: 9rem;
  }
}

@media screen and (min-width: 75rem) {
  .t-error__message {
    padding-top: 16.25rem;
    padding-bottom: 16.75rem;
  }
}

.s-welcome__media:not(:first-child) {
  margin-top: 40px;
}