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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

html {
  font-family: "sans-serif", "Arial";
  font-size: 62.5%;
  /* 1rem = 10px */
}

h1 {
  font-family: "sans-serif", "Arial";
  font-size: 5rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.6px;
  line-height: 1.3;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  h1 {
    font-size: 6.2rem;
  }
}
@media only screen and (max-width: 37.5em) {
  h1 {
    font-size: 5.5rem;
  }
}

h2 {
  font-family: "sans-serif", "Arial";
  font-size: 3rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.6px;
  line-height: 1.3;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  h2 {
    font-size: 3.2rem;
    font-weight: 400;
  }
}
h2.gradient-bg {
  background: linear-gradient(90deg, #00C2B5 0%, #2BD98F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  h2.gradient-bg {
    background: transparent;
    color: #00C2B5;
  }
}

h3 {
  font-family: "sans-serif", "Arial";
  font-size: 2.2rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.6px;
  line-height: 1.3;
  margin-top: 2em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  h3 {
    font-size: 2.4rem;
    font-weight: 400;
  }
}

h4 {
  font-family: "sans-serif", "Arial";
  font-size: 1.8rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.6px;
  line-height: 1.3;
  margin-top: 1.5em;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  h4 {
    font-size: 2rem;
    font-weight: 400;
  }
}

p {
  font-family: "sans-serif", "Arial";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
  margin: 1.4rem 0;
}

