/* Generated on: Tue Jan 24 2017 09:17:18 GMT+0000 (UTC) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */



html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

address {
    margin: 10px 0;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default;
}
.button[disabled] {
    background-color: #bfbfbf !important;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,th {
    padding: 0
}


.w-icon-slider-right:before {
    content: "\e600"
}

.w-icon-slider-left:before {
    content: "\e601"
}

.w-icon-nav-menu:before {
    content: "\e602"
}

.w-icon-arrow-down:before,.w-icon-dropdown-toggle:before {
    content: "\e603"
}
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    border-radius: 3px;
}
/*
html.w-mod-touch * {
    background-attachment: scroll !important;
}

.w-block {
    display: block
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

.w-clearfix:before,.w-clearfix:after {
    content: " ";
    display: table
}

.w-clearfix:after {
    clear: both
}

.w-preserve-3d {
    transform-style: preserve-3d
}

.w-hidden {
    display: none
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0
}

input.w-button {
    -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important
}
*/
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px
}

h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px
}

h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px
}

h5 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px
}

h6 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

a:focus {
    outline: 0
}

blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px
}

figure {
    margin: 0;
    margin-bottom: 10px
}

figcaption {
    margin-top: 5px;
    text-align: center
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px
}
/*
.w-list-unstyled {
    padding-left: 0;
    list-style: none
}

.w-embed:before,.w-embed:after {
    content: " ";
    display: table
}

.w-embed:after {
    clear: both
}

.w-video {
    width: 100%;
    position: relative;
    padding: 0
}

.w-video iframe,.w-video object,.w-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
*/
fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

button,html input[type="button"],input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button
}
/*
.w-form {
    margin: 0 0 15px
}

.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd
}

.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede
}
*/
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold
}
/*
.w-input,.w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc
}

.w-input:-moz-placeholder,.w-select:-moz-placeholder {
    color: #999
}

.w-input::-moz-placeholder,.w-select::-moz-placeholder {
    color: #999;
    opacity: 1
}

.w-input:-ms-input-placeholder,.w-select:-ms-input-placeholder {
    color: #999
}

.w-input::-webkit-input-placeholder,.w-select::-webkit-input-placeholder {
    color: #999
}

.w-input:focus,.w-select:focus {
    border-color: #3898EC;
    outline: 0
}

.w-input[disabled],.w-select[disabled],.w-input[readonly],.w-select[readonly],fieldset[disabled] .w-input,fieldset[disabled] .w-select {
    cursor: not-allowed;
    background-color: #eeeeee
}

textarea.w-input,textarea.w-select {
    height: auto
}

.w-select {
    background-image: -webkit-linear-gradient(white 0, #f3f3f3 100%);
    background-image: linear-gradient(white 0, #f3f3f3 100%)
}

.w-select[multiple] {
    height: auto
}

.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0
}

.w-checkbox,.w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px
}

.w-checkbox:before,.w-radio:before,.w-checkbox:after,.w-radio:after {
    content: " ";
    display: table
}

.w-checkbox:after,.w-radio:after {
    clear: both
}

.w-checkbox-input,.w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px
}

.w-radio-input {
    margin-top: 3px
}
*/

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
}

.w-container:before,.w-container:after {
    content: " ";
    display: table
}

.w-container:after {
    clear: both
}

.w-container .w-row {
    margin-left: -10px;
    margin-right: -10px
}

.w-row:before,.w-row:after {
    content: " ";
    display: table
}

.w-row:after {
    clear: both
}

.w-row .w-row {
    margin-left: 0;
    margin-right: 0
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.w-col .w-col {
    padding-left: 0;
    padding-right: 0
}

.w-col-1 {
    width: 8.33333333%
}

.w-col-2 {
    width: 16.66666667%
}

.w-col-3 {
    width: 25%
}

.w-col-4 {
    width: 33.33333333%
}

.w-col-5 {
    width: 41.66666667%
}

.w-col-6 {
    width: 50%
}

.w-col-7 {
    width: 58.33333333%
}

.w-col-8 {
    width: 66.66666667%
}

.w-col-9 {
    width: 75%
}

.w-col-10 {
    width: 83.33333333%
}

.w-col-11 {
    width: 91.66666667%
}

.w-col-12 {
    width: 100%
}

.w-hidden-main {
    display: none !important
}
/*---------------- CSS Code from materializecss.com/collapsible for the Collapsible Buttons - START -----------------*/

.collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: .5rem 0 1rem 0;
}

.collapsible-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.collapsible-header:focus {
    outline: 0
}

.collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    margin-right: 1rem
}

.keyboard-focused .collapsible-header:focus {
    background-color: #eee
}

.collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background-color: white;
    text-align: left;
}

.sidenav .collapsible,.sidenav.fixed .collapsible {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sidenav .collapsible li,.sidenav.fixed .collapsible li {
    padding: 0
}

.sidenav .collapsible-header,.sidenav.fixed .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    padding: 0 16px
}

.sidenav .collapsible-header:hover,.sidenav.fixed .collapsible-header:hover {
    background-color: rgba(0,0,0,0.05)
}

.sidenav .collapsible-header i,.sidenav.fixed .collapsible-header i {
    line-height: inherit
}

.sidenav .collapsible-body,.sidenav.fixed .collapsible-body {
    border: 0;
    background-color: #fff
}

.sidenav .collapsible-body li a,.sidenav.fixed .collapsible-body li a {
    padding: 0 23.5px 0 31px
}

.collapsible.popout {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: black;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.collapsible.popout>li {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    margin: 0 24px;
    -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.collapsible.popout>li.active {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    margin: 16px 0px;
}



.breadcrumb i,.breadcrumb [class^="mdi-"],.breadcrumb [class*="mdi-"],.breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px
}

.material-icons {
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: 'liga';
    -moz-font-feature-settings: 'liga';
    font-feature-settings: 'liga'
}

nav i,nav [class^="mdi-"],nav [class*="mdi-"],nav i.material-icons {
    display: block;
    font-size: 24px;
    height: 56px;
    line-height: 56px
}

nav .brand-logo i,nav .brand-logo [class^="mdi-"],nav .brand-logo [class*="mdi-"],nav .brand-logo i.material-icons {
    float: left;
    margin-right: 15px
}

nav ul a.btn>.material-icons,nav ul a.btn-large>.material-icons,nav ul a.btn-small>.material-icons,nav ul a.btn-large>.material-icons,nav ul a.btn-flat>.material-icons,nav ul a.btn-floating>.material-icons {
    height: inherit;
    line-height: inherit
}

.input-field input[type=search]:focus:not(.browser-default)+label i,.input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close,.input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
    color: #444
}

.input-field input[type=search] ~ .mdi-navigation-close,.input-field input[type=search] ~ .material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    -webkit-transition: .3s color;
    transition: .3s color
}

.sidenav li>a>i,.sidenav li>a>[class^="mdi-"],.sidenav li>a li>a>[class*="mdi-"],.sidenav li>a>i.material-icons {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    width: 24px;
    color: rgba(0,0,0,0.54)
}

.collapsible-text {
    font-size: 17px;
    /* font-weight: 600; */
    margin-bottom: 0px;
 }

/*---------------- CSS Code from materializecss.com/collapsible for the Collapsible Buttons - END -----------------*/

