/* @media (min-width: $sm) => @media (min-width: 576px) */
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

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

body {
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input,
textarea {
  font-family: "Poppins", sans-serif;
}

/* mobile-first */
.aa-container,
.aa-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .aa-container {
    --min-container-width: 540px;
    max-width: min(var(--min-container-width), calc(100% - 30px));
  }
}
@media (min-width: 768px) {
  .aa-container {
    --min-container-width: 720px;
  }
}
@media (min-width: 992px) {
  .aa-container {
    --min-container-width: 960px;
  }
}
@media (min-width: 1200px) {
  .aa-container {
    --min-container-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .aa-container {
    --min-container-width: 1320px;
  }
}
/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/wp-content/themes/algo-affiliates-gp/public/fonts/poppins-700.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* mobile-first */
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  --main-color: #140a54;
  --accent-color: #3ae0f3;
  --footer-overlay-value: 50px;
}
@media screen and (min-width: 576px) {
  body {
    --footer-overlay-value: 75px;
  }
}
@media screen and (min-width: 768px) {
  body {
    --footer-overlay-value: 100px;
  }
}
body * {
  box-sizing: border-box;
}
body.full-width-content .container.grid-container {
  max-width: 100%;
}
body.full-width-content .site-main {
  margin: 0;
}
body .main-navigation + .site .hero {
  padding-top: 135px;
  margin-top: -135px;
}
body .main-menu-container {
  z-index: 100;
}

