/*!
Theme Name: boosted
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: boosted
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

boosted is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url('https://fonts.googleapis.com/css?family=Lato|Merriweather&display=swap');
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    font-family: 'Optima', sans-serif;
    margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    font-family: 'Avenir', sans-serif;
}

p {
    font-family: 'Avenir', sans-serif;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * Remove the inner border and padding in Firefox.
 */

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


/**
 * Restore the focus styles unset by the previous rule.
 */

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


/**
 * Correct the padding in Firefox.
 */

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


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

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


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Optima', sans-serif !important;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
}

.main-navigation .header-wrap-btn-mobile {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.menu-item-5197 {
    display: none;
}

.current-menu-item li a {
    font-weight: normal;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation .header-wrap-btn-mobile {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
}

.alignright {
    display: inline;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}


/*--------------------- BUTTONS ----------------*/

.purple-cta {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.0256px;
    padding: 9px 54px;
    color: #FFFFFF !important;
    background: #4F5DFF;
    border-radius: 7px;
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: normal;
}

header .purple-cta {
    max-width: 160px;
    font-size: 18px;
    color: #FFFFFF !important;
    text-decoration: none;
    padding: 11px 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
}

.purple-cta:hover,
.purple-cta:active {
    background: #081A55
}

.trans-cta {
    width: 160px;
    height: 44px;
    background: transparent;
    border-radius: 7px;
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: normal;
    border: 1px solid #4F5DFF;
    font-size: 18px;
    color: #4F5DFF !important;
    text-decoration: none;
    padding: 10px 38px;
}

.trans-cta:hover,
.trans-cta:active {
    background: #4F5DFF;
    color: #FFFFFF !important;
}


/*---------------------- HEADER ----------------*/

header {
    padding: 40px 40px 0 40px;
    display: flex;
    display: -webkit-flex;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

header.scrolled {
    background: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    z-index: 3;
}

.site-branding {
    margin-left: 2vw
}

.faq>.site-branding>a.custom-logo-link {
    padding: 10px;
}

.faq>.page-content {
    padding: 0px 0 20px;
}

.site-branding a img {
    max-width: 100%;
}

.menu-item a {
    color: #081A55;
    font-size: 18px;
    font-family: 'Avenir', sans-serif;
}

.header-cta {
    display: flex;
    display: -webkit-flex;
    margin-left: auto;
}

.header-cta div {
    padding: 0 5px;
}

.scrolled .header-cta {
    padding-top: 12px;
}

img.slider-img {
    max-width: 375px;
}


/*------------------ HERO SECTION ----------------*/

section.hero {
    height: 100vh;
    background-image: url(/wp-content/uploads/2020/04/Homepage.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -40px;
}


/* section.hero .container {
    max-width: 1200px;
    margin-left: 260px;
	padding: 0 33% 0 0;
} */


/* .home .hero .container {
    min-height: 730px;
} */

h1.hero-heading {
    font-family: 'Optima', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 58px;
    line-height: 70px;
    letter-spacing: 0.0928px;
    color: #081A55;
    padding-top: 260px;
    padding-bottom: 40px;
}

a.purple-cta.hero-btn {
    padding: 20px 46px;
    font-size: 26px;
    line-height: 36px;
    margin-top: 45px;
}


/*------------------ INFO SECTION ----------------*/

.info-text {
    padding: 120px 120px 0 0;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.032px;
}

section.info img {
    margin-top: 40px;
}

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

section.info .purple-cta {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.0256px;
    padding: 9px 54px;
}

.info-text p {
    margin-bottom: 27px;
}


/*------------------ BENEFITS SECTION ----------------*/

.benefits-image {
    max-width: 200px;
    margin: auto;
}

section.benefits .container {
    padding: 120px 0;
    max-width: 1070px;
    margin: auto;
    text-align: center;
}

.benefits-text {
    max-width: 275px;
    margin: auto;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    /* or 155% */
    text-align: center;
    letter-spacing: 0.0416px;
    color: #081A55;
}

section.video_bg {
    text-align: center;
}


/*------------------ VIDEO BG SECTION ----------------*/

section.video_bg .inner {
    max-width: 1145px;
    margin: auto;
    background: #fff;
    z-index: 2;
    padding: 75px 90px;
    position: absolute;
    left: 0;
    right: 0;
}

section.video_bg .container {
    background-repeat: no-repeat;
    padding: 160px;
    background-size: cover;
}

h2.video_bg-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    letter-spacing: 0.064px;
    color: #081A55;
}

section.video_bg li {
    max-width: 264px;
    margin: 0 17px;
    font-family: 'Avenir', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 38px;
    /* or 173% */
    text-align: center;
    letter-spacing: 0.0288px;
    color: #081A55;
}

.video_bg ul {
    list-style: none;
    display: flow-root;
    justify-content: center;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.fullsize-bg {
    min-width: 100%;
    position: absolute;
}

video.fullsize-bg__video {
    min-width: 100%;
}


/*------------------ USE CASES SECTION ----------------*/

section.use-cases {
    position: relative;
    z-index: 2;
    background: #fff;
}

section.use-cases .container {
    padding-top: 111px;
    padding-bottom: 160px;
    text-align: center;
    max-width: 1045px;
    margin: auto;
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.0416px;
    color: #081A55;
    position: relative;
    z-index: 2;
}

.use-cases-item {
    max-width: 260px;
}

.use-cases .grid-x {
    justify-content: space-evenly;
}

.use-cases-item img {
    margin-bottom: 31px;
    padding: 47px;
}


/*------------------ CREDIBILITY HEADING SECTION ----------------*/

section.credibility .container {
    max-width: 920px;
    position: relative;
    text-align: center;
    margin: auto;
    padding: 160px 0;
    z-index: 2;
}

section.credibility {
    background: #aecaeb;
}

section.credibility h2 {
    font-size: 48px;
    line-height: 61px;
    text-align: center;
    letter-spacing: 0.064px;
    color: #081A55;
    margin-bottom: 64px;
}

img.particles-layer {
    position: absolute;
    margin-top: -100px;
    z-index: 0;
}


/*------------------ TESTIMONIALS SECTION ----------------*/

section.testimonials {
    background: #4F5DFF;
    z-index: 2;
    position: relative;
}

.carousel-item {
    display: flex !important;
    display: -webkit-flex;
    max-width: 1130px;
    margin: auto;
    align-items: center;
}

section.testimonials .container {
    padding: 130px 0;
}

.carousel img {
    margin-right: 100px;
}

.slider-content {
    text-align: center;
    color: #ffffff;
}

h3.review-heading {
    font-weight: bold;
    font-size: 34px;
    line-height: 41px;
    text-align: center;
    letter-spacing: 0.048px;
}

p.review-name {
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    /* or 100% */
    text-align: center;
    letter-spacing: 0.048px;
    margin-top: 60px;
    margin-bottom: 10px;
}

p.review-title,
.review-company {
    font-size: 18px;
    margin-bottom: 0px;
}

ul.slick-dots {
    display: inline-block;
    list-style: none;
    margin: 0;
}

.slick-dots li {
    display: inline;
    margin: 14px
}

.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
}

li .dot {
    background-color: #D8D8D8;
}

li.slick-active .dot {
    background-color: #9D9D9D !important;
}

div#carousel-nav {
    max-width: 1130px;
    margin: auto;
    text-align: center;
    padding-left: 480px;
}


/*------------------ ARCHIVE SECTION ----------------*/

section.front-page-archive .container {
    max-width: 1250px;
    margin: auto;
    text-align: center;
    padding-top: 70px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.archive-item {
    max-width: 375px;
    margin: 0 auto;
    padding-bottom: 78px;
}

.archive-item img {
    max-height: 258px;
    max-width: 375px;
    border-radius: 7px;
}

.cell.medium-3.large-3.align-middle.archive-item {
    max-width: 260px;
}

.front-page-archive h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    /* or 100% */
    text-align: center;
    letter-spacing: 0.048px;
    color: #081A55;
    margin-bottom: 64px;
}

.post-title a {
    font-family: Avenir;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0.032px;
    color: #081A55;
}

.post-title {
    margin-top: 28px;
}


/*------------------ CALL TO ACTION SECTION ----------------*/

.call-to-action {
    background-color: #5161ff;
}

.call-to-action .container {
    text-align: center;
    color: #ffffff;
    padding-top: 110px;
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
}

.cta-text {
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 41px;
    /* identical to box height */
    letter-spacing: 0.048px;
    color: #FFFFFF;
}

.download-links {
    padding-top: 40px;
}

a.download-link {
    margin: 0 14px;
}


/*------------------ CONCLUSION SECTION ----------------*/

section.conclusion {
    background: #fff;
    z-index: 2;
    position: relative;
}

section.conclusion .container {
    max-width: 1032px;
    margin: auto;
    padding-top: 113px;
    padding-bottom: 0;
}

.conclusion-img {
    align-self: flex-end;
}

.conclusion-img img {
    position: absolute;
    max-height: 400px;
    bottom: 0;
}

section.conclusion .grid-x {
    align-items: center;
}

.conclusion a.purple-cta {
    padding: 19px 23px 20px 23px;
    margin-top: 89px;
}

.conclusion-img {
    padding-left: 78px;
}

h2.conclusion-heading {
    margin-bottom: 66px;
}


/*------------------ FOOTER SECTION ----------------*/

.footer-email .mc-field-group input {
    max-width: 645px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #fff;
}

.footer-content {
    background: #071C64;
    padding: 100px 120px;
    z-index: 2;
    position: relative;
}

span.company-name {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    position: relative;
    letter-spacing: 0.0224px;
    color: #FFFFFF;
    font-family: 'Avenir', sans-serif;
    top: 6px;
    left: 4px;
}

a.footer-link {
    display: block;
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 32px;
    color: #FFFFFF;
}

a.footer-link:hover {
    color: #4F5DFF
}

.site-info {
    display: none;
}

.footer-branding {
    margin-bottom: 20px;
}

.footer-social h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
    /* identical to box height */
    letter-spacing: 0.0304px;
    color: #FFFFFF;
    font-family: 'Avenir', sans-serif !important;
}

section.video_bg.mobile {
    display: none;
}

section.video_bg {
    display: block;
    height: 875px;
}

.blog #main {
    display: flex;
    display: -webkit-flex;
    max-width: 1260px;
    flex-direction: column-reverse;
    margin: auto;
    flex-flow: wrap;
    justify-content: space-between;
}

.blog article {
    max-width: 375px;
    margin-bottom: 72px;
}

.page-header {
    min-width: 100%;
    padding: 205px 0 131px 0;
}

a.related-thumb {
    height: 173px;
    width: 100%;
    display: block;
    border-radius: 10px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.relatedcontent h4 a {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    /* or 136% */
    letter-spacing: 0.032px;
    color: #081A55;
}

.relatedcontent h4 {
    line-height: 30px;
    margin-top: 26px;
}

div#related_posts ul li {
    padding-right: 20px;
}

