/*=============================================================================

CSS RESET

=============================================================================*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  zoom: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: normal;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  border: none;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto !important;
}

ul,
li {
  display: list-item;
  list-style: none;
}

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

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

svg {
  overflow: hidden;
}

input[type="checkbox"] {
  margin: 0 4px 0 0;
  width: 13px;
  height: 13px;
  padding: 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
  *overflow: hidden;
}

input,
textarea,
select {
  outline: none;
  margin: 0;
  font-family: inherit;
}

textarea {
  overflow: auto;
  resize: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/*=============================================================================

TYPOGRAPHY

=============================================================================*/

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

html {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  position: relative;
}

body {
  font:
    24px/1.5 "Inter",
    Arial,
    Helvetica,
    sans-serif;
  background: #fff;
  color: #9b9b9b;
  text-align: left;
}

a,
img,
svg,
input,
select,
textarea,
._transition,
button,
.button,
:before,
:after,
.tabs-nav ul li {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

._transition2 {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

a:active,
.button:active,
button:active {
  -webkit-transition: all 0.05s ease-out;
  -moz-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out;
}

._no-transition {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

a {
  color: #0083ff;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:active,
a:focus {
  outline: none;
}

/* Tyopgraphy Elements*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #030303;
}

h1,
h2,
h3 {
  margin-bottom: 35px;
  line-height: 1.1;
}

h4,
h5,
h6 {
  margin-bottom: 20px;
  line-height: 1.4;
  text-wrap: balance;
}

h1 {
  font-size: 4em;
  font-weight: 700;
  font-family: "Poppins";
  letter-spacing: -0.02em;
}

h1.size-md {
  font-size: 3.333em;
}

h1.size-sm {
  font-size: 3em;
}

h1.press-font {
  font-family: "Press Start 2P";
  font-size: 1.75em;
}

h2 {
  font-size: 3em;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 45px;
  letter-spacing: -2px;
}

h2.size-sm {
  font-size: 2em;
  line-height: 1.2;
}

h2.size-md {
  font-size: 2.75em;
}

h3 {
  font-size: 1em;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Poppins";
}

h3.size-sm {
  font-size: 1.333em;
}

h3.size-md {
  font-size: 1.5em;
}

h4 {
  font-size: 1.333em;
  font-weight: 700;
}

h5 {
  font-size: 0.667em;
  text-transform: uppercase;
  color: #9b9b9b;
}

h5.style2 {
  font-size: 1em;
  font-family: "Poppins";
  font-weight: 700;
  text-transform: none;
}

h6 {
  font-size: 1em;
  margin-bottom: 1.5em;
  line-height: 1.35;
  color: #9b9b9b;
}

p {
  margin-bottom: 25px;
  font-size: 1em;
}

p.small {
  font-size: 17px;
  line-height: 21px;
}

.blue-dot {
  font-size: 120%;
  color: #0083ff;
}

h2 .blue-dot {
  margin: 0 0 0 -0.6%;
  font-size: 130%;
  line-height: 0.5;
}

h3 .blue-dot {
  margin: 0 0 0 -0.3%;
  font-size: 150%;
}

.font-thin {
  font-weight: 100;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-size-sm {
  font-size: 0.9em;
}

.font-size-md {
  font-size: 1.5em;
}

.font-size-lg {
  font-size: 2em;
}

.uppercase {
  text-transform: uppercase;
}

.normalcase {
  text-transform: none;
}

.lowercase {
  text-transform: lowercase;
}

.underline {
  text-decoration: underline;
}

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

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

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

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}

/* lists */

.simple-list {
  margin-bottom: 20px;
  font-size: 0.75em;
}

.simple-list li,
.simple-list2 li {
  padding-left: 16px;
  line-height: 1.3;
  position: relative;
}

.simple-list li:before,
.simple-list2 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #9b9b9b;
  border-radius: 100%;
}

.simple-list.white li:before {
  background: #fff;
}

.simple-list2 {
  font-size: 1em;
  margin-bottom: 20px;
}

.simple-list2 li {
  padding-left: 32px;
}

.simple-list2 li:before {
  width: 16px;
  height: 16px;
  background: #0083ff;
  top: 8px;
}

.check-list {
  font-size: 17px;
}

.check-list li {
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}

.check-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: url(../images/blue-checkmark.svg) no-repeat;
  background-size: contain;
}

.ordered-list {
  counter-reset: section;
  list-style-type: none;
  margin-bottom: 30px;
}

.ordered-list li {
  margin-bottom: 10px;
}

.ordered-list li:before {
  counter-increment: section;
  content: counters(section, ".") ")";
  margin-right: 8px;
}

/* tables */

.simple-table {
  width: 100%;
}

.simple-table th,
.simple-table td {
  padding: 5px 10px;
}
.simple-table th {
}
.simple-table td {
}

/* colors */

.white {
  color: #fff;
}

.black {
  color: #000;
}

.light-grey {
  color: #9b9b9b;
}

.blue {
  color: #0083ff;
}

.red {
  color: #ff0000;
}

/* backgrounds */

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #000;
}

.blue-bg {
  background-color: #2b6a97;
}

.light-grey-bg {
  background-color: #f6f6f6;
}

.medium-grey-bg {
  background-color: #424242;
}

/* responsive videos */

.responsive-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.15%;
}

.responsive-video iframe,
.responsive-video object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.responsive-video.aspect-4by3 {
  padding-bottom: 75%;
}

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

/* modals */

.modal-form .modal-content {
  border: none;
  padding: 42px;
  border-radius: 16px;
}

.modal-form .modal-header {
  padding: 0;
  border: none;
}

.modal-form .modal-body {
  padding: 0;
}

.modal-form .modal-title {
  font-size: 1.167em;
  margin-bottom: 8px;
}

/* buttons */

button,
button:active,
button:focus {
  cursor: pointer;
  outline: none;
}

.button {
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  border: none;
  background: none;
  color: #0083ff;
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  touch-action: manipulation;
}

@media screen and (max-width: 768px) {
  .button {
    height: 36px;
    line-height: 36px;
    font-size: 0.725em;
  }
}

.button.-round {
  border-radius: 30px;
}

.button.-size-sm {
  height: 36px;
  line-height: 36px;
  font-size: 0.725em;
  border-radius: 9999px;
}

.button.-size-sm.-round {
  border-radius: 22px;
}

.button.-size-md {
  height: 48px;
  line-height: 46px;
  font-size: 1.125em;
}

.button.-size-md.-round {
  border-radius: 25px;
}

.button.-size-lg {
  height: 74px;
  line-height: 72px;
  font-size: 1.889em;
  padding: 0 20px;
  font-weight: 400;
}

.button.-size-lg.-round {
  border-radius: 37px;
}

.button.-margin-left {
  margin-left: 10px;
}

.button.-margin-right {
  margin-right: 10px;
}

button.button,
input[type="button"] {
  line-height: normal;
  letter-spacing: 0;
  font-stretch: unset;
}

.button.-wider {
  padding: 0 40px;
}

.button.-narrower {
  padding: 0 20px;
}

.button.-min-width {
  min-width: 190px;
}

.button.-full-width {
  width: 100%;
  padding: 0;
}

.button.-radius {
  border-radius: 3px;
}

.button.-primary {
  background: #0083ff;
  color: #fff;
  border-radius: 46.875px;
}

.button.-primary:hover {
}

.button.-secondary {
  border: 1px solid #0083ff;
}

.button.-secondary:hover {
  background: #0083ff;
  color: #fff;
}

.button.-ternary {
}

.button.-ternary:hover {
}

.button.-ghost-light {
}

.button.-ghost-light:hover {
}

.button.-ghost-dark {
}

.button.-ghost-dark:hover {
}

.button.-plain {
  background: none;
  padding: 0;
  color: #02d389;
}

.button.-plain:hover {
  color: #000;
}

.buttons-group .button {
  margin: 0 10px;
}

.buttons-group .simple-link {
  margin: 0 35px;
}

.button .button-counter {
  display: inline-block;
  width: 19px;
  height: 19px;
  position: absolute;
  right: -3px;
  top: -4px;
  background: #ff6168;
  border-radius: 100%;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  opacity: 0;
}

.button.show-counter .button-counter {
  opacity: 1;
}

/* forms */

form {
  margin: 0 auto;
}

form label {
  display: block;
  margin-bottom: 8px;
  color: #030303;
  font-size: 17px;
}

label .red-star {
  color: #fa696b;
}

form .form-row {
  display: block;
  margin-bottom: 25px;
}

form .form-buttons {
  margin-top: 15px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
  background: #fff;
  color: #000;
  border: 1px solid #d8d8d8;
  border-radius: 23px;
  height: 48px;
  max-width: 100%;
  width: 100%;
  font-size: 17px;
  margin-bottom: 10px;
  vertical-align: top;
  padding: 0 16px;
}

textarea {
  height: 200px;
  width: 100%;
  padding: 10px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #0083ff;
  color: #000;
}

select[multiple] {
  height: 150px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding-right: 40px;
  background: url(../images/drop-down-arrow.svg) no-repeat #fff;
  background-position: calc(100% - 16px) center;
  background-size: 12px auto;
}

::-webkit-input-placeholder {
  color: #d8d8d8;
}

:-moz-placeholder {
  color: #d8d8d8;
}

:-ms-input-placeholder {
  color: #d8d8d8;
}

input.button.-size-md {
  font-size: 17px;
}

/* icons */

i[class~="icon-"] {
  display: inline-block;
  background-repeat: no-repeat;
}