.js-fade {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .js-fade {
    opacity: 0;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto !important;
}

video {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.display--desktop {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .display--desktop {
    display: block !important;
  }
}
.display--mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .display--mobile {
    display: none !important;
  }
}

.site-footer {
  display: none;
}

.container.site {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: calc(var(--footer-overlay-value) * -1);
}

.section-gp {
  padding: 30px 0;
}

.aa-page main > *:last-child {
  padding-bottom: var(--footer-overlay-value);
}

.blog .site-content > *:last-child {
  padding-bottom: var(--footer-overlay-value);
}

/* mobile-first */
.section {
  padding: 50px 0 50px;
  /* h2 */
  /* h3 */
  /* p */
}
@media screen and (min-width: 768px) {
  .section {
    margin: 0;
    padding: 100px 0 100px;
  }
  .section.hero {
    padding-top: 0px;
  }
}
.section--gray {
  background-color: #f7f7f7;
}
.section--nopadding {
  padding: 0;
}
.section_title {
  color: #140a54;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
  margin-bottom: 30px;
  text-align: center;
}
.section_title--uppercase {
  text-transform: uppercase;
}
.section_title--light {
  color: #ffffff;
}
.section_title--underline {
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (min-width: 768px) {
  .section_title--underline {
    padding-bottom: 60px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .section_title {
    font-size: 39px;
  }
}
@media screen and (min-width: 1024px) {
  .section_title {
    text-align: initial;
  }
}
.section_subtitle {
  color: #453c9e;
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.section_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section .paragraph,
.section .paragraph p {
  color: #6e6e6e;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 16px;
  display: inline-block;
}
.section .paragraph--center,
.section .paragraph p--center {
  text-align: center;
}
.section .paragraph span,
.section .paragraph p span {
  font-weight: 700;
  display: inline-block;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section .paragraph span,
.section .paragraph p span {
    text-align: initial;
  }
}

/* mobile-first */
.columns-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .columns-wrapper {
    flex-direction: initial;
  }
}
body#page-publishers .section--gray .columns-wrapper {
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  body#page-publishers .section--gray .columns-wrapper {
    flex-direction: initial;
  }
}

/* mobile-first */
.column {
  width: 100%;
  flex: 1;
}
@media screen and (min-width: 992px) {
  .column {
    max-width: 50%;
  }
}
.column-rest {
  max-width: none;
}
@media screen and (min-width: 992px) {
  .column-30 {
    max-width: 33%;
  }
}
@media screen and (min-width: 992px) {
  .column-40 {
    max-width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .column-60 {
    max-width: 60%;
  }
}
.column img,
.column svg {
  max-width: 100%;
  max-height: 100%;
  align-self: center;
  vertical-align: middle;
  margin: auto;
}

.aa-button,
a.aa-button {
  display: inline-block;
  font-size: 16px;
  padding: 10px 45px;
  width: auto;
  height: auto;
  border-radius: 30px;
  align-self: center;
  text-align: center;
  color: var(--main-color);
  background-color: var(--accent-color);
  border: none;
  transition-property: color, background-color;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-top: 30px;
  text-decoration: none;
}
.aa-button:hover, .aa-button:focus,
a.aa-button:hover,
a.aa-button:focus {
  color: var(--main-color);
  text-decoration: underline;
}
.aa-button--main,
a.aa-button--main {
  text-transform: none;
  background-color: #42e8e0;
  font-weight: 700;
}
.aa-button--main:hover, .aa-button--main:focus,
a.aa-button--main:hover,
a.aa-button--main:focus {
  background-color: #21c1b9;
  text-decoration: none;
}
.aa-button--upper,
a.aa-button--upper {
  text-transform: uppercase;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

.cookie-widget {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 78px;
  bottom: 0;
  left: 0;
  padding: 15px 10px 11px;
  color: #333;
  font-family: roboto, sans-serif;
  font-size: 12px;
  background-color: #fefefe;
  z-index: 9999;
  box-shadow: 1px -1px 15px rgba(0, 0, 0, 0.2);
  padding-left: 70px;
  padding-right: 70px;
  min-height: 78px;
  max-height: none;
}
@media screen and (max-width: 1200px) {
  .cookie-widget {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cookie-widget a {
  text-decoration: underline;
}

.cw_controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 30px;
}
@media screen and (max-width: 1200px) {
  .cw_controls {
    margin: 0 10px;
  }
}
.cw_content {
  display: inherit;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  color: #383838;
  letter-spacing: 1px;
}
@media screen and (max-width: 1200px) {
  .cw_content {
    display: initial !important;
    font-size: 12px;
  }
}
.cw_accept-button {
  padding: 0 !important;
  display: inline-block;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  padding: 5px;
  margin-left: 10px;
  border-radius: 3px;
  transition: 0.3s;
  width: -moz-max-content;
  width: max-content;
}
.cw_accept-button:hover {
  text-decoration: none;
  color: #42e8e0;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .cw_accept-button {
    margin-left: 0 !important;
  }
}
.cw_close {
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 24px;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  min-width: 25px;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .cw_close {
    width: 18px;
    height: 18px;
    min-width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
}
.cw_close--allow {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  border-radius: 30px;
  padding: 15px;
  color: #1a1160;
  background: #42e8e0;
  opacity: 1;
  transition: 0.2s;
  border: 2px solid #42e8e0;
}
@media screen and (max-width: 1200px) {
  .cw_close--allow {
    padding: 15px;
    font-size: 16px;
    width: -moz-max-content;
    width: max-content;
  }
}
.cw_close--allow:hover {
  opacity: 1;
  background: none;
  border: 2px solid #1a1160;
  transition: 0.2s;
}
.cw_close--close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAABJUlEQVR4nO2Y2wqCUBBF7Qe7UfRQ315QJEWXHzBYIRQFWuk5Z8aRZr31smev9OhUljmO4zhSAHPgDOyBseLcCXAArsAiNGQAnHhRBIe1m7t4zHpyKbuEhh3fgsQlqJYvOcYETmsCRSSoL19+nsYGz2qCb8Aq8VkramYsUw0Qk0C6vKQEWuUlJNTLp5TorHwKic7Lx0iYKR8iYa58Gwmz5ZtImC/fYBVQWUUkr4Ttb76FhP3yJR/u+crB7lt5+xL0+RDz5VGp8XsiiibPebMStHhJmZMg4A1rRoKI9aBzCRLsNp1JkHAxU5dAYKtES0JyJUZaQmOfR0oCGBn4a3EUE7rTKP9DYpuFAuRa5b9I5FnkLbQF1lGXMmzu5jF7qDXXcRznD7kDEjZgdJknwowAAAAASUVORK5CYII=") 50% 50% no-repeat, #13094e;
  background-size: 70%, 100%;
}
.cw_close--close:hover {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAABJUlEQVR4nO2Y2wqCUBBF7Qe7UfRQ315QJEWXHzBYIRQFWuk5Z8aRZr31smev9OhUljmO4zhSAHPgDOyBseLcCXAArsAiNGQAnHhRBIe1m7t4zHpyKbuEhh3fgsQlqJYvOcYETmsCRSSoL19+nsYGz2qCb8Aq8VkramYsUw0Qk0C6vKQEWuUlJNTLp5TorHwKic7Lx0iYKR8iYa58Gwmz5ZtImC/fYBVQWUUkr4Ttb76FhP3yJR/u+crB7lt5+xL0+RDz5VGp8XsiiibPebMStHhJmZMg4A1rRoKI9aBzCRLsNp1JkHAxU5dAYKtES0JyJUZaQmOfR0oCGBn4a3EUE7rTKP9DYpuFAuRa5b9I5FnkLbQF1lGXMmzu5jF7qDXXcRznD7kDEjZgdJknwowAAAAASUVORK5CYII=") 50% 50% no-repeat, #42e8e0;
  background-size: 70%, 100%;
}

html[lang=nl] .cw .cw-content,
html[lang=fr] .cw .cw-content {
  font-size: 9px;
}

.site-logo {
  flex: 0 0 40px;
  z-index: 101;
  text-align: left;
  display: flex;
  align-items: stretch;
  padding: 0;
}
@media screen and (min-width: 375px) {
  .site-logo {
    flex: 0 0 150px;
    flex: 1;
  }
}
@media screen and (min-width: 992px) {
  .site-logo {
    padding: 30px 0;
  }
}
.site-logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 375px) {
  .site-logo a {
    max-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .site-logo a {
    max-width: 280px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .site-logo a {
    max-width: none;
    padding-right: 40px;
  }
}
.site-logo svg,
.site-logo .is-logo-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  width: 40px;
  height: 35px;
  overflow: hidden;
}
@media screen and (min-width: 375px) {
  .site-logo svg,
.site-logo .is-logo-image {
    -o-object-fit: contain;
       object-fit: contain;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .site-logo svg,
.site-logo .is-logo-image {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
    width: 100%;
  }
}
.rtl .site-logo svg,
.rtl .site-logo .is-logo-image {
  -o-object-position: right;
     object-position: right;
}

/* mobile-first */
#page-header {
  background: #03097A !important;
  background: linear-gradient(90deg, #23196e 0%, #150c57 45%, #0f054c 100%);
  padding: 20px 0 57px;
}
@media screen and (min-width: 992px) {
  #page-header {
    padding: 0 15px;
  }
}
#page-header .aa-container {
  background-color: transparent;
}
#page-header.home {
  padding: 0 0 260px 0;
}
#page-header .header-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  max-width: 100%;
  max-height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 15px;
}
@media screen and (min-width: 992px) {
  #page-header .header-row {
    height: auto;
    position: relative;
    padding: 0 15px;
    height: 100px;
  }
}
#page-header .header-row.open-mobile .register-login-menu-container {
  background: none;
  margin-top: 113px;
}
#page-header .header-row .logo-link {
  text-align: left;
}
#page-header .header-row .logo-link img,
#page-header .header-row .logo-link svg {
  max-width: 200px;
  width: 100%;
}
#page-header .header-row .burger-menu {
  align-self: center;
  background: url("/themes/znmobioffical/homestatic/burger-menu-icon.svg") no-repeat center right;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  #page-header .header-row .burger-menu {
    display: none;
  }
}
#page-header .header-row.open-mobile .burger-menu {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAABJUlEQVR4nO2Y2wqCUBBF7Qe7UfRQ315QJEWXHzBYIRQFWuk5Z8aRZr31smev9OhUljmO4zhSAHPgDOyBseLcCXAArsAiNGQAnHhRBIe1m7t4zHpyKbuEhh3fgsQlqJYvOcYETmsCRSSoL19+nsYGz2qCb8Aq8VkramYsUw0Qk0C6vKQEWuUlJNTLp5TorHwKic7Lx0iYKR8iYa58Gwmz5ZtImC/fYBVQWUUkr4Ttb76FhP3yJR/u+crB7lt5+xL0+RDz5VGp8XsiiibPebMStHhJmZMg4A1rRoKI9aBzCRLsNp1JkHAxU5dAYKtES0JyJUZaQmOfR0oCGBn4a3EUE7rTKP9DYpuFAuRa5b9I5FnkLbQF1lGXMmzu5jF7qDXXcRznD7kDEjZgdJknwowAAAAASUVORK5CYII=") 50% 50% no-repeat;
  background-size: contain;
  background-position: right;
}
#page-header .header-row .burger-menu,
#page-header .header-row .logo-link {
  z-index: 999999 !important;
}
#page-header .header-row .main-menu-container {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 100px 10px 120px 10px;
  width: auto;
  background-image: url("/themes/znmobioffical/homestatic/mobile-menu-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  box-sizing: border-box;
  z-index: 99;
  flex-grow: 1;
  width: 100%;
  transition: ease 200ms;
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  #page-header .header-row .main-menu-container {
    width: initial;
    display: initial;
    position: static;
    padding: 0;
    background: none;
    transform: none;
    opacity: initial;
    pointer-events: initial;
    visibility: visible;
    flex: initial;
  }
}
#page-header .header-row.open-mobile .main-menu-container {
  transform: translateY(0);
  opacity: 1;
  pointer-events: initial;
  visibility: visible;
}
#page-header .aa-container {
  padding: 0px;
}
#page-header nav {
  margin-top: 0;
}
#page-header #breadcrumbs * {
  color: #ffffff;
}