h1.page-title {
    font-family: Optima;
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 69px;
    text-align: left;
    letter-spacing: 0.064px;
    color: #081A55;
}

a.archive-article-cover-image {
    height: 239px;
    position: relative;
    display: block;
    border-radius: 7px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

h2.entry-title {
    line-height: 33px;
}

.blog h2.entry-title a {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal !important;
    line-height: 28px;
    font-size: 26px;
    letter-spacing: 0.032px;
    color: #081A55;
}

.read-more a {
    font-family: Avenir;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
    /* identical to box height, or 157% */
    letter-spacing: 0.032px;
    color: #4F5DFF;
}

.nav-links {
    max-width: 370px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav.navigation.posts-navigation {
    min-width: 50%;
    text-align: center;
    margin: auto;
    padding: 20px;
}

.single:not(.single-video-ad-templates) .post-cover-image::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 131px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    top: 0;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    z-index: 0;
}

.post header {
    z-index: 3 !important;
}

.article-content {
    max-width: 800px;
}

.article-wrap {
    max-width: 1250px;
    display: flex;
    display: -webkit-flex;
    margin: auto !important;
    justify-content: space-between;
}

.single:not(.single-video-ad-templates) aside {
    max-width: 283px;
    padding-top: 90px;
}

.single:not(.single-video-ad-templates) h1.entry-title {
    font-family: 'Optima', serif;
    font-weight: bold;
    font-size: 42px;
    line-height: 151.2%;
    /* or 64px */
    letter-spacing: 0.064px;
    color: #081A55;
    margin: 80px 0 75px 0;
}

.single:not(.single-video-ad-templates) p {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 157%;
    /* or 38px */
    letter-spacing: 0.064px;
    color: #081A55;
    margin-bottom: 36px
}

.single:not(.single-video-ad-templates) .post-cover-image {
    height: 70vh;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single:not(.single-video-ad-templates) h2 {
    font-family: 'Avenir', sans-serif !important;
    font-weight: normal;
    font-size: 30px;
    line-height: 157%;
    /* or 38px */
    letter-spacing: 0.064px;
    color: #081A55;
    margin-bottom: 40px
}

.single:not(.single-video-ad-templates) h1.entry-title {
    font-family: 'Optima', serif;
    font-weight: bold;
    font-size: 42px;
    line-height: 151.2%;
    /* or 64px */
    letter-spacing: 0.064px;
    color: #081A55;
    margin: 80px 0 75px 0;
}

.single:not(.single-video-ad-templates) p {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 157%;
    /* or 38px */
    letter-spacing: 0.064px;
    color: #081A55;
    margin-bottom: 36px
}

.single:not(.single-video-ad-templates) h2 {
    font-family: 'Avenir', sans-serif !important;
    font-weight: normal;
    font-size: 24px;
    line-height: 157%;
    /* or 38px */
    letter-spacing: 0.064px;
    color: #081A55;
    margin-bottom: 40px
}

p.sidebar-promo-text strong {
    font-family: Optima;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.032px;
    color: #081A55;
}

section#custom_html-7 div {
    background: #AFCBEC !important;
    border: 0 !important;
}

section#custom_html-7 div.textwidget {
    background: #AFCBEC !important;
    border-radius: 7px;
    padding: 40px 36px 50px 35px;
}

section#custom_html-7 p {
    text-align: left;
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    /* or 28px */
    letter-spacing: 0.032px;
    color: #081A55;
}

section#custom_html-4 {
    margin-bottom: 77px;
}

section#custom_html-4 {
    margin-bottom: 77px;
}

section#recent-posts-2 h2 {
    font-family: Optima !important;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.032px;
    color: #081A55;
}

ul {
    list-style-type: none;
    margin: 0;
}

section#recent-posts-2 ul li {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 145%;
    /* or 29px */
    letter-spacing: 0.032px;
    color: #4F5DFF;
    margin-bottom: 36px;
    text-indent: -12px;
    padding-left: 21px;
}

section#recent-posts-2 ul li::before {
    content: url('/wp-content/uploads/2020/04/Create-top-quality-v.png');
    top: 15px;
    right: 9px;
    position: relative;
}

section#recent-posts-2 ul {
    margin: 0;
    list-style: none;
}

section#recent-posts-2 ul {
    margin: 0;
    list-style: none;
}

.relatedthumb img {
    max-width: 253px;
    max-height: 178px;
    border-radius: 10px;
}

div#related_posts ul {
    display: flex;
    display: -webkit-flex;
    list-style-type: none;
}

.relatedcontent h3 a {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    /* or 136% */
    letter-spacing: 0.032px;
    color: #081A55;
}

div#related_posts {
    max-width: 800px;
}

.relatedcontent h3 {
    line-height: 30px !important;
    margin-top: 18px;
}

div#related_posts h3 {
    font-family: 'Avenir' !important;
    font-weight: bold;
    font-size: 28px;
    line-height: 153%;
    /* or 43px */
    letter-spacing: 0.064px;
    color: #081A55;
    margin-top: 61px;
    margin-bottom: 18px;
}

div#related_posts ul {
    margin: 0;
}

.mc-field-group.input-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.mc-field-group.input-group {
    display: block;
    position: relative;
    padding-left: 11px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background: #FFFFFF;
    border-radius: 4px;
}

.mc-field-group.input-group:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.mc-field-group.input-group input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.mc-field-group.input-group input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.mc-field-group.input-group .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mc-field-group.input-group label {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.032px;
    color: #081A55;
}

input#mc-embedded-subscribe {
    background: #4F5DFF;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    /* identical to box height */
    text-align: center;
    padding: 14px 67px;
    font-family: 'Avenir';
}

input#mce-EMAIL::placeholder {
    text-align: center;
    font-family: 'Avenir';
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    /* identical to box height, or 144% */
    color: #979797;
}

input#mce-EMAIL {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}

.page {
    font-family: 'Avenir';
}

.page #primary .header {
    height: 425px;
    padding-top: 120px;
    background-size: cover;
    background-position: top center;
}

.page-content {
    padding: 100px 0 20px;
}

.page-content p,
.page-content a,
.page-content ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 147.67%;
    /* or 24px */
    letter-spacing: 0.032px;
    color: #081A55;
}

.page #primary .header h1,
.page #primary .header .subheading,
.page-content,
.app-page-download-links,
.contained {
    max-width: 1100px;
    margin: auto;
}

.page-content.app-page-content {
    max-width: none;
}

.subheading {
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.0256px;
    color: #081A55;
}

.pricing-plate {
    height: 175px;
    background: url(/wp-content/uploads/2020/04/Rectangle-1.png) #4e5ef7;
    background-size: cover;
    background-position: center center;
    display: table;
    min-width: 100%;
}

.pricing-plate .container {
    display: flex;
    display: -webkit-flex;
    max-width: 1100px;
    margin: auto;
    font-family: Avenir;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.0256px;
    color: #FFFFFF;
    justify-content: space-between;
    vertical-align: middle;
    padding-top: 48px;
}

.cta-right {
    text-align: center;
    vertical-align: middle;
    align-self: center;
}

.page .header h1 {
    font-family: Optima;
    font-style: normal;
    font-weight: bold;
    font-size: 51px;
    line-height: 125%;
    /* or 64px */
    letter-spacing: 0.0256px;
    color: #081A55;
}

.subheading {
    font-family: Avenir;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.0256px;
    color: #081A55;
}

.contact-form {
    margin: auto;
    max-width: 800px;
}

a.purple-cta.pricing-cta {
    width: 211px;
    display: block;
    padding: 15px;
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.0256px;
    color: #FFFFFF;
    margin: 40px 0 60px;
}

p.pricing-disclamer {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.0256px;
    color: #707070;
}

ul.pricing-features li {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 147.67%;
    /* or 24px */
    letter-spacing: 0.032px;
    color: #081A55;
    margin-bottom: 10px;
}

ul.pricing-features {
    display: list-item;
    column-count: 2;
    margin-top: 40px;
}


/* .page-template-page-pricing h2 {
    font-family: Optima;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
	line-height: 38px;
	max-width: 60%;
    letter-spacing: 0.032px;
    color: #081A55;
} */

.conclusion-content {
    padding-bottom: 85px;
}

ul#primary-menu {
    margin-top: 8px;
}

