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;
  box-sizing: border-box; }

/* 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; }

li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

a, button, select, input {
  outline: none;
  -webkit-appearance: none; }

input, textarea {
  border: 0;
  font-family: inherit; }

button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom; }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -ms-transform-origin: top center;
      transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0); }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: translate3d(0, 0, 0); } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0); }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  -ms-transform-origin: center;
      transform-origin: center; }

@keyframes heartBeat {
  0% {
    transform: scale(1); }
  14% {
    transform: scale(1.3); }
  28% {
    transform: scale(1); }
  42% {
    transform: scale(1.3); }
  70% {
    transform: scale(1); } }

.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out; }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg); }
  to {
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-duration: 2s;
  animation-name: hinge; }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.delay-1s {
  animation-delay: 1s; }

.animated.delay-2s {
  animation-delay: 2s; }

.animated.delay-3s {
  animation-delay: 3s; }

.animated.delay-4s {
  animation-delay: 4s; }

.animated.delay-5s {
  animation-delay: 5s; }

.animated.fast {
  animation-duration: 800ms; }

.animated.faster {
  animation-duration: 500ms; }

.animated.slow {
  animation-duration: 2s; }

.animated.slower {
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important; } }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  -ms-transform: scale(0.6);
      transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  -ms-transform: scale(1.2);
      transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

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

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

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

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

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

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

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

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

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

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

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

.select2-results {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
  position: relative; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 2px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
  margin: 5px 2px 5px 0; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  opacity: 0.9; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #7D808E;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 2px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #7D808E;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 2px;
  /* there must be 'right' for ps__thumb-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

/*.ps__rail-x:hover > .ps__thumb-x,*/
/*.ps__rail-x:focus > .ps__thumb-x,*/
/*.ps__rail-x.ps--clicking .ps__thumb-x {*/
/*  background-color: #999;*/
/*  height: 11px;*/
/*}*/
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  height: 4px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 4px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

figure.containerZoom {
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: zoom-in;
  margin: 0; }

figure.containerZoom img {
  transition: opacity .5s;
  display: block;
  width: 100%; }

figure.containerZoom.active img {
  opacity: 0; }

.atcb {
  display: none; }

.atcb_button_wrapper {
  display: inline-block;
  position: relative; }

.atcb_button {
  background: #f5f5f5;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.4);
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 10px auto;
  max-width: 300px;
  min-width: 150px;
  padding: 10px 16px 11px 16px;
  position: relative;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: auto; }

.atcb_button:hover {
  background: #fff; }

@media only screen and (max-width: 575px) {
  .atcb_button {
    font-size: 14px; } }

.atcb_button.active {
  background: #fff;
  border-radius: 6px 6px 3px 3px;
  box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, 0.5);
  margin: 7px auto 9px auto;
  padding: 12px 20px 13px 20px;
  z-index: 90; }

.atcb_icon {
  height: 16px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 4px;
  margin-right: 10px;
  vertical-align: middle; }

.atcb_icon svg {
  height: 100%;
  color: #333;
  width: auto; }

.atcb_list {
  box-sizing: border-box;
  color: #333;
  display: block;
  margin: -10px auto 0 auto;
  max-width: 100%;
  position: absolute;
  padding: 0 3px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 80; }

.atcb_list_item {
  background: #fafafa;
  border: 1px solid #d2d2d2;
  border-top: 0;
  box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  left: 50%;
  position: relative;
  padding: 12px 18px;
  text-align: left;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-tap-highlight-color: transparent; }

.atcb_list_item:hover {
  background: #fff;
  box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.4);
  color: #000; }

@media only screen and (max-width: 575px) {
  .atcb_list_item {
    font-size: 14px; } }

.atcb_list_item:first-child {
  padding-top: 25px; }

.atcb_list_item:last-child {
  border-radius: 0 0 6px 6px; }

.atcb_list_item .atcb_icon {
  margin-right: 8px; }

.atcb_bgoverlay {
  background: rgba(20, 20, 20, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 70; }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(11, 11, 11, 0.8); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mini-preview-anchor {
  display: inline-block;
  position: relative;
  white-space: nowrap; }

.mini-preview-wrapper {
  box-sizing: content-box;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  margin-top: 0;
  border: none;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
  transition: .3s;
  background: #fff;
  padding: 10px;
  border-radius: 10px; }

.mini-preview-wrapper.active {
  z-index: 2;
  opacity: 1;
  margin-top: 6px; }

.mini-preview-loading, .mini-preview-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.mini-preview-loading {
  display: table;
  height: 100%;
  width: 100%;
  font-size: 1.25rem;
  text-align: center;
  color: #000;
  background-color: #fff; }

.mini-preview-loading::before {
  content: 'Loading...';
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.mini-preview-wrapper_not-loaded .mini-preview-frame {
  display: none; }

.mini-preview-wrapper_not-loaded .mini-preview-loading::before {
  content: 'No loaded'; }

.mini-preview-cover {
  background-color: rgba(0, 0, 0, 0);
  /* IE fix */ }

.mini-preview-frame {
  border: none;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  position: relative;
  z-index: 2; }

@font-face {
  font-family: "Brother-1816";
  font-style: normal;
  font-weight: 300;
  src: url("/wp-content/themes/ark/assets/fonts/Brother-1816/Brother-1816-Light/Brother-1816-Light.woff") format("woff"), url("/wp-content/themes/ark/assets/fonts/Brother-1816/Brother-1816-Light/Brother-1816-Light.ttf") format("truetype"), url("/wp-content/themes/ark/assets/fonts/Brother-1816/Brother-1816-Light/Brother-1816-Light.eot?") format("eot"); }

@font-face {
  font-family: "Brother-1816";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/ark/assets/fonts/Brother-1816/Brother-1816-Regular/Brother-1816-Regular.woff") format("woff"), url("/wp-content/themes/ark/assets/fonts/Brother-1816/Brother-1816-Regular/Brother-1816-Regular.ttf") format("truetype"), url("/wp-content/themes/ark/assets/fonts/Brother-1816/Brother-1816-Regular/Brother-1816-Regular.eot?") format("eot"); }

@font-face {
  font-family: "Brother-1816";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/ark/assets/fonts/Brother-1816/Brother-1816-Medium/Brother-1816-Medium.woff") format("woff"), url("/wp-content/themes/ark/assets/fonts/Brother-1816/Brother-1816-Medium/Brother-1816-Medium.ttf") format("truetype"), url("/wp-content/themes/ark/assets/fonts/Brother-1816/Brother-1816-Medium/Brother-1816-Medium.eot?") format("eot"); }

@font-face {
  font-family: "Brother-1816";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/ark/assets/fonts/Brother-1816/Brother-1816-Bold/Brother-1816-Bold.woff") format("woff"), url("/wp-content/themes/ark/assets/fonts/Brother-1816/Brother-1816-Bold/Brother-1816-Bold.ttf") format("truetype"), url("/wp-content/themes/ark/assets/fonts/Brother-1816/Brother-1816-Bold/Brother-1816-Bold.eot?") format("eot"); }

@font-face {
  font-family: "Brother-1816";
  font-style: normal;
  font-weight: 900;
  src: url("/wp-content/themes/ark/assets/fonts/Brother-1816/Brother-1816-ExtraBold/Brother-1816-ExtraBold.otf") format("opentype"); }

@font-face {
  font-family: "Caecilia";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/ark/assets/fonts/Caecilia/Caecilia-Regular/Caecilia-Regular.woff") format("woff"), url("/wp-content/themes/ark/assets/fonts/Caecilia/Caecilia-Regular/Caecilia-Regular.ttf") format("truetype"), url("/wp-content/themes/ark/assets/fonts/Caecilia/Caecilia-Regular/Caecilia-Regular.eot?") format("eot"), url("/wp-content/themes/ark/assets/fonts/Caecilia/Caecilia-Regular/Caecilia-Regular.woff2") format("woff2"); }

@font-face {
  font-family: "Caecilia";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/ark/assets/fonts/Caecilia/Caecilia-Bold/Caecilia-Bold.woff") format("woff"), url("/wp-content/themes/ark/assets/fonts/Caecilia/Caecilia-Bold/Caecilia-Bold.ttf") format("truetype"), url("/wp-content/themes/ark/assets/fonts/Caecilia/Caecilia-Bold/Caecilia-Bold.eot?") format("eot"), url("/wp-content/themes/ark/assets/fonts/Caecilia/Caecilia-Bold/Caecilia-Bold.woff2") format("woff2"); }

@font-face {
  font-family: "Caecilia";
  font-style: normal;
  font-weight: 800;
  src: url("/wp-content/themes/ark/assets/fonts/Caecilia/Caecilia-Heavy/Caecilia-Heavy.woff") format("woff"), url("/wp-content/themes/ark/assets/fonts/Caecilia/Caecilia-Heavy/Caecilia-Heavy.ttf") format("truetype"), url("/wp-content/themes/ark/assets/fonts/Caecilia/Caecilia-Heavy/Caecilia-Heavy.eot?") format("eot"), url("/wp-content/themes/ark/assets/fonts/Caecilia/Caecilia-Heavy/Caecilia-Heavy.woff2") format("woff2"); }

/* media queries breakpoints */
.icons-sprite {
  display: none; }

.img-object-fit, .listing__item-img, .team-listing__item-img, .podcast__player-img, .promo.promo-with-img .promo__img-wrapper img, .promo__bg-img, .video-placeholder, .video__author-img, .external-workers__item-img, .process__item-ico, .accordion-banner__img, .research__download-img, .team__popup-promo-img, .innovation-identifies__item img, .strategy__promo-img, .ideas__promo-img-wrapper img, .ideas__info__banner img {
  object-fit: cover;
  object-position: center;
  display: block;
  width: 100%;
  height: 100%; }

.img-object-fit-wrapper, .accordion-banner__img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.large-section-wrapper, .home__about, .home__process-wrapper {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.content-wrapper, .listing-wrapper, .external-workers, .focuses, .strategy__info, .strategy-table {
  max-width: 1260px;
  padding: 0 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.download-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 12px;
  color: #7D808E;
  font-weight: 500; }
  @media (min-width: 1024px) {
    .download-link:hover {
      color: #8264ff; }
      .download-link:hover svg {
        fill: #8264ff; } }
  .download-link svg {
    width: 12px;
    height: 10px;
    fill: #7D808E;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    margin-right: 12px;
    transition: all 0.3s ease-in-out 0s; }

.block-width-m, .listing-featured, .posts-grid__inner, .recent-research, .research-form, .resources-links, .webinar-social__inner, .video-banner__inner {
  width: 90%;
  max-width: 1162px;
  margin: 0 auto; }

* {
  box-sizing: border-box; }

html {
  scroll-padding-top: 150px; }

html,
body {
  font-family: "Brother-1816", Helvetica, Arial, sans-serif;
  scroll-behavior: smooth; }
  html ::selection,
  body ::selection {
    background: #B1A0FF;
    color: #FFFFFF; }

.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 3, 3, 0.7);
  z-index: 3;
  opacity: 0;
  display: none;
  transition: all 0.1s ease-in-out 0s; }
  .mobile-overlay.show {
    opacity: 1;
    display: block; }

@media (max-width: 1024px) {
  #wpadminbar {
    display: none; } }

body.adbmin-bar {
  margin-top: 32px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #0A0A23; }

h1 {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.15px; }
  @media (max-width: 1023px) {
    h1 {
      font-size: 30px;
      line-height: 1.4; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 28px;
      line-height: 1.285; } }

h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.4; }
  @media (max-width: 1023px) {
    h2 {
      font-size: 30px;
      line-height: 36px; } }

@media (max-width: 1023px) {
  h3 {
    font-size: 18px;
    line-height: 24px; } }

@media (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 1.2; } }

h4 {
  font-size: 20px; }

p {
  color: #7D808E; }
  @media (min-width: 1024px) {
    p {
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.15px; } }
  @media (max-width: 1023px) {
    p {
      font-size: 14px;
      line-height: 18px; } }
  @media (max-width: 767px) {
    p {
      font-size: 16px;
      line-height: 1.4; }
      p:last-child {
        margin-bottom: 0px; } }

input[type="checkbox"] + label,
input[type="checkbox"] + .label {
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: color 0.3s ease-in-out 0s; }
  @media (min-width: 1024px) {
    input[type="checkbox"] + label:hover,
    input[type="checkbox"] + .label:hover {
      color: #8264ff;
      transition: color 0.3s ease-in-out 0s; } }
  input[type="checkbox"] + label:before,
  input[type="checkbox"] + .label:before {
    content: '';
    display: -ms-flexbox;
    display: flex;
    width: 12px;
    height: 13px;
    border: 2px solid #0A0A23;
    border-radius: 1px;
    margin-right: 14px;
    transition: .3s ease; }
  input[type="checkbox"] + label:after,
  input[type="checkbox"] + .label:after {
    position: absolute;
    content: '';
    top: 1px;
    left: 5px;
    width: 5px;
    height: 9px;
    border: solid #FFF;
    border-width: 0 1.5px 1.5px 0;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    opacity: 0;
    transition: .2s ease; }

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:checked + .label:before {
  background-color: #8264ff;
  border-color: #8264ff;
  transition: .3s ease; }

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:checked + .label:after {
  opacity: 1;
  transition: .2s ease; }

.btn, .btn-primary, .hs-form .hs_submit .hs-button, .btn-secondary, .btn-light, .btn-next-section, .btn-load-more {
  font-size: 14px;
  line-height: 18px;
  font-family: "Brother-1816", Helvetica, Arial, sans-serif;
  color: #7D808E;
  font-weight: 500;
  transition: all 0.3s ease-in-out 0s; }
  @media (min-width: 1024px) {
    .btn, .btn-primary, .hs-form .hs_submit .hs-button, .btn-secondary, .btn-light, .btn-next-section, .btn-load-more {
      font-size: 17px;
      line-height: 1.6;
      letter-spacing: 0.15px; } }
  @media (max-width: 767px) {
    .btn, .btn-primary, .hs-form .hs_submit .hs-button, .btn-secondary, .btn-light, .btn-next-section, .btn-load-more {
      font-size: 16px;
      line-height: 1; } }

.btn-primary, .hs-form .hs_submit .hs-button {
  padding: 16px;
  background: #8264ff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: #FFFFFF;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .btn-primary:after, .hs-form .hs_submit .hs-button:after {
    content: '';
    display: block;
    width: 12px;
    height: 10px;
    -webkit-mask: url("../images/svg/button-arr.svg") no-repeat 100% 100%;
            mask: url("../images/svg/button-arr.svg") no-repeat 100% 100%;
    background: #FFF;
    margin-left: 25px;
    margin-top: 3px;
    transition: all 0.3s ease-in-out 0s; }
  @media (max-width: 767px) {
    .btn-primary, .hs-form .hs_submit .hs-button {
      font-size: 16px;
      padding: 17px 16px; }
      .btn-primary:after, .hs-form .hs_submit .hs-button:after {
        margin-left: 28px; } }
  @media (min-width: 1024px) {
    .btn-primary:hover, .hs-form .hs_submit .hs-button:hover {
      background: #B1A0FF; } }
  .btn-primary:focus, .hs-form .hs_submit .hs-button:focus {
    background: #866CFF; }
  .btn-primary.alternative, .hs-form .hs_submit .alternative.hs-button {
    background: #FFF;
    color: #7D808E;
    border: 1px solid #7D808E; }
    .btn-primary.alternative:after, .hs-form .hs_submit .alternative.hs-button:after {
      background: #7D808E; }
    @media (min-width: 1024px) {
      .btn-primary.alternative:hover, .hs-form .hs_submit .alternative.hs-button:hover {
        border-color: #8264ff;
        color: #8264ff; }
        .btn-primary.alternative:hover:after, .hs-form .hs_submit .alternative.hs-button:hover:after {
          background: #8264ff; } }
  @media (min-width: 1024px) {
    .btn-primary, .hs-form .hs_submit .hs-button {
      min-width: 220px;
      padding: 16px 26px; } }

.btn-secondary {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: transparent;
  color: #8264ff;
  border: 1px solid currentColor;
  min-width: 170px;
  padding: 14px 20px 14px 16px;
  transition: .3s ease; }
  .btn-secondary:after {
    content: '';
    display: block;
    width: 12px;
    height: 10px;
    -webkit-mask: url("../images/svg/button-arr.svg") no-repeat 100% 100%;
            mask: url("../images/svg/button-arr.svg") no-repeat 100% 100%;
    background: currentColor;
    margin-left: 25px;
    margin-top: 3px;
    transition: background .3s ease; }
  .btn-secondary:focus {
    color: #866CFF; }
  .btn-secondary.large {
    font-size: 14px;
    line-height: 18px;
    font-family: "Brother-1816", Helvetica, Arial, sans-serif;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .btn-secondary.large {
        font-size: 17px;
        line-height: 1.6;
        letter-spacing: 0.15px; } }
    @media (max-width: 767px) {
      .btn-secondary.large {
        font-size: 16px;
        line-height: 1; } }
  @media (max-width: 767px) {
    .btn-secondary {
      padding: 17px 16px; }
      .btn-secondary:after {
        margin-left: 28px; } }
  @media (min-width: 1024px) {
    .btn-secondary {
      font-size: 16px;
      line-height: 20px; } }
  @media (min-width: 1024px) {
    .btn-secondary:hover {
      color: #B1A0FF;
      transition: .3s ease; }
      .btn-secondary:hover:after {
        transition: background .3s ease; } }

.btn-light {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center; }
  .btn-light:after {
    content: '';
    display: block;
    width: 12px;
    height: 10px;
    -webkit-mask: url("../images/svg/button-arr.svg") no-repeat 100% 100%;
            mask: url("../images/svg/button-arr.svg") no-repeat 100% 100%;
    background: #7D808E;
    margin-left: 21px;
    margin-top: 3px;
    transition: all 0.3s ease-in-out 0s; }
  @media (min-width: 1024px) {
    .btn-light:hover {
      color: #8264ff; }
      .btn-light:hover:after {
        background: #8264ff; } }
  .btn-light:focus {
    color: #866CFF; }
    .btn-light:focus:after {
      background: #866CFF; }

.btn-next-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 12px;
  position: absolute;
  left: 20px;
  bottom: 0; }
  @media (min-width: 1024px) {
    .btn-next-section:hover {
      color: #8264ff; }
      .btn-next-section:hover svg {
        fill: #8264ff;
        -ms-transform: rotate(90deg) translate(5px, 0);
            transform: rotate(90deg) translate(5px, 0); } }
  .btn-next-section svg {
    width: 12px;
    height: 10px;
    fill: #7D808E;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    margin-right: 13px;
    transition: all 0.3s ease-in-out 0s; }
  @media (min-width: 1024px) {
    .btn-next-section {
      font-size: 15px;
      line-height: 1.6;
      letter-spacing: 0.15px; } }

.btn-load-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 16px;
  color: #8264ff;
  border: 1px solid #8264ff;
  height: 50px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out 0s; }
  @media (min-width: 1024px) {
    .btn-load-more {
      height: 60px; } }
  .btn-load-more_arrow:after {
    content: '';
    display: block;
    width: 12px;
    height: 10px;
    -webkit-mask: url("../images/svg/button-arr-brand.svg") no-repeat 100% 100%;
            mask: url("../images/svg/button-arr-brand.svg") no-repeat 100% 100%;
    background: #8264ff;
    margin-left: 25px;
    margin-top: 3px;
    transition: all 0.3s ease-in-out 0s; }
  .btn-load-more_arrow:hover {
    background: #8264ff;
    color: white; }
  .btn-load-more_arrow:hover:after {
    background: white; }
  .full .btn-load-more {
    height: 0;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden; }
  @media (min-width: 1024px) {
    .btn-load-more:hover svg {
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); } }
  .btn-load-more svg {
    width: 12px;
    height: 16px;
    fill: #8264ff;
    margin-left: 23px;
    margin-top: 2px;
    transition: all 0.3s ease-in-out 0s; }

.load-more-wrap {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.btn-video-play {
  border-radius: 50%;
  width: 105px;
  height: 105px;
  background: #8264ff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  transition: background-color 0.3s ease-in-out 0s; }
  @media (min-width: 1024px) {
    .btn-video-play:hover {
      background-color: #866CFF;
      transition: background-color 0.3s ease-in-out 0s; } }
  @media (max-width: 1023px) {
    .btn-video-play.mobile-rect {
      width: 100%;
      height: 50px;
      -ms-flex-pack: start;
          justify-content: flex-start;
      border-radius: 0;
      padding: 15px 16px; }
      .btn-video-play.mobile-rect .btn-video-play__text {
        display: block;
        margin-right: 28px; }
      .btn-video-play.mobile-rect svg {
        width: 12px;
        height: 17px; } }
  .btn-video-play__text {
    font-size: 14px;
    line-height: 18px;
    font-family: "Brother-1816", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-weight: 500;
    display: none; }
  .btn-video-play svg {
    width: 19px;
    height: 24px;
    margin: 3px 0 0 5px; }
  @media (max-width: 1023px) {
    .btn-video-play {
      width: 65px;
      height: 65px; }
      .btn-video-play svg {
        width: 15px;
        height: 20px; } }

.btn-play {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 88px;
  min-height: 50px;
  border: 1px solid #7D808E;
  transition: .25s linear; }
  @media (min-width: 1024px) {
    .btn-play:hover {
      background-color: #8264ff;
      border-color: #8264ff;
      transition: .25s linear; }
      .btn-play:hover .btn-play-title {
        color: #FFFFFF;
        -ms-transform: translate(12px, 0);
            transform: translate(12px, 0);
        transition: .36s ease; }
      .btn-play:hover .btn-play-icon {
        opacity: 1;
        -ms-transform: translate(-19px, 0);
            transform: translate(-19px, 0);
        transition: .36s ease; } }
  .btn-play-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #7D808E;
    padding: 0 15px;
    transition: .36s ease; }
  .btn-play-icon {
    position: absolute;
    width: 18px;
    height: 18px;
    fill: #FFFFFF;
    opacity: 0;
    -ms-transform: translate(-29px, 0);
        transform: translate(-29px, 0);
    transition: .36s ease; }

.btn-prev,
.btn-next {
  position: relative;
  border: 0;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
  width: 45px;
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  font-size: 0; }
  .btn-prev:before,
  .btn-next:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border: 1px solid #EAEBEF;
    border-radius: 50%;
    opacity: 0;
    transition: .3s ease; }
  .btn-prev:after,
  .btn-next:after {
    content: '';
    width: 6px;
    height: 6px;
    border: solid #0A0A23; }
  @media (min-width: 1024px) {
    .btn-prev:hover:before,
    .btn-next:hover:before {
      opacity: 1;
      transition: .3s ease; } }
  .btn-prev.inverted:after,
  .btn-next.inverted:after {
    border-color: #FFF; }
  @media (min-width: 1024px) {
    .btn-prev.inverted:hover:after,
    .btn-next.inverted:hover:after {
      border-color: #0A0A23;
      transition: .3s ease; } }

.btn-next:after {
  border-width: 0 2px 2px 0;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.btn-prev {
  margin-right: 10px; }
  .btn-prev:after {
    border-width: 2px 0 0 2px;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.btn-scroll {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #8264ff;
  padding: 15px 16px;
  transition: background-color 0.3s ease-in-out 0s; }
  @media (min-width: 1024px) {
    .btn-scroll:hover {
      background-color: #866CFF;
      transition: background-color 0.3s ease-in-out 0s; } }
  .btn-scroll-title {
    font-family: "Brother-1816", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin-right: 28px; }
  .btn-scroll-icon {
    width: 12px;
    height: 12px;
    fill: #FFF; }

.btns-slider {
  position: relative;
  height: 50px; }
  .btns-slider:after {
    position: absolute;
    content: '';
    top: 0;
    left: 71px;
    width: 1px;
    height: 100%;
    background-color: #B1A0FF;
    transition: .3s ease; }
  @media (min-width: 1024px) {
    .btns-slider:hover:after {
      background-color: #8264ff;
      transition: .3s ease; } }

.btn-slider-prev,
.btn-slider-next {
  position: relative;
  width: 71px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: transparent;
  font-size: 0;
  border: 1px solid #B1A0FF;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
  transition: .3s ease; }
  .btn-slider-prev:after,
  .btn-slider-next:after {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #B1A0FF;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-image: url(../images/svg/menu-arr-right.svg);
            mask-image: url(../images/svg/menu-arr-right.svg);
    transition: .3s ease; }
  .btn-slider-prev:active:after,
  .btn-slider-next:active:after {
    background-color: #8264ff;
    transition: .3s ease; }
  @media (min-width: 1024px) {
    .btn-slider-prev:hover,
    .btn-slider-next:hover {
      border-color: #8264ff;
      transition: .3s ease; }
      .btn-slider-prev:hover:after,
      .btn-slider-next:hover:after {
        background-color: #8264ff;
        transition: .3s ease; } }

@media (min-width: 1024px) {
  .btn-slider-next:hover:after {
    -ms-transform: translate(3px, 0);
        transform: translate(3px, 0); } }

.btn-slider-prev {
  border-right: 0; }
  .btn-slider-prev:after {
    -ms-transform: scaleX(-1);
        transform: scaleX(-1); }
  @media (min-width: 1024px) {
    .btn-slider-prev:hover:after {
      -ms-transform: scaleX(-1) translate(3px, 0);
          transform: scaleX(-1) translate(3px, 0); } }

.btn-close-round {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 26px;
  height: 26px;
  background-color: #8264ff;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  transition: background-color .3s ease;
  transition: background-color 0.3s ease-in-out 0s; }
  .btn-close-round:before, .btn-close-round:after {
    position: absolute;
    content: '';
    top: 12px;
    left: 5px;
    width: 16px;
    height: 2px;
    background-color: #FFF;
    border-radius: 2px; }
  .btn-close-round:before {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .btn-close-round:after {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  @media (min-width: 1024px) {
    .btn-close-round:hover {
      background-color: #B1A0FF;
      transition: background-color 0.3s ease-in-out 0s; } }

.btn-top {
  position: fixed;
  right: 13px;
  bottom: 13px;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  height: 84px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #676777;
  box-shadow: -3px 4px 13px rgba(16, 11, 45, 0.51);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  z-index: 3;
  transition: opacity .3s ease; }
  .btn-top.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .3s ease, width .3s ease; }
  @media (max-width: 1279px) {
    .btn-top {
      width: 80px;
      height: 75px;
      padding: 16px 20px; } }
  @media (min-width: 1280px) {
    .btn-top {
      width: 95px;
      height: 84px;
      padding: 24px 31px; } }
  @media (max-width: 1279px) {
    .btn-top:hover {
      width: 125px;
      transition: opacity .3s ease, width .3s ease; }
      .btn-top:hover .btn-top__icon {
        transform: translate3d(-40px, 0, 0);
        transition: transform .3s ease; }
      .btn-top:hover .btn-top__title {
        opacity: 1;
        transform: translate3d(-65px, 0, 0);
        transition: .3s ease; } }
  @media (min-width: 1280px) {
    .btn-top:hover {
      width: 157px;
      transition: .3s ease; }
      .btn-top:hover .btn-top__icon {
        transform: translate3d(-46px, 0, 0);
        transition: transform .3s ease; }
      .btn-top:hover .btn-top__title {
        opacity: 1;
        transform: translate3d(-67px, 0, 0);
        transition: .3s ease; } }
  .btn-top__icon {
    fill: #FFFFFF;
    width: 17px;
    height: 15px;
    transition: transform .3s ease; }
  .btn-top__title {
    position: absolute;
    display: block;
    font-family: "Brother-1816", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    color: #FFFFFF;
    opacity: 0;
    transition: .3s ease; }
    @media (max-width: 1279px) {
      .btn-top__title {
        right: -50px;
        font-size: 16px; } }
    @media (min-width: 1280px) {
      .btn-top__title {
        right: -42px;
        font-size: 18px; } }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .nav li a {
    font-size: 14px;
    line-height: 18px;
    color: #0A0A23;
    font-family: "Brother-1816", Helvetica, Arial, sans-serif;
    transition: all 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .nav li a:hover {
        color: #8264ff; } }
  .nav li.menu-item-has-children > a {
    color: #0A0A23;
    font-family: "Brother-1816", Helvetica, Arial, sans-serif; }
    @media (min-width: 1024px) {
      .nav li.menu-item-has-children > a:hover {
        color: #8264ff; } }

.nav .sub-menu,
.footer__nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 40px; }
  .nav .sub-menu li:not(:last-child),
  .footer__nav ul li:not(:last-child) {
    margin-bottom: 15px; }
  .nav .sub-menu a,
  .footer__nav ul a {
    color: #7D808E;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-size: 14px; }
    .nav .sub-menu a:after,
    .footer__nav ul a:after {
      content: '';
      display: block;
      width: 12px;
      height: 10px;
      background: url("../images/svg/menu-arr-right.svg");
      margin-left: 30px;
      opacity: 0;
      -ms-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
      transition: all 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .nav .sub-menu a:hover,
      .footer__nav ul a:hover {
        color: #8264ff; }
        .nav .sub-menu a:hover:after,
        .footer__nav ul a:hover:after {
          opacity: 1;
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); } }

@media (max-width: 1023px) {
  .header-nav-wrapper {
    overflow: hidden; } }

@media (min-width: 1024px) {
  .header-nav-wrapper .header__btn {
    display: none; } }

@media (max-width: 1023px) {
  .header-nav-wrapper .header__btn {
    display: -ms-inline-flexbox;
    display: inline-flex; } }

@media (min-width: 1024px) {
  .header-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 15px; } }

@media (max-width: 1023px) {
  .header-nav {
    -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    min-height: calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    background: #FFF;
    transition: .3s linear;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 2px solid #EAEBEF;
    padding: 0 5% 20px 5%;
    overflow-x: hidden;
    z-index: 10; }
    .nav-opened .header-nav {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); } }

.header-nav-divider {
  display: block;
  width: 1px;
  height: 30px;
  background-color: #EAEBEF;
  margin-right: 45px; }
  @media (max-width: 1519px) {
    .header-nav-divider {
      margin-right: 25px; } }
  @media (max-width: 1023px) {
    .header-nav-divider {
      display: none; } }

.header-nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 90px; }
  @media (min-width: 1024px) {
    .header-nav-item {
      height: 82px;
      margin-right: 25px; }
      .header-nav-item:after {
        content: '';
        width: 100%;
        height: 3px;
        background-color: #866CFF;
        opacity: 0;
        margin-top: auto;
        transition: .3s ease; } }
  @media (max-width: 1023px) {
    .header-nav-item {
      -ms-flex-pack: center;
          justify-content: center; }
      .header-nav-item:not(:last-of-type) {
        border-bottom: 1px solid #EAEBEF; }
      .header-nav-item.active > .header-nav-menu {
        opacity: 1;
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); } }
  @media (min-width: 1280px) {
    .header-nav-item {
      margin-right: 38px; } }
  @media (min-width: 1024px) {
    .header-nav-item.active:after {
      opacity: 1;
      transition: .3s ease; }
    .header-nav-item.active .header-nav-btn {
      color: #866CFF;
      transition: .3s ease; }
      .header-nav-item.active .header-nav-btn:before {
        opacity: 1;
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
        transition: .3s ease; }
      .header-nav-item.active .header-nav-btn:after {
        opacity: 0;
        transform: rotateY(90deg);
        transition: .3s ease; }
    .header-nav-item.active .header-nav-menu {
      z-index: 1;
      opacity: 1;
      pointer-events: auto;
      transition: .3s ease; }
    .header-nav-item.active .header-nav-link {
      pointer-events: auto !important; } }

.header-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 99; }
  @media (max-width: 1023px) {
    .header-nav-overlay {
      display: none; } }

.header-nav-back {
  width: 100%; }
  @media (min-width: 1024px) {
    .header-nav-back {
      display: none; } }

.header-nav-btn {
  font-family: "Brother-1816", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #0A0A23;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  transition: .3s ease; }
  .header-nav-btn img {
    margin-right: 15px; }
    @media (min-width: 1024px) {
      .header-nav-btn img {
        display: none; } }
  .header-nav-btn span {
    margin-right: auto;
    text-align: left; }
  @media (max-width: 1023px) {
    .header-nav-btn {
      font-size: 18px;
      font-weight: 700;
      width: 100%;
      padding: 20px 0; } }
  @media (min-width: 1024px) {
    .header-nav-btn {
      font-size: 15px;
      text-align: right;
      padding: 0 5px 10px 0;
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .header-nav-btn {
      font-size: 22px;
      line-height: 1; } }
  @media (min-width: 1024px) {
    .header-nav-btn:hover {
      color: #8264ff;
      transition: .3s ease; }
      .header-nav-btn:hover:before {
        opacity: 1;
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
        transition: .3s ease; }
      .header-nav-btn:hover:after {
        opacity: 0;
        transform: rotateY(90deg);
        transition: .3s ease; } }
  @media (min-width: 1024px) {
    .header-nav-btn:before {
      content: '';
      width: 3px;
      height: 3px;
      background-color: #866CFF;
      border-radius: 50%;
      -ms-flex-order: 3;
          order: 3;
      opacity: 0;
      -ms-transform: scale(0, 0);
          transform: scale(0, 0);
      margin: 2px 0 0 -9px;
      transition: .3s ease; } }
  .header-nav-btn:after {
    content: '';
    width: 16px;
    height: 13px;
    margin: 4px 0 0 8px;
    transition: .3s ease; }
    @media (max-width: 1023px) {
      .header-nav-btn:after {
        background-color: #0A0A23;
        -webkit-mask-image: url(../images/svg/button-arr.svg);
                mask-image: url(../images/svg/button-arr.svg);
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: center;
                mask-position: center; } }
    @media (min-width: 1024px) {
      .header-nav-btn:after {
        background: url("../images/svg/nav-drop-arr.svg") no-repeat 100% 100%;
        background-position: center; } }
    @media (max-width: 767px) {
      .header-nav-btn:after {
        background-color: #0A0A23;
        -webkit-mask-image: url(../images/menu-arrow.svg);
                mask-image: url(../images/menu-arrow.svg);
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: center;
                mask-position: center;
        width: 16px;
        height: 13.33px; } }
  @media (max-width: 1023px) {
    .header-nav-btn.back {
      height: 90px;
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin-bottom: 36px;
      border-bottom: 1px solid #EAEBEF; }
      .header-nav-btn.back img {
        display: none !important; }
      .header-nav-btn.back:before {
        content: '';
        width: 16px;
        height: 13px;
        background-color: #0A0A23;
        -webkit-mask-image: url(../images/svg/button-arr.svg);
                mask-image: url(../images/svg/button-arr.svg);
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: center;
                mask-position: center;
        margin: 4px 15px 0 0;
        transition: .3s ease;
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); } }
    @media (max-width: 1023px) and (max-width: 767px) {
      .header-nav-btn.back:before {
        background-color: #0A0A23;
        -webkit-mask-image: url(../images/menu-arrow.svg);
                mask-image: url(../images/menu-arrow.svg);
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: center;
                mask-position: center;
        width: 16px;
        height: 13.33px; } }
  @media (max-width: 1023px) {
      .header-nav-btn.back:after {
        content: none; } }
  @media (min-width: 1024px) {
    .header-nav-btn.back {
      display: none; } }

.header-nav-inv-back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 90px;
  font-family: "Brother-1816", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #0A0A23;
  border-bottom: 1px solid #EAEBEF;
  padding: 20px 0;
  margin-bottom: 36px; }
  @media (max-width: 767px) {
    .header-nav-inv-back {
      font-weight: 700;
      font-size: 22px;
      line-height: 1; } }
  .header-nav-inv-back:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #0A0A23;
    -webkit-mask-image: url(../images/svg/button-arr.svg);
            mask-image: url(../images/svg/button-arr.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    margin: 4px 15px 0 0;
    transition: .3s ease;
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  .header-nav-inv-back img {
    display: none !important; }
  @media (min-width: 1024px) {
    .header-nav-inv-back {
      display: none; } }

.header-nav-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #FFF;
  opacity: 0;
  margin-top: -1px;
  transition: .3s ease;
  z-index: -42; }
  @media (min-width: 1024px) {
    .header-nav-menu {
      padding-top: 20px;
      pointer-events: none;
      border-top: 2px solid #EAEBEF;
      box-shadow: 4px 4px 10px -5px rgba(0, 0, 0, 0.1); } }
  @media (max-width: 1023px) {
    .header-nav-menu {
      top: 0;
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
      z-index: 2;
      padding: 0 5% 20px 5%;
      opacity: 1;
      overflow-y: auto;
      overflow-x: hidden;
      min-height: calc(100vh - 46px);
      max-height: calc(100vh - 46px);
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important; } }
  .header-nav-menu .header-nav-thumbnail {
    width: auto;
    height: 45px; }
    @media (max-width: 767px) {
      .header-nav-menu .header-nav-thumbnail {
        width: 33px !important;
        margin-right: 8px !important; } }

@media (max-width: 1023px) {
  #menu-investment-solutions .sub-menu {
    min-height: calc(100% - 20px) !important;
    max-height: calc(100% - 20px);
    overflow-y: auto; }
    #menu-investment-solutions .sub-menu li {
      margin-bottom: 30px; }
      #menu-investment-solutions .sub-menu li a {
        color: #7D808E;
        font-size: 18px;
        line-height: 1;
        font-weight: 400; } }

.header-nav-menu-title {
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px; }
  @media (max-width: 1023px) {
    .header-nav-menu-title {
      display: none; } }

.header-nav-menu-description {
  width: 100%;
  font-family: "Caecilia", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: #0A0A23;
  margin-bottom: 49px; }
  @media (max-width: 1023px) {
    .header-nav-menu-description {
      display: none; } }

.header-nav-item .menu-item-has-children .sub-menu a,
.header-nav-item-link,
.header-nav-whitepaper__link {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 19px;
  color: #0A0A23;
  transition: .3s ease; }
  @media (max-width: 767px) {
    .header-nav-item .menu-item-has-children .sub-menu a,
    .header-nav-item-link,
    .header-nav-whitepaper__link {
      font-size: 20px;
      line-height: 1;
      font-weight: 700; } }
  .header-nav-item .menu-item-has-children .sub-menu a:after,
  .header-nav-item-link:after,
  .header-nav-whitepaper__link:after {
    position: absolute;
    content: '';
    top: 50%;
    right: -30px;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    background-color: #8264ff;
    -webkit-mask-image: url(../images/svg/menu-arr-right.svg);
            mask-image: url(../images/svg/menu-arr-right.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    opacity: 0;
    transition: .3s ease; }
  @media (min-width: 1024px) {
    .header-nav-item .menu-item-has-children .sub-menu a:hover,
    .header-nav-item-link:hover,
    .header-nav-whitepaper__link:hover {
      color: #8264ff;
      transition: .3s ease; }
      .header-nav-item .menu-item-has-children .sub-menu a:hover:after,
      .header-nav-item-link:hover:after,
      .header-nav-whitepaper__link:hover:after {
        opacity: 1;
        -ms-transform: translate(15px, -50%);
            transform: translate(15px, -50%);
        transition: .3s ease; } }

@media (min-width: 1024px) {
  #investment-mega-nav .header-nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 41px 0 51px 0; } }

#investment-mega-nav .header-nav-menu .header-nav-thumbnail {
  display: block;
  margin-bottom: 17px; }
  @media (max-width: 1023px) {
    #investment-mega-nav .header-nav-menu .header-nav-thumbnail {
      width: 32px;
      margin-bottom: 0;
      margin-right: 15px; } }
  @media (max-width: 767px) {
    #investment-mega-nav .header-nav-menu .header-nav-thumbnail {
      margin-right: 10px; } }

@media (max-width: 1023px) {
  #investment-mega-nav .header-nav-menu .menu-item-has-children:not(:last-child) {
    margin-bottom: 37px; } }

#investment-mega-nav .header-nav-menu .menu-item-has-children.opened > .sub-menu {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

#investment-mega-nav .header-nav-menu .menu-item-has-children > a {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #0A0A23;
  margin-bottom: 24px; }
  @media (min-width: 1024px) {
    #investment-mega-nav .header-nav-menu .menu-item-has-children > a {
      pointer-events: none; } }
  @media (max-width: 1023px) {
    #investment-mega-nav .header-nav-menu .menu-item-has-children > a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 0;
      padding-bottom: 24px; } }

#investment-mega-nav .header-nav-menu .menu-item-has-children .header-nav-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #7D808E;
  pointer-events: none;
  margin-bottom: 0;
  transition: color .3s ease; }
  @media (min-width: 1024px) {
    #investment-mega-nav .header-nav-menu .menu-item-has-children .header-nav-link:hover {
      color: #866CFF;
      transition: color .3s ease; }
      #investment-mega-nav .header-nav-menu .menu-item-has-children .header-nav-link:hover img {
        filter: invert(0);
        transition: .3s ease; } }
  #investment-mega-nav .header-nav-menu .menu-item-has-children .header-nav-link img {
    width: 19px;
    height: auto;
    filter: invert(65%);
    margin-right: 10px;
    transition: .3s ease; }

@media (min-width: 1024px) {
  #investment-mega-nav .header-nav-menu .menu-item-has-children:nth-child(3n + 2) {
    width: 47.46%;
    padding-left: 80px; }
    #investment-mega-nav .header-nav-menu .menu-item-has-children:nth-child(3n + 2) .sub-menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      #investment-mega-nav .header-nav-menu .menu-item-has-children:nth-child(3n + 2) .sub-menu:last-child {
        margin-bottom: 0; }
      #investment-mega-nav .header-nav-menu .menu-item-has-children:nth-child(3n + 2) .sub-menu > li {
        width: 50%; }
  #investment-mega-nav .header-nav-menu .menu-item-has-children:nth-child(3n + 3) {
    width: 25.38%;
    border: solid #EAEBEF;
    border-width: 0 1px 0 1px; }
    #investment-mega-nav .header-nav-menu .menu-item-has-children:nth-child(3n + 3) > a {
      padding: 0 20% 0 24.48%; }
    #investment-mega-nav .header-nav-menu .menu-item-has-children:nth-child(3n + 3) .header-nav-link {
      display: none; }
    #investment-mega-nav .header-nav-menu .menu-item-has-children:nth-child(3n + 3) .sub-menu {
      padding: 0 20.94% 0 24.48%; }
  #investment-mega-nav .header-nav-menu .menu-item-has-children:nth-child(4n) {
    width: 27%; }
    #investment-mega-nav .header-nav-menu .menu-item-has-children:nth-child(4n) > a {
      padding: 0 24.21% 0 23.35%; }
    #investment-mega-nav .header-nav-menu .menu-item-has-children:nth-child(4n) .header-nav-link {
      display: none; }
    #investment-mega-nav .header-nav-menu .menu-item-has-children:nth-child(4n) .sub-menu {
      padding: 0 24.21% 0 23.35%; } }

@media (min-width: 1420px) {
  #investment-mega-nav .header-nav-menu .menu-item-has-children:nth-child(3n + 2) ul.sub-menu {
    position: relative;
    padding-bottom: 65px; } }

#investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu {
  margin-bottom: 15px; }
  @media (max-width: 1023px) {
    #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
      background: #FFF;
      min-height: 100%;
      padding: 0 5% 20px 5%;
      transition: .3s linear; } }
  #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li {
        margin-bottom: 30px; } }
    #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li.item-with-icon {
      width: calc(50% - 30px);
      padding: 0;
      margin: 15px 30px 0 0; }
      @media (max-width: 767px) {
        #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li.item-with-icon {
          width: 100%;
          margin-right: 0; }
          #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li.item-with-icon.item-with-icon:last-child {
            margin-bottom: 34px; }
          #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li.item-with-icon.item-with-icon {
            margin-top: 34px; } }

@media (min-width: 1024px) and (max-width: 1419px) {
  #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li.item-with-icon {
    width: 100%; }
    #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li.item-with-icon:last-child {
      margin-top: 8px; } }
      @media (min-width: 1420px) {
        #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li.item-with-icon {
          position: absolute;
          bottom: 0;
          left: 0; }
          #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li.item-with-icon:last-child {
            left: auto;
            right: 0; } }
      #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li.item-with-icon:nth-child(2) {
        margin: 15px 30px 0 0; }
      #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li.item-with-icon a {
        width: 100%;
        padding: 15px 0 15px 0;
        border: 1px solid transparent;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -ms-flex-pack: start;
            justify-content: flex-start;
        color: #7D808E;
        font-size: 14px;
        font-weight: 500; }
        @media (max-width: 767px) {
          #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li.item-with-icon a {
            font-size: 18px;
            padding-top: 0px;
            padding-bottom: 0px; } }
        #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li.item-with-icon a img {
          width: 19px;
          height: auto;
          transition: .3s ease;
          margin: 0 10px 0 0;
          filter: grayscale(100%); }
      #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li.item-with-icon.current-menu-item > a,
      #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li.item-with-icon > a:hover {
        color: #8264ff;
        border-color: #8264ff;
        padding: 15px 5px;
        text-align: center;
        -ms-flex-pack: center;
            justify-content: center; }
        #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li.item-with-icon.current-menu-item > a img,
        #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li.item-with-icon > a:hover img {
          filter: grayscale(0%); }
      #investment-mega-nav .header-nav-menu .menu-item-has-children ul.sub-menu li.item-with-icon > a:after {
        display: none; }

#investment-mega-nav .header-nav-menu .current-menu-item > a {
  color: #8264ff; }

@media (min-width: 1024px) {
  #innovations-mega-nav .header-nav-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 36px 3% 73px 6.15%; } }

@media (min-width: 768px) {
  #innovations-mega-nav .header-nav-menu-title,
  #innovations-mega-nav .header-nav-menu-description {
    padding-right: 40%; } }

#innovations-mega-nav .header-nav-menu-description {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    #innovations-mega-nav .header-nav-menu-description {
      margin-bottom: 30px; } }

#innovations-mega-nav .menu-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media (max-width: 1023px) {
    #innovations-mega-nav .menu-item:not(:last-child) {
      margin-bottom: 24px; } }
  @media (max-width: 767px) {
    #innovations-mega-nav .menu-item:not(:last-child) {
      margin-bottom: 52px; } }
  @media (min-width: 1024px) {
    #innovations-mega-nav .menu-item {
      border-right: 1px solid #EAEBEF;
      width: 33%; }
      #innovations-mega-nav .menu-item:nth-child(3n + 1) {
        width: 29.85%;
        padding: 0 2.6% 0 0; }
      #innovations-mega-nav .menu-item:nth-child(3n + 2) {
        width: 36.65%;
        padding: 0 3% 0 4.7%; }
      #innovations-mega-nav .menu-item:nth-child(3n + 3) {
        width: 33.5%;
        border: 0;
        padding: 0 3% 0 4.7%; }
        #innovations-mega-nav .menu-item:nth-child(3n + 3) ~ .menu-item {
          padding-top: 25px; } }
  #innovations-mega-nav .menu-item a {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #0A0A23; }
    @media (max-width: 1023px) {
      #innovations-mega-nav .menu-item a {
        font-size: 16px;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center; } }
    @media (max-width: 767px) {
      #innovations-mega-nav .menu-item a {
        font-size: 20px;
        line-height: 1.2; } }
  #innovations-mega-nav .menu-item > a:first-of-type {
    transition: color 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      #innovations-mega-nav .menu-item > a:first-of-type:hover {
        color: #8264ff;
        transition: color 0.3s ease-in-out 0s; } }
  #innovations-mega-nav .menu-item .header-nav-thumbnail {
    display: block;
    margin-bottom: 10px; }
    @media (max-width: 1023px) {
      #innovations-mega-nav .menu-item .header-nav-thumbnail {
        width: 32px;
        height: auto;
        margin: 0 15px 0 0; } }
  #innovations-mega-nav .menu-item .header-nav-item-description {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #0A0A23;
    padding-top: 7px;
    margin-bottom: 24px; }
    @media (max-width: 1023px) {
      #innovations-mega-nav .menu-item .header-nav-item-description {
        display: none; } }
  #innovations-mega-nav .menu-item .header-nav-item-link {
    width: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #7D808E;
    margin-bottom: 25px; }
    @media (min-width: 1024px) {
      #innovations-mega-nav .menu-item .header-nav-item-link:hover {
        color: #866CFF; } }
    @media (max-width: 1023px) {
      #innovations-mega-nav .menu-item .header-nav-item-link {
        display: none; } }

#innovations-mega-nav .current-menu-item > a {
  color: #8264ff; }

#about-mega-nav .header-nav-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 1024px) {
    #about-mega-nav .header-nav-menu {
      padding: 36px 8.62% 104px 6.15%; } }
  @media (max-width: 1023px) {
    #about-mega-nav .header-nav-menu {
      -ms-flex-direction: column;
          flex-direction: column; } }
  #about-mega-nav .header-nav-menu .header-nav-menu-title {
    margin-bottom: 38px; }
  #about-mega-nav .header-nav-menu > .menu-item-has-children > a {
    display: none; }
  @media (min-width: 1024px) {
    #about-mega-nav .header-nav-menu > .menu-item-has-children:nth-child(3) {
      width: 70%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 0 12% 0 0; } }
  #about-mega-nav .header-nav-menu > .menu-item-has-children:nth-child(3) .sub-menu {
    -ms-flex: 1;
        flex: 1; }
  #about-mega-nav .header-nav-menu > .menu-item-has-children:nth-child(3) .socials {
    display: none; }
  #about-mega-nav .header-nav-menu > .menu-item-has-children:nth-child(4) {
    position: relative; }
    @media (min-width: 1024px) {
      #about-mega-nav .header-nav-menu > .menu-item-has-children:nth-child(4) {
        width: 30%;
        padding: 0 0 0 12%; }
        #about-mega-nav .header-nav-menu > .menu-item-has-children:nth-child(4):before {
          position: absolute;
          content: '';
          bottom: 0;
          left: 0;
          width: 1px;
          height: 100%;
          background-color: #EAEBEF; } }
    #about-mega-nav .header-nav-menu > .menu-item-has-children:nth-child(4) .socials {
      padding-top: 15px; }
  #about-mega-nav .header-nav-menu .sub-menu > li {
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      #about-mega-nav .header-nav-menu .sub-menu > li {
        margin-bottom: 25px; }
        #about-mega-nav .header-nav-menu .sub-menu > li.mobile-border:after {
          content: '';
          display: block;
          margin-top: 25px;
          border-bottom: 1px solid #EAEBEF; } }
  #about-mega-nav .header-nav-menu .current-menu-item > a {
    color: #8264ff; }

#about-mega-nav .header-nav-video {
  position: relative;
  width: 55%;
  overflow: hidden;
  margin: -19px 0 0 40px; }
  @media (max-width: 1023px) {
    #about-mega-nav .header-nav-video {
      display: none; } }
  #about-mega-nav .header-nav-video .video-placeholder {
    height: auto; }
  #about-mega-nav .header-nav-video .btn-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 75px;
    height: 75px; }
    #about-mega-nav .header-nav-video .btn-video-play svg {
      width: 15px;
      height: 17px;
      margin-left: 2px; }

@media (min-width: 768px) {
  #about-mega-nav .socials a.youtube {
    width: 16px;
    height: 12px; }
    #about-mega-nav .socials a.youtube:after {
      max-width: 15px;
      max-height: 12px; } }

#research-mega-nav .header-nav-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 1024px) {
    #research-mega-nav .header-nav-menu {
      padding: 36px 8.62% 60px 6.15%; } }
  @media (max-width: 1023px) {
    #research-mega-nav .header-nav-menu {
      -ms-flex-direction: column;
          flex-direction: column; } }
  #research-mega-nav .header-nav-menu .header-nav-menu-title {
    padding-right: 45.69%; }
    @media (min-width: 1024px) {
      #research-mega-nav .header-nav-menu .header-nav-menu-title {
        position: relative;
        padding-left: 48px;
        margin-bottom: 8px; } }
  #research-mega-nav .header-nav-menu .header-nav-menu-title-icon {
    display: block; }
    @media (min-width: 1024px) {
      #research-mega-nav .header-nav-menu .header-nav-menu-title-icon {
        position: absolute;
        top: 5px;
        left: 0;
        display: block; } }
  @media (min-width: 1024px) {
    #research-mega-nav .header-nav-menu .header-nav-menu-description {
      padding-left: 48px;
      padding-right: 30%; } }
  @media (min-width: 1280px) {
    #research-mega-nav .header-nav-menu .header-nav-menu-description {
      padding-right: 45.69%; } }
  @media (max-width: 1023px) {
    #research-mega-nav .header-nav-menu .header-nav-menu-description-link {
      display: none; } }
  @media (min-width: 1024px) {
    #research-mega-nav .header-nav-menu .header-nav-menu-description-link {
      margin-left: 36px; } }
  @media (min-width: 1280px) {
    #research-mega-nav .header-nav-menu .header-nav-menu-description-link {
      margin-left: 56px; } }
  #research-mega-nav .header-nav-menu .header-nav-thumbnail {
    width: 45px;
    height: auto; }
  @media (min-width: 1024px) {
    #research-mega-nav .header-nav-menu .menu-item-has-children {
      width: 54.31%; } }
  #research-mega-nav .header-nav-menu .menu-item-has-children > a {
    display: none; }
  @media (min-width: 1024px) {
    #research-mega-nav .header-nav-menu .menu-item-has-children .sub-menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: start;
          align-items: flex-start; } }
  #research-mega-nav .header-nav-menu .menu-item-has-children .menu-item {
    margin-bottom: 24px; }
    @media (min-width: 1024px) {
      #research-mega-nav .header-nav-menu .menu-item-has-children .menu-item.mobile-only {
        display: none; } }
    @media (min-width: 1024px) {
      #research-mega-nav .header-nav-menu .menu-item-has-children .menu-item {
        width: 45%; } }
    @media (max-width: 767px) {
      #research-mega-nav .header-nav-menu .menu-item-has-children .menu-item {
        margin-bottom: 48px; } }
    #research-mega-nav .header-nav-menu .menu-item-has-children .menu-item .header-nav-thumbnail {
      width: 32px;
      margin-right: 16px; }
    #research-mega-nav .header-nav-menu .menu-item-has-children .menu-item a {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-align: center;
          align-items: center;
      font-weight: 500; }
      @media (max-width: 1023px) {
        #research-mega-nav .header-nav-menu .menu-item-has-children .menu-item a {
          font-size: 16px; } }
      @media (max-width: 767px) {
        #research-mega-nav .header-nav-menu .menu-item-has-children .menu-item a {
          font-weight: 700;
          font-size: 20px;
          line-height: 1; } }
  #research-mega-nav .header-nav-menu .current-menu-item > a {
    color: #8264ff; }

#research-mega-nav .header-nav-whitepaper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 45.69%;
  padding: 0 0 0 16.6%; }
  @media (max-width: 1023px) {
    #research-mega-nav .header-nav-whitepaper {
      display: none; } }
  #research-mega-nav .header-nav-whitepaper:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #EAEBEF; }
  #research-mega-nav .header-nav-whitepaper__img {
    display: block;
    width: auto;
    height: 129px;
    max-width: 250px;
    margin: -72px 0 14px 0; }
  #research-mega-nav .header-nav-whitepaper__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 7px; }
    #research-mega-nav .header-nav-whitepaper__title a {
      transition: .3s ease;
      color: inherit; }
      @media (min-width: 1024px) {
        #research-mega-nav .header-nav-whitepaper__title a:hover {
          color: #8264ff; } }
  #research-mega-nav .header-nav-whitepaper__description {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #0A0A23;
    margin-bottom: 23px; }
  #research-mega-nav .header-nav-whitepaper__link {
    font-weight: 500;
    font-size: 14px;
    color: #7D808E;
    transition: color 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      #research-mega-nav .header-nav-whitepaper__link:hover {
        color: #866CFF;
        transition: color 0.3s ease-in-out 0s; } }

.socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .socials li:not(:last-child) {
    margin-right: 19px; }
  @media (max-width: 767px) {
    .socials li:not(:last-child) {
      margin-right: 24px; } }
  .socials a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 1024px) {
      .socials a:hover:after {
        background: #8264ff; } }
    .socials a:after {
      position: absolute;
      content: '';
      display: block;
      top: 0;
      left: 0;
      background: #7D808E;
      width: 100%;
      height: 100%;
      transition: all 0.3s ease-in-out 0s;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-position: 100% 100%;
              mask-position: 100% 100%; }
    .socials a.twitter {
      width: 14px;
      height: 14px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (max-width: 767px) {
        .socials a.twitter {
          width: 18px;
          height: 18px; } }
      .socials a.twitter:after {
        -webkit-mask-image: url(../images/svg/icon-twitter.svg);
                mask-image: url(../images/svg/icon-twitter.svg);
        max-width: 14px;
        max-height: 14px; }
        @media (max-width: 767px) {
          .socials a.twitter:after {
            -webkit-mask-image: url(../images/svg/icon-twitter-xs.svg);
                    mask-image: url(../images/svg/icon-twitter-xs.svg);
            max-width: 18px;
            max-height: 18px; } }
    .socials a.instagram {
      width: 12px;
      height: 12px; }
      @media (max-width: 767px) {
        .socials a.instagram {
          width: 16px;
          height: 16px; } }
      .socials a.instagram:after {
        -webkit-mask-image: url(../images/svg/icon-instagram.svg);
                mask-image: url(../images/svg/icon-instagram.svg);
        max-width: 12px;
        max-height: 12px; }
        @media (max-width: 767px) {
          .socials a.instagram:after {
            top: 1px;
            -webkit-mask-image: url(../images/svg/icon-instagram-xs.svg);
                    mask-image: url(../images/svg/icon-instagram-xs.svg);
            max-width: 16px;
            max-height: 16px; } }
    .socials a.facebook {
      width: 7px;
      height: 13px; }
      @media (max-width: 767px) {
        .socials a.facebook {
          width: 8px;
          height: 17px; } }
      .socials a.facebook:after {
        -webkit-mask-image: url(../images/svg/icon-facebook.svg);
                mask-image: url(../images/svg/icon-facebook.svg);
        max-width: 7px;
        max-height: 13px; }
        @media (max-width: 767px) {
          .socials a.facebook:after {
            -webkit-mask-image: url(../images/svg/icon-facebook-xs.svg);
                    mask-image: url(../images/svg/icon-facebook-xs.svg);
            max-width: 8px;
            max-height: 17px; } }
    .socials a.linkedin {
      width: 13px;
      height: 12.4px; }
      @media (max-width: 767px) {
        .socials a.linkedin {
          width: 17px;
          height: 16px; } }
      .socials a.linkedin:after {
        -webkit-mask-image: url(../images/svg/icon-linkedin.svg);
                mask-image: url(../images/svg/icon-linkedin.svg);
        max-width: 13px;
        max-height: 12.4px; }
        @media (max-width: 767px) {
          .socials a.linkedin:after {
            -webkit-mask-image: url(../images/svg/icon-linkedin-xs.svg);
                    mask-image: url(../images/svg/icon-linkedin-xs.svg);
            max-width: 17px;
            max-height: 16px; } }
    .socials a.youtube {
      width: 14px;
      height: 11px; }
      @media (max-width: 767px) {
        .socials a.youtube {
          width: 18px;
          height: 13px; } }
      .socials a.youtube:after {
        -webkit-mask-image: url(../images/svg/icon-youtube.svg);
                mask-image: url(../images/svg/icon-youtube.svg);
        max-width: 14px;
        max-height: 11px; }
        @media (max-width: 767px) {
          .socials a.youtube:after {
            top: 2px;
            -webkit-mask-image: url(../images/svg/icon-youtube-xs.svg);
                    mask-image: url(../images/svg/icon-youtube-xs.svg);
            max-width: 18px;
            max-height: 13px; } }

.search {
  display: -ms-flexbox;
  display: flex; }
  .search-btn {
    height: 16px; }
    @media (max-width: 1023px) {
      .search-btn {
        height: 22px;
        margin-top: -2px;
        z-index: 1; } }
    .search-btn.active svg {
      fill: #8264ff; }
  .search svg {
    width: 16px;
    height: 16px;
    fill: #0A0A23;
    transition: all 0.3s ease-in-out 0s; }
    @media (max-width: 1023px) {
      .search svg {
        width: 28px;
        height: 22px; } }
    @media (min-width: 1024px) {
      .search svg:hover {
        fill: #8264ff; } }
  .search__form-wrapper {
    background: #FFF;
    top: 0;
    left: 0;
    width: 100%; }
    @media (max-width: 1023px) {
      .search__form-wrapper {
        max-height: calc(100vh - 60px);
        overflow: auto;
        position: fixed;
        left: 0;
        top: 60px;
        -ms-transform: translate(0, calc(-100% - 60px));
            transform: translate(0, calc(-100% - 60px));
        transition: .2s linear; } }
    @media (min-width: 1024px) {
      .search__form-wrapper {
        z-index: 10;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        height: 100%;
        -ms-flex-align: center;
            align-items: center;
        display: -ms-flexbox;
        display: flex;
        top: 80px;
        left: -180px;
        width: calc(100% + 370px); } }
    .search-opened .search__form-wrapper {
      opacity: 1;
      visibility: visible; }
      @media (max-width: 1023px) {
        .search-opened .search__form-wrapper {
          -ms-transform: translate(0);
              transform: translate(0); } }
  .search__form {
    position: relative;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    padding-right: 78px;
    height: 100%; }
    @media (min-width: 1024px) {
      .search__form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; } }
    @media (max-width: 1023px) {
      .search__form {
        max-height: 100%;
        overflow: auto;
        padding: 20px 5% 10px;
        border-top: 2px solid #EAEBEF;
        transition: .2s linear; } }
    @media (max-width: 1023px) {
      .search__form.active {
        transition: .2s linear;
        padding-right: 10%; } }
    @media (max-width: 529px) {
      .search__form.active {
        padding-right: 13%; } }
    .search__form.active input {
      background: #EAEBEF; }
    .search__form.active .search-btn {
      opacity: 1;
      visibility: visible; }
    .search__form.active .search__form-results {
      display: block; }
    .search-opened .search__form {
      opacity: 1;
      visibility: visible; }
    .search__form-results {
      display: none; }
      @media (min-width: 1024px) {
        .search__form-results {
          position: absolute;
          top: 83px;
          left: 0;
          background: #FFF;
          padding: 30px 0;
          max-height: 317px; } }
      @media (min-width: 1024px) {
        .search-opened .search__form-results {
          width: calc(100% + 169px); } }
      @media (min-width: 1280px) {
        .search-opened .search__form-results {
          width: calc(100% + 190px); } }
      .search__form-results p {
        font-size: 20px;
        line-height: 24px;
        padding: 20px 20px 20px 38px;
        font-weight: 700;
        color: #0A0A23; }
        .search__form-results p.no-results {
          text-align: center;
          color: #7D808E; }
        @media (max-width: 1023px) {
          .search__form-results p {
            padding: 10px 0 10px; } }
        @media (max-width: 767px) {
          .search__form-results p {
            font-size: 16px;
            line-height: 20px; } }
        .search__form-results p a {
          color: inherit;
          border-bottom: 3px solid transparent;
          transition: all 0.3s ease-in-out 0s; }
          @media (min-width: 1024px) {
            .search__form-results p a:hover {
              border-color: #8264ff; } }
          .search__form-results p a mark {
            color: #8264ff;
            background: none; }
    .search__form input {
      padding: 18px 20px;
      font-size: 14px;
      line-height: 18px;
      font-weight: 700;
      border: 1px solid #c4b7ff;
      width: 100%;
      background: #EAEBEF no-repeat calc(100% - 20px) center;
      background-size: 14px 14px; }
      @media (min-width: 1024px) {
        .search__form input {
          margin-left: 20px;
          background: #EAEBEF no-repeat calc(100% - 20px) center;
          background-size: 117px 20px;
          padding-right: 150px; } }
      @media (max-width: 1023px) {
        .search__form input {
          padding: 15px 150px 15px 20px;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 400px) {
        .search__form input {
          font-size: 12px;
          padding-right: 140px; } }
      @media only screen and (max-width: 350px) {
        .search__form input {
          font-size: 11px;
          padding-right: 110px; } }
      .search__form input::-webkit-search-decoration, .search__form input::-webkit-search-cancel-button, .search__form input::-webkit-search-results-button, .search__form input::-webkit-search-results-decoration {
        -webkit-appearance: none; }
      .search__form input:-ms-input-placeholder {
        color: #0A0A23;
        opacity: 0.5; }
      .search__form input::placeholder {
        color: #0A0A23;
        opacity: 0.5; }
      .search__form input:focus {
        border-color: #8264ff; }
    .search__form .search-submit {
      display: block;
      position: absolute;
      top: 30px;
      right: 80px; }
    .search__form .search-submit img {
      width: 117px;
      height: 20px; }
      @media only screen and (max-width: 400px) {
        .search__form .search-submit img {
          width: 100px; } }
      @media only screen and (max-width: 350px) {
        .search__form .search-submit img {
          width: 80px; } }
    @media (max-width: 1023px) {
      .search__form .search-submit {
        top: 35px; } }
    @media only screen and (max-width: 500px) {
      .search__form .search-submit {
        right: 70px; } }
    .search__form .search-btn {
      position: absolute;
      right: 20px;
      bottom: 30px;
      transition: .2s ease; }
      @media (max-width: 1023px) {
        .search__form .search-btn {
          top: 35px;
          right: 5%; } }
      .search__form .search-btn svg {
        width: 14px;
        height: 14px; }

.search-page {
  background: #F2F3F6;
  padding-bottom: 1px; }
  .search-page .search {
    display: -ms-flexbox;
    display: flex; }
    .search-page .search-btn {
      height: 16px; }
      @media (max-width: 1023px) {
        .search-page .search-btn {
          height: 22px;
          margin-top: -2px;
          z-index: 1; } }
      .search-page .search-btn.active svg {
        fill: #8264ff; }
    .search-page .search svg {
      width: 16px;
      height: 16px;
      fill: #0A0A23;
      transition: all 0.3s ease-in-out 0s; }
      @media (max-width: 1023px) {
        .search-page .search svg {
          width: 28px;
          height: 22px; } }
      @media (min-width: 1024px) {
        .search-page .search svg:hover {
          fill: #8264ff; } }
    .search-page .search__form-wrapper {
      background: #FFF;
      top: 0;
      left: 0;
      width: 100%; }
      @media (max-width: 1023px) {
        .search-page .search__form-wrapper {
          max-height: calc(100vh - 60px);
          overflow: auto;
          position: fixed;
          left: 0;
          top: 60px;
          -ms-transform: translate(0, calc(-100% - 60px));
              transform: translate(0, calc(-100% - 60px));
          transition: .2s linear; } }
      @media (min-width: 1024px) {
        .search-page .search__form-wrapper {
          z-index: 10;
          position: absolute;
          opacity: 0;
          visibility: hidden;
          height: 100%;
          -ms-flex-align: center;
              align-items: center;
          display: -ms-flexbox;
          display: flex;
          top: 80px;
          left: -180px;
          width: calc(100% + 370px); } }
      .search-opened .search-page .search__form-wrapper {
        opacity: 1;
        visibility: visible; }
        @media (max-width: 1023px) {
          .search-opened .search-page .search__form-wrapper {
            -ms-transform: translate(0);
                transform: translate(0); } }
    .search-page .search__form {
      position: relative;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease;
      padding-right: 58px;
      height: 100%; }
      @media (min-width: 1024px) {
        .search-page .search__form {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; } }
      @media (max-width: 1023px) {
        .search-page .search__form {
          max-height: 100%;
          overflow: auto;
          padding: 20px 5% 10px;
          border-top: 2px solid #EAEBEF;
          transition: .2s linear; } }
      @media (max-width: 1023px) {
        .search-page .search__form form {
          padding-right: 20px; } }
      @media (max-width: 1023px) {
        .search-page .search__form.active {
          transition: .2s linear;
          padding-right: 10%; } }
      @media (max-width: 529px) {
        .search-page .search__form.active {
          padding-right: 13%; } }
      .search-page .search__form.active input {
        background: #EAEBEF; }
      .search-page .search__form.active .search-btn {
        opacity: 1;
        visibility: visible; }
      .search-page .search__form.active .search__form-results {
        display: block; }
      .search-opened .search-page .search__form {
        opacity: 1;
        visibility: visible; }
      .search-page .search__form-results {
        display: none; }
        @media (min-width: 1024px) {
          .search-page .search__form-results {
            position: absolute;
            top: 83px;
            left: 0;
            background: #FFF;
            padding: 30px 0;
            max-height: 317px; } }
        @media (min-width: 1024px) {
          .search-opened .search-page .search__form-results {
            width: calc(100% + 169px); } }
        @media (min-width: 1280px) {
          .search-opened .search-page .search__form-results {
            width: calc(100% + 190px); } }
        .search-page .search__form-results p {
          font-size: 20px;
          line-height: 24px;
          padding: 20px 20px 20px 38px;
          font-weight: 700;
          color: #0A0A23; }
          .search-page .search__form-results p.no-results {
            text-align: center;
            color: #7D808E; }
          @media (max-width: 1023px) {
            .search-page .search__form-results p {
              padding: 10px 0 10px; } }
          @media (max-width: 767px) {
            .search-page .search__form-results p {
              font-size: 16px;
              line-height: 20px; } }
          .search-page .search__form-results p a {
            color: inherit;
            border-bottom: 3px solid transparent;
            transition: all 0.3s ease-in-out 0s; }
            @media (min-width: 1024px) {
              .search-page .search__form-results p a:hover {
                border-color: #8264ff; } }
            .search-page .search__form-results p a mark {
              color: #8264ff;
              background: none; }
      .search-page .search__form input {
        padding: 18px 20px;
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        border: 1px solid #c4b7ff;
        width: 100%;
        background: #EAEBEF no-repeat calc(100% - 20px) center;
        background-size: 14px 14px; }
        @media (min-width: 1024px) {
          .search-page .search__form input {
            margin-left: 20px;
            background: #EAEBEF no-repeat calc(100% - 20px) center;
            background-size: 117px 20px;
            padding-right: 150px; } }
        @media (max-width: 1023px) {
          .search-page .search__form input {
            padding: 15px 140px 15px 20px;
            margin-bottom: 10px; } }
        @media only screen and (max-width: 400px) {
          .search-page .search__form input {
            font-size: 12px;
            padding-right: 130px; } }
        @media only screen and (max-width: 350px) {
          .search-page .search__form input {
            font-size: 11px;
            padding-left: 15px;
            padding-right: 95px; } }
        .search-page .search__form input::-webkit-search-decoration, .search-page .search__form input::-webkit-search-cancel-button, .search-page .search__form input::-webkit-search-results-button, .search-page .search__form input::-webkit-search-results-decoration {
          -webkit-appearance: none; }
        .search-page .search__form input:-ms-input-placeholder {
          color: #0A0A23;
          opacity: 0.5; }
        .search-page .search__form input::placeholder {
          color: #0A0A23;
          opacity: 0.5; }
        .search-page .search__form input:focus {
          border-color: #8264ff; }
      .search-page .search__form .search-submit {
        display: block;
        position: absolute;
        top: 30px;
        right: 80px; }
      .search-page .search__form .search-submit img {
        width: 117px;
        height: 20px; }
        @media only screen and (max-width: 400px) {
          .search-page .search__form .search-submit img {
            width: 100px; } }
        @media only screen and (max-width: 350px) {
          .search-page .search__form .search-submit img {
            width: 80px; } }
      @media (max-width: 1023px) {
        .search-page .search__form .search-submit {
          top: 35px; } }
      @media only screen and (max-width: 500px) {
        .search-page .search__form .search-submit {
          right: 50px; } }
      .search-page .search__form .search-btn {
        position: absolute;
        right: 20px;
        bottom: auto;
        opacity: 0;
        visibility: hidden;
        transition: .2s ease; }
        @media (max-width: 1023px) {
          .search-page .search__form .search-btn {
            top: 38px;
            right: 10px; } }
        .search-page .search__form .search-btn svg {
          width: 14px;
          height: 14px; }
  .search-page .newsletters-listing__item-inner {
    padding-bottom: 0;
    max-width: none; }
  .search-page .newsletters-listing__item-img-wrap {
    height: 145px;
    width: 145px;
    background: url("../images/tapes-newsletters-search.svg") right 0 no-repeat #0A0A23;
    padding: 15px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 768px) {
      .search-page .newsletters-listing__item-img-wrap {
        width: 100%; } }
  .search-page .newsletters-listing__item-img-counter {
    font-size: 30px; }
  .search-page .newsletters-listing__item-info {
    margin-bottom: 10px; }
    .search-page .newsletters-listing__item-info-item {
      color: #7D808E; }
  .search-page .sr-title {
    width: 90%;
    max-width: 1162px;
    margin: 0 auto 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: baseline;
        align-items: baseline; }
    @media only screen and (max-width: 767px) {
      .search-page .sr-title {
        display: block; } }
    .search-page .sr-title__left {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: baseline;
          align-items: baseline; }
      @media only screen and (max-width: 767px) {
        .search-page .sr-title__left {
          display: block; } }
      .search-page .sr-title__left h3 {
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 40px;
        text-transform: capitalize;
        color: #000000; }
      .search-page .sr-title__left p {
        margin-left: 15px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        text-transform: capitalize;
        color: #7D808E; }
        @media only screen and (max-width: 767px) {
          .search-page .sr-title__left p {
            margin-top: 10px;
            margin-left: 0px; } }
      .search-page .sr-title__left p span {
        font-weight: 700;
        color: #000000; }
      .search-page .sr-title__left p span.nobold {
        font-weight: 100; }
    @media only screen and (max-width: 767px) {
      .search-page .sr-title__right {
        margin-top: 10px; } }
    .search-page .sr-title__right a {
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      color: #6A4BFF; }
    .search-page .sr-title__right a:after {
      content: '';
      display: block;
      width: 12px;
      height: 10px;
      background: url("../images/svg/menu-arr-right.svg");
      margin-left: 30px;
      -ms-transform: translate(-10px, 0);
      transform: translate(-10px, 0); }
    .search-page .sr-title__right.view-more-items {
      cursor: pointer; }
  .search-page .sr-title--custom {
    width: 100%;
    max-width: none;
    margin: 0 auto 30px; }
    .search-page .sr-title--custom h3 {
      font-style: normal;
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      color: #7D808E; }
  .search-page .promo .promo__content {
    max-width: 100%; }
    @media (max-width: 1023px) {
      .search-page .promo .promo__content {
        padding-right: 0; } }
  .search-page .promo .promo__bg-overlay {
    background: none; }
  .search-page .promo .search__form {
    opacity: 1;
    visibility: visible; }
    .search-page .promo .search__form form {
      width: 100%; }
    @media (min-width: 1024px) {
      .search-page .promo .search__form .search-submit {
        top: 18px; } }
    @media (min-width: 1024px) {
      .search-page .promo .search__form input {
        margin-left: 0; } }
    .search-page .promo .search__form .search-btn {
      opacity: 1;
      visibility: visible; }
  .search-page .search-filter {
    width: 90%;
    max-width: 1162px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-bottom: 1px solid rgba(125, 128, 142, 0.2); }
    @media only screen and (max-width: 767px) {
      .search-page .search-filter {
        display: -ms-flexbox;
        display: flex; } }
    @media only screen and (max-width: 370px) {
      .search-page .search-filter {
        display: -ms-flexbox;
        display: flex; } }
    .search-page .search-filter .search-tabs {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: center;
          align-items: center;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .search-page .search-filter .search-tabs {
          display: none; } }
      .search-page .search-filter .search-tabs__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        padding: 30px 0;
        margin-right: 45px; }
        @media only screen and (max-width: 1025px) {
          .search-page .search-filter .search-tabs__item {
            padding: 10px 0;
            margin-right: 20px; } }
        .search-page .search-filter .search-tabs__item img {
          display: none;
          margin-right: 15px;
          width: 32px;
          height: 32px; }
        .search-page .search-filter .search-tabs__item span {
          font-family: Brother-1816, Helvetica, Arial, sans-serif;
          font-style: normal;
          font-weight: bold;
          font-size: 14px;
          line-height: 18px;
          color: #0A0A23; }
      .search-page .search-filter .search-tabs__item:last-of-type {
        margin-right: 0; }
      .search-page .search-filter .search-tabs__item.active span {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        color: #8264FF; }
      .search-page .search-filter .search-tabs__item:hover span {
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        color: #8264FF; }
    .search-page .search-filter .search-sort {
      padding: 30px 0; }
      @media only screen and (max-width: 767px) {
        .search-page .search-filter .search-sort {
          margin-top: 7px; } }
      .search-page .search-filter .search-sort .search-sort-item__nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        min-width: 130px;
        padding-left: 10px;
        margin-bottom: 0;
        position: relative;
        z-index: 2; }
        .search-page .search-filter .search-sort .search-sort-item__nav-opener-item {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: end;
              justify-content: flex-end; }
          @media only screen and (max-width: 1025px) {
            .search-page .search-filter .search-sort .search-sort-item__nav-opener-item {
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
          @media only screen and (max-width: 767px) {
            .search-page .search-filter .search-sort .search-sort-item__nav-opener-item {
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
          @media only screen and (max-width: 370px) {
            .search-page .search-filter .search-sort .search-sort-item__nav-opener-item {
              padding-right: 10px; } }
          .search-page .search-filter .search-sort .search-sort-item__nav-opener-item button {
            font-family: Brother-1816, Helvetica, Arial, sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 14px;
            line-height: 18px;
            color: #0A0A23; }
            .opened .search-page .search-filter .search-sort .search-sort-item__nav-opener-item button svg {
              -ms-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
            .search-page .search-filter .search-sort .search-sort-item__nav-opener-item button svg {
              width: 8px;
              height: 5px;
              fill: #0A0A23;
              margin-left: 5px;
              transition: all 0.3s ease-in-out 0s; }
        .search-page .search-filter .search-sort .search-sort-item__nav-list {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          background: #FFFFFF;
          font-family: "Caecilia", Helvetica, Arial, sans-serif;
          font-size: 14px;
          border: 1px solid #8264ff;
          -ms-transform: translate(0, -10px);
              transform: translate(0, -10px);
          opacity: 0;
          visibility: hidden;
          position: absolute;
          top: 44px;
          width: 100%;
          max-height: 350px;
          overflow: auto;
          transition: all 0.3s ease-in-out 0s; }
          .opened .search-page .search-filter .search-sort .search-sort-item__nav-list {
            -ms-transform: translate(0);
                transform: translate(0);
            opacity: 1;
            visibility: visible; }
          .search-page .search-filter .search-sort .search-sort-item__nav-list li {
            font-family: Brother-1816, Helvetica, Arial, sans-serif;
            padding: 12px 15px; }
          .search-page .search-filter .search-sort .search-sort-item__nav-list a {
            font-family: Brother-1816, Helvetica, Arial, sans-serif;
            color: #0A0A23;
            transition: all 0.3s ease-in-out 0s; }
            .search-page .search-filter .search-sort .search-sort-item__nav-list a.active {
              color: #8264ff; }
            @media (min-width: 1024px) {
              .search-page .search-filter .search-sort .search-sort-item__nav-list a:hover {
                color: #8264ff; } }
      .search-page .search-filter .search-sort .search-sort-item__nav.opened .search-sort-item__nav-list {
        -ms-transform: translate(0);
            transform: translate(0);
        opacity: 1;
        visibility: visible; }
      .search-page .search-filter .search-sort .search-sort-item__nav.opened .search-sort-item__nav-opener-item button svg {
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
    .search-page .search-filter .search-tabs-mobile {
      display: none; }
      @media only screen and (max-width: 767px) {
        .search-page .search-filter .search-tabs-mobile {
          display: block;
          padding: 30px 0;
          margin-top: 7px; }
          .search-page .search-filter .search-tabs-mobile .search-sort-item__nav {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            min-width: 170px;
            margin-bottom: 0;
            position: relative;
            z-index: 3; }
            .search-page .search-filter .search-tabs-mobile .search-sort-item__nav-opener-item button {
              font-family: Brother-1816, Helvetica, Arial, sans-serif;
              font-style: normal;
              font-weight: bold;
              font-size: 14px;
              line-height: 18px;
              color: #0A0A23; }
              .opened .search-page .search-filter .search-tabs-mobile .search-sort-item__nav-opener-item button svg {
                -ms-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
              .search-page .search-filter .search-tabs-mobile .search-sort-item__nav-opener-item button svg {
                width: 8px;
                height: 5px;
                fill: #0A0A23;
                margin-left: 5px;
                transition: all 0.3s ease-in-out 0s; }
            .search-page .search-filter .search-tabs-mobile .search-sort-item__nav-list {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-direction: column;
                  flex-direction: column;
              background: #FFFFFF;
              font-family: "Caecilia", Helvetica, Arial, sans-serif;
              font-size: 14px;
              border: 1px solid #8264ff;
              -ms-transform: translate(0, -10px);
                  transform: translate(0, -10px);
              opacity: 0;
              visibility: hidden;
              position: absolute;
              top: 44px;
              width: 100%;
              max-height: 350px;
              overflow: auto;
              transition: all 0.3s ease-in-out 0s; }
              .opened .search-page .search-filter .search-tabs-mobile .search-sort-item__nav-list {
                -ms-transform: translate(0);
                    transform: translate(0);
                opacity: 1;
                visibility: visible; }
              .search-page .search-filter .search-tabs-mobile .search-sort-item__nav-list li {
                font-family: Brother-1816, Helvetica, Arial, sans-serif;
                padding: 12px 15px; }
              .search-page .search-filter .search-tabs-mobile .search-sort-item__nav-list a {
                font-family: Brother-1816, Helvetica, Arial, sans-serif;
                color: #0A0A23;
                transition: all 0.3s ease-in-out 0s; }
                .search-page .search-filter .search-tabs-mobile .search-sort-item__nav-list a.active {
                  color: #8264ff; } }
        @media only screen and (max-width: 767px) and (min-width: 1024px) {
          .search-page .search-filter .search-tabs-mobile .search-sort-item__nav-list a:hover {
            color: #8264ff; } }
      @media only screen and (max-width: 767px) {
              .search-page .search-filter .search-tabs-mobile .search-sort-item__nav-list li.active a {
                color: #8264ff; }
          .search-page .search-filter .search-tabs-mobile .search-sort-item__nav.opened .search-sort-item__nav-list {
            -ms-transform: translate(0);
                transform: translate(0);
            opacity: 1;
            visibility: visible; }
          .search-page .search-filter .search-tabs-mobile .search-sort-item__nav.opened .search-sort-item__nav-opener-item button svg {
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); } }
  .search-page .search-results__title {
    width: 90%;
    max-width: 1162px;
    margin: 90px auto 40px;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    text-transform: capitalize;
    color: #000000; }
  .search-page .results-top {
    width: 90%;
    max-width: 1162px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .search-page .results-top .invest-results {
      width: 48%; }
    .search-page .results-top .other-results {
      width: 32%; }
    .search-page .results-top .other-results.page-list {
      width: 100%; }
  @media only screen and (max-width: 1025px) {
    .search-page .results-top {
      display: block; }
      .search-page .results-top .invest-results {
        width: 100%; }
      .search-page .results-top .other-results {
        width: 100%; } }
  .search-page .invest-listing__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .search-page .invest-listing__inner {
        -ms-flex-pack: center;
            justify-content: center; } }
  .search-page .invest-listing__item {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 172px;
    height: 186px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background-color: #0d0d2f; }
    @media only screen and (min-width: 380px) and (max-width: 405px) {
      .search-page .invest-listing__item {
        margin-left: 10px;
        margin-right: 10px; } }
    @media only screen and (max-width: 380px) {
      .search-page .invest-listing__item {
        margin-left: 0;
        margin-right: 0; } }
  .search-page .invest-listing__item:last-of-type {
    margin-right: 0; }
    @media only screen and (min-width: 380px) and (max-width: 405px) {
      .search-page .invest-listing__item:last-of-type {
        margin-left: 10px;
        margin-right: 10px; } }
    @media only screen and (max-width: 380px) {
      .search-page .invest-listing__item:last-of-type {
        margin-left: 0;
        margin-right: 0; } }
  .search-page .invest-listing__item-icon {
    margin: 20px auto 0;
    text-align: center; }
    .search-page .invest-listing__item-icon img {
      width: 100px;
      height: 100px; }
  .search-page .invest-listing__item-title {
    margin-top: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 0 10px; }
  .search-page .other-results .other-listing__list a {
    margin-bottom: 24px;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #0A0A23; }
  .search-page .other-results .podcasts-listing__item-title a {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600; }
  .search-page .other-listing .podcasts-listing__item {
    -ms-flex-align: center;
        align-items: center; }
  .search-page .other-listing .podcasts-listing__item-cta.btn-play {
    display: -ms-flexbox;
    display: flex; }
  .search-page .other-listing .podcasts-listing__item-title {
    margin-bottom: 0; }
  .search-page .other-listing .btn-play:hover .btn-play-title {
    -ms-transform: none;
        transform: none; }
  .search-page .articles-results, .search-page .podcasts-results, .search-page .newsletter-results, .search-page .webinars-results, .search-page .white-papers-results, .search-page .videos-results {
    margin-top: 90px; }
  @media only screen and (max-width: 1025px) {
    .search-page .other-results {
      margin-top: 90px; } }
  .search-page .podcasts-listing {
    width: 90%;
    max-width: 1162px;
    margin: 0 auto; }
  .search-page .newsletters-listing {
    width: 90%;
    max-width: 1162px;
    margin: 0 auto; }
  @media (min-width: 1024px) {
    .search-page .articles-results .posts-listing.blog .listing__item:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: 0; }
    .search-page .articles-results .posts-listing.blog .listing__item:nth-child(3n + 2) {
      margin-left: 0;
      margin-right: 0; }
    .search-page .articles-results .posts-listing.blog .listing__item:nth-child(3n + 3) {
      margin-left: 0;
      margin-right: 0; }
    .search-page .articles-results .posts-listing.blog .listing__item:nth-child(2) {
      margin-left: 28px;
      margin-right: 28px; }
    .search-page .articles-results .posts-listing.blog .listing__item:nth-child(3n+5) {
      margin-left: 28px;
      margin-right: 28px; } }

.search-opened .search__form > form {
  width: 100%; }
  @media (max-width: 1023px) {
    .search-opened .search__form > form {
      padding-right: 30px; } }

#search-loadmore {
  padding-bottom: 60px; }

#search-form {
  width: 100%; }

.search-page .sr-title.single-title {
  margin: 0 0 20px 0; }

.search-page .results-top .other-results.page-list {
  padding-bottom: 60px; }

.no-items-show {
  display: none; }

.search-page .other-results.page-list .sr-title {
  margin-top: 60px; }

/* New design */
.search-page .promo {
  min-height: unset; }
  .search-page .promo .promo-wrapper, .search-page .promo .home__promo-wrapper {
    padding: 0;
    min-height: unset;
    display: block; }
  .search-page .promo .promo__content {
    padding-top: 198px; }
    @media only screen and (max-width: 1800px) {
      .search-page .promo .promo__content {
        padding-top: 180px; } }
    @media only screen and (max-width: 1430px) and (min-width: 1023px) {
      .search-page .promo .promo__content {
        padding-top: 160px; } }
    @media only screen and (min-width: 768px) {
      .search-page .promo .promo__content {
        padding-right: 0; } }
    @media only screen and (max-width: 1023px) {
      .search-page .promo .promo__content {
        padding-top: 130px; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .search-page .promo .promo__content {
        padding-right: 20px; } }
    .search-page .promo .promo__content .promo-title {
      display: none; }
    .search-page .promo .promo__content .promo-subtitle {
      display: none; }
  @media only screen and (min-width: 768px) {
    .search-page .promo .search__form {
      padding-right: 29px; } }
  @media only screen and (max-width: 1023px) {
    .search-page .promo .search__form {
      border-top: none; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .search-page .promo .search__form {
      padding-right: 38px; } }
  @media only screen and (min-width: 768px) {
    .search-page .promo .search__form .search-btn {
      right: -7px; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .search-page .promo .search__form .search-btn {
      right: 20px; } }
  .search-page .promo .promo__bg {
    display: none; }

.search-page .search-results__title {
  margin-top: 70px; }

@media only screen and (max-width: 1800px) {
  .search-page .search-results__title {
    margin-top: 40px; }
  .search-page .articles-results {
    margin-top: 40px; }
  .search-page .white-papers-results {
    margin-top: 40px; }
  .search-page .newsletter-results {
    margin-top: 40px; }
  .search-page .podcasts-results {
    margin-top: 40px; }
  .search-page .webinars-results {
    margin-top: 40px; }
  .search-page .videos-results {
    margin-top: 40px; } }

@media only screen and (max-width: 1430px) and (min-width: 1023px) {
  .search-page .search-results__title {
    margin-top: 20px;
    margin-bottom: 20px; }
  .search-page .articles-results {
    margin-top: 20px; }
  .search-page .white-papers-results {
    margin-top: 20px; }
  .search-page .newsletter-results {
    margin-top: 20px; }
  .search-page .podcasts-results {
    margin-top: 20px; }
  .search-page .webinars-results {
    margin-top: 20px; }
  .search-page .videos-results {
    margin-top: 20px; } }

@media (max-width: 1023px) {
  .table-block {
    padding-top: 10px;
    margin-bottom: 35px; } }

@media (min-width: 1024px) {
  .table-block {
    padding-top: 20px;
    margin-bottom: 35px; } }

.table-block__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #0A0A23; }
  @media (min-width: 1024px) {
    .table-block__title {
      font-size: 16px;
      line-height: 20px; } }
  @media (max-width: 1023px) {
    .table-block__title {
      margin-bottom: 18px; } }
  @media (min-width: 1024px) {
    .table-block__title {
      margin-bottom: 28px; } }

@media (max-width: 767px) {
  .table-wrapper {
    width: 100%;
    overflow: auto; } }

.table, .wysiwyg table {
  border: 1px solid #0A0A23;
  table-layout: fixed;
  margin-bottom: 22px; }
  @media (min-width: 768px) {
    .table, .wysiwyg table {
      width: 100%; } }
  @media (max-width: 767px) {
    .table, .wysiwyg table {
      min-width: 400px;
      margin: 0 auto; } }
  .table th, .wysiwyg table th {
    border-bottom: 1px solid;
    vertical-align: middle;
    background: #F2F3F6;
    padding: 15px 10px 20px; }
    @media (min-width: 768px) {
      .table th, .wysiwyg table th {
        padding: 22px 14px 22px 20px; } }
  .table tr:not(:last-child), .wysiwyg table tr:not(:last-child) {
    border-bottom: 1px solid; }
  .table th, .wysiwyg table th, .table td, .wysiwyg table td {
    text-align: left;
    font-size: 13px; }
    @media (min-width: 1024px) {
      .table th, .wysiwyg table th, .table td, .wysiwyg table td {
        font-size: 15px; } }
    .table th p, .wysiwyg table th p, .table td p, .wysiwyg table td p {
      font-size: 13px; }
      .table th p:last-child, .wysiwyg table th p:last-child, .table td p:last-child, .wysiwyg table td p:last-child {
        margin-bottom: 0; }
      @media (min-width: 1024px) {
        .table th p, .wysiwyg table th p, .table td p, .wysiwyg table td p {
          font-size: 15px; } }
  .table th, .wysiwyg table th {
    font-weight: 500; }
  .table td, .wysiwyg table td {
    padding: 15px 10px; }
    .table td:not(:last-child), .wysiwyg table td:not(:last-child) {
      border-right: 1px solid #0A0A23; }

.slider__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .slider__btns-item {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    transition: all 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .slider__btns-item:hover {
        background: #FFFFFF; } }
    .disabled .slider__btns-item {
      pointer-events: none; }
    .slider__btns-item.prev {
      margin-right: 5px; }
      .slider__btns-item.prev svg {
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
    .slider__btns-item.next svg {
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
    .slider__btns-item svg {
      width: 12px;
      height: 7.5px; }

body .pushassist_notification13 {
  display: none;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15) !important;
  border-radius: 0 !important; }
  body .pushassist_notification13 .pushassist_notification13_inner_wraper {
    padding: 0 10px 10px 15px !important;
    border-radius: 0 !important; }
    body .pushassist_notification13 .pushassist_notification13_inner_wraper .pushassist_notification13_image_wraper {
      margin: 10px 15px 0 0 !important;
      height: 42px !important;
      width: 42px !important; }
      body .pushassist_notification13 .pushassist_notification13_inner_wraper .pushassist_notification13_image_wraper img {
        height: 42px !important;
        width: 42px !important; }
      @media only screen and (max-width: 478px) and (min-width: 320px) {
        body .pushassist_notification13 .pushassist_notification13_inner_wraper .pushassist_notification13_image_wraper {
          height: 42px !important;
          width: 42px !important; } }
    body .pushassist_notification13 .pushassist_notification13_inner_wraper .pushassist_notification13_text_wraper {
      padding: 10px 0 0 !important; }
      body .pushassist_notification13 .pushassist_notification13_inner_wraper .pushassist_notification13_text_wraper .pushassist_notification13_title {
        font-family: Brother-1816, Helvetica, Arial, sans-serif !important;
        font-style: normal !important;
        font-weight: bold !important;
        font-size: 14px !important;
        line-height: 18px !important;
        color: #0A0A23 !important; }
      body .pushassist_notification13 .pushassist_notification13_inner_wraper .pushassist_notification13_text_wraper .pushassist_notification13_message {
        font-family: Brother-1816, Helvetica, Arial, sans-serif !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-size: 12px !important;
        line-height: 16px !important;
        color: #7D808E !important; }
    body .pushassist_notification13 .pushassist_notification13_inner_wraper .pushassist_notification13_footer_wraper .pushassist_notification13_powerd_by {
      display: none !important;
      padding: 5px 0 0 !important; }
    body .pushassist_notification13 .pushassist_notification13_inner_wraper .pushassist_notification13_footer_wraper .pushassist13_button_wrapper .pushassist13_btn_close {
      padding: 0 10px !important;
      min-height: 28px !important;
      font-family: Brother-1816, Helvetica, Arial, sans-serif !important;
      font-style: normal !important;
      font-weight: 500 !important;
      font-size: 14px !important;
      line-height: 21px !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center !important;
          align-items: center !important;
      color: #7D808E !important; }
      @media only screen and (max-width: 478px) and (min-width: 320px) {
        body .pushassist_notification13 .pushassist_notification13_inner_wraper .pushassist_notification13_footer_wraper .pushassist13_button_wrapper .pushassist13_btn_close {
          width: auto !important; } }
    body .pushassist_notification13 .pushassist_notification13_inner_wraper .pushassist_notification13_footer_wraper .pushassist13_button_wrapper .pushassist13_btn_close:hover {
      color: #7D808E !important;
      background-color: #FFFFFF !important; }
    body .pushassist_notification13 .pushassist_notification13_inner_wraper .pushassist_notification13_footer_wraper .pushassist13_button_wrapper .pushassist13_btn_allow {
      min-width: 68px !important;
      min-height: 28px !important;
      background-color: #6A4BFF !important;
      border-radius: 0 !important;
      padding: 3px 15px 4px !important;
      font-family: Brother-1816, Helvetica, Arial, sans-serif !important;
      font-style: normal !important;
      font-weight: 500 !important;
      font-size: 14px !important;
      line-height: 21px !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center !important;
          align-items: center !important;
      color: #FFFFFF !important; }
      @media only screen and (max-width: 478px) and (min-width: 320px) {
        body .pushassist_notification13 .pushassist_notification13_inner_wraper .pushassist_notification13_footer_wraper .pushassist13_button_wrapper .pushassist13_btn_allow {
          width: auto !important;
          padding: 3px 15px 4px !important; } }

body .pushassist_notification13.top_left,
body .pushassist_notification13.top_center {
  top: 15px !important;
  left: 194px !important; }
  @media only screen and (max-width: 767px) and (min-width: 320px) {
    body .pushassist_notification13.top_left,
    body .pushassist_notification13.top_center {
      top: 0 !important;
      left: 0 !important;
      bottom: auto !important; } }

.pushassist_notification13.showed {
  display: block; }

.timer {
  padding: 51px 10px 45px;
  width: 100%;
  height: 210px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background: rgba(10, 10, 36, 0.8); }
  .timer-title {
    font-size: 20px;
    color: #FFF;
    margin-bottom: 30px; }
    @media (max-width: 1023px) {
      .timer-title {
        font-size: 16px; } }
  .timer-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .timer__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    .timer__col:not(:last-child) {
      margin-right: 45px; }
      @media (max-width: 1023px) {
        .timer__col:not(:last-child) {
          margin-right: 25px; } }
    .timer__col span {
      color: #FFF; }
    .timer__col-num {
      font-size: 42px;
      font-weight: 500;
      margin-top: 12px;
      min-width: 24px;
      text-align: center; }
      @media (max-width: 1023px) {
        .timer__col-num {
          font-size: 28px;
          line-height: 35px;
          margin-top: 0; } }
      @media (max-width: 767px) {
        .timer__col-num {
          font-size: 32px; } }
    .timer__col-title {
      font-family: "Caecilia", Helvetica, Arial, sans-serif;
      font-size: 14px; }
      @media (max-width: 1023px) {
        .timer__col-title {
          font-size: 9px;
          line-height: 10px; } }
      @media (max-width: 767px) {
        .timer__col-title {
          font-size: 12px; } }

.filter-bar {
  width: 100%; }
  @media (min-width: 1024px) {
    .filter-bar {
      margin-bottom: 62px;
      padding-top: 30px; } }
  @media (max-width: 1023px) {
    .filter-bar {
      padding: 25px 0; } }
  @media (max-width: 767px) {
    .filter-bar {
      padding: 0;
      margin: 28px 0 30px 0; } }
  .filter-bar__items {
    width: 100%; }
    @media (min-width: 768px) {
      .filter-bar__items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start; } }
    @media (min-width: 1024px) {
      .filter-bar__items {
        -ms-flex-pack: end;
            justify-content: flex-end; } }
  .filter-bar__item {
    margin-right: 20px; }
    .filter-bar__item.active .filter-bar__title {
      color: #8264ff; }
    @media (max-width: 767px) {
      .filter-bar__item {
        margin-right: 0px; } }
    @media (max-width: 767px) {
      .filter-bar__item:last-child {
        margin-right: 0px; } }
    @media (min-width: 1024px) {
      .filter-bar__item:not(:last-child) {
        margin-right: 43px; }
      .filter-bar__item.inline {
        display: -ms-flexbox;
        display: flex;
        max-width: 70%;
        margin-right: auto; } }
  .filter-bar__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .filter-bar__list-item {
    margin: 0 20px 10px 0; }
    @media (min-width: 1024px) {
      .filter-bar__list-item {
        margin: 0 47px 15px 0; } }
    .filter-bar__list-item.active .filter-bar__title {
      color: #8264ff; }
  .filter-bar__title {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #0A0A23;
    cursor: pointer;
    transition: color 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .filter-bar__title:hover {
        color: #8264ff;
        transition: color 0.3s ease-in-out 0s; } }
  .filter-bar__title-icon {
    width: 8px;
    height: 8px;
    margin-left: 5px; }

@media (max-width: 767px) {
  .filter-bar__item.inline .filter-bar__list {
    margin-bottom: 20px;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative;
    overflow: hidden;
    height: 45px;
    border-bottom: 1px solid #8264FF; }
    .filter-bar__item.inline .filter-bar__list:after {
      position: absolute;
      bottom: -1px;
      left: 0;
      content: "";
      width: 100%;
      height: 1px;
      background: #8264FF; }
    .filter-bar__item.inline .filter-bar__list:before {
      position: absolute;
      top: 18px;
      right: 20px;
      content: "";
      background: url("../images/fib-arrow.svg") center no-repeat;
      width: 12px;
      height: 12px;
      z-index: 10;
      transition: 0.3s; }
    .filter-bar__item.inline .filter-bar__list .filter-bar__list-item {
      width: 100%;
      margin: 0;
      background: #fff;
      z-index: 5;
      border: 1px solid #8264FF;
      box-sizing: border-box;
      border-bottom: none;
      -ms-flex-order: 2;
          order: 2; }
    .filter-bar__item.inline .filter-bar__list .filter-bar__list-item.active {
      -ms-flex-order: 1;
          order: 1;
      pointer-events: none; }
    .filter-bar__item.inline .filter-bar__list .filter-bar__title {
      height: 45px;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: center;
          align-items: center;
      padding: 0 20px;
      box-sizing: border-box;
      font-size: 16px;
      line-height: 1;
      max-width: 80%;
      color: #0A0A23; }
    .filter-bar__item.inline .filter-bar__list .filter-bar__list-item.active .filter-bar__title {
      color: #8264ff; } }

@media (max-width: 767px) {
  .filter-bar__item.inline.active .filter-bar__list {
    height: auto; } }

@media (max-width: 767px) {
  .filter-bar__item.inline.active .filter-bar__list:before {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    transition: 0.3s; } }

.tags__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 13px; }
  @media (max-width: 767px) {
    .tags__title {
      font-size: 18px;
      line-height: 1.2;
      margin-bottom: 11px; } }

.tags__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.tags__item {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #0A0A23;
  background-color: #B1A0FF;
  padding: 5px 12px 7px 13px;
  margin: 0 7px 7px 0;
  cursor: pointer; }
  @media (max-width: 767px) {
    .tags__item {
      font-size: 16px;
      line-height: 1;
      padding: 12px 16px; } }

.tags__item:hover {
  background-color: rgba(177, 160, 255, 0.7); }

.footer-notes {
  padding-top: 13px; }
  .footer-notes__items {
    font-size: 14px;
    line-height: 18px; }
    @media (max-width: 767px) {
      .footer-notes__items {
        font-size: 16px;
        line-height: 1.3; } }
  .footer-notes__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: baseline;
        align-items: baseline;
    margin-bottom: 29px; }
    .footer-notes__item:last-child {
      margin-bottom: 17px; }
    @media (max-width: 767px) {
      .footer-notes__item {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .footer-notes__item {
        padding-left: 30px; } }
  .footer-notes__item-counter {
    position: absolute;
    top: 0;
    left: 0;
    color: #38d996; }
    .footer-notes__item-counter:after {
      position: absolute;
      content: '*';
      top: 0;
      right: -7px; }
    .without-link .footer-notes__item-counter {
      top: 5px; }
  .footer-notes__item-link {
    font-style: italic;
    color: #0A0A23;
    word-break: break-all;
    padding-left: 23px;
    margin-bottom: 5px;
    transition: color 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .footer-notes__item-link:hover {
        color: #8264ff;
        transition: color 0.3s ease-in-out 0s; } }
    @media (max-width: 767px) {
      .footer-notes__item-link {
        padding-left: 0px; } }
  .footer-notes__item-icon {
    width: 10px;
    height: 10px;
    fill: #8264ff;
    margin-left: 5px; }
  .footer-notes__item-description {
    width: 100%;
    font-style: italic;
    color: #7D808E;
    padding-left: 21px; }
    @media (max-width: 767px) {
      .footer-notes__item-description {
        padding-left: 0px; } }
    .footer-notes__item-description a {
      display: inline-block;
      vertical-align: top;
      max-width: 200px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #8264ff; }
      .footer-notes__item-description a:hover {
        color: #8264ff; }

.videopopupjs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: start !important;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99999; }

.videopopupjs--hide {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-name: videoPopupJsHide; }

.videopopupjs__close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #8264ff;
  border: 0;
  outline: none;
  box-shadow: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s ease-in-out 0s; }
  @media (min-width: 1024px) {
    .videopopupjs__close:hover {
      background-color: #866CFF;
      transition: background-color 0.3s ease-in-out 0s; } }
  .videopopupjs__close:before, .videopopupjs__close:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 3px; }
  .videopopupjs__close:before {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .videopopupjs__close:after {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.videopopupjs--animation {
  opacity: 0;
  animation-duration: 0.35s;
  animation-fill-mode: both;
  animation-name: videoPopupJs; }

.videopopupjs__content {
  width: 100%;
  position: relative;
  min-height: 300px;
  padding: 40px; }
  @media (max-width: 767px) {
    .videopopupjs__content {
      padding: 20px; } }

.videopopupjs__frame-holder {
  background-color: #000;
  padding-bottom: 56.25%;
  position: relative; }

.videopopupjs__iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.videopopupjs__block--notfound {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 680px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 500px;
  font-size: 20px; }

@keyframes videoPopupJs {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes videoPopupJsHide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.link-brand {
  font-family: "Brother-1816", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #866CFF;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  transition: color .3s ease; }
  .link-brand:after {
    content: '';
    display: block;
    width: 12px;
    height: 10px;
    -webkit-mask: url("../images/svg/button-arr.svg") no-repeat 100% 100%;
            mask: url("../images/svg/button-arr.svg") no-repeat 100% 100%;
    background: currentColor;
    margin-left: 21px;
    margin-top: 3px;
    transition: background .3s ease; }
  .link-brand:focus {
    color: #8264ff; }
  @media (min-width: 1024px) {
    .link-brand:hover {
      color: #8264ff;
      transition: color .3s ease; }
      .link-brand:hover:after {
        transition: background .3s ease; } }
  @media (max-width: 1023px) {
    .link-brand {
      font-size: 14px; } }

.page-listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background: #F2F3F6;
  margin-left: auto;
  margin-right: auto; }
  .page-listing.bg-light {
    background-color: #FFFFFF; }
  .page-listing__inner {
    width: 90%;
    max-width: 1162px;
    padding-bottom: 60px; }
    .page-listing__inner .breadcrumbs {
      margin-top: 20px; }
    .page-listing__inner.with-sidebar {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .page-listing__title {
    margin-bottom: 25px; }
  .page-listing .not-found-message {
    font-weight: 700;
    color: #0A0A23; }

.listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden; }
  @media (max-width: 767px) {
    .listing {
      -ms-flex-direction: column;
          flex-direction: column;
      max-width: 400px;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .listing.four-in-row > div {
      width: calc(25% - 16.5px); }
      .listing.four-in-row > div:not(:nth-child(4n + 4)) {
        margin-right: 22px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .listing.three-in-row > div {
    width: calc(50% - 27px); }
    .listing.three-in-row > div:not(:nth-child(2n + 2)) {
      margin-right: 54px; } }
  @media (min-width: 1024px) {
    .listing.three-in-row > div {
      width: calc(33.333% - 18.7px); }
      .listing.three-in-row > div:not(:nth-child(3n + 3)) {
        margin-right: 28px; } }
  @media (min-width: 768px) {
    .listing.two-in-row > div {
      width: calc(50% - 27px); }
      .listing.two-in-row > div:not(:nth-child(2n + 2)) {
        margin-right: 54px; } }
  .listing__item {
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #EAEBEF;
    position: relative; }
    @media (min-width: 1024px) {
      .listing__item:hover {
        border-color: #8264ff; } }
    .listing__item-inner {
      margin-bottom: 20px; }
    .listing__item-img-wrapper {
      width: 100%;
      height: 220px; }
      .listing__item-img-wrapper.video {
        position: relative;
        display: block; }
        .listing__item-img-wrapper.video:before, .listing__item-img-wrapper.video:after {
          position: absolute;
          content: '';
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
          pointer-events: none;
          transition: .3s ease; }
        .listing__item-img-wrapper.video:before {
          width: 53px;
          height: 53px;
          background-color: #8264ff;
          border-radius: 50%;
          z-index: 2; }
        .listing__item-img-wrapper.video:after {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 0 6px 10px;
          border-color: transparent transparent transparent #FFF;
          z-index: 3; }
        @media (min-width: 1024px) {
          .listing__item-img-wrapper.video:hover:before {
            background-color: #866CFF;
            transition: .3s ease; } }
    .listing__item-img-link {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
      .listing__item-img-link.video:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(90, 65, 219, 0.35);
        z-index: 1; }
    .listing__item-content {
      padding: 25px 25px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
    .listing__item-details {
      margin-bottom: 10px; }
      .listing__item-details span {
        font-size: 13px;
        font-family: "Caecilia", Helvetica, Arial, sans-serif;
        color: #7D808E;
        line-height: 16px; }
        @media (min-width: 1024px) {
          .listing__item-details span {
            font-size: 15px;
            line-height: 18px; } }
        @media (max-width: 767px) {
          .listing__item-details span {
            font-size: 14px;
            font-weight: 400;
            line-height: 1.6; } }
      .listing__item-details span a {
        font-size: 13px;
        font-family: "Caecilia", Helvetica, Arial, sans-serif;
        color: #7D808E;
        line-height: 16px; }
        @media (min-width: 1024px) {
          .listing__item-details span a {
            font-size: 15px;
            line-height: 18px; } }
        @media (max-width: 767px) {
          .listing__item-details span a {
            font-size: 14px;
            color: #7D808C;
            font-weight: 400; } }
    .listing__item-details-date {
      display: block;
      margin-bottom: 7px; }
    .listing__item-title, .team__popup-promo h4 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 13px; }
      @media (min-width: 1024px) {
        .listing__item-title, .team__popup-promo h4 {
          font-size: 22px;
          line-height: 26px; } }
      .listing__item-title a, .team__popup-promo h4 a {
        color: inherit;
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        line-height: 28px;
        overflow: hidden;
        display: block;
        display: -webkit-box;
        max-height: 84px;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis; }
        @media (max-width: 1023px) {
          .listing__item-title a, .team__popup-promo h4 a {
            /* autoprefixer: off */
            -webkit-box-orient: vertical;
            /* autoprefixer: on */
            line-height: 24px;
            overflow: hidden;
            display: block;
            display: -webkit-box;
            max-height: 72px;
            -webkit-line-clamp: 3;
            text-overflow: ellipsis; } }
        .listing__item-title a.listing__item-title-link, .team__popup-promo h4 a.listing__item-title-link {
          transition: color 0.3s ease-in-out 0s; }
          @media (min-width: 1024px) {
            .listing__item-title a.listing__item-title-link:hover, .team__popup-promo h4 a.listing__item-title-link:hover {
              color: #8264ff;
              transition: color 0.3s ease-in-out 0s; } }
  .listing__time-read {
    display: block;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #7D808E;
    padding: 0 0 0 0;
    margin-bottom: 5px; }
    .listing__time-read_large {
      font-size: 13px; }

@media (max-width: 767px) {
  .listing__item-details.top .listing__time-read {
    display: block; } }

@media (max-width: 767px) {
  .home .posts-listing .listing__item .listing__item-details.top {
    -ms-flex-direction: row;
        flex-direction: row; } }

.listing-featured {
  padding-top: 69px; }
  @media (min-width: 768px) {
    .listing-featured {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .listing-featured__title {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .listing-featured__title {
        margin: 0 25px 41px 0; } }
  .listing-featured__btn {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .listing-featured__btn {
        margin: 12px 0 26px; } }
  .listing-featured__items {
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .listing-featured__items {
        max-width: 500px; } }
    @media (min-width: 1024px) {
      .listing-featured__items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .listing-featured__item {
    width: 100%;
    border: 1px solid #EAEBEF;
    padding: 20px;
    margin-bottom: 20px;
    transition: .3s ease; }
    @media (min-width: 768px) {
      .listing-featured__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start; } }
    @media (min-width: 1024px) {
      .listing-featured__item {
        width: calc(50% - 10px);
        padding: 19px 40px 18px 20px; }
        .listing-featured__item:nth-child(odd) {
          margin-right: 20px; } }
    @media (min-width: 1024px) {
      .listing-featured__item:hover {
        border: 1px solid #8264ff;
        transition: .3s ease; } }
  .listing-featured__item-img-wrap {
    display: block;
    width: 135px;
    height: 135px;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .listing-featured__item-img-wrap {
        width: 100%;
        margin-bottom: 4px; } }
    @media (min-width: 1024px) {
      .listing-featured__item-img-wrap {
        margin-right: 32px; } }
  .listing-featured__item-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .listing-featured__item-content {
    padding-top: 11px; }
    @media (min-width: 768px) {
      .listing-featured__item-content {
        -ms-flex: 1;
            flex: 1; } }
  @media (max-width: 767px) {
    .listing-featured__item-details {
      margin-bottom: 4px; } }
  .listing-featured__item-title {
    margin-bottom: 21px; }
    .listing-featured__item-title a {
      -webkit-line-clamp: 2;
      transition: color 0.3s ease-in-out 0s; }
      @media (min-width: 1024px) {
        .listing-featured__item-title a:hover {
          color: #8264ff;
          transition: color 0.3s ease-in-out 0s; } }

@media (min-width: 1024px) {
  .posts-listing.blog .listing__item:nth-child(3n + 1) {
    margin-left: 28px; }
  .posts-listing.blog .listing__item:nth-child(3n + 2) {
    margin-right: 0; }
  .posts-listing.blog .listing__item.featured {
    margin-right: 0;
    margin-bottom: 80px; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .posts-listing.blog .listing__item.featured {
      width: calc(33.333% - 27px); } }

@media (min-width: 1024px) {
    .posts-listing.blog .listing__item.featured.large {
      position: relative;
      overflow: visible;
      margin-right: 27px;
      margin-left: 0; }
      .posts-listing.blog .listing__item.featured.large:after {
        position: absolute;
        content: '';
        bottom: -42px;
        left: 50%;
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        width: 150vw;
        height: 1px;
        background-color: #EAEBEF; } }

.posts-listing .listing__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .posts-listing .listing__item {
      min-height: 435px; } }
  @media (max-width: 1023px) {
    .posts-listing .listing__item {
      border-color: #8264ff; } }
  @media (max-width: 767px) {
    .posts-listing .listing__item {
      border-color: #E2E7EB;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; } }
  .posts-listing .listing__item-categories {
    color: #7D808E;
    font-size: 15px;
    line-height: 18px;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    margin: 0 0 5px 0; }
  @media (max-width: 1023px) {
    .posts-listing .listing__item .listing__item-img-wrapper {
      height: 150px;
      width: calc(100% - 50px);
      margin: 30px auto 0; } }
  @media (max-width: 1023px) and (max-width: 767px) {
    .posts-listing .listing__item .listing__item-img-wrapper {
      width: auto;
      height: 113px;
      -ms-flex-order: 1;
          order: 1;
      margin: 0; } }
  @media (max-width: 1023px) and (max-width: 529px) {
    .posts-listing .listing__item .listing__item-img-wrapper {
      height: 80px; } }
  @media (max-width: 1023px) and (max-width: 767px) {
    .posts-listing .listing__item .listing__item-img-wrapper {
      height: 113px; } }
  @media (max-width: 1023px) {
    .posts-listing .listing__item .listing__item-details.top {
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
      opacity: 1;
      transition: .3s ease; } }
  @media (max-width: 1023px) and (max-width: 767px) {
    .posts-listing .listing__item .listing__item-details.top {
      -ms-flex-order: 2;
          order: 2;
      margin: 0;
      display: block; }
      .posts-listing .listing__item .listing__item-details.top .listing__item-detail {
        display: block; } }
  @media (max-width: 1023px) {
    .posts-listing .listing__item .listing__item-details.bottom {
      opacity: 1;
      transition: .35s ease; } }

@media (max-width: 1023px) and (max-width: 767px) {
  .posts-listing .listing__item .listing__item-detail {
    -ms-flex-negative: 0;
        flex-shrink: 0; } }
  @media (max-width: 1023px) {
    .posts-listing .listing__item .listing__item-title, .posts-listing .listing__item .team__popup-promo h4, .team__popup-promo .posts-listing .listing__item h4 {
      transition: .35s ease; } }
  @media (max-width: 1023px) and (max-width: 767px) {
    .posts-listing .listing__item .listing__item-title, .posts-listing .listing__item .team__popup-promo h4, .team__popup-promo .posts-listing .listing__item h4 {
      margin-bottom: 20px; }
      .posts-listing .listing__item .listing__item-title a, .posts-listing .listing__item .team__popup-promo h4 a, .team__popup-promo .posts-listing .listing__item h4 a {
        color: #000000; } }
  @media (max-width: 1023px) {
    .posts-listing .listing__item .listing__item-description {
      transition: .35s ease; }
    .posts-listing .listing__item .listing__item__btn-wrapper {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
      opacity: 1;
      transition: .3s ease; } }
  @media (max-width: 1023px) and (max-width: 767px) {
    .posts-listing .listing__item .listing__item__btn-wrapper {
      margin-top: 0px; } }
  @media (max-width: 1023px) {
      .posts-listing .listing__item .listing__item__btn-wrapper .btn-light {
        color: #8264ff; }
        .posts-listing .listing__item .listing__item__btn-wrapper .btn-light:after {
          background-color: #8264ff; } }
  @media (min-width: 1024px) {
    .posts-listing .listing__item:hover .listing__item-img-wrapper {
      -ms-transform: translate(0, -20px) scale(0.86, 0.33);
          transform: translate(0, -20px) scale(0.86, 0.33);
      transition: .35s ease; }
    .posts-listing .listing__item:hover .listing__item.img {
      -ms-transform: scale(1, 2.7);
          transform: scale(1, 2.7);
      transition: .35s ease; }
    .posts-listing .listing__item:hover .listing__item-img-wrapper.large {
      -ms-transform: translate(0, 22px) scale(0.86, 0.66);
          transform: translate(0, 22px) scale(0.86, 0.66);
      transition: .35s ease; }
    .posts-listing .listing__item:hover .listing__item-img-wrapper.large.video:before, .posts-listing .listing__item:hover .listing__item-img-wrapper.large.video:after {
      -ms-transform: translate(-50%, -50%) scale(0.7, 0.9);
          transform: translate(-50%, -50%) scale(0.7, 0.9);
      transition: .3s ease; }
    .posts-listing .listing__item:hover .listing__item-img.large {
      -ms-transform: scale(1, 1.33);
          transform: scale(1, 1.33);
      transition: .35s ease; }
    .posts-listing .listing__item:hover .listing__item-details.top {
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
      opacity: 1;
      transition: .3s ease; }
    .posts-listing .listing__item:hover .listing__item-details.middle {
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
      transition: .3s ease; }
    .posts-listing .listing__item:hover .listing__item-details.bottom {
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
      opacity: 1;
      transition: .35s ease; }
    .posts-listing .listing__item:hover .listing__item-tags {
      opacity: 1;
      transition: .35s ease; }
    .posts-listing .listing__item:hover .listing__item-title, .posts-listing .listing__item:hover .team__popup-promo h4, .team__popup-promo .posts-listing .listing__item:hover h4 {
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
      transition: .35s ease; }
    .posts-listing .listing__item:hover .listing__item-description {
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
      transition: .35s ease; }
    .posts-listing .listing__item:hover .listing__item__btn-wrapper {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
      opacity: 1;
      transition: .3s ease; }
      .posts-listing .listing__item:hover .listing__item__btn-wrapper .btn-light {
        color: #8264ff; }
        .posts-listing .listing__item:hover .listing__item__btn-wrapper .btn-light:after {
          background-color: #8264ff; } }
  .posts-listing .listing__item.featured .listing__item-title, .posts-listing .listing__item.featured .team__popup-promo h4, .team__popup-promo .posts-listing .listing__item.featured h4 {
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .posts-listing .listing__item.featured .listing__item-title, .posts-listing .listing__item.featured .team__popup-promo h4, .team__popup-promo .posts-listing .listing__item.featured h4 {
        margin-bottom: 10px; } }
  @media (min-width: 1024px) {
    .posts-listing .listing__item.featured.large {
      width: 65.81%;
      max-width: 770px; }
      .posts-listing .listing__item.featured.large .listing__item-img-wrapper {
        height: 328px; }
      .posts-listing .listing__item.featured.large .listing__item-title, .posts-listing .listing__item.featured.large .team__popup-promo h4, .team__popup-promo .posts-listing .listing__item.featured.large h4 {
        font-size: 26px;
        line-height: 32px; }
        .posts-listing .listing__item.featured.large .listing__item-title a, .posts-listing .listing__item.featured.large .team__popup-promo h4 a, .team__popup-promo .posts-listing .listing__item.featured.large h4 a {
          max-height: 100px;
          line-height: 34px; } }
  .posts-listing .listing__item.featured.large .listing__item-img {
    transition: .33s ease; }
  .posts-listing .listing__item.featured.large .listing__item-title, .posts-listing .listing__item.featured.large .team__popup-promo h4, .team__popup-promo .posts-listing .listing__item.featured.large h4 {
    margin-bottom: 36px; }
    .posts-listing .listing__item.featured.large .listing__item-title ~ .listing__item-details, .posts-listing .listing__item.featured.large .team__popup-promo h4 ~ .listing__item-details, .team__popup-promo .posts-listing .listing__item.featured.large h4 ~ .listing__item-details {
      margin-bottom: 9px; }
    @media (max-width: 767px) {
      .posts-listing .listing__item.featured.large .listing__item-title, .posts-listing .listing__item.featured.large .team__popup-promo h4, .team__popup-promo .posts-listing .listing__item.featured.large h4 {
        margin-bottom: 10px; } }
  .posts-listing .listing__item.featured.large .listing__item-details.bottom {
    opacity: 1; }
  @media (min-width: 1024px) {
    .posts-listing .listing__item.featured.large:hover .listing__item-img-wrapper {
      -ms-transform: translate(0, 16px) scale(0.935, 0.75);
          transform: translate(0, 16px) scale(0.935, 0.75);
      transition: .33s ease; }
    .posts-listing .listing__item.featured.large:hover .listing__item-img {
      -ms-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
      transition: .33s ease; }
    .posts-listing .listing__item.featured.large:hover .listing__item-title, .posts-listing .listing__item.featured.large:hover .team__popup-promo h4, .team__popup-promo .posts-listing .listing__item.featured.large:hover h4 {
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
      transition: .3s ease; }
    .posts-listing .listing__item.featured.large:hover .listing__item-details.middle {
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
      transition: .3s ease; }
    .posts-listing .listing__item.featured.large:hover .listing__item-details.bottom {
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
      transition: .3s ease; } }
  .posts-listing .listing__item-img-wrapper {
    overflow: hidden;
    transition: .35s ease; }
  .posts-listing .listing__item-img-link {
    display: block;
    width: 100%;
    height: 100%; }
  .posts-listing .listing__item-img {
    transition: .35s ease; }
  .posts-listing .listing__item-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-positive: 1;
        flex-grow: 1;
    transition: all 0.3s ease-in-out 0s; }
    @media (max-width: 767px) {
      .posts-listing .listing__item-content {
        padding: 15px 20px 20px 20px; } }
    @media (max-width: 767px) {
      .posts-listing .listing__item-content {
        -ms-flex-order: 3;
            order: 3; }
        .posts-listing .listing__item-content h3 {
          font-size: 24px;
          line-height: 1.4; } }
  .posts-listing .listing__item-details {
    margin-bottom: 0; }
    .posts-listing .listing__item-details:not(.hover) {
      transition: .3s ease;
      height: 20px;
      overflow: hidden;
      opacity: 1;
      visibility: visible; }
    .posts-listing .listing__item-details.hover {
      position: absolute;
      top: 25px;
      left: 25px;
      opacity: 0;
      visibility: hidden; }
    .posts-listing .listing__item-details.top {
      width: 100%;
      transition: .3s ease;
      padding: 15px 25px 0 25px; }
      @media (min-width: 1024px) {
        .posts-listing .listing__item-details.top {
          opacity: 0;
          -ms-transform: translate(0, -10px);
              transform: translate(0, -10px);
          position: absolute;
          top: 0;
          left: 0;
          padding-bottom: 18px; }
          .posts-listing .listing__item-details.top span:not(:first-child) {
            text-align: right; } }
      @media (max-width: 767px) {
        .posts-listing .listing__item-details.top {
          padding: 15px 20px 0 20px; }
          .posts-listing .listing__item-details.top span {
            font-size: 14px; } }
      @media (max-width: 1023px) {
        .posts-listing .listing__item-details.top {
          height: auto; } }
    .posts-listing .listing__item-details.middle {
      line-height: 18px;
      height: auto;
      min-height: 20px;
      margin-bottom: 10px;
      transition: .3s ease; }
    .posts-listing .listing__item-details.bottom {
      line-height: 18px;
      height: auto;
      transition: .3s ease; }
      @media (max-width: 767px) {
        .posts-listing .listing__item-details.bottom {
          margin-bottom: 20px; } }
    .posts-listing .listing__item-details.spaced {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .posts-listing .listing__item-details-title {
    color: #0A0A23;
    font-weight: bold; }
    @media (max-width: 767px) {
      .posts-listing .listing__item-details-title {
        font-weight: 900;
        color: #0A0A23; } }
  .posts-listing .listing__item-detail-link {
    color: #7D808E;
    transition: color 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .posts-listing .listing__item-detail-link:hover {
        color: #8264ff;
        transition: color 0.3s ease-in-out 0s; } }
    @media (max-width: 767px) {
      .posts-listing .listing__item-detail-link {
        color: #7D808C; } }
  @media (min-width: 1024px) {
    .posts-listing .listing__item-tags {
      opacity: 0;
      transition: .35s ease; } }
  .posts-listing .listing__item-title, .posts-listing .team__popup-promo h4, .team__popup-promo .posts-listing h4 {
    transition: .3s ease; }
  .posts-listing .listing__item-description {
    margin-bottom: 35px;
    transition: .3s ease; }
  .posts-listing .listing__item-features {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 11px; }
  .posts-listing .listing__item-feature {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #7D808E;
    padding-left: 7px;
    margin-bottom: 15px; }
    .posts-listing .listing__item-feature:before {
      position: absolute;
      content: '';
      top: 9px;
      left: 1px;
      width: 2px;
      height: 2px;
      border-radius: 50%;
      background-color: currentColor; }
  .posts-listing .listing__item-inner {
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .posts-listing .listing__item-inner {
        height: 0; } }
  .posts-listing .listing__item__btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-top: auto;
    transition: .3s ease;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (min-width: 1024px) {
      .posts-listing .listing__item__btn-wrapper {
        opacity: 0;
        -ms-transform: translate(0, 25px);
            transform: translate(0, 25px); } }
    @media (max-width: 1023px) {
      .posts-listing .listing__item__btn-wrapper {
        margin-top: 10px; } }

.webinars-listing .listing__item {
  border-color: #EAEBEF; }
  .webinars-listing .listing__item-img-wrapper {
    height: 270px;
    position: relative; }
  .webinars-listing .listing__item .timer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .webinars-listing .listing__item-img {
    position: relative;
    z-index: 1; }
  .webinars-listing .listing__item-description {
    margin-bottom: 35px; }
  .webinars-listing .listing__item-details {
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .webinars-listing .listing__item-details span {
        font-size: 16px;
        line-height: 20px; } }
  .webinars-listing .listing__item .btn-primary, .webinars-listing .listing__item .hs-form .hs_submit .hs-button, .hs-form .hs_submit .webinars-listing .listing__item .hs-button {
    min-width: 200px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .webinars-listing .listing__item .btn-primary:after, .webinars-listing .listing__item .hs-form .hs_submit .hs-button:after, .hs-form .hs_submit .webinars-listing .listing__item .hs-button:after {
      margin-left: auto; }

.video-listing .listing__item.video .listing__item-details.top.spaced,
.video-listing .listing__item.video .listing__item__btn-wrapper {
  display: none; }

.team-listing {
  margin: 0 -10px 35px -10px;
  min-height: unset;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1023px) {
    .team-listing {
      max-width: 670px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 767px) {
    .team-listing {
      max-width: 350px; } }
  .team-listing__item-wrap {
    width: 25%;
    padding: 10px; }
    @media (max-width: 1024px) {
      .team-listing__item-wrap {
        width: 50%; } }
    @media (max-width: 768px) {
      .team-listing__item-wrap {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
  .team-listing__item {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EAEBEF;
    min-height: 100%;
    transition: all 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .team-listing__item:hover {
        border-color: #8264ff;
        cursor: pointer; } }
    .team-listing__item .listing__item-content {
      padding: 23px 15px; }
    .team-listing__item-img-wrapper {
      width: 100%;
      height: 258px; }
    .team-listing__item-title {
      font-size: 14px;
      margin: 0 0 5px 0;
      margin-bottom: 4px;
      text-align: center; }
      @media (min-width: 1024px) {
        .team-listing__item-title {
          font-size: 16px; } }
    .team-listing__item-desc {
      font-family: "Caecilia", Helvetica, Arial, sans-serif;
      font-size: 12px;
      line-height: 14px;
      text-align: center; }
      @media (min-width: 1024px) {
        .team-listing__item-desc {
          font-size: 14px;
          line-height: 16px; } }

.team-nav {
  margin: 0 0 60px 0; }
  @media (max-width: 768px) {
    .team-nav {
      margin: 0 0 30px 0; } }
  .team-nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    background: #F2F3F6; }
    @media (max-width: 768px) {
      .team-nav ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    .team-nav ul li {
      width: 100%; }
      @media (max-width: 768px) {
        .team-nav ul li {
          width: auto; } }
      .team-nav ul li a {
        font-weight: 700;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.02em;
        text-transform: capitalize;
        color: #0A0A23;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        padding: 23px 14px;
        box-sizing: border-box;
        transition: 0.3s;
        min-height: 100%; }
        @media (min-width: 1024px) {
          .team-nav ul li a:hover {
            background: #B1A0FF;
            color: #ffffff;
            transition: 0.3s; } }
        @media (max-width: 768px) {
          .team-nav ul li a {
            font-size: 13px;
            padding: 20px 11px; } }
        @media (max-width: 1024px) {
          .team-nav ul li a {
            font-size: 13px; } }
        .team-nav ul li a.active {
          background: #8264FF;
          color: #ffffff;
          transition: 0.3s; }

.team-slider {
  overflow: hidden;
  height: 688px; }

.team-slider .owl-item {
  width: 86px !important;
  transition: 1s; }

.team-slider .owl-item:hover {
  width: 300px !important; }

.team-slider .owl-item img {
  width: 100%;
  height: 688px;
  object-fit: cover;
  transition: 0.3s; }

.team-slider__item-wrap {
  overflow: hidden;
  position: absolute;
  transition: 1s;
  width: 100%;
  height: 100%; }
  .team-slider__item-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #1E0985;
    opacity: 0.35;
    visibility: visible;
    transition: 0.3s;
    z-index: 1; }
  .team-slider__item-wrap:hover:before {
    opacity: 0;
    transition: 0.3s; }

.team-slider__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  cursor: pointer;
  height: 688px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%; }

.team-slider__item:hover .team-slider__item-wrap {
  /*width: 322px !important;*/
  /*transition: 0.6s ease-in-out;*/
  /*transform: translateX(-235px);*/ }

.team-slider__item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  padding: 20px 25px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  white-space: nowrap;
  width: 270px;
  -ms-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
  overflow: hidden;
  z-index: 2; }

.team-slider__item-name {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  color: #0A0A23;
  margin: 0 0 15px 0; }

.team-slider__item-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #7D808E; }

.team-slider__item:before:hover {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s; }

.team-slider__item:hover .team-slider__item-text {
  opacity: 1;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  visibility: visible;
  white-space: inherit; }

.team-slider .owl-nav {
  display: block !important; }

.team-slider .owl-prev {
  display: none; }

.podcasts-listing,
.newsletters-listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  @media (min-width: 1024px) {
    .podcasts-listing,
    .newsletters-listing {
      -ms-flex: 1;
          flex: 1;
      max-width: 808px;
      margin-right: 11.79%;
      -ms-flex-item-align: start;
          align-self: flex-start; } }
  .podcasts-listing__inner,
  .newsletters-listing__inner {
    width: 100%; }
  .podcasts-listing__item,
  .newsletters-listing__item {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    background-color: #FFF;
    padding: 30px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .podcasts-listing__item,
      .newsletters-listing__item {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start;
        padding: 20px; } }
    .research .podcasts-listing__item, .research
    .newsletters-listing__item {
      border: 1px solid #cfd0d5;
      min-width: 100%;
      width: 100%;
      max-width: 100%; }
  .podcasts-listing__item-img-wrap,
  .newsletters-listing__item-img-wrap {
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin-right: 17px; }
    @media (max-width: 767px) {
      .podcasts-listing__item-img-wrap,
      .newsletters-listing__item-img-wrap {
        margin-bottom: 30px;
        width: 100%;
        height: auto; } }
  .podcasts-listing__item-img,
  .newsletters-listing__item-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .podcasts-listing__item-inner,
  .newsletters-listing__item-inner {
    padding-right: 10px; }
    @media (min-width: 768px) {
      .podcasts-listing__item-inner,
      .newsletters-listing__item-inner {
        width: 60%;
        max-width: 403px; } }
    @media (max-width: 767px) {
      .podcasts-listing__item-inner,
      .newsletters-listing__item-inner {
        margin-bottom: 20px; } }
  .podcasts-listing__item-info,
  .newsletters-listing__item-info {
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #7D808E;
    margin-bottom: 2px; }
    @media (min-width: 1024px) {
      .podcasts-listing__item-info,
      .newsletters-listing__item-info {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .podcasts-listing__item-info,
      .newsletters-listing__item-info {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 8px; } }
    .podcasts-listing__item-info a,
    .newsletters-listing__item-info a {
      color: #7D808E; }
      .podcasts-listing__item-info a:hover,
      .newsletters-listing__item-info a:hover {
        text-decoration: underline; }
  .podcasts-listing__item-title,
  .newsletters-listing__item-title {
    font-size: 20px;
    line-height: 24px;
    padding-right: 10px;
    margin-bottom: 18px; }
    @media (min-width: 1024px) {
      .podcasts-listing__item-title,
      .newsletters-listing__item-title {
        font-size: 26px;
        line-height: 30px; } }
  .podcasts-listing__item-title-link,
  .newsletters-listing__item-title-link {
    color: #0A0A23;
    font-weight: 700;
    transition: color 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .podcasts-listing__item-title-link:hover,
      .newsletters-listing__item-title-link:hover {
        color: #8264ff;
        transition: color 0.3s ease-in-out 0s; } }
  .podcasts-listing__item-details,
  .newsletters-listing__item-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-weight: 500;
    font-size: 14px;
    color: #7D808E; }
    @media (min-width: 1024px) {
      .podcasts-listing__item-details,
      .newsletters-listing__item-details {
        line-height: 16px; } }
    @media (max-width: 767px) {
      .podcasts-listing__item-details,
      .newsletters-listing__item-details {
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .podcasts-listing__item-details span,
        .newsletters-listing__item-details span {
          display: none; } }
  .podcasts-listing__item-detail,
  .newsletters-listing__item-detail {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
  .podcasts-listing__item-download,
  .newsletters-listing__item-download {
    color: inherit;
    transition: color 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .podcasts-listing__item-download:hover,
      .newsletters-listing__item-download:hover {
        color: #866CFF;
        transition: color 0.3s ease-in-out 0s; } }
    @media (max-width: 767px) {
      .podcasts-listing__item-download,
      .newsletters-listing__item-download {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        color: #8264FF; }
        .podcasts-listing__item-download:after,
        .newsletters-listing__item-download:after {
          content: "";
          display: block;
          margin: 0 0 0 9px;
          background: url("../images/dwn-ico.svg") center no-repeat;
          width: 10px;
          height: 10px; } }
  .podcasts-listing__item-cta,
  .newsletters-listing__item-cta {
    position: relative; }
    @media (min-width: 768px) {
      .podcasts-listing__item-cta,
      .newsletters-listing__item-cta {
        margin: auto 0 0 auto; } }
    .podcasts-listing__item-cta .btn-play-icon,
    .newsletters-listing__item-cta .btn-play-icon {
      top: 16px; }

.newsletters-listing__item {
  border: 1px solid #866CFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .newsletters-listing__item-info-item {
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: relative;
    z-index: 2;
    width: 100%; }
  .newsletters-listing__item_crypto {
    border-color: #EAEBEF; }
    .newsletters-listing__item_crypto .newsletters-listing__item-info-item {
      color: #7D808E;
      font-size: 15px; }
    .newsletters-listing__item_crypto .newsletters-listing__item-inner {
      padding-bottom: 0; }

.newsletters-listing__item-img-wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-pack: start;
      justify-content: flex-start;
  min-width: 130px;
  height: 130px;
  background: url("../images/lines.svg") right 0 no-repeat #0A0A23;
  margin-right: 32px;
  text-align: center;
  padding: 35px 10px 15px 10px; }
  .newsletters-listing__item-img-wrap_full {
    height: auto; }
  .newsletters-listing__item-img-wrap:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: inherit;
    z-index: 1;
    display: none; }
  @media (max-width: 767px) {
    .newsletters-listing__item-img-wrap {
      width: 100%;
      margin: 0 0 15px 0;
      height: auto;
      padding: 15px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; } }
  .newsletters-listing__item-img-wrap_crypto {
    background: url("../images/BTC_Thumbnail.svg") center center no-repeat;
    background-size: cover;
    padding: 15px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    .newsletters-listing__item-img-wrap_crypto:before, .newsletters-listing__item-img-wrap_crypto:after {
      display: none; }

.newsletters-listing__item-title {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .newsletters-listing__item-title {
      margin-bottom: 20px; } }

.newsletters-listing__list-title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 12px;
  font-family: "Brother-1816", Helvetica, Arial, sans-serif; }

.newsletters-listing__item-inner {
  padding: 0 0 80px 0; }
  @media (max-width: 767px) {
    .newsletters-listing__item-inner {
      width: 100%;
      padding-bottom: 0; } }

.newsletters-listing__item-img-counter {
  position: relative;
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 0;
  text-align: center; }
  @media (max-width: 767px) {
    .newsletters-listing__item-img-counter {
      padding: 0;
      font-size: 26px;
      height: auto;
      width: 100%;
      text-align: center;
      margin-bottom: 10px; } }
  .newsletters-listing__item-img-counter:before, .newsletters-listing__item-img-counter:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 200px;
    background-image: linear-gradient(180deg, #8264ff 2px, transparent 1px);
    background-size: 9px 9px;
    pointer-events: none; }
  .newsletters-listing__item-img-counter:before {
    top: -180px;
    right: -160px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    display: none; }
  .newsletters-listing__item-img-counter:after {
    top: 55px;
    right: -185px;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    width: 400px;
    height: 60px;
    display: none; }
  .newsletters-listing__item-img-counter_crypto {
    height: auto;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    padding: 15px; }
    .newsletters-listing__item-img-counter_crypto:before, .newsletters-listing__item-img-counter_crypto:after {
      display: none; }
    @media (max-width: 767px) {
      .newsletters-listing__item-img-counter_crypto {
        font-size: 40px; } }

.newsletters-listing__item-cta {
  min-width: 0;
  padding: 14px 16px;
  font-size: 14px; }
  .newsletters-listing__item-cta:after {
    margin-left: 20px; }

.newsletters-listing__list li {
  margin-bottom: 10px;
  line-height: 1.3;
  padding: 0 0 0 17px;
  position: relative;
  font-size: 14px; }
  .newsletters-listing__list li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%; }
  .newsletters-listing__list li a {
    color: #000; }
    .newsletters-listing__list li a svg {
      margin-left: 12px; }
    .newsletters-listing__list li a:hover {
      color: #8264ff; }
  .newsletters-listing__list li:last-child {
    margin-bottom: 0; }

.posts-grid {
  background-color: #EAEBEF;
  padding: 117px 0 67px; }
  @media (max-width: 1023px) {
    .posts-grid {
      padding: 38px 0 58px; } }
  .posts-grid__title {
    margin-bottom: 9px; }
  .posts-grid__description {
    width: 85%;
    max-width: 619px; }
  .posts-grid__cols {
    display: -ms-flexbox;
    display: flex;
    padding-top: 27px; }
    @media (max-width: 767px) {
      .posts-grid__cols {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; } }
    @media (min-width: 768px) {
      .posts-grid__cols {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .posts-grid__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 767px) {
      .posts-grid__col {
        width: 100%;
        max-width: 500px; }
        .posts-grid__col:not(:last-child) {
          margin-bottom: 46px; } }
    @media (min-width: 768px) {
      .posts-grid__col.left {
        padding-right: 13px; }
      .posts-grid__col.right {
        -ms-flex-align: end;
            align-items: flex-end;
        padding-left: 13px; }
      .posts-grid__col.large {
        width: 53.7%; }
      .posts-grid__col.small {
        -ms-flex: 1;
            flex: 1; } }
  .posts-grid__btn-wrap {
    width: 100%; }
    @media (max-width: 767px) {
      .posts-grid__btn-wrap {
        height: auto !important; } }
    @media (min-width: 768px) {
      .posts-grid__btn-wrap.right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
  .posts-grid__btn {
    margin-bottom: 30px; }
  .posts-grid__item {
    position: relative;
    width: 100%; }
    .posts-grid__item:not(:last-child) {
      margin-bottom: 26px; }
    .posts-grid__item.large {
      -ms-flex: 1;
          flex: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      padding-top: 240px; }
      @media (min-width: 1024px) {
        .posts-grid__item.large {
          padding-top: 400px; } }
  .large .posts-grid__item-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .small .posts-grid__item-img-wrap {
    position: relative;
    width: 100%; }
    @media (max-width: 1023px) {
      .small .posts-grid__item-img-wrap {
        height: 140px; } }
    @media (min-width: 1024px) {
      .small .posts-grid__item-img-wrap:before {
        content: '';
        display: block;
        padding-bottom: 26.667%; } }
  .posts-grid__item-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .small .posts-grid__item-img {
      position: absolute;
      top: 0;
      left: 0; }
  .posts-grid__item-content {
    position: relative;
    width: 100%;
    font-family: "Caecilia", Helvetica, Arial, sans-serif; }
    .large .posts-grid__item-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      background-color: rgba(10, 10, 35, 0.7);
      color: #FFFFFF;
      z-index: 1;
      padding: 21px 18px 36px; }
    .small .posts-grid__item-content {
      background-color: #FFFFFF;
      padding: 19px 20px 29px 31px; }
      @media (max-width: 1023px) {
        .small .posts-grid__item-content {
          padding-left: 18px; } }
  .posts-grid__item-content-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 529px) {
      .posts-grid__item-content-top {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
  .posts-grid__item-info {
    padding-right: 25px; }
  .posts-grid__item-title {
    width: 100%; }
    .small .posts-grid__item-title {
      margin-bottom: 23px; }
    @media (max-width: 1023px) {
      .posts-grid__item-title {
        height: auto !important; } }
  .posts-grid__item-title-link {
    font-family: "Brother-1816", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #0A0A23;
    transition: color 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .posts-grid__item-title-link:hover {
        color: #8264ff;
        transition: color 0.3s ease-in-out 0s; } }
    @media (min-width: 1024px) {
      .posts-grid__item-title-link {
        font-size: 26px;
        line-height: 34px; } }
  .posts-grid__item-time {
    display: block;
    font-size: 13px;
    line-height: 17px;
    padding: 8px 0 27px; }
  @media (max-width: 1023px) {
    .posts-grid__item-tags {
      padding-bottom: 15px; } }
  .large .posts-grid__item-link {
    margin-top: auto; }
  @media (max-width: 1023px) {
    .posts-grid__item-link {
      margin-top: 15px; } }

.form-wrapper {
  width: 100%;
  max-width: 100%; }

.hs-form {
  max-width: 100%;
  margin: 0 auto;
  /* Note fields */ }
  .hs-form .cookie-reset-container a {
    color: #8264ff;
    transition: color 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .hs-form .cookie-reset-container a:hover {
        color: #866CFF;
        transition: color 0.3s ease-in-out 0s; } }
  .hs-form textarea {
    resize: none;
    height: 130px; }
  .hs-form .legal-consent-container {
    margin-bottom: 22px; }
    .hs-form .legal-consent-container .hs-richtext p {
      font-size: 12px;
      margin-bottom: 10px; }
  @media (max-width: 767px) {
    .hs-form .hs-richtext {
      margin-bottom: 30px; } }
  .hs-form .hs-richtext h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 8px; }
    @media (min-width: 1024px) {
      .hs-form .hs-richtext h1 {
        font-size: 40px;
        line-height: 44px; } }
  .hs-form .hs-richtext h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 28px; }
    @media (min-width: 1024px) {
      .hs-form .hs-richtext h3 {
        font-size: 23px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .hs-form .hs-richtext h3 {
        font-size: 30px;
        line-height: 1.15;
        margin-bottom: 20px; } }
  .hs-form .hs-richtext h6 {
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 36px;
    color: #8264ff; }
    @media (max-width: 1023px) {
      .hs-form .hs-richtext h6 {
        font-size: 14px;
        line-height: 18px; } }
  .hs-form .hs-richtext p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 36px; }
    @media (max-width: 1023px) {
      .hs-form .hs-richtext p {
        font-size: 14px;
        line-height: 18px; } }
    @media (max-width: 767px) {
      .hs-form .hs-richtext p {
        font-size: 16px;
        line-height: 1.5; } }
  .hs-form .hs-richtext a {
    color: #8264ff;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .hs-form .hs-richtext a:hover {
        border-color: #8264ff; } }
  .hs-form .hs-richtext strong {
    font-weight: 900; }
  .hs-form .hs-richtext i, .hs-form .hs-richtext em {
    font-style: italic; }
  .hs-form .hs-richtext b {
    font-weight: 900; }
  .hs-form .hs-form-field {
    margin-bottom: 28px; }
    @media (max-width: 767px) {
      .hs-form .hs-form-field {
        margin-bottom: 30px; } }
  .hs-form .hs-error-msgs {
    margin-top: 5px; }
    .hs-form .hs-error-msgs label {
      color: #FF4040 !important;
      line-height: 17px;
      font-size: 13px;
      font-family: "Caecilia", Helvetica, Arial, sans-serif; }
      .hs-form .hs-error-msgs label.hs-main-font-element {
        display: block;
        margin-bottom: 20px; }
  .hs-form .field > label {
    color: #7D808E;
    margin-bottom: 8px;
    line-height: 17px;
    font-size: 13px;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    display: block; }
    @media (max-width: 767px) {
      .hs-form .field > label {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 7px; } }
  .hs-form .hs-fieldtype-text .hs-input,
  .hs-form .hs-fieldtype-textarea .hs-input {
    background: #EAEBEF;
    font-size: 16px;
    padding: 16px;
    font-weight: 700;
    width: 100%;
    outline: none;
    border: 1px solid transparent; }
    .hs-form .hs-fieldtype-text .hs-input:-ms-input-placeholder,
    .hs-form .hs-fieldtype-textarea .hs-input:-ms-input-placeholder {
      font-weight: bold;
      opacity: 0.4; }
    .hs-form .hs-fieldtype-text .hs-input::placeholder,
    .hs-form .hs-fieldtype-textarea .hs-input::placeholder {
      font-weight: bold;
      opacity: 0.4; }
  .hs-form .field.error .hs-input {
    border-color: #cf0000; }
  .hs-form .hs-fieldtype-checkbox > label,
  .hs-form .hs-fieldtype-radio > label {
    margin-bottom: 20px;
    font-family: "Brother-1816", Helvetica, Arial, sans-serif; }
  .hs-form .hs-fieldtype-checkbox .input,
  .hs-form .hs-fieldtype-radio .input {
    margin-bottom: 10px; }
    .hs-form .hs-fieldtype-checkbox .input label,
    .hs-form .hs-fieldtype-radio .input label {
      font-size: 14px;
      line-height: 18px;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer; }
      .hs-form .hs-fieldtype-checkbox .input label span,
      .hs-form .hs-fieldtype-radio .input label span {
        -ms-flex: 1;
            flex: 1; }
  .hs-form .hs-dependent-field .hs-form-booleancheckbox-display {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .hs-form .hs-dependent-field .hs-form-booleancheckbox-display span {
      color: #0A0A23;
      font-size: 14px;
      line-height: 18px;
      cursor: pointer;
      margin-left: 0 !important; }
      .hs-form .hs-dependent-field .hs-form-booleancheckbox-display span .hs-form-required {
        color: #FF4040; }
  .hs-form .hs-dependent-field .hs-input {
    width: 16px;
    height: 16px;
    border: 2px solid #7D808E;
    border-radius: 1px;
    margin: 0 14px 0 0; }
    .hs-form .hs-dependent-field .hs-input:checked {
      border-color: #8264ff;
      background: url("../images/svg/checkmark.svg") #8264ff no-repeat center;
      background-size: 16px 13px; }
  .hs-form .hs-form-required {
    color: #FF4040; }
  .hs-form .hs-fieldtype-checkbox .hs-form-checkbox:not(:last-child) {
    margin-bottom: 22px; }
  .hs-form .hs-fieldtype-checkbox .hs-form-checkbox input {
    width: 16px;
    height: 16px;
    border: 2px solid #7D808E;
    border-radius: 1px;
    margin: 0 14px 0 0; }
    .hs-form .hs-fieldtype-checkbox .hs-form-checkbox input:checked {
      border-color: #8264ff;
      background: url("../images/svg/checkmark.svg") #8264ff no-repeat center;
      background-size: 16px 13px; }
  .hs-form .hs-fieldtype-radio .hs-form-radio:not(:last-child) {
    margin-bottom: 22px; }
  .hs-form .hs-fieldtype-radio .hs-form-radio input {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #7D808E;
    position: relative;
    margin: 0 14px 0 0; }
    .hs-form .hs-fieldtype-radio .hs-form-radio input:before {
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 50%;
      opacity: 0;
      background: #8264ff;
      position: absolute;
      top: 3px;
      left: 3px; }
    .hs-form .hs-fieldtype-radio .hs-form-radio input:checked {
      border-color: #8264ff; }
      .hs-form .hs-fieldtype-radio .hs-form-radio input:checked:before {
        opacity: 1; }
  .hs-form .hs_submit .hs-button {
    cursor: pointer;
    width: 100%;
    max-width: 336px; }
    @media (max-width: 767px) {
      .hs-form .hs_submit .hs-button {
        background-image: url("../images/sub-arrow.svg");
        background-position: center right 20px;
        background-repeat: no-repeat; } }
  .hs-form .hs-fieldtype-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }
  .hs-form .select2-container {
    width: 100% !important; }
  .hs-form .select2-container--default .select2-selection--single {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    outline: none; }
  .hs-form .select2-container .select2-selection--single {
    height: 54px !important;
    font-size: 16px !important;
    line-height: 54px !important;
    font-weight: 700 !important; }
  .hs-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 54px !important; }
  .hs-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 16px !important;
    background: #EAEBEF; }
  .hs-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #0A0A23 !important; }
  .hs-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0A0A23 !important; }
  .hs-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    top: 50% !important;
    -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    right: 20px !important; }
    .hs-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
      content: "";
      display: block;
      top: 0;
      left: 0;
      background: #0A0A23;
      background: url(../images/svg/select-arr.svg) no-repeat 100% 100%;
      background-position: center;
      width: 13px;
      height: 8px;
      transition: 0.3s; }
  .hs-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .hs-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }

.select2-dropdown {
  background: #EAEBEF !important;
  border: none !important;
  border-radius: 0 !important;
  z-index: 10 !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #F2F3F6 !important;
  color: #8264ff !important; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background: none !important;
  color: #8264ff !important; }

.select2-results__option {
  padding: 15px 16px !important;
  font-weight: 700; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none; }

.submitted-message {
  padding: 50px 20px;
  text-align: center;
  border: 1px solid #A9E085;
  color: #6BC033;
  background: #F2F3F6; }
  .submitted-message a {
    color: #8264ff; }

.select2-results__options {
  position: relative; }

.form-checkbox > label,
.form-radio > label {
  margin-bottom: 20px;
  font-family: "Brother-1816", Helvetica, Arial, sans-serif; }
  @media (max-width: 1023px) {
    .form-checkbox > label,
    .form-radio > label {
      line-height: 20px; } }

.form-checkbox .input,
.form-radio .input {
  margin-bottom: 10px; }
  .form-checkbox .input label,
  .form-radio .input label {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    cursor: pointer; }

.form-checkbox input {
  display: none; }

.form-radio:not(:last-child) {
  margin-bottom: 22px; }

.form-radio input {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #7D808E;
  position: relative;
  margin: 0 14px 0 0; }
  .form-radio input:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0;
    background: #8264ff;
    position: absolute;
    top: 3px;
    left: 3px; }
  .form-radio input:checked {
    border-color: #8264ff; }
    .form-radio input:checked:before {
      opacity: 1; }

@media (max-width: 1023px) {
  .hs-cookie-notification-position-bottom {
    position: fixed !important;
    top: auto !important;
    bottom: 0; } }

.slidein-banner-box .timer {
  padding: 0 10px;
  width: 100%;
  height: 140px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background: rgba(10, 10, 36, 0.8);
  position: relative;
  z-index: 2; }
  .slidein-banner-box .timer-title {
    font-size: 20px;
    color: #FFF;
    margin-bottom: 30px; }
    @media (max-width: 1023px) {
      .slidein-banner-box .timer-title {
        font-size: 16px; } }
  .slidein-banner-box .timer-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 30px; }
  .slidein-banner-box .timer__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    background-color: #F2F3F6;
    -ms-flex-align: center;
        align-items: center;
    padding: 10px;
    width: 60px;
    height: 60px;
    position: relative; }
    .slidein-banner-box .timer__col:not(:last-child) {
      margin-right: 10px; }
    .slidein-banner-box .timer__col span:first-child {
      color: #0A0A23;
      margin-bottom: 2px; }
    .slidein-banner-box .timer__col .timer-bar {
      position: absolute;
      width: 100%;
      height: 4px;
      background-color: #38D996;
      bottom: 0;
      right: 0; }
    .slidein-banner-box .timer__col-num {
      font-size: 20px;
      line-height: 23px;
      font-weight: 700;
      margin-top: 0; }
      @media (max-width: 1023px) {
        .slidein-banner-box .timer__col-num {
          font-size: 18px;
          line-height: 22px;
          margin-top: 0; } }
      @media (max-width: 767px) {
        .slidein-banner-box .timer__col-num {
          font-size: 32px; } }
    .slidein-banner-box .timer__col-title {
      font-size: 11px;
      line-height: 10px;
      color: #7D808E;
      text-transform: uppercase;
      font-family: inherit; }
      @media (max-width: 767px) {
        .slidein-banner-box .timer__col-title {
          font-size: 12px; } }
  .slidein-banner-box .timer + .listing__item-img-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

@media (max-height: 440px) {
  .slidein-banner-box {
    display: none !important; } }

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 10, 35, 0.8);
  z-index: 101;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s; }
  .popup.show {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 1023px) {
    .popup {
      z-index: 101; } }

.popup-wrapper {
  max-width: 1162px;
  width: 100%;
  margin: 0 15px;
  position: relative; }
  @media (max-width: 1023px) {
    .popup-wrapper {
      max-height: 100vh;
      padding: 30px 0;
      overflow: hidden; } }

.popup__close {
  position: absolute;
  top: -30px;
  right: 0; }
  @media (max-width: 1023px) {
    .popup__close {
      top: 8px; } }
  .popup__close svg {
    width: 14px;
    height: 14px;
    fill: #FFF; }

.slidein-banner-box {
  display: none;
  position: fixed;
  right: -500px;
  bottom: 50px;
  z-index: 1000;
  box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0.2em 0.2em 1em rgba(0, 0, 0, 0.3); }
  .slidein-banner-box .banner {
    text-overflow: ellipsis;
    margin: 0; }
    @media screen and (max-width: 359px) {
      .slidein-banner-box .banner {
        width: 280px !important; } }
  .slidein-banner-box .listing__item-img-wrapper {
    position: relative;
    width: 335px;
    height: 140px;
    overflow: hidden; }
    @media screen and (max-width: 359px) {
      .slidein-banner-box .listing__item-img-wrapper {
        width: 280px; } }
  .slidein-banner-box .listing__item-content {
    padding: 10px 20px 20px; }
  .slidein-banner-box .listing__item-details {
    margin: 0 0 5px; }
    .slidein-banner-box .listing__item-details span {
      font-family: 'Caecilia', Helvetica, Arial, sans-serif;
      font-size: 12px; }
  .slidein-banner-box .listing__item-title, .slidein-banner-box .team__popup-promo h4, .team__popup-promo .slidein-banner-box h4 {
    width: 302px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #0A0A23; }
    @media screen and (max-width: 359px) {
      .slidein-banner-box .listing__item-title, .slidein-banner-box .team__popup-promo h4, .team__popup-promo .slidein-banner-box h4 {
        width: 240px; } }
  .slidein-banner-box .listing__item-title a, .slidein-banner-box .team__popup-promo h4 a, .team__popup-promo .slidein-banner-box h4 a {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #0A0A23; }
  .slidein-banner-box .listing__item-description {
    width: 294px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0 15px;
    font-family: 'Caecilia', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #7D808E;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */ }
    @media screen and (max-width: 359px) {
      .slidein-banner-box .listing__item-description {
        width: 240px; } }
  .slidein-banner-box .listing__item-tag {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 5px 20px 5px 20px;
    background: #38D996;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .slidein-banner-box .listing__item-tag img.listing__item-green-label-img {
      vertical-align: sub;
      margin-right: 9px; }
    .slidein-banner-box .listing__item-tag .listing__item-green-label-txt {
      margin-top: -2px; }
  .slidein-banner-box .listing__item-tag.live-now {
    background: #F74870; }
  .slidein-banner-box .banner-webinar .listing__item-tag img.listing__item-green-label-img {
    display: none; }
  .slidein-banner-box .banner-webinar .listing__item-tag.live-now img.listing__item-green-label-img {
    display: inline-block; }
  .slidein-banner-box .listing__item__btn-wrapper {
    position: absolute;
    bottom: 15px;
    left: 20px; }
    .slidein-banner-box .listing__item__btn-wrapper .btn-light:after {
      background: #8264FF; }
  .slidein-banner-box .listing__item__btn-wrapper a {
    color: #8264FF;
    font-size: 15px; }
  .slidein-banner-box .close {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 24px;
    height: 24px;
    background-color: white;
    border-radius: 50%;
    z-index: 4; }
  .slidein-banner-box .close:before, .slidein-banner-box .close:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 10px;
    width: 2px;
    background-color: #0a0a23;
    top: 7px; }
  .slidein-banner-box .close:before {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .slidein-banner-box .close:after {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

@media only screen and (max-width: 767px) {
  .slidein-banner-box {
    bottom: 30px; } }

#hubspot_popup_form_wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 35, 0.6);
  z-index: -42;
  opacity: 0;
  transition: .3s;
  overflow: auto; }
  #hubspot_popup_form_wrapper.close {
    z-index: -10000;
    opacity: 0;
    visibility: hidden; }
  #hubspot_popup_form_wrapper.active {
    z-index: 100000;
    opacity: 1;
    visibility: visible; }
  #hubspot_popup_form_wrapper .form-popup__container {
    position: absolute;
    width: auto;
    display: block;
    background-color: #11113b;
    padding: 40px 55px;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }
    @media screen and (max-width: 1440px) {
      #hubspot_popup_form_wrapper .form-popup__container {
        padding: 30px; } }
    @media screen and (max-height: 650px) {
      #hubspot_popup_form_wrapper .form-popup__container {
        top: 0;
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        margin: 20px 0 20px; } }
    @media screen and (max-height: 570px) {
      #hubspot_popup_form_wrapper .form-popup__container {
        padding: 20px; } }
    #hubspot_popup_form_wrapper .form-popup__container .form-popup__close {
      position: absolute;
      right: 10px;
      top: 10px;
      background: #fff;
      border-radius: 100%;
      width: 24px;
      height: 24px;
      cursor: pointer;
      transition: .3s; }
      #hubspot_popup_form_wrapper .form-popup__container .form-popup__close::after {
        content: '';
        background-image: url("../images/svg/close-ico.svg");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        width: 6.4px;
        height: 6.4px; }
  #hubspot_popup_form_wrapper .hs-form {
    max-width: 390px; }
    @media screen and (max-width: 576px) {
      #hubspot_popup_form_wrapper .hs-form {
        max-width: 240px;
        width: 240px; } }
  #hubspot_popup_form_wrapper .hs-form .hs-form-field {
    margin-bottom: 18px; }
    @media screen and (max-width: 1440px) {
      #hubspot_popup_form_wrapper .hs-form .hs-form-field {
        margin-bottom: 15px; } }
    @media screen and (max-height: 570px) {
      #hubspot_popup_form_wrapper .hs-form .hs-form-field {
        margin-bottom: 5px; } }
  #hubspot_popup_form_wrapper .hs-form .hs-form-required {
    margin-left: 5px; }
  #hubspot_popup_form_wrapper .hbspt-form .hs-richtext h3 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px; }
    @media screen and (max-width: 1440px) {
      #hubspot_popup_form_wrapper .hbspt-form .hs-richtext h3 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 576px) {
      #hubspot_popup_form_wrapper .hbspt-form .hs-richtext h3 {
        font-size: 28px;
        line-height: 32px; } }
    @media screen and (max-height: 570px) {
      #hubspot_popup_form_wrapper .hbspt-form .hs-richtext h3 {
        font-size: 16px;
        margin-bottom: 5px; } }
    #hubspot_popup_form_wrapper .hbspt-form .hs-richtext h3 span {
      color: #38D996; }
  #hubspot_popup_form_wrapper .hs-form div[data-reactid=".hbspt-forms-0.1:$1"] .hs-richtext p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    font-family: 'Caecilia';
    margin-bottom: 35px; }
    @media screen and (max-width: 576px) {
      #hubspot_popup_form_wrapper .hs-form div[data-reactid=".hbspt-forms-0.1:$1"] .hs-richtext p {
        font-size: 13px;
        line-height: 18px; } }
    @media screen and (max-height: 570px) {
      #hubspot_popup_form_wrapper .hs-form div[data-reactid=".hbspt-forms-0.1:$1"] .hs-richtext p {
        margin-bottom: 5px;
        font-size: 12px; } }
  #hubspot_popup_form_wrapper .hs-form div[data-reactid=".hbspt-forms-0.1:$5"] {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    left: 0;
    padding: 0 55px; }
    @media screen and (max-width: 1440px) {
      #hubspot_popup_form_wrapper .hs-form div[data-reactid=".hbspt-forms-0.1:$5"] {
        padding: 0 30px; } }
    #hubspot_popup_form_wrapper .hs-form div[data-reactid=".hbspt-forms-0.1:$5"] .hs-richtext p {
      font-size: 12px;
      line-height: 17px;
      font-weight: 400;
      color: #EAEBEF;
      opacity: .5;
      font-family: 'Caecilia'; }
      @media screen and (max-height: 570px) {
        #hubspot_popup_form_wrapper .hs-form div[data-reactid=".hbspt-forms-0.1:$5"] .hs-richtext p {
          margin-bottom: 10px; } }
      #hubspot_popup_form_wrapper .hs-form div[data-reactid=".hbspt-forms-0.1:$5"] .hs-richtext p a {
        color: #EAEBEF;
        border-bottom: 1px solid #EAEBEF; }
  #hubspot_popup_form_wrapper .hs-form .field > label {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: #EAEBEF;
    font-family: 'Caecilia';
    margin-bottom: 2px; }
    @media screen and (max-width: 1440px) {
      #hubspot_popup_form_wrapper .hs-form .field > label {
        font-size: 12px;
        line-height: 16px; } }
  #hubspot_popup_form_wrapper .hs-form .hs-fieldtype-text .hs-input, #hubspot_popup_form_wrapper .hs-form .hs-fieldtype-textarea .hs-input {
    padding: 12px;
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #fff;
    height: 50px; }
    @media screen and (max-width: 1440px) {
      #hubspot_popup_form_wrapper .hs-form .hs-fieldtype-text .hs-input, #hubspot_popup_form_wrapper .hs-form .hs-fieldtype-textarea .hs-input {
        padding: 9px 13px;
        height: auto; } }
  #hubspot_popup_form_wrapper .hs_submit {
    margin-top: 30px;
    margin-bottom: 61px; }
    @media screen and (max-width: 1440px) {
      #hubspot_popup_form_wrapper .hs_submit {
        margin-top: 20px; } }
    @media screen and (max-width: 576px) {
      #hubspot_popup_form_wrapper .hs_submit {
        margin-bottom: 85px; } }
    @media screen and (max-height: 570px) {
      #hubspot_popup_form_wrapper .hs_submit {
        margin-top: 10px;
        margin-bottom: 65px; } }
  #hubspot_popup_form_wrapper .actions {
    position: relative; }
    #hubspot_popup_form_wrapper .actions:hover::after {
      left: 250px; }
      @media screen and (max-width: 1440px) {
        #hubspot_popup_form_wrapper .actions:hover::after {
          left: 260px; } }
      @media screen and (max-width: 576px) {
        #hubspot_popup_form_wrapper .actions:hover::after {
          left: 145px; } }
    #hubspot_popup_form_wrapper .actions::after {
      content: '';
      background-image: url("../images/svg/popup-form-button-arrow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      width: 15px;
      height: 15px;
      position: absolute;
      left: 233px;
      top: 52%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      transition: .3s; }
      @media screen and (max-width: 1440px) {
        #hubspot_popup_form_wrapper .actions::after {
          left: 254px; } }
      @media screen and (max-width: 576px) {
        #hubspot_popup_form_wrapper .actions::after {
          left: 145px; } }
  #hubspot_popup_form_wrapper .btn-primary, #hubspot_popup_form_wrapper .hs-form .hs_submit .hs-button, .hs-form .hs_submit #hubspot_popup_form_wrapper .hs-button, #hubspot_popup_form_wrapper .hs-form .hs_submit .hs-button {
    background: #38D996;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 100%;
    padding: 16px 56px 16px 26px; }
    @media screen and (max-width: 1440px) {
      #hubspot_popup_form_wrapper .btn-primary, #hubspot_popup_form_wrapper .hs-form .hs_submit .hs-button, .hs-form .hs_submit #hubspot_popup_form_wrapper .hs-button, #hubspot_popup_form_wrapper .hs-form .hs_submit .hs-button {
        padding: 12px 56px 15px 26px; } }
  #hubspot_popup_form_wrapper .submitted-message {
    background: transparent;
    border: none;
    color: #fff;
    width: 257px;
    height: 287px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 auto; }
    @media screen and (max-width: 1440px) {
      #hubspot_popup_form_wrapper .submitted-message {
        width: 227px;
        height: 227px; } }
    #hubspot_popup_form_wrapper .submitted-message p {
      color: #fff;
      text-align: center;
      line-height: 28px;
      font-size: 24px;
      font-weight: 700;
      width: 200px; }

.podcast__player {
  margin-bottom: 20px;
  background: #0A0A23; }
  @media (min-width: 530px) {
    .podcast__player {
      display: -ms-flexbox;
      display: flex;
      height: 150px;
      -ms-flex-align: center;
          align-items: center; } }
  @media (min-width: 530px) {
    .podcast__player-img-wrapper {
      width: 150px;
      height: 150px; } }
  @media (max-width: 529px) {
    .podcast__player-img-wrapper {
      display: none; } }
  .podcast__player-title {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 15px; }
    @media (min-width: 530px) {
      .podcast__player-title {
        /* autoprefixer: off */
        -webkit-box-orient: vertical;
        /* autoprefixer: on */
        line-height: 16px;
        overflow: hidden;
        display: block;
        display: -webkit-box;
        max-height: 48px;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis; } }

.audioplayer {
  width: 100%;
  -ms-flex: 1;
      flex: 1;
  padding: 0 26px 0 25px; }
  @media (max-width: 529px) {
    .audioplayer {
      padding: 15px 15px; } }
  .audioplayer.audioplayer-playing .audioplayer-playpause .pause {
    display: -ms-flexbox;
    display: flex; }
  .audioplayer.audioplayer-playing .audioplayer-playpause .play {
    display: none; }
  .audioplayer__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 10px; }
  .audioplayer__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 530px) {
      .audioplayer__bottom {
        padding-left: 52px; } }
    .audioplayer__bottom-left, .audioplayer__bottom-center {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
  .audioplayer-playpause {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    background: #FFF;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    transition: .3s ease;
    cursor: pointer; }
    .audioplayer-playpause.disabled {
      pointer-events: none; }
    @media (min-width: 1024px) {
      .audioplayer-playpause:hover {
        background: #38d996; } }
    .audioplayer-playpause svg {
      pointer-events: none;
      fill: #0A0A23;
      width: 100%;
      height: 100%;
      transition: .3s ease; }
    .audioplayer-playpause button {
      display: -ms-flexbox;
      display: flex; }
      .audioplayer-playpause button.play {
        width: 14px;
        height: 20px;
        margin-left: 3px; }
      .audioplayer-playpause button.pause {
        width: 12px;
        height: 18px; }
    .audioplayer-playpause .pause {
      display: none; }
  .audioplayer-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex: 1;
        flex: 1; }
  .audioplayer-time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-width: 115px; }
    .audioplayer-time span {
      color: #FFF;
      font-size: 11px;
      line-height: 15px; }
  .audioplayer-bar {
    width: 100%;
    height: 6px;
    background: #7D808E;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -ms-flex: 1;
        flex: 1; }
    .audioplayer-bar-loaded {
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .audioplayer-bar-played {
      background: #38d996;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
  .audioplayer-volume {
    position: relative;
    margin-right: 10px; }
    .audioplayer-volume:hover .audioplayer-volume-adjust {
      opacity: 1;
      visibility: visible; }
    .audioplayer-volume:hover .audioplayer-volume-button-ico {
      fill: #38d996; }
    @media (max-width: 1023px) {
      .audioplayer-volume {
        display: none; } }
    .audioplayer-volume:hover .audioplayer-volume-adjust {
      opacity: 1;
      visibility: visible; }
    .audioplayer-volume-button {
      display: block;
      cursor: pointer;
      position: relative;
      z-index: 2; }
      .audioplayer-volume-button-ico {
        width: 13px;
        height: 16.5px;
        fill: #FFF;
        transition: .3s ease; }
    .audioplayer-volume-adjust {
      position: absolute;
      opacity: 0;
      visibility: hidden;
      transition: .3s ease;
      background: #FFF;
      height: 23px;
      width: 105px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      padding: 0 10px 0 30px;
      z-index: 1;
      bottom: -2px;
      left: -5px; }
      .audioplayer-volume-adjust .adjust-bar {
        height: 3px;
        width: 62px;
        background-color: #E2E7F1;
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        margin-left: auto; }
        .audioplayer-volume-adjust .adjust-bar-current {
          height: 3px;
          background: #38d996;
          position: relative;
          margin-left: auto; }
          .audioplayer-volume-adjust .adjust-bar-current:after {
            content: '';
            position: absolute;
            bottom: -3px;
            display: block;
            width: 6px;
            height: 6px;
            border: 2px solid #FFF;
            box-shadow: 0 0 5px 0 #D0D8E5;
            border-radius: 50%;
            background: #38d996;
            left: -4px; }
  .audioplayer__download {
    margin-left: 20px; }
    @media (min-width: 768px) {
      .audioplayer__download {
        margin-left: 100px; } }
    @media (min-width: 1024px) {
      .audioplayer__download:hover svg {
        fill: #38d996; } }
    .audioplayer__download svg {
      width: 12px;
      height: 15px;
      fill: #FFF;
      transition: all 0.3s ease-in-out 0s; }
  @media (min-width: 1024px) {
    .audioplayer-rewind:hover svg {
      fill: #38d996; } }
  .audioplayer-rewind svg {
    width: 18px;
    height: 22px;
    fill: #FFF;
    transition: all 0.3s ease-in-out 0s; }
  .audioplayer-playback {
    position: relative;
    margin: 0 15px; }
    .audioplayer-playback:hover .audioplayer-playback__rate {
      border-radius: 50% 50% 0 0; }
    .audioplayer-playback:hover .audioplayer-playback__list {
      opacity: 1;
      visibility: visible;
      border-color: #0A0A23; }
    .audioplayer-playback__rate {
      width: 27px;
      height: 27px;
      border: 1px solid #0A0A23;
      border-radius: 50%;
      background: #FFF;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      color: #0A0A23;
      font-size: 10px;
      font-weight: 700;
      font-family: "Brother-1816", Helvetica, Arial, sans-serif;
      transition: .3s ease; }
      .audioplayer-playback__rate:after {
        content: 'x'; }
    .audioplayer-playback__list {
      position: absolute;
      top: 25px;
      background: #FFF;
      width: 100%;
      z-index: 4;
      transition: .3s linear;
      opacity: 0;
      visibility: hidden;
      border: 1px solid transparent;
      border-top: none; }
      .audioplayer-playback__list li {
        color: #0A0A23;
        font-size: 10px;
        font-weight: 700;
        padding: 5px;
        text-align: center;
        transition: .15s ease;
        cursor: pointer; }
        @media (min-width: 1024px) {
          .audioplayer-playback__list li:hover {
            color: #38d996; } }

.banner-stripes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 768px) and (max-width: 1023px) {
  .banner-stripes {
    top: 24px;
    left: 50px; } }
  .banner-stripes__divider {
    background: #1e1e46;
    width: 100%;
    height: 47px;
    margin-top: auto;
    z-index: 2; }
  .banner-stripes__items {
    position: absolute;
    top: 50%;
    right: -1198px;
    width: 2000px;
    height: 395px;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    background-image: linear-gradient(180deg, #8264ff 2px, transparent 1px);
    background-size: 18px 18px; }
    .banner-stripes__items.top {
      right: -1188px;
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg); }
    .banner-stripes__items.dark {
      right: -1198px;
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
      background-image: linear-gradient(180deg, #11112B 1px, transparent 1px);
      z-index: 2; }
    .banner-stripes__items.bottom {
      right: -1197px;
      -ms-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
      z-index: 3; }
    .banner-stripes__items.light {
      right: -1208px;
      -ms-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
      background-image: linear-gradient(180deg, #F2F3F6 1px, transparent 1px);
      z-index: 2; }

.breadcrumbs {
  width: 100%;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .breadcrumbs {
      margin-bottom: 20px; } }
  .breadcrumbs br {
    display: none; }
  .breadcrumbs__content {
    line-height: 1.3;
    font-size: 13px; }
    @media (max-width: 767px) {
      .breadcrumbs__content {
        font-size: 16px; } }
    .breadcrumbs__content a {
      color: #7D808E; }
    .breadcrumbs__content .separator {
      color: #7D808E;
      margin: 0 6px 0 8px; }
    .breadcrumbs__content > span:last-child,
    .breadcrumbs__content .current-item {
      color: #866CFF; }
  .breadcrumbs_light .breadcrumbs__content a {
    color: #FFFFFF; }
  .breadcrumbs_light .breadcrumbs__content .separator {
    color: #FFFFFF; }
  @media (max-width: 767px) {
    .breadcrumbs_light .breadcrumbs__content .current-item {
      color: #866CFF; } }
  @media (max-width: 767px) {
    .breadcrumbs_light-green .breadcrumbs__content .current-item {
      color: #38d996; } }

.ark-popup {
  position: relative;
  padding: 100px 100px 75px 100px;
  width: 864px;
  max-width: 100%;
  margin: 0 auto;
  background: rgba(234, 235, 239, 0.9);
  box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.25);
  color: #000000; }

.ark-popup__header {
  margin-bottom: 40px; }
  .ark-popup__header:last-child {
    margin-bottom: 0; }

.ark-popup__title {
  font-weight: 700;
  font-size: 40px;
  color: #0A0A23; }

.ark-popup__content {
  font-size: 16px;
  margin-bottom: 80px;
  line-height: 1.4; }
  .ark-popup__content:last-child {
    margin-bottom: 0; }

.ark-popup__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: -35px; }

.ark-popup__actions-col {
  padding: 35px;
  width: 50%; }

.ark-popup__actions-btn {
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .ark-popup__actions-btn.white {
    border: none;
    background: #FFFFFF;
    color: #866CFF; }
    .ark-popup__actions-btn.white:hover {
      color: #FFFFFF;
      background: #866CFF; }
  .ark-popup__actions-btn:after {
    display: none; }

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -ms-transform: scale(0.8);
      transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -ms-transform: scale(1);
      transform: scale(1); }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -ms-transform: scale(0.8);
      transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 222px;
  max-width: 100%;
  background: none; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 220px;
  max-width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: none;
  background: #C1B1FF;
  border-radius: 0;
  border: 0; }

input::-webkit-slider-thumb {
  box-shadow: 0 0 0 2px #fff;
  height: 18px;
  width: 18px;
  cursor: pointer;
  background: #8264FF;
  border: 0;
  box-sizing: border-box;
  border-radius: 50%;
  -webkit-appearance: none;
  margin-top: -6px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #C1B1FF; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  outline: none;
  background: #C1B1FF;
  border-radius: 0;
  border: none;
  box-shadow: none; }

input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 2px #fff;
  height: 18px;
  width: 18px;
  cursor: pointer;
  background: #8264FF;
  border: 0;
  box-sizing: border-box;
  border-radius: 50%; }

body.banner-active > .page,
body.banner-active header {
  margin-top: 54px; }

.simple-banner {
  width: 100%;
  text-align: center;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  display: block; }
  .simple-banner .simple-banner-text {
    font-weight: 700;
    padding: 10px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 24px;
    font-size: 14px;
    height: 54px; }
    .simple-banner .simple-banner-text a {
      margin-left: 20px;
      padding-left: 20px;
      border-left: 1px solid rgba(255, 255, 255, 0.3); }
      .simple-banner .simple-banner-text a:after {
        content: '';
        -webkit-mask: url(../images/svg/button-arr.svg);
        display: inline-block;
        width: 12px;
        height: 10px;
        background-color: #fff;
        margin-left: 8px; }
      @media only screen and (max-width: 767px) {
        .simple-banner .simple-banner-text a {
          margin-left: 20px;
          padding-left: 0;
          border-left: none;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; } }
      @media only screen and (max-width: 403px) {
        .simple-banner .simple-banner-text a {
          margin-left: 10px; } }
    .simple-banner .simple-banner-text .banner-icon {
      border: 7px solid transparent;
      border-radius: 50%;
      width: 34px;
      height: 34px;
      margin-right: 11px; }
    @media only screen and (max-width: 767px) {
      .simple-banner .simple-banner-text {
        padding-right: 20px;
        font-size: 10px; } }
    @media only screen and (max-width: 403px) {
      .simple-banner .simple-banner-text {
        padding: 10px 10px;
        font-size: 8px; } }
  .simple-banner .simple-banner-button {
    border: none;
    background-color: transparent;
    padding: 0 5px;
    margin: 0 10px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
    right: 0;
    top: 50%;
    font-size: 16px;
    cursor: pointer; }

.disclaimer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  border-top: 1px solid #EAEBEF;
  padding: 30px 0 50px; }
  @media (min-width: 1024px) {
    .disclaimer {
      padding: 50px 0 135px 0; } }
  .disclaimer__inner {
    width: 90%;
    max-width: 690px;
    font-size: 14px;
    line-height: 18px;
    font-style: italic; }
    @media (min-width: 1280px) {
      .disclaimer__inner {
        margin-right: 317px; } }
    .disclaimer__inner p {
      font-size: 14px; }
    .disclaimer__inner a, .disclaimer__inner p a {
      color: #8264ff;
      transition: color 0.3s ease-in-out 0s; }
      @media (min-width: 1024px) {
        .disclaimer__inner a:hover, .disclaimer__inner p a:hover {
          color: #866CFF;
          transition: color 0.3s ease-in-out 0s; } }

.single-footer .disclaimer {
  border-top: 0;
  padding: 14px 0 24px 0; }
  .single-footer .disclaimer__inner {
    width: 100%;
    margin-right: 0; }

.blockquote-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 80px 0 92px 0; }
  @media (max-width: 767px) {
    .blockquote-block {
      padding: 26px 0; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .blockquote-block {
    padding: 36px 0; } }
  .blockquote-block.white {
    background-color: #FFFFFF; }
  .blockquote-block.gray {
    background-color: #F2F3F6; }
  @media (max-width: 1023px) {
    .blockquote-block .recognized-brands {
      position: absolute;
      left: 10px;
      bottom: 10px;
      width: calc(100% - 20px);
      max-width: 341px;
      padding: 8px 8px 0 8px; } }
  @media (min-width: 1280px) {
    .blockquote-block .recognized-brands {
      left: 11%; } }
  @media (max-width: 1023px) {
    .blockquote-block .recognized-brands__img-wrap {
      width: 27%; } }
  .blockquote-block__inner {
    width: 90%;
    max-width: 1220px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 768px) {
      .img-right .blockquote-block__inner {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .blockquote-block__inner {
    -ms-flex-align: start;
        align-items: flex-start; } }
  .blockquote-block__img-wrap {
    position: relative; }
    @media (max-width: 767px) {
      .blockquote-block__img-wrap {
        width: 100%;
        max-width: 400px;
        margin-bottom: 30px; } }
    @media (min-width: 768px) {
      .blockquote-block__img-wrap {
        width: 51.72%; }
        .img-left .blockquote-block__img-wrap {
          margin-right: 5.15%; }
        .img-right .blockquote-block__img-wrap {
          margin-left: 5.15%; } }
    @media (min-width: 1024px) {
      .blockquote-block__img-wrap {
        width: 42.72%; }
        .img-left .blockquote-block__img-wrap {
          margin-right: 9.15%; }
        .img-right .blockquote-block__img-wrap {
          margin-left: 9.15%; } }
    @media (min-width: 1280px) {
      .blockquote-block__img-wrap {
        width: 36.72%; }
        .img-left .blockquote-block__img-wrap {
          margin-right: 12.15%; }
        .img-right .blockquote-block__img-wrap {
          margin-left: 12.15%; } }
  .blockquote-block__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .blockquote-block__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 767px) {
      .blockquote-block__content {
        max-width: 550px; } }
    @media (min-width: 768px) {
      .blockquote-block__content {
        width: 43.13%; } }
    @media (min-width: 1024px) {
      .blockquote-block__content {
        width: 48.13%; } }
    @media (min-width: 1280px) {
      .blockquote-block__content {
        width: 51.13%; } }
  .blockquote-block__quote {
    width: 90%;
    font-size: 24px;
    line-height: 36px;
    color: #8264ff;
    margin-bottom: 33px; }
    @media (min-width: 1024px) {
      .blockquote-block__quote {
        font-size: 26px;
        line-height: 38px; } }
    @media (max-width: 1023px) {
      .blockquote-block__quote {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 18px; } }
  .blockquote-block__description {
    width: 100%;
    color: #0A0A23;
    margin-bottom: 45px; }
    @media (max-width: 1023px) {
      .blockquote-block__description {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .blockquote-block__description {
        font-size: 16px;
        line-height: 1.5; } }
  .blockquote-block__author {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 7px; }
    @media (max-width: 1023px) {
      .blockquote-block__author {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 2px; } }
  .blockquote-block__position {
    display: block;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 10px; }
  @media (max-width: 1023px) {
    .blockquote-block__btn {
      margin-top: 10px; } }
  @media (min-width: 1024px) {
    .blockquote-block__btn {
      margin-top: 30px; } }

.banner-item {
  overflow: hidden;
  background-color: #EAEBEF; }
  .banner-item__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #EAEBEF; }
    @media (min-width: 1024px) {
      .banner-item__inner {
        padding: 100px 0 0 5%;
        margin-top: -100px; } }
    @media (min-width: 1280px) {
      .banner-item__inner {
        padding-left: calc((100% - 1220px) / 2); } }
  .banner-item__features {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 767px) {
      .banner-item__features {
        width: 90%;
        padding: 25px 0;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .banner-item__features {
        -ms-flex: 1;
            flex: 1; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .banner-item__features {
    padding: 30px; } }
    @media (min-width: 1024px) {
      .banner-item__features {
        padding: 35px 0 40px 0; } }
    @media (min-width: 1600px) {
      .banner-item__features {
        padding: 80px 0 110px 0; } }
  .banner-item__features-inner {
    width: 100%; }
    @media (max-width: 1023px) {
      .banner-item__features-inner {
        max-width: 400px;
        margin: 0 auto; } }
  .banner-item__features-title {
    max-width: 485px; }
    @media (max-width: 1023px) {
      .banner-item__features-title {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) {
      .banner-item__features-title {
        margin-bottom: 60px; } }
  .banner-item__features-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      .banner-item__features-items {
        -ms-flex-align: center;
            align-items: center; } }
    @media (max-width: 1023px) {
      .banner-item__features-items {
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media (min-width: 1600px) {
      .banner-item__features-items {
        -ms-flex-pack: justify;
            justify-content: space-between;
        max-width: 1300px; } }
  .banner-item__features-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 1023px) {
      .banner-item__features-item {
        width: 100%;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) {
      .banner-item__features-item {
        width: 265px;
        margin-right: 40px; } }
  .banner-item__features-item-counter, .innovation-identifies__item-counter {
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px #8264ff;
    opacity: 0.5;
    position: relative;
    z-index: 1; }
    @media (max-width: 1023px) {
      .banner-item__features-item-counter, .innovation-identifies__item-counter {
        font-size: 86px;
        line-height: 86px;
        height: 100px; } }
    @media (min-width: 1024px) {
      .banner-item__features-item-counter, .innovation-identifies__item-counter {
        font-size: 120px;
        line-height: 144px;
        height: 151px; } }
  .banner-item__features-item-title {
    font-weight: bold;
    color: #0A0A23;
    max-width: 237px;
    position: relative;
    z-index: 2; }
    @media (max-width: 1023px) {
      .banner-item__features-item-title {
        font-size: 18px;
        line-height: 19px;
        margin: 40px 0 0 -72px; } }
    @media (min-width: 1024px) {
      .banner-item__features-item-title {
        font-size: 24px;
        line-height: 28px;
        margin: 55px 0 0 -90px; } }
    .banner-item__features-item-title .highlighted {
      color: #8264ff; }
  @media (max-width: 1023px) {
    .banner-item__link {
      margin-top: 33px; } }
  @media (min-width: 1024px) {
    .banner-item__link {
      margin-top: 93px; } }

@media (min-width: 530px) and (max-width: 767px) {
  .banner-item__img-wrap {
    max-width: 400px;
    padding-bottom: 25px; } }
  @media (max-width: 767px) {
    .banner-item__img-wrap {
      width: 100%;
      height: auto;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .banner-item__img-wrap {
      width: 432px;
      min-height: 100%;
      height: auto; } }
  .banner-item__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.boxes-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 123px 0; }
  @media (max-width: 1023px) {
    .boxes-block {
      padding: 35px 0; } }
  .boxes-block__inner {
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1162px; }
    @media (max-width: 1023px) {
      .boxes-block__inner {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; } }
    @media (min-width: 1024px) {
      .boxes-block__inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: start;
            align-items: flex-start; } }
  .boxes-block__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 599px) {
      .boxes-block__items {
        max-width: 290px; } }

@media (min-width: 600px) and (max-width: 1023px) {
  .boxes-block__items {
    max-width: 550px; } }
    @media (max-width: 1023px) {
      .boxes-block__items {
        margin-bottom: 25px; } }
    @media (min-width: 1024px) {
      .boxes-block__items {
        width: 61%; } }
  .boxes-block__item {
    background-color: #F2F3F6; }
    @media (max-width: 599px) {
      .boxes-block__item {
        width: 50%;
        height: auto;
        border: 4px solid #FFF; } }
    @media (min-width: 600px) {
      .boxes-block__item {
        width: 108px;
        height: 108px;
        border: 2px solid #FFF; } }
    @media (min-width: 1024px) {
      .boxes-block__item {
        border: 5px solid #FFF; } }
    @media (min-width: 1280px) {
      .boxes-block__item {
        width: 130px;
        height: 130px; } }
    .boxes-block__item.large {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (min-width: 600px) {
        .boxes-block__item.large {
          width: 324px;
          height: 108px; } }
      @media (min-width: 1280px) {
        .boxes-block__item.large {
          width: 390px;
          height: 130px; } }
  .boxes-block__item-img {
    display: block;
    width: 100%;
    height: auto; }
    @media (min-width: 600px) {
      .boxes-block__item-img.logo-mobile {
        display: none; } }
    @media (max-width: 599px) {
      .boxes-block__item-img.logo-desktop {
        display: none; } }
  .boxes-block__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (min-width: 1024px) {
      .boxes-block__content {
        width: 38%; } }
    @media (min-width: 1280px) {
      .boxes-block__content {
        width: 36%; } }
  .boxes-block__title {
    width: 100%;
    margin-bottom: 26px; }
  .boxes-block__description {
    width: 100%;
    margin-bottom: 20px; }
    .boxes-block__description p:not(:last-child) {
      margin-bottom: 30px; }
    @media (max-width: 1023px) {
      .boxes-block__description p:not(:last-child) {
        margin-bottom: 20px; } }
  .boxes-block__link {
    margin-top: auto; }

.card-slider__item:nth-child(1) {
  background-color: #0d0d2f;
  max-width: calc(90% + (1 * 10px));
  transform: translate3d(0, 10px, 0); }

.card-slider__item:nth-child(2) {
  background-color: #11113b;
  max-width: calc(90% + (2 * 10px));
  transform: translate3d(0, 20px, 0); }

.card-slider__item:nth-child(3) {
  background-color: #141447;
  max-width: calc(90% + (3 * 10px));
  transform: translate3d(0, 30px, 0); }

.card-slider__item:nth-child(4) {
  background-color: #181853;
  max-width: calc(90% + (4 * 10px));
  transform: translate3d(0, 40px, 0); }

.card-slider__item:nth-child(5) {
  background-color: #1b1b5f;
  max-width: calc(90% + (5 * 10px));
  transform: translate3d(0, 50px, 0); }

.card-slider__item:nth-child(6) {
  background-color: #1e1e6a;
  max-width: calc(90% + (6 * 10px));
  transform: translate3d(0, 60px, 0); }

.card-slider__item:nth-child(7) {
  background-color: #222276;
  max-width: calc(90% + (7 * 10px));
  transform: translate3d(0, 70px, 0); }

.card-slider__item:nth-child(8) {
  background-color: #252582;
  max-width: calc(90% + (8 * 10px));
  transform: translate3d(0, 80px, 0); }

.card-slider__item:nth-child(9) {
  background-color: #29298e;
  max-width: calc(90% + (9 * 10px));
  transform: translate3d(0, 90px, 0); }

.card-slider__item:nth-child(10) {
  background-color: #2c2c9a;
  max-width: calc(90% + (10 * 10px));
  transform: translate3d(0, 100px, 0); }

.card-slider__item:nth-child(11) {
  background-color: #2f2fa6;
  max-width: calc(90% + (11 * 10px));
  transform: translate3d(0, 110px, 0); }

.card-slider__item:nth-child(12) {
  background-color: #3333b2;
  max-width: calc(90% + (12 * 10px));
  transform: translate3d(0, 120px, 0); }

.card-slider__item:nth-child(13) {
  background-color: #3636be;
  max-width: calc(90% + (13 * 10px));
  transform: translate3d(0, 130px, 0); }

.card-slider__item:nth-child(14) {
  background-color: #3c3cc7;
  max-width: calc(90% + (14 * 10px));
  transform: translate3d(0, 140px, 0); }

.card-slider__item:nth-child(15) {
  background-color: #4848cb;
  max-width: calc(90% + (15 * 10px));
  transform: translate3d(0, 150px, 0); }

.card-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 1023px) {
    .card-slider {
      padding-top: 15px; } }
  .strategy .card-slider {
    background: #F2F3F6; }
  .card-slider__inner {
    position: relative;
    max-width: 1162px;
    padding: 30px 24px; }
    @media (min-width: 1024px) {
      .card-slider__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: justify;
            justify-content: space-between;
        width: 90%;
        padding: 68px 0; } }
  .card-slider__title {
    text-transform: capitalize; }
    @media (max-width: 1023px) {
      .card-slider__title {
        width: 100%;
        text-align: center;
        margin-bottom: 35px; } }
    @media (min-width: 1024px) {
      .card-slider__title {
        position: sticky;
        top: 100px;
        max-width: 415px;
        padding-top: 40px; } }
    @media (max-width: 767px) {
      .card-slider__title {
        margin-bottom: 20px; } }
  .card-slider__items {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }

@media (min-width: 768px) and (max-width: 1023px) {
  .card-slider__items {
    max-width: 550px;
    margin: 0 auto; } }
    @media (min-width: 1024px) {
      .card-slider__items {
        width: 49.23%;
        margin-bottom: -250px; } }
  .card-slider__item {
    position: sticky;
    width: 100%;
    top: 80px; }
    @media (max-width: 767px) {
      .card-slider__item {
        background-color: #0A0A23;
        max-width: 490px;
        margin-bottom: 25px; } }
    @media (min-width: 768px) {
      .card-slider__item {
        top: 100px;
        margin-bottom: 40px; } }
    @media (min-width: 1024px) {
      .card-slider__item {
        margin-bottom: 300px; } }
  .card-slider__item-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 45px 6.3% 37px 10%;
    transition: .3s ease; }
    @media (min-width: 768px) {
      .card-slider__item-inner {
        padding: 45px 6.3% 37px 10%; } }
    @media (min-width: 1024px) {
      .card-slider__item-inner {
        padding: 45px 6.3% 58px 16%;
        min-height: 300px; } }
  .card-slider__item-logo {
    display: block;
    margin: 0 0 10px auto; }
  .card-slider__item-content {
    max-width: 85%;
    margin-top: auto; }
  .card-slider__item-counter {
    display: block;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px #38d996;
    opacity: 0.5;
    font-size: 85px;
    z-index: 1;
    position: relative; }
    @media (min-width: 1024px) {
      .card-slider__item-counter {
        font-size: 120px;
        line-height: 144px;
        margin: 0 0 -60px -47px; } }
  .card-slider__item-title {
    font-weight: bold;
    color: #FFFFFF;
    z-index: 2;
    position: relative; }
    .card-slider__item-title .highlighted {
      color: #38d996; }
    @media (min-width: 1024px) {
      .card-slider__item-title {
        font-size: 27px;
        line-height: 31px;
        margin-bottom: 7px; } }
  .card-slider__item-description {
    color: #EAEBEF; }

@media (max-height: 750px) {
  .card-slider__item-logo {
    max-width: 80px;
    height: auto; } }

.comparative-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 1023px) {
    .comparative-block {
      padding: 50px 0; } }
  @media (min-width: 1024px) {
    .comparative-block {
      padding: 100px 0; } }
  .comparative-block__inner {
    width: 90%;
    max-width: 1162px;
    background-color: #F2F3F6; }
    @media (max-width: 1023px) {
      .comparative-block__inner {
        padding: 20px; } }
    @media (min-width: 1024px) {
      .comparative-block__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding: 54px 3.5% 62px 4%; } }
  @media (min-width: 1024px) {
    .comparative-block__content {
      width: 32%; } }
  .comparative-block__subtitle {
    display: block;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #F74870;
    margin-bottom: 11px; }
    @media (max-width: 1023px) {
      .comparative-block__subtitle {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px; } }
  .comparative-block__title {
    margin-bottom: 18px; }
  .comparative-block__description {
    margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .comparative-block__columns {
      width: 63.7%; } }
  @media (min-width: 1280px) {
    .comparative-block__columns {
      width: 59.7%; } }
  .comparative-block__columns-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 28px; }
  .comparative-block__columns-inner {
    position: relative;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .comparative-block__columns-inner {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .comparative-block__columns-divider {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 56px;
    height: 56px;
    background-color: #F2F3F6;
    border-radius: 50%; }
    .comparative-block__columns-divider:before, .comparative-block__columns-divider:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      width: 18px;
      height: 2px;
      background-color: #F74870;
      border-radius: 5px; }
    .comparative-block__columns-divider:before {
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg); }
    .comparative-block__columns-divider:after {
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg); }
    @media (max-width: 767px) {
      .comparative-block__columns-divider {
        margin: -29px auto; } }
    @media (min-width: 768px) {
      .comparative-block__columns-divider {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }
  @media (max-width: 767px) {
    .comparative-block__column {
      text-align: center; } }
  @media (min-width: 768px) {
    .comparative-block__column {
      width: 50%; } }
  .comparative-block__column.left {
    background-color: #F74870; }
    @media (max-width: 767px) {
      .comparative-block__column.left {
        padding: 32px 10% 54px 10%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .comparative-block__column.left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 39px 10%; } }
    @media (min-width: 1024px) {
      .comparative-block__column.left {
        padding: 63px 10% 38px 10.4%; } }
  .comparative-block__column.right {
    background-color: #8264ff; }
    @media (max-width: 767px) {
      .comparative-block__column.right {
        padding: 44px 10% 38px 10%; } }
    @media (min-width: 768px) {
      .comparative-block__column.right {
        padding: 36px 10% 38px 12%; } }
  .comparative-block__column-item {
    display: block;
    font-weight: bold;
    color: #FFFFFF; }
    .comparative-block__column-item.large {
      font-size: 24px;
      line-height: 28px; }
      .comparative-block__column-item.large:not(:last-child) {
        margin-bottom: 84px; }
      @media (max-width: 1023px) {
        .comparative-block__column-item.large:not(:last-child) {
          margin-bottom: 36px; } }
    .comparative-block__column-item.small {
      font-size: 14px;
      line-height: 18px; }
      .comparative-block__column-item.small:not(:last-child) {
        margin-bottom: 26px; }
      @media (max-width: 1023px) {
        .comparative-block__column-item.small:not(:last-child) {
          margin-bottom: 13px; } }

.tab-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 76px 0 111px 0; }
  @media (max-width: 1023px) {
    .tab-block {
      padding: 47px 0 64px 0; } }
  .tab-block__inner {
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1140px; }
    @media (max-width: 767px) {
      .tab-block__inner {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
  .tab-block__titles {
    position: relative;
    max-width: 551px; }
    .tab-block__titles:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 4px;
      height: 100%;
      background-color: #EAEBEF; }
    @media (max-width: 767px) {
      .tab-block__titles {
        margin-bottom: 31px; } }
    @media (min-width: 1024px) {
      .tab-block__titles {
        width: 50%; } }
    @media (max-width: 1023px) {
      .tab-block__titles .tab-block__content-item {
        display: block !important; } }
    @media (min-width: 1024px) {
      .tab-block__titles .tab-block__content-item {
        display: none !important; } }
  .tab-block__title {
    position: relative; }
    .tab-block__title:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 4px;
      height: 100%;
      background-color: #8264ff;
      z-index: 1; }
    @media (max-width: 1023px) {
      .tab-block__title {
        padding-left: 26px;
        margin-bottom: 20px; } }
    @media (min-width: 1024px) {
      .tab-block__title {
        padding: 7px 0 7px 39px;
        margin-bottom: 46px; }
        .tab-block__title:after {
          opacity: 0;
          transition: .3s ease; } }
    .tab-block__title.active:after {
      opacity: 1;
      transition: .3s ease; }
    .tab-block__title.active .tab-block__title-link {
      color: #8264ff; }
  .tab-block__title-link {
    font-weight: bold;
    color: #0A0A23;
    transition: color 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .tab-block__title-link {
        font-size: 22px;
        line-height: 26px; } }
    @media (max-width: 1023px) {
      .tab-block__title-link {
        font-size: 16px;
        line-height: 19px; } }
    @media (min-width: 1024px) {
      .tab-block__title-link:hover {
        color: #8264ff;
        transition: color 0.3s ease-in-out 0s; } }
  .tab-block__content {
    -ms-flex: 1;
        flex: 1;
    padding: 11px 39px 0 0; }
    @media (max-width: 1023px) {
      .tab-block__content {
        display: none; } }
    @media (min-width: 1024px) {
      .tab-block__content {
        padding-right: 92px; } }
  .tab-block__content-item {
    display: none; }
    .tab-block__content-item.active {
      display: block; }
      .tab-block__content-item.active .tab-block__content-item-inner {
        animation: tab-content-anim .5s linear forwards;
        animation-delay: .1s; }

@keyframes tab-content-anim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    @media (max-width: 1023px) {
      .tab-block__content-item:not(:last-of-type) {
        margin-bottom: 50px; } }
  @media (max-width: 1023px) {
    .tab-block__content-item-inner {
      padding-left: 26px; } }
  @media (min-width: 1024px) {
    .tab-block__content-item-inner {
      opacity: 0; } }
  .tab-block__content-icon-wrap {
    max-width: 57px;
    height: auto;
    margin-bottom: 10px; }
  .tab-block__content-icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .tab-block__content-title {
    font-size: 36px;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 12px; }
    @media (max-width: 1023px) {
      .tab-block__content-title {
        font-size: 18px;
        line-height: 21px; } }
  .tab-block__content-description {
    color: #0A0A23; }
  @media (max-width: 1023px) {
    .tab-block__btn {
      margin-top: 32px; } }
  @media (min-width: 1024px) {
    .tab-block__btn {
      margin-top: 112px; } }

.info-boxes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 1023px) {
    .info-boxes.horizontal {
      padding: 60px 0 50px; } }
  @media (min-width: 1024px) {
    .info-boxes.horizontal {
      padding: 111px 0 70px; } }
  @media (max-width: 1023px) {
    .info-boxes.vertical {
      padding: 55px 0 20px; } }
  @media (min-width: 1024px) {
    .info-boxes.vertical {
      padding: 90px 0 70px; } }
  .info-boxes__inner {
    width: 90%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    .horizontal .info-boxes__inner {
      max-width: 1170px; }
    .vertical .info-boxes__inner {
      max-width: 1044px; }
  .info-boxes__header {
    width: 100%; }
    .horizontal .info-boxes__header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .info-boxes__title {
    width: 100%; }
    @media (min-width: 768px) {
      .horizontal .info-boxes__title {
        max-width: 380px;
        margin: 0 16.06% 21px 0; } }
    @media (max-width: 767px) {
      .horizontal .info-boxes__title {
        margin-bottom: 16px; } }
    @media (min-width: 1024px) {
      .horizontal .info-boxes__title {
        margin-bottom: 40px; } }
    .vertical .info-boxes__title {
      max-width: 400px; }
      @media (max-width: 1023px) {
        .vertical .info-boxes__title {
          margin-bottom: 16px; } }
      @media (min-width: 1024px) {
        .vertical .info-boxes__title {
          margin-bottom: 21px; } }
  .info-boxes__description {
    width: 100%; }
    .horizontal .info-boxes__description {
      color: #0A0A23; }
      @media (min-width: 768px) {
        .horizontal .info-boxes__description {
          -ms-flex: 1;
              flex: 1; } }
      @media (max-width: 1023px) {
        .horizontal .info-boxes__description {
          margin-bottom: 35px; } }
      @media (min-width: 1024px) {
        .horizontal .info-boxes__description {
          margin-bottom: 70px; } }
    .vertical .info-boxes__description {
      max-width: 500px; }
      @media (max-width: 1023px) {
        .vertical .info-boxes__description {
          margin-bottom: 40px; } }
      @media (min-width: 1024px) {
        .vertical .info-boxes__description {
          margin-bottom: 86px; } }
  .info-boxes__subtitle {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #0A0A23;
    width: 100%; }
    @media (min-width: 1024px) {
      .info-boxes__subtitle {
        font-size: 17px;
        line-height: 21px; } }
    @media (min-width: 1024px) {
      .info-boxes__subtitle {
        margin-bottom: 46px; } }
    @media (max-width: 767px) {
      .info-boxes__subtitle {
        margin-bottom: 11px; } }
  .info-boxes__items {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 767px) {
      .info-boxes__items {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; } }
    .horizontal .info-boxes__items {
      margin-bottom: 14px; }
    .vertical .info-boxes__items {
      margin-bottom: 34px; }
    .info-boxes__items_align-left {
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .info-boxes__items_align-left .not-found-message {
        width: 100%; }
  .info-boxes__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    border: 1px solid #EAEBEF;
    transition: .3s ease; }
    @media (max-width: 767px) {
      .info-boxes__item {
        margin-bottom: 20px;
        position: relative; } }
    @media (min-width: 768px) {
      .info-boxes__item {
        width: calc(33.333% - 14px);
        margin-bottom: 20px; }
        .info-boxes__item:nth-child(3n + 2) {
          margin: 0 20px 20px 20px; } }
    @media (min-width: 1024px) {
      .info-boxes__item {
        width: calc(33.333% - 20px);
        margin-bottom: 30px; }
        .info-boxes__item:nth-child(3n + 2) {
          margin: 0 30px 30px 30px; } }
    @media (min-width: 1024px) {
      .info-boxes__item:hover {
        border-color: #8264ff;
        transition: .3s ease; }
        .info-boxes__item:hover .info-boxes__item-link {
          color: #8264ff;
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
          opacity: 1; }
          .info-boxes__item:hover .info-boxes__item-link:after {
            background-color: #8264ff; } }
    @media (max-width: 767px) {
      .horizontal .info-boxes__item {
        max-width: 380px; } }
    @media (max-width: 1023px) {
      .horizontal .info-boxes__item {
        padding: 28px 23px 24px 17px; } }
    @media (min-width: 1024px) {
      .horizontal .info-boxes__item {
        padding: 37px 30px 15px 23px; } }
    @media (min-width: 1024px) {
      .horizontal .info-boxes__item:hover .info-boxes__item-icon-wrap {
        -ms-transform: translate(0, -40px);
            transform: translate(0, -40px);
        opacity: 0;
        transition: .3s ease; }
      .horizontal .info-boxes__item:hover .info-boxes__item-title,
      .horizontal .info-boxes__item:hover .info-boxes__item-description {
        -ms-transform: translate(0, -83px);
            transform: translate(0, -83px);
        transition: .3s ease; }
      .horizontal .info-boxes__item:hover .info-boxes__item-link {
        transition: .3s ease; }
        .horizontal .info-boxes__item:hover .info-boxes__item-link:after {
          transition: .3s ease; } }
    .vertical .info-boxes__item {
      -ms-flex-align: center;
          align-items: center;
      text-align: center; }
      @media (max-width: 767px) {
        .vertical .info-boxes__item {
          max-width: 320px; } }
      @media (max-width: 1023px) {
        .vertical .info-boxes__item {
          padding: 47px 20px 33px 20px; } }
      @media (min-width: 1024px) {
        .vertical .info-boxes__item {
          padding: 83px 30px 36px 30px; } }
      @media (min-width: 1024px) {
        .vertical .info-boxes__item:hover .info-boxes__item-icon-wrap {
          -ms-transform: translate(0, -40px);
              transform: translate(0, -40px);
          opacity: 0;
          transition: .3s ease; }
        .vertical .info-boxes__item:hover .info-boxes__item-title,
        .vertical .info-boxes__item:hover .info-boxes__item-description {
          -ms-transform: translate(0, -207px);
              transform: translate(0, -207px);
          transition: .36s ease; }
        .vertical .info-boxes__item:hover .info-boxes__item-link {
          transition: .25s ease; }
          .vertical .info-boxes__item:hover .info-boxes__item-link:after {
            transition: .25s ease; } }
  @media (max-width: 767px) {
    .info-boxes__item-link:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; } }
  .info-boxes__item-icon-wrap {
    transition: .3s ease; }
    .horizontal .info-boxes__item-icon-wrap {
      width: 45px;
      height: 45px;
      margin-bottom: 43px; }
      .horizontal .info-boxes__item-icon-wrap .info-boxes__icon {
        display: block;
        width: auto;
        height: 100%; }
      @media (max-width: 1023px) {
        .horizontal .info-boxes__item-icon-wrap {
          margin-bottom: 32px; } }
    .vertical .info-boxes__item-icon-wrap {
      width: 132px;
      height: 132px;
      overflow: hidden;
      margin-bottom: 26px; }
      @media (max-width: 1023px) {
        .vertical .info-boxes__item-icon-wrap {
          width: 98px;
          height: 98px;
          margin-bottom: 19px; } }
  .info-boxes__item-icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .info-boxes__item-title {
    width: 100%;
    font-size: 20px;
    line-height: 24px; }
    @media (min-width: 1024px) {
      .info-boxes__item-title {
        font-size: 23px;
        line-height: 27px; } }
    .horizontal .info-boxes__item-title {
      margin-bottom: 11px;
      transition: .3s ease; }
    .vertical .info-boxes__item-title {
      margin-bottom: 9px;
      transition: .36s ease; }
    @media (max-width: 1023px) {
      .info-boxes__item-title {
        font-size: 18px;
        margin-bottom: 7px; } }
  .info-boxes__item-description {
    max-width: 100%; }
    @media (max-width: 1024px) {
      .info-boxes__item-description {
        margin-bottom: 15px; } }
    .horizontal .info-boxes__item-description {
      transition: .3s ease; }
    .vertical .info-boxes__item-description {
      transition: .36s ease; }
  .info-boxes__item-link {
    margin-top: auto; }
    @media (max-width: 1024px) {
      .vertical .info-boxes__item-link {
        margin-left: 7px; } }
    @media (min-width: 1025px) {
      .info-boxes__item-link {
        opacity: 0; }
        .horizontal .info-boxes__item-link {
          -ms-transform: translate(0, 17px);
              transform: translate(0, 17px);
          transition: .3s ease; }
        .vertical .info-boxes__item-link {
          -ms-transform: translate(0, 34px);
              transform: translate(0, 34px);
          transition: .25s ease; } }

.instagram-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #F2F3F6;
  padding: 115px 0 96px 0; }
  @media (max-width: 1023px) {
    .instagram-block {
      padding: 46px 0 36px; } }
  .instagram-block__inner {
    width: 90%;
    max-width: 1162px; }
  .instagram-block__title {
    max-width: 470px;
    margin-bottom: 16px; }
  .instagram-block__description {
    color: #0A0A23;
    max-width: 470px;
    margin-bottom: 55px; }
    @media (max-width: 1023px) {
      .instagram-block__description {
        margin-bottom: 25px; } }
    .instagram-block__description a {
      color: #8264ff;
      transition: color 0.3s ease-in-out 0s; }
      @media (min-width: 1024px) {
        .instagram-block__description a:hover {
          color: #B1A0FF;
          transition: color 0.3s ease-in-out 0s; } }
  .instagram-block__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      .instagram-block__items {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .instagram-block__items {
    width: 620px;
    margin: 0 auto; } }
  @media (max-width: 1023px) {
    .instagram-block__item {
      width: 270px;
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .instagram-block__item {
      margin: 0 20px 20px; } }
  @media (min-width: 1024px) {
    .instagram-block__item {
      width: calc(33.333% - 32px);
      height: auto;
      margin: 0 48px 35px 0; }
      .instagram-block__item:nth-child(3n + 3) {
        margin-right: 0; } }
  .instagram-block__item-img-wrap {
    width: 100%;
    margin-bottom: 13px; }
    @media (max-width: 1023px) {
      .instagram-block__item-img-wrap {
        height: 270px; } }
    @media (min-width: 1024px) {
      .instagram-block__item-img-wrap {
        height: 320px; } }
    .single-wrapper .instagram-block__item-img-wrap {
      height: 175px; }
  .instagram-block__item-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .instagram-block__item-link:hover .instagram-block__item-img {
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
        transition: .3s ease; } }
  .instagram-block__item-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s ease; }
  .instagram-block__item-icon {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 50px;
    height: 50px;
    fill: #FFFFFF; }
    @media (max-width: 1279px) {
      .instagram-block__item-icon {
        width: 35px;
        height: 35px; } }
  .instagram-block__item-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #0A0A23;
    margin-bottom: 9px; }
    @media (max-width: 1023px) {
      .instagram-block__item-title {
        font-size: 14px;
        line-height: 18px; } }
    .single-wrapper .instagram-block__item-title {
      font-size: 16px;
      line-height: 18px; }
      @media (max-width: 1023px) {
        .single-wrapper .instagram-block__item-title {
          font-size: 14px;
          line-height: 17px; } }
  .instagram-block__item-tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .instagram-block__item-tag {
    display: block;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #0A0A23;
    margin-right: 5px;
    transition: color 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .instagram-block__item-tag:hover {
        color: #8264ff;
        transition: color 0.3s ease-in-out 0s; } }
    @media (max-width: 1023px) {
      .instagram-block__item-tag {
        font-size: 12px;
        line-height: 16px; } }

.image-text-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 1023px) {
    .image-text-block {
      padding: 34px 0 40px 0; } }
  @media (min-width: 1024px) {
    .image-text-block {
      padding: 100px 0 76px 0; } }
  .image-text-block__inner {
    width: 90%;
    max-width: 1085px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 768px) {
      .image-text-block__inner.right {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }
  @media (max-width: 767px) {
    .image-text-block__img-wrap {
      max-width: 100%;
      max-height: 485px;
      margin-bottom: 30px; } }
  @media (min-width: 768px) {
    .left .image-text-block__img-wrap {
      -ms-flex: 1;
          flex: 1;
      margin-right: 5.7%; } }
  @media (min-width: 1024px) {
    .left .image-text-block__img-wrap {
      margin-right: 12.7%; } }
  @media (min-width: 768px) {
    .right .image-text-block__img-wrap {
      -ms-flex: 1;
          flex: 1;
      margin-left: 5.7%; } }
  @media (min-width: 1024px) {
    .right .image-text-block__img-wrap {
      margin-left: 12.7%; } }
  .image-text-block__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .image-text-block__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (min-width: 768px) {
      .image-text-block__content {
        width: 46%;
        padding-top: 35px; } }
  .image-text-block__icon-wrap {
    max-width: 57px;
    height: auto;
    margin-bottom: 10px; }
  .image-text-block__icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .image-text-block__title {
    width: 90%;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .image-text-block__title {
        max-width: 470px; } }
  .image-text-block__description {
    color: #0A0A23;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .image-text-block__description {
        max-width: 500px;
        margin-bottom: 130px; } }
  @media (min-width: 768px) {
    .image-text-block__btn {
      -ms-transform: translate(0, -40px);
          transform: translate(0, -40px); } }

.image-caption {
  width: 90%;
  max-width: 1162px;
  margin-left: auto;
  margin-right: auto; }
  .single__content .image-caption {
    width: 100%; }
  @media (max-width: 1023px) {
    .image-caption {
      padding-top: 8px;
      margin-bottom: 25px; } }
  @media (min-width: 1024px) {
    .image-caption {
      padding-top: 15px;
      margin-bottom: 40px; } }
  .image-caption__img-wrap {
    width: 100%;
    height: auto;
    margin-bottom: 15px; }
  .image-caption__img {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0);
    transition: box-shadow .7s ease; }
    @media (min-width: 1024px) {
      .image-caption__img:hover {
        box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.1);
        transition: box-shadow .7s ease; } }
  @media (min-width: 600px) {
    .image-caption__caption {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .image-caption__caption-item {
    width: 100%;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.33; }
    .image-caption__caption-item.left {
      font-style: italic; }
    .image-caption__caption-item:not(:last-child) {
      margin-bottom: 10px; }
    .image-caption__caption-item a {
      display: inline-block;
      vertical-align: top;
      max-width: 200px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      color: #8264ff;
      transition: color 0.3s ease-in-out 0s; }
      @media (min-width: 1024px) {
        .image-caption__caption-item a:hover {
          color: #866CFF;
          transition: color 0.3s ease-in-out 0s; } }

.grid-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #F2F3F6;
  padding: 68px 0 30px 0; }
  .grid-links__columns {
    width: 90%;
    max-width: 1162px; }
    @media (min-width: 1024px) {
      .grid-links__columns {
        display: -ms-flexbox;
        display: flex; } }
  .grid-links__column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 1024px) {
      .grid-links__column {
        width: 39.07%; }
        .grid-links__column.left {
          width: 59.29%;
          margin-right: 20px; } }
  .grid-links__items {
    max-width: 1162px; }
  .grid-links__item {
    position: relative;
    width: 100%;
    background-color: #FFF;
    overflow: hidden;
    border: 1px solid transparent;
    transition: .3s ease;
    padding: 25px 20px; }
    .grid-links__item.with-img {
      padding: 0; }
    @media (min-width: 1024px) {
      .grid-links__item {
        padding: 65px 6% 0 5.6%;
        margin-bottom: 37px; } }
    @media (max-width: 1023px) {
      .grid-links__item {
        margin-bottom: 20px;
        border-color: #8264ff;
        transition: .3s ease; }
        .grid-links__item.with-img {
          padding-bottom: 25px; }
          .grid-links__item.with-img .grid-links__item-title, .grid-links__item.with-img .grid-links__item-link {
            padding-left: 20px; }
        .grid-links__item .grid-links__item-link {
          opacity: 1;
          color: #8264ff; }
          .grid-links__item .grid-links__item-link:after {
            background-color: #8264ff; } }
    @media (min-width: 1024px) {
      .grid-links__item:hover {
        border-color: #8264ff;
        transition: .3s ease; }
        .grid-links__item:hover .grid-links__item-icon {
          -ms-transform: translate(0, -20px);
              transform: translate(0, -20px);
          transition: .3s ease; }
        .grid-links__item:hover .grid-links__item-title {
          -ms-transform: translate(0, -20px);
              transform: translate(0, -20px);
          transition: .3s ease; }
        .grid-links__item:hover .grid-links__item-link {
          opacity: 1;
          color: #8264ff;
          -ms-transform: translate(0, -10px);
              transform: translate(0, -10px);
          transition: .3s ease; }
          .grid-links__item:hover .grid-links__item-link:after {
            background-color: #8264ff;
            transition: .3s ease; }
        .grid-links__item:hover.with-img .grid-links__item-title {
          -ms-transform: translate(0, 5px);
              transform: translate(0, 5px);
          transition: .3s ease; }
        .grid-links__item:hover.with-img .grid-links__item-link {
          -ms-transform: translate(0, 5px);
              transform: translate(0, 5px); } }
  .grid-links__item-img-wrap {
    width: 100%;
    height: 289px;
    overflow: hidden;
    margin-bottom: 28px; }
  .grid-links__item-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .grid-links__item-icon {
    display: block;
    max-width: 57px;
    height: auto;
    margin-bottom: 5px;
    transition: .3s ease; }
  .grid-links__item-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 3px;
    transition: .3s ease; }
    @media (min-width: 1024px) {
      .grid-links__item-title {
        font-size: 22px;
        line-height: 29px; } }
    @media (min-width: 1024px) {
      .with-img .grid-links__item-title {
        font-size: 24px;
        line-height: 28px;
        -ms-transform: translate(0, 15px);
            transform: translate(0, 15px);
        padding: 0 4.3%;
        margin-bottom: 12px; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .with-img .grid-links__item-title {
      font-size: 26px;
      line-height: 30px; } }
  .grid-links__item-link {
    opacity: 0;
    transition: .3s ease; }
    @media (min-width: 1024px) {
      .grid-links__item-link {
        -ms-transform: translate(0, 7px);
            transform: translate(0, 7px); }
        .with-img .grid-links__item-link {
          -ms-transform: translate(0, 15px);
              transform: translate(0, 15px);
          margin: 0 0 30px 4.3%; } }

.promo {
  position: relative; }
  .promo.whitepapers .promo__content {
    max-width: 100%; }
  .promo.products {
    background-color: #F2F3F6;
    min-height: auto; }
  @media (min-width: 1024px) {
    .promo {
      min-height: 570px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .promo.high {
        min-height: 718px; } }
  .promo.promo-with-img {
    background: #F2F3F6; }
    .promo.promo-with-img .promo-wrapper, .promo.promo-with-img .home__promo-wrapper {
      padding: 0;
      max-height: 700px;
      -ms-flex-align: unset;
          align-items: unset; }
      @media (max-width: 767px) {
        .promo.promo-with-img .promo-wrapper, .promo.promo-with-img .home__promo-wrapper {
          padding-top: 90px !important; } }
    .promo.promo-with-img .promo__content {
      margin: 0 auto;
      padding: 100px 20px 40px; }
      .promo.promo-with-img .promo__content .promo-title,
      .promo.promo-with-img .promo__content .promo-subtitle {
        color: #0A0A23; }
    .promo.promo-with-img .promo__img {
      width: 48%;
      max-height: 700px;
      overflow: hidden;
      position: relative; }
      .promo.promo-with-img .promo__img-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .promo-wrapper, .home__promo-wrapper {
    display: -ms-flexbox;
    display: flex;
    min-height: 440px;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin: 0 auto; }
    .promo-wrapper.wide, .wide.home__promo-wrapper {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; }
    @media (max-width: 1023px) {
      .promo-wrapper, .home__promo-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 75px 5% 40px; } }
    @media (max-width: 767px) {
      .promo-wrapper, .home__promo-wrapper {
        padding: 20px 5% 30px 5%;
        -ms-flex-align: start;
            align-items: flex-start; } }
    @media (min-width: 1024px) {
      .promo-wrapper, .home__promo-wrapper {
        width: calc(100% - 42px);
        max-width: 1162px;
        padding: 180px 0 95px 0; }
        .promo-wrapper.two-col, .two-col.home__promo-wrapper {
          width: 92.5%;
          max-width: calc(100% - ((100% - 1162px) / 2));
          min-height: 700px; }
        .products .promo-wrapper, .products .home__promo-wrapper {
          min-height: auto;
          padding-bottom: 25px; } }
    @media (max-width: 1023px) {
      .product-landing .promo-wrapper, .product-landing .home__promo-wrapper {
        min-height: auto;
        padding: 105px 5% 0; } }
  .promo__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    max-width: 760px;
    padding-right: 20px;
    z-index: 3;
    width: 100%; }
    @media (max-width: 767px) {
      .promo__content .btn-primary, .promo__content .hs-form .hs_submit .hs-button, .hs-form .hs_submit .promo__content .hs-button {
        font-size: 16px;
        padding: 18px 20px;
        min-width: 207px; }
        .promo__content .btn-primary:after, .promo__content .hs-form .hs_submit .hs-button:after, .hs-form .hs_submit .promo__content .hs-button:after {
          margin-left: 21px; } }
    @media (max-width: 767px) {
      .promo__content {
        padding-right: 0; } }
    .promo__content.centered-left {
      margin: 0 auto; }
      @media (min-width: 1280px) {
        .promo__content.centered-left {
          margin-left: 75px; } }
    .promo__content.wide {
      max-width: 1044px; }
    .products .promo__content {
      -ms-flex-align: center;
          align-items: center;
      margin: 0 auto; }
    @media (min-width: 1024px) {
      .promo__content.two-col {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        width: 95.5%;
        max-width: calc(100% - ((100% - 1162px) / 2));
        padding-right: 0; }
        .promo__content.two-col .promo-title {
          width: 55%; }
        .promo__content.two-col .promo__content-inner {
          width: 29%;
          min-width: 325px; } }
  .promo__content-bottom {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-top: 36px;
    z-index: 3; }
    .promo__content-bottom-info {
      margin-right: 30px; }
    .whitepapers .promo__content-bottom {
      display: none; }
    .promo__content-bottom .promo-socials {
      -ms-transform: none;
          transform: none; }
  .promo__video {
    position: relative;
    z-index: 3;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1023px) {
      .promo__video {
        width: 100%;
        max-width: 192px;
        margin: 10px 0 0 0; } }
    @media (min-width: 1024px) {
      .promo__video {
        border-radius: 50%;
        overflow: hidden; } }
    @media (min-width: 1024px) {
      .promo__video .btn-video-play {
        opacity: 0; } }
  .promo__video-wistia {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .promo__video-wistia {
        opacity: 0; } }
    @media (min-width: 1024px) {
      .promo__video-wistia {
        width: 105px;
        height: 105px;
        border-radius: 50%; } }
    .promo__video-wistia .wistia_responsive_padding {
      position: relative;
      width: 100%;
      height: 100%; }
      @media (min-width: 1024px) {
        .promo__video-wistia .wistia_responsive_padding:before {
          position: absolute;
          content: '';
          top: 50%;
          left: 50%;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 13px 0 11px 19px;
          border-color: transparent transparent transparent #FFF;
          -ms-transform: translate(-7px, -11px);
              transform: translate(-7px, -11px);
          pointer-events: none;
          z-index: 2; }
        .promo__video-wistia .wistia_responsive_padding:after {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #8264ff;
          z-index: 1;
          pointer-events: none;
          transition: background-color .3s ease; } }
      @media (min-width: 1024px) {
        .promo__video-wistia .wistia_responsive_padding:hover:after {
          background-color: #B1A0FF;
          transition: background-color .3s ease; } }
  .promo-tagline {
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 26px; }
    @media (min-width: 1024px) {
      .promo-tagline {
        font-size: 18px;
        line-height: 23px; } }
    .promo-tagline.small {
      font-size: 13px;
      line-height: 16px;
      margin-bottom: 14px; }
      @media (min-width: 1024px) {
        .promo-tagline.small {
          font-size: 15px;
          line-height: 18px; } }
      .promo-tagline.small.bold {
        font-weight: 700; }
  .promo-tagline a {
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 26px; }
    @media (min-width: 1024px) {
      .promo-tagline a {
        font-size: 18px;
        line-height: 23px; } }
  .promo-tagline a:hover {
    color: #8264ff; }
  .promo-tagline.small a {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 14px; }
    @media (min-width: 1024px) {
      .promo-tagline.small a {
        font-size: 15px;
        line-height: 18px; } }
    .promo-tagline.small a.bold {
      font-weight: 700; }
  .promo-tagline.small a:hover {
    color: #8264ff; }
  .promo-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    background-color: #F74870;
    min-width: 88px;
    min-height: 28px;
    padding: 5px 7px;
    margin-bottom: 6px; }
  .promo-title {
    width: 100%;
    color: #FFFFFF;
    margin-bottom: 20px; }
    .promo-title.dark {
      color: #0A0A23; }
    .products .promo-title {
      color: #0A0A23;
      text-align: center;
      margin-bottom: 15px; }
    @media (max-width: 1023px) {
      .promo-title {
        margin-bottom: 18px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .promo-title {
    font-size: 39px;
    line-height: 46px; } }
    @media (max-width: 767px) {
      .promo-title {
        font-size: 32px;
        line-height: 42px;
        /*          font-size: 28px;
            line-height: 36px;*/ } }
  .promo-subtitle {
    width: 100%;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 44px;
    color: #FFFFFF; }
    @media (max-width: 1023px) {
      .promo-subtitle {
        font-size: 16px;
        line-height: 1.35;
        margin-bottom: 28px; } }
    @media (max-width: 767px) {
      .promo-subtitle {
        margin-bottom: 28px; } }
    .promo-subtitle.dark {
      color: #7D808E; }
    .promo-subtitle.x-small {
      font-size: 13px;
      line-height: 17px;
      margin-bottom: 25px; }
      @media (min-width: 1024px) {
        .promo-subtitle.x-small {
          font-size: 15px;
          line-height: 19px; } }
    .products .promo-subtitle {
      color: #7D808E;
      text-align: center; }
  .promo__bg-img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0A0A23;
    z-index: 1; }
  .promo__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(9, 0, 49, 0.65);
    pointer-events: none; }
    .promo__bg-overlay.light {
      background: rgba(9, 0, 49, 0.5); }
  .promo__counter {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    z-index: 3; }
    @media (min-width: 1024px) {
      .promo__counter {
        min-width: 350px;
        margin-right: 58px; } }
    @media (max-width: 1023px) {
      .promo__counter {
        margin-bottom: 20px; } }
    .promo__counter .timer {
      border: solid #FFF;
      border-width: 1px 1px 0 1px;
      background: rgba(255, 255, 255, 0.1); }
      @media (max-width: 1023px) {
        .promo__counter .timer {
          padding: 7px 21px 0 44px; } }
      .promo__counter .timer-wrapper {
        -ms-flex-pack: distribute;
            justify-content: space-around; }
      .promo__counter .timer__col:not(:last-child) {
        margin-right: 37px; }
    .promo__counter .btn-primary, .promo__counter .hs-form .hs_submit .hs-button, .hs-form .hs_submit .promo__counter .hs-button {
      border: solid #FFF;
      border-width: 0 1px 1px 1px; }
  .promo__date {
    font-weight: 700;
    font-size: 16px;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    margin-bottom: 20px; }
  .promo__read-time {
    font-weight: 800;
    font-size: 16px;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    color: #7D808E; }
  .promo-author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    max-width: 70%;
    margin-right: 10%; }
    @media (max-width: 1023px) {
      .promo-author {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .promo-author {
        margin-bottom: 90px;
        max-width: 100%;
        position: relative;
        margin-right: 0; } }
    .promo-author__img-wrap {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 15px 10px 0; }
      @media (max-width: 767px) {
        .promo-author__img-wrap {
          width: 77px;
          height: 77px;
          margin: 0 20px 10px 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; } }
    .promo-author__img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .promo-author__details {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      font-family: "Caecilia", Helvetica, Arial, sans-serif;
      color: #FFFFFF; }
      @media (max-width: 767px) {
        .promo-author__details {
          width: calc(100% - 97px); } }
  @media (min-width: 1280px) {
    .promo-socials {
      -ms-transform: translate(150px, 0);
          transform: translate(150px, 0); } }
  .promo-socials__items {
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) {
      .promo-socials__items.vertical {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .promo-socials__item {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 11px;
    transition: .3s ease; }
    @media (min-width: 768px) {
      .vertical .promo-socials__item {
        margin: 0 0 11px 0; } }
    @media (max-width: 767px) {
      .promo-socials__item {
        margin-right: 21px; } }
    @media (min-width: 1024px) {
      .promo-socials__item:hover {
        -ms-transform: translate(0, -5px);
            transform: translate(0, -5px);
        transition: .3s ease; } }
  .promo-socials__item-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 50%; }
    .inverted .promo-socials__item-link {
      background-color: #0A0A23; }
  .promo-socials__item-icon {
    width: 13px;
    height: 13px;
    fill: #0A0A23; }
    .inverted .promo-socials__item-icon {
      fill: #FFF; }
  .promo-cta {
    margin-top: 18px; }
  .promo_newsletter {
    background: #0A0A23; }
    .promo_newsletter .promo-title {
      font-size: 52px;
      line-height: 1.2;
      font-weight: 700;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .promo_newsletter .promo-title {
          font-size: 32px; } }
    .promo_newsletter .promo__content {
      margin-left: 0;
      padding: 0; }
    .promo_newsletter .promo__content-newsletter {
      width: 514px;
      max-width: 100%;
      margin-right: 30px; }
    .promo_newsletter .promo__content-bottom {
      padding-top: 0;
      display: block; }
    .promo_newsletter .promo__date {
      font-weight: 400;
      font-size: 14px; }
    .promo_newsletter .newsletters-listing {
      font-weight: 400;
      font-size: 16px;
      color: #866CFF;
      margin: 0 0 30px 0;
      line-height: 1.3; }
      @media (max-width: 767px) {
        .promo_newsletter .newsletters-listing {
          margin: 0 0 15px 0; } }
      .promo_newsletter .newsletters-listing a {
        color: #866CFF; }
        .promo_newsletter .newsletters-listing a svg {
          margin-left: 15px; }
        .promo_newsletter .newsletters-listing a:hover {
          color: #B1A0FF; }
      .promo_newsletter .newsletters-listing:last-child {
        margin-bottom: 0; }
    .promo_newsletter .newsletters-listing__list-title {
      font-weight: 700;
      font-size: 18px;
      margin-bottom: 20px;
      color: #FFFFFF; }
    .promo_newsletter .promo-socials {
      position: absolute;
      bottom: 35px;
      left: 25px;
      z-index: 3;
      -ms-transform: none;
          transform: none; }
      @media (max-width: 767px) {
        .promo_newsletter .promo-socials {
          left: 5%;
          right: 5%;
          bottom: 15px; } }
    .promo_newsletter .promo-wrapper, .promo_newsletter .home__promo-wrapper {
      padding-bottom: 55px;
      position: relative; }
      @media (max-width: 767px) {
        .promo_newsletter .promo-wrapper, .promo_newsletter .home__promo-wrapper {
          padding-bottom: 30px; } }
    .promo_newsletter .promo__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      max-width: 100%; }
    .promo_newsletter .breadcrumbs {
      margin-bottom: 20px; }
    .promo_newsletter .breadcrumbs__content {
      font-size: 14px; }
  .promo_newsletter-list .breadcrumbs__content {
    font-size: 14px; }

.promo-wistia {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 99;
  pointer-events: none;
  opacity: 0;
  transition: .3s ease;
  visibility: hidden; }
  .promo-wistia.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: .3s ease; }
    .promo-wistia.active .promo-wistia__inner {
      pointer-events: auto; }
  .promo-wistia__inner {
    position: relative;
    width: 70%;
    height: auto;
    z-index: 1;
    pointer-events: none; }
    @media (max-width: 529px) {
      .promo-wistia__inner {
        width: 95%; } }

@media (min-width: 530px) and (max-width: 1023px) {
  .promo-wistia__inner {
    width: 90%; } }
  .promo-wistia__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75); }
  .promo-wistia__close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #8264ff;
    border: 0;
    outline: none;
    box-shadow: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    padding: 0;
    transition: background-color 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .promo-wistia__close:hover {
        background-color: #866CFF;
        transition: background-color 0.3s ease-in-out 0s; } }
    .promo-wistia__close:before, .promo-wistia__close:after {
      position: absolute;
      content: '';
      width: 10px;
      height: 2px;
      background-color: #FFFFFF;
      border-radius: 3px; }
    .promo-wistia__close:before {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .promo-wistia__close:after {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.promo + .team-nav {
  margin-top: 50px; }
  @media (max-width: 1024px) {
    .promo + .team-nav {
      margin-top: 30px;
      margin-bottom: 30px; } }

.wistia_placebo_close_button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 30px;
  max-height: 30px;
  background-color: #8264ff !important;
  opacity: 1 !important;
  outline: 0 !important;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out 0s; }
  @media (min-width: 1024px) {
    .wistia_placebo_close_button:hover {
      background-color: #866CFF !important;
      transition: background-color 0.3s ease-in-out 0s; } }
  .wistia_placebo_close_button:before, .wistia_placebo_close_button:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    background-color: #FFFFFF;
    border-radius: 3px; }
  .wistia_placebo_close_button:before {
    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg); }
  .wistia_placebo_close_button:after {
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg); }
  @media (max-width: 767px) {
    .wistia_placebo_close_button {
      width: 16px !important;
      height: 16px !important;
      margin: 5px 0 0 -20px !important; } }
  @media (min-width: 768px) {
    .wistia_placebo_close_button {
      width: 30px !important;
      height: 30px !important;
      margin: 7px 0 0 -45px !important; } }
  .wistia_placebo_close_button img {
    opacity: 0; }

.newsletter-number {
  width: 480px;
  height: 480px;
  border: 1px solid #8264ff;
  padding-bottom: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: "Brother-1816", Helvetica, Arial, sans-serif;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  color: #FFFFFF;
  background: url("../images/newsletter-number.svg") right top no-repeat;
  background-size: auto 100%;
  position: relative; }
  @media (max-width: 767px) {
    .newsletter-number {
      width: 220px;
      height: 220px;
      font-size: 50px;
      padding-bottom: 0;
      margin-top: 30px; } }

.video-wrapper {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden; }
  .video-wrapper .wistia_responsive_padding {
    width: 100%; }

.video .btn-video-play {
  position: absolute;
  z-index: 3; }

.video__author-img-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .video__author-img-wrapper {
      width: 77px;
      height: 77px;
      margin-right: 20px;
      background: #EAEBEF;
      border-radius: 100%;
      margin-bottom: 0px; } }

.video__author p {
  color: #0A0A23; }
  @media (max-width: 767px) {
    .video__author p.author-position {
      color: #7D808E; } }

.video__author-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .video__author-title {
      font-size: 16px;
      line-height: 1;
      margin-bottom: 8px; } }

.video__author-position {
  font-size: 13px;
  line-height: 20px;
  font-family: "Caecilia", Helvetica, Arial, sans-serif; }
  @media (max-width: 767px) {
    .video__author-position {
      font-size: 12px;
      line-height: 1.34; } }

@media (max-width: 767px) {
  .video__author {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: center !important;
        align-items: center !important; } }

.video-with-desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 1023px) {
    .video-with-desc {
      padding: 37px 0 27px; } }
  @media (min-width: 1024px) {
    .video-with-desc {
      padding: 87px 0; } }
  .video-with-desc__inner {
    width: 90%;
    max-width: 1220px; }
    @media (min-width: 768px) {
      .video-with-desc__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .video-with-desc__title {
    width: 100%;
    max-width: 521px;
    margin-bottom: 53px; }
    @media (max-width: 1023px) {
      .video-with-desc__title {
        margin-bottom: 17px; } }
  .video-with-desc__video {
    position: relative;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .video-with-desc__video {
        width: 57.15%; } }
    @media (min-width: 1024px) {
      .video-with-desc__video {
        width: 64.15%; } }
  .video-with-desc__video-img {
    display: block;
    width: 100%;
    height: auto; }
  .video-with-desc__video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .video-with-desc__content {
      width: 39%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media (min-width: 1024px) {
    .video-with-desc__content {
      width: 32%; } }
  .video-with-desc__description {
    color: #0A0A23;
    margin-bottom: 20px; }
    .video-with-desc__description p {
      color: #0A0A23;
      margin-bottom: 16px; }
  .video-with-desc__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-top: auto; }
  @media (max-width: 1023px) {
    .video-with-desc__link:not(:last-child) {
      margin-bottom: 23px; } }
  @media (min-width: 1024px) {
    .video-with-desc__link:not(:last-child) {
      margin-bottom: 43px; } }

.subscribe-banner {
  background-color: #F2F3F6;
  color: #FFFFFF; }
  .subscribe-banner_white {
    background: #FFFFFF; }
  .home .subscribe-banner,
  .newsletter-listing .subscribe-banner,
  .video-listing .subscribe-banner {
    background-color: #FFFFFF; }
  .product-landing .subscribe-banner {
    background-color: #0A0A23; }
  .subscribe-banner-inner {
    position: relative;
    background: #0A0A23; }
    @media (max-width: 1023px) {
      .subscribe-banner-inner {
        padding: 40px 5% 50px; } }
    @media (min-width: 768px) {
      .home .subscribe-banner-inner:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
        width: 100%;
        height: 200px;
        background: #0A0A23; } }
    @media (min-width: 1024px) {
      .subscribe-banner-inner {
        min-width: 1000px;
        max-width: 80%;
        padding: 148px 115px 148px; }
        .home .subscribe-banner-inner:before {
          height: 450px; } }
    @media (min-width: 1600px) {
      .subscribe-banner-inner {
        padding-left: calc((100% - 1220px) / 2); } }
    @media (max-width: 1023px) {
      .subscribe-banner-inner .btn-primary, .subscribe-banner-inner .hs-form .hs_submit .hs-button, .hs-form .hs_submit .subscribe-banner-inner .hs-button {
        min-width: 196px; } }
    @media (min-width: 1024px) {
      .subscribe-banner-inner .btn-primary, .subscribe-banner-inner .hs-form .hs_submit .hs-button, .hs-form .hs_submit .subscribe-banner-inner .hs-button {
        min-width: 226px; } }
  .subscribe-banner-subtitle {
    display: block;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    margin-bottom: 5px; }
    @media (max-width: 1023px) {
      .subscribe-banner-subtitle {
        font-size: 14px;
        line-height: 17px; } }
    @media (min-width: 1024px) {
      .subscribe-banner-subtitle {
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 767px) {
      .subscribe-banner-subtitle {
        font-size: 16px;
        line-height: 1.2; } }
  .subscribe-banner-title {
    color: #FFFFFF;
    text-transform: capitalize;
    word-spacing: 4px;
    max-width: 800px;
    margin-bottom: 40px; }
    @media (max-width: 1023px) {
      .subscribe-banner-title {
        font-size: 26px;
        line-height: 33px; } }
    @media (min-width: 1024px) {
      .subscribe-banner-title {
        font-size: 36px;
        line-height: 43px; } }
    @media (max-width: 767px) {
      .subscribe-banner-title {
        font-weight: 700;
        font-size: 30px;
        line-height: 36px; } }

.promo .podcast-widget {
  padding-top: 15px; }

.podcast-widget__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  margin-bottom: 13px; }
  @media (min-width: 1024px) {
    .podcast-widget__title {
      font-size: 16px;
      line-height: 20px; } }

.podcast-widget__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px; }

.podcast-widget__item {
  width: 145px;
  overflow: hidden;
  padding: 8px;
  margin: 0;
  transition: .3s ease; }
  @media (min-width: 1024px) {
    .podcast-widget__item:hover {
      -ms-transform: translate(0, -3px);
          transform: translate(0, -3px);
      transition: .3s ease; } }

.podcast-widget__item-link {
  display: block; }

.podcast-widget__item-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain; }

.podcast-resources {
  margin-bottom: 70px; }
  .podcast-resources__item {
    transition: .3s ease;
    border-radius: 50px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08); }
    .podcast-resources__item:not(:last-child) {
      margin-bottom: 14px; }
    @media (min-width: 1024px) {
      .podcast-resources__item:hover {
        -ms-transform: translate(0, -3px);
            transform: translate(0, -3px);
        transition: .3s ease; } }
  .podcast-resources__item-link {
    display: block; }
  .podcast-resources__item-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover; }

.external-workers:not(.team__external-workers) .external-workers__item-info {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.external-workers__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 81px; }
  .external-workers__item-img-wrapper {
    width: 444px; }
  .external-workers__item-content {
    width: calc(100% - 444px - 95px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .external-workers__item-title {
    font-size: 24px;
    line-height: 36px;
    color: #8264ff;
    font-weight: 400;
    margin-bottom: 12px; }
  .external-workers__item-desc {
    color: #0A0A23; }
  .external-workers__item-info {
    margin-bottom: 30px; }
    @media (max-width: 1023px) {
      .external-workers__item-info {
        margin-bottom: 15px; } }
    .external-workers__item-info h4 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 4px; }
    .external-workers__item-info p {
      font-size: 13px;
      line-height: 17px;
      font-family: "Caecilia", Helvetica, Arial, sans-serif;
      color: #0A0A23; }

.dark-banner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }
  .dark-banner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #F2F3F6; }
  .dark-banner__inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #0A0A23;
    z-index: 1;
    margin-left: auto; }
    @media (max-width: 1023px) {
      .dark-banner__inner {
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 36px 5% 26px; } }
    @media (min-width: 768px) {
      .dark-banner__inner {
        width: 82.15%; } }
    @media (min-width: 1024px) {
      .dark-banner__inner {
        padding: 79px 9.87% 61px 6.17%; } }
  .dark-banner__subtitle {
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    width: 100%;
    color: #EAEBEF; }
    @media (max-width: 1023px) {
      .dark-banner__subtitle {
        font-size: 14px;
        line-height: 17px; } }
    @media (min-width: 1024px) {
      .dark-banner__subtitle {
        padding-right: 50%;
        margin-bottom: 10px; } }
  .dark-banner__title {
    color: #FFFFFF;
    margin-bottom: 13px; }
    @media (min-width: 1024px) {
      .dark-banner__title {
        width: 43.18%;
        margin: 0 13.3% 25px 0; } }
  .dark-banner__description {
    color: #FFFFFF; }
    @media (min-width: 768px) {
      .dark-banner__description {
        margin-top: -15px; } }
    @media (min-width: 1024px) {
      .dark-banner__description {
        width: 42.18%; } }

@media (max-width: 767px) {
  .wysiwyg {
    overflow: hidden; } }

.form-page .wysiwyg {
  font-family: "Caecilia", Helvetica, Arial, sans-serif; }
  .form-page .wysiwyg p {
    font-family: "Caecilia", Helvetica, Arial, sans-serif; }
  .form-page .wysiwyg h6 {
    color: #8264ff;
    font-weight: normal; }
    @media (min-width: 1024px) {
      .form-page .wysiwyg h6 {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.15px; } }
    @media (max-width: 1023px) {
      .form-page .wysiwyg h6 {
        font-size: 14px;
        line-height: 18px; } }

.wysiwyg h1 {
  margin-bottom: 20px; }

.wysiwyg h2 {
  line-height: 40px;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .wysiwyg h2 {
      line-height: 1.4; } }

.wysiwyg h3 {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 9px; }
  @media (min-width: 1024px) {
    .wysiwyg h3 {
      font-size: 23px; } }

.wysiwyg h4 {
  font-size: 20px;
  line-height: 24px; }

.wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin-bottom: 10px; }

.wysiwyg h5, .wysiwyg h6 {
  font-size: 14px; }

.wysiwyg p {
  margin-bottom: 20px;
  word-break: break-word; }

.wysiwyg p, .wysiwyg ul li, .wysiwyg ol li, .wysiwyg pre {
  color: #0A0A23; }

.wysiwyg a, .wysiwyg p a {
  color: #8264ff;
  transition: color 0.3s ease-in-out 0s; }
  @media (min-width: 1024px) {
    .wysiwyg a:hover, .wysiwyg p a:hover {
      color: #866CFF;
      transition: color 0.3s ease-in-out 0s; } }
  .wysiwyg a.note, .wysiwyg p a.note {
    color: #7D808E; }

.wysiwyg strong {
  font-weight: 900; }

.wysiwyg i, .wysiwyg em {
  font-style: italic; }

.wysiwyg b {
  font-weight: 900; }

.wysiwyg ul, .wysiwyg ol {
  padding-top: 16px;
  margin-bottom: 45px; }

.wysiwyg ol {
  list-style: none; }

.wysiwyg ul li, .wysiwyg ol li {
  font-size: 14px;
  line-height: 16px;
  padding: 5px 0 5px 13px; }
  @media (min-width: 1024px) {
    .wysiwyg ul li, .wysiwyg ol li {
      font-size: 17px;
      line-height: 1.6; } }

.wysiwyg ol li {
  position: relative;
  counter-increment: li;
  list-style: none !important;
  padding-left: 20px; }
  .wysiwyg ol li:before {
    position: absolute;
    content: "." counter(li);
    top: 5px;
    left: 0;
    direction: rtl; }

.wysiwyg ul li {
  position: relative;
  display: block;
  padding-left: 13px; }
  .wysiwyg ul li:before {
    position: absolute;
    content: '';
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #0A0A23; }
    @media (min-width: 1024px) {
      .wysiwyg ul li:before {
        top: 16px; } }

.wysiwyg ol li {
  list-style-type: decimal-leading-zero; }

.wysiwyg img, .wysiwyg p img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover; }
  .wysiwyg img:not(.video-block__img), .wysiwyg p img:not(.video-block__img) {
    margin-bottom: 20px; }
  .has-zoom .wysiwyg img, .has-zoom .wysiwyg p img {
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: box-shadow .7s ease; }
    @media (min-width: 1024px) {
      .has-zoom .wysiwyg img:hover, .has-zoom .wysiwyg p img:hover {
        box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.1);
        transition: box-shadow .7s ease; } }

.wysiwyg iframe {
  max-width: 100%; }

.wysiwyg .wistia_responsive_padding {
  margin-bottom: 40px; }

.wysiwyg .hs-cta-wrapper .cta_button {
  font-weight: 500 !important;
  transition: all 0.3s ease-in-out 0s;
  padding: 16px !important;
  background: #8264ff !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  color: #FFFFFF !important;
  border: none !important; }
  .wysiwyg .hs-cta-wrapper .cta_button span {
    font-family: "Brother-1816", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 18px !important; }
    @media (min-width: 1024px) {
      .wysiwyg .hs-cta-wrapper .cta_button span {
        font-size: 17px !important;
        line-height: 1.6 !important;
        letter-spacing: 0.15px !important; } }
  .wysiwyg .hs-cta-wrapper .cta_button:after {
    content: '';
    display: block;
    width: 12px;
    height: 10px;
    -webkit-mask: url("../images/svg/button-arr.svg") no-repeat 100% 100%;
            mask: url("../images/svg/button-arr.svg") no-repeat 100% 100%;
    background: #FFF;
    margin-left: 25px;
    margin-top: 3px;
    transition: all 0.3s ease-in-out 0s; }
  @media (min-width: 1024px) {
    .wysiwyg .hs-cta-wrapper .cta_button:hover {
      background: #B1A0FF !important; } }
  .wysiwyg .hs-cta-wrapper .cta_button:focus {
    background: #866CFF !important; }

.wysiwyg > div {
  max-width: 100%; }

.wysiwyg .wistia_embed {
  max-width: 100%; }

.recognized-brands {
  background-color: #FFF; }
  @media (min-width: 1024px) {
    .recognized-brands {
      position: absolute;
      left: 3.5%;
      bottom: 20px;
      width: 341px;
      padding: 17px 18px 10px 18px; } }
  @media (min-width: 1280px) {
    .recognized-brands {
      bottom: 55px; } }
  .recognized-brands__icon {
    width: 14px;
    height: 14px;
    fill: #0A0A23;
    margin-right: 9px; }
    @media (max-width: 767px) {
      .recognized-brands__icon {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-top: 4px; } }
  .recognized-brands__title {
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #0A0A23;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .recognized-brands__title {
        font-size: 16px;
        line-height: 1.4;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }
  .recognized-brands__images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .recognized-brands__img-wrap {
    width: 33%;
    margin-bottom: 9px; }
    .recognized-brands__img-wrap:nth-child(3n + 2) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      padding-left: 5px; }
    .recognized-brands__img-wrap:nth-child(3n + 3) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .recognized-brands__img {
    display: block;
    width: auto;
    height: auto;
    max-height: 20px; }

.jobs-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #F2F3F6;
  padding: 102px 0;
  position: relative; }
  .jobs-block__h2 {
    margin-top: 40px;
    margin-bottom: 30px; }
  .jobs-block__article-image {
    margin-bottom: 40px; }
    .jobs-block__article-image img {
      width: 100%;
      display: block; }
  .jobs-block__inner {
    width: 90%;
    max-width: 1162px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 1023px) {
      .jobs-block__inner {
        -ms-flex-pack: center;
            justify-content: center; } }
  .jobs-block__header {
    width: 100%; }
  .jobs-block__title {
    max-width: 598px;
    margin-bottom: 15px; }
  .jobs-block__description {
    color: #0A0A23;
    max-width: 598px;
    margin-bottom: 52px; }
  .jobs-block__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 30px;
    margin: 30px 0 30px 0; }
  .jobs-block__items {
    width: 100%;
    overflow: hidden;
    max-width: 366px; }
    @media (min-width: 768px) {
      .jobs-block__items {
        width: 500px;
        max-width: 100%; } }
    @media (max-width: 992px) {
      .jobs-block__items {
        margin-bottom: 30px;
        margin-top: 30px; } }
    @media (min-width: 1024px) {
      .jobs-block__items {
        width: calc(65.2% + 22px);
        margin-bottom: 25px; } }
    .jobs-block__items h1 {
      margin-bottom: 30px; }
    .jobs-block__items .owl-stage {
      display: -ms-flexbox;
      display: flex; }
    .jobs-block__items > div:not(.js-jobs-slider) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 1024px) {
        .jobs-block__items > div:not(.js-jobs-slider) .listing__item {
          width: calc(50% - 11px); } }
      .jobs-block__items > div:not(.js-jobs-slider) .listing__item:not(:last-child) {
        margin-bottom: 15px; }
      .jobs-block__items > div:not(.js-jobs-slider) .listing__item:nth-child(2n + 2) {
        margin-right: 0; }
    .jobs-block__items .slick-track {
      display: -ms-flexbox;
      display: flex;
      overflow: hidden; }
    .jobs-block__items .listing.two-in-row > div {
      width: calc(50% - 10px);
      max-width: 368px; }
      .jobs-block__items .listing.two-in-row > div:not(:nth-child(2n + 2)) {
        margin-right: 20px; }
    .jobs-block__items .listing__item {
      min-height: auto;
      height: 100%; }
      .jobs-block__items .listing__item .listing__item-details.bottom {
        opacity: 1; }
      @media (min-width: 1024px) {
        .jobs-block__items .listing__item .listing__item-content {
          padding: 18px 25px 10px 25px; } }
      .jobs-block__items .listing__item .listing__item-title, .jobs-block__items .listing__item .team__popup-promo h4, .team__popup-promo .jobs-block__items .listing__item h4 {
        margin-bottom: 4px; }
      .jobs-block__items .listing__item .listing__item-description {
        width: 98%;
        margin-bottom: 17px; }
        .jobs-block__items .listing__item .listing__item-description a {
          color: #0A0A23;
          text-decoration: none; }
      @media (min-width: 1024px) {
        .jobs-block__items .listing__item .listing__item__btn-wrapper {
          -ms-transform: translate(0, 22px);
              transform: translate(0, 22px); } }
      @media (min-width: 1024px) {
        .jobs-block__items .listing__item:hover .listing__item-title, .jobs-block__items .listing__item:hover .team__popup-promo h4, .team__popup-promo .jobs-block__items .listing__item:hover h4 {
          -ms-transform: translate(0, -25px);
              transform: translate(0, -25px); }
        .jobs-block__items .listing__item:hover .listing__item-description {
          -ms-transform: translate(0, -25px);
              transform: translate(0, -25px); }
        .jobs-block__items .listing__item:hover .listing__item-details.bottom {
          -ms-transform: translate(0, -25px);
              transform: translate(0, -25px);
          opacity: 0; }
        .jobs-block__items .listing__item:hover .listing__item__btn-wrapper {
          -ms-transform: translate(0, -17px);
              transform: translate(0, -17px); } }
  .jobs-block__items-inner {
    width: 100%;
    max-width: 776px;
    margin-bottom: 17px; }
    .jobs-block__items-inner:focus, .jobs-block__items-inner:active {
      border: 0;
      outline: 0; }
  @media (max-width: 767px) {
    .jobs-block__item {
      width: 285px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .jobs-block__item {
      width: 300px;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .jobs-block__item {
      width: calc(100% - 1px);
      margin: 0 0 0 1px; } }
  .jobs-block__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -ms-flex-pack: start;
        justify-content: flex-start;
    box-sizing: border-box;
    margin: -20px; }
    @media (max-width: 1100px) {
      .jobs-block__list {
        margin: -10px !important; } }
    .jobs-block__list > .listing__item.jobs-block__item {
      width: calc(50% - 40px) !important;
      margin: 20px !important;
      box-sizing: border-box;
      padding: 15px 25px 15px 25px;
      min-height: 0;
      max-height: none;
      height: auto; }
      @media (max-width: 1100px) {
        .jobs-block__list > .listing__item.jobs-block__item {
          padding: 15px 15px 15px 15px;
          width: calc(50% - 20px) !important;
          margin: 10px !important; } }
      @media (max-width: 1024px) {
        .jobs-block__list > .listing__item.jobs-block__item {
          width: 100% !important; } }
      .jobs-block__list > .listing__item.jobs-block__item .listing__item-title, .jobs-block__list > .listing__item.jobs-block__item .team__popup-promo h4, .team__popup-promo .jobs-block__list > .listing__item.jobs-block__item h4 {
        margin-bottom: 10px !important; }
        @media (max-width: 1100px) {
          .jobs-block__list > .listing__item.jobs-block__item .listing__item-title, .jobs-block__list > .listing__item.jobs-block__item .team__popup-promo h4, .team__popup-promo .jobs-block__list > .listing__item.jobs-block__item h4 {
            font-size: 20px; } }
      @media (max-width: 1100px) {
        .jobs-block__list > .listing__item.jobs-block__item .listing__item-description {
          font-size: 14px; } }
      .jobs-block__list > .listing__item.jobs-block__item:hover .listing__item-description {
        -ms-transform: none;
            transform: none; }
      .jobs-block__list > .listing__item.jobs-block__item:hover .listing__item-title, .jobs-block__list > .listing__item.jobs-block__item:hover .team__popup-promo h4, .team__popup-promo .jobs-block__list > .listing__item.jobs-block__item:hover h4 {
        -ms-transform: none;
            transform: none; }
      .jobs-block__list > .listing__item.jobs-block__item .listing__item-content {
        padding: 0; }
      .jobs-block__list > .listing__item.jobs-block__item .listing__item__btn-wrapper {
        -ms-transform: none;
            transform: none;
        opacity: 1; }
      .jobs-block__list > .listing__item.jobs-block__item .listing__item__btn {
        font-size: 16px;
        color: #8264ff; }
        .jobs-block__list > .listing__item.jobs-block__item .listing__item__btn:after {
          margin-left: 15px;
          background: #8264ff; }
        .jobs-block__list > .listing__item.jobs-block__item .listing__item__btn:hover:after {
          -ms-transform: translate(-5px, 0);
              transform: translate(-5px, 0); }
        @media (max-width: 1100px) {
          .jobs-block__list > .listing__item.jobs-block__item .listing__item__btn {
            font-size: 14px; } }
  .jobs-block__form {
    max-width: 300px; }
    .jobs-block__form .hs-form .hs_submit .hs-button {
      max-width: 218px; }
    @media (max-width: 767px) {
      .jobs-block__form {
        width: 285px;
        margin-top: 25px; } }
    @media (min-width: 768px) {
      .jobs-block__form {
        width: 300px;
        height: auto; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .jobs-block__form {
    margin-left: 40px; } }
    @media (min-width: 1024px) {
      .jobs-block__form {
        width: 29%; } }
  .jobs-block__btns {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media (max-width: 767px) {
      .jobs-block__btns {
        -ms-flex-pack: center;
            justify-content: center; } }
    @media (min-width: 768px) {
      .jobs-block__btns {
        margin-top: 40px; } }
  .jobs-block__note {
    font-size: 23px;
    line-height: 28px; }
    @media (max-width: 1023px) {
      .jobs-block__note {
        font-size: 20px;
        line-height: 24px; } }

@media (min-width: 1024px) {
  .accordion {
    padding-top: 45px;
    margin-bottom: 48px; } }

.accordion__item {
  position: relative;
  margin-bottom: 25px; }

.accordion__opener {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Brother-1816", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px; }
  @media (min-width: 1024px) {
    .accordion__opener {
      line-height: 1.6;
      font-size: 17px; } }
  .accordion__opener.active .accordion__item-icon {
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  .accordion__opener.active .accordion__item-title {
    color: #8264ff; }
  @media (min-width: 1024px) {
    .accordion__opener:hover .accordion__item-title {
      color: #8264ff;
      transition: color .3s ease; } }

.accordion__item-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: 4px 8px 0 0;
  transition: all 0.3s ease-in-out 0s; }
  @media (max-width: 1023px) {
    .accordion__item-icon {
      top: -3px; } }

.accordion__item-title {
  text-align: left;
  padding-left: 34px;
  transition: color .3s ease; }

.accordion__content {
  display: none;
  padding: 10px 0 0 32px; }
  .accordion__content.active {
    display: block; }
  .accordion__content p {
    color: #0A0A23; }

.features-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #F2F3F6; }
  @media (max-width: 1023px) {
    .features-block {
      padding: 38px 0; } }
  @media (min-width: 1024px) {
    .features-block {
      padding: 102px 0 89px 0; } }
  .features-block.white {
    background-color: #FFFFFF; }
  .features-block__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    width: 90%;
    max-width: 1270px; }
  .features-block__title {
    max-width: 650px;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .features-block__title {
        text-align: left;
        margin-bottom: 25px;
        font-size: 32px;
        line-height: 1.4; } }
  .features-block__subtitle {
    max-width: 770px;
    margin-bottom: 23px; }
    @media (max-width: 1023px) {
      .features-block__subtitle {
        max-width: 550px; } }
    @media (max-width: 767px) {
      .features-block__subtitle {
        display: none; } }
  .features-block__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
    padding-top: 30px; }
    @media (max-width: 767px) {
      .features-block__items {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; } }
  .features-block__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media (max-width: 767px) {
      .features-block__item {
        max-width: 100%;
        margin-bottom: 25px;
        display: block; } }
    @media (min-width: 768px) {
      .features-block__item {
        width: 32.44%;
        padding: 0 35px;
        margin-bottom: 25px; }
        .features-block__item:nth-child(3n + 2) {
          width: 35.12%;
          padding: 0; }
          .features-block__item:nth-child(3n + 2) .features-block__item-description {
            padding: 0 15px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .features-block__item:nth-child(3n + 1) {
    padding-left: 0; }
  .features-block__item:nth-child(3n + 3) {
    padding-right: 0; } }
  .features-block__item-icon-wrap {
    max-width: 60px;
    height: auto;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .features-block__item-icon-wrap {
        margin-bottom: 15px; } }
  .features-block__item-icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .features-block__item-title {
    width: 100%; }
    @media (max-width: 1023px) {
      .features-block__item-title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 4px; } }
    @media (min-width: 1024px) {
      .features-block__item-title {
        font-size: 27px;
        line-height: 31px;
        margin-bottom: 11px; } }
    @media (max-width: 767px) {
      .features-block__item-title {
        text-align: left;
        font-weight: 700;
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 5px; } }
  .features-block__item-description {
    width: 100%; }
    @media (max-width: 767px) {
      .features-block__item-description {
        text-align: left; } }
  .features-block__btn {
    margin-top: 59px; }
    @media (max-width: 1023px) {
      .features-block__btn {
        margin-top: 8px; } }

.twitter-share {
  position: relative;
  padding-top: 30px;
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .twitter-share {
      padding-top: 18px;
      margin-bottom: 42px; } }
  .twitter-share__link {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
    color: #8264ff;
    padding-left: 15px;
    border-left: 2px solid #8264ff;
    display: block;
    transition: all 0.3s ease-in-out 0s; }
    @media (min-width: 768px) {
      .twitter-share__link {
        max-width: 80%;
        font-size: 24px;
        line-height: 30px; } }
    @media (min-width: 1024px) {
      .twitter-share__link:hover {
        color: #866CFF;
        border-color: #866CFF; } }
    .twitter-share__link:before {
      position: absolute;
      content: '';
      left: -36px;
      top: 60%;
      -webkit-mask: url("../images/svg/twitter-share-ico.svg") no-repeat 100% 100%;
              mask: url("../images/svg/twitter-share-ico.svg") no-repeat 100% 100%;
      width: 100%;
      height: 100%;
      max-width: 18px;
      max-height: 18px;
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
      background: #8264ff; }
      @media (max-width: 767px) {
        .twitter-share__link:before {
          left: 17px;
          top: 15px; } }

.repeater-block__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1023px) {
    .repeater-block__item {
      padding: 48px 0 45px 0; } }
  @media (min-width: 1024px) {
    .repeater-block__item {
      padding: 86px 0 83px 0; } }
  .repeater-block__item:nth-child(3n + 1) {
    background-color: #0A0A23; }
    .repeater-block__item:nth-child(3n + 1) .repeater-block__item-title,
    .repeater-block__item:nth-child(3n + 1) .repeater-block__item-description {
      color: #FFFFFF; }
  .repeater-block__item:nth-child(3n + 2) {
    background-color: #FFFFFF; }
  .repeater-block__item:nth-child(3n + 3) {
    background-color: #F2F3F6; }
  .repeater-block__item:nth-child(even) .repeater-block__item-inner {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    @media (max-width: 599px) {
      .repeater-block__item:nth-child(even) .repeater-block__item-inner {
        -ms-flex-direction: column;
            flex-direction: column; } }
  @media (min-width: 600px) {
    .repeater-block__item:nth-child(even) .repeater-block__item-img-wrap {
      margin: 5px 0 0 5.48%; } }
  @media (min-width: 1024px) {
    .repeater-block__item:nth-child(even) .repeater-block__item-img-wrap {
      margin: 5px 0 0 11.48%; } }

.repeater-block__item-inner {
  position: relative;
  width: 90%;
  max-width: 1220px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media (max-width: 599px) {
    .repeater-block__item-inner {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-direction: column;
          flex-direction: column; } }

@media (max-width: 599px) {
  .repeater-block__item-img-wrap {
    max-width: 400px;
    margin-bottom: 25px; } }

@media (min-width: 600px) {
  .repeater-block__item-img-wrap {
    width: 42.72%;
    height: auto;
    margin: 5px 5.48% 0 0; } }

@media (min-width: 1024px) {
  .repeater-block__item-img-wrap {
    width: 36.72%;
    height: auto;
    margin: 5px 11.48% 0 0; } }

.repeater-block__item-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media (max-width: 599px) {
  .repeater-block__item-content {
    max-width: 400px; } }

@media (min-width: 600px) {
  .repeater-block__item-content {
    position: sticky;
    top: 50px;
    width: 45.57%; } }

@media (min-width: 1024px) {
  .repeater-block__item-content {
    top: 90px;
    width: 45.57%; } }

.repeater-block__item-title {
  max-width: 80%;
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .repeater-block__item-title {
      padding-top: 40px; } }

.products-table {
  background-color: #F2F3F6;
  padding: 25px 15px 70px 15px; }
  .products-table__table {
    max-width: 1428px;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      .products-table__table {
        overflow: auto;
        max-width: 100%; } }
  .products-table__table-inner {
    width: 100%; }
  .products-table__table-columns {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 28px auto;
    min-width: 798px; }
  .products-table__table-column {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .products-table__table-column.strategy {
      width: 23%;
      min-width: 185px;
      -ms-flex: none;
          flex: none;
      -ms-flex-pack: start;
          justify-content: flex-start; }
    .products-table__table-column.feature {
      -ms-flex: 1;
          flex: 1; }
      .products-table__table-column.feature.active .products-table__table-column-title {
        background-color: #8264ff;
        color: #FFF; }
      .products-table__table-column.feature.active .products-table__table-column-cells {
        background-color: #F2F3F6;
        border: solid #8264ff;
        border-width: 0 2px 1px 2px; }
    .products-table__table-column:last-child .products-table__table-column-cells {
      border-right-color: #8264ff; }
  .products-table__table-column-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #0A0A23;
    text-align: center;
    background-color: #F2F3F6;
    border-bottom: 1px solid #8264ff;
    min-height: 84px;
    padding: 28px 10px 30px 10px; }
    .products-table__table-column-title.main {
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
      font-size: 24px;
      line-height: 28px;
      text-align: left;
      padding: 28px 0 30px 0; }
  .products-table__table-column-cells {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    background-color: #FFF;
    border-bottom: 1px solid #8264ff;
    border-right: 1px solid #EAEBEF; }
    .products-table__table-column-cells.strategy {
      border-left: 1px solid #8264ff; }
  .products-table__table-column-cell {
    position: relative;
    width: 100%;
    min-height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-width: 140px;
    padding: 18px 10px 15px 10px;
    transition: .3s ease; }
    .products-table__table-column-cell:before, .products-table__table-column-cell:after {
      position: absolute;
      content: '';
      left: 0;
      width: calc(100% + 1px);
      height: 1px;
      background-color: #8264ff;
      opacity: 0;
      pointer-events: none;
      transition: .3s ease; }
    .products-table__table-column-cell:before {
      top: 0; }
    .products-table__table-column-cell:after {
      bottom: 0; }
    .products-table__table-column-cell.strategy {
      min-width: 150px; }
      @media (max-width: 1023px) {
        .products-table__table-column-cell.strategy {
          padding-left: 17px; } }
      @media (min-width: 1024px) {
        .products-table__table-column-cell.strategy {
          padding-left: 35px; } }
    .products-table__table-column-cell.feature {
      -ms-flex-pack: center;
          justify-content: center; }
    .products-table__table-column-cell:first-child.active:before {
      opacity: 0; }
    .products-table__table-column-cell:last-child.active:after {
      opacity: 0; }
    .products-table__table-column-cell.active:before, .products-table__table-column-cell.active:after {
      opacity: 1;
      transition: .3s ease; }
  .products-table__table-column-cell-title:after, .products-table__link:after {
    position: absolute;
    content: '';
    right: -20px;
    width: 15px;
    height: 15px;
    background-color: #8264ff;
    -webkit-mask-image: url(../images/svg/menu-arr-right.svg);
            mask-image: url(../images/svg/menu-arr-right.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    opacity: 0;
    transition: .3s ease; }
  @media (min-width: 1024px) {
    .products-table__table-column-cell-title:hover, .products-table__link:hover {
      color: #8264ff;
      transition: .3s ease; }
      .products-table__table-column-cell-title:hover:after, .products-table__link:hover:after {
        opacity: 1;
        transition: .3s ease; } }
  .products-table__table-column-cell-title {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #0A0A23; }
    .products-table__table-column-cell-title:after {
      top: 50%;
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
    @media (min-width: 1024px) {
      .products-table__table-column-cell-title:hover:after {
        -ms-transform: translate(15px, -50%);
            transform: translate(15px, -50%); } }
  .products-table__icon {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #8264ff; }
    .products-table__icon:after {
      content: '';
      width: 4px;
      height: 7px;
      border: solid #FFF;
      border-width: 0 2px 2px 0;
      -ms-transform: translate(0, -1px) rotate(45deg);
          transform: translate(0, -1px) rotate(45deg); }
    .products-table__icon:not(:last-child) {
      margin-right: 6px; }
    .products-table__icon.violet {
      background-color: #8264ff; }
    .products-table__icon.green {
      background-color: #38d996; }
    .products-table__icon.red {
      background-color: #F74870; }
    .products-table__icon.yellow {
      background-color: #FCC049; }
  .products-table__link {
    position: relative;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #8264ff;
    margin-top: -4px; }
    .products-table__link:after {
      top: 1px; }
    @media (min-width: 1024px) {
      .products-table__link:hover:after {
        -ms-transform: translate(8px, 0);
            transform: translate(8px, 0); } }
  .products-table__definitions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (min-width: 1280px) {
      .products-table__definitions {
        -ms-flex: 1;
            flex: 1;
        margin-right: 75px; } }
  .products-table__definitions-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .products-table__definitions-item {
        margin-bottom: 20px; } }
    .products-table__definitions-item .btn-light {
      display: -ms-inline-flexbox;
      display: inline-flex;
      font-size: 13px;
      line-height: 17px;
      margin-left: 12px; }
      @media (max-width: 767px) {
        .products-table__definitions-item .btn-light {
          width: 100%;
          margin-left: 0px;
          margin-top: 13px; } }
      .products-table__definitions-item .btn-light:after {
        margin-left: 10px; }
  .products-table__definitions-color {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 4px 10px 0 0; }
    .products-table__definitions-color.violet {
      background-color: #8264ff; }
    .products-table__definitions-color.green {
      background-color: #38d996; }
    .products-table__definitions-color.red {
      background-color: #F74870; }
    .products-table__definitions-color.yellow {
      background-color: #FCC049; }
    @media (max-width: 767px) {
      .products-table__definitions-color {
        margin-right: 12px; } }
  .products-table__definitions-title-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline; }
    @media (max-width: 767px) {
      .products-table__definitions-title-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .products-table__definitions-title {
    -ms-flex: 1;
        flex: 1;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 17px; }
    @media (max-width: 1023px) {
      .products-table__definitions-title {
        max-width: 330px; } }
    @media (max-width: 767px) {
      .products-table__definitions-title {
        font-size: 16px;
        line-height: 1.3; } }
  @media (min-width: 1280px) {
    .products-table__table-bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; } }
  @media (max-width: 1279px) {
    .products-table__btn {
      margin-top: 15px; } }

@media (max-width: 767px) {
  .process-block {
    padding: 20px 0 35px 0; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .process-block {
    padding: 35px 0; } }

@media (min-width: 1024px) {
  .process-block + div {
    margin-top: -40px; } }

.process-block__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto; }
  .process-block__items.hidden {
    display: none; }
    @media (max-width: 1023px) {
      .process-block__items.hidden {
        display: none; } }
  @media (min-width: 1024px) {
    .process-block__items.first {
      height: 200px !important; } }
  @media (min-width: 1024px) {
    .process-block__items.last {
      height: 50px !important; } }
  @media (max-width: 767px) {
    .process-block__items {
      -ms-flex-align: center;
          align-items: center;
      padding: 40px 0 10px; }
      .process-block__items.reverse .process-block__item {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .process-block__items {
    position: relative;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 auto; }
    .process-block__items:after {
      position: absolute;
      content: '';
      top: 0;
      left: 50%;
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
      width: 1px;
      height: 100%;
      background-image: linear-gradient(0deg, #8264ff, #8264ff 75%, transparent 75%, transparent 100%);
      background-size: 1px 6px; }
    .process-block__items.up:after {
      background-image: linear-gradient(0deg, #38d996, #38d996 75%, transparent 75%, transparent 100%); }
    .process-block__items:last-child .process-block__item-content {
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .process-block__items[data-aos="animated"].aos-animate .process-block__item .process-block__item-content {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
      opacity: 1;
      transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
    .process-block__items[data-aos="animated"].aos-animate .process-block__item:after {
      opacity: 1;
      transition: .5s ease; }
    .process-block__items[data-aos="animated"].aos-animate .process-block__item .process-block__item-icon {
      opacity: 1;
      transition: .45s ease;
      transition-delay: .3s; }
    .process-block__items[data-aos="animated"].aos-animate .process-block__item .process-block__item-icon {
      opacity: 1; }
    .process-block__items.scrolled .process-block__item {
      position: relative;
      min-height: 100vh !important; }
      .process-block__items.scrolled .process-block__item:after {
        opacity: 1; }
      .process-block__items.scrolled .process-block__item .process-block__item-content {
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
    .process-block__items.scrolled .process-block__item-icon,
    .process-block__items.scrolled .process-block__item-content {
      opacity: 1; }
    .process-block__items.active .process-block__item-content {
      opacity: 1 !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
      transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
      transition-delay: .3s !important; } }
  @media screen and (min-height: 1200px) {
    .process-block__items.active .process-block__item-content {
      transition: 1.2s cubic-bezier(0.19, 1, 0.22, 1); } }

.process-block__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .process-block__item {
      max-width: 400px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .process-block__item {
    position: relative;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between; } }
  @media (min-width: 1024px) {
    .process-block__item {
      position: sticky;
      top: 0;
      width: 100%;
      height: 100%;
      padding-bottom: 120px;
      margin-right: auto; }
      .process-block__item:after {
        position: absolute;
        content: '';
        top: 0;
        right: 50%;
        width: 1px;
        height: 100%;
        background-image: linear-gradient(0deg, #8264ff, #8264ff 75%, transparent 75%, transparent 100%);
        background-size: 1px 6px;
        opacity: 1;
        transition: .3s ease; }
      .process-block__item.first {
        padding-top: 120px; }
        .process-block__item.first:after {
          top: 120px;
          opacity: 0;
          width: 1px;
          height: calc(100% - 120px); }
        .process-block__item.first .process-block__item-icon {
          top: 0; }
        .process-block__item.first .process-block__item-inner {
          padding-top: 90px; }
      .process-block__item.second:after {
        height: calc(100% + 140px);
        background: linear-gradient(0deg, #FFF, #FFF 30%, transparent 30%, transparent 100%), linear-gradient(to bottom, #8264ff 0%, #38d996 100%);
        background-size: 1px 6px, 100% 100%; }
      .process-block__item.third:after {
        top: 140px;
        height: calc(100% - 140px); }
      .process-block__item.last:after {
        height: calc(100% - 30px); }
      .up .process-block__item:after {
        background-image: linear-gradient(0deg, #38d996, #38d996 75%, transparent 75%, transparent 100%); } }

.process-block__item-inner {
  width: 100%; }
  @media (min-width: 768px) {
    .process-block__item-inner {
      width: 50%; }
      .process-block__item-inner.left {
        padding-right: 10%; }
      .process-block__item-inner.right {
        padding-left: 10%; } }
  @media (min-width: 1024px) {
    .process-block__item-inner {
      position: relative;
      padding-top: 200px; }
      .process-block__item-inner.left {
        padding-right: 6%; }
      .process-block__item-inner.right {
        padding-left: 7%; } }

.process-block__item-icon {
  fill: #8264ff; }
  .process-block__item-icon.arrow-up {
    fill: #38d996;
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  @media (min-width: 768px) {
    .process-block__item-icon.hidden {
      display: none; } }
  @media (max-width: 767px) {
    .process-block__item-icon.hidden-mobile {
      display: none; } }
  @media (max-width: 1023px) {
    .process-block__item-icon {
      width: 46px;
      height: 46px;
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .process-block__item-icon {
      position: absolute;
      top: 0;
      right: calc(50% - 23px);
      z-index: 2; } }
  @media (min-width: 1024px) {
    .process-block__item-icon {
      top: 120px;
      right: -43px;
      width: 86px;
      height: 86px;
      opacity: 0; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .process-block__item-content {
    margin-bottom: 65px; } }

@media (min-width: 1024px) {
  .process-block__item-content {
    opacity: 0;
    -ms-transform: translate(0, 50vh);
        transform: translate(0, 50vh); } }

.process-block__item-title {
  margin-bottom: 9px; }
  @media (max-width: 1023px) {
    .process-block__item-title {
      max-width: 90%; } }
  @media (min-width: 1024px) {
    .process-block__item-title {
      max-width: 100%; } }

@media (max-width: 1023px) {
  .process-block__item-description {
    max-width: 95%;
    margin-bottom: 16px; } }

@media (min-width: 1024px) {
  .process-block__item-description {
    max-width: 100%;
    margin-bottom: 29px; } }

.process-block__item-img-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px; }
  @media (min-width: 1024px) {
    .process-block__item-img-title {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 12px; } }

.process-block__item-img-wrap {
  max-width: 100%;
  height: auto;
  margin-bottom: 12px; }
  @media (min-width: 1024px) {
    .process-block__item-img-wrap.scaled {
      max-width: 475px; } }

.process-block__item-img-caption {
  display: block;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
  color: #7D808E;
  margin-bottom: 15px; }

.process-block__list.inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: baseline;
      align-items: baseline; }

@media (min-width: 1024px) {
  .process-block__list.column {
    width: 75%;
    padding-top: 25px; } }

.process-block__list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .inline .process-block__list-item {
    margin: 0 26px 10px 0; }
    .inline .process-block__list-item:last-child {
      margin-bottom: 0; }
  .column .process-block__list-item {
    margin-bottom: 46px; }
    .column .process-block__list-item:last-child {
      margin-bottom: 0; }
    @media (max-width: 1023px) {
      .column .process-block__list-item {
        margin-bottom: 20px; } }

.process-block__list-img-wrap {
  border-radius: 50%;
  overflow: hidden; }
  .column .process-block__list-img-wrap {
    width: 60px;
    height: 60px;
    border-radius: 0;
    margin-right: 20px; }
  .inline .process-block__list-img-wrap {
    width: 28px;
    height: 28px;
    margin-right: 6px; }

.process-block__list-img {
  display: block;
  width: 100%;
  height: 100%; }

.process-block__list-info {
  -ms-flex: 1;
      flex: 1; }

.inline .process-block__list-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px; }
  @media (min-width: 1024px) {
    .inline .process-block__list-title {
      font-size: 14px;
      line-height: 20px; } }

.column .process-block__list-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  padding-top: 2px;
  margin-bottom: 6px; }
  @media (min-width: 1024px) {
    .column .process-block__list-title {
      font-size: 22px;
      line-height: 26px; } }

.process-block__list-description {
  font-size: 12px;
  font-style: italic;
  line-height: 16px; }
  @media (min-width: 1024px) {
    .process-block__list-description {
      font-size: 14px;
      line-height: 18px; } }

.process-block__anchor {
  position: relative; }

.video-dark__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #0A0A23;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 1023px) {
    .video-dark__inner {
      padding: 30px 5% 48px 5%; } }
  @media (min-width: 768px) {
    .video-dark__inner {
      width: 82.36%; } }
  @media (min-width: 1024px) {
    .video-dark__inner {
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 87px 7.3% 95px 7.3%; } }

.video-dark__content {
  width: 100%; }
  @media (max-width: 1023px) {
    .video-dark__content {
      margin-bottom: 26px; } }
  @media (min-width: 1024px) {
    .video-dark__content {
      width: 40%;
      margin-right: 5%; } }
  @media (min-width: 1280px) {
    .video-dark__content {
      width: 43%;
      margin-right: 5%; } }

.video-dark__title {
  color: #FFFFFF;
  margin-bottom: 28px; }
  @media (max-width: 1023px) {
    .video-dark__title {
      margin-bottom: 16px; } }

.video-dark__description {
  color: #FFFFFF; }

.video-dark > div {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.6; }
  @media (max-width: 1023px) {
    .video-dark > div {
      font-size: 14px;
      line-height: 18px; } }

.video-dark__video {
  width: 100%; }
  @media (min-width: 1024px) {
    .video-dark__video {
      width: 55%; } }
  @media (min-width: 1280px) {
    .video-dark__video {
      width: 46%; } }

.story-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  background-color: #F2F3F6;
  padding: 30px 0 30px 24px; }
  @media (min-width: 768px) {
    .story-block {
      padding: 50px 0 30px 5%; } }
  @media (min-width: 1024px) {
    .story-block {
      padding: 80px 0 87px 5%; } }
  @media (min-width: 1280px) {
    .story-block {
      padding: 80px 0 87px calc((100% - 1162px) / 2); } }
  .story-block__inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%; }
  .story-block__title {
    max-width: 70%;
    margin: 0 10% 100px 0; }
    @media (max-width: 529px) {
      .story-block__title {
        width: 60%;
        margin-right: 15px; } }
    @media (max-width: 767px) {
      .story-block__title {
        margin-bottom: 25px; } }
  .story-block__btns {
    display: -ms-flexbox;
    display: flex;
    margin: -5px 15px 20px 0; }
  .story-block__hover {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    height: calc(100% + 55px);
    z-index: 2;
    cursor: grab; }
    @media (min-width: 1024px) {
      .story-block__hover:hover {
        pointer-events: none;
        cursor: grab; }
        .story-block__hover:hover + .story-block__items {
          -ms-transform: translate(-75px, 0);
              transform: translate(-75px, 0);
          transition: .75s ease; } }
  .story-block__items-wrap {
    position: relative;
    width: 100%;
    overflow: hidden; }
  .story-block__items {
    position: relative;
    width: calc(100% + 75px);
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    cursor: grab;
    transition: .75s ease; }
    .story-block__items:after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      width: 35%;
      height: 100%;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.5) 47%, rgba(242, 243, 246, 0.85) 100%);
      pointer-events: none; }
  .story-block__item {
    width: 307px;
    height: auto;
    margin-right: 46px; }
    .story-block__item:focus {
      border: 0;
      outline: 0; }
  .story-block__item-date {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 3px solid #8264ff;
    padding-bottom: 14px;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .story-block__item-date {
        font-size: 17px;
        line-height: 20px; } }
  .story-block__item-img-wrap {
    width: 100%;
    height: 189px;
    margin-bottom: 19px; }
  .story-block__item-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .story-block__item-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #8264ff;
    max-width: 85%;
    margin-bottom: 8px; }
    @media (min-width: 1024px) {
      .story-block__item-title {
        font-size: 22px;
        line-height: 26px; } }
  .story-block__item-description {
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    color: #7D808E;
    max-width: 98%; }
    @media (min-width: 1024px) {
      .story-block__item-description {
        font-size: 13px; } }

.white-graph {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #F2F3F6;
  padding: 65px 0; }
  @media (max-width: 1023px) {
    .white-graph {
      padding: 35px 0; } }
  .white-graph__inner {
    width: 90%;
    max-width: 1162px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .white-graph__content {
    width: 100%;
    background-color: #FFFFFF; }
    @media (max-width: 1023px) {
      .white-graph__content {
        padding: 20px; } }
    @media (min-width: 1024px) {
      .white-graph__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding: 47px 2.9% 33px 5%; } }
  .white-graph__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (min-width: 1024px) {
      .white-graph__info {
        width: 34.5%; } }
  .white-graph__subtitle {
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #F74870;
    margin-bottom: 8px; }
    @media (max-width: 1023px) {
      .white-graph__subtitle {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px; } }
  .white-graph__title {
    max-width: 90%;
    margin-bottom: 17px; }
  .white-graph__description {
    margin-bottom: 25px; }
    .white-graph__description .highlighted {
      color: #F74870; }
  .white-graph__author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-transform: translate(0, -10px);
        transform: translate(0, -10px);
    margin-top: auto; }
  .white-graph__author-img-wrap {
    width: 70px;
    height: 70px;
    overflow: hidden;
    background-color: #F2F3F6;
    border-radius: 50%;
    margin-bottom: 15px; }
  .white-graph__author-name {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #0A0A23;
    border-radius: 50%;
    margin-bottom: 8px; }
  .white-graph__author-position {
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #0A0A23; }
  .white-graph__graph {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media (max-width: 1023px) {
      .white-graph__graph {
        max-width: 640px;
        padding: 30px 0 10px 0;
        margin: 0 auto; } }
    @media (min-width: 1024px) {
      .white-graph__graph {
        width: 61.96%; } }
    .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-title {
      opacity: 1;
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
      transition: .5s ease; }
    .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-inner {
      opacity: 1;
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
      transition: .6s ease;
      transition-delay: .2s; }
    .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-subtitle {
      opacity: 1;
      transition: .6s ease; }
      .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-subtitle.y-axis {
        -ms-transform: translate(0, 0) rotate(-90deg);
            transform: translate(0, 0) rotate(-90deg);
        transition-delay: .6s; }
      .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-subtitle.x-axis {
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        transition-delay: .9s; }
    .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-img-wrap:after {
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
      transition: 2s ease;
      transition-delay: 1.55s; }
    .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-fill {
      opacity: 0.1;
      transition: .6s linear;
      transition-delay: 3.6s; }
    .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-bullet,
    .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-bullet-title {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1, 1);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      transition: .45s ease; }
      .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-bullet.top,
      .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-bullet-title.top {
        transition-delay: 3.55s; }
      .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-bullet.middle,
      .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-bullet-title.middle {
        transition-delay: 3.95s; }
      .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-bullet.bottom,
      .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-bullet-title.bottom {
        transition-delay: 4.38s; }
    .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-bullet-text {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1, 1);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      transition: .45s ease; }
      .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-bullet-text.top {
        transition-delay: 3.55s; }
      .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-bullet-text.middle {
        transition-delay: 3.95s; }
      .white-graph__graph[data-aos="animated"].aos-animate .white-graph__graph-bullet-text.bottom {
        transition-delay: 4.38s; }
  .white-graph__graph-inner {
    position: relative;
    opacity: 0;
    padding: 15px 15px 15px 15px;
    -ms-transform: translate(0, 10px);
        transform: translate(0, 10px);
    transition: .6s ease; }
  .white-graph__graph-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #0A0A23;
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    padding-left: 16px;
    margin-bottom: 16px;
    transition: .3s ease; }
  .white-graph__graph-subtitle {
    position: absolute;
    display: block;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    opacity: 0;
    transition: .6s ease; }
    .white-graph__graph-subtitle.y-axis {
      top: 25px;
      left: -15px;
      -ms-transform: translate(0, 10px) rotate(-90deg);
          transform: translate(0, 10px) rotate(-90deg); }
    .white-graph__graph-subtitle.x-axis {
      right: 20px;
      bottom: -8px;
      -ms-transform: translate(-10px, 0);
          transform: translate(-10px, 0); }
  .white-graph__graph-img-wrap {
    position: relative;
    overflow: hidden; }
    .white-graph__graph-img-wrap:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #FAFAFB;
      transition: 1.8s ease; }
  .white-graph__graph-img {
    display: block;
    width: 100%;
    height: auto;
    background-color: #FAFAFB; }
  .white-graph__graph-bullet, .white-graph__graph-bullet-title {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: .45s ease; }
  .white-graph__graph-bullet-text {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: .45s ease; }
  .white-graph__graph-bullet-title {
    font-weight: 500;
    font-size: 12px; }
  .white-graph__graph-title-underline {
    opacity: 0; }
  .white-graph__graph-fill {
    opacity: 0;
    fill: #B1A0FF;
    transition: .6s linear; }
  .white-graph__items {
    width: 101%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #F2F3F6;
    padding-top: 29px; }
    @media (min-width: 1024px) {
      .white-graph__items {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .white-graph__item:nth-child(3n + 1) .white-graph__item-counter:before {
    border-color: #F74870; }
  .white-graph__item:nth-child(3n + 1) .white-graph__item-number {
    -webkit-text-stroke: 1px #F74870; }
  .white-graph__item:nth-child(3n + 3) .white-graph__item-number {
    -webkit-text-stroke: 1px #38d996; }
  .white-graph__item:nth-child(3n + 3) .white-graph__item-counter:before {
    border-color: #38d996; }
  @media (max-width: 1023px) {
    .white-graph__item {
      margin: 0 25px 20px 0; } }
  @media (min-width: 1024px) {
    .white-graph__item {
      margin: 0 3% 30px 0; }
      .white-graph__item:nth-child(3n + 3) {
        margin-right: 0; } }
  .white-graph__item-counter {
    position: relative; }
    .white-graph__item-counter:before {
      position: absolute;
      content: '';
      width: 5px;
      height: 5px;
      border: 7px solid #8264ff;
      background-color: #FFF;
      border-radius: 50%; }
    @media (max-width: 1023px) {
      .white-graph__item-counter {
        margin-bottom: -44px; }
        .white-graph__item-counter:before {
          top: 33px;
          left: 25px; } }
    @media (min-width: 1024px) {
      .white-graph__item-counter {
        margin-bottom: -44px; }
        .white-graph__item-counter:before {
          top: 58px;
          left: 35px; } }
  .white-graph__item-number {
    position: relative;
    display: block;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px #8264ff;
    opacity: 0.3; }
    @media (max-width: 1023px) {
      .white-graph__item-number {
        font-size: 86px;
        line-height: 86px;
        height: 100px; } }
    @media (min-width: 1024px) {
      .white-graph__item-number {
        font-size: 120px;
        line-height: 120px;
        height: 128px; } }
  .white-graph__item-description {
    color: #304659;
    width: 245px; }
    @media (max-width: 1023px) {
      .white-graph__item-description {
        margin-left: 27px; } }
    @media (min-width: 1024px) {
      .white-graph__item-description {
        margin-left: 37px; } }

.process-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #F2F3F6;
  padding: 100px 0; }
  @media (max-width: 1023px) {
    .process-img.large .process-img__inner {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    .process-img.large .process-img__img-wrap {
      width: auto; }
    .process-img.large .process-img__content {
      -ms-flex-item-align: start;
          align-self: flex-start; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .process-img.large .process-img__content {
    width: 80%; } }
  @media (max-width: 1023px) {
    .process-img {
      padding: 40px 0; } }
  .process-img__inner {
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1162px;
    background-color: #FFFFFF;
    padding: 32px 3.5% 23px 3.8%;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 767px) {
      .process-img__inner {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }
    @media (min-width: 768px) {
      .process-img__inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding: 47px 3.5% 49px 3.8%; } }
    @media (max-width: 1023px) {
      .process-img__inner {
        padding: 20px; } }
  .process-img__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (min-width: 768px) {
      .process-img__content {
        width: 44%; } }
    @media (min-width: 1280px) {
      .process-img__content {
        width: 37%; } }
  .process-img__subtitle {
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #F74870;
    margin-bottom: 8px; }
    @media (max-width: 1023px) {
      .process-img__subtitle {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px; } }
  .process-img__title {
    margin-bottom: 20px; }
  .process-img__description {
    width: 96%;
    margin-bottom: 20px; }
  .process-img__btn {
    margin-top: auto; }
  .process-img__img-wrap {
    overflow: hidden;
    margin: 30px 0 15px; }
    @media (max-width: 1023px) {
      .process-img__img-wrap {
        width: auto;
        height: auto;
        max-width: 580px;
        max-height: 450px; }
        .large .process-img__img-wrap {
          max-height: unset; } }
    @media (min-width: 768px) {
      .process-img__img-wrap {
        width: 51.8%;
        margin: 50px 0 0; } }
    @media (min-width: 1280px) {
      .process-img__img-wrap {
        width: 59.8%; } }
  .process-img__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.process-wrapper {
  max-width: 1162px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .process-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .process-wrapper .btn-primary, .process-wrapper .hs-form .hs_submit .hs-button, .hs-form .hs_submit .process-wrapper .hs-button {
        margin: 0 auto; } }

.process-arrows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-transform: translate(0, 28px);
      transform: translate(0, 28px);
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .process-arrows {
      display: none; } }
  @media (min-width: 1024px) {
    .process-arrows {
      width: 100%;
      padding: 0 50px; } }
  @media (min-width: 1280px) {
    .process-arrows {
      padding: 0 100px; } }

.process-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%; }
  .process-arrow.mobile {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .process-arrow.mobile {
        display: none; } }
  .process-arrow.down {
    background: #8264ff;
    margin-right: 62px; }
  .process-arrow.up {
    background: #38d996; }
    .process-arrow.up svg {
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
  .process-arrow svg {
    width: 16px;
    height: 14px;
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    fill: #FFF; }

.process-content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1px solid transparent;
  overflow: hidden;
  z-index: 1; }
  @media (max-width: 767px) {
    .process-content {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; } }
  @media (min-width: 1024px) {
    .process-content {
      padding: 0 50px; } }
  @media (min-width: 1280px) {
    .process-content {
      padding: 0 100px; } }
  .process-content .border-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, transparent, transparent 50%, #F2F3F6 50%, #F2F3F6 100%), linear-gradient(90deg, #8264ff, #38d996);
    background-size: 6px 1.5px, 100% 1.5px;
    border: none; }
    @media (max-width: 767px) {
      .process-content .border-top {
        display: none; } }

@media (max-width: 767px) {
  .process__col {
    max-width: 450px;
    margin-bottom: 43px; } }

@media (min-width: 768px) {
  .process__col {
    margin-bottom: 46px;
    padding-top: 57px;
    width: calc(50% - 31px); }
    .process__col:not(:last-child) {
      margin-right: 62px; } }

.process__col.down .process__item {
  border-color: #8264ff; }

@media (min-width: 768px) and (max-width: 1023px) {
  .process__col.down .process__item {
    margin-left: 20px; } }
  @media (min-width: 768px) {
    .process__col.down .process__item:first-of-type:before {
      content: '';
      width: 100px;
      border-bottom: 1px dashed #8264ff;
      position: absolute;
      left: -50px;
      bottom: -1px; }
    .process__col.down .process__item:first-of-type:after {
      content: '';
      width: 1px;
      height: 1000px;
      border-right: 1px dashed #8264ff;
      position: absolute;
      left: -22px;
      bottom: 0; } }
  @media (min-width: 1024px) {
    .process__col.down .process__item:first-of-type:after {
      left: -51px; } }
  @media (min-width: 1280px) {
    .process__col.down .process__item:first-of-type:before {
      left: -100px; }
    .process__col.down .process__item:first-of-type:after {
      left: -102px; } }

.process__col.up .process__item {
  border-color: #38d996; }

@media (min-width: 768px) and (max-width: 1023px) {
  .process__col.up .process__item {
    margin-right: 20px; } }
  @media (min-width: 768px) {
    .process__col.up .process__item:first-of-type:before {
      content: '';
      width: 100px;
      border-bottom: 1px dashed #38d996;
      position: absolute;
      right: -50px;
      bottom: -1px; }
    .process__col.up .process__item:first-of-type:after {
      content: '';
      width: 1px;
      height: 1000px;
      border-right: 1px dashed #38d996;
      position: absolute;
      right: -21px;
      bottom: -1px; } }
  @media (min-width: 1024px) {
    .process__col.up .process__item:first-of-type:after {
      right: -51px; } }
  @media (min-width: 1280px) {
    .process__col.up .process__item:first-of-type:after {
      right: -100px; }
    .process__col.up .process__item:first-of-type:before {
      right: -100px; } }

.process__col-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 12px; }
  @media (min-width: 1024px) {
    .process__col-title {
      font-size: 22px; } }
  @media (min-width: 768px) {
    .process__col-title {
      -ms-flex-align: center;
          align-items: center; } }
  @media (max-width: 767px) {
    .process__col-title {
      font-size: 22px;
      line-height: 1.4; } }

.process__col-desc {
  padding-right: 20px;
  margin-bottom: 51px; }
  @media (min-width: 768px) {
    .process__col-desc {
      text-align: center;
      padding: 0 20px;
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .process__col-desc {
      margin-right: 0px;
      margin-bottom: 20px; } }

.process__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 20px;
  background: #FFFFFF;
  border: 1px solid transparent;
  min-height: 107px;
  position: relative; }
  @media (max-width: 767px) {
    .process__item {
      -ms-flex-pack: center;
          justify-content: center; } }
  .process__item:first-of-type {
    border-bottom: none; }
  .process__item-text {
    -ms-flex: 1;
        flex: 1; }
  .process__item-title {
    font-size: 22px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .process__item-title {
        font-size: 20px;
        line-height: 1.25; } }
  .process__item-desc {
    font-family: "Caecilia", Helvetica, Arial, sans-serif; }
    @media (max-width: 767px) {
      .process__item-desc {
        font-size: 14px; } }
  .process__item-ico-wrapper {
    width: 42px;
    height: 42px;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .process__item-ico-wrapper {
        width: 47px;
        height: 47px;
        margin: 0 18px 0 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }

.process__anchor {
  position: relative;
  left: auto; }
  @media (min-width: 768px) {
    .process__anchor {
      margin: 0 auto; } }

.process .home__process-title {
  margin-bottom: 6px; }

.process .btn-primary + .process__anchor, .process .hs-form .hs_submit .hs-button + .process__anchor, .hs-form .hs_submit .process .hs-button + .process__anchor {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .process .btn-primary + .process__anchor, .process .hs-form .hs_submit .hs-button + .process__anchor, .hs-form .hs_submit .process .hs-button + .process__anchor {
      margin: 20px auto 0 auto; } }

.home__about-banner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  max-width: 1300px;
  background: #0A0A23;
  z-index: 3;
  padding: 40px 5% 20px; }
  @media (max-width: 767px) {
    .home__about-banner {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media (min-width: 1024px) {
    .home__about-banner {
      padding: 72px 50px 40px;
      margin-left: auto; } }
  @media (max-width: 767px) {
    .home__about-banner {
      padding: 70px 5% 40px 5%; } }
  @media (max-width: 767px) {
    .home__about-banner__col {
      width: 100%;
      margin-bottom: 23px; }
      .home__about-banner__col:last-child {
        margin-bottom: 0px; } }
  @media (min-width: 768px) {
    .home__about-banner__col {
      width: calc(33.3% - 26.6px); }
      .home__about-banner__col:not(:last-child) {
        margin-right: 40px; } }
  .home__about-banner__col p {
    color: #FFFFFF; }
  .home__about-banner .btn-light {
    margin-top: 35px;
    color: #866CFF; }
    .home__about-banner .btn-light:after {
      background: #866CFF; }
    @media (min-width: 1024px) {
      .home__about-banner .btn-light:hover {
        color: #8264ff; }
        .home__about-banner .btn-light:hover:after {
          background: #8264ff; } }
    .home__about-banner .btn-light:focus {
      color: #866CFF; }
      .home__about-banner .btn-light:focus:after {
        background: #866CFF; }

.home__about-subtitle {
  position: absolute;
  font-family: "Caecilia", Helvetica, Arial, sans-serif;
  color: #7D808E; }
  @media (max-width: 1023px) {
    .home__about-subtitle {
      top: 21px;
      font-size: 14px;
      line-height: 17px; } }
  @media (max-width: 767px) {
    .home__about-subtitle {
      font-size: 16px;
      line-height: 1;
      top: 40px; } }
  @media (min-width: 1024px) {
    .home__about-subtitle {
      top: 43px;
      font-size: 18px;
      line-height: 22px; } }

.home__about-title {
  color: #FFFFFF; }
  @media (max-width: 767px) {
    .home__about-title {
      width: 95%;
      max-width: 300px;
      margin-bottom: 13px; } }
  @media (min-width: 768px) {
    .home__about-title {
      width: calc(33.3% - 26.6px);
      margin-right: 40px; } }
  @media (max-width: 767px) {
    .home__about-title {
      width: 100%;
      margin-bottom: 20px;
      max-width: 100%; } }

.home__about-video {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 1023px) {
    .home__about-video {
      -ms-flex-align: center;
          align-items: center;
      padding-bottom: 30px; } }
  @media (min-width: 1024px) {
    .home__about-video {
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
      padding-right: 20px; } }
  @media (min-width: 1280px) {
    .home__about-video {
      -ms-transform: translate(0, -100px);
          transform: translate(0, -100px); } }
  @media (max-width: 1023px) {
    .home__about-video .video {
      width: 100%; } }
  @media (min-width: 1024px) {
    .home__about-video .video {
      -ms-flex: 1;
          flex: 1;
      max-width: 1010px;
      margin-right: 45px; } }
  @media (max-width: 767px) {
    .home__about-video .video__author {
      width: 100%;
      padding: 0 5%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .home__about-video .video__author {
    width: 45%;
    padding: 16px 5% 31px; } }
  .home__about-video .video-wrapper {
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .home__about-video .recognized-brands {
      width: 100%;
      max-width: 404px;
      padding: 16px 5% 31px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .home__about-video .recognized-brands {
    width: 45%;
    padding: 16px 5% 31px; } }

.accordion-banner {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (max-width: 1023px) {
    .home .accordion-banner {
      background-color: #F2F3F6; } }
  @media (min-width: 1024px) {
    .home .accordion-banner {
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px); } }
  .product-landing .accordion-banner {
    background-color: #0A0A23; }
  .accordion-banner__inner {
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1162px; }
    @media (max-width: 1023px) {
      .accordion-banner__inner {
        padding: 30px 0; } }
  @media (max-width: 1023px) {
    .accordion-banner__tabs {
      max-width: 600px;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .accordion-banner__tabs {
      width: 50%;
      background-color: #F2F3F6;
      padding: 60px 55px 68px 0; } }
  .accordion-banner__title {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .accordion-banner__title {
        margin-bottom: 55px;
        padding-left: 78px;
        transition: .3s ease; } }
    @media (max-width: 1023px) {
      .product-landing .accordion-banner__title {
        color: #8264ff; } }
  @media (min-width: 1024px) {
    .accordion-banner__tab {
      position: relative;
      padding-left: 78px; }
      .accordion-banner__tab:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background-color: #8264ff;
        opacity: 0; } }
  @media (min-width: 1024px) {
    .accordion-banner__tab.active:before {
      opacity: 1;
      transition: .3s ease; }
    .accordion-banner__tab.active .accordion-banner__tab-title {
      color: #8264ff;
      pointer-events: none;
      transition: .3s ease; }
    .accordion-banner__tab.active .accordion-banner__tab-text {
      display: block;
      opacity: 1;
      transition: .3s linear; }
    .accordion-banner__tab.active .btn-light {
      display: -ms-inline-flexbox;
      display: inline-flex;
      color: #8264ff; }
      .accordion-banner__tab.active .btn-light:after {
        opacity: 1;
        background: #8264ff;
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        transition: .3s ease; } }
  @media (max-width: 1023px) {
    .accordion-banner__tab .btn-light {
      color: #8264ff; }
      .accordion-banner__tab .btn-light:after {
        background: #8264ff; } }
  @media (min-width: 1024px) {
    .accordion-banner__tab .btn-light {
      display: none; }
      .accordion-banner__tab .btn-light:after {
        opacity: 0;
        -ms-transform: translate(-5px, 0);
            transform: translate(-5px, 0); } }
  .accordion-banner__tab:not(:last-child) {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .accordion-banner__tab:not(:last-child) {
        margin-bottom: 30px; } }
  @media (min-width: 1024px) {
    .accordion-banner__tab .accordion-banner__img-wrapper {
      display: none; } }
  .accordion-banner__tab-title {
    font-weight: 700;
    margin-bottom: 8px;
    transition: all 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .accordion-banner__tab-title:hover {
        color: #8264ff; } }
    @media (min-width: 1024px) {
      .accordion-banner__tab-title {
        font-size: 24px;
        cursor: pointer; } }
    @media (max-width: 767px) {
      .accordion-banner__tab-title {
        margin-bottom: 12px; } }
    @media (max-width: 1023px) {
      .product-landing .accordion-banner__tab-title {
        color: #8264ff; } }
  .accordion-banner__tab-text {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .accordion-banner__tab-text {
        display: none;
        opacity: 0;
        transition: .3s linear; } }
  .accordion-banner__result {
    position: relative; }
    @media (min-width: 1024px) {
      .accordion-banner__result {
        width: 50%;
        background-color: #F2F3F6; }
        .home .accordion-banner__result .accordion-banner__img-wrapper {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center;
          -ms-flex-align: center;
              align-items: center; }
        .home .accordion-banner__result .accordion-banner__img {
          display: block;
          width: 100%;
          height: auto; } }
    @media (max-width: 1023px) {
      .accordion-banner__result {
        display: none; } }
  @media (max-width: 1023px) {
    .accordion-banner__img-wrapper {
      position: relative;
      height: 300px;
      margin-bottom: 20px; }
      .product-landing .accordion-banner__img-wrapper {
        background-color: #F2F3F6; } }
  @media (max-width: 767px) {
    .accordion-banner__img-wrapper {
      height: 250px; } }
  @media (min-width: 1024px) {
    .accordion-banner__img-wrapper.active .accordion-banner__img {
      opacity: 1;
      transition: .4s linear; } }
  @media (max-width: 1023px) {
    .accordion-banner__img {
      object-fit: contain; } }
  @media (min-width: 1024px) {
    .accordion-banner__img {
      opacity: 0; } }

.research {
  position: relative;
  max-width: 1960px;
  z-index: 2;
  margin: 0 auto;
  padding: 0 21px; }
  @media (min-width: 1280px) {
    .research {
      width: 90%; } }
  @media (min-width: 1024px) {
    .research {
      padding: 0 20px 0 50px;
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px); } }
  @media (max-width: 767px) {
    .research .posts-listing .listing__item:nth-child(n + 4) {
      display: none; } }
  .research-wrapper {
    padding: 0 calc((100% - 1440px) / 2) 0 calc((100% - 1350px) / 2); }
    .research-wrapper .listing.newletter,
    .research-wrapper .listing.podcast {
      display: block; }
  .research-inner {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1023px) {
      .research-inner {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .research-inner .listing {
      -ms-flex: 1;
          flex: 1; }
      @media (min-width: 1024px) {
        .research-inner .listing__item {
          margin-bottom: 0; }
          .research-inner .listing__item:nth-child(n + 4) {
            margin-top: 30px; } }
  .research__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (min-width: 1024px) {
      .research__title {
        padding-left: 220px;
        margin-bottom: 45px; } }
    @media (max-width: 1023px) {
      .research__title {
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .research__title {
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media (min-width: 768px) {
      .research__title {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: start;
            align-items: flex-start; } }
  .research__title-btn {
    padding: 8px 20px 7px; }
    @media (max-width: 767px) {
      .research__title-btn {
        margin: 12px 0 20px 0; } }
    @media (min-width: 768px) {
      .research__title-btn {
        margin: 10px 0 35px 15px; } }
    @media (min-width: 1024px) {
      .research__title-btn {
        margin: 12px 0 0 15px; } }
  .research__title-btn-icon {
    display: block;
    width: 23px;
    height: 30px;
    margin-right: 13px; }
  .research__aside {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (max-width: 767px) {
      .research__aside {
        width: 100%;
        max-width: 400px;
        margin: 0 auto; } }
    @media (min-width: 1024px) {
      .research__aside {
        width: 170px;
        margin-right: 50px; } }
    @media (max-width: 1023px) {
      .research__aside {
        margin-bottom: 24px; }
        .research__aside .research__download, .research__aside .research__btn {
          display: none; } }
  .research__categories-wrapper {
    position: relative; }
    @media (max-width: 767px) {
      .research__categories-wrapper {
        max-width: 400px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .research__categories-wrapper {
    max-width: 100%; } }
  .research__categories-opener {
    font-size: 14px;
    padding: 14px 15px;
    font-weight: 700;
    color: #8264ff;
    border: 1px solid #8264ff;
    width: 100%;
    font-family: "Brother-1816", Helvetica, Arial, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .research__categories-opener .research__categories-opener {
      font-size: 16px;
      line-height: 1; }
    .research__categories-opener svg {
      width: 8px;
      height: 5px;
      fill: #8264ff;
      transition: .3s ease; }
      .opened .research__categories-opener svg {
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
    @media (min-width: 1024px) {
      .research__categories-opener {
        display: none; } }
  .research__categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (max-width: 1023px) {
      .research__categories {
        position: absolute;
        width: 100%;
        left: 0;
        border: 1px solid #8264ff;
        border-top: 0;
        opacity: 0;
        transition: .3s ease;
        z-index: 2;
        -ms-transform: translate(0, -2px);
            transform: translate(0, -2px);
        visibility: hidden; }
        .opened .research__categories {
          opacity: 1;
          visibility: visible;
          background: #FFF; } }
    @media (min-width: 1024px) {
      .research__categories li {
        margin-bottom: 30px; } }
    @media (max-width: 1023px) {
      .research__categories li {
        padding: 14px 15px;
        font-size: 14px; } }
    .research__categories li.active a {
      color: #8264ff; }
    .research__categories li a {
      font-weight: 700;
      color: #0A0A23;
      transition: all 0.3s ease-in-out 0s; }
      @media (min-width: 1024px) {
        .research__categories li a:hover {
          color: #8264ff; } }
  .research__download {
    margin-bottom: 20px;
    width: 170px; }
    .research__download-img-wrapper {
      width: 100%;
      height: 128px;
      margin-bottom: 15px; }
  .research__btn {
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
    @media (min-width: 768px) {
      .research__btn .btn-primary, .research__btn .hs-form .hs_submit .hs-button, .hs-form .hs_submit .research__btn .hs-button {
        min-width: unset;
        padding: 16px; }
        .research__btn .btn-primary:after, .research__btn .hs-form .hs_submit .hs-button:after, .hs-form .hs_submit .research__btn .hs-button:after {
          margin: 0 0 0 40px; } }
  .research__mobile {
    display: none;
    margin-bottom: 46px; }
    @media (min-width: 1024px) {
      .research__mobile {
        display: none; } }

.our-webinars {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1;
  overflow: hidden;
  padding-top: 30px; }
  @media (min-width: 1024px) {
    .our-webinars {
      padding: 120px 0 72px 0; }
      .page.home .our-webinars {
        padding: 92px 20px 0; } }
  @media (max-width: 767px) {
    .our-webinars.gray {
      background-color: #F2F3F6; } }
  @media (min-width: 768px) {
    .our-webinars.gray:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 95%;
      height: 100%;
      background-color: #F2F3F6;
      max-width: calc(100% - ((100% - 1162px) / 2)); } }
  .our-webinars__inner {
    position: relative;
    width: 90%;
    max-width: 1042px;
    z-index: 1; }
  .our-webinars__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 61px; }
    @media (max-width: 767px) {
      .our-webinars__heading {
        max-width: 600px; } }
    @media (max-width: 1023px) {
      .our-webinars__heading {
        margin-bottom: 8px; } }
  .our-webinars__heading-title {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .our-webinars__heading-title {
        width: calc(50% - 27px);
        margin-right: 54px; } }
  @media (min-width: 768px) {
    .our-webinars__heading-info {
      -ms-flex: 1;
          flex: 1;
      padding-right: 20px; } }
  @media (max-width: 1023px) {
    .our-webinars__heading-info {
      margin-bottom: 28px; }
      .our-webinars__heading-info p {
        margin-bottom: 16px; } }
  @media (min-width: 1024px) {
    .our-webinars__heading-info p {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .our-webinars__heading-info {
      margin-bottom: 25px; } }
  .our-webinars__btn {
    color: #0A0A23; }
    .our-webinars__btn:after {
      background-color: #0A0A23; }
  @media (max-width: 767px) {
    .our-webinars .listing__item {
      min-width: 100%;
      width: 100%;
      max-width: 330px; } }
  @media (max-width: 1023px) {
    .our-webinars .listing__item {
      border: 1px solid #8264ff; } }
  @media (max-width: 767px) {
    .our-webinars .listing__item {
      border-color: #E2E7EB; } }
  @media (max-width: 767px) {
    .our-webinars .listing__item .btn-primary, .our-webinars .listing__item .hs-form .hs_submit .hs-button, .hs-form .hs_submit .our-webinars .listing__item .hs-button {
      min-width: 100%; } }
  @media (max-width: 1023px) {
    .our-webinars .listing__item-img-wrapper {
      width: 100%;
      height: 181px; } }

.investment-team {
  padding: 110px 0 70px;
  border-bottom: 1px solid #ececee;
  background: #F2F3F6; }
  @media (max-width: 1023px) {
    .investment-team {
      padding: 29px 0; } }
  .investment-team h2 {
    margin-bottom: 30px;
    text-align: center; }
  .investment-team__action {
    text-align: center; }

.focuses {
  padding: 30px 20px; }
  .focuses h2 {
    margin-bottom: 50px; }
  .focuses-wrapper {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1023px) {
      .focuses-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center; } }
  .focuses__item {
    margin-bottom: 22px;
    width: calc(16.666% - 8px); }
    @media (max-width: 1023px) {
      .focuses__item {
        min-width: 240px;
        margin-bottom: 35px; } }
    .focuses__item:not(:last-child) {
      margin-right: 10px; }
    @media (max-width: 767px) {
      .focuses__item {
        min-width: auto;
        width: 50%;
        margin: 0 0 30px 0 !important;
        padding: 0 20px;
        box-sizing: border-box; }
        .focuses__item:not(:last-child) {
          margin: 0; } }
    .focuses__item-ico-wrapper {
      width: 102px;
      height: 102px;
      border-radius: 50%;
      background: #F2F3F6;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 0 auto 23px; }
      @media (max-width: 767px) {
        .focuses__item-ico-wrapper {
          margin: 0 auto 18px; } }
    .focuses__item-ico {
      width: 50px;
      height: 50px; }
    .focuses__item-title {
      font-size: 20px;
      line-height: 28px;
      text-align: center;
      color: #1e1e46; }
      @media (max-width: 767px) {
        .focuses__item-title {
          font-size: 17px;
          line-height: 23px; } }
      @media (max-width: 767px) {
        .focuses__item-title {
          font-size: 16px;
          line-height: 1.3; } }

.characteristics {
  overflow: hidden; }
  .characteristics-wrapper {
    background: #0A0A23;
    position: relative;
    padding: 30px 20px; }
    @media (min-width: 768px) {
      .characteristics-wrapper {
        padding: 91px 100px 53px 20px; } }
    @media (min-width: 1024px) {
      .characteristics-wrapper {
        margin-right: 100px; } }
    @media (min-width: 1520px) {
      .characteristics-wrapper {
        padding-left: calc((100% - 1220px) / 2); } }
    @media (min-width: 1280px) {
      .characteristics-wrapper {
        max-width: 85%; } }
    .characteristics-wrapper:after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 50%;
      background: #F2F3F6;
      right: -100%; }
  .characteristics h2 {
    color: #FFFFFF;
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .characteristics h2 {
        margin-bottom: 30px; } }
  .characteristics-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1100px; }
  .characteristics__item {
    padding: 69px 0 20px 47px;
    position: relative; }
    @media (min-width: 768px) {
      .characteristics__item {
        width: calc(50% - 37px);
        margin-bottom: 75px; }
        .characteristics__item:not(:nth-child(2n + 2)) {
          margin-right: 74px; } }
    .characteristics__item > * {
      z-index: 2;
      position: relative; }
    .characteristics__item-count {
      font-size: 95px;
      color: transparent;
      font-family: "Caecilia", Helvetica, Arial, sans-serif;
      font-weight: 800;
      opacity: 0.5;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      -webkit-text-stroke: 2px #38d996; }
      @media (min-width: 768px) {
        .characteristics__item-count {
          font-size: 120px; } }
    .characteristics__item-title {
      color: #FFFFFF;
      margin-bottom: 20px;
      line-height: 1.2;
      font-size: 22px;
      font-weight: 700; }
      .characteristics__item-title span {
        color: #38d996; }

.strategy-block {
  display: -ms-flexbox;
  display: flex;
  background-color: #0A0A23;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .strategy-block {
      -ms-flex-pack: center;
          justify-content: center;
      padding: 29px 0; } }
  @media (min-width: 1024px) {
    .strategy-block {
      -ms-flex-pack: end;
          justify-content: flex-end;
      padding: 95px 0; } }
  @media (min-width: 1024px) {
    .home .strategy-block {
      padding-bottom: 150px; } }
  .strategy-block__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1023px) {
      .strategy-block__inner {
        -ms-flex-pack: center;
            justify-content: center;
        width: 90%; } }
    @media (min-width: 1024px) {
      .strategy-block__inner {
        width: 100%;
        max-width: 100%;
        padding-left: 9.5%; } }
    @media (min-width: 1645px) {
      .strategy-block__inner {
        padding-left: calc((100% - 1480px) / 2); } }
  .strategy-block__head {
    width: 100%;
    max-width: 570px; }
    @media (max-width: 767px) {
      .strategy-block__head {
        margin-bottom: 30px; } }
  .strategy-block__title {
    color: #FFFFFF;
    width: 90%;
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .strategy-block__title {
        font-size: 39px;
        line-height: 43px;
        max-width: 100%; } }
    @media (max-width: 1024px) {
      .strategy-block__title {
        margin-bottom: 18px;
        width: auto; } }
  .strategy-block__description {
    color: #EAEBEF;
    margin-bottom: 67px; }
    @media (max-width: 1023px) {
      .strategy-block__description {
        width: 100%;
        margin-bottom: 34px;
        font-size: 16px;
        line-height: 21px; } }
  .strategy-block__btns {
    display: -ms-flexbox;
    display: flex;
    margin: 0 15% 67px auto; }
    @media (max-width: 1023px) {
      .strategy-block__btns {
        display: none; } }
  .strategy-block__btn.prev {
    margin-right: 10px; }
  .strategy-block__items {
    width: 100%;
    overflow: hidden; }
    .strategy-block__items .slick-track {
      display: -ms-flexbox;
      display: flex; }
    @media (max-width: 767px) {
      .strategy-block__items {
        max-width: inherit;
        margin: 0 -4px;
        width: auto; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .strategy-block__items {
    max-width: 420px; } }
  .strategy-block__items-inner {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 500%; }
    @media (max-width: 1023px) {
      .strategy-block__items-inner {
        -ms-flex-pack: center;
            justify-content: center;
        width: 100%; } }
  .strategy-block__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    border: 1px solid #EAEBEF;
    transition: .3s ease; }
    @media (max-width: 767px) {
      .strategy-block__item {
        width: calc(50% - 10px);
        height: 230px;
        padding: 57px 8px 10px 8px;
        margin: 0 5px 12px 5px; }
        .strategy-block__item_no-icon {
          padding-top: 10px;
          -ms-flex-pack: center;
              justify-content: center; } }
    @media (min-width: 768px) {
      .strategy-block__item {
        width: calc(50% - 14px);
        height: 240px;
        padding: 74px 20px 10px 20px;
        margin: 0 7px 12px 7px; } }
    @media (min-width: 1024px) {
      .strategy-block__item {
        width: 328px;
        height: 401px;
        -ms-flex-pack: center;
            justify-content: center;
        padding: 30px 20px 30px 20px;
        margin: 0 20px 0 0; } }
    .strategy-block__item:focus {
      border: 1px solid #EAEBEF;
      outline: 0; }
    .strategy-block__item:hover, .strategy-block__item:active {
      border-color: #8264ff;
      transition: .3s ease; }
      .strategy-block__item:hover .strategy-block__item-content, .strategy-block__item:active .strategy-block__item-content {
        opacity: 1;
        transition: .3s ease; }
      .strategy-block__item:hover .strategy-block__item-content-title,
      .strategy-block__item:hover .strategy-block__item-description, .strategy-block__item:active .strategy-block__item-content-title,
      .strategy-block__item:active .strategy-block__item-description {
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        opacity: 1;
        transition: .3s ease; }
      .strategy-block__item:hover .strategy-block__item-link, .strategy-block__item:active .strategy-block__item-link {
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        opacity: 1;
        color: #8264ff;
        transition: .3s ease; }
        .strategy-block__item:hover .strategy-block__item-link:after, .strategy-block__item:active .strategy-block__item-link:after {
          background-color: #8264ff;
          transition: .3s ease; }
  .strategy-block__item-content {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 0;
    transition: .3s ease; }
    @media (max-width: 1023px) {
      .strategy-block__item-content {
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        background-color: #0d0d2f; } }
    @media (min-width: 1024px) {
      .strategy-block__item-content {
        padding: 28px 27px 26px 25px; } }
  .strategy-block__item-img-wrap {
    height: auto; }
    @media (max-width: 767px) {
      .strategy-block__item-img-wrap {
        max-width: 77px;
        width: 77px;
        height: 77px;
        margin-bottom: 30px; } }
    @media (min-width: 768px) {
      .strategy-block__item-img-wrap {
        max-width: 72px;
        margin-bottom: 15px; } }
    @media (min-width: 1024px) {
      .strategy-block__item-img-wrap {
        max-width: 128px;
        margin-bottom: 30px; } }
  .strategy-block__item-img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%; }
  .strategy-block__item-title {
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    color: #FFFFFF;
    text-align: center;
    max-width: 70%; }
    @media (max-width: 1023px) {
      .strategy-block__item-title {
        font-size: 14px;
        line-height: 19px;
        max-width: 100%; } }
  .strategy-block__item-content-title {
    color: #8264ff;
    -ms-transform: translate(0, 15px);
        transform: translate(0, 15px);
    opacity: 0;
    margin-bottom: 10px;
    transition: .3s ease; }
    @media (max-width: 1023px) {
      .strategy-block__item-content-title {
        display: none; } }
  .strategy-block__item-description {
    color: #7D808E;
    -ms-transform: translate(0, 15px);
        transform: translate(0, 15px);
    opacity: 0;
    transition: .3s ease; }
    @media (max-width: 1023px) {
      .strategy-block__item-description {
        display: none; } }
    @media (min-width: 1024px) {
      .strategy-block__item-description {
        max-height: 280px;
        overflow: hidden; } }
  .strategy-block__item-link {
    -ms-transform: translate(0, 15px);
        transform: translate(0, 15px);
    opacity: 0;
    transition: .3s ease; }
    @media (min-width: 1024px) {
      .strategy-block__item-link {
        margin-top: auto; } }

.team__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  z-index: 101;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  display: none; }
  .team__popup:after {
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 36, 0.8);
    opacity: 0;
    transition: all 0.35s ease-in-out 0s; }
  @media (max-width: 1023px) {
    .team__popup {
      overflow: auto;
      top: 60px;
      z-index: 10;
      padding-bottom: 60px;
      transition: .3s ease; } }
  .team__popup.opened {
    visibility: visible;
    pointer-events: auto;
    transition: all 0.3s ease-in-out 0s; }
    .team__popup.opened:after {
      opacity: 1;
      transition: all 0.6s ease-in-out 0s; }
  .team__popup.team__popup-completed {
    display: block; }
  .team__popup-wrapper {
    position: relative;
    z-index: 1;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .team__popup-wrapper {
        padding: 0 20px 0 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end; } }
    @media (max-width: 1024px) {
      .team__popup-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: end;
            align-items: flex-end; } }
  @media (max-width: 1024px) and (max-width: 1024px) {
    .team__popup-wrapper .listing {
      display: block; }
    .team__popup-wrapper .listing__item {
      width: 100%; } }
    @media (max-width: 768px) {
      .team__popup-wrapper {
        display: block;
        background: #3a3b50; } }
  .team__popup-column {
    background: #FFFFFF;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    transition-delay: 1s;
    transition: all 0.6s ease-in-out 0s; }
    .opened .team__popup-column {
      -ms-transform: translate(0);
          transform: translate(0); }
    @media (min-width: 1280px) {
      .team__popup-column {
        margin-right: 38px; } }
    @media (min-width: 1024px) {
      .team__popup-column {
        min-width: 593px;
        width: 32%;
        min-height: 100vh;
        margin-right: 15px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .team__popup-column {
    width: 98%;
    max-width: 783px; } }
    @media (max-width: 1023px) {
      .team__popup-column {
        border-top: 2px solid #EAEBEF; } }
    @media (max-width: 1024px) {
      .team__popup-column {
        max-width: 440px; } }
    @media (max-width: 768px) {
      .team__popup-column {
        max-width: 100%;
        width: 100%; } }
  .team__popup-promo {
    margin-bottom: 40px;
    padding: 35px 0 0 0;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(180deg, #866CFF -14.63%, #000000 127.59%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
    .team__popup-promo .socials a:after {
      background: #ffffff; }
    @media (max-width: 768px) {
      .team__popup-promo .socials {
        top: auto !important;
        bottom: 125px;
        right: 8px;
        display: block !important; } }
    @media (max-width: 768px) {
      .team__popup-promo .socials li {
        margin: 0 0 15px 0; } }
    @media (max-width: 767px) {
      .team__popup-promo {
        display: block; } }
    .team__popup-promo-img-wrapper {
      width: 255px;
      height: 235px;
      margin-right: 0;
      background: #ffffff;
      border-radius: 0 60px 0 0;
      overflow: hidden;
      padding: 30px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
      @media (max-width: 1024px) {
        .team__popup-promo-img-wrapper {
          width: 200px;
          height: 205px; } }
      @media (max-width: 767px) {
        .team__popup-promo-img-wrapper {
          width: 250px;
          height: 250px; } }
      .team__popup-promo-img-wrapper img {
        width: 100%;
        height: auto; }
    @media (max-width: 1024px) {
      .team__popup-promo .socials {
        position: absolute;
        top: 24px;
        right: 30px;
        display: -ms-flexbox;
        display: flex; } }
    .team__popup-promo__info {
      position: relative;
      padding: 0 0 25px 30px;
      box-sizing: border-box;
      margin: 0; }
      .team__popup-promo__info:after {
        content: "";
        background: url("../images/popup-bg.png") bottom left no-repeat;
        width: 38px;
        height: 49px;
        position: absolute;
        bottom: -1px;
        left: 0; }
        @media (max-width: 767px) {
          .team__popup-promo__info:after {
            bottom: 99%;
            left: 250px; } }
      @media (min-width: 1024px) {
        .team__popup-promo__info {
          -ms-flex: 1;
              flex: 1; } }
      @media (max-width: 1023px) {
        .team__popup-promo__info {
          margin-right: 15px; } }
      @media (max-width: 767px) {
        .team__popup-promo__info {
          padding: 10px 0 0 15px; } }
      @media (max-width: 767px) {
        .team__popup-promo__info {
          background: #ffffff;
          padding: 20px 24px;
          box-sizing: border-box;
          margin-right: 0; } }
    .team__popup-promo h4 {
      text-align: left;
      margin-bottom: 15px;
      font-size: 20px;
      color: #FFFFFF; }
      @media (max-width: 767px) {
        .team__popup-promo h4 {
          color: #0A0A23;
          margin-bottom: 10px; } }
    .team__popup-promo p {
      color: #EAEBEF;
      font-size: 13px;
      line-height: 1.5;
      font-family: "Caecilia", Helvetica, Arial, sans-serif; }
      @media (min-width: 1024px) {
        .team__popup-promo p {
          font-size: 14px;
          line-height: 1.5; } }
      @media (max-width: 767px) {
        .team__popup-promo p {
          color: #7D808E; } }
    @media (min-width: 1024px) {
      .team__popup-promo .socials {
        position: absolute;
        top: 26px;
        right: 29px; } }
    @media (max-width: 767px) {
      .team__popup-promo .socials {
        padding-left: 15px;
        margin-top: 10px; } }
  .team__popup .listing__item:hover .listing__item-img-wrapper {
    -ms-transform: translate(0) scale(0.86, 0.76);
        transform: translate(0) scale(0.86, 0.76); }
    @media (max-width: 1024px) {
      .team__popup .listing__item:hover .listing__item-img-wrapper {
        -ms-transform: translate(0) scale(0.9, 0.8);
            transform: translate(0) scale(0.9, 0.8); } }
  .team__popup .listing__item:hover .listing__item-details.middle {
    -ms-transform: translate(0, -40px);
        transform: translate(0, -40px);
    opacity: 1; }
    @media (max-width: 1024px) {
      .team__popup .listing__item:hover .listing__item-details.middle {
        -ms-transform: translate(0);
            transform: translate(0); } }
  .team__popup .listing__item:hover .listing__item-title, .team__popup .listing__item:hover .team__popup-promo h4, .team__popup-promo .team__popup .listing__item:hover h4 {
    -ms-transform: translate(0, -40px);
        transform: translate(0, -40px); }
    @media (max-width: 1024px) {
      .team__popup .listing__item:hover .listing__item-title, .team__popup .listing__item:hover .team__popup-promo h4, .team__popup-promo .team__popup .listing__item:hover h4 {
        -ms-transform: translate(0);
            transform: translate(0); } }
  .team__popup-content {
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    overflow: auto; }
    @media (min-width: 769px) {
      .team__popup-content.ps--active-y .philosoph {
        margin-bottom: 33px; } }
    @media (min-width: 1024px) {
      .team__popup-content {
        max-height: calc(100vh - 290px); } }
    .team__popup-content .wysiwyg {
      padding: 0 15px;
      -ms-flex-positive: 1;
          flex-grow: 1;
      margin-bottom: 38px; }
      @media (min-width: 768px) {
        .team__popup-content .wysiwyg {
          padding: 0 43px; } }
      .team__popup-content .wysiwyg p {
        font-family: "Caecilia", Helvetica, Arial, sans-serif;
        color: #0A0A23;
        font-size: 13px;
        line-height: 20px; }
        @media (min-width: 1024px) {
          .team__popup-content .wysiwyg p {
            font-size: 15px;
            line-height: 1.6; } }
        .team__popup-content .wysiwyg p:not(:last-child) {
          margin-bottom: 20px; }
    .team__popup-content .philosoph {
      min-height: 177px; }
      @media (min-width: 768px) {
        .team__popup-content .philosoph {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; } }
      @media (min-width: 769px) {
        .team__popup-content .philosoph {
          margin-bottom: 10px; } }
      .team__popup-content .philosoph-img-wrapper {
        max-width: 232px;
        max-height: 177px; }
        .team__popup-content .philosoph-img-wrapper img {
          max-width: 232px;
          max-height: 177px; }
      .team__popup-content .philosoph__quote {
        padding: 10px 15px 20px 15px;
        -ms-flex: 1;
            flex: 1; }
        @media (min-width: 768px) {
          .team__popup-content .philosoph__quote {
            padding: 10px 20px 10px 28px; } }
        .team__popup-content .philosoph__quote-name {
          font-size: 15px;
          margin-bottom: 8px;
          font-weight: 700;
          color: #0A0A23; }
        .team__popup-content .philosoph__quote-text {
          font-size: 13px;
          font-family: "Caecilia", Helvetica, Arial, sans-serif; }
  .team__popup-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 1024px) {
      .team__popup-info {
        margin: 0 0 20px 0; } }
  .team__popup-posts {
    max-width: 764px;
    -ms-flex: 1;
        flex: 1;
    position: relative;
    -ms-transform: translate(0, 100%);
        transform: translate(0, 100%);
    transition: all 0.6s ease-in-out 0s; }
    @media (max-width: 768px) {
      .team__popup-posts {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media (max-width: 1023px) {
      .team__popup-posts {
        margin: 25px 15px 0; } }
    .opened .team__popup-posts {
      -ms-transform: translate(0);
          transform: translate(0); }
    .team__popup-posts h4 {
      color: #FFFFFF;
      margin-bottom: 22px; }
      @media (min-width: 1024px) {
        .team__popup-posts h4 {
          padding-right: 170px; } }
      @media (max-width: 1024px) {
        .team__popup-posts h4 {
          font-size: 14px;
          line-height: 1.4; } }
      @media (max-width: 1024px) {
        .team__popup-posts h4 {
          margin: 0; }
          .team__popup-posts h4 span {
            display: block; } }
    .team__popup-posts .btn-light {
      color: #FFF;
      margin: -5px 0 16px 0; }
      @media (min-width: 1025px) {
        .team__popup-posts .btn-light {
          position: absolute;
          top: 0;
          right: 0;
          margin: 0; } }
      @media (max-width: 1024px) {
        .team__popup-posts .btn-light {
          margin: 0 0 0 15px;
          padding: 0;
          -ms-flex-item-align: end;
              align-self: flex-end; }
          .team__popup-posts .btn-light span {
            display: none; } }
      .team__popup-posts .btn-light:after {
        background: #FFF; }
        @media (max-width: 1024px) {
          .team__popup-posts .btn-light:after {
            margin: 0 0 0 10px; } }
      @media (min-width: 1024px) {
        .team__popup-posts .btn-light:hover {
          color: #8264ff; }
          .team__popup-posts .btn-light:hover:after {
            background: #8264ff; } }
    @media (min-width: 768px) {
      .team__popup-posts .listing.two-in-row > .listing__item {
        width: calc(50% - 12px); }
        .team__popup-posts .listing.two-in-row > .listing__item:not(:nth-child(2n + 2)) {
          margin-right: 24px; } }
    @media (max-width: 1024px) {
      .team__popup-posts .listing.two-in-row > .listing__item {
        width: 100%; } }
    .team__popup-posts .listing.two-in-row > .listing__item .btn-light {
      position: relative; }

.popup-close {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px; }
  @media (min-width: 768px) {
    .popup-close {
      top: 32px;
      right: 36px; } }
  @media (min-width: 1024px) {
    .popup-close:hover svg {
      fill: #8264ff; } }
  .popup-close svg {
    pointer-events: none;
    width: 14px;
    height: 14px;
    fill: #FFF;
    transition: all 0.3s ease-in-out 0s; }
    @media (max-width: 1023px) {
      .popup-close svg {
        fill: #8264ff; } }

.media__slider {
  position: relative;
  width: 100%;
  background: #EAEBEF; }
  @media (max-width: 767px) {
    .media__slider {
      padding-bottom: 25px; } }
  .media__slider.bg-primary {
    background-color: #F2F3F6; }
  .media__slider-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none; }
    @media (max-width: 529px) {
      .media__slider-bottom {
        bottom: 0;
        -ms-transform: translate(0px, -385px);
            transform: translate(0px, -385px); } }

@media (min-width: 530px) and (max-width: 599px) {
  .media__slider-bottom {
    -ms-transform: translate(0px, -515px);
        transform: translate(0px, -515px); } }

@media (min-width: 600px) and (max-width: 767px) {
  .media__slider-bottom {
    -ms-transform: translate(0px, -595px);
        transform: translate(0px, -595px); } }
    @media (min-width: 768px) {
      .media__slider-bottom {
        bottom: 45px;
        padding-right: 50%; } }
    @media (min-width: 1024px) {
      .media__slider-bottom {
        padding-right: 500px; } }
    @media (min-width: 1280px) {
      .media__slider-bottom {
        padding-right: 611px; } }
    .media__slider-bottom .btn-primary, .media__slider-bottom .hs-form .hs_submit .hs-button, .hs-form .hs_submit .media__slider-bottom .hs-button {
      pointer-events: auto; }
  .media__slider-bottom-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    max-width: 670px;
    padding: 0 20px;
    margin: 0 auto; }
  .media__slider .owl-dots {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 1; }
    @media (min-width: 768px) {
      .media__slider .owl-dots {
        position: absolute;
        bottom: 62px;
        width: 100%;
        -ms-flex-pack: end;
            justify-content: flex-end;
        padding-right: calc(50% + 40px); } }
    @media (min-width: 1024px) {
      .media__slider .owl-dots {
        bottom: 67px; } }
    @media (min-width: 1280px) {
      .media__slider .owl-dots {
        padding-right: 55%; } }
    @media (min-width: 1600px) {
      .media__slider .owl-dots {
        padding-right: 45%; } }
    @media (min-width: 1920px) {
      .media__slider .owl-dots {
        padding-right: 40%; } }
    .media__slider .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      border: 1px solid #7D808E;
      transition: .3s ease; }
      .media__slider .owl-dots .owl-dot:not(:last-child) {
        margin-right: 10px; }
      .media__slider .owl-dots .owl-dot.active {
        background-color: #8264ff;
        border-color: #8264ff;
        transition: .3s ease; }
      @media (min-width: 1024px) {
        .media__slider .owl-dots .owl-dot:hover {
          background-color: #B1A0FF;
          transition: .3s ease; }
          .media__slider .owl-dots .owl-dot:hover.active {
            background-color: #8264ff; } }

.media__ctas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: -10px; }
  .media__ctas-col {
    padding: 10px; }

.media__slide {
  width: 100%;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .media__slide {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media (min-width: 768px) {
    .media__slide {
      min-height: 440px; } }
  @media (min-width: 1024px) {
    .media__slide {
      min-height: 570px; } }
  .media__slide_auto-height {
    min-height: auto;
    margin: auto;
    width: 90%;
    max-width: 1170px; }
    .media__slide_auto-height .media__slide-content {
      padding-left: 0; }
    @media (max-width: 1280px) {
      .media__slide_auto-height .media__slide-content {
        margin-left: 0; } }
  .media__slide_align-left {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .media__slide .slider__btns {
    position: absolute;
    right: 15px;
    bottom: 40px; }
  .media__slide-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    max-width: 670px;
    padding: 84px 20px 40px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .media__slide-content {
        width: 50%; } }
    @media (min-width: 1024px) {
      .media__slide-content {
        padding-top: 180px;
        padding-bottom: 70px; } }
    @media (max-width: 767px) {
      .media__slide-content {
        padding: 20px 20px 16px 20px;
        margin: 0 auto 0; } }

@media (min-width: 768px) and (max-width: 1279px) {
  .media__slide-content {
    padding-bottom: 80px; } }

@media (min-width: 768px) and (max-width: 1279px) {
  .media__slide-content {
    padding-bottom: 80px; } }
    @media (min-width: 768px) {
      .media__slide-content.narrow {
        width: 45%; } }
    @media (min-width: 1280px) {
      .media__slide-content.narrow {
        width: 604px;
        padding: 190px 54px 91px 0;
        margin: 0 0 0 auto; } }
  .media__slide-category {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px; }
    @media (max-width: 1023px) {
      .media__slide-category {
        font-size: 16px;
        margin-bottom: 10px; } }
  .media__slide-tagline {
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    color: #8264ff;
    font-size: 18px;
    margin-bottom: 16px; }
    .media__slide-tagline.default {
      color: #0A0A23; }
    .media__slide-tagline.small {
      font-size: 13px;
      line-height: 16px;
      margin-bottom: 9px; }
    .media__slide-tagline.bold {
      font-weight: 700; }
    @media (max-width: 1023px) {
      .media__slide-tagline {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 6px; } }
  .media__slide-tagline a {
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    color: #8264ff;
    font-size: 18px;
    margin-bottom: 16px; }
    @media (max-width: 1023px) {
      .media__slide-tagline a {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 6px; } }
  .media__slide-tagline a:hover {
    color: #8264ff; }
  .media__slide-tagline.default a {
    color: #0A0A23; }
  .media__slide-tagline.small a {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 9px; }
  .media__slide-tagline.bold a {
    font-weight: 700; }
  .media__slide-tagline.default a:hover {
    color: #8264ff; }
  .media__slide-tagline.small a:hover {
    color: #8264ff; }
  .media__slide-tagline.bold a:hover {
    color: #8264ff; }
  .media__slide-title {
    width: 100%; }
    .media__slide-title.landing {
      margin-bottom: 16px; }
      .media__slide-title.landing:last-child {
        margin-bottom: 0; }
    .media .media__slide-title {
      transition: color 0.3s ease-in-out 0s; }
      @media (min-width: 1024px) {
        .media .media__slide-title:hover {
          color: #8264ff;
          transition: color 0.3s ease-in-out 0s; } }
    @media (max-width: 767px) {
      .media__slide-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 32px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .media__slide-title {
    font-size: 26px;
    line-height: 28px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .media__slide-title {
    font-size: 39px;
    line-height: 46px; } }
    @media (min-width: 1024px) {
      .media__slide-title {
        margin-bottom: 55px; }
        .owl-item .media__slide-title {
          /* autoprefixer: off */
          -webkit-box-orient: vertical;
          /* autoprefixer: on */
          overflow: hidden;
          display: block;
          display: -webkit-box;
          max-height: 230px;
          -webkit-line-clamp: 5;
          text-overflow: ellipsis;
          width: 100%; } }
    @media (min-width: 1280px) {
      .media__slide-title {
        font-size: 54px;
        line-height: 1.2; }
        .owl-item .media__slide-title {
          max-height: 330px; } }
  .media__slide-title-link {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    transition: color .3s ease; }
  .media__slide-description {
    width: 100%;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 44px; }
    @media (min-width: 1024px) {
      .media__slide-description {
        font-size: 20px;
        line-height: 1.5; } }
    @media (max-width: 1023px) {
      .media__slide-description {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 25px; } }
    .media__slide-description:last-child {
      margin-bottom: 0; }
  .media__slide-date {
    width: 100%;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 60px; }
    @media (min-width: 1024px) {
      .media__slide-date {
        font-size: 15px;
        line-height: 19px; } }
  .media__slide-banner {
    width: 100%;
    overflow: hidden; }
    @media (max-width: 767px) {
      .media__slide-banner {
        max-width: 670px;
        padding: 0 20px;
        margin: 0 auto 30px; }
        .owl-item .media__slide-banner {
          margin-top: 60px; } }
    @media (max-width: 529px) {
      .media__slide-banner {
        height: 300px; } }

@media (min-width: 530px) and (max-width: 599px) {
  .media__slide-banner {
    height: 400px; } }

@media (min-width: 600px) and (max-width: 767px) {
  .media__slide-banner {
    height: 480px; } }
    @media (min-width: 768px) {
      .media__slide-banner {
        width: 50%; } }
    @media (min-width: 1024px) {
      .media__slide-banner {
        width: 500px; } }
    @media (min-width: 1280px) {
      .media__slide-banner {
        width: 611px;
        min-height: 570px; } }
    @media (min-width: 768px) {
      .media__slide-banner.large {
        width: 50%; } }
    @media (min-width: 1280px) {
      .media__slide-banner.large {
        width: calc(554px + ((100% - 1162px) / 2)); } }
    .media__slide-banner.video {
      position: relative; }
      .media__slide-banner.video:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(90, 65, 219, 0.35);
        pointer-events: none;
        z-index: 1; }
    .media__slide-banner.newsletter {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      background-color: #1e1e46; }
      @media (max-width: 529px) {
        .media__slide-banner.newsletter {
          height: 265px; } }

@media (min-width: 530px) and (max-width: 767px) {
  .media__slide-banner.newsletter {
    height: 350px; } }
      @media (max-width: 767px) {
        .media__slide-banner.newsletter {
          border-width: 10px;
          max-width: 90%; } }
      @media (min-width: 768px) {
        .media__slide-banner.newsletter {
          border-width: 20px; } }
    .media__slide-banner.with-content {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end; }
      @media (max-width: 767px) {
        .media__slide-banner.with-content {
          padding: 420px 20px 0; } }
    .media__slide-banner_height-auto {
      min-height: auto; }
      @media (max-width: 767px) {
        .media__slide-banner_height-auto {
          display: none; } }
    @media (max-width: 767px) {
      .media__slide-banner.crypto {
        min-height: 0;
        height: auto; } }
  .media__slide-banner-counter {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    width: 100%;
    font-weight: 700;
    color: #FFFFFF;
    z-index: 5; }
    @media (max-width: 529px) {
      .media__slide-banner-counter {
        font-size: 71px;
        height: 62px;
        padding-left: 5%; } }
    @media (min-width: 530px) {
      .media__slide-banner-counter {
        font-size: 91px;
        height: 97px;
        padding-left: 5%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .media__slide-banner-counter {
    font-size: 75px;
    height: 64px;
    padding-left: 15%;
    margin-top: 60px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .media__slide-banner-counter {
    font-size: 98px;
    letter-spacing: -4px;
    height: 86px;
    padding-left: 53px; } }
    @media (min-width: 1280px) {
      .media__slide-banner-counter {
        font-size: 140px;
        letter-spacing: -4px;
        height: 118px;
        padding-left: 90px; } }
    .media__slide-banner-counter_crypto {
      min-height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-pack: center;
          justify-content: center;
      background: url("../images/BTC_Thumbnail.svg") center center no-repeat;
      background-size: cover;
      z-index: auto;
      text-align: center;
      text-transform: uppercase;
      font-weight: 800; }
      @media (max-width: 529px) {
        .media__slide-banner-counter_crypto {
          min-height: 0;
          padding: 15px;
          height: auto; } }
      @media (max-width: 767px) {
        .media__slide-banner-counter_crypto {
          min-height: 0; } }
      @media (min-width: 530px) {
        .media__slide-banner-counter_crypto {
          padding: 20px;
          height: auto; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .media__slide-banner-counter_crypto {
    padding: 25px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .media__slide-banner-counter_crypto {
    padding: 25px; } }
      @media (min-width: 1280px) {
        .media__slide-banner-counter_crypto {
          padding: 25px; } }
  .media__slide-banner-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
  .media__slide-banner-content {
    position: relative;
    width: 100%;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    background-color: rgba(10, 10, 35, 0.7);
    color: #FFFFFF;
    z-index: 1;
    padding: 26px 21px 44px 18px; }
    @media (max-width: 767px) {
      .media__slide-banner-content {
        padding-bottom: 26px; } }
    @media (min-width: 768px) {
      .media__slide-banner-content {
        margin-top: 200px; } }
  .media__slide-banner-content-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 11px; }
    @media (max-width: 529px) {
      .media__slide-banner-content-top {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        -ms-flex-align: start;
            align-items: flex-start; } }
  .media__slide-banner-author {
    font-size: 15px;
    line-height: 17px; }
    @media (max-width: 1023px) {
      .media__slide-banner-author {
        font-size: 13px;
        line-height: 16px; } }
  .media__slide-banner-type {
    font-family: "Brother-1816", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    background-color: #8264ff;
    padding: 5px 9px; }
    @media (max-width: 529px) {
      .media__slide-banner-type {
        margin-bottom: 8px; } }
    @media (max-width: 1023px) {
      .media__slide-banner-type {
        font-size: 12px;
        padding: 4px 8px; } }
  .media__slide-banner-title {
    max-width: 440px; }
    @media (min-width: 530px) {
      .media__slide-banner-title {
        width: 85%; } }
  .media__slide-banner-title-link {
    font-family: "Brother-1816", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    transition: color 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .media__slide-banner-title-link:hover {
        color: #8264ff;
        transition: color 0.3s ease-in-out 0s; } }
    @media (min-width: 1024px) {
      .media__slide-banner-title-link {
        font-size: 26px;
        line-height: 34px; } }
  .media__slide-banner-time {
    display: block;
    font-size: 13px;
    line-height: 17px;
    padding: 22px 0 27px; }
  @media (min-width: 1024px) {
    .media__slide-banner-content-bottom {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: baseline;
          align-items: baseline; } }
  .media__slide-banner-tags {
    -ms-flex: 1;
        flex: 1;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    padding-right: 25px; }
    @media (max-width: 1023px) {
      .media__slide-banner-tags {
        font-size: 13px;
        line-height: 16px; } }
  .media__slide-banner-tags-title {
    font-weight: 700;
    color: #866CFF; }
  .media__slide-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
    .image-center .media__slide-img {
      object-position: center; }
    .image-left .media__slide-img {
      object-position: left; }
    .image-right .media__slide-img {
      object-position: right; }
    .with-content .media__slide-img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media (max-width: 767px) {
        .with-content .media__slide-img {
          width: calc(100% - 40px); } }
  .media__slide-author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center; }
    .media__slide-author-img-wrap {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 7px 7px 0; }
    .media__slide-author-img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .media__slide-author-details {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
    .media__slide-author-details {
      font-family: "Caecilia", Helvetica, Arial, sans-serif;
      color: #0A0A23; }
    .media__slide-author-name {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 5px; }
    .media__slide-author-date {
      font-size: 13px;
      line-height: 17px; }

body.video-listing .media__slide-banner-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }
  body.video-listing .media__slide-banner-link:before, body.video-listing .media__slide-banner-link:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    pointer-events: none; }
  body.video-listing .media__slide-banner-link:before {
    width: 84px;
    height: 84px;
    background-color: #8264ff;
    border-radius: 50%;
    z-index: 2;
    transition: background-color .3s ease; }
  body.video-listing .media__slide-banner-link:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 0 9.5px 15px;
    border-color: transparent transparent transparent #FFF;
    z-index: 3;
    margin: 2px 0 0 3px; }
  @media (min-width: 1024px) {
    body.video-listing .media__slide-banner-link:hover:before {
      background-color: #866CFF;
      transition: background-color .3s ease; } }

.innovation-identifies {
  padding: 104px 0 10px; }
  .innovation-identifies-wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 0 24px; }
    @media (min-width: 1024px) {
      .innovation-identifies-wrapper {
        width: 90%;
        max-width: 1162px; } }
  .innovation-identifies h2 {
    max-width: 342px;
    margin-bottom: 60px; }
  .innovation-identifies__item {
    margin-bottom: 30px;
    min-height: 313px;
    transition-duration: 1s; }
    @media (min-width: 768px) {
      .innovation-identifies__item {
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        margin-bottom: 70px; } }
    @media (max-width: 767px) {
      .innovation-identifies__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
    .innovation-identifies__item:not(:first-child) {
      transition-delay: 0.3s; }
    .innovation-identifies__item-content {
      position: relative;
      margin-right: 20px;
      padding: 20px 0 0; }
      @media (min-width: 768px) {
        .innovation-identifies__item-content {
          padding: 60px 0 30px;
          max-width: 48%; } }
      @media (min-width: 1024px) {
        .innovation-identifies__item-content {
          max-width: 440px; } }
    .innovation-identifies__item-counter {
      opacity: 0.5; }
      @media (min-width: 1024px) {
        .innovation-identifies__item-counter {
          position: absolute;
          top: -8px;
          left: -47px; } }
    @media (min-width: 768px) {
      .innovation-identifies__item-img-wrapper {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%; } }
    .innovation-identifies__item h3 {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 8px;
      max-width: 342px; }
      .innovation-identifies__item h3 span {
        color: #8264ff; }
    .innovation-identifies__item p {
      margin-bottom: 20px; }

.innovation-changes {
  padding: 50px 0;
  background: #0A0A23;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 1024px) {
    .innovation-changes {
      min-height: 100vh;
      padding: 90px 0 100px; } }
  .innovation-changes-wrapper {
    max-width: 1202px;
    width: 90%;
    margin: 0 auto; }
  .innovation-changes__heading {
    max-width: 1162px;
    margin-left: auto;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 60px; }
    @media (min-width: 1024px) {
      .innovation-changes__heading {
        display: -ms-flexbox;
        display: flex; } }
    .innovation-changes__heading h2 {
      color: #FFFFFF;
      margin-right: 20px;
      max-width: 342px; }
      @media (max-width: 1023px) {
        .innovation-changes__heading h2 {
          margin-bottom: 20px; } }
    .innovation-changes__heading p {
      -ms-flex: 1;
          flex: 1;
      color: #FFFFFF;
      max-width: 690px; }
  .innovation-changes__graph {
    position: relative;
    overflow: hidden; }
    .innovation-changes__graph .graph-container {
      position: relative; }
      @media (max-width: 1023px) {
        .innovation-changes__graph .graph-container {
          overflow: auto;
          overflow-x: scroll;
          padding-bottom: 10px; } }
      .innovation-changes__graph .graph-container svg {
        width: 100%;
        height: auto; }
    .innovation-changes__graph .graph__axis-wrapper {
      position: absolute;
      bottom: 9%;
      left: 0;
      display: -ms-flexbox;
      display: flex;
      display: none; }
      .innovation-changes__graph .graph__axis-wrapper .graph__axis-text {
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
        text-orientation: sideways;
        font-size: 11px;
        line-height: 1; }
        .innovation-changes__graph .graph__axis-wrapper .graph__axis-text.title {
          font-size: 15px;
          font-weight: 700;
          line-height: 1.2;
          margin-right: 5px; }
    .innovation-changes__graph .graph__axis-text {
      color: #FFFFFF;
      transition: .3s ease; }
      .innovation-changes__graph .graph__axis-text.x-axis {
        margin-top: 20px;
        right: 0;
        color: #7D808E;
        max-width: 1162px;
        margin-left: auto;
        font-size: 12px;
        line-height: 16px;
        font-style: italic;
        opacity: 0; }
    .innovation-changes__graph .graph__years {
      display: none;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding-left: 40px;
      width: 100%;
      position: absolute;
      bottom: 0;
      right: 0;
      padding-right: 5px; }
      @media (min-width: 1024px) {
        .innovation-changes__graph .graph__years {
          display: -ms-flexbox;
          display: flex; } }
      .innovation-changes__graph .graph__years:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0A0A23;
        transition: 3.5s ease; }
      .innovation-changes__graph .graph__years span {
        font-size: 12px;
        line-height: 16px;
        font-style: italic;
        color: #FFFFFF; }
    .start .innovation-changes__graph .graph__axis-text.y-axis {
      opacity: 1;
      transition-delay: 2s; }
    .start .innovation-changes__graph .graph__axis-text.x-axis {
      opacity: 1;
      transition-delay: 6s; }
    .start .innovation-changes__graph .graph__years:before {
      -ms-transform: translate(calc(100% + 23px), 0);
          transform: translate(calc(100% + 23px), 0);
      transition-delay: 2.5s; }
    .start .innovation-changes__graph .graph__svg .y-axis {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
    .start .innovation-changes__graph .graph__svg .y-axis-text {
      opacity: 1;
      transition-delay: 6s; }
    .start .innovation-changes__graph .graph__svg .x-axis {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
      transition-delay: 1s; }
    .start .innovation-changes__graph .graph__svg .graph-line-overlay {
      transition-delay: 2.5s;
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0); }
    .start .innovation-changes__graph .graph__svg .graph-line-fill {
      opacity: 0.1;
      transition-delay: 6s; }
    .start .innovation-changes__graph .graph__svg .graph__years {
      opacity: 1;
      transition-delay: 2s; }
    .start .innovation-changes__graph .graph__svg .graph-points-circles circle {
      opacity: 1; }
      .start .innovation-changes__graph .graph__svg .graph-points-circles circle.circle1 {
        transition-delay: 3s; }
      .start .innovation-changes__graph .graph__svg .graph-points-circles circle.circle2 {
        transition-delay: 3.3s; }
      .start .innovation-changes__graph .graph__svg .graph-points-circles circle.circle3 {
        transition-delay: 3.6s; }
      .start .innovation-changes__graph .graph__svg .graph-points-circles circle.circle4 {
        transition-delay: 3.9s; }
      .start .innovation-changes__graph .graph__svg .graph-points-circles circle.circle5 {
        transition-delay: 4.2s; }
      .start .innovation-changes__graph .graph__svg .graph-points-circles circle.circle6 {
        transition-delay: 4.5s; }
      .start .innovation-changes__graph .graph__svg .graph-points-circles circle.circle7 {
        transition-delay: 4.8s; }
      .start .innovation-changes__graph .graph__svg .graph-points-circles circle.circle8 {
        transition-delay: 5.1s; }
      .start .innovation-changes__graph .graph__svg .graph-points-circles circle.circle9 {
        transition-delay: 5.3s; }
      .start .innovation-changes__graph .graph__svg .graph-points-circles circle.circle10 {
        transition-delay: 5.5s; }
      .start .innovation-changes__graph .graph__svg .graph-points-circles circle.circle11 {
        transition-delay: 5.7s; }
      .start .innovation-changes__graph .graph__svg .graph-points-circles circle.circle12 {
        transition-delay: 5.9s; }
      .start .innovation-changes__graph .graph__svg .graph-points-circles circle.circle13 {
        transition-delay: 6.2s; }
    .start .innovation-changes__graph .graph__svg .graph-points-lines path {
      opacity: 1; }
      .start .innovation-changes__graph .graph__svg .graph-points-lines path.line1 {
        transition-delay: 3s; }
      .start .innovation-changes__graph .graph__svg .graph-points-lines path.line2 {
        transition-delay: 3.3s; }
      .start .innovation-changes__graph .graph__svg .graph-points-lines path.line3 {
        transition-delay: 3.6s; }
      .start .innovation-changes__graph .graph__svg .graph-points-lines path.line4 {
        transition-delay: 3.9s; }
      .start .innovation-changes__graph .graph__svg .graph-points-lines path.line5 {
        transition-delay: 4.2s; }
      .start .innovation-changes__graph .graph__svg .graph-points-lines path.line6 {
        transition-delay: 4.5s; }
      .start .innovation-changes__graph .graph__svg .graph-points-lines path.line7 {
        transition-delay: 4.8s; }
      .start .innovation-changes__graph .graph__svg .graph-points-lines path.line8 {
        transition-delay: 5.1s; }
      .start .innovation-changes__graph .graph__svg .graph-points-lines path.line9 {
        transition-delay: 5.3s; }
      .start .innovation-changes__graph .graph__svg .graph-points-lines path.line10 {
        transition-delay: 5.5s; }
      .start .innovation-changes__graph .graph__svg .graph-points-lines path.line11 {
        transition-delay: 5.7s; }
      .start .innovation-changes__graph .graph__svg .graph-points-lines path.line12 {
        transition-delay: 5.9s; }
      .start .innovation-changes__graph .graph__svg .graph-points-lines path.line13 {
        transition-delay: 6.2s; }
    .start .innovation-changes__graph .graph__svg .graph-text g {
      opacity: 1; }
      .start .innovation-changes__graph .graph__svg .graph-text g.text1 {
        transition-delay: 3s; }
      .start .innovation-changes__graph .graph__svg .graph-text g.text2 {
        transition-delay: 3.3s; }
      .start .innovation-changes__graph .graph__svg .graph-text g.text3 {
        transition-delay: 3.6s; }
      .start .innovation-changes__graph .graph__svg .graph-text g.text4 {
        transition-delay: 3.9s; }
      .start .innovation-changes__graph .graph__svg .graph-text g.text5 {
        transition-delay: 4.2s; }
      .start .innovation-changes__graph .graph__svg .graph-text g.text6 {
        transition-delay: 4.5s; }
      .start .innovation-changes__graph .graph__svg .graph-text g.text7 {
        transition-delay: 4.8s; }
      .start .innovation-changes__graph .graph__svg .graph-text g.text8 {
        transition-delay: 5.1s; }
      .start .innovation-changes__graph .graph__svg .graph-text g.text9 {
        transition-delay: 5.3s; }
      .start .innovation-changes__graph .graph__svg .graph-text g.text10 {
        transition-delay: 5.5s; }
      .start .innovation-changes__graph .graph__svg .graph-text g.text11 {
        transition-delay: 5.7s; }
      .start .innovation-changes__graph .graph__svg .graph-text g.text12 {
        transition-delay: 5.9s; }
      .start .innovation-changes__graph .graph__svg .graph-text g.text13 {
        transition-delay: 6.2s; }
    .innovation-changes__graph .graph__svg {
      position: relative; }
      @media (max-width: 1023px) {
        .innovation-changes__graph .graph__svg {
          min-width: 1000px; } }
      .innovation-changes__graph .graph__svg .graph-years {
        opacity: 0;
        transition: .3s ease; }
        @media (max-width: 1023px) {
          .innovation-changes__graph .graph__svg .graph-years {
            opacity: 1; } }
      .innovation-changes__graph .graph__svg .axis {
        transition: 1s ease; }
      .innovation-changes__graph .graph__svg .y-axis {
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%); }
        .innovation-changes__graph .graph__svg .y-axis-text {
          opacity: 0;
          transition: .3s ease; }
      .innovation-changes__graph .graph__svg .x-axis {
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0); }
        .innovation-changes__graph .graph__svg .x-axis-overlay {
          fill: #0A0A23; }
      .innovation-changes__graph .graph__svg .graph-bg {
        transition: .3s ease; }
      .innovation-changes__graph .graph__svg .graph-line-overlay {
        transition: 3.5s ease;
        fill: #0A0A23; }
      .innovation-changes__graph .graph__svg .graph-line-fill {
        transition: .3s ease;
        opacity: 0; }
      .innovation-changes__graph .graph__svg .graph-text g, .innovation-changes__graph .graph__svg .graph-points-lines path, .innovation-changes__graph .graph__svg .graph-points-circles circle {
        transition: .3s ease;
        opacity: 0; }

.innovation-platforms {
  background: #F2F3F6;
  padding: 100px 0 105px; }
  .innovation-platforms-wrapper {
    max-width: 1162px;
    width: 90%;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .innovation-platforms h2 {
      max-width: 50%; } }
  @media (max-width: 1023px) {
    .innovation-platforms h2 {
      margin-bottom: 25px; } }

.platforms__tabs {
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (max-width: 1023px) {
    .platforms__tabs {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
  @media (min-width: 768px) {
    .platforms__tabs {
      -ms-flex-align: center;
          align-items: center; } }

.platform__content {
  padding-bottom: 70px;
  -ms-flex: 1;
      flex: 1;
  padding-right: 30px; }
  .platform__content__item {
    max-width: 375px;
    display: none; }
    .platform__content__item.active {
      display: block; }
    .platform__content__item h3 {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 6px;
      color: #8264ff; }
    .platform__content__item h4 {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 4px; }
    .platform__content__item p {
      margin-bottom: 25px; }
    .platform__content__item-method p {
      font-size: 12px;
      line-height: 16px;
      font-style: italic; }
  .platform__content .btn-primary, .platform__content .hs-form .hs_submit .hs-button, .hs-form .hs_submit .platform__content .hs-button {
    position: absolute;
    left: 0;
    bottom: 0; }

.platform__circle {
  position: relative;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 768px) {
    .platform__circle {
      width: 539px;
      height: 539px;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; } }
  @media (max-width: 767px) {
    .platform__circle {
      width: 100%; } }
  @media (max-width: 1023px) {
    .platform__circle {
      margin-bottom: 50px; } }
  .platform__circle__bg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (max-width: 767px) {
      .platform__circle__bg {
        display: none; } }
  .platform__circle__item {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 2px dotted #7D808E;
    transition: border-color 0.3s ease-in-out;
    border-radius: 50%; }
    .platform__circle__item.active {
      border-color: transparent; }
      .platform__circle__item.active:before {
        border-color: #8264ff; }
    .platform__circle__item.hover {
      border-color: #8264ff; }
    .platform__circle__item:nth-child(2) {
      width: 455px;
      height: 455px; }
    .platform__circle__item:nth-child(3) {
      width: 375px;
      height: 375px; }
    .platform__circle__item:nth-child(4) {
      width: 290px;
      height: 290px; }
    .platform__circle__item:nth-child(5) {
      width: 203px;
      height: 203px; }
    .platform__circle__item:before {
      content: '';
      width: calc(100% - 8px);
      height: calc(100% - 8px);
      top: -2px;
      left: -2px;
      border: 6px solid transparent;
      position: absolute;
      border-radius: 50%;
      transition: all 0.3s ease-in-out 0s; }
    .platform__circle__item svg {
      stroke: #7D808E;
      width: 100%;
      height: 100%;
      stroke-width: 1px;
      stroke-dasharray: 2, 2;
      transition: all 0.1s ease;
      display: none; }
    .platform__circle__item button {
      position: absolute;
      top: 0;
      right: 0; }
  .platform__circle__nav {
    background: #F2F3F6;
    min-height: 205px; }
    @media (max-width: 767px) {
      .platform__circle__nav {
        -ms-flex: 1;
            flex: 1; } }
    @media (min-width: 768px) {
      .platform__circle__nav {
        position: absolute;
        top: -25px;
        right: 0;
        width: 40%;
        z-index: 2;
        padding-left: 30px; }
        .platform__circle__nav:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          -ms-transform: translate(0, 100%);
              transform: translate(0, 100%);
          width: 0;
          height: 70px;
          border-style: solid;
          border-width: 0 270px 113px 0;
          border-color: transparent #F2F3F6 transparent transparent; } }
    .platform__circle__nav ul li {
      margin-bottom: 23px; }
      .platform__circle__nav ul li button {
        font-size: 16px;
        font-weight: 700;
        color: #7D808E;
        font-family: "Brother-1816", Helvetica, Arial, sans-serif;
        transition: all 0.3s ease-in-out 0s; }
        @media (max-width: 767px) {
          .platform__circle__nav ul li button {
            width: 100%;
            border-bottom: 2px dotted #7D808E;
            text-align: left; }
            .platform__circle__nav ul li button.active {
              border-color: #8264ff;
              border-bottom-style: solid; } }
        @media (min-width: 1024px) {
          .platform__circle__nav ul li button:hover {
            color: #8264ff; } }
        .platform__circle__nav ul li button.active {
          color: #8264ff; }
  .platform__circle__ico {
    z-index: 3; }
    @media (max-width: 767px) {
      .platform__circle__ico {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        padding: 20px;
        border: 2px solid #8264ff; } }
    .platform__circle__ico-wrapper {
      width: 80px;
      height: 80px; }
    .platform__circle__ico img {
      max-width: 100%;
      max-height: 100%;
      display: none;
      margin: 0 auto; }
      .platform__circle__ico img.active {
        display: block; }

.listing-filter {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .listing-filter {
      -ms-flex-pack: justify;
          justify-content: space-between; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .listing-filter {
    margin-left: auto; } }
  @media (max-width: 1023px) {
    .listing-filter .popup-wrapper {
      max-width: 400px; } }
  .listing-filter__list {
    background: #FFFFFF;
    padding: 36px 0 0 3px; }
    @media (max-width: 1023px) {
      .listing-filter__list {
        max-height: calc(100vh - 110px);
        overflow: auto;
        padding: 15px 0; } }
    @media (min-width: 1024px) {
      .listing-filter__list {
        display: -ms-flexbox;
        display: flex;
        min-height: 350px; } }
  .listing-filter__item {
    -ms-flex: 1 0 33.333%;
        flex: 1 0 33.333%;
    padding-left: 15px; }
    @media (min-width: 768px) {
      .listing-filter__item {
        padding-left: 33px; } }
    .listing-filter__item:not(:last-child) {
      border-right: 2px solid #EAEBEF; }
    .listing-filter__item-search {
      font-size: 12px;
      line-height: 25px;
      border-bottom: 1px solid #7D808E;
      margin-bottom: 24px;
      width: calc(100% - 23px);
      max-width: calc(100% - 23px);
      font-family: "Brother-1816", Helvetica, Arial, sans-serif;
      font-weight: 500;
      color: #0A0A23;
      margin-right: 23px;
      border-radius: 0; }
      @media (min-width: 1024px) {
        .listing-filter__item-search {
          font-size: 14px;
          line-height: 27px; } }
      .listing-filter__item-search:-ms-input-placeholder {
        color: #7D808E; }
      .listing-filter__item-search::placeholder {
        color: #7D808E; }
    .listing-filter__item h4 {
      margin-bottom: 24px;
      margin-right: 23px; }
  .listing-filter__options {
    position: relative;
    max-height: 253px;
    overflow: auto;
    padding-right: 23px;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .listing-filter__options {
        min-height: 253px; } }
    @media (max-width: 1023px) {
      .listing-filter__options {
        margin-bottom: 60px; } }
    .listing-filter__options .form-checkbox:last-of-type > label {
      margin-bottom: 0; }
  .listing-filter__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .listing-filter__actions .clear {
      color: #FFF;
      margin-right: 45px;
      transition: all 0.3s ease-in-out 0s; }
      @media (min-width: 1024px) {
        .listing-filter__actions .clear:hover {
          color: #8264ff; } }
  .listing-filter .search-result {
    display: none;
    text-align: center;
    line-height: 20px; }

.listing-sort {
  position: relative; }
  .listing-sort__list {
    position: absolute;
    width: 180px;
    background: #FFF;
    border: 1px solid #8264ff;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 2; }
    .opened .listing-sort__list {
      -ms-transform: translate(0, 15px);
          transform: translate(0, 15px);
      opacity: 1;
      visibility: visible; }
    @media (min-width: 768px) {
      .listing-sort__list {
        right: 0; } }
    @media (max-width: 767px) {
      .listing-sort__list {
        left: 0; } }
    .listing-sort__list li {
      padding: 10px; }
      @media (max-width: 767px) {
        .listing-sort__list li {
          padding: 5px 10px; } }
    .listing-sort__list input {
      display: none; }
    .listing-sort__list label {
      cursor: pointer;
      transition: color 0.3s ease-in-out 0s; }
      @media (max-width: 767px) {
        .listing-sort__list label {
          font-size: 14px; } }
      @media (min-width: 1024px) {
        .listing-sort__list label:hover {
          color: #8264ff;
          transition: color 0.3s ease-in-out 0s; } }
    .listing-sort__list input[checked="checked"] ~ label {
      color: #8264ff; }

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  box-shadow: none !important;
  border-top: 1px solid #EAEBEF !important; }

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  max-width: 1192px !important;
  padding: 20px 15px !important;
  font-family: "Brother-1816", Helvetica, Arial, sans-serif !important; }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner span {
    color: #0A0A23; }

.chart-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 100px 0; }
  @media (max-width: 1023px) {
    .chart-block {
      padding: 40px 0; } }
  .chart-block__inner {
    width: 90%;
    max-width: 1162px;
    background-color: #0A0A23;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (max-width: 1023px) {
      .chart-block__inner {
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 24px 20px 30px 20px; } }
    @media (min-width: 1024px) {
      .chart-block__inner {
        padding: 64px 3.5% 54px 4%; } }
  .chart-block__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media (max-width: 1023px) {
      .chart-block__content {
        width: 90%;
        max-width: 500px;
        margin-bottom: 35px; } }
    @media (min-width: 1024px) {
      .chart-block__content {
        width: 35%; } }
  .chart-block__subtitle {
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #F74870;
    margin-bottom: 8px; }
    @media (max-width: 1023px) {
      .chart-block__subtitle {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 6px; } }
  .chart-block__title {
    max-width: 90%;
    color: #FFFFFF;
    margin-bottom: 17px; }
  .chart-block__description {
    color: #FFFFFF;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .chart-block__description {
        margin-bottom: 26px; } }
  .chart-block__source {
    margin-top: auto; }
  .chart-block__source-title {
    display: block;
    font-size: 13px;
    font-style: italic;
    line-height: 14px;
    color: #FFFFFF;
    opacity: 0.5;
    margin-bottom: 8px; }
  .chart-block__source-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
  .chart-block__source-item {
    position: relative;
    counter-increment: li;
    font-size: 14px;
    line-height: 18px;
    padding-left: 15px;
    margin-bottom: 3px; }
    .chart-block__source-item:before {
      position: absolute;
      content: "." counter(li);
      top: -2px;
      left: 0;
      font-style: italic;
      font-size: 11px;
      color: #FFFFFF;
      direction: rtl;
      min-width: 10px;
      opacity: 0.5;
      text-align: center; }
    .chart-block__source-item:last-child {
      margin-top: 0; }
  .chart-block__source-link {
    font-size: 11px;
    font-style: italic;
    line-height: 14px;
    color: #FFFFFF;
    opacity: 0.5; }
  .chart-block__charts {
    width: 100%; }
    @media (min-width: 768px) {
      .chart-block__charts {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    @media (min-width: 1024px) {
      .chart-block__charts {
        width: 55%; } }
    .chart-block__charts[data-aos="animated"].aos-animate .chart-block__chart-item-fill {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
      transition: .7s ease; }
      .chart-block__charts[data-aos="animated"].aos-animate .chart-block__chart-item-fill.second {
        transition-delay: 0.4s; }
      .chart-block__charts[data-aos="animated"].aos-animate .chart-block__chart-item-fill.third {
        transition-delay: .6s; }
      .chart-block__charts[data-aos="animated"].aos-animate .chart-block__chart-item-fill.fourth {
        transition-delay: .8s; }
  @media (max-width: 767px) {
    .chart-block__chart {
      max-width: 550px; }
      .chart-block__chart:not(:last-child) {
        margin-bottom: 50px; } }
  @media (min-width: 768px) {
    .chart-block__chart {
      width: 44%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; } }
  .chart-block__chart-title {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .chart-block__chart-title {
        margin-bottom: 25px; } }
    @media (min-width: 768px) {
      .chart-block__chart-title {
        margin-bottom: 35px; } }
  .chart-block__chart-title-footnnote {
    display: inline-block;
    -ms-transform: translate(2px, -4px);
        transform: translate(2px, -4px);
    font-size: 11px;
    color: #FFFFFF; }
  @media (min-width: 768px) {
    .chart-block__chart-items {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-align: end;
          align-items: flex-end;
      height: 100%; } }
  .chart-block__chart-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 50%;
    height: 100%; }
    @media (max-width: 767px) {
      .chart-block__chart-item {
        width: 100%;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        -ms-flex-align: initial;
            align-items: initial; }
        .chart-block__chart-item:first-child .chart-block__chart-item-inner {
          margin: 7px 0 10px 0; }
        .chart-block__chart-item:last-child .chart-block__chart-item-inner {
          margin-bottom: 7px; } }
  .chart-block__chart-item-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    overflow: hidden; }
    @media (max-width: 767px) {
      .chart-block__chart-item-inner {
        -ms-flex: 1;
            flex: 1; } }
    @media (min-width: 768px) {
      .chart-block__chart-item-inner {
        width: 80%;
        height: 440px; }
        .chart-block__chart-item-inner.first {
          -ms-transform: translate(0, 4px);
              transform: translate(0, 4px); } }
  .chart-block__chart-item-fill {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    transition: .3s ease; }
    @media (max-width: 767px) {
      .chart-block__chart-item-fill {
        -ms-flex-pack: start;
            justify-content: flex-start;
        height: 40px;
        padding: 0 6px; } }
    @media (min-width: 768px) {
      .chart-block__chart-item-fill {
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%); } }
    .chart-block__chart-item-fill.first {
      position: relative; }
      @media (max-width: 767px) {
        .chart-block__chart-item-fill.first {
          border-left: 3px solid #F74870;
          transition: .5s ease; } }
      @media (min-width: 768px) {
        .chart-block__chart-item-fill.first {
          border-bottom: 5px solid #F74870;
          padding-bottom: 15px; } }
      .chart-block__chart-item-fill.first .chart-block__chart-item-label {
        color: #F74870; }
    .chart-block__chart-item-fill.second {
      background-color: #38d996; }
      @media (max-width: 767px) {
        .chart-block__chart-item-fill.second {
          width: 100%; } }
      @media (min-width: 768px) {
        .chart-block__chart-item-fill.second {
          height: 100%; } }
    .chart-block__chart-item-fill.third {
      background-color: #FCC049; }
      @media (max-width: 767px) {
        .chart-block__chart-item-fill.third {
          width: 35%;
          max-width: 90px; } }
      @media (min-width: 768px) {
        .chart-block__chart-item-fill.third {
          height: 20%; } }
    .chart-block__chart-item-fill.fourth {
      background-color: #FCC049; }
      @media (max-width: 767px) {
        .chart-block__chart-item-fill.fourth {
          width: 65%; } }
      @media (min-width: 768px) {
        .chart-block__chart-item-fill.fourth {
          height: 65%; } }
  .chart-block__chart-item-label {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF; }
    @media (max-width: 767px) {
      .chart-block__chart-item-label {
        font-size: 18px; } }
  .chart-block__chart-item-title {
    display: block;
    width: 100%;
    font-weight: 700;
    color: #FFFFFF; }
    @media (max-width: 767px) {
      .chart-block__chart-item-title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        width: 60px;
        font-size: 14px;
        border-right: 2px solid #7D808E;
        padding-right: 10px;
        margin-right: 15px; } }
    @media (min-width: 768px) {
      .chart-block__chart-item-title {
        text-align: center;
        border-top: 2px solid #7D808E;
        padding-top: 15px; } }

.b-registration {
  background: linear-gradient(58.48deg, #04173E -10.16%, #231136 85.81%, #3A0C31 109.36%);
  padding: 15px 30px 125px 30px;
  box-sizing: border-box; }

.b-registration__container {
  width: 1280px;
  max-width: 100%;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  margin: 0 auto 0; }

.b-registration__container-header {
  margin-bottom: 15px; }

.b-registration__logo {
  margin: 0 0 15px 0; }

.b-registration__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start; }

.b-registration__left {
  width: 510px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 86px 0 0;
  padding: 50px 0 0 0;
  box-sizing: border-box; }

.b-registration__left-up-title {
  margin-bottom: 5px; }

.b-registration__left-up-title span {
  color: #FFFFFF;
  font-family: 'Caecilia', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  background: #826AFB;
  padding: 8px 18px 8px 18px;
  display: inline-block;
  vertical-align: top; }

.b-registration__left-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.15;
  text-transform: capitalize;
  color: #FFFFFF;
  margin: 0 0 40px 0; }

.b-registration__left-title span {
  -webkit-text-fill-color: #000;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #826AFB;
  text-shadow: 0px 0px 12px #785CFF;
  margin: 0 0 0 4px; }

.b-registration__left .timer {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #FFFFFF;
  margin: 0 0 50px 0;
  height: auto;
  padding: 40px 15px 40px 15px; }

.b-registration__left .timer-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  margin: 0 0 25px 0; }

.b-registration__left .timer__col-num {
  font-size: 52px; }

.b-registration__left .timer__col-title {
  font-size: 12px;
  color: #EAEBEF; }

.b-registration__left-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 60px 0; }

.b-registration__left-img {
  border-radius: 100%;
  width: 85px;
  height: 85px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 20px 0 0; }

.b-registration__left-text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 0 0 15px 0; }

.b-registration__left-text p:last-child {
  margin-bottom: 0px; }

.b-registration__left-bottom {
  margin: 20px 0 0 0; }

.b-registration__left-bottom p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #7D808E; }

.b-registration__left-bottom p span {
  color: #5A41DB; }

.b-schedule__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  font-family: "Caecilia", Helvetica, Arial, sans-serif;
  color: #FFFFFF;
  opacity: 0.8;
  margin: 0 0 17px 0; }

.b-schedule__slider {
  width: 455px;
  max-width: 100%; }

.b-schedule__slider-item {
  height: 106px;
  background: #B1A0FF;
  padding: 24px 10px;
  box-sizing: border-box;
  text-align: center; }

.b-schedule__slider-date {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #0A0A23;
  margin: 0 0 17px 0; }

.b-schedule__slider-time {
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: #0A0A23; }

.b-schedule .owl-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 25px 0 0 0; }

.b-schedule .owl-dots button {
  width: 100%;
  height: 2px;
  background: #DADADA !important;
  opacity: 0.6;
  transition: 0.3s; }

.b-schedule .owl-dots button.active {
  background: #5A41DB !important;
  transition: 0.3s;
  opacity: 1; }

.b-schedule .owl-nav button {
  position: absolute;
  top: 45%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 19px;
  height: 19px; }

.b-schedule .owl-nav button span {
  display: none; }

.b-schedule .owl-nav .owl-prev {
  background: url(../images/svg/arrow-left.svg) center top no-repeat !important;
  left: -35px; }

.b-schedule .owl-nav .owl-next {
  background: url(../images/svg/arrow-right.svg) center top no-repeat !important;
  right: -35px; }

.b-registration__right {
  -ms-flex-positive: 1;
      flex-grow: 1;
  background: #F2F3F6;
  padding: 50px 20px 88px 20px;
  box-sizing: border-box; }

.b-registration__right .hbspt-form {
  max-width: 454px;
  margin: 0 auto 0; }
  @media (max-width: 1023px) {
    .b-registration__right .hbspt-form form {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; } }
  @media (min-width: 1024px) {
    .b-registration__right .hbspt-form form {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .b-registration__right .hbspt-form form h3 {
    text-align: center; }
  .b-registration__right .hbspt-form form > div {
    width: 100%; }
  @media (min-width: 1024px) {
    .b-registration__right .hbspt-form form .hs_firstname,
    .b-registration__right .hbspt-form form .hs_lastname {
      width: 48%; } }
  .b-registration__right .hbspt-form form .hs-submit {
    position: relative;
    max-width: 220px; }
    @media (min-width: 768px) {
      .b-registration__right .hbspt-form form .hs-submit:after {
        position: absolute;
        content: '';
        top: 50%;
        right: 26px;
        transform: translate3d(0, calc(-50% - 2px), 0);
        display: block;
        width: 12px;
        height: 10px;
        -webkit-mask: url("../images/svg/button-arr.svg") no-repeat 100% 100%;
                mask: url("../images/svg/button-arr.svg") no-repeat 100% 100%;
        background: #FFFFFF;
        margin-left: 21px;
        margin-top: 3px; } }

.b-registration__right-title {
  margin: 0 0 40px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #11113B;
  text-align: center; }

.hbspt-form__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px; }

.hbspt-form__col_50 {
  width: 50%;
  padding: 0 9px;
  box-sizing: border-box; }

.hbspt-form__text p {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #7D808E; }

.hbspt-form__text p i {
  font-style: italic; }

.hbspt-form__text p a {
  color: #6A4BFF; }

.hbspt-form__text {
  margin: 0 0 75px 0; }

.hbspt-form__col .hs-input {
  height: 54px; }

.b-registration__right-ico {
  background: #5DDD99 url(../images/svg/checkmark.svg) center no-repeat;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin: 0 auto 40px; }

.b-registration__approved {
  max-width: 455px;
  margin: 0 auto 0; }

.b-registration__approved b {
  display: block;
  margin: 0 0 28px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #0A0A23; }

.b-registration__approved ul {
  margin: 0 0 50px 0; }
  .b-registration__approved ul > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    color: #0A0A23;
    opacity: 0.8;
    margin: 0 0 30px 0; }
  .b-registration__approved ul > li:last-child {
    margin-bottom: 0px; }
  .b-registration__approved ul > li p {
    line-height: 1;
    width: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #0A0A23;
    opacity: 0.8; }
  .b-registration__approved ul > li span {
    color: #0A0A23;
    -ms-flex-item-align: center;
        align-self: center; }
  .b-registration__approved ul > li a {
    color: #6A4BFF;
    line-height: 1.3;
    word-break: break-all; }

.b-registration__approved-text {
  margin: 0 0 55px 0; }

.b-registration__approved-text p {
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  color: #7D808E;
  font-style: italic; }

.b-registration__approved-bottom {
  margin: 55px 0 0 0;
  padding: 25px 0 0 0;
  box-sizing: border-box;
  border-top: 1px solid #DADADA; }

.b-registration__approved-bottom p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #0A0A23; }

.b-registration__right_2 {
  padding: 65px 15px 150px 15px; }

.b-calendar-link__wrapper {
  display: inline-block;
  position: relative; }
  .b-calendar-link__wrapper:hover .b-calendar-link__list {
    display: block; }

.b-calendar-link__list {
  position: absolute;
  left: 0;
  top: 100%;
  background: white;
  width: 100%;
  border: 1px solid #8264ff;
  display: none; }
  .b-calendar-link__list li {
    list-style: none;
    border-bottom: 1px solid #8264ff; }
    .b-calendar-link__list li:last-child {
      border-bottom: none; }
    .b-calendar-link__list li a {
      padding: 10px 15px;
      display: block; }
      .b-calendar-link__list li a:hover {
        background: #B1A0FF;
        color: white; }

.b-registration__right_1 .hbspt-form form > div.hs_submit {
  max-width: none; }

.b-registration__right_1 .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0;
  margin: -8px; }

.b-registration__right_1 .actions .atcb_button_wrapper {
  display: block; }

.b-registration__right_1 .actions .atcb_button {
  margin: 0;
  padding: 13px 20px 13px 20px;
  border-radius: 0;
  background: #B1A0FF;
  color: #fff;
  width: 100%;
  max-width: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  border: none;
  position: relative;
  box-shadow: none; }

.b-registration__right_1 .actions .atcb_button:after {
  content: '';
  background: url("../images/svg/select-arr_white.svg") center center no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  color: #fff;
  transition: 0.3s;
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }

.b-registration__right_1 .actions .atcb_button.active {
  padding: 13px 20px 13px 20px;
  box-shadow: none; }

.b-registration__right_1 .actions .atcb_button.active:after {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
  margin-top: -3px; }

.b-registration__right_1 .actions .atcb_button .atcb_text {
  font-weight: normal;
  width: 140px;
  font-size: 14px;
  text-align: left;
  padding-right: 5px; }

.b-registration__right_1 .actions .atcb_button i:before {
  font-size: 12px; }

.b-registration__right_1 .actions .atcb_button .atcb_icon {
  -ms-flex-order: 1;
      order: 1;
  width: 20px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center; }

.b-registration__right_1 .actions .atcb_initialized {
  width: calc(50% - 16px);
  margin: 8px; }

.b-registration__right_1 .actions .atcb_list {
  padding: 10px 0 0 0;
  background: #866CFF; }

.b-registration__right_1 .actions .atcb_list_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: left;
  padding: 12px 20px 12px 20px;
  padding-right: calc(100% - 155px);
  position: relative;
  background: #866CFF;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #fff; }

.b-registration__right_1 .actions .atcb_list_item:first-child {
  padding-top: 12px; }

.b-registration__right_1 .actions .atcb_list_item:last-child {
  border-bottom: none;
  border-radius: 0; }

.b-registration__right_1 .actions .atcb_list_item:hover {
  background: #8264FF; }

.b-registration__right_1 .actions .atcb_list_item .atcb_icon {
  position: absolute;
  left: 160px;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  width: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center; }

.hbspt-form form .actions input[type="submit"] {
  position: relative;
  display: block;
  font-family: 'Brother 1816', sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #FFF;
  text-align: left;
  width: 192px;
  height: 84px;
  background-color: #8264FF;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAeCAYAAABNChwpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAASSSURBVHgB7VfNaxtHFH8zqy9rZclKJasqIt2mS1IWmhZUWprTXgvpqch/Qk85B3opplDoH9BLwORgKG3wJTkYArmoudQHu/TQ+JSD2xqErHzY0sZS5J3Zvrezo6zXn7FzzMBj5fl6v99v3nszBnjbztdY/HcQBIDGEv2n3uBNrwmiucFxkzicdrfDmek+1mq1+Pz8PIvPD0iSs5E8tLEIBDni+jscDi9JKe+urq5WsM9AIEZsjl5ztqYIhAy42ijcPDTXdVMAzbTv+/eIKYL46+HDP6vUp8Zo3nwSyAEwqSN8TyZqWefm5rjr9sLf7bbDNzc3mWX5bHl5+dvr17/+lHP2ybVrVxcAdua2toaEPHDddvDoUVWxYCyI7X1kXEzOVMv9ijGEjC3LzeHfWYDGFEA9X6tdNVdWVhwhxD+kxHg8Xmw0vpyieY7jZNQ6MLQScFxM6DTSckXnGTpuNiENYOXIMTmtVp0CwJVpgMp0uXyp9ODB7x8LIUMQo9Ho53q9nldgm2m1R0iGwwlBGTrWQUYAms1mOjhDGwxe/GhZVs627SyBaLVCJQ+owBPOJw2ds15viWGUnymKGQNce9l4/NjH9UO2tBTGk/ZzeAzEIhWBqSgHsCfnrSQvlwAulgsFu1oofDhrmh/UTNN6d3Hx1898X/xL7Le3+z/NzFgzAHRMjSmtAvo/MQ5oIEo1BcC2KeDIeRU3u1AslS6Wp6cvY87XZslxPv9+fWHhl8/39vz/lPSD39T4DAKwixQLRIKOEk4ZA2Hkq1x2MkoBDYBYNS4Qe2Kez19579atxS+wFoTOPc+7T6BonIASAARqKhIUB614Nhwnv1KA0khFfj1fqZD8cQCK/WDg3SfnL1+O/75x47uPqB+zZLZYdC7QkVHGqD1IgTCrjgxCXfmi1oapqfXAtjew0wiePNmWAH1JRdHzhpIxQ1JxuXPn3vfD4eiPmzd/+Ob27bs7VEJ2d0eS812c+xS63R6uT6FNoy3pwhbEJU8ewcSwiGDVs41Go8qF2GCdThEZ7PFiMWcEgY/leYd7XsBMM8/IsWmaQM49byTK5YxIpQai18sKgByCaeC3HUTOtR1Mw+gGC63dpp6SzOV6stMxsK8vKpW+7Pc7gvOR8LyUKBSKqERKkCLD4TjsR8by+fO07PV4xD4TkKLIPojtf0CB8PpkpCvOoa8ad9EGaE+Rvc9qtT3e7c4gcLoXirxUkjhf0m9QsiMrnpLPng0QSFoq9iW0NRqTmqTafr8Ck7tbD2LUopFsa0Gz+U4oZbfbFaQExoWsVLLCMDKh9ftjP5XyxPb2C/+Vc81+TdJeE6aMwWEKQCQARAqE41S82m2Xq+PYQsBjRko0GhtMiDrGRQf7a9hXwy8FXAfNChxnAwE4sL4+Kw87+2ObTkl9J8CkOIWXChkVlYxtf5VVdYLSjMzOqqpH6Utp505uwtd9K+4Dk3gJxcC4kWmHyml08ex7GcFJV/HrqJJURjukb1Tv41fv+RwnWvKxor88UWaT9mZa4hyTTnj8MRPNP3HP86BjkYPJWy/KnFP9P/C26fY/PkJcCd95+3EAAAAASUVORK5CYII=") !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: calc(100% - 16px) calc(50% + 4px) !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  padding: 7px 52px 7px 27px;
  transition: background-color .3s ease; }

.b-registration__right_1 .hbspt-form form .hs-submit:after {
  display: none; }

.b-registration__right_1 .actions input[type="submit"].hs-button {
  margin: 8px;
  width: calc(50% - 16px);
  height: 50px;
  font-size: 14px;
  font-weight: normal;
  padding-left: 20px;
  box-sizing: border-box;
  min-width: 0; }

.b-registration__right_1 .atcb_bgoverlay {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background: none; }

@media (max-width: 460px) {
  .b-registration__right_1 .actions .atcb_initialized {
    width: 260px;
    margin: 8px 0 8px; }
  .b-registration__right_1 .actions input[type="submit"].hs-button {
    width: 260px;
    margin: 8px 0 8px; } }

@media (max-width: 1100px) {
  .b-registration__left {
    width: 40%; }
  .b-registration__left .timer {
    height: 154px;
    padding: 10px 10px 25px 10px;
    margin: 0 0 25px 0; }
  .b-registration__left-title {
    font-size: 26px; }
  .b-registration__left-item {
    margin: 0 0 25px 0; }
  .b-registration__right {
    padding: 30px 15px 30px 15px; } }

@media (max-width: 991px) {
  .b-registration__left {
    width: 50%;
    margin: 0 45px 0 0; }
  .hbspt-form__row {
    display: block;
    margin: 0; }
  .hbspt-form__col_50 {
    width: 100%;
    padding: 0; }
  .hbspt-form__text {
    margin: 0 0 30px 0; }
  .b-registration {
    padding: 15px 0 70px 15px; } }

@media (max-width: 767px) {
  .b-registration {
    padding: 15px 15px 70px 15px; }
  .b-registration__container {
    max-width: 100%;
    padding: 0; }
  .b-registration__wrapper {
    display: block; }
  .b-registration__left {
    width: 100%;
    margin: 0 0 30px 0; }
  .b-schedule__slider {
    padding: 0 30px 0 30px;
    box-sizing: border-box;
    margin: auto; }
  .b-schedule .owl-nav .owl-prev {
    left: 0; }
  .b-schedule .owl-nav .owl-next {
    right: 0; }
  .b-schedule__title {
    text-align: center; }
  .b-registration__left .timer__col-num {
    font-size: 40px; }
  .b-registration__left-img {
    margin: 0 15px 0 0; } }

.recent-research {
  max-width: 500px;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .recent-research {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      max-width: 1162px; } }
  .recent-research__btn-wrap {
    width: 100%; }
    @media (max-width: 767px) {
      .recent-research__btn-wrap {
        height: auto !important; } }
    @media (min-width: 768px) {
      .recent-research__btn-wrap.podcasts {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
  .recent-research__btn {
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    .recent-research__webinar {
      margin-bottom: 50px; } }
  @media (min-width: 768px) {
    .recent-research__webinar {
      width: 44%;
      max-width: 500px; } }
  .recent-research__webinar .listing__item {
    background-color: #F2F3F6; }
  .recent-research__webinar .listing__item-inner {
    margin-bottom: 47px; }
  .recent-research__webinar .btn-primary.alternative, .recent-research__webinar .hs-form .hs_submit .alternative.hs-button, .hs-form .hs_submit .recent-research__webinar .alternative.hs-button {
    background: transparent;
    padding: 14px 20px 14px 16px; }
  .recent-research__podcasts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (min-width: 768px) {
      .recent-research__podcasts {
        width: 54%;
        max-width: 629px; } }
    .recent-research__podcasts .podcasts-listing__item {
      background-color: #F2F3F6; }

@media (min-width: 768px) and (max-width: 1023px) {
  .recent-research__podcasts .podcasts-listing__item {
    -ms-flex-direction: column;
        flex-direction: column; } }
    .recent-research__podcasts .podcasts-listing__item-inner {
      -ms-flex: 1;
          flex: 1; }

@media (min-width: 768px) and (max-width: 1023px) {
  .recent-research__podcasts .podcasts-listing__item-inner {
    width: 100%;
    max-width: 100%;
    padding-top: 20px; } }
    @media (min-width: 1024px) {
      .recent-research__podcasts .podcasts-listing__item-info {
        width: 125%; } }

.research-form {
  padding: 40px 0 15px; }
  @media (min-width: 768px) {
    .research-form {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: start;
          align-items: flex-start; } }
  @media (min-width: 1024px) {
    .research-form {
      padding: 40px 0 87px; } }
  .research-form__title {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .research-form__title {
        margin: 0 25px 41px 0; } }
  .research-form__btn {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .research-form__btn {
        margin: 12px 0 26px; } }
  .research-form__content {
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .research-form__content {
        max-width: 500px; } }
    @media (min-width: 768px) {
      .research-form__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: start;
            align-items: flex-start; } }
  .research-form__form {
    background-color: #EAEBEF; }
    @media (max-width: 767px) {
      .research-form__form {
        padding: 4px 20px 30px;
        margin-bottom: 25px; } }
    @media (min-width: 768px) {
      .research-form__form {
        width: 42%;
        max-width: 472px;
        padding: 32px 18px 44px 19px; } }
    .research-form__form .hs-form > div:first-child h3 {
      display: none; }
    .research-form__form .hs-form > .hs-fieldtype-text {
      margin-bottom: 24px; }
    .research-form__form .hs-form input[type="text"],
    .research-form__form .hs-form input[type="email"] {
      background-color: #FFFFFF; }
    .research-form__form .hs-form input[type="submit"] {
      position: relative;
      max-width: 100%; }
    .research-form__form .hs-form .actions {
      position: relative; }
      @media (min-width: 768px) {
        .research-form__form .hs-form .actions:after {
          position: absolute;
          content: '';
          top: 21px;
          right: 20px;
          display: block;
          width: 12px;
          height: 10px;
          -webkit-mask: url("../images/svg/button-arr.svg") no-repeat 100% 100%;
                  mask: url("../images/svg/button-arr.svg") no-repeat 100% 100%;
          background: #FFF; } }
      @media (min-width: 1024px) {
        .research-form__form .hs-form .actions:after {
          top: 26px; } }
  @media (min-width: 768px) {
    .research-form__items {
      width: 56%;
      max-width: 644px; } }
  .research-form__items .newsletters-listing__item {
    margin-bottom: 16px; }
    @media (max-width: 1023px) {
      .research-form__items .newsletters-listing__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start; } }
  .research-form__items .newsletters-listing__item-img-wrap {
    width: 110px;
    height: 110px;
    min-width: 110px;
    margin-right: 16px; }
    .research-form__items .newsletters-listing__item-img-wrap:before {
      display: none; }
    .research-form__items .newsletters-listing__item-img-wrap:after {
      right: -146px;
      background-size: 5px 5px;
      opacity: 0.6; }
    @media (max-width: 1023px) {
      .research-form__items .newsletters-listing__item-img-wrap {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        text-align: center;
        margin-bottom: 15px; } }
  .research-form__items .newsletters-listing__item-img-counter:before, .research-form__items .newsletters-listing__item-img-counter:after {
    background-image: linear-gradient(180deg, #8264ff 1px, transparent 1px);
    background-size: 5px 5px; }
  .research-form__items .newsletters-listing__item-img-counter:before {
    right: -176px; }
  .research-form__items .newsletters-listing__item-img-counter:after {
    right: -156px; }
  @media (max-width: 1023px) {
    .research-form__items .newsletters-listing__item-inner {
      width: 100%;
      max-width: 100%; } }
  @media (min-width: 1024px) {
    .research-form__items .newsletters-listing__item-title {
      font-size: 22px;
      line-height: 26px; } }
  .research-form__items .newsletters-listing__item-cta:after {
    margin-left: 12px; }
  @media (min-width: 1024px) {
    .research-form__items .newsletters-listing__item-cta {
      font-size: 16px;
      line-height: 20px;
      padding: 15px 20px; } }

.research-form-popup {
  position: fixed;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 999;
  padding: 5vh 5%;
  transition: .3s ease; }
  .research-form-popup.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: .3s ease; }
  .research-form-popup__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 35, 0.6); }
  .research-form-popup__content {
    position: relative;
    max-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    z-index: 1; }
  .research-form-popup__form-btn {
    position: absolute;
    top: -10px;
    right: -10px; }
  .research-form-popup__form {
    position: relative;
    max-height: 100%;
    -ms-flex: 1;
        flex: 1;
    overflow: hidden; }
    .research-form-popup__form .hs-form > div:first-child h3 {
      display: block;
      font-weight: 800; }
      @media (min-width: 1024px) {
        .research-form-popup__form .hs-form > div:first-child h3 {
          font-size: 36px;
          line-height: 40px; } }

.resources-links {
  padding: 50px 0 40px; }
  .resources-links__title {
    margin-bottom: 50px; }
  .resources-links__items {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    margin: 0 auto; }
    @media (max-width: 529px) {
      .resources-links__items {
        -ms-flex-pack: center;
            justify-content: center;
        max-width: 265px; } }

@media (min-width: 530px) and (max-width: 1023px) {
  .resources-links__items {
    margin-left: -20px; } }
    @media (min-width: 1280px) {
      .resources-links__items {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .resources-links__item {
    max-width: 135px;
    margin-bottom: 40px; }
    @media (max-width: 529px) {
      .resources-links__item {
        width: 120px; }
        .resources-links__item:nth-child(odd) {
          margin-right: 25px; } }

@media (min-width: 530px) and (max-width: 1023px) {
  .resources-links__item {
    margin: 0 20px 40px 20px; } }
    @media (min-width: 1024px) {
      .resources-links__item:not(:last-child) {
        margin-right: 80px; } }
  .resources-links__item-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    .resources-links__item-inner * {
      cursor: pointer; }
    @media (min-width: 1024px) {
      .resources-links__item-inner:hover .resources-links__item-img-wrap {
        background-color: #0A0A23;
        transition: background-color .5s ease; }
      .resources-links__item-inner:hover .resources-links__item-title {
        color: #866CFF;
        transition: color .3s ease; } }
  .resources-links__item-img-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #F2F3F6;
    border-radius: 50%;
    overflow: hidden;
    padding: 27px;
    margin-bottom: 26px;
    transition: background-color .3s ease; }
    @media (max-width: 767px) {
      .resources-links__item-img-wrap {
        margin-bottom: 12px; } }
  .resources-links__item-img {
    display: block; }
  .resources-links__item-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    color: #0A0A23;
    transition: color .3s ease; }
    @media (max-width: 767px) {
      .resources-links__item-title {
        font-size: 18px; } }

.webinar-social {
  position: relative;
  background-color: #EAEBEF;
  padding: 40px 0; }
  .webinar-social:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background-color: #FFFFFF;
    pointer-events: none; }
  @media (min-width: 1024px) {
    .webinar-social {
      padding: 40px 0 100px; } }
  .webinar-social__inner {
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .webinar-social__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .webinar-social__webinar {
    position: relative;
    background-color: #0A0A23; }
    @media (max-width: 767px) {
      .webinar-social__webinar {
        margin-bottom: 36px; } }
    @media (min-width: 768px) {
      .webinar-social__webinar {
        width: 59.4%;
        max-width: 690px;
        overflow: hidden; } }
  .webinar-social__webinar-inner {
    position: relative;
    z-index: 2; }
  .webinar-social__webinar-counter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 37px 20px 48px; }
    @media (min-width: 1024px) {
      .webinar-social__webinar-counter {
        min-height: 238px;
        padding: 45px 20px 59px; } }
    @media (min-width: 1024px) {
      .webinar-social__webinar-counter .timer-title {
        margin-bottom: 39px; } }
    @media (max-width: 1023px) {
      .webinar-social__webinar-counter .timer__col-num {
        font-size: 42px; } }
    @media (min-width: 1024px) {
      .webinar-social__webinar-counter .timer__col-num {
        font-size: 51px; } }
  .webinar-social__webinar-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    background-color: rgba(10, 10, 35, 0.7);
    padding: 17px 30px 26px 22px; }
    @media (min-width: 1024px) {
      .webinar-social__webinar-content {
        padding: 13px 20px 41px 37px; } }
  .webinar-social__webinar-date {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 12px; }
    @media (min-width: 1024px) {
      .webinar-social__webinar-date {
        margin-bottom: 20px; } }
  .webinar-social__webinar-title {
    color: #FFFFFF;
    margin-bottom: 22px; }
    @media (min-width: 768px) {
      .webinar-social__webinar-title {
        line-height: 40px; } }
  .webinar-social__webinar-description {
    font-family: "Brother-1816", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 0.0015em;
    margin-bottom: 28px; }
    @media (min-width: 1024px) {
      .webinar-social__webinar-description {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 52px; } }
  .webinar-social__webinar-bg {
    opacity: 0.5; }
  @media (min-width: 768px) {
    .webinar-social__social {
      width: 39%;
      max-width: 454px; } }
  .webinar-social__twitter {
    position: relative;
    background: linear-gradient(161.3deg, #826AFA 0%, #826AFA 37%, #0A0A23 37%, #0A0A23 100%);
    padding: 29px 21px 31px 12px;
    margin-bottom: 28px; }
    @media (min-width: 1024px) {
      .webinar-social__twitter {
        margin-bottom: 48px; } }
  .webinar-social__twitter-inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    z-index: 1; }
  .webinar-social__twitter-top {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start; }
  .webinar-social__twitter-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 8px 15px 0 0; }
  .webinar-social__twitter-img {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 13px 10px 0; }
  .webinar-social__twitter-title {
    position: relative;
    font-size: 26px;
    line-height: 30px;
    color: #FFFFFF;
    padding-right: 30px; }
    .webinar-social__twitter-title:after {
      position: absolute;
      content: '';
      top: 10px;
      right: 0;
      width: 18px;
      height: 18px;
      background: url(../images/twitter-verified-icon.png) no-repeat;
      background-size: 100% 100%; }
    @media (min-width: 1024px) {
      .webinar-social__twitter-title {
        margin-bottom: 9px; } }
  .webinar-social__twitter-icon {
    display: block;
    width: 26px;
    height: 26px;
    fill: #59ADEB;
    margin: 11px 0 0 auto; }
  .webinar-social__twitter-description {
    letter-spacing: 0.0015em;
    padding: 6px 15px 29px 8px; }
    @media (min-width: 1024px) {
      .webinar-social__twitter-description {
        font-size: 18px;
        line-height: 25px;
        padding-top: 17px; } }
    .webinar-social__twitter-description p {
      color: #FFFFFF; }
    .webinar-social__twitter-description a {
      color: #59ADEB;
      transition: color 0.3s ease-in-out 0s; }
      @media (min-width: 1024px) {
        .webinar-social__twitter-description a:hover {
          color: #866CFF;
          transition: color 0.3s ease-in-out 0s; } }
  .webinar-social__twitter-name {
    font-size: 16px;
    line-height: 20px;
    color: #EAEBEF; }
  .webinar-social__twitter-btn {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    color: #000;
    background-color: #EFF3F4;
    border-radius: 20px;
    padding: 10px 18px 12px 18px;
    margin-left: 8px;
    transition: color 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .webinar-social__twitter-btn:hover {
        color: #866CFF;
        transition: color 0.3s ease-in-out 0s; } }
  .webinar-social__podcasts-title {
    margin-bottom: 20px; }
  .webinar-social__podcasts-items {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1023px) {
      .webinar-social__podcasts-items {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; } }
  .webinar-social__podcasts-item {
    margin-bottom: 19px;
    transition: transform .3s ease; }
    @media (min-width: 1024px) {
      .webinar-social__podcasts-item {
        width: calc(50% - 8px);
        height: auto; }
        .webinar-social__podcasts-item:nth-child(odd) {
          margin-right: 15px; } }
    @media (min-width: 1024px) {
      .webinar-social__podcasts-item:hover {
        transform: translate3d(0, -3px, 0);
        transition: transform .3s ease; } }
  .webinar-social__podcasts-item-link {
    width: 100%;
    height: 100%; }
  .webinar-social__podcasts-item-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; }
    @media (min-width: 768px) {
      .webinar-social__podcasts-item-img {
        max-height: 58px; } }

.video-banner {
  position: relative;
  width: 100%;
  background-color: #2C2361; }
  @media (min-width: 768px) {
    .video-banner__inner {
      display: -ms-flexbox;
      display: flex; } }
  .video-banner__content {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    z-index: 1;
    padding: 60px 0 46px; }
    @media (min-width: 768px) {
      .video-banner__content {
        width: 60%;
        padding: 37px 9% 56px 0; } }
    @media (min-width: 1280px) {
      .video-banner__content {
        width: 60%;
        padding: 51px 5% 114px 0; } }
  .video-banner__tagline {
    color: #EAEBEF;
    margin-bottom: 33px; }
    @media (min-width: 1024px) {
      .video-banner__tagline {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 56px; } }
    @media (min-width: 1280px) {
      .video-banner__tagline {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 86px; } }
  .video-banner__subtitle {
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #EAEBEF;
    margin-bottom: 11px; }
  .video-banner__title {
    font-size: 52px;
    font-weight: 800;
    line-height: 56px;
    margin-bottom: 28px; }
    @media (max-width: 1023px) {
      .video-banner__title {
        font-size: 30px;
        line-height: 1.4; } }
    @media (max-width: 767px) {
      .video-banner__title {
        font-size: 28px;
        line-height: 1.285; } }
  .video-banner__title-link {
    color: #FFFFFF;
    transition: color 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .video-banner__title-link:hover {
        color: #8264ff;
        transition: color 0.3s ease-in-out 0s; } }
  .video-banner__date {
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
    color: #EAEBEF;
    margin-bottom: 19px; }
    @media (min-width: 1024px) {
      .video-banner__date {
        margin-bottom: 43px; } }
  .video-banner__img-wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex: 1;
        flex: 1; }
    @media (max-width: 767px) {
      .video-banner__img-wrap {
        max-width: 440px;
        margin: 0 auto; } }
    @media (min-width: 1280px) {
      .video-banner__img-wrap {
        transform: translate3d(9%, 0, 0); } }
  .video-banner__img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; }
    @media (min-width: 768px) {
      .video-banner__img {
        max-height: calc(100% - 30px); } }
    @media (min-width: 1280px) {
      .video-banner__img {
        max-height: calc(100% - 60px); } }
  .video-banner__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .video-banner__btn {
    margin-bottom: 10px; }
    .video-banner__btn:not(:last-child) {
      margin-right: 15px; }
    @media (max-width: 369px) {
      .video-banner__btn {
        min-width: 170px; } }
    @media (min-width: 370px) {
      .video-banner__btn.btn-secondary {
        min-width: auto; } }
  .video-banner__btn-play {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 83px;
    height: 83px;
    background-color: #866CFF;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    transition: background-color .3s ease; }
    .video-banner__btn-play:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 9.5px 0 9.5px 15px;
      border-color: transparent transparent transparent #FFF;
      pointer-events: none;
      margin-left: 3px; }
    @media (max-width: 1023px) {
      .video-banner__btn-play {
        display: none; } }
    @media (min-width: 1024px) {
      .video-banner__btn-play:hover {
        background-color: #B1A0FF;
        transition: background-color .3s ease; } }
    @media (min-width: 768px) {
      .video-banner__btn-play {
        position: absolute;
        top: 50%;
        left: -7%;
        transform: translate3d(0, -50%, 0); } }
    @media (min-width: 1024px) {
      .video-banner__btn-play {
        width: 72px;
        height: 72px;
        left: -16%; } }
    @media (min-width: 1280px) {
      .video-banner__btn-play {
        width: 83px;
        height: 83px;
        left: -7%; } }

.dynamic-graphs {
  margin: 0 0 30px 0; }
  .dynamic-graphs__title {
    margin-bottom: 10px; }
  .dynamic-graphs__controls {
    margin-bottom: 15px; }
    .dynamic-graphs__controls input {
      border-radius: 0;
      box-shadow: none;
      height: auto;
      padding: 0; }
  .dynamic-graphs__range {
    font-weight: bold; }

.authors-info {
  margin: 0 0 50px 0;
  font-family: "Caecilia", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 17px; }
  .authors-info__list {
    color: #7D808E; }
    .authors-info__list a {
      margin-right: 4px;
      color: #000; }
      .authors-info__list a:hover {
        text-decoration: underline; }
      .authors-info__list a:after {
        content: ','; }
      .authors-info__list a:last-child {
        margin-right: 0; }
        .authors-info__list a:last-child:after {
          content: ''; }
    .authors-info__list .name {
      font-weight: 700;
      color: #000000;
      cursor: pointer; }

.author-popup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 15px 0 0 0; }
  @media (max-width: 768px) {
    .author-popup {
      display: block; } }
  .author-popup__avatar {
    width: 114px;
    margin: 0 10px 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .author-popup__avatar img {
      width: 100%;
      height: auto !important; }
    @media (max-width: 768px) {
      .author-popup__avatar {
        margin: 0 0 10px 0; } }
  .author-popup__content {
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .author-popup__title {
    color: #0A0A23;
    font-family: "Brother-1816", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px 0; }
  .author-popup__buttons {
    margin: 0 0 15px 0; }
    .author-popup__buttons ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
      margin: -6px;
      padding: 0; }
      .author-popup__buttons ul li {
        padding: 6px;
        list-style: none; }
        @media (max-width: 768px) {
          .author-popup__buttons ul li {
            width: 100%; } }
        .author-popup__buttons ul li a {
          border: 1px solid;
          display: inline-block;
          vertical-align: top;
          color: #0A0A23;
          padding: 7px 10px 6px;
          text-transform: uppercase;
          text-decoration: none;
          font-family: "Brother-1816", Helvetica, Arial, sans-serif;
          font-weight: 400;
          font-size: 10px; }
          .author-popup__buttons ul li a svg {
            display: inline-block;
            vertical-align: top;
            width: 12px;
            margin: 0 0 0 2px; }
          .author-popup__buttons ul li a:hover {
            text-decoration: none;
            color: #fff;
            background: #0A0A23; }
            .author-popup__buttons ul li a:hover svg path {
              fill: #fff; }
  .author-popup__description {
    font-size: 13px;
    line-height: 1.3;
    color: #737887;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-weight: 400; }

.research-center-list .podcasts-listing__item {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  @media (max-width: 768px) {
    .research-center-list .podcasts-listing__item {
      display: block; } }
  .research-center-list .podcasts-listing__item-img-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .research-center-list .podcasts-listing__item-inner {
    width: auto;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: none; }
    @media (max-width: 768px) {
      .research-center-list .podcasts-listing__item-inner {
        padding-right: 10px; } }
  .research-center-list .podcasts-listing__item-cta {
    margin-left: 17px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 768px) {
      .research-center-list .podcasts-listing__item-cta {
        margin-left: 0;
        display: -ms-inline-flexbox;
        display: inline-flex; } }

.research-center-list .newsletters-listing__item {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  @media (max-width: 768px) {
    .research-center-list .newsletters-listing__item {
      display: block; } }
  .research-center-list .newsletters-listing__item-img-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: stretch;
        align-self: stretch; }
  .research-center-list .newsletters-listing__item-inner {
    width: auto;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: none; }
  .research-center-list .newsletters-listing__item-cta {
    margin-left: 17px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 768px) {
      .research-center-list .newsletters-listing__item-cta {
        margin-left: 0;
        display: -ms-inline-flexbox;
        display: inline-flex; } }

.header {
  position: fixed;
  left: 0;
  top: 0;
  background: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: 5; }
  .header:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out; }
  @media (max-width: 1023px) {
    .header {
      width: 100%;
      -ms-flex-pack: justify;
          justify-content: space-between;
      height: 60px;
      padding: 2px 5%;
      z-index: 11; } }
  @media (min-width: 1024px) {
    .header {
      width: 95%;
      max-width: calc(100% - ((100% - 1162px) / 2));
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0); } }
  @media (min-width: 1280px) {
    .header {
      width: 92.5%; } }
  .header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transform: translate3d(0, 0, 0); }
    .header.sticky:after {
      opacity: 1;
      transition: 0.3s ease-in-out; }
  .header-actions-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media (min-width: 1024px) {
      .header-actions-wrapper {
        min-width: 600px;
        margin-left: 15px;
        -ms-flex: 1;
            flex: 1; } }
    @media (min-width: 1024px) {
      .search-opened .header-actions-wrapper {
        position: relative; } }
  @media (max-width: 1023px) {
    .header__logo {
      display: block;
      max-width: 93px;
      height: auto;
      z-index: 1; } }
  @media (min-width: 1024px) {
    .header__logo {
      margin-left: 21px;
      margin-right: auto; } }
  .header__logo img {
    width: 140px;
    height: 52px; }
  @media (min-width: 1024px) {
    .header__btn {
      font-size: 15px;
      line-height: 18px;
      height: 84px;
      width: 169px;
      min-width: 190px;
      padding-left: 34px;
      padding-right: 34px;
      -ms-flex-pack: center;
          justify-content: center; }
      .header__btn:after {
        content: none; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .header__btn {
    width: 149px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: unset; } }
  @media (max-width: 1023px) {
    .header__btn {
      display: none; } }
  .header .header__btn-mobile span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 100%;
    height: 2px;
    background-color: #0A0A23;
    transition: .3s ease; }
  .header__btn-mobile {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    width: 23px;
    height: 18px;
    border: none;
    outline: none;
    box-shadow: none;
    margin-left: 15px; }
    .header__btn-mobile:before, .header__btn-mobile:after {
      position: absolute;
      content: '';
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #0A0A23;
      transition: .3s ease; }
    .header__btn-mobile:before {
      top: 0; }
    .header__btn-mobile:after {
      bottom: 0; }
    @media (min-width: 1024px) {
      .header__btn-mobile {
        display: none; } }
    .header__btn-mobile.active:before {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      top: 8px;
      height: 2px; }
    .header__btn-mobile.active:after {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      bottom: 8.5px;
      height: 2px; }
    .header__btn-mobile.active span {
      opacity: 0; }
    .header__btn-mobile span {
      display: -ms-flexbox;
      display: flex;
      font-size: 0;
      width: 100%;
      height: 3px;
      background-color: #0A0A23;
      transition: .3s ease; }

.b-time-line {
  position: absolute;
  top: 100%;
  left: 0;
  width: 5px;
  height: 6px;
  background-color: #8264FF;
  max-width: 100%; }

.footer {
  position: relative;
  background: #FFFFFF; }
  .footer__top {
    padding: 36px 24px 41px;
    border-bottom: 2px solid #EAEBEF; }
    @media (min-width: 1024px) {
      .footer__top {
        padding: 61px 0 61px 22px;
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 767px) {
      .footer__top {
        padding: 37px 20px; } }
  .footer__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-width: 260px;
    margin-right: auto; }
    @media (max-width: 1023px) {
      .footer__info {
        margin-bottom: 50px; } }
  .footer__logo {
    margin-bottom: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 13px 0; }
    .footer__logo img {
      width: 108px;
      height: 39px; }
  .footer__address {
    margin-bottom: 30px; }
    .footer__address-title {
      font-weight: 700;
      font-size: 16px;
      line-height: 16px;
      letter-spacing: initial;
      color: #0A0A23;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .footer__address-title {
          font-size: 18px;
          line-height: 1.1;
          margin-bottom: 10px; } }
    .footer__address-text {
      font-size: 14px;
      line-height: 18px; }
      .footer__address-text a {
        color: #8264ff; }
      @media (max-width: 767px) {
        .footer__address-text {
          font-size: 16px;
          line-height: 1.4; } }
  .footer__mail {
    color: #7D808E;
    transition: all 0.3s ease-in-out 0s;
    margin-bottom: 35px; }
    @media (min-width: 1024px) {
      .footer__mail:hover {
        color: #8264ff; } }
  @media (min-width: 1024px) {
    .footer__btn {
      -ms-flex-positive: 1;
          flex-grow: 1;
      -ms-flex-item-align: start;
          align-self: flex-start;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end; } }
  @media (min-width: 768px) {
    .footer__nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex: 1;
          flex: 1; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .footer__nav {
    -ms-flex-pack: justify;
        justify-content: space-between; } }
  @media (min-width: 1024px) {
    .footer__nav {
      max-width: 75%;
      margin-left: 50px; } }
  @media (min-width: 1600px) {
    .footer__nav {
      max-width: 1100px; } }
  @media (max-width: 767px) {
    .footer__nav-wrap {
      display: none;
      padding: 20px 20px 0px 20px;
      box-sizing: border-box; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .footer__nav-item {
    width: 30%; } }
  @media (min-width: 1024px) {
    .footer__nav-item {
      width: 25%; }
      .footer__nav-item:first-child {
        width: 50%; } }

@media (min-width: 1024px) and (max-width: 1439px) {
  .footer__nav-item {
    min-width: 260px; }
    .footer__nav-item:first-child {
      min-width: 525px; } }
  @media (max-width: 767px) {
    .footer__nav-item:not(:last-child) {
      margin-bottom: 25px; } }
  .footer__nav-item p {
    font-size: 16px;
    font-weight: 700;
    color: #0A0A23;
    margin-bottom: 15px;
    pointer-events: none;
    transition: 0.3s; }
    @media (min-width: 1024px) {
      .footer__nav-item p {
        font-size: 18px; } }
    @media (min-width: 768px) {
      .footer__nav-item p {
        padding-right: 50px; } }
    @media (max-width: 767px) {
      .footer__nav-item p {
        font-size: 18px;
        line-height: 1;
        padding: 0 0 10px 0;
        box-sizing: border-box;
        border-bottom: 2px solid  #EAEBEF;
        margin-bottom: 0px;
        position: relative;
        pointer-events: inherit; } }
    .footer__nav-item p:after {
      position: absolute;
      top: 43%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      right: 0;
      content: "";
      background: url("../images/footer-arrow.svg") no-repeat center;
      width: 17px;
      height: 15px;
      transition: 0.3s;
      display: none; }
    .footer__nav-item p.active {
      border-color: #8264FF;
      transition: 0.3s; }
    .footer__nav-item p.active:after {
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
      transition: 0.3s; }
  @media (max-width: 767px) {
    .footer__nav-item ul {
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .footer__nav-item ul {
      padding-right: 10px; } }
  @media (min-width: 1024px) {
    .footer__nav-item ul {
      padding-right: 50px; } }
  .footer__nav-item ul li:not(:last-child) {
    margin-bottom: 11px; }
  @media (max-width: 767px) {
    .footer__nav-item ul li {
      margin-bottom: 12px; } }
  .footer__nav-item ul li a {
    font-size: 14px;
    line-height: 18px; }
    @media (max-width: 767px) {
      .footer__nav-item ul li a {
        font-size: 16px;
        line-height: 1.2; } }
  @media (min-width: 1024px) {
    .footer__nav ul.investment-nav {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row;
      max-height: 170px;
      padding-right: 0; }
      .footer__nav ul.investment-nav li {
        width: 50%;
        padding-right: 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start; } }
  .footer__socials {
    width: 100%;
    margin-bottom: 35px; }
  .footer__copy {
    padding: 26px 22px; }
    @media (max-width: 767px) {
      .footer__copy {
        padding: 44px 24px 26px; } }
    @media (max-width: 767px) {
      .footer__copy {
        padding: 30px 20px 28px 20px;
        background: #E5E5E5; } }
    .footer__copy p {
      font-size: 14px;
      line-height: 18px; }
    .footer__copy-container {
      margin-bottom: 18px; }
      @media (min-width: 768px) {
        .footer__copy-container {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; } }
      .footer__copy-container span {
        font-size: 14px;
        color: #7D808E;
        margin-right: 30px; }
        @media (min-width: 1024px) {
          .footer__copy-container span {
            font-size: 16px; } }
      @media (max-width: 767px) {
        .footer__copy-container > div {
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 100%;
          max-width: 335px; } }
  @media (max-width: 767px) {
    .footer-copy-nav {
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 100%; } }
  .footer-copy-nav li:not(:last-child) {
    margin-right: 30px; }
  .footer-copy-nav li a {
    color: #7D808E; }
    @media (max-width: 767px) {
      .footer-copy-nav li a {
        font-size: 16px; } }

.sidebar {
  width: 217px;
  margin-bottom: 65px; }
  @media (max-width: 1023px) {
    .sidebar {
      display: none; } }
  .sidebar .form-wrapper {
    margin-bottom: 70px; }
    .sidebar .form-wrapper .hs-form .hs-richtext p {
      font-size: 13px;
      line-height: 18px;
      margin-bottom: 24px; }
    .sidebar .form-wrapper .hs-form .hs-form-field {
      margin-bottom: 15px; }
  .sidebar .hbspt-form .hs-richtext h3 {
    margin-bottom: 6px; }
  .sidebar .submitted-message {
    background: #FFF; }
    .sidebar .submitted-message p {
      color: #6BC033; }

.sidebar-title {
  font-weight: bold;
  max-width: 66%;
  font-size: 20px;
  line-height: 24px; }
  @media (min-width: 1024px) {
    .sidebar-title {
      font-size: 22px;
      line-height: 26px;
      margin-bottom: 15px; } }

.twitter-widget {
  margin-bottom: 35px; }
  .twitter-widget__timeline {
    margin-left: -12px; }

body.has-menu .header {
  z-index: 100; }

body.has-menu .header-nav-overlay {
  pointer-events: auto; }

@media (max-width: 767px) {
  body.js-socials__active .footer {
    padding-bottom: 44px; } }

.page {
  min-height: 100vh;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (max-width: 1023px) {
    .page {
      padding-top: 60px; } }
  @media (max-width: 1023px) {
    .registration_webinar .page {
      padding-top: 0; } }

.page-content {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.home__promo {
  background: #F2F3F6; }
  @media (max-width: 1023px) {
    .home__promo {
      padding: 15px 0 10px 0; } }
  @media (min-width: 1024px) {
    .home__promo {
      padding: 84px 0 0; } }
  .home__promo-wrapper {
    max-width: 1480px;
    position: relative;
    width: 90%; }
    @media (max-width: 1023px) {
      .home__promo-wrapper {
        position: static;
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 20px 0 0 0; } }
    @media (min-width: 1024px) {
      .home__promo-wrapper {
        padding-top: 30px;
        padding-bottom: 0; } }
  @media (max-width: 1023px) {
    .home__promo-content {
      max-width: 100%;
      margin-bottom: 18px; } }
  @media (min-width: 1024px) {
    .home__promo-content {
      padding-bottom: 70px; } }
  .home__promo-title {
    color: #0A0A23;
    text-transform: capitalize; }
  .home__promo-subtitle {
    color: #7D808E; }
    @media (max-width: 1023px) {
      .home__promo-subtitle {
        color: #0A0A23; } }
  .home__promo-img {
    position: relative; }
    @media (max-width: 1023px) {
      .home__promo-img {
        max-width: 500px;
        margin: 15px 0; } }
    @media (min-width: 1024px) {
      .home__promo-img {
        -ms-flex: 1;
            flex: 1;
        min-width: 495px;
        padding-bottom: 70px; } }
  @media (max-width: 1023px) {
    .home__promo .socials {
      -ms-flex-pack: end;
          justify-content: flex-end;
      padding-top: 7px; } }
  @media (min-width: 1024px) {
    .home__promo .socials {
      position: absolute;
      bottom: 45px;
      right: 0; } }
  @media (min-width: 1600px) {
    .home__promo .socials {
      right: 128px; } }
  .home__promo .btn-next-section {
    left: 0; }
    @media (max-width: 1023px) {
      .home__promo .btn-next-section {
        bottom: 28px;
        left: 5%;
        font-size: 16px; }
        .home__promo .btn-next-section svg {
          width: 14px;
          height: 11px; } }
    @media (max-width: 767px) {
      .home__promo .btn-next-section {
        color: #8264FF; }
        .home__promo .btn-next-section svg {
          fill: #8264FF; } }
    @media (min-width: 1024px) {
      .home__promo .btn-next-section {
        bottom: 40px; } }

.home__process {
  background: #F2F3F6;
  padding: 111px 0 87px; }
  @media (max-width: 1023px) {
    .home__process {
      padding: 38px 0 46px; } }
  .home__process-wrapper {
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
  .home__process-wrapper-head {
    width: 90%;
    max-width: 830px;
    text-align: center; }
    @media (max-width: 1023px) {
      .home__process-wrapper-head {
        margin-bottom: 26px; } }
    @media (min-width: 1024px) {
      .home__process-wrapper-head {
        margin-bottom: 70px; } }
    @media (max-width: 767px) {
      .home__process-wrapper-head {
        text-align: left;
        width: 100%; } }

.strategy__promo {
  background: #F2F3F6;
  margin-bottom: 50px; }
  .strategy__promo .promo-wrapper, .strategy__promo .home__promo-wrapper {
    padding: 0;
    max-width: 1960px;
    max-height: 700px; }
  .strategy__promo-info {
    max-width: 640px;
    margin: 0 auto;
    padding: 100px 20px 40px; }
    .strategy__promo-info .promo-title,
    .strategy__promo-info .promo-subtitle {
      color: #0A0A23; }
  .strategy__promo-bg {
    width: 48%;
    max-height: 700px;
    overflow: hidden; }

.strategy__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 250px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2; }
  .strategy__nav-opener-item button {
    color: #8264ff;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .opened .strategy__nav-opener-item button svg {
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
    .strategy__nav-opener-item button svg {
      width: 8px;
      height: 5px;
      fill: #8264ff;
      margin-left: 15px;
      transition: all 0.3s ease-in-out 0s; }
  .strategy__nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    background: #FFFFFF;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    font-size: 14px;
    border: 1px solid #8264ff;
    -ms-transform: translate(0, -10px);
        transform: translate(0, -10px);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 44px;
    width: 100%;
    max-height: 350px;
    overflow: auto;
    transition: all 0.3s ease-in-out 0s; }
    .opened .strategy__nav-list {
      -ms-transform: translate(0);
          transform: translate(0);
      opacity: 1;
      visibility: visible; }
    .strategy__nav-list li {
      padding: 12px 15px; }
    .strategy__nav-list a {
      color: #0A0A23;
      transition: all 0.3s ease-in-out 0s; }
      .strategy__nav-list a.active {
        color: #8264ff; }
      @media (min-width: 1024px) {
        .strategy__nav-list a:hover {
          color: #8264ff; } }

.strategy__info {
  max-width: 1220px;
  width: calc(100% - 40px);
  padding: 45px 47px;
  margin-bottom: 50px;
  border: 1px solid #8264ff; }
  @media (max-width: 1519px) {
    .strategy__info {
      max-width: 1220px;
      margin: 0 auto; } }
  @media (min-width: 1024px) {
    .strategy__info {
      width: calc(100% - 40px);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  @media (max-width: 767px) {
    .strategy__info {
      width: 90%;
      padding: 15px; } }
  .strategy__info-overview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media (max-width: 1023px) {
      .strategy__info-overview {
        margin-bottom: 25px; } }
    @media (min-width: 530px) {
      .strategy__info-overview {
        width: 380px;
        margin-right: 20px; } }
  .strategy__info-title {
    font-size: 22px;
    margin-bottom: 20px; }
  .strategy__info__list {
    margin-bottom: 20px; }
    .strategy__info__list li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start; }
      @media (min-width: 530px) {
        .strategy__info__list li:not(:last-child) {
          margin-bottom: 15px; } }
      @media (max-width: 529px) {
        .strategy__info__list li {
          -ms-flex-direction: column;
              flex-direction: column; } }
      .strategy__info__list li span {
        font-size: 14px;
        line-height: 1.4; }
        @media (min-width: 530px) {
          .strategy__info__list li span {
            width: calc(50% - 20px); }
            .strategy__info__list li span:not(:last-child) {
              margin-right: 10px; } }
        @media (max-width: 529px) {
          .strategy__info__list li span {
            margin-bottom: 5px; } }
    .strategy__info__list-title {
      font-weight: 700; }
    .strategy__info__list-value {
      font-family: "Caecilia", Helvetica, Arial, sans-serif; }
  .strategy__info-date-wrapper {
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
  .strategy__info-date {
    font-size: 12px; }
  .strategy__info-description {
    -ms-flex: 1;
        flex: 1; }
    .strategy__info-description p {
      color: #0A0A23; }

.strategy-table {
  padding: 30px 20px 30px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .strategy-table {
      margin-bottom: 83px; } }
  .strategy-table h2 {
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    .strategy-table .table, .strategy-table .wysiwyg table, .wysiwyg .strategy-table table {
      margin-bottom: 15px; }
      .strategy-table .table tbody, .strategy-table .wysiwyg table tbody, .wysiwyg .strategy-table table tbody {
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 1024px) {
    .strategy-table .table th:first-child, .strategy-table .wysiwyg table th:first-child, .wysiwyg .strategy-table table th:first-child, .strategy-table .table td:first-child, .strategy-table .wysiwyg table td:first-child, .wysiwyg .strategy-table table td:first-child {
      width: 300px; } }
  @media (min-width: 768px) {
    .strategy-table .table th:first-child, .strategy-table .wysiwyg table th:first-child, .wysiwyg .strategy-table table th:first-child, .strategy-table .table td:first-child, .strategy-table .wysiwyg table td:first-child, .wysiwyg .strategy-table table td:first-child {
      text-align: left;
      width: 230px; } }
  .strategy-table .table th:not(:first-child), .strategy-table .wysiwyg table th:not(:first-child), .wysiwyg .strategy-table table th:not(:first-child), .strategy-table .table td:not(:first-child), .strategy-table .wysiwyg table td:not(:first-child), .wysiwyg .strategy-table table td:not(:first-child) {
    text-align: center; }
  @media (max-width: 767px) {
    .strategy-table .table th, .strategy-table .wysiwyg table th, .wysiwyg .strategy-table table th, .strategy-table .table td, .strategy-table .wysiwyg table td, .wysiwyg .strategy-table table td {
      padding: 10px;
      border-bottom: 0; }
      .strategy-table .table th:not(:last-child), .strategy-table .wysiwyg table th:not(:last-child), .wysiwyg .strategy-table table th:not(:last-child), .strategy-table .table td:not(:last-child), .strategy-table .wysiwyg table td:not(:last-child), .wysiwyg .strategy-table table td:not(:last-child) {
        border-bottom: 1px solid; } }
  @media (max-width: 767px) {
    .strategy-table .table td, .strategy-table .wysiwyg table td, .wysiwyg .strategy-table table td {
      border-right: 0; } }
  .strategy-table .table td.checked, .strategy-table .wysiwyg table td.checked, .wysiwyg .strategy-table table td.checked {
    padding: 10px;
    vertical-align: middle; }
    .strategy-table .table td.checked svg, .strategy-table .wysiwyg table td.checked svg, .wysiwyg .strategy-table table td.checked svg {
      width: 26px;
      height: 26px;
      margin: 0 auto; }
  @media (max-width: 767px) {
    .strategy-table .table tr:not(:last-child), .strategy-table .wysiwyg table tr:not(:last-child), .wysiwyg .strategy-table table tr:not(:last-child) {
      border-bottom: 0; } }
  @media (max-width: 767px) {
    .strategy-table .table tr, .strategy-table .wysiwyg table tr, .wysiwyg .strategy-table table tr {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      width: 50%; } }
  .strategy-table__links {
    margin-bottom: 51px;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 768px) {
      .strategy-table__links {
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
    @media (max-width: 767px) {
      .strategy-table__links {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: start;
            align-items: flex-start; } }
    @media (min-width: 768px) {
      .strategy-table__links a:not(:last-child) {
        margin-right: 32px; } }
    @media (max-width: 767px) {
      .strategy-table__links a {
        margin-bottom: 10px; } }
    .strategy-table__links .btn-primary, .strategy-table__links .hs-form .hs_submit .hs-button, .hs-form .hs_submit .strategy-table__links .hs-button {
      min-width: 196px; }
  .strategy-table .copy {
    font-size: 12px; }

.strategy .related {
  display: none; }

.team {
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .team .popup-close svg {
      fill: #ffffff; } }
  .team .breadcrumbs {
    margin-bottom: 5px; }
  .team .btn-video-play.mobile-rect .btn-video-play__text {
    display: none; }
  .team__promo {
    display: block;
    margin-bottom: 50px; }
    @media (max-width: 1024px) {
      .team__promo {
        min-height: 0;
        margin-bottom: 30px; } }
    .team__promo .promo-wrapper, .team__promo .home__promo-wrapper {
      position: absolute;
      z-index: 3;
      bottom: 0;
      left: 0;
      top: 0;
      background: #0A0A23;
      max-width: 400px;
      padding: 134px 35px 54px 80px;
      box-sizing: border-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-pack: start;
          justify-content: flex-start;
      min-height: auto; }
      @media (max-width: 1024px) {
        .team__promo .promo-wrapper, .team__promo .home__promo-wrapper {
          position: static;
          padding: 114px 15px 30px 15px;
          max-width: 100%;
          margin: 0 0 0 0;
          width: 100%; } }
      @media (max-width: 1023px) {
        .team__promo .promo-wrapper, .team__promo .home__promo-wrapper {
          padding-top: 90px; } }
      .team__promo .promo-wrapper .promo__video, .team__promo .home__promo-wrapper .promo__video {
        width: 100%; }
    .team__promo .promo__content {
      padding: 0;
      width: 100%; }
    .team__promo .promo-subtitle {
      margin: 0 0 27px 0; }
      @media (max-width: 1024px) {
        .team__promo .promo-subtitle {
          font-size: 17px;
          line-height: 1.4; } }
      @media (max-width: 768px) {
        .team__promo .promo-subtitle {
          font-size: 15px; } }
    .team__promo .team-btn {
      width: 161px;
      height: 53px;
      background: #6A4BFF;
      font-weight: 400;
      font-size: 14px;
      line-height: 1;
      color: #FFFFFF;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      border-radius: 0px !important;
      opacity: 1 !important;
      font-family: "Brother-1816", Helvetica, Arial, sans-serif;
      position: relative;
      overflow: hidden; }
      .team__promo .team-btn:after {
        content: "";
        background: url("../images/team-arrow.svg") center no-repeat;
        width: 9px;
        height: 11px;
        margin: 0 0 0 28px; }
      .team__promo .team-btn .promo__video-wistia {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }
      .team__promo .team-btn:hover {
        background: #B1A0FF; }
    .team__promo .btn-video-play {
      opacity: 1;
      border-radius: 0; }
    .team__promo .promo__video {
      border-radius: 0; }
  @media (max-width: 1024px) {
    .team .team-slider {
      display: none; } }
  .team .team-slider .owl-nav {
    display: block !important; }
  .team .team-slider .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/team-slider_arrow.svg") center no-repeat rgba(10, 10, 35, 0.45) !important;
    width: 80px;
    height: 100%;
    text-indent: -99999px;
    opacity: 1;
    transition: 0.3s; }
  .team .team-slider .owl-next:hover {
    background-color: rgba(10, 10, 35, 0.8) !important; }
  .team .team-load {
    width: 155px;
    height: 60px;
    border: 1px solid #6A4BFF;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    font-weight: 400;
    font-size: 16.8px;
    line-height: 1;
    color: #6A4BFF;
    margin: 0 auto 0;
    transition: 0.3s; }
    .team .team-load:after {
      content: "";
      background: url("../images/load-ico.svg") center no-repeat;
      width: 13px;
      height: 17px;
      margin: 0 0 0 23px; }
    .team .team-load:hover {
      background: #6A4BFF;
      color: #ffffff;
      transition: 0.3s; }
    .team .team-load:hover:after {
      background: url("../images/load-ico_white.svg") center no-repeat; }
  .team .team {
    padding: 0 0 100px 0;
    box-sizing: border-box; }
  .team__external-workers .external-workers__item {
    -ms-flex-align: center;
        align-items: center; }
    .team__external-workers .external-workers__item:nth-child(even) {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
    .team__external-workers .external-workers__item-content {
      -ms-flex-pack: center;
          justify-content: center; }
    .team__external-workers .external-workers__item-title {
      margin-bottom: 90px; }
    .team__external-workers .external-workers__item-desc {
      display: none; }

#main_box {
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 650px;
  margin: 50px auto 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  box-shadow: 2px 2px 15px 1px #000000;
  -webkit-box-shadow: 2px 2px 15px 1px #000000; }

.box {
  width: 86px;
  height: 100%;
  font-size: 100px;
  text-align: center;
  line-height: 450px;
  transition: 0.8s;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%; }

.box:hover {
  width: 220px; }

/*
#box_1{ background-color: #204360; }
#box_2{ background-color: #411B16; }
#box_3{ background-color: #8A742E; }
#box_4{ background-color: #4D192A; }
#box_5{ background-color: #143D3A; }*/
.media .promo-wrapper, .media .home__promo-wrapper {
  width: 100%;
  max-width: 100%; }
  @media (max-width: 767px) {
    .media .promo-wrapper, .media .home__promo-wrapper {
      max-height: unset !important; } }

.media__promo {
  margin-bottom: 16px;
  background: #EAEBEF; }
  .media__promo .promo-wrapper, .media__promo .home__promo-wrapper {
    padding: 0; }
    @media (max-width: 1999px) {
      .media__promo .promo-wrapper, .media__promo .home__promo-wrapper {
        max-height: 700px; } }

.media__partners {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .media__partners {
      margin-bottom: 86px; } }
  .media__partners-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .media__partners-item:not(:last-child) {
    margin-right: 10px; }
  @media (max-width: 1023px) {
    .media__partners-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      height: 100px; } }
  .media__partners-item img {
    display: block;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      .media__partners-item img {
        width: auto !important; } }

.media__category {
  margin-bottom: 22px; }
  @media (min-width: 768px) {
    .media__category {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start; } }
  @media (max-width: 529px) {
    .media__category {
      margin-bottom: 50px; } }
  .media__category h2 {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .media__category h2 {
        width: 33.3%; } }
  .media__category .media-listing {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 55px;
    transition: all 0.3s ease-in-out 0s; }
    @media (min-width: 768px) {
      .media__category .media-listing {
        width: 66.6%;
        padding-bottom: 90px; } }
    @media (min-width: 1024px) {
      .media__category .media-listing {
        padding-bottom: 130px; } }
    .media__category .media-listing.full {
      padding-bottom: 0; }
    .media__category .media-listing .js-load-more-container {
      position: absolute;
      bottom: 70px;
      left: 0; }
      @media (max-width: 767px) {
        .media__category .media-listing .js-load-more-container {
          bottom: 15px; } }
      @media (min-width: 1024px) {
        .media__category .media-listing .js-load-more-container {
          bottom: 90px; } }

.media__item {
  margin-bottom: 35px;
  -ms-flex-direction: column;
      flex-direction: column;
  display: none; }
  @media (max-width: 767px) {
    .media__item {
      border-bottom: 1px solid #EAEBEF; } }
  @media (min-width: 530px) {
    .media__item {
      width: calc(50% - 44px);
      margin-bottom: 70px; }
      .media__item:not(:nth-child(2n + 2)) {
        margin-right: 88px; } }
  .media__item.visible {
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 1024px) {
    .media__item:hover .media__item-category, .media__item:hover .media__item-date, .media__item:hover .media__item-title {
      color: #8264ff; }
    .media__item:hover .media__item-date:before {
      background: #8264ff; } }
  .media__item-category, .media__item-date {
    font-size: 13px;
    line-height: 17px;
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    color: #7D808E;
    margin-bottom: 11px;
    min-height: 17px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    transition: all 0.3s ease-in-out 0s; }
  .media__item-title a, .media__item-desc a {
    color: inherit; }
  .media__item-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px; }
    .media__item-title a {
      transition: .3s ease; }
  .media__item-desc {
    margin-bottom: 26px; }
  .media__item-date {
    font-family: "Caecilia", Helvetica, Arial, sans-serif;
    position: relative;
    padding-left: 17px; }
    .media__item-date:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: #7D808E;
      position: absolute;
      left: 0;
      transition: all 0.3s ease-in-out 0s; }
    .media__item-date.broadcasts:before {
      -webkit-mask: url("../images/svg/broadcast-ico.svg") no-repeat 100% 100%;
              mask: url("../images/svg/broadcast-ico.svg") no-repeat 100% 100%;
      max-width: 8px;
      max-height: 13px; }
    .media__item-date.press {
      padding-left: 22px; }
      .media__item-date.press:before {
        -webkit-mask: url("../images/svg/press-ico.svg") no-repeat 100% 100%;
                mask: url("../images/svg/press-ico.svg") no-repeat 100% 100%;
        max-width: 14px;
        max-height: 12px; }

.media-reference {
  margin: 0 0 30px 0; }
  @media (min-width: 1024px) {
    .media-reference {
      margin: 0 0 100px auto; } }
  .media-reference p {
    background: #F2F3F6;
    padding: 40px 52px 40px 52px; }
    @media (min-width: 1024px) {
      .media-reference p {
        max-width: 66.6%;
        margin-left: auto; } }
    @media (min-width: 1280px) {
      .media-reference p {
        padding-right: calc((100% - 1220px) / 2); } }

.single-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 30px; }
  .single-wrapper.with-bg {
    background-color: #F2F3F6; }
  @media (min-width: 1024px) {
    .single-wrapper {
      padding-top: 63px; } }
  @media (max-width: 767px) {
    .single-wrapper {
      padding-top: 40px; } }
  .single-wrapper_newsletter h2 {
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.1; }
  .single-wrapper_newsletter .media__slide-author {
    margin-bottom: 15px;
    font-weight: 700;
    font-family: "Caecilia", Helvetica, Arial, sans-serif; }
    .single-wrapper_newsletter .media__slide-author-avatar {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin: 0 12px 0 0;
      overflow: hidden; }
      .single-wrapper_newsletter .media__slide-author-avatar a {
        display: block; }
        .single-wrapper_newsletter .media__slide-author-avatar a img {
          width: 100%;
          border-radius: 50%; }
    .single-wrapper_newsletter .media__slide-author-name {
      font-size: 14px; }
    .single-wrapper_newsletter .media__slide-author-position {
      font-size: 12px;
      color: #866CFF; }
  .single-wrapper_newsletter .single__content {
    margin-right: 137px; }

.single-wrapper-post {
  max-width: 100%; }
  @media (min-width: 1281px) {
    .single-wrapper-post {
      width: 90%; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .single-wrapper-post {
    -ms-flex-pack: justify;
        justify-content: space-between; } }
  @media (min-width: 768px) {
    .single-wrapper-post {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: calc(100% - 48px);
      max-width: 1044px;
      -ms-flex-pack: center;
          justify-content: center; } }

.single__content {
  width: 100%;
  max-width: 690px; }
  @media (min-width: 1024px) {
    .single__content {
      width: 90%; } }
  @media (min-width: 1024px) {
    .single__content {
      margin-bottom: 33px;
      margin-right: 20px; } }
  @media (min-width: 1280px) {
    .single__content {
      margin-right: 317px; }
      .single__content.post {
        margin-right: 137px; } }
  @media (max-width: 767px) {
    .single__content {
      padding: 0 20px;
      width: 100%; } }
  @media (max-width: 1023px) {
    .single__content > .video {
      margin: 20px 0 15px 0; } }
  @media (min-width: 1024px) {
    .single__content > .video {
      margin: 40px 0; } }
  .single__content.post.video > div.video:first-child {
    margin-top: 0; }
  .single__content-cta-title {
    color: #0A0A23;
    margin-bottom: 20px; }
  .single__content-cta-btn {
    margin-bottom: 35px; }

.single-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  border-top: 1px solid #EAEBEF;
  padding: 46px 0 31px 0; }
  @media (max-width: 767px) {
    .single-footer {
      padding: 46px 0 20px 0; } }
  .single-footer__inner {
    width: 90%;
    max-width: 1044px; }
  .single-footer__content {
    max-width: 690px; }

.single-related {
  background-color: #F2F3F6;
  border-top: 1px solid #EAEBEF;
  overflow: hidden;
  padding: 55px 0 93px 0; }
  @media (max-width: 1023px) {
    .single-related {
      padding-top: 25px; } }
  @media (max-width: 767px) {
    .single-related {
      padding: 55px 0 30px 0; } }
  .single-related__inner {
    width: 90%;
    max-width: 1162px;
    margin: 0 auto; }
  .single-related__title {
    width: 100%;
    margin-bottom: 34px; }
    @media (max-width: 767px) {
      .single-related__title {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 25px; } }
  .single-related__btn-wrap {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 13px; }
    @media (max-width: 767px) {
      .single-related__btn-wrap {
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.single-form-mobile {
  padding: 30px 21px;
  background: #F2F3F6; }
  @media (min-width: 1024px) {
    .single-form-mobile {
      display: none; } }
  @media (max-width: 767px) {
    .single-form-mobile {
      padding: 30px 20px; } }
  .single-form-mobile .form-wrapper {
    max-width: 300px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .single-form-mobile .form-wrapper {
        max-width: 100%; } }

@media (max-width: 767px) {
  .single-share {
    margin-bottom: 20px;
    padding-left: 24px; }
    .single-share.post {
      width: 100%;
      display: none; }
      .single-share.post.active {
        position: fixed;
        bottom: 0;
        left: 0;
        display: block;
        background: #ffffff;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 10px 0 30px 0;
        margin: 0;
        z-index: 10; }
      .single-share.post ul {
        -ms-flex-pack: center;
            justify-content: center; } }

@media (min-width: 768px) {
  .single-share {
    position: sticky;
    top: 69px;
    width: 0;
    height: 200px;
    -ms-transform: translate(-33px, -15px);
        transform: translate(-33px, -15px); }
    .single-share.post {
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
      transition: .5s ease; }
      .single-share.post.active {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        -ms-transform: translate(-33px, 0);
            transform: translate(-33px, 0);
        transition: .5s ease; }
    body.banner-active .single-share {
      top: 123px; } }

@media (min-width: 1024px) {
  .single-share {
    top: 96px; }
    body.banner-active .single-share {
      top: 150px; }
    .single-share.post {
      -ms-transform: translate(-37px, -15px);
          transform: translate(-37px, -15px); }
      .single-share.post.active {
        -ms-transform: translate(-37px, 0);
            transform: translate(-37px, 0); } }

@media (min-width: 1281px) {
  .single-share {
    -ms-transform: translate(-110px, 0);
        transform: translate(-110px, 0); }
    .single-share.post {
      -ms-transform: translate(-110px, -15px);
          transform: translate(-110px, -15px); }
      .single-share.post.active {
        -ms-transform: translate(-110px, 0);
            transform: translate(-110px, 0); } }

.single-post__btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 380px;
  margin-left: auto; }
  @media (max-width: 529px) {
    .single-post__btns {
      width: 100%; } }
  .single-post__btns + .single-related {
    margin-top: 55px; }
    @media (max-width: 1023px) {
      .single-post__btns + .single-related {
        margin-top: 25px; } }
  .single-post__btns .btn-next {
    margin-left: 15px; }
  .single-post__btns .single-btn {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 45px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #7D808E;
    transition: .3s ease; }
    .single-post__btns .single-btn:before {
      position: absolute;
      content: '';
      top: 0;
      width: 45px;
      height: 45px;
      background-color: #FFF;
      border: 1px solid #EAEBEF;
      border-radius: 50%;
      opacity: 0;
      transition: .3s ease; }
    .single-post__btns .single-btn:after {
      position: absolute;
      content: '';
      width: 6px;
      height: 6px;
      border: solid #0A0A23; }
    @media (max-width: 767px) {
      .single-post__btns .single-btn {
        font-size: 14px;
        line-height: 1;
        color: #7D808C; } }
    @media (min-width: 1024px) {
      .single-post__btns .single-btn:hover {
        color: #866CFF;
        transition: .3s ease; }
        .single-post__btns .single-btn:hover:before {
          opacity: 1;
          transition: .3s ease; } }
    .single-post__btns .single-btn.prev {
      padding-right: 100px; }
      .single-post__btns .single-btn.prev:before {
        right: 0; }
      .single-post__btns .single-btn.prev:after {
        right: 18px;
        border-width: 2px 0 0 2px;
        -ms-transform: rotate(-45deg) translate(-1px, 0);
            transform: rotate(-45deg) translate(-1px, 0);
        margin-left: 5px; }
      @media (max-width: 529px) {
        .single-post__btns .single-btn.prev {
          padding-right: 50px; } }
    .single-post__btns .single-btn.next {
      padding-left: 100px; }
      .single-post__btns .single-btn.next:before {
        left: 0; }
      .single-post__btns .single-btn.next:after {
        left: 18px;
        border-width: 0 2px 2px 0;
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
      @media (max-width: 529px) {
        .single-post__btns .single-btn.next {
          padding-left: 50px; } }

.single-zoom {
  position: fixed;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 99999;
  padding: 5vh 5%;
  transition: .3s ease; }
  .single-zoom.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: .3s ease; }
  .single-zoom__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 35, 0.6); }
  .single-zoom__content {
    position: relative;
    max-width: 1380px;
    max-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    background-color: #F2F3F6;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    z-index: 1;
    padding: 20px 20px 30px;
    transition: .3s ease; }
    @media (max-width: 1023px) {
      .single-zoom__content {
        padding: 14px 10px; } }
  .single-zoom__content-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    transition: .3s ease; }
  .single-zoom__btn {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    min-height: 18px;
    font-size: 0;
    margin: 0 0 18px auto; }
    .single-zoom__btn:before, .single-zoom__btn:after {
      position: absolute;
      content: '';
      top: 8px;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #0A0A23;
      border-radius: 2px;
      transition: background-color .3s ease; }
    .single-zoom__btn:before {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .single-zoom__btn:after {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    @media (max-width: 767px) {
      .single-zoom__btn {
        margin-bottom: 15px; } }
    @media (min-width: 1024px) {
      .single-zoom__btn:hover:before, .single-zoom__btn:hover:after {
        background-color: #8264ff;
        transition: background-color .3s ease; } }
  .single-zoom__img-wrap {
    position: relative;
    -ms-flex: 1;
        flex: 1;
    width: 100%;
    max-width: 1326px;
    min-width: 420px;
    min-height: 130px;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .single-zoom__img-wrap {
        min-width: 280px;
        margin-bottom: 9px; } }
  .single-zoom__img {
    position: relative;
    display: block;
    width: auto !important;
    height: auto !important;
    z-index: 1;
    margin: 0 auto;
    max-height: 75vh;
    max-width: 100%;
    cursor: zoom-in; }
    @media (min-height: 741px) {
      .single-zoom__img {
        max-height: 75vh; } }
    .single-zoom__img + img {
      cursor: zoom-in;
      z-index: 99; }
      .single-zoom__img + img.zoomed {
        cursor: zoom-out; }
  .single-zoom__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: auto;
    transform: translate3d(-50%, -50%, 0);
    max-width: 300px; }
  .single-zoom__caption {
    margin-right: auto; }

.single-nav {
  width: 100%;
  padding-top: 20px; }
  .single-nav__items {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    border-top: 1px solid #866CFF;
    padding-top: 20px; }
    @media (max-width: 767px) {
      .single-nav__items {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; } }
  .single-nav__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media (max-width: 767px) {
      .single-nav__item:not(:last-child) {
        margin-bottom: 15px; } }
    @media (min-width: 768px) {
      .single-nav__item {
        width: calc(50% - 15px); }
        .single-nav__item.prev {
          margin-right: 30px; }
        .single-nav__item.next {
          -ms-flex-align: end;
              align-items: flex-end;
          margin-left: auto; } }
  .single-nav__item-link {
    position: relative;
    display: block;
    font-family: "Brother-1816", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #0A0A23;
    margin-bottom: 19px;
    transition: color 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .single-nav__item-link:hover {
        color: #8264ff;
        transition: color 0.3s ease-in-out 0s; } }

.newsletter-item-section {
  margin-bottom: 60px; }

.form-page .header {
  display: none; }

.form-page .hs-form .hs_submit .hs-button {
  margin-top: 35px; }

.form-page .page-content {
  background: #F2F3F6;
  padding: 60px 20px; }
  @media (max-width: 1023px) {
    .form-page .page-content {
      padding: 15px 17px; } }

.form-page-wrapper {
  max-width: 1162px;
  margin: 0 auto;
  background: #FFFFFF; }
  @media (min-width: 768px) {
    .form-page-wrapper {
      width: 90%; } }

.form-page__header {
  padding: 10px 45px;
  background-size: 100% 100%; }
  @media (max-width: 767px) {
    .form-page__header {
      padding: 10px 17px; } }
  .form-page__header-logo {
    width: 295px;
    height: 54px;
    display: block; }
    @media (max-width: 767px) {
      .form-page__header-logo {
        width: 180px;
        height: 32px; } }
    .form-page__header-logo svg {
      max-width: 100%;
      max-height: 100%; }

.form-page__content {
  padding: 30px 20px 50px; }
  @media (min-width: 768px) {
    .form-page__content {
      padding: 60px 50px 80px;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1024px) {
    .form-page__content {
      padding: 60px 50px 80px; } }
  .form-page__content h1 {
    font-size: 32px;
    line-height: 1.34;
    font-weight: 700;
    margin-bottom: 29px; }
  .form-page__content.single-form .form-wrapper {
    max-width: 690px;
    margin: 0 auto; }
  .form-page__content .form-wrapper {
    max-width: 336px; }
  .form-page__content-inner {
    -ms-flex: 1;
        flex: 1;
    padding-right: 40px; }
    @media (min-width: 1024px) {
      .form-page__content-inner {
        padding-right: 111px; } }
    .form-page__content-inner .subtitle {
      font-family: "Caecilia", Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 20px;
      color: #8264ff;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .form-page__content-inner p {
      font-family: "Caecilia", Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 26px;
      color: #0A0A23;
      margin-bottom: 16px; }
      .form-page__content-inner p.highlighted {
        color: #8264ff; }

.ideas__promo {
  background: #F2F3F6; }
  @media (min-width: 1024px) {
    .ideas__promo .promo-wrapper, .ideas__promo .home__promo-wrapper {
      padding-top: 116px;
      padding-bottom: 85px;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .ideas__promo .promo__content {
    max-width: 600px; }
    .ideas__promo .promo__content .promo-title, .ideas__promo .promo__content p {
      color: #0A0A23; }
    .ideas__promo .promo__content p {
      font-family: "Caecilia", Helvetica, Arial, sans-serif;
      margin-bottom: 20px; }
  .ideas__promo-img-wrapper {
    max-width: 100%;
    margin-bottom: 65px; }
  .ideas__promo .form-wrapper {
    background: #FFFFFF;
    max-width: 420px;
    padding: 38px 39px 46px 45px; }
    @media (max-width: 1023px) {
      .ideas__promo .form-wrapper {
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .ideas__promo .form-wrapper {
        padding: 20px; } }

.ideas__info {
  padding: 40px 0 40px; }
  @media (min-width: 1024px) {
    .ideas__info {
      padding: 92px 0 102px calc((100% - 1162px) / 2); } }

@media (min-width: 768px) and (max-width: 1279px) {
  .ideas__info {
    margin-left: 5%; } }
  @media (max-width: 767px) {
    .ideas__info {
      padding: 31px 24px;
      width: 100%; } }
  .ideas__info-wrapper {
    max-width: 1480px; }
    @media (min-width: 768px) {
      .ideas__info-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
  .ideas__info__content {
    max-width: 600px; }
    .ideas__info__content h2 {
      margin-bottom: 27px; }
    @media (min-width: 768px) {
      .ideas__info__content {
        margin-right: 25px; } }
    @media (max-width: 767px) {
      .ideas__info__content {
        margin-bottom: 20px; } }

.ideas__summit {
  background: #F2F3F6; }
  .ideas__summit-wrapper {
    margin: 0 auto;
    padding: 90px 0 80px; }
    @media (min-width: 768px) {
      .ideas__summit-wrapper {
        width: 90%;
        max-width: 1162px; } }
    @media (max-width: 767px) {
      .ideas__summit-wrapper {
        padding: 31px 24px; } }
  .ideas__summit h2 {
    margin-bottom: 11px; }
  .ideas__summit-desc {
    margin-bottom: 34px;
    max-width: 790px;
    color: #7D808E;
    font-size: 17px;
    line-height: 1.6; }
    @media (max-width: 1023px) {
      .ideas__summit-desc {
        font-size: 14px;
        line-height: 18px; } }

.ideas__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.ideas__item {
  margin-bottom: 50px; }
  @media (min-width: 1024px) {
    .ideas__item {
      width: calc(33.333% - 56.7px); }
      .ideas__item:not(:nth-child(3n + 3)) {
        margin-right: 85px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .ideas__item {
    width: calc(50% - 20px); }
    .ideas__item:not(:nth-child(2n + 2)) {
      margin-right: 40px; } }
  .ideas__item img {
    max-width: 60px;
    height: 60px;
    margin-bottom: 17px; }
  .ideas__item h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px; }
  .ideas__item > div {
    color: #7D808E;
    font-size: 17px;
    line-height: 1.6; }
    @media (max-width: 1023px) {
      .ideas__item > div {
        font-size: 14px;
        line-height: 18px; } }

.big-ideas-new {
  position: relative;
  margin-top: 54px; }
  .big-ideas-new .video-bg {
    width: 100%;
    height: 1050px;
    -webkit-transform: translate3d(0, 0, 0) !important;
    background: linear-gradient(0deg, rgba(11, 11, 35, 0.72), rgba(11, 11, 35, 0.72)); }
    @media only screen and (max-width: 1025px) {
      .big-ideas-new .video-bg {
        height: 1550px; } }
    @media only screen and (max-width: 800px) {
      .big-ideas-new .video-bg {
        height: 1620px; } }
    @media only screen and (max-width: 374px) {
      .big-ideas-new .video-bg {
        height: 1650px; } }
    .big-ideas-new .video-bg video {
      object-fit: cover;
      -webkit-transform: translate3d(0, 0, 0) !important; }
  .big-ideas-new .video-bg.video-bg-empty {
    background: #0A0A23; }
  .big-ideas-new .ideas-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(11, 11, 35, 0.72), rgba(11, 11, 35, 0.72)); }
    .big-ideas-new .ideas-container .form-wrapper {
      background: #FFFFFF;
      max-width: 420px;
      height: 100%;
      padding: 38px 39px 46px 45px; }
      @media only screen and (max-width: 1025px) {
        .big-ideas-new .ideas-container .form-wrapper {
          margin: 30px auto 0; } }
      @media only screen and (max-width: 374px) {
        .big-ideas-new .ideas-container .form-wrapper {
          padding: 30px 15px 30px 15px; } }
    .big-ideas-new .ideas-container .ideas-promo {
      padding: 125px 9.5% 0; }
      @media only screen and (max-width: 767px) {
        .big-ideas-new .ideas-container .ideas-promo {
          padding: 80px 5% 0; } }
    .big-ideas-new .ideas-container .ideas-promo.ideas-promo-hide-nav {
      padding: 75px 9.5% 0; }
      @media only screen and (max-width: 767px) {
        .big-ideas-new .ideas-container .ideas-promo.ideas-promo-hide-nav {
          padding: 80px 5% 0; } }
    .big-ideas-new .ideas-container .ideas-promo-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media only screen and (max-width: 1025px) {
        .big-ideas-new .ideas-container .ideas-promo-wrapper {
          display: block; } }
    .big-ideas-new .ideas-container .ideas-logo img {
      width: 266.67px;
      height: 96px; }
    @media only screen and (max-width: 767px) {
      .big-ideas-new .ideas-container .ideas-logo img {
        width: 40%;
        height: auto; } }
    .big-ideas-new .ideas-container .ideas-title {
      margin-top: 50px;
      font-family: Brother-1816, Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: 900;
      font-size: 175px;
      line-height: 189px;
      letter-spacing: 0.02em;
      text-transform: capitalize;
      color: #8264FE;
      max-width: 800px;
      max-height: 567px;
      text-overflow: ellipsis;
      overflow: hidden; }
      @media only screen and (max-width: 1550px) {
        .big-ideas-new .ideas-container .ideas-title {
          max-width: 600px;
          font-size: 100px;
          line-height: 120px; } }
      @media only screen and (max-width: 1300px) {
        .big-ideas-new .ideas-container .ideas-title {
          max-width: 400px;
          font-size: 90px;
          line-height: 100px; } }
      @media only screen and (max-width: 1025px) {
        .big-ideas-new .ideas-container .ideas-title {
          max-width: 100%;
          max-height: unset;
          overflow: unset;
          font-size: 60px;
          line-height: 70px; } }
      @media only screen and (max-width: 767px) {
        .big-ideas-new .ideas-container .ideas-title {
          font-size: 48px;
          line-height: 60px; } }
    .big-ideas-new .ideas-container .ideas-text {
      margin-top: 30px; }
    .big-ideas-new .ideas-container .ideas-content p {
      font-family: Brother-1816, Helvetica, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 29px;
      color: #FFFFFF;
      max-width: 800px;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media only screen and (max-width: 1550px) {
        .big-ideas-new .ideas-container .ideas-content p {
          max-width: 600px; } }
      @media only screen and (max-width: 1300px) {
        .big-ideas-new .ideas-container .ideas-content p {
          max-width: 400px; } }
      @media only screen and (max-width: 1025px) {
        .big-ideas-new .ideas-container .ideas-content p {
          max-width: 100%; } }
      @media only screen and (max-width: 767px) {
        .big-ideas-new .ideas-container .ideas-content p {
          font-size: 16px;
          line-height: 20px; } }
    .big-ideas-new .ideas-container .ideas-content p strong {
      font-weight: bold;
      max-width: 800px;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media only screen and (max-width: 1550px) {
        .big-ideas-new .ideas-container .ideas-content p strong {
          max-width: 600px; } }
      @media only screen and (max-width: 1300px) {
        .big-ideas-new .ideas-container .ideas-content p strong {
          max-width: 400px; } }
      @media only screen and (max-width: 1025px) {
        .big-ideas-new .ideas-container .ideas-content p strong {
          max-width: 100%; } }
      @media only screen and (max-width: 767px) {
        .big-ideas-new .ideas-container .ideas-content p strong {
          font-size: 16px;
          line-height: 20px; } }

.custom-big-ideas .home__about {
  background: #0a0a23; }

.custom-big-ideas .home__about-banner {
  background: #1e1e46; }

.not-found {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #F2F3F6; }
  @media (max-width: 1023px) {
    .not-found {
      padding: 85px 0 45px; } }
  @media (min-width: 1024px) {
    .not-found {
      padding: 125px 0 45px; } }
  .not-found__inner {
    width: 90%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 1023px) {
      .not-found__inner {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .not-found__img-wrap {
    position: relative;
    margin-bottom: 15px; }
    @media (max-width: 529px) {
      .not-found__img-wrap {
        width: 300px; } }
    @media (min-width: 530px) {
      .not-found__img-wrap {
        width: 410px; } }
    @media (min-width: 768px) {
      .not-found__img-wrap {
        width: 520px; } }
    @media (min-width: 1024px) {
      .not-found__img-wrap {
        width: 415px;
        margin-right: 5%; } }
    @media (min-width: 1280px) {
      .not-found__img-wrap {
        width: 515px; } }
    @media (min-width: 1600px) {
      .not-found__img-wrap {
        width: 645px; } }
  .not-found__img-title {
    position: absolute;
    display: block;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    color: #8264ff;
    font-weight: 700;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.45); }
    @media (max-width: 529px) {
      .not-found__img-title {
        left: 77px;
        font-size: 55px; } }
    @media (min-width: 530px) {
      .not-found__img-title {
        left: 106px;
        font-size: 75px; } }
    @media (min-width: 768px) {
      .not-found__img-title {
        left: 137px;
        font-size: 92px; } }
    @media (min-width: 1024px) {
      .not-found__img-title {
        left: 100px;
        font-size: 82px; } }
    @media (min-width: 1280px) {
      .not-found__img-title {
        left: 127px;
        font-size: 100px; } }
    @media (min-width: 1600px) {
      .not-found__img-title {
        left: 162px;
        font-size: 123px; } }
  .not-found__content {
    max-width: 560px; }
    @media (min-width: 1024px) {
      .not-found__content {
        width: 45%;
        max-width: 620px; } }
  .not-found__title {
    text-transform: capitalize;
    margin-bottom: 15px; }
    @media (min-width: 1024px) {
      .not-found__title {
        margin-bottom: 25px; } }
  .not-found__subtitle {
    font-weight: 700;
    color: #0A0A23; }
    @media (max-width: 1023px) {
      .not-found__subtitle {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px; } }
    @media (min-width: 1024px) {
      .not-found__subtitle {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px; } }
  @media (max-width: 1023px) {
    .not-found__text {
      margin-bottom: 10px; } }
  @media (min-width: 1024px) {
    .not-found__text {
      margin-bottom: 15px; } }
  .not-found__link {
    color: #8264ff;
    transition: color 0.3s ease-in-out 0s; }
    @media (min-width: 1024px) {
      .not-found__link:hover {
        color: #B1A0FF;
        transition: color 0.3s ease-in-out 0s; } }
    .not-found__link.home {
      margin-right: -3px; }

.investor_resources .media__slide-content {
  padding-top: 180px;
  padding-bottom: 50px; }
  @media (max-width: 1024px) {
    .investor_resources .media__slide-content {
      padding-top: 110px; } }
  @media (max-width: 768px) {
    .investor_resources .media__slide-content {
      padding-top: 100px;
      padding-bottom: 20px; } }

@media (min-width: 1024px) {
  .investor_resources .info-boxes.horizontal {
    padding: 80px 0 50px; } }

@media (min-width: 1024px) {
  .investor_resources .horizontal .info-boxes__description {
    margin-bottom: 50px; } }

.investor_resources .subscribe-banner {
  background: #FFFFFF; }

.banner-item__img-wrap.compat-object-fit,
.innovation-identifies__item-img-wrapper.compat-object-fit,
.promo__bg-img-wrapper.compat-object-fit,
.process-img__img-wrap.compat-object-fit,
.grid-links__item-img-wrap.compat-object-fit {
  background-size: cover;
  background-position: center center; }
  .banner-item__img-wrap.compat-object-fit img,
  .innovation-identifies__item-img-wrapper.compat-object-fit img,
  .promo__bg-img-wrapper.compat-object-fit img,
  .process-img__img-wrap.compat-object-fit img,
  .grid-links__item-img-wrap.compat-object-fit img {
    opacity: 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-primary:after, .hs-form .hs_submit .hs-button:after {
    -webkit-mask: none !important;
            mask: none !important;
    background-color: transparent !important;
    background: url("../images/svg/button-arr-white.svg") no-repeat 100% 100% !important; }
  .btn-primary.alternative:after, .hs-form .hs_submit .alternative.hs-button:after {
    background: url("../images/svg/button-arr-grey.svg") no-repeat 100% 100% !important; }
  .btn-light:after {
    -webkit-mask: none !important;
            mask: none !important;
    background-color: transparent !important;
    background: url("../images/svg/button-arr-grey.svg") no-repeat 100% 100% !important; }
  .btn-light.brand:after {
    background: url("../images/svg/button-arr-brand.svg") no-repeat 100% 100% !important; }
  .btn-light.light:after {
    background: url("../images/svg/button-arr-white.svg") no-repeat 100% 100% !important; }
  .socials li a:after {
    -webkit-mask: none !important;
            mask: none !important;
    background-color: transparent !important;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .socials li a.twitter:after {
    background-image: url(../images/svg/icon-twitter.svg); }
  .socials li a.instagram:after {
    background-image: url(../images/svg/icon-instagram.svg); }
  .socials li a.linkedin:after {
    background-image: url(../images/svg/icon-linkedin.svg); }
  .socials li a.facebook:after {
    background-image: url(../images/svg/icon-facebook.svg); }
  .socials li a.youtube:after {
    background-image: url(../images/svg/icon-youtube.svg); }
  .header-nav-btn {
    width: calc(100% + 10px); }
  .header-nav-item .menu-item-has-children .sub-menu a:after,
  .header-nav-item-link:after,
  .header-nav-whitepaper__link:after {
    -webkit-mask: none;
            mask: none;
    background-color: transparent;
    background: url("../images/svg/button-arr-brand.svg") no-repeat 100% 100% !important; }
  .media__item-date.broadcasts:before {
    -webkit-mask: none !important;
            mask: none !important;
    background-color: transparent !important;
    background: url(../images/svg/broadcast-ico.svg) no-repeat 100% 100% !important; }
  .media__item-date.broadcasts:before {
    -webkit-mask: none !important;
            mask: none !important;
    background-color: transparent !important;
    background: url(../images/svg/press-ico.svg) no-repeat 100% 100% !important; }
  .twitter-share__link:before {
    -webkit-mask: none !important;
            mask: none !important;
    background-color: transparent !important;
    background: url(../images/svg/twitter-share-ico.svg) no-repeat 100% 100% !important; }
  .listing__item__btn.btn-light:after {
    -webkit-mask: none !important;
            mask: none !important;
    background-color: transparent !important;
    background: url("../images/svg/button-arr-brand.svg") no-repeat 100% 100% !important; }
  .home__process.process .btn-primary, .home__process.process .hs-form .hs_submit .hs-button, .hs-form .hs_submit .home__process.process .hs-button {
    max-width: 320px; }
  .card-slider__item-logo {
    width: 100px;
    height: auto; }
  .search__form input {
    background-color: #EAEBEF; }
  .btn-slider-prev:after,
  .btn-slider-next:after,
  .products-table__table-column-cell-title:after,
  .products-table__link:after {
    -webkit-mask: none !important;
            mask: none !important;
    background-color: transparent !important;
    background: url("../images/svg/menu-arr-right.svg") no-repeat 100% 100% !important; }
  .btn-slider-prev:hover:after {
    -ms-transform: scaleX(-1) !important;
        transform: scaleX(-1) !important;
    margin-left: -3px; }
  html {
    overflow: hidden;
    height: 100%; }
  body {
    overflow: auto;
    height: 100%; }
  .header {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }
  .page {
    overflow: hidden; }
  .footer__info {
    width: 260px; }
  .footer__nav {
    -ms-flex: none;
        flex: none;
    width: calc(100% - 260px);
    margin-right: auto; }
  .features-block__item-icon-wrap {
    max-height: 60px; }
  .media__slide-content {
    -ms-flex: none;
        flex: none;
    width: 50%; }
  .page-listing .filter-bar__items {
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .page-listing .filter-bar__items .filter-bar__item.inline {
      margin: 0; }
  .page-listing__inner.with-sidebar {
    border: 1px solid transparent; }
  .listing-filter {
    margin-left: auto; }
  .listing-filter__item {
    -ms-flex: none;
        flex: none;
    width: 33.333%; }
  .listing__item-detail {
    line-height: 19px; }
  .not-found-page .page-content {
    -ms-flex: none;
        flex: none; }
  .products-table__definitions {
    -ms-flex: none;
        flex: none;
    width: 65%; }
  .products-table__definitions-title {
    -ms-flex: none;
        flex: none; }
  .products-table__definitions-title-wrap {
    width: calc(100% - 30px); }
  .innovation-identifies__item-counter, .banner-item__features-item-counter, .innovation-identifies__item-counter {
    color: #8264ff; }
  .podcasts-listing__item {
    -ms-flex-align: start;
        align-items: flex-start; }
  .podcasts-listing__item-cta.btn-play {
    height: 48px; }
    .podcasts-listing__item-cta.btn-play .btn-play-icon {
      top: 16px;
      left: 35px; }
  .newsletters-listing__item-cta.btn-primary, .hs-form .hs_submit .newsletters-listing__item-cta.hs-button {
    height: 61px; }
  .blockquote-block__description,
  .chart-block__title,
  .process-img__title,
  .products-table__definitions-item {
    width: 100%; }
  .card-slider__items {
    margin-bottom: 25px; }
  .card-slider__item {
    margin-bottom: 25px; }
  .card-slider__item-counter,
  .characteristics__item-count {
    color: #38d996; }
  .process__item-text {
    margin-top: 15px; }
  .process-block__items {
    position: relative;
    overflow: hidden; }
    .process-block__items:nth-child(3) {
      overflow: visible; }
  .process-block__item-content {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
  .process-block__list-info {
    -ms-flex: none;
        flex: none; }
  .white-graph__item .white-graph__item-number {
    color: #8264ff; }
  .white-graph__item:nth-child(3n + 1) .white-graph__item-number {
    color: #F74870; }
  .white-graph__item:nth-child(3n + 3) .white-graph__item-number {
    color: #38d996; }
  .white-graph__graph-img {
    height: 392px; }
  .innovation-changes__heading p {
    -ms-flex: none;
        flex: none; }
  .graph__svg svg {
    min-height: 471px; }
  .graph__svg * {
    opacity: 1 !important; }
  .graph__svg .graph-line-overlay {
    opacity: 0 !important; }
  .graph__svg .graph-line-fill {
    opacity: 0.1 !important; }
  .graph__svg .graph-bg {
    display: none; }
  .graph__axis-text {
    opacity: 1 !important; }
  .graph-line-overlay {
    display: none; }
  .accordion-banner__img {
    width: 100% !important;
    height: 100% !important;
    object-fit: unset !important; }
  .team__popup .team__popup-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .team__popup .team__popup-promo {
    height: 260px; }
  .team__popup .team__popup-promo-img-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .team__popup .team__popup-promo-img-wrapper img {
      width: 100%;
      height: auto; }
  .team__popup .team__popup-promo-img {
    width: 100%;
    height: auto; }
  .team__popup .team__popup-content {
    -ms-flex: none;
        flex: none;
    height: auto;
    max-height: calc(100vh - 300px);
    margin-top: auto; }
  .team__popup .wysiwyg {
    -ms-flex: none;
        flex: none;
    height: auto; }
  .team__popup .philosoph {
    min-height: 177px;
    height: 177px;
    max-height: 177px;
    margin-top: auto; } }

@supports (-ms-ime-align: auto) {
  .btn-primary:after, .hs-form .hs_submit .hs-button:after {
    -webkit-mask: none !important;
            mask: none !important;
    background-color: transparent !important;
    background: url("../images/svg/button-arr-white.svg") no-repeat 100% 100% !important; }
  .btn-primary.alternative:after, .hs-form .hs_submit .alternative.hs-button:after {
    background: url("../images/svg/button-arr-grey.svg") no-repeat 100% 100% !important; }
  .btn-light:after {
    -webkit-mask: none !important;
            mask: none !important;
    background-color: transparent !important;
    background: url("../images/svg/button-arr-grey.svg") no-repeat 100% 100% !important; }
  .btn-light.brand:after {
    background: url("../images/svg/button-arr-brand.svg") no-repeat 100% 100% !important; }
  .btn-light.light:after {
    background: url("../images/svg/button-arr-white.svg") no-repeat 100% 100% !important; }
  .socials li a:after {
    -webkit-mask: none !important;
            mask: none !important;
    background-color: transparent !important;
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .socials li a.twitter:after {
    background-image: url(../images/svg/icon-twitter.svg); }
  .socials li a.instagram:after {
    background-image: url(../images/svg/icon-instagram.svg); }
  .socials li a.linkedin:after {
    background-image: url(../images/svg/icon-linkedin.svg); }
  .socials li a.facebook:after {
    background-image: url(../images/svg/icon-facebook.svg); }
  .socials li a.youtube:after {
    background-image: url(../images/svg/icon-youtube.svg); }
  .header-nav-btn {
    width: calc(100% + 10px); }
  .header-nav-item .menu-item-has-children .sub-menu a:after,
  .header-nav-item-link:after,
  .header-nav-whitepaper__link:after {
    -webkit-mask: none;
            mask: none;
    background-color: transparent;
    background: url("../images/svg/button-arr-brand.svg") no-repeat 100% 100% !important; }
  .media__item-date.broadcasts:before {
    -webkit-mask: none !important;
            mask: none !important;
    background-color: transparent !important;
    background: url(../images/svg/broadcast-ico.svg) no-repeat 100% 100% !important; }
  .media__item-date.broadcasts:before {
    -webkit-mask: none !important;
            mask: none !important;
    background-color: transparent !important;
    background: url(../images/svg/press-ico.svg) no-repeat 100% 100% !important; }
  .twitter-share__link:before {
    -webkit-mask: none !important;
            mask: none !important;
    background-color: transparent !important;
    background: url(../images/svg/twitter-share-ico.svg) no-repeat 100% 100% !important; }
  .listing__item__btn.btn-light:after {
    -webkit-mask: none !important;
            mask: none !important;
    background-color: transparent !important;
    background: url("../images/svg/button-arr-brand.svg") no-repeat 100% 100% !important; }
  .home__process.process .btn-primary, .home__process.process .hs-form .hs_submit .hs-button, .hs-form .hs_submit .home__process.process .hs-button {
    max-width: 320px; }
  .card-slider__item-logo {
    width: 100px;
    height: auto; }
  .search__form input {
    background-color: #EAEBEF; }
  .btn-slider-prev:after,
  .btn-slider-next:after,
  .products-table__table-column-cell-title:after,
  .products-table__link:after {
    -webkit-mask: none !important;
            mask: none !important;
    background-color: transparent !important;
    background: url("../images/svg/menu-arr-right.svg") no-repeat 100% 100% !important; }
  .btn-slider-prev:hover:after {
    -ms-transform: scaleX(-1) !important;
        transform: scaleX(-1) !important;
    margin-left: -3px; } }