.gtranslate_wrapper {
  flex: 0 0 110px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .gtranslate_wrapper {
    max-width: 60px;
    flex: 0 0 110px;
  }
}
@media screen and (min-width: 1200px) {
  .gtranslate_wrapper {
    max-width: none;
  }
}
.gtranslate_wrapper .gt_switcher_wrapper {
  position: relative !important;
}
.gtranslate_wrapper .gt_switcher {
  padding: 0;
}
.gtranslate_wrapper .gt_switcher .gt_selected {
  width: 150px;
  background: transparent !important;
}
@media screen and (min-width: 992px) {
  .gtranslate_wrapper .gt_switcher .gt_selected {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1200px) {
  .gtranslate_wrapper .gt_switcher .gt_selected {
    width: initial;
  }
}
.gtranslate_wrapper .gt_switcher .gt_selected a {
  border: none !important;
  color: #fff !important;
  margin-right: 0 !important;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  width: auto !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .gtranslate_wrapper .gt_switcher .gt_selected a {
    font-size: 0;
  }
}
@media screen and (min-width: 1200px) {
  .gtranslate_wrapper .gt_switcher .gt_selected a {
    font-size: 14px;
  }
}
.gtranslate_wrapper .gt_switcher .gt_selected a:hover {
  background: transparent !important;
}
.gtranslate_wrapper .gt_switcher .gt_selected a:after {
  right: auto !important;
  position: relative !important;
  right: 20px;
}
.gtranslate_wrapper .gt_switcher .gt_selected .gt_option a {
  text-align: left;
}
.gtranslate_wrapper .gt_switcher a {
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .gtranslate_wrapper .gt_switcher a {
    font-size: 14px;
  }
}
.gtranslate_wrapper .gt_switcher a.selected {
  background: inherit;
}
.gtranslate_wrapper .gt_switcher img {
  width: auto;
}
.gtranslate_wrapper .gt_switcher .gt_option {
  position: absolute !important;
  width: 150px !important;
  max-height: none !important;
  margin-top: 30px;
}
.gtranslate_wrapper .gt_switcher .gt_option::-webkit-scrollbar-thumb {
  background-color: #0f054c !important;
  border-radius: 8px;
}

#header_login_btn {
  color: #180e5b;
  margin: 0 auto;
  font-weight: normal;
  padding: 5px 10px;
  flex: 0 0 auto;
}
@media screen and (min-width: 992px) {
  #header_login_btn.display--desktop {
    flex: initial;
    font-size: 0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAACXBIWXMAAAsTAAALEwEAmpwYAAAEoUlEQVR4nO2cTWhdRRSAvyb0N0Goqe3SEooRFBdaF9Y/ROmPCCooZqkW1EJru5N2VbrppkUTG9xJMdbS0qrdKC4UDdEYkS400ZWKTWlL+tp14yJXDpxgqJ2Z+17vfW8mcz44EG7unZl7zr1nzpwz94FhGIZhGIZhGIZhGIZhxEc/sAv4BDgPNIB/VBp67ISeI+caFdANDALjwDxQlJR5veYVoMss0RpPA783oXSXTANPmRHKswr4oALF3yzHgJVmCD/rgMkalL8gE0CfGcGt/Okalb8gU2aEW7udyRLK+xsYArYBA0CPyoAeG9ZzyrwJ5o4WEfL5F4BXNSoKIee8BswE2hwp0VY20U7hkTP6lDdLL3A2EKpmHx11A795lHQEWHYbxpVrjwbmg6zXCYMe5ZytSDlihFOefl4mY8Y9Pr8Vt+NzR645YYxM6fekF2TCrZrXPXPBRjJklyfULBPtNEu3vlm36vNNMuSEQxkS59fF+44+R8mQ8w5lyIKqLnY4+vyZDGk4lHFPjX0OOPqcJUPmHMqQiKUueh193iBD5jpggDvMAP/RMBcU5yS8vcY+n7VJOByGDtdoAAtDF/FWRAuxN8iQfk8qQvL5VbPTk4q4m0wZdyhlpuJoSNq66OjrOzJm0JMm/qzCdPRpTz8vkTHdgUL80ZoLMr/kXpBBy4JFoDDTijuSaz71tCu+/8kW2l2SjASMMKP5/LJF+Z0en9+OcDc5VupWkSIgFzSWl6zmvfqU9+rfO3T3myvUXCzf27aU/9OnRfKiZvkVuLMDD1kyRpioUfny5JvyS7ijkYoVP68+33bDNRkdTVWgfAk1LdppkS7dtzPWwgcaY7rIyj7Or4qNunvhY63hNrSoI3JVj41qYi3b3E4d9ABbgf3AceBH4A/g+iIDXNdjE3rOfr1mTacHnyrrgX3qRlylyzIyp8m2vdqmEeAx4Jx++Vh1CCptfq59GDfxhD6pRZvkW+BxswJsAD5qMsKpUk7rGLLkRZ08iw7LNeB5MmKF7v+cb0JJl7SIv0ejm03AWmC5ylo9Jv97W8+93ET7MpZ3ta0ljWQuvyqplFngPeCh2+hvsxr7ask+v6z4u4ToEm1lv4TcDayusO/V+vaUSVVPLsVviWVB9EOJMHGo5q2JYoiDuhfUN5afah5H231+yO1MA/e1cUz3Bz4OFPliqcwJQ4EbPdmhlEFPYLdEoQX9pHkuEO0c63C2MrRrQsb+AomyIRDnDxMPrj2jhWZd7yJBRgNup4t46Aq4ow9JMLfjcj1TkaaJez0/ECX3soWEcCXWbrQ52mmWBzzp769JhEc8r/Ih4uewZ/yPkgDnPCvcKle3dYanFz0bhqNmvaeYIumFVNjnWa3LL3slN/DZRJ7+BdZ4EnhRP0hjjkFLVjM1hh338g0R+05XBPEg6fGwJ5KL8m3e6immpMgy4Irjnp4hQg44BisbqVLlpOOe3iFCjjsGK4WQVNmbUmrCta1cXFOqbPdsc4+OvxyDTfmn5Dc57ulPIuSaY7ApfxDR57gnWSNEhysElZJkqqzwhKKGYRiGYRiGYRiGYRiGYRiGYRiGYRDiXz5AK/oTL8ibAAAAAElFTkSuQmCC");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    padding: initial;
    min-width: 50px;
    min-height: 30px;
  }
}
@media screen and (min-width: 1400px) {
  #header_login_btn.display--desktop {
    background-image: none;
    font-size: 14px;
    flex: 0 0 auto;
    padding: 5px 20px;
  }
}
@media screen and (min-width: 992px) {
  #header_login_btn {
    margin: 0;
  }
}