/*=============================================================================

PAGE LAYOUT

=============================================================================*/

.site {
  margin: 0 auto;
  padding-top: 85px;
  max-width: 2600px;
  min-width: 320px;
  overflow: hidden;
}

.wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
}

.wrap.-size-xs {
  max-width: 660px;
}

.wrap.-size-sm {
  max-width: 860px;
}

.wrap.-size-md {
  max-width: 1142px;
}

.wrap.-size-lg {
  max-width: 1342px;
}

.wrap.-size-xl {
  max-width: 1400px;
}

.block {
  padding-top: 120px;
  padding-bottom: 120px;
}

.block.-size-md {
  padding-top: 40px;
  padding-bottom: 40px;
}

.block.-size-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.block.-padding-top {
  padding-bottom: 0;
}

.block.-padding-bottom {
  padding-top: 0;
}

.full-width {
  width: 100%;
}

/* spacing */

.gap-10 {
  height: 10px;
}

.gap-20 {
  height: 20px;
}

.gap-30 {
  height: 30px;
}

.gap-40 {
  height: 40px;
}

.gap-50 {
  height: 50px;
}

.gap-60 {
  height: 60px;
}

.gap-70 {
  height: 70px;
}

.gap-80 {
  height: 80px;
}

.gap-90 {
  height: 90px;
}

.gap-100 {
  height: 100px;
}

/*floats*/

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after,
.grid:before,
.grid:after,
.wrap:before,
.wrap:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after,
.grid:after,
.wrap:after {
  clear: both;
}

.clearfix,
.grid,
.wrap {
  zoom: 1;
}

/* helpers */

.center-block {
  margin-left: auto;
  margin-right: auto;
}

.vertical-align {
  display: table;
  width: 100%;
  height: 100%;
}

.vertical-align > * {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}

.vertical-align.-align-bottom > * {
  vertical-align: bottom;
}

.justify-content {
  text-align: justify;
}

.justify-content > * {
  display: inline-block;
  position: relative;
}

.justify-content:before {
  content: "";
  display: block;
  width: 100%;
}

.justify-content:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

._mg-b-xs {
  margin-bottom: 10px !important;
}

._mg-b-sm {
  margin-bottom: 30px !important;
}

._mg-b-md {
  margin-bottom: 50px !important;
}

._mg-b-lg {
  margin-bottom: 75px !important;
}

._mg-b-xl {
  margin-bottom: 120px !important;
}

._mg-t-xs {
  margin-top: 15px !important;
}

._mg-t-sm {
  margin-top: 30px !important;
}

._mg-t-md {
  margin-top: 50px !important;
}

._mg-t-lg {
  margin-top: 75px !important;
}

._mg-t-xl {
  margin-top: 120px !important;
}

._no-mg {
  margin: 0 !important;
}

._no-mg-b {
  margin-bottom: 0 !important;
}

._no-mg-t {
  margin-top: 0 !important;
}

._pd-b-xs {
  padding-bottom: 15px !important;
}

._pd-b-sm {
  padding-bottom: 30px !important;
}

._pd-b-md {
  padding-bottom: 50px !important;
}

._pd-b-lg {
  padding-bottom: 75px !important;
}

._pd-b-xl {
  padding-bottom: 120px !important;
}

._pd-t-xs {
  padding-top: 15px !important;
}

._pd-t-sm {
  padding-top: 30px !important;
}

._pd-t-md {
  padding-top: 50px !important;
}

._pd-t-lg {
  padding-top: 75px !important;
}

._pd-t-xl {
  padding-top: 120px !important;
}

._no-pd {
  padding: 0 !important;
}

._no-pd-b {
  padding-bottom: 0 !important;
}

._no-pd-t {
  padding-top: 0 !important;
}

/*=============================================================================

MAIN STYLES

=============================================================================*/

/* Page header */

.site-header {
  padding: 30px 0;
  position: relative;
  line-height: 34px;
  z-index: 999;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: background 0.2s ease-out;
}

body.see-trough-header .site {
  padding-top: 0;
}

.site-header .default-logo {
  width: 96px;
  margin-top: -3px;
}

@media only screen and (max-width: 768px) {
  .site-header .default-logo {
    transform: translateY(-3px);
  }
}

.site-header .white-logo {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

body.see-trough-header.page-top .site-header .white-logo {
  opacity: 1;
}

body.see-trough-header.page-top .site-header .default-logo {
  opacity: 0;
}

body.see-trough-header.page-top .site-header {
  background: transparent;
}

body.see-trough-header.page-top .main-nav > ul > li > a {
  color: #fff;
}

body.see-trough-header.page-top .main-nav .drop-arrow .dropdown-arrow,
body.see-trough-header.page-top .main-nav li:hover > .drop-arrow > .dropdown-arrow {
  fill: #fff;
}

body.see-trough-header.page-top .site-header .header-right a {
  color: #fff;
}

body.see-trough-header.page-top .site-header .header-right .button.-secondary {
  border-color: #fff;
}

body.see-trough-header.page-top .site-header .header-right .button.-secondary:hover {
  border-color: #0083ff;
}

body.modal-open .site-header {
  padding-right: inherit;
}

/* site navigation */

.main-nav {
  margin-left: 20px;
  height: 34px;
  font-size: 17px;
}

.main-nav .site-menu > li {
  float: left;
  position: relative;
  margin-right: 8px;
}

.main-nav .dummy-link {
  cursor: default;
}

.main-nav li a {
  display: block;
  line-height: 34px;
  padding: 0 30px 0 4px;
}

.main-nav > ul > li > a {
  font-size: 20px;
  line-height: 48px;
  margin-bottom: 10px;
}

.site-header-sm .main-nav > ul > li > a {
  font-size: 16px;
}

.main-nav .drop-arrow {
  display: block;
  width: 30px;
  height: 48px;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.main-nav .dropdown-arrow {
  width: 12px;
  height: 7px;
  fill: #9b9b9b;
  vertical-align: middle;
  margin-left: 5px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -3px;
  margin-right: -6px;
  z-index: 100;
}

.main-nav li:hover > .drop-arrow > .dropdown-arrow,
.main-nav li:hover > a > .dropdown-arrow,
.dropdown li:hover > .has-subdrop > .subdrop-arrow > .dropdown-arrow {
  fill: #000;
}

.site-menu .subdrop-container .has-subdrop {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
}

.main-nav .has-subdrop .subdrop-arrow {
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.main-nav .dropdown {
  position: absolute;
  background: #fff;
  padding: 32px 0;
  border-radius: 32px;
  box-shadow: 0 8px 38px 0 rgba(0, 0, 0, 0.21);
  display: none;
  left: 50%;
  transform: translateX(-50%);
}

.dropdown:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 10px 9.5px;
  border-color: transparent transparent #ffffff transparent;
  top: -10px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}

.dropdown.with-subdrop {
  padding-right: 15px;
}

@media (min-width: 1025px) {
  .main-nav li:hover > .dropdown {
    display: block;
  }
}

.main-nav .dropdown .sub-dropdown.has-columns,
.main-nav ul.has-columns {
  white-space: nowrap;
  padding: 32px 12px;
}

.main-nav ul .dropdown-column {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  float: none;
}

.main-nav .dropdown-title {
  font-family: "Poppins";
  font-weight: 700;
  color: #000;
}

.main-nav .dropdown-column li {
}

.main-nav .dropdown .dropdown-column li a {
  padding: 0;
}

.main-nav .dropdown > li {
  margin: 0;
  float: none;
  position: relative;
}

.main-nav .dropdown li a {
  white-space: nowrap;
  height: 28px;
  line-height: 28px;
  padding: 0 32px;
  font-size: 16px;
  color: #9b9b9b;
  letter-spacing: -0.3px;
  font-weight: normal;
}

.main-nav .dropdown .sub-dropdown {
  background: #fff;
  position: absolute;
  z-index: 1000;
  box-shadow: 0 8px 38px 0 rgba(0, 0, 0, 0.21);
  border-radius: 32px;
  left: 100%;
  margin-left: 33px;
  top: -30px;
  overflow: hidden;
  display: none;
  padding: 32px 0;
}

.main-nav .has-subdrop:before {
  content: "";
  position: absolute;
  right: -35px;
  top: -5px;
  bottom: -5px;
  width: 35px;
}

@media only screen and (min-width: 1024px) {
  .main-nav .dropdown .has-subdrop:hover .sub-dropdown {
    display: block !important;
  }
}

.main-nav .sub-dropdown.two-columns {
  white-space: nowrap;
  padding: 25px 0;
}

.main-nav .sub-dropdown.two-columns .sub-dropdown-column {
  display: inline-block;
  vertical-align: top;
  margin-right: -6px;
}

.site-menu .subdrop-container .has-subdrop {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
}

.main-nav .subdrop-arrow .dropdown-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  transform: rotate(-90deg);
  margin-left: 0;
}

.main-nav .dropdown li:hover > a,
.main-nav .subdrop-container:hover {
  color: #000;
}

.menu-icon,
.menu-platform-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: auto 36px;
  margin-right: 30px;
}

.main-nav .sub-dropdown.two-columns .sub-dropdown-column {
  display: inline-block;
  vertical-align: top;
  margin-right: -6px;
}

.main-nav .sub-dropdown.two-columns .sub-dropdown-column:first-child {
  border-right: 1px solid #f0f0f0;
}

.main-nav .sub-dropdown .sub-dropdown-column li a {
  font-size: 1em;
}

.site-header .site-logo {
  position: relative;
  top: 8px;
}