@media screen and (max-width: 991px) {
    .w-container {
        /* max-width:728px; */
    }

    .w-hidden-main {
        display: inherit !important
    }

    .w-hidden-medium {
        display: none !important
    }

    .w-col-medium-1 {
        width: 8.33333333%
    }

    .w-col-medium-2 {
        width: 16.66666667%
    }

    .w-col-medium-3 {
        width: 25%
    }

    .w-col-medium-4 {
        width: 33.33333333%
    }

    .w-col-medium-5 {
        width: 41.66666667%
    }

    .w-col-medium-6 {
        width: 50%
    }

    .w-col-medium-7 {
        width: 58.33333333%
    }

    .w-col-medium-8 {
        width: 66.66666667%
    }

    .w-col-medium-9 {
        width: 75%
    }

    .w-col-medium-10 {
        width: 83.33333333%
    }

    .w-col-medium-11 {
        width: 91.66666667%
    }

    .w-col-medium-12 {
        width: 100%
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto
    }
}

@media screen and (max-width: 767px) {
    .w-hidden-main {
        display:inherit !important
    }

    .w-hidden-medium {
        display: inherit !important
    }

    .w-hidden-small {
        display: none !important
    }

    .w-row,.w-container .w-row {
        margin-left: 0;
        margin-right: 0
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto
    }

    .w-col-small-1 {
        width: 8.33333333%
    }

    .w-col-small-2 {
        width: 16.66666667%
    }

    .w-col-small-3 {
        width: 25%
    }

    .w-col-small-4 {
        width: 33.33333333%
    }

    .w-col-small-5 {
        width: 41.66666667%
    }

    .w-col-small-6 {
        width: 50%
    }

    .w-col-small-7 {
        width: 58.33333333%
    }

    .w-col-small-8 {
        width: 66.66666667%
    }

    .w-col-small-9 {
        width: 75%
    }

    .w-col-small-10 {
        width: 83.33333333%
    }

    .w-col-small-11 {
        width: 91.66666667%
    }

    .w-col-small-12 {
        width: 100%
    }
}

@media screen and (max-width: 479px) {
    .w-container {
        max-width:none
    }

    .w-hidden-main {
        display: inherit !important
    }

    .w-hidden-medium {
        display: inherit !important
    }

    .w-hidden-small {
        display: inherit !important
    }

    .w-hidden-tiny {
        display: none !important
    }

    .w-col {
        width: 100%
    }

    .w-col-tiny-1 {
        width: 8.33333333%
    }

    .w-col-tiny-2 {
        width: 16.66666667%
    }

    .w-col-tiny-3 {
        width: 25%
    }

    .w-col-tiny-4 {
        width: 33.33333333%
    }

    .w-col-tiny-5 {
        width: 41.66666667%
    }

    .w-col-tiny-6 {
        width: 50%
    }

    .w-col-tiny-7 {
        width: 58.33333333%
    }

    .w-col-tiny-8 {
        width: 66.66666667%
    }

    .w-col-tiny-9 {
        width: 75%
    }

    .w-col-tiny-10 {
        width: 83.33333333%
    }

    .w-col-tiny-11 {
        width: 91.66666667%
    }

    .w-col-tiny-12 {
        width: 100%
    }
}
/*
.w-widget {
    position: relative
}

.w-widget-map {
    width: 100%;
    height: 400px
}

.w-widget-map label {
    width: auto;
    display: inline
}

.w-widget-map img {
    max-width: inherit
}

.w-widget-map .gm-style-iw {
    width: 90% !important;
    height: auto !important;
    top: 7px !important;
    left: 6% !important;
    display: inline;
    text-align: center;
    overflow: hidden
}

.w-widget-map .gm-style-iw+div {
    display: none
}

.w-widget-twitter {
    overflow: hidden
}

.w-widget-twitter-count-shim {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 20px;
    text-align: center;
    background: white;
    border: #758696 solid 1px;
    border-radius: 3px
}

.w-widget-twitter-count-shim * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
    position: relative;
    font-size: 15px;
    line-height: 12px;
    text-align: center;
    color: #999;
    font-family: serif
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
    position: relative;
    display: block
}

.w-widget-twitter-count-shim.w--large {
    width: 36px;
    height: 28px;
    margin-left: 7px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
    margin-left: 5px;
    margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
    margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):before,.w-widget-twitter-count-shim:not(.w--vertical):after {
    top: 50%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
    border-color: rgba(117,134,150,0);
    border-right-color: #5d6c7b;
    border-width: 4px;
    margin-left: -9px;
    margin-top: -4px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
    border-width: 5px;
    margin-left: -10px;
    margin-top: -5px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
    border-color: rgba(255,255,255,0);
    border-right-color: white;
    border-width: 4px;
    margin-left: -8px;
    margin-top: -4px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
    border-width: 5px;
    margin-left: -9px;
    margin-top: -5px
}

.w-widget-twitter-count-shim.w--vertical {
    width: 61px;
    height: 33px;
    margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:before,.w-widget-twitter-count-shim.w--vertical:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.w-widget-twitter-count-shim.w--vertical:before {
    border-color: rgba(117,134,150,0);
    border-top-color: #5d6c7b;
    border-width: 5px;
    margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
    border-color: rgba(255,255,255,0);
    border-top-color: white;
    border-width: 4px;
    margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
    font-size: 18px;
    line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
    width: 76px
}

.w-widget-gplus {
    overflow: hidden
}

.w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white
}

.w-background-video>video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -100
}

.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0)
}

.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left
}

.w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0)
}

.w-slider-nav.w-round>div {
    border-radius: 100%
}

.w-slider-nav.w-num>div {
    width: auto;
    height: auto;
    padding: .2em .5em;
    font-size: inherit;
    line-height: inherit
}

.w-slider-nav.w-shadow>div {
    box-shadow: 0 0 3px rgba(51,51,51,0.4)
}

.w-slider-nav-invert {
    color: #fff
}

.w-slider-nav-invert>div {
    background-color: rgba(34,34,34,0.4)
}

.w-slider-nav-invert>div.w-active {
    background-color: #222
}

.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255,255,255,0.4);
    cursor: pointer;
    margin: 0 3px .5em;
    transition: background-color 100ms,color 100ms
}

.w-slider-dot.w-active {
    background-color: #fff
}

.w-slider-arrow-left,.w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-slider-arrow-left [class^="w-icon-"],.w-slider-arrow-right [class^="w-icon-"],.w-slider-arrow-left [class*=" w-icon-"],.w-slider-arrow-right [class*=" w-icon-"] {
    position: absolute
}

.w-slider-arrow-left {
    z-index: 3;
    right: auto
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto
}

.w-icon-slider-left,.w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em
}

.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900
}

.w-dropdown-btn,.w-dropdown-toggle,.w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px
}

.w-dropdown-toggle:focus {
    outline: 0
}

.w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em
}

.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%
}

.w-dropdown-list.w--open {
    display: block
}

.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222
}

.w-dropdown-link.w--current {
    color: #0082f3
}
*/
.w-nav[data-collapse="all"] .w-dropdown,.w-nav[data-collapse="all"] .w-dropdown-toggle {
    display: block
}

