﻿/*

The ASO Project, LLC

*/


/* --------------------- RESET --------------------- */

img,legend{border:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-o-text-size-adjust:100%}body,figure{margin:0}a:focus{outline:dotted thin}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* --------------------- COLORS --------------------- */
:root {

    --main-blue: rgba(48,109,255,1); /* #306DFF */
    --main-blue-thirty: rgba(48,109,255,0.3); /* #306DFF */
    --main-blue-fifty: rgba(48,109,255,0.5); /* #306DFF */
    --main-blue-eighty: rgba(48,109,255,0.8); /* #306DFF */
    --main-blue-twenty: rgba(48,109,255,0.2); /* #306DFF */
    --main-blue-ten: rgba(48,109,255,0.1); /* #306DFF */

    --main-light-blue: #6391FE;

    --main-dark-blue: #0741CC;

    --main-orange: rgba(237,162,71,1); /* #EDA247 */
    --main-orange-fifty: rgba(237,162,71,0.5); /* #EDA247 */
    --main-orange-twenty: rgba(237,162,71,0.2); /* #EDA247 */
    --main-orange-ten: rgba(237,162,71,0.1); /* #EDA247 */

    --main-green: rgba(79,206,49,1); /* #4FCE31 */
    --main-green-fifty: rgba(79,206,49,0.5); /* #4FCE31 */
    --main-green-thirty: rgba(79,206,49,0.3); /* #4FCE31 */
    --main-green-twenty: rgba(79,206,49,0.2); /* #4FCE31 */
    --main-green-ten: rgba(79,206,49,0.1); /* #4FCE31 */

    --main-dark-green: #25850F;

    --main-purple: rgba(135,0,248,1); /* #8700F8 */
    --main-purple-fifty: rgba(135,0,248,0.5); /* #8700F8 */
    --main-purple-twenty: rgba(135,0,248,0.2); /* #8700F8 */
    --main-purple-ten: rgba(135,0,248,0.1); /* #8700F8 */

    --main-brown: rgba(150,93,0,1); /* #965D00 */

    --main-pink: rgba(233,0,109,1); /* #E9006D */
    --main-pink-fifty: rgba(233,0,109,0.5); /* #E9006D */
    --main-pink-twenty: rgba(233,0,109,0.2); /* #E9006D */
    --main-pink-ten: rgba(233,0,109,0.1); /* #E9006D */

    --main-red: #FF3030;
    --main-red-delete: rgba(202,25,25,1); /* #CA1919 */
    --main-red-delete-fifty: rgba(202,25,25,0.5); /* #CA1919 */
    --main-red-delete-twenty: rgba(202,25,25,0.2); /* #CA1919 */

    --main-yellow: rgba(247,205,70,1); /* #F7CD46 */
    --main-yellow-fifty: rgba(247,205,70,0.5); /* #F7CD46 */
    --main-yellow-twenty: rgba(247,205,70,0.2); /* #F7CD46 */
    --main-yellow-ten: rgba(247,205,70,0.1); /* #F7CD46 */

    --main-dark-grey: #414141;

    --main-light-black: #202124;

    --gradient-dark: rgba(29,61,83,1); /* #1D3D53 */
    --gradient-light: rgba(76,153,137,1); /* #4C9989 */
    --gradient-light-fifty: rgba(76,153,137,0.5); /* #4C9989 */

    --secondary-text: #959595;
    --secondary-text-eighty: rgba(149,149,149,0.8);
    --secondary-text-fifty: rgba(149,149,149,0.5);
    --secondary-text-thirty: rgba(149,149,149,0.3);
    --secondary-text-twenty: rgba(149,149,149,0.2);
    --secondary-text-ten: rgba(149,149,149,0.1);

    --background-light: #F0F0F0;
    --background-light-fifty: rgba(240,240,240,0.5);
    --background-light-twenty-five: rgba(240,240,240,0.25);

    --background-super-light: rgba(241,243,244,1); /* #F1F3F4 */
    --background-super-light-fifty: rgba(241,243,244,0.5); /* #F1F3F4 */

    --ai-purple-dark: #3C00FF;
    --ai-purple-dark-eighty: rgba(60,0,255,0.8);
    --ai-purple-dark-fifty: rgba(60,0,255,0.5);
    --ai-purple-dark-twenty: rgba(60,0,255,0.2);

    --ai-purple-light: #CF00CF;
    --ai-purple-light-eighty: rgba(207,0,207,0.8);
    --ai-purple-light-fifty: rgba(207,0,207,0.5);
    --ai-purple-light-twenty: rgba(207,0,207,0.2);

}