.site-header .site-logo img {
  display: block;
}

.site-header a {
  color: #737373;
}

.site-header a:hover,
.site-header li:hover > a {
  color: #030303;
}

.main-nav li.active > a {
  color: #0da5f3;
  font-weight: normal;
}

.header-right {
  margin-top: 6px;
  font-size: 20px;
}

.site-header-sm .header-right {
  font-size: 16px;
}

.header-right button,
.header-right [type="button"],
.header-right [type="reset"],
.header-right [type="submit"] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

.site-header .header-right a {
  color: #0083ff;
}

.header-right .button {
  font-size: inherit;
}

.mobile-nav-btn {
  border: none;
  background: none;
  padding: 15px 10px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  right: 10px;
  display: none;
}

.mobile-nav-btn .nav-btn-line {
  display: block;
  height: 2px;
  width: 18px;
  background: #d8d8d8;
  margin-top: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  position: relative;
  top: 0;
  left: 0;
}

body.open-nav .nav-btn-line {
  background: #000;
}

.mobile-nav-btn .nav-btn-line:first-child {
  margin-top: 0;
}

body.open-nav .nav-btn-line:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

body.open-nav .nav-btn-line:nth-child(2) {
  opacity: 0;
  left: -60px;
}

body.open-nav .nav-btn-line:nth-child(3) {
  top: -6px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* end site navigation */

/* language selector */

.language-selector {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 100;
  top: 4px;
  margin-left: 12px;
}

.language-selector:after {
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  top: 100%;
  height: 20px;
}

.language-selector .current-language {
  cursor: pointer;
  font-size: 12px;
  color: #bdbdbd;
  font-weight: 500;
}

.language-selector .current-language .language-name {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  vertical-align: top;
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  margin-left: 3px;
}

.language-selector .current-language .language-name:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 7px 0 7px;
  border-color: #bdbdbd transparent transparent transparent;
  display: block;
  margin: 1px auto 0;
}

.language-selector .flag {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 20px;
  background: url(../images/flags-large@3x.png) no-repeat;
  background-size: 28px auto;
}

.language-selector .languages-list .flag {
  position: relative;
  top: 6px;
}

.language-selector .flag.-en {
  background-position: 0 0;
}

.language-selector .flag.-es {
  background-position: 0 -20px;
}

.language-selector .flag.-de {
  background-position: 0 -40px;
}

.language-selector .flag.-ru {
  background-position: 0 -60px;
}

.language-selector .flag.-pt-br {
  background-position: 0 -80px;
}

.language-selector .flag.-it {
  background-position: 0 -100px;
}

.language-selector .flag.-fr {
  background-position: 0 -120px;
}

.language-selector .flag.-zh-cn {
  background-position: 0 -140px;
}

.language-selector .flag.-jp {
  background-position: 0 -160px;
}

.language-selector .flag.-ko {
  background-position: 0 -180px;
}

.language-selector .flag.-hi {
  background-position: 0 -200px;
}

.language-selector .languages-list {
  display: none;
  position: absolute;
  background: #fff;
  left: -14px;
  top: 40px;
  padding: 10px 0;
  white-space: nowrap;
  border-radius: 3px;
  box-shadow: 0 8px 38px 0 rgba(0, 0, 0, 0.21);
  width: 215px;
}

.language-selector .languages-list:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.5px 10px 9.5px;
  border-color: transparent transparent #ffffff transparent;
  top: -10px;
  position: absolute;
  left: 19px;
}

.language-selector .languages-list li {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: -0.2px;
  color: #000000;
}

.language-selector .languages-list li .language-name {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
}

.language-selector .languages-list li a {
  display: block;
  position: relative;
  padding: 3px 15px;
}

.language-selector .languages-list li a:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 10px;
  background: url(../images/todo@3x.png) no-repeat center center;
  background-size: 20px 20px;
  display: none;
}

.language-selector .languages-list li a:hover {
  background: #fafafa;
  color: #000;
}

.language-selector .languages-list li.current {
  background-color: #fafafa;
}

.language-selector .languages-list li.current a:after {
  display: block;
}

.site.show-languages .language-selector {
  display: inline-block;
}

@media only screen and (max-width: 1024px) {
  .language-selector {
    top: 2px;
  }

  .language-selector .current-language {
    position: relative;
    top: 2px;
  }
}

@media only screen and (max-width: 600px) {
  .language-selector {
    margin-right: 45px;
  }

  .language-selector .current-language {
    top: 4px;
  }

  .language-selector .languages-list {
    top: 50px;
  }
}

@media only screen and (min-width: 1025px) {
  .language-selector:hover .languages-list {
    display: block;
  }
}

/* end language selector*/

/* site footer */

.mobile-toast {
  display: none;
}

.no-dl-anydo-toast #download-anydo {
  display: none;
  visibility: hidden;
}

#download-anydo {
  padding: 10px 8%;
}

#download-anydo img {
  display: inline-block;
  width: 108px;
}

#download-anydo .button {
  border-radius: 150px;
  height: 38px;
  line-height: 38px;
  margin: 4px 0;
}

.site-footer {
  padding: 80px 0;
  background: #fff;
}

.site-footer h4 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #030303;
}

.site-footer .footer-nav {
  font-size: 20px;
  margin-bottom: 40px;
}

.site-footer .footer-nav a {
  color: #9b9b9b;
  display: block;
  line-height: 32px;
}
.site-footer .footer-nav a:hover {
  color: #030303;
}

.site-footer .footer-buttons {
  position: absolute;
  left: 0;
  top: 212px;
}
.footer-buttons .made-with {
  font-size: 14px;
  text-transform: uppercase;
  color: #030303;
  margin-bottom: 10px;
}
.footer-buttons .any-do-signature {
  margin-bottom: 33px;
}
.footer-buttons .footer-social {
  margin-bottom: 35px;
}
.footer-buttons .footer-social a {
  margin-left: 20px;
}
.footer-buttons .footer-social a:first-child {
  margin-left: 0;
}
.footer-buttons .footer-social a:hover {
  opacity: 0.35;
}
.footer-buttons .footer-social img {
}
.footer-buttons .footer-apps-buttons {
}

.footer-buttons .footer-apps-buttons a:hover {
  opacity: 0.35;
}
.footer-buttons .footer-apps-buttons img {
  width: 135px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.intercom-launcher__root {
  z-index: 1000;
  position: fixed;
  right: 24px;
  bottom: 24px;
}

:has(.cc-window:not(.cc-invisible)) .intercom-launcher__root {
  bottom: 80px;
}

@media only screen and (max-width: 1024px) {
  .intercom-launcher__root {
    right: 12px;
    bottom: 80px;
  }
}

.intercom-launcher__btn {
  appearance: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background-color: #0083ff;
  width: 48px;
  height: 48px;
  box-shadow:
    0 1px 6px 0 rgba(0, 0, 0, 0.06),
    0 2px 32px 0 rgba(0, 0, 0, 0.16);
}

.intercom-launcher__btn:hover {
  transform: scale(1.1);
}

.intercom-launcher__icon {
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 1024px) {
  .mobile-toast {
    display: block;
    position: fixed;
    z-index: 1000;
    min-width: 320px;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 10px 24px;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.02);
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  .site-footer .footer-buttons {
    position: static;
  }
}

/* end site footer */

.shadow-box {
  box-shadow:
    0px 1px 4px rgba(0, 0, 0, 0.04),
    0px 2px 18px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 16px;
  background: #fff;
}

section.section-radius {
  border-radius: 72px;
}

section.section-padding {
  padding: 70px 80px;
}

/* homepage */

.home-hero-title .blue-underline {
  display: inline-block;
  position: relative;
}

.home-hero-title .blue-underline:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  bottom: 1px;
  background: url(/v5/images/home/blue-underline.svg) no-repeat left top;
  background-size: 100% auto;
}

.home-hero-title {
  max-width: 14em;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1024px) {
  .home-hero-title .blue-underline:after {
    bottom: -3px;
    height: 6px;
  }
}

.hero-section {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}

.hero-section.-set-height {
  height: calc(100vh);
  min-height: 1024px;
}

.hero-section.-set-height > .wrap,
.hero-section.-set-height > .wrap > .flex-grid {
  height: 100%;
}

.hero-section.-freelancers-hero {
  background-image: url(/v5/images/freelancers/hero-banner-bg.webp);
}

.hero-section.-marketing-hero {
  background-image: url(/v5/images/marketing/hero-banner-bg.webp);
}

.hero-section.-offset-hero-image .hero-image {
  margin-right: -80px;
}

.hero-section.-offset-hero-image .hero-image figure {
  margin-right: -31%;
}

.hero-section.-offset-small-hero-image .hero-image {
  margin-right: -80px;
}

.hero-section.-home-hero .hero-image {
  /* margin-right: -80px; */
}

.hero-section.-home-hero .hero-image figure {
  /* margin-right: -28%; */
}

.hero-section.-personal-hero .hero-image img {
  position: relative;
  top: -110px;
}

.hero-section.-teams-hero .hero-image {
  margin-right: -80px;
}

.hero-section.-teams-hero .hero-image figure {
  margin-right: -28%;
}

.hero-section.-personal-hero .hero-image figure {
  margin-right: -14%;
}

