/* Filter Grayscale */
/* Clip path */
/* Transition */
/* Border radius */
/* IMAGES */
.img-full {
  width: 100%;
  display: block;
}

.img-auto {
  margin: auto;
}

.img-border-radius {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

/* HR Lines*/
hr {
  margin: 0px;
  border: 0;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

/* DISPLAY */
.hide {
  display: none;
}

.show-lg,
.show-md,
.show-sm,
.show-xs {
  display: none;
}

@media screen and (max-width: 1199px) {
  .show-lg {
    display: block;
  }
  .hide-lg {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .show-md {
    display: block;
  }
  .hide-md {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .show-sm {
    display: block;
  }
  .hide-sm {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .show-xs {
    display: block;
  }
  .hide-xs {
    display: none;
  }
}
/* TEXT ALIGN */
.text-center {
  text-align: center;
}

/* TEXT TRANSFORM */
.text-upper {
  text-transform: uppercase;
}

/* COLORS */
.color-black {
  color: #111827;
}

.color-white {
  color: rgb(255, 255, 255);
}

.color-violet {
  color: #6859ef;
}

.color-violet-dark {
  color: #2c2189;
}

/* MARGINS */
.m-auto {
  margin: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-160 {
  margin-top: 160px;
}

@media screen and (max-width: 991px) {
  .mt-0-md {
    margin-top: 0;
  }
  .mt-10-md {
    margin-top: 10px;
  }
  .mt-20-md {
    margin-top: 20px;
  }
  .mt-40-md {
    margin-top: 40px;
  }
  .mt-60-md {
    margin-top: 60px;
  }
  .mt-80-md {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mt-0-sm {
    margin-top: 0;
  }
  .mt-10-sm {
    margin-top: 10px;
  }
  .mt-20-sm {
    margin-top: 20px;
  }
  .mt-40-sm {
    margin-top: 40px;
  }
  .mt-60-sm {
    margin-top: 60px;
  }
  .mt-80-sm {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .mt-0-xs {
    margin-top: 0;
  }
  .mt-10-xs {
    margin-top: 10px;
  }
  .mt-20-xs {
    margin-top: 20px;
  }
  .mt-40-xs {
    margin-top: 40px;
  }
  .mt-60-xs {
    margin-top: 60px;
  }
  .mt-80-xs {
    margin-top: 80px;
  }
}
.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-160 {
  margin-bottom: 160px;
}

@media screen and (max-width: 1199px) {
  .mb-0-lg {
    margin-bottom: 0;
  }
  .mb-10-lg {
    margin-bottom: 10px;
  }
  .mb-20-lg {
    margin-bottom: 20px;
  }
  .mb-40-lg {
    margin-bottom: 40px;
  }
  .mb-60-lg {
    margin-bottom: 60px;
  }
  .mb-80-lg {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .mb-0-md {
    margin-bottom: 0;
  }
  .mb-10-md {
    margin-bottom: 10px;
  }
  .mb-20-md {
    margin-bottom: 20px;
  }
  .mb-40-md {
    margin-bottom: 40px;
  }
  .mb-60-md {
    margin-bottom: 60px;
  }
  .mb-80-md {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mb-0-sm {
    margin-bottom: 0;
  }
  .mb-10-sm {
    margin-bottom: 10px;
  }
  .mb-20-sm {
    margin-bottom: 20px;
  }
  .mb-40-sm {
    margin-bottom: 40px;
  }
  .mb-60-sm {
    margin-bottom: 60px;
  }
  .mb-80-sm {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .mb-0-xs {
    margin-bottom: 0;
  }
  .mb-10-xs {
    margin-bottom: 10px;
  }
  .mb-20-xs {
    margin-bottom: 20px;
  }
  .mb-40-xs {
    margin-bottom: 40px;
  }
  .mb-60-xs {
    margin-bottom: 60px;
  }
  .mb-80-xs {
    margin-bottom: 80px;
  }
}
/* PADDINGS */
.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.padded10 {
  padding: 10px 0px;
}

.padded20 {
  padding: 20px 0px;
}

.padded40 {
  padding: 20px 0px;
}

.padded60,
.padded80,
.padded100,
.padded120 {
  padding: 30px 0px;
}

@media screen and (min-width: 768px) {
  .padded60 {
    padding: 30px 0px;
  }
  .padded80 {
    padding: 30px 0px;
  }
  .padded100 {
    padding: 40px 0px;
  }
  .padded120 {
    padding: 60px 0px;
  }
}
@media screen and (min-width: 992px) {
  .padded60 {
    padding: 40px 0px;
  }
  .padded80 {
    padding: 40px 0px;
  }
  .padded100 {
    padding: 60px 0px;
  }
  .padded120 {
    padding: 80px 0px;
  }
}
@media screen and (min-width: 1360px) {
  .padded60 {
    padding: 60px 0px;
  }
  .padded80 {
    padding: 60px 0px;
  }
  .padded100 {
    padding: 80px 0px;
  }
  .padded120 {
    padding: 100px 0px;
  }
}
@media screen and (min-width: 1440px) {
  .padded80 {
    padding: 80px 0px;
  }
  .padded100 {
    padding: 100px 0px;
  }
  .padded120 {
    padding: 120px 0px;
  }
}
/* FONT WEIGHTS */
.font100 {
  font-weight: 100;
}

.font200 {
  font-weight: 200;
}

.font300 {
  font-weight: 300;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font600 {
  font-weight: 600;
}

.font700 {
  font-weight: 700;
}

.font800 {
  font-weight: 800;
}

.font900 {
  font-weight: 900;
}

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

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-style: normal;
  color: #111827;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgb(255, 255, 255);
}

body.no-scroll {
  overflow: hidden;
}

html {
  height: 100%;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #6859ef rgba(104, 89, 239, 0.1);
}

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

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Manrope", serif;
  margin: 0;
  color: #111827;
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-bottom: 15px;
  }
}

h1,
.h1,
.font-lg {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  h1,
  .h1,
  .font-lg {
    font-size: 46px;
    line-height: 54px;
  }
}
@media screen and (min-width: 1360px) {
  h1,
  .h1,
  .font-lg {
    font-size: 54px;
    line-height: 62px;
  }
}
@media screen and (min-width: 1600px) {
  h1,
  .h1,
  .font-lg {
    font-size: 62px;
    line-height: 70px;
  }
}

h2,
.h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1360px) {
  h2,
  .h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (min-width: 1600px) {
  h2,
  .h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3,
.h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1360px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

h4,
.h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1360px) {
  h4,
  .h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

h5,
.h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 16px;
    line-height: 22px;
  }
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  color: #111827;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}
p a {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-decoration: underline;
  color: #6859ef;
  position: relative;
}
@media screen and (min-width: 1200px) {
  p a {
    font-size: 18px;
    line-height: 34px;
  }
}

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

section,
header,
footer {
  position: relative;
  outline: 0;
  border: 0;
}

.main {
  position: relative;
}
.main .page-title {
  margin-top: 160px;
}
@media screen and (min-width: 768px) {
  .main .page-title {
    margin-top: 100px;
  }
}
.main section {
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .main section {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .main section {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1360px) {
  .main section {
    margin-bottom: 64px;
  }
}

.container {
  width: 100%;
  max-width: 1360px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .container {
    padding: 0px 20px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 1000;
  height: 70px;
  display: block;
  background-color: #111827;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .header {
    position: absolute;
    top: 30px;
    background-color: transparent;
    height: 70px;
  }
}
.header .container {
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .header .container {
    justify-content: center;
  }
}
.header-logo {
  height: auto;
  position: relative;
  display: block;
  width: 146px;
}
@media screen and (min-width: 600px) {
  .header-logo {
    width: 186px;
  }
}
@media screen and (min-width: 768px) {
  .header-logo {
    flex: 1 1 0;
    width: auto;
  }
}
.header-logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 992px) {
  .header-logo img {
    width: 206px;
  }
}
.header-menu {
  position: fixed;
  display: none;
}
@media screen and (min-width: 992px) {
  .header-menu {
    position: relative;
    height: 60px;
    flex: 0 0 auto;
    padding: 0px 20px;
    display: block;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu {
    padding: 0px 32px;
  }
}
@media screen and (max-width: 991px) {
  .header-menu {
    background-color: rgba(255, 255, 255, 0.1);
    position: fixed;
    left: 15px;
    top: 110px;
    right: 15px;
    z-index: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
  .header-menu:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: rgba(17, 24, 39, 0.3);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
}
.header-menu-list {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .header-menu-list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}
.header-menu-item {
  position: relative;
  display: block;
}
.header-menu-item > a,
.header-menu-item > .header-menu-trigger {
  font-family: "Roboto", sans-serif;
  position: relative;
  display: block;
  background: none;
  outline: 0;
  border: 0;
  cursor: pointer;
  margin: auto;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .header-menu-item > a,
  .header-menu-item > .header-menu-trigger {
    opacity: 0.7;
  }
}
@media screen and (min-width: 992px) {
  .header-menu-item > a,
  .header-menu-item > .header-menu-trigger {
    font-size: 16px;
    line-height: 24px;
    padding: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu-item > a,
  .header-menu-item > .header-menu-trigger {
    padding: 18px 24px;
  }
}
.header-menu-item > a .header-menu-trigger-icon,
.header-menu-item > .header-menu-trigger .header-menu-trigger-icon {
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .header-menu-item > a .header-menu-trigger-icon,
  .header-menu-item > .header-menu-trigger .header-menu-trigger-icon {
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    right: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu-item > a .header-menu-trigger-icon,
  .header-menu-item > .header-menu-trigger .header-menu-trigger-icon {
    right: 4px;
  }
}
.header-menu-item > a:hover, .header-menu-item > a:focus,
.header-menu-item > .header-menu-trigger:hover,
.header-menu-item > .header-menu-trigger:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-menu-item.current > a,
.header-menu-item.current > .header-menu-trigger {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-menu-item.has-sub-menu-show .header-menu-trigger {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-menu-item.has-sub-menu-show .header-menu-trigger .header-menu-trigger-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-menu-item .sub-menu {
  position: fixed;
  max-width: 1400px;
  margin: auto 12px;
  top: 110px;
  left: 0;
  right: 0;
  display: none;
  z-index: 100;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 600px) {
  .header-menu-item .sub-menu {
    padding: 18px 24px;
    margin: auto 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 992px) {
  .header-menu-item .sub-menu {
    margin: auto 20px;
    top: 140px;
    padding: 32px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .header-menu-item .sub-menu {
    margin: auto;
  }
}
.header-menu-item .sub-menu:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgba(17, 24, 39, 0.3);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 600px) {
  .header-menu-item .sub-menu:after {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
  }
}
@media screen and (min-width: 992px) {
  .header-menu-item .sub-menu:after {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
  }
}
.header-menu-item .sub-menu-inner-back {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  opacity: 0.7;
  text-decoration: underline;
  padding: 8px 0px 8px 12px;
  z-index: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-menu-item .sub-menu-inner-back:after {
  content: "";
  position: absolute;
  left: -4px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width: 600px) {
  .header-menu-item .sub-menu-inner-back:after {
    left: -8px;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 992px) {
  .header-menu-item .sub-menu-inner-back {
    display: none;
  }
}
.header-menu-item .sub-menu-inner-back:hover, .header-menu-item .sub-menu-inner-back:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-menu-item .sub-menu-inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .header-menu-item .sub-menu-inner {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: start;
  }
}
@media screen and (min-width: 992px) {
  .header-menu-item .sub-menu-inner {
    align-items: center;
  }
}
.header-menu-item .sub-menu-links {
  position: relative;
  margin-bottom: 12px;
}
@media screen and (min-width: 600px) {
  .header-menu-item .sub-menu-links {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 600px) {
  .header-menu-item .sub-menu-links {
    width: 40%;
    padding-right: 20px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .header-menu-item .sub-menu-links {
    padding-right: 40px;
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu-item .sub-menu-links {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1360px) {
  .header-menu-item .sub-menu-links {
    padding-right: 100px;
  }
}
.header-menu-item .sub-menu-links > ul {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
}
.header-menu-item .sub-menu-links > ul > li {
  position: relative;
  display: block;
}
.header-menu-item .sub-menu-links > ul > li > a {
  position: relative;
  padding: 4px 12px 4px 38px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .header-menu-item .sub-menu-links > ul > li > a {
    padding: 6px 12px 6px 28px;
  }
}
@media screen and (min-width: 768px) {
  .header-menu-item .sub-menu-links > ul > li > a {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu-item .sub-menu-links > ul > li > a {
    padding: 10px 16px 10px 32px;
  }
}
.header-menu-item .sub-menu-links > ul > li > a .sub-menu-link-icon {
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  display: block;
}
@media screen and (min-width: 600px) {
  .header-menu-item .sub-menu-links > ul > li > a .sub-menu-link-icon {
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu-item .sub-menu-links > ul > li > a .sub-menu-link-icon {
    width: 20px;
    height: 20px;
  }
}
.header-menu-item .sub-menu-links > ul > li > a .sub-menu-link-icon img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
}
.header-menu-item .sub-menu-links > ul > li > a .sub-menu-link-title {
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .header-menu-item .sub-menu-links > ul > li > a .sub-menu-link-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu-item .sub-menu-links > ul > li > a .sub-menu-link-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.header-menu-item .sub-menu-links > ul > li > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-btn-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  display: block;
  opacity: 0.5;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 1200px) {
  .header-menu-item .sub-menu-links > ul > li > a:after {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }
}
.header-menu-item .sub-menu-links > ul > li > a:hover, .header-menu-item .sub-menu-links > ul > li > a:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-menu-item .sub-menu-links > ul > li.current > a {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-menu-item .sub-menu-links > ul > li.sub-menu-parent {
  display: block;
}
@media screen and (min-width: 992px) {
  .header-menu-item .sub-menu-links > ul > li.sub-menu-parent {
    display: none;
  }
}
.header-menu-item .sub-menu-links > ul > li.sub-menu-parent > a {
  padding-left: 12px;
}
@media screen and (min-width: 1200px) {
  .header-menu-item .sub-menu-links > ul > li.sub-menu-parent > a {
    padding-left: 16px;
  }
}
.header-menu-item .sub-menu-links > ul > li.sub-menu-parent > a .sub-menu-link-title {
  text-transform: uppercase;
  font-weight: 500;
}
.header-menu-item .sub-menu-side {
  position: relative;
}
@media screen and (min-width: 600px) {
  .header-menu-item .sub-menu-side {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .header-menu-item .sub-menu-side {
    width: 68%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
  }
}
.header-menu-item .sub-menu-banner {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .header-menu-item .sub-menu-banner {
    width: 50%;
  }
}
.header-menu-item .sub-menu-banner-link {
  overflow: hidden;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-menu-item .sub-menu-banner-link:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(to bottom, rgba(17, 24, 39, 0.3) 0%, rgb(17, 24, 39) 100%);
}
.header-menu-item .sub-menu-banner-link > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/2;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .header-menu-item .sub-menu-banner-link > img {
    aspect-ratio: initial;
  }
}
.header-menu-item .sub-menu-banner-link-info {
  padding: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  justify-content: end;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .header-menu-item .sub-menu-banner-link-info {
    padding: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu-item .sub-menu-banner-link-info {
    padding: 24px;
  }
}
.header-menu-item .sub-menu-banner-link-info h1,
.header-menu-item .sub-menu-banner-link-info h2,
.header-menu-item .sub-menu-banner-link-info h3,
.header-menu-item .sub-menu-banner-link-info h4,
.header-menu-item .sub-menu-banner-link-info h5 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0px;
  display: block;
}
@media screen and (min-width: 600px) {
  .header-menu-item .sub-menu-banner-link-info h1,
  .header-menu-item .sub-menu-banner-link-info h2,
  .header-menu-item .sub-menu-banner-link-info h3,
  .header-menu-item .sub-menu-banner-link-info h4,
  .header-menu-item .sub-menu-banner-link-info h5 {
    font-size: 22px;
    line-height: 30px;
    padding-right: 80px;
  }
}
.header-menu-item .sub-menu-banner-link .btn {
  margin-top: 8px;
}
@media screen and (min-width: 600px) {
  .header-menu-item .sub-menu-banner-link .btn {
    margin-top: 12px;
  }
}
.header-menu-item .sub-menu-banner-link:hover, .header-menu-item .sub-menu-banner-link:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-menu-item .sub-menu-banner-link:hover > img, .header-menu-item .sub-menu-banner-link:focus > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-menu-item .sub-menu-info {
  position: relative;
  display: none;
}
@media screen and (min-width: 992px) {
  .header-menu-item .sub-menu-info {
    padding-left: 40px;
    width: 50%;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu-item .sub-menu-info {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1360px) {
  .header-menu-item .sub-menu-info {
    padding-left: 100px;
  }
}
.header-menu-item .sub-menu-info-card {
  position: relative;
}
.header-menu-item .sub-menu-info-card h1,
.header-menu-item .sub-menu-info-card h2,
.header-menu-item .sub-menu-info-card h3,
.header-menu-item .sub-menu-info-card h4,
.header-menu-item .sub-menu-info-card h5 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  padding-right: 80px;
  display: block;
}
@media screen and (min-width: 1200px) {
  .header-menu-item .sub-menu-info-card h1,
  .header-menu-item .sub-menu-info-card h2,
  .header-menu-item .sub-menu-info-card h3,
  .header-menu-item .sub-menu-info-card h4,
  .header-menu-item .sub-menu-info-card h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.header-menu-item .sub-menu-info-card p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 300;
  display: block;
}
@media screen and (min-width: 600px) {
  .header-menu-item .sub-menu-info-card p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu-item .sub-menu-info-card p {
    font-size: 18px;
    line-height: 30px;
  }
}
.header-cta {
  display: block;
  position: relative;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .header-cta {
    flex: 1 1 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.header-toggle {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  cursor: pointer;
  z-index: 1;
  background: none;
  outline: 0;
  border: 0;
  margin: 0;
  margin-left: 4px;
  padding: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .header-toggle {
    margin-left: 18px;
  }
}
@media screen and (min-width: 992px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle span {
  position: absolute;
  height: 2px;
  display: block;
  z-index: 1;
  left: 12px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-toggle span:nth-child(1) {
  top: 16px;
  width: 22px;
}
.header-toggle span:nth-child(2) {
  top: 28px;
  width: 34px;
}
.header-toggle span:nth-child(3) {
  top: 40px;
  width: 22px;
}
.header-toggle:hover, .header-toggle:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-toggle:hover span:nth-child(3), .header-toggle:focus span:nth-child(3) {
  width: 34px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-toggle-show span:nth-child(1) {
  top: 28px;
  width: 34px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-toggle-show span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header-toggle-show span:nth-child(3) {
  opacity: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header.header-light {
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 992px) {
  .header.header-light {
    background-color: transparent;
  }
}
@media screen and (max-width: 991px) {
  .header.header-light {
    -webkit-box-shadow: 0px 0px 8px rgba(17, 24, 39, 0.05);
    -moz-box-shadow: 0px 0px 8px rgba(17, 24, 39, 0.05);
    box-shadow: 0px 0px 8px rgba(17, 24, 39, 0.05);
  }
}
.header.header-light .header-menu {
  background-color: rgb(255, 255, 255);
  border-color: rgba(17, 24, 39, 0.1);
}
.header.header-light .header-menu-item {
  position: relative;
  display: block;
}
.header.header-light .header-menu-item > a,
.header.header-light .header-menu-item > .header-menu-trigger {
  color: #111827;
}
.header.header-light .header-menu-item > a .header-menu-trigger-icon,
.header.header-light .header-menu-item > .header-menu-trigger .header-menu-trigger-icon {
  background-image: url(../../assets/images/icons/icn-arrow-black.svg);
}
.header.header-light .header-menu-item .sub-menu {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(17, 24, 39, 0.1);
}
.header.header-light .header-menu-item .sub-menu:after {
  background-color: rgba(255, 255, 255, 0.3);
}
.header.header-light .header-menu-item .sub-menu-inner-back {
  color: #111827;
}
.header.header-light .header-menu-item .sub-menu-inner-back:after {
  background-image: url(../../assets/images/icons/icn-arrow-black.svg);
}
.header.header-light .header-menu-item .sub-menu-links > ul > li > a .sub-menu-link-title {
  color: #111827;
}
.header.header-light .header-menu-item .sub-menu-links > ul > li > a:after {
  background-image: url(../../assets/images/icons/icn-btn-arrow-black.svg);
}
.header.header-light .header-menu-item .sub-menu-links > ul > li > a .sub-menu-link-icon img {
  filter: initial;
}
.header.header-light .header-menu-item .sub-menu-banner-link-info h1,
.header.header-light .header-menu-item .sub-menu-banner-link-info h2,
.header.header-light .header-menu-item .sub-menu-banner-link-info h3,
.header.header-light .header-menu-item .sub-menu-banner-link-info h4,
.header.header-light .header-menu-item .sub-menu-banner-link-info h5 {
  color: rgb(255, 255, 255);
}
.header.header-light .header-menu-item .sub-menu-info-card h1,
.header.header-light .header-menu-item .sub-menu-info-card h2,
.header.header-light .header-menu-item .sub-menu-info-card h3,
.header.header-light .header-menu-item .sub-menu-info-card h4,
.header.header-light .header-menu-item .sub-menu-info-card h5 {
  color: #111827;
}
.header.header-light .header-menu-item .sub-menu-info-card p {
  color: #111827;
}
@media screen and (max-width: 991px) {
  .header.header-light .header-menu {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .header.header-light .header-menu:after {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.header.header-light .header-toggle span {
  background-color: #111827;
}

.footer {
  background-color: #111827;
  padding: 64px 0px 8px 0px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .footer {
    padding: 80px 0px 20px 0px;
  }
}
.footer:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(104, 89, 239, 0) 0%, rgb(104, 89, 239) 100%);
  opacity: 0.3;
  z-index: 0;
}
.footer.footer-has-shape {
  padding: 48px 0px;
}
@media screen and (min-width: 600px) {
  .footer.footer-has-shape {
    padding: 64px 0px;
  }
}
@media screen and (min-width: 992px) {
  .footer.footer-has-shape {
    padding: 80px 0px 120px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .footer.footer-has-shape {
    padding: 80px 0px 180px 0px;
  }
}
@media screen and (min-width: 1360px) {
  .footer.footer-has-shape {
    padding: 80px 0px 200px 0px;
  }
}
@media screen and (min-width: 1440px) {
  .footer.footer-has-shape {
    padding: 80px 0px 220px 0px;
  }
}
.footer.footer-has-shape:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../../assets/images/shapes/shape-footer.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.05;
}
.footer-scroll-to-top {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -26px;
  width: 52px;
  height: 52px;
  display: block;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .footer-scroll-to-top {
    width: 60px;
    height: 60px;
    top: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-scroll-to-top {
    width: 72px;
    height: 72px;
    top: -36px;
  }
}
.footer-scroll-to-top:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: auto;
  background-image: url(../../assets/images/shapes/shape-logo-triangle-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-color: #6859ef;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .footer-scroll-to-top:after {
    background-size: 24px 24px;
    width: 52px;
    height: 52px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-scroll-to-top:after {
    background-size: 28px 28px;
    width: 62px;
    height: 62px;
  }
}
.footer-scroll-to-top:hover, .footer-scroll-to-top:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-scroll-to-top:hover:after, .footer-scroll-to-top:focus:after {
  background-color: #111827;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-logo a {
  position: relative;
  display: block;
}
.footer-logo img {
  opacity: 0.5;
  width: 166px;
  margin: auto auto 18px auto;
}
@media screen and (min-width: 768px) {
  .footer-logo img {
    width: 206px;
    margin: auto auto 24px auto;
  }
}
@media screen and (min-width: 1200px) {
  .footer-logo img {
    margin: 0px 0px 32px 0px;
  }
}
@media screen and (min-width: 1360px) {
  .footer-logo img {
    width: 256px;
  }
}
.footer-columns {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer-columns {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    text-align: initial;
  }
}
.footer-columns-about {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .footer-columns-about {
    width: 35%;
    padding-right: 40px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer-columns-about {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1360px) {
  .footer-columns-about {
    padding-right: 100px;
  }
}
.footer-columns-about p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}
@media screen and (min-width: 600px) {
  .footer-columns-about p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}
.footer-columns-about p a {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .footer-columns-about p a {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer-columns-about p a:hover, .footer-columns-about p a:focus {
  color: rgb(255, 255, 255);
  text-decoration: underline;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-columns-about ul {
  margin-top: 12px;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .footer-columns-about ul {
    margin-top: 18px;
  }
}
@media screen and (min-width: 992px) {
  .footer-columns-about ul {
    justify-content: start;
    margin-top: 24px;
  }
}
.footer-columns-links {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 12px;
}
@media screen and (min-width: 600px) {
  .footer-columns-links {
    column-gap: 18px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .footer-columns-links {
    width: 65%;
    column-gap: 24px;
  }
}
.footer-columns-links-item {
  position: relative;
  margin-bottom: 18px;
}
@media screen and (min-width: 600px) {
  .footer-columns-links-item {
    margin-bottom: 24px;
  }
}
.footer-columns-links-item h1,
.footer-columns-links-item h2,
.footer-columns-links-item h3,
.footer-columns-links-item h4,
.footer-columns-links-item h5 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
  font-weight: 500;
  display: block;
  color: rgba(176, 167, 255, 0.6);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .footer-columns-links-item h1,
  .footer-columns-links-item h2,
  .footer-columns-links-item h3,
  .footer-columns-links-item h4,
  .footer-columns-links-item h5 {
    margin-bottom: 12px;
  }
}
.footer-columns-links-item .menu {
  position: relative;
  display: block;
}
.footer-columns-links-item .menu > li {
  position: relative;
  display: block;
}
.footer-columns-links-item .menu > li > a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 0px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .footer-columns-links-item .menu > li > a {
    font-size: 16px;
    padding: 8px 0px;
  }
}
.footer-columns-links-item .menu > li > a:hover, .footer-columns-links-item .menu > li > a:focus {
  color: rgb(255, 255, 255);
  text-decoration: underline;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-columns-links-item:hover h1,
.footer-columns-links-item:hover h2,
.footer-columns-links-item:hover h3,
.footer-columns-links-item:hover h4,
.footer-columns-links-item:hover h5, .footer-columns-links-item:focus h1,
.footer-columns-links-item:focus h2,
.footer-columns-links-item:focus h3,
.footer-columns-links-item:focus h4,
.footer-columns-links-item:focus h5 {
  color: rgb(176, 167, 255);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-columns-links-item-legal {
  display: block;
}
@media screen and (min-width: 600px) {
  .footer-columns-links-item-legal {
    display: none;
  }
}
.footer-copyright {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 0px;
  padding-top: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    margin-top: 32px;
    padding-top: 18px;
    column-gap: 18px;
  }
}
@media screen and (min-width: 992px) {
  .footer-copyright {
    justify-content: space-between;
    column-gap: 8px;
    flex-direction: row;
    text-align: initial;
  }
}
.footer-copyright p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .footer-copyright p {
    margin-bottom: 0;
  }
}
.footer-copyright ul {
  display: none;
}
@media screen and (min-width: 600px) {
  .footer-copyright ul {
    position: relative;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    column-gap: 12px;
    row-gap: 2px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .footer-copyright ul {
    column-gap: 18px;
  }
}
@media screen and (min-width: 992px) {
  .footer-copyright ul {
    row-gap: 0px;
    justify-content: start;
  }
}
.footer-copyright ul > li {
  position: relative;
}
.footer-copyright ul > li > a {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-copyright ul > li > a:hover, .footer-copyright ul > li > a:focus {
  color: rgb(255, 255, 255);
  text-decoration: underline;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.page-progress {
  position: fixed;
  top: 0px;
  left: 0;
  height: 4px;
  background-color: #6859ef;
  min-width: 0px;
  z-index: 101;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.form-control {
  font-family: "Roboto", sans-serif;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  outline: 0;
  background-color: rgba(17, 24, 39, 0.03);
  padding: 8px 14px;
  border: 1px solid rgba(17, 24, 39, 0.05);
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #111827;
  font-weight: 500;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
.form-control::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(17, 24, 39, 0.4);
}
@media screen and (min-width: 1200px) {
  .form-control::placeholder {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .form-control {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 18px;
  }
}
.form-control:hover, .form-control:focus {
  background-color: rgba(17, 24, 39, 0.05);
  border-color: rgba(17, 24, 39, 0.1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

select.form-control {
  background-image: url(../../assets/images/icons/icn-arrow-black.svg);
  background-position: center right 16px;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
@media screen and (min-width: 992px) {
  select.form-control {
    background-position: center right 20px;
  }
}

.form-control-select {
  opacity: 0.4;
}
.form-control-select.form-control-select-has-value {
  opacity: 1;
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  textarea.form-control {
    min-height: 140px;
  }
}
@media screen and (min-width: 1200px) {
  textarea.form-control {
    min-height: 180px;
  }
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .form-group {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1360px) {
  .form-group {
    margin-bottom: 25px;
  }
}
.form-group .form-label {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 6px;
  color: #111827;
  display: block;
}
@media screen and (min-width: 992px) {
  .form-group .form-label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.form-group .form-label span {
  color: #EF4444;
  padding-left: 2px;
}
@media screen and (min-width: 992px) {
  .form-group .form-label span {
    padding-left: 4px;
  }
}

.form-group-success .form-label {
  color: #6859ef;
}
.form-group-success .form-control {
  border-color: #6859ef;
}

.form-group-error .form-label {
  color: #EF4444;
}
.form-group-error .form-control {
  border-color: #EF4444;
}

.form-group-row {
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-group-row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: start;
    column-gap: 18px;
  }
  .form-group-row .form-group {
    flex-basis: 100%;
  }
}

input,
button,
select,
textarea {
  background: none;
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn {
  font-family: "Roboto", sans-serif;
  outline: 0;
  border: 1px solid transparent;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  /*Primary*/
  /*White*/
  /*Turquoise*/
  /* Border white */
}
@media screen and (min-width: 992px) {
  .btn {
    font-size: 18px;
    line-height: 26px;
    padding: 8px 20px;
    font-weight: 600;
  }
}
.btn span {
  position: relative;
  z-index: 2;
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    z-index: 0;
    opacity: 0;
    width: 0;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .btn:hover:after, .btn:focus:after {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
.btn.btn-primary {
  color: rgb(255, 255, 255);
  border-color: #6859ef;
  background-color: #6859ef;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: rgb(255, 255, 255);
  border-color: #2c2189;
  background-color: #2c2189;
}
@media screen and (min-width: 992px) {
  .btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #2c2189;
  }
  .btn.btn-primary:hover:after, .btn.btn-primary:focus:after {
    background-color: #2c2189;
  }
}
.btn.btn-white {
  color: #6859ef;
  border-color: rgba(104, 89, 239, 0.2);
  background-color: rgb(255, 255, 255);
}
.btn.btn-white:hover, .btn.btn-white:focus {
  color: rgb(255, 255, 255);
  border-color: #6859ef;
  background-color: #6859ef;
}
@media screen and (min-width: 992px) {
  .btn.btn-white:hover, .btn.btn-white:focus {
    background-color: rgb(255, 255, 255);
  }
  .btn.btn-white:hover:after, .btn.btn-white:focus:after {
    background-color: #6859ef;
  }
}
.btn.btn-turquoise {
  color: #111827;
  border-color: #0ee6a4;
  background-color: #0ee6a4;
}
.btn.btn-turquoise:hover, .btn.btn-turquoise:focus {
  color: #111827;
  border-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 992px) {
  .btn.btn-turquoise:hover, .btn.btn-turquoise:focus {
    background-color: rgb(255, 255, 255);
  }
  .btn.btn-turquoise:hover:after, .btn.btn-turquoise:focus:after {
    background-color: rgb(255, 255, 255);
  }
}
.btn.btn-border-white {
  color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
.btn.btn-border-white:hover, .btn.btn-border-white:focus {
  color: rgb(255, 255, 255);
  border-color: #6859ef;
  background-color: #6859ef;
}
@media screen and (min-width: 992px) {
  .btn.btn-border-white:hover, .btn.btn-border-white:focus {
    background-color: transparent;
  }
  .btn.btn-border-white:hover:after, .btn.btn-border-white:focus:after {
    background-color: #6859ef;
  }
}
.btn.btn-phone span:after, .btn.btn-phone span:before, .btn.btn-arrow span:after, .btn.btn-arrow span:before {
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .btn.btn-phone span:after, .btn.btn-phone span:before, .btn.btn-arrow span:after, .btn.btn-arrow span:before {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }
}
.btn.btn-phone span:before, .btn.btn-arrow span:before {
  opacity: 0;
}
.btn.btn-phone:hover span:after, .btn.btn-phone:hover span:before, .btn.btn-phone:focus span:after, .btn.btn-phone:focus span:before, .btn.btn-arrow:hover span:after, .btn.btn-arrow:hover span:before, .btn.btn-arrow:focus span:after, .btn.btn-arrow:focus span:before {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.btn.btn-phone span {
  padding-left: 18px;
}
@media screen and (min-width: 992px) {
  .btn.btn-phone span {
    padding-left: 28px;
  }
}
.btn.btn-phone span:after, .btn.btn-phone span:before {
  left: 0px;
}
.btn.btn-phone span:after {
  background-image: url(../../assets/images/icons/icn-phone-violet.svg);
}
.btn.btn-phone span:before {
  background-image: url(../../assets/images/icons/icn-phone-white.svg);
}
.btn.btn-phone:hover span:after, .btn.btn-phone:focus span:after {
  opacity: 0;
}
.btn.btn-phone:hover span:before, .btn.btn-phone:focus span:before {
  opacity: 1;
}
.btn.btn-arrow span {
  padding-right: 18px;
}
@media screen and (min-width: 992px) {
  .btn.btn-arrow span {
    padding-right: 28px;
  }
}
.btn.btn-arrow span:after {
  right: 0;
  background-image: url(../../assets/images/icons/icn-btn-arrow-white.svg);
}
.btn.btn-primary.btn-phone span:after {
  background-image: url(../../assets/images/icons/icn-phone-white.svg);
}
.btn.btn-white.btn-arrow span:after {
  right: 0;
  background-image: url(../../assets/images/icons/icn-btn-arrow-violet.svg);
}
.btn.btn-white.btn-arrow:hover span:after, .btn.btn-white.btn-arrow:focus span:after {
  right: 0;
  background-image: url(../../assets/images/icons/icn-btn-arrow-white.svg);
}
.btn.btn-turquoise.btn-arrow span:after {
  right: 0;
  background-image: url(../../assets/images/icons/icn-btn-arrow-black.svg);
}
.btn.btn-turquoise.btn-arrow:hover span:after, .btn.btn-turquoise.btn-arrow:focus span:after {
  right: 0;
  background-image: url(../../assets/images/icons/icn-btn-arrow-black.svg);
}
.btn.btn-block {
  width: 100%;
  display: block;
}
.btn.btn-block-xs {
  width: 100%;
  display: block;
}
@media screen and (min-width: 600px) {
  .btn.btn-block-xs {
    width: auto;
    display: inline-block;
  }
}
.btn.btn-block-sm {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .btn.btn-block-sm {
    width: auto;
    display: inline-block;
  }
}
.btn.btn-block-md {
  width: 100%;
  display: block;
}
@media screen and (min-width: 992px) {
  .btn.btn-block-md {
    width: auto;
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .btn.btn-sm {
    padding: 10px 24px;
  }
}
.btn.btn-xs {
  font-weight: 500;
  letter-spacing: 0px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 992px) {
  .btn.btn-xs {
    font-size: 16px;
    padding: 6px 12px;
  }
}
.btn.btn-xs span {
  padding-right: 18px;
}
@media screen and (min-width: 992px) {
  .btn.btn-xs span {
    padding-right: 22px;
  }
}
.btn.btn-xs span:after, .btn.btn-xs span:before {
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
}

.btn-store,
.btn-google {
  font-family: "Roboto", sans-serif;
  outline: 0;
  font-weight: 700;
  padding: 8px 20px 8px 48px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 1;
  border: 1px solid #111827;
  text-decoration: none;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 1360px) {
  .btn-store,
  .btn-google {
    padding: 8px 32px 8px 58px;
  }
}
.btn-store span,
.btn-google span {
  display: block;
  position: relative;
}
.btn-store span:nth-child(1),
.btn-google span:nth-child(1) {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
@media screen and (min-width: 1360px) {
  .btn-store span:nth-child(1),
  .btn-google span:nth-child(1) {
    font-size: 16px;
  }
}
.btn-store span:nth-child(2),
.btn-google span:nth-child(2) {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
@media screen and (min-width: 1360px) {
  .btn-store span:nth-child(2),
  .btn-google span:nth-child(2) {
    font-size: 24px;
    line-height: 30px;
  }
}
.btn-store:after,
.btn-google:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 1360px) {
  .btn-store:after,
  .btn-google:after {
    left: 16px;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
}
.btn-store.btn-apple,
.btn-google.btn-apple {
  color: rgb(255, 255, 255);
  background-color: #111827;
}
.btn-store.btn-apple:after,
.btn-google.btn-apple:after {
  background-image: url(../../assets/images/icons/icn-apple-store.svg);
}
.btn-store.btn-apple:hover, .btn-store.btn-apple:focus,
.btn-google.btn-apple:hover,
.btn-google.btn-apple:focus {
  background-color: #2c2189;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.btn-store.btn-google,
.btn-google.btn-google {
  color: #111827;
  background-color: rgb(255, 255, 255);
}
.btn-store.btn-google:after,
.btn-google.btn-google:after {
  background-image: url(../../assets/images/icons/icn-google-play-store.svg);
}
.btn-store.btn-google:hover, .btn-store.btn-google:focus,
.btn-google.btn-google:hover,
.btn-google.btn-google:focus {
  background-color: rgba(104, 89, 239, 0.05);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.list-features {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
}
.list-features > li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  padding: 6px 0px 6px 24px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .list-features > li {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 0px 8px 30px;
  }
}
.list-features > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-image: url(../../assets/images/icons/icn-check-violet.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .list-features > li:after {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}
.list-features > li span {
  font-weight: 600;
  display: block;
}
.list-features > li:hover, .list-features > li:focus {
  color: #6859ef;
}
.list-features > li:hover:after, .list-features > li:focus:after {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.list-social,
.list-social-dark {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  column-gap: 8px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .list-social,
  .list-social-dark {
    column-gap: 12px;
  }
}
.list-social > li,
.list-social-dark > li {
  position: relative;
}
.list-social > li > a,
.list-social-dark > li > a {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .list-social > li > a,
  .list-social-dark > li > a {
    width: 44px;
    height: 44px;
  }
}
.list-social > li > a img,
.list-social-dark > li > a img {
  width: 16px;
  height: 16px;
  display: block;
  object-fit: contain;
  margin: auto;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .list-social > li > a img,
  .list-social-dark > li > a img {
    width: 20px;
    height: 20px;
  }
}
.list-social > li > a:hover, .list-social > li > a:focus,
.list-social-dark > li > a:hover,
.list-social-dark > li > a:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.list-social > li > a:hover img, .list-social > li > a:focus img,
.list-social-dark > li > a:hover img,
.list-social-dark > li > a:focus img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.list-payment-cards {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  column-gap: 8px;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .list-payment-cards {
    column-gap: 12px;
  }
}
.list-payment-cards > li {
  position: relative;
}
.list-payment-cards > li > a {
  height: 14px;
  width: auto;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .list-payment-cards > li > a {
    height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .list-payment-cards > li > a {
    height: 20px;
  }
}
.list-payment-cards > li > a img {
  width: auto;
  height: 100%;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.list-payment-cards > li > a:hover, .list-payment-cards > li > a:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.list-breadcrumbs {
  position: relative;
  display: block;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 12px;
}
.list-breadcrumbs > li {
  position: relative;
  display: block;
}
.list-breadcrumbs > li:after {
  content: "";
  position: absolute;
  right: -6px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  display: block;
  background-color: rgba(17, 24, 39, 0.4);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .list-breadcrumbs > li:after {
    height: 14px;
    right: -6px;
  }
}
.list-breadcrumbs > li:last-child:after {
  content: none;
}
.list-breadcrumbs > li > a {
  font-size: 14px;
  line-height: 18px;
  color: #111827;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .list-breadcrumbs > li > a {
    opacity: 0.5;
    font-size: 16px;
    line-height: 20px;
  }
}
.list-breadcrumbs > li > a:hover, .list-breadcrumbs > li > a:focus {
  opacity: 1;
  text-decoration: underline;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.list-breadcrumbs > li span {
  font-size: 14px;
  line-height: 18px;
  color: #111827;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .list-breadcrumbs > li span {
    font-size: 16px;
    line-height: 20px;
  }
}

.list-tags {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 4px;
  column-gap: 4px;
}
@media screen and (min-width: 992px) {
  .list-tags {
    column-gap: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .list-tags {
    column-gap: 18px;
  }
}
.list-tags > li {
  position: relative;
  display: block;
}
.list-tags > li > span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 4px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .list-tags > li > span {
    font-size: 16px;
    padding: 8px 16px;
  }
}
.list-social > li > a {
  background-color: rgba(104, 89, 239, 0.1);
}
.list-social > li > a:hover, .list-social > li > a:focus {
  background-color: #111827;
}

.list-social-dark > li > a {
  background-color: rgba(104, 89, 239, 0.1);
}
.list-social-dark > li > a:hover, .list-social-dark > li > a:focus {
  background-color: rgba(104, 89, 239, 0.2);
}

.topbar {
  height: 28px;
  display: block;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1001;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .topbar {
    height: 34px;
  }
}
.topbar a {
  height: 28px;
  padding: 0px 15px;
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  cursor: pointer;
  text-decoration: none;
  background-color: #2c2189;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .topbar a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .topbar a {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
  }
}
.topbar a > span {
  position: relative;
  display: inline-block;
}
.topbar a > span > span {
  position: relative;
  padding-left: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 600px) {
  .topbar a > span > span {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .topbar a > span > span {
    padding-left: 28px;
  }
}
.topbar a > span > span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  background-image: url(../../assets/images/shapes/shape-logo-triangle-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .topbar a > span > span:after {
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 768px) {
  .topbar a > span > span:after {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }
}
.topbar a:hover, .topbar a:focus {
  background-color: #6859ef;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.topbar + header {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .topbar + header {
    margin-top: 34px;
  }
}

.hero {
  position: relative;
  background-color: #111827;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.hero .container {
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.hero-content {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .hero-content {
    padding: 0px 120px;
  }
}
@media screen and (min-width: 1360px) {
  .hero-content {
    padding: 0px 160px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-content {
    padding: 0px 120px;
  }
}
@media screen and (min-width: 1600px) {
  .hero-content {
    padding: 0px 80px;
  }
}
.hero-content-box {
  position: relative;
  text-align: center;
}
.hero-content-box h1,
.hero-content-box h2,
.hero-content-box h3,
.hero-content-box h4,
.hero-content-box h5 {
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .hero-content-box h1,
  .hero-content-box h2,
  .hero-content-box h3,
  .hero-content-box h4,
  .hero-content-box h5 {
    margin-bottom: 30px;
  }
}
.hero-content-box h1 span,
.hero-content-box h2 span,
.hero-content-box h3 span,
.hero-content-box h4 span,
.hero-content-box h5 span {
  background: linear-gradient(90deg, #6859ef 0%, rgb(176, 167, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.hero-content-box-desc {
  position: relative;
}
@media screen and (min-width: 600px) {
  .hero-content-box-desc {
    padding: 0px 80px;
  }
}
@media screen and (min-width: 768px) {
  .hero-content-box-desc {
    padding: 0px 120px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-content-box-desc {
    padding: 0px 180px;
  }
}
.hero-content-box-desc p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.hero-content-box-cta {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .hero-content-box-cta {
    margin-top: 30px;
  }
}
.hero-content-box-cta .btn {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .hero-content-box-cta .btn {
    width: auto;
  }
}
.hero-stat {
  display: none;
}
@media screen and (min-width: 992px) {
  .hero-stat {
    position: absolute;
    z-index: 1;
    background-color: rgba(104, 89, 239, 0.1);
    padding: 8px 14px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: rgb(255, 255, 255);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
@media screen and (min-width: 1600px) {
  .hero-stat {
    padding: 10px 22px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    column-gap: 10px;
  }
}
.hero-stat:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(17, 24, 39, 0.2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
.hero-stat img {
  width: 16px;
  height: auto;
  display: block;
}
@media screen and (min-width: 1600px) {
  .hero-stat img {
    width: 22px;
  }
}
@media screen and (min-width: 992px) {
  .hero-stat-1, .hero-stat-4 {
    bottom: 24%;
  }
}
@media screen and (min-width: 1600px) {
  .hero-stat-1, .hero-stat-4 {
    bottom: 34%;
  }
}
@media screen and (min-width: 992px) {
  .hero-stat-2, .hero-stat-5 {
    bottom: 16%;
  }
}
@media screen and (min-width: 992px) {
  .hero-stat-3, .hero-stat-6 {
    bottom: 5%;
  }
}
@media screen and (min-width: 992px) {
  .hero-stat-1 {
    left: 4%;
  }
}
@media screen and (min-width: 992px) {
  .hero-stat-2 {
    left: 12%;
  }
}
@media screen and (min-width: 1600px) {
  .hero-stat-2 {
    left: 18%;
  }
}
@media screen and (min-width: 992px) {
  .hero-stat-3 {
    left: 6%;
  }
}
@media screen and (min-width: 1600px) {
  .hero-stat-3 {
    left: 8%;
  }
}
@media screen and (min-width: 992px) {
  .hero-stat-4 {
    right: 4%;
  }
}
@media screen and (min-width: 992px) {
  .hero-stat-5 {
    right: 12%;
  }
}
@media screen and (min-width: 1600px) {
  .hero-stat-5 {
    right: 18%;
  }
}
@media screen and (min-width: 992px) {
  .hero-stat-6 {
    right: 6%;
  }
}
@media screen and (min-width: 1600px) {
  .hero-stat-6 {
    right: 8%;
  }
}
.hero-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 80%;
  margin: auto;
  display: block;
  z-index: 0;
  pointer-events: none;
}
.hero-shape picture {
  display: block;
}
.hero-shape img {
  display: block;
  width: 400px;
  height: 400px;
  max-width: none;
  object-fit: contain;
  margin: auto;
  -webkit-box-shadow: 0px 0px 256px rgba(104, 89, 239, 0.4);
  -moz-box-shadow: 0px 0px 256px rgba(104, 89, 239, 0.4);
  box-shadow: 0px 0px 256px rgba(104, 89, 239, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: heroGlobeAnim 128s linear infinite;
  -moz-animation: heroGlobeAnim 128s linear infinite;
  -o-animation: heroGlobeAnim 128s linear infinite;
  animation: heroGlobeAnim 128s linear infinite;
}
@-webkit-keyframes heroGlobeAnim {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes heroGlobeAnim {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes heroGlobeAnim {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes heroGlobeAnim {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 768px) {
  .hero-shape img {
    width: 700px;
    height: 700px;
  }
}
@media screen and (min-width: 992px) {
  .hero-shape img {
    width: 800px;
    height: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-shape img {
    width: 900px;
    height: 900px;
  }
}
@media screen and (min-width: 1360px) {
  .hero-shape img {
    width: 1000px;
    height: 1000px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-shape img {
    width: 1200px;
    height: 1200px;
  }
}
@media screen and (min-width: 1600px) {
  .hero-shape img {
    width: 1600px;
    height: 1600px;
  }
}
@media screen and (min-width: 1600px) {
  .hero-shape {
    top: 70%;
  }
}
.hero-particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-particle {
  position: absolute;
  top: 0px;
  width: 5px;
  height: 160px;
  display: block;
  background-image: url(../../assets/images/shapes/shape-hero-line.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-animation: heroParticleFall linear infinite;
  -moz-animation: heroParticleFall linear infinite;
  -o-animation: heroParticleFall linear infinite;
  animation: heroParticleFall linear infinite;
  will-change: transform, opacity;
}
.hero-particle-1 {
  left: 4%;
  animation-duration: 8s;
  animation-delay: 0s;
}
.hero-particle-2 {
  left: 13%;
  animation-duration: 10s;
  animation-delay: 1.4s;
}
.hero-particle-3 {
  left: 24%;
  animation-duration: 9s;
  animation-delay: 0.6s;
}
.hero-particle-4 {
  left: 33%;
  animation-duration: 11s;
  animation-delay: 2.2s;
}
.hero-particle-5 {
  left: 46%;
  animation-duration: 8.5s;
  animation-delay: 1s;
}
.hero-particle-6 {
  left: 57%;
  animation-duration: 12s;
  animation-delay: 3s;
}
.hero-particle-7 {
  left: 68%;
  animation-duration: 9.5s;
  animation-delay: 1.8s;
}
.hero-particle-8 {
  left: 78%;
  animation-duration: 10.5s;
  animation-delay: 0.2s;
}
.hero-particle-9 {
  left: 88%;
  animation-duration: 8.8s;
  animation-delay: 2.8s;
}
.hero-particle-10 {
  left: 97%;
  animation-duration: 12.5s;
  animation-delay: 4s;
}
@-webkit-keyframes heroParticleFall {
  0% {
    transform: translate3d(0, -180px, 0);
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    transform: translate3d(0, calc(100vh + 240px), 0);
    opacity: 0;
  }
}
@-moz-keyframes heroParticleFall {
  0% {
    transform: translate3d(0, -180px, 0);
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    transform: translate3d(0, calc(100vh + 240px), 0);
    opacity: 0;
  }
}
@-o-keyframes heroParticleFall {
  0% {
    transform: translate3d(0, -180px, 0);
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    transform: translate3d(0, calc(100vh + 240px), 0);
    opacity: 0;
  }
}
@keyframes heroParticleFall {
  0% {
    transform: translate3d(0, -180px, 0);
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    transform: translate3d(0, calc(100vh + 240px), 0);
    opacity: 0;
  }
}

.hero-inner {
  background-color: #eef0f3;
  overflow: hidden;
  padding: 140px 0px 40px 0px;
}
@media screen and (min-width: 600px) {
  .hero-inner {
    padding: 160px 0px 40px 0px;
  }
}
@media screen and (min-width: 992px) {
  .hero-inner {
    padding: 180px 0px 60px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-inner {
    padding: 200px 0px 80px 0px;
  }
}
.hero-inner-container {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .hero-inner-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
  }
}
.hero-inner-container-l {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .hero-inner-container-l {
    width: 50%;
    padding-right: 60px;
    text-align: initial;
  }
}
@media screen and (min-width: 1200px) {
  .hero-inner-container-l {
    padding-right: 100px;
  }
}
.hero-inner-container-l h1,
.hero-inner-container-l h2,
.hero-inner-container-l h3,
.hero-inner-container-l h4,
.hero-inner-container-l h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .hero-inner-container-l h1,
  .hero-inner-container-l h2,
  .hero-inner-container-l h3,
  .hero-inner-container-l h4,
  .hero-inner-container-l h5 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1360px) {
  .hero-inner-container-l h1,
  .hero-inner-container-l h2,
  .hero-inner-container-l h3,
  .hero-inner-container-l h4,
  .hero-inner-container-l h5 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (min-width: 1600px) {
  .hero-inner-container-l h1,
  .hero-inner-container-l h2,
  .hero-inner-container-l h3,
  .hero-inner-container-l h4,
  .hero-inner-container-l h5 {
    font-size: 40px;
    line-height: 48px;
  }
}
.hero-inner-container-l-img {
  display: block;
  margin: 20px auto;
}
@media screen and (min-width: 992px) {
  .hero-inner-container-l-img {
    display: none;
  }
}
.hero-inner-container-l-img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.hero-inner-container-l-desc {
  position: relative;
}
.hero-inner-container-l-desc p {
  color: #111827;
}
.hero-inner-container-l-desc p:last-child {
  margin-bottom: 0;
}
.hero-inner-container-l-cta {
  position: relative;
  margin-top: 12px;
}
@media screen and (min-width: 600px) {
  .hero-inner-container-l-cta {
    margin-top: 18px;
  }
}
.hero-inner-container-l-cta .btn {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .hero-inner-container-l-cta .btn {
    width: auto;
  }
}
.hero-inner-container-r {
  display: none;
}
@media screen and (min-width: 992px) {
  .hero-inner-container-r {
    position: relative;
    width: 50%;
    display: block;
  }
  .hero-inner-container-r-img {
    position: relative;
    display: block;
    width: 100%;
  }
  .hero-inner-container-r-img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 992px) {
  .hero-inner-container-r-with-stats {
    margin: 0px 70px;
  }
}

.hero-inner-default {
  background-color: #eef0f3;
  overflow: hidden;
  padding: 120px 0px 20px 0px;
}
@media screen and (min-width: 600px) {
  .hero-inner-default {
    padding: 120px 0px 20px 0px;
  }
}
@media screen and (min-width: 992px) {
  .hero-inner-default {
    padding: 160px 0px 40px 0px;
  }
}
.hero-inner-default-container {
  position: relative;
  text-align: center;
  z-index: 2;
}
.hero-inner-default-container h1,
.hero-inner-default-container h2,
.hero-inner-default-container h3,
.hero-inner-default-container h4,
.hero-inner-default-container h5 {
  color: #111827;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .hero-inner-default-container h1,
  .hero-inner-default-container h2,
  .hero-inner-default-container h3,
  .hero-inner-default-container h4,
  .hero-inner-default-container h5 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (min-width: 992px) {
  .hero-inner-default-container h1,
  .hero-inner-default-container h2,
  .hero-inner-default-container h3,
  .hero-inner-default-container h4,
  .hero-inner-default-container h5 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-inner-default-container h1,
  .hero-inner-default-container h2,
  .hero-inner-default-container h3,
  .hero-inner-default-container h4,
  .hero-inner-default-container h5 {
    font-size: 34px;
    line-height: 44px;
  }
}
.hero-inner-default-container ul {
  justify-content: center;
}

.hero-inner-embed {
  background-color: #eef0f3;
  overflow: hidden;
  padding: 140px 0px 40px 0px;
}
@media screen and (min-width: 600px) {
  .hero-inner-embed {
    padding: 160px 0px 40px 0px;
  }
}
@media screen and (min-width: 992px) {
  .hero-inner-embed {
    padding: 180px 0px 60px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-inner-embed {
    padding: 200px 0px 80px 0px;
  }
}
.hero-inner-embed-container {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .hero-inner-embed-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
  }
}
.hero-inner-embed-container-l {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .hero-inner-embed-container-l {
    width: 50%;
    padding-right: 60px;
    text-align: initial;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero-inner-embed-container-l {
    padding-right: 100px;
  }
}
.hero-inner-embed-container-l h1,
.hero-inner-embed-container-l h2,
.hero-inner-embed-container-l h3,
.hero-inner-embed-container-l h4,
.hero-inner-embed-container-l h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .hero-inner-embed-container-l h1,
  .hero-inner-embed-container-l h2,
  .hero-inner-embed-container-l h3,
  .hero-inner-embed-container-l h4,
  .hero-inner-embed-container-l h5 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1360px) {
  .hero-inner-embed-container-l h1,
  .hero-inner-embed-container-l h2,
  .hero-inner-embed-container-l h3,
  .hero-inner-embed-container-l h4,
  .hero-inner-embed-container-l h5 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (min-width: 1600px) {
  .hero-inner-embed-container-l h1,
  .hero-inner-embed-container-l h2,
  .hero-inner-embed-container-l h3,
  .hero-inner-embed-container-l h4,
  .hero-inner-embed-container-l h5 {
    font-size: 40px;
    line-height: 48px;
  }
}
.hero-inner-embed-container-l-desc {
  position: relative;
}
.hero-inner-embed-container-l-desc p {
  color: #111827;
}
.hero-inner-embed-container-r {
  display: block;
}
@media screen and (min-width: 992px) {
  .hero-inner-embed-container-r {
    position: relative;
    width: 50%;
  }
}
.hero-inner-embed-container-r-embed-code {
  position: relative;
  width: 100%;
  opacity: 0;
}
.hero-inner-embed-container-r-embed-code iframe {
  width: 100%;
  min-height: 700px;
  display: block;
  border: 0;
}
.hero-inner-embed-container-r-loading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.hero-inner-embed-container-r-loading-box {
  height: 100%;
  align-items: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0px 48px;
}
@media screen and (min-width: 992px) {
  .hero-inner-embed-container-r-loading-box {
    padding: 0px 64px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-inner-embed-container-r-loading-box {
    padding: 0px 80px;
  }
}
@media screen and (min-width: 1360px) {
  .hero-inner-embed-container-r-loading-box {
    padding: 0px 128px;
  }
}
.hero-inner-embed-container-r-loading-box span {
  position: relative;
  margin-bottom: 12px;
  width: 48px;
  height: 48px;
  background-image: url(../../assets/images/logo-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  opacity: 0;
}
@media screen and (min-width: 600px) {
  .hero-inner-embed-container-r-loading-box span {
    margin-bottom: 18px;
  }
}
.hero-inner-embed-container-r-loading-box h1,
.hero-inner-embed-container-r-loading-box h2,
.hero-inner-embed-container-r-loading-box h3,
.hero-inner-embed-container-r-loading-box h4,
.hero-inner-embed-container-r-loading-box h5 {
  margin-bottom: 8px;
  opacity: 0;
}
@media screen and (min-width: 600px) {
  .hero-inner-embed-container-r-loading-box h1,
  .hero-inner-embed-container-r-loading-box h2,
  .hero-inner-embed-container-r-loading-box h3,
  .hero-inner-embed-container-r-loading-box h4,
  .hero-inner-embed-container-r-loading-box h5 {
    margin-bottom: 12px;
  }
}
.hero-inner-embed-container-r-loading-box p {
  margin-bottom: 0px;
  color: rgba(17, 24, 39, 0.7);
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
}
@media screen and (min-width: 600px) {
  .hero-inner-embed-container-r-loading-box p {
    font-size: 16px;
    line-height: 26px;
  }
}

.hero-img-stats {
  position: absolute;
  inset: 0;
}
.hero-img-stats-item {
  position: absolute;
  background-color: rgb(255, 255, 255);
  padding: 12px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 140px;
  height: 64px;
  -webkit-box-shadow: 0px 0px 12px rgba(17, 24, 39, 0.05);
  -moz-box-shadow: 0px 0px 12px rgba(17, 24, 39, 0.05);
  box-shadow: 0px 0px 12px rgba(17, 24, 39, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.hero-img-stats-item span {
  font-size: 24px;
  line-height: 28px;
  display: block;
  color: #6859ef;
  font-weight: 700;
}
.hero-img-stats-item p {
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #111827;
  font-weight: 300;
  margin-bottom: 0;
}
.hero-img-stats-item:nth-child(1) {
  top: -35px;
  left: 35%;
}
.hero-img-stats-item:nth-child(2) {
  right: -80px;
  bottom: 30%;
}
.hero-img-stats-item:nth-child(3) {
  left: -80px;
  bottom: 15%;
}

.hero-author {
  position: relative;
  text-align: center;
  margin-top: 24px;
}
.hero-author-image {
  position: relative;
  display: block;
}
.hero-author-image img {
  width: 64px;
  height: auto;
  display: block;
  margin: auto auto 12px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.hero-author-info {
  position: relative;
}
.hero-author-info h1,
.hero-author-info h2,
.hero-author-info h3,
.hero-author-info h4,
.hero-author-info h5 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .hero-author-info h1,
  .hero-author-info h2,
  .hero-author-info h3,
  .hero-author-info h4,
  .hero-author-info h5 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (min-width: 992px) {
  .hero-author-info h1,
  .hero-author-info h2,
  .hero-author-info h3,
  .hero-author-info h4,
  .hero-author-info h5 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (min-width: 1360px) {
  .hero-author-info h1,
  .hero-author-info h2,
  .hero-author-info h3,
  .hero-author-info h4,
  .hero-author-info h5 {
    font-size: 36px;
    line-height: 44px;
  }
}
.hero-author-info-desc {
  position: relative;
}
.hero-author-info-desc p {
  margin-bottom: 0;
}

.logos {
  text-align: center;
}
.logos h1,
.logos h2,
.logos h3,
.logos h4,
.logos h5 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #6859ef;
  font-weight: 400;
  margin-bottom: 12px;
}
@media screen and (min-width: 600px) {
  .logos h1,
  .logos h2,
  .logos h3,
  .logos h4,
  .logos h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 992px) {
  .logos h1,
  .logos h2,
  .logos h3,
  .logos h4,
  .logos h5 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px;
  }
}
.logos-images {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
}
.logos-images:after, .logos-images:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  display: block;
  z-index: 1;
}
.logos-images:after {
  left: 0;
}
.logos-images:before {
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.logos-images-track {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  width: max-content;
  flex-wrap: nowrap;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-animation: logosImagesScroll 6s linear infinite;
  -moz-animation: logosImagesScroll 6s linear infinite;
  -o-animation: logosImagesScroll 6s linear infinite;
  animation: logosImagesScroll 6s linear infinite;
}
@media screen and (min-width: 992px) {
  .logos-images-track {
    -webkit-animation: logosImagesScroll 20s linear infinite;
    -moz-animation: logosImagesScroll 20s linear infinite;
    -o-animation: logosImagesScroll 20s linear infinite;
    animation: logosImagesScroll 20s linear infinite;
  }
}
@-webkit-keyframes logosImagesScroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@-moz-keyframes logosImagesScroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@-o-keyframes logosImagesScroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes logosImagesScroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.logos-images-slider {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  flex-shrink: 0;
  column-gap: 40px;
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .logos-images-slider {
    column-gap: 60px;
    padding-right: 60px;
  }
}
.logos-images-slider-item {
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
  opacity: 0.4;
  height: 24px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .logos-images-slider-item {
    height: 28px;
  }
}
.logos-images-slider-item img {
  display: block;
  height: 100%;
  width: auto;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.logos-images-slider-item:hover, .logos-images-slider-item:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .logos-images:hover .logos-images-track, .logos-images:focus .logos-images-track {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
  }
}

.content-default,
.content-dark {
  overflow: hidden;
  position: relative;
}

.content-center {
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .content-center .content-heading {
    margin-bottom: 24px;
  }
}
.content-center .content-cta {
  justify-content: center;
}

.content-heading {
  position: relative;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .content-heading {
    margin-bottom: 24px;
  }
}

.content-heading-slider {
  position: relative;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .content-heading-slider {
    margin-bottom: 24px;
    text-align: initial;
  }
}
.content-heading-slider-box {
  position: relative;
}
@media screen and (min-width: 992px) {
  .content-heading-slider-box {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.content-heading-slider-box-nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .content-heading-slider-box-nav {
    position: relative;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
    column-gap: 12px;
  }
}

.content-slider-m-nav {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 992px) {
  .content-slider-m-nav {
    display: none;
    margin-top: 24px;
  }
}

.content-default {
  padding: 0px 18px;
}
@media screen and (min-width: 600px) {
  .content-default {
    padding: 0px 32px;
  }
}
@media screen and (min-width: 992px) {
  .content-default {
    padding: 0px 48px;
  }
}
@media screen and (min-width: 1200px) {
  .content-default {
    padding: 0px 56px;
  }
}
@media screen and (min-width: 1360px) {
  .content-default {
    padding: 0px 64px;
  }
}

.content-dark {
  background-color: #111827;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  padding: 24px 18px;
}
@media screen and (min-width: 600px) {
  .content-dark {
    padding: 24px 32px;
  }
}
@media screen and (min-width: 992px) {
  .content-dark {
    padding: 32px 48px;
  }
}
@media screen and (min-width: 1200px) {
  .content-dark {
    padding: 40px 56px;
  }
}
@media screen and (min-width: 1360px) {
  .content-dark {
    padding: 48px 64px;
  }
}
.content-dark:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(104, 89, 239, 0) 0%, rgb(104, 89, 239) 100%);
  opacity: 0.2;
  z-index: 0;
}
.content-dark .content-heading h1,
.content-dark .content-heading h2,
.content-dark .content-heading h3,
.content-dark .content-heading h4,
.content-dark .content-heading h5,
.content-dark .content-heading-slider h1,
.content-dark .content-heading-slider h2,
.content-dark .content-heading-slider h3,
.content-dark .content-heading-slider h4,
.content-dark .content-heading-slider h5 {
  color: rgb(255, 255, 255);
}
.content-dark .content-heading P,
.content-dark .content-heading-slider P {
  color: rgb(255, 255, 255);
}
.content-dark .list-features > li {
  color: rgb(255, 255, 255);
}

.content {
  position: relative;
  padding: 0px 24px;
}
@media screen and (min-width: 600px) {
  .content {
    padding: 0px 32px;
  }
}
@media screen and (min-width: 992px) {
  .content {
    padding: 0px 48px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .content {
    padding: 0px 56px;
  }
}
@media screen and (min-width: 1360px) {
  .content {
    padding: 0px 64px;
  }
}
.content-l {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .content-l {
    width: 48%;
    text-align: initial;
  }
}
.content-l-img {
  display: block;
  margin: 12px auto;
}
@media screen and (min-width: 992px) {
  .content-l-img {
    display: none;
  }
}
.content-l-img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.content-l-info {
  display: block;
}
@media screen and (min-width: 992px) {
  .content-l-info {
    display: none;
  }
}
.content-cta {
  position: relative;
  margin-top: 15px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .content-cta {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    row-gap: 0px;
  }
}
@media screen and (min-width: 768px) {
  .content-cta {
    margin-top: 30px;
    column-gap: 18px;
  }
}
@media screen and (min-width: 992px) {
  .content-cta {
    justify-content: start;
  }
}
.content-cta .btn-store {
  width: auto;
  max-width: max-content;
}
.content-r {
  display: none;
}
@media screen and (min-width: 992px) {
  .content-r {
    position: relative;
    width: 52%;
    display: block;
    padding-left: 40px;
  }
  .content-r-img {
    position: relative;
    width: 100%;
    display: block;
  }
  .content-r-img img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.content.content-reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 992px) {
  .content.content-reverse .content-r {
    padding-left: 0;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .content.content-reverse .content-r {
    padding-left: 0;
    padding-right: 60px;
  }
}

.content-form {
  position: relative;
  padding: 0px 24px;
}
@media screen and (min-width: 600px) {
  .content-form {
    padding: 0px 32px;
  }
}
@media screen and (min-width: 768px) {
  .content-form {
    padding: 0px 48px;
  }
}
@media screen and (min-width: 992px) {
  .content-form {
    padding: 0px 56px;
  }
}
@media screen and (min-width: 1200px) {
  .content-form {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: start;
  }
}
@media screen and (min-width: 1360px) {
  .content-form {
    padding: 0px 64px;
  }
}
.content-form-l {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .content-form-l {
    width: 45%;
    text-align: initial;
    padding-right: 40px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .content-form-l {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1360px) {
  .content-form-l {
    padding-right: 120px;
  }
}
.content-form-r {
  position: relative;
  display: block;
}
@media screen and (min-width: 992px) {
  .content-form-r {
    width: 55%;
  }
}
.content-form-email {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .content-form-email {
    align-items: start;
  }
}
.content-form-email p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
  padding-left: 18px;
  color: #6859ef;
  width: fit-content;
}
@media screen and (min-width: 992px) {
  .content-form-email p {
    width: auto;
    font-size: 18px;
    line-height: 24px;
    padding-left: 26px;
  }
}
.content-form-email p:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-email-violet.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  display: block;
}
@media screen and (min-width: 992px) {
  .content-form-email p:after {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }
}
.content-form-email a {
  font-size: 20px;
  line-height: 28px;
  color: #111827;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.content-form-email a:hover, .content-form-email a:focus {
  text-decoration: underline;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.content-form-social-network {
  position: relative;
  border-top: 1px solid rgba(17, 24, 39, 0.1);
  padding-top: 12px;
  margin-top: 12px;
  display: block;
}
@media screen and (min-width: 1200px) {
  .content-form-social-network {
    padding-top: 18px;
    margin-top: 18px;
  }
}
.content-form-social-network .list-social-dark {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .content-form-social-network .list-social-dark {
    justify-content: start;
  }
}
.content-form-box {
  display: block;
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, 0.2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .content-form-box {
    padding: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .content-form-box {
    padding: 32px;
  }
}
.content-form-thank-you {
  display: none;
  position: relative;
  background-color: rgb(255, 255, 255);
  padding: 108px 64px 64px 64px;
  text-align: center;
  border: 1px solid rgba(17, 24, 39, 0.2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.content-form-thank-you:after {
  content: "";
  position: absolute;
  left: 0;
  top: 64px;
  right: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-check-violet.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  display: block;
}
.content-form-thank-you h1,
.content-form-thank-you h2,
.content-form-thank-you h3,
.content-form-thank-you h4,
.content-form-thank-you h5 {
  margin-bottom: 5px;
}
.content-form-thank-you p {
  margin-bottom: 0;
  color: rgba(17, 24, 39, 0.7);
}
@media screen and (min-width: 600px) {
  .content-form-thank-you p {
    font-size: 16px;
    line-height: 28px;
  }
}

.banner-container {
  margin-bottom: 0px !important;
  padding: 64px 0px 128px 0px;
}

.banner {
  position: relative;
  padding: 0px 24px;
}
@media screen and (min-width: 600px) {
  .banner {
    padding: 0px 32px;
  }
}
@media screen and (min-width: 992px) {
  .banner {
    padding: 0px 48px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .banner {
    padding: 0px 56px;
  }
}
@media screen and (min-width: 1360px) {
  .banner {
    padding: 0px 64px;
  }
}
.banner-content {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .banner-content {
    width: 45%;
    text-align: initial;
  }
}
@media screen and (min-width: 1200px) {
  .banner-content {
    width: 40%;
  }
}
.banner-content-img {
  display: block;
  margin: 12px auto;
}
@media screen and (min-width: 992px) {
  .banner-content-img {
    display: none;
  }
}
.banner-content-img img {
  width: 100%;
  height: auto;
  display: block;
}
.banner-content-cta {
  position: relative;
  margin-top: 15px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .banner-content-cta {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    row-gap: 0px;
  }
}
@media screen and (min-width: 768px) {
  .banner-content-cta {
    margin-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .banner-content-cta {
    margin-top: 30px;
    justify-content: start;
    column-gap: 12px;
  }
}
.banner-content-cta .btn-store {
  width: auto;
  max-width: max-content;
}
.banner-image {
  display: none;
}
@media screen and (min-width: 992px) {
  .banner-image {
    position: relative;
    width: 55%;
    display: block;
    padding-left: 24px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .banner-image {
    padding-left: 48px;
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .banner-image-img {
    position: relative;
    width: 100%;
    display: block;
  }
  .banner-image-img img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .banner-image-img img {
    top: 128px;
  }
}

.top-headline {
  position: relative;
  display: inline-block;
  background-color: rgba(104, 89, 239, 0.1);
  padding: 6px 12px;
  margin-bottom: 4px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
@media screen and (min-width: 600px) {
  .top-headline {
    padding: 8px 16px;
    margin-bottom: 8px;
  }
}
.top-headline p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  padding-left: 18px;
  color: #111827;
}
@media screen and (min-width: 600px) {
  .top-headline p {
    font-size: 16px;
    line-height: 20px;
    padding-left: 22px;
  }
}
.top-headline p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/shapes/shape-logo-triangle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  display: block;
}
@media screen and (min-width: 600px) {
  .top-headline p:after {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
}

.content-dark .top-headline p {
  color: rgb(255, 255, 255);
}

.content .top-headline p {
  color: #111827;
}

.cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}
@media screen and (min-width: 1360px) {
  .cards {
    gap: 24px;
  }
}
@media screen and (min-width: 992px) {
  .cards.cards-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card-item {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 18px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  z-index: 1;
  border: 1px solid transparent;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 1200px) {
  .card-item {
    padding: 24px;
  }
}
.card-item-image-tag {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
@media screen and (min-width: 600px) {
  .card-item-image-tag {
    margin-bottom: 12px;
  }
}
.card-item-image-tag .card-item-tag p {
  font-size: 14px;
  line-height: 18px;
  padding: 4px 12px;
  margin-bottom: 0;
  color: rgb(255, 255, 255);
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .card-item-image-tag .card-item-tag p {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 16px;
  }
}
.card-item-image-tag .card-item-image {
  margin-bottom: 0;
}
.card-item-image {
  position: relative;
  border: 1px solid rgba(104, 89, 239, 0.4);
  width: 44px;
  height: 44px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .card-item-image {
    width: 54px;
    margin-bottom: 12px;
    height: 54px;
  }
}
.card-item-image img {
  width: 24px;
  height: auto;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .card-item-image img {
    width: 28px;
  }
}
.card-item-info {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-item-info h1,
.card-item-info h2,
.card-item-info h3,
.card-item-info h4,
.card-item-info h5 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (min-width: 600px) {
  .card-item-info h1,
  .card-item-info h2,
  .card-item-info h3,
  .card-item-info h4,
  .card-item-info h5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
.card-item-info p {
  color: rgb(255, 255, 255);
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 24px;
}
.card-item-info p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .card-item-info p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}
.card-item-info .btn {
  margin-top: auto;
  align-self: flex-start;
}
.card-item-info-with-price {
  text-align: left;
}
.card-item-info-with-price .card-item-info-price {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .card-item-info-with-price .card-item-info-price {
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .card-item-info-with-price .card-item-info-price {
    font-size: 44px;
    line-height: 44px;
  }
}
.card-item-all {
  position: relative;
}
.card-item:hover, .card-item:focus {
  background-color: rgba(104, 89, 239, 0.1);
  border-color: #6859ef;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.card-item:hover .card-item-info .btn, .card-item:focus .card-item-info .btn {
  color: rgb(255, 255, 255);
  border-color: #6859ef;
}
.card-item:hover .card-item-info .btn:after, .card-item:focus .card-item-info .btn:after {
  opacity: 1;
  width: 100%;
  background-color: #6859ef;
}
.card-item.card-item-white {
  background-color: rgb(255, 255, 255);
  border-color: rgba(104, 89, 239, 0.2);
}
.card-item.card-item-white .card-item-info h1,
.card-item.card-item-white .card-item-info h2,
.card-item.card-item-white .card-item-info h3,
.card-item.card-item-white .card-item-info h4,
.card-item.card-item-white .card-item-info h5 {
  color: #6859ef;
}
.card-item.card-item-white .card-item-info p {
  color: rgba(17, 24, 39, 0.7);
}
@media screen and (min-width: 600px) {
  .card-item.card-item-white .card-item-info p {
    font-size: 18px;
    line-height: 32px;
  }
}
.card-item.card-item-white:hover, .card-item.card-item-white:focus {
  background-color: rgba(104, 89, 239, 0.05);
  border-color: rgba(104, 89, 239, 0.4);
}
.card-item.card-item-white:hover .card-item-info .btn, .card-item.card-item-white:focus .card-item-info .btn {
  color: rgb(255, 255, 255);
  border-color: #6859ef;
}
.card-item.card-item-white:hover .card-item-info .btn:after, .card-item.card-item-white:focus .card-item-info .btn:after {
  opacity: 1;
  width: 100%;
  background-color: #6859ef;
}
.card-item.card-item-step .card-item-step-no {
  position: relative;
  width: 44px;
  height: 44px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #6859ef;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid rgba(17, 24, 39, 0.3);
  margin-bottom: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .card-item.card-item-step .card-item-step-no {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 992px) {
  .card-item.card-item-step .card-item-step-no {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 48px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1360px) {
  .card-item.card-item-step .card-item-step-no {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 64px;
    width: 74px;
    height: 74px;
  }
}
.card-item.card-item-step .card-item-step-info {
  position: relative;
}
.card-item.card-item-step .card-item-step-info h1,
.card-item.card-item-step .card-item-step-info h2,
.card-item.card-item-step .card-item-step-info h3,
.card-item.card-item-step .card-item-step-info h4,
.card-item.card-item-step .card-item-step-info h5 {
  color: #111827;
  margin-bottom: 8px;
  font-weight: 700;
}
.card-item.card-item-step .card-item-step-info p {
  color: #111827;
}
@media screen and (min-width: 600px) {
  .card-item.card-item-step .card-item-step-info p {
    font-size: 18px;
    line-height: 32px;
  }
}
.card-item.card-item-step:hover .card-item-step-no, .card-item.card-item-step:focus .card-item-step-no {
  color: rgb(255, 255, 255);
  border-color: #6859ef;
  background-color: #6859ef;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.card-item.card-item-earnings .card-item-earnings-title {
  color: rgb(255, 255, 255);
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  display: block;
}
@media screen and (min-width: 992px) {
  .card-item.card-item-earnings .card-item-earnings-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .card-item.card-item-earnings .card-item-earnings-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.card-item.card-item-earnings .card-item-earnings-month {
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  display: block;
}
@media screen and (min-width: 1200px) {
  .card-item.card-item-earnings .card-item-earnings-month {
    font-size: 18px;
    line-height: 24px;
  }
}
.card-item.card-item-earnings .card-item-earnings-price {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  display: block;
  margin-top: 24px;
  background: linear-gradient(90deg, #6859ef 0%, rgb(240, 239, 255) 50%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .card-item.card-item-earnings .card-item-earnings-price {
    margin-top: 48px;
  }
}
@media screen and (min-width: 992px) {
  .card-item.card-item-earnings .card-item-earnings-price {
    font-size: 32px;
    line-height: 32px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1360px) {
  .card-item.card-item-earnings .card-item-earnings-price {
    font-size: 40px;
    line-height: 40px;
    margin-top: 80px;
  }
}
.card-item.card-item-earnings .card-item-earnings-price-year {
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
  display: block;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .card-item.card-item-earnings .card-item-earnings-price-year {
    font-size: 16px;
    margin-top: 18px;
  }
}
.card-item.card-item-earnings-featured {
  background-color: rgba(104, 89, 239, 0.1);
  border-color: #6859ef;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.card-item-all {
  position: relative;
  text-align: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card-item-all-info {
  position: relative;
}
@media screen and (min-width: 600px) {
  .card-item-all-info {
    padding: 0px 64px;
  }
}
.card-item-all-info p {
  color: rgb(255, 255, 255);
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 600px) {
  .card-item-all-info p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

.cards-full-nav {
  position: relative;
  display: block;
  z-index: 1;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .cards-full-nav {
    display: none;
  }
}
.cards-full-nav > ul {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cards-full-nav > ul > li {
  position: relative;
  display: block;
}
.cards-full-nav > ul > li a,
.cards-full-nav > ul > li button {
  position: relative;
  background-color: #6859ef;
  width: 28px;
  height: 28px;
  display: block;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  opacity: 0.4;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 420px) {
  .cards-full-nav > ul > li a,
  .cards-full-nav > ul > li button {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
  }
}
.cards-full-nav > ul > li.current > a,
.cards-full-nav > ul > li.current button {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.cards-full {
  position: relative;
}
@media screen and (min-width: 992px) {
  .cards-full .card-full-item {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cards-full .card-full-item:last-child {
    padding-bottom: 0px;
    margin-bottom: 0x;
    border-bottom-color: transparent;
  }
}

.card-full-item {
  position: relative;
  display: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .card-full-item {
    text-align: initial;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
  }
}
.card-full-item-title {
  display: none;
}
@media screen and (min-width: 992px) {
  .card-full-item-title {
    position: relative;
    width: 30%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
    column-gap: 10px;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
    column-gap: 18px;
  }
}
@media screen and (min-width: 992px) {
  .card-full-item-title h1,
  .card-full-item-title h2,
  .card-full-item-title h3,
  .card-full-item-title h4,
  .card-full-item-title h5 {
    min-width: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 992px) {
  .card-full-item-title h1,
  .card-full-item-title h2,
  .card-full-item-title h3,
  .card-full-item-title h4,
  .card-full-item-title h5 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 992px) {
  .card-full-item-title span {
    background-color: #6859ef;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    min-width: 30px;
    display: block;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
@media screen and (min-width: 1200px) {
  .card-full-item-title span {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    min-width: 38px;
    font-size: 20px;
    line-height: 38px;
  }
}
.card-full-item-title-m {
  display: block;
}
@media screen and (min-width: 992px) {
  .card-full-item-title-m {
    display: none;
  }
}
.card-full-item-title-m h1,
.card-full-item-title-m h2,
.card-full-item-title-m h3,
.card-full-item-title-m h4,
.card-full-item-title-m h5 {
  min-width: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}
.card-full-item-image {
  position: relative;
  display: block;
  margin-bottom: 24px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .card-full-item-image {
    width: 40%;
    margin-bottom: 0px;
  }
}
.card-full-item-image img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .card-full-item-image img {
    width: 70%;
  }
}
.card-full-item-info {
  position: relative;
}
@media screen and (min-width: 992px) {
  .card-full-item-info {
    width: 30%;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .card-full-item-info {
    padding-left: 40px;
  }
}
.card-full-item-info-link {
  display: none;
}
@media screen and (min-width: 992px) {
  .card-full-item-info-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    z-index: 1;
    opacity: 1;
    display: block;
    background-image: url(../../assets/images/icons/icn-btn-arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
@media screen and (min-width: 1200px) {
  .card-full-item-info-link {
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
}
@media screen and (min-width: 992px) {
  .card-full-item-info-more {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
.card-full-item-info-more h1,
.card-full-item-info-more h2,
.card-full-item-info-more h3,
.card-full-item-info-more h4,
.card-full-item-info-more h5 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .card-full-item-info-more h1,
  .card-full-item-info-more h2,
  .card-full-item-info-more h3,
  .card-full-item-info-more h4,
  .card-full-item-info-more h5 {
    font-size: 28px;
    line-height: 36px;
  }
}
.card-full-item-info-more p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (min-width: 768px) {
  .card-full-item-info-more p {
    font-size: 16px;
    line-height: 24px;
  }
}
.card-full-item-info-more-cta {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  row-gap: 8px;
}
@media screen and (min-width: 768px) {
  .card-full-item-info-more-cta {
    margin-top: 20px;
    row-gap: 12px;
  }
}
@media screen and (min-width: 992px) {
  .card-full-item:hover, .card-full-item:focus {
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .card-full-item:hover .card-full-item-info-link, .card-full-item:focus .card-full-item-info-link {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
@media screen and (max-width: 991px) {
  .card-full-item.card-full-item-current {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .card-full-item.card-full-item-current .card-full-item-title {
    width: 25%;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .card-full-item.card-full-item-current .card-full-item-image {
    width: 45%;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .card-full-item.card-full-item-current .card-full-item-image img {
    width: 100%;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
@media screen and (min-width: 992px) {
  .card-full-item.card-full-item-current .card-full-item-info {
    padding-bottom: 32px;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
@media screen and (min-width: 1200px) {
  .card-full-item.card-full-item-current .card-full-item-info {
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 992px) {
  .card-full-item.card-full-item-current .card-full-item-info-link {
    top: 100%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .card-full-item.card-full-item-current .card-full-item-info-more {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}

.cards-case-studies {
  position: relative;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 992px) {
  .cards-case-studies {
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .cards-case-studies {
    gap: 32px;
  }
}

.card-case-study-item {
  position: relative;
  overflow: hidden;
  background-color: #2c2189;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.card-case-study-item-image {
  position: absolute;
  inset: 0;
  display: block;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.card-case-study-item-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.card-case-study-item-info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  z-index: 2;
  height: 50%;
  padding: 12px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .card-case-study-item-info {
    padding: 18px;
  }
}
@media screen and (min-width: 768px) {
  .card-case-study-item-info {
    padding: 24px;
  }
}
.card-case-study-item-info:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(17, 24, 39, 0) 0%, rgb(17, 24, 39) 100%);
  z-index: 0;
}
.card-case-study-item-info-category {
  position: relative;
  display: inline-block;
  background-color: rgba(104, 89, 239, 0.4);
  padding: 6px 12px;
  margin-bottom: 6px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
@media screen and (min-width: 600px) {
  .card-case-study-item-info-category {
    padding: 8px 16px;
    margin-bottom: 8px;
  }
}
.card-case-study-item-info-category p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 600px) {
  .card-case-study-item-info-category p {
    font-size: 14px;
    line-height: 14px;
  }
}
.card-case-study-item-info h1,
.card-case-study-item-info h2,
.card-case-study-item-info h3,
.card-case-study-item-info h4,
.card-case-study-item-info h5 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
  padding-right: 32px;
}
@media screen and (min-width: 600px) {
  .card-case-study-item-info h1,
  .card-case-study-item-info h2,
  .card-case-study-item-info h3,
  .card-case-study-item-info h4,
  .card-case-study-item-info h5 {
    font-size: 24px;
    line-height: 30px;
    padding-right: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .card-case-study-item-info h1,
  .card-case-study-item-info h2,
  .card-case-study-item-info h3,
  .card-case-study-item-info h4,
  .card-case-study-item-info h5 {
    font-size: 30px;
    line-height: 36px;
  }
}
.card-case-study-item-info span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  background-image: url(../../assets/images/icons/icn-btn-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 600px) {
  .card-case-study-item-info span {
    right: 24px;
    bottom: 24px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 992px) {
  .card-case-study-item-info span {
    right: 24px;
    bottom: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .card-case-study-item-info span {
    right: 32px;
    bottom: 32px;
  }
}
.card-case-study-item-info-more {
  padding: 18px;
  position: relative;
  opacity: 0;
  height: 100%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .card-case-study-item-info-more {
    padding: 24px;
  }
}
@media screen and (min-width: 768px) {
  .card-case-study-item-info-more {
    padding: 32px;
  }
}
.card-case-study-item-info-more:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(17, 24, 39, 0.8);
  z-index: 0;
}
.card-case-study-item-info-more h1,
.card-case-study-item-info-more h2,
.card-case-study-item-info-more h3,
.card-case-study-item-info-more h4,
.card-case-study-item-info-more h5 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .card-case-study-item-info-more h1,
  .card-case-study-item-info-more h2,
  .card-case-study-item-info-more h3,
  .card-case-study-item-info-more h4,
  .card-case-study-item-info-more h5 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }
}
.card-case-study-item-info-more p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .card-case-study-item-info-more p {
    font-size: 16px;
  }
}
.card-case-study-item-info-more-text {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
}
@media screen and (min-width: 768px) {
  .card-case-study-item-info-more-text {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.card-case-study-item-info-more-stat {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: start;
  column-gap: 20px;
}
@media screen and (min-width: 1200px) {
  .card-case-study-item-info-more-stat {
    column-gap: 40px;
  }
}
.card-case-study-item-info-more-stat-item {
  position: relative;
}
.card-case-study-item-info-more-stat-item h1,
.card-case-study-item-info-more-stat-item h2,
.card-case-study-item-info-more-stat-item h3,
.card-case-study-item-info-more-stat-item h4,
.card-case-study-item-info-more-stat-item h5 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
@media screen and (min-width: 600px) {
  .card-case-study-item-info-more-stat-item h1,
  .card-case-study-item-info-more-stat-item h2,
  .card-case-study-item-info-more-stat-item h3,
  .card-case-study-item-info-more-stat-item h4,
  .card-case-study-item-info-more-stat-item h5 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 1200px) {
  .card-case-study-item-info-more-stat-item h1,
  .card-case-study-item-info-more-stat-item h2,
  .card-case-study-item-info-more-stat-item h3,
  .card-case-study-item-info-more-stat-item h4,
  .card-case-study-item-info-more-stat-item h5 {
    font-size: 30px;
    line-height: 30px;
  }
}
.card-case-study-item-info-more-cta {
  position: relative;
  padding-top: 12px;
}
@media screen and (min-width: 768px) {
  .card-case-study-item-info-more-cta {
    padding-top: 18px;
  }
}
@media screen and (min-width: 992px) {
  .card-case-study-item:hover, .card-case-study-item:focus {
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .card-case-study-item:hover .card-case-study-item-image, .card-case-study-item:focus .card-case-study-item-image {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .card-case-study-item:hover .card-case-study-item-info, .card-case-study-item:focus .card-case-study-item-info {
    bottom: -50%;
    opacity: 0;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .card-case-study-item:hover .card-case-study-item-info-more, .card-case-study-item:focus .card-case-study-item-info-more {
    opacity: 1;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
@media screen and (max-width: 991px) {
  .card-case-study-item.card-case-study-item-current {
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .card-case-study-item.card-case-study-item-current .card-case-study-item-image {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .card-case-study-item.card-case-study-item-current .card-case-study-item-info {
    bottom: -50%;
    opacity: 0;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .card-case-study-item.card-case-study-item-current .card-case-study-item-info-more {
    opacity: 1;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}

.card-item-center {
  text-align: center;
}
.card-item-center .card-item-image {
  margin: auto auto 8px auto;
}
@media screen and (min-width: 768px) {
  .card-item-center .card-item-image {
    margin: 0px 0px 12px 0px;
  }
}
.card-item-center .card-item-info h1,
.card-item-center .card-item-info h2,
.card-item-center .card-item-info h3,
.card-item-center .card-item-info h4,
.card-item-center .card-item-info h5 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .card-item-center .card-item-info h1,
  .card-item-center .card-item-info h2,
  .card-item-center .card-item-info h3,
  .card-item-center .card-item-info h4,
  .card-item-center .card-item-info h5 {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.card-item-center .card-item-info span {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .card-item-center .card-item-info span {
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .card-item-center .card-item-info span {
    font-size: 44px;
    line-height: 44px;
  }
}

.card-item-result {
  background-color: rgb(255, 255, 255);
  border-color: rgba(104, 89, 239, 0.2);
  text-align: center;
}
.card-item-result .card-item-info h1,
.card-item-result .card-item-info h2,
.card-item-result .card-item-info h3,
.card-item-result .card-item-info h4,
.card-item-result .card-item-info h5 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #111827;
}
@media screen and (min-width: 768px) {
  .card-item-result .card-item-info h1,
  .card-item-result .card-item-info h2,
  .card-item-result .card-item-info h3,
  .card-item-result .card-item-info h4,
  .card-item-result .card-item-info h5 {
    font-size: 18px;
  }
}
.card-item-result-no {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #6859ef;
}
@media screen and (min-width: 768px) {
  .card-item-result-no {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 992px) {
  .card-item-result-no {
    font-size: 54px;
    line-height: 54px;
  }
}
@media screen and (min-width: 1200px) {
  .card-item-result-no {
    font-size: 64px;
    line-height: 64px;
  }
}
.card-item-result:nth-child(2) {
  border-color: #00a06f;
  background-color: rgba(0, 160, 111, 0.05);
}
.card-item-result:nth-child(2) .card-item-info h1,
.card-item-result:nth-child(2) .card-item-info h2,
.card-item-result:nth-child(2) .card-item-info h3,
.card-item-result:nth-child(2) .card-item-info h4,
.card-item-result:nth-child(2) .card-item-info h5 {
  color: #00a06f;
}
.card-item-result:nth-child(2) .card-item-result-no {
  color: #00a06f;
}

.cards-hover {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
@media screen and (min-width: 1200px) {
  .cards-hover {
    gap: 18px;
  }
}
@media screen and (min-width: 1360px) {
  .cards-hover {
    gap: 24px;
  }
}
.cards-hover .card-hover-item {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .cards-hover.cards-hover-single {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .cards-hover.cards-hover-single {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .cards-hover.cards-hover-single {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 600px) {
  .cards-hover.cards-hover-multi {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .cards-hover.cards-hover-multi {
    grid-template-columns: repeat(3, 1fr);
  }
}

.card-hover-item {
  position: relative;
  background-color: #111827;
  border: 1px solid #111827;
  overflow: hidden;
  aspect-ratio: 3/4;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: flex-end;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.card-hover-item:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #6859ef;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.card-hover-item:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #111827;
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.card-hover-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
  filter: grayscale(100%) brightness(0.55) contrast(1.05);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.card-hover-item-info {
  position: relative;
  z-index: 1;
  padding: 12px;
}
@media screen and (min-width: 1200px) {
  .card-hover-item-info {
    padding: 18px;
  }
}
.card-hover-item-info-top-headline {
  position: relative;
  margin-bottom: 4px;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .card-hover-item-info-top-headline {
    opacity: 0;
  }
}
@media screen and (min-width: 1200px) {
  .card-hover-item-info-top-headline {
    margin-bottom: 6px;
  }
}
.card-hover-item-info-top-headline p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) {
  .card-hover-item-info-top-headline p {
    font-size: 14px;
    line-height: 14px;
  }
}
.card-hover-item-info h1,
.card-hover-item-info h2,
.card-hover-item-info h3,
.card-hover-item-info h4,
.card-hover-item-info h5 {
  z-index: 1;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0px;
}
@media screen and (min-width: 1200px) {
  .card-hover-item-info h1,
  .card-hover-item-info h2,
  .card-hover-item-info h3,
  .card-hover-item-info h4,
  .card-hover-item-info h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
.card-hover-item-info-desc {
  position: relative;
  z-index: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .card-hover-item-info-desc {
    opacity: 0;
    max-height: 0;
  }
}
.card-hover-item-info-desc p {
  padding-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1200px) {
  .card-hover-item-info-desc p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .card-hover-item:hover, .card-hover-item:focus {
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .card-hover-item:hover:after, .card-hover-item:focus:after {
    opacity: 0.5;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .card-hover-item:hover .card-hover-item-image, .card-hover-item:focus .card-hover-item-image {
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .card-hover-item:hover .card-hover-item-image img, .card-hover-item:focus .card-hover-item-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .card-hover-item:hover .card-hover-item-info-top-headline, .card-hover-item:focus .card-hover-item-info-top-headline {
    opacity: 1;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .card-hover-item:hover .card-hover-item-info-desc, .card-hover-item:focus .card-hover-item-info-desc {
    opacity: 1;
    max-height: 200px;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}

.process {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  z-index: 2;
  row-gap: 32px;
  margin: 48px auto;
}
@media screen and (min-width: 992px) {
  .process {
    row-gap: 0;
    margin: 64px auto;
  }
}
@media screen and (min-width: 992px) {
  .process .process-item {
    width: 390px;
  }
}
@media screen and (min-width: 1200px) {
  .process .process-item {
    width: 480px;
  }
}
@media screen and (min-width: 1360px) {
  .process .process-item {
    width: 540px;
  }
}
@media screen and (min-width: 992px) {
  .process .process-item:nth-child(odd) {
    margin-right: auto;
  }
}
.process .process-item:nth-child(odd) .process-item-no {
  right: -8px;
}
@media screen and (min-width: 992px) {
  .process .process-item:nth-child(odd) .process-item-no {
    right: -36px;
  }
}
@media screen and (min-width: 992px) {
  .process .process-item:nth-child(even) {
    margin-left: auto;
    margin-top: -32px;
  }
}
.process .process-item:nth-child(even) .process-item-no {
  right: -8px;
}
@media screen and (min-width: 992px) {
  .process .process-item:nth-child(even) .process-item-no {
    left: -36px;
  }
}

.process-shape {
  display: none;
}
@media screen and (min-width: 992px) {
  .process-shape {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    z-index: 0;
    opacity: 1;
    width: 800px;
    height: 800px;
    margin: auto;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    transform-origin: center;
    pointer-events: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 4px 64px rgba(104, 89, 239, 0.4);
    -moz-box-shadow: 0px 4px 64px rgba(104, 89, 239, 0.4);
    box-shadow: 0px 4px 64px rgba(104, 89, 239, 0.4);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .process-shape:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../../assets/images/shapes/shape-logo-triangle-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    z-index: 0;
    opacity: 0.05;
    width: 600px;
    height: 600px;
    margin: auto;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
.process-shape.process-shape-dark {
  background-image: url(../../assets/images/shapes/shape-globe.webp);
}
.process-shape.process-shape-light {
  background-image: url(../../assets/images/shapes/shape-globe-light.webp);
}

.process-item {
  position: relative;
  padding: 12px;
  z-index: 1;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .process-item {
    padding: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .process-item {
    padding: 32px;
  }
}
.process-item:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(17, 24, 39, 0.3);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}
.process-item-no {
  position: absolute;
  top: -24px;
  width: 48px;
  height: 48px;
  display: block;
  z-index: 1;
  text-align: center;
  font-size: 20px;
  line-height: 48px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  background-color: #2c2189;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .process-item-no {
    top: -36px;
    width: 72px;
    height: 72px;
    font-size: 30px;
    line-height: 72px;
    font-weight: 700;
  }
}
.process-item-headline {
  display: inline-block;
  position: relative;
  background-color: rgba(104, 89, 239, 0.1);
  border: 1px solid rgba(104, 89, 239, 0.4);
  padding: 4px 8px;
  margin-bottom: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .process-item-headline {
    padding: 6px 10px;
    margin-bottom: 6px;
  }
}
.process-item-headline p {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 992px) {
  .process-item-headline p {
    font-size: 16px;
    line-height: 16px;
  }
}
.process-item-info {
  position: relative;
}
.process-item-info h1,
.process-item-info h2,
.process-item-info h3,
.process-item-info h4,
.process-item-info h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}
@media screen and (min-width: 992px) {
  .process-item-info h1,
  .process-item-info h2,
  .process-item-info h3,
  .process-item-info h4,
  .process-item-info h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .process-item-info h1,
  .process-item-info h2,
  .process-item-info h3,
  .process-item-info h4,
  .process-item-info h5 {
    font-size: 26px;
    line-height: 32px;
  }
}
.process-item-info p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 992px) {
  .process-item-info p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 18px;
  }
}
.process-item-features {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 4px;
}
@media screen and (min-width: 600px) {
  .process-item-features {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
  }
}
@media screen and (min-width: 992px) {
  .process-item-features {
    column-gap: 12px;
  }
}
.process-item-features > li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding-left: 24px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 1200px) {
  .process-item-features > li {
    font-size: 16px;
    line-height: 24px;
  }
}
.process-item-features > li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-check-violet.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.process-cta {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .process-cta {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .process-cta {
    margin-top: 80px;
  }
}

.process-dark .process-item {
  background-color: rgba(255, 255, 255, 0.1);
}
.process-dark .process-item:after {
  background-color: rgba(17, 24, 39, 0.3);
}
.process-dark .process-item-headline p {
  color: rgb(255, 255, 255);
}
.process-dark .process-item-info h1,
.process-dark .process-item-info h2,
.process-dark .process-item-info h3,
.process-dark .process-item-info h4,
.process-dark .process-item-info h5 {
  color: rgb(255, 255, 255);
}
.process-dark .process-item-info p {
  color: rgb(255, 255, 255);
}
.process-dark .process-item-features > li {
  color: rgb(255, 255, 255);
}

.process-light .process-item {
  background-color: rgba(240, 239, 255, 0.7);
}
.process-light .process-item:after {
  background-color: rgba(240, 239, 255, 0.3);
}
.process-light .process-item-headline p {
  color: #111827;
}
.process-light .process-item-info h1,
.process-light .process-item-info h2,
.process-light .process-item-info h3,
.process-light .process-item-info h4,
.process-light .process-item-info h5 {
  color: #111827;
}
.process-light .process-item-info p {
  color: #111827;
}
.process-light .process-item-features > li {
  color: #111827;
}

.testimonials-item {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(17, 24, 39, 0.1);
  padding: 12px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .testimonials-item {
    padding: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials-item {
    padding: 24px;
  }
}
.testimonials-item-stars {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  column-gap: 2px;
  margin-bottom: 10px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .testimonials-item-stars {
    column-gap: 6px;
    margin-bottom: 14px;
  }
}
.testimonials-item-stars span {
  background-image: url(../../assets/images/icons/icn-star.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .testimonials-item-stars span {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
  }
}
.testimonials-item-meta {
  position: relative;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .testimonials-item-meta {
    margin-bottom: 14px;
  }
}
.testimonials-item-meta p {
  font-size: 14px;
  line-height: 20px;
  color: rgba(17, 24, 39, 0.7);
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .testimonials-item-meta p {
    font-size: 16px;
  }
}
.testimonials-item-meta p span {
  font-size: 16px;
  color: #6859ef;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .testimonials-item-meta p span {
    font-size: 18px;
  }
}
.testimonials-item-message {
  position: relative;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .testimonials-item-message {
    margin-bottom: 14px;
  }
}
.testimonials-item-message h1,
.testimonials-item-message h2,
.testimonials-item-message h3,
.testimonials-item-message h4,
.testimonials-item-message h5,
.testimonials-item-message p {
  color: #111827;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .testimonials-item-message h1,
  .testimonials-item-message h2,
  .testimonials-item-message h3,
  .testimonials-item-message h4,
  .testimonials-item-message h5,
  .testimonials-item-message p {
    font-size: 18px;
    line-height: 30px;
  }
}
.testimonials-item-user {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  column-gap: 8px;
}
@media screen and (min-width: 992px) {
  .testimonials-item-user {
    column-gap: 12px;
  }
}
.testimonials-item-user-photo {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .testimonials-item-user-photo {
    width: 48px;
    height: 48px;
  }
}
.testimonials-item-user-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.testimonials-item-user-info {
  position: relative;
}
.testimonials-item-user-info h1,
.testimonials-item-user-info h2,
.testimonials-item-user-info h3,
.testimonials-item-user-info h4,
.testimonials-item-user-info h5 {
  display: block;
  color: #111827;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 992px) {
  .testimonials-item-user-info h1,
  .testimonials-item-user-info h2,
  .testimonials-item-user-info h3,
  .testimonials-item-user-info h4,
  .testimonials-item-user-info h5 {
    font-size: 16px;
    line-height: 24px;
  }
}
.testimonials-item-user-info p {
  display: block;
  color: rgba(17, 24, 39, 0.6);
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 992px) {
  .testimonials-item-user-info p {
    font-size: 14px;
    line-height: 20px;
  }
}
.testimonials-item:hover, .testimonials-item:focus {
  background-color: rgba(104, 89, 239, 0.05);
  border-color: rgba(104, 89, 239, 0.2);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.testimonials-item:hover .testimonials-item-stars, .testimonials-item:focus .testimonials-item-stars {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.testimonials-item:hover .testimonials-item-stars span, .testimonials-item:focus .testimonials-item-stars span {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.news-item {
  position: relative;
  background-color: transparent;
  padding: 12px;
  display: block;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .news-item {
    padding: 18px;
  }
}
.news-item-image-category {
  position: relative;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .news-item-image-category {
    margin-bottom: 18px;
  }
}
.news-item-image {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-item-image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .news-item-image img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4/2;
    height: 100%;
  }
}
.news-item-category {
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 1;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding: 8px 12px;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .news-item-category {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 12px;
  }
}
.news-item-category:hover, .news-item-category:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-item-time {
  position: relative;
  margin-bottom: 6px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  column-gap: 4px;
}
@media screen and (min-width: 768px) {
  .news-item-time {
    column-gap: 8px;
    margin-bottom: 8px;
  }
}
.news-item-time p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .news-item-time p {
    font-size: 14px;
    line-height: 18px;
  }
}
.news-item-info {
  position: relative;
}
.news-item-info h1 > a,
.news-item-info h2 > a,
.news-item-info h3 > a,
.news-item-info h4 > a,
.news-item-info h5 > a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  display: block;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .news-item-info h1 > a,
  .news-item-info h2 > a,
  .news-item-info h3 > a,
  .news-item-info h4 > a,
  .news-item-info h5 > a {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .news-item-info h1 > a,
  .news-item-info h2 > a,
  .news-item-info h3 > a,
  .news-item-info h4 > a,
  .news-item-info h5 > a {
    font-size: 24px;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
.news-item-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .news-item-info p {
    font-size: 16px;
    line-height: 26px;
  }
}
.news-item-info-link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 24px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .news-item-info-link {
    font-size: 18px;
    font-weight: 600;
  }
}
.news-item:hover, .news-item:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-item:hover .news-item-image img, .news-item:focus .news-item-image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-item:hover .news-item-info h1 > a,
.news-item:hover .news-item-info h2 > a,
.news-item:hover .news-item-info h3 > a,
.news-item:hover .news-item-info h4 > a,
.news-item:hover .news-item-info h5 > a, .news-item:focus .news-item-info h1 > a,
.news-item:focus .news-item-info h2 > a,
.news-item:focus .news-item-info h3 > a,
.news-item:focus .news-item-info h4 > a,
.news-item:focus .news-item-info h5 > a {
  text-decoration: underline;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-item:hover .news-item-info p, .news-item:focus .news-item-info p {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.owl-carousel-news .news-item {
  border-color: rgba(255, 255, 255, 0.2);
}
.owl-carousel-news .news-item-category {
  color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #111827;
}
.owl-carousel-news .news-item-category:hover, .owl-carousel-news .news-item-category:focus {
  color: rgb(255, 255, 255);
  border-color: #2c2189;
  background-color: #2c2189;
}
.owl-carousel-news .news-item-time p {
  color: rgba(255, 255, 255, 0.5);
}
.owl-carousel-news .news-item-info h1 > a,
.owl-carousel-news .news-item-info h2 > a,
.owl-carousel-news .news-item-info h3 > a,
.owl-carousel-news .news-item-info h4 > a,
.owl-carousel-news .news-item-info h5 > a {
  color: rgb(255, 255, 255);
}
.owl-carousel-news .news-item-info p {
  color: rgba(255, 255, 255, 0.8);
}
.owl-carousel-news .news-item-info-link {
  color: rgb(255, 255, 255);
}
.owl-carousel-news .news-item:hover, .owl-carousel-news .news-item:focus {
  background-color: #111827;
}
.owl-carousel-news .news-item:hover .news-item-info h1 > a,
.owl-carousel-news .news-item:hover .news-item-info h2 > a,
.owl-carousel-news .news-item:hover .news-item-info h3 > a,
.owl-carousel-news .news-item:hover .news-item-info h4 > a,
.owl-carousel-news .news-item:hover .news-item-info h5 > a, .owl-carousel-news .news-item:focus .news-item-info h1 > a,
.owl-carousel-news .news-item:focus .news-item-info h2 > a,
.owl-carousel-news .news-item:focus .news-item-info h3 > a,
.owl-carousel-news .news-item:focus .news-item-info h4 > a,
.owl-carousel-news .news-item:focus .news-item-info h5 > a {
  color: rgb(255, 255, 255);
}
.owl-carousel-news .news-item:hover .news-item-info p, .owl-carousel-news .news-item:focus .news-item-info p {
  color: rgb(255, 255, 255);
}

.news-filters {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .news-filters {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 992px) {
  .news-filters {
    column-gap: 18px;
    margin-bottom: 24px;
  }
}
.news-filters-l {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  column-gap: 6px;
}
@media screen and (min-width: 600px) {
  .news-filters-l {
    column-gap: 12px;
  }
}
@media screen and (min-width: 992px) {
  .news-filters-l {
    column-gap: 18px;
  }
}
.news-filters-r {
  position: relative;
}
.news-filters-category {
  position: relative;
  z-index: 2;
}
.news-filters-category-current-value {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 6px 26px 6px 12px;
  font-size: 14px;
  line-height: 24px;
  background-color: #6859ef;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .news-filters-category-current-value {
    padding: 8px 40px 8px 16px;
  }
}
@media screen and (min-width: 992px) {
  .news-filters-category-current-value {
    font-size: 16px;
    line-height: 30px;
  }
}
.news-filters-category-current-value:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .news-filters-category-current-value:after {
    right: 14px;
    background-size: 12px 12px;
  }
}
@media screen and (min-width: 992px) {
  .news-filters-category-current-value:after {
    right: 18px;
  }
}
.news-filters-category-dropdown {
  position: absolute;
  left: 0;
  top: auto;
  display: none;
  overflow: hidden;
  background-color: rgb(240, 239, 255);
  border: 1px solid rgba(104, 89, 239, 0.2);
  min-width: 180px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 12px rgba(17, 24, 39, 0.1);
  -moz-box-shadow: 0px 0px 12px rgba(17, 24, 39, 0.1);
  box-shadow: 0px 0px 12px rgba(17, 24, 39, 0.1);
}
.news-filters-category-dropdown > ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.news-filters-category-dropdown > ul > li {
  position: relative;
  display: block;
}
.news-filters-category-dropdown > ul > li > a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 6px 12px;
  color: #111827;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .news-filters-category-dropdown > ul > li > a {
    font-size: 16px;
    padding: 8px 16px;
  }
}
.news-filters-category-dropdown > ul > li > a:hover, .news-filters-category-dropdown > ul > li > a:focus {
  background-color: rgba(104, 89, 239, 0.05);
  color: #6859ef;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-filters-category:hover .news-filters-category-current-value, .news-filters-category:focus .news-filters-category-current-value {
  background-color: #2c2189;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-filters-search {
  position: relative;
  flex: 1;
}
@media screen and (min-width: 600px) {
  .news-filters-search {
    min-width: 280px;
  }
}
@media screen and (min-width: 992px) {
  .news-filters-search {
    min-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .news-filters-search {
    min-width: 640px;
  }
}
.news-filters-search-form-control {
  font-family: "Roboto", sans-serif;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  outline: 0;
  background-color: rgb(255, 255, 255);
  padding: 6px 32px 6px 12px;
  border: 1px solid rgba(104, 89, 239, 0.4);
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #111827;
  font-weight: 500;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
.news-filters-search-form-control::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(17, 24, 39, 0.4);
}
@media screen and (min-width: 1200px) {
  .news-filters-search-form-control::placeholder {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 600px) {
  .news-filters-search-form-control {
    padding: 8px 48px 8px 16px;
  }
}
@media screen and (min-width: 992px) {
  .news-filters-search-form-control {
    font-size: 18px;
    line-height: 30px;
  }
}
.news-filters-search-form-control:hover, .news-filters-search-form-control:focus {
  background-color: rgba(17, 24, 39, 0.05);
  border-color: rgba(104, 89, 239, 0.6);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-filters-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../assets/images/icons/icn-search-violet.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 32px;
  height: 100%;
  display: block;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .news-filters-search-btn {
    width: 48px;
    background-size: 16px 16px;
  }
}
@media screen and (min-width: 992px) {
  .news-filters-search-btn {
    background-size: 20px 20px;
  }
}
.news-filters-sort {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.news-filters-sort-current-value {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #111827;
  text-decoration: none;
  padding: 8px 16px 8px 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .news-filters-sort-current-value {
    padding: 8px 20px 8px 0px;
    font-size: 16px;
    line-height: 30px;
  }
}
.news-filters-sort-current-value:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-arrow-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .news-filters-sort-current-value:after {
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
  }
}
.news-filters-sort-dropdown {
  position: absolute;
  left: 0;
  top: auto;
  display: none;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(17, 24, 39, 0.2);
  min-width: 140px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 12px rgba(17, 24, 39, 0.1);
  -moz-box-shadow: 0px 0px 12px rgba(17, 24, 39, 0.1);
  box-shadow: 0px 0px 12px rgba(17, 24, 39, 0.1);
}
@media screen and (min-width: 600px) {
  .news-filters-sort-dropdown {
    left: initial;
    right: 0;
  }
}
.news-filters-sort-dropdown > ul {
  position: relative;
  display: block;
  overflow: hidden;
}
.news-filters-sort-dropdown > ul > li {
  position: relative;
  display: block;
}
.news-filters-sort-dropdown > ul > li > a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 6px 12px;
  color: #111827;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .news-filters-sort-dropdown > ul > li > a {
    font-size: 16px;
    padding: 8px 16px;
  }
}
.news-filters-sort-dropdown > ul > li > a:hover, .news-filters-sort-dropdown > ul > li > a:focus {
  background-color: rgba(17, 24, 39, 0.05);
  color: #6859ef;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-filters-sort:hover .news-filters-sort-current-value, .news-filters-sort:focus .news-filters-sort-current-value {
  color: #6859ef;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.news-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media screen and (min-width: 992px) {
  .news-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .news-list {
    gap: 24px;
  }
}
.news-list .news-item {
  border-color: rgba(17, 24, 39, 0.2);
}
.news-list .news-item-category {
  color: rgb(255, 255, 255);
  border-color: #6859ef;
  background-color: #6859ef;
}
.news-list .news-item-category:hover, .news-list .news-item-category:focus {
  color: rgb(255, 255, 255);
  border-color: #2c2189;
  background-color: #2c2189;
}
.news-list .news-item-time p {
  color: #111827;
}
.news-list .news-item-info h1 > a,
.news-list .news-item-info h2 > a,
.news-list .news-item-info h3 > a,
.news-list .news-item-info h4 > a,
.news-list .news-item-info h5 > a {
  color: #111827;
}
.news-list .news-item-info p {
  color: #111827;
}
.news-list .news-item-info-link {
  color: #111827;
}
.news-list .news-item:hover, .news-list .news-item:focus {
  border-color: #6859ef;
  background-color: rgba(104, 89, 239, 0.05);
}
.news-list .news-item:hover .news-item-info h1 > a,
.news-list .news-item:hover .news-item-info h2 > a,
.news-list .news-item:hover .news-item-info h3 > a,
.news-list .news-item:hover .news-item-info h4 > a,
.news-list .news-item:hover .news-item-info h5 > a, .news-list .news-item:focus .news-item-info h1 > a,
.news-list .news-item:focus .news-item-info h2 > a,
.news-list .news-item:focus .news-item-info h3 > a,
.news-list .news-item:focus .news-item-info h4 > a,
.news-list .news-item:focus .news-item-info h5 > a {
  color: #6859ef;
}
.news-list .news-item:hover .news-item-info p, .news-list .news-item:focus .news-item-info p {
  color: #111827;
}

.news-total-results {
  position: relative;
  margin-bottom: 12px;
}
.news-total-results p {
  margin-bottom: 0px;
  color: rgba(17, 24, 39, 0.7);
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 600px) {
  .news-total-results p {
    font-size: 16px;
  }
}

.news-pagination {
  position: relative;
  margin: 32px 0px;
}
.news-pagination > ul {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-pagination > ul > li {
  position: relative;
}
.news-pagination > ul > li span,
.news-pagination > ul > li a {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  color: rgba(17, 24, 39, 0.7);
  text-decoration: none;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .news-pagination > ul > li span,
  .news-pagination > ul > li a {
    width: 44px;
    height: 44px;
    font-size: 18px;
    line-height: 44px;
  }
}
.news-pagination > ul > li span:hover, .news-pagination > ul > li span:focus,
.news-pagination > ul > li a:hover,
.news-pagination > ul > li a:focus {
  color: #111827;
  background-color: rgba(17, 24, 39, 0.05);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-pagination > ul > li.current span {
  color: rgb(255, 255, 255);
  background-color: #6859ef;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.news-pagination > ul > li.news-pagination-prev, .news-pagination > ul > li.news-pagination-next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-image: url(../../assets/images/icons/icn-arrow-black.svg);
}
@media screen and (min-width: 992px) {
  .news-pagination > ul > li.news-pagination-prev, .news-pagination > ul > li.news-pagination-next {
    background-size: 14px 14px;
  }
}
.news-pagination > ul > li.news-pagination-prev {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news-pagination > ul > li.news-pagination-next {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.single-blog-hero {
  position: relative;
  padding: 140px 0px 0px 0px;
}
@media screen and (min-width: 600px) {
  .single-blog-hero {
    padding: 160px 0px 0px 0px;
  }
}
@media screen and (min-width: 992px) {
  .single-blog-hero {
    padding: 180px 0px 0px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .single-blog-hero {
    padding: 200px 0px 0px 0px;
  }
}
.single-blog-hero .list-breadcrumbs {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .single-blog-hero .list-breadcrumbs {
    justify-content: start;
  }
}

.single-blog-head {
  position: relative;
  text-align: center;
  margin-bottom: 18px;
}
@media screen and (min-width: 992px) {
  .single-blog-head {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
    text-align: initial;
    margin-bottom: 24px;
  }
}
.single-blog-head-l {
  position: relative;
}
@media screen and (min-width: 992px) {
  .single-blog-head-l {
    width: 60%;
  }
}
.single-blog-head-l h1,
.single-blog-head-l h2,
.single-blog-head-l h3,
.single-blog-head-l h4,
.single-blog-head-l h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media screen and (min-width: 600px) {
  .single-blog-head-l h1,
  .single-blog-head-l h2,
  .single-blog-head-l h3,
  .single-blog-head-l h4,
  .single-blog-head-l h5 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (min-width: 768px) {
  .single-blog-head-l h1,
  .single-blog-head-l h2,
  .single-blog-head-l h3,
  .single-blog-head-l h4,
  .single-blog-head-l h5 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (min-width: 992px) {
  .single-blog-head-l h1,
  .single-blog-head-l h2,
  .single-blog-head-l h3,
  .single-blog-head-l h4,
  .single-blog-head-l h5 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media screen and (min-width: 1200px) {
  .single-blog-head-l h1,
  .single-blog-head-l h2,
  .single-blog-head-l h3,
  .single-blog-head-l h4,
  .single-blog-head-l h5 {
    font-size: 48px;
    line-height: 56px;
  }
}
.single-blog-head-r {
  position: relative;
}
@media screen and (min-width: 992px) {
  .single-blog-head-r {
    width: 40%;
  }
}

.single-blog-author {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  column-gap: 6px;
  text-decoration: none;
  justify-content: center;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .single-blog-author {
    column-gap: 12px;
    justify-content: end;
  }
}
.single-blog-author img {
  width: 40px;
  height: 40px;
  display: block;
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .single-blog-author img {
    width: 56px;
    height: 56px;
  }
}
.single-blog-author-info {
  position: relative;
}
.single-blog-author-info-fullname {
  font-size: 14px;
  line-height: 18px;
  color: #111827;
  font-weight: 500;
  display: block;
  margin-bottom: 2px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .single-blog-author-info-fullname {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 992px) {
  .single-blog-author-info-fullname {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
  }
}
.single-blog-author-info-date {
  font-size: 12px;
  line-height: 16px;
  color: #111827;
  font-weight: 300;
  display: block;
}
@media screen and (min-width: 768px) {
  .single-blog-author-info-date {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 992px) {
  .single-blog-author-info-date {
    font-size: 16px;
    line-height: 20px;
  }
}

.single-blog-featured-image {
  position: relative;
  display: block;
  width: 100%;
}
.single-blog-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.single-blog-content-section {
  position: relative;
}
.single-blog-content-section .single-blog-content-layout {
  position: relative;
}
@media screen and (min-width: 992px) {
  .single-blog-content-section .single-blog-content-layout {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: flex-start;
  }
}
.single-blog-content-section .single-blog-content {
  position: relative;
}
@media screen and (min-width: 992px) {
  .single-blog-content-section .single-blog-content {
    padding-right: 80px;
    flex: 1 1 auto;
    min-width: 0;
  }
}
@media screen and (min-width: 1200px) {
  .single-blog-content-section .single-blog-content {
    padding-right: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .single-blog-content-section .single-blog-content {
    padding-right: 140px;
  }
}
@media screen and (min-width: 1600px) {
  .single-blog-content-section .single-blog-content {
    padding-right: 160px;
  }
}
.single-blog-content-section .single-blog-content h1,
.single-blog-content-section .single-blog-content h2,
.single-blog-content-section .single-blog-content h3,
.single-blog-content-section .single-blog-content h4,
.single-blog-content-section .single-blog-content h5 {
  margin-bottom: 8px;
}
.single-blog-content-section .single-blog-content h1:not(:first-child),
.single-blog-content-section .single-blog-content h2:not(:first-child) {
  margin-top: 18px;
}
@media screen and (min-width: 992px) {
  .single-blog-content-section .single-blog-content h1:not(:first-child),
  .single-blog-content-section .single-blog-content h2:not(:first-child) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1360px) {
  .single-blog-content-section .single-blog-content h1:not(:first-child),
  .single-blog-content-section .single-blog-content h2:not(:first-child) {
    margin-top: 32px;
  }
}
.single-blog-content-section .single-blog-content h3:not(:first-child),
.single-blog-content-section .single-blog-content h4:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .single-blog-content-section .single-blog-content h3:not(:first-child),
  .single-blog-content-section .single-blog-content h4:not(:first-child) {
    margin-top: 12px;
  }
}
.single-blog-content-section .single-blog-content .wp-block-list {
  position: relative;
  list-style: disc;
  padding-left: 32px;
}
.single-blog-content-section .single-blog-content .wp-block-list li {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(17, 24, 39, 0.8);
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .single-blog-content-section .single-blog-content .wp-block-list li {
    font-size: 16px;
    line-height: 26px;
  }
}
.single-blog-content-section .single-blog-content .wp-block-image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  aspect-ratio: initial !important;
}
.single-blog-content-section .single-blog-content .wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: initial !important;
}
.single-blog-content-section .single-blog-content h1 {
  font-size: 38px;
  line-height: 46px;
}
@media screen and (min-width: 992px) {
  .single-blog-content-section .single-blog-content h1 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media screen and (min-width: 1600px) {
  .single-blog-content-section .single-blog-content h1 {
    font-size: 50px;
    line-height: 58px;
  }
}
.single-blog-content-section .single-blog-content h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .single-blog-content-section .single-blog-content h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (min-width: 992px) {
  .single-blog-content-section .single-blog-content h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (min-width: 1360px) {
  .single-blog-content-section .single-blog-content h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.single-blog-content-section .single-blog-content h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .single-blog-content-section .single-blog-content h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1360px) {
  .single-blog-content-section .single-blog-content p,
  .single-blog-content-section .single-blog-content .wp-block-paragraph {
    line-height: 42px;
  }
}
@media screen and (min-width: 1360px) {
  .single-blog-content-section .single-blog-content p a,
  .single-blog-content-section .single-blog-content .wp-block-paragraph a {
    line-height: 42px;
  }
}
.single-blog-content-section .single-blog-sidebar {
  position: relative;
}
@media screen and (min-width: 992px) {
  .single-blog-content-section .single-blog-sidebar {
    flex: 0 0 300px;
    width: 300px;
  }
}
@media screen and (min-width: 1360px) {
  .single-blog-content-section .single-blog-sidebar {
    flex: 0 0 360px;
    width: 360px;
  }
}
.single-blog-content-section .single-blog-sidebar hr {
  margin: 12px 0px;
}
@media screen and (min-width: 992px) {
  .single-blog-content-section .single-blog-sidebar hr {
    margin: 24px 0px;
  }
}
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box {
  position: relative;
  margin-bottom: 18px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box {
    margin-bottom: 24px;
    text-align: initial;
  }
}
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  column-gap: 12px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list {
    justify-content: start;
  }
}
@media screen and (min-width: 1200px) {
  .single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list {
    column-gap: 18px;
  }
}
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list > li {
  position: relative;
}
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list > li > a,
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list > li .blog-copy-link {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(104, 89, 239, 0.05);
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list > li > a,
  .single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list > li .blog-copy-link {
    width: 40px;
    height: 40px;
    background-size: 24px 24px;
  }
}
@media screen and (min-width: 1360px) {
  .single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list > li > a,
  .single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list > li .blog-copy-link {
    width: 48px;
    height: 48px;
  }
}
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list > li > a.blog-share-x,
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list > li .blog-copy-link.blog-share-x {
  background-image: url(../../assets/images/icons/adsnetwork-x-share-social-icon-violet.svg);
}
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list > li > a.blog-share-facebook,
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list > li .blog-copy-link.blog-share-facebook {
  background-image: url(../../assets/images/icons/adsnetwork-facebook-share-social-icon-violet.svg);
}
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list > li > a.blog-share-linkedin,
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list > li .blog-copy-link.blog-share-linkedin {
  background-image: url(../../assets/images/icons/adsnetwork-linkedin-share-social-icon-violet.svg);
}
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list > li > a:hover, .single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list > li > a:focus,
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list > li .blog-copy-link:hover,
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list > li .blog-copy-link:focus {
  background-color: rgba(104, 89, 239, 0.1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-share-list > li .blog-copy-link {
  background-image: url(../../assets/images/icons/adsnetwork-copy-link-icon-violet.svg);
}
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-navs {
  position: relative;
  display: block;
  text-align: left;
}
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-navs > li {
  position: relative;
  display: block;
}
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-navs > li > a {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #111827;
  text-decoration: none;
  padding: 6px 0px 6px 14px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-navs > li > a {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 0px 8px 16px;
  }
}
@media screen and (min-width: 992px) {
  .single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-navs > li > a {
    padding: 10px 0px 10px 18px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-navs > li > a {
    padding: 12px 0px 12px 22px;
  }
}
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-navs > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-arrow-violet.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-navs > li > a:after {
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 992px) {
  .single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-navs > li > a:after {
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
  }
}
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-navs > li > a:hover, .single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box .single-blog-navs > li > a:focus {
  color: #6859ef;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box-faq {
  border: 1px solid rgba(17, 24, 39, 0.1);
  padding: 12px;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box-faq {
    padding: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .single-blog-content-section .single-blog-sidebar .single-blog-sidebar-box-faq {
    padding: 24px;
  }
}

.owl-carousel .owl-dots {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  margin-top: 12px;
}
@media screen and (min-width: 600px) {
  .owl-carousel .owl-dots {
    column-gap: 12px;
    margin-top: 24px;
  }
}
.owl-carousel .owl-dots .owl-dot {
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(17, 24, 39, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
  background-color: rgba(17, 24, 39, 0.3);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #6859ef;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.owl-carousel-news .owl-dots .owl-dot {
  background-color: rgba(17, 24, 39, 0.1);
}
.owl-carousel-news .owl-dots .owl-dot:hover, .owl-carousel-news .owl-dots .owl-dot:focus {
  background-color: rgba(17, 24, 39, 0.3);
}
.owl-carousel-news .owl-dots .owl-dot.active {
  background-color: #6859ef;
}
.owl-carousel-news .owl-carousel-news .owl-stage {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
}
.owl-carousel-news .owl-carousel-news .owl-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  height: auto;
}
.owl-carousel-news .owl-carousel-news .owl-item .item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  width: 100%;
  height: 100%;
}
.owl-carousel-news .owl-carousel-news .owl-item .news-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.owl-carousel-news .owl-carousel-news .owl-item .news-item-info {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  flex: 1;
}
.owl-carousel-news .owl-carousel-news .owl-item .news-item-info-link {
  margin-top: auto;
}

.owl-carousel-testimonials-nav-prev,
.owl-carousel-testimonials-nav-next,
.owl-carousel-news-nav-prev,
.owl-carousel-news-nav-next,
.owl-carousel-results-nav-prev,
.owl-carousel-results-nav-next {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  background-size: 12px 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .owl-carousel-testimonials-nav-prev,
  .owl-carousel-testimonials-nav-next,
  .owl-carousel-news-nav-prev,
  .owl-carousel-news-nav-next,
  .owl-carousel-results-nav-prev,
  .owl-carousel-results-nav-next {
    width: 44px;
    height: 44px;
    background-size: 14px 14px;
  }
}
@media screen and (min-width: 992px) {
  .owl-carousel-testimonials-nav-prev,
  .owl-carousel-testimonials-nav-next,
  .owl-carousel-news-nav-prev,
  .owl-carousel-news-nav-next,
  .owl-carousel-results-nav-prev,
  .owl-carousel-results-nav-next {
    width: 48px;
    height: 48px;
    background-size: 16px 16px;
  }
}
.owl-carousel-testimonials-nav-prev:hover, .owl-carousel-testimonials-nav-prev:focus,
.owl-carousel-testimonials-nav-next:hover,
.owl-carousel-testimonials-nav-next:focus,
.owl-carousel-news-nav-prev:hover,
.owl-carousel-news-nav-prev:focus,
.owl-carousel-news-nav-next:hover,
.owl-carousel-news-nav-next:focus,
.owl-carousel-results-nav-prev:hover,
.owl-carousel-results-nav-prev:focus,
.owl-carousel-results-nav-next:hover,
.owl-carousel-results-nav-next:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.owl-carousel-testimonials-nav-prev,
.owl-carousel-news-nav-prev,
.owl-carousel-results-nav-prev {
  border-color: rgba(17, 24, 39, 0.05);
  background-color: rgb(255, 255, 255);
  background-image: url(../../assets/images/icons/icn-arrow-black.svg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.owl-carousel-testimonials-nav-prev:hover, .owl-carousel-testimonials-nav-prev:focus,
.owl-carousel-news-nav-prev:hover,
.owl-carousel-news-nav-prev:focus,
.owl-carousel-results-nav-prev:hover,
.owl-carousel-results-nav-prev:focus {
  background-color: rgba(17, 24, 39, 0.05);
}

.owl-carousel-testimonials-nav-next,
.owl-carousel-news-nav-next,
.owl-carousel-results-nav-next {
  border-color: #6859ef;
  background-color: #6859ef;
  background-image: url(../../assets/images/icons/icn-arrow-white.svg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.owl-carousel-testimonials-nav-next:hover, .owl-carousel-testimonials-nav-next:focus,
.owl-carousel-news-nav-next:hover,
.owl-carousel-news-nav-next:focus,
.owl-carousel-results-nav-next:hover,
.owl-carousel-results-nav-next:focus {
  border-color: #2c2189;
  background-color: #2c2189;
}

@media screen and (min-width: 1200px) {
  .owl-carousel-results {
    padding: 0px 100px;
  }
}
@media screen and (min-width: 1360px) {
  .owl-carousel-results {
    padding: 0px 140px;
  }
}
@media screen and (min-width: 1440px) {
  .owl-carousel-results {
    padding: 0px 160px;
  }
}
.owl-carousel-results .owl-dots {
  display: none;
}
@media screen and (min-width: 768px) {
  .owl-carousel-results .owl-dots {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    position: absolute;
    left: 0;
    bottom: 64px;
    margin: auto;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .owl-carousel-results .owl-dots {
    bottom: 90px;
  }
}

.owl-carousel-results-nav-prev,
.owl-carousel-results-nav-next {
  position: absolute;
  top: -60px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .owl-carousel-results-nav-prev,
  .owl-carousel-results-nav-next {
    top: -100px;
  }
}
@media screen and (min-width: 1200px) {
  .owl-carousel-results-nav-prev,
  .owl-carousel-results-nav-next {
    top: -140px;
  }
}

.owl-carousel-results-nav-prev {
  left: -12px;
}
@media screen and (min-width: 1200px) {
  .owl-carousel-results-nav-prev {
    left: 24px;
  }
}
@media screen and (min-width: 1360px) {
  .owl-carousel-results-nav-prev {
    left: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .owl-carousel-results-nav-prev {
    left: 64px;
  }
}

.owl-carousel-results-nav-next {
  right: -12px;
}
@media screen and (min-width: 1200px) {
  .owl-carousel-results-nav-next {
    right: 24px;
  }
}
@media screen and (min-width: 1360px) {
  .owl-carousel-results-nav-next {
    right: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .owl-carousel-results-nav-next {
    right: 64px;
  }
}

.accordion {
  position: relative;
  display: block;
}
.accordion .accordion-item {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(17, 24, 39, 0.2);
  margin-bottom: 8px;
  opacity: 0.5;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item {
    margin-bottom: 14px;
  }
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-item-title {
  cursor: pointer;
  padding: 8px 50px 8px 12px;
  position: relative;
  margin-bottom: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-item-title {
    padding: 14px 70px 14px 18px;
  }
}
.accordion .accordion-item .accordion-item-title .accordion-trigger {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  color: #111827;
  text-align: left;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .accordion .accordion-item .accordion-item-title .accordion-trigger {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-item-title .accordion-trigger {
    font-size: 22px;
    line-height: 28px;
  }
}
.accordion .accordion-item .accordion-item-title-icon {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: 0px;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-item-title-icon {
    width: 22px;
    height: 22px;
  }
}
.accordion .accordion-item .accordion-item-title-icon:after, .accordion .accordion-item .accordion-item-title-icon:before {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  display: block;
  background-color: #111827;
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-item-title-icon:after, .accordion .accordion-item .accordion-item-title-icon:before {
    width: 20px;
    height: 3px;
    right: 18px;
  }
}
.accordion .accordion-item .accordion-item-title-icon:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion .accordion-item .accordion-item-title-icon:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion .accordion-item .accordion-item-content {
  display: none;
  padding: 0px 12px 8px 12px;
}
@media screen and (min-width: 992px) {
  .accordion .accordion-item .accordion-item-content {
    padding: 0px 70px 14px 18px;
  }
}
.accordion .accordion-item .accordion-item-content p {
  font-size: 14px;
  line-height: 24px;
}
.accordion .accordion-item .accordion-item-content p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .accordion .accordion-item .accordion-item-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
.accordion .accordion-item .accordion-item-content p a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: underline;
  color: #2c2189;
}
@media screen and (min-width: 600px) {
  .accordion .accordion-item .accordion-item-content p a {
    font-size: 16px;
    line-height: 28px;
  }
}
.accordion .accordion-item.accordion-item-current {
  opacity: 1;
  background-color: rgba(104, 89, 239, 0.05);
  border-color: rgba(104, 89, 239, 0.3);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion .accordion-item.accordion-item-current .accordion-item-title {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion .accordion-item.accordion-item-current .accordion-item-title-icon:before {
  opacity: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion .accordion-item:hover, .accordion .accordion-item:focus {
  background-color: rgba(104, 89, 239, 0.03);
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.accordion-feature {
  position: relative;
  display: block;
}
.accordion-feature-item {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  margin-bottom: 8px;
  padding-left: 14px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .accordion-feature-item {
    margin-bottom: 12px;
  }
}
.accordion-feature-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(17, 24, 39, 0.1);
  display: block;
  width: 3px;
  z-index: 0;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion-feature-item:last-child {
  margin-bottom: 0;
}
.accordion-feature-item-title {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  text-align: left;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion-feature-item-title .accordion-feature-trigger {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  color: #111827;
  text-align: left;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .accordion-feature-item-title .accordion-feature-trigger {
    font-size: 20px;
    line-height: 26px;
  }
}
.accordion-feature-item-content {
  display: none;
  padding-top: 8px;
  text-align: left;
}
.accordion-feature-item-content p {
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 600px) {
  .accordion-feature-item-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
.accordion-feature-item-content p a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: underline;
  color: #2c2189;
}
@media screen and (min-width: 600px) {
  .accordion-feature-item-content p a {
    font-size: 16px;
    line-height: 28px;
  }
}
.accordion-feature-item:hover, .accordion-feature-item:focus {
  border-left-color: rgba(17, 24, 39, 0.2);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion-feature-item:hover .accordion-feature-item-title .accordion-feature-trigger, .accordion-feature-item:focus .accordion-feature-item-title .accordion-feature-trigger {
  color: #6859ef;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion-feature-item.accordion-feature-item-current {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion-feature-item.accordion-feature-item-current:after {
  background-color: #6859ef;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion-feature-item.accordion-feature-item-current .accordion-feature-item-title .accordion-feature-trigger {
  color: #6859ef;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.accordion-sm .accordion-item {
  margin-bottom: 4px;
  opacity: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
@media screen and (min-width: 992px) {
  .accordion-sm .accordion-item {
    margin-bottom: 8px;
  }
}
.accordion-sm .accordion-item .accordion-item-title {
  padding: 4px 8px 4px 28px;
}
@media screen and (min-width: 992px) {
  .accordion-sm .accordion-item .accordion-item-title {
    padding: 6px 12px 6px 36px;
  }
}
.accordion-sm .accordion-item .accordion-item-title .accordion-trigger {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 992px) {
  .accordion-sm .accordion-item .accordion-item-title .accordion-trigger {
    font-size: 16px;
    line-height: 22px;
  }
}
.accordion-sm .accordion-item .accordion-item-title-icon {
  left: 0;
  right: initial;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 992px) {
  .accordion-sm .accordion-item .accordion-item-title-icon {
    width: 16px;
    height: 16px;
  }
}
.accordion-sm .accordion-item .accordion-item-title-icon:after, .accordion-sm .accordion-item .accordion-item-title-icon:before {
  left: 6px;
  right: initial;
  width: 8px;
  height: 2px;
}
@media screen and (min-width: 992px) {
  .accordion-sm .accordion-item .accordion-item-title-icon:after, .accordion-sm .accordion-item .accordion-item-title-icon:before {
    width: 12px;
    left: 12px;
  }
}
.accordion-sm .accordion-item .accordion-item-content {
  padding: 0px 8px 4px 8px;
}
@media screen and (min-width: 992px) {
  .accordion-sm .accordion-item .accordion-item-content {
    padding: 0px 12px 6px 12px;
  }
}
.accordion-sm .accordion-item .accordion-item-content p {
  font-size: 14px;
  line-height: 24px;
}
.accordion-sm .accordion-item .accordion-item-content p a {
  font-size: 14px;
  line-height: 24px;
}
.accordion-sm .accordion-item.accordion-item-current {
  background-color: rgb(255, 255, 255);
  border-color: #6859ef;
}
.accordion-sm .accordion-item.accordion-item-current .accordion-item-title {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion-sm .accordion-item.accordion-item-current .accordion-item-title .accordion-trigger {
  color: #6859ef;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.tabs {
  position: relative;
  z-index: 1;
  display: block;
}
.tabs-nav {
  position: relative;
}
.tabs-nav > ul {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 18px;
  row-gap: 6px;
}
@media screen and (min-width: 768px) {
  .tabs-nav > ul {
    column-gap: 24px;
    row-gap: 8px;
  }
}
@media screen and (min-width: 1360px) {
  .tabs-nav > ul {
    column-gap: 32px;
  }
}
.tabs-nav > ul > li {
  position: relative;
  display: block;
  opacity: 0.7;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.tabs-nav > ul > li.current {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.tabs-nav > ul > li.current .tabs-nav-item:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.tabs-nav > ul > li:hover, .tabs-nav > ul > li:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.tabs-nav-item {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  column-gap: 10px;
  align-items: center;
  cursor: pointer;
  padding-bottom: 12px;
  text-align: left;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.tabs-nav-item img {
  width: 20px;
  height: auto;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .tabs-nav-item img {
    width: 24px;
  }
}
@media screen and (min-width: 768px) {
  .tabs-nav-item img {
    width: 28px;
  }
}
.tabs-nav-item span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  display: block;
}
@media screen and (min-width: 768px) {
  .tabs-nav-item span {
    font-size: 18px;
    line-height: 26px;
  }
}
.tabs-nav-item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 3px;
  display: block;
  width: 0;
  opacity: 0;
  background: linear-gradient(to left, rgba(104, 89, 239, 0) 0%, rgb(104, 89, 239) 50%, rgba(104, 89, 239, 0) 100%);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.tabs-content {
  position: relative;
}
.tabs-content-item {
  position: relative;
  text-align: center;
  padding: 24px 0px;
}
@media screen and (min-width: 992px) {
  .tabs-content-item {
    padding: 60px 120px;
  }
}
@media screen and (min-width: 1200px) {
  .tabs-content-item {
    padding: 60px 180px;
  }
}
@media screen and (min-width: 1360px) {
  .tabs-content-item {
    padding: 60px 240px;
  }
}
.tabs-content-item-info {
  position: relative;
}
.tabs-content-item-info img {
  width: 48px;
  height: auto;
  display: block;
  margin: auto auto 12px auto;
}
@media screen and (min-width: 992px) {
  .tabs-content-item-info img {
    width: 64px;
    margin: auto auto 18px auto;
  }
}
.tabs-content-item-info h1,
.tabs-content-item-info h2,
.tabs-content-item-info h3,
.tabs-content-item-info h4,
.tabs-content-item-info h5 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 26px;
}
@media screen and (min-width: 992px) {
  .tabs-content-item-info h1,
  .tabs-content-item-info h2,
  .tabs-content-item-info h3,
  .tabs-content-item-info h4,
  .tabs-content-item-info h5 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1360px) {
  .tabs-content-item-info h1,
  .tabs-content-item-info h2,
  .tabs-content-item-info h3,
  .tabs-content-item-info h4,
  .tabs-content-item-info h5 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (min-width: 1360px) {
  .tabs-content-item-info h1,
  .tabs-content-item-info h2,
  .tabs-content-item-info h3,
  .tabs-content-item-info h4,
  .tabs-content-item-info h5 {
    font-size: 34px;
    line-height: 42px;
  }
}
.tabs-content-item-info p {
  color: rgb(255, 255, 255);
  font-weight: 300;
}
.tabs-content-item-info .list-tags {
  justify-content: center;
}
.tabs-full .tabs-content-item {
  padding: 40px 0px;
}
.tabs-full .tabs-content-item-info img {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 992px) {
  .tabs-columns {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
  }
}
.tabs-columns .tabs-nav {
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .tabs-columns .tabs-nav {
    width: 50%;
    padding-right: 60px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .tabs-columns .tabs-nav {
    padding-right: 100px;
  }
}
@media screen and (min-width: 1360px) {
  .tabs-columns .tabs-nav {
    padding-right: 140px;
  }
}
@media screen and (min-width: 1440px) {
  .tabs-columns .tabs-nav {
    padding-right: 180px;
  }
}
.tabs-columns .tabs-nav > ul {
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  column-gap: 0px;
  row-gap: 0px;
}
.tabs-columns .tabs-nav > ul > li {
  width: 100%;
}
.tabs-columns .tabs-nav-item {
  padding: 8px 0px;
  width: 100%;
  column-gap: 12px;
}
@media screen and (min-width: 768px) {
  .tabs-columns .tabs-nav-item {
    padding: 12px 0px;
    column-gap: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .tabs-columns .tabs-nav-item {
    padding: 16px 0px;
  }
}
.tabs-columns .tabs-nav-item span {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding-right: 32px;
}
@media screen and (min-width: 768px) {
  .tabs-columns .tabs-nav-item span {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .tabs-columns .tabs-nav-item span {
    font-size: 20px;
    line-height: 26px;
  }
}
.tabs-columns .tabs-nav-item:after {
  content: none;
}
.tabs-columns .tabs-nav-item:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0px;
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-btn-arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .tabs-columns .tabs-nav-item:before {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 992px) {
  .tabs-columns .tabs-content {
    width: 50%;
  }
}
.tabs-columns .tabs-content-item {
  padding: 0;
}
.tabs-columns .tabs-content-item img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.tabs-white .tabs-nav-item span {
  color: #111827;
}
.tabs-white .tabs-content-item-info h1,
.tabs-white .tabs-content-item-info h2,
.tabs-white .tabs-content-item-info h3,
.tabs-white .tabs-content-item-info h4,
.tabs-white .tabs-content-item-info h5 {
  color: #111827;
}
.tabs-white .tabs-content-item-info p {
  color: #111827;
}

.tabs-steps .tabs-nav > ul {
  flex-wrap: nowrap;
  column-gap: 40px;
  row-gap: 0px;
}
@media screen and (min-width: 600px) {
  .tabs-steps .tabs-nav > ul {
    column-gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .tabs-steps .tabs-nav > ul {
    column-gap: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .tabs-steps .tabs-nav > ul {
    column-gap: 160px;
  }
}
.tabs-steps .tabs-nav > ul > li {
  position: relative;
  display: block;
  opacity: 0.5;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.tabs-steps .tabs-nav > ul > li:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 18px;
  width: 40px;
  display: block;
  border: 1px solid transparent;
  border-image: repeating-linear-gradient(90deg, rgba(17, 24, 39, 0.2) 0 8px, transparent 0px 16px) 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .tabs-steps .tabs-nav > ul > li:before {
    width: 60px;
  }
}
@media screen and (min-width: 768px) {
  .tabs-steps .tabs-nav > ul > li:before {
    width: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .tabs-steps .tabs-nav > ul > li:before {
    width: 160px;
  }
}
.tabs-steps .tabs-nav > ul > li:last-child:before {
  content: none;
}
.tabs-steps .tabs-nav > ul > li.current {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.tabs-steps .tabs-nav > ul > li.current .tabs-nav-item:after {
  content: none;
}
.tabs-steps .tabs-nav > ul > li.current.tabs-nav-chapter-one .tabs-nav-item-no {
  background-color: #EF4444;
}
.tabs-steps .tabs-nav > ul > li.current.tabs-nav-chapter-one .tabs-nav-item-title {
  color: #EF4444;
}
.tabs-steps .tabs-nav > ul > li.current.tabs-nav-chapter-two .tabs-nav-item-no {
  background-color: #6859ef;
}
.tabs-steps .tabs-nav > ul > li.current.tabs-nav-chapter-two .tabs-nav-item-title {
  color: #6859ef;
}
.tabs-steps .tabs-nav > ul > li.current.tabs-nav-chapter-three .tabs-nav-item-no {
  background-color: #00a06f;
}
.tabs-steps .tabs-nav > ul > li.current.tabs-nav-chapter-three .tabs-nav-item-title {
  color: #00a06f;
}
.tabs-steps .tabs-nav > ul > li:hover, .tabs-steps .tabs-nav > ul > li:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.tabs-steps .tabs-nav-item {
  flex-direction: column;
  column-gap: 0px;
  padding-bottom: 0px;
}
.tabs-steps .tabs-nav-item-no {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  background-color: rgba(17, 24, 39, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .tabs-steps .tabs-nav-item-no {
    width: 38px;
    line-height: 38px;
    height: 38px;
  }
}
.tabs-steps .tabs-nav-item-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(17, 24, 39, 0.8);
  margin-top: 4px;
  display: block;
}
@media screen and (min-width: 600px) {
  .tabs-steps .tabs-nav-item-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .tabs-steps .tabs-nav-item-title {
    font-size: 20px;
    margin-top: 8px;
  }
}
.tabs-steps .tabs-nav-item:after {
  content: none;
}
.tabs-steps .tabs-content {
  margin-top: 18px;
}
@media screen and (min-width: 992px) {
  .tabs-steps .tabs-content {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .tabs-steps .tabs-content {
    margin-top: 48px;
  }
}
.tabs-steps .tabs-content-item {
  padding: 0px;
}

.features-check {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 12px;
  row-gap: 12px;
}
@media screen and (min-width: 600px) {
  .features-check {
    column-gap: 18px;
    row-gap: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .features-check {
    column-gap: 24px;
    row-gap: 24px;
  }
}

.features-check-item {
  position: relative;
  display: block;
  padding-left: 24px;
  text-align: left;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .features-check-item {
    padding-left: 28px;
  }
}
.features-check-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../../assets/images/icons/icn-check-violet.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .features-check-item:after {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    top: 2px;
  }
}
.features-check-item h1,
.features-check-item h2,
.features-check-item h3,
.features-check-item h4,
.features-check-item h5 {
  display: block;
  color: #6859ef;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (min-width: 992px) {
  .features-check-item h1,
  .features-check-item h2,
  .features-check-item h3,
  .features-check-item h4,
  .features-check-item h5 {
    font-size: 20px;
  }
}
.features-check-item p {
  display: block;
  color: rgba(17, 24, 39, 0.7);
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .features-check-item p {
    font-size: 16px;
  }
}
.features-check-item:hover, .features-check-item:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.features-check-item:hover:after, .features-check-item:focus:after {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.features-check-item:hover p, .features-check-item:focus p {
  color: #111827;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.skills {
  text-align: center;
  background-color: rgb(240, 239, 255);
}
.skills-text {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  padding: 8px 0px;
}
@media screen and (min-width: 768px) {
  .skills-text {
    padding: 12px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .skills-text {
    padding: 18px 0px;
  }
}
.skills-text-track {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  width: max-content;
  flex-wrap: nowrap;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-animation: skillsScroll 8s linear infinite;
  -moz-animation: skillsScroll 8s linear infinite;
  -o-animation: skillsScroll 8s linear infinite;
  animation: skillsScroll 8s linear infinite;
}
@media screen and (min-width: 992px) {
  .skills-text-track {
    -webkit-animation: skillsScroll 20s linear infinite;
    -moz-animation: skillsScroll 20s linear infinite;
    -o-animation: skillsScroll 20s linear infinite;
    animation: skillsScroll 20s linear infinite;
  }
}
@-webkit-keyframes skillsScroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@-moz-keyframes skillsScroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@-o-keyframes skillsScroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes skillsScroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.skills-text-slider {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  flex-shrink: 0;
  column-gap: 60px;
  padding-right: 60px;
}
@media screen and (min-width: 768px) {
  .skills-text-slider {
    column-gap: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .skills-text-slider {
    column-gap: 160px;
    padding-right: 160px;
  }
}
.skills-text-slider-item {
  position: relative;
  white-space: nowrap;
  flex-shrink: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.skills-text-slider-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -44px;
  z-index: 1;
  margin: auto;
  background-image: url(../../assets/images/shapes/shape-logo-triangle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  display: block;
}
@media screen and (min-width: 768px) {
  .skills-text-slider-item:after {
    right: -54px;
    background-size: 28px 28px;
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .skills-text-slider-item:after {
    right: -100px;
  }
}
.skills-text-slider-item h1,
.skills-text-slider-item h2,
.skills-text-slider-item h3,
.skills-text-slider-item h4,
.skills-text-slider-item h5 {
  font-size: 24px;
  line-height: 34px;
  color: #111827;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .skills-text-slider-item h1,
  .skills-text-slider-item h2,
  .skills-text-slider-item h3,
  .skills-text-slider-item h4,
  .skills-text-slider-item h5 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .skills-text-slider-item h1,
  .skills-text-slider-item h2,
  .skills-text-slider-item h3,
  .skills-text-slider-item h4,
  .skills-text-slider-item h5 {
    font-size: 34px;
    line-height: 54px;
  }
}
@media screen and (min-width: 1200px) {
  .skills-text-slider-item h1,
  .skills-text-slider-item h2,
  .skills-text-slider-item h3,
  .skills-text-slider-item h4,
  .skills-text-slider-item h5 {
    font-size: 44px;
    line-height: 64px;
  }
}
.skills-text-slider-item:hover, .skills-text-slider-item:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .skills-text:hover .skills-text-track, .skills-text:focus .skills-text-track {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
  }
}

.stats-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(104, 89, 239, 0.3);
  position: relative;
  background-color: rgb(255, 255, 255);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .stats-table-wrap {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
  }
}

.stats-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: rgb(255, 255, 255);
  width: max-content;
  min-width: 100%;
}
.stats-table th,
.stats-table td {
  vertical-align: middle;
  border-left: 1px solid rgba(104, 89, 239, 0.3);
  white-space: nowrap;
}
.stats-table thead th {
  vertical-align: top;
}
.stats-table thead th span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  display: block;
  padding: 4px 10px;
  background-color: rgb(240, 239, 255);
}
@media screen and (min-width: 992px) {
  .stats-table thead th span {
    padding: 6px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .stats-table thead th span {
    font-size: 16px;
    padding: 8px 12px;
  }
}
.stats-table thead th.stats-table-segment {
  vertical-align: middle;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  color: #6859ef;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  border-left: 0;
}
@media screen and (min-width: 992px) {
  .stats-table thead th.stats-table-segment {
    padding: 16px 20px;
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .stats-table thead th.stats-table-segment {
    font-size: 28px;
    line-height: 32px;
    padding: 20px 24px;
  }
}
.stats-table tbody td {
  padding: 14px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .stats-table tbody td {
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .stats-table tbody td {
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
  }
}
.stats-table tbody tr:nth-child(odd) th:first-child {
  background-color: rgb(240, 239, 255);
}
.stats-table tbody th:first-child {
  border-left: 0;
}
.stats-table-segment {
  text-align: left;
  padding: 6px 10px;
}
@media screen and (min-width: 992px) {
  .stats-table-segment {
    padding: 8px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .stats-table-segment {
    padding: 12px 24px;
  }
}
.stats-table-segment-wrap {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  column-gap: 4px;
  row-gap: 4px;
}
@media screen and (min-width: 992px) {
  .stats-table-segment-wrap {
    column-gap: 8px;
  }
}
.stats-table-segment-wrap-percent {
  display: block;
  padding: 4px 6px;
  color: #6859ef;
  background-color: rgba(104, 89, 239, 0.1);
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
@media screen and (min-width: 992px) {
  .stats-table-segment-wrap-percent {
    padding: 4px 8px;
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .stats-table-segment-wrap-percent {
    font-size: 16px;
    line-height: 16px;
  }
}
.stats-table-segment-wrap-title {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 992px) {
  .stats-table-segment-wrap-title {
    font-size: 16px;
  }
}
.stats-table-positive {
  color: #00a06f;
  font-weight: 700;
}
.stats-table-price {
  color: #6859ef;
}

.page-content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-content {
    padding: 0px 80px;
  }
}
@media screen and (min-width: 992px) {
  .page-content {
    padding: md 120px;
  }
}
@media screen and (min-width: 1200px) {
  .page-content {
    padding: 0px 160px;
  }
}
@media screen and (min-width: 1360px) {
  .page-content {
    padding: 0px 200px;
  }
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5 {
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .page-content h1,
  .page-content h2,
  .page-content h3,
  .page-content h4,
  .page-content h5 {
    margin-bottom: 12px;
  }
}
.page-content h1:not(:first-child),
.page-content h2:not(:first-child) {
  margin-top: 18px;
}
@media screen and (min-width: 992px) {
  .page-content h1:not(:first-child),
  .page-content h2:not(:first-child) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1360px) {
  .page-content h1:not(:first-child),
  .page-content h2:not(:first-child) {
    margin-top: 32px;
  }
}
.page-content h3:not(:first-child),
.page-content h4:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .page-content h3:not(:first-child),
  .page-content h4:not(:first-child) {
    margin-top: 12px;
  }
}
.page-content .wp-block-list {
  position: relative;
  list-style: disc;
  padding-left: 32px;
}
.page-content .wp-block-list li {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(17, 24, 39, 0.8);
  padding-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .page-content .wp-block-list li {
    font-size: 16px;
    line-height: 26px;
  }
}
.page-content h1 {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (min-width: 992px) {
  .page-content h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1360px) {
  .page-content h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (min-width: 1600px) {
  .page-content h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.page-content h2 {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (min-width: 1200px) {
  .page-content h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1360px) {
  .page-content h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.page-content h3 {
  font-size: 16px;
  line-height: 20px;
  color: rgba(17, 24, 39, 0.7);
}
@media screen and (min-width: 1200px) {
  .page-content h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1360px) {
  .page-content h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.page-content h4 {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1200px) {
  .page-content h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.page-content h5 {
  font-size: 14px;
  line-height: 20px;
}
.page-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .page-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
  }
}
.page-content p a {
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .page-content p a {
    font-size: 16px;
    line-height: 26px;
  }
}

.results-wrap {
  position: relative;
}

.result-item {
  position: relative;
}
.result-item-cover {
  position: relative;
  display: block;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .result-item-cover {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .result-item-cover {
    padding-bottom: 140px;
  }
}
.result-item-cover img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .result-item-cover img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
}
.result-item-mobile {
  position: absolute;
  right: 40px;
  bottom: 0px;
  display: block;
  z-index: 1;
  width: 100px;
}
@media screen and (min-width: 420px) {
  .result-item-mobile {
    right: 60px;
    right: 40px;
    width: 120px;
  }
}
@media screen and (min-width: 600px) {
  .result-item-mobile {
    width: 160px;
  }
}
@media screen and (min-width: 768px) {
  .result-item-mobile {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .result-item-mobile {
    width: 260px;
  }
}
.result-item-mobile img {
  width: 100%;
  height: auto;
  display: block;
}

.geo-map {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: left;
  margin-top: 32px;
}
@media screen and (min-width: 1200px) {
  .geo-map {
    margin-top: 48px;
  }
}
.geo-map .geo-layout {
  position: relative;
}
@media screen and (min-width: 992px) {
  .geo-map .geo-layout {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .geo-map .geo-layout .geo-card {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 992px) {
  .geo-map .geo-layout .geo-card {
    padding-bottom: 0px;
  }
}
.geo-map .geo-layout .geo-market-card {
  z-index: 1;
  position: relative;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .geo-map .geo-layout .geo-market-card {
    position: absolute;
    bottom: -140px;
    right: 0;
    margin-top: 0px;
  }
}
@media screen and (min-width: 992px) {
  .geo-map .geo-layout .geo-market-card {
    position: relative;
    width: 240px;
    flex: 0 0 240px;
    padding-right: 24px;
    bottom: initial;
    right: initial;
  }
}
@media screen and (min-width: 1200px) {
  .geo-map .geo-layout .geo-market-card {
    flex: 0 0 300px;
    width: 300px;
    padding-right: 48px;
  }
}
.geo-map .geo-layout .geo-map-card {
  display: block;
}
@media screen and (min-width: 768px) {
  .geo-map .geo-layout .geo-map-card {
    position: relative;
    min-height: 320px;
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .geo-map .geo-layout .geo-map-card {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 520px;
  }
}
.geo-map .geo-layout .geo-map-card .geo-map-canvas {
  display: none;
}
@media screen and (min-width: 768px) {
  .geo-map .geo-layout .geo-map-card .geo-map-canvas {
    display: block;
    width: 100%;
    height: 320px;
  }
}
@media screen and (min-width: 992px) {
  .geo-map .geo-layout .geo-map-card .geo-map-canvas {
    height: 520px;
  }
}
.geo-map .geo-layout .geo-card h1,
.geo-map .geo-layout .geo-card h3,
.geo-map .geo-layout .geo-card h3,
.geo-map .geo-layout .geo-card h4,
.geo-map .geo-layout .geo-card h5 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .geo-map .geo-layout .geo-card h1,
  .geo-map .geo-layout .geo-card h3,
  .geo-map .geo-layout .geo-card h3,
  .geo-map .geo-layout .geo-card h4,
  .geo-map .geo-layout .geo-card h5 {
    font-size: 20px;
  }
}
.geo-map .market-list {
  width: 100%;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  padding: 4px 12px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 1200px) {
  .geo-map .market-list {
    padding: 6px 14px;
  }
}
.geo-map .market-list .market-item {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 12px;
  width: 100%;
  padding: 8px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  text-align: left;
  color: rgb(255, 255, 255);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 1200px) {
  .geo-map .market-list .market-item {
    padding: 12px 0px;
  }
}
.geo-map .market-list .market-item:last-child {
  border-bottom: 0;
}
.geo-map .market-list .market-item span {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1200px) {
  .geo-map .market-list .market-item span {
    font-size: 16px;
  }
}
.geo-map .market-list .market-item span:nth-child(1) {
  font-weight: 500;
}
.geo-map .market-list .market-item span:nth-child(2) {
  font-weight: 400;
  opacity: 0.7;
}
.geo-map .market-list .market-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  width: 2px;
  display: block;
  background-color: #6859ef;
  opacity: 0;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 1200px) {
  .geo-map .market-list .market-item:after {
    left: -14px;
  }
}
.geo-map .market-list .market-item.is-active {
  color: rgb(176, 167, 255);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.geo-map .market-list .market-item.is-active span:nth-child(2) {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.geo-map .market-list .market-item.is-active:after {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.geo-map .geo-map-popup {
  position: relative;
  z-index: 10;
  padding: 12px;
  background-color: rgba(104, 89, 239, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .geo-map .geo-map-popup {
    position: absolute;
    min-width: 280px;
    left: 0px;
    bottom: 0px;
    padding: 14px 48px 14px 18px;
  }
}
.geo-map .geo-map-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.geo-map .geo-map-popup p {
  font-size: 14px;
  line-height: 18px;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  padding-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .geo-map .geo-map-popup p {
    font-size: 16px;
    line-height: 24px;
  }
}
.geo-map .geo-map-popup p:last-child {
  padding-bottom: 0;
}
.geo-map .geo-map-popup p span {
  font-weight: 600;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .geo-map .geo-map-popup p span {
    font-size: 20px;
  }
}
.geo-map .geo-map-popup p span.positive {
  color: #0ee6a4;
}
.geo-map .geo-map-popup-close {
  display: none;
}
@media screen and (min-width: 768px) {
  .geo-map .geo-map-popup-close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
  .geo-map .geo-map-popup-close:before, .geo-map .geo-map-popup-close:after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 2px;
    height: 16px;
    background-color: rgb(255, 255, 255);
  }
  .geo-map .geo-map-popup-close:before {
    transform: rotate(45deg);
  }
  .geo-map .geo-map-popup-close:after {
    transform: rotate(-45deg);
  }
  .geo-map .geo-map-popup-close:hover, .geo-map .geo-map-popup-close:focus {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}
.geo-map .jvm-tooltip {
  display: none !important;
}
.geo-map .jvm-region {
  cursor: default;
}
.geo-map .jvm-region.is-clickable {
  cursor: pointer;
}
.geo-map .jvm-region.is-current-country {
  fill: rgb(176, 167, 255) !important;
}

.tab-story {
  position: relative;
}
.tab-story-heading {
  position: relative;
  margin-bottom: 12px;
  display: none;
}
@media screen and (min-width: 992px) {
  .tab-story-heading {
    display: block;
    margin-bottom: 18px;
  }
}
.tab-story-heading-step-no {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  margin: auto auto 4px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .tab-story-heading-step-no {
    margin: 0px 0px 12px 0px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
  }
}
.tab-story-heading h1,
.tab-story-heading h2,
.tab-story-heading h3,
.tab-story-heading h4,
.tab-story-heading h5 {
  margin-bottom: 0px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .tab-story-heading h1,
  .tab-story-heading h2,
  .tab-story-heading h3,
  .tab-story-heading h4,
  .tab-story-heading h5 {
    text-align: initial;
  }
}
@media screen and (min-width: 1200px) {
  .tab-story-heading h1,
  .tab-story-heading h2,
  .tab-story-heading h3,
  .tab-story-heading h4,
  .tab-story-heading h5 {
    font-size: 32px;
    line-height: 42px;
  }
}
.tab-story-desc {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .tab-story-desc {
    text-align: initial;
  }
}
.tab-story-features-negative {
  position: relative;
  text-align: left;
}
.tab-story-features-negative > ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media screen and (min-width: 992px) {
  .tab-story-features-negative > ul {
    gap: 18px;
  }
}
.tab-story-features-negative > ul > li {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: rgba(17, 24, 39, 0.7);
}
@media screen and (min-width: 992px) {
  .tab-story-features-negative > ul > li {
    font-size: 16px;
    line-height: 24px;
  }
}
.tab-story-features-negative > ul > li span {
  color: #EF4444;
  font-weight: 500;
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 24px;
  padding-bottom: 4px;
}
@media screen and (min-width: 992px) {
  .tab-story-features-negative > ul > li span {
    font-size: 18px;
    padding-left: 30px;
    padding-bottom: 6px;
  }
}
.tab-story-features-negative > ul > li span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  background-image: url(../../assets/images/icons/icn-warning.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: block;
}
@media screen and (min-width: 992px) {
  .tab-story-features-negative > ul > li span:after {
    top: 2px;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
  }
}
.tab-story-quote {
  position: relative;
  border: 1px solid rgba(104, 89, 239, 0.1);
  background-color: rgb(240, 239, 255);
  padding: 8px 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
@media screen and (min-width: 1200px) {
  .tab-story-quote {
    padding: 12px 18px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
}
.tab-story-quote p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (min-width: 1200px) {
  .tab-story-quote p {
    font-size: 18px;
    line-height: 32px;
  }
}
.tab-story-price {
  position: relative;
  border: 1px solid rgba(104, 89, 239, 0.1);
  background-color: rgb(240, 239, 255);
  padding: 24px 32px;
  background-color: #111827;
  margin-top: 18px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .tab-story-price {
    text-align: initial;
    margin-top: 32px;
  }
}
.tab-story-price:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(104, 89, 239, 0) 0%, rgb(104, 89, 239) 100%);
  opacity: 0.5;
  z-index: 0;
}
.tab-story-price h1,
.tab-story-price h2,
.tab-story-price h3,
.tab-story-price h4,
.tab-story-price h5 {
  margin-bottom: 0;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 24px;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .tab-story-price h1,
  .tab-story-price h2,
  .tab-story-price h3,
  .tab-story-price h4,
  .tab-story-price h5 {
    font-size: 18px;
    line-height: 30px;
  }
}
.tab-story-price span {
  position: relative;
  font-size: 40px;
  line-height: 40px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  display: block;
  margin: 4px 0px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .tab-story-price span {
    font-size: 50px;
    line-height: 50px;
    margin: 8px 0px;
    font-weight: 700;
  }
}
@media screen and (min-width: 1200px) {
  .tab-story-price span {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1360px) {
  .tab-story-price span {
    font-size: 70px;
    line-height: 70px;
  }
}
.tab-story-price p {
  margin-bottom: 0;
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 30px;
  z-index: 1;
}
.tab-story-price-desc {
  position: relative;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .tab-story-price-desc {
    margin-top: 18px;
    padding-top: 18px;
  }
}
.tab-story-quote-message {
  margin-top: 18px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tab-story-quote-message {
    margin-top: 24px;
    padding: 0px 80px;
  }
}
@media screen and (min-width: 992px) {
  .tab-story-quote-message {
    margin-top: 32px;
    padding: 0px 140px;
  }
}
@media screen and (min-width: 1200px) {
  .tab-story-quote-message {
    padding: 0px 200px;
  }
}
@media screen and (min-width: 1360px) {
  .tab-story-quote-message {
    padding: 0px 280px;
  }
}
.tab-story-quote-message-text {
  position: relative;
}
.tab-story-quote-message-text p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 0;
  font-style: italic;
  color: #6859ef;
}
@media screen and (min-width: 992px) {
  .tab-story-quote-message-text p {
    font-size: 24px;
    line-height: 40px;
  }
}
.tab-story-quote-message-author {
  position: relative;
  text-align: center;
  margin-top: 12px;
}
.tab-story-quote-message-author h1,
.tab-story-quote-message-author h2,
.tab-story-quote-message-author h3,
.tab-story-quote-message-author h4,
.tab-story-quote-message-author h5 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 4px;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .tab-story-quote-message-author h1,
  .tab-story-quote-message-author h2,
  .tab-story-quote-message-author h3,
  .tab-story-quote-message-author h4,
  .tab-story-quote-message-author h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
.tab-story-quote-message-author p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0px;
  color: rgba(17, 24, 39, 0.7);
}
@media screen and (min-width: 600px) {
  .tab-story-quote-message-author p {
    font-size: 16px;
  }
}

.tab-story-chapter-one-box {
  position: relative;
}
@media screen and (min-width: 992px) {
  .tab-story-chapter-one-box {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: start;
  }
}
.tab-story-chapter-one-box-l {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  .tab-story-chapter-one-box-l {
    width: 45%;
    margin-bottom: 0px;
  }
}
.tab-story-chapter-one-box-r {
  position: relative;
}
@media screen and (min-width: 992px) {
  .tab-story-chapter-one-box-r {
    width: 55%;
    padding-left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .tab-story-chapter-one-box-r {
    padding-left: 80px;
  }
}
@media screen and (min-width: 1360px) {
  .tab-story-chapter-one-box-r {
    padding-left: 120px;
  }
}
.tab-story-chapter-one .tab-story-heading-step-no {
  background-color: #EF4444;
}
.tab-story-chapter-one .tab-story-heading h1,
.tab-story-chapter-one .tab-story-heading h2,
.tab-story-chapter-one .tab-story-heading h3,
.tab-story-chapter-one .tab-story-heading h4,
.tab-story-chapter-one .tab-story-heading h5 {
  color: #EF4444;
}
.tab-story-chapter-one .tab-story-desc p span {
  color: #EF4444;
}

.tab-story-chapter-two-box {
  position: relative;
}
@media screen and (min-width: 992px) {
  .tab-story-chapter-two-box {
    width: 45%;
  }
}
.tab-story-chapter-two .tab-story-heading-step-no {
  background-color: #6859ef;
}
.tab-story-chapter-two .tab-story-heading h1,
.tab-story-chapter-two .tab-story-heading h2,
.tab-story-chapter-two .tab-story-heading h3,
.tab-story-chapter-two .tab-story-heading h4,
.tab-story-chapter-two .tab-story-heading h5 {
  color: #6859ef;
}
.tab-story-chapter-two .tab-story-desc p span {
  color: #6859ef;
}

.tab-story-chapter-three-box {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .tab-story-chapter-three-box {
    width: 45%;
    text-align: initial;
  }
}
.tab-story-chapter-three .tab-story-heading-step-no {
  background-color: #00a06f;
}
.tab-story-chapter-three .tab-story-heading h1,
.tab-story-chapter-three .tab-story-heading h2,
.tab-story-chapter-three .tab-story-heading h3,
.tab-story-chapter-three .tab-story-heading h4,
.tab-story-chapter-three .tab-story-heading h5 {
  color: #00a06f;
}
.tab-story-chapter-three .tab-story-desc p span {
  color: #00a06f;
}

.promo-popup {
  position: fixed;
  display: block;
  z-index: 1000;
  width: auto;
  padding: 14px;
  background-color: #111827;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 32px rgba(14, 230, 164, 0.2);
  -moz-box-shadow: 0px 0px 32px rgba(14, 230, 164, 0.2);
  box-shadow: 0px 0px 32px rgba(14, 230, 164, 0.2);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .promo-popup {
    padding: 18px;
  }
}
.promo-popup:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(104, 89, 239, 0) 0%, rgb(104, 89, 239) 100%);
  opacity: 0.6;
  z-index: -1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.promo-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .promo-popup-close {
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
  }
}
.promo-popup-close:before, .promo-popup-close:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 2px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 768px) {
  .promo-popup-close:before, .promo-popup-close:after {
    height: 14px;
  }
}
.promo-popup-close:before {
  transform: rotate(45deg);
}
.promo-popup-close:after {
  transform: rotate(-45deg);
}
.promo-popup-image {
  position: absolute;
  left: -40px;
  bottom: 0px;
  width: 140px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .promo-popup-image {
    width: 200px;
    left: -60px;
  }
}
@media screen and (min-width: 992px) {
  .promo-popup-image {
    width: 240px;
    left: -80px;
  }
}
.promo-popup-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.promo-popup-content {
  position: relative;
}
.promo-popup-content-top-headline {
  position: relative;
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  column-gap: 4px;
  padding: 4px 8px;
  width: fit-content;
  margin-bottom: 4px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
@media screen and (min-width: 992px) {
  .promo-popup-content-top-headline {
    padding: 4px 12px;
    margin-bottom: 8px;
  }
}
.promo-popup-content-top-headline span {
  position: relative;
  width: 4px;
  height: 4px;
  display: block;
  background-color: #0ee6a4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .promo-popup-content-top-headline span {
    width: 6px;
    height: 6px;
  }
}
.promo-popup-content-top-headline p {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  margin-bottom: 0;
  color: #111827;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .promo-popup-content-top-headline p {
    font-size: 14px;
    line-height: 14px;
  }
}
.promo-popup-content h1,
.promo-popup-content h2,
.promo-popup-content h3,
.promo-popup-content h4,
.promo-popup-content h5 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .promo-popup-content h1,
  .promo-popup-content h2,
  .promo-popup-content h3,
  .promo-popup-content h4,
  .promo-popup-content h5 {
    margin-bottom: 6px;
  }
}
.promo-popup-content h1 span,
.promo-popup-content h2 span,
.promo-popup-content h3 span,
.promo-popup-content h4 span,
.promo-popup-content h5 span {
  color: #0ee6a4;
  font-weight: 700;
}
.promo-popup-content-desc {
  position: relative;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .promo-popup-content-desc {
    margin-bottom: 12px;
  }
}
.promo-popup-content-desc p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0px;
}
.promo-popup-content .btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .promo-popup-content .btn {
    width: auto;
  }
}
.promo-popup.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.promo-popup.promo-popup-with-image .promo-popup-content {
  padding-left: 80px;
}
@media screen and (min-width: 768px) {
  .promo-popup.promo-popup-with-image .promo-popup-content {
    padding-left: 100px;
  }
}
@media screen and (min-width: 992px) {
  .promo-popup.promo-popup-with-image .promo-popup-content {
    padding-left: 120px;
  }
}
.promo-popup:hover, .promo-popup:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.promo-popup:hover .promo-popup-close, .promo-popup:focus .promo-popup-close {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.promo-popup:hover .promo-popup-close:before, .promo-popup:hover .promo-popup-close:after, .promo-popup:focus .promo-popup-close:before, .promo-popup:focus .promo-popup-close:after {
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.promo-popup-right,
.promo-popup-left {
  bottom: 12px;
}
@media screen and (min-width: 992px) {
  .promo-popup-right,
  .promo-popup-left {
    bottom: 20px;
  }
}

.promo-popup-right {
  right: -100%;
  left: 12px;
}
@media screen and (min-width: 768px) {
  .promo-popup-right {
    left: initial;
  }
}
@media screen and (min-width: 992px) {
  .promo-popup-right {
    width: 440px;
  }
}
.promo-popup-right.is-visible {
  right: 12px;
}
@media screen and (min-width: 992px) {
  .promo-popup-right.is-visible {
    right: 20px;
  }
}

.promo-popup-left {
  left: -100%;
  right: 12px;
}
@media screen and (min-width: 768px) {
  .promo-popup-left {
    right: initial;
  }
}
@media screen and (min-width: 992px) {
  .promo-popup-left {
    width: 440px;
  }
}
.promo-popup-left.is-visible {
  left: 12px;
}
@media screen and (min-width: 992px) {
  .promo-popup-left.is-visible {
    left: 20px;
  }
}

.promo-popup-center {
  left: 12px;
  right: 12px;
  bottom: -50%;
}
@media screen and (min-width: 992px) {
  .promo-popup-center {
    width: 900px;
    margin: auto;
    padding: 24px;
  }
}
@media screen and (min-width: 992px) {
  .promo-popup-center .promo-popup-close {
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .promo-popup-center .promo-popup-close:before, .promo-popup-center .promo-popup-close:after {
    height: 18px;
  }
}
@media screen and (min-width: 992px) {
  .promo-popup-center .promo-popup-image {
    width: 280px;
    left: -120px;
  }
}
.promo-popup-center .promo-popup-content-top-headline {
  column-gap: 4px;
  padding: 4px 8px;
  margin-bottom: 4px;
}
@media screen and (min-width: 992px) {
  .promo-popup-center .promo-popup-content-top-headline {
    padding: 6px 16px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .promo-popup-center .promo-popup-content-top-headline span {
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 992px) {
  .promo-popup-center .promo-popup-content-top-headline p {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .promo-popup-center .promo-popup-content h1,
  .promo-popup-center .promo-popup-content h2,
  .promo-popup-center .promo-popup-content h3,
  .promo-popup-center .promo-popup-content h4,
  .promo-popup-center .promo-popup-content h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-width: 992px) {
  .promo-popup-center .promo-popup-content-desc p {
    font-size: 16px;
    line-height: 28px;
  }
}
.promo-popup-center.is-visible {
  bottom: 12px;
}
@media screen and (min-width: 992px) {
  .promo-popup-center.is-visible {
    bottom: 20px;
  }
}