.w-nav[data-collapse="all"] .w-dropdown-list {
    position: static
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-dropdown,.w-nav[data-collapse="medium"] .w-dropdown-toggle {
        display:block
    }

    .w-nav[data-collapse="medium"] .w-dropdown-list {
        position: static
    }
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-dropdown,.w-nav[data-collapse="small"] .w-dropdown-toggle {
        display:block
    }

    .w-nav[data-collapse="small"] .w-dropdown-list {
        position: static
    }

    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-dropdown,.w-nav[data-collapse="tiny"] .w-dropdown-toggle {
        display:block
    }

    .w-nav[data-collapse="tiny"] .w-dropdown-list {
        position: static
    }
}
/*
.w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Ubuntu,"Segoe UI",Verdana,sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0,0,0,0.9);
    z-index: 2000;
    outline: 0;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0)
}

.w-lightbox-backdrop,.w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0
}

.w-lightbox-view:before {
    content: "";
    height: 100vh
}

.w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before {
    height: 86vh
}

.w-lightbox-frame,.w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle
}

.w-lightbox-figure {
    position: relative;
    margin: 0
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer
}

.w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none
}

.w-lightbox-image {
    display: block;
    float: none;
    max-width: 100vw;
    max-height: 100vh
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh
}

.w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0,0,0,0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.w-lightbox-left {
    display: none;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==")
}

.w-lightbox-right {
    display: none;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+")
}

.w-lightbox-close {
    right: 0;
    height: 2.6em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px
}

.w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden
}

.w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    box-sizing: content-box;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0)
}

.w-lightbox-active {
    opacity: .3
}

.w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0,0,0,0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear
}

.w-lightbox-spinner:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    border-radius: 50%
}

.w-lightbox-hide {
    display: none
}

.w-lightbox-noscroll {
    overflow: hidden
}

@media (min-width: 768px) {
    .w-lightbox-content {
        height:96vh;
        margin-top: 2vh
    }

    .w-lightbox-view,.w-lightbox-view:before {
        height: 96vh
    }

    .w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before {
        height: 84vh
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh
    }

    .w-lightbox-left,.w-lightbox-right {
        display: block;
        opacity: .5
    }

    .w-lightbox-close {
        opacity: .8
    }

    .w-lightbox-control:hover {
        opacity: 1
    }
}

.w-lightbox-inactive,.w-lightbox-inactive:hover {
    opacity: 0
}

.w-richtext:before,.w-richtext:after {
    content: " ";
    display: table
}

.w-richtext:after {
    clear: both
}

.w-richtext ol,.w-richtext ul {
    overflow: hidden
}

.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
    outline: 2px solid #2895f7
}

.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7
}

.w-richtext figure[data-rt-type="video"]>div:before {
    content: '';
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.w-richtext figure {
    position: relative;
    max-width: 60%
}

.w-richtext figure>div:before,.w-richtext figure img {
    cursor: default !important
}

.w-richtext figure img {
    width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
    opacity: .6
}

.w-richtext figure div {
    font-size: 0;
    color: transparent
}

.w-richtext figure[data-rt-type="image"] {
    display: table
}

.w-richtext figure[data-rt-type="image"]>div {
    display: inline-block
}

.w-richtext figure[data-rt-type="image"]>figcaption {
    display: table-caption;
    caption-side: bottom
}

.w-richtext figure[data-rt-type="video"] {
    width: 60%;
    height: 0
}

.w-richtext figure[data-rt-type="video"] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.w-richtext figure[data-rt-type="video"]>div {
    width: 100%
}

.w-richtext figure.w-richtext-align-center {
    margin-right: auto;
    margin-left: auto;
    clear: both
}

.w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div {
    max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
    clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
    width: 100%;
    text-align: center;
    clear: both;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.w-richtext figure.w-richtext-align-fullwidth>div {
    display: inline-block;
    padding-bottom: inherit
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
    display: block
}

.w-richtext figure.w-richtext-align-floatleft {
    float: left;
    margin-right: 15px;
    clear: none
}

.w-richtext figure.w-richtext-align-floatright {
    float: right;
    margin-left: 15px;
    clear: none
}
*/
.w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000
}

.w-nav:before,.w-nav:after {
    content: " ";
    display: table
}

.w-nav:after {
    clear: both
}

.w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333
}

.w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

.w-nav-link.w--current {
    color: #0082f3
}

.w-nav-menu {
    position: relative;
    float: right
}

.w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px
}

.w--nav-link-open {
    display: block;
    position: relative
}

.w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%
}

.w-nav-overlay .w--nav-menu-open {
    top: 0
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation="over-left"] .w-nav-overlay,.w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto
}

.w-nav[data-animation="over-right"] .w-nav-overlay,.w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0
}

.w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w-nav-button.w--open {
    background-color: #C8C8C8;
    color: white
}

.w-nav[data-collapse="all"] .w-nav-menu {
    display: none
}

.w-nav[data-collapse="all"] .w-nav-button {
    display: block
}

@media screen and (max-width: 991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display:none
    }

    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
        display:none
    }

    .w-nav[data-collapse="small"] .w-nav-button {
        display: block
    }

    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width: 479px) {
    .w-nav[data-collapse="tiny"] .w-nav-menu {
        display:none
    }

    .w-nav[data-collapse="tiny"] .w-nav-button {
        display: block
    }
}

.w-tabs {
    position: relative
}

.w-tabs:before,.w-tabs:after {
    content: " ";
    display: table
}

.w-tabs:after {
    clear: both
}

.w-tab-menu {
    position: relative
}

.w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    /* background-color: #dddddd */
}

.w-tab-link.w--current {
    background-color: #C8C8C8
}

.w-tab-content {
    position: relative;
    display: block;
    overflow: hidden
}

.w-tab-pane {
    position: relative;
    display: none
}

.w--tab-active {
    display: block
}

@media screen and (max-width: 479px) {
    .w-tab-link {
        display:block
    }
}