@media screen and (max-width: 1024px) {
    .menu-item {
        border: 1px solid #8CC1FF;
        width: 260px;
        border-top: none;
        border-right: none;
        border-left: none;
        left: 57px;
    }
    .header-cta>:not(#site-navigation) {
        z-index: 1000;
        width: max-content;
    }
    a.trans-cta,
    a.purple-cta {
        text-align: center;
        height: 50px;
    }
    .header-cta__signup {}
    section.hero {
        background-image: url('/wp-content/uploads/2020/04/Blue_Circles-1.png');
    }
    h1.hero-heading {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 0.0928px;
        padding-top: 20vh;
    }
    .container {
        max-width: 100% !important;
        padding: 0 40px !important;
    }
    nav#site-navigation {
        margin-left: auto;
    }
    img.slider-img {
        max-width: 200px;
    }
    .video_bg ul {
        flex-direction: column;
    }
    nav.toggled .header-wrap-menu-mobile {
        position: absolute;
        left: 0;
        display: flex;
        flex-direction: column;
        top: 0;
        padding-top: 115px;
        text-align: center;
        width: 100%;
        margin: 0;
        background: #fff;
        height: 100vh;
    }
    ul#primary-menu li {
        padding: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #primary-menu li a {
        font-family: 'Avenir', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
        text-align: left;
        color: #081A55;
    }
    button.menu-toggle {
        z-index: 4;
        position: relative;
    }
    button.menu-toggle[aria-expanded="true"] .open-click {
        display: none;
    }
    button.menu-toggle[aria-expanded="false"] .close-click {
        display: none;
    }
    /* .hero .container{
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: space-between;
		margin-left: 0 !important;
	} */
    a.purple-cta.hero-btn {
        margin-bottom: 20px;
    }
    div#carousel-nav {
        padding: 50px;
    }
    .info-text {
        padding: 0 10%;
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.032px;
        text-align: left;
    }
    .info-content {
        text-align: center;
    }
    section.info .purple-cta {
        padding: 20px 65px;
        font-size: 26px;
        line-height: 36px;
        margin-top: 45px;
    }
    section.benefits {
        margin-top: 90px;
        margin-bottom: 60px;
    }
    .benefits-item {
        display: flex;
    }
    .benefits-image video {
        max-width: 140px;
    }
    section.benefits .container {
        padding: 0 40px 0 0 !important;
    }
    .benefits-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        /* or 162% */
        letter-spacing: 0.0416px;
        color: #081A55;
        text-align: left;
    }
    section.video_bg.mobile {
        display: block;
    }
    section.video_bg {
        display: none;
    }
    .video_bg-image {
        height: 225px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    section.video_bg .inner {
        padding: 42px 0 40px 0;
    }
    video.mobile-bg__video {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
    }
    .video_bg h2 {
        font-weight: bold;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        letter-spacing: 0.064px;
        color: #081A55;
    }
    section.video_bg li {
        max-width: none;
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        /* or 214% */
        text-align: center;
        letter-spacing: 0.0288px;
    }
    .video_bg ul {
        padding-top: 20px;
        padding-bottom: 40px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .purple-cta {
        padding: 20px 55px;
    }
    .use-cases-item {
        display: flex;
        margin-bottom: 50px;
    }
    .use-cases-image img {
        max-width: 60px;
        padding: 0;
    }
    section.use-cases {
        padding-top: 60px;
    }
    .use-cases-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        /* or 162% */
        letter-spacing: 0.0416px;
        text-align: left;
        padding-left: 50px;
    }
    section.credibility h2 {
        font-weight: bold;
        font-size: 22px;
        line-height: 32px;
        /* or 145% */
        text-align: center;
        letter-spacing: 0.064px;
    }
    section.credibility {
        padding: 73px 0;
        background-attachment: fixed;
        background-image: url('wp-content/uploads/2020/04/Rectangle.png');
        background-repeat: no-repeat;
    }
    .particles {
        display: none;
    }
    section.credibility .purple-cta {
        padding: 20px;
    }
    img.slider-img {
        margin: auto;
        padding: 48px 0 22px;
    }
    .carousel-item {
        display: block !important;
    }
    p.review-name {
        font-weight: 800;
        font-size: 18px;
        line-height: 30px;
        /* or 167% */
        text-align: center;
        letter-spacing: 0.048px;
        margin: 0 auto;
    }
    h3.review-heading {
        margin-top: 32px;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        /* or 139% */
        text-align: center;
        letter-spacing: 0.048px;
    }
    span.dot {
        width: 7.5px;
        height: 7.5px;
    }
    .slick-dots li {
        margin: 7px;
    }
    section.front-page-archive h2 {
        margin-top: 60px;
        margin-bottom: 30px;
        font-weight: bold;
        font-size: 24px;
        line-height: 32px;
        /* or 133% */
        text-align: center;
        letter-spacing: 0.048px;
    }
    .cell.medium-3.large-3.align-middle.archive-item img {
        max-width: 150px;
    }
    .cell.medium-3.large-3.align-middle.archive-item {
        max-width: inherit;
    }
    .post-thumbnail img {
        width: 150px;
        margin: auto;
    }
    .archive-item {
        margin: 0 !important;
        padding: 0;
    }
    .post-title a {
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        /* or 167% */
        text-align: center;
        letter-spacing: 0.032px;
    }
    .post-title {
        margin-bottom: 30px;
        margin-top: 21px;
    }
    .call-to-action {
        background-image: url('/wp-content/uploads/2020/04/Mask.png');
    }
    div#blog-carousel-nav {
        margin-bottom: 45px;
    }
    .call-to-action .container {
        padding: 65px 20px !important;
        font-weight: bold;
        /* or 133% */
    }
    .call-to-action h2 {
        font-weight: bold;
        font-size: 24px;
        line-height: 32px;
        /* or 133% */
        text-align: center;
        letter-spacing: 0.0704px;
    }
    .cta-text {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        /* identical to box height */
        letter-spacing: 0.048px;
    }
    .download-links {
        display: flex;
    }
    section.conclusion .container {
        padding-bottom: 90px !important;
    }
    section.conclusion img {
        position: relative;
    }
    .conclusion-img {
        padding: 40px 0 0 0;
    }
    h2.conclusion-heading {
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
        /* or 133% */
        text-align: center;
        letter-spacing: 0.064px;
    }
    .conclusion a.purple-cta {
        padding: 20px;
    }
    .footer-content {
        padding: 40px;
        display: block;
    }
    a.footer-link {
        display: block;
        font-family: 'Avenir', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 32px;
        color: #FFFFFF;
    }
    span.company-name {
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.0224px;
        top: 4px;
        left: 0px;
    }
    img.white-logo {
        max-width: 143px;
        max-height: 43px;
    }
    .footer-social h4 {
        font-style: normal;
        font-weight: normal;
        font-size: 19px;
        line-height: 26px;
        /* identical to box height */
        letter-spacing: 0.0304px;
    }
    h1.page-title {
        font-family: Optima;
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 45px;
        letter-spacing: 0.064px;
        color: #081A55;
        max-width: 300px;
        margin: auto;
    }
    .blog .page-header {
        padding: 70px 0 40px 0;
        max-width: 300px;
        margin: auto;
    }
    .blog article {
        max-width: 300px;
        margin: auto;
    }
    .blog h2.entry-title a {
        font-family: Avenir;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 26px;
        /* or 144% */
        letter-spacing: 0.032px;
        color: #081A55;
    }
    .blog img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        margin-bottom: 12px;
    }
    .blog h2.entry-title {
        margin-bottom: 24px;
    }
    .blog .read-more {
        margin-bottom: 40px;
    }
    .single:not(.single-video-ad-templates) .post-cover-image {
        height: 40vh;
        left: 0;
        width: 100%;
    }
    div#related_posts {
        padding: 20px;
    }
    .single:not(.single-video-ad-templates) .post-cover-image::before {
        content: '';
    }
    .article-wrap {
        max-width: 100% !important;
        flex-direction: column;
        padding: 20px 0;
    }
    .single:not(.single-video-ad-templates) .entry-header,
    .single:not(.single-video-ad-templates) .entry-content {
        padding: 0 20px;
    }
    .single:not(.single-video-ad-templates) .post-cover-image::before {
        content: none;
    }
    .single:not(.single-video-ad-templates) h1.entry-title {
        font-style: normal;
        font-weight: 900;
        font-size: 18px;
        line-height: 25px;
        /* or 139% */
        letter-spacing: 0.032px;
        color: #081A55;
        margin: 40px 0;
    }
    .single:not(.single-video-ad-templates) p,
    .single:not(.single-video-ad-templates) li {
        line-height: 16px;
        font-size: 14px;
        margin-bottom: 26px;
    }
    .single:not(.single-video-ad-templates) h2 {
        font-style: normal;
        font-weight: 800;
        font-size: 15px;
        line-height: 153%;
        /* or 23px */
        letter-spacing: 0.064px;
        color: #081A55;
        margin-bottom: 26px;
    }
    div#related_posts ul {
        flex-direction: column;
    }
    a.related-thumb {
        max-height: 130px;
    }
    .single:not(.single-video-ad-templates) aside {
        max-width: 100% !important;
        padding: 0 20px;
        margin: auto;
    }
    video.info__video {
        max-width: 100%;
    }
    video.conclusion__video {
        max-width: 100% !important;
    }
    li#menu-item-5150 {
        margin-right: unset;
    }
    .main-navigation ul ul {
        position: unset;
        box-shadow: unset !important;
    }
    .menu-toggle,
    .main-navigation.toggled ul {
        display: unset !important;
    }
    ul.sub-menu {
        width: unset !important;
        margin-right: unset;
        margin-left: -163px !important;
        margin-top: 1px !important;
    }
    .sub-menu .menu-item-type-custom {
        padding: unset;
        border: 1px solid #C6E0FF;
        border-left: none;
        border-right: none;
        list-style-type: none;
        height: 45px;
        border-bottom: none;
        margin-left: -4px;
        margin-top: -1px;
        width: 75% !important;
    }
    .menu-item-has-children::after {
        /* content: url("")  !important;; */
        /* content: none !important; */
        content: url('/wp-content/uploads/2021/04/Polygon-1.png') !important;
        position: relative;
        top: -26px !important;
        right: -114px;
    }
    .menu-item-has-children {
        height: 62px;
        width: 260px !important;
    }
    .up-arrow::after {
        content: url('/wp-content/uploads/2021/04/Polygon-1-1.png') !important;
    }
    .down-arrow::after {
        content: url('/wp-content/uploads/2021/04/Polygon-1.png');
    }
    .margin-for-open-menu {
        margin-top: 500px !important;
    }
    /* 
     .site-header.scrolled{
            position: unset !important;
     } */
    .menu-item-5197 {
        display: unset;
    }
}

@media screen and (min-width: 1921px) {
    section.use-cases .container {
        min-height: 800px;
        align-content: end;
    }
    section.front-page-archive {
        position: relative;
        z-index: 2;
        background: #fff;
    }
    /* section.hero .container {
    padding: 0;
} */
}

@media screen and (min-width: 1025px) and (max-width: 1350px) {
    .menu-item {
        padding-right: 0;
    }
}

.download-links-heading {
    display: block;
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 32px;
    color: #FFFFFF;
}

img.white-logo {
    max-width: 143px;
    max-height: 43px;
}

#cookie-law-info-bar {
    text-align: center;
    background-color: #AECAEB !important;
    box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.15);
}

#cookie-law-info-bar span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    align-items: center;
    text-align: center;
    color: #081A55;
    text-shadow: 0px -5px 30px rgba(0, 0, 0, 0.15);
}

.page-id-2139 #page #main h1 {
    padding-right: 25%;
}

#v2publish {
    display: none !important;
}

a#cookie_action_close_header::before {
    content: url('/wp-content/uploads/2020/04/X.svg');
    background: #aecaeb;
}

a#cookie_action_close_header {
    position: absolute;
    right: 18px;
    bottom: 13px;
    max-height: 25px;
    max-width: 25px;
    padding: 0;
}

a#cookie_action_close_header:hover {
    background-color: transparent !important
}

video.conclusion__video {
    max-width: 510px;
    position: relative;
    top: 10px;
}

.page-template-page-app .header {
    height: 580px !important;
}

.page-template-page-app .header .subheading {
    padding-top: 30px;
}

.app-page-download-links {
    display: flex;
    margin-top: 100px;
}

.app-page-download-links div {
    padding-right: 10px;
}

.app-page-concept {
    display: flex;
}

.app-page-concept_text {
    max-width: 50%;
}

.app-page-concept_img {
    text-align: center;
    margin: auto;
    width: 50%;
}

.app-page-concept_text h2 {
    font-family: Optima;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.0256px;
    color: #0F1D4F;
}

.app-page-concept_text-content {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 128.4%;
    /* or 21px */
    letter-spacing: 0.0256px;
    color: #0F1D4F;
    padding-right: 25%;
    margin-top: 38px;
}

.app-page-steps {
    text-align: center;
}

.app-page-steps h2 {
    font-family: Optima;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 128.4%;
    /* or 39px */
    text-align: center;
    letter-spacing: 0.0256px;
    color: #0F1D4F;
    max-width: 650px;
    margin: auto;
}

.step-items {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
    margin-bottom: 60px;
}

.step-item {
    max-width: 320px;
    text-align: left;
}

.step-item-num {
    font-family: Avenir;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 128.4%;
    /* or 58px */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.0256px;
    color: #0F1D4F;
}

.step-item-heading {
    font-family: Avenir;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 128.4%;
    /* or 21px */
    letter-spacing: 0.0256px;
    color: #0F1D4F;
}

.step-item-text {
    padding-top: 10px;
}