/*
// google one login animation

.get-started, #google-one-tap-login-container{
  min-height: 100px;
}

.get-started-container{
  min-height: 100px;
  transition: all 0.35s ease-out;
  overflow: hidden;
}

.get-started-container.show-google-login{
  min-height: 210px;
}

.get-started{
  opacity: 1;
}

.get-started.fade-out{
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.hero-get-started .button{
	vertical-align: middle;
}

#google-one-tap-login-container{
  width: 391px;
  height: 204px;
  margin: 0 auto;
  position: absolute;
  top:0;
}

#google-one-tap-login-container.centered{
  left: 50%;
  margin-left: -195px;
}

*/

.free-description {
  margin: 0 auto;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.35;
}

.hero-get-started {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-get-started .free-description {
  line-height: 1.1;
}

.clients-logos {
  display: flex;
  max-width: 100%;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.clients-logos img {
  margin: 7px 15px;
}

/* sticky-side-box sidebar */

.sticky-sidebox-top-trigger-show,
.sticky-sidebox-top-trigger-hide,
.sticky-sidebox-bottom-trigger-show,
.sticky-sidebox-bottom-trigger-hide {
  position: absolute;
  width: 1px;
  min-height: 1px;
  z-index: 1000000;
}

.sticky-sidebox-top-trigger-show {
  top: 105vh;
  bottom: 110vh;
}

.sticky-sidebox-top-trigger-hide {
  top: 30vh;
}

.sticky-sidebox-bottom-trigger-show {
  bottom: 5vh;
}

.sticky-sidebox-bottom-trigger-hide {
  bottom: -1vh;
  height: 2vh;
}

.sticky-side-box-container {
  position: fixed;
  right: 30px;
  bottom: 75px;
  z-index: 100000;
  transition: all 0.65s ease-out;
  transform: translateY(500px);
}

.sticky-side-box-container.show {
  transform: translateY(0);
}

.sticky-side-box-container.close {
  display: none !important;
}

body.no-sticky-side-box .sticky-side-box-container {
  display: none !important;
}

body.modal-open .sticky-side-box-container {
  padding-right: inherit;
}

.sticky-side-box-container .sticky-side-box-close {
  background: none;
  border: none;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 100;
  padding: 6px;
  border-radius: 100%;
  line-height: 0;
}

.sticky-side-box-container .sticky-side-box-close:hover {
  background: #ebebeb;
}

.sticky-side-box-container .sticky-side-box-close img {
  width: 14px;
}

.sticky-side-box {
  width: 240px;
  text-align: center;
  padding-top: 30px;
}

body.open-nav .sticky-side-box {
  display: none !important;
}

.sticky-side-box.show-my-tasks .side-box-main,
.sticky-side-box.show-my-teams-work .side-box-main {
  display: none;
}

.sticky-side-box.show-my-teams-work .side-box-my-teams-work {
  display: block;
}

.sticky-side-box.show-my-tasks .side-box-my-tasks {
  display: block;
}

.sticky-side-box h3 {
  font-size: 1.333em;
  line-height: 1;
  font-family: "Inter";
}

.sticky-side-box .sidebox-button {
  margin-top: 16px;
  cursor: pointer;
  display: block;
}

.sticky-side-box .sidebox-button:hover {
  box-shadow:
    0px 1px 4px rgb(0 131 255 / 11%),
    0px 2px 30px rgb(0 131 255 / 23%);
}

.sticky-side-box .sidebox-button-icon {
  margin-bottom: 5px;
}

.sticky-side-box .sidebox-button-text {
  display: block;
  font-size: 16px;
  color: #030303;
}

.side-box-secondary {
  padding-top: 25px;
  display: none;
}

.side-box-secondary .sidebox-icon {
  height: 125px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.side-box-secondary h4 {
  font-size: 1em;
  line-height: 1.125em;
  margin: 32px 0;
  letter-spacing: -0.01em;
}

.manage-box .box-footer {
  color: #9b9b9b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
  margin-top: 16px;
}

.continue-with-google {
  box-shadow:
    0px 1px 4px rgba(0, 0, 0, 0.04),
    0px 2px 18px rgba(0, 0, 0, 0.08);
  border: none;
  height: 32px;
  position: relative;
  padding: 5px 36px 5px 42px;
  display: block;
  width: 100%;
  color: #9b9b9b;
}

.continue-with-google .google-icon {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 24px;
  height: 24px;
}
.continue-with-google .button-title {
  font-size: 11px;
  line-height: 11px;
  display: block;
  font-weight: 700;
  margin-bottom: 2px;
}
.continue-with-google .button-subtitle {
  font-size: 9px;
  display: block;
  font-weight: 300;
}

.sideboxregister-form {
  box-shadow:
    0px 1px 4px rgba(0, 0, 0, 0.04),
    0px 2px 18px rgba(0, 0, 0, 0.08);
  border: none;
  padding-right: 40px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.sideboxregister-form input[type="text"] {
  font-size: 16px;
  font-weight: bold;
  border: none;
  margin: 0;
  height: 32px;
  display: block;
  padding: 0 0 0 18px;
}

.sideboxregister-form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  height: 32px;
  line-height: 32px;
  border: none;
  background: transparent;
  font-size: 16px;
  width: 40px;
  text-align: center;
  padding: 0;
}

/* end  sticky-side-box sidebar */

#lottie {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

.tabs {
  margin-bottom: 45px;
}

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

.tabs .tabs-nav li {
  display: inline-block;
}

.tabs .tabs-pane {
  display: none;
}

.tabs .tabs-pane.active {
  display: block;
}

.tabs-nav {
  margin-bottom: 40px;
}

.tabs-nav ul {
}

.tabs-nav ul li {
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  padding-left: 18px;
  margin-left: 18px;
  border-left: 3px solid #9b9b9b;
  line-height: 28px;
  height: 28px;
  cursor: pointer;
  position: relative;
}

.tabs .tabs-nav li:hover,
.tabs .tabs-nav li.active {
  color: #000;
}

.tabs.light-theme .tabs-nav li:hover,
.tabs.light-theme .tabs-nav li.active {
  color: #fff;
}

.tabs.-tabs-style2 .tabs-nav {
  text-align: left;
  margin-bottom: 20px;
}

.tabs.-tabs-style2 .tabs-nav li {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  border: none;
  padding-left: 0;
  margin-left: 30px;
}

.tabs.-tabs-style2 .tabs-nav li.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #9b9b9b;
}

.tabs.-tabs-style2 .tabs-nav li:first-child {
  margin-left: 0;
}

.tabs-nav ul li:first-child {
  padding-left: 0;
  margin-left: 0;
  border: none;
}

.tabs-align-video-top {
  position: relative;
  top: -150px;
}

.block-video-container video {
  display: inline-block;
  clip-path: inset(1px 1px);
}

.tabs-align-planner-top {
  position: relative;
  top: -200px;
}

.tabs-align-widgets-top {
  position: relative;
  top: -60px;
}

.tabs .tabs-full-width {
  margin: 0 -80px;
}

.cta-container {
}

.cta-container .tags-list {
}

.check-button {
  height: 40px;
  line-height: 36px;
  border-radius: 40px;
  border: 1px solid #000;
  margin: 0 2px 12px;
  padding: 0 14px;
  /* padding-left: 35px; */
  background: transparent;
  position: relative;
}

.check-button,
.check-button:active,
.check-button:focus {
  cursor: default;
}

.tags-list.-platforms-list .check-button {
  font-size: 0.917em;
  height: 50px;
  line-height: 50px;
  color: #000;
}

.tags-list.white .check-button {
  color: #fff;
}

.check-button .button-checkbox {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
  border: 1px solid #000;
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -7px;
  border-color: inherit;
  display: none;
}

.tags-list.-platforms-list .button-checkbox {
  width: 18px;
  height: 18px;
  margin-top: -9px;
}

.check-button .button-label {
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.check-button.checked .button-checkbox {
  background-image: url(../images/check-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

.check-button.-color-blue {
  border-color: #1fb6ff;
  color: #1fb6ff;
}
.check-button.-color-blue.checked .button-checkbox {
  background-color: #1fb6ff;
}

.check-button.-color-blue2 {
  border-color: #1f93ff;
  color: #1f93ff;
}
.check-button.-color-blue2.checked .button-checkbox {
  background-color: #1f93ff;
}

.check-button.-color-purple {
  border-color: #7e5bef;
  color: #7e5bef;
}
.check-button.-color-purple.checked .button-checkbox {
  background-color: #7e5bef;
}

.check-button.-color-pink {
  border-color: #ff49db;
  color: #ff49db;
}
.check-button.-color-pink.checked .button-checkbox {
  background-color: #ff49db;
}

.check-button.-color-orange {
  border-color: #ff7849;
  color: #ff7849;
}
.check-button.-color-orange.checked .button-checkbox {
  background-color: #ff7849;
}

.check-button.-color-green {
  border-color: #13ce66;
  color: #13ce66;
}
.check-button.-color-green.checked .button-checkbox {
  background-color: #13ce66;
}

.check-button.-color-yellow {
  border-color: #ffc82c;
  color: #ffc82c;
}
.check-button.-color-yellow.checked .button-checkbox {
  background-color: #ffc82c;
}

.check-button.-color-grey {
  border-color: #8492a6;
  color: #8492a6;
}
.check-button.-color-grey.checked .button-checkbox {
  background-color: #8492a6;
}

.check-button.-color-light-grey {
  border-color: #d8d8d8;
  color: #d8d8d8;
}
.check-button.-color-light-grey.checked .button-checkbox {
  background-color: #d8d8d8;
}

.check-button.-color-brown {
  border-color: #cead59;
  color: #cead59;
}
.check-button.-color-brown.checked .button-checkbox {
  background-color: #cead59;
}

.check-button.-color-red {
  border-color: #ff3f32;
  color: #ff3f32;
}
.check-button.-color-red.checked .button-checkbox {
  background-color: #ff3f32;
}

.tags-list.-platforms-list .check-button.-color-light-grey.checked .button-checkbox {
  background-color: #0083ff;
  border-color: #0083ff;
  background-size: 14px 14px;
}

.quote {
  margin: 35px auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote .quote-image {
  min-width: 146px;
}
.quote .quote-image img {
  width: 146px;
  overflow: hidden;
  border-radius: 9999px;
}

.quote .qoute-content {
  max-width: 570px;
  position: relative;
  z-index: 1;
  margin-left: 50px;
}

.quote.-right-image .qoute-content {
  margin-right: 50px;
  margin-left: 0;
  text-align: right;
}

.quote p {
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  margin-bottom: 26px;
  letter-spacing: -0.02em;
  quotes: "“" "”";
}

.quote p.white {
  color: #fff;
}

.quote p::before {
  content: open-quote;
}

.quote p::after {
  content: close-quote;
}

.quote cite {
  display: block;
  font-size: 0.75em;
  font-style: normal;
}

.apps-buttons a {
  margin: 0 12px;
}

.body-manage-box {
  height: 375px;
  padding: 50px 30px 24px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 30px;
  color: #9b9b9b;
}

.body-manage-box:hover {
  box-shadow:
    0px 1px 4px rgb(0 131 255 / 11%),
    0px 2px 58px rgb(0 131 255 / 23%);
}

.body-manage-box .body-manage-box-secondary {
  display: none;
}

.body-manage-box.show-action .body-manage-box-main {
  display: none;
}

.body-manage-box.show-action .body-manage-box-secondary {
  display: block;
  width: 100%;
}

.body-manage-box .manage-box-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.body-manage-box .manage-box-content figure {
  height: 100px;
  margin-bottom: 50px;
}

.body-manage-box .manage-box-content h3 {
  line-height: 1.125em;
  letter-spacing: -0.01em;
}

.marketing-carousel .slick-arrow {
  background-color: #fff;
  background-image: url(/v5/js/vendor/slick-1.8.1/slick/slider-arrows-dark.svg);
  border-radius: 9999px;
  width: 60px;
  height: 60px;
  opacity: 1;
  box-shadow:
    0px 2px 18px rgba(0, 0, 0, 0.08),
    0px 1px 4px rgba(0, 0, 0, 0.04);
}

.marketing-carousel .slick-prev {
  background-size: initial;
  background-position: 18px 10px;
}

.marketing-carousel .slick-next {
  background-size: initial;
  background-position: 18px -140px;
}

.carousel-quote {
  display: flex;
  margin: 42px 24px;
  flex-direction: column;
  gap: 18px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0px 1.4037px 35.09259px 0px rgba(0, 0, 0, 0.1);
  height: 500px;
  padding: 40px;
}

.carousel-quote .quote-content {
  flex-grow: 1;
  font-size: 24px;
  font-weight: 500;
  text-wrap: balance;
}

.carousel-quote .cite {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

/* DESIGN PAGE */

.hero-get-started-internal {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.hero-get-started-internal .centering-width {
  white-space: nowrap;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 30px;
  justify-content: center;
}

.hero-get-started-internal .free-description {
  padding: 10px 20px;
}

.proof-badges {
  margin: 0 auto;
}

.proof-badges img {
  width: 700px;
}

.hero-section .proof-badges {
  width: 500px;
  margin-right: 20px;
}

.start-anydo-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.start-anydo-cta .cta-title {
  width: 62%;
}

.start-anydo-cta .cta-action {
  width: 35%;
  text-align: center;
}

.tools-logos {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.tools-logos img {
  margin: 7px 10px;
}

.tools-logos .tools-text {
  font-weight: bold;
}

.video-container {
  color: #030303;
}

.video-container .video-thumbnail {
  max-width: 260px;
  height: 260px;
  background: #c4c4c4;
  margin: 0 auto;
}
.video-container .video-info {
}
.video-container .video-title {
  font-weight: 700;

  line-height: 1.1;
}
.video-container .video-subtitle {
  margin-bottom: 45px;
}

.video-container p {
  font-size: 1em;
  margin-bottom: 45px;
  color: #9b9b9b;
}

.platforms {
  text-align: center;
  margin: 0 auto 80px;
  max-width: 680px;
}

.platforms li {
  position: relative;
  display: inline-block;
  margin: 0 -3px 25px;
}

.platforms .platform {
  color: #9197a3;
  font-size: 9px;
  font-weight: 500;
  font-style: normal;
}

.platforms .platform svg {
  fill: #dbdbdb;
}

.platforms a.platform:hover {
  color: #0080ff;
}

.platforms a.platform:hover svg {
  fill: #0080ff;
}

.platform-name-comming-soon {
  width: 100%;
  position: absolute;
}

.features-block .features-image {
  position: relative;
  top: -30px;
}

.features-block .features-image2 {
  position: relative;
  top: -50px;
}

.features-module {
  max-width: 350px;
  margin: 0 auto 80px;
}

.features-icon {
  border-radius: 100%;
  box-shadow:
    0px 1px 4px rgba(0, 0, 0, 0.04),
    0px 2px 18px rgba(0, 0, 0, 0.08);
}

.features-module .features-icon {
  margin-bottom: 15px;
}

/* boards and workflows */

.boards-profile-pic {
  margin-left: -120px;
}

.boards-profile-pic-mobile {
  margin-top: 60px;
}

/* pricing page */

.pricing-page .block {
  padding-top: 48px;
}

.pricing-period-toggle {
  display: flex;
  width: max-content;
  margin: 0 auto;
  border-radius: 9999px;
  background-color: #f6f6f6;
}

.pricing-period-toggle input {
  display: none;
}

.pricing-period-toggle-opt {
  display: grid;
  grid-template-areas: "A";
}

.pricing-period-label {
  grid-area: A;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 64px;
  border: 1px solid transparent;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 227.778%;
  letter-spacing: -1px;
}

.pricing-period-label sup {
  margin-inline-start: 10px;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -1px;
}

@media only screen and (max-width: 1300px) {
  .pricing-period-label {
    font-size: 24px;
  }

  .pricing-period-label sup {
    font-size: 16px;
  }
}

@media only screen and (max-width: 640px) {
  .pricing-period-toggle {
    max-width: 80%;
  }

  .pricing-period-label {
    padding: 0 24px;
    font-size: 18px;
    letter-spacing: -1px;
  }

  .pricing-period-label sup {
    font-size: 9px;
  }
}

.pricing-period-pill {
  grid-area: A;
  border-radius: 9999px;
  pointer-events: none;
  visibility: hidden;
  transition: transform 150ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pricing-period-toggle input[value="yearly"] ~ .pricing-period-pill {
  transform: translateX(100%);
}

.pricing-period-toggle input[value="monthly"] ~ .pricing-period-pill {
  transform: translateX(-100%);
}

.pricing-period-toggle input:checked ~ .pricing-period-label {
  z-index: 1;
  color: #0083ff;
}

.pricing-period-toggle input:checked ~ .pricing-period-pill {
  border: 1px solid #f6f6f6;
  background: #fff;
  box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
  visibility: visible;
  transform: translateX(0);
}

.pricing-yearly .pricing-plan-grid [data-period="yearly"] {
  display: block;
}

.pricing-monthly .pricing-plan-grid [data-period="yearly"] {
  display: none;
}

.pricing-yearly .pricing-plan-grid [data-period="monthly"] {
  display: none;
}

.pricing-monthly .pricing-plan-grid [data-period="monthly"] {
  display: block;
}

.pricing-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 24px;
  justify-items: center;
}

[lang="de"] .pricing-plan-grid .check-list,
[lang="ru"] .pricing-plan-grid .check-list,
[lang="es"] .pricing-plan-grid .check-list,
[lang="pt-br"] .pricing-plan-grid .check-list {
  font-size: 13px;
}

@media screen and (max-width: 1342px) {
  .pricing-plan-grid {
    width: max-content;
    margin: auto;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .pricing-plan-grid {
    grid-template-columns: 1fr;
  }
}

.pricing-plan {
  box-shadow:
    0px 1px 4px rgba(0, 0, 0, 0.04),
    0px 2px 18px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  background: #fff;
  padding: 24px 18px;
  text-align: center;
  transition: all 0.2s ease-out;
  max-width: 375px;
  height: 100%;
}

.pricing-plan:hover {
  box-shadow:
    0px 1px 4px rgba(0, 131, 255, 0.11),
    0px 2px 58px rgba(0, 131, 255, 0.23);
}

.pricing-plan .pricing-logo {
  height: 104px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-plan h3 {
  margin-bottom: 22px;
}

.pricing-plan p {
  font-size: 17px;
  line-height: 1.23;
  margin-bottom: 14px;
  min-height: 64px;
  text-wrap: balance;
}

[lang="de"] .pricing-plan p,
[lang="ru"] .pricing-plan p {
  font-size: 15px;
}

.pricing-plan .pricing-cost {
  color: #0083ff;
  margin-bottom: 25px;
}

.pricing-plan .pricing-cost .amount {
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: -1px;
  font-weight: 500;
  font-family: "Inter";
  vertical-align: middle;
}

.pricing-plan .pricing-cost .amount sup {
  font-size: 16px;
  vertical-align: super;
  margin-inline-start: 2px;
}

.pricing-plan .pricing-cost .amount-description {
  height: 32px;
  font-size: 12px;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 15px;
  text-align: center;
  justify-content: center;
}

.pricing-plan .pricing-button {
  max-width: 256px;
  margin: 0 auto 27px;
}

[lang="de"] .pricing-plan .pricing-button,
[lang="ru"] .pricing-plan .pricing-button {
  font-size: 18px;
}

.pricing-plan h6 {
  font-weight: 700;
  color: #000;
  font-size: 17px;
  margin-bottom: 8px;
}

.pricing-plan .free-description {
  margin-bottom: 52px;
  font-size: 12px;
}

[lang="ru"] .pricing-plan .free-description {
  font-size: 10px;
}

.quotes-slider .quote {
  margin: 0 160px;
  background: #f6f6f6;
  border-radius: 72px;
  padding: 48px 74.25px;
  justify-content: flex-start;
}

.slick-slider.arrows-slider .slick-prev,
.slick-slider.arrows-slider .slick-next {
  box-shadow:
    0px 1px 4px rgba(0, 0, 0, 0.04),
    0px 2px 18px rgba(0, 0, 0, 0.08);
  background: #fff no-repeat center center;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
}

.slick-slider.arrows-slider .slick-prev {
  background-image: url(../images/chevron-left_mini.svg);
  margin-left: 10px;
}

.slick-slider.arrows-slider .slick-next {
  background-image: url(../images/chevron-right_mini.svg);
  margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
  .slick-slider.arrows-slider {
    margin-left: -30px;
    margin-right: -30px;
  }
  .quotes-slider .quote {
    margin: 0 80px;
  }
  .slick-slider.arrows-slider .slick-prev,
  .slick-slider.arrows-slider .slick-next {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }
}

@media only screen and (max-width: 599px) {
  .slick-slider.arrows-slider {
    margin-left: -25px;
    margin-right: -25px;
  }

  .slick-slider.arrows-slider .slick-prev,
  .slick-slider.arrows-slider .slick-next {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .quotes-slider .quote {
    padding: 30px 20px;
    border-radius: 36px;
    display: block;
    text-align: center;
    margin: 0 72px;
  }

  .quotes-slider .quote .qoute-content {
    margin-left: 0;
  }

  .quotes-slider .quote img {
    display: inline-block;
    margin-bottom: 30px;
  }
}

/* faq */

.faq {
  color: #030303;
}

.faq .faq-title {
  position: relative;
  margin: 0 0 19px;
  padding: 0 50px 0 0;
  display: block;
  cursor: pointer;
  font-size: 0.8em;
  font-weight: 700;
  font-family: "Inter";
}

.faq .faq-title:after {
  content: "";
  position: absolute;
  background: url(../images/plus.svg) no-repeat center center;
  width: 24px;
  height: 24px;
  right: 0;
  top: 7px;
}

.faq .faq-title.open:after {
  transform: rotate(45deg);
}

.faq .faq-description {
  display: none;
  position: relative;
  top: -5px;
  margin-bottom: 1px;
  font-size: 15px;
  line-height: 1.41;
  padding-bottom: 36px;
}

/*=============================================================================

RESPONSIVE

=============================================================================*/

@media only screen and (max-width: 1300px) {
  body {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1025px) {
  .main-nav .site-menu {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) {
  h6 {
    margin-bottom: 15px;
  }

  section.section-padding {
    padding: 30px 20px;
  }
  section.section-radius {
    border-radius: 30px;
  }

  .hero-section.-offset-hero-image .hero-image {
    margin-right: 0 !important;
  }

  .hero-section.-offset-hero-image .hero-image figure {
    margin-right: 0 !important;
  }

  .hero-section.-set-height {
    min-height: 0;
    height: auto;
  }

  .hero-section.-set-height > .wrap,
  .hero-section.-set-height > .wrap > .flex-grid {
    height: auto;
  }

  .hero-section .proof-badges {
    width: auto;
  }

  .hero-section.-personal-hero .hero-image figure {
    margin-right: 0;
  }

  .hero-section.-personal-hero .hero-image img,
  .tabs-align-video-top,
  .tabs-align-planner-top,
  .tabs-align-widgets-top {
    position: static;
  }

  .tabs-nav ul {
    text-align: center;
  }

  /* Mobile nav */

  body.open-nav {
    overflow: hidden;
  }

  .mobile-nav-btn {
    display: block;
  }

  .main-nav {
    float: right;
    width: 38px;
    margin-left: 0;
  }

  .main-nav .site-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    border-bottom: 1px solid #f9f9f9;
    z-index: 10000;
    background: #fff;
  }

  .main-nav .site-menu > li {
    float: none;
    margin: 0;
  }

  .main-nav ul li a {
    display: block;
    height: auto;
    line-height: 1.2;
    position: relative;
    margin-right: 50px;
    padding: 5px 15px;
  }

  .main-nav .site-menu {
    box-shadow:
      0 40px 38px 0 rgb(0 0 0 / 21%),
      0 29px 29px -14px rgb(0 0 0 / 21%);
    padding: 10px 0;
    top: 63px;
    height: calc(100vh - 92px);
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .site-menu .dropdown,
  .main-nav ul.has-columns {
    box-shadow: none;
    position: static;
    border: none;
    padding: 0;
    left: auto;
    transform: none;
  }

  .dropdown:before {
    display: none;
  }

  .main-nav ul .dropdown-column {
    display: block;
    padding: 0;
  }

  .main-nav .drop-arrow {
    right: 0;
    top: 0;
    height: 40px;
    width: 58px;
  }

  .main-nav li.open-dropdown > .drop-arrow {
    transform: rotate(180deg);
  }

  .main-nav li.open-dropdown > .drop-arrow svg {
    fill: #000;
  }

  .main-nav .subdrop-container.open-dropdown .subdrop-arrow {
    transform: rotate(180deg);
  }

  .main-nav .subdrop-container.open-dropdown .subdrop-arrow svg {
    fill: #000;
  }

  .main-nav .subdrop-arrow .dropdown-arrow {
    transform: none;
    left: 50%;
    margin-top: -3px;
    margin-left: -6px;
  }

  .site-menu .subdrop-container > a {
    margin-right: 60px;
  }

  .main-nav .dropdown li a,
  .main-nav .sub-dropdown .sub-dropdown-column li a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
    font-weight: normal;
  }

  .main-nav .dropdown li a,
  .main-nav .sub-dropdown .sub-dropdown-column li a {
    font-size: 14px;
  }

  .main-nav .dropdown-title {
    padding: 15px 15px 0;
  }

  .main-nav .dropdown li a,
  .main-nav .dropdown .dropdown-column li a {
    padding: 0 32px;
  }

  .main-nav li.has-subdrop > a:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 25px;
  }

  .site-menu .subdrop-container .has-subdrop {
    position: relative;
    width: 100%;
  }

  .site-menu .subdrop-container .subdrop-arrow {
    height: 40px;
    top: -40px;
    width: 95px;
    text-align: center;
    right: 0;
  }

  .main-nav .dropdown .sub-dropdown {
    position: static;
    left: auto;
    right: auto;
    margin: 0;
    box-shadow: none;
    padding: 0 !important;
  }

  .main-nav .sub-dropdown.has-columns .sub-dropdown-column {
    display: block;
    margin: 0;
  }

  .header-left {
    float: none;
  }

  /* End Mobile nav */

  .faq .faq-title:after {
    top: 0;
  }

  .tabs .tabs-full-width {
    margin: 0 -20px;
  }
}

@media only screen and (max-width: 768px) {
  /* Mobile nav */
  .site-header {
    padding: 5px 0;
  }

  .site-header .default-logo {
    transform: translateY(-4px);
  }

  .site-header .site-logo img {
    width: 90px;
  }

  .main-nav .site-menu {
    height: calc(100vh - 42px);
    top: 38px;
  }

  /* End Mobile nav */

  h1,
  h1.size-md,
  h1.size-sm {
    font-size: 3em;
  }

  h2,
  h2.size-sm,
  h2.size-md {
    font-size: 2.2em;
  }

  .simple-list2 li {
    padding-left: 22px;
  }

  .simple-list2 li:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }

  .simple-list,
  .simple-list2 {
    display: inline-block;
    text-align: left;
  }

  .site {
    padding-top: 44px;
  }

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

  .free-description {
    font-size: 12px;
  }

  .hero-get-started .free-description {
    margin: 10px 10px 0;
  }

  .clients-logos img {
    max-width: 30%;
    margin: 7px 0;
  }

  .apps-buttons img {
    height: 60px !important;
    width: auto;
    margin-bottom: 20px;
  }

  .quote .quote-image {
    min-width: 80px;
  }
  .quote .quote-image img {
    width: 80px;
  }

  .quote .qoute-content {
    margin-left: 25px;
  }

  .quote.-right-image .qoute-content {
    margin-right: 25px;
  }

  .proof-badges img {
    width: auto;
    max-width: 100%;
  }

  .start-anydo-cta {
    display: block;
    text-align: center;
  }

  .start-anydo-cta .cta-title {
    width: 100%;
    margin-bottom: 20px;
  }

  .start-anydo-cta .cta-action {
    width: 100%;
  }

  .tools-logos {
    justify-content: center;
  }

  .tools-logos img {
    max-width: 26%;
    margin: 7px 10px;
  }
}

@media only screen and (max-width: 599px) {
  body {
    font-size: 16px;
  }

  .block {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .carousel-quote {
    font-size: 1em;
  }

  .carousel-quote .quote-content {
    min-height: 200px;
  }

  .tabs.-tabs-style2 .tabs-nav li {
    font-size: 14px;
    margin-left: 20px;
  }

  .buttons-group .simple-link {
    margin: 0 15px;
  }

  .tabs-nav ul li {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
    border-left-width: 2px;
  }
}

@media only screen and (max-width: 450px) {
}

/*=============================================================================

GRIDS

=============================================================================*/

/*
grid sizes suffixes:

xl < 1500px
lg < 1200px
md < 1024px
sm < 768px
xs < 600px
xxs < 450px

*/

.flex-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-grid.-valign-center {
  align-items: center;
}

.flex-grid.-valign-bottom {
  align-items: flex-end;
}

.css-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.css-grid.-spacing-sm {
  gap: 12px;
}

.css-grid.-spacing-md {
  gap: 25px;
}

.css-grid.-spacing-lg {
  gap: 48px;
}

.css-grid.grid-1 {
  grid-template-columns: 1fr;
}

.css-grid.grid-2 {
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1024px) {
  .css-grid.grid-2-md {
    grid-template-columns: 1fr 1fr;
  }

  .css-grid.grid-4-md {
    grid-template-columns: repeat(4, 1fr);
  }

  .row-start-1-md {
    grid-row-start: 1;
  }
}

.css-grid.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.css-grid .item-1_2-2_2 {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 2;
}

@media only screen and (max-width: 768px) {
  .css-grid.grid-3 {
    grid-template-columns: 1fr;
  }

  .css-grid .item-1_2-2_2 {
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
  }
}

.grid {
  position: relative;
}

[class*="grid_"] {
  float: left;
  position: relative;
}

.grid.-spacing-sm {
  margin-left: -12px;
  margin-right: -12px;
}

.grid.-spacing-sm > [class*="grid_"] {
  padding-left: 12px;
  padding-right: 12px;
}

.grid.-spacing-md {
  margin-left: -25px;
  margin-right: -25px;
}

.grid.-spacing-md > [class*="grid_"] {
  padding-left: 25px;
  padding-right: 25px;
}

.grid.-spacing-lg {
  margin-left: -25px;
  margin-right: -25px;
}

.grid.-spacing-lg > [class*="grid_"] {
  padding-left: 25px;
  padding-right: 25px;
}

.float-right[class*="grid_"] {
  float: right;
}

.grid_1 {
  width: 100%;
}

.grid_1-2 {
  width: 50%;
}

.grid_1-3 {
  width: 33.33%;
}

.grid_2-3 {
  width: 66.66%;
}

.grid_1-4 {
  width: 25%;
}

.grid_3-4 {
  width: 75%;
}

.grid_1-5 {
  width: 20%;
}

.grid_4-5 {
  width: 80%;
}

.grid_1-6 {
  width: 16.66%;
}

._invisible {
  display: none;
}

@media only screen and (max-width: 1500px) {
  /* grids */

  .grid_1-xl {
    width: 100%;
  }
  .grid_1-2-xl {
    width: 50%;
  }
  .grid_1-3-xl {
    width: 33.33%;
  }
  .grid_2-3-xl {
    width: 66.66%;
  }
  .grid_1-4-xl {
    width: 25%;
  }
  .grid_3-4-xl {
    width: 75%;
  }
  .grid_1-5-xl {
    width: 20%;
  }
  .grid_4-5-xl {
    width: 80%;
  }
  .grid_1-6-xl {
    width: 16.66%;
  }

  ._invisible-xl {
    display: none !important;
  }
  ._visible-xl {
    display: block !important;
  }
  ._visible-xl-inline {
    display: inline-block !important;
  }

  ._no-pd-xl {
    padding: 0 !important;
  }
  ._no-mg-xl {
    margin: 0 !important;
  }

  .align-left-xl {
    text-align: left;
  }
  .align-center-xl {
    text-align: center;
  }
  .align-right-xl {
    text-align: right;
  }
}

@media only screen and (max-width: 1200px) {
  /* grids */

  .grid_1-lg {
    width: 100%;
  }
  .grid_1-2-lg {
    width: 50%;
  }
  .grid_1-3-lg {
    width: 33.33%;
  }
  .grid_2-3-lg {
    width: 66.66%;
  }
  .grid_1-4-lg {
    width: 25%;
  }
  .grid_3-4-lg {
    width: 75%;
  }
  .grid_1-5-lg {
    width: 20%;
  }
  .grid_4-5-lg {
    width: 80%;
  }
  .grid_1-6-lg {
    width: 16.66%;
  }

  ._invisible-lg {
    display: none !important;
  }
  ._visible-lg {
    display: block !important;
  }
  ._visible-lg-inline {
    display: inline-block !important;
  }

  ._no-pd-lg {
    padding: 0 !important;
  }
  ._no-mg-lg {
    margin: 0 !important;
  }

  .align-left-lg {
    text-align: left;
  }
  .align-center-lg {
    text-align: center;
  }
  .align-right-lg {
    text-align: right;
  }
}

@media only screen and (max-width: 1024px) {
  /* grids */

  .grid_1-md {
    width: 100%;
  }
  .grid_1-2-md {
    width: 50%;
  }
  .grid_1-3-md {
    width: 33.33%;
  }
  .grid_2-3-md {
    width: 66.66%;
  }
  .grid_1-4-md {
    width: 25%;
  }
  .grid_3-4-md {
    width: 75%;
  }
  .grid_1-5-md {
    width: 20%;
  }
  .grid_4-5-md {
    width: 80%;
  }
  .grid_1-6-md {
    width: 16.66%;
  }

  ._invisible-md {
    display: none !important;
  }
  ._visible-md {
    display: block !important;
  }
  ._visible-md-inline {
    display: inline-block !important;
  }

  ._no-pd-md {
    padding: 0 !important;
  }
  ._no-mg-md {
    margin: 0 !important;
  }

  .align-left-md {
    text-align: left;
  }
  .align-center-md {
    text-align: center;
  }
  .align-right-md {
    text-align: right;
  }
}

@media only screen and (max-width: 1023px) {
  .grid_1-md-sm {
    width: 100%;
  }
  .grid_1-2-md-sm {
    width: 50%;
  }
  .grid_1-3-md-sm {
    width: 33.33%;
  }
  .grid_2-3-md-sm {
    width: 66.66%;
  }
  .grid_1-4-md-sm {
    width: 25%;
  }
  .grid_3-4-md-sm {
    width: 75%;
  }
  .grid_1-5-md-sm {
    width: 20%;
  }
  .grid_4-5-md-sm {
    width: 80%;
  }
  .grid_1-6-md-sm {
    width: 16.66%;
  }

  ._invisible-md-sm {
    display: none !important;
  }
  ._visible-md-sm {
    display: block !important;
  }
  ._visible-md-sm-inline {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 768px) {
  /* grids */

  .grid_1-sm {
    width: 100%;
  }
  .grid_1-2-sm {
    width: 50%;
  }
  .grid_1-3-sm {
    width: 33.33%;
  }
  .grid_2-3-sm {
    width: 66.66%;
  }
  .grid_1-4-sm {
    width: 25%;
  }
  .grid_3-4-sm {
    width: 75%;
  }
  .grid_1-5-sm {
    width: 20%;
  }
  .grid_4-5-sm {
    width: 80%;
  }
  .grid_1-6-sm {
    width: 16.66%;
  }

  ._invisible-sm {
    display: none !important;
  }
  ._visible-sm {
    display: block !important;
  }
  ._visible-sm-inline {
    display: inline-block !important;
  }

  ._no-pd-sm {
    padding: 0 !important;
  }
  ._no-mg-sm {
    margin: 0 !important;
  }

  .align-left-sm {
    text-align: left;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-right-sm {
    text-align: right;
  }
}

@media only screen and (max-width: 599px) {
  /* grids */

  .grid_1-xs {
    width: 100%;
  }
  .grid_1-2-xs {
    width: 50%;
  }
  .grid_1-3-xs {
    width: 33.33%;
  }
  .grid_2-3-xs {
    width: 66.66%;
  }
  .grid_1-4-xs {
    width: 25%;
  }
  .grid_3-4-xs {
    width: 75%;
  }
  .grid_1-5-xs {
    width: 20%;
  }
  .grid_4-5-xs {
    width: 80%;
  }
  .grid_1-6-xs {
    width: 16.66%;
  }

  ._invisible-xs {
    display: none !important;
  }
  ._visible-xs {
    display: block !important;
  }
  ._visible-xs-inline {
    display: inline-block !important;
  }

  ._no-pd-xs {
    padding: 0 !important;
  }
  ._no-mg-xs {
    margin: 0 !important;
  }

  ._mg-b-xs {
    margin-bottom: 7px !important;
  }

  ._mg-b-sm {
    margin-bottom: 15px !important;
  }

  ._mg-b-md {
    margin-bottom: 25px !important;
  }

  ._mg-b-lg {
    margin-bottom: 40px !important;
  }

  ._mg-b-xl {
    margin-bottom: 60px !important;
  }

  ._mg-t-xs {
    margin-top: 7px !important;
  }

  ._mg-t-sm {
    margin-top: 15px !important;
  }

  ._mg-t-md {
    margin-top: 25px !important;
  }

  ._mg-t-lg {
    margin-top: 40px !important;
  }

  ._mg-t-xl {
    margin-top: 60px !important;
  }

  ._pd-b-xs {
    padding-bottom: 7px !important;
  }

  ._pd-b-sm {
    padding-bottom: 15px !important;
  }

  ._pd-b-md {
    padding-bottom: 25px !important;
  }

  ._pd-b-lg {
    padding-bottom: 40px !important;
  }

  ._pd-b-xl {
    padding-bottom: 60px !important;
  }

  ._pd-t-xs {
    padding-top: 7px !important;
  }

  ._pd-t-sm {
    padding-top: 15px !important;
  }

  ._pd-t-md {
    padding-top: 25px !important;
  }

  ._pd-t-lg {
    padding-top: 40px !important;
  }

  ._pd-t-xl {
    padding-top: 60px !important;
  }

  /* general styles */

  .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .align-left-xs {
    text-align: left;
  }
  .align-center-xs {
    text-align: center;
  }
  .align-right-xs {
    text-align: right;
  }
}

@media only screen and (max-width: 450px) {
  /* grids */

  .grid_1-xxs {
    width: 100%;
  }
  .grid_1-2-xxs {
    width: 50%;
  }
  .grid_1-3-xxs {
    width: 33.33%;
  }
  .grid_2-3-xxs {
    width: 66.66%;
  }
  .grid_1-4-xxs {
    width: 25%;
  }
  .grid_3-4-xxs {
    width: 75%;
  }
  .grid_1-5-xxs {
    width: 20%;
  }
  .grid_4-5-xxs {
    width: 80%;
  }
  .grid_1-6-xxs {
    width: 16.66%;
  }

  ._invisible-xxs {
    display: none !important;
  }
  ._visible-xxs {
    display: block !important;
  }
  ._visible-xxs-inline {
    display: inline-block !important;
  }

  ._no-pd-xxs {
    padding: 0 !important;
  }
  ._no-mg-xxs {
    margin: 0 !important;
  }

  .align-left-xxs {
    text-align: left;
  }
  .align-center-xxs {
    text-align: center;
  }
  .align-right-xxs {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) {
  /* . {
    display: table;
    width: 100%;
    height: 100%;
  } */

  /*
	.vertical-align-desktop>* {
        display: table-cell;
        vertical-align: middle;
        float: unset !important
    }

	*/

  .vertical-align-desktop {
    display: flex;
    float: unset !important;
    align-items: center;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}
.show-grecaptcha-badge .grecaptcha-badge {
  visibility: visible;
}

.disclaimer {
  font-size: 14px;
  line-height: 1.43;
  color: #a7a7a7;
  text-align: center;
  margin-top: 15px;
}

.platform-links {
  margin: auto;
  display: flex;
  max-width: 1600px;
  width: 100%;
  aspect-ratio: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: url(/v5/images/ball.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.platform-links__heading {
  color: inherit;
  font-size: clamp(36px, 5vw, 96px);
  font-weight: 700;
  margin-bottom: 0.765em;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .platform-links__heading {
    margin-bottom: 0;
    font-size: clamp(18px, 8vw, 96px);
  }
}

.platform-links__available-on {
  color: inherit;
  margin-inline: auto;
  margin-bottom: 4em;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .platform-links__available-on {
    display: none;
  }
}

.platform-links__links {
  max-width: 960px;
  display: grid;
  place-content: center;
  grid-template-columns: repeat(7, 1fr);
  row-gap: 42px;
}

@media screen and (max-width: 960px) {
  .platform-links__links {
    display: none;
  }
}

.platform-links__link-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  gap: 12px;
}

.platform-links__link-item-text {
  font-size: 13px;
}

.platform-links__icon {
  fill: #fff;
  transition: fill 0.3s ease-in-out;
}

.platform-links__link-item:hover .platform-links__icon {
  fill: rgba(255, 255, 255, 0.33);
}

.display-block {
  display: block;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-0 {
  margin-left: 0;
}

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

.flex {
  display: flex;
}

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

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

.justify-self-center {
  justify-self: center;
}

/**
Sales page
*/

@media screen and (max-width: 1023px) {
  .page-sales-group-image {
    max-width: 350px;
  }
}

.page-sales-card-wrapper {
  background-image: url(/v5/images/sales/half-ball.webp);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  isolation: isolate;
}

@media screen and (max-width: 1023px) {
  .page-sales-card-wrapper {
    background-image: none;
  }
}

.page-sales-card,
.page-sales-card-ghost {
  border-radius: 72px;
  background: #fff;
  padding: 48px 74.25px;
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
}

.page-sales-card {
  position: relative;
}

@media screen and (max-width: 768px) {
  .page-sales-card {
    box-shadow: none;
    padding: 0;
  }
}

.page-sales-card h2 {
  max-width: 20ch;
  text-align: center;
  margin: 0 auto;
  text-wrap: balance;
}

.page-sales-card p {
  text-wrap: pretty;
}

.page-sales-card-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(12px);
  --scale: 0.8;
  --translate-x: 50%;

  transform-origin: left center;
  transform: translate3d(var(--translate-x), 0, 0) scale(var(--scale));
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .page-sales-card-ghost {
    display: none;
  }
}

.page-sales-card-ghost:nth-child(4) {
  --scale: 0.96;
  --translate-x: 11%;
  background-color: rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(12px);
}

.page-sales-card-ghost:nth-child(3) {
  --scale: 0.92;
  --translate-x: 23%;
  background-color: rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(12px);
}

.page-sales-card-ghost:nth-child(2) {
  --scale: 0.87;
  --translate-x: 35%;
  background-color: rgba(255, 255, 255, 0.33);
  backdrop-filter: blur(12px);
}

.page-sales-feature-card {
  aspect-ratio: 1;
  padding: 20px;
  border-radius: 12px;
  box-shadow:
    0px 0.353px 0.353px 0px rgba(0, 0, 0, 0.03),
    0px 0.529px 2.822px 0px rgba(0, 0, 0, 0.08);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.page-sales-feature-card h3 {
  color: #030303;
  text-align: center;
  font-family: Poppins;
  font-size: 12.699px;
  font-style: normal;
  font-weight: 700;
  line-height: 13.969px; /* 110% */
  letter-spacing: -0.353px;
  margin-bottom: 4px;
}

.page-sales-feature-card p {
  color: #9b9b9b;
  text-align: center;
  font-family: Inter;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.019px;
}

@media screen and (max-width: 768px) {
  .page-sales-feature-card {
    padding: 10px;
  }

  .page-sales-center-text h5,
  .page-sales-center-text h3,
  .page-sales-center-text h6 {
    text-wrap: balance;
  }

  .page-sales-center-text h5,
  .page-sales-center-text h3,
  .page-sales-center-text h6,
  .page-sales-center-text p {
    text-align: center;
  }
}

.youtube-embed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.youtube-embed-close {
  font-size: 24px;
  color: #fff;
  position: fixed;
  top: 12px;
  right: 12px;
  padding: 4px;
  background: none;
  border: none;
}

.youtube-embed-content {
  overflow: clip;
  border-radius: 16px;
  border-radius: 6px;
  box-shadow:
    0 10px 38px -10px rgba(14, 18, 22, 0.35),
    0 10px 20px -15px rgba(14, 18, 22, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-width: 1080px;
  max-height: 85vh;
  aspect-ratio: 16 / 9;
}

.youtube-embed-content iframe {
  width: 100%;
  height: 100%;
}

.-sales-hero .hero-cta {
  margin-bottom: 14px !important;
}

.-sales-hero p {
  font-size: 1.5em;
}

.sales-watch-video {
  border: none;
  background: none;
  color: #0074e0;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.098px;
  text-transform: uppercase;
}

.sales-watch-video > svg {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .book-demo-content {
    height: 100%;
    display: grid;
    place-content: center;
  }
}

.book-demo-group {
  margin: 0 auto;
  width: 435px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .book-demo-group {
    .group {
      width: 100%;
    }
  }
}

.book-demo-title {
  color: #030303;
  text-align: center;
  font-feature-settings:
    "clig" off,
    "liga" off;
  font-family: var(--font-family-inter);
  font-size: 36.992px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.088px;
  margin-bottom: 0;
}

.book-demo-description {
  color: #9b9b9b;
  text-align: center;
  font-feature-settings:
    "clig" off,
    "liga" off;
  font-family: var(--font-family-inter);
  font-size: 19.817px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.423px; /* 133.333% */
  letter-spacing: -0.396px;
  margin-bottom: 0;
}

.book-demo-feature-grid {
  margin: 0 auto;
  width: 360px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .book-demo-feature-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

.book-demo-feature-item {
  color: #9b9b9b;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 129.412% */
  padding-left: 26px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19.2131 6.30811L10.3702 15.7405L5.06445 10.4348' stroke='%230083FF' stroke-width='1.76858' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

@media screen and (max-width: 768px) {
  .book-demo-feature-item {
    font-size: 18px;
    line-height: 1.3;
  }
}

.book-demo-buttons {
  display: flex;
  gap: 24px;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}

.book-demo-btn {
  width: 200px;
  height: 52px;
  font-family: var(--font-family-inter);
  color: #0083ff;
  text-align: center;
  font-feature-settings:
    "clig" off,
    "liga" off;
  font-size: 18.496px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.138px; /* 114.286% */
  border: 1px solid #0083ff;
  border-radius: 9999px;
  background: transparent;
}

.book-demo-btn[data-variant="primary"] {
  color: #fff;
  background: #0083ff;
}

@media screen and (max-width: 768px) {
  .book-demo-buttons {
    margin-top: 48px;
    justify-content: unset;
  }

  .book-demo-btn {
    min-width: 0;
    flex: 1 1 auto;
    width: 50%;
  }
}
