.grecaptcha-badge { 
visibility: hidden;
}
@font-face {
font-family: "Biotif";
src: url(https://treebyte.com/wp-content/themes/treebyte/assets/fonts/Biotif-Book.otf);
font-display: swap;
}
@font-face {
font-family: "Biotif";
src: url(https://treebyte.com/wp-content/themes/treebyte/assets/fonts/Biotif-Medium.otf);
font-weight: 500;
font-display: swap;
}
@font-face {
font-family: "Biotif";
src: url(https://treebyte.com/wp-content/themes/treebyte/assets/fonts/Biotif-SemiBold.otf);
font-weight: 600;
font-display: swap;
}
@font-face {
font-family: "Biotif";
src: url(https://treebyte.com/wp-content/themes/treebyte/assets/fonts/Biotif-Bold.otf);
font-weight: 700;
font-display: swap;
}
@font-face {
font-family: "Biotif";
src: url(https://treebyte.com/wp-content/themes/treebyte/assets/fonts/Biotif-Light.otf);
font-weight: 300;
font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1.5;
font-family: "Biotif", sans-serif;
color: #1f1f21;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
padding-left: 50px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.layouts-title {
font-size: 26px;
margin: 15px 0;
}
.layouts ul li {
margin-bottom: 5px;
}
.layouts ul li a {
font-size: 17px;
display: inline-block;
padding: 3px 10px;
}
.layouts ul li a:hover {
background: #000;
color: #fff;
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
float: left;
}
.row {
width: 100%;
position: relative;
z-index: 10;
max-width: 1290px;
padding-left: 25px;
padding-right: 25px;
}
.row.row-full {
max-width: 100%;
padding-left: 50px;
padding-right: 50px;
}
.row.row-mdl {
max-width: 1100px;
}
.row.row-md {
max-width: 1000px;
}
.row.row-smd {
max-width: 870px;
}
.row.nopad {
padding: 0 !important;
}
.row .row {
margin-left: auto;
margin-right: auto;
}
.nopad {
padding: 0;
}
.nopadleft {
padding-left: 0;
}
.nopadright {
padding-right: 0;
}
strong,
b {
font-weight: 700;
}
i {
font-style: italic;
}
em {
font-style: italic;
}
.clear {
clear: both;
}
.left {
float: left;
margin-right: 15px;
margin-bottom: 15px;
}
.right {
float: right;
margin-left: 15px;
margin-bottom: 15px;
}
.alignleft {
float: left;
margin-right: 15px;
margin-bottom: 15px;
}
.alignright {
float: right;
margin-left: 15px;
margin-bottom: 15px;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
max-width: 100%;
margin-bottom: 15px;
}
.invi {
visibility: hidden;
opacity: 0;
}
.preloader {
display: inline-block;
width: 25px;
height: 25px;
border: 3px solid hsla(0, 0%, 100%, 0.3);
border-top-color: rgba(255, 255, 255, 0.3);
border-right-color: rgba(255, 255, 255, 0.3);
border-bottom-color: rgba(255, 255, 255, 0.3);
border-left-color: rgba(255, 255, 255, 0.3);
border-radius: 50%;
border-top-color: #ccc !important;
-webkit-animation: a 1s ease-in-out infinite;
animation: a 1s ease-in-out infinite;
z-index: 50;
}
@-webkit-keyframes a {
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
@keyframes a {
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
.hamburger {
font: inherit;
display: inline-block;
overflow: visible;
margin: 0;
padding: 0;
cursor: pointer;
transition-timing-function: linear;
transition-duration: 0.15s;
transition-property: opacity, filter;
text-transform: none;
color: inherit;
border: 0;
background-color: transparent;
float: right;
}
.hamburger:hover {
opacity: 1;
}
.hamburger-box {
position: relative;
display: inline-block;
width: 25px;
height: 20px;
float: right;
}
.hamburger-inner {
top: 50%;
display: block;
margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
border-radius: 2px;
position: absolute;
width: 25px;
height: 2px;
transition-timing-function: ease;
transition-duration: 0.15s;
transition-property: transform;
background-color: #b8fd8e;
}
.hamburger-inner:after,
.hamburger-inner:before {
display: block;
content: "";
}
.hamburger-inner:before {
top: -8px;
}
.hamburger-inner:after {
bottom: -8px;
}
.hamburger--squeeze .hamburger-inner {
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
top: 0;
transition: top 75ms ease, opacity 75ms ease 0.12s;
opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
bottom: 0;
transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
transform: rotate(-90deg);
}
h1,
h2,
h3,
h4,
h5,
h6 {
overflow-wrap: normal !important;
font-variant-ligatures: no-common-ligatures;
}
header {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 500;
padding: 36px 0;
transition: background 0.2s, padding 0.2s, transform 0.5s;
}
header.scrolled {
background: #000;
padding: 28px 0;
position: fixed;
transform: translateY(-100%);
}
header.scrolling-up {
transform: translateY(0%);
}
header.header-dark {
background: #000;
}
header .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.logo img {
max-width: 110px;
transition: 0.2s;
}
header.scrolled .logo img {
max-width: 110px;
}
.nav > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.nav > ul > li {
position: relative;
margin-right: 42px;
}
.nav > ul > li:last-child {
margin-right: 0;
}
.nav > ul > li > a {
display: inline-block;
font-size: 18px;
line-height: 1.7;
color: #fff8f8;
position: relative;
transition: 0.2s;
}
.nav > ul > li:hover > a {
color: #b8fd8e;
}
.nav > ul > li > a:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 3px;
background: #fff;
transition: 0.3s ease-out;
}
.nav > ul > li:hover > a:before {
width: 50px;
}
.nav > ul > li.has-subnav > a:before {
display: none;
}
.nav > ul > li:hover .subnav-hold {
opacity: 1;
visibility: visible;
}
.subnav-hold {
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
padding-top: 10px;
opacity: 0;
visibility: hidden;
transition: 0.2s;
}
.subnav {
background: #fff;
-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);
border-top-left-radius: 25px;
border-bottom-right-radius: 25px;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.subnav-left {
width: 345px;
min-width: 345px;
padding: 45px 55px 45px 45px;
}
.subnav-right {
background: #f7f7fb;
padding: 45px 62px;
}
.subnav-title {
font-weight: 700;
font-size: 18px;
line-height: 1.4;
margin-bottom: 23px;
}
.subnav-nav ul {
margin: 0;
padding: 0;
}
.subnav-nav ul li {
margin-bottom: 16px;
}
.subnav-nav ul li:last-child {
margin-bottom: 0;
}
.subnav-nav ul li a {
display: block;
font-weight: 700;
font-size: 15px;
line-height: 1.67;
color: #1f1f21;
padding-left: 38px;
position: relative;
transition: 0.2s;
}
.subnav-nav ul li a:hover {
color: #112eff;
}
.subnav-nav ul li a img {
position: absolute;
top: 5px;
left: 0;
max-width: 25px;
max-height: 25px;
}
.subnav-nav ul li a span {
display: block;
font-weight: 400;
line-height: 1.33;
padding-top: 4px;
opacity: 0.75;
color: #1f1f21;
}
.header-cta {
text-align: right;
}
.link-pink-underline,
.link-pink-underline:focus,
.link-pink-underline:active {
display: inline-block;
outline: none;
border: none;
font-weight: 700;
font-size: 18px;
padding: 4px 0;
line-height: 1.33;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #ff1e8c;
position: relative;
}
.link-pink-underline:hover {
color: #ff1e8c;
}
.link-pink-underline:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 3px;
background: #fff;
transition: 0.3s ease-out;
}
.link-pink-underline:hover:before {
width: 0;
}
.link-green-underline,
.link-green-underline:focus,
.link-green-underline:active {
display: inline-block;
outline: none;
border: none;
font-weight: 700;
font-size: 18px;
padding: 4px 0;
line-height: 1.33;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #b8fd8e;
position: relative;
}
.link-green-underline:hover {
color: #b8fd8e;
}
.link-green-underline:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 50px;
height: 3px;
background: #fff;
transition: 0.3s ease-out;
}
.link-green-underline:hover:before {
width: 0;
}
main {
position: relative;
overflow: hidden;
}
.intro-title-text-cta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #000;
color: #fff;
padding: 190px 0 70px;
position: relative;
margin-bottom: 90px;
min-height: calc(100vh - 94px);
}
.home .intro-title-text-cta:after {
content: "";
position: absolute;
top: 100%;
height: 90px;
right: 0;
width: 100%;
background: #fff;
z-index: 10;
}
.bg-gradient-anim {
background: rgb(46, 86, 255);
background: -moz-linear-gradient(top, rgba(46, 86, 255, 1) 0%, rgba(8, 238, 255, 1) 60%, rgba(184, 253, 142, 1) 100%);
background: -webkit-linear-gradient(top, rgba(46, 86, 255, 1) 0%, rgba(8, 238, 255, 1) 60%, rgba(184, 253, 142, 1) 100%);
background: linear-gradient(to bottom, rgba(46, 86, 255, 1) 0%, rgba(8, 238, 255, 1) 60%, rgba(184, 253, 142, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e56ff',endColorstr='#b8fd8e',GradientType=0);
background-size: 400% 400%;
animation: gradient 15s linear infinite;
}
.orn-home-intro {
position: absolute;
z-index: 9;
right: 0;
bottom: -90px;
width: 631px;
}
.orn-home-intro svg {
float: left;
}
.orn-home-intro-sm {
position: absolute;
z-index: 9;
left: 0;
bottom: 0;
width: 165px;
}
.orn-home-intro-sm svg {
float: left;
}
.title-123 {
font-size: 123px;
line-height: 0.85;
line-height: 1.2;
letter-spacing: -0.06em;
margin-bottom: 20px;
}
.max-width-375 {
max-width: 375px;
}
.max-width-510 {
max-width: 510px;
}
.max-width-600 {
max-width: 600px;
}
.max-width-700 {
max-width: 700px;
}
.max-width-800 {
max-width: 800px;
}
.text-18 {
font-size: 18px;
font-weight: 500;
line-height: 1.67;
}
.intro-ttc-text {
padding-left: 26%;
}
.intro-ttc-text .text-18 {
margin-bottom: 30px;
}
.link-pink-to-white,
.link-pink-to-white:focus,
.link-pink-to-white:active {
outline: none;
border: none;
background: transparent;
display: inline-block;
padding-right: 26px;
font-weight: 600;
font-size: 18px;
line-height: 1.33;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #ff1e8c;
position: relative;
transition: 0.3s;
}
.link-pink-to-white:hover {
color: #fff;
}
.link-pink-to-white:before {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-pink.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 1;
transform: translate(0, 0);
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-pink-to-white:hover:before {
transform: translate(15px, -15px);
opacity: 0;
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-pink-to-white:after {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-pink.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 0;
transform: translate(-15px, 15px);
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-pink-to-white:hover:after {
transform: translate(0, 0);
opacity: 1;
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-green-to-white,
.link-green-to-white:focus,
.link-green-to-white:active {
outline: none;
border: none;
background: transparent;
display: inline-block;
padding-right: 26px;
font-weight: 600;
font-size: 18px;
line-height: 1.33;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #b8fd8e;
position: relative;
transition: 0.3s;
}
.link-green-to-white:hover {
color: #fff;
}
.link-green-to-white:before {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-green.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 1;
transform: translate(0, 0);
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-green-to-white:hover:before {
transform: translate(15px, -15px);
opacity: 0;
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-green-to-white:after {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-white.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 0;
transform: translate(-15px, 15px);
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-green-to-white:hover:after {
transform: translate(0, 0);
opacity: 1;
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-pink-to-black,
.link-pink-to-black:focus,
.link-pink-to-black:active {
outline: none;
border: none;
background: transparent;
display: inline-block;
padding-right: 26px;
font-weight: 600;
font-size: 18px;
line-height: 1.33;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #ff1e8c;
position: relative;
transition: 0.3s;
}
.link-pink-to-black:hover {
color: #1f1f21;
}
.link-pink-to-black:before {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-pink.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 1;
transform: translate(0, 0);
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-pink-to-black:hover:before {
transform: translate(15px, -15px);
opacity: 0;
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-pink-to-black:after {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-pink.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 0;
transform: translate(-15px, 15px);
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-pink-to-black:hover:after {
transform: translate(0, 0);
opacity: 1;
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-green-to-black,
.link-green-to-black:focus,
.link-green-to-black:active {
outline: none;
border: none;
background: transparent;
display: inline-block;
padding-right: 26px;
font-weight: 600;
font-size: 18px;
line-height: 1.33;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #ff1e8c;
position: relative;
transition: 0.3s;
}
.link-green-to-black:hover {
color: #1f1f21;
}
.link-green-to-black:before {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-green.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 1;
transform: translate(0, 0);
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-green-to-black:hover:before {
transform: translate(15px, -15px);
opacity: 0;
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-green-to-black:after {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-green.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 0;
transform: translate(-15px, 15px);
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-green-to-black:hover:after {
transform: translate(0, 0);
opacity: 1;
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-blue-to-black,
.link-blue-to-black:focus,
.link-blue-to-black:active {
outline: none;
border: none;
background: transparent;
display: inline-block;
padding-right: 26px;
font-weight: 600;
font-size: 18px;
line-height: 1.33;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #2e56ff;
position: relative;
transition: 0.3s;
}
.link-blue-to-black:hover {
color: #1f1f21;
}
.link-blue-to-black:before {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-blue.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 1;
transform: translate(0, 0);
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-blue-to-black:hover:before {
transform: translate(15px, -15px);
opacity: 0;
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-blue-to-black:after {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-black.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 0;
transform: translate(-15px, 15px);
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-blue-to-black:hover:after {
transform: translate(0, 0);
opacity: 1;
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-white,
.link-white:focus,
.link-white:active {
outline: none;
border: none;
background: transparent;
display: inline-block;
padding-right: 26px;
font-weight: 600;
font-size: 18px;
line-height: 1.33;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #fff;
position: relative;
transition: 0.3s;
min-height: 24px;
}
.link-white:hover {
color: #fff;
}
.link-white:before {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-white.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 1;
transform: translate(0, 0);
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-white:hover:before {
transform: translate(15px, -15px);
opacity: 0;
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-white:after {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-white.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 0;
transform: translate(-15px, 15px);
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-white:hover:after {
transform: translate(0, 0);
opacity: 1;
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-black,
.link-black:focus,
.link-black:active {
outline: none;
border: none;
background: transparent;
display: inline-block;
padding-right: 26px;
font-weight: 600;
font-size: 18px;
line-height: 1.33;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #000;
position: relative;
transition: 0.3s;
}
.link-black:hover {
color: #000;
}
.link-black:before {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-black.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 1;
transform: translate(0, 0);
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-black:hover:before {
transform: translate(15px, -15px);
opacity: 0;
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-black:after {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-black.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 0;
transform: translate(-15px, 15px);
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.link-black:hover:after {
transform: translate(0, 0);
opacity: 1;
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.trusted-section {
padding: 75px 0;
}
.trusted-section .section-label {
position: relative;
z-index: 3;
}
.trusted-list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.trusted-list ul li {
width: 20%;
min-width: 20%;
background: #f7f7fb;
border-top-left-radius: 10px;
border-bottom-right-radius: 19px;
border: 1px solid #fff;
min-height: 248px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.trusted-list ul li img {
max-width: 75%;
max-height: 75%;
}
.section-label {
font-size: 24px;
line-height: 1.25;
letter-spacing: -0.05em;
color: #65677b;
margin-bottom: 27px;
}
.video-section {
padding: 95px 0 150px;
position: relative;
}
.orn-video {
position: absolute;
left: 0;
top: 58%;
transform: translateY(-50%);
}
.video-hold {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.object-fit {
position: relative;
}
.object-fit > img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: contain;
}
.video-cover a {
display: block;
padding-bottom: 59.3%;
padding-bottom: 56.25%;
border-radius: 30px;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
overflow: hidden;
}
.video-cover a img {
border-radius: 30px;
border-top-right-radius: 0;
border-bottom-left-radius: 0;
z-index: 2;
transition: 0.2s;
}
.video-cover.video-started a:after {
opacity: 0;
visibility: hidden;
}
.video-cover.video-started img {
opacity: 0;
visibility: hidden;
}
.video-cover a:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 118px;
height: 118px;
border-radius: 50%;
background-color: #112eff;
background-image: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/icon-video.svg);
background-repeat: no-repeat;
background-position: 52% 50%;
z-index: 5;
transition: 0.2s;
}
.video-cover a:hover:after {
background-color: #b8fd8e;
}
.video-right {
padding-left: 62px;
}
.title-72 {
font-weight: 500;
font-size: 32px !important;
line-height: 1.06;
letter-spacing: -0.05em;
margin-bottom: 22px;
}
.title-102 {
font-weight: 500;
font-size: 102px;
line-height: 1.02;
letter-spacing: -0.05em;
}
.home-why-section {
background: #1e1e1e;
color: #fff;
padding: 170px 0 0;
position: relative;
}
.orn-home-why {
position: absolute;
top: 0;
right: 0;
width: 500px;
}
.orn-home-why:after {
content: "";
position: absolute;
top: 0;
left: -1px;
bottom: 0;
width: 3px;
background: #1e1e1e;
}
.home-why-section-top {
margin-bottom: 230px;
}
.home-why-section .section-label {
margin-bottom: 22px;
color: #fff;
opacity: 0.7;
}
.home-why-height {
min-height: 100vh;
}
.home-why-fixed-hold {
position: relative;
}
.home-why-fixed-hold:before {
content: "";
position: absolute;
top: -100px;
left: 0;
bottom: 0;
width: calc(50% - 20px);
background: #fff;
}
.home-why-fixed-items {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 10;
}
.home-why-fixed-images-items {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.home-why-fixed-item {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
opacity: 0;
visibility: hidden;
}
.home-why-fixed-image-item {
height: 100vh;
pointer-events: none;
}
.hw-image-hold {
height: 100vh;
position: relative;
padding-top: 0;
padding-right: 80px;
position: relative;
overflow: hidden;
}
.hw-image-holder {
position: relative;
padding-right: 20px;
}
.hw-image {
padding-bottom: 141.9%;
max-height: 100%;
overflow: hidden;
}
.home-why-fixed-image-item:first-child .hw-image img {
transform: translateY(0%);
}
.hw-content-hold {
padding-left: 85px;
}
.home-why-fixed-item .section-label {
margin-bottom: 36px;
}
.home-why-fixed-item .title-72 {
margin-bottom: 90px;
}
.hw-text {
margin-bottom: 34px;
padding-left: 80px;
position: relative;
}
.hw-text.text-18 {
line-height: 1.67;
}
.hw-link {
padding-left: 80px;
}
.home-why-fixed-hold.top-reached .home-why-fixed-items {
position: fixed;
}
.home-why-fixed-hold.top-3-reached .home-why-fixed-image-item:nth-child(2) .hw-image img {
transform: translateY(0) !important;
}
.hiw-section {
padding: 140px 0;
}
.hiw-hold {
color: #fff;
padding: 80px 9.5% 70px;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
}
.hiw-hold .section-label {
color: #fff;
}
.hiw-hold .title-72 {
margin-bottom: 0;
}
.hiw-left {
padding-right: 1%;
}
.hiw-right {
padding-left: 2%;
}
.hiw-right .text-18 {
margin-bottom: 43px;
}
.bg-light {
background: #f7f7fb;
padding: 50px 0;
}
.stats-section {
padding: 75px 0;
}
.stats-hold {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.stats-right {
padding-left: 6px;
}
.stats-left {
padding-right: 8%;
}
.stats-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
border-bottom: 1px solid #000;
padding-bottom: 8px;
margin-bottom: 60px;
}
.stats-item:last-child {
margin-bottom: 0;
}
.stats-item-left {
font-weight: 500;
font-size: 102px;
line-height: 0.79;
letter-spacing: -0.05em;
color: #5d6282;
}
.stats-item-left span {
font-size: 39px;
line-height: 1;
}
.stats-item-right {
width: 160px;
font-size: 24px;
line-height: 1.25;
letter-spacing: -0.05em;
color: #65677b;
padding-bottom: 8px;
}
.stats-left .title-72 {
margin-bottom: 66px;
}
.testimonials-section {
padding: 75px 0;
}
.t-carousel-item {
width: 456px;
background: #fff;
padding: 51px 80px 108px 60px;
border-top-left-radius: 25px;
border-bottom-right-radius: 25px;
direction: ltr;
position: relative;
height: 100%;
}
.owl-carousel .owl-item img {
display: inline-block;
width: auto;
}
.testimonails-left {
padding-right: 30px;
position: relative;
}
.testimonails-left:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
height: 100%;
left: calc(100% - 30px);
background: #f7f7fb;
width: 9999px;
z-index: 10;
}
.testimonails-right {
padding-left: 70px;
position: relative;
z-index: 10;
}
.t-carousel-item-logo {
height: 50px;
margin-bottom: 44px;
}
.t-carousel-item-logo img {
max-height: 100%;
}
.t-carousel-item-text {
font-weight: 500;
font-size: 24px;
line-height: 1.33;
color: #1c1c1c;
margin-bottom: 34px;
}
.t-carousel-item-author {
font-weight: 700;
font-size: 18px;
line-height: 1.33;
color: #1c1c1c;
}
.t-carousel-item-author span {
display: block;
font-weight: 500;
}
.t-carousel-item-link {
position: absolute;
left: 0;
right: 0;
padding-left: inherit;
padding-right: inherit;
bottom: 47px;
}
.t-carousel .owl-stage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.t-carousel .owl-item.active + .owl-item .t-carousel-item {
opacity: 0.65;
}
.t-carousel.owl-carousel .owl-stage-outer {
overflow: visible;
}
.testimonials-hold {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.testimonials-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.t-nav {
width: 105px;
height: 105px;
background: #fff;
}
.t-prev {
margin-right: 5px;
background: #fff url(https://treebyte.com/wp-content/themes/treebyte/assets/images/slide-prev.svg) no-repeat center center;
}
.t-next {
background: #fff url(https://treebyte.com/wp-content/themes/treebyte/assets/images/slide-next.svg) no-repeat center center;
}
.t-carousel .owl-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
left: 0;
right: 0;
bottom: -37px;
}
.t-carousel .owl-dots.disabled {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
outline: none;
}
.t-carousel.owl-carousel button.owl-dot {
width: 100%;
background: #d1d1d1;
height: 7px;
}
.t-carousel.owl-carousel button.owl-dot span {
display: none;
}
.t-carousel.owl-carousel button.owl-dot.active {
background: rgb(199, 251, 155);
background: -moz-linear-gradient(left, rgba(199, 251, 155, 1) 0%, rgba(109, 234, 252, 1) 50%, rgba(56, 85, 246, 1) 100%);
background: -webkit-linear-gradient(left, rgba(199, 251, 155, 1) 0%, rgba(109, 234, 252, 1) 50%, rgba(56, 85, 246, 1) 100%);
background: linear-gradient(to right, rgba(199, 251, 155, 1) 0%, rgba(109, 234, 252, 1) 50%, rgba(56, 85, 246, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7fb9b',endColorstr='#3855f6',GradientType=1);
}
.rewards-section {
padding: 75px 0 60px;
}
.rewards-section .section-label {
margin-bottom: 34px;
}
.awards-list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.awards-list ul li {
margin-right: 25px;
}
.awards-list ul li:last-child {
margin-right: 0;
}
.awards-list ul li img {
max-width: 188px;
}
.awards-list-2 {
padding-top: 20px;
}
.awards-list-2 ul li {
margin-bottom: 36px;
}
.awards-list-2 ul li:last-child {
margin-bottom: 0;
}
.awards-list-2 ul li img {
max-height: 31px;
}
.featured-resources-section {
padding: 114px 0 140px;
}
.fr-top .title-72 {
margin-bottom: 40px;
}
.fr-list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.fr-list ul li {
width: calc(50% - 10px);
min-width: calc(50% - 10px);
margin-right: 20px;
}
.fr-list ul li:nth-child(2n) {
margin-right: 0;
}
.fr-list ul li a {
display: block;
width: 100%;
min-height: 300px;
background: #000;
position: relative;
transition: 0.2s;
}
.fr-right .fr-list ul li:last-child a {
background: #b8fd8e;
}
.fr-right .fr-list ul li:last-child a .fr-list-title {
color: #000;
}
.fr-right .fr-list ul li:first-child a .link-white:before {
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-green.svg) no-repeat center center;
}
.fr-right .fr-list ul li:first-child a .link-white:after {
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-green.svg) no-repeat center center;
}
.fr-last a:hover .link-white:before,
.fr-list ul li a:hover .link-white:before,
.fr-last a:hover .link-black:before,
.fr-list ul li a:hover .link-black:before {
transform: translate(15px, -15px);
opacity: 0;
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.fr-last a:hover .link-white:after,
.fr-list ul li a:hover .link-white:after,
.fr-last a:hover .link-black:after,
.fr-list ul li a:hover .link-black:after {
transform: translate(0, 0);
opacity: 1;
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.fr-bottom .fr-left .fr-list ul li:first-child a {
background: #2e56ff;
}
.fr-bottom .fr-left .fr-list ul li:last-child a .link-white:before {
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-green.svg) no-repeat center center;
}
.fr-bottom .fr-left .fr-list ul li:last-child a .link-white:after {
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-green.svg) no-repeat center center;
}
.fr-last a .link-white,
.fr-list ul li a .link-white,
.fr-last a .link-black,
.fr-list ul li a .link-black {
text-transform: initial;
font-weight: 400;
letter-spacing: -0.02em;
}
.fr-list-title {
position: absolute;
top: 24px;
left: 0;
right: 0;
padding: 0 20px;
font-size: 24px;
line-height: 1.25;
letter-spacing: -0.02em;
color: #fff;
}
.fr-list-link {
position: absolute;
bottom: 20px;
left: 0;
right: 0;
padding: 0 20px;
}
.fr-list-link .link-white,
.fr-list-link .link-white:focus,
.fr-list-link .link-white:active {
display: block;
}
.fr-list-link .link-black,
.fr-list-link .link-black:focus,
.fr-list-link .link-black:active {
display: block;
}
.fr-top {
margin-bottom: 20px;
}
.fr-left {
padding-right: 10px;
}
.fr-right {
padding-left: 10px;
}
.fr-last a {
display: block;
position: relative;
background: rgb(56, 85, 246);
background: -moz-linear-gradient(left, rgba(56, 85, 246, 1) 0%, rgba(109, 234, 252, 1) 99%);
background: -webkit-linear-gradient(left, rgba(56, 85, 246, 1) 0%, rgba(109, 234, 252, 1) 99%);
background: linear-gradient(to right, rgba(56, 85, 246, 1) 0%, rgba(109, 234, 252, 1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3855f6',endColorstr='#6deafc',GradientType=1);
background-size: 400% 400%;
animation: gradient 12s linear infinite;
min-height: 250px;
}
@keyframes gradient {
0% {
background-position: 0% 0%;
}
50% {
background-position: 100% 100%;
}
100% {
background-position: 0% 0%;
}
}
.testimonails-right .title-72 {
margin-bottom: 60px;
}
.fr-bottom .fr-list ul li a {
min-height: 250px;
}
.fr-last .fr-list-title {
max-width: 465px;
}
.cta-section {
padding: 87px 0 68px;
position: relative;
}
.cta-section:before,
.cta-section:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
height: 100%;
width: 50%;
}
.cta-section:before {
left: 0;
background: #f7f7fb;
}
.cta-section:after {
right: 0;
background: #171717;
}
.cta-left {
padding-right: 7%;
}
.cta-right {
color: #fff;
padding-left: 9%;
}
.cta-right .section-label {
color: #fff;
}
.cta-hold .section-label {
margin-bottom: 22px;
}
.orn-cta {
position: absolute;
z-index: 5;
}
.orn-cta-left {
top: 0;
right: 50%;
}
.orn-cta-right {
right: 0;
top: 50%;
top: 21%;
width: 60px;
}
.footer-top {
background: #1f1f21;
color: #fff8f8;
padding: 92px 0 80px;
}
.footer-top .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer-top .row:before,
.footer-top .row:after {
display: none;
}
.footer-logo {
width: 200px;
}
.newsletter-hold {
width: 225px;
margin-top: 150px;
margin-bottom: 50px;
}
.footer-nav-hold {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
width: calc(100% - 225px);
padding-left: 10%;
}
.footer-left {
width: 225px;
}
.footer-nav-grid {
max-width: 170px;
margin-right: 20px;
}
.footer-nav-grid:last-child {
margin-right: 0;
}
.footer-nav-title {
font-weight: 700;
font-size: 18px;
line-height: 1.56;
margin-bottom: 14px;
}
.footer-nav-title label {
color: #fff;
}
.footer-nav-title a {
color: #fff8f8;
}
.footer-nav ul li {
line-height: 1.56;
margin-bottom: 12px;
}
.footer-nav ul li:last-child {
margin-bottom: 0;
}
.footer-nav ul li a {
font-size: 18px;
color: #fff;
transition: 0.2s;
}
.footer-nav ul li a:hover {
opacity: 0.8;
}
.footer-bottom {
background: #000;
color: rgba(255, 255, 255, 0.8);
font-size: 15px;
padding: 11px 0 9px;
}
.footer-bottom .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer-bottom .row:before,
.footer-bottom .row:after {
display: none;
}
.footer-sec-nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.footer-sec-nav ul li:after {
content: "|";
margin-left: 5px;
margin-right: 10px;
}
.footer-sec-nav ul li:last-child:after {
display: none;
}
.footer-sec-nav ul li a {
color: #fff;
opacity: 0.66;
transition: 0.2s;
}
.footer-sec-nav ul li a:hover {
opacity: 1;
}
.socials ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.socials ul li {
margin-right: 13px;
}
.socials ul li:last-child {
margin-right: 0;
}
.socials ul li a {
opacity: 0.9;
transition: 0.2s;
}
.socials ul li a:hover {
opacity: 1;
}
.socials ul li a img {
max-height: 25px;
}
.footer-top .row + .row {
-webkit-box-pack: end;
-moz-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
z-index: 11;
}
.footer-top .row + .row .socials {
margin-top: -27px;
}
.home-why-fixed-hold.hw-text-1-reached .home-why-fixed-item-1 {
opacity: 1;
visibility: visible;
}
.home-why-fixed-hold.hw-text-2-reached .home-why-fixed-item-1 {
opacity: 0;
visibility: hidden;
}
.home-why-fixed-hold.hw-text-2-reached .home-why-fixed-item-2 {
opacity: 1;
visibility: visible;
}
.home-why-fixed-hold.hw-text-3-reached .home-why-fixed-item-2 {
opacity: 0;
visibility: hidden;
}
.home-why-fixed-hold.hw-text-3-reached .home-why-fixed-item-3 {
opacity: 1;
visibility: visible;
}
.home-why-fixed-image-item-last {
height: 1px;
}
.hw-content-hold .section-label {
opacity: 0;
transform: translateY(40px);
transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.hw-content-hold .title-72 {
opacity: 0;
transform: translateY(40px);
transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
transition-delay: 0.15s;
}
.hw-content-hold .hw-text-hold {
opacity: 0;
transform: translateY(40px);
transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
transition-delay: 0.3s;
}
.hw-content-hold .hw-link {
opacity: 0;
transform: translateY(40px);
transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
transition-delay: 0.45s;
}
.home-why-fixed-hold.hw-text-1-reached .home-why-fixed-item-1 .hw-content-hold .section-label {
opacity: 1;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-1-reached .home-why-fixed-item-1 .hw-content-hold .title-72 {
opacity: 1;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-1-reached .home-why-fixed-item-1 .hw-content-hold .hw-text-hold {
opacity: 1;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-1-reached .home-why-fixed-item-1 .hw-content-hold .hw-link {
opacity: 1;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-2-reached .home-why-fixed-item-1 .hw-content-hold .section-label {
opacity: 0;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-2-reached .home-why-fixed-item-1 .hw-content-hold .title-72 {
opacity: 0;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-2-reached .home-why-fixed-item-1 .hw-content-hold .hw-text-hold {
opacity: 0;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-2-reached .home-why-fixed-item-1 .hw-content-hold .hw-link {
opacity: 0;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-2-reached .home-why-fixed-item-2 .hw-content-hold .section-label {
opacity: 1;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-2-reached .home-why-fixed-item-2 .hw-content-hold .title-72 {
opacity: 1;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-2-reached .home-why-fixed-item-2 .hw-content-hold .hw-text-hold {
opacity: 1;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-2-reached .home-why-fixed-item-2 .hw-content-hold .hw-link {
opacity: 1;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-3-reached .home-why-fixed-item-2 .hw-content-hold .section-label {
opacity: 0;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-3-reached .home-why-fixed-item-2 .hw-content-hold .title-72 {
opacity: 0;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-3-reached .home-why-fixed-item-2 .hw-content-hold .hw-text-hold {
opacity: 0;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-3-reached .home-why-fixed-item-2 .hw-content-hold .hw-link {
opacity: 0;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-3-reached .home-why-fixed-item-3 .hw-content-hold .section-label {
opacity: 1;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-3-reached .home-why-fixed-item-3 .hw-content-hold .title-72 {
opacity: 1;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-3-reached .home-why-fixed-item-3 .hw-content-hold .hw-text-hold {
opacity: 1;
transform: translateY(0);
}
.home-why-fixed-hold.hw-text-3-reached .home-why-fixed-item-3 .hw-content-hold .hw-link {
opacity: 1;
transform: translateY(0);
}
.home-why-fixed-hold.top-reached.last-reached .home-why-fixed-items {
position: absolute;
top: auto;
bottom: 0;
}
.home-why-fixed-hold.top-reached.last-reached .home-why-fixed-item {
top: auto;
bottom: 0;
}
.color-dark .char {
color: #65677b;
transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
transition-delay: calc(20ms * var(--char-index));
}
.color-dark.in-view .char {
color: #1f1f21;
}
.color-white .char {
color: #65677b;
transition: 0.2s cubic-bezier(0.33, 1, 0.68, 1);
transition-delay: calc(20ms * var(--char-index));
}
.color-white.in-view .char {
color: #fff;
}
.notification {
position: absolute;
right: 0;
bottom: 0;
transform: translateY(100%);
width: 568px;
background: #112eff;
padding: 19px 50px 15px 45px;
font-size: 24px;
line-height: 1.25;
letter-spacing: -0.02em;
z-index: 100;
}
.notification a {
color: #fff;
}
.notification a:after {
content: "";
display: inline-block;
width: 20px;
height: 20px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-white.svg) no-repeat center center;
margin-bottom: -2px;
}
.intro-title-text-cta .title-123 h1 {
opacity: 0;
}
.intro-title-text-cta .title-123.intro-anim h1 {
opacity: 1;
}
.intro-title-text-cta .title-123 h1 > span {
position: relative;
overflow: hidden;
display: inline-block;
margin-right: 0.06em;
margin-top: -0.25em;
}
.intro-title-text-cta .title-123 h1 > span span {
position: relative;
display: inline-block;
padding: 0 0.01em;
transform: translateY(100%);
transition: 0.3s ease-out;
}
.intro-title-text-cta .title-123.intro-anim h1 > span span {
transform: translateY(0%);
}
.intro-title-text-cta .title-123.intro-anim h1 > span:nth-child(2) span {
transition-delay: 0.02s;
}
.intro-title-text-cta .title-123.intro-anim h1 > span:nth-child(3) span {
transition-delay: 0.04s;
}
.intro-title-text-cta .title-123.intro-anim h1 > span:nth-child(4) span {
transition-delay: 0.6s;
}
.intro-title-text-cta .title-123.intro-anim h1 > span:nth-child(5) span {
transition-delay: 0.08s;
}
.intro-title-text-cta .title-123.intro-anim h1 > span:nth-child(6) span {
transition-delay: 0.1s;
}
.intro-title-text-cta .title-123.intro-anim h1 > span:nth-child(7) span {
transition-delay: 0.12s;
}
.intro-title-text-cta .title-123.intro-anim h1 > span:nth-child(8) span {
transition-delay: 0.14s;
}
.intro-title-text-cta .title-123.intro-anim h1 > span:nth-child(9) span {
transition-delay: 0.16s;
}
.intro-title-text-cta .title-123.intro-anim h1 > span:nth-child(10) span {
transition-delay: 0.18s;
}
.intro-title-text-cta .title-123.intro-anim h1 > span:nth-child(11) span {
transition-delay: 0.2s;
}
.intro-title-text-cta .title-123.intro-anim h1 > span:nth-child(12) span {
transition-delay: 0.22s;
}
.intro-title-text-cta .title-123.intro-anim h1 > span:nth-child(13) span {
transition-delay: 0.24s;
}
.intro-title-text-cta .title-123.intro-anim h1 > span:nth-child(14) span {
transition-delay: 0.26s;
}
.intro-title-text-cta .title-123.intro-anim h1 > span:nth-child(15) span {
transition-delay: 0.28s;
}
.intro-title-text-cta .text-18 {
opacity: 0;
transform: translateY(30px);
transition: 0.3s ease-out;
}
.intro-title-text-cta .intro-ttc-link {
opacity: 0;
transform: translateY(30px);
transition: 0.3s ease-out;
}
.intro-title-text-cta .text-18.intro-anim {
opacity: 1;
transform: translateY(0);
}
.intro-title-text-cta .intro-ttc-link.intro-anim {
opacity: 1;
transform: translateY(0);
}
.mob-nav-hold {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: auto;
padding: 36px 0;
background: #f7f7fb;
z-index: 600;
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.mob-nav-hold.close {
opacity: 1;
visibility: visible;
}
.mob-nav-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 27px;
}
.mob-nav-hold .hamburger-inner,
.mob-nav-hold .hamburger-inner:after,
.mob-nav-hold .hamburger-inner:before {
height: 1px;
background-color: #1f1f21;
}
.mob-link-blue,
.mob-link-blue:focus,
.mob-link-blue:active {
font-weight: 600;
font-size: 24px;
line-height: 1.1;
color: #2e56ff;
outline: none;
border: none;
background: transparent;
}
.mob-nav {
margin-bottom: 20px;
}
.mob-nav > ul > li {
border-bottom: 1px solid #1f1f21;
}
.mob-nav > ul > li > a {
display: block;
font-weight: 600;
font-size: 24px;
line-height: 1.1;
color: #1f1f21;
padding: 19px 0 14px;
position: relative;
}
.mob-nav > ul > li.has-subnav > a:before {
content: "";
position: absolute;
right: 2px;
top: 22px;
border: solid #2e56ff;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 4px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.mob-nav > ul > li.has-subnav.active > a:before {
top: 27px;
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
}
.intro-error {
background: #1e1e1e;
color: #fff;
padding-top: 180px;
padding-bottom: 100px;
min-height: 100vh;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.orn-error-intro {
position: absolute;
z-index: 9;
right: 0;
bottom: 0;
width: 631px;
}
.animation-element.fade-up {
opacity: 0;
transform: translateY(30px);
transition: opacity 1s linear, transform 0.9s ease;
}
.animation-element.fade-up.in-view {
opacity: 1;
transform: translateY(0);
}
.animation-element.fade-up-later {
opacity: 0;
transform: translateY(30px);
transition: opacity 1s 0.5s linear, transform 0.9s 0.5s ease;
}
.animation-element.fade-up-later.in-view {
opacity: 1;
transform: translateY(0);
}
.animation-element.fade-up-late {
opacity: 0;
transform: translateY(30px);
transition: opacity 1s 1s linear, transform 0.9s 1s ease;
}
.animation-element.fade-up-late.in-view {
opacity: 1;
transform: translateY(0);
}
.animation-element.fade-in {
opacity: 0;
transition: 0.9s ease;
}
.animation-element.fade-in.in-view {
opacity: 1;
}
.animation-element.fade-in-later {
opacity: 0;
transition: 1s 0.5s ease;
}
.animation-element.fade-in-later.in-view {
opacity: 1;
}
.title-123 strong {
display: inline-block;
font-weight: 500;
background: -webkit-linear-gradient(0deg, #2e56ff -30%, #6deafc 30.24%, #b8fd8e 85.89%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
}
.intro-simplest {
min-height: 300px;
background: #2a2a2a;
color: #fff;
padding: 157px 0 40px;
margin-bottom: 111px;
position: relative;
}
.orn-intro-simplest {
position: absolute;
right: 0;
bottom: 0;
}
.orn-intro-simplests-sm {
position: absolute;
left: 0;
bottom: -48px;
}
.stay-updated-section {
margin-bottom: 60px;
}
.stay-updated-hold {
color: #fff;
padding: 50px 6% 45px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.grad-anim {
background: rgb(46, 86, 255);
background: -moz-linear-gradient(top, rgba(46, 86, 255, 1) 0%, rgba(8, 238, 255, 1) 60%, rgba(184, 253, 142, 1) 100%);
background: -webkit-linear-gradient(top, rgba(46, 86, 255, 1) 0%, rgba(8, 238, 255, 1) 60%, rgba(184, 253, 142, 1) 100%);
background: linear-gradient(to bottom, rgba(46, 86, 255, 1) 0%, rgba(8, 238, 255, 1) 60%, rgba(184, 253, 142, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e56ff',endColorstr='#b8fd8e',GradientType=0);
background-size: 400% 400%;
animation: gradient 15s linear infinite;
}
.grad-anim2 {
background: rgb(46, 86, 255);
background: -moz-linear-gradient(top, rgba(46, 86, 255, 1) 0%, rgba(8, 238, 255, 1) 100%);
background: -webkit-linear-gradient(top, rgba(46, 86, 255, 1) 0%, rgba(8, 238, 255, 1) 100%);
background: linear-gradient(to bottom, rgba(46, 86, 255, 1) 0%, rgba(8, 238, 255, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e56ff',endColorstr='#08eeff',GradientType=0);
background-size: 400% 400%;
animation: gradient 15s linear infinite;
}
.stay-updated-left {
padding-right: 8%;
}
.title-49 {
font-weight: 500;
font-size: 49px;
line-height: 1.06;
letter-spacing: -0.03em;
}
.stay-updated-right input,
.stay-updated-right input:focus {
border: none;
box-shadow: none;
outline: none;
background: #f7f7fb;
margin: 0;
height: 64px;
padding: 2px 25px;
font-size: 24px;
letter-spacing: -0.05em;
color: #1f1f21;
}
.stay-updated-right input::-webkit-input-placeholder {
color: #1f1f21;
opacity: 0.56;
}
.stay-updated-right input::-moz-placeholder {
color: #1f1f21;
opacity: 0.56;
}
.stay-updated-right input:-ms-input-placeholder {
color: #1f1f21;
opacity: 0.56;
}
.stay-updated-right input:-moz-placeholder {
color: #1f1f21;
opacity: 0.56;
}
.stay-updated-right {
position: relative;
}
.press-archive-list {
margin-bottom: 74px;
}
.press-archive-list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.press-archive-list ul li {
width: calc(33.333% - 14px);
min-width: calc(33.333% - 14px);
margin-right: 21px;
margin-bottom: 18px;
display: none;
}
.press-archive-list ul li:nth-child(3n) {
margin-right: 0;
}
.press-archive-list ul li a {
display: block;
background: #f7f7fb;
min-height: 100%;
padding: 50px 50px 100px;
position: relative;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
}
.pa-item-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 70px;
}
.item-date {
font-weight: 400;
font-size: 18px;
line-height: 1.67;
letter-spacing: -0.05em;
color: #000;
margin-right: 10px;
}
.item-logo {
font-weight: 400;
font-size: 18px;
line-height: 1.67;
letter-spacing: -0.05em;
color: #000;
}
.item-logo img {
max-height: 28px;
max-width: 120px;
}
.item-title {
font-weight: 500;
font-size: 24px;
line-height: 1.167;
color: #000;
}
.item-button {
position: absolute;
left: 0;
right: 0;
bottom: 47px;
padding-left: inherit;
padding-right: inherit;
}
.press-archive-list ul li a:hover .link-blue-to-black {
color: #1f1f21;
}
.press-archive-list ul li a:hover .link-blue-to-black:before {
transform: translate(15px, -15px);
opacity: 0;
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.press-archive-list ul li a:hover .link-blue-to-black:after {
transform: translate(0, 0);
opacity: 1;
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.press-archive-more {
margin-top: -20px;
margin-bottom: 92px;
}
.btn-blue-border-arrow,
.btn-blue-border-arrow:focus,
.btn-blue-border-arrow:active {
display: inline-block;
border: 1px solid #2e56ff;
outline: none;
background: transparent;
font-weight: 700;
font-size: 18px;
line-height: 1.33;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #2e56ff;
position: relative;
padding: 17px 48px 13px 24px;
transition: 0.2s;
}
.btn-blue-border-arrow:hover {
border: 1px solid #2e56ff;
color: #2e56ff;
}
.btn-blue-border-arrow:before {
content: "";
position: absolute;
width: 18px;
height: 17px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-blue-down.svg) no-repeat center center;
right: 24px;
top: 16px;
opacity: 1;
transform: translate(0, 0);
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.btn-blue-border-arrow:after {
content: "";
position: absolute;
width: 18px;
height: 17px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-blue-down.svg) no-repeat center center;
right: 24px;
top: 16px;
opacity: 0;
transform: translate(0, -15px);
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.btn-blue-border-arrow:hover:before {
transform: translate(0, 15px);
opacity: 0;
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.btn-blue-border-arrow:hover:after {
transform: translate(0, 0);
opacity: 1;
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.archive-featured {
padding-left: 7%;
}
.archive-featured a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.af-left {
width: 50%;
padding-right: 2.56%;
}
.af-right {
width: 50%;
padding-left: 6.3%;
min-height: 295px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.page-id-4311 .af-image:before {
display: none;
}
.af-left {
min-height: 295px;
position: relative;
}
.af-image {
min-height: 100%;
}
.af-image img {
z-index: 10;
}
.af-link {
margin-top: 40px;
}
.archive-featured-section {
margin-bottom: 135px;
}
.archive-featured .title-49 {
color: #000;
max-height: 208px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.af-image-orn {
position: absolute;
left: -20px;
bottom: -20px;
}
.subnav.subnav-double .subnav-left {
padding-left: 62px;
padding-right: 62px;
width: auto;
min-width: 1px;
}
.subnav-nav.subnav-simple ul li {
margin-bottom: 20px;
}
.subnav-nav.subnav-simple ul li:last-child {
margin-bottom: 0;
}
.subnav-nav.subnav-simple ul li a {
white-space: nowrap;
font-weight: 500;
}
.subnav-nav.subnav-simple ul li a img {
top: 50%;
transform: translateY(-50%);
}
.subnav-simple-hold .subnav-nav {
padding: 40px 44px;
}
.subnav-blue-link a {
display: block;
background: #2e56ff;
text-align: center;
font-weight: 600;
font-size: 18px;
padding: 22px 0 18px;
line-height: 1.4;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #b8fd8e;
transition: 0.2s;
}
.subnav-blue-link a:hover {
color: #fff;
}
.subnav-featured-link a {
display: block;
font-weight: 500;
font-size: 15px;
line-height: 1.2;
color: #1f1f21;
transition: 0.2s;
position: relative;
padding-right: 21px;
}
.subnav-featured-link a:before {
content: "";
position: absolute;
bottom: 2px;
right: 0;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-blue.svg) no-repeat center center;
}
.subnav-featured-link a:hover {
color: #2e56ff;
}
.subnav.subnav-resources .subnav-left {
width: auto;
min-width: 1px;
}
.subnav.subnav-resources .subnav-right {
padding-left: 45px;
padding-right: 45px;
width: 295px;
min-width: 295px;
}
.af-headline {
font-weight: 400;
font-size: 24px;
line-height: 1.25;
letter-spacing: -0.05em;
color: #65677b;
margin-bottom: 23px;
}
.af-text {
font-size: 18px;
line-height: 1.67;
letter-spacing: 0.01em;
color: #1f1f21;
margin-top: 25px;
max-height: 121px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.resources-filter-grid {
background-color: #f7f7fb;
padding: 20px 40px 30px;
margin-bottom: 30px;
}
.resources-filter-grid > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.resources-filter-grid > ul > li {
width: calc(25% - 39px);
min-width: calc(25% - 39px);
margin-right: 52px;
}
.resources-filter-grid > ul > li:last-child {
margin-right: 0;
}
.filter-box {
position: relative;
}
.filter-box span {
display: block;
position: relative;
font-size: 18px;
line-height: 28px;
padding: 4px 0;
color: rgba(0, 0, 0, 0.5);
border-bottom: 1px solid #1f1f21;
cursor: pointer;
background: #f7f7fb;
z-index: 4;
transition: 0.2s;
}
.filter-box span:after {
content: "";
position: absolute;
right: 6px;
top: 50%;
margin-top: -5px;
border: solid #2e56ff;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 5px;
transform: rotate(45deg) translateY(-50%);
-webkit-transform: rotate(45deg) translateY(-50%);
}
.filter-box-list {
position: absolute;
left: 0;
right: 0;
width: 100%;
padding: 24px 26px;
opacity: 0;
visibility: hidden;
z-index: 2;
max-height: 400px;
overflow: auto;
background: #f7f7fb;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.filter-box-list ul {
margin: 0;
padding: 0;
}
.filter-box-list ul li input {
display: none;
}
.filter-box-list ul li label {
display: block;
margin: 0;
position: relative;
padding-left: 26px;
font-size: 18px;
font-weight: 400;
line-height: 1.94;
text-transform: capitalize;
color: #1f1f21;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
transition: 0.2s;
}
.filter-box-list ul li label:before {
content: "";
position: absolute;
left: 0;
top: 7px;
width: 15px;
height: 15px;
background: #fff;
}
.filter-box-list ul li label:after {
content: "";
position: absolute;
left: 0;
top: 7px;
width: 15px;
height: 15px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/checkmark-filter.svg) no-repeat center center;
opacity: 0;
}
.filter-box-list ul li input:checked + label:after {
opacity: 1;
}
.filter-box-list ul li input:checked + label {
color: #2e56ff;
}
.filter-input {
position: relative;
}
.filter-input input,
.filter-input input:focus {
border: none;
outline: none;
height: 38px;
margin: 0;
box-shadow: none;
background-color: transparent;
border-bottom: 1px solid #1f1f21;
padding: 2px 10px 2px 28px;
font-size: 18px;
color: #000;
}
.filter-input:after {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 18px;
height: 18px;
pointer-events: none;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/icon-search-blue.svg) no-repeat center center;
}
.archive-resources-section {
position: relative;
z-index: 15;
margin-bottom: 70px;
}
.filter-box.active .filter-box-list {
opacity: 1;
visibility: visible;
}
.filter-box.active span {
border-color: #2e56ff;
}
.filter-input input::-webkit-input-placeholder {
color: #000;
opacity: 0.5;
}
.filter-input input::-moz-placeholder {
color: #000;
opacity: 0.5;
}
.filter-input input:-ms-input-placeholder {
color: #000;
opacity: 0.5;
}
.filter-input input:-moz-placeholder {
color: #000;
opacity: 0.5;
}
.grid-of-three > ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -10px;
width: calc(100% + 20px);
}
.grid-of-three > ul > li {
width: calc(33.333% - 20px);
min-width: calc(33.333% - 20px);
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
}
.grid-of-three > ul > li a {
display: block;
background: #f7f7fb;
position: relative;
min-height: 100%;
padding-bottom: 100px;
}
.resource-tiles-list > ul > li {
display: none;
}
.item-image {
padding-bottom: 60%;
margin-bottom: 38px;
}
.item-content {
padding-left: 50px;
padding-right: 45px;
}
.item-label {
font-weight: 400;
font-size: 18px;
line-height: 1.67;
letter-spacing: -0.05em;
color: #1f1f21;
margin-bottom: 7px;
}
.item-link {
position: absolute;
left: 0;
right: 0;
bottom: 40px;
padding-left: 50px;
padding-right: 45px;
}
.link-blue-to-black.arrow-download:before {
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-download-blue.svg) no-repeat center center;
}
.link-blue-to-black.arrow-download:after {
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-download-black.svg) no-repeat center center;
transform: translate(-15px, -15px);
}
.link-blue-to-black.arrow-download:hover:before {
transform: translate(15px, 15px);
}
.link-blue-to-black.arrow-download:hover:after {
transform: translate(0, 0);
}
.link-green-to-white.arrow-download:before {
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-download-green.svg) no-repeat center center;
}
.link-green-to-white.arrow-download:after {
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-download-white.svg) no-repeat center center;
transform: translate(-15px, -15px);
}
.link-green-to-white.arrow-download:hover:before {
transform: translate(15px, 15px);
}
.link-green-to-white.arrow-download:hover:after {
transform: translate(0, 0);
}
.resource-tiles-more-button {
padding-top: 44px;
}
.upcoming-events-section {
background: #f7f7fb;
padding: 105px 0 87px;
margin-bottom: 60px;
}
.upcoming-events-section .title-49 {
margin-bottom: 48px;
}
.upcoming-events-section .grid-of-three > ul > li a {
background: #fff;
}
.intro-simplest-text.text-18 {
line-height: 1.67;
}
.intro-simplest-text {
padding-left: 16%;
}
.intro-simplest.intro-simplest-lg {
min-height: 440px;
}
.intro-single-tags {
font-size: 18px;
line-height: 1.67;
opacity: 0.75;
margin-bottom: 32px;
}
.intro-single-info {
margin-top: 30px;
}
.intro-simplest.intro-single {
padding-top: 189px;
}
.intro-single-info ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.intro-single-info ul li {
margin-right: 36px;
}
.intro-single-info ul li:last-child {
margin-right: 0;
}
.intro-single-info ul li.intro-single-author {
font-size: 24px;
line-height: 1.25;
letter-spacing: -0.05em;
color: #b8fd8e;
}
.intro-single-info ul li.intro-single-author a {
color: #b8fd8e;
transition: 0.2s;
}
.intro-single-info ul li.intro-single-author a:hover {
color: #fff;
}
.intro-single-info ul li.intro-single-date {
font-size: 18px;
line-height: 1.67;
opacity: 0.75;
}
.entry p {
font-size: 18px;
line-height: 1.67;
margin-bottom: 30px;
}
.entry p a {
color: #2e56ff;
transition: 0.2s;
}
.entry p a:hover {
color: #1f1f21;
}
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
font-weight: 500;
color: #000;
margin-bottom: 20px;
line-height: 1.1;
}
.entry h2:not(:first-child),
.entry h3:not(:first-child),
.entry h4:not(:first-child),
.entry h5:not(:first-child) {
margin-top: 50px;
}
.entry h2 {
font-size: 49px;
}
.entry h3 {
font-size: 32px;
}
.entry h4 {
font-size: 28px;
}
.entry h5 {
font-size: 24px;
}
.entry ul {
margin-bottom: 30px;
}
.entry ul li {
font-size: 18px;
line-height: 1.67;
padding-left: 19px;
position: relative;
}
.entry ul li:before {
content: "";
position: absolute;
left: 0;
top: 9px;
width: 7px;
height: 7px;
background: #112eff;
}
.entry ol {
counter-reset: item;
margin-bottom: 30px;
}
.entry ol li {
font-size: 18px;
line-height: 1.67;
}
.entry ol li:before {
content: counters(item, ".") ".";
counter-increment: item;
font-weight: 500;
margin-right: 10px;
}
.sidebar-image {
padding-bottom: 54.23%;
}
.sidebar-content {
background: #171717;
padding: 20px 30px 25px;
color: #fff;
}
.sidebar-headline {
font-size: 18px;
line-height: 1.67;
letter-spacing: -0.05em;
margin-bottom: 7px;
}
.sidebar-title {
font-weight: 500;
font-size: 24px;
line-height: 1.16;
margin-bottom: 30px;
}
.single-content-section {
margin-bottom: 50px;
}
.single-content-left {
width: 85px;
position: relative;
}
.single-content-sidebar {
width: 260px;
}
.single-content-middle {
width: calc(100% - 85px - 260px);
padding-right: 58px;
}
.single-content-scrollbar-hold {
position: relative;
min-height: 100vh;
min-width: 2px;
}
.single-content-scrollbar {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
width: 2px;
background-color: #adafc4;
height: 80vh;
}
.single-content-scrollbar span {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 2px;
background-color: #112eff;
height: 10%;
}
.orn-intro-single {
position: absolute;
bottom: 0;
right: 0;
}
.title-56 {
font-weight: 500;
font-size: 56px;
line-height: 1.14;
letter-spacing: -0.03em;
margin-bottom: 40px;
}
.intro-single-guide .intro-single-tags {
margin-bottom: 26px;
padding-left: 10px;
}
.intro-simplest.intro-single-guide {
padding-top: 179px;
padding-bottom: 120px;
}
.isg-left {
position: relative;
z-index: 10;
}
.isg-image {
width: 143%;
margin-left: -20%;
position: relative;
}
.isg-image img {
position: relative;
z-index: 5;
}
.isg-image:before {
content: "";
position: absolute;
top: 47%;
left: 59%;
transform: translate(-50%, -50%);
width: 504px;
height: 473px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-intro-single-guide.svg) no-repeat center center / 100% 100%;
}
.isg-hold {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.orn-intro-single-guide-left {
position: absolute;
left: 0;
top: calc(100% - 64px);
}
.orn-intro-single-guide-left:before {
content: "";
position: absolute;
top: 62px;
left: 0;
height: 150px;
width: 64px;
background: #1e1e1e;
}
.orn-intro-single-guide-left img {
position: relative;
z-index: 2;
}
.single-form-hold {
background: #f7f7fb;
padding: 65px 14%;
position: relative;
z-index: 2;
}
.single-form-hold:before {
content: "";
position: absolute;
top: -34px;
right: -34px;
width: 193px;
height: 193px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-corner-out-top-right.svg) no-repeat center center / 100% 100%;
}
.single-form-hold:after {
content: "";
position: absolute;
background: #f7f7fb;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.single-form-hold > div {
position: relative;
z-index: 5;
}
.single-guide-content {
padding-left: 80px;
}
.sgc-left {
padding-right: 6%;
}
.sgc-right {
padding-left: 3.7%;
}
.single-form-hold .title-49 {
margin-bottom: 35px;
}
.single-trust-list {
margin-top: 76px;
}
.single-trust-list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.single-trust-list ul li {
width: 30%;
min-width: 30%;
margin-right: 5%;
margin-bottom: 25px;
text-align: center;
font-weight: 400;
font-size: 24px;
line-height: 1.25;
letter-spacing: -0.05em;
color: #65677b;
}
.single-trust-list ul li:nth-child(3n) {
margin-right: 0%;
}
.single-trust-list ul li:nth-child(3n + 1) {
text-align: left;
}
.single-trust-list ul li img {
max-width: 130px;
max-height: 50px;
}
.single-guide-content-section {
margin-bottom: 60px;
}
.intro-simplest.intro-single-event {
padding: 184px 0 160px;
}
.orn-intro-single-event {
position: absolute;
right: 0;
bottom: 0;
}
.intro-single-event-top {
margin-bottom: 60px;
}
.intro-single-event-top ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.intro-single-event-top ul li {
font-size: 24px;
line-height: 1.25;
letter-spacing: -0.05em;
}
.intro-single-event-top ul li.intro-single-event-top-sm {
font-weight: 500;
font-size: 18px;
line-height: 1.39;
}
.intro-single-event-top ul li:after {
content: "|";
margin-left: 15px;
margin-right: 19px;
}
.intro-single-event-top ul li:last-child:after {
display: none;
}
.intro-single-event-info ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.intro-single-event-info ul li {
font-weight: 500;
font-size: 18px;
line-height: 1.39;
}
.intro-single-event-info ul li:after {
content: "|";
margin-left: 10px;
margin-right: 14px;
}
.intro-single-event-info ul li:last-child:after {
display: none;
}
.single-event-content-section .sgc-left {
padding-right: 4%;
}
.single-event-content-section .single-form-hold:before {
top: -30px;
right: -30px;
width: 186px;
height: 186px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-corner-in-top-right.svg) no-repeat center center / 100% 100%;
}
.single-speakers-hold {
margin-top: 40px;
border-top: 1px solid rgba(0, 0, 0, 0.5);
padding-top: 48px;
}
.single-speakers-hold .title-49 {
margin-bottom: 30px;
}
.single-speaker {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: #f7f7fb;
margin-bottom: 21px;
}
.single-speaker-image {
width: 170px;
height: 170px;
}
.single-speaker-content {
width: calc(100% - 170px);
padding-left: 29px;
padding-right: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.single-speaker-content-logo {
margin-bottom: 13px;
}
.single-speaker-content-logo img {
max-height: 38px;
}
.single-speaker-content-name {
font-size: 18px;
font-weight: 500;
line-height: 1.66;
}
.single-speaker-content-name span {
display: block;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
}
.orn-intro-single-event {
position: absolute;
bottom: 0;
right: 0;
}
.intro-single-event-top ul li img {
max-height: 21px;
margin-top: -3px;
}
.intro-simplest.intro-single-webinar {
padding: 180px 0 125px;
}
.intro-single-webinar-info ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.intro-single-webinar-info ul li {
font-weight: 500;
font-size: 18px;
line-height: 1.39;
margin-right: 60px;
}
.intro-single-webinar-info ul li:last-child {
margin-right: 0;
}
.intro-single-webinar-info ul li.intro-single-webinar-td {
max-width: 275px;
}
.intro-single-webinar-info ul li.intro-single-webinar-text {
max-width: 460px;
}
.orn-intro-single-webinar {
position: absolute;
right: 0;
bottom: 0;
}
.intro-lg-section {
background: #2a2a2a;
color: #fff;
padding: 190px 0 140px;
position: relative;
margin-bottom: 140px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 700px;
}
.intro-lg-label {
font-weight: 400;
font-size: 24px;
line-height: 1.25;
letter-spacing: -0.05em;
margin-bottom: 36px;
}
.intro-lg-button {
margin-top: 11px;
} }
.page-template-tp-why .intro-lg-section .orn-intro-single-guide-left:before {
background: #2a2a2a;
}
.page-template-tp-features .intro-lg-section .orn-intro-single-guide-left:before {
background: #000;
}
.page-template-tp-features .intro-lg-section {
background: #000;
}
.page-template-tp-how_it_works .intro-lg-section .orn-intro-single-guide-left:before {
background: #2a2a2a;
}
.page-template-tp-pricing .intro-lg-section .orn-intro-single-guide-left:before {
background: #2a2a2a;
}
.why-about-hold {
padding-left: 16%;
padding-right: 5%;
}
.wa-left {
padding-right: 5%;
}
.wa-right {
padding-left: 5%;
padding-top: 15px;
}
.why-about-section {
margin-bottom: 130px;
}
.wa-items {
margin-top: 30px;
}
.wa-items ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.wa-items ul li {
width: 156px;
text-align: center;
}
.wa-item-icon-hold {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 156px;
border-radius: 50%;
position: relative;
overflow: hidden;
background: #f2f2f2;
margin-bottom: 30px;
}
.wa-item-title {
font-size: 18px;
line-height: 1.67;
margin-left: -30px;
width: calc(100% + 60px);
}
.ia-image {
padding-bottom: 139.05%;
}
.ia-image:after {
content: "";
position: absolute;
width: 253px;
height: 270px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-ia.svg) no-repeat center center / 100% 100%;
left: -100px;
bottom: -155px;
}
.ia-left {
padding-right: 7.662%;
}
.ia-right {
padding-left: 10px;
}
.ia-acc:not(:last-child) {
margin-bottom: 44px;
}
.ia-acc ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 28px;
padding-bottom: 28px;
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
cursor: pointer;
transition: border-color 0.2s;
}
.ia-acc ul li:hover .ia-acc-title {
color: #2e56ff;
}
.ia-acc ul li.active .ia-acc-title {
color: #2e56ff;
}
.ia-acc ul li.active {
border-color: #2e56ff;
}
.ia-acc ul li:first-child {
padding-top: 0;
}
.ia-acc ul li:last-child {
border-bottom: none !important;
}
.ia-acc-title {
font-size: 29px;
line-height: 1.03;
letter-spacing: -0.05em;
color: #65677b;
width: 270px;
transition: 0.2s;
}
.ia-acc-text {
display: none;
width: calc(100% - 270px);
font-size: 18px;
line-height: 1.67;
letter-spacing: 0.01em;
position: relative;
padding-bottom: 20px;
padding-left: 20px;
}
.ia-acc-text a {
margin-top: 20px;
}
.industries-acc-section {
padding: 140px 0 150px;
background: #f7f7fb;
}
.industries-acc-section .title-72 {
margin-bottom: 80px;
}
.industries-acc-section {
margin-bottom: 30px;
}
.bg-dark {
background: #1e1e1e;
color: #fff;
}
.why-stats-section .title-49 {
margin-bottom: 65px;
}
.why-stats ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.why-stats ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
padding-bottom: 20px;
width: 420px;
min-width: 420px;
border-bottom: 1px solid rgba(255, 255, 255, 0.75);
margin-bottom: 60px;
}
.cd-stats-section .why-stats ul li {
border-bottom: 1px solid rgba(31, 31, 33, 0.75);
}
.why-stats-section {
padding-bottom: 75px;
}
.why-stats-left {
width: 53%;
font-weight: 500;
font-size: 39px;
line-height: 1;
letter-spacing: -0.05em;
margin-bottom: -10px;
}
.why-stats-left span {
display: inline-block;
font-size: 102px;
line-height: 1.05;
background: -webkit-linear-gradient(90deg, #112eff 1.26%, #08eeff 90.66%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
margin-right: 8px;
}
.why-stats-right {
width: 47%;
font-size: 24px;
line-height: 1.25;
letter-spacing: -0.05em;
padding-bottom: 12px;
}
.why-solution-section {
padding-top: 130px;
margin-bottom: 190px;
}
.bg-dark .section-label {
color: #fff;
opacity: 0.7;
}
.sticky-content-hold {
height: 100vh;
}
.sticky-content-item-height {
height: 100vh;
}
.sticky-content-item-end {
height: 50vh;
}
.sticky-content {
z-index: 4;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.sticky-content-items {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.sticky-content-item {
top: 0%;
width: 100%;
position: absolute;
left: 0;
right: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: 100vh;
pointer-events: none;
padding-top: 80px;
transition: 0.4s 0.2s;
}
.sticky-content-item.is-active {
pointer-events: all;
}
.sc-it-image {
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.sticky-content-item.is-active .sc-it-image {
opacity: 1;
visibility: visible;
transition: 0.4s 0.3s;
}
.sc-im-content h3 {
opacity: 0;
visibility: hidden;
transform: translateY(40px);
transition: transform 0s 0.3s, opacity 0.1s, visibility 0.1s;
}
.sc-im-content p {
opacity: 0;
visibility: hidden;
transform: translateY(40px);
transition: 0s;
}
.sticky-content-item.is-active .sc-im-content h3 {
opacity: 1;
visibility: visible;
transform: translateY(0);
transition: 0.3s 0.3s;
}
.sticky-content-item.is-active .sc-im-content p {
opacity: 1;
visibility: visible;
transform: translateY(0);
transition: 0.3s 0.45s;
}
.sc-im-content-button {
margin-top: 26px;
opacity: 0;
visibility: hidden;
transform: translateY(40px);
transition: 0s;
}
.sticky-content-item.is-active .sc-im-content-button {
opacity: 1;
visibility: visible;
transform: translateY(0);
transition: 0.3s 0.45s;
}
.sc-im-acc {
margin-top: 35px;
margin-bottom: 25px;
opacity: 0;
visibility: hidden;
transform: translateY(40px);
transition: 0s;
}
.sticky-content-item.is-active .sc-im-acc {
opacity: 1;
visibility: visible;
transform: translateY(0);
transition: 0.3s 0.45s;
}
.sc-im-tabs {
margin-top: 35px;
margin-bottom: 25px;
opacity: 0;
visibility: hidden;
transform: translateY(40px);
transition: 0s;
}
.sticky-content-item.is-active .sc-im-tabs {
opacity: 1;
visibility: visible;
transform: translateY(0);
transition: 0.3s 0.45s;
}
.sc-im-left {
padding-right: 8.63%;
}
.sc-im-right {
padding-left: 7.6%;
}
.sc-it-image {
padding-bottom: 93.57%;
}
.sc-it-image:before,
.sc-it-image:after {
content: "";
position: absolute;
width: 150px;
height: 149px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-sticky-img.svg) no-repeat center center / 100% 100%;
z-index:99
}
.sc-it-image:after {
top: -17px;
right: -19px;
}
.sc-it-image:before {
left: -19px;
bottom: -26px;
}
.sc-it-image img {
z-index: 5;
}
.sc-im-hold {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.sc-im-content h3 {
font-weight: 500;
font-size: 49px;
line-height: 1.06;
letter-spacing: -0.03em;
margin-bottom: 20px;
}
.sc-im-content p {
font-weight: 500;
font-size: 18px;
line-height: 1.67;
margin-bottom: 30px;
}
.sc-im-content p:last-child {
margin-bottom: 0;
}
.why-solution-section {
margin-bottom: 200px;
}
.sticky-fake-nav {
position: absolute;
top: 0;
left: 43px;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.sticky-fake-nav ul li {
position: relative;
}
.sticky-fake-nav ul li:before {
content: "";
position: absolute;
top: 10px;
left: 6px;
height: 20px;
width: 1px;
background-color: #adafc4;
}
.sticky-fake-nav ul li:last-child:before {
display: none;
}
.sticky-fake-nav ul li a {
display: inline-block;
position: relative;
z-index: 5;
width: 13px;
height: 13px;
background: #65677b;
border-radius: 50%;
transition: 0.2s;
}
.sticky-fake-nav ul li.is-active a {
background: #b8fd8e;
}
.features-about-section {
margin-bottom: 123px;
}
.features-sticky-section {
position: relative;
color: #fff;
}
.features-sticky-section:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
height: 100%;
right: 0;
width: 50%;
background: #1e1e1e;
}
.features-sticky-section .sticky-fake-nav ul li.is-active a {
background: #2e56ff;
}
.features-sticky-section .sc-it-image {
padding-bottom: 118.91%;
}
.sc-im-acc .accordion {
background: transparent;
}
.sc-im-acc .accordion-title {
border: none;
padding: 15px 30px 15px 0;
color: rgba(255, 255, 255, 0.5);
font-size: 18px;
line-height: 1.67;
transition: 0.2s;
}
.sc-im-acc .accordion-item {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
:last-child:not(.is-active) > .accordion-title {
border-bottom: none;
}
:last-child > .accordion-content:last-child {
border-bottom: none;
}
.sc-im-acc .accordion-title:focus,
.sc-im-acc .accordion-title:hover {
background-color: transparent;
color: #fff;
}
.sc-im-acc .accordion-item.is-active .accordion-title {
color: #fff;
}
.sc-im-acc .accordion-content {
padding: 0 0 20px;
border: none;
border-bottom: 0;
background-color: transparent;
color: #fff;
font-weight: 300;
font-size: 16px;
line-height: 1.5;
}
.accordion-content p {
margin-bottom: 24px;
}
.accordion-content p:last-child {
margin-bottom: 0;
}
.sc-im-acc .accordion-title:before {
content: "";
right: 2px;
top: 21px;
margin-top: 0;
border: solid #b8fd8e;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 5px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.sc-im-acc .is-active > .accordion-title:before {
content: "";
top: 26px;
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
}
.sc-im-tabs .tabs-content {
background: transparent;
border: none;
}
.sc-im-tabs .tabs-panel {
padding: 30px 0 0;
font-weight: 300;
font-size: 16px;
line-height: 1.5;
color: #fff;
}
.sc-im-tabs .tabs-panel p {
margin-bottom: 24px;
}
.sc-im-tabs .tabs-panel p:last-child {
margin-bottom: 0;
}
.sc-im-tabs .tabs {
background: transparent;
border: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sc-im-tabs .tabs-title {
width: 100%;
}
.sc-im-tabs .tabs-title > a:hover {
background: transparent;
color: #fff;
}
.sc-im-tabs .tabs-title > a:focus,
.sc-im-tabs .tabs-title > a[aria-selected="true"] {
background: transparent;
color: #fff;
}
.sc-im-tabs .tabs-title > a:focus:before,
.sc-im-tabs .tabs-title > a[aria-selected="true"]:before {
opacity: 1;
}
.sc-im-tabs .tabs-title > a {
display: block;
padding: 0 5px 15px;
line-height: 1.67;
font-size: 18px;
font-weight: 500;
color: rgba(255, 255, 255, 0.5);
text-align: center;
position: relative;
min-height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
transition: 0.2s;
}
.sc-im-tabs .tabs-title > a:before {
content: "";
position: absolute;
bottom: -1px;
left: 0;
right: 0;
width: 100%;
height: 2px;
background-color: #b8fd8e;
opacity: 0;
transition: 0.2s;
}
.testimonial-section {
padding: 115px 0;
color: #fff;
}
.ts-text {
position: relative;
margin-bottom: 50px;
}
.ts-text:before {
content: "“";
position: absolute;
top: 0;
left: -50px;
}
.ts-info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.ts-info-left {
font-weight: 500;
font-size: 18px;
line-height: 1.67;
padding-right: 30px;
}
.ts-logo img {
max-height: 100px;
max-width: 80%;
}
.uca-section {
background: #f7f7fb;
padding: 130px 0 70px;
position: relative;
}
.uca-section .title-72 {
margin-bottom: 70px;
}
.orn-uca-1 {
position: absolute;
top: -130px;
right: 0;
}
.orn-uca-2 {
position: absolute;
bottom: -110px;
right: -10px;
}
.uca-list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.uca-list ul li {
width: 30%;
min-width: 30%;
margin-right: 5%;
margin-bottom: 70px;
min-height: 77px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 87px;
position: relative;
font-weight: 500;
font-size: 24px;
line-height: 1.16;
}
.uca-list ul li:nth-child(3n) {
margin-right: 0;
}
.uca-list ul li img {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
max-height: 77px;
max-width: 77px;
}
.uca-list ul li a {
color: #1f1f21;
}
.uca-list.uca-list-with-link ul li {
padding-left: 0;
}
.uca-list.uca-list-with-link ul li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 87px;
position: relative;
padding-right: 30px;
}
.uca-list.uca-list-with-link ul li a:before {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-blue.svg) no-repeat center center;
right: 0;
bottom: 8px;
opacity: 1;
transform: translate(0, 0);
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.uca-list.uca-list-with-link ul li a:after {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-blue.svg) no-repeat center center;
right: 0;
bottom: 8px;
opacity: 0;
transform: translate(-15px, 15px);
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.uca-list.uca-list-with-link ul li a:hover:before {
transform: translate(15px, -15px);
opacity: 0;
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.uca-list.uca-list-with-link ul li a:hover:after {
transform: translate(0, 0);
opacity: 1;
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.intro-lg-image-section {
position: relative;
padding: 160px 0 64px;
background: #1e1e1e;
color: #fff;
}
.intro-lgi-button {
margin-top: 35px;
}
.intro-lgi-image {
padding-bottom: 93.57%;
}
.intro-lgi-image img {
z-index: 10;
border-top-left-radius: 35px;
border-bottom-right-radius: 35px;
}
.intro-lgi-image:before {
content: "";
position: absolute;
width: 245px;
height: 389px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-intro-id.svg) no-repeat center center / 100% 100%;
top: -32px;
left: calc(100% - 140px);
}
.intro-lgi-right {
padding-left: 8.63%;
}
.intro-lgi-left {
padding-top: 15px;
}
.orn-intro-id {
position: absolute;
top: calc(100% - 100px);
left: 0;
}
.intro-lgi-hold {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.intro-detail-use-case .intro-lgi-image:before {
width: 266px;
height: 397px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-intro-use-case.svg) no-repeat center center / 100% 100%;
top: auto;
bottom: -64px;
left: calc(100% - 155px);
}
.orn-uca-3 {
position: absolute;
top: -120px;
right: 0;
}
.features-benefits-section .sc-it-image {
opacity: 1;
visibility: visible;
}
.features-benefits-section .sc-im-content h3,
.features-benefits-section .sc-im-content p {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.features-benefits-section .title-72 {
margin-bottom: 90px;
}
.features-benefits-list .sc-im-hold {
margin-bottom: 130px;
}
.features-benefits-list .sc-im-hold:last-child {
margin-bottom: 0;
}
.features-benefits-list .sc-im-hold:nth-child(2n) .sc-im-left {
order: 2;
padding-right: 0%;
padding-left: 8.63%;
}
.features-benefits-list .sc-im-hold:nth-child(2n + 1) .sc-it-image:after {
display: none;
}
.features-benefits-list .sc-im-hold:nth-child(2n + 1) .sc-it-image:before {
width: 149px;
height: 148px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-corner-outside.svg) no-repeat center center / 100% 100%;
bottom: -18px;
}
.features-benefits-list .sc-im-hold:nth-child(2n) .sc-im-right {
padding-right: 7.6%;
padding-left: 0;
}
.why-solution-section.features-benefits-section {
padding-bottom: 190px;
margin-bottom: 0;
position: relative;
}
.orn-benefits-section {
position: absolute;
top: -326px;
right: 0;
}
.orn-benefits-section img {
position: relative;
z-index: 5;
}
.orn-benefits-section:before {
content: "";
position: absolute;
right: 0;
width: 62px;
bottom: 0;
height: 210px;
background-color: #1e1e1e;
}
.features-about-section.features-detail-about-section {
padding-top: 125px;
}
.features-about-section.features-detail-about-section .why-about-hold {
padding-left: 0;
padding-right: 0;
margin-bottom: 100px;
}
.features-about-section.features-detail-about-section .why-about-hold .title-72 {
margin-bottom: 0;
}
.about-icons-list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.about-icons-list ul li {
width: 26%;
min-width: 26%;
margin-right: 11%;
}
.about-icons-list ul li:nth-child(3n),
.about-icons-list ul li:last-child {
margin-right: 0%;
}
.ail-icon-hold {
margin-bottom: 37px;
}
.ail-icon {
width: 151px;
height: 142px;
background: #f7f7fb;
border-radius: 10px 0 19px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.ail-icon img {
max-height: 75px;
max-width: 75px;
}
.ail-title {
font-weight: 700;
font-size: 24px;
line-height: 1.25;
letter-spacing: -0.02em;
margin-bottom: 20px;
}
.ail-text {
font-size: 18px;
line-height: 1.67;
letter-spacing: 0.01em;
}
.intro-lg-fd .intro-lgi-image:before {
width: 248px;
height: 247px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-intro-fd.svg) no-repeat center center / 100% 100%;
top: -13px;
left: calc(100% - 130px);
}
.intro-csd .intro-lgi-image:before {
width: 248px;
height: 247px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-intro-fd.svg) no-repeat center center / 100% 100%;
top: -13px;
left: calc(100% - 130px);
}
.features-about-section.features-detail-about-section {
position: relative;
}
.orn-fd-about {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
}
.orn-fd-about:before,
.orn-fd-about:after {
content: "";
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 2px;
background-color: #fff;
}
.orn-fd-about:before {
top: -1px;
}
.orn-fd-about:after {
bottom: -1px;
}
.text-center .max-width-800 {
margin-left: auto;
margin-right: auto;
}
.hiw-about-section .why-about-hold {
padding-left: 8%;
padding-right: 1%;
}
.hiw-about-section .wa-left {
padding-right: 4%;
}
.wa-items.wa-items-2 {
background-color: #f7f7fb;
padding: 100px 6%;
margin-top: 50px;
}
.wa-items.wa-items-2 .wa-item-icon-hold {
margin-bottom: 0;
background: #fff;
}
.why-about-section.hiw-about-section {
margin-bottom: 113px;
}
.security-image {
padding-bottom: 129.6%;
}
.security-hold {
padding: 105px 10% 110px 8%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
color: #fff;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
}
.security-hold .section-label {
color: #fff;
}
.security-hold .title-72 {
margin-bottom: 35px;
}
.security-hold .text-18 {
font-weight: 400;
}
.security-link {
margin-top: 50px;
}
.security-left {
padding-right: 8.105%;
}
.security-right {
padding-left: 18px;
}
.security-section {
position: relative;
}
.security-section:before {
content: "";
position: absolute;
left: 0;
right: 0;
width: 100%;
background: #f7f7fb;
bottom: -1px;
height: 50%;
}
.sticky-oposite .sc-im-left {
order: 2;
padding-left: 8.63%;
padding-right: 0;
}
.sticky-oposite .sc-im-right {
padding-left: 0;
padding-right: 7.6%;
}
.why-solution-section.hiw-tech-section {
margin-bottom: 62px;
}
.why-solution-section.hiw-tech-section .sticky-content-hold-mob {
padding-bottom: 120px;
}
.intro-lg-hiw-section.intro-lg-section:before {
display: none;
content: "";
position: absolute;
top: 0;
bottom: 0;
height: 100%;
left: 0;
width: 100px;
background: -moz-linear-gradient(left, rgba(14, 10, 33, 1) 0%, rgba(14, 10, 33, 0) 100%);
background: -webkit-linear-gradient(left, rgba(14, 10, 33, 1) 0%, rgba(14, 10, 33, 0) 100%);
background: linear-gradient(to right, rgba(14, 10, 33, 1) 0%, rgba(14, 10, 33, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0a21',endColorstr='#000e0a21',GradientType=1);
z-index: 2;
}
.integrations-section {
margin-bottom: 70px;
}
.vs-item {
background: #f7f7fb;
padding-bottom: 100%;
position: relative;
border-radius: 10px 0 19px 0;
transform: rotate(-90deg);
}
.vs-item img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 75%;
max-height: 65%;
}
.integrations-hold {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.integrations-hold .title-72 {
margin-bottom: 35px;
}
.integrations-left {
padding-right: 9%;
}
.integrations-link {
margin-top: 54px;
}
.text-18.fw400 {
font-weight: 400;
}
.vertical-carousel.owl-carousel {
transform: rotate(90deg);
width: 610px;
transform-origin: left bottom;
margin-top: -196px;
}
.integrations-carousel-grid {
min-height: 630px;
}
.integrations-right {
position: relative;
overflow: hidden;
}
.integrations-right:before,
.integrations-right:after {
content: "";
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 160px;
pointer-events: none;
z-index: 50;
}
.integrations-right:before {
top: -1px;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=0);
}
.integrations-right:after {
bottom: -1px;
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 79%, rgba(255, 255, 255, 1) 99%);
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 79%, rgba(255, 255, 255, 1) 99%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 79%, rgba(255, 255, 255, 1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
}
.competitors-grid-section {
margin-bottom: 120px;
}
.competitors-grid-section .title-72 {
margin-bottom: 75px;
}
.competitors-list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.competitors-list ul li {
width: calc(33.333% - 14px);
min-width: calc(33.333% - 14px);
margin-right: 21px;
margin-bottom: 21px;
}
.competitors-list ul li:nth-child(3n) {
margin-right: 0;
}
.competitors-list ul li a {
display: block;
background: #f7f7fb;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
min-height: 100%;
text-align: center;
padding: 75px 14% 50px;
}
.competitor-logo {
margin-bottom: 60px;
}
.competitor-logo img {
max-height: 60px;
}
.competitor-title {
font-weight: 500;
font-size: 24px;
line-height: 1.16;
color: #000;
transition: 0.2s;
}
.competitors-list ul li a:hover .competitor-title {
color: #112eff;
}
.wbc-section {
background: #171717;
color: #fff;
padding: 120px 0 60px;
margin-bottom: 80px;
}
.wbc-section .section-label {
color: #fff;
opacity: 0.7;
}
.wbc-section .title-72 {
margin-bottom: 65px;
}
.wbc-list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.wbc-list ul li {
width: 27%;
min-width: 27%;
margin-right: 9.5%;
margin-bottom: 60px;
}
.wbc-list ul li:nth-child(3n) {
margin-right: 0%;
}
.wbc-icon {
height: 56px;
margin-bottom: 24px;
}
.wbc-icon img {
max-height: 100%;
}
.wbc-title {
font-weight: 500;
font-size: 24px;
line-height: 1.16;
margin-bottom: 15px;
}
.wbc-text {
font-weight: 400;
font-size: 18px;
line-height: 1.67;
letter-spacing: -0.05em;
}
.trusted-simple-list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.trusted-simple-list ul li {
width: 20%;
min-width: 20%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.trusted-simple-list ul li img {
max-width: 72%;
max-height: 50px;
}
.trusted-simple-section {
margin-bottom: 100px;
}
.trusted-simple-section .section-label {
margin-bottom: 47px;
}
.orn-intro-simplest-left-bottom {
position: absolute;
left: 0;
bottom: 0;
}
.intro-cd {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.intro-cd-left {
padding-right: 5%;
}
.intro-cd-right {
padding-left: 5%;
}
.intro-cd-logos ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.intro-cd-logos ul li {
margin-right: 86px;
position: relative;
}
.intro-cd-logos ul li:last-child {
margin-right: 0;
}
.intro-cd-logos ul li:first-child:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
height: 100%;
width: 1px;
background: #65677b;
left: calc(100% + 42px);
}
.intro-cd-logos ul li:last-child:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
height: 100%;
width: 1px;
background: #65677b;
left: -44px;
}
.intro-cd-logos ul li img {
max-width: 210px;
}
.intro-simplest.intro-simplest-cd {
padding-bottom: 70px;
margin-bottom: 128px;
}
.cd-stats-section .why-stats {
margin-top: 74px;
}
.diff-section {
background: #f7f7fb;
padding: 105px 0 130px;
}
.diff-right {
padding-left: 9%;
}
.diff-link {
margin-top: 25px;
}
.diff-hold {
margin-bottom: 100px;
}
.diff-table table thead {
background: transparent;
color: #1f1f21;
}
.diff-table table thead tr th img {
max-width: 164px;
max-height: 55px;
}
.diff-table table tbody,
.diff-table table tfoot,
.diff-table table thead {
border: none;
}
.diff-table table tbody {
background: #f2f3fb;
}
.diff-table table thead th {
text-align: center;
padding: 0 20px 40px;
}
.diff-table table tbody tr:nth-child(even) {
background-color: #fff;
}
.diff-table table tbody td {
font-size: 18px;
line-height: 1.67;
letter-spacing: 0.01em;
padding: 5px 20px;
text-align: center;
}
.diff-table table tbody td:first-child {
text-align: left;
}
.diff-check {
display: block;
margin: 0 auto;
width: 22px;
height: 16px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/checkmark-blue.svg) no-repeat center center / 100% 100%;
}
.diff-check-half {
display: block;
margin: 0 auto;
width: 22px;
height: 16px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/checkmark-grey.svg) no-repeat center center / 100% 100%;
}
.diff-x {
display: block;
margin: 0 auto;
width: 18px;
height: 18px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/check-x.svg) no-repeat center center / 100% 100%;
}
.mb75 {
margin-bottom: 75px;
}
.text-form-section {
padding: 65px 0 150px;
position: relative;
}
.tf-right {
padding-left: 6.694%;
}
.tf-right .single-form-hold:before {
top: -30px;
right: -30px;
width: 186px;
height: 186px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-corner-in-top-right.svg) no-repeat center center / 100% 100%;
}
.orn-tf {
position: absolute;
bottom: 0;
left: 0;
}
.intro-ppc-demo-right {
padding-left: 7.5%;
}
.intro-simplest.intro-ppc-demo {
padding: 183px 0 166px;
margin-bottom: 110px;
z-index: 12;
}
.intro-ppc-demo-form-hold {
position: relative;
min-height: 1px;
}
.intro-ppc-demo-form-hold .single-form-hold {
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
padding: 65px 12%;
}
.intro-ppc-demo-form-hold .single-form-hold {
color: #171717;
}
header.header-v2 {
padding: 86px 0 36px;
}
header.header-v2 .nav {
display: none;
}
header.header-v2 .header-cta {
display: none;
}
header.header-v2 .nav-trigger {
display: none;
}
header.header-v2.scrolled {
padding: 28px 0;
}
.trusted-sm-section .single-trust-list {
margin-top: 0;
}
.trusted-sm-hold {
padding-right: 8%;
}
.cta-band-section {
margin-bottom: 92px;
}
.cta-band {
padding: 88px 9% 57px;
color: #fff;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
}
.cta-band .section-label {
color: #fff;
}
.cta-band .title-72 {
margin-bottom: 35px;
}
.oposite .features-benefits-list .sc-im-hold:nth-child(2n) .sc-im-left {
order: 0;
padding-right: 8.63%;
padding-left: 0%;
}
.oposite .features-benefits-list .sc-im-hold:nth-child(2n) .sc-im-right {
padding-right: 0%;
padding-left: 7.6%;
}
.oposite .features-benefits-list .sc-im-hold:nth-child(2n + 1) .sc-im-left {
order: 2;
padding-right: 0%;
padding-left: 8.63%;
}
.oposite .features-benefits-list .sc-im-hold:nth-child(2n + 1) .sc-im-right {
padding-right: 7.6%;
padding-left: 0%;
}
.sc-im-right .section-label {
margin-bottom: 16px;
}
.intro-ppc-demo-form-hold .single-form-hold:before {
top: -30px;
right: -30px;
width: 186px;
height: 186px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-corner-in-top-right.svg) no-repeat center center / 100% 100%;
}
.stats-hold-left .title-72 {
margin-bottom: 40px;
}
.stats-hold-left {
padding-right: 8%;
}
.trusted-simple-section.has-light-bg {
background: #f7f7fb;
margin: 0;
padding: 80px 0 100px;
}
.rad-content-section {
margin-bottom: 70px;
}
.intro-ppc-demo-left {
padding-top: 34px;
}
.intro-rad-form-hold .single-form-hold:before {
top: -30px;
right: -30px;
width: 186px;
height: 186px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-corner-in-top-right.svg) no-repeat center center / 100% 100%;
}
.intro-rad-right {
padding-left: 7.5%;
padding-top: 75px;
}
.intro-rad-form-hold {
position: relative;
min-height: 1px;
}
.intro-rad-form-hold .single-form-hold {
color: #171717;
position: absolute;
left: 0;
right: 0;
top: 0;
width: 100%;
padding: 65px 12%;
}
.rad-content {
padding-right: 1%;
}
.intro-simplest.intro-request-demo {
padding-bottom: 100px;
z-index: 100;
}
.intro-simplest.intro-request-demo .title-72:last-child {
padding-bottom: 0;
}
.orn-intro-rad {
position: absolute;
left: 0;
bottom: -110px;
}
.footer-simplified .footer-nav-hold {
display: none;
}
.footer-simplified .newsletter-hold {
display: none;
}
.footer-simplified .footer-top .row + .row {
margin-top: -33px;
}
.footer-simplified .footer-top {
padding: 77px 0 72px;
}
.footer-simplified .footer-left {
opacity: 0;
visibility: hidden;
}
.footer-simplified .footer-top {
display: none;
}
.ty-intro-section {
min-height: calc(100vh - 43px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.orn-intro-contact {
position: absolute;
left: 0;
bottom: 0;
}
.contact-content-section {
margin-bottom: 110px;
}
.contact-form-hold .single-form-hold:before {
top: -30px;
right: -30px;
width: 186px;
height: 186px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-corner-in-top-right.svg) no-repeat center center / 100% 100%;
}
.intro-simplest.intro-contact {
margin-bottom: 92px;
}
.contact-form-hold {
padding-left: 7.5%;
}
.contact-form-hold .single-form-hold {
margin-top: -300px;
}
.video-section.career-video-section {
padding: 120px 0;
}
.intro-lg-section.intro-lg-career {
margin-bottom: 0;
}
.content-list-section {
padding: 120px 0 30px;
background: #f7f7fb;
margin-bottom: 120px;
}
.cl-left {
padding-right: 8%;
}
.cl-list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.cl-list ul li {
width: 46%;
min-width: 46%;
margin-bottom: 85px;
margin-right: 8%;
}
.cl-list ul li:nth-child(2n) {
margin-right: 0%;
}
.cl-item-icon {
height: 75px;
margin-bottom: 24px;
}
.cl-item-icon img {
max-height: 100%;
}
.cl-item-title {
font-weight: 500;
font-size: 24px;
line-height: 1.16;
margin-bottom: 15px;
}
.cl-item-text {
font-size: 18px;
line-height: 1.67;
letter-spacing: -0.05em;
}
.cl-right {
padding-top: 30px;
}
.blue-block-section {
margin-bottom: 120px;
}
.blue-block {
color: #fff;
padding: 104px 6.5% 94px;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
}
.blue-block .section-label {
color: #fff;
margin-bottom: 15px;
}
.blue-block .title-72 {
margin-bottom: 0;
}
.bb-link {
margin-top: 40px;
}
.bb-left {
padding-right: 20px;
}
.bb-right {
padding-left: 10%;
}
.wj-top {
margin-bottom: 110px;
padding-left: 3%;
}
.wj-top .title-72 {
margin-bottom: 0;
}
.wj-right {
padding-left: 3%;
}
.wj-left {
padding-right: 5%;
}
.wj-left .title-49 {
margin-bottom: 21px;
}
.why-join-section {
margin-bottom: 125px;
}
.blue-band-section {
color: #fff;
padding: 120px 0;
}
.blue-band-section .section-label {
color: #fff;
}
.blue-band-section .title-72 {
margin-bottom: 0;
}
.bbb-left {
padding-right: 20px;
}
.bbb-right {
padding-left: 8%;
}
.employee-testimonials-section {
background: #f7f7fb;
padding: 113px 0 155px;
}
.et-left .title-72 {
margin-bottom: 60px;
}
.et-carousel-item {
width: 456px;
background: #1f1f21;
color: #fff;
padding: 90px 70px;
border-top-left-radius: 25px;
border-bottom-right-radius: 25px;
position: relative;
height: 100%;
transition: background 0.2s;
}
.owl-item.active + .owl-item.active .et-carousel-item {
opacity: 0.5;
}
.et-carousel .owl-dots {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: absolute;
left: 0;
right: 0;
bottom: -37px;
width: calc(100% - (100vw - 1240px) / 2);
}
.et-carousel .owl-dots.disabled {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.et-carousel.owl-carousel button.owl-dot {
width: 100%;
background: #d1d1d1;
height: 7px;
}
.et-carousel.owl-carousel button.owl-dot.active {
background: rgb(199, 251, 155);
background: -moz-linear-gradient(left, rgba(199, 251, 155, 1) 0%, rgba(109, 234, 252, 1) 50%, rgba(56, 85, 246, 1) 100%);
background: -webkit-linear-gradient(left, rgba(199, 251, 155, 1) 0%, rgba(109, 234, 252, 1) 50%, rgba(56, 85, 246, 1) 100%);
background: linear-gradient(to right, rgba(199, 251, 155, 1) 0%, rgba(109, 234, 252, 1) 50%, rgba(56, 85, 246, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7fb9b',endColorstr='#3855f6',GradientType=1);
}
.et-left {
padding-right: 5%;
}
.et-carousel-item-text {
font-weight: 500;
font-size: 24px;
line-height: 1.33;
margin-bottom: 30px;
}
.et-carousel-item-author {
font-weight: 700;
font-size: 18px;
line-height: 1.33;
}
.et-carousel-item-author span {
display: block;
font-weight: 500;
}
.et-carousel .owl-stage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.et-carousel-hold {
width: calc(100% + (100vw - 1240px) / 2);
}
.logo-intro {
margin-bottom: 20px;
}
.logo-intro img {
max-height: 103px;
}
.intro-csd .intro-lg-label {
margin-bottom: 12px;
}
.intro-csd-hold {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.intro-lg-image-section.intro-csd {
margin-bottom: 132px;
}
.csd-stats-section .stats-hold-left .title-72 {
margin-bottom: 20px;
}
.csd-stats-section .why-stats-left {
color: #5d6282;
}
.csd-stats-section .why-stats-right {
color: #5d6282;
}
.csd-stats-section .why-stats ul li {
border-bottom: 1px solid rgba(93, 98, 130, 0.75);
}
.text-page-intro {
padding: 210px 0 0;
margin-bottom: 85px;
position: relative;
}
.text-page-intro .title-72 {
margin-bottom: 5px;
}
.orn-intro-text {
position: absolute;
top: 113px;
right: 0;
}
.text-page-section {
margin-bottom: 120px;
}
.intro-simplest.intro-wd {
padding-top: 177px;
padding-bottom: 70px;
}
.intro-wd .intro-lg-label {
margin-bottom: 29px;
}
.intro-wd .title-72 {
margin-bottom: 15px;
}
.orn-intro-wd {
position: absolute;
bottom: 0;
right: 0;
}
.wd-featured-section .archive-featured {
padding-left: 0;
}
.wd-featured-section .af-left {
width: 51%;
padding-right: 5px;
}
.wd-featured-section .af-right {
width: 49%;
padding-left: 10%;
padding-top: 30px;
padding-bottom: 30px;
}
.af-image:before {
content: "";
position: absolute;
width: 150px;
height: 149px;
left: -20px;
bottom: -19px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-sticky-img.svg) no-repeat center center / 100% 100%;
}
.orn-intro-about {
position: absolute;
bottom: 0;
right: 0;
}
.intro-about .intro-lgi-image:before {
display: none;
}
.intro-about .intro-lgi-left {
padding-right: 6%;
}
.ic-left {
padding-right: 8.63%;
}
.ic-image {
padding-bottom: 94.15%;
}
.ic-image img {
z-index: 5;
}
.ic-image:before {
content: "";
position: absolute;
width: 149px;
height: 148px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-corner-outside.svg) no-repeat center center / 100% 100%;
bottom: -18px;
left: -20px;
z-index: 99;
}
.intro-lg-image-section.intro-about {
margin-bottom: 110px;
}
.image-content-section {
margin-bottom: 136px;
}
.ic-hold {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.why-stats-section.about-stats-section {
padding-top: 120px;
}
.about-stats-section .title-72 {
margin-bottom: 60px;
}
.why-stats-section.about-stats-section .title-49 {
margin-bottom: 30px;
}
.about-stats-left {
padding-right: 40px;
}
.about-stats-section .why-stats ul li {
margin-bottom: 50px;
}
.history-carousel-item {
width: 372px;
padding: 36px 49px 40px;
background: #fff;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
position: relative;
}
.history-carousel-item:before {
content: "";
position: absolute;
left: 0;
bottom: -65px;
height: 1px;
width: calc(100% + 163px);
background: #adafc4;
}
.history-carousel-item:after {
content: "";
position: absolute;
left: -16px;
width: 33px;
height: 33px;
bottom: -80px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/circle-grad.svg) no-repeat center center / 100% 100%;
}
.history-section .title-72 {
margin-bottom: 80px;
}
.hci-date {
font-size: 18px;
line-height: 1.67;
letter-spacing: -0.02em;
margin-bottom: 11px;
}
.hci-title {
font-weight: 500;
font-size: 24px;
line-height: 1.16;
margin-bottom: 14px;
}
.hci-title:last-child {
margin-bottom: 0;
}
.hci-text {
font-weight: 500;
font-size: 18px;
line-height: 1.67;
}
.history-carousel.owl-carousel .owl-stage-outer {
overflow: visible;
}
.history-carousel.owl-carousel .owl-stage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.history-section {
margin-bottom: 160px;
}
.history-carousel-hold {
padding-bottom: 250px;
}
.history-carousel.owl-carousel .owl-nav button.owl-next,
.history-carousel.owl-carousel .owl-nav button.owl-prev {
position: absolute;
width: 105px;
height: 105px;
bottom: -250px;
}
.history-carousel.owl-carousel .owl-nav button.owl-next span,
.history-carousel.owl-carousel .owl-nav button.owl-prev span {
display: none;
}
.history-carousel.owl-carousel .owl-nav button.owl-prev {
background: #fff url(https://treebyte.com/wp-content/themes/treebyte/assets/images/slide-prev.svg) no-repeat center center;
left: 0;
}
.history-carousel.owl-carousel .owl-nav button.owl-next {
background: #fff url(https://treebyte.com/wp-content/themes/treebyte/assets/images/slide-next.svg) no-repeat center center;
left: 118px;
}
.history-carousel .owl-dots {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
left: 295px;
right: 0;
bottom: -200px;
}
.history-carousel .owl-dots.disabled {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.history-carousel.owl-carousel button.owl-dot {
width: 100%;
background: #d1d1d1;
height: 7px;
}
.history-carousel.owl-carousel button.owl-dot.active {
background: rgb(199, 251, 155);
background: -moz-linear-gradient(left, rgba(199, 251, 155, 1) 0%, rgba(109, 234, 252, 1) 50%, rgba(56, 85, 246, 1) 100%);
background: -webkit-linear-gradient(left, rgba(199, 251, 155, 1) 0%, rgba(109, 234, 252, 1) 50%, rgba(56, 85, 246, 1) 100%);
background: linear-gradient(to right, rgba(199, 251, 155, 1) 0%, rgba(109, 234, 252, 1) 50%, rgba(56, 85, 246, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7fb9b',endColorstr='#3855f6',GradientType=1);
}
.leadership-grid ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content:center;
}
.leadership-grid ul li {
width: 20.162%;
min-width: 20.162%;
margin-right: 6.45%;
margin-bottom: 55px;
}
.leadership-grid ul li:nth-child(4n) {
margin-right: 0%;
}
.leadership-image {
padding-bottom: 100%;
margin-bottom: 30px;
}
.leadership-image img {
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
}
.leadership-name {
font-weight: 500;
font-size: 24px;
line-height: 1.16;
margin-bottom: 14px;
}
.leadership-name span {
display: block;
padding-top: 2px;
font-weight: 400;
font-size: 18px;
line-height: 1.2;
letter-spacing: -0.05em;
}
.link-plus,
.link-plus:focus,
.link-plus:active {
display: inline-block;
font-weight: 700;
font-size: 18px;
line-height: 1.33;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #2e56ff;
padding-right: 28px;
position: relative;
}
.link-plus:after {
content: "";
position: absolute;
top: 3px;
transform: rotate(0deg);
right: 0;
width: 14px;
height: 13px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/link-plus.svg) no-repeat center center / 100% 100%;
transition: 0.2s;
}
.link-plus:hover {
color: #2e56ff;
}
.link-plus:hover:after {
transform: rotate(90deg);
}
.leadership-section {
position: relative;
}
.leadership-section .title-72 {
margin-bottom: 108px;
}
.orn-company {
position: absolute;
top: -115px;
left: 0;
}
.bg-light.bg-light-about {
padding-top: 125px;
padding-bottom: 65px;
margin-bottom: 100px;
}
.itp-hold {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.itp-left {
padding-right: 8%;
}
.itp-right .fr-list ul li {
margin-bottom: 20px;
}
.itp-right .fr-list ul li:last-child,
.itp-right .fr-list ul li:nth-last-child(2) {
margin-bottom: 0;
}
.itp-right .fr-list ul li a {
min-height: 250px;
}
.itp-right .fr-list ul li:nth-child(1) a,
.itp-right .fr-list ul li:nth-child(4) a {
background: #232323;
}
.fr-list-title span {
display: block;
font-weight: 400;
font-size: 18px;
line-height: 1.67;
letter-spacing: -0.02em;
padding-bottom: 11px;
min-height: 41px;
}
.itp-right {
padding-left: 10px;
}
.in-the-press-section {
margin-bottom: 110px;
}
.cf-hold {
padding-left: 9%;
}
.cf-left {
padding-right: 5%;
}
.cf-right {
padding-left: 2.5%;
}
.cf-left .entry {
border-bottom: 1px solid #000;
margin-bottom: 65px;
padding-bottom: 60px;
}
.cf-left .entry:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.content-form-section {
margin-bottom: 130px;
}
.cf-right .single-form-hold .title-49 {
margin-bottom: 26px;
}
.orn-pricing-form {
position: absolute !important;
right: -33px;
bottom: -34px;
z-index: -1 !important;
}
.content-image-black-section {
margin-bottom: 80px;
padding: 137px 0 128px;
background: #171717;
color: #fff;
}
.cib-image {
padding-bottom: 94.54%;
}
.cib-left {
padding-right: 8%;
}
.cib-hold {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.content-image-black-section .section-label {
color: #fff;
opacity: 0.7;
}
.cib-image img {
z-index: 5;
}
.cib-image:before {
content: "";
position: absolute;
top: -19px;
right: -19px;
width: 149px;
height: 148px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-corner-pricing.svg) no-repeat center center / 100% 100%;
}
.cib-image:after {
content: "";
position: absolute;
bottom: -23px;
left: -19px;
width: 149px;
height: 148px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-corner-pricing.svg) no-repeat center center / 100% 100%;
}
.cn-hold {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.calc-note-section {
padding: 80px 0 95px;
background: #f7f7fb;
margin-bottom: 90px;
}
.cn-left {
padding-right: 7.688%;
}
.cn-left img {
border-radius: 10px;
}
.cn-right {
padding-left: 3%;
}
.cn-link {
margin-top: 30px;
}
.orn-intro-integrations {
position: absolute;
right: 0;
bottom: 0;
}
.intro-simplest.intro-integrations {
margin-bottom: 120px;
}
.intro-simplest.intro-integrations .orn-intro-simplests-sm {
bottom: -95px;
}
.inline-filter-list {
margin-bottom: 25px;
}
.inline-filter-list ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.inline-filter-list ul li {
margin-right: 10px;
margin-bottom: 6px;
}
.inline-filter-list ul li:last-child {
margin-right: 0;
}
.inline-filter-list ul li input {
display: none;
}
.inline-filter-list ul li label {
font-size: 18px;
line-height: 1.56;
text-align: center;
color: rgba(0, 0, 0, 0.5);
background: #f7f7fb;
padding: 5px 24px 3px;
border-radius: 20px;
margin: 0;
transition: 0.2s;
}
.inline-filter-list ul li input:checked + label {
color: #2e56ff;
}
.grid-of-three.integrations-list > ul > li a {
padding-top: 40px;
padding-bottom: 48px;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
text-align: center;
}
.integration-item-logo {
height: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 20px;
}
.integration-item-logo img {
max-height: 100%;
}
.testimonial-section-v2 {
padding: 110px 0;
color: #fff;
}
.testimonial-section-v2-hold {
padding-left: 80px;
position: relative;
}
.testimonial-section-v2-hold:before {
content: "“";
position: absolute;
top: 4px;
left: 0;
font-size: 72px;
line-height: 1;
letter-spacing: -0.03em;
}
.text-29 {
font-weight: 500;
font-size: 29px;
line-height: 1.17;
letter-spacing: -0.03em;
}
.testimonial-section-v2-hold .text-29 {
margin-bottom: 80px;
}
.testimonial-section-v2-hold .ts-logo {
padding-right: 20px;
}
.testimonial-section-v2-hold .ts-right {
padding-left: 0;
}
.reveal-overlay {
background: rgba(31, 31, 33, 0.96);
}
.reveal.reveal-bio {
border: none;
outline: none;
width: calc(100% - 40px);
max-width: 1230px;
background-color: #fff;
padding: 86px 6.6%;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
}
.reveal-bio-hold {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.reveal-bio-left {
width: 250px;
}
.reveal-bio-image {
background: #d9d9d9;
padding-bottom: 100%;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
}
.reveal-bio-image img {
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
}
.reveal-bio-right {
width: calc(100% - 250px);
padding-left: 65px;
}
.reveal-bio-right .entry p {
font-weight: 500;
}
.close-button {
right: 25px;
top: 25px;
width: 66px;
height: 67px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/icon-close.svg) no-repeat center center / 100% 100%;
transition: 0.2s;
}
.close-button:hover {
opacity: 0.7;
}
.item-text {
font-weight: 400;
font-size: 18px;
line-height: 1.67;
letter-spacing: 0.01em;
color: #1f1f21;
margin-top: 16px;
max-height: 90px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.blog-filtering {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.search-right {
width: 280px;
}
.blog-filtering .filter-box-list-option-1 {
width: calc(100% - 280px);
padding-right: 40px;
}
.blog-filtering.inline-filter-list ul li label {
padding-left: 15px;
padding-right: 15px;
}
.search-right.filter-input {
margin-bottom: 6px;
}
.orn-intro-blog {
position: absolute;
left: 0;
bottom: -129px;
}
.orn-intro-blog img {
position: relative;
z-index: 5;
}
.orn-intro-blog:before {
content: "";
position: absolute;
top: 63px;
left: 0;
height: 75px;
width: 64px;
background: #1e1e1e;
background: #030416;
background: #2a2a2a;
}
.intro-blog:before {
display: none;
content: "";
position: absolute;
top: 0;
bottom: 0;
height: 100%;
left: 0;
width: 100px;
background: -moz-linear-gradient(left, rgba(3, 4, 22, 1) 0%, rgba(3, 4, 22, 1) 27%, rgba(3, 4, 22, 1) 30%, rgba(3, 4, 22, 0) 100%);
background: -webkit-linear-gradient(left, rgba(3, 4, 22, 1) 0%, rgba(3, 4, 22, 1) 27%, rgba(3, 4, 22, 1) 30%, rgba(3, 4, 22, 0) 100%);
background: linear-gradient(to right, rgba(3, 4, 22, 1) 0%, rgba(3, 4, 22, 1) 27%, rgba(3, 4, 22, 1) 30%, rgba(3, 4, 22, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#030416',endColorstr='#00030416',GradientType=1);
z-index: 2;
}
.af-headline.af-blog-headline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.archive-featured-blog-section .af-image:before {
width: 149px;
height: 148px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-corner-outside.svg) no-repeat center center / 100% 100%;
}
.in-the-press-section .fr-list-title div {
max-height: 115px;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.reg-form-hold .input [type="color"],
.reg-form-hold .input [type="date"],
.reg-form-hold .input [type="datetime-local"],
.reg-form-hold .input [type="datetime"],
.reg-form-hold .input [type="email"],
.reg-form-hold .input [type="month"],
.reg-form-hold .input [type="number"],
.reg-form-hold .input [type="password"],
.reg-form-hold .input [type="search"],
.reg-form-hold .input [type="tel"],
.reg-form-hold .input [type="text"],
.reg-form-hold .input [type="time"],
.reg-form-hold .input [type="url"],
.reg-form-hold .input [type="week"] {
border: none;
outline: none;
margin: 0;
box-shadow: none;
background: #fff;
height: 58px;
padding: 2px 20px;
color: #1f1f21;
font-size: 18px;
letter-spacing: -0.05em;
}
.reg-form-hold .input textarea {
border: none;
outline: none;
margin: 0;
box-shadow: none;
background: #fff;
height: 185px;
padding: 20px 20px;
color: #1f1f21;
resize: none;
font-size: 18px;
letter-spacing: -0.05em;
}
.reg-form-hold textarea::-webkit-input-placeholder,
.reg-form-hold input::-webkit-input-placeholder {
color: #1f1f21;
opacity: 1;
}
.reg-form-hold textarea::-moz-placeholder,
.reg-form-hold input::-moz-placeholder {
color: #1f1f21;
opacity: 1;
}
.reg-form-hold textarea:-ms-input-placeholder,
.reg-form-hold input:-ms-input-placeholder {
color: #1f1f21;
opacity: 1;
}
.reg-form-hold textarea:-moz-placeholder,
.reg-form-hold input:-moz-placeholder {
color: #1f1f21;
opacity: 1;
}
.reg-form-hold .hs-form-field > label {
display: none;
}
.reg-form-hold .hs-form-field {
margin-bottom: 20px;
}
.reg-form-hold .hs-error-msg {
font-size: 14px;
color: #ff1e8c;
}
.reg-form-hold .hs_error_rollup label {
font-size: 14px;
color: #ff1e8c;
}
.trusted-sm-section {
pointer-events: none;
}
.hs-submit .hs-button,
.hs-submit .hs-button:focus,
.hs-submit .hs-button:active {
font-weight: 700;
outline: none;
border: none;
display: inline-block;
box-shadow: none;
font-size: 18px;
line-height: 24px;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #fff;
background: #161616;
padding: 20px 50px;
min-width: 174px;
text-align: center;
transition: 0.2s;
}
.hs-submit .hs-button:hover {
background: #112eff;
color: #fff;
}
.stay-updated-right .hs-submit .hs-button,
.stay-updated-right .hs-submit .hs-button:focus,
.stay-updated-right .hs-submit .hs-button:active {
background: #2e56ff;
padding: 20px 33px;
height: auto;
min-width: 1px;
position: absolute;
top: 0;
right: 0;
}
.stay-updated-right .hs-submit .hs-button:hover {
background: #161616;
color: #fff;
}
.stay-updated-right .hs-form-field > label {
display: none;
}
.video-left {
position: relative;
}
.video-left:before {
content: "";
position: absolute;
right: calc(100% - 125px);
bottom: -60px;
width: 310px;
height: 377px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-video2.svg) no-repeat center center / 100% 100%;
}
.video-cover {
position: relative;
z-index: 5;
}
.page-template-tp-industry_detail .video-left:before,
.page-template-tp-use_case_detail .video-left:before {
display: none;
}
.newsletter input[type="email"],
.newsletter input[type="email"]:focus {
background: transparent;
box-shadow: none;
outline: none;
border: none;
border-bottom: 1px solid #fff;
padding: 2px 0;
color: #fff;
height: 40px;
padding-right: 25px;
font-size: 18px;
letter-spacing: -0.02em;
margin: 0;
}
.newsletter input::-webkit-input-placeholder {
color: #fff;
opacity: 1;
}
.newsletter input::-moz-placeholder {
color: #fff;
opacity: 1;
}
.newsletter input:-ms-input-placeholder {
color: #fff;
opacity: 1;
}
.newsletter input:-moz-placeholder {
color: #fff;
opacity: 1;
}
.newsletter {
position: relative;
}
.newsletter .hs-form-field > label {
display: none;
}
.newsletter .hs-error-msg {
font-size: 12px;
color: rgba(255, 255, 255, 0.5);
font-weight: 300;
}
.newsletter .hs-main-font-element {
font-size: 12px;
color: rgba(255, 255, 255, 0.5);
font-weight: 300;
}
.newsletter .hs-main-font-element.submitted-message {
font-size: 16px;
color: #fff;
}
.newsletter-hold label {
color: #fff;
}
.newsletter .hs-submit .hs-button,
.newsletter .hs-submit .hs-button:focus,
.newsletter .hs-submit .hs-button:active {
position: absolute;
top: 0;
right: 0;
width: 20px;
height: 40px;
min-width: 1px;
padding: 0;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-green.svg) no-repeat center center;
color: transparent !important;
}
.newsletter .hs-submit .hs-button:before {
content: "";
position: absolute;
width: 13px;
height: 14px;
right: 0;
top: 2px;
opacity: 1;
transform: translate(0, 0);
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.newsletter .hs-submit .hs-button:after {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-green.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 0;
transform: translate(-15px, 15px);
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.newsletter .hs-submit .hs-button:hover:before {
transform: translate(15px, -15px);
opacity: 0;
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.newsletter .hs-submit .hs-button:hover:after {
transform: translate(0, 0);
opacity: 1;
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.logo {
transform: translateY(-80px);
transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.logo.close {
transform: translateY(0);
}
.nav ul li {
transform: translateY(-80px);
transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.nav ul li:nth-child(2) {
transition-delay: 0.05s;
}
.nav ul li:nth-child(3) {
transition-delay: 0.1s;
}
.nav ul li:nth-child(4) {
transition-delay: 0.25s;
}
.nav ul li:nth-child(5) {
transition-delay: 0.3s;
}
.nav.close ul li {
transform: translateY(0);
}
.header-cta {
transform: translateY(-80px);
transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.header-cta.close {
transform: translateY(0);
}
.ia-image img {
opacity: 0;
visibility: hidden;
transition: 0.3s;
}
.ia-image img.active {
opacity: 1;
visibility: visible;
transition: 0.4s 0.3s;
}
.hw-breads {
position: absolute;
top: 5px;
left: 0;
line-height: 1;
}
.hw-breads:before {
content: "";
position: absolute;
top: 1px;
left: 6px;
bottom: 10px;
width: 1px;
background: #adafc3;
}
.hw-breads ul li {
margin-bottom: 10px;
}
.hw-breads ul li:last-child {
margin-bottom: 0;
}
.hw-breads ul li span {
display: inline-block;
position: relative;
z-index: 5;
width: 13px;
height: 13px;
background: #65677b;
border-radius: 50%;
}
.home-why-fixed-item-1 .hw-breads ul li:nth-child(1) span {
background: #b8fd8e;
}
.home-why-fixed-item-2 .hw-breads ul li:nth-child(2) span {
background: #b8fd8e;
}
.home-why-fixed-item-3 .hw-breads ul li:nth-child(3) span {
background: #b8fd8e;
}
.post-type-archive-press .af-left .af-image:before {
width: 149px;
height: 148px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-corner-outside.svg) no-repeat center center / 100% 100%;
}
.intro-video-hold {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.intro-video-hold video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-height: 100%;
}
.ty-intro-section {
background: #1f1f21;
padding: 100px 0 96px;
color: #fff;
}
.ty-intro {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.ty-image {
width: 104.84%;
margin-left: -8%;
}
.footer-logo img {
max-width: 200px;
}
.intro-roi-section {
background: #1e1e1e;
padding: 155px 0 100px;
min-height: 440px;
color: #fff;
z-index: 55;
}
.intro-roi-right {
min-height: 1px;
padding-left: 6%;
}
.intro-roi-calc-hold {
position: relative;
}
.intro-roi-calc-hold:before {
content: "";
position: absolute;
width: 268px;
height: 319px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-intro-roi.svg) no-repeat center center / 100% 100%;
top: -36px;
left: calc(100% - 155px);
}
.intro-roi-calc {
position: absolute;
z-index: 5;
left: 0;
right: 0;
width: 100%;
background: #fff;
color: #000;
padding: 50px 58px 40px;
border-radius: 10px;
}
.roi-content-section {
background: #f7f7fb;
padding: 72px 0 90px;
min-height: 625px;
}
.roi-content-hold {
padding-left: 5%;
}
.industries-acc-section + .cta-section {
margin-top: -30px;
}
.page-template-tp-contact .entry h2 a {
color: #000;
pointer-events: none;
}
.rangeslider,
.rangeslider__fill {
display: block;
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.rangeslider {
background: #e6e6e6;
position: relative;
}
.rangeslider--horizontal {
height: 20px;
width: 100%;
}
.rangeslider--vertical {
width: 20px;
min-height: 150px;
max-height: 100%;
}
.rangeslider--disabled {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
opacity: 0.4;
}
.rangeslider__fill {
background: #0f0;
position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
top: 0;
height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
bottom: 0;
width: 100%;
}
.rangeslider__handle {
background: #fff;
border: 1px solid #ccc;
cursor: pointer;
display: inline-block;
width: 40px;
height: 40px;
position: absolute;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g);
background-size: 100%;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.rangeslider__handle:after {
content: "";
display: block;
width: 18px;
height: 18px;
margin: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
background-size: 100%;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
background-size: 100%;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
top: -10px;
touch-action: pan-y;
-ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
left: -10px;
touch-action: pan-x;
-ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
-moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
-webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
.steps-wrap {
margin-bottom: 35px;
margin-left: -40px;
width: calc(100% + 80px);
}
.steps-wrap ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
.steps-wrap ul:before {
content: "";
position: absolute;
left: 12%;
right: 12%;
width: 76%;
height: 1px;
background: #adafc4;
}
.steps-wrap ul li {
width: 100%;
position: relative;
text-align: center;
font-size: 15px;
line-height: 2;
text-align: center;
letter-spacing: -0.05em;
color: rgba(31, 31, 33, 0.5);
padding-top: 14px;
}
.steps-wrap ul li:before {
content: "";
position: absolute;
top: -6px;
left: 50%;
transform: translateX(-50%);
width: 13px;
height: 13px;
border-radius: 50%;
background: #d5d5d9;
}
.steps-wrap ul li.progress {
color: #1f1f21;
}
.steps-wrap ul li.progress:before {
background: #2e56ff;
}
.steps-wrap ul li.progress + li.progress:after {
content: "";
position: absolute;
right: 50%;
top: 0;
width: 100%;
height: 1px;
background: #2e56ff;
}
.steps-wrap .progress {
background-color: transparent;
height: auto;
margin-bottom: 0;
}
.roi-step .intro {
font-size: 24px;
line-height: 1.25;
margin-bottom: 40px;
}
.roi-step .intro strong {
font-weight: 400;
}
.range-row .top {
padding-right: 140px;
margin-bottom: -39px;
}
.range-row .top .title {
font-weight: 500;
font-size: 24px;
}
.range-row .range-value #field-monthly_call_volume,
.range-row .range-value #field-monthly_call_volume:focus {
border: none;
background: #f7f7fb;
height: 43px;
font-weight: 500;
outline: none;
padding: 2px 16px;
text-align: right;
font-size: 24px;
width: 165px;
box-shadow: none;
color: rgba(0, 0, 0, 0.5);
margin-bottom: 0;
}
.range-row .range-value #field-average_handle_time,
.range-row .range-value #field-average_handle_time:focus {
border: none;
background: #f7f7fb;
height: 43px;
font-weight: 500;
outline: none;
padding: 2px 56px;
text-align: right;
font-size: 24px;
width: 165px;
box-shadow: none;
color: rgba(0, 0, 0, 0.5);
margin-bottom: 0;
-moz-appearance: textfield;
}
.range-row .range-value {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: end;
-moz-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
position: relative;
}
.roi-step span.info {
font-size: 15px;
line-height: 1.47;
color: #1f1f21;
display: block;
padding-left: 33px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/calc-note.svg) no-repeat top left;
margin-bottom: 40px;
}
.roi-step .rangeslider--horizontal {
height: 1px;
margin-bottom: 25px;
}
.roi-step .rangeslider__fill {
background: #2e56ff;
}
.roi-step .rangeslider__handle {
width: 24px;
height: 24px;
background: #2e56ff;
border: none;
outline: none;
box-shadow: none;
}
.roi-step .rangeslider__handle:after {
display: none;
}
.roi-step .info-popup {
position: absolute;
right: 0;
bottom: calc(100% + 18px);
background: #fff;
border: 1px solid #adafc3;
border-radius: 8px;
padding: 16px 50px 16px 16px;
font-size: 14px;
line-height: 1.2;
color: #1f1f21;
width: 100%;
max-width: 351px;
z-index: 10;
}
.roi-step .rangeslider {
margin-top: 32px;
}
.roi-step .rangeslider--horizontal .rangeslider__handle {
top: -11px;
}
.roi-step .info-popup .close {
position: absolute;
right: 22px;
top: 12px;
font-size: 12px;
width: 15px;
height: 15px;
color: #1f1f21;
font-size: 25px;
}
.roi-step .info-popup .close:before {
content: "\00D7";
}
.roi-step .range-value .min {
position: absolute;
line-height: 1;
right: 11px;
top: 9px;
font-size: 24px;
color: rgba(63, 60, 61, 0.7);
color: rgba(0, 0, 0, 0.5);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type="number"] {
-moz-appearance: textfield;
}
.roi-step .foot a {
font-weight: 700;
font-size: 18px;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #2e56ff;
}
.roi-step .foot a.disabled {
filter: grayscale(1);
opacity: 0.5;
}
.roi-step .foot a.prev {
color: #65677b;
float: left;
padding-left: 28px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/calc-prev.svg) no-repeat top left;
}
.roi-step .assumptions .title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
margin-bottom: 30px;
}
.roi-step .assumptions strong {
font-weight: 500;
font-size: 24px;
line-height: 1.2;
}
.roi-step .assumptions span {
font-size: 15px;
line-height: 1.47;
color: #1f1f21;
}
.roi-step .assumptions-content .slide {
display: none;
padding-left: 64px;
padding-top: 20px;
}
.roi-step .assumptions-content .slide ul {
padding: 0;
margin: 0;
}
.roi-step .assumptions-content > ul > li {
border-bottom: 1px solid #000;
padding-bottom: 40px;
margin-bottom: 40px;
}
.roi-step .assumptions-content > ul > li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.roi-step .assumptions-content ul li a {
font-weight: 400;
font-size: 24px;
line-height: 1.2;
color: #000;
display: inline-block;
padding-left: 64px;
position: relative;
}
.roi-step .assumptions-content ul li a:before {
content: "";
position: absolute;
width: 42px;
height: 42px;
left: 0;
top: -9px;
background: rgba(31, 31, 33, 0.2);
transition: 0.2s;
}
.roi-step .assumptions-content ul li a:after {
content: "";
position: absolute;
width: 42px;
height: 42px;
left: 0;
top: -9px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/calc-check.svg) no-repeat center center;
opacity: 0;
}
.roi-step .assumptions-content ul li a.active:before {
background: #2e56ff;
}
.roi-step .assumptions-content ul li a.active:after {
opacity: 1;
}
.roi-step .field-relative {
position: relative;
}
.roi-step .input-lists li {
margin-bottom: 22px;
}
.roi-step .input-lists li:last-child {
margin-bottom: 0;
}
.roi-step .input-lists li label {
font-size: 20px;
}
.roi-step .input-lists input,
.roi-step .input-lists input:focus {
border: none;
background: #f7f7fb;
height: 43px;
font-weight: 500;
outline: none;
padding: 2px 16px;
font-size: 24px;
width: 100%;
box-shadow: none;
color: rgba(0, 0, 0, 0.5);
margin-bottom: 0;
}
.roi-step .input-lists .field-relative input,
.roi-step .input-lists .field-relative input:focus {
padding-left: 34px;
}
.roi-step .input-lists .field-relative .field-sign-dollar {
position: absolute;
font-size: 24px;
color: rgba(0, 0, 0, 0.5);
top: 4px;
left: 16px;
}
.foot .btn.btn-purple {
float: right;
padding-right: 28px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/calc-next.svg) no-repeat top right;
}
.roi-step .input-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.roi-step .input-row .input-col {
width: calc(50% - 10px);
min-width: calc(50% - 10px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 30px;
}
.roi-step .input-row .input-col label {
order: 2;
font-size: 15px;
line-height: 1.47;
color: #1f1f21;
}
.roi-step .input-row .input-col input,
.roi-step .input-row .input-col input:focus {
font-weight: 400;
font-size: 24px;
height: 43px;
padding: 0;
box-shadow: none;
margin: 0;
outline: none;
border: none;
border-bottom: 1px solid #000;
color: rgba(0, 0, 0, 0.5);
margin-bottom: 10px;
}
.roi-step .input-row .input-col input.error,
.roi-step .input-row .input-col input.error:focus {
border-color: #ef9a9a;
}
.roi-step .input-row:nth-child(4) .input-col {
width: 100%;
min-width: 100%;
}
.roi-step#step-2 .foot {
margin-top: 70px;
}
.roi-step#step-3 .foot {
margin-top: 40px;
}
.roi-result-content .top h2 {
font-weight: 700;
font-size: 24px;
line-height: 1.25;
color: #000;
margin-bottom: 20px;
}
.roi-result-content .top {
position: relative;
}
.roi-result-content .top .actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 20px;
}
.roi-result-content .top .actions li {
margin-right: 30px;
}
.roi-result-content .top .actions li:last-child {
margin-right: 0;
}
.roi-result-content .top .actions li a.download {
font-weight: 700;
font-size: 18px;
line-height: 1.33;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #2e56ff;
padding-right: 26px;
position: relative;
}
.roi-result-content .top .actions li a.download:before {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-blue.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 1;
transform: translate(0, 0);
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.roi-result-content .top .actions li a.download:after {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-blue.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 0;
transform: translate(-15px, 15px);
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.roi-result-content .top .actions li a.download:hover:before {
transform: translate(15px, -15px);
opacity: 0;
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.roi-result-content .top .actions li a.download:hover:after {
transform: translate(0, 0);
opacity: 1;
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.roi-result-content .top .actions li a.share {
font-weight: 700;
font-size: 18px;
line-height: 1.33;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #adafc4;
}
.roi-result-content .tabs {
background: transparent;
border: none;
margin-bottom: 35px;
}
.roi-result-content .tabs-title {
margin-right: 15px;
}
.roi-result-content .tabs-title:last-child {
margin-right: 0;
}
.roi-result-content .tabs-title > a {
font-weight: 400;
font-size: 18px;
line-height: 1.56;
text-align: center;
color: #000;
background: #f7f7fb;
padding: 5px 10px 4px;
min-width: 106px;
border-radius: 40px;
}
.roi-result-content .tabs-title > a:hover {
background: transparent;
}
.roi-result-content .tabs-title > a:focus,
.roi-result-content .tabs-title > a[aria-selected="true"] {
background: #2e56ff;
color: #fff;
}
.roi-result-content .tabs-content {
background: transparent;
border: none;
margin-bottom: 10px;
}
.roi-result-content .tabs-panel {
padding: 0;
}
.roi-result-content .print-preview {
display: none;
}
.roi-result-content .row {
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: -10px;
width: calc(100% + 20px);
}
.roi-result-content .row .col.half {
width: 50%;
}
.roi-result-content .row .col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
padding: 10px;
}
.roi-result-content .tabcontent .box {
width: 100%;
background: #f7f7fb;
border-radius: 0;
padding: 16px 20px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
}
.roi-result-content .tabcontent .box-title {
width: 100%;
display: block;
font-size: 15px;
line-height: 1.214;
color: #1f1f21;
margin-bottom: 12px;
font-weight: 400;
}
.roi-result-content .tabcontent .data {
display: block;
font-size: 24px;
line-height: 1.2;
color: #000;
font-weight: 400;
width: 100%;
}
.roi-result-content .row + .row {
padding-top: 10px;
}
.roi-result-content .tabcontent .data-col {
flex: 1;
}
.roi-result-content .tabcontent .down,
.roi-result-content .tabcontent .up {
display: block;
padding-left: 28px;
font-size: 18px;
line-height: 1.2;
color: #2e56ff;
font-weight: 400;
margin-top: 10px;
position: relative;
}
.roi-result-content .tabcontent .down:before {
content: "\2193";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
font-size: 25px;
}
.roi-result-content .tabcontent .up:before {
content: "\2191";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
font-size: 25px;
}
.roi-result-content .tabcontent .graphic-col {
width: 44%;
text-align: center;
}
.savings-chart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
font-size: 12px;
line-height: 1;
padding-bottom: 24px;
padding-top: 15px;
position: relative;
overflow: hidden;
}
.savings-chart .y-axis {
width: 105px;
}
.savings-chart .y-axis ul {
text-align: right;
color: #767676;
}
.savings-chart .y-axis ul li {
position: relative;
padding-right: 16px;
background: #f7f7fb;
font-size: 18px;
color: #000;
opacity: 0.75;
}
.savings-chart .y-axis ul li:before {
content: "";
position: absolute;
top: 50%;
left: 100%;
right: -9999px;
height: 1px;
background: rgba(101, 103, 123, 0.5);
}
.savings-chart .x-axis {
flex: 1;
}
.savings-chart .x-axis ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
margin: 0 -12px;
padding: 0 24px 8px;
width: calc(100% + 28px);
}
.savings-chart .x-axis ul li {
padding: 0 12px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-line-pack: end;
-webkit-align-content: flex-end;
align-content: flex-end;
position: relative;
}
.savings-chart .x-axis ul .d-bar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
position: relative;
background: #2e56ff;
}
.savings-chart .x-axis ul .index {
position: absolute;
left: 0;
right: 0;
top: 100%;
text-align: center;
padding-top: 12px;
width: 100%;
font-size: 18px;
text-align: center;
color: #000;
opacity: 0.75;
font-weight: 400;
}
.roi-result-content .btm {
padding-top: 40px;
font-size: 18px;
}
.savings-chart .x-axis ul .d-data {
position: absolute;
top: 0;
left: 0;
right: 0;
text-align: center;
padding: 4px 2px;
font-size: 16px;
line-height: 1.2;
font-weight: 700;
color: #fff;
}
.savings-chart .y-axis ul li + li {
margin-top: 44px;
}
.roi-result-content .btm p {
margin-bottom: 16px;
}
.btn-black,
.btn-black:focus,
.btn-black:active {
display: inline-block;
background: #161616;
outline: none;
border: none;
font-weight: 700;
font-size: 18px;
line-height: 1.33;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #fff;
padding: 22px 30px 16px;
text-align: center;
transition: 0.2s;
}
.btn-black:hover {
background: #2e56ff;
color: #fff;
}
.roi-result-content .btm .btn-black,
.roi-result-content .btm .btn-black:focus,
.roi-result-content .btm .btn-black:active {
min-width: 100%;
}
.entry ul.entered-data-list li span.data {
display: block;
font-weight: 700;
}
.entry ul.entered-data-list li {
padding-left: 0;
margin-bottom: 30px;
}
.entry ul.entered-data-list li:last-child {
margin-bottom: 0;
}
.entry ul.entered-data-list li li {
margin-bottom: 20px;
}
.entry ul.entered-data-list li li:last-child {
margin-bottom: 0;
}
.entry ul.entered-data-list li:before {
display: none;
}
.entered-data-list .sub-list {
margin: 0;
margin-top: 12px;
}
.page-template-tp-features .sc-it-image:before,
.page-template-tp-features .sc-it-image:after {
display: none;
}
.page-template-tp-how_it_works .sc-it-image:before,
.page-template-tp-how_it_works .sc-it-image:after {
display: none;
}
.page-template-tp-why .sc-it-image:before,
.page-template-tp-why .sc-it-image:after {
display: none;
}
.intro-simplest.intro-integrations {
background: #1e1e1e;
}
.intro-simplest.intro-single {
background: #000;
}
.single-resource .intro-simplest {
background: #1e1e1e;
}
.post-type-archive-watchdemo .intro-simplest {
background: #000;
}
.post-type-archive-press .intro-simplest {
background: #000;
}
.post-type-archive-resource .intro-simplest {
background: #000;
}
.fr-top .fr-list ul li:last-child .link-white,
.fr-top .fr-list ul li:last-child .link-white:focus,
.fr-top .fr-list ul li:last-child .link-white:active {
color: #000;
}
.fr-top .fr-list ul li:last-child .link-white:before {
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-black.svg) no-repeat center center;
}
.fr-top .fr-list ul li:last-child .link-white:after {
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-black.svg) no-repeat center center;
}
.page-template-tp-compare .intro-simplest {
background: #000;
}
.intro-simplest.intro-blog {
background: #000;
}
.intro-simplest.intro-blog .orn-intro-blog:before {
background: #000;
}
.page-template-tp-contact .intro-simplest {
background: #000;
}
.resource-template-resource-webinar .intro-simplest {
background: #000;
}
.resource-template-resource-webinar .orn-intro-single-guide-left:before {
background: #000;
}
.reveal-roi {
padding: 100px 55px 60px;
width: 640px;
border: none;
}
.reveal-roi h1 {
font-weight: 500;
font-size: 36px;
line-height: 1.06;
letter-spacing: -0.03em;
margin-bottom: 40px;
}
.reveal-roi h2 {
text-align: center;
font-weight: 500;
font-size: 36px;
line-height: 1.06;
letter-spacing: -0.03em;
margin-bottom: 40px;
}
.reveal-roi .highlight p {
font-size: 24px;
line-height: 1.25;
margin-bottom: 40px;
}
.reveal-roi p {
font-size: 18px;
line-height: 1.67;
margin-bottom: 30px;
}
.reveal-roi .btn-wrap a {
outline: none;
border: none;
background: transparent;
display: inline-block;
padding-right: 26px;
font-weight: 600;
font-size: 18px;
line-height: 1.33;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #2e56ff;
position: relative;
transition: 0.3s;
}
.reveal-roi .btn-wrap a:before {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-blue.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 1;
transform: translate(0, 0);
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.reveal-roi .btn-wrap a:hover {
color: #1f1f21;
}
.reveal-roi .btn-wrap a:after {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-black.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 0;
transform: translate(-15px, 15px);
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.reveal-roi .btn-wrap a:hover:before {
transform: translate(15px, -15px);
opacity: 0;
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.reveal-roi .btn-wrap a:hover:after {
transform: translate(0, 0);
opacity: 1;
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.roi-share-input input,
.roi-share-input input:focus {
outline: none;
box-shadow: none;
margin: 0;
border: 1px solid rgba(101, 103, 123, 0.5);
height: 50px;
margin-bottom: 20px;
}
.roi-share-input span {
outline: none;
border: none;
background: transparent;
display: inline-block;
padding-right: 26px;
font-weight: 600;
font-size: 18px;
line-height: 1.33;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #2e56ff;
cursor: pointer;
position: relative;
transition: 0.3s;
}
.roi-share-input span:before {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-blue.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 1;
transform: translate(0, 0);
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.roi-share-input span:after {
content: "";
position: absolute;
width: 13px;
height: 14px;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-top-right-black.svg) no-repeat center center;
right: 0;
top: 2px;
opacity: 0;
transform: translate(-15px, 15px);
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.roi-share-input span:hover {
color: #1f1f21;
}
.roi-share-input span:hover:before {
transform: translate(15px, -15px);
opacity: 0;
transition: transform 0.65s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.roi-share-input span:hover:after {
transform: translate(0, 0);
opacity: 1;
transition: transform 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995), opacity 0.65s 0.2s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.page-template-tp-features-detail .intro-lg-image-section {
background: #000;
padding-bottom: 120px;
}
.orn-features-detail {
position: absolute;
right: 0;
bottom: 0;
}
.orn-features-detail:after {
content: "";
position: absolute;
top: -1px;
height: 3px;
left: 0;
right: 0;
width: 100%;
background: #000;
z-index: 2;
}
.blog .af-image {
min-height: 1px;
padding-bottom: 62.5%;
}
.post-type-archive-press .af-image {
min-height: 1px;
padding-bottom: 62.5%;
}
.remove-brandmarks .sc-it-image:before,
.remove-brandmarks .sc-it-image:after {
display: none !important;
}
.orn-ty {
position: absolute;
right: 0;
bottom: 0;
}
.orn-intro-single-event:after {
content: "";
position: absolute;
top: 0;
left: -1px;
bottom: 0;
width: 3px;
height: 100%;
background: #000;
}
.vid-hold {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.vid-hold iframe {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.features-benefits-list.benefits-no-brand-marks .sc-it-image:before,
.features-benefits-list.benefits-no-brand-marks .sc-it-image:after {
display: none !important;
}
.resource-template-resource-event .orn-intro-single-event:after {
background: #1e1e1e;
}
.archive-resolve-top {
margin-bottom: 50px;
}
.archive-resolve-top .title-72 {
margin-bottom: 15px;
}
.archive-resolve-top .text-18 {
max-width: 712px;
}
.intro-logo {
margin-bottom: 20px;
}
.intro-logo img {
max-height: 60px;
}
.intro-simplest.intro-resolve {
background: #000;
padding: 142px 0 50px;
position: relative;
overflow: hidden;
}
.intro-resolve video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
min-width: 100%;
}
.resolve-featured-section .archive-featured {
padding-left: 0;
padding-right: 5%;
}
.reveal.reveal-resolve {
padding: 40px 0 0;
border: none;
outline: none;
width: calc(100% - 50px);
max-width: 1070px;
background: transparent;
color: #fff;
}
.reveal-resolve-bg {
padding: 87px 20px 50px;
background: #000;
}
.resolve-carousel-item {
padding: 30px 30px 0;
}
.resolve-carousel-video {
padding-bottom: 56.25%;
position: relative;
margin-bottom: 60px;
}
.resolve-carousel-video:before,
.resolve-carousel-video:after {
content: "";
position: absolute;
width: 150px;
height: 149px;
}
.resolve-carousel-video:before {
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-sticky-img.svg) no-repeat center center / 100% 100%;
left: -30px;
bottom: -30px;
}
.resolve-carousel-video:after {
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/orn-corner-diff.svg) no-repeat center center / 100% 100%;
right: -30px;
top: -30px;
}
.resolve-carousel-video iframe {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 5;
}
.resolve-carousel-content {
padding: 0 75px;
}
.resolve-carousel-content .item-label {
color: #f2f2f2;
margin-bottom: 10px;
}
.resolve-carousel-content .title-49 {
margin-bottom: 10px;
}
.resolve-carousel-content .text-18 {
color: #f2f2f2;
letter-spacing: 0.01em;
font-weight: 400;
}
.reveal-resolve .close-button {
top: 0;
right: -10px;
width: 40px;
height: 40px;
z-index: 5;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/close-resolve.svg) no-repeat center center;
}
.resolve-carousel.owl-carousel .owl-nav button.owl-next,
.resolve-carousel.owl-carousel .owl-nav button.owl-prev {
position: absolute;
top: -40px;
font-weight: 600;
font-size: 18px;
line-height: 1.33;
letter-spacing: 0.01em;
text-transform: uppercase;
color: #b8fd8e;
}
.resolve-carousel.owl-carousel .owl-nav button.owl-next span,
.resolve-carousel.owl-carousel .owl-nav button.owl-prev span {
display: inline-block;
position: relative;
}
.resolve-carousel.owl-carousel .owl-nav button.owl-next span strong,
.resolve-carousel.owl-carousel .owl-nav button.owl-prev span strong {
font-weight: 600;
}
.resolve-carousel.owl-carousel .owl-nav button.owl-next span:before,
.resolve-carousel.owl-carousel .owl-nav button.owl-prev span:before {
content: "";
position: absolute;
width: 18px;
height: 19px;
top: -1px;
}
.resolve-carousel.owl-carousel .owl-nav button.owl-prev span:before {
left: 0;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-left-green.svg) no-repeat center center;
}
.resolve-carousel.owl-carousel .owl-nav button.owl-next span:before {
right: 0;
background: url(https://treebyte.com/wp-content/themes/treebyte/assets/images/arrow-right-green.svg) no-repeat center center;
}
.resolve-carousel.owl-carousel .owl-nav button.owl-prev span {
padding-left: 29px;
}
.resolve-carousel.owl-carousel .owl-nav button.owl-next span {
padding-right: 29px;
}
.resolve-carousel.owl-carousel .owl-nav button.owl-prev {
left: 30px;
}
.resolve-carousel.owl-carousel .owl-nav button.owl-next {
right: 30px;
}
.video-cover.no-play-button a:after {
display: none;
}
.resolve-featured-section .vid-hold {
position: relative;
padding-bottom: 56.25%;
top: auto;
left: auto;
right: auto;
bottom: auto;
height: auto;
}
.nl-carousel-item {
width: 249px;
min-height: 249px;
background: #f7f7fb;
border-top-left-radius: 10px;
border-bottom-right-radius: 19px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.nl-carousel-item img {
max-width: 75%;
max-height: 75%;
}
.n-logo-carousel-hold {
position: relative;
}
.n-logo-carousel-hold:before,
.n-logo-carousel-hold:after {
content: "";
position: absolute;
top: -5px;
bottom: -5px;
height: calc(100% + 10px);
width: 128px;
z-index: 10;
pointer-events: none;
}
.n-logo-carousel-hold:before {
left: -1px;
background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=1);
}
.n-logo-carousel-hold:after {
right: -1px;
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
}
@media only screen and (min-width: 1921px) {
.intro-video-hold video {
min-width: 100%;
}
}
@media only screen and (max-width: 1720px) {
.t-carousel-item {
width: 390px;
padding: 51px 50px 108px 50px;
}
}
@media only screen and (max-width: 1600px) {
.t-carousel-item {
width: 456px;
padding: 51px 80px 108px 60px;
}
}
@media only screen and (max-width: 1500px) {
.intro-detail-use-case + .video-section .video-hold {
padding-left: 10%;
}
}
@media only screen and (max-width: 1400px) {
.roi-content-hold {
padding-left: 8%;
}
.sc-im-hold {
padding-left: 20px;
}
.sticky-fake-nav {
left: 20px;
}
header.header-v2 {
padding: 36px 0 36px;
}
.intro-simplest.intro-ppc-demo {
padding: 180px 0 166px;
}
.intro-resolve video {
width: auto;
max-height: 110%;
}
}
@media only screen and (max-width: 1300px) {
.cn-right {
padding-left: 1%;
}
.why-stats-section.about-stats-section {
padding-bottom: 120px;
}
.about-stats-right {
width: 50%;
}
.about-stats-left {
width: 100%;
padding-right: 15%;
margin-bottom: 50px;
}
.about-stats-left:last-child {
margin-bottom: 0;
}
.et-carousel .owl-dots {
width: calc(100% - 30px);
}
.et-carousel-hold {
width: calc(100% + 30px);
}
.orn-intro-contact {
left: -50px;
}
.orn-intro-rad {
left: -110px;
}
.vertical-carousel.owl-carousel {
width: 560px;
margin-top: -180px;
}
.integrations-carousel-grid {
min-height: 560px;
}
.integrations-section .row {
max-width: 1180px;
}
.sc-im-hold {
padding-left: 30px;
}
.row.row-full {
padding-left: 25px;
padding-right: 25px;
}
.footer-nav-grid {
margin-right: 45px;
}
.features-benefits-list .sc-im-hold {
padding-left: 0;
}
.orn-fd-about {
left: -50px;
}
.intro-cd-left {
padding-right: 3%;
}
}
@media only screen and (max-width: 1199px) {
.resolve-featured-section .archive-featured {
padding-right: 0;
}
.intro-resolve video {
max-height: 100%;
}
.page-template-tp-features-detail .intro-lg-image-section {
padding-bottom: 90px;
}
.orn-features-detail {
width: 55%;
}
.savings-chart .x-axis ul .d-data {
font-size: 13px;
font-weight: 400;
}
.savings-chart .x-axis ul li {
padding: 0 8px;
}
.intro-roi-calc {
padding: 50px 40px 40px;
}
.footer-nav-hold {
width: calc(100% - 200px);
padding-left: 6%;
}
.footer-left {
width: 200px;
}
.intro-simplest.intro-ppc-demo {
margin-bottom: 160px;
}
.intro-ppc-demo-form-hold .single-form-hold {
padding: 65px 10%;
}
.hiw-left {
padding-right: 5%;
}
.blog-filtering .filter-box-list-option-1 {
width: calc(100% - 250px);
padding-right: 30px;
}
.search-right {
width: 250px;
}
.archive-featured-section {
margin-bottom: 120px;
}
.intro-simplest.intro-integrations {
margin-bottom: 100px;
}
.intro-lg-section {
min-height: 10px;
}
.content-image-black-section {
padding: 110px 0;
}
.content-form-section {
margin-bottom: 100px;
}
.history-carousel-item {
width: 360px;
padding: 30px 40px 35px;
}
.itp-left {
padding-right: 5%;
}
.itp-right {
padding-left: 0;
}
.leadership-name {
font-size: 20px;
}
.leadership-name span {
font-size: 16px;
}
.leadership-grid ul li {
width: 22%;
min-width: 22%;
margin-right: 4%;
}
.about-stats-left {
padding-right: 0;
}
.image-content-section {
margin-bottom: 110px;
}
.orn-intro-wd {
width: 50%;
}
.logo-intro img {
max-height: 80px;
}
.bbb-left {
margin-bottom: 30px;
}
.blue-band-section {
padding: 85px 0;
}
.et-carousel-item-text {
font-size: 20px;
}
.et-carousel-item-author {
font-size: 16px;
}
.wj-left {
padding-right: 3%;
}
.wj-top {
margin-bottom: 80px;
}
.content-list-section {
padding: 120px 0 50px;
}
.cl-list ul li {
margin-bottom: 60px;
}
.cl-item-text {
font-size: 16px;
}
.cl-item-title {
font-size: 20px;
}
.et-carousel-item {
width: 420px;
padding: 50px 40px 60px;
}
.intro-rad-right {
padding-left: 6%;
padding-top: 30px;
}
.rad-content {
padding-right: 0;
}
.trusted-sm-hold {
padding-right: 4%;
}
.tf-right {
padding-left: 4%;
}
.intro-cd-right {
padding-left: 3%;
}
.intro-cd-logos ul li img {
max-width: 180px;
}
.integrations-right:before,
.integrations-right:after {
height: 100px;
}
.integrations-carousel-grid {
min-height: 480px;
margin-top: -154px;
}
.vertical-carousel.owl-carousel {
width: 480px;
}
.integrations-section .row {
max-width: 1024px;
}
.integrations-link {
margin-top: 35px;
}
.integrations-hold .title-72 {
margin-bottom: 20px;
}
.security-link {
margin-top: 35px;
}
.security-hold .title-72 {
margin-bottom: 20px;
}
.security-right {
padding-left: 0;
}
.security-hold {
padding: 90px 6%;
}
.wa-items.wa-items-2 {
padding: 80px 4%;
}
.sticky-oposite .sc-im-right {
padding-right: 6%;
}
.sticky-oposite .sc-im-left {
padding-left: 6%;
}
.ail-text {
font-size: 16px;
}
.ail-title {
font-size: 20px;
}
.about-icons-list ul li {
width: 30%;
min-width: 30%;
margin-right: 5%;
}
.features-about-section.features-detail-about-section .why-about-hold {
padding-left: 6%;
padding-right: 6%;
}
.about-icons-list {
padding-left: 6%;
padding-right: 6%;
}
.features-benefits-list .sc-im-hold:nth-child(2n) .sc-im-right {
padding-right: 6%;
}
.features-benefits-list .sc-im-hold:nth-child(2n) .sc-im-left {
padding-left: 6%;
}
.uca-list ul li {
width: 45%;
min-width: 45%;
margin-right: 10%;
margin-bottom: 60px;
}
.uca-list ul li:nth-child(3n) {
margin-right: 10%;
}
.uca-list ul li:nth-child(2n) {
margin-right: 0;
}
.intro-lgi-right {
padding-left: 5%;
}
.orn-intro-id {
left: -80px;
}
.uca-list ul li {
font-size: 20px;
}
.sc-im-tabs {
margin-top: 30px;
margin-bottom: 15px;
}
.sc-im-tabs .tabs-title > a {
font-size: 16px;
}
.sc-im-acc {
margin-top: 20px;
margin-bottom: 15px;
}
.sc-im-acc .accordion-title {
padding: 12px 30px 12px 0;
}
.ia-acc-text {
width: calc(100% - 230px);
font-size: 16px;
}
.ia-acc-title {
font-size: 24px;
width: 230px;
}
.ia-acc ul li {
padding-top: 20px;
padding-bottom: 20px;
}
.sc-im-right {
padding-left: 6%;
}
.sc-im-left {
padding-right: 6%;
}
.intro-lg-section {
padding: 170px 0 120px;
margin-bottom: 120px;
}
.intro-lg-label {
font-size: 20px;
margin-bottom: 30px;
}
.sc-im-content h3 {
font-size: 42px;
}
.orn-intro-single-webinar {
width: 400px;
}
.intro-single-webinar-info ul li.intro-single-webinar-text {
max-width: 400px;
}
.intro-single-event-top {
margin-bottom: 40px;
}
.orn-intro-single-event {
width: 460px;
}
.single-speaker-content-name span {
font-size: 14px;
}
.single-speaker-content-name {
font-size: 16px;
}
.single-speaker-content {
padding-left: 20px;
padding-right: 15px;
}
.single-event-content-section .sgc-left {
padding-right: 2%;
}
.entry h2 {
font-size: 42px;
}
.sgc-left {
padding-right: 3%;
}
.isg-image {
width: 160%;
}
.title-56 {
font-size: 48px;
}
.single-content-middle {
width: calc(100% - 50px - 260px);
padding-right: 50px;
}
.single-content-left {
width: 50px;
}
.filter-box-list ul li label:after {
top: 5px;
}
.filter-box-list ul li label:before {
top: 5px;
}
.filter-box-list ul li label {
font-size: 16px;
}
.filter-input input,
.filter-input input:focus {
font-size: 16px;
}
.filter-box span {
font-size: 16px;
}
.af-link {
margin-top: 30px;
}
.af-text {
font-size: 16px;
margin-top: 20px;
max-height: 107px;
}
.af-headline {
font-size: 20px;
margin-bottom: 20px;
}
.resources-filter-grid > ul > li {
width: calc(25% - 15px);
min-width: calc(25% - 15px);
margin-right: 20px;
}
.resources-filter-grid {
padding: 20px 30px 30px;
}
.item-link {
padding-left: 25px;
padding-right: 25px;
}
.item-content {
padding-left: 25px;
padding-right: 25px;
}
.press-archive-list ul li a {
padding: 50px 30px 100px;
}
.af-right {
padding-left: 5%;
}
.archive-featured {
padding-left: 5%;
}
.title-49 {
font-size: 42px;
}
.orn-home-why {
width: 360px;
}
.notification a:after {
margin-bottom: -4px;
}
.notification {
font-size: 20px;
}
.orn-home-intro {
right: -10%;
bottom: -38px;
width: 530px;
}
.footer-bottom {
font-size: 14px;
}
.footer-nav-grid {
margin-right: 35px;
}
.footer-logo {
width: 160px;
}
.newsletter-hold {
width: 200px;
}
.newsletter input[type="email"],
.newsletter input[type="email"]:focus {
font-size: 16px;
}
.footer-nav ul li {
margin-bottom: 10px;
}
.footer-nav ul li a {
font-size: 16px;
}
.footer-nav-title {
font-size: 16px;
}
.footer-nav-grid {
max-width: 135px;
}
.cta-left {
padding-right: 5%;
}
.cta-right {
padding-left: 7%;
}
.fr-list-title {
font-size: 20px;
}
.awards-list-2 {
padding-top: 10px;
}
.awards-list ul li img {
max-width: 150px;
}
.t-carousel-item {
width: 420px;
padding: 50px 40px 100px 40px;
}
.testimonails-right .title-72 {
margin-bottom: 30px;
}
.t-nav {
width: 80px;
height: 80px;
}
.t-carousel-item-author {
font-size: 16px;
}
.t-carousel-item-logo {
margin-bottom: 30px;
}
.t-carousel-item-text {
font-size: 20px;
margin-bottom: 30px;
}
.stats-item-right {
width: 140px;
font-size: 20px;
}
.stats-item-left span {
font-size: 30px;
}
.stats-item-left {
font-size: 80px;
}
.hw-image-hold {
padding-right: 30px;
}
.home-why-fixed-hold:before {
top: -60px;
}
.text-18 {
font-size: 16px;
}
.hw-content-hold {
padding-left: 40px;
}
.hw-text {
margin-bottom: 22px;
}
.home-why-fixed-item .section-label {
margin-bottom: 22px;
}
.home-why-fixed-item .title-72 {
margin-bottom: 30px;
}
.hiw-right .text-18 {
margin-bottom: 30px;
}
.link-white,
.link-white:focus,
.link-white:active {
font-size: 16px;
}
.link-black,
.link-black:focus,
.link-black:active {
font-size: 16px;
}
.hiw-hold {
padding: 80px 7% 70px;
}
.title-102 {
font-size: 80px;
}
.link-pink-to-white,
.link-pink-to-white:focus,
.link-pink-to-white:active {
font-size: 16px;
}
.link-pink-to-black,
.link-pink-to-black:focus,
.link-pink-to-black:active {
font-size: 16px;
}
.section-label {
font-size: 20px;
margin-bottom: 20px;
}
.title-72 {
font-size: 56px;
}
.trusted-list ul li {
min-height: 195px;
}
.nav > ul > li a {
font-size: 16px;
}
.nav > ul > li {
margin-right: 30px;
}
.link-green-underline,
.link-green-underline:focus,
.link-green-underline:active {
font-size: 16px;
}
.link-pink-underline,
.link-pink-underline:focus,
.link-pink-underline:active {
font-size: 16px;
}
.title-123 {
font-size: 100px;
}
.trusted-section {
padding: 60px 0;
}
.video-section {
padding: 75px 0 120px;
}
.home-why-section {
padding: 120px 0 0;
}
.home-why-section-top {
margin-bottom: 140px;
}
.hiw-section {
padding: 110px 0;
}
.stats-section {
padding: 60px 0;
}
.featured-resources-section {
padding: 110px 0 120px;
}
.industries-acc-section {
padding: 120px 0 130px;
}
.why-solution-section.features-benefits-section {
padding-bottom: 150px;
}
.oposite .features-benefits-list .sc-im-hold:nth-child(2n + 1) .sc-im-left {
padding-left: 6%;
}
.oposite .features-benefits-list .sc-im-hold:nth-child(2n + 1) .sc-im-right {
padding-right: 6%;
}
.oposite .features-benefits-list .sc-im-hold:nth-child(2n) .sc-im-left {
padding-right: 6%;
}
.oposite .features-benefits-list .sc-im-hold:nth-child(2n) .sc-im-right {
padding-left: 6%;
}
.intro-lg-image-section.intro-csd {
margin-bottom: 110px;
}
.history-carousel-item:before {
width: calc(100% + 100px);
}
.text-29 {
font-size: 26px;
}
}
@media only screen and (min-width: 1024px) {
.mob-nav-hold {
display: none !important;
}
}
@media only screen and (max-width: 1023px) {
.nl-carousel-item {
width: 200px;
min-height: 200px;
}
.resolve-carousel.owl-carousel .owl-nav button.owl-next {
right: 20px;
}
.resolve-carousel.owl-carousel .owl-nav button.owl-prev {
left: 20px;
}
.resolve-carousel-item {
padding: 20px 20px 0;
}
.resolve-carousel-video:before,
.resolve-carousel-video:after {
width: 120px;
height: 120px;
}
.resolve-carousel-video:before {
left: -20px;
bottom: -20px;
}
.resolve-carousel-video:after {
right: -20px;
top: -20px;
}
.resolve-carousel-content {
padding: 0 25px;
}
.reveal-resolve-bg {
padding: 87px 20px 50px;
}
.intro-resolve video {
left: 30%;
}
.reveal-roi {
padding: 75px 55px 60px;
}
.intro-roi-calc {
padding: 50px 50px 80px;
}
.newsletter-hold {
margin-top: 0;
margin-bottom: 0;
order: 3;
}
.footer-left {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
margin-bottom: 70px;
}
.footer-top .row + .row .socials {
margin-top: 0;
}
.single-roi-calculator .orn-intro-single-guide-left {
display: none;
}
.intro-roi-right {
margin-top: 40px;
}
.roi-content-hold {
padding-left: 0;
}
.roi-content-section {
padding: 160px 0 80px;
min-height: 1px;
}
.intro-roi-section {
padding: 155px 0 0;
min-height: 1px;
}
.page-template-tp-roi_calculator .orn-intro-single-guide-left {
display: none;
}
.intro-roi-calc {
position: relative;
left: auto;
right: auto;
margin-bottom: -80px;
}
.intro-roi-right {
padding-left: 0;
}
.ty-image {
width: 100%;
margin-left: 0;
margin-top: 40px;
}
.intro-simplest.intro-ppc-demo {
margin-bottom: 90px;
}
.stay-updated-left {
margin-bottom: 40px;
}
.hiw-right {
padding-left: 0%;
}
.hiw-left {
padding-right: 0;
margin-bottom: 30px;
}
.hw-content-hold .text-18 {
opacity: 0;
transform: translateY(40px);
transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
transition-delay: 0.15s;
}
.video-section {
padding: 75px 0 90px;
}
.item-logo {
font-size: 16px;
}
.item-date {
font-size: 16px;
}
.search-right {
width: calc(50% - 10px);
}
.blog-filtering .filter-box-list-option-1 {
width: 100%;
padding-right: 0;
}
.close-button {
right: 22px;
top: 22px;
width: 33px;
height: 33px;
}
.reveal-bio-left {
width: 220px;
}
.reveal-bio-right {
padding-left: 35px;
width: calc(100% - 220px);
}
.reveal.reveal-bio {
padding: 70px 30px;
}
.orn-intro-integrations {
width: 50%;
}
.testimonial-section-v2-hold .text-29 {
margin-bottom: 60px;
}
.testimonial-section-v2-hold {
padding-left: 60px;
}
.cn-left {
padding: 0 6.825%;
margin-bottom: 50px;
}
.cib-right {
padding-right: 10%;
padding-left: 10%;
margin-bottom: 50px;
}
.cib-left {
padding-right: 0%;
order: 2;
}
.cf-right {
padding-left: 0;
}
.cf-left .entry {
margin-bottom: 60px;
padding-bottom: 30px;
}
.cf-left {
padding-right: 0;
margin-bottom: 30px;
}
.cf-hold {
padding-left: 11%;
}
.orn-company {
top: -310px;
}
.leadership-section .title-72 {
margin-bottom: 60px;
}
.itp-left {
padding-right: 0;
margin-bottom: 50px;
}
.leadership-grid ul li {
width: 31%;
min-width: 31%;
margin-right: 3.5%;
}
.leadership-grid ul li:nth-child(4n) {
margin-right: 3.5%;
}
.leadership-grid ul li:nth-child(3n) {
margin-right: 0%;
}
.history-carousel-item {
width: 340px;
}
.history-carousel-item:before {
width: calc(100% + 60px);
}
.history-section .title-72 {
margin-bottom: 50px;
}
.hci-date {
font-size: 16px;
}
.hci-text {
font-size: 16px;
}
.hci-title {
font-size: 20px;
}
.about-stats-right {
width: 80%;
}
.ic-left {
padding-right: 10%;
padding-left: 10%;
margin-bottom: 50px;
}
.intro-about .intro-lgi-left {
padding-right: 20%;
}
.archive-featured-section {
margin-bottom: 110px;
}
.orn-intro-wd {
right: -100px;
}
.wd-featured-section .af-right {
width: 49%;
padding-left: 4%;
padding-top: 0;
padding-bottom: 0;
}
.resources-filter-grid.two-filters > ul > li {
width: calc(50% - 10px);
min-width: calc(50% - 10px);
margin-right: 20px;
}
.resources-filter-grid.two-filters > ul > li:nth-child(2n) {
margin-right: 0;
}
.resources-filter-grid.two-filters > ul > li:first-child {
width: calc(50% - 10px);
min-width: calc(50% - 10px);
margin-bottom: 0;
}
.orn-intro-text {
top: 80px;
right: -30px;
}
.intro-lg-image-section.intro-csd {
margin-bottom: 100px;
}
.bbb-left {
padding-right: 0;
margin-bottom: 50px;
}
.bbb-right {
padding-top: 0;
padding-left: 0;
}
.et-left {
padding-right: 0;
margin-bottom: 50px;
}
.et-left .title-72 {
margin-bottom: 30px;
}
.wj-right {
padding-left: 0;
}
.wj-left {
padding-right: 0;
margin-bottom: 30px;
}
.wj-top {
padding-left: 0;
margin-bottom: 50px;
}
.bb-right {
padding-left: 0;
}
.bb-left {
padding-right: 0;
margin-bottom: 40px;
}
.cl-right {
padding-top: 0;
}
.cl-left {
padding-right: 0;
margin-bottom: 60px;
}
.video-section.career-video-section {
padding: 100px 0;
}
.et-carousel-item {
width: 460px;
padding: 50px 60px 60px 60px;
}
.contact-content-section {
margin-bottom: 90px;
}
.contact-form-hold .single-form-hold {
margin-top: -200px;
}
.contact-form-hold {
padding-left: 0%;
padding-right: 0%;
margin-bottom: 80px;
}
.footer-simplified .footer-top .row + .row {
margin-top: -30px;
}
.orn-intro-rad {
left: 0;
bottom: -64px;
}
.intro-rad-left {
margin-bottom: 20px;
}
.intro-rad-right {
padding-left: 10%;
padding-top: 0;
padding-right: 10%;
}
.intro-rad-form-hold .single-form-hold {
position: relative;
left: auto;
right: auto;
top: auto;
}
.intro-ppc-demo-left {
padding-top: 0;
}
.stats-hold-left {
padding-right: 0%;
margin-bottom: 70px;
}
.oposite .features-benefits-list .sc-im-hold:nth-child(2n) .sc-im-right {
padding-left: 0;
}
.oposite .features-benefits-list .sc-im-hold:nth-child(2n) .sc-im-left {
padding-right: 10%;
padding-left: 10%;
}
.oposite .features-benefits-list .sc-im-hold:nth-child(2n + 1) .sc-im-right {
padding-right: 0;
}
.oposite .features-benefits-list .sc-im-hold:nth-child(2n + 1) .sc-im-left {
padding-left: 10%;
order: 0;
padding-right: 10%;
}
.intro-simplest.intro-ppc-demo {
padding: 170px 0 90px;
}
.intro-ppc-demo-right {
padding-left: 10%;
padding-right: 10%;
}
.intro-ppc-demo-left {
margin-bottom: 50px;
}
.intro-ppc-demo-form-hold .single-form-hold {
position: relative;
left: auto;
right: auto;
top: auto;
}
.tf-left {
margin-bottom: 20px;
}
.text-form-section {
padding: 50px 0 110px;
}
.tf-right {
padding-left: 0;
}
.diff-section {
padding: 95px 0 110px;
}
.diff-table table tbody td {
font-size: 16px;
padding: 7px 15px;
}
.diff-table table thead th {
padding: 0 15px 25px;
}
.diff-hold {
margin-bottom: 70px;
}
.diff-right {
padding-left: 0;
}
.intro-cd-right {
padding-left: 0;
}
.intro-cd-left {
padding-right: 0;
margin-bottom: 50px;
}
.competitor-title {
font-size: 20px;
}
.wbc-list ul li {
width: 30%;
min-width: 30%;
margin-right: 5%;
}
.wbc-text {
font-size: 16px;
}
.wbc-title {
font-size: 20px;
}
.competitors-list ul li {
width: calc(50% - 10px);
min-width: calc(50% - 10px);
margin-right: 20px;
margin-bottom: 20px;
}
.competitors-list ul li:nth-child(3n) {
margin-right: 20px;
}
.competitors-list ul li:nth-child(2n) {
margin-right: 0;
}
.integrations-section .row {
max-width: 768px;
}
.integrations-left {
padding-right: 0;
margin-bottom: 50px;
}
.integrations-carousel-grid {
min-height: 700px;
}
.vertical-carousel.owl-carousel {
width: 700px;
margin-top: -227px;
}
.subnav-simple-hold .subnav-nav {
padding: 0;
}
.subnav-title {
margin-bottom: 18px;
}
.subnav-right {
padding: 0;
margin-top: 20px;
}
.subnav.subnav-double .subnav-left {
padding-left: 0;
padding-right: 0;
width: 100%;
}
.security-left {
padding-right: 10%;
padding-left: 10%;
margin-bottom: 50px;
}
.wa-items.wa-items-2 {
padding: 70px 0%;
}
.hiw-about-section .wa-right {
padding-left: 0%;
}
.hiw-about-section .wa-left {
padding-right: 0%;
}
.hiw-about-section .why-about-hold {
padding-left: 12%;
padding-right: 0%;
}
.hiw-about-section .wa-left {
padding-right: 3%;
}
.why-solution-section.features-benefits-section {
padding-bottom: 120px;
}
.features-benefits-list .sc-im-hold:nth-child(2n) .sc-im-right {
padding-right: 0%;
}
.features-benefits-list .sc-im-hold:nth-child(2n) .sc-im-left {
padding-left: 10%;
padding-right: 10%;
}
.features-benefits-list .sc-im-hold:nth-child(2n) .sc-im-left {
order: 0;
}
.features-about-section.features-detail-about-section {
padding-top: 100px;
}
.features-about-section.features-detail-about-section .why-about-hold {
padding-left: 0;
padding-right: 0;
}
.about-icons-list ul li:nth-child(3n),
.about-icons-list ul li:last-child {
margin-right: auto;
}
.features-about-section.features-detail-about-section .why-about-hold {
margin-bottom: 75px;
}
.about-icons-list ul {
display: block;
}
.about-icons-list ul li {
width: 70%;
min-width: 70%;
margin-right: auto;
margin-left: auto;
text-align: center;
margin-bottom: 50px;
}
.about-icons-list ul li:last-child {
margin-bottom: 0;
}
.ail-icon-hold {
margin-bottom: 30px;
}
.ail-icon {
margin: 0 auto;
}
.intro-lg-image-section.intro-detail-use-case {
padding-bottom: 120px;
}
.intro-lgi-right {
padding-left: 10%;
padding-right: 10%;
}
.intro-lgi-left {
padding-top: 0;
margin-bottom: 50px;
}
.orn-intro-id {
display: none;
}
.features-sticky-section {
padding: 100px 0;
}
.features-sticky-section:before {
width: 100%;
}
.ts-logo {
margin-bottom: 30px;
}
.sticky-content-item {
pointer-events: all;
}
.sc-im-content-button {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.sc-im-acc {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.sc-im-tabs {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.ia-image:after {
width: 126px;
height: 135px;
left: -65px;
bottom: -64px;
}
.ia-left {
padding-right: 10%;
padding-left: 10%;
margin-bottom: 90px;
}
.why-stats-right {
font-size: 18px;
padding-bottom: 6px;
}
.why-stats-left span {
font-size: 72px;
}
.why-stats-left {
font-size: 30px;
}
.why-stats ul li {
width: 320px;
min-width: 320px;
padding-bottom: 15px;
}
.sc-im-hold {
padding-left: 0;
}
.sc-im-right {
padding-left: 0;
}
.sc-im-left {
padding-left: 10%;
padding-right: 10%;
margin-bottom: 50px;
}
.why-solution-section .title-72 {
margin-bottom: 80px;
}
.sc-im-content h3,
.sc-im-content p {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.sc-it-image {
opacity: 1;
visibility: visible;
}
.sticky-content-item {
padding-top: 0;
top: auto;
position: relative;
left: auto;
right: auto;
min-height: 1px;
margin-bottom: 70px;
}
.sticky-content-item:last-child {
margin-bottom: 0;
}
.wa-right {
padding-left: 3%;
padding-top: 0;
}
.wa-left {
padding-right: 3%;
}
.why-about-hold {
padding-left: 12%;
padding-right: 3%;
}
.why-stats-left span {
color: #2e56ff;
background: none;
text-fill-color: unset;
-webkit-text-fill-color: unset;
}
.why-stats ul li:nth-child(2n) .why-stats-left span {
color: #2e56ff;
background: none;
text-fill-color: unset;
-webkit-text-fill-color: unset;
}
.intro-single-webinar-info ul li {
margin-bottom: 20px;
}
.intro-single-webinar-info ul li:last-child {
margin-bottom: 0;
}
.single-event-content-section .sgc-left {
padding-right: 0;
}
.single-speaker-content-name span {
font-size: 16px;
}
.single-speaker-content-name {
font-size: 18px;
}
.orn-intro-single-event {
right: -115px;
width: 330px;
}
.title-56 {
font-size: 42px;
}
.isg-image {
width: 100%;
margin-left: 0;
text-align: center;
}
.isg-left {
margin-bottom: 50px;
}
.single-guide-content {
padding-right: 40px;
}
.sgc-right {
padding-left: 0;
}
.sgc-left {
padding-right: 0;
margin-bottom: 50px;
}
.intro-simplest.intro-single {
padding-top: 160px;
}
.orn-intro-single {
width: 220px;
}
.entry ol li {
font-size: 16px;
}
.entry ul li:before {
top: 8px;
}
.entry ul li {
font-size: 16px;
padding-left: 24px;
}
.entry h5 {
font-size: 20px;
}
.entry h4 {
font-size: 24px;
}
.entry h3 {
font-size: 28px;
}
.entry h2 {
font-size: 32px;
}
.entry p {
font-size: 16px;
margin-bottom: 24px;
}
.single-content-middle {
width: calc(100% - 28px - 200px);
padding-right: 30px;
}
.sidebar-title {
font-size: 20px;
margin-bottom: 20px;
}
.sidebar-headline {
font-size: 16px;
}
.sidebar-content {
padding: 20px 20px 25px;
}
.single-content-sidebar {
width: 200px;
}
.single-content-left {
width: 28px;
}
.grid-of-three.tablet-three > ul > li:nth-child(3) {
display: none;
}
.resources-filter-grid > ul > li {
width: calc(33.333% - 14px);
min-width: calc(33.333% - 14px);
margin-right: 21px;
}
.resources-filter-grid > ul > li:first-child {
width: 100%;
min-width: 100%;
margin-bottom: 20px;
}
.grid-of-three > ul > li {
width: calc(50% - 20px);
min-width: calc(50% - 20px);
}
.stay-updated-left {
padding-right: 10%;
}
.press-archive-list ul li {
width: calc(50% - 10px);
min-width: calc(50% - 10px);
margin-right: 20px;
}
.press-archive-list ul li:nth-child(3n) {
margin-right: 20px;
}
.press-archive-list ul li:nth-child(2n) {
margin-right: 0;
}
.af-right {
padding-left: 3%;
}
.title-49 {
font-size: 36px;
}
.archive-featured {
padding-left: 0;
}
.orn-intro-simplests-sm {
bottom: -30px;
width: 120px;
}
.orn-intro-simplest {
width: 70%;
}
.title-123 strong {
color: #b8fd8e;
background: none;
text-fill-color: unset;
-webkit-text-fill-color: unset;
}
.intro-error {
padding-top: 100px;
padding-bottom: 80px;
}
.orn-error-intro {
width: 500px;
}
.subnav-hold {
position: relative;
top: auto;
left: auto;
transform: translateX(0%);
opacity: 1;
visibility: visible;
padding-top: 6px;
padding-bottom: 30px;
display: none;
transition: 0s;
}
.subnav {
background: transparent;
box-shadow: none;
border-radius: 0;
display: block;
}
.subnav-left {
width: 100%;
min-width: 100%;
padding: 0;
}
.subnav-nav ul li {
margin-bottom: 11px;
}
.orn-home-why {
width: 260px;
}
.orn-home-intro {
display: none;
}
.footer-bottom {
padding: 30px 0;
}
.footer-sec-nav {
width: 100%;
}
.footer-sec-nav ul {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.copyrights {
width: 100%;
min-width: 100%;
margin-bottom: 20px;
text-align: center;
}
.footer-top .row + .row {
display: block;
margin-top: 50px;
}
.footer-top {
padding: 90px 0 50px;
}
.footer-nav-hold {
padding-left: 0;
width: 100%;
min-width: 100%;
margin-bottom: 50px;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.footer-logo {
width: 30%;
min-width: 30%;
margin-bottom: 0;
}
.t-carousel-item {
width: 460px;
padding: 50px 60px 100px 60px;
}
.orn-cta-right {
display: none;
}
.title-72 {
font-size: 48px;
}
.fr-last {
margin-top: 20px;
}
.fr-right {
padding-left: 0;
}
.fr-top-left {
margin-bottom: 47px;
}
.fr-left {
padding-right: 0;
}
.fr-top .title-72 {
margin-bottom: 22px;
}
.awards-list-2 {
padding-top: 30px;
}
.testimonails-left:after {
display: none;
}
.testimonails-right {
padding-left: 0;
margin-bottom: 47px;
}
.testimonails-left {
order: 2;
padding-right: 0;
}
.testimonials-section {
padding: 60px 0;
}
.stats-left {
margin-bottom: 97px;
}
.stats-items {
max-width: 400px;
}
.hiw-hold {
padding: 70px 6%;
}
.title-102 {
font-size: 62px;
}
.title-123 {
font-size: 80px;
}
.intro-ttc-text {
padding-left: 24%;
}
.intro-ttc-text .text-18 {
margin-bottom: 25px;
}
.video-left {
order: 2;
}
.video-right {
padding-left: 0;
margin-bottom: 40px;
}
.stats-right {
padding-left: 0;
}
.t-nav {
width: 105px;
height: 105px;
}
.trusted-list ul li {
width: 33%;
min-width: 33%;
}
.fancybox-slide {
padding-left: 0;
padding-right: 0;
}
.hw-content-hold .title-72 {
transition-delay: 0s;
}
.hw-content-hold .hw-text-hold {
transition-delay: 0s;
}
.hw-content-hold .hw-link {
transition-delay: 0s;
}
.hw-content-hold .in-view.section-label {
opacity: 1;
transform: translateY(0);
}
.hw-content-hold .in-view.title-72 {
opacity: 1;
transform: translateY(0);
}
.hw-content-hold .in-view.text-18 {
opacity: 1;
transform: translateY(0);
}
.hw-content-hold .in-view.hw-link {
opacity: 1;
transform: translateY(0);
}
.hw-text {
padding-left: 0;
}
.hw-link {
padding-left: 0;
}
.hw-content-hold {
padding-left: 0;
}
.home-why-section {
padding: 90px 0;
}
.hw-mob-image {
padding-bottom: 120%;
margin-bottom: 40px;
}
.hw-mob-item {
margin-bottom: 80px;
}
.hw-mob-item:last-child {
margin-bottom: 0;
}
.intro-single-info ul li.intro-single-author {
font-size: 20px;
}
.features-benefits-list .sc-im-hold {
margin-bottom: 100px;
}
.resolve-featured-section .af-image:before {
display: none;
}
}
@media screen and (max-width: 767px) {
.integrations-right:before {
bottom: -1px;
right: auto;
width: 60px;
height: 100%;
background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 99%);
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 99%);
background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 99%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=1);
}
.integrations-right:after {
bottom: -1px;
left: auto;
width: 60px;
height: 100%;
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 99%);
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 99%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
}
.integrations-right {
margin-left: -20px;
width: calc(100% + 40px);
min-width: calc(100% + 40px);
}
.integrations-carousel-grid {
margin-bottom: 10px;
}
.integrations-carousel-grid {
min-height: 1px;
margin-top: 0;
}
.vertical-carousel.owl-carousel {
width: 100%;
margin-top: 0;
transform: rotate(0deg);
}
.vs-item {
transform: rotate(0deg);
}
.intro-simplest.intro-simplest-cd {
margin-bottom: 110px;
}
}
@media screen and (max-width: 639px) {
.n-logo-carousel-hold:before,
.n-logo-carousel-hold:after {
width: 60px;
}
.nl-carousel-item {
width: 160px;
min-height: 160px;
}
.resolve-featured-section .af-image {
padding-bottom: 0%;
}
.resolve-carousel.owl-carousel .owl-nav button.owl-prev {
left: 10px;
}
.resolve-carousel.owl-carousel .owl-nav button.owl-next {
right: 10px;
}
.resolve-carousel-item {
padding: 10px 10px 0;
}
.resolve-carousel-video:after {
right: -10px;
top: -10px;
}
.resolve-carousel-video:before {
left: -10px;
bottom: -10px;
}
.resolve-carousel-video:before,
.resolve-carousel-video:after {
width: 80px;
height: 80px;
}
.reveal-resolve-bg {
padding: 50px 15px 50px;
}
.reveal-resolve .close-button {
right: 10px;
top: 10px;
width: 20px;
height: 20px;
}
.resolve-carousel.owl-carousel .owl-nav button.owl-next span:before,
.resolve-carousel.owl-carousel .owl-nav button.owl-prev span:before {
top: 0;
}
.resolve-carousel.owl-carousel .owl-nav button.owl-next,
.resolve-carousel.owl-carousel .owl-nav button.owl-prev {
height: 19px;
top: -50px;
}
.resolve-carousel.owl-carousel .owl-nav button.owl-next span strong,
.resolve-carousel.owl-carousel .owl-nav button.owl-prev span strong {
display: none;
}
.resolve-carousel-video {
margin-bottom: 36px;
}
.resolve-carousel-content {
padding: 0;
}
.reveal.reveal-resolve {
width: 100%;
}
.intro-resolve video {
left: -30%;
}
.orn-features-detail:before {
display: block !important;
content: "";
position: absolute;
left: -1px;
top: 0;
bottom: 0;
height: 100%;
width: 3px;
background: #000;
}
.video-cover a:after {
width: 80px;
height: 80px;
background-size: 30px auto;
}
.orn-ty {
width: 150px;
}
.orn-features-detail {
width: 70%;
}
.reveal-roi h1 {
font-size: 32px;
margin-bottom: 30px;
}
.reveal-roi p {
font-size: 16px;
}
.reveal-roi .highlight p {
font-size: 20px;
margin-bottom: 30px;
}
.reveal-roi h2 {
font-size: 28px;
}
.reveal-roi {
top: 0 !important;
padding: 70px 20px 50px;
width: 100%;
}
.roi-result-content .btm {
padding-top: 25px;
font-size: 16px;
}
.roi-result-content .tabcontent .box {
padding: 16px 15px 15px;
}
.savings-chart .x-axis ul .d-data {
top: auto;
right: auto;
bottom: calc(100% + 11px);
left: 50%;
transform: translateX(-50%);
border: 1px solid #d0d7e7;
background: #fff;
padding: 4px 8px;
border-radius: 4px;
z-index: 10;
color: #2e56ff;
font-size: 12px;
font-weight: 400;
}
.savings-chart .x-axis ul .index {
font-size: 10px;
}
.savings-chart .x-axis ul li {
padding: 0 5px;
}
.savings-chart .y-axis {
width: 70px;
}
.savings-chart .y-axis ul li {
padding-right: 10px;
font-size: 12px;
}
.roi-result-content .tabcontent .graphic-col {
width: 100%;
margin-top: 20px;
}
.roi-result-content .row .col.half {
width: 100%;
}
.roi-step .input-row .input-col label {
font-size: 14px;
}
.steps-wrap {
margin-bottom: 28px;
margin-left: -20px;
width: calc(100% + 40px);
}
.steps-wrap ul li {
line-height: 1;
}
.roi-step .input-row .input-col input,
.roi-step .input-row .input-col input:focus {
font-size: 18px;
margin-bottom: 6px;
}
.roi-step .input-row .input-col {
width: 100%;
min-width: 100%;
margin-bottom: 22px;
}
.roi-step .assumptions-content .slide {
padding-left: 0;
}
.roi-step .input-lists .field-relative .field-sign-dollar {
font-size: 18px;
top: 8px;
}
.roi-step .input-lists input,
.roi-step .input-lists input:focus {
font-size: 18px;
}
.roi-step .input-lists li label {
font-size: 17px;
}
.roi-step .assumptions-content ul li a:after {
width: 30px;
height: 30px;
top: -7px;
}
.roi-step .assumptions-content ul li a:before {
width: 30px;
height: 30px;
top: -7px;
}
.roi-step .assumptions-content ul li a {
font-size: 20px;
padding-left: 42px;
}
.roi-step .assumptions span {
font-size: 14px;
}
.roi-step .assumptions strong {
font-size: 18px;
}
.range-row .range-value #field-average_handle_time,
.range-row .range-value #field-average_handle_time:focus {
padding: 2px 16px;
padding-right: 45px;
font-size: 18px;
width: 120px;
}
.roi-step .range-value .min {
top: 12px;
font-size: 18px;
}
.range-row .range-value #field-monthly_call_volume,
.range-row .range-value #field-monthly_call_volume:focus {
font-size: 18px;
width: 120px;
}
.range-row .top .title {
font-size: 18px;
}
.roi-step .intro {
font-size: 18px;
margin-bottom: 30px;
}
.newsletter-hold {
margin-bottom: 50px;
}
.footer-logo {
width: 100%;
min-width: 100%;
margin-bottom: 40px;
}
.footer-left {
display: block;
margin-bottom: 50px;
}
.page-template-tp-contact .entry h2 a {
pointer-events: all;
}
.about-stats-section .why-stats ul li:last-child {
margin-bottom: 0;
}
.roi-content-section {
padding: 140px 0 60px;
}
.intro-roi-calc {
padding: 40px 20px 70px;
}
.ty-intro-section {
padding: 100px 0 80px;
}
.page-template-tp-request_demo .testimonial-section-v2 {
margin-bottom: 0;
}
.why-about-section.hiw-about-section {
margin-bottom: 0;
}
.intro-lgi-left {
margin-bottom: 40px;
}
.intro-simplest.intro-ppc-demo {
margin-bottom: 70px;
}
.uca-list.uca-list-with-link ul li a {
width: 100%;
}
.home .intro-title-text-cta:after {
display: none;
}
.why-stats ul li:last-child {
margin-bottom: 0;
}
.stay-updated-right input,
.stay-updated-right input:focus {
height: 56px;
font-size: 18px;
}
.stay-updated-right .hs-submit {
margin-top: 20px;
}
.stay-updated-right .hs-submit .hs-button,
.stay-updated-right .hs-submit .hs-button:focus,
.stay-updated-right .hs-submit .hs-button:active {
padding: 18px 25px;
position: relative;
top: auto;
right: auto;
}
.video-left:before {
right: calc(100% - 66px);
bottom: -30px;
width: 155px;
height: 188px;
}
.wa-items.wa-items-2 {
padding: 50px 0%;
margin-left: -35px;
width: calc(100% + 68px);
}
.hs-submit .hs-button,
.hs-submit .hs-button:focus,
.hs-submit .hs-button:active {
font-size: 16px;
padding: 15px 40px;
min-width: 174px;
}
.reg-form-hold .input textarea {
height: 120px;
padding: 15px 20px;
font-size: 16px;
}
.reg-form-hold .input [type="color"],
.reg-form-hold .input [type="date"],
.reg-form-hold .input [type="datetime-local"],
.reg-form-hold .input [type="datetime"],
.reg-form-hold .input [type="email"],
.reg-form-hold .input [type="month"],
.reg-form-hold .input [type="number"],
.reg-form-hold .input [type="password"],
.reg-form-hold .input [type="search"],
.reg-form-hold .input [type="tel"],
.reg-form-hold .input [type="text"],
.reg-form-hold .input [type="time"],
.reg-form-hold .input [type="url"],
.reg-form-hold .input [type="week"] {
height: 50px;
font-size: 16px;
}
.intro-blog:before {
opacity: 0.3;
width: 25px;
}
.orn-intro-blog:before {
top: 32px;
height: 15px;
width: 33px;
}
.orn-intro-blog {
left: -20px;
bottom: -67px;
width: 100px;
}
.blog-filtering.inline-filter-list ul li label {
padding-left: 8px;
padding-right: 8px;
}
.search-right {
width: 100%;
}
.close-button {
right: 12px;
top: 4px;
}
.reveal-bio-right {
padding-left: 0;
width: 100%;
}
.reveal-bio-left {
width: 100%;
margin-bottom: 30px;
}
.reveal.reveal-bio {
padding: 40px 20px;
}
.reveal.reveal-bio {
width: 100%;
}
.integration-item-logo {
margin-bottom: 30px;
}
.grid-of-three.integrations-list > ul > li a {
padding-top: 40px;
padding-bottom: 45px;
}
.inline-filter-list ul li {
margin-right: 5px;
margin-bottom: 5px;
}
.inline-filter-list ul li label {
font-size: 14px;
padding: 5px 10px 3px;
}
.intro-simplest.intro-integrations {
margin-bottom: 80px;
}
.orn-intro-integrations {
width: 200px;
right: -85px;
}
.ts-logo {
margin-bottom: 20px;
}
.text-29 {
font-size: 20px;
}
.testimonial-section-v2 {
padding: 70px 0;
margin-bottom: 20px;
}
.testimonial-section-v2-hold {
padding-left: 0;
padding-top: 46px;
}
.calc-note-section {
padding: 85px 0 95px;
margin-bottom: 75px;
}
.cn-left {
padding: 0;
margin-bottom: 40px;
}
.cib-right {
padding-right: 0;
padding-left: 0;
}
.content-image-black-section {
padding: 90px 0;
margin-bottom: 0;
}
.content-form-section {
margin-bottom: 90px;
}
.cf-right {
margin-left: -40px;
width: calc(100% + 40px);
}
.cf-left .entry {
margin-bottom: 46px;
padding-bottom: 15px;
}
.cf-hold {
padding-left: 40px;
}
.itp-right .fr-list ul li a {
min-height: 300px;
}
.fr-list-title span {
font-size: 16px;
min-height: 1px;
}
.itp-right .fr-list ul li:nth-last-child(2) {
margin-bottom: 20px;
}
.in-the-press-section {
margin-bottom: 95px;
}
.itp-left {
padding-right: 0;
margin-bottom: 40px;
}
.bg-light.bg-light-about {
padding-top: 90px;
padding-bottom: 50px;
margin-bottom: 85px;
}
.leadership-name span {
font-size: 18px;
}
.leadership-name {
font-size: 24px;
}
.leadership-grid ul li:nth-child(4n) {
margin-right: 0;
}
.leadership-grid ul li {
width: 100%;
min-width: 100%;
margin-right: 0;
margin-bottom: 50px;
}
.leadership-section .title-72 {
margin-bottom: 50px;
}
.orn-company {
top: -245px;
width: 300px;
}
.history-section {
margin-bottom: 130px;
}
.history-carousel-hold {
padding-bottom: 185px;
}
.history-section .title-72 {
margin-bottom: 30px;
}
.history-carousel .owl-dots {
display: none;
}
.history-carousel.owl-carousel .owl-nav button.owl-next,
.history-carousel.owl-carousel .owl-nav button.owl-prev {
bottom: -185px;
}
.about-stats-right {
width: 100%;
}
.history-carousel-item:after {
left: -10px;
width: 21px;
height: 21px;
bottom: -50px;
}
.history-carousel-item:before {
width: calc(100% + 30px);
bottom: -40px;
}
.history-carousel-item {
width: calc(100vw - 60px);
padding: 30px 25px 30px;
}
.why-stats-section.about-stats-section .title-49 {
margin-bottom: 24px;
}
.about-stats-left {
margin-bottom: 40px;
}
.about-stats-section .title-72 {
margin-bottom: 50px;
}
.why-stats-section.about-stats-section {
padding-top: 90px;
padding-bottom: 95px;
}
.image-content-section {
margin-bottom: 85px;
}
.ic-left {
padding-right: 0;
padding-left: 0;
}
.intro-lg-image-section.intro-about {
margin-bottom: 85px;
}
.orn-intro-about {
bottom: auto;
right: -20px;
width: 120px;
top: 125px;
}
.intro-about .intro-lgi-left {
padding-right: 0;
}
.intro-simplest.intro-wd {
padding-top: 140px;
padding-bottom: 85px;
}
.orn-intro-wd {
right: -140px;
width: 300px;
}
.wd-featured-section .af-right {
width: 100%;
padding-left: 0;
}
.wd-featured-section .af-left {
width: 100%;
padding-right: 0;
}
.resources-filter-grid.two-filters > ul > li:first-child {
width: 100%;
min-width: 100%;
margin-bottom: 10px;
}
.resources-filter-grid.two-filters > ul > li {
width: 100%;
min-width: 100%;
margin-right: 0;
margin-bottom: 10px;
}
.text-page-section {
margin-bottom: 70px;
}
.entry h2:not(:first-child),
.entry h3:not(:first-child),
.entry h4:not(:first-child),
.entry h5:not(:first-child) {
margin-top: 40px;
}
.text-page-intro .title-72 {
font-size: 42px;
}
.orn-intro-text {
top: 50px;
width: 160px;
}
.text-page-intro {
padding: 160px 0 0;
}
.intro-lg-image-section.intro-csd {
margin-bottom: 85px;
}
.logo-intro img {
max-height: 60px;
}
.et-carousel-item-text {
font-size: 18px;
}
.employee-testimonials-section {
padding: 85px 0 130px;
}
.why-join-section {
margin-bottom: 85px;
}
.wj-top {
margin-bottom: 30px;
}
.blue-block-section {
margin-bottom: 85px;
}
.bb-left {
margin-bottom: 25px;
}
.blue-block {
padding: 55px 25px 60px;
}
.content-list-section {
padding: 85px 0 50px;
margin-bottom: 85px;
}
.cl-list ul li {
margin-bottom: 50px;
width: 100%;
min-width: 100%;
margin-right: 0;
}
.video-section.career-video-section {
padding: 85px 0;
margin-bottom: 0;
}
.et-carousel-item {
width: calc(100vw - 40px);
padding: 50px 35px 60px;
}
.orn-intro-contact {
bottom: -50px;
}
.contact-content-section {
margin-bottom: 50px;
}
.contact-form-hold .single-form-hold {
margin-top: -140px;
}
.footer-simplified .footer-top {
padding: 70px 0 45px;
}
.testimonial-section.mob-mb-0 {
margin-bottom: 0;
}
.trusted-simple-section.has-light-bg {
padding: 80px 0;
}
.intro-rad-right {
padding-left: 0;
padding-right: 0;
}
.stats-left {
padding-right: 0;
}
.stats-hold-left .title-72 {
margin-bottom: 25px;
}
.oposite .features-benefits-list .sc-im-hold:nth-child(2n) .sc-im-left {
padding-right: 0;
padding-left: 0;
}
.oposite .features-benefits-list .sc-im-hold:nth-child(2n + 1) .sc-im-left {
padding-left: 0;
padding-right: 0;
}
.cta-band .title-72 {
font-size: 42px;
}
.cta-band {
padding: 65px 25px 55px;
}
.intro-ppc-demo-form-hold .single-form-hold {
padding: 50px 25px;
}
.trusted-sm-section {
margin-bottom: 50px;
}
.intro-ppc-demo-right {
padding-left: 0;
padding-right: 0;
}
.intro-simplest.intro-ppc-demo {
padding: 140px 0 60px;
}
.text-form-section {
padding: 10px 0 85px;
}
.testimonial-section.mb75 {
margin-bottom: 75px;
}
.diff-section {
padding: 85px 0 90px;
}
.diff-table table tbody td:first-child {
padding-left: 15px;
}
.diff-table table tbody td {
font-size: 13px;
padding: 7px 5px;
line-height: 1.3;
}
.diff-table table thead th {
padding: 0 5px 15px;
}
.diff-table table thead tr th img {
max-width: 90px;
max-height: 30px;
}
.diff-table {
margin-left: -20px;
width: calc(100% + 40px);
}
.intro-cd-logos ul li img {
max-width: 130px;
}
.intro-cd-logos ul li:last-child:before {
left: -26px;
}
.intro-cd-logos ul li:first-child:after {
left: calc(100% + 24px);
}
.intro-cd-logos ul li {
margin-right: 50px;
}
.intro-simplest.intro-simplest-cd {
margin-bottom: 80px;
}
.intro-cd-left {
margin-bottom: 40px;
}
.orn-intro-simplest-left-bottom {
width: 120px;
}
.trusted-simple-list ul li {
width: 33.333%;
min-width: 33.333%;
margin-bottom: 20px;
}
.trusted-simple-section .section-label {
margin-bottom: 35px;
}
.trusted-simple-section {
margin-bottom: 80px;
}
.wbc-list ul li {
width: 100%;
min-width: 100%;
margin-right: 0;
margin-bottom: 50px;
}
.wbc-list ul li:last-child {
margin-bottom: 0;
}
.wbc-section {
padding: 80px 0;
}
.competitors-grid-section {
margin-bottom: 70px;
}
.competitor-logo {
margin-bottom: 40px;
}
.competitors-list ul li a {
padding: 50px 14%;
}
.competitors-list ul li:nth-child(3n) {
margin-right: 0;
}
.competitors-list ul li {
width: 100%;
min-width: 100%;
margin-right: 0;
}
.competitors-grid-section .title-72 {
margin-bottom: 50px;
}
.security-hold {
padding: 50px 30px;
}
.security-left {
padding-right: 0;
padding-left: 0;
margin-bottom: 40px;
}
.intro-lg-hiw-section.intro-lg-section:before {
width: 80px;
}
.orn-fd-about {
left: -10px;
width: 100px;
display: none;
}
.why-solution-section.features-benefits-section {
padding-bottom: 70px;
}
.why-solution-section.features-benefits-section {
padding-bottom: 90px;
}
.features-benefits-list .sc-im-hold {
margin-bottom: 70px;
}
.features-benefits-list .sc-im-hold:nth-child(2n) .sc-im-left {
padding-left: 0;
padding-right: 0;
}
.orn-benefits-section:before {
width: 39px;
height: 150px;
}
.orn-benefits-section {
top: -206px;
width: 120px;
}
.about-icons-list {
padding-left: 0;
padding-right: 0;
}
.features-about-section.features-detail-about-section {
padding-top: 0;
}
.intro-lg-image-section.intro-detail-use-case {
padding-bottom: 90px;
}
.orn-uca-3 {
top: -80px;
width: 160px;
}
.uca-section .title-72 {
margin-bottom: 50px;
}
.orn-uca-2 {
bottom: -90px;
width: 100px;
}
.orn-uca-1 {
top: -90px;
right: 0;
width: 160px;
}
.uca-section {
padding: 80px 0 60px;
}
.uca-list ul li {
width: 100%;
min-width: 100%;
margin-right: 0;
margin-bottom: 30px;
}
.uca-list ul li:nth-child(3n) {
margin-right: 0%;
}
.intro-lg-image-section {
padding: 140px 0 64px;
margin-bottom: 80px;
}
.intro-lgi-right {
padding-left: 0;
padding-right: 0;
}
.sc-im-tabs .tabs-title > a {
line-height: 1.2;
}
.sticky-content-hold-mob .row {
padding: 0;
}
.features-about-section {
margin-bottom: 80px;
}
.why-about-hold .title-72 {
font-size: 42px;
}
.ts-info-left {
font-size: 16px;
margin-bottom: 20px;
padding-right: 0;
}
.ts-info {
display: block;
}
.ts-text {
margin-bottom: 30px;
}
.testimonial-section {
padding: 70px 0;
margin-bottom: 20px;
}
.ia-acc-text {
width: 100%;
padding-left: 0;
padding-top: 10px;
padding-bottom: 0;
font-size: 16px;
}
.ia-acc-title {
width: 100%;
}
.ia-acc ul li {
display: block;
}
.ia-left {
padding-right: 0;
padding-left: 0;
margin-bottom: 80px;
}
.industries-acc-section {
padding: 100px 0;
}
.why-stats-section {
padding-bottom: 80px;
}
.why-stats-left span {
font-size: 60px;
}
.why-stats-right {
font-size: 16px;
padding-bottom: 3px;
}
.why-stats ul li {
width: 100%;
min-width: 100%;
margin-bottom: 20px;
}
.sc-im-content p {
font-size: 16px;
}
.sc-im-content h3 {
font-size: 32px;
}
.sc-im-left {
padding-left: 0;
padding-right: 0;
}
.why-solution-section {
margin-bottom: 120px;
padding-top: 100px;
}
.why-about-section {
margin-bottom: 90px;
}
.wa-item-icon-hold {
margin-bottom: 20px;
}
.wa-items ul li {
margin-bottom: 40px;
}
.wa-items ul li:last-child {
margin-bottom: 0;
}
.wa-items ul {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.why-about-hold {
padding-right: 0;
padding-left: 40px;
}
.wa-items {
margin-left: -60px;
width: calc(100% + 80px);
}
.intro-lg-section {
padding: 140px 0 80px;
margin-bottom: 80px;
}
.orn-intro-single-webinar {
width: 260px;
right: -20px;
}
.intro-simplest.intro-single-webinar {
padding: 150px 0 100px;
}
.intro-single-webinar-info ul {
display: block;
}
.intro-single-webinar-info ul li {
font-size: 16px;
margin-right: 0;
}
.single-speaker-content-logo img {
max-height: 20px;
}
.single-speaker-content-name span {
font-size: 12px;
}
.single-speaker-content-name {
font-size: 16px;
}
.single-speaker-content-logo {
margin-bottom: 10px;
}
.single-speaker-content {
width: calc(100% - 120px);
padding-left: 15px;
padding-right: 10px;
}
.single-speaker-image {
width: 120px;
height: 150px;
}
.single-speakers-hold .title-49 {
margin-bottom: 20px;
}
.single-speakers-hold {
margin-top: 30px;
margin-left: -40px;
width: calc(100% + 40px);
padding-top: 30px;
}
.orn-intro-single-event {
right: -80px;
width: 230px;
}
.intro-simplest.intro-single-event {
padding: 150px 0 100px;
}
.intro-single-event-info ul li:after {
display: none;
}
.intro-single-event-info ul {
display: block;
}
.intro-single-event-info ul li {
font-size: 15px;
}
.intro-single-event-top ul li:after {
display: none;
}
.intro-single-event-top ul {
display: block;
}
.intro-single-event-top ul li {
font-size: 20px;
margin-bottom: 10px;
}
.intro-single-event-top ul li:last-child {
margin-bottom: 0;
}
.intro-single-event-top ul li.intro-single-event-top-sm {
font-size: 16px;
}
.intro-single-guide .intro-single-tags {
padding-left: 0;
}
.isg-image:before {
top: 50%;
left: 50%;
width: 336px;
height: 315px;
}
.intro-simplest.intro-single-guide {
padding-top: 140px;
}
.single-trust-list ul li {
width: 45%;
min-width: 45%;
margin-right: 10%;
font-size: 20px;
}
.single-trust-list ul li:nth-child(3n) {
margin-right: 10%;
}
.single-trust-list ul li:nth-child(2n) {
margin-right: 0%;
text-align: center;
}
.single-form-hold {
padding: 50px 25px;
}
.single-form-hold .title-49 {
margin-bottom: 25px;
}
.sgc-right {
margin-left: -40px;
width: calc(100% + 40px);
}
.intro-simplest.intro-single-guide {
margin-bottom: 60px;
}
.single-guide-content {
padding-right: 0;
padding-left: 40px;
}
.orn-intro-single-guide-left:before {
top: 31px;
height: 80px;
width: 33px;
}
.orn-intro-single-guide-left {
top: calc(100% - 33px);
width: 100px;
}
.isg-image {
width: 160%;
margin-left: -30%;
}
.title-56 {
font-size: 36px;
margin-bottom: 25px;
}
.single-content-section {
margin-bottom: 60px;
}
.single-content-sidebar {
width: 100%;
}
.single-content-left {
display: none;
}
.single-content-middle {
width: 100%;
padding-right: 0;
margin-bottom: 30px;
}
.orn-intro-single {
width: 170px;
bottom: -50px;
right: -50px;
}
.intro-single-info {
margin-top: 20px;
}
.intro-single .title-72 {
font-size: 38px;
}
.intro-single-info ul li.intro-single-date {
font-size: 16px;
line-height: 24px;
}
.intro-single-info ul li.intro-single-author {
font-size: 18px;
line-height: 24px;
}
.intro-single-tags {
font-size: 16px;
line-height: 1.4;
margin-bottom: 24px;
}
.intro-simplest.intro-single {
padding-top: 140px;
overflow: hidden;
}
.intro-simplest.intro-simplest-lg {
min-height: 380px;
}
.filter-box-list {
z-index: 6;
}
.upcoming-events-section .title-49 {
margin-bottom: 40px;
}
.upcoming-events-section {
padding: 80px 0 50px;
}
.item-image {
margin-bottom: 30px;
}
.grid-of-three > ul > li a {
padding-bottom: 90px;
}
.item-link {
bottom: 30px;
}
.grid-of-three > ul {
margin-left: 0;
width: 100%;
}
.grid-of-three > ul > li {
width: 100%;
min-width: 100%;
margin-left: 0;
margin-right: 0;
}
.resources-filter-grid > ul > li:first-child {
margin-bottom: 10px;
}
.resources-filter-grid > ul > li {
width: 100%;
min-width: 100%;
margin-right: 0;
margin-bottom: 10px;
}
.resources-filter-grid > ul > li:last-child {
margin-bottom: 0;
}
.resources-filter-grid {
padding: 20px 25px 25px;
}
.stay-updated-hold {
padding: 50px 25px 45px;
}
.stay-updated-left {
padding-right: 0;
margin-bottom: 30px;
}
.item-title {
font-size: 22px;
}
.item-date {
font-size: 16px;
}
.press-archive-list ul li a {
padding: 45px 25px 90px;
}
.item-button {
bottom: 30px;
}
.pa-item-top {
margin-bottom: 40px;
}
.archive-featured-section {
margin-bottom: 80px;
}
.title-49 {
font-size: 32px;
}
.af-link {
margin-top: 25px;
}
.af-right {
padding-left: 0;
width: 100%;
min-height: 1px;
}
.af-image {
padding-bottom: 66%;
}
.af-left {
width: 100%;
padding-right: 0%;
margin-bottom: 40px;
}
.orn-intro-simplest {
width: 80%;
}
.orn-intro-simplests-sm {
display: none;
}
.intro-simplest {
min-height: 300px;
padding: 120px 0 40px;
margin-bottom: 90px;
}
.press-archive-list ul li {
width: 100%;
min-width: 100%;
margin-right: 0;
}
.press-archive-list ul li:nth-child(3n) {
margin-right: 0;
}
.orn-error-intro {
width: 250px;
right: -87px;
}
.error404 .title-123 {
font-size: 58px;
}
.mob-nav-hold {
padding: 25px 0;
}
.orn-home-why {
width: 200px;
right: -110px;
}
.fr-last {
margin-top: 0;
}
.fr-top .fr-right {
display: none;
}
.fr-bottom .fr-left {
display: none;
}
.notification {
position: relative;
transform: translateY(0%);
margin-top: 40px;
width: 100%;
padding: 20px 25px 20px 25px;
font-size: 18px;
}
.text-18 {
font-size: 18px;
}
.hw-mob-image {
margin-bottom: 30px;
}
.newsletter-hold {
width: 225px;
}
.footer-nav-hold {
margin-bottom: 12px;
}
.footer-nav ul li a {
font-size: 18px;
}
.footer-nav-title {
font-size: 18px;
}
.footer-nav-grid {
width: 47%;
min-width: 47%;
margin-bottom: 38px;
margin-right: 0;
max-width: 200px;
}
.footer-nav-hold {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.footer-top {
padding: 75px 0 38px;
}
.cta-hold .title-72 {
margin-bottom: 30px;
}
.cta-left {
padding: 56px 20px 60px;
background: #f7f7fb;
}
.cta-right {
padding: 56px 20px 60px;
background: #171717;
}
.cta-section {
padding: 0;
}
.cta-section .row {
padding: 0;
}
.cta-section:before,
.cta-section:after {
display: none;
}
.fr-last a {
min-height: 350px;
}
.fr-top {
margin-bottom: 0;
}
.link-white,
.link-white:focus,
.link-white:active {
font-size: 18px;
}
.link-black,
.link-black:focus,
.link-black:active {
font-size: 18px;
}
.fr-list-link {
bottom: 40px;
padding: 0 40px;
}
.fr-list-title {
font-size: 24px;
top: 50px;
padding: 0 40px;
}
.fr-list ul li {
width: 100%;
min-width: 100%;
margin-right: 0;
margin-bottom: 10px;
}
.fr-list ul li:last-child {
margin-bottom: 0;
}
.fr-top-left {
margin-bottom: 16px;
}
.featured-resources-section {
padding: 50px 0 80px;
}
.awards-list-2 ul li {
margin-bottom: 36px;
}
.awards-list ul {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.awards-list ul li {
text-align: center;
margin: 0 9px 0;
}
.awards-list-2 {
padding-top: 42px;
}
.awards-list-2 ul li {
text-align: center;
}
.awards-list {
padding: 0 8%;
}
.awards-list ul li:last-child {
margin-bottom: 0;
}
.awards-list ul li img {
max-width: 96px;
}
.rewards-section .section-label {
text-align: center;
}
.rewards-section {
padding: 40px 0;
}
.t-carousel-item-text {
font-size: 18px;
margin-bottom: 40px;
}
.t-carousel .owl-dots {
display: none !important;
}
.t-carousel-item {
width: calc(100vw - 40px);
padding: 50px 35px 110px 35px;
}
.stats-item {
padding-bottom: 30px;
}
.stats-item-right {
width: 100%;
min-width: 100%;
font-size: 24px;
padding-bottom: 0;
padding-top: 0;
}
.stats-item-left span {
font-size: 29px;
}
.stats-item-left {
font-size: 70px;
}
.bg-light {
padding: 35px 0;
}
.stats-section {
padding: 40px 0;
}
.hiw-section {
padding: 45px 0;
}
.hiw-right {
padding-left: 0;
}
.hiw-left {
margin-bottom: 30px;
}
.hiw-hold {
padding: 70px 12%;
}
.home-why-section-top {
margin-bottom: 33px;
}
.title-102 {
font-size: 49px;
}
.video-right {
margin-bottom: 25px;
}
.intro-ttc-link {
width: 115%;
}
.link-green-to-white,
.link-green-to-white:focus,
.link-green-to-white:active {
font-size: 18px;
}
.link-green-to-black,
.link-green-to-black:focus,
.link-green-to-black:active {
font-size: 18px;
}
.link-pink-to-white,
.link-pink-to-white:focus,
.link-pink-to-white:active {
font-size: 18px;
}
.link-pink-to-black,
.link-pink-to-black:focus,
.link-pink-to-black:active {
font-size: 18px;
}
.video-section {
padding: 40px 0 70px;
padding: 0;
margin-bottom: 70px;
}
.home-why-section {
padding: 55px 0 85px;
}
.trusted-section {
padding: 0 0;
margin-bottom: 30px;
}
.trusted-list ul li {
width: 47%;
min-width: 47%;
margin-right: 6%;
min-height: 125px;
margin-bottom: 18px;
transform: none !important;
}
.trusted-list ul li:nth-child(2n) {
margin-right: 0;
}
.trusted-list ul li:last-child {
margin-right: 0;
}
.trusted-list ul {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.section-label {
font-size: 24px;
margin-bottom: 15px;
}
.orn-home-intro-sm {
width: 115px;
transform: translateX(-46%);
bottom: 100px;
}
.intro-ttc-text {
padding-left: 10%;
padding-right: 10%;
}
.intro-title-text-cta {
display: block;
padding: 130px 0 0;
margin-bottom: 55px;
}
.orn-home-intro {
display: none;
}
.row {
padding-left: 20px;
padding-right: 20px;
}
.row.row-full {
padding-left: 20px;
padding-right: 20px;
}
header {
padding: 25px 0;
}
header.scrolled {
padding: 25px 0;
}
.title-123 {
font-size: 72px;
margin-bottom: 20px;
}
.logo img {
max-width: 122px;
}
header.scrolled .logo img {
max-width: 122px;
}
.leadership-section .orn-company {
display: none;
}
}
@media screen and (max-width: 359px) {
.title-123 {
font-size: 58px;
margin-bottom: 30px;
}
}  (function(a){if(typeof define==="function"&&define.amd&&define.amd.jQuery){define(["jquery"],a)}else{a(jQuery)}}(function(f){var y="1.6.9",p="left",o="right",e="up",x="down",c="in",A="out",m="none",s="auto",l="swipe",t="pinch",B="tap",j="doubletap",b="longtap",z="hold",E="horizontal",u="vertical",i="all",r=10,g="start",k="move",h="end",q="cancel",a="ontouchstart" in window,v=window.navigator.msPointerEnabled&&!window.navigator.pointerEnabled,d=window.navigator.pointerEnabled||window.navigator.msPointerEnabled,C="TouchSwipe";var n={fingers:1,threshold:75,cancelThreshold:null,pinchThreshold:20,maxTimeThreshold:null,fingerReleaseThreshold:250,longTapThreshold:500,doubleTapThreshold:200,swipe:null,swipeLeft:null,swipeRight:null,swipeUp:null,swipeDown:null,swipeStatus:null,pinchIn:null,pinchOut:null,pinchStatus:null,click:null,tap:null,doubleTap:null,longTap:null,hold:null,triggerOnTouchEnd:true,triggerOnTouchLeave:false,allowPageScroll:"auto",fallbackToMouseEvents:true,excludedElements:"label, button, input, select, textarea, a, .noSwipe",preventDefaultEvents:true};f.fn.swipetp=function(H){var G=f(this),F=G.data(C);if(F&&typeof H==="string"){if(F[H]){return F[H].apply(this,Array.prototype.slice.call(arguments,1))}else{f.error("Method "+H+" does not exist on jQuery.swipetp")}}else{if(!F&&(typeof H==="object"||!H)){return w.apply(this,arguments)}}return G};f.fn.swipetp.version=y;f.fn.swipetp.defaults=n;f.fn.swipetp.phases={PHASE_START:g,PHASE_MOVE:k,PHASE_END:h,PHASE_CANCEL:q};f.fn.swipetp.directions={LEFT:p,RIGHT:o,UP:e,DOWN:x,IN:c,OUT:A};f.fn.swipetp.pageScroll={NONE:m,HORIZONTAL:E,VERTICAL:u,AUTO:s};f.fn.swipetp.fingers={ONE:1,TWO:2,THREE:3,ALL:i};function w(F){if(F&&(F.allowPageScroll===undefined&&(F.swipe!==undefined||F.swipeStatus!==undefined))){F.allowPageScroll=m}if(F.click!==undefined&&F.tap===undefined){F.tap=F.click}if(!F){F={}}F=f.extend({},f.fn.swipetp.defaults,F);return this.each(function(){var H=f(this);var G=H.data(C);if(!G){G=new D(this,F);H.data(C,G)}})}function D(a5,aw){var aA=(a||d||!aw.fallbackToMouseEvents),K=aA?(d?(v?"MSPointerDown":"pointerdown"):"touchstart"):"mousedown",az=aA?(d?(v?"MSPointerMove":"pointermove"):"touchmove"):"mousemove",V=aA?(d?(v?"MSPointerUp":"pointerup"):"touchend"):"mouseup",T=aA?null:"mouseleave",aE=(d?(v?"MSPointerCancel":"pointercancel"):"touchcancel");var ah=0,aQ=null,ac=0,a2=0,a0=0,H=1,ar=0,aK=0,N=null;var aS=f(a5);var aa="start";var X=0;var aR=null;var U=0,a3=0,a6=0,ae=0,O=0;var aX=null,ag=null;try{aS.bind(K,aO);aS.bind(aE,ba)}catch(al){f.error("events not supported "+K+","+aE+" on jQuery.swipetp")}this.enable=function(){aS.bind(K,aO);aS.bind(aE,ba);return aS};this.disable=function(){aL();return aS};this.destroy=function(){aL();aS.data(C,null);aS=null};this.option=function(bd,bc){if(aw[bd]!==undefined){if(bc===undefined){return aw[bd]}else{aw[bd]=bc}}else{f.error("Option "+bd+" does not exist on jQuery.swipetp.options")}return null};function aO(be){if(aC()){return}if(f(be.target).closest(aw.excludedElements,aS).length>0){return}var bf=be.originalEvent?be.originalEvent:be;var bd,bg=bf.touches,bc=bg?bg[0]:bf;aa=g;if(bg){X=bg.length}else{be.preventDefault()}ah=0;aQ=null;aK=null;ac=0;a2=0;a0=0;H=1;ar=0;aR=ak();N=ab();S();if(!bg||(X===aw.fingers||aw.fingers===i)||aY()){aj(0,bc);U=au();if(X==2){aj(1,bg[1]);a2=a0=av(aR[0].start,aR[1].start)}if(aw.swipeStatus||aw.pinchStatus){bd=P(bf,aa)}}else{bd=false}if(bd===false){aa=q;P(bf,aa);return bd}else{if(aw.hold){ag=setTimeout(f.proxy(function(){aS.trigger("hold",[bf.target]);if(aw.hold){bd=aw.hold.call(aS,bf,bf.target)}},this),aw.longTapThreshold)}ap(true)}return null}function a4(bf){var bi=bf.originalEvent?bf.originalEvent:bf;if(aa===h||aa===q||an()){return}var be,bj=bi.touches,bd=bj?bj[0]:bi;var bg=aI(bd);a3=au();if(bj){X=bj.length}if(aw.hold){clearTimeout(ag)}aa=k;if(X==2){if(a2==0){aj(1,bj[1]);a2=a0=av(aR[0].start,aR[1].start)}else{aI(bj[1]);a0=av(aR[0].end,aR[1].end);aK=at(aR[0].end,aR[1].end)}H=a8(a2,a0);ar=Math.abs(a2-a0)}if((X===aw.fingers||aw.fingers===i)||!bj||aY()){aQ=aM(bg.start,bg.end);am(bf,aQ);ah=aT(bg.start,bg.end);ac=aN();aJ(aQ,ah);if(aw.swipeStatus||aw.pinchStatus){be=P(bi,aa)}if(!aw.triggerOnTouchEnd||aw.triggerOnTouchLeave){var bc=true;if(aw.triggerOnTouchLeave){var bh=aZ(this);bc=F(bg.end,bh)}if(!aw.triggerOnTouchEnd&&bc){aa=aD(k)}else{if(aw.triggerOnTouchLeave&&!bc){aa=aD(h)}}if(aa==q||aa==h){P(bi,aa)}}}else{aa=q;P(bi,aa)}if(be===false){aa=q;P(bi,aa)}}function M(bc){var bd=bc.originalEvent?bc.originalEvent:bc,be=bd.touches;if(be){if(be.length){G();return true}}if(an()){X=ae}a3=au();ac=aN();if(bb()||!ao()){aa=q;P(bd,aa)}else{if(aw.triggerOnTouchEnd||(aw.triggerOnTouchEnd==false&&aa===k)){bc.preventDefault();aa=h;P(bd,aa)}else{if(!aw.triggerOnTouchEnd&&a7()){aa=h;aG(bd,aa,B)}else{if(aa===k){aa=q;P(bd,aa)}}}}ap(false);return null}function ba(){X=0;a3=0;U=0;a2=0;a0=0;H=1;S();ap(false)}function L(bc){var bd=bc.originalEvent?bc.originalEvent:bc;if(aw.triggerOnTouchLeave){aa=aD(h);P(bd,aa)}}function aL(){aS.unbind(K,aO);aS.unbind(aE,ba);aS.unbind(az,a4);aS.unbind(V,M);if(T){aS.unbind(T,L)}ap(false)}function aD(bg){var bf=bg;var be=aB();var bd=ao();var bc=bb();if(!be||bc){bf=q}else{if(bd&&bg==k&&(!aw.triggerOnTouchEnd||aw.triggerOnTouchLeave)){bf=h}else{if(!bd&&bg==h&&aw.triggerOnTouchLeave){bf=q}}}return bf}function P(be,bc){var bd,bf=be.touches;if((J()||W())||(Q()||aY())){if(J()||W()){bd=aG(be,bc,l)}if((Q()||aY())&&bd!==false){bd=aG(be,bc,t)}}else{if(aH()&&bd!==false){bd=aG(be,bc,j)}else{if(aq()&&bd!==false){bd=aG(be,bc,b)}else{if(ai()&&bd!==false){bd=aG(be,bc,B)}}}}if(bc===q){ba(be)}if(bc===h){if(bf){if(!bf.length){ba(be)}}else{ba(be)}}return bd}function aG(bf,bc,be){var bd;if(be==l){aS.trigger("swipeStatus",[bc,aQ||null,ah||0,ac||0,X,aR]);if(aw.swipeStatus){bd=aw.swipeStatus.call(aS,bf,bc,aQ||null,ah||0,ac||0,X,aR);if(bd===false){return false}}if(bc==h&&aW()){aS.trigger("swipe",[aQ,ah,ac,X,aR]);if(aw.swipe){bd=aw.swipe.call(aS,bf,aQ,ah,ac,X,aR);if(bd===false){return false}}switch(aQ){case p:aS.trigger("swipeLeft",[aQ,ah,ac,X,aR]);if(aw.swipeLeft){bd=aw.swipeLeft.call(aS,bf,aQ,ah,ac,X,aR)}break;case o:aS.trigger("swipeRight",[aQ,ah,ac,X,aR]);if(aw.swipeRight){bd=aw.swipeRight.call(aS,bf,aQ,ah,ac,X,aR)}break;case e:aS.trigger("swipeUp",[aQ,ah,ac,X,aR]);if(aw.swipeUp){bd=aw.swipeUp.call(aS,bf,aQ,ah,ac,X,aR)}break;case x:aS.trigger("swipeDown",[aQ,ah,ac,X,aR]);if(aw.swipeDown){bd=aw.swipeDown.call(aS,bf,aQ,ah,ac,X,aR)}break}}}if(be==t){aS.trigger("pinchStatus",[bc,aK||null,ar||0,ac||0,X,H,aR]);if(aw.pinchStatus){bd=aw.pinchStatus.call(aS,bf,bc,aK||null,ar||0,ac||0,X,H,aR);if(bd===false){return false}}if(bc==h&&a9()){switch(aK){case c:aS.trigger("pinchIn",[aK||null,ar||0,ac||0,X,H,aR]);if(aw.pinchIn){bd=aw.pinchIn.call(aS,bf,aK||null,ar||0,ac||0,X,H,aR)}break;case A:aS.trigger("pinchOut",[aK||null,ar||0,ac||0,X,H,aR]);if(aw.pinchOut){bd=aw.pinchOut.call(aS,bf,aK||null,ar||0,ac||0,X,H,aR)}break}}}if(be==B){if(bc===q||bc===h){clearTimeout(aX);clearTimeout(ag);if(Z()&&!I()){O=au();aX=setTimeout(f.proxy(function(){O=null;aS.trigger("tap",[bf.target]);if(aw.tap){bd=aw.tap.call(aS,bf,bf.target)}},this),aw.doubleTapThreshold)}else{O=null;aS.trigger("tap",[bf.target]);if(aw.tap){bd=aw.tap.call(aS,bf,bf.target)}}}}else{if(be==j){if(bc===q||bc===h){clearTimeout(aX);O=null;aS.trigger("doubletap",[bf.target]);if(aw.doubleTap){bd=aw.doubleTap.call(aS,bf,bf.target)}}}else{if(be==b){if(bc===q||bc===h){clearTimeout(aX);O=null;aS.trigger("longtap",[bf.target]);if(aw.longTap){bd=aw.longTap.call(aS,bf,bf.target)}}}}}return bd}function ao(){var bc=true;if(aw.threshold!==null){bc=ah>=aw.threshold}return bc}function bb(){var bc=false;if(aw.cancelThreshold!==null&&aQ!==null){bc=(aU(aQ)-ah)>=aw.cancelThreshold}return bc}function af(){if(aw.pinchThreshold!==null){return ar>=aw.pinchThreshold}return true}function aB(){var bc;if(aw.maxTimeThreshold){if(ac>=aw.maxTimeThreshold){bc=false}else{bc=true}}else{bc=true}return bc}function am(bc,bd){if(aw.preventDefaultEvents===false){return}if(aw.allowPageScroll===m){bc.preventDefault()}else{var be=aw.allowPageScroll===s;switch(bd){case p:if((aw.swipeLeft&&be)||(!be&&aw.allowPageScroll!=E)){bc.preventDefault()}break;case o:if((aw.swipeRight&&be)||(!be&&aw.allowPageScroll!=E)){bc.preventDefault()}break;case e:if((aw.swipeUp&&be)||(!be&&aw.allowPageScroll!=u)){bc.preventDefault()}break;case x:if((aw.swipeDown&&be)||(!be&&aw.allowPageScroll!=u)){bc.preventDefault()}break}}}function a9(){var bd=aP();var bc=Y();var be=af();return bd&&bc&&be}function aY(){return !!(aw.pinchStatus||aw.pinchIn||aw.pinchOut)}function Q(){return !!(a9()&&aY())}function aW(){var bf=aB();var bh=ao();var be=aP();var bc=Y();var bd=bb();var bg=!bd&&bc&&be&&bh&&bf;return bg}function W(){return !!(aw.swipe||aw.swipeStatus||aw.swipeLeft||aw.swipeRight||aw.swipeUp||aw.swipeDown)}function J(){return !!(aW()&&W())}function aP(){return((X===aw.fingers||aw.fingers===i)||!a)}function Y(){return aR[0].end.x!==0}function a7(){return !!(aw.tap)}function Z(){return !!(aw.doubleTap)}function aV(){return !!(aw.longTap)}function R(){if(O==null){return false}var bc=au();return(Z()&&((bc-O)<=aw.doubleTapThreshold))}function I(){return R()}function ay(){return((X===1||!a)&&(isNaN(ah)||ah<aw.threshold))}function a1(){return((ac>aw.longTapThreshold)&&(ah<r))}function ai(){return !!(ay()&&a7())}function aH(){return !!(R()&&Z())}function aq(){return !!(a1()&&aV())}function G(){a6=au();ae=event.touches.length+1}function S(){a6=0;ae=0}function an(){var bc=false;if(a6){var bd=au()-a6;if(bd<=aw.fingerReleaseThreshold){bc=true}}return bc}function aC(){return !!(aS.data(C+"_intouch")===true)}function ap(bc){if(bc===true){aS.bind(az,a4);aS.bind(V,M);if(T){aS.bind(T,L)}}else{aS.unbind(az,a4,false);aS.unbind(V,M,false);if(T){aS.unbind(T,L,false)}}aS.data(C+"_intouch",bc===true)}function aj(bd,bc){var be=bc.identifier!==undefined?bc.identifier:0;aR[bd].identifier=be;aR[bd].start.x=aR[bd].end.x=bc.pageX||bc.clientX;aR[bd].start.y=aR[bd].end.y=bc.pageY||bc.clientY;return aR[bd]}function aI(bc){var be=bc.identifier!==undefined?bc.identifier:0;var bd=ad(be);bd.end.x=bc.pageX||bc.clientX;bd.end.y=bc.pageY||bc.clientY;return bd}function ad(bd){for(var bc=0;bc<aR.length;bc++){if(aR[bc].identifier==bd){return aR[bc]}}}function ak(){var bc=[];for(var bd=0;bd<=5;bd++){bc.push({start:{x:0,y:0},end:{x:0,y:0},identifier:0})}return bc}function aJ(bc,bd){bd=Math.max(bd,aU(bc));N[bc].distance=bd}function aU(bc){if(N[bc]){return N[bc].distance}return undefined}function ab(){var bc={};bc[p]=ax(p);bc[o]=ax(o);bc[e]=ax(e);bc[x]=ax(x);return bc}function ax(bc){return{direction:bc,distance:0}}function aN(){return a3-U}function av(bf,be){var bd=Math.abs(bf.x-be.x);var bc=Math.abs(bf.y-be.y);return Math.round(Math.sqrt(bd*bd+bc*bc))}function a8(bc,bd){var be=(bd/bc)*1;return be.toFixed(2)}function at(){if(H<1){return A}else{return c}}function aT(bd,bc){return Math.round(Math.sqrt(Math.pow(bc.x-bd.x,2)+Math.pow(bc.y-bd.y,2)))}function aF(bf,bd){var bc=bf.x-bd.x;var bh=bd.y-bf.y;var be=Math.atan2(bh,bc);var bg=Math.round(be*180/Math.PI);if(bg<0){bg=360-Math.abs(bg)}return bg}function aM(bd,bc){var be=aF(bd,bc);if((be<=45)&&(be>=0)){return p}else{if((be<=360)&&(be>=315)){return p}else{if((be>=135)&&(be<=225)){return o}else{if((be>45)&&(be<135)){return x}else{return e}}}}}function au(){var bc=new Date();return bc.getTime()}function aZ(bc){bc=f(bc);var be=bc.offset();var bd={left:be.left,right:be.left+bc.outerWidth(),top:be.top,bottom:be.top+bc.outerHeight()};return bd}function F(bc,bd){return(bc.x>bd.left&&bc.x<bd.right&&bc.y>bd.top&&bc.y<bd.bottom)}}}));
if(typeof(console) === 'undefined') {
var console = {};
console.log = console.error = console.info = console.debug = console.warn = console.trace = console.dir = console.dirxml = console.group = console.groupEnd = console.time = console.timeEnd = console.assert = console.profile = console.groupCollapsed = function() {};
}
if (window.tplogs==true)
try {
console.groupCollapsed("ThemePunch GreenSocks Logs");
} catch(e) { }
var oldgs = window.GreenSockGlobals;
oldgs_queue = window._gsQueue;
var punchgs = window.GreenSockGlobals = {};
if (window.tplogs==true)
try {
console.info("Build GreenSock SandBox for ThemePunch Plugins");
console.info("GreenSock TweenLite Engine Initalised by ThemePunch Plugin");
} catch(e) {}  !function(a,b){"use strict";var c={},d=a.GreenSockGlobals=a.GreenSockGlobals||a;if(!d.TweenLite){var e,f,g,h,i,j=function(a){var b,c=a.split("."),e=d;for(b=0;b<c.length;b++)e[c[b]]=e=e[c[b]]||{};return e},k=j("com.greensock"),l=1e-10,m=function(a){var b,c=[],d=a.length;for(b=0;b!==d;c.push(a[b++]));return c},n=function(){},o=function(){var a=Object.prototype.toString,b=a.call([]);return function(c){return null!=c&&(c instanceof Array||"object"==typeof c&&!!c.push&&a.call(c)===b)}}(),p={},q=function(e,f,g,h){this.sc=p[e]?p[e].sc:[],p[e]=this,this.gsClass=null,this.func=g;var i=[];this.check=function(k){for(var l,m,n,o,r,s=f.length,t=s;--s>-1;)(l=p[f[s]]||new q(f[s],[])).gsClass?(i[s]=l.gsClass,t--):k&&l.sc.push(this);if(0===t&&g){if(m=("com.greensock."+e).split("."),n=m.pop(),o=j(m.join("."))[n]=this.gsClass=g.apply(g,i),h)if(d[n]=o,r="undefined"!=typeof module&&module.exports,!r&&"function"==typeof define&&define.amd)define((a.GreenSockAMDPath?a.GreenSockAMDPath+"/":"")+e.split(".").pop(),[],function(){return o});else if(r)if(e===b){module.exports=c[b]=o;for(s in c)o[s]=c[s]}else c[b]&&(c[b][n]=o);for(s=0;s<this.sc.length;s++)this.sc[s].check()}},this.check(!0)},r=a._gsDefine=function(a,b,c,d){return new q(a,b,c,d)},s=k._class=function(a,b,c){return b=b||function(){},r(a,[],function(){return b},c),b};r.globals=d;var t=[0,0,1,1],u=[],v=s("easing.Ease",function(a,b,c,d){this._func=a,this._type=c||0,this._power=d||0,this._params=b?t.concat(b):t},!0),w=v.map={},x=v.register=function(a,b,c,d){for(var e,f,g,h,i=b.split(","),j=i.length,l=(c||"easeIn,easeOut,easeInOut").split(",");--j>-1;)for(f=i[j],e=d?s("easing."+f,null,!0):k.easing[f]||{},g=l.length;--g>-1;)h=l[g],w[f+"."+h]=w[h+f]=e[h]=a.getRatio?a:a[h]||new a};for(g=v.prototype,g._calcEnd=!1,g.getRatio=function(a){if(this._func)return this._params[0]=a,this._func.apply(null,this._params);var b=this._type,c=this._power,d=1===b?1-a:2===b?a:.5>a?2*a:2*(1-a);return 1===c?d*=d:2===c?d*=d*d:3===c?d*=d*d*d:4===c&&(d*=d*d*d*d),1===b?1-d:2===b?d:.5>a?d/2:1-d/2},e=["Linear","Quad","Cubic","Quart","Quint,Strong"],f=e.length;--f>-1;)g=e[f]+",Power"+f,x(new v(null,null,1,f),g,"easeOut",!0),x(new v(null,null,2,f),g,"easeIn"+(0===f?",easeNone":"")),x(new v(null,null,3,f),g,"easeInOut");w.linear=k.easing.Linear.easeIn,w.swing=k.easing.Quad.easeInOut;var y=s("events.EventDispatcher",function(a){this._listeners={},this._eventTarget=a||this});g=y.prototype,g.addEventListener=function(a,b,c,d,e){e=e||0;var f,g,j=this._listeners[a],k=0;for(this!==h||i||h.wake(),null==j&&(this._listeners[a]=j=[]),g=j.length;--g>-1;)f=j[g],f.c===b&&f.s===c?j.splice(g,1):0===k&&f.pr<e&&(k=g+1);j.splice(k,0,{c:b,s:c,up:d,pr:e})},g.removeEventListener=function(a,b){var c,d=this._listeners[a];if(d)for(c=d.length;--c>-1;)if(d[c].c===b)return void d.splice(c,1)},g.dispatchEvent=function(a){var b,c,d,e=this._listeners[a];if(e)for(b=e.length,c=this._eventTarget;--b>-1;)d=e[b],d&&(d.up?d.c.call(d.s||c,{type:a,target:c}):d.c.call(d.s||c))};var z=a.requestAnimationFrame,A=a.cancelAnimationFrame,B=Date.now||function(){return(new Date).getTime()},C=B();for(e=["ms","moz","webkit","o"],f=e.length;--f>-1&&!z;)z=a[e[f]+"RequestAnimationFrame"],A=a[e[f]+"CancelAnimationFrame"]||a[e[f]+"CancelRequestAnimationFrame"];s("Ticker",function(a,b){var c,d,e,f,g,j=this,k=B(),m=b!==!1&&z?"auto":!1,o=500,p=33,q="tick",r=function(a){var b,h,i=B()-C;i>o&&(k+=i-p),C+=i,j.time=(C-k)/1e3,b=j.time-g,(!c||b>0||a===!0)&&(j.frame++,g+=b+(b>=f?.004:f-b),h=!0),a!==!0&&(e=d(r)),h&&j.dispatchEvent(q)};y.call(j),j.time=j.frame=0,j.tick=function(){r(!0)},j.lagSmoothing=function(a,b){o=a||1/l,p=Math.min(b,o,0)},j.sleep=function(){null!=e&&(m&&A?A(e):clearTimeout(e),d=n,e=null,j===h&&(i=!1))},j.wake=function(a){null!==e?j.sleep():a?k+=-C+(C=B()):j.frame>10&&(C=B()-o+5),d=0===c?n:m&&z?z:function(a){return setTimeout(a,1e3*(g-j.time)+1|0)},j===h&&(i=!0),r(2)},j.fps=function(a){return arguments.length?(c=a,f=1/(c||60),g=this.time+f,void j.wake()):c},j.useRAF=function(a){return arguments.length?(j.sleep(),m=a,void j.fps(c)):m},j.fps(a),setTimeout(function(){"auto"===m&&j.frame<5&&"hidden"!==document.visibilityState&&j.useRAF(!1)},1500)}),g=k.Ticker.prototype=new k.events.EventDispatcher,g.constructor=k.Ticker;var D=s("core.Animation",function(a,b){if(this.vars=b=b||{},this._duration=this._totalDuration=a||0,this._delay=Number(b.delay)||0,this._timeScale=1,this._active=b.immediateRender===!0,this.data=b.data,this._reversed=b.reversed===!0,W){i||h.wake();var c=this.vars.useFrames?V:W;c.add(this,c._time),this.vars.paused&&this.paused(!0)}});h=D.ticker=new k.Ticker,g=D.prototype,g._dirty=g._gc=g._initted=g._paused=!1,g._totalTime=g._time=0,g._rawPrevTime=-1,g._next=g._last=g._onUpdate=g._timeline=g.timeline=null,g._paused=!1;var E=function(){i&&B()-C>2e3&&h.wake(),setTimeout(E,2e3)};E(),g.play=function(a,b){return null!=a&&this.seek(a,b),this.reversed(!1).paused(!1)},g.pause=function(a,b){return null!=a&&this.seek(a,b),this.paused(!0)},g.resume=function(a,b){return null!=a&&this.seek(a,b),this.paused(!1)},g.seek=function(a,b){return this.totalTime(Number(a),b!==!1)},g.restart=function(a,b){return this.reversed(!1).paused(!1).totalTime(a?-this._delay:0,b!==!1,!0)},g.reverse=function(a,b){return null!=a&&this.seek(a||this.totalDuration(),b),this.reversed(!0).paused(!1)},g.render=function(a,b,c){},g.invalidate=function(){return this._time=this._totalTime=0,this._initted=this._gc=!1,this._rawPrevTime=-1,(this._gc||!this.timeline)&&this._enabled(!0),this},g.isActive=function(){var a,b=this._timeline,c=this._startTime;return!b||!this._gc&&!this._paused&&b.isActive()&&(a=b.rawTime())>=c&&a<c+this.totalDuration()/this._timeScale},g._enabled=function(a,b){return i||h.wake(),this._gc=!a,this._active=this.isActive(),b!==!0&&(a&&!this.timeline?this._timeline.add(this,this._startTime-this._delay):!a&&this.timeline&&this._timeline._remove(this,!0)),!1},g._kill=function(a,b){return this._enabled(!1,!1)},g.kill=function(a,b){return this._kill(a,b),this},g._uncache=function(a){for(var b=a?this:this.timeline;b;)b._dirty=!0,b=b.timeline;return this},g._swapSelfInParams=function(a){for(var b=a.length,c=a.concat();--b>-1;)"{self}"===a[b]&&(c[b]=this);return c},g._callback=function(a){var b=this.vars;b[a].apply(b[a+"Scope"]||b.callbackScope||this,b[a+"Params"]||u)},g.eventCallback=function(a,b,c,d){if("on"===(a||"").substr(0,2)){var e=this.vars;if(1===arguments.length)return e[a];null==b?delete e[a]:(e[a]=b,e[a+"Params"]=o(c)&&-1!==c.join("").indexOf("{self}")?this._swapSelfInParams(c):c,e[a+"Scope"]=d),"onUpdate"===a&&(this._onUpdate=b)}return this},g.delay=function(a){return arguments.length?(this._timeline.smoothChildTiming&&this.startTime(this._startTime+a-this._delay),this._delay=a,this):this._delay},g.duration=function(a){return arguments.length?(this._duration=this._totalDuration=a,this._uncache(!0),this._timeline.smoothChildTiming&&this._time>0&&this._time<this._duration&&0!==a&&this.totalTime(this._totalTime*(a/this._duration),!0),this):(this._dirty=!1,this._duration)},g.totalDuration=function(a){return this._dirty=!1,arguments.length?this.duration(a):this._totalDuration},g.time=function(a,b){return arguments.length?(this._dirty&&this.totalDuration(),this.totalTime(a>this._duration?this._duration:a,b)):this._time},g.totalTime=function(a,b,c){if(i||h.wake(),!arguments.length)return this._totalTime;if(this._timeline){if(0>a&&!c&&(a+=this.totalDuration()),this._timeline.smoothChildTiming){this._dirty&&this.totalDuration();var d=this._totalDuration,e=this._timeline;if(a>d&&!c&&(a=d),this._startTime=(this._paused?this._pauseTime:e._time)-(this._reversed?d-a:a)/this._timeScale,e._dirty||this._uncache(!1),e._timeline)for(;e._timeline;)e._timeline._time!==(e._startTime+e._totalTime)/e._timeScale&&e.totalTime(e._totalTime,!0),e=e._timeline}this._gc&&this._enabled(!0,!1),(this._totalTime!==a||0===this._duration)&&(J.length&&Y(),this.render(a,b,!1),J.length&&Y())}return this},g.progress=g.totalProgress=function(a,b){var c=this.duration();return arguments.length?this.totalTime(c*a,b):c?this._time/c:this.ratio},g.startTime=function(a){return arguments.length?(a!==this._startTime&&(this._startTime=a,this.timeline&&this.timeline._sortChildren&&this.timeline.add(this,a-this._delay)),this):this._startTime},g.endTime=function(a){return this._startTime+(0!=a?this.totalDuration():this.duration())/this._timeScale},g.timeScale=function(a){if(!arguments.length)return this._timeScale;if(a=a||l,this._timeline&&this._timeline.smoothChildTiming){var b=this._pauseTime,c=b||0===b?b:this._timeline.totalTime();this._startTime=c-(c-this._startTime)*this._timeScale/a}return this._timeScale=a,this._uncache(!1)},g.reversed=function(a){return arguments.length?(a!=this._reversed&&(this._reversed=a,this.totalTime(this._timeline&&!this._timeline.smoothChildTiming?this.totalDuration()-this._totalTime:this._totalTime,!0)),this):this._reversed},g.paused=function(a){if(!arguments.length)return this._paused;var b,c,d=this._timeline;return a!=this._paused&&d&&(i||a||h.wake(),b=d.rawTime(),c=b-this._pauseTime,!a&&d.smoothChildTiming&&(this._startTime+=c,this._uncache(!1)),this._pauseTime=a?b:null,this._paused=a,this._active=this.isActive(),!a&&0!==c&&this._initted&&this.duration()&&(b=d.smoothChildTiming?this._totalTime:(b-this._startTime)/this._timeScale,this.render(b,b===this._totalTime,!0))),this._gc&&!a&&this._enabled(!0,!1),this};var F=s("core.SimpleTimeline",function(a){D.call(this,0,a),this.autoRemoveChildren=this.smoothChildTiming=!0});g=F.prototype=new D,g.constructor=F,g.kill()._gc=!1,g._first=g._last=g._recent=null,g._sortChildren=!1,g.add=g.insert=function(a,b,c,d){var e,f;if(a._startTime=Number(b||0)+a._delay,a._paused&&this!==a._timeline&&(a._pauseTime=a._startTime+(this.rawTime()-a._startTime)/a._timeScale),a.timeline&&a.timeline._remove(a,!0),a.timeline=a._timeline=this,a._gc&&a._enabled(!0,!0),e=this._last,this._sortChildren)for(f=a._startTime;e&&e._startTime>f;)e=e._prev;return e?(a._next=e._next,e._next=a):(a._next=this._first,this._first=a),a._next?a._next._prev=a:this._last=a,a._prev=e,this._recent=a,this._timeline&&this._uncache(!0),this},g._remove=function(a,b){return a.timeline===this&&(b||a._enabled(!1,!0),a._prev?a._prev._next=a._next:this._first===a&&(this._first=a._next),a._next?a._next._prev=a._prev:this._last===a&&(this._last=a._prev),a._next=a._prev=a.timeline=null,a===this._recent&&(this._recent=this._last),this._timeline&&this._uncache(!0)),this},g.render=function(a,b,c){var d,e=this._first;for(this._totalTime=this._time=this._rawPrevTime=a;e;)d=e._next,(e._active||a>=e._startTime&&!e._paused)&&(e._reversed?e.render((e._dirty?e.totalDuration():e._totalDuration)-(a-e._startTime)*e._timeScale,b,c):e.render((a-e._startTime)*e._timeScale,b,c)),e=d},g.rawTime=function(){return i||h.wake(),this._totalTime};var G=s("TweenLite",function(b,c,d){if(D.call(this,c,d),this.render=G.prototype.render,null==b)throw"Cannot tween a null target.";this.target=b="string"!=typeof b?b:G.selector(b)||b;var e,f,g,h=b.jquery||b.length&&b!==a&&b[0]&&(b[0]===a||b[0].nodeType&&b[0].style&&!b.nodeType),i=this.vars.overwrite;if(this._overwrite=i=null==i?U[G.defaultOverwrite]:"number"==typeof i?i>>0:U[i],(h||b instanceof Array||b.push&&o(b))&&"number"!=typeof b[0])for(this._targets=g=m(b),this._propLookup=[],this._siblings=[],e=0;e<g.length;e++)f=g[e],f?"string"!=typeof f?f.length&&f!==a&&f[0]&&(f[0]===a||f[0].nodeType&&f[0].style&&!f.nodeType)?(g.splice(e--,1),this._targets=g=g.concat(m(f))):(this._siblings[e]=Z(f,this,!1),1===i&&this._siblings[e].length>1&&_(f,this,null,1,this._siblings[e])):(f=g[e--]=G.selector(f),"string"==typeof f&&g.splice(e+1,1)):g.splice(e--,1);else this._propLookup={},this._siblings=Z(b,this,!1),1===i&&this._siblings.length>1&&_(b,this,null,1,this._siblings);(this.vars.immediateRender||0===c&&0===this._delay&&this.vars.immediateRender!==!1)&&(this._time=-l,this.render(Math.min(0,-this._delay)))},!0),H=function(b){return b&&b.length&&b!==a&&b[0]&&(b[0]===a||b[0].nodeType&&b[0].style&&!b.nodeType)},I=function(a,b){var c,d={};for(c in a)T[c]||c in b&&"transform"!==c&&"x"!==c&&"y"!==c&&"width"!==c&&"height"!==c&&"className"!==c&&"border"!==c||!(!Q[c]||Q[c]&&Q[c]._autoCSS)||(d[c]=a[c],delete a[c]);a.css=d};g=G.prototype=new D,g.constructor=G,g.kill()._gc=!1,g.ratio=0,g._firstPT=g._targets=g._overwrittenProps=g._startAt=null,g._notifyPluginsOfEnabled=g._lazy=!1,G.version="1.18.5",G.defaultEase=g._ease=new v(null,null,1,1),G.defaultOverwrite="auto",G.ticker=h,G.autoSleep=120,G.lagSmoothing=function(a,b){h.lagSmoothing(a,b)},G.selector=a.$||a.jQuery||function(b){var c=a.$||a.jQuery;return c?(G.selector=c,c(b)):"undefined"==typeof document?b:document.querySelectorAll?document.querySelectorAll(b):document.getElementById("#"===b.charAt(0)?b.substr(1):b)};var J=[],K={},L=/(?:(-|-=|\+=)?\d*\.?\d*(?:e[\-+]?\d+)?)[0-9]/gi,M=function(a){for(var b,c=this._firstPT,d=1e-6;c;)b=c.blob?a?this.join(""):this.start:c.c*a+c.s,c.r?b=Math.round(b):d>b&&b>-d&&(b=0),c.f?c.fp?c.t[c.p](c.fp,b):c.t[c.p](b):c.t[c.p]=b,c=c._next},N=function(a,b,c,d){var e,f,g,h,i,j,k,l=[a,b],m=0,n="",o=0;for(l.start=a,c&&(c(l),a=l[0],b=l[1]),l.length=0,e=a.match(L)||[],f=b.match(L)||[],d&&(d._next=null,d.blob=1,l._firstPT=d),i=f.length,h=0;i>h;h++)k=f[h],j=b.substr(m,b.indexOf(k,m)-m),n+=j||!h?j:",",m+=j.length,o?o=(o+1)%5:"rgba("===j.substr(-5)&&(o=1),k===e[h]||e.length<=h?n+=k:(n&&(l.push(n),n=""),g=parseFloat(e[h]),l.push(g),l._firstPT={_next:l._firstPT,t:l,p:l.length-1,s:g,c:("="===k.charAt(1)?parseInt(k.charAt(0)+"1",10)*parseFloat(k.substr(2)):parseFloat(k)-g)||0,f:0,r:o&&4>o}),m+=k.length;return n+=b.substr(m),n&&l.push(n),l.setRatio=M,l},O=function(a,b,c,d,e,f,g,h){var i,j,k="get"===c?a[b]:c,l=typeof a[b],m="string"==typeof d&&"="===d.charAt(1),n={t:a,p:b,s:k,f:"function"===l,pg:0,n:e||b,r:f,pr:0,c:m?parseInt(d.charAt(0)+"1",10)*parseFloat(d.substr(2)):parseFloat(d)-k||0};return"number"!==l&&("function"===l&&"get"===c&&(j=b.indexOf("set")||"function"!=typeof a["get"+b.substr(3)]?b:"get"+b.substr(3),n.s=k=g?a[j](g):a[j]()),"string"==typeof k&&(g||isNaN(k))?(n.fp=g,i=N(k,d,h||G.defaultStringFilter,n),n={t:i,p:"setRatio",s:0,c:1,f:2,pg:0,n:e||b,pr:0}):m||(n.s=parseFloat(k),n.c=parseFloat(d)-n.s||0)),n.c?((n._next=this._firstPT)&&(n._next._prev=n),this._firstPT=n,n):void 0},P=G._internals={isArray:o,isSelector:H,lazyTweens:J,blobDif:N},Q=G._plugins={},R=P.tweenLookup={},S=0,T=P.reservedProps={ease:1,delay:1,overwrite:1,onComplete:1,onCompleteParams:1,onCompleteScope:1,useFrames:1,runBackwards:1,startAt:1,onUpdate:1,onUpdateParams:1,onUpdateScope:1,onStart:1,onStartParams:1,onStartScope:1,onReverseComplete:1,onReverseCompleteParams:1,onReverseCompleteScope:1,onRepeat:1,onRepeatParams:1,onRepeatScope:1,easeParams:1,yoyo:1,immediateRender:1,repeat:1,repeatDelay:1,data:1,paused:1,reversed:1,autoCSS:1,lazy:1,onOverwrite:1,callbackScope:1,stringFilter:1,id:1},U={none:0,all:1,auto:2,concurrent:3,allOnStart:4,preexisting:5,"true":1,"false":0},V=D._rootFramesTimeline=new F,W=D._rootTimeline=new F,X=30,Y=P.lazyRender=function(){var a,b=J.length;for(K={};--b>-1;)a=J[b],a&&a._lazy!==!1&&(a.render(a._lazy[0],a._lazy[1],!0),a._lazy=!1);J.length=0};W._startTime=h.time,V._startTime=h.frame,W._active=V._active=!0,setTimeout(Y,1),D._updateRoot=G.render=function(){var a,b,c;if(J.length&&Y(),W.render((h.time-W._startTime)*W._timeScale,!1,!1),V.render((h.frame-V._startTime)*V._timeScale,!1,!1),J.length&&Y(),h.frame>=X){X=h.frame+(parseInt(G.autoSleep,10)||120);for(c in R){for(b=R[c].tweens,a=b.length;--a>-1;)b[a]._gc&&b.splice(a,1);0===b.length&&delete R[c]}if(c=W._first,(!c||c._paused)&&G.autoSleep&&!V._first&&1===h._listeners.tick.length){for(;c&&c._paused;)c=c._next;c||h.sleep()}}},h.addEventListener("tick",D._updateRoot);var Z=function(a,b,c){var d,e,f=a._gsTweenID;if(R[f||(a._gsTweenID=f="t"+S++)]||(R[f]={target:a,tweens:[]}),b&&(d=R[f].tweens,d[e=d.length]=b,c))for(;--e>-1;)d[e]===b&&d.splice(e,1);return R[f].tweens},$=function(a,b,c,d){var e,f,g=a.vars.onOverwrite;return g&&(e=g(a,b,c,d)),g=G.onOverwrite,g&&(f=g(a,b,c,d)),e!==!1&&f!==!1},_=function(a,b,c,d,e){var f,g,h,i;if(1===d||d>=4){for(i=e.length,f=0;i>f;f++)if((h=e[f])!==b)h._gc||h._kill(null,a,b)&&(g=!0);else if(5===d)break;return g}var j,k=b._startTime+l,m=[],n=0,o=0===b._duration;for(f=e.length;--f>-1;)(h=e[f])===b||h._gc||h._paused||(h._timeline!==b._timeline?(j=j||aa(b,0,o),0===aa(h,j,o)&&(m[n++]=h)):h._startTime<=k&&h._startTime+h.totalDuration()/h._timeScale>k&&((o||!h._initted)&&k-h._startTime<=2e-10||(m[n++]=h)));for(f=n;--f>-1;)if(h=m[f],2===d&&h._kill(c,a,b)&&(g=!0),2!==d||!h._firstPT&&h._initted){if(2!==d&&!$(h,b))continue;h._enabled(!1,!1)&&(g=!0)}return g},aa=function(a,b,c){for(var d=a._timeline,e=d._timeScale,f=a._startTime;d._timeline;){if(f+=d._startTime,e*=d._timeScale,d._paused)return-100;d=d._timeline}return f/=e,f>b?f-b:c&&f===b||!a._initted&&2*l>f-b?l:(f+=a.totalDuration()/a._timeScale/e)>b+l?0:f-b-l};g._init=function(){var a,b,c,d,e,f=this.vars,g=this._overwrittenProps,h=this._duration,i=!!f.immediateRender,j=f.ease;if(f.startAt){this._startAt&&(this._startAt.render(-1,!0),this._startAt.kill()),e={};for(d in f.startAt)e[d]=f.startAt[d];if(e.overwrite=!1,e.immediateRender=!0,e.lazy=i&&f.lazy!==!1,e.startAt=e.delay=null,this._startAt=G.to(this.target,0,e),i)if(this._time>0)this._startAt=null;else if(0!==h)return}else if(f.runBackwards&&0!==h)if(this._startAt)this._startAt.render(-1,!0),this._startAt.kill(),this._startAt=null;else{0!==this._time&&(i=!1),c={};for(d in f)T[d]&&"autoCSS"!==d||(c[d]=f[d]);if(c.overwrite=0,c.data="isFromStart",c.lazy=i&&f.lazy!==!1,c.immediateRender=i,this._startAt=G.to(this.target,0,c),i){if(0===this._time)return}else this._startAt._init(),this._startAt._enabled(!1),this.vars.immediateRender&&(this._startAt=null)}if(this._ease=j=j?j instanceof v?j:"function"==typeof j?new v(j,f.easeParams):w[j]||G.defaultEase:G.defaultEase,f.easeParams instanceof Array&&j.config&&(this._ease=j.config.apply(j,f.easeParams)),this._easeType=this._ease._type,this._easePower=this._ease._power,this._firstPT=null,this._targets)for(a=this._targets.length;--a>-1;)this._initProps(this._targets[a],this._propLookup[a]={},this._siblings[a],g?g[a]:null)&&(b=!0);else b=this._initProps(this.target,this._propLookup,this._siblings,g);if(b&&G._onPluginEvent("_onInitAllProps",this),g&&(this._firstPT||"function"!=typeof this.target&&this._enabled(!1,!1)),f.runBackwards)for(c=this._firstPT;c;)c.s+=c.c,c.c=-c.c,c=c._next;this._onUpdate=f.onUpdate,this._initted=!0},g._initProps=function(b,c,d,e){var f,g,h,i,j,k;if(null==b)return!1;K[b._gsTweenID]&&Y(),this.vars.css||b.style&&b!==a&&b.nodeType&&Q.css&&this.vars.autoCSS!==!1&&I(this.vars,b);for(f in this.vars)if(k=this.vars[f],T[f])k&&(k instanceof Array||k.push&&o(k))&&-1!==k.join("").indexOf("{self}")&&(this.vars[f]=k=this._swapSelfInParams(k,this));else if(Q[f]&&(i=new Q[f])._onInitTween(b,this.vars[f],this)){for(this._firstPT=j={_next:this._firstPT,t:i,p:"setRatio",s:0,c:1,f:1,n:f,pg:1,pr:i._priority},g=i._overwriteProps.length;--g>-1;)c[i._overwriteProps[g]]=this._firstPT;(i._priority||i._onInitAllProps)&&(h=!0),(i._onDisable||i._onEnable)&&(this._notifyPluginsOfEnabled=!0),j._next&&(j._next._prev=j)}else c[f]=O.call(this,b,f,"get",k,f,0,null,this.vars.stringFilter);return e&&this._kill(e,b)?this._initProps(b,c,d,e):this._overwrite>1&&this._firstPT&&d.length>1&&_(b,this,c,this._overwrite,d)?(this._kill(c,b),this._initProps(b,c,d,e)):(this._firstPT&&(this.vars.lazy!==!1&&this._duration||this.vars.lazy&&!this._duration)&&(K[b._gsTweenID]=!0),h)},g.render=function(a,b,c){var d,e,f,g,h=this._time,i=this._duration,j=this._rawPrevTime;if(a>=i-1e-7)this._totalTime=this._time=i,this.ratio=this._ease._calcEnd?this._ease.getRatio(1):1,this._reversed||(d=!0,e="onComplete",c=c||this._timeline.autoRemoveChildren),0===i&&(this._initted||!this.vars.lazy||c)&&(this._startTime===this._timeline._duration&&(a=0),(0>j||0>=a&&a>=-1e-7||j===l&&"isPause"!==this.data)&&j!==a&&(c=!0,j>l&&(e="onReverseComplete")),this._rawPrevTime=g=!b||a||j===a?a:l);else if(1e-7>a)this._totalTime=this._time=0,this.ratio=this._ease._calcEnd?this._ease.getRatio(0):0,(0!==h||0===i&&j>0)&&(e="onReverseComplete",d=this._reversed),0>a&&(this._active=!1,0===i&&(this._initted||!this.vars.lazy||c)&&(j>=0&&(j!==l||"isPause"!==this.data)&&(c=!0),this._rawPrevTime=g=!b||a||j===a?a:l)),this._initted||(c=!0);else if(this._totalTime=this._time=a,this._easeType){var k=a/i,m=this._easeType,n=this._easePower;(1===m||3===m&&k>=.5)&&(k=1-k),3===m&&(k*=2),1===n?k*=k:2===n?k*=k*k:3===n?k*=k*k*k:4===n&&(k*=k*k*k*k),1===m?this.ratio=1-k:2===m?this.ratio=k:.5>a/i?this.ratio=k/2:this.ratio=1-k/2}else this.ratio=this._ease.getRatio(a/i);if(this._time!==h||c){if(!this._initted){if(this._init(),!this._initted||this._gc)return;if(!c&&this._firstPT&&(this.vars.lazy!==!1&&this._duration||this.vars.lazy&&!this._duration))return this._time=this._totalTime=h,this._rawPrevTime=j,J.push(this),void(this._lazy=[a,b]);this._time&&!d?this.ratio=this._ease.getRatio(this._time/i):d&&this._ease._calcEnd&&(this.ratio=this._ease.getRatio(0===this._time?0:1))}for(this._lazy!==!1&&(this._lazy=!1),this._active||!this._paused&&this._time!==h&&a>=0&&(this._active=!0),0===h&&(this._startAt&&(a>=0?this._startAt.render(a,b,c):e||(e="_dummyGS")),this.vars.onStart&&(0!==this._time||0===i)&&(b||this._callback("onStart"))),f=this._firstPT;f;)f.f?f.t[f.p](f.c*this.ratio+f.s):f.t[f.p]=f.c*this.ratio+f.s,f=f._next;this._onUpdate&&(0>a&&this._startAt&&a!==-1e-4&&this._startAt.render(a,b,c),b||(this._time!==h||d||c)&&this._callback("onUpdate")),e&&(!this._gc||c)&&(0>a&&this._startAt&&!this._onUpdate&&a!==-1e-4&&this._startAt.render(a,b,c),d&&(this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!b&&this.vars[e]&&this._callback(e),0===i&&this._rawPrevTime===l&&g!==l&&(this._rawPrevTime=0))}},g._kill=function(a,b,c){if("all"===a&&(a=null),null==a&&(null==b||b===this.target))return this._lazy=!1,this._enabled(!1,!1);b="string"!=typeof b?b||this._targets||this.target:G.selector(b)||b;var d,e,f,g,h,i,j,k,l,m=c&&this._time&&c._startTime===this._startTime&&this._timeline===c._timeline;if((o(b)||H(b))&&"number"!=typeof b[0])for(d=b.length;--d>-1;)this._kill(a,b[d],c)&&(i=!0);else{if(this._targets){for(d=this._targets.length;--d>-1;)if(b===this._targets[d]){h=this._propLookup[d]||{},this._overwrittenProps=this._overwrittenProps||[],e=this._overwrittenProps[d]=a?this._overwrittenProps[d]||{}:"all";break}}else{if(b!==this.target)return!1;h=this._propLookup,e=this._overwrittenProps=a?this._overwrittenProps||{}:"all"}if(h){if(j=a||h,k=a!==e&&"all"!==e&&a!==h&&("object"!=typeof a||!a._tempKill),c&&(G.onOverwrite||this.vars.onOverwrite)){for(f in j)h[f]&&(l||(l=[]),l.push(f));if((l||!a)&&!$(this,c,b,l))return!1}for(f in j)(g=h[f])&&(m&&(g.f?g.t[g.p](g.s):g.t[g.p]=g.s,i=!0),g.pg&&g.t._kill(j)&&(i=!0),g.pg&&0!==g.t._overwriteProps.length||(g._prev?g._prev._next=g._next:g===this._firstPT&&(this._firstPT=g._next),g._next&&(g._next._prev=g._prev),g._next=g._prev=null),delete h[f]),k&&(e[f]=1);!this._firstPT&&this._initted&&this._enabled(!1,!1)}}return i},g.invalidate=function(){return this._notifyPluginsOfEnabled&&G._onPluginEvent("_onDisable",this),this._firstPT=this._overwrittenProps=this._startAt=this._onUpdate=null,this._notifyPluginsOfEnabled=this._active=this._lazy=!1,this._propLookup=this._targets?{}:[],D.prototype.invalidate.call(this),this.vars.immediateRender&&(this._time=-l,this.render(Math.min(0,-this._delay))),this},g._enabled=function(a,b){if(i||h.wake(),a&&this._gc){var c,d=this._targets;if(d)for(c=d.length;--c>-1;)this._siblings[c]=Z(d[c],this,!0);else this._siblings=Z(this.target,this,!0)}return D.prototype._enabled.call(this,a,b),this._notifyPluginsOfEnabled&&this._firstPT?G._onPluginEvent(a?"_onEnable":"_onDisable",this):!1},G.to=function(a,b,c){return new G(a,b,c)},G.from=function(a,b,c){return c.runBackwards=!0,c.immediateRender=0!=c.immediateRender,new G(a,b,c)},G.fromTo=function(a,b,c,d){return d.startAt=c,d.immediateRender=0!=d.immediateRender&&0!=c.immediateRender,new G(a,b,d)},G.delayedCall=function(a,b,c,d,e){return new G(b,0,{delay:a,onComplete:b,onCompleteParams:c,callbackScope:d,onReverseComplete:b,onReverseCompleteParams:c,immediateRender:!1,lazy:!1,useFrames:e,overwrite:0})},G.set=function(a,b){return new G(a,0,b)},G.getTweensOf=function(a,b){if(null==a)return[];a="string"!=typeof a?a:G.selector(a)||a;var c,d,e,f;if((o(a)||H(a))&&"number"!=typeof a[0]){for(c=a.length,d=[];--c>-1;)d=d.concat(G.getTweensOf(a[c],b));for(c=d.length;--c>-1;)for(f=d[c],e=c;--e>-1;)f===d[e]&&d.splice(c,1)}else for(d=Z(a).concat(),c=d.length;--c>-1;)(d[c]._gc||b&&!d[c].isActive())&&d.splice(c,1);return d},G.killTweensOf=G.killDelayedCallsTo=function(a,b,c){"object"==typeof b&&(c=b,b=!1);for(var d=G.getTweensOf(a,b),e=d.length;--e>-1;)d[e]._kill(c,a)};var ba=s("plugins.TweenPlugin",function(a,b){this._overwriteProps=(a||"").split(","),this._propName=this._overwriteProps[0],this._priority=b||0,this._super=ba.prototype},!0);if(g=ba.prototype,ba.version="1.18.0",ba.API=2,g._firstPT=null,g._addTween=O,g.setRatio=M,g._kill=function(a){var b,c=this._overwriteProps,d=this._firstPT;if(null!=a[this._propName])this._overwriteProps=[];else for(b=c.length;--b>-1;)null!=a[c[b]]&&c.splice(b,1);for(;d;)null!=a[d.n]&&(d._next&&(d._next._prev=d._prev),d._prev?(d._prev._next=d._next,d._prev=null):this._firstPT===d&&(this._firstPT=d._next)),d=d._next;return!1},g._roundProps=function(a,b){for(var c=this._firstPT;c;)(a[this._propName]||null!=c.n&&a[c.n.split(this._propName+"_").join("")])&&(c.r=b),c=c._next},G._onPluginEvent=function(a,b){var c,d,e,f,g,h=b._firstPT;if("_onInitAllProps"===a){for(;h;){for(g=h._next,d=e;d&&d.pr>h.pr;)d=d._next;(h._prev=d?d._prev:f)?h._prev._next=h:e=h,(h._next=d)?d._prev=h:f=h,h=g}h=b._firstPT=e}for(;h;)h.pg&&"function"==typeof h.t[a]&&h.t[a]()&&(c=!0),h=h._next;return c},ba.activate=function(a){for(var b=a.length;--b>-1;)a[b].API===ba.API&&(Q[(new a[b])._propName]=a[b]);return!0},r.plugin=function(a){if(!(a&&a.propName&&a.init&&a.API))throw"illegal plugin definition.";var b,c=a.propName,d=a.priority||0,e=a.overwriteProps,f={init:"_onInitTween",set:"setRatio",kill:"_kill",round:"_roundProps",initAll:"_onInitAllProps"},g=s("plugins."+c.charAt(0).toUpperCase()+c.substr(1)+"Plugin",function(){ba.call(this,c,d),this._overwriteProps=e||[]},a.global===!0),h=g.prototype=new ba(c);h.constructor=g,g.API=a.API;for(b in f)"function"==typeof a[b]&&(h[f[b]]=a[b]);return g.version=a.version,ba.activate([g]),g},e=a._gsQueue){for(f=0;f<e.length;f++)e[f]();for(g in p)p[g].func||a.console.log("GSAP encountered missing dependency: com.greensock."+g)}i=!1}}("undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window,"TweenLite");  var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;(_gsScope._gsQueue||(_gsScope._gsQueue=[])).push(function(){"use strict";_gsScope._gsDefine("TimelineLite",["core.Animation","core.SimpleTimeline","TweenLite"],function(a,b,c){var d=function(a){b.call(this,a),this._labels={},this.autoRemoveChildren=this.vars.autoRemoveChildren===!0,this.smoothChildTiming=this.vars.smoothChildTiming===!0,this._sortChildren=!0,this._onUpdate=this.vars.onUpdate;var c,d,e=this.vars;for(d in e)c=e[d],i(c)&&-1!==c.join("").indexOf("{self}")&&(e[d]=this._swapSelfInParams(c));i(e.tweens)&&this.add(e.tweens,0,e.align,e.stagger)},e=1e-10,f=c._internals,g=d._internals={},h=f.isSelector,i=f.isArray,j=f.lazyTweens,k=f.lazyRender,l=_gsScope._gsDefine.globals,m=function(a){var b,c={};for(b in a)c[b]=a[b];return c},n=function(a,b,c){var d,e,f=a.cycle;for(d in f)e=f[d],a[d]="function"==typeof e?e.call(b[c],c):e[c%e.length];delete a.cycle},o=g.pauseCallback=function(){},p=function(a){var b,c=[],d=a.length;for(b=0;b!==d;c.push(a[b++]));return c},q=d.prototype=new b;return d.version="1.18.5",q.constructor=d,q.kill()._gc=q._forcingPlayhead=q._hasPause=!1,q.to=function(a,b,d,e){var f=d.repeat&&l.TweenMax||c;return b?this.add(new f(a,b,d),e):this.set(a,d,e)},q.from=function(a,b,d,e){return this.add((d.repeat&&l.TweenMax||c).from(a,b,d),e)},q.fromTo=function(a,b,d,e,f){var g=e.repeat&&l.TweenMax||c;return b?this.add(g.fromTo(a,b,d,e),f):this.set(a,e,f)},q.staggerTo=function(a,b,e,f,g,i,j,k){var l,o,q=new d({onComplete:i,onCompleteParams:j,callbackScope:k,smoothChildTiming:this.smoothChildTiming}),r=e.cycle;for("string"==typeof a&&(a=c.selector(a)||a),a=a||[],h(a)&&(a=p(a)),f=f||0,0>f&&(a=p(a),a.reverse(),f*=-1),o=0;o<a.length;o++)l=m(e),l.startAt&&(l.startAt=m(l.startAt),l.startAt.cycle&&n(l.startAt,a,o)),r&&(n(l,a,o),null!=l.duration&&(b=l.duration,delete l.duration)),q.to(a[o],b,l,o*f);return this.add(q,g)},q.staggerFrom=function(a,b,c,d,e,f,g,h){return c.immediateRender=0!=c.immediateRender,c.runBackwards=!0,this.staggerTo(a,b,c,d,e,f,g,h)},q.staggerFromTo=function(a,b,c,d,e,f,g,h,i){return d.startAt=c,d.immediateRender=0!=d.immediateRender&&0!=c.immediateRender,this.staggerTo(a,b,d,e,f,g,h,i)},q.call=function(a,b,d,e){return this.add(c.delayedCall(0,a,b,d),e)},q.set=function(a,b,d){return d=this._parseTimeOrLabel(d,0,!0),null==b.immediateRender&&(b.immediateRender=d===this._time&&!this._paused),this.add(new c(a,0,b),d)},d.exportRoot=function(a,b){a=a||{},null==a.smoothChildTiming&&(a.smoothChildTiming=!0);var e,f,g=new d(a),h=g._timeline;for(null==b&&(b=!0),h._remove(g,!0),g._startTime=0,g._rawPrevTime=g._time=g._totalTime=h._time,e=h._first;e;)f=e._next,b&&e instanceof c&&e.target===e.vars.onComplete||g.add(e,e._startTime-e._delay),e=f;return h.add(g,0),g},q.add=function(e,f,g,h){var j,k,l,m,n,o;if("number"!=typeof f&&(f=this._parseTimeOrLabel(f,0,!0,e)),!(e instanceof a)){if(e instanceof Array||e&&e.push&&i(e)){for(g=g||"normal",h=h||0,j=f,k=e.length,l=0;k>l;l++)i(m=e[l])&&(m=new d({tweens:m})),this.add(m,j),"string"!=typeof m&&"function"!=typeof m&&("sequence"===g?j=m._startTime+m.totalDuration()/m._timeScale:"start"===g&&(m._startTime-=m.delay())),j+=h;return this._uncache(!0)}if("string"==typeof e)return this.addLabel(e,f);if("function"!=typeof e)throw"Cannot add "+e+" into the timeline; it is not a tween, timeline, function, or string.";e=c.delayedCall(0,e)}if(b.prototype.add.call(this,e,f),(this._gc||this._time===this._duration)&&!this._paused&&this._duration<this.duration())for(n=this,o=n.rawTime()>e._startTime;n._timeline;)o&&n._timeline.smoothChildTiming?n.totalTime(n._totalTime,!0):n._gc&&n._enabled(!0,!1),n=n._timeline;return this},q.remove=function(b){if(b instanceof a){this._remove(b,!1);var c=b._timeline=b.vars.useFrames?a._rootFramesTimeline:a._rootTimeline;return b._startTime=(b._paused?b._pauseTime:c._time)-(b._reversed?b.totalDuration()-b._totalTime:b._totalTime)/b._timeScale,this}if(b instanceof Array||b&&b.push&&i(b)){for(var d=b.length;--d>-1;)this.remove(b[d]);return this}return"string"==typeof b?this.removeLabel(b):this.kill(null,b)},q._remove=function(a,c){b.prototype._remove.call(this,a,c);var d=this._last;return d?this._time>d._startTime+d._totalDuration/d._timeScale&&(this._time=this.duration(),this._totalTime=this._totalDuration):this._time=this._totalTime=this._duration=this._totalDuration=0,this},q.append=function(a,b){return this.add(a,this._parseTimeOrLabel(null,b,!0,a))},q.insert=q.insertMultiple=function(a,b,c,d){return this.add(a,b||0,c,d)},q.appendMultiple=function(a,b,c,d){return this.add(a,this._parseTimeOrLabel(null,b,!0,a),c,d)},q.addLabel=function(a,b){return this._labels[a]=this._parseTimeOrLabel(b),this},q.addPause=function(a,b,d,e){var f=c.delayedCall(0,o,d,e||this);return f.vars.onComplete=f.vars.onReverseComplete=b,f.data="isPause",this._hasPause=!0,this.add(f,a)},q.removeLabel=function(a){return delete this._labels[a],this},q.getLabelTime=function(a){return null!=this._labels[a]?this._labels[a]:-1},q._parseTimeOrLabel=function(b,c,d,e){var f;if(e instanceof a&&e.timeline===this)this.remove(e);else if(e&&(e instanceof Array||e.push&&i(e)))for(f=e.length;--f>-1;)e[f]instanceof a&&e[f].timeline===this&&this.remove(e[f]);if("string"==typeof c)return this._parseTimeOrLabel(c,d&&"number"==typeof b&&null==this._labels[c]?b-this.duration():0,d);if(c=c||0,"string"!=typeof b||!isNaN(b)&&null==this._labels[b])null==b&&(b=this.duration());else{if(f=b.indexOf("="),-1===f)return null==this._labels[b]?d?this._labels[b]=this.duration()+c:c:this._labels[b]+c;c=parseInt(b.charAt(f-1)+"1",10)*Number(b.substr(f+1)),b=f>1?this._parseTimeOrLabel(b.substr(0,f-1),0,d):this.duration()}return Number(b)+c},q.seek=function(a,b){return this.totalTime("number"==typeof a?a:this._parseTimeOrLabel(a),b!==!1)},q.stop=function(){return this.paused(!0)},q.gotoAndPlay=function(a,b){return this.play(a,b)},q.gotoAndStop=function(a,b){return this.pause(a,b)},q.render=function(a,b,c){this._gc&&this._enabled(!0,!1);var d,f,g,h,i,l,m,n=this._dirty?this.totalDuration():this._totalDuration,o=this._time,p=this._startTime,q=this._timeScale,r=this._paused;if(a>=n-1e-7)this._totalTime=this._time=n,this._reversed||this._hasPausedChild()||(f=!0,h="onComplete",i=!!this._timeline.autoRemoveChildren,0===this._duration&&(0>=a&&a>=-1e-7||this._rawPrevTime<0||this._rawPrevTime===e)&&this._rawPrevTime!==a&&this._first&&(i=!0,this._rawPrevTime>e&&(h="onReverseComplete"))),this._rawPrevTime=this._duration||!b||a||this._rawPrevTime===a?a:e,a=n+1e-4;else if(1e-7>a)if(this._totalTime=this._time=0,(0!==o||0===this._duration&&this._rawPrevTime!==e&&(this._rawPrevTime>0||0>a&&this._rawPrevTime>=0))&&(h="onReverseComplete",f=this._reversed),0>a)this._active=!1,this._timeline.autoRemoveChildren&&this._reversed?(i=f=!0,h="onReverseComplete"):this._rawPrevTime>=0&&this._first&&(i=!0),this._rawPrevTime=a;else{if(this._rawPrevTime=this._duration||!b||a||this._rawPrevTime===a?a:e,0===a&&f)for(d=this._first;d&&0===d._startTime;)d._duration||(f=!1),d=d._next;a=0,this._initted||(i=!0)}else{if(this._hasPause&&!this._forcingPlayhead&&!b){if(a>=o)for(d=this._first;d&&d._startTime<=a&&!l;)d._duration||"isPause"!==d.data||d.ratio||0===d._startTime&&0===this._rawPrevTime||(l=d),d=d._next;else for(d=this._last;d&&d._startTime>=a&&!l;)d._duration||"isPause"===d.data&&d._rawPrevTime>0&&(l=d),d=d._prev;l&&(this._time=a=l._startTime,this._totalTime=a+this._cycle*(this._totalDuration+this._repeatDelay))}this._totalTime=this._time=this._rawPrevTime=a}if(this._time!==o&&this._first||c||i||l){if(this._initted||(this._initted=!0),this._active||!this._paused&&this._time!==o&&a>0&&(this._active=!0),0===o&&this.vars.onStart&&(0===this._time&&this._duration||b||this._callback("onStart")),m=this._time,m>=o)for(d=this._first;d&&(g=d._next,m===this._time&&(!this._paused||r));)(d._active||d._startTime<=m&&!d._paused&&!d._gc)&&(l===d&&this.pause(),d._reversed?d.render((d._dirty?d.totalDuration():d._totalDuration)-(a-d._startTime)*d._timeScale,b,c):d.render((a-d._startTime)*d._timeScale,b,c)),d=g;else for(d=this._last;d&&(g=d._prev,m===this._time&&(!this._paused||r));){if(d._active||d._startTime<=o&&!d._paused&&!d._gc){if(l===d){for(l=d._prev;l&&l.endTime()>this._time;)l.render(l._reversed?l.totalDuration()-(a-l._startTime)*l._timeScale:(a-l._startTime)*l._timeScale,b,c),l=l._prev;l=null,this.pause()}d._reversed?d.render((d._dirty?d.totalDuration():d._totalDuration)-(a-d._startTime)*d._timeScale,b,c):d.render((a-d._startTime)*d._timeScale,b,c)}d=g}this._onUpdate&&(b||(j.length&&k(),this._callback("onUpdate"))),h&&(this._gc||(p===this._startTime||q!==this._timeScale)&&(0===this._time||n>=this.totalDuration())&&(f&&(j.length&&k(),this._timeline.autoRemoveChildren&&this._enabled(!1,!1),this._active=!1),!b&&this.vars[h]&&this._callback(h)))}},q._hasPausedChild=function(){for(var a=this._first;a;){if(a._paused||a instanceof d&&a._hasPausedChild())return!0;a=a._next}return!1},q.getChildren=function(a,b,d,e){e=e||-9999999999;for(var f=[],g=this._first,h=0;g;)g._startTime<e||(g instanceof c?b!==!1&&(f[h++]=g):(d!==!1&&(f[h++]=g),a!==!1&&(f=f.concat(g.getChildren(!0,b,d)),h=f.length))),g=g._next;return f},q.getTweensOf=function(a,b){var d,e,f=this._gc,g=[],h=0;for(f&&this._enabled(!0,!0),d=c.getTweensOf(a),e=d.length;--e>-1;)(d[e].timeline===this||b&&this._contains(d[e]))&&(g[h++]=d[e]);return f&&this._enabled(!1,!0),g},q.recent=function(){return this._recent},q._contains=function(a){for(var b=a.timeline;b;){if(b===this)return!0;b=b.timeline}return!1},q.shiftChildren=function(a,b,c){c=c||0;for(var d,e=this._first,f=this._labels;e;)e._startTime>=c&&(e._startTime+=a),e=e._next;if(b)for(d in f)f[d]>=c&&(f[d]+=a);return this._uncache(!0)},q._kill=function(a,b){if(!a&&!b)return this._enabled(!1,!1);for(var c=b?this.getTweensOf(b):this.getChildren(!0,!0,!1),d=c.length,e=!1;--d>-1;)c[d]._kill(a,b)&&(e=!0);return e},q.clear=function(a){var b=this.getChildren(!1,!0,!0),c=b.length;for(this._time=this._totalTime=0;--c>-1;)b[c]._enabled(!1,!1);return a!==!1&&(this._labels={}),this._uncache(!0)},q.invalidate=function(){for(var b=this._first;b;)b.invalidate(),b=b._next;return a.prototype.invalidate.call(this)},q._enabled=function(a,c){if(a===this._gc)for(var d=this._first;d;)d._enabled(a,!0),d=d._next;return b.prototype._enabled.call(this,a,c)},q.totalTime=function(b,c,d){this._forcingPlayhead=!0;var e=a.prototype.totalTime.apply(this,arguments);return this._forcingPlayhead=!1,e},q.duration=function(a){return arguments.length?(0!==this.duration()&&0!==a&&this.timeScale(this._duration/a),this):(this._dirty&&this.totalDuration(),this._duration)},q.totalDuration=function(a){if(!arguments.length){if(this._dirty){for(var b,c,d=0,e=this._last,f=999999999999;e;)b=e._prev,e._dirty&&e.totalDuration(),e._startTime>f&&this._sortChildren&&!e._paused?this.add(e,e._startTime-e._delay):f=e._startTime,e._startTime<0&&!e._paused&&(d-=e._startTime,this._timeline.smoothChildTiming&&(this._startTime+=e._startTime/this._timeScale),this.shiftChildren(-e._startTime,!1,-9999999999),f=0),c=e._startTime+e._totalDuration/e._timeScale,c>d&&(d=c),e=b;this._duration=this._totalDuration=d,this._dirty=!1}return this._totalDuration}return a&&this.totalDuration()?this.timeScale(this._totalDuration/a):this},q.paused=function(b){if(!b)for(var c=this._first,d=this._time;c;)c._startTime===d&&"isPause"===c.data&&(c._rawPrevTime=0),c=c._next;return a.prototype.paused.apply(this,arguments)},q.usesFrames=function(){for(var b=this._timeline;b._timeline;)b=b._timeline;return b===a._rootFramesTimeline},q.rawTime=function(){return this._paused?this._totalTime:(this._timeline.rawTime()-this._startTime)*this._timeScale},d},!0)}),_gsScope._gsDefine&&_gsScope._gsQueue.pop()(),function(a){"use strict";var b=function(){return(_gsScope.GreenSockGlobals||_gsScope)[a]};"function"==typeof define&&define.amd?define(["./TweenLite"],b):"undefined"!=typeof module&&module.exports&&(require("./TweenLite.js"),module.exports=b())}("TimelineLite");  var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;(_gsScope._gsQueue||(_gsScope._gsQueue=[])).push(function(){"use strict";_gsScope._gsDefine("easing.Back",["easing.Ease"],function(a){var b,c,d,e=_gsScope.GreenSockGlobals||_gsScope,f=e.com.greensock,g=2*Math.PI,h=Math.PI/2,i=f._class,j=function(b,c){var d=i("easing."+b,function(){},!0),e=d.prototype=new a;return e.constructor=d,e.getRatio=c,d},k=a.register||function(){},l=function(a,b,c,d,e){var f=i("easing."+a,{easeOut:new b,easeIn:new c,easeInOut:new d},!0);return k(f,a),f},m=function(a,b,c){this.t=a,this.v=b,c&&(this.next=c,c.prev=this,this.c=c.v-b,this.gap=c.t-a)},n=function(b,c){var d=i("easing."+b,function(a){this._p1=a||0===a?a:1.70158,this._p2=1.525*this._p1},!0),e=d.prototype=new a;return e.constructor=d,e.getRatio=c,e.config=function(a){return new d(a)},d},o=l("Back",n("BackOut",function(a){return(a-=1)*a*((this._p1+1)*a+this._p1)+1}),n("BackIn",function(a){return a*a*((this._p1+1)*a-this._p1)}),n("BackInOut",function(a){return(a*=2)<1?.5*a*a*((this._p2+1)*a-this._p2):.5*((a-=2)*a*((this._p2+1)*a+this._p2)+2)})),p=i("easing.SlowMo",function(a,b,c){b=b||0===b?b:.7,null==a?a=.7:a>1&&(a=1),this._p=1!==a?b:0,this._p1=(1-a)/2,this._p2=a,this._p3=this._p1+this._p2,this._calcEnd=c===!0},!0),q=p.prototype=new a;return q.constructor=p,q.getRatio=function(a){var b=a+(.5-a)*this._p;return a<this._p1?this._calcEnd?1-(a=1-a/this._p1)*a:b-(a=1-a/this._p1)*a*a*a*b:a>this._p3?this._calcEnd?1-(a=(a-this._p3)/this._p1)*a:b+(a-b)*(a=(a-this._p3)/this._p1)*a*a*a:this._calcEnd?1:b},p.ease=new p(.7,.7),q.config=p.config=function(a,b,c){return new p(a,b,c)},b=i("easing.SteppedEase",function(a){a=a||1,this._p1=1/a,this._p2=a+1},!0),q=b.prototype=new a,q.constructor=b,q.getRatio=function(a){return 0>a?a=0:a>=1&&(a=.999999999),(this._p2*a>>0)*this._p1},q.config=b.config=function(a){return new b(a)},c=i("easing.RoughEase",function(b){b=b||{};for(var c,d,e,f,g,h,i=b.taper||"none",j=[],k=0,l=0|(b.points||20),n=l,o=b.randomize!==!1,p=b.clamp===!0,q=b.template instanceof a?b.template:null,r="number"==typeof b.strength?.4*b.strength:.4;--n>-1;)c=o?Math.random():1/l*n,d=q?q.getRatio(c):c,"none"===i?e=r:"out"===i?(f=1-c,e=f*f*r):"in"===i?e=c*c*r:.5>c?(f=2*c,e=f*f*.5*r):(f=2*(1-c),e=f*f*.5*r),o?d+=Math.random()*e-.5*e:n%2?d+=.5*e:d-=.5*e,p&&(d>1?d=1:0>d&&(d=0)),j[k++]={x:c,y:d};for(j.sort(function(a,b){return a.x-b.x}),h=new m(1,1,null),n=l;--n>-1;)g=j[n],h=new m(g.x,g.y,h);this._prev=new m(0,0,0!==h.t?h:h.next)},!0),q=c.prototype=new a,q.constructor=c,q.getRatio=function(a){var b=this._prev;if(a>b.t){for(;b.next&&a>=b.t;)b=b.next;b=b.prev}else for(;b.prev&&a<=b.t;)b=b.prev;return this._prev=b,b.v+(a-b.t)/b.gap*b.c},q.config=function(a){return new c(a)},c.ease=new c,l("Bounce",j("BounceOut",function(a){return 1/2.75>a?7.5625*a*a:2/2.75>a?7.5625*(a-=1.5/2.75)*a+.75:2.5/2.75>a?7.5625*(a-=2.25/2.75)*a+.9375:7.5625*(a-=2.625/2.75)*a+.984375}),j("BounceIn",function(a){return(a=1-a)<1/2.75?1-7.5625*a*a:2/2.75>a?1-(7.5625*(a-=1.5/2.75)*a+.75):2.5/2.75>a?1-(7.5625*(a-=2.25/2.75)*a+.9375):1-(7.5625*(a-=2.625/2.75)*a+.984375)}),j("BounceInOut",function(a){var b=.5>a;return a=b?1-2*a:2*a-1,a=1/2.75>a?7.5625*a*a:2/2.75>a?7.5625*(a-=1.5/2.75)*a+.75:2.5/2.75>a?7.5625*(a-=2.25/2.75)*a+.9375:7.5625*(a-=2.625/2.75)*a+.984375,b?.5*(1-a):.5*a+.5})),l("Circ",j("CircOut",function(a){return Math.sqrt(1-(a-=1)*a)}),j("CircIn",function(a){return-(Math.sqrt(1-a*a)-1)}),j("CircInOut",function(a){return(a*=2)<1?-.5*(Math.sqrt(1-a*a)-1):.5*(Math.sqrt(1-(a-=2)*a)+1)})),d=function(b,c,d){var e=i("easing."+b,function(a,b){this._p1=a>=1?a:1,this._p2=(b||d)/(1>a?a:1),this._p3=this._p2/g*(Math.asin(1/this._p1)||0),this._p2=g/this._p2},!0),f=e.prototype=new a;return f.constructor=e,f.getRatio=c,f.config=function(a,b){return new e(a,b)},e},l("Elastic",d("ElasticOut",function(a){return this._p1*Math.pow(2,-10*a)*Math.sin((a-this._p3)*this._p2)+1},.3),d("ElasticIn",function(a){return-(this._p1*Math.pow(2,10*(a-=1))*Math.sin((a-this._p3)*this._p2))},.3),d("ElasticInOut",function(a){return(a*=2)<1?-.5*(this._p1*Math.pow(2,10*(a-=1))*Math.sin((a-this._p3)*this._p2)):this._p1*Math.pow(2,-10*(a-=1))*Math.sin((a-this._p3)*this._p2)*.5+1},.45)),l("Expo",j("ExpoOut",function(a){return 1-Math.pow(2,-10*a)}),j("ExpoIn",function(a){return Math.pow(2,10*(a-1))-.001}),j("ExpoInOut",function(a){return(a*=2)<1?.5*Math.pow(2,10*(a-1)):.5*(2-Math.pow(2,-10*(a-1)))})),l("Sine",j("SineOut",function(a){return Math.sin(a*h)}),j("SineIn",function(a){return-Math.cos(a*h)+1}),j("SineInOut",function(a){return-.5*(Math.cos(Math.PI*a)-1)})),i("easing.EaseLookup",{find:function(b){return a.map[b]}},!0),k(e.SlowMo,"SlowMo","ease,"),k(c,"RoughEase","ease,"),k(b,"SteppedEase","ease,"),o},!0)}),_gsScope._gsDefine&&_gsScope._gsQueue.pop()(),function(){"use strict";var a=function(){return _gsScope.GreenSockGlobals||_gsScope};"function"==typeof define&&define.amd?define(["../TweenLite"],a):"undefined"!=typeof module&&module.exports&&(require("../TweenLite.js"),module.exports=a())}();  var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;(_gsScope._gsQueue||(_gsScope._gsQueue=[])).push(function(){"use strict";_gsScope._gsDefine("plugins.CSSPlugin",["plugins.TweenPlugin","TweenLite"],function(a,b){var c,d,e,f,g=function(){a.call(this,"css"),this._overwriteProps.length=0,this.setRatio=g.prototype.setRatio},h=_gsScope._gsDefine.globals,i={},j=g.prototype=new a("css");j.constructor=g,g.version="1.18.5",g.API=2,g.defaultTransformPerspective=0,g.defaultSkewType="compensated",g.defaultSmoothOrigin=!0,j="px",g.suffixMap={top:j,right:j,bottom:j,left:j,width:j,height:j,fontSize:j,padding:j,margin:j,perspective:j,lineHeight:""};var k,l,m,n,o,p,q=/(?:\-|\.|\b)(\d|\.|e\-)+/g,r=/(?:\d|\-\d|\.\d|\-\.\d|\+=\d|\-=\d|\+=.\d|\-=\.\d)+/g,s=/(?:\+=|\-=|\-|\b)[\d\-\.]+[a-zA-Z0-9]*(?:%|\b)/gi,t=/(?![+-]?\d*\.?\d+|[+-]|e[+-]\d+)[^0-9]/g,u=/(?:\d|\-|\+|=|#|\.)*/g,v=/opacity *= *([^)]*)/i,w=/opacity:([^;]*)/i,x=/alpha\(opacity *=.+?\)/i,y=/^(rgb|hsl)/,z=/([A-Z])/g,A=/-([a-z])/gi,B=/(^(?:url\(\"|url\())|(?:(\"\))$|\)$)/gi,C=function(a,b){return b.toUpperCase()},D=/(?:Left|Right|Width)/i,E=/(M11|M12|M21|M22)=[\d\-\.e]+/gi,F=/progid\:DXImageTransform\.Microsoft\.Matrix\(.+?\)/i,G=/,(?=[^\)]*(?:\(|$))/gi,H=/[\s,\(]/i,I=Math.PI/180,J=180/Math.PI,K={},L=document,M=function(a){return L.createElementNS?L.createElementNS("http://www.w3.org/1999/xhtml",a):L.createElement(a)},N=M("div"),O=M("img"),P=g._internals={_specialProps:i},Q=navigator.userAgent,R=function(){var a=Q.indexOf("Android"),b=M("a");return m=-1!==Q.indexOf("Safari")&&-1===Q.indexOf("Chrome")&&(-1===a||Number(Q.substr(a+8,1))>3),o=m&&Number(Q.substr(Q.indexOf("Version/")+8,1))<6,n=-1!==Q.indexOf("Firefox"),(/MSIE ([0-9]{1,}[\.0-9]{0,})/.exec(Q)||/Trident\/.*rv:([0-9]{1,}[\.0-9]{0,})/.exec(Q))&&(p=parseFloat(RegExp.$1)),b?(b.style.cssText="top:1px;opacity:.55;",/^0.55/.test(b.style.opacity)):!1}(),S=function(a){return v.test("string"==typeof a?a:(a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100:1},T=function(a){window.console&&console.log(a)},U="",V="",W=function(a,b){b=b||N;var c,d,e=b.style;if(void 0!==e[a])return a;for(a=a.charAt(0).toUpperCase()+a.substr(1),c=["O","Moz","ms","Ms","Webkit"],d=5;--d>-1&&void 0===e[c[d]+a];);return d>=0?(V=3===d?"ms":c[d],U="-"+V.toLowerCase()+"-",V+a):null},X=L.defaultView?L.defaultView.getComputedStyle:function(){},Y=g.getStyle=function(a,b,c,d,e){var f;return R||"opacity"!==b?(!d&&a.style[b]?f=a.style[b]:(c=c||X(a))?f=c[b]||c.getPropertyValue(b)||c.getPropertyValue(b.replace(z,"-$1").toLowerCase()):a.currentStyle&&(f=a.currentStyle[b]),null==e||f&&"none"!==f&&"auto"!==f&&"auto auto"!==f?f:e):S(a)},Z=P.convertToPixels=function(a,c,d,e,f){if("px"===e||!e)return d;if("auto"===e||!d)return 0;var h,i,j,k=D.test(c),l=a,m=N.style,n=0>d,o=1===d;if(n&&(d=-d),o&&(d*=100),"%"===e&&-1!==c.indexOf("border"))h=d/100*(k?a.clientWidth:a.clientHeight);else{if(m.cssText="border:0 solid red;position:"+Y(a,"position")+";line-height:0;","%"!==e&&l.appendChild&&"v"!==e.charAt(0)&&"rem"!==e)m[k?"borderLeftWidth":"borderTopWidth"]=d+e;else{if(l=a.parentNode||L.body,i=l._gsCache,j=b.ticker.frame,i&&k&&i.time===j)return i.width*d/100;m[k?"width":"height"]=d+e}l.appendChild(N),h=parseFloat(N[k?"offsetWidth":"offsetHeight"]),l.removeChild(N),k&&"%"===e&&g.cacheWidths!==!1&&(i=l._gsCache=l._gsCache||{},i.time=j,i.width=h/d*100),0!==h||f||(h=Z(a,c,d,e,!0))}return o&&(h/=100),n?-h:h},$=P.calculateOffset=function(a,b,c){if("absolute"!==Y(a,"position",c))return 0;var d="left"===b?"Left":"Top",e=Y(a,"margin"+d,c);return a["offset"+d]-(Z(a,b,parseFloat(e),e.replace(u,""))||0)},_=function(a,b){var c,d,e,f={};if(b=b||X(a,null))if(c=b.length)for(;--c>-1;)e=b[c],(-1===e.indexOf("-transform")||Aa===e)&&(f[e.replace(A,C)]=b.getPropertyValue(e));else for(c in b)(-1===c.indexOf("Transform")||za===c)&&(f[c]=b[c]);else if(b=a.currentStyle||a.style)for(c in b)"string"==typeof c&&void 0===f[c]&&(f[c.replace(A,C)]=b[c]);return R||(f.opacity=S(a)),d=Na(a,b,!1),f.rotation=d.rotation,f.skewX=d.skewX,f.scaleX=d.scaleX,f.scaleY=d.scaleY,f.x=d.x,f.y=d.y,Ca&&(f.z=d.z,f.rotationX=d.rotationX,f.rotationY=d.rotationY,f.scaleZ=d.scaleZ),f.filters&&delete f.filters,f},aa=function(a,b,c,d,e){var f,g,h,i={},j=a.style;for(g in c)"cssText"!==g&&"length"!==g&&isNaN(g)&&(b[g]!==(f=c[g])||e&&e[g])&&-1===g.indexOf("Origin")&&("number"==typeof f||"string"==typeof f)&&(i[g]="auto"!==f||"left"!==g&&"top"!==g?""!==f&&"auto"!==f&&"none"!==f||"string"!=typeof b[g]||""===b[g].replace(t,"")?f:0:$(a,g),void 0!==j[g]&&(h=new pa(j,g,j[g],h)));if(d)for(g in d)"className"!==g&&(i[g]=d[g]);return{difs:i,firstMPT:h}},ba={width:["Left","Right"],height:["Top","Bottom"]},ca=["marginLeft","marginRight","marginTop","marginBottom"],da=function(a,b,c){if("svg"===(a.nodeName+"").toLowerCase())return(c||X(a))[b]||0;if(a.getBBox&&Ka(a))return a.getBBox()[b]||0;var d=parseFloat("width"===b?a.offsetWidth:a.offsetHeight),e=ba[b],f=e.length;for(c=c||X(a,null);--f>-1;)d-=parseFloat(Y(a,"padding"+e[f],c,!0))||0,d-=parseFloat(Y(a,"border"+e[f]+"Width",c,!0))||0;return d},ea=function(a,b){if("contain"===a||"auto"===a||"auto auto"===a)return a+" ";(null==a||""===a)&&(a="0 0");var c,d=a.split(" "),e=-1!==a.indexOf("left")?"0%":-1!==a.indexOf("right")?"100%":d[0],f=-1!==a.indexOf("top")?"0%":-1!==a.indexOf("bottom")?"100%":d[1];if(d.length>3&&!b){for(d=a.split(", ").join(",").split(","),a=[],c=0;c<d.length;c++)a.push(ea(d[c]));return a.join(",")}return null==f?f="center"===e?"50%":"0":"center"===f&&(f="50%"),("center"===e||isNaN(parseFloat(e))&&-1===(e+"").indexOf("="))&&(e="50%"),a=e+" "+f+(d.length>2?" "+d[2]:""),b&&(b.oxp=-1!==e.indexOf("%"),b.oyp=-1!==f.indexOf("%"),b.oxr="="===e.charAt(1),b.oyr="="===f.charAt(1),b.ox=parseFloat(e.replace(t,"")),b.oy=parseFloat(f.replace(t,"")),b.v=a),b||a},fa=function(a,b){return"string"==typeof a&&"="===a.charAt(1)?parseInt(a.charAt(0)+"1",10)*parseFloat(a.substr(2)):parseFloat(a)-parseFloat(b)||0},ga=function(a,b){return null==a?b:"string"==typeof a&&"="===a.charAt(1)?parseInt(a.charAt(0)+"1",10)*parseFloat(a.substr(2))+b:parseFloat(a)||0},ha=function(a,b,c,d){var e,f,g,h,i,j=1e-6;return null==a?h=b:"number"==typeof a?h=a:(e=360,f=a.split("_"),i="="===a.charAt(1),g=(i?parseInt(a.charAt(0)+"1",10)*parseFloat(f[0].substr(2)):parseFloat(f[0]))*(-1===a.indexOf("rad")?1:J)-(i?0:b),f.length&&(d&&(d[c]=b+g),-1!==a.indexOf("short")&&(g%=e,g!==g%(e/2)&&(g=0>g?g+e:g-e)),-1!==a.indexOf("_cw")&&0>g?g=(g+9999999999*e)%e-(g/e|0)*e:-1!==a.indexOf("ccw")&&g>0&&(g=(g-9999999999*e)%e-(g/e|0)*e)),h=b+g),j>h&&h>-j&&(h=0),h},ia={aqua:[0,255,255],lime:[0,255,0],silver:[192,192,192],black:[0,0,0],maroon:[128,0,0],teal:[0,128,128],blue:[0,0,255],navy:[0,0,128],white:[255,255,255],fuchsia:[255,0,255],olive:[128,128,0],yellow:[255,255,0],orange:[255,165,0],gray:[128,128,128],purple:[128,0,128],green:[0,128,0],red:[255,0,0],pink:[255,192,203],cyan:[0,255,255],transparent:[255,255,255,0]},ja=function(a,b,c){return a=0>a?a+1:a>1?a-1:a,255*(1>6*a?b+(c-b)*a*6:.5>a?c:2>3*a?b+(c-b)*(2/3-a)*6:b)+.5|0},ka=g.parseColor=function(a,b){var c,d,e,f,g,h,i,j,k,l,m;if(a)if("number"==typeof a)c=[a>>16,a>>8&255,255&a];else{if(","===a.charAt(a.length-1)&&(a=a.substr(0,a.length-1)),ia[a])c=ia[a];else if("#"===a.charAt(0))4===a.length&&(d=a.charAt(1),e=a.charAt(2),f=a.charAt(3),a="#"+d+d+e+e+f+f),a=parseInt(a.substr(1),16),c=[a>>16,a>>8&255,255&a];else if("hsl"===a.substr(0,3))if(c=m=a.match(q),b){if(-1!==a.indexOf("="))return a.match(r)}else g=Number(c[0])%360/360,h=Number(c[1])/100,i=Number(c[2])/100,e=.5>=i?i*(h+1):i+h-i*h,d=2*i-e,c.length>3&&(c[3]=Number(a[3])),c[0]=ja(g+1/3,d,e),c[1]=ja(g,d,e),c[2]=ja(g-1/3,d,e);else c=a.match(q)||ia.transparent;c[0]=Number(c[0]),c[1]=Number(c[1]),c[2]=Number(c[2]),c.length>3&&(c[3]=Number(c[3]))}else c=ia.black;return b&&!m&&(d=c[0]/255,e=c[1]/255,f=c[2]/255,j=Math.max(d,e,f),k=Math.min(d,e,f),i=(j+k)/2,j===k?g=h=0:(l=j-k,h=i>.5?l/(2-j-k):l/(j+k),g=j===d?(e-f)/l+(f>e?6:0):j===e?(f-d)/l+2:(d-e)/l+4,g*=60),c[0]=g+.5|0,c[1]=100*h+.5|0,c[2]=100*i+.5|0),c},la=function(a,b){var c,d,e,f=a.match(ma)||[],g=0,h=f.length?"":a;for(c=0;c<f.length;c++)d=f[c],e=a.substr(g,a.indexOf(d,g)-g),g+=e.length+d.length,d=ka(d,b),3===d.length&&d.push(1),h+=e+(b?"hsla("+d[0]+","+d[1]+"%,"+d[2]+"%,"+d[3]:"rgba("+d.join(","))+")";return h+a.substr(g)},ma="(?:\\b(?:(?:rgb|rgba|hsl|hsla)\\(.+?\\))|\\B#(?:[0-9a-f]{3}){1,2}\\b";for(j in ia)ma+="|"+j+"\\b";ma=new RegExp(ma+")","gi"),g.colorStringFilter=function(a){var b,c=a[0]+a[1];ma.test(c)&&(b=-1!==c.indexOf("hsl(")||-1!==c.indexOf("hsla("),a[0]=la(a[0],b),a[1]=la(a[1],b)),ma.lastIndex=0},b.defaultStringFilter||(b.defaultStringFilter=g.colorStringFilter);var na=function(a,b,c,d){if(null==a)return function(a){return a};var e,f=b?(a.match(ma)||[""])[0]:"",g=a.split(f).join("").match(s)||[],h=a.substr(0,a.indexOf(g[0])),i=")"===a.charAt(a.length-1)?")":"",j=-1!==a.indexOf(" ")?" ":",",k=g.length,l=k>0?g[0].replace(q,""):"";return k?e=b?function(a){var b,m,n,o;if("number"==typeof a)a+=l;else if(d&&G.test(a)){for(o=a.replace(G,"|").split("|"),n=0;n<o.length;n++)o[n]=e(o[n]);return o.join(",")}if(b=(a.match(ma)||[f])[0],m=a.split(b).join("").match(s)||[],n=m.length,k>n--)for(;++n<k;)m[n]=c?m[(n-1)/2|0]:g[n];return h+m.join(j)+j+b+i+(-1!==a.indexOf("inset")?" inset":"")}:function(a){var b,f,m;if("number"==typeof a)a+=l;else if(d&&G.test(a)){for(f=a.replace(G,"|").split("|"),m=0;m<f.length;m++)f[m]=e(f[m]);return f.join(",")}if(b=a.match(s)||[],m=b.length,k>m--)for(;++m<k;)b[m]=c?b[(m-1)/2|0]:g[m];return h+b.join(j)+i}:function(a){return a}},oa=function(a){return a=a.split(","),function(b,c,d,e,f,g,h){var i,j=(c+"").split(" ");for(h={},i=0;4>i;i++)h[a[i]]=j[i]=j[i]||j[(i-1)/2>>0];return e.parse(b,h,f,g)}},pa=(P._setPluginRatio=function(a){this.plugin.setRatio(a);for(var b,c,d,e,f,g=this.data,h=g.proxy,i=g.firstMPT,j=1e-6;i;)b=h[i.v],i.r?b=Math.round(b):j>b&&b>-j&&(b=0),i.t[i.p]=b,i=i._next;if(g.autoRotate&&(g.autoRotate.rotation=h.rotation),1===a||0===a)for(i=g.firstMPT,f=1===a?"e":"b";i;){if(c=i.t,c.type){if(1===c.type){for(e=c.xs0+c.s+c.xs1,d=1;d<c.l;d++)e+=c["xn"+d]+c["xs"+(d+1)];c[f]=e}}else c[f]=c.s+c.xs0;i=i._next}},function(a,b,c,d,e){this.t=a,this.p=b,this.v=c,this.r=e,d&&(d._prev=this,this._next=d)}),qa=(P._parseToProxy=function(a,b,c,d,e,f){var g,h,i,j,k,l=d,m={},n={},o=c._transform,p=K;for(c._transform=null,K=b,d=k=c.parse(a,b,d,e),K=p,f&&(c._transform=o,l&&(l._prev=null,l._prev&&(l._prev._next=null)));d&&d!==l;){if(d.type<=1&&(h=d.p,n[h]=d.s+d.c,m[h]=d.s,f||(j=new pa(d,"s",h,j,d.r),d.c=0),1===d.type))for(g=d.l;--g>0;)i="xn"+g,h=d.p+"_"+i,n[h]=d.data[i],m[h]=d[i],f||(j=new pa(d,i,h,j,d.rxp[i]));d=d._next}return{proxy:m,end:n,firstMPT:j,pt:k}},P.CSSPropTween=function(a,b,d,e,g,h,i,j,k,l,m){this.t=a,this.p=b,this.s=d,this.c=e,this.n=i||b,a instanceof qa||f.push(this.n),this.r=j,this.type=h||0,k&&(this.pr=k,c=!0),this.b=void 0===l?d:l,this.e=void 0===m?d+e:m,g&&(this._next=g,g._prev=this)}),ra=function(a,b,c,d,e,f){var g=new qa(a,b,c,d-c,e,-1,f);return g.b=c,g.e=g.xs0=d,g},sa=g.parseComplex=function(a,b,c,d,e,f,h,i,j,l){c=c||f||"",h=new qa(a,b,0,0,h,l?2:1,null,!1,i,c,d),d+="",e&&ma.test(d+c)&&(d=[c,d],g.colorStringFilter(d),c=d[0],d=d[1]);var m,n,o,p,s,t,u,v,w,x,y,z,A,B=c.split(", ").join(",").split(" "),C=d.split(", ").join(",").split(" "),D=B.length,E=k!==!1;for((-1!==d.indexOf(",")||-1!==c.indexOf(","))&&(B=B.join(" ").replace(G,", ").split(" "),C=C.join(" ").replace(G,", ").split(" "),D=B.length),D!==C.length&&(B=(f||"").split(" "),D=B.length),h.plugin=j,h.setRatio=l,ma.lastIndex=0,m=0;D>m;m++)if(p=B[m],s=C[m],v=parseFloat(p),v||0===v)h.appendXtra("",v,fa(s,v),s.replace(r,""),E&&-1!==s.indexOf("px"),!0);else if(e&&ma.test(p))z=s.indexOf(")")+1,z=")"+(z?s.substr(z):""),A=-1!==s.indexOf("hsl")&&R,p=ka(p,A),s=ka(s,A),w=p.length+s.length>6,w&&!R&&0===s[3]?(h["xs"+h.l]+=h.l?" transparent":"transparent",h.e=h.e.split(C[m]).join("transparent")):(R||(w=!1),A?h.appendXtra(w?"hsla(":"hsl(",p[0],fa(s[0],p[0]),",",!1,!0).appendXtra("",p[1],fa(s[1],p[1]),"%,",!1).appendXtra("",p[2],fa(s[2],p[2]),w?"%,":"%"+z,!1):h.appendXtra(w?"rgba(":"rgb(",p[0],s[0]-p[0],",",!0,!0).appendXtra("",p[1],s[1]-p[1],",",!0).appendXtra("",p[2],s[2]-p[2],w?",":z,!0),w&&(p=p.length<4?1:p[3],h.appendXtra("",p,(s.length<4?1:s[3])-p,z,!1))),ma.lastIndex=0;else if(t=p.match(q)){if(u=s.match(r),!u||u.length!==t.length)return h;for(o=0,n=0;n<t.length;n++)y=t[n],x=p.indexOf(y,o),h.appendXtra(p.substr(o,x-o),Number(y),fa(u[n],y),"",E&&"px"===p.substr(x+y.length,2),0===n),o=x+y.length;h["xs"+h.l]+=p.substr(o)}else h["xs"+h.l]+=h.l||h["xs"+h.l]?" "+s:s;if(-1!==d.indexOf("=")&&h.data){for(z=h.xs0+h.data.s,m=1;m<h.l;m++)z+=h["xs"+m]+h.data["xn"+m];h.e=z+h["xs"+m]}return h.l||(h.type=-1,h.xs0=h.e),h.xfirst||h},ta=9;for(j=qa.prototype,j.l=j.pr=0;--ta>0;)j["xn"+ta]=0,j["xs"+ta]="";j.xs0="",j._next=j._prev=j.xfirst=j.data=j.plugin=j.setRatio=j.rxp=null,j.appendXtra=function(a,b,c,d,e,f){var g=this,h=g.l;return g["xs"+h]+=f&&(h||g["xs"+h])?" "+a:a||"",c||0===h||g.plugin?(g.l++,g.type=g.setRatio?2:1,g["xs"+g.l]=d||"",h>0?(g.data["xn"+h]=b+c,g.rxp["xn"+h]=e,g["xn"+h]=b,g.plugin||(g.xfirst=new qa(g,"xn"+h,b,c,g.xfirst||g,0,g.n,e,g.pr),g.xfirst.xs0=0),g):(g.data={s:b+c},g.rxp={},g.s=b,g.c=c,g.r=e,g)):(g["xs"+h]+=b+(d||""),g)};var ua=function(a,b){b=b||{},this.p=b.prefix?W(a)||a:a,i[a]=i[this.p]=this,this.format=b.formatter||na(b.defaultValue,b.color,b.collapsible,b.multi),b.parser&&(this.parse=b.parser),this.clrs=b.color,this.multi=b.multi,this.keyword=b.keyword,this.dflt=b.defaultValue,this.pr=b.priority||0},va=P._registerComplexSpecialProp=function(a,b,c){"object"!=typeof b&&(b={parser:c});var d,e,f=a.split(","),g=b.defaultValue;for(c=c||[g],d=0;d<f.length;d++)b.prefix=0===d&&b.prefix,b.defaultValue=c[d]||g,e=new ua(f[d],b)},wa=function(a){if(!i[a]){var b=a.charAt(0).toUpperCase()+a.substr(1)+"Plugin";va(a,{parser:function(a,c,d,e,f,g,j){var k=h.com.greensock.plugins[b];return k?(k._cssRegister(),i[d].parse(a,c,d,e,f,g,j)):(T("Error: "+b+" js file not loaded."),f)}})}};j=ua.prototype,j.parseComplex=function(a,b,c,d,e,f){var g,h,i,j,k,l,m=this.keyword;if(this.multi&&(G.test(c)||G.test(b)?(h=b.replace(G,"|").split("|"),i=c.replace(G,"|").split("|")):m&&(h=[b],i=[c])),i){for(j=i.length>h.length?i.length:h.length,g=0;j>g;g++)b=h[g]=h[g]||this.dflt,c=i[g]=i[g]||this.dflt,m&&(k=b.indexOf(m),l=c.indexOf(m),k!==l&&(-1===l?h[g]=h[g].split(m).join(""):-1===k&&(h[g]+=" "+m)));b=h.join(", "),c=i.join(", ")}return sa(a,this.p,b,c,this.clrs,this.dflt,d,this.pr,e,f)},j.parse=function(a,b,c,d,f,g,h){return this.parseComplex(a.style,this.format(Y(a,this.p,e,!1,this.dflt)),this.format(b),f,g)},g.registerSpecialProp=function(a,b,c){va(a,{parser:function(a,d,e,f,g,h,i){var j=new qa(a,e,0,0,g,2,e,!1,c);return j.plugin=h,j.setRatio=b(a,d,f._tween,e),j},priority:c})},g.useSVGTransformAttr=m||n;var xa,ya="scaleX,scaleY,scaleZ,x,y,z,skewX,skewY,rotation,rotationX,rotationY,perspective,xPercent,yPercent".split(","),za=W("transform"),Aa=U+"transform",Ba=W("transformOrigin"),Ca=null!==W("perspective"),Da=P.Transform=function(){this.perspective=parseFloat(g.defaultTransformPerspective)||0,this.force3D=g.defaultForce3D!==!1&&Ca?g.defaultForce3D||"auto":!1},Ea=window.SVGElement,Fa=function(a,b,c){var d,e=L.createElementNS("http://www.w3.org/2000/svg",a),f=/([a-z])([A-Z])/g;for(d in c)e.setAttributeNS(null,d.replace(f,"$1-$2").toLowerCase(),c[d]);return b.appendChild(e),e},Ga=L.documentElement,Ha=function(){var a,b,c,d=p||/Android/i.test(Q)&&!window.chrome;return L.createElementNS&&!d&&(a=Fa("svg",Ga),b=Fa("rect",a,{width:100,height:50,x:100}),c=b.getBoundingClientRect().width,b.style[Ba]="50% 50%",b.style[za]="scaleX(0.5)",d=c===b.getBoundingClientRect().width&&!(n&&Ca),Ga.removeChild(a)),d}(),Ia=function(a,b,c,d,e,f){var h,i,j,k,l,m,n,o,p,q,r,s,t,u,v=a._gsTransform,w=Ma(a,!0);v&&(t=v.xOrigin,u=v.yOrigin),(!d||(h=d.split(" ")).length<2)&&(n=a.getBBox(),b=ea(b).split(" "),h=[(-1!==b[0].indexOf("%")?parseFloat(b[0])/100*n.width:parseFloat(b[0]))+n.x,(-1!==b[1].indexOf("%")?parseFloat(b[1])/100*n.height:parseFloat(b[1]))+n.y]),c.xOrigin=k=parseFloat(h[0]),c.yOrigin=l=parseFloat(h[1]),d&&w!==La&&(m=w[0],n=w[1],o=w[2],p=w[3],q=w[4],r=w[5],s=m*p-n*o,i=k*(p/s)+l*(-o/s)+(o*r-p*q)/s,j=k*(-n/s)+l*(m/s)-(m*r-n*q)/s,k=c.xOrigin=h[0]=i,l=c.yOrigin=h[1]=j),v&&(f&&(c.xOffset=v.xOffset,c.yOffset=v.yOffset,v=c),e||e!==!1&&g.defaultSmoothOrigin!==!1?(i=k-t,j=l-u,v.xOffset+=i*w[0]+j*w[2]-i,v.yOffset+=i*w[1]+j*w[3]-j):v.xOffset=v.yOffset=0),f||a.setAttribute("data-svg-origin",h.join(" "))},Ja=function(a){try{return a.getBBox()}catch(a){}},Ka=function(a){return!!(Ea&&a.getBBox&&a.getCTM&&Ja(a)&&(!a.parentNode||a.parentNode.getBBox&&a.parentNode.getCTM))},La=[1,0,0,1,0,0],Ma=function(a,b){var c,d,e,f,g,h,i=a._gsTransform||new Da,j=1e5,k=a.style;if(za?d=Y(a,Aa,null,!0):a.currentStyle&&(d=a.currentStyle.filter.match(E),d=d&&4===d.length?[d[0].substr(4),Number(d[2].substr(4)),Number(d[1].substr(4)),d[3].substr(4),i.x||0,i.y||0].join(","):""),c=!d||"none"===d||"matrix(1, 0, 0, 1, 0, 0)"===d,c&&za&&((h="none"===X(a).display)||!a.parentNode)&&(h&&(f=k.display,k.display="block"),a.parentNode||(g=1,Ga.appendChild(a)),d=Y(a,Aa,null,!0),c=!d||"none"===d||"matrix(1, 0, 0, 1, 0, 0)"===d,f?k.display=f:h&&Ra(k,"display"),g&&Ga.removeChild(a)),(i.svg||a.getBBox&&Ka(a))&&(c&&-1!==(k[za]+"").indexOf("matrix")&&(d=k[za],c=0),e=a.getAttribute("transform"),c&&e&&(-1!==e.indexOf("matrix")?(d=e,c=0):-1!==e.indexOf("translate")&&(d="matrix(1,0,0,1,"+e.match(/(?:\-|\b)[\d\-\.e]+\b/gi).join(",")+")",c=0))),c)return La;for(e=(d||"").match(q)||[],ta=e.length;--ta>-1;)f=Number(e[ta]),e[ta]=(g=f-(f|=0))?(g*j+(0>g?-.5:.5)|0)/j+f:f;return b&&e.length>6?[e[0],e[1],e[4],e[5],e[12],e[13]]:e},Na=P.getTransform=function(a,c,d,e){if(a._gsTransform&&d&&!e)return a._gsTransform;var f,h,i,j,k,l,m=d?a._gsTransform||new Da:new Da,n=m.scaleX<0,o=2e-5,p=1e5,q=Ca?parseFloat(Y(a,Ba,c,!1,"0 0 0").split(" ")[2])||m.zOrigin||0:0,r=parseFloat(g.defaultTransformPerspective)||0;if(m.svg=!(!a.getBBox||!Ka(a)),m.svg&&(Ia(a,Y(a,Ba,c,!1,"50% 50%")+"",m,a.getAttribute("data-svg-origin")),xa=g.useSVGTransformAttr||Ha),f=Ma(a),f!==La){if(16===f.length){var s,t,u,v,w,x=f[0],y=f[1],z=f[2],A=f[3],B=f[4],C=f[5],D=f[6],E=f[7],F=f[8],G=f[9],H=f[10],I=f[12],K=f[13],L=f[14],M=f[11],N=Math.atan2(D,H);m.zOrigin&&(L=-m.zOrigin,I=F*L-f[12],K=G*L-f[13],L=H*L+m.zOrigin-f[14]),m.rotationX=N*J,N&&(v=Math.cos(-N),w=Math.sin(-N),s=B*v+F*w,t=C*v+G*w,u=D*v+H*w,F=B*-w+F*v,G=C*-w+G*v,H=D*-w+H*v,M=E*-w+M*v,B=s,C=t,D=u),N=Math.atan2(-z,H),m.rotationY=N*J,N&&(v=Math.cos(-N),w=Math.sin(-N),s=x*v-F*w,t=y*v-G*w,u=z*v-H*w,G=y*w+G*v,H=z*w+H*v,M=A*w+M*v,x=s,y=t,z=u),N=Math.atan2(y,x),m.rotation=N*J,N&&(v=Math.cos(-N),w=Math.sin(-N),x=x*v+B*w,t=y*v+C*w,C=y*-w+C*v,D=z*-w+D*v,y=t),m.rotationX&&Math.abs(m.rotationX)+Math.abs(m.rotation)>359.9&&(m.rotationX=m.rotation=0,m.rotationY=180-m.rotationY),m.scaleX=(Math.sqrt(x*x+y*y)*p+.5|0)/p,m.scaleY=(Math.sqrt(C*C+G*G)*p+.5|0)/p,m.scaleZ=(Math.sqrt(D*D+H*H)*p+.5|0)/p,m.rotationX||m.rotationY?m.skewX=0:(m.skewX=B||C?Math.atan2(B,C)*J+m.rotation:m.skewX||0,Math.abs(m.skewX)>90&&Math.abs(m.skewX)<270&&(n?(m.scaleX*=-1,m.skewX+=m.rotation<=0?180:-180,m.rotation+=m.rotation<=0?180:-180):(m.scaleY*=-1,m.skewX+=m.skewX<=0?180:-180))),m.perspective=M?1/(0>M?-M:M):0,m.x=I,m.y=K,m.z=L,m.svg&&(m.x-=m.xOrigin-(m.xOrigin*x-m.yOrigin*B),m.y-=m.yOrigin-(m.yOrigin*y-m.xOrigin*C))}else if(!Ca||e||!f.length||m.x!==f[4]||m.y!==f[5]||!m.rotationX&&!m.rotationY){var O=f.length>=6,P=O?f[0]:1,Q=f[1]||0,R=f[2]||0,S=O?f[3]:1;m.x=f[4]||0,m.y=f[5]||0,i=Math.sqrt(P*P+Q*Q),j=Math.sqrt(S*S+R*R),k=P||Q?Math.atan2(Q,P)*J:m.rotation||0,l=R||S?Math.atan2(R,S)*J+k:m.skewX||0,Math.abs(l)>90&&Math.abs(l)<270&&(n?(i*=-1,l+=0>=k?180:-180,k+=0>=k?180:-180):(j*=-1,l+=0>=l?180:-180)),m.scaleX=i,m.scaleY=j,m.rotation=k,m.skewX=l,Ca&&(m.rotationX=m.rotationY=m.z=0,m.perspective=r,m.scaleZ=1),m.svg&&(m.x-=m.xOrigin-(m.xOrigin*P+m.yOrigin*R),m.y-=m.yOrigin-(m.xOrigin*Q+m.yOrigin*S))}m.zOrigin=q;for(h in m)m[h]<o&&m[h]>-o&&(m[h]=0)}return d&&(a._gsTransform=m,m.svg&&(xa&&a.style[za]?b.delayedCall(.001,function(){Ra(a.style,za)}):!xa&&a.getAttribute("transform")&&b.delayedCall(.001,function(){a.removeAttribute("transform")}))),m},Oa=function(a){var b,c,d=this.data,e=-d.rotation*I,f=e+d.skewX*I,g=1e5,h=(Math.cos(e)*d.scaleX*g|0)/g,i=(Math.sin(e)*d.scaleX*g|0)/g,j=(Math.sin(f)*-d.scaleY*g|0)/g,k=(Math.cos(f)*d.scaleY*g|0)/g,l=this.t.style,m=this.t.currentStyle;if(m){c=i,i=-j,j=-c,b=m.filter,l.filter="";var n,o,q=this.t.offsetWidth,r=this.t.offsetHeight,s="absolute"!==m.position,t="progid:DXImageTransform.Microsoft.Matrix(M11="+h+", M12="+i+", M21="+j+", M22="+k,w=d.x+q*d.xPercent/100,x=d.y+r*d.yPercent/100;if(null!=d.ox&&(n=(d.oxp?q*d.ox*.01:d.ox)-q/2,o=(d.oyp?r*d.oy*.01:d.oy)-r/2,w+=n-(n*h+o*i),x+=o-(n*j+o*k)),s?(n=q/2,o=r/2,t+=", Dx="+(n-(n*h+o*i)+w)+", Dy="+(o-(n*j+o*k)+x)+")"):t+=", sizingMethod='auto expand')",-1!==b.indexOf("DXImageTransform.Microsoft.Matrix(")?l.filter=b.replace(F,t):l.filter=t+" "+b,(0===a||1===a)&&1===h&&0===i&&0===j&&1===k&&(s&&-1===t.indexOf("Dx=0, Dy=0")||v.test(b)&&100!==parseFloat(RegExp.$1)||-1===b.indexOf(b.indexOf("Alpha"))&&l.removeAttribute("filter")),!s){var y,z,A,B=8>p?1:-1;for(n=d.ieOffsetX||0,o=d.ieOffsetY||0,d.ieOffsetX=Math.round((q-((0>h?-h:h)*q+(0>i?-i:i)*r))/2+w),d.ieOffsetY=Math.round((r-((0>k?-k:k)*r+(0>j?-j:j)*q))/2+x),ta=0;4>ta;ta++)z=ca[ta],y=m[z],c=-1!==y.indexOf("px")?parseFloat(y):Z(this.t,z,parseFloat(y),y.replace(u,""))||0,A=c!==d[z]?2>ta?-d.ieOffsetX:-d.ieOffsetY:2>ta?n-d.ieOffsetX:o-d.ieOffsetY,l[z]=(d[z]=Math.round(c-A*(0===ta||2===ta?1:B)))+"px"}}},Pa=P.set3DTransformRatio=P.setTransformRatio=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,o,p,q,r,s,t,u,v,w,x,y,z=this.data,A=this.t.style,B=z.rotation,C=z.rotationX,D=z.rotationY,E=z.scaleX,F=z.scaleY,G=z.scaleZ,H=z.x,J=z.y,K=z.z,L=z.svg,M=z.perspective,N=z.force3D;if(((1===a||0===a)&&"auto"===N&&(this.tween._totalTime===this.tween._totalDuration||!this.tween._totalTime)||!N)&&!K&&!M&&!D&&!C&&1===G||xa&&L||!Ca)return void(B||z.skewX||L?(B*=I,x=z.skewX*I,y=1e5,b=Math.cos(B)*E,e=Math.sin(B)*E,c=Math.sin(B-x)*-F,f=Math.cos(B-x)*F,x&&"simple"===z.skewType&&(s=Math.tan(x),s=Math.sqrt(1+s*s),c*=s,f*=s,z.skewY&&(b*=s,e*=s)),L&&(H+=z.xOrigin-(z.xOrigin*b+z.yOrigin*c)+z.xOffset,J+=z.yOrigin-(z.xOrigin*e+z.yOrigin*f)+z.yOffset,xa&&(z.xPercent||z.yPercent)&&(p=this.t.getBBox(),H+=.01*z.xPercent*p.width,J+=.01*z.yPercent*p.height),p=1e-6,p>H&&H>-p&&(H=0),p>J&&J>-p&&(J=0)),u=(b*y|0)/y+","+(e*y|0)/y+","+(c*y|0)/y+","+(f*y|0)/y+","+H+","+J+")",L&&xa?this.t.setAttribute("transform","matrix("+u):A[za]=(z.xPercent||z.yPercent?"translate("+z.xPercent+"%,"+z.yPercent+"%) matrix(":"matrix(")+u):A[za]=(z.xPercent||z.yPercent?"translate("+z.xPercent+"%,"+z.yPercent+"%) matrix(":"matrix(")+E+",0,0,"+F+","+H+","+J+")");if(n&&(p=1e-4,p>E&&E>-p&&(E=G=2e-5),p>F&&F>-p&&(F=G=2e-5),!M||z.z||z.rotationX||z.rotationY||(M=0)),B||z.skewX)B*=I,q=b=Math.cos(B),r=e=Math.sin(B),z.skewX&&(B-=z.skewX*I,q=Math.cos(B),r=Math.sin(B),"simple"===z.skewType&&(s=Math.tan(z.skewX*I),s=Math.sqrt(1+s*s),q*=s,r*=s,z.skewY&&(b*=s,e*=s))),c=-r,f=q;else{if(!(D||C||1!==G||M||L))return void(A[za]=(z.xPercent||z.yPercent?"translate("+z.xPercent+"%,"+z.yPercent+"%) translate3d(":"translate3d(")+H+"px,"+J+"px,"+K+"px)"+(1!==E||1!==F?" scale("+E+","+F+")":""));b=f=1,c=e=0}j=1,d=g=h=i=k=l=0,m=M?-1/M:0,o=z.zOrigin,p=1e-6,v=",",w="0",B=D*I,B&&(q=Math.cos(B),r=Math.sin(B),h=-r,k=m*-r,d=b*r,g=e*r,j=q,m*=q,b*=q,e*=q),B=C*I,B&&(q=Math.cos(B),r=Math.sin(B),s=c*q+d*r,t=f*q+g*r,i=j*r,l=m*r,d=c*-r+d*q,g=f*-r+g*q,j*=q,m*=q,c=s,f=t),1!==G&&(d*=G,g*=G,j*=G,m*=G),1!==F&&(c*=F,f*=F,i*=F,l*=F),1!==E&&(b*=E,e*=E,h*=E,k*=E),(o||L)&&(o&&(H+=d*-o,J+=g*-o,K+=j*-o+o),L&&(H+=z.xOrigin-(z.xOrigin*b+z.yOrigin*c)+z.xOffset,J+=z.yOrigin-(z.xOrigin*e+z.yOrigin*f)+z.yOffset),p>H&&H>-p&&(H=w),p>J&&J>-p&&(J=w),p>K&&K>-p&&(K=0)),u=z.xPercent||z.yPercent?"translate("+z.xPercent+"%,"+z.yPercent+"%) matrix3d(":"matrix3d(",u+=(p>b&&b>-p?w:b)+v+(p>e&&e>-p?w:e)+v+(p>h&&h>-p?w:h),u+=v+(p>k&&k>-p?w:k)+v+(p>c&&c>-p?w:c)+v+(p>f&&f>-p?w:f),C||D||1!==G?(u+=v+(p>i&&i>-p?w:i)+v+(p>l&&l>-p?w:l)+v+(p>d&&d>-p?w:d),u+=v+(p>g&&g>-p?w:g)+v+(p>j&&j>-p?w:j)+v+(p>m&&m>-p?w:m)+v):u+=",0,0,0,0,1,0,",u+=H+v+J+v+K+v+(M?1+-K/M:1)+")",A[za]=u};j=Da.prototype,j.x=j.y=j.z=j.skewX=j.skewY=j.rotation=j.rotationX=j.rotationY=j.zOrigin=j.xPercent=j.yPercent=j.xOffset=j.yOffset=0,j.scaleX=j.scaleY=j.scaleZ=1,va("transform,scale,scaleX,scaleY,scaleZ,x,y,z,rotation,rotationX,rotationY,rotationZ,skewX,skewY,shortRotation,shortRotationX,shortRotationY,shortRotationZ,transformOrigin,svgOrigin,transformPerspective,directionalRotation,parseTransform,force3D,skewType,xPercent,yPercent,smoothOrigin",{parser:function(a,b,c,d,f,h,i){if(d._lastParsedTransform===i)return f;d._lastParsedTransform=i;var j,k,l,m,n,o,p,q,r,s=a._gsTransform,t=a.style,u=1e-6,v=ya.length,w=i,x={},y="transformOrigin",z=Na(a,e,!0,i.parseTransform);if(d._transform=z,"string"==typeof w.transform&&za)k=N.style,k[za]=w.transform,k.display="block",k.position="absolute",L.body.appendChild(N),j=Na(N,null,!1),z.svg&&(p=z.xOrigin,q=z.yOrigin,j.x-=z.xOffset,j.y-=z.yOffset,(w.transformOrigin||w.svgOrigin)&&(l={},Ia(a,ea(w.transformOrigin),l,w.svgOrigin,w.smoothOrigin,!0),p=l.xOrigin,q=l.yOrigin,j.x-=l.xOffset-z.xOffset,j.y-=l.yOffset-z.yOffset),(p||q)&&(r=Ma(N,!0),j.x-=p-(p*r[0]+q*r[2]),j.y-=q-(p*r[1]+q*r[3]))),L.body.removeChild(N),j.perspective||(j.perspective=z.perspective),null!=w.xPercent&&(j.xPercent=ga(w.xPercent,z.xPercent)),null!=w.yPercent&&(j.yPercent=ga(w.yPercent,z.yPercent));else if("object"==typeof w){if(j={scaleX:ga(null!=w.scaleX?w.scaleX:w.scale,z.scaleX),scaleY:ga(null!=w.scaleY?w.scaleY:w.scale,z.scaleY),scaleZ:ga(w.scaleZ,z.scaleZ),x:ga(w.x,z.x),y:ga(w.y,z.y),z:ga(w.z,z.z),xPercent:ga(w.xPercent,z.xPercent),yPercent:ga(w.yPercent,z.yPercent),perspective:ga(w.transformPerspective,z.perspective)},o=w.directionalRotation,null!=o)if("object"==typeof o)for(k in o)w[k]=o[k];else w.rotation=o;"string"==typeof w.x&&-1!==w.x.indexOf("%")&&(j.x=0,j.xPercent=ga(w.x,z.xPercent)),"string"==typeof w.y&&-1!==w.y.indexOf("%")&&(j.y=0,j.yPercent=ga(w.y,z.yPercent)),j.rotation=ha("rotation"in w?w.rotation:"shortRotation"in w?w.shortRotation+"_short":"rotationZ"in w?w.rotationZ:z.rotation-z.skewY,z.rotation-z.skewY,"rotation",x),Ca&&(j.rotationX=ha("rotationX"in w?w.rotationX:"shortRotationX"in w?w.shortRotationX+"_short":z.rotationX||0,z.rotationX,"rotationX",x),j.rotationY=ha("rotationY"in w?w.rotationY:"shortRotationY"in w?w.shortRotationY+"_short":z.rotationY||0,z.rotationY,"rotationY",x)),j.skewX=ha(w.skewX,z.skewX-z.skewY),(j.skewY=ha(w.skewY,z.skewY))&&(j.skewX+=j.skewY,j.rotation+=j.skewY)}for(Ca&&null!=w.force3D&&(z.force3D=w.force3D,n=!0),z.skewType=w.skewType||z.skewType||g.defaultSkewType,m=z.force3D||z.z||z.rotationX||z.rotationY||j.z||j.rotationX||j.rotationY||j.perspective,m||null==w.scale||(j.scaleZ=1);--v>-1;)c=ya[v],l=j[c]-z[c],(l>u||-u>l||null!=w[c]||null!=K[c])&&(n=!0,f=new qa(z,c,z[c],l,f),c in x&&(f.e=x[c]),f.xs0=0,f.plugin=h,d._overwriteProps.push(f.n));return l=w.transformOrigin,z.svg&&(l||w.svgOrigin)&&(p=z.xOffset,q=z.yOffset,Ia(a,ea(l),j,w.svgOrigin,w.smoothOrigin),f=ra(z,"xOrigin",(s?z:j).xOrigin,j.xOrigin,f,y),f=ra(z,"yOrigin",(s?z:j).yOrigin,j.yOrigin,f,y),(p!==z.xOffset||q!==z.yOffset)&&(f=ra(z,"xOffset",s?p:z.xOffset,z.xOffset,f,y),f=ra(z,"yOffset",s?q:z.yOffset,z.yOffset,f,y)),l=xa?null:"0px 0px"),(l||Ca&&m&&z.zOrigin)&&(za?(n=!0,c=Ba,l=(l||Y(a,c,e,!1,"50% 50%"))+"",f=new qa(t,c,0,0,f,-1,y),f.b=t[c],f.plugin=h,Ca?(k=z.zOrigin,l=l.split(" "),z.zOrigin=(l.length>2&&(0===k||"0px"!==l[2])?parseFloat(l[2]):k)||0,f.xs0=f.e=l[0]+" "+(l[1]||"50%")+" 0px",f=new qa(z,"zOrigin",0,0,f,-1,f.n),f.b=k,f.xs0=f.e=z.zOrigin):f.xs0=f.e=l):ea(l+"",z)),n&&(d._transformType=z.svg&&xa||!m&&3!==this._transformType?2:3),f},prefix:!0}),va("boxShadow",{defaultValue:"0px 0px 0px 0px #999",prefix:!0,color:!0,multi:!0,keyword:"inset"}),va("borderRadius",{defaultValue:"0px",parser:function(a,b,c,f,g,h){b=this.format(b);var i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y=["borderTopLeftRadius","borderTopRightRadius","borderBottomRightRadius","borderBottomLeftRadius"],z=a.style;for(q=parseFloat(a.offsetWidth),r=parseFloat(a.offsetHeight),i=b.split(" "),j=0;j<y.length;j++)this.p.indexOf("border")&&(y[j]=W(y[j])),m=l=Y(a,y[j],e,!1,"0px"),-1!==m.indexOf(" ")&&(l=m.split(" "),m=l[0],l=l[1]),n=k=i[j],o=parseFloat(m),t=m.substr((o+"").length),u="="===n.charAt(1),u?(p=parseInt(n.charAt(0)+"1",10),n=n.substr(2),p*=parseFloat(n),s=n.substr((p+"").length-(0>p?1:0))||""):(p=parseFloat(n),s=n.substr((p+"").length)),""===s&&(s=d[c]||t),s!==t&&(v=Z(a,"borderLeft",o,t),w=Z(a,"borderTop",o,t),"%"===s?(m=v/q*100+"%",l=w/r*100+"%"):"em"===s?(x=Z(a,"borderLeft",1,"em"),m=v/x+"em",l=w/x+"em"):(m=v+"px",l=w+"px"),u&&(n=parseFloat(m)+p+s,k=parseFloat(l)+p+s)),g=sa(z,y[j],m+" "+l,n+" "+k,!1,"0px",g);return g},prefix:!0,formatter:na("0px 0px 0px 0px",!1,!0)}),va("borderBottomLeftRadius,borderBottomRightRadius,borderTopLeftRadius,borderTopRightRadius",{defaultValue:"0px",parser:function(a,b,c,d,f,g){return sa(a.style,c,this.format(Y(a,c,e,!1,"0px 0px")),this.format(b),!1,"0px",f)},prefix:!0,formatter:na("0px 0px",!1,!0)}),va("backgroundPosition",{defaultValue:"0 0",parser:function(a,b,c,d,f,g){var h,i,j,k,l,m,n="background-position",o=e||X(a,null),q=this.format((o?p?o.getPropertyValue(n+"-x")+" "+o.getPropertyValue(n+"-y"):o.getPropertyValue(n):a.currentStyle.backgroundPositionX+" "+a.currentStyle.backgroundPositionY)||"0 0"),r=this.format(b);if(-1!==q.indexOf("%")!=(-1!==r.indexOf("%"))&&r.split(",").length<2&&(m=Y(a,"backgroundImage").replace(B,""),m&&"none"!==m)){for(h=q.split(" "),i=r.split(" "),O.setAttribute("src",m),j=2;--j>-1;)q=h[j],k=-1!==q.indexOf("%"),k!==(-1!==i[j].indexOf("%"))&&(l=0===j?a.offsetWidth-O.width:a.offsetHeight-O.height,h[j]=k?parseFloat(q)/100*l+"px":parseFloat(q)/l*100+"%");q=h.join(" ")}return this.parseComplex(a.style,q,r,f,g)},formatter:ea}),va("backgroundSize",{defaultValue:"0 0",formatter:ea}),va("perspective",{defaultValue:"0px",prefix:!0}),va("perspectiveOrigin",{defaultValue:"50% 50%",prefix:!0}),va("transformStyle",{prefix:!0}),va("backfaceVisibility",{prefix:!0}),va("userSelect",{prefix:!0}),va("margin",{parser:oa("marginTop,marginRight,marginBottom,marginLeft")}),va("padding",{parser:oa("paddingTop,paddingRight,paddingBottom,paddingLeft")}),va("clip",{defaultValue:"rect(0px,0px,0px,0px)",parser:function(a,b,c,d,f,g){var h,i,j;return 9>p?(i=a.currentStyle,j=8>p?" ":",",h="rect("+i.clipTop+j+i.clipRight+j+i.clipBottom+j+i.clipLeft+")",b=this.format(b).split(",").join(j)):(h=this.format(Y(a,this.p,e,!1,this.dflt)),b=this.format(b)),this.parseComplex(a.style,h,b,f,g)}}),va("textShadow",{defaultValue:"0px 0px 0px #999",color:!0,multi:!0}),va("autoRound,strictUnits",{parser:function(a,b,c,d,e){return e}}),va("border",{defaultValue:"0px solid #000",parser:function(a,b,c,d,f,g){var h=Y(a,"borderTopWidth",e,!1,"0px"),i=this.format(b).split(" "),j=i[0].replace(u,"");return"px"!==j&&(h=parseFloat(h)/Z(a,"borderTopWidth",1,j)+j),this.parseComplex(a.style,this.format(h+" "+Y(a,"borderTopStyle",e,!1,"solid")+" "+Y(a,"borderTopColor",e,!1,"#000")),i.join(" "),f,g)},color:!0,formatter:function(a){var b=a.split(" ");return b[0]+" "+(b[1]||"solid")+" "+(a.match(ma)||["#000"])[0]}}),va("borderWidth",{parser:oa("borderTopWidth,borderRightWidth,borderBottomWidth,borderLeftWidth")}),va("float,cssFloat,styleFloat",{parser:function(a,b,c,d,e,f){var g=a.style,h="cssFloat"in g?"cssFloat":"styleFloat";return new qa(g,h,0,0,e,-1,c,!1,0,g[h],b)}});var Qa=function(a){var b,c=this.t,d=c.filter||Y(this.data,"filter")||"",e=this.s+this.c*a|0;100===e&&(-1===d.indexOf("atrix(")&&-1===d.indexOf("radient(")&&-1===d.indexOf("oader(")?(c.removeAttribute("filter"),b=!Y(this.data,"filter")):(c.filter=d.replace(x,""),
b=!0)),b||(this.xn1&&(c.filter=d=d||"alpha(opacity="+e+")"),-1===d.indexOf("pacity")?0===e&&this.xn1||(c.filter=d+" alpha(opacity="+e+")"):c.filter=d.replace(v,"opacity="+e))};va("opacity,alpha,autoAlpha",{defaultValue:"1",parser:function(a,b,c,d,f,g){var h=parseFloat(Y(a,"opacity",e,!1,"1")),i=a.style,j="autoAlpha"===c;return"string"==typeof b&&"="===b.charAt(1)&&(b=("-"===b.charAt(0)?-1:1)*parseFloat(b.substr(2))+h),j&&1===h&&"hidden"===Y(a,"visibility",e)&&0!==b&&(h=0),R?f=new qa(i,"opacity",h,b-h,f):(f=new qa(i,"opacity",100*h,100*(b-h),f),f.xn1=j?1:0,i.zoom=1,f.type=2,f.b="alpha(opacity="+f.s+")",f.e="alpha(opacity="+(f.s+f.c)+")",f.data=a,f.plugin=g,f.setRatio=Qa),j&&(f=new qa(i,"visibility",0,0,f,-1,null,!1,0,0!==h?"inherit":"hidden",0===b?"hidden":"inherit"),f.xs0="inherit",d._overwriteProps.push(f.n),d._overwriteProps.push(c)),f}});var Ra=function(a,b){b&&(a.removeProperty?(("ms"===b.substr(0,2)||"webkit"===b.substr(0,6))&&(b="-"+b),a.removeProperty(b.replace(z,"-$1").toLowerCase())):a.removeAttribute(b))},Sa=function(a){if(this.t._gsClassPT=this,1===a||0===a){this.t.setAttribute("class",0===a?this.b:this.e);for(var b=this.data,c=this.t.style;b;)b.v?c[b.p]=b.v:Ra(c,b.p),b=b._next;1===a&&this.t._gsClassPT===this&&(this.t._gsClassPT=null)}else this.t.getAttribute("class")!==this.e&&this.t.setAttribute("class",this.e)};va("className",{parser:function(a,b,d,f,g,h,i){var j,k,l,m,n,o=a.getAttribute("class")||"",p=a.style.cssText;if(g=f._classNamePT=new qa(a,d,0,0,g,2),g.setRatio=Sa,g.pr=-11,c=!0,g.b=o,k=_(a,e),l=a._gsClassPT){for(m={},n=l.data;n;)m[n.p]=1,n=n._next;l.setRatio(1)}return a._gsClassPT=g,g.e="="!==b.charAt(1)?b:o.replace(new RegExp("(?:\\s|^)"+b.substr(2)+"(?![\\w-])"),"")+("+"===b.charAt(0)?" "+b.substr(2):""),a.setAttribute("class",g.e),j=aa(a,k,_(a),i,m),a.setAttribute("class",o),g.data=j.firstMPT,a.style.cssText=p,g=g.xfirst=f.parse(a,j.difs,g,h)}});var Ta=function(a){if((1===a||0===a)&&this.data._totalTime===this.data._totalDuration&&"isFromStart"!==this.data.data){var b,c,d,e,f,g=this.t.style,h=i.transform.parse;if("all"===this.e)g.cssText="",e=!0;else for(b=this.e.split(" ").join("").split(","),d=b.length;--d>-1;)c=b[d],i[c]&&(i[c].parse===h?e=!0:c="transformOrigin"===c?Ba:i[c].p),Ra(g,c);e&&(Ra(g,za),f=this.t._gsTransform,f&&(f.svg&&(this.t.removeAttribute("data-svg-origin"),this.t.removeAttribute("transform")),delete this.t._gsTransform))}};for(va("clearProps",{parser:function(a,b,d,e,f){return f=new qa(a,d,0,0,f,2),f.setRatio=Ta,f.e=b,f.pr=-10,f.data=e._tween,c=!0,f}}),j="bezier,throwProps,physicsProps,physics2D".split(","),ta=j.length;ta--;)wa(j[ta]);j=g.prototype,j._firstPT=j._lastParsedTransform=j._transform=null,j._onInitTween=function(a,b,h){if(!a.nodeType)return!1;this._target=a,this._tween=h,this._vars=b,k=b.autoRound,c=!1,d=b.suffixMap||g.suffixMap,e=X(a,""),f=this._overwriteProps;var j,n,p,q,r,s,t,u,v,x=a.style;if(l&&""===x.zIndex&&(j=Y(a,"zIndex",e),("auto"===j||""===j)&&this._addLazySet(x,"zIndex",0)),"string"==typeof b&&(q=x.cssText,j=_(a,e),x.cssText=q+";"+b,j=aa(a,j,_(a)).difs,!R&&w.test(b)&&(j.opacity=parseFloat(RegExp.$1)),b=j,x.cssText=q),b.className?this._firstPT=n=i.className.parse(a,b.className,"className",this,null,null,b):this._firstPT=n=this.parse(a,b,null),this._transformType){for(v=3===this._transformType,za?m&&(l=!0,""===x.zIndex&&(t=Y(a,"zIndex",e),("auto"===t||""===t)&&this._addLazySet(x,"zIndex",0)),o&&this._addLazySet(x,"WebkitBackfaceVisibility",this._vars.WebkitBackfaceVisibility||(v?"visible":"hidden"))):x.zoom=1,p=n;p&&p._next;)p=p._next;u=new qa(a,"transform",0,0,null,2),this._linkCSSP(u,null,p),u.setRatio=za?Pa:Oa,u.data=this._transform||Na(a,e,!0),u.tween=h,u.pr=-1,f.pop()}if(c){for(;n;){for(s=n._next,p=q;p&&p.pr>n.pr;)p=p._next;(n._prev=p?p._prev:r)?n._prev._next=n:q=n,(n._next=p)?p._prev=n:r=n,n=s}this._firstPT=q}return!0},j.parse=function(a,b,c,f){var g,h,j,l,m,n,o,p,q,r,s=a.style;for(g in b)n=b[g],h=i[g],h?c=h.parse(a,n,g,this,c,f,b):(m=Y(a,g,e)+"",q="string"==typeof n,"color"===g||"fill"===g||"stroke"===g||-1!==g.indexOf("Color")||q&&y.test(n)?(q||(n=ka(n),n=(n.length>3?"rgba(":"rgb(")+n.join(",")+")"),c=sa(s,g,m,n,!0,"transparent",c,0,f)):q&&H.test(n)?c=sa(s,g,m,n,!0,null,c,0,f):(j=parseFloat(m),o=j||0===j?m.substr((j+"").length):"",(""===m||"auto"===m)&&("width"===g||"height"===g?(j=da(a,g,e),o="px"):"left"===g||"top"===g?(j=$(a,g,e),o="px"):(j="opacity"!==g?0:1,o="")),r=q&&"="===n.charAt(1),r?(l=parseInt(n.charAt(0)+"1",10),n=n.substr(2),l*=parseFloat(n),p=n.replace(u,"")):(l=parseFloat(n),p=q?n.replace(u,""):""),""===p&&(p=g in d?d[g]:o),n=l||0===l?(r?l+j:l)+p:b[g],o!==p&&""!==p&&(l||0===l)&&j&&(j=Z(a,g,j,o),"%"===p?(j/=Z(a,g,100,"%")/100,b.strictUnits!==!0&&(m=j+"%")):"em"===p||"rem"===p||"vw"===p||"vh"===p?j/=Z(a,g,1,p):"px"!==p&&(l=Z(a,g,l,p),p="px"),r&&(l||0===l)&&(n=l+j+p)),r&&(l+=j),!j&&0!==j||!l&&0!==l?void 0!==s[g]&&(n||n+""!="NaN"&&null!=n)?(c=new qa(s,g,l||j||0,0,c,-1,g,!1,0,m,n),c.xs0="none"!==n||"display"!==g&&-1===g.indexOf("Style")?n:m):T("invalid "+g+" tween value: "+b[g]):(c=new qa(s,g,j,l-j,c,0,g,k!==!1&&("px"===p||"zIndex"===g),0,m,n),c.xs0=p))),f&&c&&!c.plugin&&(c.plugin=f);return c},j.setRatio=function(a){var b,c,d,e=this._firstPT,f=1e-6;if(1!==a||this._tween._time!==this._tween._duration&&0!==this._tween._time)if(a||this._tween._time!==this._tween._duration&&0!==this._tween._time||this._tween._rawPrevTime===-1e-6)for(;e;){if(b=e.c*a+e.s,e.r?b=Math.round(b):f>b&&b>-f&&(b=0),e.type)if(1===e.type)if(d=e.l,2===d)e.t[e.p]=e.xs0+b+e.xs1+e.xn1+e.xs2;else if(3===d)e.t[e.p]=e.xs0+b+e.xs1+e.xn1+e.xs2+e.xn2+e.xs3;else if(4===d)e.t[e.p]=e.xs0+b+e.xs1+e.xn1+e.xs2+e.xn2+e.xs3+e.xn3+e.xs4;else if(5===d)e.t[e.p]=e.xs0+b+e.xs1+e.xn1+e.xs2+e.xn2+e.xs3+e.xn3+e.xs4+e.xn4+e.xs5;else{for(c=e.xs0+b+e.xs1,d=1;d<e.l;d++)c+=e["xn"+d]+e["xs"+(d+1)];e.t[e.p]=c}else-1===e.type?e.t[e.p]=e.xs0:e.setRatio&&e.setRatio(a);else e.t[e.p]=b+e.xs0;e=e._next}else for(;e;)2!==e.type?e.t[e.p]=e.b:e.setRatio(a),e=e._next;else for(;e;){if(2!==e.type)if(e.r&&-1!==e.type)if(b=Math.round(e.s+e.c),e.type){if(1===e.type){for(d=e.l,c=e.xs0+b+e.xs1,d=1;d<e.l;d++)c+=e["xn"+d]+e["xs"+(d+1)];e.t[e.p]=c}}else e.t[e.p]=b+e.xs0;else e.t[e.p]=e.e;else e.setRatio(a);e=e._next}},j._enableTransforms=function(a){this._transform=this._transform||Na(this._target,e,!0),this._transformType=this._transform.svg&&xa||!a&&3!==this._transformType?2:3};var Ua=function(a){this.t[this.p]=this.e,this.data._linkCSSP(this,this._next,null,!0)};j._addLazySet=function(a,b,c){var d=this._firstPT=new qa(a,b,0,0,this._firstPT,2);d.e=c,d.setRatio=Ua,d.data=this},j._linkCSSP=function(a,b,c,d){return a&&(b&&(b._prev=a),a._next&&(a._next._prev=a._prev),a._prev?a._prev._next=a._next:this._firstPT===a&&(this._firstPT=a._next,d=!0),c?c._next=a:d||null!==this._firstPT||(this._firstPT=a),a._next=b,a._prev=c),a},j._kill=function(b){var c,d,e,f=b;if(b.autoAlpha||b.alpha){f={};for(d in b)f[d]=b[d];f.opacity=1,f.autoAlpha&&(f.visibility=1)}return b.className&&(c=this._classNamePT)&&(e=c.xfirst,e&&e._prev?this._linkCSSP(e._prev,c._next,e._prev._prev):e===this._firstPT&&(this._firstPT=c._next),c._next&&this._linkCSSP(c._next,c._next._next,e._prev),this._classNamePT=null),a.prototype._kill.call(this,f)};var Va=function(a,b,c){var d,e,f,g;if(a.slice)for(e=a.length;--e>-1;)Va(a[e],b,c);else for(d=a.childNodes,e=d.length;--e>-1;)f=d[e],g=f.type,f.style&&(b.push(_(f)),c&&c.push(f)),1!==g&&9!==g&&11!==g||!f.childNodes.length||Va(f,b,c)};return g.cascadeTo=function(a,c,d){var e,f,g,h,i=b.to(a,c,d),j=[i],k=[],l=[],m=[],n=b._internals.reservedProps;for(a=i._targets||i.target,Va(a,k,m),i.render(c,!0,!0),Va(a,l),i.render(0,!0,!0),i._enabled(!0),e=m.length;--e>-1;)if(f=aa(m[e],k[e],l[e]),f.firstMPT){f=f.difs;for(g in d)n[g]&&(f[g]=d[g]);h={};for(g in f)h[g]=k[e][g];j.push(b.fromTo(m[e],c,h,f))}return j},a.activate([g]),g},!0)}),_gsScope._gsDefine&&_gsScope._gsQueue.pop()(),function(a){"use strict";var b=function(){return(_gsScope.GreenSockGlobals||_gsScope)[a]};"function"==typeof define&&define.amd?define(["../TweenLite"],b):"undefined"!=typeof module&&module.exports&&(require("../TweenLite.js"),module.exports=b())}("CSSPlugin");  var _gsScope="undefined"!=typeof module&&module.exports&&"undefined"!=typeof global?global:this||window;!function(a){"use strict";var b=a.GreenSockGlobals||a,c=function(a){var c,d=a.split("."),e=b;for(c=0;c<d.length;c++)e[d[c]]=e=e[d[c]]||{};return e},d=c("com.greensock.utils"),e=function(a){var b=a.nodeType,c="";if(1===b||9===b||11===b){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===b||4===b)return a.nodeValue;return c},f=document,g=f.defaultView?f.defaultView.getComputedStyle:function(){},h=/([A-Z])/g,i=function(a,b,c,d){var e;return(c=c||g(a,null))?(a=c.getPropertyValue(b.replace(h,"-$1").toLowerCase()),e=a||c.length?a:c[b]):a.currentStyle&&(c=a.currentStyle,e=c[b]),d?e:parseInt(e,10)||0},j=function(a){return a.length&&a[0]&&(a[0].nodeType&&a[0].style&&!a.nodeType||a[0].length&&a[0][0])?!0:!1},k=function(a){var b,c,d,e=[],f=a.length;for(b=0;f>b;b++)if(c=a[b],j(c))for(d=c.length,d=0;d<c.length;d++)e.push(c[d]);else e.push(c);return e},l=/(?:\r|\n|\s\s|\t\t)/g,m=")eefec303079ad17405c",n=/(?:<br>|<br\/>|<br \/>)/gi,o=f.all&&!f.addEventListener,p="<div style='position:relative;display:inline-block;"+(o?"*display:inline;*zoom:1;'":"'"),q=function(a){a=a||"";var b=-1!==a.indexOf("++"),c=1;return b&&(a=a.split("++").join("")),function(){return p+(a?" class='"+a+(b?c++:"")+"'>":">")}},r=d.SplitText=b.SplitText=function(a,b){if("string"==typeof a&&(a=r.selector(a)),!a)throw"cannot split a null element.";this.elements=j(a)?k(a):[a],this.chars=[],this.words=[],this.lines=[],this._originals=[],this.vars=b||{},this.split(b)},s=function(a,b,c){var d=a.nodeType;if(1===d||9===d||11===d)for(a=a.firstChild;a;a=a.nextSibling)s(a,b,c);else(3===d||4===d)&&(a.nodeValue=a.nodeValue.split(b).join(c))},t=function(a,b){for(var c=b.length;--c>-1;)a.push(b[c])},u=function(a,b,c,d,h){n.test(a.innerHTML)&&(a.innerHTML=a.innerHTML.replace(n,m));var j,k,o,p,r,u,v,w,x,y,z,A,B,C,D=e(a),E=b.type||b.split||"chars,words,lines",F=-1!==E.indexOf("lines")?[]:null,G=-1!==E.indexOf("words"),H=-1!==E.indexOf("chars"),I="absolute"===b.position||b.absolute===!0,J=I?"&#173; ":" ",K=-999,L=g(a),M=i(a,"paddingLeft",L),N=i(a,"borderBottomWidth",L)+i(a,"borderTopWidth",L),O=i(a,"borderLeftWidth",L)+i(a,"borderRightWidth",L),P=i(a,"paddingTop",L)+i(a,"paddingBottom",L),Q=i(a,"paddingLeft",L)+i(a,"paddingRight",L),R=i(a,"textAlign",L,!0),S=a.clientHeight,T=a.clientWidth,U="</div>",V=q(b.wordsClass),W=q(b.charsClass),X=-1!==(b.linesClass||"").indexOf("++"),Y=b.linesClass,Z=-1!==D.indexOf("<"),$=!0,_=[],aa=[],ba=[];for(!b.reduceWhiteSpace!=!1&&(D=D.replace(l,"")),X&&(Y=Y.split("++").join("")),Z&&(D=D.split("<").join("{{LT}}")),j=D.length,p=V(),r=0;j>r;r++)if(v=D.charAt(r),")"===v&&D.substr(r,20)===m)p+=($?U:"")+"<BR/>",$=!1,r!==j-20&&D.substr(r+20,20)!==m&&(p+=" "+V(),$=!0),r+=19;else if(" "===v&&" "!==D.charAt(r-1)&&r!==j-1&&D.substr(r-20,20)!==m){for(p+=$?U:"",$=!1;" "===D.charAt(r+1);)p+=J,r++;(")"!==D.charAt(r+1)||D.substr(r+1,20)!==m)&&(p+=J+V(),$=!0)}else"{"===v&&"{{LT}}"===D.substr(r,6)?(p+=H?W()+"{{LT}}</div>":"{{LT}}",r+=5):p+=H&&" "!==v?W()+v+"</div>":v;for(a.innerHTML=p+($?U:""),Z&&s(a,"{{LT}}","<"),u=a.getElementsByTagName("*"),j=u.length,w=[],r=0;j>r;r++)w[r]=u[r];if(F||I)for(r=0;j>r;r++)x=w[r],o=x.parentNode===a,(o||I||H&&!G)&&(y=x.offsetTop,F&&o&&y!==K&&"BR"!==x.nodeName&&(k=[],F.push(k),K=y),I&&(x._x=x.offsetLeft,x._y=y,x._w=x.offsetWidth,x._h=x.offsetHeight),F&&(G!==o&&H||(k.push(x),x._x-=M),o&&r&&(w[r-1]._wordEnd=!0),"BR"===x.nodeName&&x.nextSibling&&"BR"===x.nextSibling.nodeName&&F.push([])));for(r=0;j>r;r++)x=w[r],o=x.parentNode===a,"BR"!==x.nodeName?(I&&(A=x.style,G||o||(x._x+=x.parentNode._x,x._y+=x.parentNode._y),A.left=x._x+"px",A.top=x._y+"px",A.position="absolute",A.display="block",A.width=x._w+1+"px",A.height=x._h+"px"),G?o&&""!==x.innerHTML?aa.push(x):H&&_.push(x):o?(a.removeChild(x),w.splice(r--,1),j--):!o&&H&&(y=!F&&!I&&x.nextSibling,a.appendChild(x),y||a.appendChild(f.createTextNode(" ")),_.push(x))):F||I?(a.removeChild(x),w.splice(r--,1),j--):G||a.appendChild(x);if(F){for(I&&(z=f.createElement("div"),a.appendChild(z),B=z.offsetWidth+"px",y=z.offsetParent===a?0:a.offsetLeft,a.removeChild(z)),A=a.style.cssText,a.style.cssText="display:none;";a.firstChild;)a.removeChild(a.firstChild);for(C=!I||!G&&!H,r=0;r<F.length;r++){for(k=F[r],z=f.createElement("div"),z.style.cssText="display:block;text-align:"+R+";position:"+(I?"absolute;":"relative;"),Y&&(z.className=Y+(X?r+1:"")),ba.push(z),j=k.length,u=0;j>u;u++)"BR"!==k[u].nodeName&&(x=k[u],z.appendChild(x),C&&(x._wordEnd||G)&&z.appendChild(f.createTextNode(" ")),I&&(0===u&&(z.style.top=x._y+"px",z.style.left=M+y+"px"),x.style.top="0px",y&&(x.style.left=x._x-y+"px")));0===j&&(z.innerHTML="&nbsp;"),G||H||(z.innerHTML=e(z).split(String.fromCharCode(160)).join(" ")),I&&(z.style.width=B,z.style.height=x._h+"px"),a.appendChild(z)}a.style.cssText=A}I&&(S>a.clientHeight&&(a.style.height=S-P+"px",a.clientHeight<S&&(a.style.height=S+N+"px")),T>a.clientWidth&&(a.style.width=T-Q+"px",a.clientWidth<T&&(a.style.width=T+O+"px"))),t(c,_),t(d,aa),t(h,ba)},v=r.prototype;v.split=function(a){this.isSplit&&this.revert(),this.vars=a||this.vars,this._originals.length=this.chars.length=this.words.length=this.lines.length=0;for(var b=this.elements.length;--b>-1;)this._originals[b]=this.elements[b].innerHTML,u(this.elements[b],this.vars,this.chars,this.words,this.lines);return this.chars.reverse(),this.words.reverse(),this.lines.reverse(),this.isSplit=!0,this},v.revert=function(){if(!this._originals)throw"revert() call wasn't scoped properly.";for(var a=this._originals.length;--a>-1;)this.elements[a].innerHTML=this._originals[a];return this.chars=[],this.words=[],this.lines=[],this.isSplit=!1,this},r.selector=a.$||a.jQuery||function(b){var c=a.$||a.jQuery;return c?(r.selector=c,c(b)):"undefined"==typeof document?b:document.querySelectorAll?document.querySelectorAll(b):document.getElementById("#"===b.charAt(0)?b.substr(1):b)},r.version="0.3.5"}(_gsScope),function(a){"use strict";var b=function(){return(_gsScope.GreenSockGlobals||_gsScope)[a]};"function"==typeof define&&define.amd?define([],b):"undefined"!=typeof module&&module.exports&&(module.exports=b())}("SplitText");
try{
window.GreenSockGlobals = null;
window._gsQueue = null;
window._gsDefine = null;
delete(window.GreenSockGlobals);
delete(window._gsQueue);
delete(window._gsDefine);	
} catch(e) {}
try{
window.GreenSockGlobals = oldgs;
window._gsQueue = oldgs_queue;
} catch(e) {}
if (window.tplogs==true)
try {
console.groupEnd();
} catch(e) {}
(function(e,t){
e.waitForImages={hasImageProperties:["backgroundImage","listStyleImage","borderImage","borderCornerImage"]};e.expr[":"].uncached=function(t){var n=document.createElement("img");n.src=t.src;return e(t).is('img[src!=""]')&&!n.complete};e.fn.waitForImages=function(t,n,r){if(e.isPlainObject(arguments[0])){n=t.each;r=t.waitForAll;t=t.finished}t=t||e.noop;n=n||e.noop;r=!!r;if(!e.isFunction(t)||!e.isFunction(n)){throw new TypeError("An invalid callback was supplied.")}return this.each(function(){var i=e(this),s=[];if(r){var o=e.waitForImages.hasImageProperties||[],u=/url\((['"]?)(.*?)\1\)/g;i.find("*").each(function(){var t=e(this);if(t.is("img:uncached")){s.push({src:t.attr("src"),element:t[0]})}e.each(o,function(e,n){var r=t.css(n);if(!r){return true}var i;while(i=u.exec(r)){s.push({src:i[2],element:t[0]})}})})}else{i.find("img:uncached").each(function(){s.push({src:this.src,element:this})})}var f=s.length,l=0;if(f==0){t.call(i[0])}e.each(s,function(r,s){var o=new Image;e(o).bind("load error",function(e){l++;n.call(s.element,l,f,e.type=="load");if(l==f){t.call(i[0]);return false}});o.src=s.src})})};		
})(jQuery)