/*!
Theme Name: boosted
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: boosted
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

boosted is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url('https://fonts.googleapis.com/css?family=Lato|Merriweather&display=swap');
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    font-family: 'Optima', sans-serif;
    margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    font-family: 'Avenir', sans-serif;
}

p {
    font-family: 'Avenir', sans-serif;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * Remove the inner border and padding in Firefox.
 */

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


/**
 * Restore the focus styles unset by the previous rule.
 */

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


/**
 * Correct the padding in Firefox.
 */

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


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

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


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Optima', sans-serif !important;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
}

.main-navigation .header-wrap-btn-mobile {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: none;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        /* display: none; */
    }
    .main-navigation .header-wrap-btn-mobile {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
}

.alignright {
    display: inline;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}


/*--------------------- BUTTONS ----------------*/

.purple-cta {
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.0256px;
    padding: 9px 54px;
    color: #FFFFFF !important;
    background: #4F5DFF;
    border-radius: 7px;
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: normal;
}

header .purple-cta {
    max-width: 375px;
    font-size: 18px;
    color: #FFFFFF !important;
    text-decoration: none;
    padding: 11px 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 28px;
}

.purple-cta:hover,
.purple-cta:active {
    background: #081A55
}

.trans-cta {
    width: 160px;
    height: 44px;
    background: transparent;
    border-radius: 7px;
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: normal;
    border: 1px solid #4F5DFF;
    font-size: 18px;
    color: #4F5DFF !important;
    text-decoration: none;
    padding: 10px 38px;
}

.trans-cta:hover,
.trans-cta:active {
    background: #4F5DFF;
    color: #FFFFFF !important;
}


/*---------------------- HEADER ----------------*/

header {
    padding: 40px 40px 0 40px;
    display: flex;
    display: -webkit-flex;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

header.scrolled {
    background: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    z-index: 3;
}

.site-branding {
    margin-left: 2vw
}

.site-branding a img {
    max-width: 100%;
}


/****/

.menu-item a {
    color: #081A55;
    font-size: 16px;
    font-family: 'Avenir', sans-serif;
}

.menu-item a:hover {
    color: #5162FF;
}

.internal-color {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 150px);
}


/****/

.header-cta {
    display: flex;
    display: -webkit-flex;
    margin-left: auto;
}

.header-cta div {
    padding: 0 5px;
}

.scrolled .header-cta {
    padding-top: 12px;
}

img.slider-img {
    max-width: 375px;
}


/*------------------ ARCHIVE SECTION ----------------*/

section.front-page-archive .container {
    max-width: 1250px;
    margin: auto;
    text-align: center;
    padding-top: 70px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.archive-item {
    max-width: 375px;
    margin: 0 auto;
    padding-bottom: 78px;
}

.archive-item img {
    max-height: 258px;
    max-width: 375px;
    border-radius: 7px;
}

.cell.medium-3.large-3.align-middle.archive-item {
    max-width: 260px;
}

.front-page-archive h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    /* or 100% */
    text-align: center;
    letter-spacing: 0.048px;
    color: #081A55;
    margin-bottom: 64px;
}

.post-title a {
    font-family: Avenir;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0.032px;
    color: #081A55;
}

.post-title {
    margin-top: 28px;
}


/*------------------ CALL TO ACTION SECTION ----------------*/

.call-to-action {
    background-color: #5161ff;
}

.call-to-action .container {
    text-align: center;
    color: #ffffff;
    padding-top: 110px;
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
}

.cta-text {
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 41px;
    /* identical to box height */
    letter-spacing: 0.048px;
    color: #FFFFFF;
}

.download-links {
    padding-top: 40px;
}

a.download-link {
    margin: 0 14px;
}


/*------------------ CONCLUSION SECTION ----------------*/

section.conclusion {
    background: #fff;
    z-index: 2;
    position: relative;
}

section.conclusion .container {
    max-width: 1032px;
    margin: auto;
    padding-top: 113px;
    padding-bottom: 0;
}

.conclusion-img {
    align-self: flex-end;
}

.conclusion-img img {
    position: absolute;
    max-height: 400px;
    bottom: 0;
}

section.conclusion .grid-x {
    align-items: center;
}

.conclusion a.purple-cta {
    padding: 19px 23px 20px 23px;
    margin-top: 89px;
}

.conclusion-img {
    padding-left: 78px;
}

h2.conclusion-heading {
    margin-bottom: 66px;
}


/*------------------ FOOTER SECTION ----------------*/

.footer-email .mc-field-group input {
    max-width: 645px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #fff;
}

.footer-content {
    background: #071C64;
    padding: 100px 120px;
    z-index: 2;
    position: relative;
}

span.company-name {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    position: relative;
    letter-spacing: 0.0224px;
    color: #FFFFFF;
    font-family: 'Avenir', sans-serif;
    top: 6px;
    left: 4px;
}

a.footer-link {
    display: block;
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 32px;
    color: #FFFFFF;
}

.site-info {
    display: none;
}

.footer-branding {
    margin-bottom: 20px;
}

.footer-social h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 26px;
    /* identical to box height */
    letter-spacing: 0.0304px;
    color: #FFFFFF;
    font-family: 'Avenir', sans-serif !important;
}

section.video_bg.mobile {
    display: none;
}

section.video_bg {
    display: block;
    height: 875px;
}

.blog #main {
    display: flex;
    display: -webkit-flex;
    max-width: 1260px;
    flex-direction: column-reverse;
    margin: auto;
    flex-flow: wrap;
    justify-content: space-between;
}

.blog article {
    max-width: 375px;
    margin-bottom: 72px;
}

.page-header {
    min-width: 100%;
    padding: 205px 0 131px 0;
}

a.related-thumb {
    height: 173px;
    width: 100%;
    display: block;
    border-radius: 10px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.relatedcontent h4 a {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    /* or 136% */
    letter-spacing: 0.032px;
    color: #081A55;
}

.relatedcontent h4 {
    line-height: 30px;
    margin-top: 26px;
}

div#related_posts ul li {
    padding-right: 20px;
}

h1.page-title {
    font-family: Optima;
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 69px;
    text-align: left;
    letter-spacing: 0.064px;
    color: #081A55;
}

a.archive-article-cover-image {
    height: 239px;
    position: relative;
    display: block;
    border-radius: 7px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

h2.entry-title {
    line-height: 33px;
}

.blog h2.entry-title a {
    font-family: Avenir;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.032px;
    color: #081A55;
}

.read-more a {
    font-family: Avenir;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
    /* identical to box height, or 157% */
    letter-spacing: 0.032px;
    color: #4F5DFF;
}

nav.navigation.posts-navigation {
    min-width: 50%;
    text-align: center;
    margin: auto;
    padding: 20px;
}

.single:not(.single-video-ad-templates) .post-cover-image::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 131px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    top: 0;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    z-index: 0;
}

.post header {
    z-index: 3 !important;
}

.article-content {
    max-width: 800px;
}

.article-wrap {
    max-width: 1250px;
    display: flex;
    display: -webkit-flex;
    margin: auto !important;
    justify-content: space-between;
}

.single:not(.single-video-ad-templates) h1.entry-title {
    font-family: 'Optima', serif;
    font-weight: bold;
    font-size: 42px;
    line-height: 151.2%;
    /* or 64px */
    letter-spacing: 0.064px;
    color: #081A55;
    margin: 80px 0 75px 0;
}

.single:not(.single-video-ad-templates) p {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 157%;
    /* or 38px */
    letter-spacing: 0.064px;
    color: #081A55;
    margin-bottom: 36px
}

.single:not(.single-video-ad-templates) .post-cover-image {
    height: 70vh;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single:not(.single-video-ad-templates) h2 {
    font-family: 'Avenir', sans-serif !important;
    font-weight: normal;
    font-size: 30px;
    line-height: 157%;
    /* or 38px */
    letter-spacing: 0.064px;
    color: #081A55;
    margin-bottom: 40px
}

.single:not(.single-video-ad-templates) h1.entry-title {
    font-family: 'Optima', serif;
    font-weight: bold;
    font-size: 42px;
    line-height: 151.2%;
    /* or 64px */
    letter-spacing: 0.064px;
    color: #081A55;
    margin: 80px 0 75px 0;
}

.single:not(.single-video-ad-templates) p {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 157%;
    /* or 38px */
    letter-spacing: 0.064px;
    color: #081A55;
    margin-bottom: 36px
}

.single:not(.single-video-ad-templates) h2 {
    font-family: 'Avenir', sans-serif !important;
    font-weight: normal;
    font-size: 24px;
    line-height: 157%;
    /* or 38px */
    letter-spacing: 0.064px;
    color: #081A55;
    margin-bottom: 40px
}

p.sidebar-promo-text strong {
    font-family: Optima;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.0704px;
    color: #FFFFFF;
}

section#custom_html-7 div {
    background: #AFCBEC !important;
    border: 0 !important;
}

section#custom_html-7 div.textwidget {
    background: #AFCBEC !important;
    border-radius: 7px;
    padding: 40px 36px 50px 35px;
}

section#custom_html-7 p {
    text-align: left;
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    /* or 28px */
    letter-spacing: 0.032px;
    color: #081A55;
}

section#custom_html-4 {
    margin-bottom: 77px;
}

@media screen and (max-width: 1024px) {
    section#custom_html-4 {
        background: url(/wp-content/uploads/2020/07/Rectangle-17-1.png);
        background-size: cover;
        background-repeat: no-repeat;
        margin: auto;
        border-radius: 7px;
        padding: 40px;
        display: flex;
        align-items: center;
    }
}

p.sidebar-promo-text {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 140%;
    letter-spacing: 0.032px;
    color: #FFFFFF;
}

section#recent-posts-2 h2 {
    font-family: Optima !important;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.032px;
    color: #081A55;
}

ul {
    list-style-type: none;
    margin: 0;
}

section#recent-posts-2 ul li {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 145%;
    /* or 29px */
    letter-spacing: 0.032px;
    color: #4F5DFF;
    margin-bottom: 36px;
    text-indent: -12px;
    padding-left: 21px;
}

section#recent-posts-2 ul li::before {
    content: url('/wp-content/uploads/2020/04/Create-top-quality-v.png');
    top: 15px;
    right: 9px;
    position: relative;
}

section#recent-posts-2 ul {
    margin: 0;
    list-style: none;
}

section#recent-posts-2 ul {
    margin: 0;
    list-style: none;
}

.relatedthumb img {
    max-width: 253px;
    max-height: 178px;
    border-radius: 10px;
}

div#related_posts ul {
    display: flex;
    display: -webkit-flex;
    list-style-type: none;
}

.relatedcontent h3 a {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    /* or 136% */
    letter-spacing: 0.032px;
    color: #081A55;
}

div#related_posts {
    max-width: 800px;
}

.relatedcontent h3 {
    line-height: 30px !important;
    margin-top: 18px;
}

div#related_posts h3 {
    font-family: 'Avenir' !important;
    font-weight: bold;
    font-size: 28px;
    line-height: 153%;
    /* or 43px */
    letter-spacing: 0.064px;
    color: #081A55;
    margin-top: 61px;
    margin-bottom: 18px;
}

