@font-face {
  font-family: FuturaBT-MediumItalic;
  src: url(../webfonts/33F298_0_0.eot);
  src: url(../webfonts/33F298_0_0d41d.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/33F298_0_0.woff2) format("woff2"),
    url(../webfonts/33F298_0_0.woff) format("woff"),
    url(../webfonts/33F298_0_0.ttf) format("truetype");
}

@font-face {
  font-family: FuturaBT-Medium;
  src: url(../webfonts/33F298_1_0.eot);
  src: url(../webfonts/33F298_1_0d41d.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/33F298_1_0.woff2) format("woff2"),
    url(../webfonts/33F298_1_0.woff) format("woff"),
    url(../webfonts/33F298_1_0.ttf) format("truetype");
}

@font-face {
  font-family: FuturaBT-Book;
  src: url(../webfonts/33F298_2_0.eot);
  src: url(../webfonts/33F298_2_0d41d.eot?#iefix) format("embedded-opentype"),
    url(../webfonts/33F298_2_0.woff2) format("woff2"),
    url(../webfonts/33F298_2_0.woff) format("woff"),
    url(../webfonts/33F298_2_0.ttf) format("truetype");
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

* {
  box-sizing: border-box;
}

.shidden {
  opacity: 0;
  transition: 0s;
}

a {
  text-decoration: none;
}

body {
  position: relative;
  height: 100%;
  margin-top: 0 !important;
}

.container,
.small_container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em;
  position: relative;
  z-index: 2;
}

.small_container {
  max-width: 680px;
}

@media only screen and (min-width: 992px) {
  .container,
  .small_container {
    padding: 0;
  }
}

.masonry-grid {
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

@supports ((display: -ms-grid) or (display: grid)) {
  .masonry-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;

    -ms-grid-columns: (minmax(250px, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    /* grid-auto-rows: 20px; */
    grid-auto-rows: auto;
  }

  .masonry-grid .info-card {
    -ms-grid-row-span: 18;
    grid-row-end: span 18;
  }
}

@media only screen and (min-width: 768px) {
  .masonry-grid {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .masonry-grid {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}

.compact__form,
.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.g-10,
.g-20,
.g-25,
.g-30,
.g-33,
.g-40,
.g-50,
.g-60,
.g-70,
.g-80,
.g-90,
.g-100 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .g-10 {
    width: 10%;
  }

  .g-20 {
    width: 20%;
  }

  .g-25 {
    width: 25%;
  }

  .g-30,
  .g-33 {
    width: 30%;
  }

  .g-40 {
    width: 40%;
  }

  .g-50 {
    width: 50%;
  }

  .g-60 {
    width: 60%;
  }

  .g-70 {
    width: 70%;
  }

  .g-80 {
    width: 80%;
  }

  .g-90 {
    width: 90%;
  }

  .g-100 {
    width: 100%;
  }
}

.blog__article ol,
.blog__article ul,
.editor ol,
.editor ul,
.info-card__content__text ul,
.list {
  list-style-image: url(../images/list-dot.svg);
  padding-left: 19px;
}

.blog__article li,
.editor li,
.list li {
  margin-bottom: 19px;
}

hr.clear {
  border: 1px solid transparent;
}

.btn {
  color: #398d00;
  border-color: #cdccd7;
  font-size: 12px;
  -webkit-font-kerning: 4px;
  font-kerning: 4px;
  text-transform: uppercase;
  letter-spacing: 4px;
  border: 2px solid;
  border-radius: 4px;
  padding: 19px 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.btn.white {
  color: #fff;
  border-color: hsla(0, 0%, 100%, 0.65);
}

.btn.grey,
.btn.white {
  padding: 19px 24px 15px;
}

.btn.grey {
  color: #398d00;
  border-color: #d2d0da;
}

.btn.green {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.79px;
  border-radius: 5px;
  background-color: #398d00;
  border-color: transparent;
  padding: 14px 16px 11px 0;
  font-weight: 800;
  min-width: 190px;
  max-width: 200px;
}

.btn.green:before {
  content: "";
  width: 17px;
  height: 100%;
  background-image: url(../images/ic-compact-arrow.svg);
  position: absolute;
  right: 15px;
  top: 1px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 100%;
}

@media only screen and (min-width: 992px) {
  .btn.white:after {
    background: hsla(0, 0%, 100%, 0.05);
  }

  .btn:after {
    content: "";
    position: absolute;
    transition: 0.2s ease-in-out;
    width: 120%;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: rgba(0, 0, 0, 0.05);
    height: 120%;
    left: -10%;
    -webkit-transform: skewX(-15deg) translateX(-100%);
    transform: skewX(-15deg) translateX(-100%);
    z-index: -1;
    pointer-events: none;
  }

  .btn:hover:after {
    -webkit-transform: skewX(-15deg) translateX(0);
    transform: skewX(-15deg) translateX(0);
  }
}

.btn--filled {
  color: #fff;
  /* color: #dcdcff; */
  /* background-color: #398D00; */
  /* background-image:linear-gradient(to top, #37ECBA 0%, #72AFD3 100%); */
  background-color: #398d00;
  border: none;
}

.btn--filled:after {
  transition: 0.3s ease-in-out;
  background: #398d00;
  /* background: #786ac9 */
}

@media only screen and (min-width: 768px) {
  .desktop-hidden {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-hidden {
    display: none !important;
  }
}

hr {
  opacity: 0.2;
}

.noise-canvas {
  position: fixed;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
  opacity: 0.035;
}

.noise-canvas canvas {
  pointer-events: none;
  background-color: #fff;
}

.mc4wp-form-fields {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tr {
  display: none;
}

[lang="cs-CZ"] .cs,
[lang="en-US"] .en,
[lang="sk-SK"] .sk {
  display: initial;
}

.blank-page table {
  border-collapse: collapse;
}

.blank-page table td {
  border: 1px solid #398d00;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

body,
h1,
h2,
h3,
h4,
h5 {
  font-family: FuturaBT-Medium;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  font-style: normal;
}

.h1 {
  font-size: 36px;
}

.FuturaBT-Book {
  font-family: FuturaBT-Book;
}

.FuturaBT-Book,
.FuturaBT-Medium {
  font-weight: 400;
  font-style: normal;
}

.FuturaBT-Medium {
  font-family: FuturaBT-Medium;
}

.FuturaBT-MediumItalic {
  font-family: FuturaBT-MediumItalic;
  font-weight: 400;
  font-style: normal;
}

.link {
  color: #398d00;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .link {
    transition: 0.2s;
  }

  .link:hover {
    color: #398d00;
  }
}

i {
  font-family: FuturaBT-MediumItalic;
}

blockquote,
q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before,
q:before {
  content: open-quote;
}

blockquote:after,
q:after {
  content: close-quote;
}

.cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.list-unstyled {
  margin: 0;
  padding: 0;
}

.list-unstyled li {
  list-style: none;
}

.overflow {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.hidden {
  visibility: hidden;
  pointer-events: none;
}

.none {
  display: none;
}

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

.text-right {
  text-align: right;
}

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

@media only screen and (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .hidden-sm {
    display: none;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .hidden-md {
    display: none;
  }
}

@media only screen and (min-width: 1201px) {
  .hidden-lg {
    display: none;
  }
}

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

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

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

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

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

.block {
  display: block;
}

button {
  cursor: pointer;
  border: none;
}

button:focus {
  outline: none;
}

@media only screen and (max-width: 768px) {
  .compact__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.compact__form__input {
  transition: 0.3s;
  padding: 11px 15px 8px;
  font-size: 14px;
  color: #62626e;
  background-color: #181820;
  border-radius: 4px;
  border: 1px solid #424249;
  font-family: inherit;
  height: 38px;
  margin-right: 10px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.compact__form__input:focus {
  outline: 0;
  border-color: #7b7b81;
  color: #cbcbd1;
}

@media only screen and (max-width: 768px) {
  .compact__form__input {
    margin-bottom: 10px;
    padding-top: 13px;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .compact__form__input {
    margin-right: 0;
  }
}

.compact__form__button__icon {
  width: 20px;
  height: 13px;
  background-image: url(../images/ic-compact-arrow.svg);
  background-repeat: no-repeat;
  display: block;
  position: relative;
  z-index: 2;
  top: -1px;
}

@media only screen and (max-width: 480px) {
  .compact__form__button__icon {
    -ms-flex: 1;
    flex: 1;
    background-position: 100%;
  }
}

.compact__form__button__text {
  color: #fff;
}

@media only screen and (min-width: 480px) {
  .compact__form__button__text {
    display: none;
  }
}

.compact__form__button {
  border-radius: 4px;
  background-color: #398d00;
  height: 38px;
  padding: 15px 18px;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .compact__form__button {
    transition: 0.3s;
    cursor: pointer;
  }

  .compact__form__button:after {
    content: "";
    position: absolute;
    transition: 0.2s ease-in-out;
    width: 0;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #398d00;
    height: 120%;
    left: -10%;
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
    z-index: 1;
    pointer-events: none;
  }

  .compact__form__button:hover:after {
    left: -10%;
    width: 120%;
  }
}

@media only screen and (max-width: 480px) {
  .compact__form__button {
    width: 100%;
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    font-family: FuturaBT-Medium;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 18px;
  }
}

.form_light {
  z-index: 5;
}

.form_light fieldset {
  border: none;
  margin-bottom: 1em;
}

.form_light fieldset.active label {
  font-size: 14px;
  -webkit-transform: translate(6px, -20px);
  transform: translate(6px, -20px);
}

.form_light fieldset > input {
  transition: 0.3s;
  width: 100%;
  font-size: 20px;
  background: none;
  border: none;
  border-bottom: 1px solid #dbd9de;
  padding: 0.3em;
  font-weight: 800;
  font-family: FuturaBT-Book;
}

.form_light fieldset > input:focus {
  outline: none;
  border-color: #5d5695;
}

.form_light label {
  transition: 0.3s;
  font-size: 20px;
  color: #398d00;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 10;
}

.form_light .btn {
  display: block;
  width: 100%;
  margin-top: 20px;
  z-index: 0;
}

form.wpcf7-form div.wpcf7-response-output {
  background-color: #c55;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  padding: 16px 19px 13px;
  border: none;
  position: relative;
  width: auto;
  text-align: left;
  margin-top: 1rem;
  margin: 15px 14px;
}

form.wpcf7-form div.wpcf7-response-output:before {
  display: none;
}

form.wpcf7-form div.wpcf7-mail-sent-ok {
  background-color: #5ab554;
}

.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
  border-bottom: 1px solid #dbd9de;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: transparent;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices[data-type*="select-one"] {
  cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*="select-one"] .choices__button {
  background-image: url(../../icons/cross-inverse.html);
  padding: 0;
  background-size: 8px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}

.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
  opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #398d00;
}

.choices[data-type*="select-one"]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 7px;
  padding-right: 9px;
  padding-left: 16px;
  border-left: 1px solid #398d00;
  background-image: url(../images/cross.svg);
  background-size: 8px;
  width: 10px;
  line-height: 1;
  opacity: 0.75;
}

.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f3f1f6;
  padding: 7.5px 7.5px 3.75px;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #398d00;
  border: 1px solid #398d00;
  color: #fff;
  word-break: break-all;
  position: relative;
  overflow: hidden;
}

.choices__list--multiple .choices__item:before {
  content: "";
  width: 1px;
  height: 100px;
  background-color: hsla(0, 0%, 100%, 0.1);
  position: absolute;
  right: 25px;
  top: 0;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #398d00;
  border: 1px solid #398d00;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  word-break: break-all;
  box-shadow: 0 8.66px 15px 0 rgba(0, 0, 0, 0.06);
}

.choices__list--dropdown.is-active {
  display: block;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 1em;
  font-size: 16px;
  border-bottom: 1px solid #f0eef3;
  color: #398d00;
}

[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  color: #398d00;
  transition: 0.2s;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f3f1f6;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

.menu__nav {
  position: absolute;
  top: 0;
  z-index: 50;
  width: 100%;
  padding: 3.8125rem 4.25rem 0;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .menu__nav {
    padding: 3.8125rem 1.25rem 0;
  }

  .menu__nav.is-active {
    padding-bottom: 1em;
    /* background: #398D00 */
    background-color: #353434;
  }
}

.menu__nav a {
  transition: 0.3s;
  font-family: FuturaBT-Book;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 0.8125rem;
  text-transform: uppercase;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-align: center;
}

.menu__nav a:hover {
  color: #fff;
}

.menu_top_bar {
  width: 100%;
  height: 38px;
  position: absolute !important;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 40;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4.25rem;
}

.menu_top_bar a {
  text-transform: uppercase;
  opacity: 0.8;
}

.menu_top_bar-phone,
.menu_top_bar a {
  color: #fff;
  font-size: 13px;
  margin-left: 30px;
}

.menu_top_bar-phone {
  font-weight: 800;
}

.menu__nav-items {
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  text-align: center;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu__nav-items a {
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  .menu_top_bar {
    display: none;
  }

  .menu__nav-items {
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -ms-flex-order: 2;
    order: 2;
  }
}

.dark .menu__nav a {
  color: #000;
}

.dark .menu__logo img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.dark .hamburger .line {
  background-color: #000;
}

.dark .menu__more {
  border-color: #000;
}

.dark .is-active.menu__nav a {
  color: #fff;
}

.dark .is-active .menu__logo img {
  -webkit-filter: initial;
  filter: none;
}

.dark .is-active .hamburger .line {
  background-color: #fff;
}

.dark .is-active .menu__more {
  border-color: #fff;
}

.homepage .menu {
  width: 100%;
  z-index: 100;
}

.menu__logo {
  width: 20%;
  text-align: left !important;
}

.menu__more .desktop {
  display: inline-block;
}

.menu__more .mobil {
  display: none;
}

.menu__open-wrap {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
}

.menu__open-wrap.hidden {
  z-index: -1;
  pointer-events: none;
}

.menu__open-bcg {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  /* background-image: linear-gradient(0deg, #a087ed, #8888ed); */
  /* background-image: linear-gradient(to top, #37ECBA 0%, #72AFD3 100%); */
  /* background-color: #398D00; */
  background-color: #353434;
  -webkit-transform: scale(0.5, 0);
  transform: scale(0.5, 0);
}

.menu__open-content {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  height: 100vh;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  overflow: hidden;
}

.menu__open-content__items {
  width: 300px;
  position: relative;
}

.menu__open-content__items ul {
  padding: 0 3.75rem 0 0;
}

.menu__open-content__items li {
  list-style: none;
  cursor: pointer;
  transition: 0.2s;
  text-align: right;
  padding: 0.937rem 0;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .menu__open-content__items li:hover a {
    color: #fff;
  }
}

.menu__open-content__items li a {
  font-size: 1.75rem;
  color: #fff !important;
  /* color: #dcdcff; */
  font-family: FuturaBT-Medium;
}

.menu__open-content__overview {
  width: 500px;
}

.menu__open-content__overview .btn--filled {
  width: 100%;
  display: block;
  text-align: center;
  opacity: 0;
}

.menu__open-content_small-menu-mobile {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .arrow-wrap {
    opacity: 0;
  }

  .arrow-wrap:after,
  .arrow-wrap:before {
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    right: 32px;
    background: linear-gradient(0deg, #ada6f1 20%, rgba(236, 235, 252, 0));
  }

  .arrow-wrap:before {
    top: -40px;
  }

  .arrow-wrap:after {
    bottom: -40px;
    background: linear-gradient(180deg, #ada6f1 20%, rgba(236, 235, 252, 0));
  }

  .arrow-overflow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
  }

  .menu__arrow {
    transition: 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    background-image: url(../images/arrow__menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 22px;
    position: absolute;
    right: 22px;
    top: 24px;
  }

  .menu__arrow:after,
  .menu__arrow:before {
    content: "";
    width: 1px;
    height: 400px;
    position: absolute;
    right: 10px;
    top: -400px;
    background: rgba(236, 235, 252, 0.3);
  }

  .menu__arrow:before {
    top: 19px;
  }
}

@media only screen and (max-width: 768px) {
  .arrow-wrap {
    display: none;
  }
}

.menu__open-content__overview-items {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.menu__open-content__overview-items .info-card {
  opacity: 0;
  transition: none;
  height: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}

.menu__open-content__overview-items .info-card:first-child {
  margin-right: 1.25rem;
  margin-left: 0;
}

.menu__open-content__overview-items .info-card:nth-child(2) {
  margin-right: 0;
}

.menu__open-content__overview-items .info-card__content__heading,
.menu__open-content__overview-items .info-card__quote {
  font-size: 1.25rem;
  margin-top: 21px;
}

.menu__open-content__overview-items .info-card__quote {
  text-align: center;
  line-height: 1.625rem;
}

.menu__open-content__overview-items .info-card__logo {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.menu__open-content__overview-items .info-card__content__text {
  font-size: 1rem;
}

.menu__open-content__overview-items .info-card__content {
  padding: 0 1.9375rem;
}

.menu__open-content__overview-items .blog_article_card {
  padding-top: 0;
  padding-bottom: 20px;
}

.card {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.card-contact,
.card-ethics {
  color: #398d00;
  font-family: FuturaBT-Book;
  line-height: 1.375rem;
  box-shadow: 0 8.66px 15px 0 rgba(0, 0, 0, 0.03);
}

.card-contact a {
  color: #398d00;
  width: 100%;
  display: block;
}

.card-contact h2 {
  font-size: 20px !important;
}

.card-contact__text {
  padding: 22px;
}

.card-contact__text h4 {
  margin-bottom: 6px;
  letter-spacing: 2px;
}

.card-contact__text p {
  margin-top: 0;
}

.card-ethics {
  text-align: center;
  padding: 1.5625rem 0.75rem;
  line-height: 1.625rem;
  font-size: 1.25rem;
  height: 15.625rem;
}

.card-ethics h4 {
  text-transform: uppercase;
  font-size: 14px;
}

.card-ethics p {
  color: #11111a;
}

.card-blog .blog_article_card--featured h3.blog_article_card__content__heading {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-family: FuturaBT-Book;
}

.card-blog .blog_article_card--featured .blog_article_card__content {
  padding: 2.125rem 15px 0;
}

.card-blog .blog_article_card--featured .blog_article_card__image:after,
.card-blog .blog_article_card--featured .blog_article_card__image:before {
  opacity: 1;
}

.card-blog .blog_article_card--featured a.blog_article_card_context {
  height: 250px;
}

.card-blog > div:nth-child(2) .blog_article_card {
  padding-right: 0;
}

.menu__open-content__overview-wrap {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  z-index: 0;
  pointer-events: none;
}

.menu__open-content__overview-wrap.active {
  opacity: 1;
  visibility: visible;
  max-height: none;
  z-index: 5;
  pointer-events: auto;
}

.menu__open-content__overview-items > div,
.menu__open-content__overview-wrap .btn {
  opacity: 0;
}

.hambuer-ic {
  display: inline-block;
  position: relative;
  top: 1px;
}

.hamburger .line {
  width: 12px;
  height: 1px;
  background-color: #ecf0f1;
  display: block;
  margin: 2px auto;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 992px) {
  .is-active .hambuer-ic {
    top: 2px;
    left: 8px;
  }

  .is-active .hamburger {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.is-active #hamburger-1 .line:nth-child(2) {
  opacity: 0;
}

.is-active #hamburger-1 .line:first-child {
  -webkit-transform: translateY(2px) rotate(45deg);
  transform: translateY(2px) rotate(45deg);
}

.is-active #hamburger-1 .line:nth-child(3) {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}

@media only screen and (max-width: 992px) {
  .menu__open-content__items {
    width: 260px;
  }

  .menu__open-content__overview {
    width: 480px;
  }
}

@media only screen and (max-width: 768px) {
  .menu__open-content__overview {
    display: none;
  }

  .menu__open-content .container {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .menu__open-content__items li {
    text-align: left;
  }

  .menu__open-content__items {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }

  .menu__open-content__items li:last-child {
    padding-bottom: 0;
  }

  .menu__open-content__items ul {
    padding: 0 1rem 1rem;
  }

  .menu__open-content_extra-menu-mobile {
    margin-top: 60px;
  }

  .menu__nav {
    padding-top: 1.2rem;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .menu__item {
    display: none;
  }

  .menu__logo {
    -ms-flex-order: 1;
    order: 1;
  }

  .menu__more {
    -ms-flex-order: 2;
    order: 2;
    padding: 12px 12px 11px;
    border: 1px solid #fff;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }

  .menu__more .desktop {
    display: none;
  }

  .menu__more .mobil {
    display: inline-block;
  }

  .menu__logo img {
    display: block;
  }

  .hidden .menu__open-content_small-menu-mobile {
    transition: 0s 0s;
    background-color: rgba(15, 7, 74, 0);
  }

  .menu__open-content_small-menu-mobile {
    transition: 1s 1s;
    background-color: rgba(15, 7, 74, 0.1);
    height: 100%;
    padding-top: 25px !important;
  }

  .menu__open-content_small-menu-mobile li a {
    font-size: 1.125rem;
    padding: 0.6em 0;
    font-family: FuturaBT-Book;
  }

  .menu__open-content_extra-menu-mobile li {
    transition: max-height 1s, opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
    transition: max-height 1s, opacity 0.3s 0.2s, transform 0.3s 0.2s;
    transition: max-height 1s, opacity 0.3s 0.2s, transform 0.3s 0.2s,
      -webkit-transform 0.3s 0.2s;
    max-height: 700px;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }

  .menu__open-content_extra-menu-mobile .collapsed {
    opacity: 0 !important;
    max-height: 0;
    padding: 0;
    -webkit-transform: translateX(-20px) !important;
    transform: translateX(-20px) !important;
  }
}

.menu__nav__features {
  max-width: 584px;
  /*max-height: 400px;*/
  position: absolute;
  top: 100px;
  left: 100px;
  padding: 20px 28px;
  /*padding: 31px 28px 7px;*/
  border-radius: 4px;
  background-color: #f6f5f7;
  box-shadow: 7.5px 12.99px 25px 0 rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28),
    -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: opacity 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28),
    transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: opacity 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28),
    transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28),
    -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  opacity: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  z-index: 1;
  pointer-events: none;
}

.menu__nav__features .arr-t:after {
  left: 30%;
  border-width: 8px;
  margin-left: -8px;
  border-bottom-color: #f6f5f7;
}

.menu__nav__features.open {
  opacity: 1;
  z-index: 110;
  -webkit-transform: skew(0deg, 0deg) scale(1);
  transform: skew(0deg, 0deg) scale(1);
  pointer-events: auto;
}

.menu__nav__features
  .explore-more__module:hover
  .explore-more__module__content {
  margin-bottom: 10px;
}

.menu__nav__features .explore-more__module {
  width: 50%;
  margin-bottom: 23px;
}

.menu__nav__features .explore-more__module:hover .explore-more__module__img {
  box-shadow: 0 8.66px 10px 0 rgba(0, 0, 0, 0.03);
}

.menu__nav__features
  .explore-more__module:last-child
  .explore-more__module__img {
  background-color: transparent;
  border: 2px solid #e6e4ee;
}

.menu__nav__features
  .explore-more__module:last-child:hover
  .explore-more__module__img {
  background-color: #eae9f1;
  border-color: #eae9f1;
  box-shadow: none;
}

.menu__nav__features .explore-more__module__img {
  transition: 0.3s;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  background-color: #fff;
}

.menu__nav__features .explore-more__module__img img {
  width: 60px;
  height: 60px;
}

.menu__nav__features .explore-more__module__content h3 {
  font-size: 12px;
  margin-top: 0;
  color: #171734;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.menu__nav__features .explore-more__module__content p {
  font-size: 14px;
  font-family: FuturaBT-Book;
}

.menu__nav__features .explore-more__module__content path {
  fill: #b7b4d3;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .menu__nav__features {
    display: none;
  }
}

.hero {
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: #000;
  color: #fff;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}

.hero a {
  color: inherit;
}

.hero a:hover .hero-arrow {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: radial-gradient(
    ellipse at right bottom,
    transparent 0,
    #000 50%,
    #000 100%
  );
  z-index: 1;
}

.hero.no-cover:before {
  display: none;
}

.explore-company__item a,
.hero .flex {
  transition: 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  height: 100vh;
  position: relative;
}

.hero .container > * {
  position: relative;
  z-index: 10;
}

.hero.hero-small {
  height: 400px;
}

.hero--open:before {
  background: linear-gradient(
    200deg,
    rgba(152, 138, 255, 0.4),
    rgba(10, 8, 30, 0.4) 50%
  );
}

.hero-heading {
  width: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: inherit;
  margin-bottom: 20px;
  margin-top: 25px;
  font-size: 2em;
  line-height: 1.3em;
}

@media only screen and (min-width: 768px) {
  .hero-heading {
    font-size: 3.5em;
  }

  .hero-arrow,
  .hero-heading,
  .hero-subheading {
    pointer-events: none;
  }
}

.hero-subheading {
  width: 100%;
  font-size: 0.875em;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .hero-subheading {
    font-size: 1em;
  }
}

.hero-arrow {
  transition: 0.3s;
  margin: 1.563em auto 0;
}

.hero-play {
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  z-index: 100;
}

.playbutton-svg {
  transition: 0.2s;
}

.hero-play:hover .playbutton-svg {
  fill: #398d00;
}

.sketch {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .sketch {
    pointer-events: none;
  }
}

.video-insert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 500;
  overflow: hidden;
  background-color: #000;
}

.video-insert iframe {
  width: 100%;
  height: 100%;
}

#video-close-svg {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
}

#video-close-svg .cls-1 {
  transition: 0.3s;
  cursor: pointer;
  fill: #000;
}

#video-close-svg:hover .cls-1 {
  fill: #398d00;
}

.js_frame,
.js_slider {
  position: relative;
}

.js_frame {
  width: 100%;
}

.js_slides {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}

.js_slides .js_slide {
  position: relative;
  display: block;
  width: 100%;
  min-width: 100%;
}

.references-slide-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.js_next,
.js_prev {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 30%;
}

.js_next {
  right: 50px;
}

.js_prev {
  left: 50px;
}

.js_next svg,
.js_prev svg {
  width: 89px;
}

.dots {
  padding: 0;
  text-align: center;
  margin-top: 40px;
}

.dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  margin: 5px;
  border: 1px solid #87879c;
}

.dots li.active {
  background-color: #87879c;
}

@media only screen and (max-width: 768px) {
  .dots {
    margin-top: 0;
  }
}

.hero--product:before {
  display: none;
}

.hero--product .flex {
  text-align: left;
}

.hero--howitworks p,
.hero--product p {
  font-size: 24px;
  line-height: 1.44;
  margin-top: 0;
  margin-bottom: 36px;
}

.product-page,
.template-page {
  font-family: FuturaBT-Book;
  line-height: 1.333;
}

.product-page h2 {
  font-size: 36px;
}

@media only screen and (max-width: 768px) {
  .hero--howitworks p,
  .hero--product p {
    font-size: 20px;
  }

  .product-page h2 {
    font-size: 26px !important;
  }
}

.product_features {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 5px 12px 15px 0 rgba(0, 0, 0, 0.03);
  width: 100%;
  padding: 60px 80px 30px;
  position: relative;
  top: -100px;
  z-index: 30;
}

.product_features p {
  color: #87879c;
  font-size: 18px;
  line-height: 1.44;
}

.product_features .product_feature {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.product_features .product_feature img {
  margin-right: 22px;
  width: 60px;
}

.product_features_text,
.strong_statement {
  text-align: center;
  padding: 66px 80px 60px;
}

.product_features_text span,
.strong_statement span {
  color: #398d00;
  font-size: 16px;
  letter-spacing: 1.3px;
  width: 100%;
  text-transform: uppercase;
}

.product_features_text span:last-child,
.strong_statement span:last-child {
  font-family: FuturaBT-Book;
}

.product_features_text p,
.strong_statement p {
  color: #11111a;
  font-size: 26px;
  margin-top: 21px;
  margin-bottom: 25px;
}

.ethic_statement {
  margin: 130px 0;
}

.request-demo .strong_statement {
  padding: 0;
}

.request-demo .strong_statement span {
  color: #dcdcff;
}

.request-demo .strong_statement p {
  color: #fff;
  font-family: FuturaBT-Book;
  line-height: 1.385;
  max-width: 840px;
  margin: 35px auto;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .product_features {
    padding: 30px 20px;
    top: -50px;
  }

  .product_features p {
    font-size: 16px;
  }
}

.ex_questions_title,
.section_title {
  margin-bottom: 0;
  font-size: 16px;
  color: #398d00;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.ex_questions_heading,
.section_heading {
  margin-top: 60px;
  margin-bottom: 80px;
}

.ex_questions-slideshow {
  margin-bottom: 100px;
  overflow: hidden;
}

.ex_questions-slideshow_titles {
  position: relative;
  display: none;
  z-index: 10;
  width: 45%;
}

.ex_questions-slideshow_titles a {
  transition: 0.3s;
  font-size: 18px;
  color: #87879c;
  line-height: 1.333;
  display: block;
  padding: 30px 100px 30px 0;
  cursor: pointer;
}

.ex_questions-slideshow_titles a.active-slide-link {
  color: #11111a;
}

.ex_questions-slideshow_content {
  width: 55%;
}

.ex_questions-slideshow_content .wrapper {
  display: block;
}

.ex_questions-slideshow_content p {
  font-size: 18px;
  color: #87879c;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .ex_questions-slideshow {
    margin-bottom: 20px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ex_questions-slideshow_content {
    overflow: hidden;
    width: 90%;
  }

  .ex_questions-slideshow_content .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .ex_questions-slideshow_content .ex_questions-slideshow_slide {
    padding: 0;
    opacity: 1;
    max-height: 800px;
  }

  .ex_questions-slideshow_content .ex_questions-slideshow_slide h3 {
    font-size: 24px;
    color: #11111a;
    line-height: 1.333;
    text-align: left;
  }

  .ex_questions-slideshow_content .ex_questions-slideshow_slide img {
    width: 100%;
  }

  .ex_questions-slideshow_content .ex_questions_title {
    font-size: 14px;
  }

  .ex_questions-slideshow_content p {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .js_slides .ex_questions-slideshow_slide {
    opacity: 0;
    max-height: 0;
    display: none;
  }

  .js_slides .ex_questions-slideshow_slide .text-left {
    padding-left: 21px;
  }
}

@media only screen and (min-width: 768px) {
  .ex_questions-slideshow_titles {
    display: block;
  }
}

.js_slides .ex_questions-slideshow_slide.active {
  display: block;
  opacity: 1;
  max-height: 800px;
  position: relative;
}

.ex_questions-slideshow_arrow {
  background-color: #e8e6ec;
  background: linear-gradient(90deg, rgba(232, 229, 236, 0) 0, #e8e5ec);
  width: 80%;
  height: 120px;
  z-index: -1;
  position: absolute;
  top: 0;
  transition: 0.5s ease-out;
}

.ex_questions-slideshow_arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 100%;
  background: url(../images/faq_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.faq {
  font-size: 18px;
  margin-top: -34px;
}

.faq.collapsed {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  margin: 0;
}

.faq-line {
  text-align: center;
  position: relative;
  transition: 0.3s ease-in-out;
}

.faq-line:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e3e1e6;
  display: block;
  position: absolute;
  top: 26px;
  left: 0;
}

.faq-line .btn {
  transition: 0.3s;
  background-color: #f3f1f6;
}

.faq-line .btn.active {
  opacity: 0;
}

.faq-line.active-child {
  transition: 0.3s;
  opacity: 0;
  visibility: hidden !important;
}

.faq-header,
.faq-question {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-header {
  color: #11111a;
  margin-bottom: 1em;
  transition: 0.3s;
  position: relative;
  padding-right: 34px;
}

.faq-header:after {
  transition: 0.3s ease-in-out;
  content: "";
  background-image: url(../images/faq_plus.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.collapsed .faq-header:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq-question {
  color: #87879c;
  max-height: 1000px;
  padding-right: 15%;
  transition: 0.3s;
}

.faq-item {
  background-color: #eeedf2;
  border-top: 1px solid #e2e0e5;
  padding: 30px 20px;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0;
}

.faq-item:last-child {
  border-bottom: 1px solid #e2e0e5;
}

.collapsed > .faq-question {
  opacity: 0;
  max-height: 0;
}

.collapsed .faq-header {
  margin-bottom: 0;
}

.collapsed.faq-item {
  background-color: transparent;
}

.explore-more {
  min-height: 780px;
  color: #fff;
  -ms-flex-align: center;
  align-items: center;
  padding: 3em 0;
  position: relative;
  overflow: hidden;
}

.explore-more h2 {
  margin-bottom: 40px;
  font-size: 36px;
  margin-top: 10px;
}

.explore-more .container {
  z-index: 10;
}

.explore-more .sketch {
  height: auto;
}

.explore-more .explore-more__module__img img {
  width: 60px;
  height: 60px;
}

.explore-more .explore-more__module:hover .explore-more__module__content {
  margin-bottom: 10px;
}

.explore-more .explore-more__module:hover .explore-more__module__img {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.explore-more__module {
  transition: 0.3s;
  width: 33%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 50px;
  /*margin-bottom: -30px;*/
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.explore-more__module svg {
  transition: 0.3s;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  position: absolute;
  bottom: -20px;
  left: 0;
  opacity: 0;
}

.explore-more__module:hover {
  cursor: pointer;
}

.explore-more__module:hover svg {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.explore-more__module:last-child .explore-more__module__img {
  background-color: transparent;
  border: 2px solid hsla(0, 0%, 100%, 0.05);
}

.explore-more__module:last-child:hover .explore-more__module__img {
  background-color: hsla(0, 0%, 100%, 0.1);
  border: 2px solid transparent;
}

.explore-more__module__img {
  transition: 0.3s;
  margin-right: 12px;
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  background-color: hsla(0, 0%, 100%, 0.05);
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 500px;
}

.explore-more__title {
  color: #398d00;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-family: FuturaBT-Book;
}

.explore-more__module__content {
  transition: 0.3s;
  position: relative;
}

.explore-more__module__content h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
}

.explore-more__module__content p {
  font-size: 18px;
  color: #8f8f94;
  margin-top: 0;
  margin-bottom: 0;
}

.explore-more__module__content a {
  color: inherit;
}

@media only screen and (max-width: 768px) {
  .explore-more__module {
    width: 100%;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 50px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .explore-more__module p {
    font-size: 16px;
  }

  .explore-more__module h3 {
    font-size: 14px;
  }

  .explore-more h2 {
    margin-bottom: 50px;
    font-size: 30px;
  }
}

.request-demo {
  /* background-image: linear-gradient(90deg, #8888ed, #a187ed); */
  background-color: #398d00;
  color: #fff;
  min-height: 340px;
  padding: 50px 20px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.request-demo h2 {
  font-family: FuturaBT-Book;
  font-size: 36px;
}

.sublink {
  margin-top: 10px;
}

.sublink,
.sublink a {
  color: #d5d0ff;
  font-size: 14px;
}

.sublink a {
  position: relative;
  transition: 0.3s;
}

.sublink a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #d5d0ff;
  width: 100%;
}

.sublink a:hover {
  opacity: 0.5;
}

.hp .sublink,
.hp .sublink a {
  color: hsla(0, 0%, 100%, 0.6);
}

.hp .sublink a:before {
  background-color: hsla(0, 0%, 100%, 0.6);
}

.references {
  padding: 30px 0;
  overflow: hidden;
  margin: 80px 0 120px;
}

.references q {
  margin: 1em auto;
  text-align: center;
  display: block;
}

.references img {
  display: block;
}

.references .js_prev svg {
  left: -3px;
  position: relative;
}

.references .js_next svg {
  right: -3px;
  position: relative;
}

.premium-references .js_next,
.premium-references .js_prev,
.references .js_next,
.references .js_prev {
  transition: 0.3s ease-in-out;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #fff;
  box-shadow: 5px 12px 15px 0 rgba(0, 0, 0, 0.03);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.premium-references .js_next svg,
.premium-references .js_prev svg,
.references .js_next svg,
.references .js_prev svg {
  width: 13px;
}

.premium-references .js_next:hover,
.premium-references .js_prev:hover,
.references .js_next:hover,
.references .js_prev:hover {
  box-shadow: 5px 12px 15px 0 rgba(0, 0, 0, 0.08);
}

.premium-references .js_next,
.premium-references .js_prev {
  top: 40%;
}

@media only screen and (max-width: 768px) {
  .premium-references .js_next,
  .premium-references .js_prev {
    visibility: hidden;
    display: none;
  }
}

.references-slide {
  font-size: 24px;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.references-author {
  color: #398d00;
  font-size: 18px;
}

.references-slide-content {
  width: 600px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .references {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .references .next,
  .references .prev {
    display: none;
  }

  .references .references-slide-content {
    width: 100%;
  }
}

.bcg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bcg-image img {
  width: 100%;
  height: 100%;
}

.bcg-image canvas,
.bcg-image img {
  object-fit: cover;
}

#hiw-part2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#hiw-part2 img {
  width: 77px;
  height: 66px;
}

.product-canvas .sketch {
  z-index: 0;
  opacity: 1;
}

.hiw-page {
  position: relative;
  overflow: hidden;
}

.hero--howitworks {
  height: auto;
  background-color: transparent;
}

.hero--howitworks:before {
  display: none;
}

.hero--howitworks p {
  font-family: FuturaBT-Book;
  line-height: 1.375;
}

.hero--howitworks .flex {
  padding-top: 250px;
  display: block;
  text-align: left;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .hero--howitworks .flex {
    padding-top: 90px;
  }
}

.hiw {
  color: #fff;
  margin-top: 135px;
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.hiw .explore-more__module {
  margin-bottom: 80px;
  width: 330px;
  height: 152px;
  max-width: 330px;
  height: 172px;
}

.hiw .explore-more__module:hover {
  cursor: auto;
}

.hiw .explore-more__module p {
  font-family: FuturaBT-Book;
  line-height: 1.375;
}

.hiw .explore-more__module.external_data {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-transform: translate(-103px, 34px);
  transform: translate(-103px, 34px);
}

.hiw .explore-more__module.external_data h3 {
  font-size: 14px;
}

.hiw .explore-more__module.external_data p {
  font-size: 16px;
  font-family: FuturaBT-Book;
  line-height: 1.375;
}

.hiw .explore-more__module.external_data .explore-more__module__img {
  width: auto;
}

.hiw .explore-more__module.external_data .explore-more__module__content {
  text-align: right;
  width: auto;
  margin-right: 50px;
  padding: 0;
}

.hiw .explore-more__modules--cloud {
  margin-top: 202px;
  margin-bottom: 178px;
  height: 272px;
  max-height: 272px;
  min-height: 272px;
}

.hiw .explore-more__modules--cloud .explore-more__module {
  width: 282px;
  height: 192px;
  min-width: 282px;
}

.hiw #hiw_part3 .explore-more__module__img img {
  width: 80px;
  height: 60px;
}

@media only screen and (max-width: 768px) {
  .hiw .explore-more__module {
    margin-bottom: 50px;
  }

  .hiw .explore-more__module h3 {
    margin-top: 30px;
  }

  .hiw .explore-more__modules--cloud {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hiw .explore-more__modules--cloud .explore-more__module:nth-child(2) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .hiw .explore-more__modules--small .explore-more__module__content {
    padding: 0 40px !important;
  }

  .hiw.hiw_cloud {
    margin-top: 96px;
    margin-bottom: -6px;
  }

  .hiw.hiw_apps {
    margin-top: 20px;
  }

  .hiw.hiw_apps .explore-more__module__img img {
    width: 80px;
    height: 60px;
  }
}

.hiw .explore-more__modules--small h3 {
  font-size: 14px;
  margin-bottom: 5px;
}

.hiw .explore-more__modules--small p {
  font-size: 16px;
  font-family: FuturaBT-Book;
  line-height: 1.375;
}

.hiw .explore-more__modules--small .explore-more__module__content {
  padding: 0 60px;
}

.hiw .explore-more__modules {
  -ms-flex-pack: center;
  justify-content: center;
}

.hiw .explore-more__modules h3 {
  margin-bottom: 10px;
  color: #fff;
}

.hiw .explore-more__modules .dots {
  margin-top: -20px;
}

.hiw .explore-more__modules:after {
  border-bottom-color: #f7f5f7;
}

.hiw .explore-more__module__img {
  width: 100%;
  margin: 0;
  background-color: transparent;
  margin-bottom: 20px;
}

.hiw .explore-more__module__content {
  width: 100%;
  text-align: center;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .explore-more__modules .js_slides {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .explore-more__modules .js_slide {
    width: 33%;
    min-width: 0;
    display: initial;
  }
}

@media only screen and (max-width: 768px) {
  .explore-more__modules {
    overflow: hidden;
  }

  .hiw-page .hiw .container {
    max-width: 320px;
  }
}

.hiw-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  height: 100vh;
  width: 100%;
  z-index: -1;
}

.hiw-overlay.bottom {
  position: absolute;
}

.hiw-overlay .line {
  height: 100%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 40%;
  opacity: 0.025;
}

.hiw-overlay .line:first-child {
  left: 25%;
}

.hiw-overlay .line:nth-child(2) {
  left: 40%;
}

.hiw-overlay .line:nth-child(3) {
  left: 60%;
}

.hiw-overlay .line:nth-child(4) {
  left: 75%;
}

.hiw-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50%;
  height: 100%;
  width: 100%;
  background: radial-gradient(closest-corner at 50% 60%, #7c7ad6, transparent);
  opacity: 0.25;
}

.hiw-overlay.company {
  position: absolute;
  height: 150%;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  z-index: 1;
}

.hiw-overlay.company:after {
  display: none;
}

.hiw-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hiw_apps .explore-more__module:last-child .explore-more__module__img,
.js_slides .explore-more__module:last-child .explore-more__module__img {
  border: none;
  background-color: transparent !important;
}

.cols-privacy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cols-privacy .col {
  width: 30%;
}

@media only screen and (min-width: 768px) {
  .wrap-fix {
    width: 33%;
    min-width: 0;
    display: initial;
  }
}

@media only screen and (max-width: 768px) {
  .cols-privacy .col {
    width: 100%;
  }
}

.info-card {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.03);
  width: 320px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin: 5px 5px 20px;
}

.has-animation {
  position: relative;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.21, 1.02);
  animation-timing-function: cubic-bezier(0.42, 0, 0.21, 1.02);
  -webkit-animation-name: a;
  animation-name: a;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

.has-animation.animated {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

@-webkit-keyframes a {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0.9);
    transform: scaleX(0.9);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes a {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0.9);
    transform: scaleX(0.9);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.info-card__content {
  padding: 58px 31px 30px;
}

.info-card__content .link {
  display: block;
  margin-bottom: 30px;
  font-size: 12px;
}

@media only screen and (min-width: 992px) {
  .info-card__content .link {
    font-size: 14px;
  }
}

.info-card__content--image {
  padding-top: 35px;
}

.info-card__image {
  width: 100%;
  height: 200px;
}

.blog__article blockquote,
.blog__article q,
.editor blockquote,
.editor q,
.info-card__quote {
  font-family: FuturaBT-Book;
  font-size: 20px;
  line-height: 32px;
  margin: 1em 0;
  color: #11111a;
}

.info-card__quote:after,
.info-card__quote:before {
  display: none;
}

@media only screen and (min-width: 992px) {
  .blog__article blockquote,
  .blog__article q,
  .editor blockquote,
  .editor q,
  .info-card__quote {
    /* font-size: 24px */
    font-size: 22px;
  }
}

.info-card__content__text {
  font-family: FuturaBT-Book;
  font-size: 18px;
  color: #87879c;
  line-height: 24px;
}

.info-card__content__text ul li {
  margin-bottom: 19px;
}

.info-card__content__text p {
  margin-bottom: 25px;
}

.info-card__content__heading {
  color: #11111a;
  font-size: 26px;
  font-family: FuturaBT-Book;
  margin-bottom: 21px;
  margin-top: 0;
}

.info-card.info-card--custom {
  text-align: center;
  color: #fff;
  background-color: #398d00;
  /* background-image: linear-gradient(90deg, #8888ed, #a187ed); */
  padding-bottom: 50px;
  transition: 0.3s ease-in-out;
}

.info-card.info-card--custom:hover {
  box-shadow: 5px 10px 12px 0 rgba(0, 0, 0, 0.1);
}

.info-card.info-card--custom .info-card__content__heading {
  color: #fff;
  font-size: 30px;
  font-family: FuturaBT-Medium;
}

.info-card.info-card--custom .info-card__content__subheading {
  color: #dcdcff;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.info-card.info-card--custom .info-card__content__text {
  color: #fff;
  margin-bottom: 30px;
}

.explore-company__item,
.your-choice {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: 4s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  text-align: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 8.66px 15px 0 rgba(0, 0, 0, 0.03);
  height: 300px;
  padding: 1em;
}

.explore-company__item a {
  text-decoration: none;
  width: 100%;
  height: 100%;
}

.explore-company__item__subheading {
  color: #398d00;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
}

.explore-company__item__heading {
  margin-top: 13px;
  font-size: 36px;
  text-decoration: none;
  color: #11111a;
  margin-bottom: 0;
  width: 100%;
}

.explore-company__item__wrap {
  padding: 1em;
}

.explore-company .g-50:first-child .explore-company__item__wrap {
  padding-right: 0.5em;
}

.explore-company .g-50:nth-child(2) .explore-company__item__wrap {
  padding-left: 0.5em;
}

.blog_article_card__wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  top: -100px;
  z-index: 10;
}

.blog_article_card__wrap .btn-hover {
  margin: 70px auto;
}

@media only screen and (min-width: 768px) {
  .blog_article_card__wrap {
    top: -110px;
    padding-right: 18px;
  }
}

.blog_article_card__wrap .g-100:first-child .blog_article_card--featured {
  padding-top: 0;
}

.blog_article_card {
  padding: 10px 0;
  cursor: pointer;
}

.blog_article_card:hover .blog_article_card__image:after {
  opacity: 1;
}

.blog_article_card:hover .blog_article_card__image:before {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .blog_article_card {
    padding-right: 19px;
  }
}

.blog_article_card__content {
  height: 131px;
  background-color: #fff;
  color: #87879c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px 14px 0;
}

.blog_article_card__content__heading {
  font-size: 18px;
  font-family: FuturaBT-Book;
  margin-top: 13px;
  line-height: 26px;
}

.blog_article_card__content__date {
  text-transform: uppercase;
  font-size: 14px;
}

.blog_article_card_context {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8.66px 15px 0 rgba(0, 0, 0, 0.03);
  display: block;
}

.blog_article_card_context svg {
  transition: 0.3s;
}

.blog_article_card_context:hover svg {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.blog_article_card__image {
  width: 100%;
  height: 270px;
  position: relative;
}

.blog_article_card__image:after,
.blog_article_card__image:before {
  transition: 0.3s;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    200deg,
    rgba(152, 138, 255, 0.4),
    rgba(148, 136, 237, 0.2) 50%
  );
}

.blog_article_card__image:after {
  background: linear-gradient(
    200deg,
    rgba(152, 138, 255, 0.4),
    rgba(10, 8, 30, 0.4) 50%
  );
  opacity: 0;
}

.blog_article_card--featured {
  max-width: 100%;
}

.blog_article_card--featured .blog_article_card_context {
  height: 460px;
}

.blog_article_card--featured .blog_article_card__image {
  height: 100%;
}

.blog_article_card--featured .blog_article_card__content {
  background-color: transparent;
  color: #fff;
  position: relative;
  z-index: 10;
  height: 100%;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 34px 30px;
}

.blog_article_card--featured .blog_article_card__content__heading {
  font-size: 26px;
  line-height: 42px;
  font-family: FuturaBT-Medium;
  margin-bottom: 16px;
}

.blog_article_card--featured .hero-arrow {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .blog_article_card--featured .blog_article_card__content__heading {
    font-size: 32px;
  }
}

.blog__article,
.editor {
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
  font-family: FuturaBT-Book;
  margin-bottom: 40px;
}

.blog__article.transparent,
.editor.transparent {
  background-color: transparent;
}

.blog__article h1,
.blog__article h2,
.blog__article h3,
.blog__article h4,
.blog__article h5,
.blog__article h6,
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  font-family: FuturaBT-Book;
  line-height: 1.2;
  margin-top: 2.6rem;
  margin-bottom: 1.25rem;
}

.blog__article h1,
.editor h1 {
  font-size: 26px;
  margin-top: 0;
  color: #398d00;
  font-weight: 500;
  line-height: 30px;
}

.blog__article h2,
.editor h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 25px;
}

.blog__article h3,
.editor h3 {
  color: #398d00;
  font-size: 20px;
}

.blog__article p,
.editor p {
  font-size: 18px;
  color: #000;
  line-height: 1.4em;
  margin-bottom: 1em;
}

.blog__article h4,
.blog__article h5,
.blog__article h6,
.editor h4,
.editor h5,
.editor h6 {
  color: #398d00;
  font-size: 17px;
}

.blog__article ol,
.blog__article ul,
.editor ol,
.editor ul {
  color: #000;
  padding-left: 19px;
}

.blog__article ol,
.editor ol {
  list-style-image: none;
}

.blog__article li,
.editor li {
  font-size: 18px;
}

.blog__article img,
.editor img {
  width: 100%;
}

.blog__article img.alignleft,
.editor img.alignleft {
  width: auto;
  float: left;
  margin: 10px 10px 10px 0;
}

.blog__article img.alignright,
.editor img.alignright {
  width: auto;
  float: right;
  margin: 10px 0 10px 10px;
}

.blog__article .img-gradient,
.editor .img-gradient {
  position: relative;
}

.blog__article .img-gradient:before,
.editor .img-gradient:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    200deg,
    rgba(152, 138, 255, 0.4),
    rgba(148, 136, 237, 0.2) 50%
  );
}

.blog__article b,
.editor b {
  color: #383841;
}

.blog__article a,
.editor a {
  color: #398d00;
  transition: 0.3s;
}

.blog__article a:hover,
.editor a:hover {
  color: #398d00;
}

.blog__article th,
.editor th {
  padding: 1em;
}

.blog__article td,
.editor td {
  padding: 0.5em 1em;
}

.blog__article blockquote,
.blog__article q,
.editor blockquote,
.editor q {
  color: #000;
  font-family: FuturaBT-Book;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.blog__article iframe,
.editor iframe {
  width: 100% !important;
}

.editor h2 {
  font-size: 22px;
  margin-bottom: 1.25rem;
}

.similar_articles {
  margin-top: 0;
  margin-bottom: 60px;
}

.gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gallery-item {
  padding: 0.3em;
}

.gallery-item img {
  border-radius: 4px;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11%;
}

.quote,
p.blog-important {
  background-color: #398d00;
  color: #fff;
  font-weight: 300;
  position: relative;
  padding: 25px 0;
}

.quote:after,
.quote:before,
p.blog-important:after,
p.blog-important:before {
  content: "";
  background-color: #398d00;
  height: 100%;
  width: 40px;
  position: absolute;
}

.quote:before,
p.blog-important:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.quote:after,
p.blog-important:after {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.quote,
.quote:after,
.quote:before {
  background-color: #dcdcdc;
}

.quote blockquote:after,
.quote blockquote:before,
.quote q:after,
.quote q:before {
  position: absolute;
  color: #b3b3b3;
  font-size: 60px;
}

.quote blockquote:before,
.quote q:before {
  left: -15px;
}

.quote blockquote:after,
.quote q:after {
  right: -24px;
  z-index: 1;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
}

.article-autor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.article-autor img {
  width: 80px;
}

.article-autor .article-autor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-autor .article-autor-wrap {
  padding-left: 15px;
}

.article-autor .article-autor-name {
  color: #398d00;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.article-autor .article-autor-position {
  font-weight: 300;
  line-height: 19px;
}

.back-to-top {
  display: none;
}

@media only screen and (min-width: 768px) {
  .back-to-top {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    width: 82px;
    border-radius: 3px;
    background-color: #398d00;
    position: fixed;
    right: 0;
    top: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 14px 11px 15px 30px;
    z-index: 10;
  }

  .back-to-top:after {
    content: "";
    width: 28px;
    height: 11px;
    background-image: url(../images/long-arrow.svg);
    display: block;
    position: absolute;
    left: 4px;
    top: 21px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-position: 100%;
  }
}

.blank-page {
  z-index: 3;
}

.menu-list {
  color: #398d00;
  background-color: #fff;
  padding: 8px 31px 1px;
  border-radius: 4px;
  position: relative;
  top: -110px;
  z-index: 10;
}

.menu-list__heading {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.menu-list__ul {
  padding: 0;
  margin-bottom: 4px;
  transition: 0.3s;
  visibility: visible;
  max-height: 800px;
}

.menu-list__li {
  font-size: 18px;
  list-style: none;
  border-bottom: 1px solid #eeeef1;
  padding: 17px 0;
  font-family: FuturaBT-Book;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .menu-list__li:hover {
    color: #398d00;
  }
}

.menu-list__li:last-child {
  border: none;
}

@media only screen and (min-width: 992px) {
  .menu-list {
    padding: 24px 31px 0;
  }

  .menu-list__li {
    transition: 0.25s;
  }

  .drop-ic {
    display: none;
  }

  .collapsed .menu-list__ul {
    visibility: visible !important;
    max-height: none !important;
  }
}

.collapsed .menu-list__ul {
  visibility: hidden;
  max-height: 0;
}

.drop-ic {
  transition: 0.3s 0.1s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.collapsed .drop-ic {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.footer {
  width: 100%;
  background-color: #0c0a13;
  padding: 60px 0 20px;
  color: #8f8f94;
  background-image: url(../images/bcg-noise.png);
  font-family: FuturaBT-Book;
}

.footer .flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
  .footer .flex {
    margin-bottom: 25px;
  }
}

.footer__newsletter {
  padding-top: 19px;
}

.footer__newsletter label {
  padding: 14px 0;
  display: block;
}

.footer__newsletter label a {
  color: #8f8f94;
}

.footer__newsletter label a:hover {
  color: #fff;
}

.footer__links {
  margin-bottom: 60px;
}

.footer__links li {
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .footer__links {
    -ms-flex-order: 2;
    order: 2;
    padding-left: 80px;
  }

  .footer__newsletter {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 768px) {
  .footer {
    padding: 30px 0 5px;
  }

  .footer__links,
  .footer__newsletter {
    width: 50%;
  }

  .footer__links {
    margin-bottom: 10px;
  }

  .footer .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer__links__heading {
  color: #62626e;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: inherit;
  letter-spacing: 1px;
}

.link__list__item a {
  text-decoration: none;
  color: #8f8f94;
  font-family: inherit;
}

@media only screen and (min-width: 992px) {
  .link__list__item a {
    transition: 0.2s;
  }

  .link__list__item a:hover {
    color: #cbcbd1;
  }
}

.footer__copy,
.footer__text {
  font-family: inherit;
  line-height: 24px;
}

.footer__copy-social {
  margin-top: 25px;
  overflow: hidden;
  position: relative;
}

.footer__copy-social .g-50:first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .footer__copy-social {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 10px;
  }

  .footer__copy-social .g-50,
  .footer__copy-social .social {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .footer__copy-social .social {
    margin-bottom: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer__copy-social .footer__copy {
    padding-top: 10px;
  }

  .footer__copy-social .g-50:last-child:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.1;
    position: absolute;
    bottom: 1px;
    left: 0;
  }
}

.footer__copy {
  font-size: 14px;
  color: #62626e;
}

.footer__text-phone {
  font-family: FuturaBT-Medium;
  color: #398d00;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.88px;
}

.footer__hr {
  border: none;
  border-bottom: 1px solid #fff;
  opacity: 0.1;
}

.social a {
  text-decoration: none;
  margin: 0 2px;
  cursor: pointer;
}

.social a:last-child {
  margin: 0;
}

.social a circle,
.social a path {
  transition: 0.3s;
}

.social a:hover circle,
.social a:hover path {
  opacity: 1 !important;
}

. {
  transition: 0.3s cubic-bezier(0.03, 0.98, 0.52, 0.99);
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: #0b0b11;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

..open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
}

. .dots li {
  border-color: hsla(0, 0%, 100%, 0.5);
}

. .dots li.active {
  background-color: #fff;
  border-color: #fff;
}

. .section_heading {
  margin-bottom: 30px;
  padding: 0 11px;
}

. .section_title {
  padding: 0 11px;
  letter-spacing: 5px;
  margin-bottom: 5px;
  font-family: FuturaBT-Book;
}

. .form_light .choices {
  border-color: #29292e;
}

. .form_light .choices.is-open {
  z-index: 200;
}

. .form_light .choices__inner,
. .form_light .choices__input {
  background-color: transparent;
}

. .form_light .choices__list--dropdown {
  color: #010101;
}

. .form_light label {
  color: #83838f;
}

. .form_light input {
  color: #fff;
  border-color: #29292e;
}

. .form_light .btn {
  width: auto;
}

@media only screen and (max-width: 992px) {
  ..open {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

.-slideshow-wrap {
  overflow: hidden;
  width: 500px;
}

.-slideshow,
.-slideshow .js_frame,
.-slideshow .js_slides {
  width: 100%;
  height: 100vh;
}

.-slideshow .dots {
  position: absolute;
  bottom: 20px;
  left: 40px;
}

.-slideshow-slide {
  height: 100%;
  position: relative;
}

.-slideshow-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.-slideshow-image:after,
.-slideshow-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.-slideshow-image:after {
  top: 0;
  background-color: #000;
  opacity: 0.3;
}

.-slideshow-image:before {
  bottom: 0;
  opacity: 0.9;
  background: linear-gradient(180deg, rgba(11, 11, 17, 0) 0, #0b0b11);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000b0b11", endColorstr="#0b0b11", GradientType=0);
}

.-slideshow-content {
  position: absolute;
  bottom: 95px;
  padding-left: 42px;
  padding-right: 10px;
}

.-slideshow-content img {
  height: 70px;
  display: block;
}

.-slideshow-content p {
  font-size: 26px;
  font-family: FuturaBT-Book;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 10px;
}

.-slideshow-author {
  font-family: FuturaBT-Book;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 12px;
  letter-spacing: 4px;
}

.-slideshow-logo {
  position: absolute;
  top: 60px;
  left: 40px;
  z-index: 2;
}

.-content {
  -ms-flex-positive: 2;
  flex-grow: 2;
  position: relative;
  padding: 20px;
}

.-close {
  text-align: right;
  padding: 5px;
}

.-close svg {
  transition: 0.3s;
  opacity: 0.4;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .-close {
    padding: 40px;
  }

  .-close svg:hover {
    opacity: 1;
  }
}

.-form {
  max-width: 570px;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
  .-slideshow-wrap {
    display: none;
  }
}

.hp {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .hp {
    height: 90vh;
  }
}

.hp .homepage-canvas {
  background-color: #000;
  transition: 0ms;
  width: 112vw !important;
  height: 112vh !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hp .modals {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.hp .modals .modal-hover {
  cursor: pointer;
  position: absolute;
}

.hp-btn {
  z-index: 10;
}

.hp-bcg {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

.hp-content {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  color: #fff;
}

.hp-content h1 {
  font-size: 52px;
}

.hp-content.center {
  text-align: center;
}

.hp-content .btn {
  padding: 19px 35px 19px 24px;
  margin: 0 2px;
}

.hp-content .btn svg {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hp-content .btn--transparent {
  /* background-color: rgba(99, 86, 193, .7) */
  background-color: #398d00;
  /* background-color: #398D00; */
}

.hp-content .btn--transparent svg {
  right: 17px;
}

@media only screen and (max-width: 768px) {
  .hp-content h1 {
    margin-top: 0;
  }
}

.hp-dark {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.7s ease-in-out;
}

.hp-dark.open {
  z-index: 150;
  opacity: 0.5;
}

.hp-content-logos {
  height: 59px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
}

.lang-switcher {
  display: inline-block;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 4px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}

.lang-switcher a {
  color: inherit;
  padding: 14px 14px 12px;
  line-height: 1;
  display: block;
  font-family: FuturaBT-Book;
  font-size: 12px;
  color: hsla(0, 0%, 100%, 0.5);
}

.lang-switcher a.active {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.lang-switcher a:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.lang-switcher:after {
  content: "";
  background-color: hsla(0, 0%, 100%, 0.5);
  height: 1px;
  width: 16px;
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lang-switcher a:first-child {
  position: relative;
}

.lang-switcher a:first-child:after {
  content: "";
  background-color: hsla(0, 0%, 100%, 0.5);
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
}

.lang-switcher.explain {
  opacity: 0;
  left: auto;
  right: 14px;
}

.lang-switcher.explain a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

.lang-switcher.explain svg {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.lang-switcher.explain:after {
  right: -17px;
  left: auto;
}

.lang-switcher.explain.dark {
  border-color: #000;
}

.lang-switcher.explain.dark:after {
  background-color: #000;
}

.lang-switcher.explain.dark svg path {
  fill: #000;
}

.lang-switcher.explain.dark a {
  color: #000;
}

.homepage-canvas canvas {
  opacity: 0;
  /* opacity: 1; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@-webkit-keyframes b {
  0%,
  45% {
    -webkit-transform: skewX(-15deg) translateX(-100%);
    transform: skewX(-15deg) translateX(-100%);
  }

  50% {
    -webkit-transform: skewX(-15deg) translateX(100%);
    transform: skewX(-15deg) translateX(100%);
  }

  55%,
  to {
    -webkit-transform: skewX(-15deg) translateX(-100%);
    transform: skewX(-15deg) translateX(-100%);
  }
}

@keyframes b {
  0%,
  45% {
    -webkit-transform: skewX(-15deg) translateX(-100%);
    transform: skewX(-15deg) translateX(-100%);
  }

  50% {
    -webkit-transform: skewX(-15deg) translateX(100%);
    transform: skewX(-15deg) translateX(100%);
  }

  55%,
  to {
    -webkit-transform: skewX(-15deg) translateX(-100%);
    transform: skewX(-15deg) translateX(-100%);
  }
}

.hp-delayed-btn:after {
  -webkit-animation-name: b;
  animation-name: b;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.cmodal {
  transition: opacity 0.7s 0.1s;
  position: absolute;
  top: 0;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
}

.cmodal.open {
  visibility: visible;
  opacity: 1;
  z-index: 90;
}

.cmodal-item {
  width: 170px;
  height: 170px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 22px;
  position: relative;
}

.cmodal-item.white {
  background-color: #f5f3f8;
}

.cmodal-item.white .cmodal-item-heading {
  color: #413e48;
}

.cmodal-item.white .cmodal-item-description {
  color: #87879c;
}

.cmodal-item.colored {
  /* background-image: linear-gradient(0deg, #a187ed, #8888ed) */
  /* background-image: linear-gradient(to top, #37ECBA 0%, #72AFD3 100%); */
  background-color: #398d00;
}

.cmodal-item.colored .cmodal-item-heading {
  color: #fff;
}

.cmodal-item.colored .cmodal-item-description {
  /* color: #dcdcff */
  color: #ffffffb5;
}

.cmodal-item.colored.arr-l:after {
  border-right-color: #9587ed;
}

.cmodal-item.colored.arr-t:after {
  border-bottom-color: #8888ed;
}

.cmodal-item.colored.arr-r:after {
  border-left-color: #9388ed;
}

.cmodal-item.colored.arr-b:after {
  border-top-color: #a187ed;
}

.cmodal-item.button .cmodal-item-description {
  color: #fff;
}

.cmodal-item.btl {
  border-top-left-radius: 4px;
}

.cmodal-item.btr {
  border-top-right-radius: 4px;
}

.cmodal-item.bbr {
  border-bottom-right-radius: 4px;
}

.cmodal-item.bbl {
  border-bottom-left-radius: 4px;
}

.cmodal-item.button {
  border: none;
}

.cmodal-item.line-right {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.cmodal-item.line-left {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.cmodal-item .cmodal-item-heading {
  font-size: 34px;
  width: 100%;
  margin-bottom: 10px;
}

.cmodal-item .cmodal-item-heading.red {
  color: #ca3647;
}

.cmodal-item .cmodal-item-heading span {
  font-size: 12px;
  position: relative;
  top: -15px;
}

.cmodal-item .cmodal-item-heading a {
  width: 38px;
  height: 38px;
  display: block;
  border-radius: 100px;
  box-shadow: none;
  margin: 0 auto 3px;
}

.cmodal-item .cmodal-item-heading a:hover {
  -webkit-animation: c 1.5s ease-out;
  animation: c 1.5s ease-out;
}

.cmodal-item .cmodal-item-description {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.4;
  font-family: FuturaBT-Book;
  letter-spacing: 1.3px;
}

@media only screen and (max-width: 768px) {
  .cmodal-item {
    width: 120px;
    height: 120px;
    padding: 5px;
  }

  .cmodal-item.empty {
    display: none;
  }

  .cmodal-item .cmodal-item-description {
    font-size: 10px;
  }

  .cmodal-item .cmodal-item-heading {
    font-size: 24px;
  }

  .cmodal-item .cmodal-item-heading span {
    top: -10px;
  }
}

@-webkit-keyframes c {
  0% {
    box-shadow: 0 0 0 0 #a187ed;
  }

  to {
    box-shadow: 0 0 0 30px rgba(161, 135, 237, 0);
  }
}

@keyframes c {
  0% {
    box-shadow: 0 0 0 0 #a187ed;
  }

  to {
    box-shadow: 0 0 0 30px rgba(161, 135, 237, 0);
  }
}

@-webkit-keyframes d {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes d {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.arr-b:after,
.arr-l:after,
.arr-r:after,
.arr-t:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arr-l:after {
  right: 99%;
  top: 50%;
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}

.arr-t:after {
  border-bottom-color: #fff;
  bottom: 99%;
  left: 50%;
  border-width: 10px;
  margin-left: -10px;
}

.arr-r:after {
  left: 99%;
  top: 50%;
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}

.arr-b:after {
  top: 99%;
  left: 50%;
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

#cmodal-1 {
  width: 340px;
  height: 340px;
}

#cmodal-2 {
  width: 510px;
  height: 340px;
}

#cmodal-3 {
  width: 340px;
  height: 340px;
}

#cmodal-4 {
  width: 510px;
  height: 170px;
}

#cmodal-5 {
  width: 340px;
  height: 340px;
}

@media only screen and (max-width: 768px) {
  #cmodal-1,
  #cmodal-2,
  #cmodal-3 {
    width: 240px;
    height: 240px;
  }

  #cmodal-4 {
    width: 240px;
    height: 100px;
  }

  #cmodal-5 {
    width: 240px;
    height: 240px;
  }
}

@media only screen and (max-width: 992px) {
  .hp-btn {
    width: 100%;
  }

  .hp-dark {
    display: none;
  }

  .hp-content {
    text-align: left;
    padding: 20px 30px 0;
    max-width: 300px;
  }

  .hp-content h1 {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 0;
  }
}

.pointer {
  cursor: pointer;
}

.company-block-texts,
.scroll-section {
  position: absolute;
}

.scroll-section {
  width: 100vw;
  height: 100vh;
  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;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  left: 0;
  pointer-events: none;
}

.scroll-section .circle svg {
  position: absolute;
  top: -23px;
  right: -24px;
}

.scroll-section .circle svg path {
  stroke-dasharray: 1040;
  stroke-dashoffset: 1040;
}

.scroll-section-1 {
  pointer-events: auto;
}

.scroll-section-1 .hp-content {
  max-width: none;
}

.scroll-section-content {
  max-width: 960px;
  width: 100%;
  opacity: 0;
}

.scroll-section-content .cmodal-item {
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .scroll-section-content {
    width: auto;
  }
}

.right .scroll-section-content {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.hp-content-middle h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .hp-content-middle .btn {
    margin-bottom: 10px;
  }

  .hp-content-middle .btn--transparent svg {
    -webkit-transform: rotate(-91deg) translate(2px, 1px);
    transform: rotate(-91deg) translate(2px, 1px);
  }
}

.circle {
  width: 339px;
  height: 339px;
  background-color: #fff;
  border-radius: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.circle img {
  position: absolute;
  top: -23px;
  left: -23px;
  width: 383px;
  z-index: -1;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .hp-content-middle h2 {
    font-size: 19px;
  }

  .circle {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.circle-item-heading {
  font-size: 95px;
  font-weight: 400;
  position: relative;
}

.circle-item-heading span {
  font-size: 30px;
  position: absolute;
  top: 14px;
  color: #398d00;
}

.circle-item-description {
  font-family: FuturaBT-Book;
  color: #398d00;
  padding: 0 70px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1px;
  margin-top: 10px;
}

.slide-controls {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 8;
}

@media only screen and (max-width: 768px) {
  .slide-controls {
    visibility: visible !important;
  }
}

.slide-controls .slide-controls-point {
  width: 10px;
  height: 10px;
  border-radius: 20px;
  margin-bottom: 14px;
  border: 1px solid rgba(144, 220, 252, 0.5);
  cursor: pointer;
}

.slide-controls .slide-controls-point svg {
  pointer-events: none;
  cursor: pointer;
}

.slide-controls .slide-controls-point.home {
  border-color: transparent;
  height: 22px;
  margin-bottom: 9px;
}

.slide-controls .slide-controls-point.home.active {
  background-color: transparent;
}

.slide-controls .slide-controls-point.active {
  background-color: #90dcfc;
}

.slide-controls .slide-controls-point.active .toolbar {
  opacity: 1;
}

.slide-controls .slide-controls-point.final {
  width: 9px;
  height: 9px;
  border-radius: 0;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

.slide-controls .slide-controls-point:hover .toolbar {
  opacity: 1;
}

.slide-controls .toolbar {
  color: #90dcfc;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  left: 20px;
  width: 100px;
  pointer-events: none;
  transition: 0.3s;
  opacity: 0;
}

.slide-controls .final .toolbar {
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  top: -51px;
  left: -5px;
}

@media only screen and (max-width: 768px) {
  .slide-controls {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .slide-controls .slide-controls-point {
    width: 8px;
    height: 8px;
    margin-right: 14px;
  }

  .slide-controls .slide-controls-point svg {
    -webkit-transform: scale(0.84);
    transform: scale(0.84);
    left: -2px;
    position: relative;
  }

  .slide-controls .slide-controls-point.final {
    width: 8px;
    height: 8px;
    border-radius: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    margin-right: 0;
  }

  .slide-controls .toolbar {
    display: none;
  }
}

.hp .arrow-down {
  opacity: 0;
  text-align: center;
  bottom: 50px;
  -webkit-animation: d 1.5s infinite;
  animation: d 1.5s infinite;
  cursor: pointer;
  width: 27px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 90;
}

.hp .arrow-down,
.hp .arrow-down.dark {
  position: absolute;
}

.hp .arrow-down.dark svg path {
  fill: #000;
}

@media only screen and (max-width: 768px) {
  .hp .arrow-down {
    bottom: 40px;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 100%;
    display: none;
    position: absolute;
  }

  .hp .arrow-down.dark {
    display: block;
  }
}

.final-section {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f3f8;
  position: relative;
}

.final-section.drop:after {
  pointer-events: none;
  content: "";
  width: 100%;
  height: 500px;
  position: absolute;
  top: -500px;
  left: 0;
  background: linear-gradient(180deg, rgba(245, 243, 248, 0) 0, #f5f3f8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f5f3f8", endColorstr="#f5f3f8", GradientType=0);
}

.final-section h2 {
  font-size: 36px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .final-section h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 40px;
  }
}

.references-large {
  margin: 0 auto;
  /* margin: 0 auto 180px */
}

@media only screen and (max-width: 768px) {
  .references-large {
    margin-bottom: 20px;
  }
}

.references-large .flex {
  max-width: 1022px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .references-large .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .references-large .flex img {
    width: 90%;
    margin: 0 auto;
  }
}

.references-large .references-slide-content {
  padding: 0 0 0 54px;
}

.references-large .references-slide-content h3 {
  font-size: 30px;
  color: #11111a;
  font-family: FuturaBT-Book;
  margin: 0;
  line-height: 1.1;
  margin-bottom: 14px;
}

.references-large .references-slide-content p {
  color: #87879c;
  font-family: FuturaBT-Book;
  font-size: 18px;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .references-large .references-slide-content {
    padding: 20px;
  }

  .references-large .references-slide-content h3 {
    font-size: 26px;
    color: #11111a;
    font-family: FuturaBT-Book;
    margin: 0;
    line-height: 1.1;
    margin-bottom: 14px;
  }

  .references-large .references-slide-content p {
    /*color: #398D00;*/
    font-family: FuturaBT-Book;
    font-size: 17px;
    line-height: 1.3;
  }

  .info-card {
    margin: 0;
  }

  .js_slides .js_slide {
    padding: 0 24px;
  }
}

.company-images {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .company-images .company-image {
    visibility: visible;
    display: block;
  }
}

.premium-reference {
  margin-top: 80px;
  width: 100%;
  min-width: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
}

.premium-references {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .premium-references {
    margin-bottom: 30px;
  }

  .premium-references .download .btn {
    font-size: 10px;
  }
}

.premium-reference-text-flex {
  -ms-flex-align: center;
  align-items: center;
}

.premium-reference-text,
.premium-reference-text-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.premium-reference-text {
  max-width: 500px;
  padding-right: 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right;
}

.premium-reference-text img {
  margin-bottom: 53px;
}

.premium-reference-text q {
  font-size: 26px;
  /* font-size: 36px; */
  font-family: FuturaBT-Book;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .premium-reference-text {
    padding: 20px;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }

  .premium-reference-text img {
    margin-bottom: 20px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  .premium-reference-text q {
    font-size: 23px;
  }
}

.download {
  margin: 0 auto 200px;
}

@media only screen and (max-width: 768px) {
  .download {
    margin: 60px auto 20px;
  }
}

.download .btn {
  font-size: 14px;
  font-family: FuturaBT-Book;
  color: #fff;
  padding: 24px 30px;
}

.download .btn svg {
  position: relative;
  top: 1px;
}

.premium-reference-text .author,
p.download-text {
  margin-top: 30px;
  font-size: 26px;
  font-family: FuturaBT-Book;
  color: #87879c;
}

@media only screen and (max-width: 768px) {
  .premium-reference-text .author,
  p.download-text {
    font-size: 20px;
  }
}

.premium-reference-image {
  height: 750px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 45% 50%;
  background-size: cover;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

@media only screen and (max-width: 768px) {
  .premium-reference-image {
    height: 300px;
  }
}

.side-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100vh;
  background-color: #f5f3f8;
  z-index: 200;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  transition: 0.7s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-modal.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.side-modal.open .side-modal-close-ic {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  opacity: 1;
  transition: 0.4s 0.6s;
}

@media only screen and (max-width: 768px) {
  .side-modal {
    display: none;
  }
}

.side-modal-content {
  max-width: 450px;
  padding: 0 15px;
  text-align: center;
  opacity: 0;
  display: none;
}

.side-modal-content.active {
  opacity: 1;
  display: block;
}

.side-modal-content .subheading {
  font-size: 14px;
  color: #87879c;
  font-family: FuturaBT-Book;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.side-modal-content h3 {
  font-size: 30px;
  font-family: FuturaBT-Book;
}

.side-modal-content p {
  color: #87879c;
  font-family: FuturaBT-Book;
  font-size: 18px;
  line-height: 1.4;
}

.side-modal-content img {
  width: 100%;
}

.transparent-btn {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  color: #87879c;
  width: 100%;
  display: block;
  margin-bottom: 12px;
}

.side-modal-close-ic {
  position: absolute;
  top: 50%;
  left: -37px;
  -webkit-transform: translateY(-50%) scale(0.5);
  transform: translateY(-50%) scale(0.5);
  opacity: 0;
  cursor: pointer;
}

.stats-boxes {
  border-radius: 4px;
  box-shadow: 5px 8.66px 15px 0 rgba(0, 0, 0, 0.03);
  display: -ms-flexbox;
  display: flex;
  height: 170px;
  width: 510px;
  background-color: #fff;
  margin: 0 auto;
  -webkit-transform: translateY(-90px);
  transform: translateY(-90px);
}

@media only screen and (max-width: 768px) {
  .stats-boxes {
    display: none;
  }
}

.stat-box {
  width: 170px;
  height: 170px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

.stat-box:nth-child(2) {
  border-left: 1px solid #eeecf1;
  border-right: 1px solid #eeecf1;
}

.stat-box .heading {
  font-size: 34px;
  color: #413e48;
  line-height: 1.294;
  text-align: center;
  position: relative;
}

.stat-box .heading svg {
  position: absolute;
  left: -34px;
  top: 10px;
}

.stat-box .text {
  font-size: 12px;
  color: #398d00;
  text-transform: uppercase;
  line-height: 1.167;
  text-align: center;
  font-family: FuturaBT-Book;
  letter-spacing: 1px;
  margin-top: 13px;
}

.hp-content-promo-blocks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 40px 20px;
}

.hp-content-promo-blocks:after {
  content: "";
  width: 100%;
  height: 200px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.7));
  z-index: 0;
}

.hp-content-promo-blocks .block {
  max-width: 150px;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.hp-content-promo-blocks .block-heading {
  font-size: 34px;
  line-height: 1.294;
}

.hp-content-promo-blocks .block-content {
  font-family: FuturaBT-Book;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .hp-content-promo-blocks {
    display: none;
  }
}

.non-active {
  pointer-events: none;
}

.colored_background {
  background-color: #f3f1f6;
}

.dark_background {
  background-color: #0c0a13;
}

.section__pressandsocial__masonry {
  position: relative;
  top: -85px;
  z-index: 10;
}

.blog_article_flex {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.info_block h2 {
  font-family: FuturaBT-Book;
  font-size: 26px;
  margin-bottom: 0.4em;
}

.info_block p {
  color: #398d00;
  font-size: 18px;
  line-height: 1.5;
}

.info_block a {
  color: #398d00;
  transition: 0.3s;
}

.info_block a:hover {
  color: #398d00;
}

.info_block a svg {
  transition: 0.3s;
}

.info_block a svg:hover {
  opacity: 0.8;
}

.section_heading {
  font-size: 36px;
  margin-top: 0;
}

.alt-list_container {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.alt-list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 490px;
  margin-bottom: 150px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.alt-list .alt-list_image {
  min-width: 70px;
  text-align: center;
  margin: 0 auto;
}

.alt-list .alt-list_image img {
  height: 100%;
}

.alt-list .alt-list_content {
  padding-left: 25px;
}

.alt-list .alt-list_content h3 {
  font-size: 26px;
  font-family: FuturaBT-Book;
  margin-top: 0;
  margin-bottom: 0.3em;
}

.alt-list .alt-list_content p {
  font-size: 18px;
  color: #398d00;
  margin-top: 0;
  line-height: 1.4;
}

.alt-list:nth-child(2n) {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.alt-list:nth-child(2n) .alt-list_content {
  text-align: right;
  padding-left: 0;
  padding-right: 25px;
}

.your-choice {
  display: none;
  margin: 0.5em 1.5em 1em;
  padding: 25px 20px;
  max-height: none;
  height: auto;
}

.your-choice h2 {
  font-size: 32px;
}

.your-choice p {
  color: #398d00;
  font-size: 18px;
}

@media only screen and (min-width: 992px) {
  .alt-list_container {
    padding: 0 78px;
  }

  .your-choice {
    padding: 85px 10%;
  }
}

.alt-list-canvas {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
}

.alt-list_container {
  position: relative;
  padding-top: 100px;
}

.img-cont {
  width: 65px;
  height: 65px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.company-bcg {
  height: 100%;
  height: 100vh;
  top: 0;
  z-index: -1;
}

.company-bcg,
.company-bcg:before {
  width: 100%;
  position: absolute;
  left: 0;
}

.company-bcg:before {
  content: "";
  height: 100px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(11, 11, 17, 0) 0, #0b0b11);
}

.hero--company {
  background-color: transparent;
  height: auto;
  z-index: 2;
}

.hero--company:before {
  display: none;
}

.hero--company .flex {
  text-align: left;
  height: 700px;
}

.hero--company p {
  font-size: 24px;
  font-family: FuturaBT-Book;
  line-height: 1.3;
  margin-top: 0;
}

.company {
  color: #fff;
}

.company .editor p {
  color: #a9a9af;
}

@media only screen and (max-width: 768px) {
  .hero--company {
    height: auto;
  }

  .hero--company .flex {
    padding-top: 100px;
    height: auto;
  }

  .hero--company p {
    font-size: 20px;
    line-height: 1.4;
  }
}

.company-timeline {
  overflow: hidden;
  width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.company-timeline:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
}

.timeline-heading {
  font-size: 36px;
  margin-bottom: 120px;
}

.timeline-item {
  max-width: 420px;
  background-color: #2d2c41;
  padding: 33px;
  margin: 190px 85px 5px;
  position: relative;
  float: left;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.timeline-item:nth-child(odd) {
  border-bottom-left-radius: 4px;
  margin-top: 40px;
}

.timeline-item:nth-child(odd):before {
  content: "";
  position: absolute;
  right: -44px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 44px 0 0 44px;
  border-color: transparent transparent transparent #2d2c41;
}

.timeline-item:nth-child(odd).picture:before {
  border-color: transparent transparent transparent #292a2b;
}

.timeline-item:nth-child(odd) .month-point {
  right: -150px;
}

.timeline-item:nth-child(odd) .month-point:before {
  left: -19px;
}

.timeline-item:nth-child(2n) {
  border-bottom-right-radius: 4px;
}

.timeline-item:nth-child(2n):before {
  content: "";
  position: absolute;
  left: -44px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 44px 44px;
  border-color: transparent transparent #2d2c41;
}

.timeline-item:nth-child(2n).picture:before {
  border-color: transparent transparent #292a2b;
}

.timeline-item:nth-child(2n) .month-point {
  left: -149px;
  text-align: right;
}

.timeline-item:nth-child(2n) .month-point:before {
  right: -19px;
}

.timeline-item .month-point {
  position: absolute;
  bottom: -5px;
  color: rgba(192, 124, 255, 0.6);
  line-height: 0.981;
  font-size: 12px;
  font-family: FuturaBT-Book;
  width: 50px;
}

.timeline-item .month-point:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #fff;
  position: absolute;
  top: 0;
  border-radius: 1000px;
}

.timeline-item.picture {
  min-height: 540px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.timeline-item.picture:after {
  content: "";
  background-image: linear-gradient(0deg, #262727, rgba(161, 135, 237, 0.4));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.timeline-item h4 {
  font-size: 14px;
  color: #dcdcff;
  text-transform: uppercase;
  line-height: 2;
  margin: 0;
  z-index: 3;
}

.timeline-item p {
  font-size: 18px;
  color: #fff;
  line-height: 1.333;
  font-family: FuturaBT-Book;
  margin: 10px 0 0;
  z-index: 3;
}

.timeline-year {
  position: absolute;
  left: 50%;
  font-size: 12px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #c07cff;
  line-height: 0.981;
  text-align: center;
  background-color: #050409;
  border: 1px solid #302c4e;
  padding: 5px 10px;
  border-radius: 4px;
}

.company-main {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .timeline-year {
    left: 40px;
  }

  .company-timeline {
    width: 640px;
  }

  .company-timeline:before {
    left: 40px;
  }

  .timeline-item:nth-child(2n),
  .timeline-item:nth-child(odd) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    margin: 40px 5px 5px 105px;
  }

  .timeline-item:nth-child(2n):before,
  .timeline-item:nth-child(odd):before {
    content: "";
    position: absolute;
    left: -44px;
    right: auto;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 44px 44px;
    border-color: transparent transparent #2d2c41;
  }

  .timeline-item:nth-child(2n).picture:before,
  .timeline-item:nth-child(odd).picture:before {
    border-color: transparent transparent #434396;
  }

  .timeline-item:nth-child(2n) .month-point,
  .timeline-item:nth-child(odd) .month-point {
    left: -129px;
    right: auto;
    text-align: right;
  }

  .timeline-item:nth-child(2n) .month-point:before,
  .timeline-item:nth-child(odd) .month-point:before {
    right: -19px;
    left: auto;
  }
}

.text-white {
  color: #fff !important;
}
.text-grey {
  color: #87879c !important;
}

.para {
  font-size: 22px;
  opacity: 0.5 !important;
}

.circle-chart {
  width: 339px !important;
  height: 339px !important;
}

.scroll-section .circle svg {
  top: 0 !important;
  right: 0 !important;
}

.solution-class {
  width: 800px;
  height: auto;
  margin: auto;
}

.section-margin {
  margin-right: 20px;
}

.f-35 {
  font-size: 35px;
}

.case-innerpage {
  color: rgb(135, 135, 156);
  visibility: visible;
  animation-name: a;
  float: right;
}

@media only screen and (max-width: 768px) {
  .timeline-heading {
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .company-timeline {
    width: 100%;
  }

  .solution-class {
    width: 100%;
  }

  .references-slide-content img {
    width: 100%;
    height: auto;
  }

  .section-margin {
    margin-right: 0;
  }

  .cmodal-item .cmodal-item-heading {
    font-size: 18px !important;
  }

  .f-35 {
    font-size: 20px;
  }

  .case-innerpage {
    float: none;
    margin-top: 20px;
  }
}

.lds-ring {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #22ab26;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #22ab26 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.carrer__wrapper {
  background-color: white;
  /* width: 50%;  */
  max-width: 500px;
  padding: 60px;
  padding-bottom: 100px;
  margin: 20px auto;
  -webkit-box-shadow: 10px 10px 32px -5px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 10px 10px 32px -5px rgba(0, 0, 0, 0.32);
  box-shadow: 10px 10px 32px -5px rgba(0, 0, 0, 0.32);
  border-radius: 10px;
}

/* Style the container */

.inside_container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 60px;
}

.carrer__form {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  margin-bottom: 20px;
}

/* Style the label to display next to the inputs */

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

.form_submit {
  background-color: #398d00;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
  .col-25,
  .col-75,
  .form_submit {
    width: 100%;
    margin-top: 0;
  }
  .carrer__wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .inside_container {
    padding: 0;
  }
}

.pc-btn {
  background-color: #398d00;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin-left: 20px;
  text-transform: uppercase;
  letter-spacing: 0.79px;
  border-radius: 5px;
  border: 2px solid #398d00;
}

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 19;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* background-color:white; */
  /* width: 50%;  */
  /* max-width: 500px;
        padding: 60px;
        padding-bottom: 100px;
      margin: 20px auto; */
}

/* Modal Content/Box */

.modal-content {
  background-color: #fefefe;
  margin: 0 auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  /* max-width: 500px; */
  border-radius: 10px;
}

/* The Close Button */

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.prod-calc_wrapper {
  margin: 20px;
  overflow: auto;
  padding-bottom: 60px;
}

.pc__container {
  display: inline-flex;
  width: 100%;
}

.pc_card-compare-wrapper {
  display: flex;
  justify-content: space-evenly;
}

.savings__card {
  background-color: white;
  /* width: 50%;  */
  max-width: 400px;
  box-shadow: 10px 10px 32px -5px rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  padding: 24px;
}

.savings__card.sc {
  background-color: #22ab26;
  color: white;
  max-width: 100%;
  margin: 25px;
}

.sc .savings__card_question {
  color: #ffe9e9;
  text-align: center;
}

.sc .savings__card_answer {
  color: white;
  font-size: 28px;
  font-size: 28px;
  display: block;
  font-weight: bold;
  margin-top: 4px;
}

.sc .savings__card_title {
  font-size: 28px;
}

.container2 {
  width: 100%;
}

.savings__card_title {
  font-size: 18px;
  text-align: center;
  padding: 20px;
}

.savings__card_question {
  color: #5d5d5d;
}

.savings__card_answer {
  color: black;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
  flex-direction: row;
}

.rd-btn {
  color: #87879c;
  margin-left: 20px;
}

.saved-card-value {
  display: inline-flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .col-25,
  .col-75,
  .form_submit {
    width: 100%;
    margin-top: 0;
  }
  .carrer__wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }
  .inside_container {
    padding: 0;
  }
  .modal-content {
    width: 95%;
  }
  .prod-calc_wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pc_card-compare-wrapper {
    display: block;
  }
  .savings__card:nth-child(even) {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .btn-wrapper {
    flex-direction: column;
  }
  .rd-btn {
    margin-bottom: 20px;
  }
  .btn-wrapper a,
  .rd-btn {
    /* margin: 10px; */
    margin-right: 20px;
  }
  .saved-card-value {
    display: flex;
    flex-direction: column;
  }
  .savings__card.sc {
    margin: 0;
  }
}

@media screen and (max-width: 800px) {
  .pc__container {
    display: block;
  }
}

/* Toaster or SnackBar */
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #22ab26;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 20;
  left: 50%;
  top: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