/* mobile-first */
ul#main-menu {
  list-style: none;
  display: flex;
  align-items: stretch;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-size: 16px;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}
@media screen and (min-width: 992px) {
  ul#main-menu {
    flex-direction: initial;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  ul#main-menu {
    justify-content: space-around;
    gap: 10px;
  }
}
ul#main-menu > .menu-item {
  margin: 0 5px;
  text-align: center;
}
ul#main-menu > .menu-item a {
  margin: 0;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
}
ul#main-menu > .menu-item a:not(.btn_mob_login) {
  color: #ffffff;
  display: flex;
}
ul#main-menu > .menu-item a:hover {
  text-decoration: underline;
}
ul#main-menu > .menu-item-login {
  margin-top: 5px;
  margin-bottom: 5px;
}
ul#main-menu > .menu-item-login a:before {
  content: "";
  background: url("/themes/znmobioffical/homestatic/login-icon.svg") no-repeat 0 0;
  background-size: cover;
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-right: 2px;
}
@media screen and (min-width: 992px) {
  ul#main-menu > .menu-item-login {
    margin: 0;
  }
}
ul#main-menu > .menu-item-register a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
  padding: 11px 33px;
  background: #42e8e0;
  letter-spacing: 0;
  color: #190f5d;
  border-radius: 23px;
  font-weight: 500;
  text-transform: uppercase;
}
ul#main-menu > .menu-item.current_page_item {
  /* @media screen and (max-width: $lg) {
      color: #42e8e0;
  } */
}
ul#main-menu > .menu-item.current_page_item > a {
  font-weight: bold;
  text-decoration: none;
}
ul#main-menu > .menu-item-has-children > .sub-menu {
  margin-left: 0px;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -30px);
  opacity: 0;
  transition: ease-out 200ms;
}
@media screen and (min-width: 992px) {
  ul#main-menu > .menu-item-has-children > .sub-menu {
    display: block !important;
    height: auto;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
  }
}
ul#main-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children {
  height: auto;
}
ul#main-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  max-width: 100%;
}
ul#main-menu > .menu-item-has-children > .sub-menu .sub-menu {
  position: static;
}
ul#main-menu > .menu-item-has-children .sub-menu {
  display: none;
  z-index: 99999999;
  margin: 10px 10px 10px 30px;
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden;
  border: none !important;
}
@media screen and (min-width: 768px) {
  ul#main-menu > .menu-item-has-children .sub-menu {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 992px) {
  ul#main-menu > .menu-item-has-children .sub-menu {
    margin: 0;
    padding: 0 15px;
    width: 350px;
    position: absolute;
    top: 100%;
    left: 50%;
    background: #231a6f;
  }
}
@media screen and (min-width: 1200px) {
  ul#main-menu > .menu-item-has-children .sub-menu {
    top: calc(100% - 15px);
  }
}
ul#main-menu > .menu-item-has-children .sub-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}
ul#main-menu > .menu-item-has-children .sub-menu::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}
ul#main-menu > .menu-item-has-children .sub-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
ul#main-menu > .menu-item-has-children .sub-menu .menu-item {
  margin: 0 !important;
  text-align: left;
  list-style: none !important;
  overflow: hidden;
  white-space: nowrap;
  height: auto;
  padding: 0;
  border: none;
}
@media screen and (min-width: 992px) {
  ul#main-menu > .menu-item-has-children .sub-menu .menu-item {
    border-bottom: 1px solid #2d209c;
  }
}
@media screen and (min-width: 1200px) {
  ul#main-menu > .menu-item-has-children .sub-menu .menu-item {
    width: auto;
  }
}
ul#main-menu > .menu-item-has-children .sub-menu .menu-item a {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  padding: 10px 0;
  white-space: initial;
}
@media screen and (min-width: 992px) {
  ul#main-menu > .menu-item-has-children .sub-menu .menu-item a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1200px) {
  ul#main-menu > .menu-item-has-children .sub-menu .menu-item a {
    padding: 15px 0;
  }
}
.rtl + ul#main-menu > .menu-item-has-children .sub-menu .menu-item a {
  text-align: right;
}
@media screen and (min-width: 992px) {
  ul#main-menu > .menu-item-has-children:hover > a, ul#main-menu > .menu-item-has-children:focus > a {
    text-decoration: underline;
  }
  ul#main-menu > .menu-item-has-children:hover > a::after, ul#main-menu > .menu-item-has-children:focus > a::after {
    transform: rotate(-180deg);
  }
  ul#main-menu > .menu-item-has-children:hover > .sub-menu, ul#main-menu > .menu-item-has-children:focus > .sub-menu {
    display: block;
  }
  ul#main-menu > .menu-item-has-children:hover .sub-menu, ul#main-menu > .menu-item-has-children:focus .sub-menu {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
}
ul#main-menu > .menu-item-has-children > a {
  position: relative;
}
@media screen and (min-width: 992px) {
  ul#main-menu > .menu-item-has-children > a {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) {
  ul#main-menu > .menu-item-has-children > a .bi-chevron-down {
    position: absolute;
    right: 0%;
    margin-left: 30px;
  }
}
ul#main-menu .menu-item {
  position: relative;
  padding: 0;
  cursor: pointer;
  width: auto;
  border-bottom: 1px solid #2d209c;
  text-align: left;
  /*  &:nth-last-child(2) {
      border: none !important;
  } */
}
@media screen and (min-width: 992px) {
  ul#main-menu .menu-item {
    width: auto;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
ul#main-menu .menu-item::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}
ul#main-menu .menu-item::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}
ul#main-menu .menu-item::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
ul#main-menu .menu-item a {
  width: 100%;
  padding: 20px;
  width: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 992px) {
  ul#main-menu .menu-item a {
    padding: 0;
  }
}
.rtl + ul#main-menu .menu-item a {
  text-align: right !important;
}
ul#main-menu .menu-item-has-children > a {
  gap: 10px;
}
ul#main-menu .menu-item-has-children > a::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transition: transform ease 250ms;
  transform: rotate(0deg);
}
ul#main-menu .menu-item-has-children.sub-menu-visible > a::after {
  transform: rotate(-180deg);
}
ul#main-menu .menu-item-has-children.sub-menu-visible > .sub-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
ul#main-menu .mob_login_btn {
  display: block;
  border: none;
  margin: 50px auto 0;
}
ul#main-menu .mob_login_btn .button {
  font-size: 18px;
}
@media (min-width: 992px) {
  ul#main-menu .mob_login_btn {
    display: none;
  }
}