div#related_posts ul {
    margin: 0;
}

.mc-field-group.input-group input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.mc-field-group.input-group {
    display: block;
    position: relative;
    padding-left: 11px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background: #FFFFFF;
    border-radius: 4px;
}

.mc-field-group.input-group:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.mc-field-group.input-group input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.mc-field-group.input-group input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.mc-field-group.input-group .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mc-field-group.input-group label {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.032px;
    color: #081A55;
}

input#mce-EMAIL::placeholder {
    text-align: center;
    font-family: 'Avenir';
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    /* identical to box height, or 144% */
    color: #979797;
}

input#mce-EMAIL {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    height: auto;
    margin-right: 10px;
}

.page {
    font-family: 'Avenir';
    overflow-x: hidden;
}

.page #primary .header {
    height: 425px;
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: cover;
    background-position: top center;
}

.page-content {
    padding: 100px 0 20px;
}

.page-content p,
.page-content a,
.page-content ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 147.67%;
    /* or 24px */
    letter-spacing: 0.032px;
    color: #081A55;
}

.page #primary .header h1,
.page #primary .header .subheading,
.page-content,
.app-page-download-links,
.contained {
    max-width: 1100px;
    margin: auto;
}

.page-content.app-page-content {
    max-width: none;
    padding-bottom: 0;
}

.subheading {
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.0256px;
    color: #081A55;
}

.pricing-plate {
    height: 175px;
    background: url(/wp-content/uploads/2020/04/Rectangle-1.png) #4e5ef7;
    background-size: cover;
    background-position: center center;
    display: table;
    min-width: 100%;
}

.pricing-plate .container {
    display: flex;
    display: -webkit-flex;
    max-width: 1100px;
    margin: auto;
    font-family: Avenir;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.0256px;
    color: #FFFFFF;
    justify-content: space-between;
    vertical-align: middle;
    padding-top: 48px;
}

.cta-right {
    text-align: center;
    vertical-align: middle;
    align-self: center;
}

.page .header h1 {
    font-family: Optima;
    font-style: normal;
    font-weight: bold;
    font-size: 51px;
    line-height: 125%;
    /* or 64px */
    letter-spacing: 0.0256px;
    color: #081A55;
}

.subheading {
    font-family: Avenir;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.0256px;
    color: #081A55;
}

.contact-form {
    margin: auto;
    max-width: 800px;
}

a.purple-cta.pricing-cta {
    width: 211px;
    display: block;
    padding: 15px;
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.0256px;
    color: #FFFFFF;
    margin: 40px 0 60px;
}

p.pricing-disclamer {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.0256px;
    color: #707070;
}

ul.pricing-features li {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 147.67%;
    /* or 24px */
    letter-spacing: 0.032px;
    color: #081A55;
    margin-bottom: 10px;
}

ul.pricing-features {
    display: list-item;
    column-count: 2;
    margin-top: 40px;
}


/* .page-template-page-pricing h2 {
    font-family: Optima;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
	line-height: 38px;
	max-width: 60%;
    letter-spacing: 0.032px;
    color: #081A55;
} */

.conclusion-content {
    padding-bottom: 85px;
}

@media screen and (max-width: 1024px) {
    section.hero {
        background-image: url('/wp-content/uploads/2020/04/Blue_Circles-1.png');
    }
    h1.hero-heading {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 0.0928px;
        padding-top: 20vh;
    }
    .container {
        max-width: 100% !important;
        padding: 0 40px !important;
    }
    nav#site-navigation {
        margin-left: auto;
    }
    img.slider-img {
        max-width: 200px;
    }
    .video_bg ul {
        flex-direction: column;
    }
    nav.toggled .header-wrap-menu-mobile {
        position: absolute;
        left: 0;
        display: flex;
        flex-direction: column;
        top: 0;
        padding-top: 115px;
        text-align: center;
        width: 100%;
        margin: 0;
        background: #fff;
        height: 100vh;
        overflow: scroll;
    }
    ul#primary-menu li {
        padding: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #primary-menu li a {
        color: #081A55;
        font-family: 'Avenir', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
        text-align: left;
        color: #081A55;
    }
    button.menu-toggle {
        z-index: 4;
        position: relative;
    }
    button.menu-toggle[aria-expanded="true"] .open-click {
        display: none;
    }
    button.menu-toggle[aria-expanded="false"] .close-click {
        display: none;
    }
    /* .hero .container{
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: space-between;
		margin-left: 0 !important;
	} */
    a.purple-cta.hero-btn {
        margin-bottom: 20px;
    }
    div#carousel-nav {
        padding: 50px;
    }
    .info-text {
        padding: 0 10%;
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.032px;
        text-align: left;
    }
    .info-content {
        text-align: center;
    }
    section.info .purple-cta {
        padding: 20px 65px;
        font-size: 26px;
        line-height: 36px;
        margin-top: 45px;
    }
    section.benefits {
        margin-top: 90px;
        margin-bottom: 60px;
    }
    .benefits-item {
        display: flex;
    }
    .benefits-image video {
        max-width: 140px;
    }
    section.benefits .container {
        padding: 0 40px 0 0 !important;
    }
    .benefits-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        /* or 162% */
        letter-spacing: 0.0416px;
        color: #081A55;
        text-align: left;
    }
    section.video_bg.mobile {
        display: block;
    }
    section.video_bg {
        display: none;
    }
    .video_bg-image {
        height: 225px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    section.video_bg .inner {
        padding: 42px 0 40px 0;
    }
    video.mobile-bg__video {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
    }
    .video_bg h2 {
        font-weight: bold;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        letter-spacing: 0.064px;
        color: #081A55;
    }
    section.video_bg li {
        max-width: none;
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        /* or 214% */
        text-align: center;
        letter-spacing: 0.0288px;
    }
    .video_bg ul {
        padding-top: 20px;
        padding-bottom: 40px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .purple-cta {
        padding: 20px 55px;
    }
    .use-cases-item {
        display: flex;
        margin-bottom: 50px;
    }
    .use-cases-image img {
        max-width: 60px;
        padding: 0;
    }
    section.use-cases {
        padding-top: 60px;
    }
    .use-cases-text {
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        /* or 162% */
        letter-spacing: 0.0416px;
        text-align: left;
        padding-left: 50px;
    }
    section.credibility h2 {
        font-weight: bold;
        font-size: 22px;
        line-height: 32px;
        /* or 145% */
        text-align: center;
        letter-spacing: 0.064px;
    }
    section.credibility {
        padding: 73px 0;
        background-attachment: fixed;
        background-image: url('wp-content/uploads/2020/04/Rectangle.png');
        background-repeat: no-repeat;
    }
    .particles {
        display: none;
    }
    section.credibility .purple-cta {
        padding: 20px;
    }
    img.slider-img {
        margin: auto;
        padding: 48px 0 22px;
    }
    .carousel-item {
        display: block !important;
    }
    p.review-name {
        font-weight: 800;
        font-size: 18px;
        line-height: 30px;
        /* or 167% */
        text-align: center;
        letter-spacing: 0.048px;
        margin: 0 auto;
    }
    h3.review-heading {
        margin-top: 32px;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        /* or 139% */
        text-align: center;
        letter-spacing: 0.048px;
    }
    span.dot {
        width: 7.5px;
        height: 7.5px;
    }
    .slick-dots li {
        margin: 7px;
    }
    section.front-page-archive h2 {
        margin-top: 60px;
        margin-bottom: 30px;
        font-weight: bold;
        font-size: 24px;
        line-height: 32px;
        /* or 133% */
        text-align: center;
        letter-spacing: 0.048px;
    }
    .cell.medium-3.large-3.align-middle.archive-item img {
        max-width: 150px;
    }
    .cell.medium-3.large-3.align-middle.archive-item {
        max-width: inherit;
    }
    .post-thumbnail img {
        width: 150px;
        margin: auto;
    }
    .archive-item {
        margin: 0 !important;
        padding: 0;
    }
    .post-title a {
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        /* or 167% */
        text-align: center;
        letter-spacing: 0.032px;
    }
    .post-title {
        margin-bottom: 30px;
        margin-top: 21px;
    }
    .call-to-action {
        background-image: url('/wp-content/uploads/2020/04/Mask.png');
    }
    div#blog-carousel-nav {
        margin-bottom: 45px;
    }
    .call-to-action .container {
        padding: 65px 20px !important;
        font-weight: bold;
        /* or 133% */
    }
    .call-to-action h2 {
        font-weight: bold;
        font-size: 24px;
        line-height: 32px;
        /* or 133% */
        text-align: center;
        letter-spacing: 0.0704px;
    }
    .cta-text {
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        /* identical to box height */
        letter-spacing: 0.048px;
    }
    .download-links {
        display: flex;
    }
    section.conclusion .container {
        padding-bottom: 90px !important;
    }
    section.conclusion img {
        position: relative;
    }
    .conclusion-img {
        padding: 40px 0 0 0;
    }
    h2.conclusion-heading {
        font-weight: bold;
        font-size: 30px;
        line-height: 40px;
        /* or 133% */
        text-align: center;
        letter-spacing: 0.064px;
    }
    .conclusion a.purple-cta {
        padding: 20px;
    }
    .footer-content {
        padding: 40px;
        display: block;
    }
    a.footer-link {
        display: block;
        font-family: 'Avenir', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 32px;
        color: #FFFFFF;
    }
    span.company-name {
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.0224px;
        top: 4px;
        left: 0px;
    }
    img.white-logo {
        max-width: 143px;
        max-height: 43px;
    }
    .footer-social h4 {
        font-style: normal;
        font-weight: normal;
        font-size: 19px;
        line-height: 26px;
        /* identical to box height */
        letter-spacing: 0.0304px;
    }
    h1.page-title {
        font-family: Optima;
        font-style: normal;
        font-weight: bold;
        font-size: 36px;
        line-height: 45px;
        letter-spacing: 0.064px;
        color: #081A55;
        max-width: 300px;
        margin: auto;
    }
    .blog .page-header {
        padding: 70px 0 40px 0;
        max-width: 300px;
        margin: auto;
    }
    .blog article {
        max-width: 300px;
        margin: auto;
    }
    .blog h2.entry-title a {
        font-family: Avenir;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 26px;
        /* or 144% */
        letter-spacing: 0.032px;
        color: #081A55;
    }
    .blog img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
        margin-bottom: 12px;
    }
    .blog h2.entry-title {
        margin-bottom: 5px;
    }
    .blog .read-more {
        margin-bottom: 40px;
    }
    .single:not(.single-video-ad-templates) .post-cover-image {
        height: 40vh;
        left: 0;
        width: 100%;
    }
    div#related_posts {
        padding: 20px;
    }
    .single:not(.single-video-ad-templates) .post-cover-image::before {
        content: '';
    }
    .article-wrap {
        max-width: 100% !important;
        flex-direction: column;
        padding: 20px 0;
        padding-top: 60px;
    }
    .single:not(.single-video-ad-templates) .entry-header,
    .single:not(.single-video-ad-templates) .entry-content {
        padding: 0 20px;
    }
    .single:not(.single-video-ad-templates) .post-cover-image::before {
        content: none;
    }
    .single:not(.single-video-ad-templates) h1.entry-title {
        font-style: normal;
        font-weight: 900;
        font-size: 18px;
        line-height: 25px;
        /* or 139% */
        letter-spacing: 0.032px;
        color: #081A55;
        margin: 40px 0;
    }
    .single:not(.single-video-ad-templates) p,
    .single:not(.single-video-ad-templates) li {
        line-height: 22px;
        font-size: 16px;
        margin-bottom: 26px;
    }
    .single:not(.single-video-ad-templates) h2 {
        font-style: normal;
        font-weight: 800;
        font-size: 15px;
        line-height: 153%;
        /* or 23px */
        letter-spacing: 0.064px;
        color: #081A55;
        margin-bottom: 26px;
    }
    div#related_posts ul {
        flex-direction: column;
    }
    a.related-thumb {
        max-height: 130px;
    }
    video.info__video {
        max-width: 100%;
    }
    video.conclusion__video {
        max-width: 100% !important;
    }
}