/* --------------------- BODY --------------------- */
* {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    accent-color: var(--main-blue);
}
::-webkit-scrollbar {
    display: none;
}
html, body {
    font-weight: normal;
    background-color: white;
    font-size: 100%;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: var(--main-light-black);
    overflow-x: hidden;
}
.rtl {
    direction: rtl;
}
a {
    cursor: pointer;
    color: var(--main-blue);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    text-decoration: none;
}
a:hover {
    color: var(--main-blue-fifty);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.load {
    display: none;
    position: fixed;
    z-index: 100000000000000000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.85) url('../image/loading.gif') 50% 50% no-repeat;
}
.loading-spinner {
    display: block;
    margin: auto;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.white-text {
    color: white !important;
}
.error-field {
    border: 1px solid var(--main-red-delete) !important;
    box-shadow: 0 0 4px 0 var(--main-red-delete-twenty) !important;
}
.green-button {
    background: var(--main-green) !important;
}
.purple-button {
    background: var(--main-purple) !important;
}
.orange-button {
    background: var(--main-orange) !important;
}

/* --------------------- HEADER --------------------- */
.header {
    width: 100%;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    height: 70px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0);
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
}
.header.header-shadow {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
    transition: all .25s linear;
    -moz-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
}
.navigation {
    display: inline-block;
    padding: 10px;
    padding-left: 125px;
    position: relative;
    width: 100%;
    height: 70px;
    z-index: 999999;
    background: white;
}
.navigation-list {
    display: inline;
}
.navigation img {
	position: absolute;
	left: 15px;
	top: 20px;
	width: 100px;
}
.navigation .nav-button {
    background: transparent;
    color: black;
    border: 0;
    font-weight: 500;
    height: 40px;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 16px;
    border-bottom: 2px solid white;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.ai-gradient-text-radial {
    font-weight: 800 !important;
    background: #CF00CF !important;
    background: radial-gradient(circle farthest-corner at center center, #CF00CF 0%, #3C00FF 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.ai-gradient-text-ltr {
    font-weight: 800 !important;
    background: linear-gradient(to right, #CF00CF 0%, #3C00FF 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.ai-gradient-text-rtl {
    font-weight: 800 !important;
    background: linear-gradient(to left, #CF00CF 0%, #3C00FF 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.navigation .nav-button.selected {
    color: var(--main-blue);
    border-bottom: 2px solid var(--main-blue);
}
.navigation .nav-button:hover {
    color: var(--main-blue);
    border-bottom: 2px solid var(--main-blue);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.navigation a:last-of-type .nav-button {
    margin-right: 0;
}
.navigation a {
    display: inline-block;
}
.navigation .action-button {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 50px;
    background: var(--main-blue);
    color: white;
    font-size: 14px;
    padding: 0 30px;
    font-weight: 600;
    border: 0;
    border-radius: 6px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.navigation .action-button:hover {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

.navigation-services {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 55px;
    left: 0px;
    width: 100%;
    background: white;
    z-index: 999999;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
    transition: opacity 600ms 0ms, height 0ms 0ms;
    /* -moz-transition: height 0ms 0ms, opacity 600ms 0ms;
    -webkit-transition: height 0ms 0ms, opacity 600ms 0ms;
    -o-transition: height 0ms 0ms, opacity 600ms 0ms; */
}
.navigation-services.shown {
    display: block;
    height: auto;
    opacity: 1;
    padding: 15px 10px 20px 10px;
    transition: height 0ms 0ms, opacity 600ms 0ms;
    -moz-transition: height 0ms 0ms, opacity 600ms 0ms;
    -webkit-transition: height 0ms 0ms, opacity 600ms 0ms;
    -o-transition: height 0ms 0ms, opacity 600ms 0ms;
}
.navigation-services-list {
    width: 100%;
    max-width: 1000px;
    margin-left: 70px;
}
.navigation-service-drop-category {
    float: left;
    margin-right: 50px;
}
.navigation-service-drop-category-header {
    font-size: 14px;
    color: var(--main-blue);
    margin-bottom: 10px;
    font-weight: 600;
}
.navigation-service-drop-category-body {

}
.navigation-service-drop-category-body .nav-button {
    display: block;
    background: transparent;
    border: 0;
    font-weight: 500;
    height: 40px;
    margin-top: 0;
    font-size: 14px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.navigation-service-drop-category-body .nav-button ion-icon {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    font-size: 18px;
    position: relative;
    top: 3px;
    color: var(--main-blue);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.navigation-service-drop-category-body .nav-button:hover {
    color: var(--main-blue);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}


.navigation #mobile-menu {
    display: none;
    position: absolute;
    color: black;
    left: 115px;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
    font-size: 24px;
}
.navigation-dropdown {
    display: none;
    z-index: 99999;
    position: fixed;
    top: 69px;
    left: 0;
    max-height: 75vh;
    overflow-y: scroll;
    width: 100%;
    background: white;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
}
.navigation-dropdown a {
    display: block;
}
.navigation-dropdown a button {
    width: 100%;
    color: black;
    text-align: left;
    padding-left: 20px;
    height: 60px;
    background: transparent;
    border: 1px dotted var(--secondary-text-ten);
}
.navigation-dropdown a button ion-icon {
    margin-right: 10px;
    margin-left: 20px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    position: relative;
    top: 3px;
    color: var(--main-blue);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.navigation-dropdown a:last-of-type button {
    border: 0;
}


.header-deal-banner {
    background: white;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    background: white;
    z-index: 99999;
}
.header-deal-banner + .content {
    padding-top: 105px;
}
.header-deal-banner.mobile-deal {
    position: fixed;
    top: auto;
    left: auto;
    bottom: 10px;
    right: 10px;
    max-width: 400px;
    height: auto;
    background: white;
    border: 2px solid var(--main-dark-green);
    border-radius: 10px;
    -webkit-animation: slide-in-blurred-top 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.25s both;
    animation: slide-in-blurred-top 0.75s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.25s both;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.header-deal-banner.mobile-deal .header-deal-banner-inside {
    height: auto;
    line-height: 25px;
    padding: 20px 10px 20px 10px;
}
.header-deal-banner-inside {
    text-align: center;
    height: auto;
    min-height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: 500;
    color: var(--main-dark-green);
    background: var(--main-green-thirty);
}
.header-deal-banner a {
    color: var(--main-dark-green);
    font-weight: 600;
    border-bottom: 1px solid var(--main-dark-green);
}


/* --------------------- BODY --------------------- */
.content {
    padding-top: 75px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    opacity: 0;
    top: 50px;
    -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

}
.spacer-blank {
    width: 100%;
    background: transparent;
}
.spacer-gradient {
    width: 150px;
    background: url('../image/background-gradient-rl.png');
    background-size: 100%;
    margin: 10px auto 10px auto;
    height: 3px;
    border-radius: 100px;
}
.spacer-white {
    width: 150px;
    background: white;
    margin: 10px auto 10px auto;
    height: 3px;
    border-radius: 100px;
}
.spacer-gradient[data-spacer-margin="25"], .spacer-white[data-spacer-margin="25"], .spacer-blank[data-spacer-margin="25"] {
    margin: 25px auto 25px auto;
}
.spacer-gradient[data-spacer-margin="50"], .spacer-white[data-spacer-margin="50"], .spacer-blank[data-spacer-margin="50"] {
    margin: 50px auto 50px auto;
}
.spacer-gradient[data-spacer-margin="75"], .spacer-white[data-spacer-margin="75"], .spacer-blank[data-spacer-margin="75"] {
    margin: 75px auto 75px auto;
}
.spacer-gradient[data-spacer-margin="100"], .spacer-white[data-spacer-margin="100"], .spacer-blank[data-spacer-margin="100"] {
    margin: 100px auto 100px auto;
}
.content-section {
    width: 100%;
    padding: 50px 20px 50px 20px;
    box-sizing: border-box;
}
.content-section:has(> .content-page-top) {
    padding: 10px 20px 10px 20px;
}
.content-section.section-light-grey {
    background: var(--background-super-light);
}
.content-section.gradient-back {
    background: var(--gradient-dark);
    background: linear-gradient(90deg, var(--gradient-dark) 0%, var(--gradient-light) 100%);
}
.content-section .content-section-main-button {
    height: 60px;
    background: var(--main-blue);
    color: white;
    font-size: 16px;
    padding: 0 40px;
    margin: 0 auto;
    display: block;
    font-weight: 600;
    border: 0;
    border-radius: 6px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.content-section .content-section-main-button:hover {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
p.content-section-body-block {
    width: 100%;
    max-width: 1000px;
    font-size: 16px;
    font-weight: 400;
    margin: 20px auto;
    text-align: left;
    line-height: 20px;
}
p.center {
    text-align: center !important;
}
.section-light-gray-top-fade {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(241,243,244,1) 100%);
    height: 100px;
    width: 100%;
}
.section-light-gray-bottom-fade {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(241,243,244,1) 100%);
    height: 100px;
    width: 100%;
}
h2.content-section-header {
    font-size: 38px;
    text-align: center;
    width: 100%;
}
h3.content-section-header {
    font-size: 22px;
    text-align: left;
    width: 100%;
    max-width: 1000px;
    margin: 30px auto 0 auto;
}

/* --------------------- HERO SWITCHER --------------------- */
.hero-animated-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.hero-animated-wrapper-inside {
    padding-top: 100px;
    position: relative;
    box-sizing: border-box;
}
.hero-animated-wrapper-inside-big {
    position: relative;
    margin-bottom: 50px;
    margin-top: 50px;
    letter-spacing: -2px;
}
.hero-animated-items-wrapper {
    width: 100%;
    min-height: 130px;
    position: relative;
}
.hero-animated-text-switcher-wrapper {
    position: relative;
    float: left;
    width: 55%;
    text-align: right;
    box-sizing: border-box;
}
.hero-animated-text-switcher {
    font-size: clamp(60px, 14vw, 100px);
    font-weight: 800;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    color: var(--main-blue);
    background: url('../image/background-gradient.png');
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-animated-text-switcher.switcher-inactive {
    -webkit-animation: slide-out-blurred-bottom 0.65s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
    animation: slide-out-blurred-bottom 0.65s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
}
.hero-animated-text-switcher.switcher-active {
    -webkit-animation: slide-in-blurred-top 0.85s cubic-bezier(0.230, 1.000, 0.320, 1.000) 1s both;
    animation: slide-in-blurred-top 0.85s cubic-bezier(0.230, 1.000, 0.320, 1.000) 1s both;
}

.hero-animated-graphic-switcher-wrapper {
    position: relative;
    float: right;
    width: 45%;
    padding-left: 30px;
    text-align: left;
    box-sizing: border-box;
    z-index: 4;
}
.hero-animated-graphic-switcher {
    font-size: clamp(60px, 12vw, 100px);
    font-weight: 800;
    position: absolute;
    width: 100%;
    margin-top: -90px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.hero-animated-graphic-switcher img {
    width: 350px;
}
.hero-animated-graphic-switcher.switcher-inactive {
    -webkit-animation: slide-out-blurred-bottom 0.5s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
    animation: slide-out-blurred-bottom 0.5s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
}
.hero-animated-graphic-switcher.switcher-active {
    -webkit-animation: slide-in-blurred-top 1.2s cubic-bezier(0.230, 1.000, 0.320, 1.000) 1s both;
    animation: slide-in-blurred-top 1.2s cubic-bezier(0.230, 1.000, 0.320, 1.000) 1s both;
}
.hero-animated-text-static {
    font-size: clamp(50px, 12vw, 90px);
    font-weight: 800;
    margin-top: 40px;
    width: 100%;
}
.hero-animated-text-static-medium {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 60px auto 0 auto;
}
.hero-animated-text-static-medium span {
    background: var(--main-blue);
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.hero-animated-text-static-small {
    width: 100%;
    text-align: center;
    margin: 10px auto 0 auto;
}
.hero-animated-text-static-button {
    width: 100%;
    text-align: center;
    margin: 40px auto 0 auto;
}
.hero-animated-text-static-button button {
    height: 60px;
    background: var(--main-blue);
    color: white;
    font-size: 16px;
    padding: 10px 60px;
    font-weight: 600;
    border: 0;
    border-radius: 6px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.hero-animated-text-static-button button:hover {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

.hero-clients-wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 80px 20px 0 20px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.hero-clients-wrapper img {
    max-width: 125px;
    margin-bottom: 20px;
}
.hero-clients-wrapper img:last-of-type {
    margin-right: 0;
}

/* --------------------- NEWSLETTER --------------------- */
.newsletter-form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.newsletter-form input {
    width: 100%;
    max-width: 500px;
    height: 60px;
    border: 1px solid var(--secondary-text-eighty);
    border-radius: 6px;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: var(--main-light-black);
    margin-bottom: 20px;
    box-sizing: border-box;
}
.newsletter-form input:focus {
    border: 1px solid var(--secondary-text);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.newsletter-form button {
    height: 60px;
    background: var(--main-blue);
    color: white;
    font-size: 14px;
    padding: 0 60px;
    font-weight: 600;
    border: 0;
    border-radius: 6px;
    transition: all .1s linear;
    margin-bottom: 20px;
}
.newsletter-form button:hover {
    transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

/* --------------------- SERVICES --------------------- */
.services-list-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}
.services-list-item {
    width: 100%;
    min-height: 450px;
}
.service-list-item-right, .service-list-item-left {
    height: 450px;
    width: 50%;
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
.service-list-item-left {
    float: left;
}
.service-list-item-right {
    float: right;
}
.service-list-item-left div, .service-list-item-right div {
    font-size: 16px;
    font-weight: 400;
}
.service-list-item-left img, .service-list-item-right img {
    display: block;
    max-width: 400px;
    max-height: 325px;
    margin: 0 auto;
}
/* .service-list-item-left img {
    margin: 0 auto 0 0;
}
.service-list-item-right img {
    margin: 0 0 0 auto;
} */
.service-list-item-right h3, .service-list-item-left h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 0 auto 20px auto;
}
.service-list-item-right button, .service-list-item-left button {
    background: var(--main-blue);
    color: white;
    margin-top: 30px;
    font-size: 14px;
    padding: 15px 50px;
    font-weight: 600;
    border: 0;
    border-radius: 6px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.service-list-item-right button:hover, .service-list-item-left button:hover  {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.service-list-item-icon {
    width: 30px;
    height: 30px;
    background: var(--main-green-twenty);
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    text-align: center;
}
.service-list-item-icon ion-icon {
    margin: auto;
    color: var(--main-green);
    font-size: 14px;
}
.service-list-item-icon.purple {
    background: var(--main-purple-twenty);
}
.service-list-item-icon.purple ion-icon {
    color: var(--main-purple);
}
.service-list-item-icon.orange {
    background: var(--main-orange-twenty);
}
.service-list-item-icon.orange ion-icon {
    color: var(--main-orange);
}

/* --------------------- KPIs --------------------- */
.kpis-list-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}
.kpis-list-item {
    width: 100%;
    min-height: 250px;
    margin-top: 30px;
}
.kpis-list-item-right, .kpis-list-item-left {
    height: 250px;
    width: 50%;
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
.kpis-list-item-left {
    float: left;
}
.kpis-list-item-right {
    float: right;
}
.kpis-list-item-left div, .kpis-list-item-right div {
    font-size: 16px;
    font-weight: 400;
}
.kpis-list-item-left img, .kpis-list-item-right img {
    display: block;
    max-height: 225px;
    margin: 0 auto;
}
.kpis-list-item-left img {
    margin: 0 auto 0 0;
}
.kpis-list-item-right img {
    margin: 0 0 0 auto;
}
.kpis-list-item-right h3, .kpis-list-item-left h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 0 auto 20px auto;
}
.kpis-list-item-right button, .kpis-list-item-left button {
    background: var(--main-blue);
    color: white;
    margin-top: 30px;
    font-size: 14px;
    padding: 15px 50px;
    font-weight: 600;
    border: 0;
    border-radius: 6px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.kpis-list-item-right button:hover, .kpis-list-item-left button:hover  {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

/* --------------------- TESTIMONIALS --------------------- */
.checklist-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    grid-gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}
.checklist-item {
    padding: 10px;
    box-sizing: border-box;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}
.checklist-item ion-icon {
    color: var(--main-green);
    font-size: 26px;
    margin-right: 3px;
    position: relative;
    display: block;
    margin: 0 auto 10px auto;    
}
.checklist-item span {
    display: block;
    margin: 0 auto;
}

/* --------------------- TESTIMONIALS --------------------- */
.testimonials-wrapper {
    position: relative;
    width: 100%;
    padding: 40px 0 100px 0;
}
.testimonial-wrapper-inside-container {
    position: relative;
    width: 90%;
    max-width: 850px;
    margin: 0 auto;
}
.testimonial-card {
    width: 100%;
    background: white;
    padding: 30px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.0);
    border-radius: 10px;
}
.testimonial-card .testimonial-card-body {
    font-size: 20px;
    font-weight: 400;
    margin: 30px auto 30px;
    text-align: center;
    width: 100%;
    max-width: 600px;
    position: relative;
}
.testimonial-card .testimonial-card-body span {
    position: absolute;

}
.testimonial-card .testimonial-card-pic img {
    display: block;
    margin: 20px auto 10px auto;
    border-radius: 50%;
    width: 65px;
}
.testimonial-card .testimonial-card-name {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.testimonial-card .testimonial-card-title {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.testimonial-card .testimonial-card-company img {
    display: block;
    margin: 0 auto 30px auto;
    width: 125px;
}
.testimonial-arrow {
    font-size: 32px;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: rgba(255,255,255,0.5);
    border: none;
    outline: none;
    background: transparent;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.testimonial-arrow:hover {
    color: rgba(255,255,255,1);
    border: none;
    outline: none;
    background: transparent;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.testimonial-arrow.prev {
    left: -25px;
}
.testimonial-arrow.next {
    right: -25px;
}

/* --------------------- READY TO START CARD --------------------- */
.ready-to-start-wrapper {
    width: 100%;
    padding: 20px 0 20px 0;
}
.ready-to-start-wrapper-inside-container {
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    max-width: 800px;
    background: var(--background-super-light);
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.0);
    position: relative;
    padding: 30px;
    text-align: center;
}
.ready-to-start-wrapper-inside-container:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
}
.ready-to-start-wrapper-inside-container h3 {
    font-size: 34px;
}
.ready-to-start-wrapper-inside-container div {
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.ready-to-start-wrapper-inside-container button {
    height: 60px;
    background: var(--main-blue);
    color: white;
    font-size: 16px;
    margin: 30px auto 20px auto;
    padding: 0 40px;
    font-weight: 600;
    border: 0;
    border-radius: 6px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.ready-to-start-wrapper-inside-container button:hover {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

/* --------------------- RECENT POSTS --------------------- */
.recent-posts {
    position: relative;
    min-height: 200px;
    padding: 50px 0 0 0;
    overflow-x: hidden;
}
.recent-posts a {
    display: block;
}
.recent-posts img {
    display: block;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.recent-posts img:nth-of-type(even) {

}
.recent-posts img:hover {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.recent-posts img.remove {
    opacity: 0.75;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.simply-scroll-container {
    position: relative;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.simply-scroll-list li img {
    border: none;
    display: block;
}
.simply-scroll {
    width: 100%;
    height: 300px;
}
.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 300px;
}


/* --------------------- MEMBERS --------------------- */
.members-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.member-holder {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
    min-height: 190px;
}
.member-picture {
    width: 150px;
    float: left;
    margin-right: 30px;
}
.member-linkedin {
    width: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    vertical-align: bottom;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    opacity: 1;
}
.member-linkedin:hover {
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    opacity: 0.75;
    -webkit-animation-name: heartbeat-big;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat-big;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat-big;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.member-bio {
    padding-top: 20px;
}
.member-bio p {
    font-size: 16px;
    padding-left: 180px;
}
.member-name, .member-name-mobile {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px !important;
	font-weight: 600;
    margin: 0;
    text-align: left !important;
}
.member-name span:first-of-type {
    font-weight: 800;
}
.member-name span:nth-of-type(2) {
    font-weight: 500;
}
.member-name-mobile {
    width: 100%;
    text-align: center !important;
    display: none;
}
.member-name-mobile span {
    display: block;
}
.member-name-mobile span:first-of-type {
    font-weight: 800;
    font-size: 22px;
}
.member-name-mobile span:nth-of-type(2) {
    font-size: 16px;
    font-weight: 500;
}
.member-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-top: 20px;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.member-photo:hover {
    cursor: pointer;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

/* --------------------- ABOUT CARDS --------------------- */
.about-cards-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.about-card {
    width: 33%;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 10px 20px 10px;
}
.about-card-inside {
    background: var(--main-blue-ten);
    border-radius: 10px;
    width: 100%;
    padding: 20px;
}
.about-card-icon {
    color: var(--main-blue);
    font-size: 30px;
    height: 40px;
}
.about-card-value {
    font-weight: 800;
    font-size: 28px;
    margin-top: 10px;
}
.about-card-body {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
}

/* --------------------- PAGES TOP HEADER --------------------- */
.content-page-top {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto 0 auto;
}
.page-top-right, .page-top-left {
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 400px;
    width: 50%;
}
.page-top-right {
    float: right;
}
.page-top-left {
    float: left;
}
.page-top-right img, .page-top-left img {
    max-width:100%;
    max-height:100%;
    /* max-width: 400px; */
    display: block;
    margin: 0 auto;
}
.page-top-logo img {
    width: 150px;
    margin: 0 0 20px 0 ;
}
.page-top-header {
    font-weight: 800;
    font-size: clamp(40px, 5vw, 60px);
    background: url('../image/background-gradient.png');
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.page-top-header-blog {
	font-weight: 800;
	font-size: clamp(40px, 5vw, 55px);
    background: url('../image/background-gradient.png');
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	background-attachment: fixed;
}
.page-top-body {
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
    width: 95%;
}
.page-top-body button {
    background: var(--main-blue);
    color: white;
    margin-top: 20px;
    font-size: 14px;
    padding: 15px 30px;
    font-weight: 600;
    border: 0;
    border-radius: 6px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.page-top-body button:hover  {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

/* --------------------- OUR OFFERING --------------------- */
.our-offering-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.our--buttons {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.our-offering-buttons button {
    width: 33%;
    color: var(--main-blue-fifty);
    border: 0;
    border-bottom: 2px solid transparent;
    background: transparent;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 600;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.our-offering-buttons button[data-offering-switch="aso"] {
    color: var(--main-green);
}
.our-offering-buttons button[data-offering-switch="ads"] {
    color: var(--main-purple);
}
.our-offering-buttons button[data-offering-switch="tools"] {
    color: var(--main-orange);
}
.our-offering-buttons button[data-offering-switch="aso"].selected {
    border-bottom: 2px solid var(--main-green);
}
.our-offering-buttons button[data-offering-switch="ads"].selected {
    border-bottom: 2px solid var(--main-purple);
}
.our-offering-buttons button[data-offering-switch="tools"].selected {
    border-bottom: 2px solid var(--main-orange);
}
.our-offering-switcher {
    width: 100%;
    margin: 40px auto;
    min-height: 400px;
    display: relative;
}
.our-offering-option {
    min-height: 400px;
    width: 100%;
}
.our-offering-option-left, .our-offering-option-right {
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    width: 50%;
    min-height: 400px;
    text-align: center;
}
.our-offering-option-left {
    float: left;
}
.our-offering-option-right {
    float: right;
}
.our-offering-option-left img, .our-offering-option-right img {
    display: block;
    margin: 0 auto;
    width: 80%;
}
.our-offering-option-text {
    width: 100%;
    text-align: left;
}
.our-offering-option-header {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
}
.our-offering-option-body {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.our-offering-option-body p {
    font-size: 14px;
    padding-left: 10px;
}
.our-offering-option-body p:first-of-type {
    margin-top: 20px;
}
.our-offering-option-body p ion-icon {
    font-size: 16px;
    position: relative;
    top: 3px;
    margin-right: 5px;
    color: var(--main-blue);
}
div[data-offering-option="aso"] .our-offering-option-body p ion-icon {
    color: var(--main-green) ;
}
div[data-offering-option="ads"] .our-offering-option-body p ion-icon {
    color: var(--main-purple) ;
}
div[data-offering-option="tools"] .our-offering-option-body p ion-icon {
    color: var(--main-orange) ;
}
.our-offering-option-button {
    background: var(--main-blue);
    color: white;
    margin-top: 20px;
    font-size: 16px;
    padding: 20px 40px;
    font-weight: 600;
    border: 0;
    border-radius: 6px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.our-offering-option-button:hover  {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

/* --------------------- STEP CARDS --------------------- */
.line-step-cards-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}
.line-step-card {
    flex-basis: calc(33.33% - 20px);
    margin-right: 20px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
}
.line-step-card .circle-step {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    background: var(--main-blue-twenty);
    color: var(--main-blue);
    border-radius: 50%;
}



/* --------------------- CONTACT FORM --------------------- */
.contact-form-wrapper {
    width: 100%;
}
.contact-form {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.contact-form-section-wrapper {
    width: 100%;
}
.contact-form-section {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    box-sizing: border-box;
}
.contact-form-section input[type="text"], .contact-form-section input[type="phone"], .contact-form-section input[type="email"], .contact-form-section textarea {
    width: 100%;
    height: 40px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid var(--secondary-text-eighty);
    border-radius: 5px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.contact-form-section input:focus, .contact-form-section textarea:focus {
    border: 1px solid var(--secondary-text);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.contact-form-section textarea {
    height: 100px;
}
.contact-form-section button {
    display: block;
    background: var(--main-blue);
    color: white;
    margin: 20px auto;
    font-size: 16px;
    padding: 20px 80px;
    font-weight: 600;
    border: 0;
    border-radius: 6px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.contact-form-section button:hover  {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.contact-form-section .contact-checkbox-wrapper-third {
    width: 33%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.contact-form-section .contact-checkbox-wrapper-third input[type="checkbox"] {
    margin-right: 5px;
}
.contact-form-section .contact-checkbox-wrapper-third  {
    font-weight: 600;
    font-size: 14px;
}
.contact-form-section label {
    display: block;
    height: 20px;
    margin-bottom: 5px;
    font-weight: 800;
    font-size: 14px;
}
.contact-form-section label span {
    margin-left: 3px;
    color: var(--main-red-delete);
    font-size: 16px;
}
.contact-form-section.contact-full {
    width: 100%;
}
.contact-form-section.contact-half {
    width: 50%;
    float: left;
}
.contact-form-section.contact-third {
    width: 33%;
    float: left;
}
.contact-form-section.contact-third:nth-of-type(2) {
    width: 34%;
}

/* --------------------- ICON THIRDS LIST --------------------- */
.icons-list-section {
    width: 100%;
    max-width: 1500px;
    margin: 50px auto 10px auto;
}
.icons-list-item {
    width: 33%;
    display: inline;
    float: left;
    text-align: center;
}
.icons-list-item-icon {
    margin: 0 auto;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    background: var(--main-blue-twenty);
    text-align: center;
}
.icons-list-item-icon ion-icon {
    font-size: 36px;
    color: var(--main-blue);
    margin: auto;
}
.icons-list-item-icon span {
    display: block;
    width: 100%;
    font-weight: 800;
    font-size: 30px;
    text-align: center;
}
.icons-list-item-header {
    width: 80%;
    font-size: 20px;
    font-weight: 700;
    margin: 25px auto;
}
.ai-item-header {
    background: radial-gradient(circle farthest-corner at center center, var(--ai-purple-light-eighty) 0%, var(--ai-purple-dark-eighty) 100%) !important;
    /* background: linear-gradient(to right, var(--ai-purple-light) 0%, var(--ai-purple-dark) 100%) !important; */
}
.icons-list-item-text {
    width: 80%;
    font-size: 14px;
    font-weight: 400;
    margin: 15px auto;
}
.icons-list-item-text button {
    display: block;
    background: var(--main-blue);
    color: white;
    margin: 20px auto;
    font-size: 14px;
    padding: 10px 40px;
    font-weight: 600;
    border: 0;
    border-radius: 6px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.icons-list-item-text button:hover  {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}


/* --------------------- CARDS THIRDS LIST --------------------- */
.cards-list-section {
    width: 100%;
    max-width: 1500px;
    margin: 50px auto 10px auto;
}
.cards-list-item {
    width: 33%;
    display: inline;
    float: left;
    text-align: center;
}
.cards-list-item-card {
    margin: 0 auto 15px auto;
    width: 90%;
    border-radius: 10px;
    text-align: center;
}
.cards-list-item-card img {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.cards-list-item-header {
    width: 80%;
    font-size: 18px;
    font-weight: 700;
    margin: 25px auto;
}
.cards-list-item-text {
    width: 80%;
    font-size: 14px;
    font-weight: 400;
    margin: 15px auto;
}
.cards-list-item-text button {
    display: block;
    background: var(--main-blue);
    color: white;
    margin: 20px auto;
    font-size: 14px;
    padding: 10px 40px;
    font-weight: 600;
    border: 0;
    border-radius: 6px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.cards-list-item-text button:hover  {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}


/* --------------------- ADDITIONAL SERVICES --------------------- */
.additional-services-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.additional-service-item {
    width: 25%;
    display: inline-block;
    text-align: center;
}
.additional-service-icon {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background: var(--main-green-twenty);
    border-radius: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    text-align: center;
}
.additional-service-icon ion-icon {
    margin: auto;
    color: var(--main-green);
    font-size: 20px;
}
.additional-service-icon.ads {
    background: var(--main-purple-twenty);
}
.additional-service-icon.ads ion-icon {
    color: var(--main-purple);
}
.additional-service-icon.tools {
    background: var(--main-orange-twenty);
}
.additional-service-icon.tools ion-icon {
    color: var(--main-orange);
}
.additional-service-name {
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px;
}
.additional-service-button {
    margin-top: 20px;
}
.additional-service-button button {
    display: block;
    color: var(--main-green);
    background: white;
    border: 1px solid var(--main-green);
    margin: 0 auto;
    font-size: 14px;
    padding: 6px 20px;
    font-weight: 600;
    border-radius: 6px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.additional-service-button.ads button {
    color: var(--main-purple);
    border: 1px solid var(--main-purple);
}
.additional-service-button.tools button {
    color: var(--main-orange);
    border: 1px solid var(--main-orange);
}
.additional-service-button button:hover  {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

/* --------------------- ERROR PAGES --------------------- */
.error-page-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 50px auto;
    text-align: center;
}
.error-page-value {
    font-weight: 800;
    font-size: 80px;
}
.error-page-title {
    font-weight: 600;
    font-size: 36px;
    margin-top: 10px;
}
.error-page-body {
    font-weight: 400;
    font-size: 18px;
    margin-top: 30px;
}

/* --------------------- FOOTER --------------------- */
.footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: white;
    color: var(--main-light-black);
    padding: 30px;
    text-align: center;
    background: var(--background-super-light);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.small-footer {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}
.footer-buttons {
    width: 100%;
    margin-top: 20px;
    background: transparent;
    border: 0;
}
.small-footer img {
    width: 75px;
}
.footer-buttons button {
    background: transparent;
    color: black;
    border: 0;
    font-size: 14px;
    margin-right: 10px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.footer-buttons button:hover {
    color: var(--main-blue);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.copyright {
    width: 100%;
    margin-top: 30px;
    font-size: 12px;
}
.social-logos {
    width: 100%;
    margin-top: 30px;
}
.social-logos i {
    width: 30px;
    height: 30px;
    color: var(--main-light-black);
    line-height: 30px;
    font-size: 16px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.social-logos i.fa-facebook:hover {
    color: var(--main-blue);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.social-logos i.fa-linkedin:hover {
    color: var(--main-dark-blue);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.social-logos i.fa-twitter:hover {
    color: var(--main-light-blue);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.social-logos i.fa-instagram:hover {
    color: var(--main-purple);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.social-logos i.fa-pinterest-p:hover {
    color: var(--main-red);
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.scammers-message {
    margin-top: 30px;
    font-size: 12px;
}

/* --------------------- SLIDESHOW --------------------- */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

/* --------------------- GENERIC --------------------- */
.clear {
    display: block;
    clear: both;
}
.required {
    color: var(--main-red);
    margin-left: 3px;
}
.pop-box-wrapper {
    width: 100%;
    height: 100vh;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background: rgba(0,0,0,0.75);
    z-index: 999999999;
}
.pop-box-inner {
    width: 94%;
    max-width: 800px;
    max-height: 800px;
    background: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 0px 100px 20px rgba(0,0,0,0.75);
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow-y: scroll;
    border-radius: 10px;
}
.pop-box-content {
    padding: 10px;
}
.loading-spinner-cover {
    background: url('../image/loading.gif') no-repeat center center;
    background-color: rgba(255,255,255,0.5);
    display: block;
    margin: auto;
    padding: 10px;
    z-index: 10000000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.loading-spinner-cover-solid {
    background: url('../image/loading.gif') no-repeat center center;
    background-color: rgba(255,255,255,0.95);
    display: block;
    margin: auto;
    padding: 10px;
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.loading-spinner-sub {
    margin: 0 auto 0 auto;
    width: 20px;
}
.black-cover {
    display: none;
    position: fixed;
    z-index: 10000000000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0, 0.65);
}
body.loading {
    overflow: hidden;
}
body.loading .load {
    display: block;
}
.alert {
	background: white;
	position: fixed;
	width: 100%;
	height: 50px;
	top: -60px;
	left: 0;
	text-align: center;
    z-index: 10000000000000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.alert span:first-of-type {
	line-height: 50px;
	font-weight: 400;
	font-size: 14px;
    color: white;
}
.alert span:last-of-type {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
    font-size: 26px;
	cursor: pointer;
    color: white;
}

/* --------------------- IMAGES --------------------- */
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

/* --------------------- BLOG --------------------- */
.search-fixed-button, .back-fixed-button {
	position: fixed;
	z-index: 50;
	top: 80px;
	left: 20px;
	width: 50px;
	height: 50px;
}
.search-fixed-button button, .back-fixed-button button {
	border: 0;
	width: 50px;
	height: 50px;
	background: var(--main-blue);
	color: white;
	font-size: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0);
}
.search-fixed-button button:hover, .back-fixed-button button:hover {
	cursor: pointer;
	background: var(--main-blue);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0);
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.blog-posts-wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.blog-post-preview {
	background: #F7F7F7;
	position: relative;
	width: 100%;
	max-height: 240px;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0);
    box-shadow: 0 0 10px rgba(0,0,0,0);
	-moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.blog-post-preview:hover {
	cursor: pointer;
	-webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
	transition: all .1s linear;
	-moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
	z-index: 2;
}
.blog-post-preview:hover .blog-post-preview-content-read-more button {
	background: var(--main-blue);
	transition: all .1s linear;
	-moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.blog-post-preview-bottom-bar {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #EDEDED;
	z-index: 13;
}
.blog-post-preview-bottom-bar:hover {
	cursor: default;
}
.blog-post-preview-image {
	position: relative;
	width: 20%;
	float: left;
	margin-right: 10px;
	min-width: 240px;
	z-index: 16;
}
.blog-post-preview-image a {
	display: block;
}
.blog-post-preview-image img {
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.blog-post-preview-content {
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	float: none;
	min-height: 240px;
}
.blog-post-preview-content-title {
	font-size: 26px;
	padding: 20px 20px 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: rgba(34, 45, 63, 1);
	text-align: left;
	-moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.blog-post-preview-content-title a {
	font-size: 18px;
	font-weight: 600;
}
.blog-post-preview-content-date {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 300;
}
.blog-post-preview-content-excerpt p {
	font-family: 'Proxima-Nova';
	font-size: 14px;
	padding-right: 20px;
	max-height: 95px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.blog-post-preview-content-read-more {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 50%;
	height: 40px;
    max-width: 150px;
}
.blog-post-preview-content-read-more button {
	background: var(--main-blue);
	width: 100%;
    height: 40px;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}
.blog-post-preview-content-read-more button:hover {
	cursor: pointer;
}


/* --------------------- PAGINATION --------------------- */
.pagination-navigation ul {
    text-align: center;
}
.pagination-navigation li a, .pagination-navigation li.disabled {
    color: #fff !important;
    text-decoration: none;
    display: table;
   	padding: 8px 15px;
    background-color: #222d3f;
	border-radius: 3px;
    cursor: pointer;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	-moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}

.pagination-navigation li {
    display: inline-block;
    margin: 2px;
	-moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.pagination-navigation li a:hover {
	background-color: #222d3f;
    cursor: pointer;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.pagination-navigation ul li:first-of-type a:first-of-type {
	/*display: none;*/
}
.pagination-navigation li.active a {
 	background-color: var(--main-blue);
    color: #fff !important;
}

/* --------------------- POST --------------------- */
.big-picture-post {
	background: white;
    text-align: left;
    z-index: 2;
	position: relative;
	border-bottom: 0 solid #222d3f;
	margin-bottom: 100px;
}
.innerwrap-post {
	position: relative;
	width: 94%;
	max-width: 1200px;
	margin: 30px auto;
}

img.post-img {
	left: 0;
	width: 200px;
	height: 200px;
	background: #222d3f;
	z-index: 5;
	border-radius: 10px;
}
h1.post-title, h1.post-title-mobile {
	bottom: 0;
	z-index: 5;
	font-size: 30px;
	text-align: left;
}
h1.post-title-mobile {
	display: none;
	position: relative;
	left: 0;
	font-size: 30px;
}
h1.post-title a {
	color: white;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}
h1.post-title-mobile a {
	color: #222d3f;
}
.meta, .meta-mobile {
	position: absolute;
	left: 220px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #222d3f;
	font-size: 18px;
}
.meta-translate {
	margin-top: 5px;
}
.meta-mobile {
	display: none;
	position: relative;
	bottom: 0;
	left: 0;
	text-align: left;
	font-size: 14px;
}
.share-links {
	margin-top: 20px;
}
.share-links a span {
	
}
.share-on-main {
	height: 35px;
	margin-top: 5px;
	position: absolute;
	top: 3px;
	left: 245px;
}
.share-links img {
    width: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    vertical-align: bottom;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    opacity: 1;
}
.big-share {
	margin: 50px auto 75px auto;
	text-align: center;
}
.big-share img {
	width: 50px;
}
.share-links img:hover {
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.postmetadata {
	margin-top: 50px;
	font-size: 14px;
	text-align: center;
}
.cat-tags {
	overflow-x: scroll;
    overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
.cat a, .tags a, .cat-inline a {
	font-size: 12px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: white;
	display: inline-block;
	padding: 4px 8px 4px 8px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}
.cat-inline {
	position: absolute;
	z-index: 100;
	left: 5px;
	bottom: 5px;
}
.cat a, .cat-inline a {
	background: var(--main-blue);
}
.cat a:hover, .cat-inline a:hover {
	cursor: pointer;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.tags {
	margin-right: 2px;
}
.tags a {
	background: #54b847;
}
.tags a:hover {
	background: #088A08;
	cursor: pointer;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.post {
	max-width: 1200px;
	margin: 0 auto;
	font-family: 'Proxima-Nova';
	font-size: 16px;
}
.entry p {
    font-size: 16px;
}
.entry h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 20px;
	text-align: left;
	color: var(--main-light-black);
	margin-top: 15px;
	font-style: normal;
}
.entry h1 {
	margin-top: 50px;
	text-align: left;
    font-size: 30px;
}
.entry p img {
	max-width: 1200px;
	max-height: 500px;
	height: auto;
	width: auto;
	display: block;
	margin: 0 auto;
}
.entry iframe {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* --------------------- POST NAV --------------------- */
.nav-prev, .nav-next, .nav-next-mobile, .nav-prev-mobile {
	width: 45%;
	white-space: nowrap;
  	overflow-x: hidden;
  	text-overflow: ellipsis;
}
.nav-prev, .nav-prev-mobile {
	float: left;
	text-align: left;
}
.nav-next, .nav-next-mobile {
	float: right;
	text-align: right;
}
.nav-prev-mobile, .nav-next-mobile {
	display: none;
}
.nav-next a, .nav-prev a, .nav-next-mobile a, .nav-prev-mobile a {
	display: inline-block;
	max-width: 95%;
	white-space: nowrap;
  	overflow-x: hidden;
  	text-overflow: ellipsis;
    color: #fff !important;
    text-decoration: none;
   	padding: 10px 20px;
    background-color: var(--main-blue);
    cursor: pointer;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 12px;
	-moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.nav-next a:hover, .nav-prev a:hover, .nav-next-mobile a:hover, .nav-prev-mobile a:hover {
    cursor: pointer;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.author-holder {
	margin-bottom: 0 !important;
}

/* --------------------- WIDGETS --------------------- */
.widget-search {
    width: 100%;
	max-width: 800px;
	margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #222d3f;
}
.widget-search-right {
    float: right;
    width: 35%;
}
.widget-search-right input {
    background: #222d3f;
    height: 50px;
    width: 100%;
    max-width: 300px;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
}
.widget-search-right input:hover {
    transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}
.widget-search-left {
    float: left;
    width: 63%;
}
.widget-search-left input {
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #222d3f;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}
.widget-search-left input:focus {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    box-shadow: 0 0 10px rgba(34, 45, 63, 0.25);
    -webkit-box-shadow: 0 0 10px rgba(34, 45, 63, 0.25);
    -moz-box-shadow: 0 0 10px rgba(34, 45, 63, 0.25);
}

.widget-categories {
	float: left;
	width: 48%;
	display: inline;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #222d3f;
}
.widget-categories a {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	color: white;
	display: inline-block;
	padding: 6px 10px 6px 10px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #48c3f1;
	font-weight: 500;
	margin: 5px 2px 5px 2px;
}
.widget-categories a:hover {
	cursor: pointer;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}

.widget-tags {
	float: right;
	width: 48%;
	display: inline;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    color: #222d3f;
}
.widget-tags a {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: white;
	display: inline-block;
	padding: 6px 10px 6px 10px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background: #54b847;
	font-weight: 500;
	margin: 5px 2px 5px 2px;
}
.widget-tags a:hover {
	background: #088A08;
	cursor: pointer;
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    -webkit-animation-name: heartbeat;
    -webkit-animation-duration: 200ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: heartbeat;
    -moz-animation-duration: 200ms;
    -moz-transform-origin: 50% 50%;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -o-animation-name: heartbeat;
    -o-animation-duration: 200ms;
    -o-transform-origin: 50% 50%;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: linear;
}


/* --------------------- SCREEN < 920px --------------------- */

@media screen and (max-width: 920px) {
    .navigation .nav-button {
        font-size: 14px;
        margin-right: 8px;
    }
    .additional-service-item {
        width: 50%;
        margin-bottom: 60px;
    }
}

/* --------------------- SCREEN < 800px --------------------- */

@media screen and (max-width: 800px) {
    .header-deal-banner+.content {
        padding-top: 80px;
    }
    .hero-animated-wrapper-inside-big {
        margin-top: 15px;
    }
    .navigation .nav-button {
        font-size: 12px;
        margin-right: 5px;
    }
    .navigation .action-button {
        font-size: 14px;
    }
    .hero-animated-wrapper-inside {
        padding: 20px;
    }
    .hero-animated-text-switcher-wrapper {
        float: none;
        width: 100%;
        text-align: center;
        min-height: 100px;
    }
    .hero-animated-text-static {
        margin-top: 0;
    }
    .hero-animated-graphic-switcher-wrapper {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 0;
        text-align: center;
        height: 250px;
    }
    .hero-animated-text-switcher {
        width: 100%;
        margin: 0 auto;
    }
    .hero-animated-graphic-switcher {
        display: block;
        margin-top: 0;
    }
    .hero-animated-graphic-switcher img {
        width: 90%;
        max-width: 300px;
    }
    .icons-list-item {
        width: 100%;
        display: block;
        float: none;
        margin-bottom: 100px;
    }
    .page-top-right {
        width: 100%;
        float: none;
    }
    .page-top-left {
        width: 100%;
        float: none;
        height: auto !important;
    }
    .page-top-body {
        margin: 10px auto 0 auto;
    }
    .content-page-top {
        margin-top: 0;
    }
    .page-top-header-content {
        margin-top: 30px;
        text-align: center;
    }
    .page-top-logo img {
        margin: 0 auto 20px auto;
    }
    .cards-list-item {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
    }
    .kpis-list-item {
        margin-bottom: 100px;
    }
    .kpis-list-item-right, .kpis-list-item-left {
        width: 100%;
        float: none;
        text-align: center;
        height: auto;
        margin-top: 20px;
    }
    .kpis-list-item-left img, .kpis-list-item-right img {
        margin: 0 auto;
    }
}

/* --------------------- END SCREEN < 800px --------------------- */



/* --------------------- SCREEN < 700px --------------------- */
@media screen and (max-width: 700px) {
    .service-list-item-left, .service-list-item-right {
        float: none;
        width: 100%;
        height: auto;
    }
    .service-list-item-left img, .service-list-item-right img {
        margin: 80px auto 30px auto;
    }
    .service-list-item-icon {
        width: 40px;
        height: 40px;
        margin: 0 auto 20px auto;
    }
    .service-list-item-icon ion-icon {
        font-size: 16px;
    }
    .services-list-item {
        height: auto;
        text-align: center;
        margin-bottom: 30px;
    }
}
/* --------------------- END SCREEN < 700px --------------------- */


/* --------------------- SCREEN < 650px --------------------- */
@media screen and (max-width: 650px) {
    .navigation #mobile-menu {
        display: inline;
    }
    .header-deal-banner {
        display: none;
    }
    .navigation-list {
        display: none;
    }
    .contact-form-section.contact-half, .contact-form-section.contact-third {
        width: 100%;
        float: none;
    }
    .contact-form-section-wrapper {
        margin-top: 0;
    }
    .contact-form-section .contact-checkbox-wrapper-third, .contact-form-section.contact-third:nth-of-type(2) {
        width: 100%;
        float: none;
    }
    .about-card {
        display: block;
        width: 100%;
    }
    .our-offering-buttons {
        display: none;
    }
    .our-offering-option {
        display: block !important;
    }
    .our-offering-option-right, .our-offering-option-left {
        width: 100%;
        float: none;
    }
    .hero-clients-wrapper {
        display: block;
    }
    .hero-clients-wrapper img {
        width: 25%;
        min-width: 100px;
        max-width: 500px;
        margin: 0 10px 20px 10px;
    }
    .member-name {
        display: none;
    }
    .member-name-mobile {
        display: block;
        line-height: 28px;
    }
    .member-bio p {
        padding-left: 0;
    }
    .member-picture {
        float: none;
        margin: 0 auto;
    }
    .additional-service-item {
        width: 100%;
        margin-bottom: 60px;
    }
}
/* --------------------- END SCREEN < 650px --------------------- */


/* --------------------- SCREEN < 575px --------------------- */
@media screen and (max-width: 575px) {
	.blog-post-preview {
		width: 100%;
		max-height: 100000px;
		display: inline-block;
	}
	.blog-post-preview-content {
		min-height: 100px;
	}
	.blog-post-preview-content-title {
		margin-top: 20px;
		font-size: 30px;
		text-align: center;
	}
	.blog-post-preview-content-date {
		text-align: center;
		margin-bottom: 40px;
	}
	.blog-post-preview-image {
		position: relative;
		width: 100%;
		float: none;
		display: block;
		margin-right: 0px;
		min-width: 100px;
	}
	.blog-post-preview-content-excerpt {
		display: none;
	}
	.blog-post-preview-bottom-bar {
		position: relative;
		bottom: 0;
		width: 100%;
		height: 120px;
		padding: 10px 0 10px 0;
	}
	.share-on-main {
		height: 45px;
		margin: 0px auto 10px auto;
		position: relative;
		text-align: center;
		left: 0;
	}
	.share-on-main img {
		width: 40px;
	}
	.blog-post-preview-content-read-more {
		width: 100%;
		height: 45px;
		right: 0;
		bottom: 10px;
		max-width: 100%;
	}
	.blog-post-preview-content-read-more button {
    	height: 45px;
    	font-size: 14px;
		display: block;
		width: 90%;
		margin: 0 auto;
	}
    .checklist-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
}
/* --------------------- END SCREEN < 575px --------------------- */


/* --------------------- SCREEN < 400px --------------------- */
@media screen and (max-width: 400px) {
	.blog-post-preview {
		width: 100%;
		max-height: 100000px;
		display: inline-block;
	}
	.share-on-main {
		height: 35px;
		margin: 0px auto;
		position: relative;
		left: 0;
	}
	.share-on-main img {
		width: 30px;
	}
	.blog-post-preview-content-title h1 {
		font-size: 26px;
	}
}
/* --------------------- END SCREEN < 400px --------------------- */


/* --------------------- ANIMATIONS --------------------- */



/* --------------------- HEARTBEAT --------------------- */
@-o-keyframes heartbeat {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(0.9);
    }
    100% {
        -o-transform: scale(1);
    }
}
@-moz-keyframes heartbeat {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(0.9);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@-webkit-keyframes heartbeat {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@-o-keyframes heartbeat-big {
    0% {
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(1.5);
    }
    100% {
        -o-transform: scale(1);
    }
}
@-moz-keyframes heartbeat-big {
    0% {
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.5);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@-webkit-keyframes heartbeat-big {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@keyframes heartbeat-big {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}


@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
  }
}
@-moz-keyframes shake {
  10%, 90% {
    -moz-transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -moz-transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -moz-transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -moz-transform: translate3d(4px, 0, 0);
  }
}
@-o-keyframes shake {
  10%, 90% {
    -o-transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -o-transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -o-transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -o-transform: translate3d(4px, 0, 0);
  }
}

@keyframes scrollDownArrow {
    0% {
        bottom: 5px;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: 5px;
    }
}
/* --------------------- HEARTBEAT --------------------- */


/* --------------------- FADE IN/OUT --------------------- */

@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}


@-webkit-keyframes blur-out-contract {
  0% {
    -webkit-filter: blur(0.01);
            filter: blur(0.01);
  }
  100% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px) opacity(0%);
            filter: blur(12px) opacity(0%);
  }
}
@keyframes blur-out-contract {
  0% {
    -webkit-filter: blur(0.01);
            filter: blur(0.01);
  }
  100% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px) opacity(0%);
            filter: blur(12px) opacity(0%);
  }
}

/* --------------------- FADE IN/OUT --------------------- */



/* --------------------- SLIDE IN/OUT --------------------- */
@-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    opacity: 0;
  }
  85% {
      opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-out-blurred-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    opacity: 0;
  }
}
@keyframes slide-out-blurred-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  85% {
      opacity: 0;
  }
  100% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    opacity: 0;
  }
}
/* --------------------- SLIDE IN/OUT --------------------- */


/* --------------------- SLIDE AND FADE CONTENT BODY --------------------- */
@-webkit-keyframes slide-top {
  0% {
      opacity: 0;
      top: 50px;
  }
  100% {
      opacity: 1;
      top: 0px;
  }
}
@keyframes slide-top {
    0% {
        opacity: 0;
        top: 50px;
    }
    100% {
        opacity: 1;
        top: 0px;
    }
}
/* --------------------- SLIDE AND FADE CONTENT BODY --------------------- */