/**
 * Algo-Affiliates Home Page css
**/
body#homepage .section:not(.hero) .aa-container {
  max-width: min(1140px, calc(100% - 30px));
}
@media screen and (min-width: 1200px) {
  body#homepage .section:not(.hero) .aa-container {
    max-width: min(var(--min-container-width), calc(100% - 30px));
  }
}

h1.page-main-title {
  color: #fefefe;
  font-size: 29px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  min-height: calc(1.5em * 4);
}
@media screen and (min-width: 576px) {
  h1.page-main-title {
    min-height: auto;
  }
}
@media screen and (min-width: 768px) {
  h1.page-main-title {
    font-size: 42px;
  }
}
@media screen and (min-width: 992px) {
  h1.page-main-title {
    text-align: initial;
  }
}
@media screen and (min-width: 1200px) {
  h1.page-main-title {
    font-size: 46px;
  }
}

.hero {
  background: #03097A;
  /* background: linear-gradient(90deg, #23196e 0%, #150c57 45%, #0f054c 100%); */
}
.hero_home-content {
  align-items: center;
}
@media screen and (min-width: 992px) {
  .hero_home-content {
    padding-bottom: 50px;
  }
}
.hero_home-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .hero_home-column {
    align-items: flex-start;
  }
}

.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .hero__buttons {
    justify-content: initial;
  }
}
.hero__buttons .aa-button {
  width: 300px;
  margin-top: 0;
}
.hero__buttons .aa-button:hover {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.hero__buttons .aa-button--purple {
  background-color: #4d3cbe;
  color: #ffffff;
}
.hero__buttons .aa-button--purple:hover {
  color: #ffffff;
}

.svg-in-hero-section {
  text-align: center;
}

.scroll-arrow {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .scroll-arrow {
    display: none;
    width: auto;
  }
}

.about_us_image_right {
  padding: 65px 0 120px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .about_us_image_right {
    text-align: initial;
    padding-top: 200px;
    padding-bottom: 115px;
  }
}
.about_us_image_right_content {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .about_us_image_right_content {
    padding-right: 100px;
  }
}
.about_us_image_right img {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .about_us_image_right img {
    margin-top: initial;
  }
}

.benefits.section {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .benefits.section {
    margin-top: -110px;
  }
}
.benefits-item {
  font-family: "Montserrat", sans-serif;
  color: #180e5b;
  border-radius: 24px;
  z-index: 1;
  background: #ffffff;
  padding: 30px 45px 50px 30px;
  text-align: center;
  box-shadow: none;
}
@media screen and (min-width: 992px) {
  .benefits-item {
    box-shadow: 0px 3px 6px #2c88c364;
  }
}
.benefits-item_description {
  color: #807b7b;
  font-family: "Roboto Slab", Sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.5;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .benefits-item_description {
    font-size: 18px;
    min-height: 50px;
  }
}
.benefits-item span {
  color: #180e5b;
  font-family: "Montserrat", Sans-serif;
  font-size: 39px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .benefits-item span {
    font-size: 42px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .benefits-item span {
    font-size: 42px;
  }
}

.values {
  display: block;
  /* background: #f7f7f7; */
}
@media screen and (min-width: 992px) {
  .values {
    padding-top: 150px;
    padding-bottom: 135px;
  }
}
.values_title {
  margin-left: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .values_title {
    text-align: initial;
    margin-left: 110px;
  }
}
.values_image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  order: 1;
}
@media screen and (min-width: 992px) {
  .values_image-wrapper {
    margin: 0;
    order: initial;
  }
}
.values_item {
  display: block;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .values_item {
    display: flex;
    text-align: initial;
  }
}
.values_icon {
  max-width: 78px;
  max-height: 78px;
  width: 100%;
  margin: 0px auto 20px;
}
@media screen and (min-width: 992px) {
  .values_icon {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.values_subtitle {
  margin-bottom: 20px;
  color: #453c9e;
  font-family: montserrat, Sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.values_text {
  margin-bottom: 40px;
}

/* 
.laptop {
    @media screen and (min-width: $lg) {
        padding-top: 130px;
    }
} */
.charts > div {
  display: none;
}
.charts img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  height: 250px;
}
@media screen and (min-width: 576px) {
  .charts img {
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .charts {
    position: relative;
    height: auto;
    margin: 0 auto;
    z-index: 2;
    overflow: hidden;
    margin-top: 55px;
    --tooltip-size: 30px;
  }
  .charts > div {
    display: flex;
  }
  .charts g.hp-chart-tooltip {
    width: var(--tooltip-size);
    height: var(--tooltip-size);
    -webkit-clip-path: circle(calc(var(--tooltip-size) / 2) at 50% bottom 0);
            clip-path: circle(calc(var(--tooltip-size) / 2) at 50% bottom 0);
  }
  .charts .tooltip-span {
    height: var(--tooltip-size);
    width: var(--tooltip-size);
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
  }
}

@media screen and (min-width: 992px) {
  .circle-charts-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 306px;
    position: absolute;
    transform: translateY(55px);
    right: 0;
    z-index: 4;
    background: #ffffff;
    box-shadow: 0 3px 6px #2c88c364;
    border-radius: 24px;
    padding: 20px 40px;
    box-sizing: content-box;
    margin-right: 5px;
  }
  .circle-charts-wrapper .chart-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 5px;
    margin-right: 4px;
  }
  .circle-charts-wrapper .chart-box .chart-wrapper1,
.circle-charts-wrapper .chart-box .chart-wrapper2,
.circle-charts-wrapper .chart-box .chart-wrapper3 {
    position: relative;
    margin-right: 5px;
  }
  .circle-charts-wrapper .chart-box .chart-wrapper1 svg,
.circle-charts-wrapper .chart-box .chart-wrapper2 svg,
.circle-charts-wrapper .chart-box .chart-wrapper3 svg {
    width: 50px;
    height: 50px;
  }
  .circle-charts-wrapper .chart-box span {
    font-size: 0.8rem;
  }
  .circle-charts-wrapper .dashboard-label-line {
    width: 100%;
    text-align: right;
    color: #27b8d2;
    font-size: 0.8rem;
    padding-right: 40px;
  }
}

@media screen and (min-width: 992px) {
  .column-charts-wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 25%;
    left: 0;
    z-index: 4;
    background: #ffffff;
    box-shadow: 0 3px 6px #2c88c364;
    border-radius: 24px;
    padding: 20px 40px;
    box-sizing: content-box;
    margin-left: 5px;
    --tooltip-size: 20px;
  }
  .column-charts-wrapper #columnChart {
    max-width: 500px;
  }
  .column-charts-wrapper .labels {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-size: 8px;
    color: #4d5c66;
  }
  .column-charts-wrapper .labels span {
    margin: 0 7px;
  }
}