@media screen and (min-width: 1921px) {
    section.use-cases .container {
        min-height: 800px;
        align-content: end;
    }
    section.front-page-archive {
        position: relative;
        z-index: 2;
        background: #fff;
    }
    /* section.hero .container {
    padding: 0;
} */
}

@media screen and (min-width: 1025px) and (max-width: 1350px) {
    .menu-item {
        padding-right: 0;
    }
}

.download-links-heading {
    display: block;
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 32px;
    color: #FFFFFF;
}

img.white-logo {
    max-width: 143px;
    max-height: 43px;
}

#cookie-law-info-bar {
    text-align: center;
    background-color: #AECAEB !important;
    box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.15);
}

#cookie-law-info-bar span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    align-items: center;
    text-align: center;
    color: #081A55;
    text-shadow: 0px -5px 30px rgba(0, 0, 0, 0.15);
}

.page-id-2139 #page #main h1 {
    padding-right: 25%;
}

#v2publish {
    display: none !important;
}

a#cookie_action_close_header::before {
    content: url('/wp-content/uploads/2020/04/X.svg');
    background: #aecaeb;
}

a#cookie_action_close_header {
    position: absolute;
    right: 18px;
    bottom: 13px;
    max-height: 25px;
    max-width: 25px;
    padding: 0;
}

a#cookie_action_close_header:hover {
    background-color: transparent !important
}

video.conclusion__video {
    max-width: 510px;
    position: relative;
    top: 10px;
}

.page-template-page-app .header {
    height: 580px !important;
}

.page-template-page-app .header .subheading {
    padding-top: 30px;
}

.app-page-download-links {
    display: flex;
    margin-top: 100px;
}

.app-page-download-links div {
    padding-right: 10px;
}

.app-page-concept {
    display: flex;
}

.app-page-concept_text {
    max-width: 50%;
}

.app-page-concept_img {
    text-align: center;
    margin: auto;
    width: 50%;
}

.app-page-concept_text h2 {
    font-family: Optima;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.0256px;
    color: #0F1D4F;
}

.app-page-concept_text-content {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 128.4%;
    /* or 21px */
    letter-spacing: 0.0256px;
    color: #0F1D4F;
    padding-right: 25%;
    margin-top: 38px;
}

.app-page-steps {
    text-align: center;
    padding-top: 100px;
    background-image: url(/wp-content/uploads/2020/05/shapes_orange-1-3.png);
    background-color: #F49A82;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

.app-page-steps h2 {
    font-family: Optima;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 128.4%;
    /* or 39px */
    text-align: center;
    letter-spacing: 0.0256px;
    color: #0F1D4F;
    max-width: 650px;
    margin: auto;
}

.step-items {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 60px;
}

.step-item {
    max-width: 320px;
    text-align: left;
}

.step-item-num {
    font-family: Avenir;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 128.4%;
    /* or 58px */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.0256px;
    color: #0F1D4F;
}

.step-item-heading {
    font-family: Avenir;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 128.4%;
    /* or 21px */
    letter-spacing: 0.0256px;
    color: #0F1D4F;
}

.step-item-text {
    padding-top: 10px;
}

.app-page-chess {
    padding: 40px 0;
}

.chess-item-content {
    max-width: 50%;
}

.chess-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.chess-item-content {
    padding: 0 100px;
}

.chess-item-img {
    max-width: 50%;
}

.chess-item {
    display: flex;
    align-items: center;
    margin: 60px 0;
}

.chess-item-heading {
    font-family: Optima;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 128.4%;
    /* or 39px */
    letter-spacing: 0.0256px;
    color: #0F1D4F;
}

.chess-item-text {
    padding-top: 30px;
}

.app-page-features {
    background-image: url('/wp-content/uploads/2020/05/Rectangle-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
}

.app-page-features h2 {
    text-align: center;
    padding-top: 100px;
}

.features-items {
    column-count: 3;
    margin: auto;
}

.features-item-icon img {
    max-width: 60px;
    max-height: 60px;
}

.features-item {
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-item-icon {
    min-width: 90px;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-page-cta h2 {
    text-align: center;
    font-family: Optima;
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 1;
    letter-spacing: 0.0256px;
    color: #081A55;
}

.app-page-cta {
    padding: 100px 0;
    background-image: url(/wp-content/uploads/2020/09/GettyImages-1167643913-1-1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.app-page-cta h2 img {
    position: relative;
    top: -7px;
}

.app-page-cta .app-page-download-links {
    text-align: center;
    justify-content: center;
    margin-top: 40px;
}

.app-page-header.header {
    background-image: url('/wp-content/uploads/2020/07/App_page_main-scaled.jpg');
    background-color: aliceblue;
}


/** app page mobile styles */

@media screen and (max-width: 1024px) {
    .chess-item:nth-child(odd) {
        flex-direction: column-reverse;
    }
    .chess-item {
        flex-direction: column-reverse;
    }
    .chess-item-content {
        padding: 0 20px !important;
        max-width: initial;
    }
    .chess-item-img {
        max-width: 100%;
    }
    .app-page-header.header {
        background-image: url(/wp-content/uploads/2020/05/App_page-1-5.png);
        min-height: 100vh !important;
        padding-left: 2.5em;
    }
    .app-page-concept {
        flex-direction: column-reverse;
    }
    .app-page-concept_text {
        max-width: 100%;
        padding: 1em;
    }
    .app-page-concept_img {
        width: 100%;
    }
    .step-items {
        flex-direction: column;
    }
    .app-page-steps {
        padding-left: 1em;
        padding-right: 1em;
        background-image: url(/wp-content/uploads/2020/05/shapes_orange-1-3-2.png);
    }
    .app-page-steps h2 {
        text-align: left;
    }
    .app-page-header.header h1 {
        font-family: Optima;
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 125%;
        /* or 50px */
        letter-spacing: 0.0256px;
        color: #0F1D4F;
    }
    .page-content.app-page-content {
        padding-top: 2em;
    }
    .chess-item-text div {
        text-align: center;
        padding-top: 3em;
    }
    .app-page-header.header h1 {
        font-family: Optima;
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 125%;
        /* or 50px */
        letter-spacing: 0.0256px;
        color: #0F1D4F;
    }
    .app-page-header.header .subheading {
        display: none;
    }
    .app-page-header.header app-page-download-links {
        margin-bottom: auto;
    }
    .app-page-header.header {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        margin-left: 0 !important;
    }
    .app-page-download-links {
        margin: unset;
    }
    h1 {
        margin: unset;
    }
    .page-content.app-page-content {
        padding-top: 2em;
    }
    .chess-item-text div {
        text-align: center;
        padding-top: 3em;
    }
    .features-items.contained {
        column-count: 1;
    }
    .features-item {
        flex-direction: row;
        min-height: 100px;
    }
    .features-item-icon {
        min-width: 50%;
        min-height: 10vh;
    }
    .features-item-label {
        padding-right: 25px;
        text-align: left;
    }
    .features-item-content {
        display: inline-flex;
        align-items: center;
        min-width: 100%;
    }
    span.app-page-cta-text {
        font-family: Optima;
        font-style: normal;
        font-weight: bold;
        font-size: 28px;
        line-height: 35px;
        text-align: center;
        letter-spacing: 0.0256px;
        color: #081A55;
    }
    .app-page-cta {
        background-image: url(/wp-content/uploads/2020/09/GettyImages-1167643913-1-2.png);
    }
    .app-page-cta h2 img {
        max-width: 225px;
    }
    .app-page-cta .app-page-download-links {
        flex-direction: column;
    }
    .app-page-cta .app-page-download-links div {
        padding-bottom: 10px;
    }
    .page-id-2139 #page #main h1 {
        margin: 0;
        font-size: 36px;
    }
    /* .page-template-page-pricing .header {
		text-align: center;
	}
	.page-template-page-pricing .header {
		text-align: center;
		min-height: 100vh;
		padding: 1em;
		background-image: url('/wp-content/uploads/2020/05/ladywebsite-1.png') !important;
		background-position: center top !important
	}
	 */
    /* .page-template-page-pricing h1 {
		font-family: Optima;
		font-style: normal;
		font-weight: bold;
		font-size: 36px !important;
		line-height: 125%;
		
	
		text-align: center;
		letter-spacing: 0.0256px;
	
		color: #0F1D4F;
	} */
    /* .page-template-page-pricing .subheading {
		font-family: Avenir;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px !important;
	text-align: center;
	letter-spacing: 0.0256px;
	
	color: #0F1D4F;
	} */
    /* .page-template-page-pricing a.purple-cta {    
		padding: 20px 80px !important;
		line-height: 36px;
		margin-top: 45px;
		}  */
    .pricing-plate {
        display: block;
        background: url('/wp-content/uploads/2020/05/Rectangle-4.png') #4e5ef7;
        height: auto;
    }
    .pricing-plate .container {
        flex-direction: column;
    }
    .cta-left {
        font-family: Avenir;
        font-style: normal;
        font-weight: bold;
        line-height: 29px;
        text-align: center;
        letter-spacing: 0.0256px;
        color: #FFFFFF;
        padding: 70px 0 20px 0;
    }
    .cta-right {
        padding-bottom: 75px;
    }
    /* .page-template-page-pricing h2 {
			font-family: Optima;
			font-style: normal;
			font-weight: bold;
			font-size: 22px !important;
			line-height: 33px;
			letter-spacing: 0.032px;
			max-width: none;
			margin: 0 !important;
			color: #081A55;
		} */
    a.show-for-small-only.purple-cta.pricing-cta {
        font-family: Avenir;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        padding: 20px 40px !important;
        text-align: center;
        letter-spacing: 0.0256px;
        width: auto !important;
        color: #FFFFFF;
    }
    .hide-for-small-only {
        display: none;
    }
    ul.pricing-features {
        column-count: 1;
    }
    /* .page-template-page-pricing .page-content {
			padding: 35px;
		} */
    .chess-item-img {
        margin-bottom: 30px;
    }
}


/** end of app page mobile styles */


/* .page-template-page-pricing .header {
    min-height: 550px;
    padding-top: 200px !important;
}
.page-template-page-pricing .header .subheading {
padding-bottom: 50px;
} */

.current-menu-item a {
    font-weight: 700;
}

.nav-links div a {
    width: 160px;
    height: 44px;
    background: transparent;
    border-radius: 7px;
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: normal;
    border: 1px solid #4F5DFF;
    font-size: 18px;
    color: #4F5DFF !important;
    text-decoration: none;
    padding: 10px 38px;
}

p.review-company a {
    color: #fff;
}

.page-template-page-lp .hero {
    display: flex;
    background: #fff;
    margin-top: 0;
    align-items: center;
    justify-content: center;
}

.page-template-page-lp .hero .container {
    margin-left: 200px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-page-lp h1.hero-heading {
    padding: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 63px;
    letter-spacing: 0.0928px;
    color: #081A55;
}

.page-template-page-lp section.hero video {
    max-width: 650px;
}

.page-template-page-lp .left-col {
    flex-direction: column;
    display: flex;
}

.page-template-page-lp .hero-desc {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.0928px;
    color: #0C1C52;
}

.page-template-page-lp a.purple-cta.hero-btn {
    max-width: 323px;
}

@media screen and (max-width: 1024px) {
    .page-template-page-lp section.hero {
        height: auto !important;
        padding: 60px 20px 0 20px;
        margin-bottom: 0 !important;
    }
    .page-template-page-lp section.hero video {
        max-width: 100% !important;
    }
    section.hero {
        height: 100%;
    }
    li#menu-item-1383 {
        display: flex !important;
        justify-content: left;
    }
    .page-template-page-lp h1.hero-heading {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 0.0928px;
        padding-top: 60px;
    }
    .page-template-page-lp a.purple-cta.hero-btn {
        max-width: 100% !important;
    }
    .menu-item {
        border: 1px solid #8CC1FF;
        width: 260px;
        border-top: none;
        border-right: none;
        border-left: none;
        left: 57px;
    }
}

li#menu-item-1383 {
    display: none;
}

.incontent-cta {
    min-height: 230px;
    background-repeat: no-repeat;
    display: flex;
    background-size: contain;
    align-items: center;
    margin-bottom: 40px;
}

.incontent-cta-text h2 {
    font-family: 'Optima' !important;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.0704px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.incontent-cta-text {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.032px;
    color: #FFFFFF;
    max-width: 500px;
    padding-right: 50px;
}

.incontent-cta-button a {
    background: #081A55;
    box-shadow: 0px 16px 30px rgba(8, 26, 85, 0.31);
    border-radius: 7px;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.0416px;
    color: #FFFFFF;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .incontent-cta-button a {
        padding: 19px;
    }
}

@media screen and (min-width: 1201px) {
    .incontent-cta-button a {
        padding: 19px 71px;
    }
}

.incontent-cta-button a:hover {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .incontent-cta.mobile-incontent-cta {
        flex-direction: column;
        min-height: fit-content;
        background: url(/wp-content/uploads/2020/07/Mask-2.png);
        background-repeat: no-repeat;
        background-size: cover;
        margin: auto;
        width: 100%;
        border-radius: 7px;
        padding: 40px;
        margin-bottom: 40px;
    }
    .incontent-cta.mobile-incontent-cta h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .incontent-cta.mobile-incontent-cta .mobile-incontent-cta {
        font-size: 18px;
        line-height: 140%;
        /* or 25px */
        letter-spacing: 0.032px;
    }
    .incontent-cta.mobile-incontent-cta .incontent-cta-buttons {
        display: flex;
        margin-top: 21px;
    }
    .incontent-cta-buttons a {
        margin: 2px;
    }
}

.mobile-show {
    display: none;
}

section#custom_html-4 .purple-cta {
    padding: 15px;
    width: 100%;
    height: 70px;
    display: block;
}

@media screen and (max-width: 1024px) {
    .mobile-show {
        display: flex;
    }
    .desktop-show {
        display: none;
    }
    section#recent-posts-2 {
        display: none;
    }
}

.sharing-btn {
    display: none;
    /*display: flex;*/
    justify-content: center;
}

.sharing-btn div {
    margin: 10px;
}

section#recent-posts-2 ul li a {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 145%;
    letter-spacing: 0.032px;
    color: #4F5DFF;
}

.optin-form h3 {
    font-family: 'Avenir' !important;
    font-weight: normal;
    font-size: 28px;
    line-height: 42px;
    color: #081A55;
}

.optim-form-content {
    /* max-width: 800px; */
    max-width: 1250px;
    margin: auto;
}

.optim-form-content h3 {
    max-width: 640px;
}

div#blog-signup-form {
    max-width: 640px;
}