.w-ix-emptyfix:after {
    content: ""
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.w-dyn-empty {
    padding: 10px;
    background-color: #dddddd
}

.w-dyn-bind-empty {
    display: none !important
}

.w-condition-invisible {
    display: none !important
}

/* ==========================================================================
   Start of custom CSS
   ========================================================================== */
body {
  height: 100%;
  background-color: #e6ebf0;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

p {
  margin-bottom: 10px;
}

a {
  color: #5c6bc0;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

a.link {
    text-decoration: none;
    display: inline-block;
    color: #495783;
    transition: border 200ms ease;
    padding: 10px 0px 5px;
    border-bottom: 1px solid transparent;
    font-size: 19px;
    line-height: 18px;
    font-weight: 400;
}

a.link:hover {
    border-color: #495783;
}

.hero {
  position: relative;
  overflow: hidden;
  height: 720px;
  padding-top: 200px;
  padding-right: 35px;
  padding-left: 35px;
  background-color: #ff9400;
  background-image: -webkit-linear-gradient(45deg, #ff9400, #ff8627fc, #ff793bfb, #ff6e4dfa, #ff645cf9), url(media/hero_backdrop.jpg);
  background-image: linear-gradient(to right top, rgb(255, 148, 0), rgba(255, 134, 39, 0.9882352941176471), rgba(255, 121, 59, 0.984313725490196), rgba(255, 110, 77, 0.9803921568627451), rgba(255, 100, 92, 0.9764705882352941)), url(media/hero_backdrop.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-tilt-block {
  position: absolute;
  left: -12%;
  right: 0px;
  bottom: -300px;
  width: 116%;
  height: 400px;
  background-color: #ffffff;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.hero-tilt-block-tmp {
  position: absolute;
  left: -12%;
  right: 0px;
  bottom: -300px;
  width: 116%;
  height: 50px;
  background-color: #ffffff;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.hero-tilt-block-straight {
  position: absolute;
  left: -12%;
  right: 0px;
  bottom: -215px;
  width: 130%;
  height: 400px;
  /* background-color: #3f296d; */
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}

.hero-tilt-block.dark {
  bottom: -320px;
  background-color: #ff9400;
}

.hero-tilt-block-tmp.dark-tmp {
  bottom: 393px;
  background-color: #ff94002b;
}

#screenshots .hero-tilt-block.light {
  bottom: -200px;
  height: 300px;
  width: 120%;
}

.hero-tilt-block.light.clients-block {
  bottom: -220px;
  height: 310px;
}

.hero-tilt-block.white {
  bottom: -250px;
  height: 300px;
  background-color: #fff;
}

.hero-tilt-block-straight.white-small {
  bottom: -950px;
  height: 900px;
  /* background-color: #fff; */
  /* background-color: #212853; */
  /* background-image: -webkit-linear-gradient(310deg, #7c2ca2, #212853); */
  background-image: linear-gradient(to bottom, rgb(255, 148, 0), rgba(255, 163, 7, 0.98), rgba(254, 178, 21, 0.97), rgb(253, 193, 35), rgb(252, 207, 48)), url(media/hero_backdrop.jpg);
  background-position: bottom;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: transparent;
  font-family: 'Nunito Sans', sans-serif;
}

.navlink {
  margin-left: 35px;
  padding: 10px 0px 5px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.navlink:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.navlink.w--current {
  border-bottom-color: hsla(0, 0%, 100%, .2);
  color: #fff;
}

.navlink.color-link {
  margin-left: 20px;
  padding: 8px 20px 7px;
  border-radius: 3px;
  background-color: #9acf16;
}

.navlink.color-link:hover {
  border-bottom-color: transparent;
  background-color: #5bebb7;
}

.navlink.color-link.color-2 {
  background-color: #f15a8d;
}

.navlink.negative {
  padding-top: 8px;
  color: #000;
}

.navlink.negative:hover {
  color: #46ca9b;
}

.navlink.negative.w--current {
  color: #46ca9b;
}

.navlink.negative.dropdown-toggle {
  padding-right: 20px;
}

.navlink.dropdown-toggle {
  padding-right: 20px;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 58px;
  font-weight: 400;
}

.hero-title.dark {
  color: #495783;
  line-height: 51px;
  margin-top: 20px;
  margin-bottom: 10px;
  /* font-weight: 500; */
}

.hero-subtext {
  margin-top: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
}

.hero-button {
  margin-right: 10px;
  padding: 14px 25px 13px;
  border-radius: 3px;
  background-color: #192369;
  box-shadow: none;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-button:hover {
  background-color: #2d3a91;
  color: #fff;
}

.hero-button.get-started {
  background-color: #46ca9b;
}

.hero-button.get-started:hover {
  background-color: #57e4b2;
}

.hero-button.get-started._2 {
  background-color: #ec407a;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 70px 35px;
  /* background-color: #f6f9fc; */
}

.section-clients {
  position: relative;
  /* overflow: hidden; */
  /* padding: 70px 35px; */
  /* background-color: #f6f9fc; */
}

.section-second {
  position: relative;
  overflow: hidden;
  padding: 70px 35px;
  background-color: #9ca4ad00;
}

#screenshots {
  position: relative;
  overflow: visible;
  padding-top: 0;
  padding-bottom: 112px;
  /* background-color: #22263f; */
  background-image: linear-gradient(to right top, rgb(255, 148, 0), rgba(255, 163, 7, 0.98), rgba(255, 148, 0, 0.93), rgba(255, 148, 0, 0.98), rgba(255, 148, 0, 0.98)), url(media/hero_backdrop.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  /* height: 920px; */
}

.section.intro-section {
  overflow: visible;
  padding-top: 0;
  padding-bottom: 0;
}

.section.browser-section {
  z-index: 3;
  overflow: visible;
  padding-top: 0px;
}

.section.all-features {
  padding-top: 60px;
  padding-bottom: 150px;
  color: #fff;
  overflow: visible;
}

i.fas {
    color:#555;
    width:24px;
}

.section.footer {
  padding-top: 40px;
  padding-bottom: 25px;
  background-color: #495783;
  color: #747685;
  text-align: center;
}

.section.clients-section {
  overflow: visible;
  padding-top: 0px;
  background-color: #fff;
}

#contact {background: #FFF;overflow: visible;padding-top: 0;padding-bottom: 140px;padding-left: 200px;}

.client-logo {
  width: auto;
  height: 30px;
  opacity: 0.7;
}

.container {
  position: relative;
  text-align: left;
}

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

.footer {
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #fff;
}

.logo {
  width: auto;
  height: 51px;
  top: -10px;
  position: relative;
  left: -20px;
  filter: drop-shadow(0px 0px 2px rgba(123, 100, 23,.6));
}

.hero-text-block {
  position: relative;
  z-index: 2;
  width: 500px;
  margin-top: 0px;
  float: right;
  text-shadow: -1px 1px 4px #444;
}

.hero-image {
  position: absolute;
  left: -220px;
  top: -80px;
  z-index: 1;
  width: 920px;
  height: auto;
}

.hero-buttons-wrapper {
  margin-top: 30px;
}

.intro-section-content-block {
  width: 450px;
  /* margin-top: -160px; */
  float: left;
  color: #9497a5;
  margin-bottom: 30px;
}

.intro-section-content-block-left-bottom {
  width: 450px;
  /* margin-top: 215px; */
  /* position: absolute; */
  float: left;
  color: #9497a5;
  /* top: 35px; */
  margin-top: 0px;
}

.intro-section-content-block-right {
  width: 430px;
  margin-top: -475px;
  float: right;
  color: #9497a5;
}

.intro-section-content-block-right-bottom {
  width: 430px;
  margin-top: -270px;
  float: right;
  color: #9497a5;
}

.intro-section-content-block-product-overview-1 {
  width: 390px;
  /* margin-top: -140px; */
  float: right;
  /* position: relative; */
  /* right: 2px; */
  /* text-align: left; */
  /* display: inline-block; */
  margin-bottom: 20px;
}

.intro-section-content-block-product-overview-2 {
  width: 390px;
  margin-top: 15px;
  float: left;
}

.section-title {
  margin-top: 0px;
  font-size: 35px;
  font-weight: 700;
  color: #495783;
  line-height: 34px;
}

.section-title.subtitle {
  margin-top: 2px;
  color: #2f4858;
  font-size: 20px;
  font-weight: 400;
}

.section-title.capitals-second {
  color: white;
  font-size: 34px;
  line-height: 34px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-title.capitals.white {
  color: #fff;
}

.section-title.accent {
    color: #FFF;
    text-shadow: -1px 1px 2px #333;
}

.intro-paragraph, #screenshots p, .popup p {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
}

.intro-paragraph.no-bottom-content {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2f4858;
}

.intro-paragraph.white {
  margin-bottom: 0px;
  color: #fff;
}

#screenshots p {
    color: #FFF;
    text-shadow: -1px 1px 1px rgba(30, 30, 30, 0.28);
}

.logos-wrapper {
  position: relative;
  top: -250px;
  right: 0px;
  z-index: 10;
  width: 450px;
  padding: 55px 45px 50px;
  float: right;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 9px 13px -1px rgba(0, 0, 0, .3);
  text-align: center;
}

.logos-wrapper-product-overview-1 {
  position: absolute;
  top: -40px;
  /* right: 0px; */
  left: -64px;
  /* z-index: 10; */
  width: 429px;
  float: left;
  border-radius: 3px;
  /* background-color: #fff; */
  /* box-shadow: 0 9px 13px -1px rgba(0, 0, 0, .3); */
  /* text-align: center; */
  display: inline-block;
  margin: 20px 16px 20px 0;
  height: 300px;
}

.logos-wrapper-product-overview-2 {
  position: relative;
  /* top: -250px; */
  right: 0px;
  z-index: 10;
  width: 450px;
  float: right;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 9px 13px -1px rgba(0, 0, 0, .3);
  text-align: center;
  border-radius: 3px;
}

.logos-wrapper-contactform {
  position: relative;
  top: 5px;
  right: 0px;
  left: 0px;
  z-index: 10;
  width: 420px;
  height: auto;
  padding: 55px 45px 50px;
  float: left;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 13px 2px rgba(0, 0, 0, .3);
  text-align: center;
}

.logos-wrapper-contactform-text-1 {
    font-size: 20px;
    color: black;
    text-align: left;
}

.logos-wrapper-contactform-text-2 {
    font-size: 14px;
    color: black;
    text-align: left;
    margin-bottom: 0px;
}

.logos-row {
  margin-top: 10px;
}

.logo-block {
  padding: 10px;
  border-radius: 3px;
  background-color: #f7f7fc;
  text-align: center;
}

.logo-column {
  padding-right: 5px;
  padding-left: 5px;
}

.feature-paragrap {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 22px;
}

.feature-row {
  margin-top: 50px;
}

.feature-row.first {
  margin-top: 0px;
}

.block-title-wrapper {
  margin-bottom: 30px;
}

.block-title {
  color: #d1d3dd;
  font-size: 21px;
}

.website-wrapper {
  display: block;
  overflow: hidden;
  max-width: 1600px;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
}

.feature-block {
  padding-right: 40px;
}

.feature-icon {
  width: auto;
  height: 31px;
  margin-right: 16px;
  float: left;
}

.feature-block-title {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #5c6bc0;
  font-size: 26px;
  font-weight: 400;
}

.feature-block-title._2 {
  color: #ab47bc;
}

.feature-block-title._3 {
  color: #f57f17;
}

.feature-block-title._4 {
  color: #ec407a;
}

.feature-block-title._5 {
  color: #35b19d;
}

.feature-block-title._6 {
  color: #41a9e4;
}

.right-text-block {
  position: relative;
  z-index: 2;
  width: 460px;
  margin-top: -50px;
  float: right;
}

.browser-block {
  position: absolute;
  left: -70px;
  top: -190px;
  z-index: 10;
  overflow: hidden;
  width: 480px;
  height: 570px;
  border-radius: 4px;
  background-color: #000;
  box-shadow: 3px 3px 23px -3px rgba(0, 0, 0, .1);
}

.browser-bar {
  width: 100%;
  height: 35px;
  padding-top: 12px;
  padding-left: 13px;
  background-color: #f6f9fc;
}

.browser-image-block {
  width: 100%;
  height: 100%;
  background-position: 50% 0px;
  background-size: cover;
}

.browser-button {
  width: 9px;
  height: 9px;
  margin-right: 4px;
  float: left;
  border-radius: 100%;
  background-color: #ec407a;
}

.browser-button._2 {
  background-color: #f57f17;
}

.browser-button._3 {
  background-color: #46ca9b;
}

.button {
  margin: 10px 0;
  padding: 12px 25px 10px;
  border-radius: 3px;
  background-color: rgb(255, 100, 92);
  transition: margin .1s linear, box-shadow .1s linear, background-color .1s linear;
  font-size: 14px;
  letter-spacing: .6px;
  /* text-transform: uppercase; */
  color: #FFF;
  border: none;
  box-shadow: 3px 3px 3px #555;
  cursor: pointer;
  line-height: normal;
}

.button:hover {
  background-color: #ff7b36;
}
.button:active {
  margin: 12px 0px 8px 2px;
  box-shadow: 1px 1px 3px #555;
}

.button.get-demo {
  margin-top: 15px;
  background-color: #ec407a;
  font-size: 14px;
  line-height: 28px;
}

.button.get-demo:hover {
  background-color: #1d2138;
}

.button.color {
  background-color: #ec407a;
}

.button.color:hover {
  background-color: #161b36;
}

.all-features-wrapper {
  display: block;
  overflow: hidden;
  height: auto;
  padding-top: 40px;
  padding-bottom: 45px;
  color: #fff;
}

.section-title-block.centered {
  margin-bottom: 30px;
  text-align: center;
}

.tabs {
  /* margin-top: 70px; */
}

.tabs-menu {
  text-align: center;
  cursor: default;
}

.testimonial-slider-wrapper {
  position: relative;
  z-index: 12;
  width: 100%;
  margin-bottom: -144px;
  padding: 60px 50px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 10px 30px -13px rgba(0, 0, 0, .15);
}

.testimonial-slider {
  height: auto;
  background-color: transparent;
}

.testimonial-slide {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-author-block {
  width: 30%;
  float: left;
  border-right: 1px solid #eee;
  text-align: center;
}

.testimonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-quote-wrapper {
  width: 60%;
  padding-right: 20px;
}

.testimonial-image {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 4px;
}

.testimonial-quote {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}

.testimonial-author-name {
  font-size: 18px;
  font-weight: 700;
}

.testimonial-author-name._2 {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 400;
}

.testimonial-arrow {
  width: 40px;
  height: 40px;
  margin-right: -70px;
  margin-left: -70px;
  border: 2px solid #f0f0f0;
  border-radius: 100%;
  background-color: #fff;
  color: #000;
  font-size: 13px;
}

.testimonial-arrow:hover {
  border-color: #b3b3b3;
}

.footer-logo {
  display: block;
  height: 43px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));
}

.text-block-left {
  /* top: -100px; */
  /* width: 500px; */
  float: right;
  text-align: right;
  margin-bottom: 20px;
}

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

.cta-mockup {
  position: absolute;
  left: -400px;
  top: -397px;
  z-index: 1;
  width: 770px;
}

.footer-title {
  display: block;
  width: 420px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 22px;
}

.footer-nav-wrapper {
  margin-top: 15px;
}

.footer-nav-link {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 0px 5px;
  border-bottom: 1px solid transparent;
  transition: border .2s ease;
  cursor: pointer;
}

.footer-nav-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.footer-top-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 8px;
  background-image: -webkit-linear-gradient(0deg, #46ca9b, #5c6bc0 50%, #ab47bc 92%);
  background-image: linear-gradient(90deg, #46ca9b, #5c6bc0 50%, #ab47bc 92%);
}

.tab-button {
  margin-right: 4px;
  margin-left: 4px;
  padding: 0px;
  /* background-color: transparent; */
  /* opacity: 0.55; */
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-align: center;
}

.tab-button:hover {
  opacity: 1;
  color: #fff;
}

.tab-button.w--current {
  background-color: transparent;
  opacity: 1;
}

.tab-button-icon-block {
  width: 100%;
  height: auto;
  padding: 22px 42px;
  border-radius: 3px;
  background-color: rgba(255, 100, 92, 0.9803921568627451);
  margin-bottom: 20px;
}

.tab-button-icon-block._2 {
  background-color: #ab47bc;
}

.tab-button-icon-block._3 {
  background-color: #c74583;
}

.tab-button-icon-block._4 {
  background-color: #ec63a0;
}

.tab-button-icon-block._5 {
  background-color: #3f2ca2;
}

.tab-button-icon-block._6 {
  background-color: #2c48a2;
}

.tab-button-title {
  margin-top: 20px;
}

.tab-button-icon {
  width: 40px;
  height: 40px;
}

.tab-pane {
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 40px;
}

.tab-pane-content-block {
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 6px;
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 11px 33px -10px rgba(0, 0, 0, .2);
}

.tab-pane-overlay {
  width: 100%;
  height: 100%;
  padding: 70px;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .5), transparent 81%);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent 81%);
  color: #fff;
}

.tab-content-block {
  width: 370px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 38, 48, .8);
  -webkit-perspective: 2000px;
  perspective: 2000px;
  padding: 16px 0;
  overflow: hidden;
  transition: padding .4s;
}

.popup-modal {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 630px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #fff;
  box-shadow: 0 0 90px 0 rgba(0, 0, 0, .6);
  text-align: left;
  margin: 10% auto;
  max-height: 100%;
}

.popup-column-block {
  position: relative;
  min-width: 64px;
  float: left;
  background-image: linear-gradient(to top, rgb(255, 148, 0), rgb(255, 134, 38), rgb(255, 121, 59), rgb(255, 110, 77), rgb(255, 100, 92));
  transition: min-width .4s;
}

.popup-column-block.content-column-block {
  padding: 42px;
  float: right;
  background-color: #fff;
  background-image: none;
  overflow: auto;
  /* height: 100%; */
  /* position: relative; */
  transition: padding .4s;
}

.popup-close {
    position: absolute;
    padding: 16px;
    top: 0;
    right: 24px;
    color: #333;
    z-index: 1;
    background: #fff;
}

.popup-title {
  font-size: 34px;
  line-height: 40px;
  color: #495783;
  line-height: 44px;
  font-weight: 900;
  margin-bottom: 16px;
}
.popup li {
    font-size: 19px;
    line-height: 28px;
    font-weight: 400;
}

.popup-back-block {
  padding: 10px;
  text-align: center;
  cursor: pointer;
  margin: 42px 10px 0;
}
.popup-back-block .fas {
    color: #fff;
    font-size: 24px;
    transition: text-shadow .4s;
}
.popup-back-block:hover .fas {
    text-shadow: 0 0 3px #fff;
}

.form {
  margin-bottom: 0px;
}
.form .success, .form .error {
    display: none;
}

.field {
  width: 100%;
  height: 50px;
  margin-bottom: 7px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #dadada;
}

.field:hover {
  border-bottom-color: #afafaf;
}

.field:focus {
  border-bottom-color: #46ca9b;
}

.field.area {
  height: 80px;
}

.overlay-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.overlay-title.subtitle {
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.success {
  background-color: rgba(92, 107, 192, .1);
  color: #5c6bc0;
}

.error {
  padding-left: 15px;
  color: #c73434;
}

.close-popup-block {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.maybe-later-link {
  display: inline-block;
  margin-top: 20px;
  color: #b4b4b4;
}

.button-wrapper {
  display: inline-block;
}

.fixed-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1001;
  display: none;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 100%, .96);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}

.social-wrapper {
  position: fixed;
  right: 0px;
  bottom: 50px;
  z-index: 1000;
  overflow: hidden;
  width: 60px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}

.social-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link-block:hover {
  background-color: rgba(70, 202, 155, .11);
}

.social-icon {
  height: 25px;
}

.dropdown-icon {
  margin-top: 14px;
  margin-right: 0px;
  opacity: 0.35;
}

.dropdown-list.w--open {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .1);
}

.dropdown-link {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #46ca9b;
}

.dropdown-link.w--current {
  color: #46ca9b;
}

.personal-hero-image {
  position: absolute;
  left: -115px;
  top: -75px;
  height: 600px;
}

.cta-image {
  position: absolute;
  left: -105px;
  bottom: -140px;
  height: 580px;
}

html.w-mod-js *[data-ix="fade-in-scroll-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="fade-in-scroll-2"] {
  /* opacity: 0; */
  /* -webkit-transform: translate(0px, 25px); */
  -ms-transform: translate(0px, 25px);
  /* transform: translate(0px, 25px); */
}

html.w-mod-js *[data-ix="fade-in-scroll-3"] {
  /* opacity: 0; */
  /* -webkit-transform: translate(0px, 25px); */
  -ms-transform: translate(0px, 25px);
  /* transform: translate(0px, 25px); */
}

html.w-mod-js *[data-ix="page-load-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="page-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="page-load-3"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix="page-load-4"] {
  opacity: 0;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

html.w-mod-js *[data-ix="hide-modal"] {
  opacity: 0;
  -webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="hide-popup"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-fixed-navbar"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

.scroll-down-placeholder {
	position: relative;
	/* color: rgba(255, 255, 255, 0); */
	visibility: hidden;
}

.placeholder-software {
	top: -113px;
}

.placeholder-einsatzbereiche {
	top: -40px;
}

.placeholder-funktionen {
	top: -20px;
}

.placeholder-hilfe {
	top: -80px;
}

.set-max-width {
	max-width: 940px;
}

.popout-title-contact {
	margin-bottom: -5px;
}

.popup-modal-impressum {
	margin-top: 0;
}

.fixed-navbar-animations {
	opacity: 0;
	transform: translateX(0px) translateY(-30px) translateZ(0px);
	display: none;
	transform-style: preserve-3d;
	transition: opacity 200ms ease 0s, transform 200ms ease 0s;
}
/*-----------------------------------------------------------------------------------------*/
/* Main 991px Query */
/*-----------------------------------------------------------------------------------------*/

@media (max-width: 991px) {
  .hero {
    height: 580px;
    padding-top: 110px;
  }
  .hero._404-hero {
    height: auto;
    padding-top: 80px;
    padding-bottom: 160px;
  }
  .hero-tilt-block {
    bottom: -370px;
    height: 540px;
  }
  .hero-tilt-block.white {
    /* height: 190px; */
  }
  .navbar {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .navlink {
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    color: #000;
    font-size: 14px;
    line-height: 30px;
  }
  .navlink:hover {
    color: #46ca9b;
  }
  .navlink.w--current {
    color: #46ca9b;
  }
  .navlink.color-link {
    margin-top: 10px;
    margin-left: 0px;
    border-radius: 0px;
    color: #fff;
  }
  .hero-title {
    font-size: 44px;
    line-height: 42px;
  }
  .hero-title.dark {
    line-height: 45px;
  }
  .hero-subtext {
    font-size: 19px;
    line-height: 29px;
    margin-top: 17px;
  }
  .hero-button {
    padding-right: 21px;
    padding-left: 21px;
    font-size: 12px;
    line-height: 13px;
  }
  .section.main-features {
    padding: 110px 35px 0;
  }
  .section.intro-section {
    /* padding: 70px 45px 130px; */
  }
  .section.all-features {
    padding-top: 45px;
    padding-bottom: 135px;
  }
  .section.cta-section {
    padding-top: 0px;
  }
  .client-logo {
    height: 18px;
  }
  .logo {
    margin-top: 35px;
    margin-left: 40px;
  }
  .hero-text-block {
    width: 380px;
    margin-bottom: 40px;
  }
  .hero-image {
    left: -110px;
    top: -20px;
    width: 590px;
  }
  .intro-section-content-block {
    width: 303px;
    /* margin-left: 23px; */
    margin-top: -128px;
  }
 
  .intro-section-content-block-left-bottom {
    width: 303px;
    /* margin-left: 23px; */
    margin-top: -28px;
  }

  .intro-section-content-block-right {
    width: 344px;
    margin-top: -443px;
    /* margin-right: 20px; */
  }
  
  .intro-section-content-block-right-bottom {
    width: 344px;
    margin-top: -270px;
    /* margin-right: 20px; */
  }

  .intro-section-content-block-product-overview-1 {
   width: 280px;
   margin-top: -128px;
  }

  .intro-section-content-block-product-overview-2 {
    width: 280px;
    /* margin-top: -180px; */
  }

  .section-title.capitals {
    font-size: 23px;
    line-height: 30px;
  }

  .section-title.capitals-second {
    font-size: 23px;
    line-height: 30px;
  }
  .intro-paragraph {
    font-size: 17px;
    line-height: 26px;
  }
  .logos-wrapper {
    width: 360px;
    padding: 45px 35px;
  }
  .logos-wrapper-product-overview-1 {
    /* width: 310px; */
    /* padding: 45px 35px; */
    /* left: -62px; */
    top: -90px;
  }
  .logos-wrapper-product-overview-2 {
    width: 360px;
    /* padding: 45px 35px; */
    left: 0px;
   }
  .nav-menu {
    margin-right: -20px;
    margin-left: 40px;
    padding-top: 40px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
  }
  .feature-block {
    padding-right: 0px;
  }
  .feature-block-title {
    font-size: 21px;
  }
  .right-text-block {
    width: 300px;
  }
  .browser-block {
    left: 0px;
    top: -155px;
    width: 360px;
    height: 460px;
  }
  .section-title-block.centered {
    margin-bottom: 20px;
  }
  .tabs {
    z-index: 10;
  }
  .testimonial-slider-wrapper {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .testimonial-author-block {
    width: 27%;
  }
  .testimonial-quote-wrapper {
    width: 65%;
  }
  .testimonial-quote {
    font-size: 15px;
    line-height: 22px;
  }

  .cta-mockup {
    left: -260px;
    top: -257px;
    height: 580px;
  }
  .tab-button {
    margin-right: 2px;
    margin-left: 2px;
  }
  .tab-button-icon-block {
    padding-right: 24px;
    padding-left: 24px;
    margin-bottom: 10px;
  }
  .tab-button-icon {
    width: 35px;
    height: 35px;
  }
  .tab-pane {
    padding-top: 40px;
  }
  .menu-button {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    padding-top: 11px;
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
    font-size: 45px;
    text-align: center;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .menu-button.dark {
    color: #000;
  }
  .fixed-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dropdown-icon {
    margin-top: 18px;
    margin-right: 10px;
  }
  .dropdown-list.w--open {
    border-radius: 0px;
    background-color: #f3f3f3;
    box-shadow: 0 0 0 0 transparent;
  }
  .dropdown-link {
    padding-left: 25px;
  }
  .personal-hero-image {
    left: -82px;
    top: -40px;
    height: 440px;
  }
  .cta-image {
    top: -67px;
    height: 490px;
  }
  .text-block-left {
    width: 100%;
    /* text-align: center; */
    margin-bottom: 8px;
  }

  .logos-wrapper-contactform {
    width: 100%;
    text-align: center;
    padding: 25px 0px 20px 20px;
  }

  .collapsible-body {
	padding: 20px;
	}
}


/*-----------------------------------------------------------------------------------------*/
/* Main 767px Query - 700 */
/*-----------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .hero {
    height: auto;
    padding: 80px 25px 40px;
  }
  .hero._404-hero {
    padding-bottom: 60px;
  }
  .hero-tilt-block {
    left: -6%;
    bottom: -497px;
  }
  .hero-tilt-block.light {
    bottom: -360px;
  }
  .hero-tilt-block.white {
    bottom: -185px;
    height: 240px;
    display: none;
  }
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .navlink {
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
    color: #000;
    line-height: 30px;
  }
  .navlink.w--current {
    color: #46ca9b;
  }
  .navlink.color-link {
    margin-left: 0px;
    padding-left: 30px;
    border-radius: 0px;
    color: #fff;
  }
  .hero-title {
    font-size: 50px;
  }
  .section {
    padding: 40px 0px;
  }
  .section.main-features {
    top: 20px;
    padding-right: 35px;
    padding-bottom: 60px;
    padding-left: 35px;
  }
  .section.intro-section {
    padding: 0px 0px 0px;
    /* max-width: 716px; */
    top: -73px;
  }
  .section.all-features {
    padding-bottom: 0px;
  }
  .section.cta-section.personal {
    padding-bottom: 60px;
  }
  .client-logo {
    height: 26px;
  }
  .logo {
    height: 40px;
    margin-top: 25px;
    margin-left: 20px;
  }
  .hero-text-block {
    display: block;
    width: 360px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .hero-image {
    position: static;
    display: block;
    width: 290px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .intro-section-content-block {
    width: 100%;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 25px;
  }
  
   .intro-section-content-block-left-bottom {
    width: 100%;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 25px;
  }

  .intro-section-content-block-right {
    width: 100%;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 25px;
  }
 
  .intro-section-content-block-right-bottom {
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }

 .intro-section-content-block-product-overview-1 {
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }

  .intro-section-content-block-product-overview-2 {
    width: 100%;
    margin-top: 0px;
    text-align: center;
   }

  .section-title {
    font-size: 35px;
    line-height: 38px;
  }
  .section-title.subtitle {
    font-size: 20px;
    line-height: 32px;
  }
  .intro-paragraph.white {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .logos-wrapper {
    position: relative;
    top: 0px;
    width: 100%;
    margin-top: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
    box-shadow: 0 9px 13px -1px rgba(0, 0, 0, .1);
  }
  .logos-wrapper-product-overview-1 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-top: 15px;
    /* padding-top: 35px; */
    /* padding-bottom: 35px; */
    /* box-shadow: 0 9px 13px -1px rgba(0, 0, 0, .1); */
  }

  .logos-wrapper-product-overview-2 {
    position: relative;
    top: 0px;
    width: 100%;
    margin-top: 40px;
    /* padding-top: 35px; */
    /* padding-bottom: 35px; */
    box-shadow: 0 9px 13px -1px rgba(0, 0, 0, .1);
  }
  .logos-row {
    margin-top: 0px;
  }
  .logo-column {
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 0px;
  }
  .logo-column.last {
    padding-bottom: 0px;
  }
  .feature-row {
    margin-top: 0px;
  }
  .feature-row.first {
    margin-top: 0px;
  }
  .nav-menu {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 40px;
    padding-top: 0px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
  }
  .feature-block {
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .feature-block-title {
    margin-bottom: 15px;
  }
  .feature-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .right-text-block {
    width: 100%;
    margin-top: 0px;
  }
  .browser-block {
    position: relative;
    top: 0px;
    width: 100%;
    height: 350px;
    margin-top: -55px;
    margin-bottom: 40px;
  }
  .button.get-demo {
    margin-top: 30px;
  }
  .tabs {
    margin-top: 40px;
  }
  .testimonial-author-name {
    font-size: 16px;
    line-height: 18px;
  }
  .text-block-left.align-left {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .footer-title {
    width: 90%;
  }
  .tab-button {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 9px;
    padding-left: 9px;
  }
  .tab-pane {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .tab-pane-overlay {
    padding: 30px;
  }
  .tab-content-block {
    width: 90%;
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    margin-top: 16px;
    margin-right: 20px;
    padding-top: 2px;
    padding-right: 0px;
    padding-left: 0px;
    color: #fff;
    font-size: 39px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
  }
  .popup {
      padding: 0;
  }
  .popup-modal {
    width: 100%;
    /* height: auto; */
  }
  .popup-column-block {
    min-width: 32px;
  }
  .popup-back-block {
    margin: 32px 0 0;
    padding: 10px 0;
}
  .popup-column-block.content-column-block {
    /* width: 100%; */
    /* height: auto; */
    padding: 32px;
    /* float: none; */
  }
  .popup-image-overlay-block {
    position: static;
    width: 100%;
    height: 100%;
    padding: 30px;
  }
  .personal-hero-image {
    position: static;
    display: block;
    width: 280px;
    height: auto;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
  }
  .logo-link-block {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    /* padding-right: 20px; */
    float: none;
    text-align: center;
  }
  .cta-image {
    height: 380px;
    margin-top: 20px;
  }
  .personal-profile-image {
    display: block;
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    border-radius: 10px;
    box-shadow: 1px 1px 53px 0 rgba(0, 0, 0, .6);
  }

  .logos-wrapper-contactform {
    width: 100%;
    text-align: center;
  }

  .text-block-left {
    width: 100%;
  }

  .hero-tilt-block.dark {
	  bottom: -600px;
	 }

  .collapsible-body {
	padding: 16px;
	}
/*
	#about {
        height: 332px;
        top: 0;
    }
*/
  .text-block-left {
    /* width: 400px; */
    /* float: left; */
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    /* margin-left: 0px; */
    /* margin-right: 0px; */
  }
  #contact {
	  padding-left: 0px;
	  padding-right: 0px;
	  margin-left: auto;
	  margin-right: auto;
	  padding-bottom: 0px;
	  /* width: 400px; */
	 }
}

/*-----------------------------------------------------------------------------------------*/
/* Main 479px Query - 400*/
/*-----------------------------------------------------------------------------------------*/
@media (max-width: 479px) {
  .hero._404-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .hero-title {
    font-size: 39px;
    line-height: 34px;
    text-align: center;
  }
  .hero-subtext {
    margin-top: 15px;
    font-size: 15px;
    line-height: 22px;
  }
  .hero-button {
    width: 220px;
    margin-top: 5px;
    margin-right: 0px;
    font-size: 11px;
  }
  .section {
    padding: 35px 25px;
  }
  .section.main-features {
    padding-top: 10px;
  }
  .section.all-features {
    padding-top: 30px;
    padding-bottom: 5px;
  }
  .section.footer {
    padding-top: 24px;
    padding-bottom: 20px;
  }
  .section.cta-section {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .section.cta-section.personal {
    padding-top: 160px;
  }
  .logo {
    height: 40px;
    margin-top: 27px;
  }
  .hero-text-block {
    width: auto;
    top: -146px;
    /* bottom: auto; */
  }
  .hero-image {
    width: 220px;
    visibility: hidden;
  }
  .hero-buttons-wrapper {
    margin-top: 20px;
  }
  .section-title {
    font-size: 27px;
    line-height: 31px;
  }
  .section-title.subtitle {
    margin-top: 5px;
    font-size: 19px;
    line-height: 23px;
    /* max-width: 260px; */
    margin-bottom: -20px;
  }
  .section-title.capitals {
    font-size: 27px;
    line-height: 29px;
  }
  .section-title.capitals-second {
    font-size: 18px;
    line-height: 27px;
  }
  .intro-paragraph {
    margin-top: 15px;
    font-size: 16px;
  }
  .intro-paragraph.white {
    margin-top: 10px;
    font-size: 15px;
    line-height: 21px;
  }
  .logos-wrapper {
    margin-top: 30px;
    padding: 25px 15px 15px;
  }
  .feature-paragrap {
    font-size: 14px;
    line-height: 21px;
  }
  .feature-icon {
    height: 25px;
    margin-top: 4px;
  }
  .feature-block-title {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .browser-block {
    height: 200px;
  }
  .button.get-demo {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .section-title-block.centered {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    margin-top: -35px;
  }
  .section-title-block.centered.mobile-full {
    width: 100%;
  }
  .testimonial-slider-wrapper {
    padding: 20px 30px 30px;
  }
  .testimonial-author-block {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    float: none;
    border-bottom: 1px solid #e2e2e2;
    border-right-width: 0px;
  }
  .testimonial-wrapper {
    display: block;
  }
  .testimonial-quote-wrapper {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
  .testimonial-image {
    width: 60px;
    height: 60px;
  }
  .testimonial-quote {
    font-size: 14px;
    line-height: 21px;
  }
  .testimonial-author-name {
    font-size: 15px;
    line-height: 18px;
  }
  .testimonial-author-name._2 {
    font-size: 12px;
    line-height: 17px;
  }
  .testimonial-arrow {
    width: 30px;
    height: 30px;
    margin-right: -40px;
    margin-left: -40px;
    font-size: 10px;
  }
  .footer-logo {
    height: 30px;
    margin-bottom: 20px;
  }
  .footer-title {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-nav-link {
    display: block;
    margin-top: 8px;
  }
  .footer-top-bar {
    height: 6px;
  }
  .tab-button {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .tab-button-title {
    margin-top: 15px;
  }
  .tab-pane {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-pane-overlay {
    background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .7) 81%);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .7) 81%);
  }
  .tab-content-block {
    width: 100%;
  }
  .popup-column-block.content-column-block {
    padding: 20px;
  }
  .popup-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .popup-title.intro-title {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 18px;
  }
  .field {
    height: 40px;
  }
  .popup-image-overlay-block {
    padding: 20px;
  }
  .overlay-title {
    font-size: 17px;
    line-height: 10px;
  }
  .overlay-title.subtitle {
    margin-top: 6px;
  }
  .social-wrapper {
    width: 40px;
  }
  .social-link-block {
    height: 40px;
  }
  .social-icon {
    height: 16px;
  }

  .logos-wrapper-contactform {
    width: 100%;
  }

  .logos-wrapper-product-overview-1 img+img {
	  top: 98px;
  }

  .hero-tilt-block.white {
	  z-index: -1;
  }

  .collapsible-body {
	  padding: 14px;
	 }

  .hero {
	  height: 328px;
	 }

  .menu-button {
	  visibility: hidden;
	 }

}
/*----------------------------------------------------------*/

* {box-sizing:border-box;}

/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
    box-shadow: 0 9px 13px -1px rgba(0, 0, 0, .3);
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



/* Container holding the image and the text */
.container-w3s {
    position: relative;
}

/* Bottom right text */
.text-block-w3s {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: black;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.p-clients {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
}

#about {
    height: 520px;
}

#targets {
    position: relative;
    overflow: visible;
    clear: both;
}

#targets .container.w-container {
    /* margin-top: -50px; */
    margin-bottom: 18px;
}

.logos-wrapper-product-overview-1 img {
    position: absolute;
    width: 53vw;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.5));
    border-radius: 3px;
}

.logos-wrapper-product-overview-1 img+img {
    top: 150px;
    left: -20px;
}

.logos-wrapper-product-overview-1 #screenWebIPhone {
    left: 300px;
    width: 180px;
    top: -30px;
}

.text-block-left-second {
    font-size: 20px;
    margin-top: 15px;
}

#support {
    padding-left: 270px;
}

@media (max-width: 991px) {
    .logos-wrapper-product-overview-1 img {
        width: 50vw;
        max-width: none;
    }

    .logos-wrapper-product-overview-1 img+img {
        top: 150px;
        left: 10px;
    }

    .logos-wrapper-product-overview-1 #screenWebIPhone {
        left: 30vw;
        width: 21vw;
        top: -30px;
    }

	#about {
        height: 500px;
    }
}
@media (max-width: 767px) {

	.logos-wrapper-product-overview-1 img {
		width: 80vw;
		left: 3vw;
		max-width: 460px;
	}
	.logos-wrapper-product-overview-1 img+img {
		left: 5vw;
		/* top: 180px; */
	}
	.logos-wrapper-product-overview-1 #screenWebIPhone {
		left: 60vw;
		width: 25vw;
		max-width: 145px;
	}
	.functions>.section {
		padding-right: 0;
		padding-left: 0;
	}
	.functions li {margin: 0 !important;}
	.hero-tilt-block-straight.white-small {
		bottom: -450px;
		height: 400px;
	}

	#about {
        height: auto;
        top: 0px;
        margin-bottom: 150px;
    }

  .cta-mockup {
    display: none;
  }
    #support {
        padding-left: 0
    }
}

@media (max-width: 479px) {
	.hero-tilt-block.dark {
    bottom: -560px;
}
	#about {
    /* height: 520px; */
    margin-top: auto;
    margin-bottom: 100px;
    top: auto;
    bottom: auto;
    /* padding-bottom: 100px; */
 }
}