@media screen and (min-width: 992px) {
  .wave-charts-wrapper {
    display: flex;
    flex-direction: column;
    z-index: 3;
    margin: 0 auto;
    background-image: url("/themes/znmobioffical/homestatic/laptop.webp");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 160px 135px 140px;
    box-sizing: border-box;
    width: 990px;
    height: 615px;
  }
  .wave-charts-wrapper > div {
    z-index: 1;
    border-radius: 4px;
  }
}

.features {
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .features {
    padding-top: 120px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .features {
    padding-bottom: 130px;
  }
}
.features_icon {
  margin-bottom: 20px;
}
.features_title {
  font-weight: bolder;
  font-size: 1.25rem;
  margin-bottom: 20px;
  color: #000;
}
.features p {
  color: #a8a8a8;
  font-family: montserrat, Sans-serif;
  font-size: 19px;
  font-weight: 700;
}
.features_list {
  margin-top: 55px;
  margin-bottom: 50px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .features_list {
    flex-direction: row;
  }
}
.features_item {
  border-radius: 24px 24px 24px 24px;
  padding: 10px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1607843137);
}

.trial {
  position: relative;
  text-align: center;
  background-color: #190f5d;
  margin-bottom: 220px;
}
.trial.section {
  padding: 77px 10px 125px;
}
@media screen and (min-width: 992px) {
  .trial.section {
    padding: 65px 0 90px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .trial.section {
    margin-bottom: 0;
  }
}
.trial_image {
  position: absolute;
  text-align: center;
  bottom: -200px;
  --shift: -150px;
  left: var(--shift);
}
@media screen and (min-width: 768px) {
  .trial_image {
    top: 250px;
  }
}
@media screen and (min-width: 992px) {
  .trial_image {
    top: 170px;
    --shift: -100px;
  }
}
@media screen and (min-width: 1200px) {
  .trial_image {
    top: 90px;
    --shift: 0;
  }
}
.rtl .trial_image {
  transform: scaleX(-1);
  left: initial;
  right: var(--shift);
}
.trial .paragraph {
  text-align: center;
  color: #fff;
}
.trial a {
  margin: 0 auto;
}
.trial .particles-js-canvas-el {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 290px;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.free-30-days-trial .particles-js-canvas-el {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 290px;
  z-index: -1;
}
.free-30-days-trial svg {
  max-width: 100%;
}

.partners ul {
  margin-left: 40px;
  list-style-type: disc;
}
.partners li {
  color: #8c8c8c;
  font-family: montserrat, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
@media screen and (min-width: 768px) {
  .partners li {
    font-size: 18px;
  }
}

.awards {
  padding-top: 80px;
}

@media screen and (min-width: 992px) {
  .best.section {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}
.best_image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.best_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  order: -1;
}
@media screen and (min-width: 992px) {
  .best_content {
    padding-right: 100px;
    order: initial;
  }
}
.best_content p {
  color: #6e6e6e;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 16px;
  display: inline-block;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .best_content p {
    font-size: 18px;
  }
}

.pillars_content {
  font-family: roboto, Sans-serif;
}
.pillars_content ul {
  padding: 0;
  margin: 0 20px;
}
@media screen and (min-width: 992px) {
  .pillars_content ul {
    padding: 75px 0;
    margin-left: 40px;
  }
}
.pillars_content li {
  font-size: 19px !important;
  list-style: none;
  margin-bottom: 40px;
}
.pillars_content h3 {
  color: #453c9e;
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .pillars_content h3 {
    font-size: 22px;
  }
}
.pillars_content h3::before {
  content: "";
  background: #41e4df;
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 50%;
}
.pillars_content p {
  color: #6e6e6e;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 16px;
  display: inline-block;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .pillars_content p {
    font-size: 18px;
  }
}

.join {
  padding: 90px 0;
  text-align: center;
  background-color: #190f5d;
  background-image: url(https://algo-affiliates.com/wp-content/uploads/2022/11/Gradient-Fill-1-copy.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.join .section_title {
  text-align: center;
}

.recommends {
  /* Recommends section modal */
  /* Recommends section modal END */
}
.recommends.section {
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .recommends.section {
    padding-top: 130px;
  }
}
.recommends h2 {
  max-width: 100vw;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .recommends h2 {
    max-width: 1140px;
    margin: 0 auto;
    margin-bottom: 130px;
  }
}
.recommends h3 {
  color: #140a54;
}
@media screen and (min-width: 768px) {
  .recommends .display--desktop {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .recommends .display--mobile {
    display: none !important;
  }
}
.recommends_wrapper:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}
.recommends_wrapper .slick-track {
  display: flex;
}
.recommends_wrapper .slick-track .slick-slide {
  padding: 15px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .recommends_wrapper .slick-track .slick-slide {
    padding: 15px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .recommends_wrapper .slick-track .slick-slide {
    padding: 15px;
  }
}
.recommends_wrapper button.slick-arrow {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  background: #333333;
  color: #fff;
  z-index: 1;
  background-color: #000;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  border-radius: 50%;
  transform: translateY(-50%) rotateZ(90deg);
  opacity: 0.8;
  cursor: pointer;
}
.recommends_wrapper button.slick-arrow img {
  width: 100%;
}
.recommends_wrapper button.slick-arrow.slick-prev {
  left: 0px;
}
.recommends_wrapper button.slick-arrow.slick-next {
  right: 0px;
  transform: translateY(-50%) rotateZ(-90deg);
}
@media screen and (min-width: 576px) {
  .recommends_wrapper button.slick-arrow {
    width: 50px;
    height: 50px;
  }
}
.recommends_wrapper .slick-slide {
  width: 80vw;
}
.recommends-item {
  direction: initial;
  padding: 10px 0;
  height: auto;
}
.recommends-item_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 0px 9.5px 0.5px rgba(20, 20, 21, 0.15);
}
.recommends_header {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-direction: column;
  margin-bottom: 15px;
}
.recommends_header h3 {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 900;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 375px) {
  .recommends_header h3 {
    text-align: initial;
  }
}
@media screen and (min-width: 576px) {
  .recommends_header h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 375px) {
  .recommends_header {
    flex-direction: row;
  }
}
.recommends-photo {
  max-width: 45px;
  max-height: 45px;
}
@media screen and (min-width: 576px) {
  .recommends-photo {
    max-width: 55px;
    max-height: 55px;
  }
}
.recommends_info {
  flex: 1;
  padding-bottom: 10px;
  max-height: 100px;
  overflow: hidden;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .recommends_info {
    max-height: none;
  }
}
.recommends_info ul {
  padding: 0;
  margin: 0;
}
.recommends_info ul li {
  font-size: 16px !important;
  list-style: none;
  color: #333333;
  font-family: "Montserrat";
  font-weight: 600;
  display: inline-block;
}
.recommends_info ul li::before {
  content: "";
  background: #41e4df;
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}
.rtl .recommends_info ul li::before {
  margin-right: 0;
  margin-left: 8px;
}
.recommends_info ul li strong {
  color: #000;
}
.recommends_info .button {
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
}
.recommends_info .button--main {
  color: #140a54;
}
.recommends_info p {
  margin: 0;
  color: #333333;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recommends_info p a {
  text-decoration: none;
  color: #1b78e2;
}
.recommends-item .read_more,
.recommends .read_more_mob {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 700;
  color: #41e4df;
  padding: 0;
  border: none;
  background: none;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.recommends .modal-recommends_text * {
  color: #333333;
}
.recommends .modal-recommends_content {
  width: 70vw;
  border-radius: 15px;
  height: -moz-fit-content;
  height: fit-content;
}
.recommends .modal-recommends_content a {
  text-decoration: underline;
  font-weight: 700;
}
.recommends .modal-recommends_body {
  margin: 0;
  justify-content: left;
  text-align: initial;
  padding: 30px;
  margin: 0;
}
.recommends .modal-recommends_icon {
  max-width: 45px;
  max-height: 45px;
}
@media screen and (min-width: 768px) {
  .recommends .modal-recommends_icon {
    max-width: 55px;
    max-height: 55px;
  }
}
.recommends .modal-recommends_close {
  cursor: pointer;
  background: none;
  border: none;
  height: 30px;
  width: 30px;
  padding: 0;
  align-self: flex-start;
  transition: filter 200ms ease;
}
.recommends .modal-recommends_close:hover {
  filter: grayscale(1) invert(1);
}
.recommends .modal-recommends_item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.recommends .modal-recommends_item .button {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  text-transform: none;
  text-decoration: none;
}
.recommends .modal-recommends_item .button--main {
  color: #140a54;
}
.recommends .modal-recommends_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 25px;
}
.recommends .modal-recommends_header div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.recommends .modal-recommends_text li strong {
  color: #000;
}
.recommends .modal-recommends_text ul {
  margin-left: 0;
  padding: 0;
}
.recommends .modal-recommends_text li::before {
  content: "";
  background: #41e4df;
  height: 12px;
  width: 12px;
  top: 20px;
  left: -15px;
  display: inline-block;
  border-radius: 50%;
  margin: 0px;
  margin-right: 8px;
}
.rtl .recommends .modal-recommends_text li::before {
  margin: 0;
  margin-left: 8px;
}
.recommends .modal-recommends_text li {
  font-size: 19px !important;
  list-style: none;
}
.recommends .modal-recommends .modal-content .modal-body .modal-recommends_header button img {
  height: auto;
}

.testimonials {
  background-image: url("/themes/znmobioffical/homestatic/testimonials-bg-underlay.svg");
  background-size: cover;
  transition: border 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease;
}
.testimonials.section {
  padding-bottom: 100px;
}
@media screen and (min-width: 992px) {
  .testimonials.section {
    padding: 130px 0 200px;
  }
}
.testimonials .section_title {
  text-align: center;
}
.testimonials_list {
  max-width: 300px;
}
@media screen and (min-width: 576px) {
  .testimonials_list {
    max-width: min(300px, 100%);
  }
}
@media screen and (min-width: 768px) {
  .testimonials_list {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .testimonials_list {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1200px) {
  .testimonials_list {
    max-width: 65vw;
  }
}
.testimonials_list:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
}
.about_us_image_right_content .testimonials_list {
  max-width: 90%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 15px;
}
.testimonials p {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .testimonials p {
    color: #000;
    font-size: 18px;
  }
}
.testimonials .slick-track {
  padding-bottom: 30px;
  display: flex;
}
.testimonials .slick-slide {
  height: inherit;
  position: relative;
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 375px) {
  .testimonials .slick-slide {
    max-width: 300px;
  }
}
.testimonials .slick-slide .company {
  margin-bottom: 30px;
}
.testimonials .slider-navigation-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: 0;
}
.testimonials .slider-navigation-dots li {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #42e8e0;
  border-radius: 100%;
  margin: 40px 10px;
}
.testimonials .slider-navigation-dots li::marker {
  display: none;
}
.testimonials .slider-navigation-dots li button {
  display: none;
}

.testimonial {
  margin: 100px 5px 0 5px;
  padding: 35px 15px 5px 15px;
  box-sizing: border-box;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0px 3px 6px #2c88c364;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .testimonial {
    padding: 35px 15px 5px 15px;
    margin-top: 100px;
    margin-bottom: 50px;
    width: 30%;
    z-index: initial;
  }
}
@media screen and (min-width: 992px) {
  .testimonial {
    padding: 60px 20px 20px 20px;
  }
}
.testimonial::before {
  content: "";
  background: url("/themes/znmobioffical/homestatic/testimonial-quote-image.svg") no-repeat;
  background-size: contain;
  display: block;
  height: 95px;
  width: 125px;
  margin: -105px auto 0 auto;
}
@media screen and (max-width: 992px) {
  .testimonial::before {
    margin: -80px auto 0 auto;
  }
}
.lazy-bg .testimonial::before {
  background-image: none;
}
.testimonial_header {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 45px;
  gap: 15px;
}
@media screen and (max-width: 992px) {
  .testimonial_header {
    margin-top: 20px;
  }
}
.testimonial_photo {
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  border-radius: 50%;
}
.testimonial_info {
  display: flex;
  flex-direction: column;
}
.testimonial_author-name {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #190f5d;
}
.testimonial_author-position {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000000;
  opacity: 0.6;
}
.testimonial_text {
  flex: 1;
  opacity: 0.6;
  margin-bottom: 125px;
}
@media screen and (max-width: 992px) {
  .testimonial_text {
    opacity: 1;
  }
}
.testimonial_text p {
  color: #6e6e6e;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 16px;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #000000;
}
.testimonial .company {
  max-width: 115px;
  max-height: 30px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .testimonial:first-of-type {
    margin-left: 5px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 768px) {
  .testimonial:nth-of-type(2) {
    z-index: 1;
    padding: 110px 40px 20px 40px;
    margin-bottom: 0;
    margin-top: 50px;
  }
}
.testimonial:nth-of-type(2)::before {
  margin: -80px auto 0 auto;
}
@media screen and (min-width: 768px) {
  .testimonial:nth-of-type(2)::before {
    margin: -155px auto 0 auto;
  }
}
.testimonial:nth-of-type(2) .testimonial_text {
  opacity: 1;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .testimonial:last-of-type {
    margin-left: -10px;
    margin-right: 5px;
  }
}

.rtl .slick-slide {
  direction: rtl;
}

.blog_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .blog_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .blog_grid {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
}
.blog_post {
  max-width: 100%;
  overflow: hidden;
  text-decoration: none;
}
.blog .section_content {
  max-width: 83%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .blog .section_content {
    max-width: 100%;
  }
}
.blog .border_blog_main {
  border-bottom: 1px solid #8c8c8c;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 32px;
  width: 75%;
}
.blog .excerpt,
.blog .read-more {
  display: none;
}
.blog .author-and-publish-date {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  color: #6e6e6e;
  margin: 20px 0 15px 0;
  text-transform: capitalize;
}
.blog .title .blog-post-link {
  text-decoration: none;
}
.blog .title .blog-post-link h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  color: #453c9e;
}
.blog .excerpt {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: normal;
  letter-spacing: 0;
  color: #6e6e6e;
}
.blog .read-more {
  margin-top: 20px;
}
.blog .read-more a,
.blog .read-more .a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  color: #453c9e;
  text-decoration: none;
  text-transform: uppercase;
}
.blog .read-more a svg,
.blog .read-more .a svg {
  height: 10px;
  margin-top: -3px;
}

.post > * {
  transition: opacity 400ms ease;
}
.post:hover > * {
  opacity: 0.7;
}
.post_image-wrapper {
  display: flex;
  height: 200px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #21108e86;
  box-shadow: 0 3px 6px #2c88c364;
}
.post_image-wrapper picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.post_image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  z-index: 9999999;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  /* Modal Content */
}
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  height: 27vw;
  background-size: cover;
  background-position-x: center;
  width: 48vw;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  top: 17.5%;
  z-index: 999999999;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  outline: 0;
}
.modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 55px;
  padding-top: 25px;
  position: relative;
  flex: 1 1 auto;
}