form#mc-embedded-subscribe-form {
    display: flex;
}

.optin-form {
    background: url(/wp-content/uploads/2020/07/Blog_Image-1-2-1.png);
    background-size: cover;
    padding: 100px;
}

.optin-form .disclaimer a {
    text-decoration: underline;
    color: #081A55;
}

input#mce-EMAIL::placeholder {
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .optin-form {
        padding: 50px;
    }
    input#mc-embedded-subscribe {
        width: 100%;
        margin: auto;
    }
    form#mc-embedded-subscribe-form {
        flex-direction: column;
    }
    input#mce-EMAIL {
        background: #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 5px;
        height: 50px;
        width: 100%;
    }
    .optim-form-content {
        max-width: 260px;
    }
    .disclaimer {
        margin-top: 20px;
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 0.032px;
        color: #081A55;
    }
    .optin-form h3 {
        font-family: Avenir;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 30px;
        color: #081A55;
    }
    .optin-form {
        padding: 50px;
        background-size: unset;
        background-position: center left;
        background: url(/wp-content/uploads/2020/07/Blog_Image-1-1.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

section#recent-posts-2 {
    margin-top: 70px;
}

.purple-cta-wrapper {
    max-width: 1100px;
    margin: 40px auto;
}

.app-page-cta .purple-cta-wrapper {
    text-align: center;
}

.chess-item-content .apple-link {
    padding: 0;
}

.chess-item-content .app-page-download-links {
    padding: 0;
}


/* my-style */

.app-page-use {
    height: 613px;
    background: url("/wp-content/uploads/2020/09/Mask.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.app-page-use h2,
.app-page-use h3 {
    /* position: absolute; */
    text-align: center;
    letter-spacing: 0.0256px;
    color: #FFFFFF;
}

.app-page-use h2 {
    width: 60%;
    height: 226px;
    font-family: Optima !important;
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 69px;
    margin: auto;
    display: block;
    padding-top: 117px;
}

.app-page-use h3 {
    width: 50%;
    height: 41px;
    font-family: Avenir !important;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 145%;
    margin: auto;
    padding-top: 40px;
    /* or 32px */
}

.app-page-use .wrap-vectors {
    column-count: 5;
    display: block;
    text-align: center;
    margin: auto;
    width: 70%;
    margin-top: 80px;
}

.app-page-use .wrap-vectors .wrap-vector {
    text-align: center;
    min-height: 150px;
}

.app-page-use .vector-text {
    font-family: Avenir !important;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 145%;
    text-align: center;
    letter-spacing: 0.0256px;
    color: #FFFFFF;
}

.app-page-use #vec-1 .vector {
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2020/09/Vector-1.png);
}

.app-page-use #vec-2 .vector {
    width: 48.55px;
    height: 49.87px;
    transform: rotate(-180deg);
    background: url(/wp-content/uploads/2020/09/Vector-6.png);
}

.app-page-use #vec-3 .vector {
    width: 50px;
    height: 50px;
    transform: rotate(-180deg);
    background: url(/wp-content/uploads/2020/09/Vector-3.png);
}

.app-page-use #vec-4 .vector {
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2020/09/Vector-4.png);
}

.app-page-use #vec-5 .vector {
    width: 50px;
    height: 50px;
    transform: rotate(-180deg);
    background: url(/wp-content/uploads/2020/09/Vector-5.png);
}

.app-page-use .vector {
    /* Vector */
    display: block;
    background: #FFFFFF;
    margin: auto;
    margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
    .app-page-use {
        height: max-content;
        padding-bottom: 79px;
        background: url("/wp-content/uploads/2020/09/mask-mobile.png");
    }
    .app-page-use h2 {
        width: 296px;
        font-size: 28px;
        padding-top: 78px;
        text-align: left;
        line-height: 35px;
        height: 150px;
    }
    .app-page-use h3 {
        width: 296px;
        font-size: 16px;
        text-align: left;
        padding-top: 55px;
        padding-bottom: 50px;
    }
    .app-page-use .vector {
        margin-left: 0px;
        margin-right: 37px;
    }
    .app-page-use .vector-text {
        margin-bottom: 32px;
    }
    .app-page-use .wrap-vectors {
        display: contents;
    }
    .app-page-use .wrap-vectors .wrap-vector {
        display: flex;
        align-items: flex-end;
        width: 200px;
        margin: auto;
        min-height: 120px;
    }
}


/*my style*/


/*desktop*/


/*footer*/


/*form-item*/

footer .form-item [type=submit] {
    border-radius: 0px 5px 5px 0px !important;
    width: 172px;
    padding: 0px !important;
}

footer .form-item [type=submit]:hover {
    background-color: #122E8A !important;
}

footer .form-item-input {
    height: 50px !important;
    color: #0C1C52 !important;
    border-radius: 5px 0px 0px 5px !important;
    padding-left: 16px;
    width: 278px !important;
    box-shadow: none !important;
}


/* .form-item.success .message{
    color: #87D861;
} */

footer .form-item-input[aria-invalid=true] {
    color: #EA5946 !important;
}

.wpcf7 form .wpcf7-response-output {
    display: block !important;
    font-family: 'Avenir', sans-serif !important;
    font-size: 9px !important;
    color: black !important;
    border: unset;
    border-color: unset;
}

footer .wpcf7-not-valid-tip {
    font-family: 'Avenir', sans-serif !important;
    font-size: 14px !important;
    line-height: 32px;
    color: #EA5946 !important;
    margin-top: -10px;
    margin-left: 20px;
}

footer .form-item .btn1 {
    line-height: 20px !important;
}

.footer-form-group .big-text p {
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    width: 436px;
    letter-spacing: 0.005em;
    color: #77A6E0;
}

.footer-form-group .small-text p {
    font-family: 'Avenir', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 32px;
    display: flex;
    align-items: center;
    color: #7379B2;
    margin-top: -15px;
}

.footer-form-group .small-text a {
    color: #7379B2 !important;
}

.footer-form-group .small-text a:hover,
.footer-form-group .small-text a:active,
.footer-form-group .small-text a:visited {
    color: #5162FF !important;
}