header,
footer,
.section__inner--blog-page,
.mobile_page_title {
  display: none;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

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

.no-scroll {
  overflow: hidden;
}

.flag {
  display: inline-block;
  width: 3rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0.5rem -0.3rem;
}

.flag-uk {
  width: 30px;
  height: 20px;
  background: url("/blog/css_sprites.4133dc71.webp") -112px -104px;
}

.flag-ch {
  width: 41px;
  height: 28px;
  background: url("/blog/css_sprites.4133dc71.webp") -10px -10px;
}

.flag-us {
  width: 31px;
  height: 22px;
  background: url("/blog/css_sprites.4133dc71.webp") -61px -104px;
}

.flag-uae {
  width: 31px;
  height: 22px;
  background: url("/blog/css_sprites.4133dc71.webp") -10px -104px;
}

.flag-br {
  width: 31px;
  height: 22px;
  background: url("/blog/css_sprites.4133dc71.webp") -120px -53px;
}

.flag-can {
  width: 31px;
  height: 22px;
  background: url("/blog/css_sprites.4133dc71.webp") -58px -58px;
}

.flag-rus {
  width: 31px;
  height: 22px;
  background: url("/blog/css_sprites.4133dc71.webp") -120px -10px;
}

.warning-img {
  width: 20px !important;
  bottom: -4px !important;
  position: relative !important;
  margin-right: 5px !important;
  display: inline-block !important;
}

.margin_vertical {
  margin: 2rem 0 !important;
}

.margin_top {
  margin-top: 2rem !important;
}

.header {
  max-width: 129rem;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 87.5em) {
  .header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.header__logo img {
  height: 100%;
  margin-top: -6px;
}
@media only screen and (max-width: 46.875em) {
  .header__logo img {
    width: 70%;
  }
}
@media only screen and (max-width: 64em) {
  .header__logo img {
    margin-top: 0;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  width: 70rem;
  z-index: 5;
}
@media only screen and (max-width: 64em) {
  .header__nav {
    width: 100%;
    height: 100vh;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    right: -100%;
    align-items: flex-start;
    transform: translateX(100%);
    transition: transform 0.3s;
  }
  .header__nav.active {
    transform: translateX(0);
    transition: transform 0.3s;
  }
}

.menu-button {
  display: none;
}
@media only screen and (max-width: 64em) {
  .menu-button {
    display: flex;
    justify-content: flex-end;
  }
}
.menu-button img {
  width: 5rem;
}

.header__close {
  display: none;
}
@media only screen and (max-width: 64em) {
  .header__close {
    display: block;
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: 4rem;
  }
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nav .nav__item__dropdown {
  display: none;
  position: absolute;
  white-space: nowrap;
  background: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
}
.nav .nav__item__dropdown li {
  display: block;
  margin: 2rem;
}
.nav .nav_main_item:hover .nav__item__dropdown {
  display: block;
}
.nav li {
  position: relative;
}
@media only screen and (max-width: 64em) {
  .nav {
    flex-direction: column;
    padding: 8rem 0;
  }
  .nav li {
    padding: 1rem 0;
    text-align: center;
  }
}

.nav__item {
  font-family: "sans-serif", "Arial";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.27;
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav__item {
    font-size: 2rem;
  }
}
.nav__item:hover {
  border-bottom-color: #48D3B3;
}
@media only screen and (max-width: 64em) {
  .nav__item {
    font-size: 3rem;
  }
}

.flag-text {
  border-bottom: 2px solid transparent;
}

.nav__item--lang {
  display: flex;
  align-items: center;
  border-bottom: none;
}
.nav__item--lang:hover {
  border-bottom-color: transparent;
}
.nav__item--lang:hover .flag-text {
  border-bottom-color: #48D3B3;
}

.link-flag {
  background-size: cover;
  background-position: center;
  margin-right: 0.4rem;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}

.link-flag--uk {
  background-image: url("/blog/uk-flag.ea090383.svg");
}

.link-flag--ru {
  background-image: url("/blog/ru-flag.68411645.svg");
}

.link-flag--ch {
  background-image: url("/blog/ch-flag.440f3b2c.svg");
}

.submenu {
  display: none;
  position: absolute;
  right: -4rem;
  top: 4rem;
  width: 28rem;
  background-color: #FFF;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4rem;
  z-index: 1;
}
@media only screen and (max-width: 64em) {
  .submenu {
    top: 7rem;
    right: -8rem;
  }
}
.submenu.active {
  display: block;
}
.submenu:after {
  content: "";
  background: url("/blog/css_sprites.4133dc71.webp") -50px -146px;
  width: 13px;
  height: 8px;
  position: absolute;
  right: 30px;
  top: -8px;
}
.submenu li {
  font-family: "sans-serif", "Arial";
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.27;
  color: #000000;
  text-decoration: none;
  text-align: center;
  padding: 1.5rem 2rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .submenu li {
    font-size: 2rem;
  }
}

.button--header {
  text-align: center;
}
@media only screen and (max-width: 64em) {
  .button--header {
    display: none !important;
  }
}

.header-badges {
  display: none;
}
@media only screen and (max-width: 64em) {
  .header-badges {
    display: flex;
    flex-direction: column;
  }
}

.header__breadcrumbs {
  font-family: "sans-serif", "Arial";
  font-size: 1.5rem;
  line-height: 1.8;
  color: #000000;
  opacity: 0.65;
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 129rem;
  width: 100%;
  margin: 1rem auto;
}
.header__breadcrumbs a {
  color: #000000;
  margin-right: 1rem;
  text-transform: capitalize;
}
.header__breadcrumbs a.last {
  text-decoration: none;
}
.header__breadcrumbs li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 87.5em) {
  .header__breadcrumbs {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.footer__wrap {
  padding: 3.5rem;
  background: linear-gradient(90deg, #00C2B5 0%, #2BD98F 100%);
}

.footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer__button h3 {
  text-align: center;
  color: #FFF;
  margin-bottom: 2rem;
  font-family: Futura Bk BT, Arial;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.23;
  letter-spacing: -0.6px;
}

.footer__links,
.header__links {
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
}
@media only screen and (max-width: 37.5em) {
  .footer__links,
.header__links {
    flex-direction: column;
  }
}

.store-link {
  padding: 0.5rem;
  text-align: center;
}
.store-link:hover img {
  transform: scale(1.1);
}
@media only screen and (max-width: 64em) {
  .store-link:hover img {
    transform: scale(1);
  }
}

.bottom__content {
  text-align: center;
}

.footer__additional {
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "sans-serif", "Arial";
  font-size: 1.5rem;
  line-height: 1.3;
  color: #000000;
  flex-direction: column;
  padding: 1rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer__additional {
    font-size: 1.6rem;
  }
}
.footer__additional .footer__nav {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  opacity: 0.65;
  justify-content: center;
  align-items: center;
}
.footer__additional .footer__nav a {
  color: #000000;
  margin: 1rem;
}
.footer__additional .contacts {
  opacity: 0.65;
  margin: 1rem;
  margin-top: 0.5rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer__additional .licensed {
  text-align: center;
  margin: 2rem;
  opacity: 0.65;
}
.footer__additional .licensed .licensed_images {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer__additional .licensed .licensed_images img {
  margin: 2rem 0 0 2rem;
}

.se-pre-con.loaded {
  opacity: 0;
  transition: all 1s ease-out;
  pointer-events: none;
}

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

.social-icons li {
  display: inline-block;
  list-style-type: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.social-icons li:hover img {
  transform: scale(1.3);
}
@media only screen and (max-width: 64em) {
  .social-icons li:hover img {
    transform: scale(1);
  }
}

.social-icons li a {
  border-bottom: none;
}

.social-icons li img {
  width: 35px;
  height: 35px;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.button {
  background: #48D3B3;
  color: #FFF;
  font-family: "sans-serif", "Arial";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  padding: 2rem 6rem;
  border-radius: 4rem;
  display: inline-block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .button {
    font-size: 2.6rem;
  }
}
.button:hover {
  background: #2dbb9a;
}

.button--small {
  font-size: 1.8rem;
  padding: 1.5rem 3rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .button--small {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .button--small {
    font-size: 3rem;
  }
}

.button--negative {
  background-color: white;
  color: #48D3B3;
}
.button--negative:hover {
  background-color: #e6e6e6;
}

input:disabled {
  background-color: transparent;
  color: #626380;
  -webkit-text-fill-color: #626380;
  opacity: 1;
}

input:focus {
  outline: none;
}

::placeholder {
  color: #626380;
}

.input {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: solid #b5b5ca 1px;
}
.input input {
  font-size: 30px;
  border: none;
  width: 100%;
  color: #626380;
}
.input .input-left-icon {
  height: 35px;
}

.input:focus-within,
.input.disabled {
  border-bottom: solid #626380 2px;
}

.calculator {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 64em) {
  .calculator {
    margin-bottom: 3rem;
  }
}
.calculator .calculator-note {
  text-align: center;
  margin-bottom: 40px;
}
.calculator .calculator-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 700px;
}
@media only screen and (max-width: 64em) {
  .calculator .calculator-content {
    flex-direction: column;
  }
}
.calculator .calculator-content .input {
  width: 210px;
}
@media only screen and (max-width: 64em) {
  .calculator .calculator-content .input {
    width: 100%;
    margin-bottom: 10px;
  }
}
.calculator .calculator-content .input input {
  text-align: right;
}

.section--features {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.section--features .section__inner {
  align-items: flex-start;
}
@media only screen and (max-width: 64em) {
  .section--features .section__inner {
    align-items: center;
  }
}
@media only screen and (max-width: 64em) {
  .section--features .section__inner .features__image {
    height: 560px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
.section--features .section__inner .features__mobile_content {
  display: none;
}
@media only screen and (max-width: 64em) {
  .section--features .section__inner .features__mobile_content {
    display: block;
  }
  .section--features .section__inner .features__mobile_content .features__content_label {
    margin: 10px 0;
  }
}

.feature {
  position: relative;
  cursor: pointer;
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .feature {
    display: flex;
    align-items: center;
    cursor: default;
  }
}
.feature h3 {
  margin-bottom: 1rem;
}

.features__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.features__content h2 {
  width: 100%;
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (max-width: 64em) {
  .features__content h2 {
    display: none;
  }
}
.features__content .js-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
}
.features__content .js-feature img {
  margin-right: 10rem;
  margin-left: 0;
}
.features__content .js-feature:nth-child(odd) {
  flex-direction: row-reverse;
}
.features__content .js-feature:nth-child(odd) img {
  margin-left: 10rem;
  margin-right: 0;
}
@media only screen and (max-width: 64em) {
  .features__content .js-feature {
    display: none;
  }
}

.feature__content {
  width: 350px;
}
@media only screen and (max-width: 46.875em) {
  .feature__content {
    width: 65%;
    text-align: left;
  }
}

.feature__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}

.feature__logo {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature__logo img {
  filter: grayscale(100%);
  max-width: 100%;
  max-height: 3.3rem;
}
@media only screen and (max-width: 64em) {
  .feature__logo img {
    filter: grayscale(0);
    opacity: 1;
    max-width: 85%;
  }
}

.feature__logo--paypal {
  display: block;
}
@media only screen and (max-width: 64em) {
  .feature__logo--paypal {
    display: none;
  }
}

.feature__logo--paypal-mobile {
  display: none;
}
@media only screen and (max-width: 64em) {
  .feature__logo--paypal-mobile {
    display: block;
  }
}

.features__content__mobile .feature,
.features__content__mobile .feature__content {
  display: block;
  width: 100%;
  text-align: center;
}
.features__content__mobile .feature h3,
.features__content__mobile .feature__content h3 {
  margin: 2rem 0;
}
@media only screen and (max-width: 64em) {
  .features__content__mobile .feature h3,
.features__content__mobile .feature__content h3 {
    font-size: 2.6rem;
  }
}
.features__content__mobile .feature .feature__image__mobile,
.features__content__mobile .feature__content .feature__image__mobile {
  min-height: 582px;
  margin: 1em 0;
}
.features__content__mobile .feature .feature__image__mobile:first-child,
.features__content__mobile .feature__content .feature__image__mobile:first-child {
  margin-top: 0;
}

.splide__arrow--prev {
  left: 0 !important;
}

.splide__arrow--next {
  right: 0 !important;
}

.splide__arrow {
  background: none !important;
}
.splide__arrow svg {
  fill: #48D3B3 !important;
  scale: 2 !important;
}

.splide__pagination-dots {
  display: flex !important;
}

.splide__pagination__page.is-active {
  background: #48D3B3 !important;
}

.splide__pagination {
  bottom: 0 !important;
}

.splide__pagination__page {
  margin: 5px !important;
}

.splide__slide {
  padding-bottom: 2rem !important;
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
  flex-direction: column !important;
}

.table-desktop {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.table-desktop th,
.table-desktop td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: left;
}

.mobile-tabs {
  display: none;
}

@media (max-width: 768px) {
  .table-desktop {
    display: none;
  }

  .mobile-tabs {
    display: block;
    margin: 2rem 0;
    color: #000;
  }

  .tab-buttons {
    display: flex;
    justify-content: stretch;
  }

  .tab-buttons button {
    padding: 8px 16px;
    border: 1px solid #d0d1d7;
    background: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    border-bottom: 0;
    flex: 1;
    align-items: center;
    border-right: 0;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.25;
    padding: 2rem;
  }

  .tab-buttons button:last-child {
    border-right: 1px solid #d0d1d7;
  }

  .tab-buttons button.active {
    background: #eeeff3;
  }

  .tab-content {
    display: none;
    border: 1px solid #d0d1d7;
    padding: 10px;
    font-size: 1.9rem;
    line-height: 1.25;
    padding: 2rem;
    pointer-events: none;
    user-select: text;
  }

  .tab-content.active {
    display: block;
  }
}
.slider-container {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}

.section {
  width: 100%;
}
@media only screen and (max-width: 87.5em) {
  .section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.section__inner {
  max-width: 129rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 64em) {
  .section__inner {
    flex-direction: column;
  }
}

.section--video .section__inner {
  flex-direction: column;
  margin-bottom: 4rem;
  max-width: 76.5rem;
}
.section--video .section__inner h2 {
  width: 100%;
  margin-bottom: 4rem;
  margin-top: 2rem;
  text-align: center;
}
.section--video .section__inner iframe {
  min-height: 45vh;
}
@media only screen and (max-width: 64em) {
  .section--video .section__inner iframe {
    min-height: 85vh;
  }
}
@media only screen and (max-width: 64em) and (orientation: portrait) {
  .section--video .section__inner iframe {
    min-height: 55vw;
  }
}
.section--video .section__inner--blog-content {
  margin: 4em 0 0 0;
}
@media only screen and (max-width: 64em) {
  .section--video .section__inner--blog-content {
    margin: 0.5em 0;
  }
}
.section--video .section__inner--blog-content iframe {
  min-height: 35rem;
}
@media only screen and (max-width: 64em) {
  .section--video .section__inner--blog-content iframe {
    min-height: 85vh;
  }
}
@media (orientation: portrait) {
  .section--video .section__inner--blog-content iframe {
    min-height: 50vw;
  }
}

.section--banner {
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url("/blog/banner-bg.c2754f2b.svg");
}
@media only screen and (max-width: 64em) {
  .section--banner .section__inner {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .section--banner .section__half {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.section--banner .section__half--left {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 64em) {
  .section--banner .section__half--left {
    margin-bottom: 1rem;
  }
}
.section--banner h1 {
  width: 75%;
  margin: 0 0 1em 0;
}
@media only screen and (max-width: 81.250em) {
  .section--banner h1 {
    width: 90%;
  }
}
@media only screen and (max-width: 64em) {
  .section--banner h1 {
    width: 100%;
  }
}
.section--banner .blog__title h1 {
  width: 100%;
}
@media only screen and (max-width: 75em) {
  .section--banner .main-title-wrap {
    width: 75%;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 0.4em 0;
  }
}
@media only screen and (max-width: 75em) {
  .section--banner .main-title-wrap h1.be {
    width: 100%;
    margin-bottom: 0.4em;
  }
}
@media only screen and (max-width: 75em) {
  .section--banner .main-title-wrap h1.fr {
    width: 80%;
  }
}
.section--banner .image--desktop {
  max-width: 595px;
  min-height: 750px;
}
@media only screen and (max-width: 64em) {
  .section--banner {
    background-size: auto;
  }
}

.margin-v {
  margin: 5rem 0;
}

.margin-b {
  margin-bottom: 5rem;
}

.section__half {
  width: 49%;
  position: relative;
}
@media only screen and (max-width: 64em) {
  .section__half {
    width: 100%;
    text-align: center;
  }
}

.image--desktop {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 46.875em) {
  .image--desktop {
    display: none;
  }
}

.image--mobile {
  display: none;
  object-fit: contain;
  object-position: center;
}
@media only screen and (max-width: 46.875em) {
  .image--mobile {
    display: block;
    width: 100%;
    max-width: 760px;
    min-height: 572px;
    margin: 0 auto 5rem;
  }
}
@media only screen and (max-width: 37.5em) {
  .image--mobile {
    width: 100%;
  }
}
@media only screen and (max-width: 64em) {
  .image--mobile {
    margin: 0;
  }
}

.introduction--left {
  margin-top: 5rem;
}
@media only screen and (max-width: 64em) {
  .introduction--left {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 81.250em) {
  .introduction--left img {
    width: 100%;
  }
}

.introduction--right {
  padding-left: 7rem;
}
@media only screen and (max-width: 81.250em) {
  .introduction--right {
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 64em) {
  .introduction--right {
    padding-left: 0;
  }
}
.introduction--right h2 {
  width: 95%;
  margin-top: 9rem;
  margin-bottom: 7rem;
}
@media only screen and (max-width: 64em) {
  .introduction--right h2 {
    width: 100%;
    margin-bottom: 5rem;
    margin-top: 1rem;
  }
}

.section--introduction .section__inner {
  max-width: auto;
}
.section--introduction .section__half {
  width: auto;
}
.section--introduction .introduction__point__container {
  display: flex;
  justify-content: center;
  margin: 5rem 0;
}
@media only screen and (max-width: 64em) {
  .section--introduction .introduction__point__container {
    display: block;
  }
}
.section--introduction .introduction__point__container .introduction__point {
  text-align: center;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.section--introduction .introduction__point__container .introduction__point h3 {
  margin-bottom: 1rem;
}
.section--introduction .introduction__point__container .introduction__point p {
  padding: 0 10%;
}
@media only screen and (max-width: 64em) {
  .section--introduction .introduction__point__container .introduction__point p {
    width: 100%;
    padding: 0;
    font-size: 1.8rem;
  }
}
.section--introduction .introduction__point__container .introduction__point img {
  display: block;
  width: 220px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 64em) {
  .section--introduction {
    margin: 5rem 0 4rem 0 !important;
  }
  .section--introduction .introduction__point {
    text-align: left !important;
    flex-direction: row !important;
    align-items: center;
  }
  .section--introduction img {
    width: 160px !important;
    margin-right: 1rem;
    margin-bottom: 0 !important;
    height: 160px;
  }
}

.section--testimonials .section__inner,
.section--calculator .section__inner,
.section--introduction .section__inner,
.section--popular-blog-posts .section__inner {
  padding: 7.5rem 0 0;
  flex-direction: column;
}
@media only screen and (max-width: 64em) {
  .section--testimonials .section__inner,
.section--calculator .section__inner,
.section--introduction .section__inner,
.section--popular-blog-posts .section__inner {
    padding: 0;
  }
}
.section--testimonials h2,
.section--calculator h2,
.section--introduction h2,
.section--popular-blog-posts h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 64em) {
  .section--testimonials h2,
.section--calculator h2,
.section--introduction h2,
.section--popular-blog-posts h2 {
    margin-bottom: 5rem;
  }
}

.section--calculator .section__inner:first-child {
  padding: 0;
}

.section--popular-blog-posts {
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 64em) {
  .section--popular-blog-posts {
    margin-bottom: 4rem;
  }
}

.pre-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.6s;
  opacity: 0;
}
.pre-loader.active {
  opacity: 1;
}
.pre-loader.hidden {
  display: none;
}

strong {
  font-weight: bold;
}

.main-title-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-title-wrap h1 {
  font-size: 9rem;
}
.main-title-wrap h1.fr {
  font-size: 8.5rem;
}
@media only screen and (max-width: 81.250em) {
  .main-title-wrap h1 {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 64em) {
  .main-title-wrap h1,
.main-title-wrap h1.fr {
    font-size: 5rem;
  }
}
.main-title-wrap .title {
  margin: 0 0 2em 0;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-title-wrap .title .no-wrap {
  white-space: nowrap;
}
@media only screen and (max-width: 64em) {
  .main-title-wrap .title {
    align-self: center;
  }
}
.main-title-wrap .title h1 {
  margin-bottom: 0.2em;
}
.main-title-wrap .title ul {
  text-align: left;
  font-size: 2rem;
  margin-left: 4em;
  list-style: disc;
  line-height: 1.3;
}
@media only screen and (max-width: 64em) {
  .main-title-wrap .title ul {
    list-style: disc;
    margin-left: 0;
    width: 9.5em;
  }
}

.main-title-app-button,
.header__links {
  align-self: center;
}

.section__half--right {
  position: relative;
}
.section__half--right .feature-online-shopping {
  box-shadow: 0px 10px 20px #00000057;
  rotate: 15deg;
  font-weight: 600;
  width: 16rem;
  height: 16rem;
  border-radius: 100%;
  background-color: #d92b2b;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-decoration: none;
  outline: none;
  color: #FFF;
  z-index: 999;
}
.section__half--right .feature-online-shopping .text {
  margin-bottom: 1.6rem;
}
.section__half--right .feature-online-shopping .link {
  text-decoration: underline;
}

@media only screen and (max-width: 64em) {
  #valid-invoices-slider .slider__button:before {
    top: 65%;
  }
}

@media only screen and (max-width: 64em) {
  .slider__content_mobile {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.section--blog-list {
  min-height: 75vh;
}
.section--blog-list h1 {
  text-align: center;
  margin-bottom: 5rem;
}

.section__inner--blog-list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 37.5em) {
  .section__inner--blog-list {
    padding-top: 2rem;
  }
}

.blog-list,
.main-blog-list {
  width: 100%;
  max-width: 100rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30rem;
}

.main-blog-list {
  max-width: auto;
  margin-bottom: 0;
  display: block;
  position: relative;
}
.main-blog-list .blog-card__content h3 {
  min-height: 90px;
}
@media only screen and (max-width: 64em) {
  .main-blog-list .blog-card__content h3 {
    min-height: 80px;
  }
}

.blog-card {
  width: calc(100% / 3);
  padding: 1.5rem;
}
@media only screen and (max-width: 64em) {
  .blog-card {
    width: 50%;
  }
}
@media only screen and (max-width: 37.5em) {
  .blog-card {
    width: 100%;
  }
}
.blog-card:hover .blog-card__inner {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
}

.blog-card__inner {
  height: calc(100% - 2rem);
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0 2rem;
  margin-bottom: 2rem;
}
.blog-card__inner a {
  text-decoration: none;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.blog-card__image img {
  width: 100%;
  object-fit: cover !important;
  height: 20rem !important;
}
@media only screen and (max-width: 64em) {
  .blog-card__image img {
    height: 30rem !important;
  }
}

.blog-card__content {
  padding: 1.5rem 2rem;
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.blog-card__content h3 {
  font-size: 2rem;
  display: flex;
  flex: 1;
}
.blog-card__content p {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.section--blog-page {
  padding: 5rem 0 5rem;
}
.section--blog-page table {
  width: 100%;
  margin: 2rem 0;
  border-top: solid 1px #d0d1d7;
}
.section--blog-page table td,
.section--blog-page table th {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 400;
  color: #000000;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 2rem;
  border-right: solid 1px #d0d1d7;
  border-bottom: solid 1px #d0d1d7;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section--blog-page table td,
.section--blog-page table th {
    font-size: 2rem;
  }
}
.section--blog-page table td:first-child,
.section--blog-page table th:first-child {
  border-left: solid 1px #d0d1d7;
}
.section--blog-page table thead tr {
  background: #eeeff3;
}
.section--blog-page table thead tr td {
  font-weight: 600;
}
.section--blog-page table .td-th {
  background: #eeeff3;
}
.section--blog-page table .accent_header {
  color: #FFF;
  background-color: #48D3B3;
}
@media only screen and (max-width: 64em) {
  .section--blog-page table.fit td,
.section--blog-page table.fit th {
    padding: 1rem 0.2rem;
  }
}
.section--blog-page .table-desktop-hidden {
  display: none;
}
@media only screen and (max-width: 64em) {
  .section--blog-page .table-desktop-hidden {
    display: table;
  }
}
.section--blog-page .table-mobile-hidden {
  display: table;
}
@media only screen and (max-width: 64em) {
  .section--blog-page .table-mobile-hidden {
    display: none;
  }
}
@media only screen and (max-width: 64em) {
  .section--blog-page {
    padding-top: 0;
  }
}
.section--blog-page .section__inner {
  max-width: 680px;
  margin: 0 auto;
}
@media only screen and (max-width: 64em) {
  .section--blog-page .section__inner h1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 64em) {
  .section--blog-page .section__inner {
    max-width: auto;
    font-size: 4rem;
  }
}
.section--blog-page .banner__image {
  margin: 0 0 4em 0;
}
@media only screen and (max-width: 64em) {
  .section--blog-page .banner__image {
    margin: 0 0 1.4em 0;
  }
}

.link_to_file {
  font-size: 2rem;
  font-weight: 600;
}

.google_map {
  margin-bottom: 2rem;
}

.banner__image,
.banner_inner__image,
.banner_inner__image__full,
.banner_inner__image__multi {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 35rem;
  overflow: hidden;
}

.banner_inner__image,
.banner_inner__image__multi {
  margin: 2rem auto;
}

.margin_bottom_0 {
  margin-bottom: 0;
}

.banner_inner__image__full {
  justify-content: center;
  display: flex;
}

.banner__image img,
.banner_inner__image__full img,
.banner_inner__image img {
  width: 100%;
  min-height: 35rem;
  object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
}

.banner_inner__image__full img {
  max-width: 360px !important;
}

@media only screen and (max-width: 64em) {
  .banner__image,
.banner_inner__image,
.banner_inner__image__multi,
.banner__image img,
.banner_inner__image img {
    height: 40rem;
  }

  .banner_inner__image__full img {
    max-width: 100% !important;
  }
}
.banner_inner__image__multi {
  display: flex;
  flex-wrap: nowrap;
  height: 50rem;
}
@media only screen and (max-width: 64em) {
  .banner_inner__image__multi {
    flex-wrap: wrap;
    height: 80rem;
  }
}

.banner_inner__image__multi img {
  width: 100%;
  height: 50rem;
  object-fit: contain;
  -moz-object-fit: contain;
  -ms-object-fit: contain;
  -o-object-fit: contain;
}
@media only screen and (max-width: 64em) {
  .banner_inner__image__multi img {
    max-width: none !important;
    height: 40rem !important;
  }
}

.split-image {
  width: 50% !important;
}
@media only screen and (max-width: 64em) {
  .split-image {
    width: 100% !important;
  }
}

.section__inner--blog-content {
  max-width: 100rem;
  flex-direction: column;
  padding: 0 2rem;
}

.blog__title {
  width: 100%;
}

.section__inner--blog-content,
.blog__content {
  width: 100%;
}
.section__inner--blog-content .table_wrap,
.blog__content .table_wrap {
  width: 100%;
  overflow-x: scroll;
}
.section__inner--blog-content h2,
.blog__content h2 {
  line-height: 1.3;
  margin: 2em 0 0;
}
.section__inner--blog-content h2 span,
.blog__content h2 span {
  font-weight: normal;
}
.section__inner--blog-content .airvat_info,
.blog__content .airvat_info {
  margin-left: 2rem;
  margin-top: 0;
}
.section__inner--blog-content strong,
.blog__content strong {
  font-weight: 600;
}
.section__inner--blog-content p,
.blog__content p {
  text-align: left;
  margin: 1.5em 0 0 0 !important;
}
.section__inner--blog-content ol,
.blog__content ol {
  margin: 1rem 0;
  list-style: decimal;
  list-style-position: inside;
  padding-left: 2rem;
}
.section__inner--blog-content ul,
.blog__content ul {
  margin: 1rem 0;
  list-style: disc;
  list-style-position: inside;
  padding-left: 2rem;
}
.section__inner--blog-content li,
.blog__content li {
  color: #000000;
  list-style-position: outside;
  text-align: left;
  margin-top: 1.5em !important;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
}
.section__inner--blog-content img,
.blog__content img {
  display: block;
  max-width: 100%;
}
.section__inner--blog-content blockquote,
.blog__content blockquote {
  font-size: 1.8rem;
  width: 90%;
  margin: 3rem auto;
  padding: 1.2rem 5rem;
  border-left: 0.8rem solid #48D3B3;
  line-height: 1.6;
  position: relative;
}
.section__inner--blog-content blockquote::before,
.blog__content blockquote::before {
  font-family: Arial;
  content: "“";
  color: #48D3B3;
  font-size: 5rem;
  position: absolute;
  left: 1rem;
  top: -1rem;
}

.invalid-invoice {
  position: relative;
}
.invalid-invoice p {
  margin-bottom: 0;
}

#valid-invoices-slider,
#invalid-invoices-slider {
  justify-content: center;
}

.valid-invoices-slider,
.invalid-invoices-slider {
  width: 60%;
  margin: 5rem auto;
}
@media only screen and (max-width: 64em) {
  .valid-invoices-slider,
.invalid-invoices-slider {
    width: 90%;
    margin: 1rem auto;
  }
}

@media only screen and (max-width: 46.875em) {
  .valid-invoices-slider .slider__button--prev:before {
    height: 10rem;
  }
}
@media only screen and (max-width: 46.875em) {
  .valid-invoices-slider .slider__button--next:before {
    height: 10rem;
  }
}

@media only screen and (max-width: 64em) {
  .mobile-text-align-left {
    text-align: left !important;
  }
}

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

@media only screen and (max-width: 37.5em) {
  .banner__image.contain {
    min-height: 26rem;
    height: 26rem;
    margin: 0 0 1.4em 0;
  }

  .banner__image.contain img {
    min-height: auto;
    height: 26rem;
    object-fit: contain;
    -moz-object-fit: contain;
    -ms-object-fit: contain;
    -o-object-fit: contain;
  }
}
.section__inner--legal {
  flex-direction: column;
  max-width: 90rem;
  padding-top: 15rem;
  padding-bottom: 5rem;
  min-height: 75vh;
}
@media only screen and (max-width: 64em) {
  .section__inner--legal {
    padding-top: 0;
  }
}
.section__inner--legal h1 {
  text-align: center;
  margin-bottom: 5rem;
}

.legal-agreement {
  overflow-y: scroll;
  border: 1px solid #000000;
  background-color: #FFF;
  width: 100%;
  height: 55rem;
  padding: 2rem;
}

.legal-agreement-mobile {
  padding: 0 0 5rem 0;
}

.legal-agreement h2,
.legal-agreement-mobile h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.legal-agreement h3,
.legal-agreement-mobile h3 {
  margin-bottom: 1rem;
}
.legal-agreement p,
.legal-agreement-mobile p {
  margin-bottom: 2rem;
}
.legal-agreement ul,
.legal-agreement-mobile ul {
  list-style: disc outside;
  padding-left: 2.5rem;
  margin-bottom: 2rem;
}
.legal-agreement li,
.legal-agreement-mobile li {
  font-family: "sans-serif", "Arial";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.25;
  color: #000000;
  letter-spacing: -0.1px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .legal-agreement li,
.legal-agreement-mobile li {
    font-size: 2rem;
  }
}

.terms-agreement {
  width: 100%;
  height: 55rem;
  padding: 2rem;
  overflow-y: scroll;
  border: 1px solid #000000;
  background-color: #FFF;
}

.terms-agreement-mobile {
  padding: 0 0 5rem 0;
}

.terms-agreement ol,
.terms-agreement-mobile ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.terms-agreement ol > li,
.terms-agreement-mobile ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.3em;
}
.terms-agreement ol > li:before,
.terms-agreement-mobile ol > li:before {
  content: counters(item, ".");
  display: table-cell;
  padding-right: 0.3em;
}
.terms-agreement li ol > li,
.terms-agreement-mobile li ol > li {
  margin: 0;
}
.terms-agreement ul,
.terms-agreement-mobile ul {
  margin-left: 2.3rem;
  counter-reset: item;
}
.terms-agreement ul li,
.terms-agreement-mobile ul li {
  counter-increment: item;
}
.terms-agreement ul li::marker,
.terms-agreement-mobile ul li::marker {
  content: counter(item, lower-alpha) ") ";
}
.terms-agreement li,
.terms-agreement-mobile li {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 1.4rem 0;
}
.terms-agreement h2,
.terms-agreement-mobile h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.terms-agreement h3,
.terms-agreement-mobile h3 {
  margin-bottom: 1rem;
}
.terms-agreement p,
.terms-agreement-mobile p {
  margin-bottom: 2rem;
}

.section--contact {
  min-height: 75vh;
}

.section__inner--contact {
  flex-direction: column;
  align-items: center;
  padding-top: 15rem;
  min-height: 100rem;
}
@media only screen and (max-width: 37.5em) {
  .section__inner--contact {
    padding-top: 2rem;
  }
}
.section__inner--contact h1 {
  text-align: center;
  margin-bottom: 15rem;
}
@media only screen and (max-width: 37.5em) {
  .section__inner--contact h1 {
    margin-bottom: 5rem;
  }
}

.contact__links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 58rem;
}
@media only screen and (max-width: 37.5em) {
  .contact__links {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 87.5em) {
  .contact__links {
    justify-content: center;
  }
  .contact__links .contact__link {
    margin: 3rem;
  }
}

.contact__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact__link img {
  margin: 0 auto 1rem;
  max-width: 10.3rem;
  height: 12rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact__link img {
    width: 10.3rem;
  }
}
.contact__link h2, .contact__link a {
  font-family: "sans-serif", "Arial";
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  color: #000000;
  letter-spacing: -0.1px;
  text-decoration: none;
  text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact__link h2, .contact__link a {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .contact__link--email {
    margin-bottom: 5rem;
  }
}

.section--for-retailers {
  min-height: 75vh;
}
.section--for-retailers h2 {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.27;
  letter-spacing: -0.6px;
}

.section__inner--for-retailers {
  flex-direction: column;
  align-items: center;
  padding-top: 10rem;
  max-width: 90rem;
}
@media only screen and (max-width: 37.5em) {
  .section__inner--for-retailers {
    padding-top: 2rem;
  }
}
.section__inner--for-retailers h1 {
  text-align: center;
  margin-bottom: 5rem;
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .section__inner--for-retailers h1 {
    font-size: 5rem;
  }
}

.section__inner--content {
  flex-direction: column;
  padding-bottom: 30rem;
}
@media only screen and (max-width: 37.5em) {
  .section__inner--content {
    padding-bottom: 50rem;
  }
}
.section__inner--content h3,
.section__inner--content p {
  margin: 1rem 0;
}
.section__inner--content p {
  text-align: justify;
}
.section__inner--content .button--container {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}