.page-footer {
  padding-top: var(--footer-overlay-value);
  background: url("/themes/znmobioffical/homestatic/footer-bg_mobile.svg") no-repeat;
  background-size: cover;
  background-position-x: right;
  position: relative;
  display: flex;
}
.page-footer.lazy-bg {
  background: none;
}
@media screen and (min-width: 768px) {
  .page-footer {
    background: url("/themes/znmobioffical/homestatic/footer-bg.svg") no-repeat;
    background-size: cover;
    background-position-x: center;
  }
}

.footer .aa-container {
  background-color: transparent;
}
.footer_social {
  margin-bottom: 70px;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .footer_social {
    margin-top: 0;
    margin-bottom: 0;
    order: 2;
  }
}
.footer_content {
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .footer_content {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer_content {
    padding-top: 0;
  }
}
.footer_logo {
  display: flex;
  max-width: min(300px, 60vw);
  margin: 50px auto 30px;
}
.footer_logo img {
  margin: auto;
}
@media screen and (max-width: 992px) {
  .footer_logo {
    order: 3;
  }
}
.footer_menu-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .footer_menu-container {
    order: 1;
  }
}
.footer_copyright {
  padding: 20px 10px;
  color: #ffffff;
  text-align: center;
}
.footer_copyright-wrapper {
  border-top: solid 1px #ccc;
}
.footer_copyright .name {
  text-transform: uppercase;
}
.footer_copyright-rights {
  text-transform: capitalize;
}
.footer_particles {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
}

#footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  #footer-menu {
    flex-direction: column;
    gap: 5px;
  }
}
#footer-menu li a {
  color: #ffffff;
  text-decoration: none;
}
#footer-menu li a:hover {
  text-decoration: underline;
}
#footer-menu li .current_page_item a {
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  #footer-menu li {
    text-align: center;
  }
}

/* animations for homepage */
/** SCROLL ARROW BEGIN */
@keyframes move-scroll-arrow {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.scroll-arrow {
  animation: move-scroll-arrow 1s infinite linear;
}

/** SCROLL ARROW END */
/** COINS ANIMATION BEGIN */
.header-mobile-phone-svg-animation image:nth-of-type(1) {
  animation: fall_coin1 4s infinite;
}

.header-mobile-phone-svg-animation image:nth-of-type(2) {
  animation: fall_coin2 4s infinite;
  animation-delay: 400ms;
}

.header-mobile-phone-svg-animation image:nth-of-type(3) {
  animation: fall_coin1copy 4s infinite;
  animation-delay: 1000ms;
}

.header-mobile-phone-svg-animation image:nth-of-type(4) {
  animation: fall_coin2copy 4s infinite;
  animation-delay: 1500ms;
}

/** COINS ANIMATION END */
/** WAVES ANIMATION BEGIN */
path.header-mobile-phone-svg-animation-st0.wave1,
path[data-name="Path 5015"] {
  animation: wave1 4s infinite ease-in;
}

path.header-mobile-phone-svg-animation-st15.wave2,
path[data-name="Path 5013"] {
  animation: wave2 2s infinite ease-in;
}

path.header-mobile-phone-svg-animation-st30.wave3,
path[data-name="Path 5014"] {
  animation: wave3 2s infinite ease-out;
}

/** WAVES ANIMATION END */
/** FLOAT ANIMATION BEGIN */
.svg-float-box1,
.svg-float-light1,
g[data-name="Group 898"] {
  animation: float1 4s infinite linear;
}

.svg-float-box2,
g[data-name="Group 887"] {
  animation: float2 3s infinite linear;
  animation-delay: 2s;
}

.svg-float-box3,
g[data-name="Group 876"] {
  animation: float3 3s infinite linear;
}

/** FLOAT ANIMATION END */
/** ENVELOP ANIMATION BEGIN */
g[data-name="Group 2724"] {
  animation: move_envelope 3s infinite linear;
}

/** ENVELOP ANIMATION END */
/** WRITING ANIMATION BEGIN */
path[data-name="Path 11331"] {
  animation: write1 5s infinite linear;
}

path[data-name="Path 11332"] {
  animation: write2 5s infinite linear;
}

path[data-name="Path 11333"] {
  animation: write3 5s infinite linear;
}

path[data-name="Path 11334"] {
  animation: write4 5s infinite linear;
}

path[data-name="Path 11335"] {
  animation: write5 5s infinite linear;
}

/** WRITING ANIMATION END */
/** BITCOIN FLOAT BEGIN */
g[data-name="Group 2204"] {
  animation: float_bitcoin 3s infinite linear;
}

/** BITCOIN FLOAT END */
/** PAPER PLANE FLOAT BEGIN */
@keyframes paper_plane_float {
  0% {
    transform: translate(-62px, -4044px);
  }
  50% {
    transform: translate(-62px, -4030px);
  }
  100% {
    transform: translate(-62px, -4044px);
  }
}
g#Group_19450 {
  animation: paper_plane_float 3s infinite linear;
}

/** PAPER PLANE FLOAT END */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 35%;
    opacity: 1;
  }
}
/* #svg {
    &_homepage-banner { */
/*     }
} */
.lazy-bg {
  background: none;
}