.footer-social h4 {
    font-family: 'Avenir', sans-serif !important;
    font-style: normal;
    font-weight: 800 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    align-items: center;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    color: #77A6E0 !important;
    margin-right: 22px;
    padding-top: 8px;
}

.footer-menu-head,
.footer-menu-head>p {
    font-family: 'Avenir', sans-serif !important;
    font-style: normal !important;
    font-weight: 800 !important;
    font-size: 15px !important;
    line-height: 18px !important;
    align-items: center;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #77A6E0 !important;
    margin-bottom: 7px;
    margin-top: 13px;
}

.footer-menu-group {
    display: flex;
    justify-content: space-between;
}

.footer-menu {}

.footer-menu:nth-child(4) {
    margin-right: 30px;
}

.social-links {
    display: flex;
    justify-content: space-between;
    width: 280px;
}

.social-links-mobile {
    display: none;
}

.social-media-icon svg {
    fill: #77A6E0;
}

.social-media-icon:hover svg {
    fill: #5162FF;
}

.footer-social {
    display: flex;
}

.end-footer-wrap {
    display: flex;
    margin-top: 100px;
}

.site-footer-new .footer-branding {
    margin-right: 680px;
}

.go-top-link .btn-top {}


/*header*/

.header-wrap-menu-mobile .header-cta__login,
.header-wrap-menu-mobile .header-cta__signup {
    display: none;
}

.main-navigation a.trans-cta,
.main-navigation a.purple-cta {
    display: none;
}

.menu-item a {
    padding: 0px !important;
}

.menu-item {
    padding-right: 50px;
}

ul.sub-menu {
    visibility: hidden;
    background-color: white;
    height: 409px;
    width: 204px;
    margin-left: -24px;
}

.sub-menu .menu-item-type-custom {
    padding: 12px;
    width: 181px;
    border: 1px solid #C6E0FF;
    border-top: none;
    border-left: none;
    border-right: none;
    list-style-type: none;
    margin-left: 10px;
}

.menu-item-has-children {
    width: 180px;
}

.menu-item-has-children::after {
    content: url('/wp-content/uploads/2021/04/Polygon-1-3.png');
    width: 15px;
    height: 11px;
    position: relative;
    top: -20px;
    left: 100px;
}

.page-id-13 .menu-item-has-children::after {
    top: -12px
}

.menu-item-has-children:hover:after {
    content: url('/wp-content/uploads/2021/04/Polygon-1-2.png');
}

.menu-item-5150 {
    /* padding-bottom: 18px; */
    margin-right: -20px;
}


/*cookie massage*/

.fusion-privacy-bar.fusion-privacy-bar-bottom {
    background: #C0E0FF;
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 24px;
    color: #0C1C52;
}

a#consent-accepted {
    background: #9CBDE6;
    width: 20px;
    height: 20px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


/*for big desktop*/

@media screen and (min-width: 1921px) {
    .end-footer-wrap,
    .footer-menu-group {
        max-width: 1453px;
        margin-left: auto;
        margin-right: auto;
        margin: auto;
    }
    .go-top-link {
        margin-bottom: -26px;
        position: unset !important;
    }
    .footer-social {
        margin-right: -353px;
    }
}


/*from regular desktop*/

@media screen and (min-width: 1650px) {
    .end-footer-wrap,
    .footer-menu-group {
        max-width: 1650px;
        margin: auto;
    }
    .go-top-link {
        margin-bottom: -26px;
        position: unset !important;
        margin-top: 57px;
    }
    .footer-social {
        margin-right: -353px !important;
    }
}


/*from min desktop*/

@media screen and (min-width: 1281px) {
    .footer-content {
        padding-bottom: 60px;
        padding-right: 40px;
        padding-left: 40px;
    }
    .footer-branding {
        margin-bottom: 0px;
        display: flex;
        align-items: flex-end;
    }
    .end-footer-wrap {
        justify-content: space-between;
        margin-top: 80px;
    }
    .go-top-link {
        margin-bottom: -26px;
        position: unset !important;
        margin-top: 57px;
    }
    .footer-social {
        margin-right: -178px;
        margin-top: 30px;
    }
    footer .small-text {
        justify-content: unset;
    }
}


/*tablet 768 x 1024*/

@media screen and (min-width: 768px) and (max-width: 1280px) {
    /*header*/
    .header-cta {
        flex-direction: row-reverse;
    }
    .site-branding a img {
        max-width: 145px;
        max-height: 40px;
    }
    .main-navigation {
        margin-left: 22px !important;
    }
    .menu-toggle {
        display: block
    }
    .main-navigation.toggled~.header-cta__login,
    .main-navigation.toggled~.header-cta__signup {
        display: none;
    }
    .main-navigation:not(.toggled) .header-wrap-menu-mobile {
        display: none;
    }
    ul#primary-menu {
        display: grid;
        justify-items: center;
        margin-left: -112px;
        margin-top: 0px;
    }
    .main-navigation.toggled .header-wrap-menu-mobile .header-cta__login,
    .main-navigation.toggled .header-wrap-menu-mobile .header-cta__signup {
        display: inline-block;
    }
    .main-navigation.toggled a.trans-cta,
    .main-navigation.toggled a.purple-cta {
        display: inline-block;
    }
    .header-cta__signup a.purple-cta {
        max-width: 260px !important;
        width: 260px;
    }
    a.trans-cta {
        width: 260px;
    }
    .main-navigation.toggled .header-cta__signup {
        margin-top: 50px;
        margin-bottom: 15px;
    }
    button.menu-toggle[aria-expanded="true"] .open-click {
        display: none;
    }
    button.menu-toggle[aria-expanded="false"] .close-click {
        display: none;
    }
    button.menu-toggle {
        z-index: 4;
        position: relative;
    }
    nav.toggled .header-wrap-menu-mobile {
        position: absolute;
        left: 0;
        display: flex;
        flex-direction: column;
        top: 0;
        padding-top: 115px;
        text-align: center;
        width: 100%;
        margin: 0;
        background: #fff;
        height: 100vh;
    }
    #primary-menu li a {
        font-family: 'Avenir', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
        text-align: left;
        color: #081A55;
    }
    ul#primary-menu li {
        padding: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .menu-item {
        border: 1px solid #8CC1FF;
        width: 260px;
        border-top: none;
        border-right: none;
        border-left: none;
        left: 57px;
    }
    li#menu-item-1383 {
        display: flex !important;
        justify-content: left;
    }
    /*footer*/
    .footer-content {
        background: #0C1C52;
        padding-top: 59px;
    }
    .footer-menu-group .footer-menu,
    .footer-social>h4 {
        display: block;
    }
    .go-top-link .btn-top {
        position: absolute;
        right: 30px;
        bottom: 44px;
    }
    .site-footer-new .footer-branding {
        margin-right: 0px;
    }
    .social-links-mobile {
        display: flex;
        width: 300px;
        justify-content: space-between;
        margin: auto;
        margin-top: 8px;
    }
    .social-links {
        display: none;
    }
    footer .form-item-input {
        width: 238px !important
    }
    footer .form-item .btn1 {
        width: 133px;
    }
    .footer-form-group .big-text p {
        width: 360px;
        font-size: 18px;
    }
    .footer-menu-group {
        flex-direction: row-reverse;
    }
    .end-footer-wrap {
        margin-top: 54px;
    }
}

.footer-google-play,
.footer-app-store {
    height: 45px;
}

.footer-google-play {
    width: 156.86px;
    margin-left: 11.57px;
}

.footer-app-store {
    width: 127.29px;
    margin-left: 65.8px;
}

.subscribe-all-section {
    display: none;
}

.mobile-downloads {
    display: none;
}

.mobile-display {
    display: none;
}


/*mobile*/

@media screen and (max-width: 767px) {
    /*header*/
    .menu-toggle {
        display: block;
    }
    nav#site-navigation:not(.toggled)~div {
        display: none !important;
    }
    header {
        padding: 20px 40px 0 20px;
    }
    .site-branding a img {
        max-width: 141px;
        max-height: 35px;
    }
    ul#primary-menu {
        display: grid;
        justify-items: center;
        margin-left: -112px;
        margin-top: 0px;
    }
    .main-navigation:not(.toggled) .header-wrap-menu-mobile .header-cta__login,
    .main-navigation:not(.toggled) .header-wrap-menu-mobile .header-cta__signup {
        display: inline-block;
    }
    .main-navigation.toggled .header-wrap-menu-mobile .header-cta__login,
    .main-navigation.toggled .header-wrap-menu-mobile .header-cta__signup {
        display: inline-block;
    }
    .main-navigation.toggled a.trans-cta,
    .main-navigation.toggled a.purple-cta {
        display: inline-block;
    }
    .header-cta__signup {
        margin-top: 50px;
        margin-bottom: 15px;
    }
    .header-cta>.header-cta__login,
    .header-cta>.header-cta__signup {
        display: none
    }
    .header-cta__signup a.purple-cta {
        max-width: 260px !important;
        width: 260px;
    }
    a.trans-cta {
        width: 260px;
    }
    .main-navigation:not(.toggled) .header-wrap-menu-mobile {
        display: none;
    }
    /*footer*/
    .subscribe-all-section {
        display: block;
    }
    .desktop-downloads {
        display: none;
    }
    .mobile-downloads {
        display: flex;
    }
    .footer-app-store {
        margin-left: auto;
    }
    .mobile-subscribe p {
        color: #77A6E0;
        line-height: 26px;
        font-size: 20px;
        width: 323px;
    }
    .mobile-display {
        display: block;
    }
    p.mobile-privacy {
        font-size: 13px;
        color: #7379B2;
    }
    p.mobile-privacy a b {
        color: #7379B2;
    }
    .nav-links {
        justify-content: unset;
    }
    .nav-links div a {
        padding: 10px 18px;
        display: block;
    }
    .footer-content {
        background: #0C1C52;
        padding: 26px;
    }
    footer .form-item {
        width: 323px;
    }
    footer .form-item-input {
        padding: 0px 0px 0px 16px !important;
        width: 197px !important;
    }
    footer .form-item [type=submit] {
        width: 127px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .footer-form-group {
        margin-left: -5px;
        display: none;
    }
    .page-id-4035 .footer-form-group {
        display: block !important;
    }
    .footer-form-group .big-text p {
        width: 322px;
    }
    .footer-menu-group {
        display: block;
    }
    .social-links {
        display: none;
    }
    .social-links-mobile {
        display: flex;
        width: 270px;
        justify-content: space-between;
        margin: auto;
        margin-bottom: 35px;
        margin-top: 35px;
    }
    .footer-form-group:nth-child(4) {
        margin-top: 70px;
    }
    .end-footer-wrap {
        margin-top: 40px;
        margin-bottom: -20px;
        justify-content: space-between;
    }
    .site-footer-new .footer-branding {
        margin-right: 0px !important;
        margin-bottom: 0px;
    }
    .go-top-link .btn-top {
        width: 43px !important;
        height: 43px !important;
        position: inherit;
    }
    .footer-menu-group .footer-menu,
    .footer-social>h4 {
        display: block;
    }
}