/*
 Theme Name: Netopia
 Author: VeryCreative
 Author URI: http://www.verycreative.ro
 Version: 1.0.0
 */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-font-smoothing: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

a {
    text-decoration: none;
}

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

audio,
canvas,
video {
    display: inline-block;
}

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

[hidden] {
    display: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-y: auto;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

li {
    list-style-type: none;
}

body {
    margin: 0;
}

iframe {
    border-style: none;
    border: none;
    width: inherit;
    display: block;
    position: relative;
}

a:focus {
    outline: none;
}

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

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

b,
strong {
    font-weight: normal;
    -webkit-appearance: none;
}

blockquote {
    margin: 0;
}

dfn {
    font-style: italic;
}

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

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

p,
pre {
    margin: 1em 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

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;
}

dl,
menu,
ol,
ul {
    margin: 0;
}

dd {
    margin: 0;
}

menu,
ol,
ul {
    padding: 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

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

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

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

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

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

textarea {
    overflow: auto;
    vertical-align: top;
}

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

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

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

.row {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 0;
    line-height: normal;
    clear: both;
    zoom: 1;
}

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

.row:after {
    clear: both;
}

@media (min-width: 720px) {
    .row {
        margin-right: -20px;
        margin-left: -20px;
    }
}

.row:before, .row:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.row:after {
    clear: both;
}

.row > [class*='col_'] {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    float: left;
}

@media (min-width: 720px) {
    .row > [class*='col_'] {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.row > [class*='col_'].right {
    float: right;
}

.row.big-gutter {
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 720px) {
    .row.big-gutter {
        margin-left: -35px;
        margin-right: -35px;
    }
}

.row.big-gutter > [class*='col_'] {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 720px) {
    .row.big-gutter > [class*='col_'] {
        padding-left: 35px;
        padding-right: 35px;
    }
}

.row.small-gutter {
    margin-left: -7px;
    margin-right: -7px;
}

.row.small-gutter > [class*='col_'] {
    padding-left: 7px;
    padding-right: 7px;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter > [class*='col_'] {
    padding-left: 0px;
    padding-right: 0px;
}

.col_16 {
    width: 16.66%;
}

.col_10 {
    width: 10%;
}

.col_15 {
    width: 15%;
}

.col_14 {
    width: 14.28%;
}

.col_33 {
    width: 33.33%;
}

.col_20 {
    width: 20%;
}

.col_auto {
    width: auto;
}

.col_25 {
    width: 25%;
}

.col_12 {
    width: 12.5%;
}

.col_50 {
    width: 50%;
}

.col_100 {
    width: 100%;
}

.col_30 {
    width: 30%;
}

.col_35 {
    width: 35%;
}

.col_70 {
    width: 70%;
}

.col_40 {
    width: 40%;
}

.col_45 {
    width: 45%;
}

.col_55 {
    width: 55%;
}

.col_60 {
    width: 60%;
}

.col_65 {
    width: 65%;
}

.col_66 {
    width: 66.66%;
}

.col_75 {
    width: 75%;
}

.col_80 {
    width: 80%;
}

html {
    font-family: "Roboto", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: normal;
    font-weight: 400;
}

body {
    font-size: 1.8rem;
    line-height: 28px;
    font-family: "Roboto", Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #49458d;
    line-height: normal;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    text-transform: none;
    margin-bottom: 30px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
    font-weight: 400;
}

h1 {
    font-size: 4rem;
    margin-bottom: 40px;
}

h1 b {
    color: #3831a6;
}

h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}

@media (min-width: 720px) {
    h2 {
        font-size: 3.1rem;
    }
}

@media (min-width: 1025px) {
    h2 {
        font-size: 4.2rem;
    }
}

h3 {
    font-size: 2.3rem;
    margin-bottom: 30px;
}

@media (min-width: 720px) {
    h3 {
        font-size: 3.1rem;
        font-weight: 500;
    }
}

@media (min-width: 1025px) {
    h3 {
        font-size: 4.2rem;
    }
}

h4 {
    font-size: 2.3rem;
}

@media (min-width: 720px) {
    h4 {
        font-size: 2rem;
    }
}

@media (min-width: 1025px) {
    h4 {
        font-size: 2.6rem;
    }
}

h5 {
    font-size: 2rem;
}

h6 {
    font-size: 1.6rem;
}

p,
a,
span,
label {
    margin: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

p p,
p a,
p span,
p label,
a p,
a a,
a span,
a label,
span p,
span a,
span span,
span label,
label p,
label a,
label span,
label label {
    font-size: 100%;
    margin: 0;
}

p {
    margin: 0 0 20px;
    font-size: 1.6rem;
    line-height: 26px;
    font-weight: 400;
    color: #6b6981;
    letter-spacing: normal;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

@media (min-width: 1025px) {
    p {
        margin-bottom: 40px;
        font-size: 1.8rem;
        line-height: 26px;
    }
}

p a {
    text-decoration: underline;
    color: #49458d;
}

p a:hover {
    color: #2b257f;
}

p i {
    font-style: italic;
}

p b {
    font-weight: 700;
}

p u {
    border-bottom: 2px solid #3831a6;
    text-decoration: none;
}

a {
    margin: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    color: #6b6981;
    text-decoration: none;
}

a:hover {
    color: #3831a6;
}

strong {
    font-weight: 700;
}

b {
    font-weight: 700;
}

ul li {
    font-size: 1.4rem;
}

ol li {
    font-size: 1.4rem;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
textarea,
select, .selectize-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    border-style: none;
    font-weight: 400;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    height: 42px;
    padding: 0 0px;
    line-height: 42px;
    background: none;
    color: #909090;
    outline: 0;
    -webkit-appearance: none;
    letter-spacing: normal;
    box-shadow: none;
}

@media (min-width: 720px) {
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="url"],
    input[type="number"],
    input[type="date"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="week"],
    input[type="month"],
    textarea,
    select, .selectize-input {
        height: 50px;
        line-height: 50px;
    }
}

input[type="text"]:active, input[type="text"]:hover, input[type="text"]:focus,
input[type="email"]:active,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="password"]:active,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="search"]:active,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:active,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="url"]:active,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="number"]:active,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="date"]:active,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="time"]:active,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="datetime"]:active,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:active,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="week"]:active,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="month"]:active,
input[type="month"]:hover,
input[type="month"]:focus,
textarea:active,
textarea:hover,
textarea:focus,
select:active,
select:hover,
select:focus, .selectize-input:active, .selectize-input:hover, .selectize-input:focus {
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

textarea {
    line-height: normal;
    height: auto;
    min-height: 220px;
    padding: 10px 0px;
}

@media (min-width: 1025px) {
    textarea {
        min-height: 260px;
    }
}

select {
    padding-right: 0;
}

label {
    display: inline-block;
    color: #6a6880;
    text-transform: none;
    font-weight: 500;
    letter-spacing: normal;
    font-size: 1.4rem;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

label span {
    color: #3831a6;
}

::-webkit-input-placeholder {
    color: #909090;
    font-size: 1.4rem;
    letter-spacing: normal;
    font-weight: 400;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: normal;
    white-space: pre-line;
}

@media (min-width: 480px) {
    ::-webkit-input-placeholder {
        font-size: 1.6rem;
    }
}

:-moz-placeholder {
    color: #909090;
    font-size: 1.4rem;
    letter-spacing: normal;
    font-weight: 400;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: normal;
    white-space: pre-line;
}

@media (min-width: 480px) {
    :-moz-placeholder {
        font-size: 1.6rem;
    }
}

::-moz-placeholder {
    color: #909090;
    font-size: 1.4rem;
    letter-spacing: normal;
    font-weight: 400;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: normal;
    white-space: pre-line;
}

@media (min-width: 480px) {
    ::-moz-placeholder {
        font-size: 1.6rem;
    }
}

:-ms-input-placeholder {
    color: #909090;
    font-size: 1.4rem;
    letter-spacing: normal;
    font-weight: 400;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: normal;
    white-space: pre-line;
}

@media (min-width: 480px) {
    :-ms-input-placeholder {
        font-size: 1.6rem;
    }
}

.input-block {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.input-block > span {
    position: absolute;
    top: 7px;
    right: 0;
    z-index: 10;
    color: #6b6981;
}

.input-block > label {
    display: block;
    color: #6b6981;
    margin-bottom: 5px;
    display: block;
}

.input-block.has-datepicker:before {
    content: "\f073";
    font-family: FontAwesome;
    font-size: 1.4rem;
    position: absolute;
    top: 13px;
    margin-top: -7px;
    right: 0;
    opacity: .7;
    z-index: 10;
    color: #6b6981;
}

.radio-block p {
    margin: 0;
    line-height: 22px;
    margin-top: 5px;
}

.radio-block label {
    margin: 0;
    height: 30px;
    color: #6b6981;
    background: none;
    line-height: 30px;
    padding: 0 10px;
    font-size: 1.2rem;
    display: inline-block;
    width: calc(100% - 20px);
    margin-left: 20px;
    position: relative;
    letter-spacing: normal;
    cursor: pointer;
}

.radio-block label img {
    max-width: 32px;
    margin-right: 10px;
    float: left;
    display: line-block;
}

.radio-block label span {
    font-size: 1.4rem;
    color: #6b6981;
    margin-top: 5px;
    display: inline-block;
    float: left;
}

.radio-block input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.radio-block label:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -14px;
    top: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: -3px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 2;
}

.radio-block label:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -18px;
    top: 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    vertical-align: -3px;
    border: 1px solid #6b6981;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
}

.radio-block input:checked + label:before {
    background-color: #3831a6;
}

.select-block {
    position: relative;
}

.select-block .selectric-wrapper {
    background: none;
}

.select-block .selectric-wrapper .selectric span.label {
    height: 42px;
    line-height: 42px;
    padding: 0 0px;
    padding-right: 15px;
    font-weight: 400;
    font-size: 1.6rem;
    text-transform: none;
    color: #909090;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #e0e0e0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.select-block .selectric-wrapper .selectric .select-button {
    position: absolute;
    width: 10px;
    height: 6px;
    top: 16px;
    right: 0px;
    z-index: 10;
    font-family: "Font Awesome\ 5 Free";
    font-size: 1.3rem;
    font-weight: 900;
    color: #909090;
    pointer-events: none;
}

.select-block .selectric-wrapper .selectric .select-button:before {
    content: "\f078";
}

.select-block .selectric-wrapper .selectric-items {
    background: #f7f7f7;
}

.select-block .selectric-wrapper .selectric-items ul li {
    padding: 7px 20px;
    color: #6b6981;
    font-size: 1.3rem;
    margin: 0;
    font-weight: 400;
    border: 0;
    border-top: 1px solid #f7f7f7;
}

.select-block .selectric-wrapper .selectric-items ul li:before {
    display: none;
}

.select-block .selectric-wrapper .selectric-items ul li.highlighted, .select-block .selectric-wrapper .selectric-items ul li:hover {
    background: #6b6981;
    color: #fff;
}

.select-block .selectric-wrapper.white-select {
    border: 0;
}

.select2-block .select2-selection--multiple {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    min-height: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.select2-block .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

.select2-block span.select2-container {
    position: relative;
}

.select2-block span.select2-container:before {
    content: "\f0dd";
    position: absolute;
    width: 10px;
    height: 6px;
    top: 17px;
    right: 0px;
    z-index: 10;
    font-family: "Font Awesome\ 5 Free";
    font-size: 1.3rem;
    font-weight: 900;
    color: #909090;
    line-height: normal;
    pointer-events: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 4px;
    width: 13px;
    height: 13px;
    border: 0px solid #909090;
    line-height: normal;
    text-align: center;
    font-size: 1.3rem;
    padding: 0px;
    overflow: hidden;
    text-indent: -9999px;
    background-image: url(images/clear-select.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    top: 7px;
    float: left;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 0;
    outline: 0;
    border-bottom: 1px solid #e0e0e0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: 1px solid #cbcbcb;
    background: #e0e0e0;
    height: 30px;
    line-height: 28px;
    color: #909090;
    display: block;
    width: calc(100% - 30px);
    padding: 0 10px;
    overflow: hidden;
    padding-left: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    width: auto;
    padding: 0;
    text-align: initial;
    font-size: inherit;
    text-transform: none;
    display: block;
    float: none;
    line-height: normal;
    position: relative;
    cursor: pointer;
    padding: 0;
    padding-left: 30px;
}

.styled-checkbox + label:before {
    content: '';
    margin-right: 9px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border: 1px solid #e0e0e0;
    top: -2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 0px;
}

.styled-checkbox:checked + label:before {
    color: #3831a6;
}

.styled-checkbox:disabled + label {
    color: #ccc;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 7px;
    background: #3831a6;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #3831a6, 4px 0 0 #3831a6, 4px -2px 0 #3831a6, 4px -4px 0 #3831a6, 4px -6px 0 #3831a6, 4px -8px 0 #3831a6;
    transform: rotate(45deg);
}

.styled-checkbox.dark:checked + label:after {
    background: #fff;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
}

.styled-checkbox-wrapper label {
    font-size: 1.3rem;
    color: #6b6981;
}

.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.custom-file-upload {
    display: block;
    width: auto;
}

.custom-file-upload label {
    display: block;
    margin-bottom: 5px;
}

.file-upload-wrapper {
    position: relative;
    margin-bottom: 5px;
}

.file-upload-input {
    width: 100%;
    color: #6b6981;
    font-size: 1.7rem;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: none;
    background: none;
}

@media (min-width: 480px) {
    .file-upload-input {
        font-size: 1.5rem;
    }
}

.file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #9da2a9;
    font-size: 1.7rem;
    text-transform: none;
    padding: 0;
    padding-right: 15px;
    height: auto;
    line-height: normal;
    font-style: italic;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 10;
    border: none;
    background: none;
    box-shadow: none;
    letter-spacing: normal;
    min-width: 0;
}

@media (min-width: 480px) {
    .file-upload-button {
        width: auto;
    }
}

.file-upload-button:before {
    content: "";
    width: 10px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 5px;
    background-image: url(images/default/upload-icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 10;
}

.file-upload-button:hover {
    background: none;
    color: #6b6981;
}

table {
    width: 100%;
}

table, th, td {
    border-spacing: 0;
    border: 1px solid #999999;
    padding: 1em;
    line-height: 1;
    vertical-align: top;
}

th {
    text-align: left;
    font-weight: normal;
}

@keyframes fade-in-bottom {
    0% {
        transform: translateY(150px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

input[type='submit'],
.button {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    text-align: center;
    font-size: 1.7rem;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 14px 24px;
    height: auto;
    line-height: normal;
    text-align: center;
    position: relative;
    margin-bottom: 0px;
    --border-color: #3831a6;
    border: 0px solid var(--border-color);
    box-shadow: none;
    min-width: 50px;
    background: var(--border-color);
    overflow: hidden;
    z-index: 2;
    margin-bottom: 0px;
    --gradient-color1: #455bff;
    --gradient-color2: #4030a6;
    background-image: -moz-linear-gradient(0deg, var(--gradient-color1) 0%, var(--gradient-color2) 100%);
    background-image: -webkit-linear-gradient(0deg, var(--gradient-color1) 0%, var(--gradient-color2) 100%);
    background-image: -ms-linear-gradient(0deg, var(--gradient-color1) 0%, var(--gradient-color2) 100%);
    box-shadow: 0px 0px 21px 0px rgba(0, 1, 1, 0.5);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

@media (min-width: 720px) {
    input[type='submit'],
    .button {
        height: 44px;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 44px;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
    }
}

input[type='submit'] i,
.button i {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 5px;
    font-size: 3rem;
}

input[type='submit'] span,
.button span {
    position: relative;
    z-index: 2;
    display: block;
    transform: translateY(0%);
    transition: all 0.5s;
    color: #3831a6;
}

input[type='submit'] span.second,
.button span.second {
    color: black;
    opacity: 0;
}

input[type='submit']:hover,
.button:hover {
    color: #fff;
    background: #2b257f;
}

input[type='submit']:hover span,
.button:hover span {
    transform: translateY(-100%);
    color: #fff;
}

input[type='submit']:hover span.second,
.button:hover span.second {
    transform: translateY(-100%);
    opacity: 1;
}

input[type='submit'].medium,
.button.medium {
    height: 48px;
    line-height: 46px;
    min-width: 0;
    padding: 0 20px;
    font-size: 1.8rem;
    font-weight: 400;
}

input[type='submit'].small,
.button.small {
    height: 32px;
    font-size: 1.4rem;
    line-height: 32px;
    min-width: 94px;
    padding: 0 10px;
    font-weight: 300;
}

input[type='submit'].big,
.button.big {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

@media (min-width: 720px) {
    input[type='submit'].big,
    .button.big {
        height: 50px;
        line-height: 50px;
    }
}

input[type='submit'].smaller,
.button.smaller {
    height: 33px;
    line-height: 33px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.4rem;
    min-width: 0;
    padding: 0 12px;
}

input[type='submit'].facebook,
.button.facebook {
    background: #0084ff;
}

input[type='submit'].light,
.button.light {
    background: #fff;
    color: #49458d;
}

input[type='submit'].light-blue,
.button.light-blue {
    background: #24ABF6;
    color: #fff;
    box-shadow: 0px 0px 21px 0px rgba(0, 1, 1, 0.16);
}

input[type='submit'].blue,
.button.blue {
    background: #4840c9;
    color: #fff;
    box-shadow: none;
}

input[type='submit'].simple-blue,
.button.simple-blue {
    background: #3831a6;
    color: #fff;
    box-shadow: none;
}

input[type='submit'].white,
.button.white {
    background: #fff;
    color: #49458d;
    font-weight: 500;
}

input[type='submit'].outlined,
.button.outlined {
    background: transparent;
    border: 1px solid #3831a6;
    color: #3831a6;
    line-height: 47px;
    box-shadow: none;
}

input[type='submit'].outlined.small,
.button.outlined.small {
    line-height: 36px;
}

input[type='submit'].outlined.white,
.button.outlined.white {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

@media (min-width: 720px) {
    input[type='submit'].outlined,
    .button.outlined {
        line-height: 42px;
    }
}

input[type='submit'].outlined:hover,
.button.outlined:hover {
    opacity: 1;
}

input[type='submit'].grey,
.button.grey {
    background: #f7f7f7;
    border: 2px solid #e0e0e0;
    color: #b4b1c3;
    box-shadow: none;
    line-height: 63px;
}

@media (min-width: 480px) {
    input[type='submit'].grey,
    .button.grey {
        line-height: 48px;
    }
}

input[type='submit'].facebook-btn,
.button.facebook-btn {
    background: #3b5998;
}

.round-button {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0px 0px 15px 0px rgba(0, 1, 1, 0.3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-image: -moz-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -webkit-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -ms-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
}

html, body {
    background-color: #f7f7f7;

    /* background-image: url(images/pattern_bg.jpg); */
    background-repeat: repeat;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: auto !important;
    font-smooth: always;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale;
}

body {
    position: relative;
}

::selection {
    background: #3831a6;
    color: #fff;

    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #3831a6;
    color: #fff;

    /* Gecko Browsers */
}

.mobile-only {
    display: block;
}

@media (min-width: 720px) {
    .mobile-only {
        display: none !important;
    }
}

.hidden-on-mobile {
    display: none;
}

@media (min-width: 720px) {
    .hidden-on-mobile {
        display: block !important;
    }
}

.desktop-only {
    display: none;
}

@media (min-width: 1025px) {
    .desktop-only {
        display: block !important;
    }
}

.hidden-on-desktop {
    display: block;
}

.hidden-on-desktop.button {
    display: inline-block;
}

@media (min-width: 1025px) {
    .hidden-on-desktop {
        display: none !important;
    }
}

@media (min-width: 720px) {
    .get-equal {
        height: auto !important;
    }
}

.container {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.container:before, .container:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.container:after {
    clear: both;
}

.container.not-relative {
    position: static;
}

@media (min-width: 720px) {
    .container {
        width: 680px;
        overflow: visible;
    }
}

@media (min-width: 1025px) {
    .container {
        width: 980px;
    }
}

@media (min-width: 1210px) {
    .container {
        width: 1170px;
    }
}

.no-mb {
    margin-bottom: 0 !important;
}

.right {
    float: right;
}

.left {
    float: left;
}

.no-scroll {
    overflow: hidden !important;
}

.floating-objects {
    clear: both;
    zoom: 1;
}

.floating-objects:after, .floating-objects:before {
    content: "";
    display: table;
}

.floating-objects:after {
    clear: both;
}

.show {
    display: block !important;
}

.alignright {
    float: right;
    margin-left: 40px;
    margin-bottom: 40px;
}

.alignleft {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mm-menu {
    background: #fbfbfb;
}

a.open-sidemenu {
    width: 29px;
    height: 18px;
    position: relative;
    z-index: 120;
    margin-left: 18px;
    margin-right: 3px;
    display: inline-block;
    margin-top: 11px;

    /* &.active {
        span {
            &:first-child {
                @include rotate(-45);

                left: 0px;
                top: -1px;
            }

            &:nth-child(2) {
                width: 0%;
            }

            &:last-child {
                @include rotate(45);

                left: -1px;
                bottom: 1px;
            }
        }
    } */
}

@media (min-width: 720px) {
    a.open-sidemenu {
        margin-top: 14px;
    }
}

@media (min-width: 1025px) {
    a.open-sidemenu {
        display: none;
    }
}

a.open-sidemenu span {
    position: absolute;
    display: inline-block;
    height: 1px;
    width: 100%;
    background: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

a.open-sidemenu span:first-child {
    left: 0;
    top: 0;
    -ms-transform-origin: 100% 100%;

    /* IE 9 */
    -webkit-transform-origin: 100% 100%;

    /* Chrome, Safari, Opera */
    transform-origin: 100% 100%;
}

a.open-sidemenu span:nth-child(2) {
    right: 0;
    top: 50%;
}

a.open-sidemenu span:last-child {
    left: 0;
    bottom: 0;
    width: 70%;
    -ms-transform-origin: 100% 100%;

    /* IE 9 */
    -webkit-transform-origin: 100% 100%;

    /* Chrome, Safari, Opera */
    transform-origin: 100% 100%;
}

a.open-sidemenu:hover span:last-child {
    width: 100%;
}

@media (min-width: 480px) {
    .fullpage-wrapper {
        z-index: auto;
        transform: none !important;
    }
}

.bg-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

blockquote {
    position: relative;
    background-image: -moz-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -webkit-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -ms-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    padding: 40px 30px 40px;
    font-size: 2rem;
    line-height: 32px;
    font-weight: 300;
    color: #fff;
    position: relative;
    z-index: 2;
}

@media (min-width: 720px) {
    blockquote {
        font-size: 2.5rem;
        line-height: 36px;
    }
}

@media (min-width: 1025px) {
    blockquote {
        font-size: 3rem;
        line-height: 42px;
        max-width: 830px;
    }
}

blockquote p {
    font-size: 2rem;
    line-height: 32px;
    font-weight: 300;
    color: #fff;
    position: relative;
    z-index: 2;
}

@media (min-width: 720px) {
    blockquote p {
        font-size: 2.5rem;
        line-height: 36px;
    }
}

@media (min-width: 1025px) {
    blockquote p {
        font-size: 3rem;
        line-height: 42px;
        max-width: 830px;
    }
}

blockquote:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 150px;
    background-image: url(images/svg/alb/quote-alb.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    right: 40px;
    z-index: 1;
    top: 20px;
    visibility: visible;
    opacity: .12;
}

blockquote cite {
    padding-left: 40px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400;
}

blockquote cite:before {
    content: "";
    width: 20px;
    height: 1px;
    position: absolute;
    top: 5px;
    left: 0;
    background: #fff;
    opacity: .1;
}

.fancybox-slider-wrap .fancybox-close-small {
    line-height: normal;
    min-width: 0;
    padding: 0;
}

.fancybox-slider-wrap .fancybox-close-small:hover {
    background: none;
}

.fancybox-close-small {
    box-shadow: none;
    min-width: 0;
    width: 32px;
    height: 32px;
    background: none;
    right: 50px;
    top: 35px;
    font-size: 1.4rem;
    color: #6b6981;
    opacity: 1;
}

.fancybox-close-small:before {
    content: "\f00d";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}

.fancybox-close-small:hover {
    opacity: 1;
}

.fancybox-close-small:after {
    display: none;
}

.fancybox-slide > * {
    background: none;
    padding: 0;
}

.no-border {
    border: 0 !important;
}

.fancybox-slide > div {
    background: none;
    padding: 0;
}

.fancybox-slide .popup-wrapper {
    overflow: initial;
    background: #f7f7f7;
}

.fancybox-slide .popup-wrapper .popup-header {
    padding: 35px 75px;
    background: #f7f7f7;
}

.fancybox-slide .popup-wrapper .popup-header .b-letter {
    float: left;
}

@media (min-width: 480px) {
    .fancybox-slide .popup-wrapper .col_50 {
        width: 100%;
    }
}

.fancybox-slide .popup-wrapper .popup-content {
    background-color: #fff;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 70px 75px;
}

@media (min-width: 480px) {
    .fancybox-slide .popup-wrapper .popup-content {
        padding: 15px 20px;
        background-image: none !important;
    }
}

.fancybox-slide .popup-wrapper .popup-content h3 {
    font-size: 3.2rem;
    text-transform: none;
    color: #3831a6;
    font-weight: 200;
    margin-bottom: 40px;
}

.fancybox-slide .popup-wrapper .popup-content .button {
    right: 0;
    bottom: 0;
    width: 163px;
    position: absolute;
}

.fancybox-bg {
    background: #000;
    opacity: .9;
}

.fancybox-container--ready .fancybox-bg {
    opacity: .8;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.picker__holder {
    min-width: 350px;
}

.picker__holder .picker__button--today, .picker__holder .picker__button--clear, .picker__holder .picker__button--close {
    min-width: 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #6b6981;
    height: auto;
    line-height: normal;
}

.picker--opened .picker__holder {
    border: 0;
    outline: 0;
}

.mobile-menu-buttons {
    display: none;
}

@media (min-width: 480px) {
    .mobile-menu-buttons {
        display: inline-block;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-slider .slick-slide {
    outline: 0;
    border: 0;
}

.slick-slider .slick-dots {
    bottom: -50px;
}

.slick-slider .slick-dots li {
    margin: 0 5px;
    width: auto;
    height: auto;
    padding: 0;
}

.slick-slider .slick-dots li button {
    min-width: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    margin-top: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #cccbd4;
    box-shadow: none;
}

.slick-slider .slick-dots li button:before {
    display: none !important;
}

.slick-slider .slick-dots li:before {
    display: none !important;
}

.slick-slider .slick-dots li.slick-active button {
    background: none;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #3831a6;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
    width: 32px;
    height: 54px;
    background-image: url(images/default/controls.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-width: 0;
    box-shadow: none;
    border: 0px solid #fff;
    z-index: 90;
    margin-top: -27px;
}

.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    display: none;
}

.slick-slider .slick-prev {
    left: 50px;
}

.slick-slider .slick-next {
    right: 50px;
    background-position: -32px 0;
}

.sep {
    margin-bottom: 30px;
    height: 1px;
    background: #e0e0e0;
    display: block;
    clear: both;
    width: 100%;
    margin-top: 50px;
}

.sep:before, .sep:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.sep:after {
    clear: both;
}

.sep.big {
    margin: 160px 0;
}

.clear:before, .clear:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.clear:after {
    clear: both;
}

.picker__select--month, .picker__select--year {
    color: #f7f7f7;
    line-height: normal;
}

.picker__holder .picker__button--today, .picker__holder .picker__button--clear, .picker__holder .picker__button--close {
    color: #f7f7f7;
}

img {
    max-width: 100%;
}

.tabs-wrapper .tab-wrapper .tab {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.tabs-wrapper .tab-wrapper .tab.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.hide {
    display: none !important;
}

.accordion-wrapper .accordion-item {
    border-bottom: 1px solid #e0e0e0;
}

.accordion-wrapper .accordion-item .accordion-header {
    position: relative;
    padding: 10px 10px 10px 27px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.accordion-wrapper .accordion-item .accordion-header:before {
    content: "";
    width: 8px;
    height: 6px;
    position: absolute;
    left: 10px;
    top: 16px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.accordion-wrapper .accordion-item .accordion-header h6 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.accordion-wrapper .accordion-item .accordion-hidden-content {
    margin-top: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion-wrapper .accordion-item .accordion-hidden-content p {
    margin-left: 30px;
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 15px;
}

@media (min-width: 480px) {
    .accordion-wrapper .accordion-item .accordion-hidden-content p {
        margin-left: 0;
    }
}

.accordion-wrapper .accordion-item.active .accordion-header:before {
    background-position: 0 -6px;
}

.accordion-wrapper .accordion-item.active .accordion-hidden-content {
    max-height: 700px;
    transition: max-height 0.4s ease-in;
}

.big-mb {
    margin-bottom: 80px;
}

@media (min-width: 480px) {
    .big-mb {
        margin-bottom: 30px;
    }
}

.mb {
    margin-bottom: 40px;
}

@media (min-width: 1025px) {
    .mb {
        margin-bottom: 90px;
    }
}

.small-mb {
    margin-bottom: 25px;
}

.mt {
    margin-top: 20px;
}

@media (min-width: 1025px) {
    .mt {
        margin-top: 50px;
    }
	.post-31 .mt {
		/*margin-top: 250px;*/
	}
}

.small-mt {
    margin-top: 25px;
}

.no-mb {
    margin-bottom: 0;
}

@media (min-width: 720px) {
    .mobile-mb {
        margin-bottom: 25px;
    }
}

.greyscale {
    -webkit-filter: grayscale(100%);

    /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.fancybox-controls button {
    min-width: 0;
}

.video-wrapper {
    position: relative;

    /* padding-bottom: 56.25%; */
    /* padding-bottom: 52.65%;
    padding-top: 30px; height: 0; overflow: hidden; */
}

.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #f7f7f7;
}

.video-wrapper img {
    width: 100%;
}

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.top-banner {
    height: 600px;
    position: relative;
    z-index: 1;
    background-color: #3831a6;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.top-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: .3;
    position: absolute;
    left: 0;
    top: 0;
}

.top-banner .container {
    z-index: 10;
    height: 100%;
}

.top-banner .container .inner-content {
    position: absolute;
    width: 100%;
    bottom: 10%;
    left: 0;
    z-index: 11;
    text-align: left;
}

@media (min-width: 720px) {
    .top-banner .container .inner-content {
        max-width: 420px;
    }
}

@media (min-width: 1025px) {
    .top-banner .container .inner-content {
        max-width: 620px;
    }
}

.top-banner .container .inner-content h1 {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 35px;
    text-shadow: 0px 1px 10px rgba(0, 1, 1, 0.61);
    font-weight: 500;
}

@media (min-width: 720px) {
    .top-banner .container .inner-content h1 {
        font-size: 3.6rem;
    }
}

@media (min-width: 1025px) {
    .top-banner .container .inner-content h1 {
        /*font-size: 5.4rem;*/
        font-size: 5rem;
        font-weight: 500;
        margin-bottom: 70px;
    }
}

.inner-page .top-banner {
    max-height: 65vh;
    min-height: 430px;
}

.inner-page .top-banner:before {
    opacity: 0.2;
}

@media (min-width: 720px) {
    .inner-page .top-banner {
        max-height: 55vh;
    }
}

@media (min-width: 1025px) {
    .inner-page .top-banner {
        max-height: none;
    }
}

.inner-page .top-banner .container .inner-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    top: 60%;
}

@inclue small-desktop {
    .inner-page .top-banner .container .inner-content {
        top: 52%;
    }
}

.inner-page .top-banner .container .inner-content h1 {
    margin-bottom: 25px;
}

@media (min-width: 720px) {
    .inner-page .top-banner .container .inner-content h1 {
        margin-bottom: 35px;
    }
}

@media (min-width: 1025px) {
    .inner-page .top-banner .container .inner-content h1 {
        margin-bottom: 35px;
    }
}

.inner-page .top-banner .container .inner-content p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 24px;
    max-width: 70%;
    text-shadow: 0px 1px 10px rgba(0, 1, 1, 0.61);
}

@media (min-width: 720px) {
    .inner-page .top-banner .container .inner-content p {
        max-width: 310px;
    }
}

@media (min-width: 1025px) {
    .inner-page .top-banner .container .inner-content p {
        max-width: 470px;
        font-size: 2rem;
        line-height: 27px;
    }
}

.inner-page .white-section {
    padding: 70px 0 40px;
}

.inner-page .white-section + div.cta-section {
    padding-top: 10px;
}

@media (min-width: 720px) {
    .inner-page .white-section {
        padding: 55px 0 55px;
    }
}

@media (min-width: 1025px) {
    .inner-page .white-section {
        padding: 80px 0 60px;
    }
}

.big-card-section {
    margin-bottom: 25px;
    position: relative;
}

@media (min-width: 720px) {
    .big-card-section {
        padding: 80px 0 50px;
        background: #fff;
        margin-bottom: 0;
    }
}

/*@media (min-width: 1025px) {
    .big-card-section {
        padding: 100px 0 100px;
    }
}*/

@media (min-width: 720px) {
    .big-card-section.small-pd {
        padding: 30px 0 20px;
    }
}

@media (min-width: 1025px) {
    .big-card-section.small-pd {
        padding: 10px 0 10px;
    }
}

.big-card-section .container {
    position: static;
}

.big-card-section .col_33 {
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 720px) {
    .big-card-section .col_33 {
        width: 33.33%;
        margin-bottom: 0;
    }
}

.big-card-section.has-triangle:before {
    position: absolute;
    top: -60px;
    left: -20px;
    z-index: 0;
    content: "";
    width: 200%;
    height: 120px;
    background: #fff;
    -ms-transform-origin: 0 100%;

    /* IE 9 */
    -webkit-transform-origin: 0 100%;

    /* Chrome, Safari, Opera */
    transform-origin: 0 100%;
    -ms-transform: rotate(3deg);

    /* IE 9 */
    -webkit-transform: rotate(3deg);

    /* Chrome, Safari, Opera */
    transform: rotate(3deg);
}

@media (min-width: 720px) {
    .big-card-section.has-triangle:before {
        top: -100px;
        -ms-transform: rotate(3deg);

        /* IE 9 */
        -webkit-transform: rotate(3deg);

        /* Chrome, Safari, Opera */
        transform: rotate(3deg);
    }
}

@media (min-width: 1025px) {
    .big-card-section.has-triangle:before {
        top: -160px;
        height: 170px;
        -ms-transform: rotate(2deg);

        /* IE 9 */
        -webkit-transform: rotate(2deg);

        /* Chrome, Safari, Opera */
        transform: rotate(2deg);
    }
}

.big-card-section.has-triangle.right-triangle:before {
    -ms-transform-origin: 100% 100%;

    /* IE 9 */
    -webkit-transform-origin: 100% 100%;

    /* Chrome, Safari, Opera */
    transform-origin: 100% 100%;
    -ms-transform: rotate(-2deg);

    /* IE 9 */
    -webkit-transform: rotate(-2deg);

    /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
    right: -20px;
    left: auto;
}

@media (min-width: 720px) {
    .big-card-section.has-triangle.right-triangle:before {
        -ms-transform: rotate(-2deg);

        /* IE 9 */
        -webkit-transform: rotate(-2deg);

        /* Chrome, Safari, Opera */
        transform: rotate(-2deg);
    }
}

@media (min-width: 1025px) {
    .big-card-section.has-triangle.right-triangle:before {
        -ms-transform: rotate(-2deg);

        /* IE 9 */
        -webkit-transform: rotate(-2deg);

        /* Chrome, Safari, Opera */
        transform: rotate(-2deg);
    }
}

.big-card-section .image-frame {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.13);
    border-top: 9px solid #3831a6;
    margin-bottom: 45px;
}

.big-card-section.grey {
    background: #eeedfa;
    margin-top: 40px;
    padding: 30px 0 30px;
}

@media (min-width: 720px) {
    .big-card-section.grey {
        padding: 20px 0 20px;
        margin-top: 50px;
    }
}

@media (min-width: 1025px) {
    .big-card-section.grey {
        padding: 30px 0 30px;
        margin-top: 100px;
    }
}

.big-card-section.grey.has-triangle:before {
    background: #eeedfa;
}

.big-card-section.grey .container {
    position: relative;
}

@media (min-width: 1025px) {
    .big-card-section.grey .container {
        position: static;
    }
}

.big-card-section.white {
    background: #fff;
}

.big-card-section.white h5 {
    color: #6b6981;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 46px;
    position: relative;
}

.big-card-section.white h5 img {
    width: 21px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.relative {
    position: relative;
}

.card-box {
    text-align: center;
    padding: 45px 25px 30px;
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.13);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (min-width: 720px) {
    .card-box {
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0;
        text-align: left;
    }
}

@media (min-width: 720px) {
    .card-box .text-content {
        max-width: 84%;
    }
}

@media (min-width: 1025px) {
    .card-box .text-content {
        padding-top: 60px;
        padding-bottom: 70px;
        /*min-height: 450px;*/
    }
}

@media (min-width: 1025px) {
    .card-box .text-content.big-pd-top {
        padding-top: 100px;
    }
}

@media (min-width: 720px) {
    .card-box h3 {
        margin-bottom: 40px;
    }
}

.card-box .col_50 {
    width: 100%;
}

@media (min-width: 720px) {
    .card-box .col_50 {
        width: 50%;
    }
}

.card-box .icon {
    display: inline-block;
    height: 82px;
    margin-bottom: 35px;
    width: 100%;
}

@media (min-width: 720px) {
    .card-box .icon {
        height: 210px;
        margin: 0;
    }
}

@media (min-width: 1025px) {
    .card-box .icon {
        opacity: .3;
    }
}

.card-box .icon img {
    width: 100%;
    max-width: 80px;
    max-height: 80px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 720px) {
    .card-box .icon img {
        max-width: 200px;
        max-height: 200px;
    }
}

@media (min-width: 1025px) {
    .card-box .icon img {
        max-width: 130px;
        max-height: 130px;
        float: right;
        margin-right: 32%;
        margin-top: 30px;
    }
}

@media (min-width: 1025px) {
    .card-box .icon.no-mr {
        margin-right: 0;
    }
}

.card-box .graphic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

.card-box .graphic.left-float {
    top: 100px;
    max-width: 50%;
    left: 0;
}

.card-box .graphic.right-float {
    top: 100px;
    max-width: 50%;
    left: auto;
    right: 0;
}

.card-box .graphic.auto {
    width: auto;
    max-width: 100%;
}

.card-box .graphic.ontop {
    top: 20px;
	right: 130px;
}

.post-31 .card-box .graphic.ontop {
	top: 130px;
}

.card-box .graphic.static-mobile {
    position: static;
}

@media (min-width: 1025px) {
    .card-box .graphic.static-mobile {
        position: absolute;
    }
}

.card-box.small-box {
    position: relative;
}

@media (min-width: 720px) {
    .card-box.small-box {
        box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.13);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 60px 25px 30px;
        text-align: center;
    }
}

@media (min-width: 1025px) {
    .card-box.small-box {
        padding: 60px 50px 30px;
    }
}

@media (min-width: 720px) {
    .card-box.small-box .text-content {
        max-width: 100%;
    }
}

@media (min-width: 1025px) {
    .card-box.small-box .text-content {
        padding-top: 20px;
        padding-bottom: 0px;
        min-height: 0px;
    }
}

.card-box.small-box .text-content h4 {
    max-width: 240px;
    display: inline-block;
    min-height: 90px;
}

.card-box.small-box .text-content p {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 20px;
}

@media (min-width: 720px) {
    .card-box.small-box .text-content p {
        max-height: 0;
        overflow: hidden;
        margin-bottom: 0;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
}

@media (min-width: 1025px) {
    .card-box.small-box .text-content p {
        max-height: none;
        overflow: visible;
        margin-bottom: 20px;
    }
}

@media (min-width: 720px) {
    .card-box.small-box .text-content p.expanded {
        max-height: 400px;
    }
}

.card-box.small-box .text-content .round-button {
    position: absolute;
    left: 50%;
    bottom: -15px;
    z-index: 10;
    display: none;
    margin-left: -15px;
}

@media (min-width: 720px) {
    .card-box.small-box .text-content .round-button {
        display: block;
    }
}

@media (min-width: 1025px) {
    .card-box.small-box .text-content .round-button {
        display: none;
    }
}

.card-box.small-box .text-content .round-button img {
    display: inline-block;
    width: 14px;
    -ms-transform: rotate(180deg);

    /* IE 9 */
    -webkit-transform: rotate(180deg);

    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.card-box.small-box .text-content .round-button.active img {
    -ms-transform: rotate(0deg);

    /* IE 9 */
    -webkit-transform: rotate(0deg);

    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.card-box.small-box .icon {
    display: inline-block;
    height: 82px;
    margin-bottom: 35px;
    width: 100%;
}

@media (min-width: 720px) {
    .card-box.small-box .icon {
        height: 82px;
        margin-bottom: 35px;
    }
}

@media (min-width: 1025px) {
    .card-box.small-box .icon {
        opacity: 1;
        height: 82px;
    }
}

.card-box.small-box .icon img {
    width: 100%;
    max-width: 80px;
    max-height: 80px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 720px) {
    .card-box.small-box .icon img {
        max-width: 80px;
        max-height: 80px;
    }
}

@media (min-width: 1025px) {
    .card-box.small-box .icon img {
        max-width: 80px;
        max-height: 80px;
        float: none;
        margin-right: auto;
        margin-top: 0;
    }
}

@media (min-width: 1025px) {
    .card-box.small-box .icon.no-mr {
        margin-right: 0;
    }
}

.card-box.full-box {
    box-shadow: none;
    padding: 0px 0 60px;
    background: none;
    text-align: left;
}

.card-box.full-box .text-content {
    max-width: 100%;
}

.card-box.full-box .text-content h3 {
    font-weight: 500;
}

@media (min-width: 1025px) {
    .card-box.full-box .text-content {
        max-width: 81%;
    }
}

.same-height-container .card-box {
    height: 100%;
}

.blue-gradient-section {
    background-image: -moz-linear-gradient(-129deg, #00ccff 0%, #4428a8 100%);
    background-image: -webkit-linear-gradient(-129deg, #00ccff 0%, #4428a8 100%);
    background-image: -ms-linear-gradient(-129deg, #00ccff 0%, #4428a8 100%);
    padding-top: 42px;
}

@media (min-width: 720px) {
    .blue-gradient-section {
        padding-top: 55px;
    }
}

@media (min-width: 1025px) {
    .blue-gradient-section {
        padding-top: 95px;
        padding-bottom: 180px;
    }
}

.blue-gradient-section h2 {
    font-size: 2.5rem;
    line-height: 36px;
    margin-bottom: 40px;
    color: #fff;
}

@media (min-width: 720px) {
    .blue-gradient-section h2 {
        font-size: 3.1rem;
        font-weight: 300;
        line-height: normal;
    }
}

@media (min-width: 1025px) {
    .blue-gradient-section h2 {
        font-size: 4.9rem;
        text-align: center;
    }
}

.blue-gradient-section .slick-slider .slick-prev, .blue-gradient-section .slick-slider .slick-next, .big-card-section.solutions-carousel .slick-slider .slick-next, .big-card-section.solutions-carousel .slick-slider .slick-prev {
    width: 13px;
    height: 25px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-width: 0;
    box-shadow: none;
    border: 0px solid #fff;
    z-index: 90;
    margin-top: 4px;
}

.blue-gradient-section .slick-slider .slick-prev:before, .blue-gradient-section .slick-slider .slick-next:before, .big-card-section.solutions-carousel .slick-slider .slick-next:before, .big-card-section.solutions-carousel .slick-slider .slick-prev:before {
    display: none;
}

.blue-gradient-section .slick-slider .slick-prev {
    left: -20px;
    background-image: url(images/svg/alb/sageata-stanga-alb.svg);
}

.big-card-section.solutions-carousel .slick-slider .slick-prev {
    left: -20px;
    background-image: url(images/svg/mov/sageata-stanga-mov.svg);
}

@media (min-width: 720px) {
    .blue-gradient-section .slick-slider .slick-prev, .big-card-section.solutions-carousel .slick-slider .slick-prev {
        left: -30px;
    }
}

@media (min-width: 1025px) {
    .blue-gradient-section .slick-slider .slick-prev, .big-card-section.solutions-carousel .slick-slider .slick-prev {
        left: -50px;
    }
}

.blue-gradient-section .slick-slider .slick-next {
    right: -20px;
    background-image: url(images/svg/alb/sageata-dreapta-alb.svg);
}

.big-card-section.solutions-carousel .slick-slider .slick-next {
    right: -20px;
    background-image: url(images/svg/mov/sageata-dreapta-mov.svg);
}

@media (min-width: 720px) {
    .blue-gradient-section .slick-slider .slick-next, .big-card-section.solutions-carousel .slick-slider .slick-next {
        right: -30px;
    }
}

@media (min-width: 1025px) {
    .blue-gradient-section .slick-slider .slick-next, .big-card-section.solutions-carousel .slick-slider .slick-next {
        right: -50px;
    }
}

.solutions-carousel-slider-wrapper {
    max-width: 90%;
    margin: 0 auto 60px;
}

@media (min-width: 1025px) {
    .solutions-carousel-slider-wrapper .slick-track {
        max-height: 110px;
        overflow: hidden;
    }
}

@media (min-width: 720px) {
    .solutions-carousel-slider-wrapper {
        max-width: 860px;
        margin: 0 auto 60px;
    }
}

.solutions-carousel-slider-wrapper .slide-item {
    padding: 0 1px;
}

.solutions-carousel-slider-wrapper .slide-item .inner-slide {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 0px;
    margin: 0 0px;
    height: 52px;
}

@media (min-width: 1025px) {
    .solutions-carousel-slider-wrapper .slide-item .inner-slide {
        margin-bottom: 10px;
        position: relative;
        margin: 0 0px;
        height: 65px;
        margin-bottom: 7px;
    }
}

.solutions-carousel-slider-wrapper .slide-item .inner-slide:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -11px;
    display: none;
}

@media (min-width: 720px) {
    .solutions-carousel-slider-wrapper .slide-item .inner-slide {
        height: 60px;
    }
}

@media (min-width: 1025px) {
    .solutions-carousel-slider-wrapper .slide-item .inner-slide {
        border: 0;
        height: 100px;
    }
}

.solutions-carousel-slider-wrapper .slide-item span {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500;
    display: none;
    text-transform: uppercase;
    line-height: 18px;
}

@media (min-width: 720px) {
    .solutions-carousel-slider-wrapper .slide-item span {
        display: block;
    }
}

@media (min-width: 1025px) {
    .solutions-carousel-slider-wrapper .slide-item span {
        margin-bottom: 5px;
    }
}

.solutions-carousel-slider-wrapper .slide-item .inner-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.solutions-carousel-slider-wrapper .slide-item h6 {
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

@media (min-width: 720px) {
    .solutions-carousel-slider-wrapper .slide-item h6 {
        font-size: 3.1rem;
    }
}

.solutions-carousel-slider-wrapper .slide-item h5 {
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

@media (min-width: 720px) {
    .solutions-carousel-slider-wrapper .slide-item h5 {
        font-size: 2rem;
        top: auto;
    }
}

.solutions-carousel-slider-wrapper .slide-item.slick-current .inner-slide {
    background: #fff;
    border: 1px solid white;
}

.solutions-carousel-slider-wrapper .slide-item.slick-current h5, .solutions-carousel-slider-wrapper .slide-item.slick-current h6, .solutions-carousel-slider-wrapper .slide-item.slick-current span {
    color: #3831a6;
}

@media (min-width: 1025px) {
    .solutions-carousel-slider-wrapper .slide-item.slick-current .inner-slide:before {
        display: block;
    }
}

.solutions-carousel-slider-wrapper .slick-track {
    margin: 0 auto;
}

.sticky-gradient-section.sticky {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 15px 0;
    background-image: -moz-linear-gradient(-129deg, #00ccff 0%, #4428a8 100%);
    background-image: -webkit-linear-gradient(-129deg, #00ccff 0%, #4428a8 100%);
    background-image: -ms-linear-gradient(-129deg, #00ccff 0%, #4428a8 100%);
}

.sticky-gradient-section.sticky h2 {
    display: none;
}

.sticky-gradient-section.sticky .solutions-carousel-slider-wrapper {
    margin-bottom: 0;
}

.sticky-gradient-section.sticky .solutions-carousel-slider-wrapper .slide-item .inner-slide {
    padding: 10px 0;
    height: 50px;
}

.sticky-gradient-section.sticky .solutions-carousel-slider-wrapper .slide-item h6 {
    font-size: 2rem;
}

.sticky-gradient-section.sticky .solutions-carousel-slider-wrapper .slide-item span {
    font-size: 1.3rem;
    line-height: normal;
}

@media (min-width: 720px) {
    .sticky-gradient-section.sticky {
        top: 73px;
    }
}

.solutions-slider-wrapper {
    padding-top: 50px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 720px) {
    .solutions-slider-wrapper {
        padding-top: 80px;
    }
}

@media (min-width: 1025px) {
    .solutions-slider-wrapper {
        padding-top: 0;
    }
}

.solutions-slider-wrapper:before {
    position: absolute;
    top: 0px;
    left: -10px;
    z-index: 0;
    content: "";
    width: 200%;
    height: 60px;
    background: #fff;
    -ms-transform-origin: 0 100%;

    /* IE 9 */
    -webkit-transform-origin: 0 100%;

    /* Chrome, Safari, Opera */
    transform-origin: 0 100%;
    -ms-transform: rotate(4deg);

    /* IE 9 */
    -webkit-transform: rotate(4deg);

    /* Chrome, Safari, Opera */
    transform: rotate(4deg);
}

@media (min-width: 720px) {
    .solutions-slider-wrapper:before {
        height: 90px;
        top: 0px;
        left: -20px;
    }
}

@media (min-width: 1025px) {
    .solutions-slider-wrapper:before {
        display: none;
    }
}

.solutions-slider-wrapper .container {
    width: 100%;
    overflow: hidden;
}

@media (min-width: 720px) {
    .solutions-slider-wrapper .container {
        /* width: 680px;
        overflow: visible; */
    }
}

@media (min-width: 1025px) {
    .solutions-slider-wrapper .container {
        width: 980px;
    }
}

@media (min-width: 1210px) {
    .solutions-slider-wrapper .container {
        width: 1170px;
    }
}

.solutions-slider-wrapper .inner-container {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

@media (min-width: 1025px) {
    .solutions-slider-wrapper .inner-container {
        width: auto;
    }
}

.solutions-slider-wrapper .slide-item {
    overflow: hidden;
    line-height: normal;
    font-size: 0;
}

.solutions-slider-wrapper .slide-item .inner-slide {
    display: inline-block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1025px) {
    .solutions-slider-wrapper .slide-item .inner-slide {
        padding-top: 0;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
        position: relative;
        z-index: 1;
        margin: 0px 30px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
}

.solutions-slider-wrapper .slide-item.slick-current {
    z-index: 10;
}

.solutions-slider-wrapper .slide-item .white-area {
    background: #fff;
    position: relative;
    z-index: 2;
    padding-bottom: 40px;
}

@media (min-width: 720px) {
    .solutions-slider-wrapper .slide-item .white-area {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 1025px) {
    .solutions-slider-wrapper .slide-item .white-area {
        width: 40%;
        float: left;
        padding: 45px 58px;
        -webkit-border-radius: 8px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius: 8px;
        -moz-border-radius-topright: 0;
        border-radius: 8px;
        border-top-right-radius: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.solutions-slider-wrapper .slide-item .white-area:before {
    position: absolute;
    top: -20px;
    right: -50px;
    z-index: 0;
    content: "";
    width: 60px;
    height: 150%;
    background: #fff;
    -ms-transform-origin: 100% 0;

    /* IE 9 */
    -webkit-transform-origin: 100% 0;

    /* Chrome, Safari, Opera */
    transform-origin: 100% 0;
    -ms-transform: rotate(2deg);

    /* IE 9 */
    -webkit-transform: rotate(2deg);

    /* Chrome, Safari, Opera */
    transform: rotate(2deg);
    display: none;
}

@media (min-width: 1025px) {
    .solutions-slider-wrapper .slide-item .white-area:before {
        display: block;
    }
}

.solutions-slider-wrapper .slide-item .white-area h5 {
    font-weight: 300;
    font-size: 2.5rem;
    margin: 0;
}

.solutions-slider-wrapper .slide-item .white-area h4 {
    font-weight: 500;
    margin-bottom: 50px;
    font-size: 3.1rem;
}

@media (min-width: 720px) {
    .solutions-slider-wrapper .slide-item .white-area p {
        max-width: 50%;
        float: left;
    }
}

@media (min-width: 1025px) {
    .solutions-slider-wrapper .slide-item .white-area p {
        max-width: 100%;
        float: none;
    }
}

.solutions-slider-wrapper .slide-item .white-area .text-content {
    display: inline-block;
    width: 100%;
}

.solutions-slider-wrapper .slide-item .white-area .graphic {
    height: 200px;
    margin-bottom: 40px;
}

@media (min-width: 720px) {
    .solutions-slider-wrapper .slide-item .white-area .graphic {
        float: right;
        max-width: 45%;
        width: 200px;
        margin-top: -50px;
    }
}

@media (min-width: 1025px) {
    .solutions-slider-wrapper .slide-item .white-area .graphic {
        float: none;
        max-width: 100%;
        width: auto;
        margin-top: 0;
    }
}

.solutions-slider-wrapper .slide-item .white-area .graphic img {
    width: 100%;
    max-height: 180px;
    max-width: 180px;
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
}

.solutions-slider-wrapper .slide-item .blue-area {
    width: 100%;
}

@media (min-width: 1025px) {
    .solutions-slider-wrapper .slide-item .blue-area {
        width: 60%;
        float: right;
        padding: 45px 90px;
        -webkit-border-top-right-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; 
    }
}

@media (min-width: 1025px) {
    .solutions-slider-wrapper .slide-item .blue-area .inner-container {
        position: static;
    }
}

.solutions-slider-wrapper .slide-item .blue-area .col_40 {
    width: 100%;
}

@media (min-width: 720px) {
    .solutions-slider-wrapper .slide-item .blue-area .col_40 {
        width: 40%;
    }
}

.solutions-slider-wrapper .slide-item .blue-area .col_60 {
    width: 100%;
}

@media (min-width: 720px) {
    .solutions-slider-wrapper .slide-item .blue-area .col_60 {
        width: 60%;
    }
}

@media (min-width: 1025px) {
    .solutions-slider-wrapper .slide-item .blue-area a.button {
        position: absolute;
        z-index: 100;
        bottom: 45px;
        left: -30px;
        background: #24ABF6;
    }
}

.blue-area {
    padding: 35px 0;
    background: #3831a6;
}

.blue-area .col_50 {
    width: 100%;
}

@media (min-width: 720px) {
    .blue-area .col_50 {
        width: 50%;
    }
}

.blue-area h3 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 35px;
}

@media (min-width: 720px) {
    .blue-area h3 {
        font-size: 3.1rem;
        margin-bottom: 45px;
    }
}

@media (min-width: 1025px) {
    .blue-area h3 {
        margin-bottom: 60px;
        margin-top: 30px;
    }
}

.blue-area h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    display: none;
    margin-bottom: 30px;
}

@media (min-width: 720px) {
    .blue-area h4 {
        display: block;
    }
}

@media (min-width: 1025px) {
    .blue-area h4 {
        font-weight: 500;
    }
}

.blue-area h5 {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 46px;
    position: relative;
}

.blue-area h5 img {
    width: 21px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.blue-area p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 25px;
    margin-top: 20px;
}

.blue-area .sep {
    margin: 25px 0;
    height: 1px;
    background: #fff;
    opacity: .1;
}

.blue-area ul li {
    display: inline-block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 5px;
    font-size: 1.6rem;
    font-weight: 400;
    padding-left: 25px;
}

@media (min-width: 720px) {
    .blue-area ul li {
        padding-left: 34px;
    }
}

.blue-area ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #77b2e2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 3px;
}

.grey-section {
    background: #f7f7f7;
    padding: 50px 0;
}

.grey-section .slick-slider .slick-prev, .grey-section .slick-slider .slick-next {
    width: 13px;
    height: 25px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-width: 0;
    box-shadow: none;
    border: 0px solid #fff;
    z-index: 90;
    margin-top: 4px;
}

.grey-section .slick-slider .slick-prev:before, .grey-section .slick-slider .slick-next:before {
    display: none;
}

.grey-section .slick-slider .slick-prev {
    left: -20px;
    background-image: url(images/svg/gri/sageata-stanga-gri.svg);
}

@media (min-width: 720px) {
    .grey-section .slick-slider .slick-prev {
        left: -30px;
    }
}

@media (min-width: 1025px) {
    .grey-section .slick-slider .slick-prev {
        left: -50px;
    }
}

.grey-section .slick-slider .slick-next {
    right: -20px;
    background-image: url(images/svg/gri/sageata-dreapta-gri.svg);
}

@media (min-width: 720px) {
    .grey-section .slick-slider .slick-next {
        right: -30px;
    }
}

@media (min-width: 1025px) {
    .grey-section .slick-slider .slick-next {
        right: -50px;
    }
}

.clients-carousel-wrapper {
    max-width: 90%;
    margin: 0 auto;
}

.clients-carousel-wrapper .slide-item {
    text-align: center;
    height: 94px;
}

.clients-carousel-wrapper .slide-item img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    display: block;
}

.white-section {
    padding: 45px 0;
    background: #fff;
}

@media (min-width: 720px) {
    .white-section {
        padding: 50px 0;
    }
}

@media (min-width: 1025px) {
    .white-section {
        padding: 100px 0;
    }
}

.white-section.no-pd-bot {
    padding-bottom: 0;
}

.white-section.no-pd-top {
    padding-top: 0;
}

.white-section.small-pd-bot {
    padding-bottom: 20px;
}

.inner-page {
    overflow: hidden;
}

.inner-page .intro-text p {
    font-size: 2rem;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 55px;
}

@media (min-width: 720px) {
    .inner-page .intro-text p {
        font-size: 2.5rem;
        line-height: 36px;
    }
}

@media (min-width: 1025px) {
    .inner-page .intro-text p {
        font-size: 3rem;
        line-height: 42px;
    }
}

.inner-page .intro-text.limited-content {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

.inner-page .intro-text.limited-content p {
    margin-bottom: 30px;
}

.service-graphic-wrapper {
    text-align: center;
    margin-bottom: 65px;
}

@media (min-width: 1025px) {
    .service-graphic-wrapper {
        margin-bottom: 75px;
    }
}

.service-graphic-wrapper img {
    display: inline-block;
    max-width: 50px;
    max-height: 50px;
    width: 100%;
    margin: 0 20px;
}

@media (min-width: 1025px) {
    .service-graphic-wrapper img {
        max-width: 70px;
        max-height: 70px;
        margin: 0 40px;
    }
}

.service-graphic-wrapper span {
    display: inline-block;
    margin: 9px 12px 0;
    width: 5px;
    height: 5px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #5340bc;
}

@media (min-width: 1025px) {
    .service-graphic-wrapper span {
        margin: 18px 12px 0;
    }
}

.service-graphic-wrapper span:before {
    content: "";
    width: 5px;
    height: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #5340bc;
    position: absolute;
    left: -12px;
    top: 0;
}

.service-graphic-wrapper span:after {
    content: "";
    width: 5px;
    height: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #5340bc;
    position: absolute;
    right: -12px;
    top: 0;
}

a.view-more {
    font-size: 1.8rem;
    font-weight: 400;
    display: inline-block;
    text-decoration: underline;
    color: #77b2e2;
}

.cta-section {
    overflow: hidden;
    padding: 40px 0;
    padding-bottom: 140px;
    background: #fff;
    clear: both;
}

@media (min-width: 720px) {
    .cta-section {
        padding: 50px 0;
        padding-bottom: 45px;
    }
}

@media (min-width: 1025px) {
    .cta-section {
        padding: 100px 0;
    }
}

.cta-section .col_50 {
    width: 100%;
}

@media (min-width: 720px) {
    .cta-section .col_50 {
        width: 50%;
    }
}

.cta-section h4 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.cta-section h3 {
    font-size: 3.1rem;
}

@media (min-width: 1025px) {
    .cta-section h3 {
        font-size: 4.2rem;
        margin-bottom: 20px;
    }
}

.cta-section p {
    font-size: 2.5rem;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}

@media (min-width: 1025px) {
    .cta-section p {
        margin-bottom: 0;
    }
}

.cta-section p.small {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 28px;
}

.cta-section .buttons-wrapper {
    max-width: 240px;
    text-align: center;
}

@media (min-width: 1025px) {
    .cta-section .buttons-wrapper {
        max-width: 100%;
        margin-top: 25px;
    }
}

.cta-section .buttons-wrapper .button {
    float: left;
    margin-right: 0;
    margin-bottom: 28px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

@media (min-width: 720px) {
    .cta-section .buttons-wrapper .button {
        height: 50px;
        line-height: 50px;
    }
}

@media (min-width: 1025px) {
    .cta-section .buttons-wrapper .button {
        margin-right: 48px;
    }
}

.cta-section .buttons-wrapper .app-button {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    display: inline-block;
}

.cta-section .buttons-wrapper .app-button img {
    height: 49px;
    width: 100%;
}

@media (min-width: 1025px) {
    .cta-section .buttons-wrapper .app-button {
        margin-right: 48px;
    }
}

.cta-section .buttons-wrapper a:last-child {
    margin-right: 0;
}

.transparent-sep {
    margin-bottom: 40px;
    height: 1px;
}

.transparent-sep:before, .transparent-sep:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.transparent-sep:after {
    clear: both;
}

.auto.ontop {
    margin-bottom: 40px;
    text-align: center;
}

.auto.ontop.tal {
    text-align: left;
}

.limited-h-content {
    position: relative;
}

.limited-h-content .expandable-content {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    max-height: 930px;
    overflow: hidden;
}

@media (min-width: 720px) {
    .limited-h-content .expandable-content {
        max-height: 450px;
    }
}

@media (min-width: 1025px) {
    .limited-h-content .expandable-content {
        max-height: none;
    }
}

.limited-h-content .expandable-content.expanded {
    max-height: 2000px;
}

.limited-h-content .round-button {
    position: absolute;
    left: 50%;
    bottom: -15px;
    z-index: 10;
    display: block;
    margin-left: -15px;
}

@media (min-width: 720px) {
    .limited-h-content .round-button {
        display: block;
    }
}

@media (min-width: 1025px) {
    .limited-h-content .round-button {
        display: none;
    }
}

.limited-h-content .round-button img {
    display: inline-block;
    width: 14px;
    -ms-transform: rotate(180deg);

    /* IE 9 */
    -webkit-transform: rotate(180deg);

    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.limited-h-content .round-button.active img {
    -ms-transform: rotate(0deg);

    /* IE 9 */
    -webkit-transform: rotate(0deg);

    /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}

.small-cta-section .graphic-icon {
    margin-bottom: 40px;
    display: inline-block;
}

.small-cta-section .graphic-icon img {
    max-height: 67px;
    max-width: 67px;
    width: 100%;
}

.small-cta-section h3 {
    font-weight: 500;
    font-size: 2.3rem;
    margin-bottom: 35px;
}

@media (min-width: 1025px) {
    .small-cta-section h3 {
        font-size: 3rem;
    }
}

.small-cta-section p {
    max-width: 70%;
    margin: 0 auto 30px;
}

@media (min-width: 720px) {
    .small-cta-section p {
        max-width: 100%;
    }
}

.small-cta-section p.stay {
    max-width: 80%;
    margin: 0 auto 30px;
}

@media (min-width: 720px) {
    .small-cta-section p.stay {
        max-width: 100%;
        margin: 0 0 30px;
    }
}

.small-cta-section .col_50 {
    width: 100%;
    text-align: center;
}

@media (min-width: 720px) {
    .small-cta-section .col_50 {
        width: 60%;
        text-align: left;
    }
}

@media (min-width: 1025px) {
    .small-cta-section .col_50 {
        width: 50%;
    }
}

.small-cta-section .col_40 {
    width: 100%;
}

@media (min-width: 720px) {
    .small-cta-section .col_40 {
        width: 40%;
    }
}

.small-cta-section .buttons-wrapper {
    max-width: 100%;
    width: 100%;
    text-align: center;
}

@media (min-width: 1025px) {
    .small-cta-section .buttons-wrapper {
        max-width: 100%;
        margin-top: 20px;
    }
}

.small-cta-section .buttons-wrapper .button {
    float: left;
    margin-right: 0;
    margin-bottom: 28px;
}

@media (min-width: 1025px) {
    .small-cta-section .buttons-wrapper .button {
        margin-right: 48px;
    }
}

.small-cta-section .buttons-wrapper .app-button {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.small-cta-section .buttons-wrapper .app-button img {
    height: 49px;
}

@media (min-width: 720px) {
    .small-cta-section .buttons-wrapper .app-button {
        width: 100%;
    }
}

@media (min-width: 1025px) {
    .small-cta-section .buttons-wrapper .app-button {
        margin-right: 48px;
        float: left;
        width: auto;
    }
}

.small-cta-section .buttons-wrapper a:last-child {
    margin-right: 0;
}

.white-wrapper {
    background: #fff;
}

.split-section-wrapper {
    max-width: 1170px;
    width: 100%;
    overflow: visible;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.split-section-wrapper:before, .split-section-wrapper:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.split-section-wrapper:after {
    clear: both;
}

@media (min-width: 1025px) {
    .split-section-wrapper {
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
        overflow: hidden;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }
}

.split-section-wrapper .image-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    left: 0;
    top: 0;
    min-height: 237px;
    height: 40vh;
    width: 100%;
    z-index: 1;
}

@media (min-width: 720px) {
    .split-section-wrapper .image-section {
        width: 60%;
        height: 100%;
        box-shadow: 0px 5px 92px 0px rgba(0, 0, 0, 0.35);
        z-index: 10;
        margin: 0 auto;
        min-height: 320px;
    }
}

@media (min-width: 1025px) {
    .split-section-wrapper .image-section {
        position: absolute;
        z-index: 1;
        box-shadow: none;
    }
}

.split-section-wrapper .image-section:before {
    content: "";
    background: #455bff;
    -ms-transform-origin: 0 0;

    /* IE 9 */
    -webkit-transform-origin: 0 0;

    /* Chrome, Safari, Opera */
    transform-origin: 0 0;
    width: 100px;
    z-index: 0;
    position: absolute;
    right: -100px;
    height: 130%;
    top: -20px;
    -ms-transform: rotate(4deg);

    /* IE 9 */
    -webkit-transform: rotate(4deg);

    /* Chrome, Safari, Opera */
    transform: rotate(4deg);
    display: none;
}

@media (min-width: 1025px) {
    .split-section-wrapper .image-section:before {
        display: block;
    }
}

.split-section-wrapper .text-content {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 2;
}

@media (min-width: 720px) {
    .split-section-wrapper .text-content {
        margin-top: -120px;
        z-index: 1;
    }
}

@media (min-width: 1025px) {
    .split-section-wrapper .text-content {
        z-index: 3;
        width: 50%;
        margin-top: 0;
    }
}

.split-section-wrapper .text-content .inner-content {
    background-image: -moz-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -webkit-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -ms-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    padding: 35px 25px;
}

@media (min-width: 720px) {
    .split-section-wrapper .text-content .inner-content {
        padding-top: 150px;
        z-index: 1;
    }
}

@media (min-width: 1025px) {
    .split-section-wrapper .text-content .inner-content {
        z-index: 3;
        padding: 80px 60px;
    }
}

.split-section-wrapper .text-content ul li {
    display: inline-block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 5px;
    font-size: 1.6rem;
    font-weight: 400;
    padding-left: 25px;
}

@media (min-width: 720px) {
    .split-section-wrapper .text-content ul li {
        padding-left: 34px;
    }
}

.split-section-wrapper .text-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #77b2e2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 11px;
}

.split-section-wrapper .text-content h5 {
    font-size: 2rem;
    line-height: 32px;
    margin-bottom: 30px;
    font-weight: 300;
    color: #fff;
    position: relative;
    z-index: 2;
}

@media (min-width: 720px) {
    .split-section-wrapper .text-content h5 {
        font-size: 2.5rem;
        line-height: 36px;
    }
}

@media (min-width: 1025px) {
    .split-section-wrapper .text-content h5 {
        font-size: 3rem;
        line-height: 42px;
        margin-bottom: 70px;
    }
}

.split-section-wrapper .text-content p {
    color: #fff;
}

.split-section-wrapper .text-content .quotes {
    position: absolute;
    z-index: 1;
    opacity: .12;
    top: 20px;
    right: 20px;
}

@media (min-width: 720px) {
    .split-section-wrapper .text-content .quotes {
        top: 100px;
    }
}

@media (min-width: 1025px) {
    .split-section-wrapper .text-content .quotes {
        top: 40px;
        right: 40px;
    }
}

.split-section-wrapper .text-content .quotes img {
    width: 90px;
}

@media (min-width: 1025px) {
    .split-section-wrapper .text-content .quotes img {
        width: 190px;
    }
}

.split-section-wrapper .text-content h6 {
    font-size: 1.6rem;
    color: #fff;
    position: relative;
    padding-left: 40px;
    margin-bottom: 0;
}

.split-section-wrapper .text-content h6:before {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    top: 7px;
    background: #fff;
    opacity: .1;
    width: 20px;
}

.split-section-wrapper.blue .image-section:before {
    background: #3831a6;
}

.split-section-wrapper.blue .text-content .inner-content {
    background: #3831a6;
}

.split-section-wrapper.no-image {
    box-shadow: none;
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.split-section-wrapper.no-image .text-content {
    width: 100%;
}

.split-section-wrapper.no-image .text-content .inner-content {
    padding: 60px 25px 60px;
}

@media (min-width: 720px) {
    .split-section-wrapper.no-image .text-content .inner-content {
        padding: 50px 25px;
    }
}

@media (min-width: 1025px) {
    .split-section-wrapper.no-image .text-content .inner-content {
        padding: 80px 60px;
    }
}

.split-section-wrapper.no-image .text-content .inside-container {
    position: relative;
}

.split-section-wrapper.no-image .text-content .inside-container .quotes {
    top: 10px;
}

@media (min-width: 720px) {
    .split-section-wrapper.no-image .text-content .inside-container .quotes {
        top: -5px;
    }
}

@media (min-width: 1025px) {
    .split-section-wrapper.no-image .text-content .inside-container .quotes {
        top: 10px;
    }
}

@media (min-width: 1025px) {
    .split-section-wrapper.no-image .text-content .inside-container h5 {
        max-width: calc(100% - 330px);
    }
}

.split-section-wrapper.simple-blue .image-section:before {
    background: #3831a6;
}

.split-section-wrapper.simple-blue .text-content .inner-content {
    background: #3831a6;
}

.split-section-wrapper.simple-blue .text-content .inner-content ul {
    margin-bottom: 30px;
}

.split-section-wrapper.simple-blue .text-content .inner-content h4 {
    color: #fff;
}

.limited-h-content p {
    min-height: 75px;
}

.limited-h-content .sep {
    display: block;
}

@media (min-width: 720px) {
    .limited-h-content .sep {
        display: none;
    }
}

.default-content ul {
    margin-left: 30px;
    margin-bottom: 30px;
}

@media (min-width: 1025px) {
    .default-content ul {
        margin-bottom: 40px;
    }
}

@media (min-width: 720px) {
    .default-content ul {
        margin-left: 0;
    }
}

.default-content ul li {
    display: inline-block;
    width: 100%;
    position: relative;
    color: #6b6981;
    margin-bottom: 20px;
    font-size: 1.6rem;
    font-weight: 400;
    padding-left: 25px;
}

@media (min-width: 720px) {
    .default-content ul li {
        padding-left: 34px;
    }
}

.default-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #77b2e2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 6px;
}

.default-content h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    font-weight: 500;
}

@media (min-width: 720px) {
    .default-content h2 {
        font-size: 3.1rem;
        font-weight: 400;
    }
}

@media (min-width: 1025px) {
    .default-content h2 {
        font-size: 4.2rem;
    }
}

.default-content h3 {
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 30px;
}

@media (min-width: 720px) {
    .default-content h3 {
        font-size: 3.1rem;
        font-weight: 400;
    }
}

@media (min-width: 1025px) {
    .default-content h3 {
        font-size: 4.2rem;
    }
}

.default-content h4 {
    font-size: 2rem;
}

@media (min-width: 720px) {
    .default-content h4 {
        font-size: 2rem;
    }
}

@media (min-width: 1025px) {
    .default-content h4 {
        font-size: 2.6rem;
    }
}

.default-content h5 {
    font-size: 2rem;
}

.default-content h6 {
    font-size: 1.6rem;
}

.table {
    overflow: hidden;
    border: 1px solid #3831a6;
    margin-bottom: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.table .spacer {
    min-height: 27px;
    margin-bottom: 15px;
}

.table .spacer:before, .table .spacer:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.table .spacer:after {
    clear: both;
}

.table .table-row {
    overflow: hidden;
    padding: 22px 20px;
    background: #fff;
}

.table .table-row .cell {
    width: 100%;
    max-width: 110px;
    display: inline-block;
    color: #3831a6;
    font-size: 1.6rem;
    font-weight: 700;
}

@media (min-width: 720px) {
    .table .table-row .cell {
        max-width: 150px;
    }
}

@media (min-width: 1025px) {
    .table .table-row .cell {
        max-width: 170px;
    }
}

.table .table-row .cell h4 {
    color: #3831a6;
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.table .table-row .cell p {
    color: #3831a6;
}

.table .table-row.header-row {
    padding: 12px 20px;
    background: #312b92;
}

.table .table-row.header-row .cell {
    color: #fff;
}

.table .table-row > div:last-child {
    float: right;
}

.table > div:nth-child(even) {
    background: #3831a6;
    color: #fff;
}

.table > div:nth-child(even) .cell h4, .table > div:nth-child(even) .cell p {
    color: #fff;
}

.table p {
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 0;
}

.table-area {
    margin-bottom: 30px;
}

.table-area .col_50 {
    width: 100%;
}

@media (min-width: 720px) {
    .table-area .col_50 {
        width: 50%;
    }
}

.note {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.13);
    border-left: 5px solid #49458d;
    padding: 25px 30px;
}

@media (min-width: 720px) {
    .note {
        padding: 25px 40px;
    }
}

.note h5 {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.note p {
    margin-bottom: 0;
}

.inner-page .sticky-gradient-section h3 {
    color: #fff;
    margin-bottom: 15px;
}

.inner-page .blue-gradient-section {
    background-image: -moz-linear-gradient(-129deg, #00ccff 0%, #4428a8 100%);
    background-image: -webkit-linear-gradient(-129deg, #00ccff 0%, #4428a8 100%);
    background-image: -ms-linear-gradient(-129deg, #00ccff 0%, #4428a8 100%);
    padding-top: 42px;
    padding-bottom: 30px;
}

@media (min-width: 720px) {
    .inner-page .blue-gradient-section {
        padding-top: 55px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1025px) {
    .inner-page .blue-gradient-section {
        padding-top: 95px;
        padding-bottom: 95px;
    }
}

.inner-page .solutions-slider-wrapper .container {
    width: 90%;
}

@media (min-width: 720px) {
    .inner-page .solutions-slider-wrapper .container {
        width: 750px;
    }
}

@media (min-width: 1025px) {
    .inner-page .solutions-slider-wrapper .container {
        width: 1170px;
    }
}

.inner-page .solutions-slider-wrapper .slide-item .button {
    margin-top: 40px;
}

.inner-page .solutions-slider-wrapper .slide-item .col_50 {
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width: 720px) {
    .inner-page .solutions-slider-wrapper .slide-item .col_50 {
        width: 50%;
    }
}

.inner-page .solutions-slider-wrapper .slide-item .row > div:last-child {
    margin-bottom: 0;
}

.sphere-number-wrapper {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.sphere-number-wrapper .sphere-number {
    width: 214px;
    height: 214px;
    display: inline-block;
    margin-bottom: 30px;
    -webkit-border-radius: 107px;
    -moz-border-radius: 107px;
    border-radius: 107px;
    background: #3831a6;
}

.sphere-number-wrapper .sphere-number span {
    display: block;
    font-size: 6.2rem;
    font-weight: 300;
    color: #fff;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sphere-number-wrapper h5 {
    font-size: 2.5rem !important;
    color: #49458d !important;
    font-weight: 400;
    margin-bottom: 10px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
}

.sphere-number-wrapper p {
    font-size: 1.6rem;
    line-height: 26px;
    color: #49458d;
    margin-bottom: 15px;
}

.testimonial-logo-wrapper {
    margin-bottom: 50px;
}

@media (min-width: 1025px) {
    .testimonial-logo-wrapper {
        margin-bottom: 95px;
    }
}

.testimonial-logo-wrapper .testimonial-logo {
    display: inline-block;
}

.partners-page .testimonial-section-wrapper {
    margin-bottom: 50px;
}

@media (min-width: 1025px) {
    .partners-page .testimonial-section-wrapper {
        margin-bottom: 95px;
    }
}

.partners-page .limited-h-content .expandable-content {
    max-height: 440px;
}

@media (min-width: 720px) {
    .partners-page .limited-h-content .expandable-content {
        max-height: 360px;
    }
}

@media (min-width: 1025px) {
    .partners-page .limited-h-content .expandable-content {
        max-height: none;
    }
}

.partners-page .limited-h-content .expandable-content.expanded {
    max-height: 2000px;
}

@media (min-width: 1025px) {
    .partners-page .limited-h-content .round-button {
        display: none;
    }
}

.partners-page h3 {
    font-size: 3.1rem;
    font-weight: 500;
}

@media (min-width: 720px) {
    .partners-page h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1025px) {
    .partners-page h3 {
        font-size: 3.1rem;
    }
}

.partners-section {
    text-align: center;
    margin-bottom: 40px;
}

.partners-section h3 {
    text-align: left;
}

.partners-section .col_25 {
    width: 50%;
    margin-bottom: 25px;
    margin-top: 25px;
}

@media (min-width: 720px) {
    .partners-section .col_25 {
        margin-bottom: 40px;
        margin-top: 40px;
        width: 25%;
    }
}

.partners-section .col_25 .partner-item {
    display: inline-block;
    height: 100px;
}

.partners-section .col_25 .partner-item img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
}

.white-boxes-wrapper .white-box {
    background: #fff;
    padding: 30px 35px 20px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
}

.mobilepos-page .top-banner {
    position: relative;
    z-index: 0;
    background-position: 82% -5px;
    min-height: 500px;
    max-height: none;
    height: auto !important;
    padding-bottom: 30px;
    background-color: #fff;
}

.mobilepos-page .page-wrapper {
    padding-bottom: 100px;
}

.mobilepos-page .top-banner:before {
    display: none;
}

.mobilepos-page .white-section {
	display: none;
}

@media (min-width: 720px) {
    .mobilepos-page .page-wrapper {
        padding-bottom: 0px;
    }

    .mobilepos-page .top-banner {
        background-position: center center;
        height: 100vh !important;
        max-height: 60vh;
    }
	
	.mobilepos-page .white-section {
		display: block;
	}
}

@media (min-width: 1025px) {
    .mobilepos-page .top-banner {
        max-height: none;
    }
}

.mobilepos-page .top-banner .container .inner-content {
    top: auto;
    transform: none;
    margin-top: 25vh;
}

@media (min-width: 720px) {
    .mobilepos-page .top-banner .container .inner-content {
        margin-top: 40px;
        left: auto;
        bottom: auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 1025px) {
    .mobilepos-page .top-banner .container .inner-content {
        margin-top: 0;
    }
}

.mobilepos-page .top-banner .container .inner-content h1 {
    color: #49458d;
    text-shadow: none;
    font-weight: 500;
    margin-bottom: 10px;
}

@media (min-width: 720px) {
    .mobilepos-page .top-banner .container .inner-content h1 {
        margin-bottom: 25px;
    }
}

.mobilepos-page .top-banner .container .inner-content p {
    color: #6b6981;
    text-shadow: none;
    max-width: 100%;
}

@media (min-width: 720px) {
    .mobilepos-page .top-banner .container .inner-content p {
        max-width: 50%;
    }
}

@media (min-width: 1025px) {
    .mobilepos-page .top-banner .container .inner-content p {
        max-width: 480px;
    }
}

.mobilepos-page .top-banner .container .inner-content a.app-button {
    display: none;
}

@media (min-width: 720px) {
    .mobilepos-page .top-banner .container .inner-content a.app-button {
        display: block;
    }
}

.mobilepos-page .top-banner .container .inner-content a.app-button img {
    max-height: 55px;
}

.mobilepos-page .white-boxes-wrapper {
    margin-top: 0px;
    position: relative;
    z-index: 11;
    margin-bottom: 30px;
}

@media (min-width: 720px) {
    .mobilepos-page .white-boxes-wrapper {
        margin-top: -40px;
    }
}

@media (min-width: 1025px) {
    .mobilepos-page .white-boxes-wrapper {
        margin-bottom: 160px;
        margin-top: -90px;
    }
}

.mobilepos-page .white-boxes-wrapper .white-box {
    padding-top: 95px;
    text-align: center;
    margin-bottom: 95px;
}

@media (min-width: 720px) {
    .mobilepos-page .white-boxes-wrapper .white-box {
        padding-left: 240px;
        text-align: left;
        padding-top: 30px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1025px) {
    .mobilepos-page .white-boxes-wrapper .white-box {
        padding-left: 30px;
        text-align: center;
        padding-top: 95px;
        margin-bottom: 20px;
    }
}

.mobilepos-page .white-boxes-wrapper .white-box p {
    font-size: 1.6rem;
    line-height: 28px;
    margin-bottom: 15px;
}

.mobilepos-page .white-boxes-wrapper .white-box .icon {
    display: inline-block;
    padding: 9px;
    background: #fff;
    position: absolute;
    top: -71px;
    left: 50%;
    margin-left: -71px;
    z-index: 10;
    -webkit-border-radius: 72px;
    -moz-border-radius: 72px;
    border-radius: 72px;
}

@media (min-width: 720px) {
    .mobilepos-page .white-boxes-wrapper .white-box .icon {
        left: 55px;
        top: 10px;
        margin-left: 0;
    }
}

@media (min-width: 1025px) {
    .mobilepos-page .white-boxes-wrapper .white-box .icon {
        top: -71px;
        left: 50%;
        margin-left: -71px;
    }
}

.mobilepos-page .white-boxes-wrapper .white-box .icon .inner-icon img {
    width: 125px;
    height: 125px;
}

.mobilepos-page .white-boxes-wrapper .white-box h5 {
    font-size: 2.3rem;
    font-weight: 500;
    margin-bottom: 25px;
}

@media (min-width: 720px) {
    .mobilepos-page .white-boxes-wrapper .white-box h5 {
        margin-bottom: 15px;
    }
}

@media (min-width: 1025px) {
    .mobilepos-page .white-boxes-wrapper .white-box h5 {
        margin-bottom: 25px;
    }
}

.mobilepos-page .white-boxes-wrapper > div:last-child .white-box {
    margin-bottom: 0;
}

.mobilepos-page .blue-section {
    position: relative;
    z-index: 1;
    padding-bottom: 45px;
}

@media (min-width: 720px) {
    .mobilepos-page .blue-section {
        padding-bottom: 220px;
    }
}

.mobilepos-page .blue-section:before {
    content: "";
    -ms-transform-origin: 0 0;

    /* IE 9 */
    -webkit-transform-origin: 0 0;

    /* Chrome, Safari, Opera */
    transform-origin: 0 0;
    -ms-transform: rotate(-2deg);

    /* IE 9 */
    -webkit-transform: rotate(-2deg);

    /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
    position: absolute;
    left: -10%;
    width: 130%;
    height: 100px;
    background: #fff;
    top: 0;
    z-index: 1;
    opacity: 1;
}

@media (min-width: 720px) {
    .mobilepos-page .blue-section:before {
        top: 0;
    }
}

@media (min-width: 1025px) {
    .mobilepos-page .blue-section:before {
        height: 170px;
        top: -70px;
    }
}

.mobilepos-page .blue-section .graphic {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
}

@media (min-width: 1025px) {
    .mobilepos-page .blue-section .graphic {
        display: block;
    }
}

.mobilepos-page .blue-section .container {
    z-index: 2;
}

.mobilepos-page .blue-section .col_33 {
    width: 100%;
}

@media (min-width: 1025px) {
    .mobilepos-page .blue-section .col_33 {
        width: 33.33%;
    }
}

.mobilepos-page .blue-section .col_40 {
    width: 100%;
}

@media (min-width: 1025px) {
    .mobilepos-page .blue-section .col_40 {
        width: 40%;
    }
}

.mobilepos-page .blue-section .col_40 h2 {
    color: #fff;
    font-weight: 700;
}

.mobilepos-page .blue-section .col_40 p {
    color: #fff;
}

.mobilepos-page .blue-section .col_40 .app-button {
    display: block;
}

.mobilepos-page .blue-section .col_40 .app-button img {
    height: 55px;
}

.mobilepos-page .white-section {
    padding-top: 0;
}

@media (min-width: 1025px) {
    .mobilepos-page .white-section {
        padding-top: 55px;
    }
}

.mobilepos-page .white-section .split-section-wrapper .image-section {
    min-height: 270px;
}

@media (min-width: 1025px) {
    .mobilepos-page .white-section .split-section-wrapper .image-section {
        min-height: 320px;
    }
}

.mobilepos-page .white-section .testimonial-section-wrapper {
    margin-bottom: 80px;
}

@media (min-width: 720px) {
    .mobilepos-page .white-section .testimonial-section-wrapper {
        margin-top: -200px;
    }
}

@media (min-width: 1025px) {
    .mobilepos-page .white-section .testimonial-section-wrapper {
        margin-top: 0;
    }
}

.mobilepos-page .white-section a.app-button {
    display: none;
}

@media (min-width: 720px) {
    .mobilepos-page .white-section a.app-button {
        display: block;
    }
}

.mobilepos-page .white-section a.app-button img {
    height: 55px;
}

.blue-section {
    background-image: -moz-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -webkit-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -ms-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    padding: 30px 0;
}

.services-page .blue-area .sep {
    display: none;
}

.team-wrapper {
    margin-bottom: 70px;
}

@media (min-width: 720px) {
    .team-wrapper {
        margin-bottom: 40px;
    }
}

.team-page .icons-wrapper {
    text-align: center;
    margin-bottom: 0px;
}

@media (min-width: 720px) {
    .team-page .icons-wrapper {
        margin-bottom: 40px;
    }
}

.team-page .icons-wrapper .col_33 {
    width: 100%;
}

@media (min-width: 720px) {
    .team-page .icons-wrapper .col_33 {
        width: 33.33%;
    }
}

.team-page .icons-wrapper .icon-item {
    display: inline-block;
    margin-bottom: 80px;
    width: 100%;
    max-width: 206px;
    position: relative;
}

@media (min-width: 720px) {
    .team-page .icons-wrapper .icon-item {
        max-width: 153px;
        margin-bottom: 0;
    }
}

@media (min-width: 1025px) {
    .team-page .icons-wrapper .icon-item {
        max-width: 206px;
    }
}

.team-page .icons-wrapper .icon-item:before {
    content: "";
    width: 1px;
    bottom: -50px;
    height: 50px;
    background: #4137b5;
    position: absolute;
}

@media (min-width: 720px) {
    .team-page .icons-wrapper .icon-item:before {
        display: none;
    }
}

.team-page .icons-wrapper .icon-item .icon {
    margin-bottom: 30px;
}

.team-page .icons-wrapper .icon-item .icon img {
    width: 206px;
}

@media (min-width: 720px) {
    .team-page .icons-wrapper .icon-item .icon img {
        width: 153px;
    }
}

@media (min-width: 1025px) {
    .team-page .icons-wrapper .icon-item .icon img {
        width: 206px;
    }
}

.team-page .icons-wrapper .icon-item h4 {
    font-size: 3.1rem;
}

@media (min-width: 720px) {
    .team-page .icons-wrapper .icon-item h4 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1025px) {
    .team-page .icons-wrapper .icon-item h4 {
        font-size: 3.1rem;
    }
}

.team-page .icons-wrapper > div:last-child .icon-item:before {
    display: none;
}

.full-container {
    width: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.full-container:before, .full-container:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.full-container:after {
    clear: both;
}

@media (min-width: 720px) {
    .full-container {
        padding: 0 45px;
    }
}

@media (min-width: 1025px) {
    .full-container {
        max-width: 1170px;
        padding: 0;
    }
}

.general-boxes .col_33 {
    width: 100%;
}

@media (min-width: 720px) {
    .general-boxes .col_33 {
        width: 33.33%;
    }
}

.general-boxes .general-box {
    margin-bottom: 30px;
}

@media (min-width: 720px) {
    .general-boxes .general-box {
        margin-bottom: 0;
    }
}

.general-boxes .general-box a.image {
    display: block;
    margin-bottom: 20px;
}

.general-boxes .general-box a.image img {
    width: 100%;
}

.general-boxes .general-box .text-content {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 720px) {
    .general-boxes .general-box .text-content {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.general-boxes .general-box h4 {
    font-size: 3.1rem;
    margin-bottom: 15px;
}

@media (min-width: 720px) {
    .general-boxes .general-box h4 {
        font-size: 2.4rem;
    }
}

@media (min-width: 1025px) {
    .general-boxes .general-box h4 {
        font-size: 3.1rem;
    }
}

.general-boxes .general-box p {
    font-size: 1.6rem;
    line-height: 25px;
    margin-bottom: 20px;
}

@media (min-width: 720px) {
    .general-boxes .general-box p {
        line-height: 22px;
    }
}

@media (min-width: 1025px) {
    .general-boxes .general-box p {
        line-height: 25px;
    }
}

a.read-more {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #49458d;
    text-decoration: underline;
}

a.read-more i {
    margin-left: 10px;
}

.newsletter-section-wrapper {
    max-width: 90%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0px 0px 45px 0px rgba(0, 1, 1, 0.25);
    margin-bottom: 20px;
}

.newsletter-section-wrapper:before, .newsletter-section-wrapper:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.newsletter-section-wrapper:after {
    clear: both;
}

@media (min-width: 1025px) {
    .newsletter-section-wrapper {
        max-width: 1066px;
    }
}

.newsletter-section-wrapper .inner-content {
    @inclue clear;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.newsletter-section-wrapper .white-area {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    padding: 45px 55px 40px;
}

@media (min-width: 1025px) {
    .newsletter-section-wrapper .white-area {
        width: 50%;
    }
}

.newsletter-section-wrapper .white-area:before {
    position: absolute;
    bottom: -20px;
    left: -10%;
    z-index: 0;
    content: "";
    width: 120%;
    height: 60px;
    background: #fff;
    -ms-transform-origin: 100% 100%;

    /* IE 9 */
    -webkit-transform-origin: 100% 100%;

    /* Chrome, Safari, Opera */
    transform-origin: 100% 100%;
    -ms-transform: rotate(-2deg);

    /* IE 9 */
    -webkit-transform: rotate(-2deg);

    /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
}

@media (min-width: 1025px) {
    .newsletter-section-wrapper .white-area:before {
        display: block;
        top: -20px;
        right: -50px;
        bottom: auto;
        left: auto;
        -ms-transform-origin: 100% 0;

        /* IE 9 */
        -webkit-transform-origin: 100% 0;

        /* Chrome, Safari, Opera */
        transform-origin: 100% 0;
        -ms-transform: rotate(2deg);

        /* IE 9 */
        -webkit-transform: rotate(2deg);

        /* Chrome, Safari, Opera */
        transform: rotate(2deg);
        width: 60px;
        height: 150%;
    }
}

.newsletter-section-wrapper .white-area h3 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 3.1rem;
}

@media (min-width: 1025px) {
    .newsletter-section-wrapper .white-area h3 {
        font-size: 4.2rem;
    }
}

.newsletter-section-wrapper .white-area p {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 28px;
}

@media (min-width: 720px) {
    .newsletter-section-wrapper .white-area p {
        font-size: 1.8rem;
    }
}

@media (min-width: 1025px) {
    .newsletter-section-wrapper .white-area p {
        font-size: 2.5rem;
        line-height: 36px;
    }
}

.newsletter-section-wrapper .blue-area {
    background-image: -moz-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -webkit-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -ms-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    width: 100%;
    display: inline-block;
    float: left;
    padding: 60px 30px 50px;
    margin-bottom: 100px;
}

@media (min-width: 720px) {
    .newsletter-section-wrapper .blue-area {
        margin-bottom: 0;
    }
}

@media (min-width: 1025px) {
    .newsletter-section-wrapper .blue-area {
        width: 50%;
        min-height: 225px;
        padding: 0;
        padding-right: 62px;
    }
}

.newsletter-section-wrapper .blue-area .newsletter-form {
    margin-top: 25px;
    position: relative;
}

@media (min-width: 1025px) {
    .newsletter-section-wrapper .blue-area .newsletter-form {
        margin-top: 75px;
    }
}

.newsletter-section-wrapper .blue-area .newsletter-form i {
    font-size: 2.4rem;
    color: #49458d;
    position: absolute;
    top: 18px;
    left: 26px;
    z-index: 10;
}

@media (min-width: 720px) {
    .newsletter-section-wrapper .blue-area .newsletter-form i {
        top: 22px;
    }
}

.newsletter-section-wrapper .blue-area .newsletter-form .input-block {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    margin-bottom: 16px;
}

@media (min-width: 720px) {
    .newsletter-section-wrapper .blue-area .newsletter-form .input-block {
        margin-bottom: 0;
    }
}

.newsletter-section-wrapper .blue-area .newsletter-form input[type="email"] {
    border: 0;
    background: none;
    padding-left: 67px;
    background: #fff;
    height: 63px;
    border: 2px solid rgba(73, 69, 141, 0.63);
    color: #49458d;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}

@media (min-width: 720px) {
    .newsletter-section-wrapper .blue-area .newsletter-form input[type="email"] {
        height: 71px;
    }
}

.newsletter-section-wrapper .blue-area .newsletter-form input[type="email"]::-webkit-input-placeholder {
    color: #49458d;
    font-size: 1.8rem;
    letter-spacing: normal;
    font-weight: 400;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: normal;
}

.newsletter-section-wrapper .blue-area .newsletter-form input[type="email"]:-moz-placeholder {
    color: #49458d;
    font-size: 1.8rem;
    letter-spacing: normal;
    font-weight: 400;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: normal;
}

.newsletter-section-wrapper .blue-area .newsletter-form input[type="email"]::-moz-placeholder {
    color: #49458d;
    font-size: 1.8rem;
    letter-spacing: normal;
    font-weight: 400;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: normal;
}

.newsletter-section-wrapper .blue-area .newsletter-form input[type="email"]:-ms-input-placeholder {
    color: #49458d;
    font-size: 1.8rem;
    letter-spacing: normal;
    font-weight: 400;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: normal;
}

.newsletter-section-wrapper .blue-area .newsletter-form .button {
    width: 100%;
    min-width: 0;
    float: left;
    box-shadow: none;
    background: #24ABF6;
    box-shadow: none;
}

@media (min-width: 720px) {
    .newsletter-section-wrapper .blue-area .newsletter-form .button {
        height: 46px;
        line-height: 46px;
        width: 140px;
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 10;
        float: none;
        background-image: -moz-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
        background-image: -webkit-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
        background-image: -ms-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
        box-shadow: 0px 0px 21px 0px rgba(0, 1, 1, 0.5);
    }
}

.platforms-wrapper {
    margin-left: -40px;
    margin-right: -40px;
}

.platforms-wrapper:before, .platforms-wrapper:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.platforms-wrapper:after {
    clear: both;
}

.platforms-wrapper .platform-item {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 40px;
    height: 90px;
}

@media (min-width: 720px) {
    .platforms-wrapper .platform-item {
        width: 25%;
    }
}

@media (min-width: 1025px) {
    .platforms-wrapper .platform-item {
        width: calc(100% / 7);
    }
}

.platforms-wrapper .platform-item img {
    max-height: 90px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.docs-page .intro-text {
    margin-bottom: 40px;
}

.docs-page h4 {
    font-size: 2.5rem;
}

@media (min-width: 720px) {
    .docs-page h4 {
        font-size: 3.1rem;
    }
}

.docs-page .limited-h-content {
    margin-bottom: 30px;
}

@media (min-width: 1025px) {
    .docs-page .limited-h-content {
        margin-bottom: 10px;
    }
}

.docs-page .limited-h-content .expandable-content {
    max-height: 330px;
}

@media (min-width: 720px) {
    .docs-page .limited-h-content .expandable-content {
        max-height: none;
    }
}

.docs-page .limited-h-content .expandable-content.expanded {
    max-height: 2000px;
}

@media (min-width: 720px) {
    .docs-page .limited-h-content .round-button {
        display: none;
    }
}

.blog-page {
    background-image: -moz-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -webkit-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -ms-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
}

.blog-page .page-wrapper {
    position: relative;
    z-index: 10;
}

.blog-page .page-wrapper:before {
    content: "";
    -ms-transform-origin: 100% 0;

    /* IE 9 */
    -webkit-transform-origin: 100% 0;

    /* Chrome, Safari, Opera */
    transform-origin: 100% 0;
    -ms-transform: rotate(2.5deg);

    /* IE 9 */
    -webkit-transform: rotate(2.5deg);

    /* Chrome, Safari, Opera */
    transform: rotate(2.5deg);
    position: absolute;
    right: -10%;
    width: 130%;
    height: 400px;
    background: #fff;
    top: -60px;
    z-index: -1;
    opacity: 1;
}

@media (min-width: 720px) {
    .blog-page .page-wrapper:before {
        top: -20px;
    }
}

@media (min-width: 1025px) {
    .blog-page .page-wrapper:before {
        top: -30px;
    }
}

.blog-page .blog-top-bar {
    margin-bottom: 60px;
}

.blog-page .blog-top-bar .select-block {
    width: 80px;
}

.blog-page .blog-top-bar .select-block .selectric-wrapper .selectric span.label {
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    border: 0;
    height: 26px;
    line-height: 26px;
}

.blog-page .blog-top-bar .select-block .selectric-wrapper .selectric .select-button {
    line-height: normal;
    top: 7px;
}

.blog-page .blog-top-bar .select-block .selectric-wrapper .selectric-items {
    padding: 20px 24px;
    border: 0;
    min-width: 195px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.45);
    overflow: hidden;
}

.blog-page .blog-top-bar .select-block .selectric-wrapper .selectric-items:focus {
    outline: 0;
    border: 0;
}

.blog-page .blog-top-bar .select-block .selectric-wrapper .selectric-items ul li {
    font-size: 1.6rem;
    color: #49458d;
    opacity: .9;
    padding: 13px 0;
    border-bottom: 1px solid #e0e0e0;
}

.blog-page .blog-top-bar .select-block .selectric-wrapper .selectric-items ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.blog-page .blog-top-bar .select-block .selectric-wrapper .selectric-items ul li:first-child {
    padding-top: 0;
    display: none;
}

.blog-page .blog-top-bar .select-block .selectric-wrapper .selectric-items ul li.highlighted, .blog-page .blog-top-bar .select-block .selectric-wrapper .selectric-items ul li.hover {
    background: none;
    color: #49458d;
    opacity: 1;
}

.blog-page .blog-top-bar .search-form {
    position: relative;
}

.blog-page .blog-top-bar .search-form .search-button {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 10;
    top: 7px;
    padding: 0;
    border: 0;
    outline: 0;
    right: 0;
}

.blog-page .blog-top-bar .search-form .search-button:focus {
    border: 0;
    outline: 0;
}

.blog-wrapper .col_50 {
    width: 100%;
}

@media (min-width: 720px) {
    .blog-wrapper .col_50 {
        width: 50%;
    }
}

.blog-wrapper article.article-item {
    position: relative;
    margin-bottom: 20px;
}

.blog-wrapper article.article-item a.image {
    height: 220px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}

.blog-wrapper article.article-item .text-content {
    padding: 25px 0;
}

.blog-wrapper article.article-item .text-content .post-meta {
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-wrapper article.article-item .text-content .post-meta span {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #6b6981;
    float: left;
}

.blog-wrapper article.article-item .text-content .post-meta span i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin-right: 15px;
    float: left;
}

.blog-wrapper article.article-item .text-content .post-meta span.clock-icon i {
    background-image: url(images/clock-icon.png);
}

.blog-wrapper article.article-item .text-content .post-meta span.comment-icon {
    float: right;
}

.blog-wrapper article.article-item .text-content .post-meta span.comment-icon i {
    background-image: url(images/comment-icon.png);
}

.blog-wrapper article.article-item .text-content h4 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px;
    min-height: 64px;
}

.blog-wrapper article.article-item .text-content p {
    margin-bottom: 0;
}

@media (min-width: 720px) {
    .blog-wrapper article.article-item.featured {
        margin-bottom: 50px;
    }

    .blog-wrapper article.article-item.featured a.image {
        position: relative;
        height: 650px;
        z-index: 1;
    }

    .blog-wrapper article.article-item.featured .text-content {
        position: absolute;
        z-index: 10;
        left: 95px;
        bottom: 85px;
        max-width: 350px;
    }
}

@media (min-width: 720px) and (min-width: 1025px) {
    .blog-wrapper article.article-item.featured .text-content {
        left: 65px;
        bottom: 65px;
    }
}

@media (min-width: 720px) {
    .blog-wrapper article.article-item.featured .text-content .post-meta span {
        color: #fff;
    }

    .blog-wrapper article.article-item.featured .text-content .post-meta span.clock-icon {
        margin-right: 25px;
    }

    .blog-wrapper article.article-item.featured .text-content .post-meta span.clock-icon i {
        background-image: url(images/clock-icon-white.png);
    }

    .blog-wrapper article.article-item.featured .text-content .post-meta span.comment-icon {
        float: left;
    }

    .blog-wrapper article.article-item.featured .text-content .post-meta span.comment-icon i {
        background-image: url(images/comment-icon-white.png);
    }

    .blog-wrapper article.article-item.featured .text-content h4 {
        color: #fff;
        font-size: 2.3rem;
    }

    .blog-wrapper article.article-item.featured .text-content p {
        color: #fff;
    }

    .blog-wrapper article.article-item.featured .text-content p a {
        color: #fff;
    }
}

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

.blog-wrapper .round-button img {
    display: inline-block;
    width: 14px;
    -ms-transform: rotate(180deg);

    /* IE 9 */
    -webkit-transform: rotate(180deg);

    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.article-page .top-banner .container .inner-content {
    max-width: 740px;
    top: 60%;
}

.article-page .top-banner .container .inner-content .post-meta {
    overflow: hidden;
}

.article-page .top-banner .container .inner-content .post-meta span {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    float: left;
    margin-right: 25px;
}

.article-page .top-banner .container .inner-content .post-meta span i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin-right: 15px;
    float: left;
}

.article-page .top-banner .container .inner-content .post-meta span.clock-icon i {
    background-image: url(images/clock-icon-white.png);
}

.article-page .top-banner .container .inner-content .post-meta span.comment-icon i {
    background-image: url(images/comment-icon-white.png);
}

.article-page .article-content {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.article-page .article-content p {
    line-height: 30px;
}

.article-page .comments-section {
    margin-top: 50px;
}

.article-page .comments-section .comment-item {
    padding-left: 70px;
    position: relative;
    margin-bottom: 35px;
}

.article-page .comments-section .comment-item a.avatar {
    display: inline-block;
    width: 46px;
    height: 46px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    text-align: center;
    line-height: 46px;
}

.article-page .comments-section .comment-item .comment-text-content h5 {
    font-size: 2rem;
    margin-bottom: 5px;
}

@media (min-width: 720px) {
    .article-page .comments-section .comment-item .comment-text-content h5 {
        margin-bottom: 15px;
    }
}

.article-page .comments-section .comment-item .comment-text-content p {
    line-height: 26px;
    margin-bottom: 20px;
}

.article-page .comments-section .comment-item .comment-text-content .commdate {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #3831a6;
    margin-bottom: 25px;
    line-height: 20px;
}

@media (min-width: 1025px) {
    .article-page .comments-section .comment-item .comment-text-content .commdate {
        margin-bottom: 35px;
    }
}

.article-page .comments-section .comment-item .comment-text-content .commdate i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin-right: 15px;
    float: left;
    background-image: url(images/clock-icon.png);
}

.article-page .comments-section h4 {
    font-size: 2rem;
}

@media (min-width: 720px) {
    .article-page .comments-section h4 {
        font-size: 2.5rem;
    }
}

.article-page .comments-section .comments-form {
    margin-top: 70px;
}

.article-page .comments-section .comments-form .button {
    margin-top: 30px;
}

.article-page .comments-section .comments-form textarea {
    min-height: 238px;
}

.article-page .comments-section .comments-form .input-block label {
    color: #6a6880;
    font-weight: 500;
}

.article-page .comments-section .comments-form .col_50 {
    width: 100%;
}

@media (min-width: 720px) {
    .article-page .comments-section .comments-form .col_50 {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .article-page .comments-section .comments-form .col_50 {
        width: 100%;
    }
}

.blue-table {
    width: 100%;
    padding: 30px 30px;
    background-image: -moz-linear-gradient(-129deg, #00ccff 0%, #4428a8 100%);
    background-image: -webkit-linear-gradient(-129deg, #00ccff 0%, #4428a8 100%);
    background-image: -ms-linear-gradient(-129deg, #00ccff 0%, #4428a8 100%);
}

@media (min-width: 720px) {
    .blue-table {
        padding: 45px 30px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1025px) {
    .blue-table {
        padding: 65px;
        margin-bottom: 70px;
        margin-top: 70px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        max-width: 805px;
        margin-left: auto;
        margin-right: auto;
    }
}

.blue-table .blue-item {
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 30px 30px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 720px) {
    .blue-table .blue-item {
        text-align: left;
    }

    .blue-table .blue-item:before, .blue-table .blue-item:after {
        content: "";
        visibility: hidden;
        height: 0;
        display: table;
    }

    .blue-table .blue-item:after {
        clear: both;
    }
}

.blue-table .blue-item .icon {
    display: inline-block;
    margin-bottom: 35px;
}

@media (min-width: 720px) {
    .blue-table .blue-item .icon {
        margin-top: 10px;
    }
}

.blue-table .blue-item .icon img {
    width: 87px;
}

@media (min-width: 720px) {
    .blue-table .blue-item .icon {
        width: 87px;
        float: left;
    }
}

.blue-table .blue-item a.arrow-icon {
    display: none;
    position: absolute;
    top: 50%;
    right: 60px;
    margin-top: -9px;
    z-index: 10;
}

@media (min-width: 720px) {
    .blue-table .blue-item a.arrow-icon {
        display: inline-block;
    }
}

.blue-table .blue-item a.arrow-icon img {
    width: 15px;
}

@media (min-width: 720px) {
    .blue-table .blue-item .text-content {
        display: inline-block;
        float: left;
        width: calc(100% - 87px);
        padding-left: 65px;
        max-width: 300px;
    }
}

.blue-table .blue-item h4 {
    color: #fff;
    font-weight: 500;
    font-size: 3.1rem;
    margin-bottom: 15px;
}

.blue-table .blue-item p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
    margin: 0;
}

.brand-page .top-banner .container .inner-content {
    max-width: 720px;
    top: 50%;
}

.brand-page .top-banner .container .inner-content p {
    max-width: 100%;
}

.brand-page .top-banner .container .inner-content .button {
    background: #24ABF6;
    color: #fff;
    box-shadow: none;
    border: 0;
    line-height: 48px;
}

@media (min-width: 720px) {
    .brand-page .top-banner .container .inner-content .button {
        background: none;
        color: #fff;
        border: 1px solid #fff;
        line-height: 42px;
    }
}

.brand-page .page-wrapper {
    position: relative;
    z-index: 10;
    background: #fff;
}

.brand-page .page-wrapper:before {
    content: "";
    -ms-transform-origin: 100% 0;

    /* IE 9 */
    -webkit-transform-origin: 100% 0;

    /* Chrome, Safari, Opera */
    transform-origin: 100% 0;
    -ms-transform: rotate(2.5deg);

    /* IE 9 */
    -webkit-transform: rotate(2.5deg);

    /* Chrome, Safari, Opera */
    transform: rotate(2.5deg);
    position: absolute;
    right: -10%;
    width: 130%;
    height: 400px;
    background: #fff;
    top: -60px;
    z-index: -1;
    opacity: 1;
}

@media (min-width: 720px) {
    .brand-page .page-wrapper:before {
        top: -20px;
    }
}

@media (min-width: 1025px) {
    .brand-page .page-wrapper:before {
        top: -30px;
    }
}

@media (min-width: 720px) {
    .brand-page .big-card-section {
        padding: 10px 0;
    }
}

@media (min-width: 1025px) {
    .brand-page .big-card-section {
        padding: 20px 0;
    }
}

.brand-page .card-box {
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.brand-page .card-box .text-content {
    padding-top: 0;
    max-width: 100%;
}

@media (min-width: 720px) {
    .brand-page .card-box .text-content {
        padding-top: 10px;
    }
}

@media (min-width: 1025px) {
    .brand-page .card-box .text-content {
        padding-top: 45px;
    }
}

.brand-page .card-box .icon {
    opacity: 1;
    height: auto;
    transform: none;
    position: static;
}

.brand-page .card-box .icon img {
    transform: none;
    position: static;
    max-width: 200px;
    max-height: 200px;
}

@media (min-width: 1025px) {
    .brand-page .card-box .icon img {
        max-width: 350px;
        max-height: 350px;
    }
}

.accord-section {
    text-align: center;
    margin-bottom: 120px;
}

.accord-section:before, .accord-section:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.accord-section:after {
    clear: both;
}

@media (min-width: 720px) {
    .accord-section {
        text-align: left;
    }
}

.accord-section h4 {
    font-size: 3.1rem;
    display: inline-block;
    margin-bottom: 20px;
}

@media (min-width: 720px) {
    .accord-section h4 {
        float: left;
        width: 215px;
    }
}

.accord-section p {
    font-size: 1.4rem;
    line-height: 24px;
    margin: 0;
}

@media (min-width: 720px) {
    .accord-section p {
        width: calc(100% - 215px);
        float: left;
        display: inline-block;
        font-size: 1.3rem;
        line-height: 21px;
    }
}

.careers-page .top-banner {
    background-color: #fff;
    background-size: 210% auto;
    background-position: left top;
    max-height: 100vh;
    background-position: left -5%;
}

@media (min-width: 720px) {
    .careers-page .top-banner {
        background-position: left -15%;
    }
}

@media (min-width: 1025px) {
    .careers-page .top-banner {
        background-size: auto;

        /*background-position: left -10%;*/
        background-position: center top;
    }
}

.careers-page .top-banner:before {
    display: none;
}

.careers-page .top-banner .container .inner-content {
    top: 63%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (min-width: 720px) {
    .careers-page .top-banner .container .inner-content {
        top: 73%;
    }
}

.careers-page .top-banner .container .inner-content h1 {
    color: #49458d;
    text-shadow: none;
    font-size: 2.3rem;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 15px;
}

@media (min-width: 720px) {
    .careers-page .top-banner .container .inner-content h1 {
        font-size: 3.1rem;
        line-height: 24px;
        margin-bottom: 25px;
    }
}

@media (min-width: 1025px) {
    .careers-page .top-banner .container .inner-content h1 {
        font-size: 5.4rem;
        line-height: 70px;
    }
}

.careers-page .top-banner .container .inner-content p {
    color: #6b6981;
    text-shadow: none;
    max-width: 100%;
    font-size: 1.8rem;
    line-height: 28px;
    margin-bottom: 25px;
}

@media (min-width: 720px) {
    .careers-page .top-banner .container .inner-content p {
        font-size: 1.6rem;
        line-height: 26px;
        margin-bottom: 40px;
    }
}

.careers-page .blue-section {
    background: #3831a6;
    position: relative;
    padding: 50px 0 30px;
}

.careers-page .blue-section:before {
    content: "";
    -ms-transform-origin: 100% 0;

    /* IE 9 */
    -webkit-transform-origin: 100% 0;

    /* Chrome, Safari, Opera */
    transform-origin: 100% 0;
    -ms-transform: rotate(-4deg);

    /* IE 9 */
    -webkit-transform: rotate(-4deg);

    /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
    position: absolute;
    right: -10%;
    width: 130%;
    height: 100%;
    background: #3831a6;
    top: -60px;
    z-index: 1;
    opacity: 1;
}

@media (min-width: 720px) {
    .careers-page .blue-section:before {
        top: -60px;
        -ms-transform: rotate(-2.5deg);

        /* IE 9 */
        -webkit-transform: rotate(-2.5deg);

        /* Chrome, Safari, Opera */
        transform: rotate(-2.5deg);
    }
}

@media (min-width: 1025px) {
    .careers-page .blue-section:before {
        top: 0px;
        left: -10%;
        right: auto;
        -ms-transform: rotate(2.5deg);

        /* IE 9 */
        -webkit-transform: rotate(2.5deg);

        /* Chrome, Safari, Opera */
        transform: rotate(2.5deg);
    }
}

.careers-page .blue-section:after {
    content: "";
    -ms-transform-origin: 100% 0;

    /* IE 9 */
    -webkit-transform-origin: 100% 0;

    /* Chrome, Safari, Opera */
    transform-origin: 100% 0;
    -ms-transform: rotate(-4deg);

    /* IE 9 */
    -webkit-transform: rotate(-4deg);

    /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
    position: absolute;
    right: -10%;
    width: 130%;
    height: 100%;
    background: #3831a6;
    bottom: 0px;
    z-index: 1;
    opacity: 1;
    display: none;
}

@media (min-width: 720px) {
    .careers-page .blue-section:after {
        bottom: -40px;
    }
}

@media (min-width: 1025px) {
    .careers-page .blue-section:after {
        display: block;
        left: -10%;
        right: auto;
        -ms-transform: rotate(-2.5deg);

        /* IE 9 */
        -webkit-transform: rotate(-2.5deg);

        /* Chrome, Safari, Opera */
        transform: rotate(-2.5deg);
    }
}

.careers-page .blue-section .container {
    z-index: 2;
}

.careers-page .points-wrapper .point-item {
    text-align: center;
    margin-bottom: 60px;
}

.careers-page .points-wrapper .point-item .icon {
    display: inline-block;
    width: 206px;
    height: 206px;
    margin-bottom: 45px;
    background: #372dce;
    -webkit-border-radius: 103px;
    -moz-border-radius: 103px;
    border-radius: 103px;
}

.careers-page .points-wrapper .point-item .icon img {
    display: block;
    width: 100%;
    max-width: 107px;
    max-height: 107px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.careers-page .points-wrapper .point-item h5 {
    color: #fff;
    font-size: 3.1rem;
    margin-bottom: 35px;
}

.careers-page .points-wrapper .col_33 {
    width: 100%;
}

@media (min-width: 720px) {
    .careers-page .points-wrapper .col_33 {
        width: 33.33%;
    }
}

@media (min-width: 720px) {
    .careers-page .careers-graphic {
        margin-top: 30px;
    }
}

.careers-page .to-push-down {
    margin-bottom: 100px;
}

@media (min-width: 720px) {
    .careers-page .to-push-down {
        margin-bottom: 0;
    }
}

.careers-page .icons-wrapper {
    margin-bottom: 50px;
}

.careers-page .icons-wrapper .col_33 {
    width: 100%;
}

@media (min-width: 720px) {
    .careers-page .icons-wrapper .col_33 {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .careers-page .icons-wrapper .col_33 {
        width: 33.33%;
    }
}

.careers-page .icons-wrapper .icon-item {
    height: 110px;
    position: relative;
    padding-left: 110px;
    margin-bottom: 30px;
    margin-bottom: 5px;
}

@media (min-width: 720px) {
    .careers-page .icons-wrapper .icon-item {
        margin-bottom: 30px;
    }
}

.careers-page .icons-wrapper .icon-item .icon {
    width: 76px;
    height: 76px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 20px;
    border: 2px solid #2d2285;
}

.careers-page .icons-wrapper .icon-item .icon img {
    width: 100%;
    max-width: 40px;
    max-height: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.careers-page .icons-wrapper .icon-item .text-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.careers-page .icons-wrapper .icon-item .text-content h6 {
    color: #49458d;
    font-size: 2.3rem;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 600;
}

.careers-page .icons-wrapper .icon-item .text-content p {
    font-size: 1.6rem;
    line-height: 23px;
    color: #49458d;
    margin: 0;
    font-weight: 400;
}

.contact-page .top-banner {
    position: relative;
    z-index: 0;
    min-height: 510px;
    max-height: none;
    padding-bottom: 30px;
    background-color: #fff;
    max-height: 45vh;
}

@media (min-width: 1025px) {
    .contact-page .top-banner {
        max-height: none;
        max-height: 55vh;
    }
}

.contact-page .top-banner:before {
    content: "";
    -ms-transform-origin: 100% 100%;

    /* IE 9 */
    -webkit-transform-origin: 100% 100%;

    /* Chrome, Safari, Opera */
    transform-origin: 100% 100%;
    -ms-transform: rotate(-20deg);

    /* IE 9 */
    -webkit-transform: rotate(-20deg);

    /* Chrome, Safari, Opera */
    transform: rotate(-20deg);
    left: auto;
    top: auto;
    position: absolute;
    right: -10%;
    width: 130%;
    height: 300px;
    background: #fff;
    bottom: -10px;
    z-index: 1;
    opacity: 1;
}

@media (min-width: 720px) {
    .contact-page .top-banner:before {
        -ms-transform: rotate(-2.5deg);

        /* IE 9 */
        -webkit-transform: rotate(-2.5deg);

        /* Chrome, Safari, Opera */
        transform: rotate(-2.5deg);
    }
}

@media (min-width: 1025px) {
    .contact-page .top-banner:before {
        -ms-transform: rotate(-4deg);

        /* IE 9 */
        -webkit-transform: rotate(-4deg);

        /* Chrome, Safari, Opera */
        transform: rotate(-4deg);
    }
}

.contact-page .top-banner .container .inner-content {
    margin-left: auto;
    margin-right: auto;
    left: auto;
    max-width: 640px;
    text-align: center;
    top: 65%;
}

@media (min-width: 720px) {
    .contact-page .top-banner .container .inner-content {
        top: 55%;
    }
}

.contact-page .top-banner .container .inner-content h1 {
    font-size: 2.5rem;
    text-shadow: none;
    color: #49458d;
    margin-bottom: 15px;
}

@media (min-width: 720px) {
    .contact-page .top-banner .container .inner-content h1 {
        margin-bottom: 25px;
        font-size: 3.6rem;
    }
}

@media (min-width: 1025px) {
    .contact-page .top-banner .container .inner-content h1 {
        margin-bottom: 40px;
        font-size: 5.4rem;
    }
}

.contact-page .top-banner .container .inner-content p {
    max-width: 100%;
    font-size: 1.6rem;
    line-height: 26px;
    color: #6b6981;
    text-shadow: none;
}

@media (min-width: 720px) {
    .contact-page .top-banner .container .inner-content p {
        font-size: 2rem;
        line-height: 27px;
    }
}

.contact-page .blue-section {
    padding: 110px 0 70px;
    background-image: -moz-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -webkit-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -ms-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
}

@media (min-width: 1025px) {
    .contact-page .blue-section {
        padding: 110px 0;
    }
}

.contact-page .blue-section .checkbox-input {
    display: inline-block;
    text-align: center;
}

.contact-page .blue-section .checkbox-input label {
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    font-size: 1.4rem;
}

.contact-page .normal-checkboxes .checkbox-input label {
    color: #909090;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    font-size: 1.4rem;
    min-height: 32px;
}

.contact-page .normal-checkboxes .checkbox-input {
    margin-top: 5px;
    margin-bottom: 10px;
}

.contact-page .blue-section .checkbox-input label a {
    color: #fff;
    text-decoration: underline;
}

.register-page .bottom-logos {
    overflow: hidden;
    text-align: center;
}

.register-page .bottom-logos .logo-item {
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    height: 30px;
}

.register-page .bottom-logos .logo-item img {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .register-page .bottom-logos .logo-item {
        float: none;
        margin: 0 px 10px;
    }
}

.contact-page .split-content:before, .contact-page .split-content:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.contact-page .split-content:after {
    clear: both;
}

.contact-page .split-content .contact-form {
    display: inline-block;
    float: left;
    width: 100%;
}

@media (min-width: 1025px) {
    .contact-page .split-content .contact-form {
        width: calc(100% - 390px);
    }
}

.contact-page .split-content .contact-form .col_50 {
    width: 100%;
}

@media (min-width: 720px) {
    .contact-page .split-content .contact-form .col_50 {
        width: 50%;
    }
}

.contact-page .split-content .contact-form .col_33 {
    width: 100%;
}

@media (min-width: 720px) {
    .contact-page .split-content .contact-form .col_33 {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .contact-page .split-content .contact-form .col_33 {
        width: 33.33%;
    }
}

@media (min-width: 1025px) {
    .contact-page .split-content .contact-form.full {
        width: 100%;
    }
}

.contact-page .split-content .contact-info {
    display: inline-block;
    float: right;
    padding-top: 20px;
}

@media (min-width: 1025px) {
    .contact-page .split-content .contact-info {
        width: 260px;
    }
}

.contact-page .split-content .contact-info .col_50 {
    width: 100%;
}

@media (min-width: 720px) {
    .contact-page .split-content .contact-info .col_50 {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .contact-page .split-content .contact-info .col_50 {
        width: 100%;
    }
}

.contact-page .split-content .contact-info h6 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.contact-page .split-content .contact-info p {
    color: #b1aecb;
    font-size: 1.6rem;
    line-height: 26px;
    margin-bottom: 15px;
}

.contact-page .split-content .contact-info p a {
    color: #77b2e2;
}

@media (min-width: 720px) {
    .contact-page .split-content .contact-info p {
        font-size: 1.8rem;
        line-height: 27px;
    }
}

.contact-page .contact-form {
    position: relative;
    z-index: 10;
    margin-top: -150px;
    margin-bottom: 30px;
}

.contact-page .contact-form:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 100px;
    z-index: -1;
    background: #49458d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contact-page .contact-form .radios-wrapper {
    padding-top: 10px;
}

.contact-page .contact-form .radios-wrapper:before, .contact-page .contact-form .radios-wrapper:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.contact-page .contact-form .radios-wrapper:after {
    clear: both;
}

.contact-page .contact-form .radios-wrapper .radio-block {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.contact-page .contact-form .contact-form-section {
    background: #fff;
    padding: 20px 25px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3), inset 0px 5px 0px 0px rgba(73, 69, 141, 0.004);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    z-index: auto;
    margin-bottom: 9px;
}

@media (min-width: 720px) {
    .contact-page .contact-form .contact-form-section {
        padding: 25px 35px;
    }
}

.contact-page .contact-form .contact-form-section .col_70 {
    width: 100%;
}

@media (min-width: 720px) {
    .contact-page .contact-form .contact-form-section .col_70 {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .contact-page .contact-form .contact-form-section .col_70 {
        width: 70%;
    }
}

.contact-page .contact-form .contact-form-section .col_30 {
    width: 100%;
}

@media (min-width: 720px) {
    .contact-page .contact-form .contact-form-section .col_30 {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .contact-page .contact-form .contact-form-section .col_30 {
        width: 30%;
    }
}

.contact-page .contact-form .contact-form-section .col_33 {
    width: 100%;
}

@media (min-width: 720px) {
    .contact-page .contact-form .contact-form-section .col_33 {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .contact-page .contact-form .contact-form-section .col_33 {
        width: 33.33%;
    }
}

.contact-page .contact-form .contact-form-section .col_66 {
    width: 100%;
}

@media (min-width: 720px) {
    .contact-page .contact-form .contact-form-section .col_66 {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .contact-page .contact-form .contact-form-section .col_66 {
        width: 66.66%;
    }
}

.contact-page .contact-form .contact-form-section h3 {
    font-size: 2rem;
}

@media (min-width: 720px) {
    .contact-page .contact-form .contact-form-section h3 {
        font-size: 2.5rem;
    }
}

.contact-page .contact-form .select-block .selectric-wrapper .selectric span.label {
    height: 50px;
    line-height: 50px;
}

.contact-page .contact-form .select-block .selectric-wrapper .selectric .select-button:before {
    content: "\f0dd";
}

.contact-page .contact-form .button {
    background: #3831a6;
    box-shadow: none;
    margin-top: 20px;
}

@media (min-width: 1025px) {
    .contact-page .contact-form .button {
        background-image: -moz-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
        background-image: -webkit-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
        background-image: -ms-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
        box-shadow: 0px 0px 21px 0px rgba(0, 1, 1, 0.5);
    }
}

.contact-page .contact-form .button.light-blue {
    background: #24ABF6;
    color: #fff;
    box-shadow: 0px 0px 21px 0px rgba(0, 1, 1, 0.16);
}

.contact-page h6 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.contact-page .sep {
    background: #000;
    opacity: .12;
    margin: 20px 0 30px;
}

@media (min-width: 1025px) {
    .contact-page .sep {
        margin: 50px 0;
    }
}

.contact-page .to-get-centered {
    text-align: center;
}

@media (min-width: 1025px) {
    .contact-page .to-get-centered {
        text-align: left;
    }
}

.contact-page .to-get-centered .button {
    margin-top: -3px;
}

@media (min-width: 1025px) {
    .contact-page .to-get-centered .small-mr {
        margin-right: 25px;
    }
}

.contact-page .to-get-centered p {
    font-size: 1.6rem;
    color: #fff;
    line-height: 28px;
    margin-bottom: 20px;
}

.contact-page .to-get-centered p.left {
    float: none;
}

@media (min-width: 1025px) {
    .contact-page .to-get-centered p.left {
        float: left;
    }
}

@media (min-width: 720px) {
    .contact-page .to-get-centered p {
        margin-bottom: 15px;
    }
}

.contact-page .to-get-centered p.bigger {
    font-size: 1.8rem;
    line-height: 27px;
}

@media (min-width: 1025px) {
    .contact-page .to-get-centered p.bigger {
        margin-bottom: 50px;
    }
}

.contact-page .to-get-centered p a {
    display: block;
    color: #77b2e2;
}

@media (min-width: 1025px) {
    .contact-page .to-get-centered p a {
        display: inline-block;
    }
}

.contact-page .to-get-centered .col_50 {
    width: 100%;
    position: relative;
}

@media (min-width: 1025px) {
    .contact-page .to-get-centered .col_50 {
        width: 50%;
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

@media (min-width: 1025px) {
    .contact-page .to-get-centered .row {
        margin-bottom: 40px;
    }
}

.contact-page .to-get-centered .row > div:first-child {
    margin-bottom: 40px;
    margin-top: 30px;
    padding-bottom: 20px;
}

@media (min-width: 1025px) {
    .contact-page .to-get-centered .row > div:first-child {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
    }
}

.contact-page .to-get-centered .row > div:first-child:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -120px;
    width: 240px;
    height: 1px;
    opacity: .3;
    background: #fff;
}

@media (min-width: 1025px) {
    .contact-page .to-get-centered .row > div:first-child:before {
        right: 0;
        left: auto;
        top: 0;
        height: 238px;
        width: 1px;
        margin-left: 0;
    }
}

.contact-page .to-get-centered .centered-content {
    text-align: center;
}

.contact-page .to-get-centered .centered-content.limited-content {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.contact-page .to-get-centered ul {
    display: block;
    text-align: center;
    margin-top: 40px;
}

.contact-page .to-get-centered ul:before, .contact-page .to-get-centered ul:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.contact-page .to-get-centered ul:after {
    clear: both;
}

@media (min-width: 1025px) {
    .contact-page .to-get-centered ul {
        margin-top: 70px;
    }
}

.contact-page .to-get-centered ul li {
    display: block;
    margin: 5px 0;
}

@media (min-width: 720px) {
    .contact-page .to-get-centered ul li {
        margin: 0 20px;
        display: inline-block;
    }
}

.contact-page .to-get-centered ul li a {
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
}

.welcome-page .top-banner {
    background-image: -moz-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -webkit-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -ms-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    min-height: 650px;
}

@media (min-width: 1025px) {
    .welcome-page .top-banner {
        max-height: 80vh;
    }
}

.welcome-page .top-banner .container .inner-content {
    max-width: 720px;
    top: 37%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (min-width: 1025px) {
    .welcome-page .top-banner .container .inner-content {
        top: 40%;
    }
}

.welcome-page .top-banner .container .inner-content p {
    max-width: 100%;
}

.welcome-page .top-banner .container .inner-content .button {
    background: #24ABF6;
    color: #fff;
    box-shadow: none;
    border: 0;
    line-height: 48px;
}

@media (min-width: 720px) {
    .welcome-page .top-banner .container .inner-content .button {
        background: none;
        color: #fff;
        border: 1px solid #fff;
        line-height: 42px;
    }
}

.welcome-page .page-wrapper {
    position: relative;
    z-index: 10;
    background: #fff;
}

.welcome-page .page-wrapper:before {
    content: "";
    -ms-transform-origin: 100% 0;

    /* IE 9 */
    -webkit-transform-origin: 100% 0;

    /* Chrome, Safari, Opera */
    transform-origin: 100% 0;
    -ms-transform: rotate(4deg);

    /* IE 9 */
    -webkit-transform: rotate(4deg);

    /* Chrome, Safari, Opera */
    transform: rotate(4deg);
    position: absolute;
    right: -10%;
    width: 130%;
    height: 400px;
    background: #fff;
    top: -60px;
    z-index: -1;
    opacity: 1;
}

@media (min-width: 720px) {
    .welcome-page .page-wrapper:before {
        top: -20px;
    }
}

@media (min-width: 1025px) {
    .welcome-page .page-wrapper:before {
        top: -30px;
    }
}

.welcome-page .white-boxes-wrapper {
    margin-top: -220px;
    position: relative;
    z-index: 11;
    margin-bottom: 30px;
}

@media (min-width: 720px) {
    .welcome-page .white-boxes-wrapper {
        margin-top: -40px;
    }
}

@media (min-width: 1025px) {
    .welcome-page .white-boxes-wrapper {
        margin-bottom: 80px;
        margin-top: -300px;
    }
}

.welcome-page .white-boxes-wrapper .col_33 {
    width: 100%;
}

@media (min-width: 1025px) {
    .welcome-page .white-boxes-wrapper .col_33 {
        width: 33.33%;
    }
}

.welcome-page .white-boxes-wrapper .white-box {
    padding-top: 95px;
    text-align: center;
    margin-bottom: 95px;
    position: relative;
    padding-bottom: 40px;
}

@media (min-width: 720px) {
    .welcome-page .white-boxes-wrapper .white-box {
        padding-left: 240px;
        text-align: left;
        padding-top: 30px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1025px) {
    .welcome-page .white-boxes-wrapper .white-box {
        padding-left: 30px;
        text-align: center;
        padding-top: 95px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1025px) {
    .welcome-page .white-boxes-wrapper .white-box .bottom-button {
        position: absolute;
        left: 0;
        bottom: -20px;
        width: 100%;
        z-index: 10;
        text-align: center;
    }
}

.welcome-page .white-boxes-wrapper .white-box p {
    font-size: 1.6rem;
    line-height: 28px;
    margin-bottom: 15px;
}

.welcome-page .white-boxes-wrapper .white-box .icon {
    display: inline-block;
    padding: 9px;
    background: #fff;
    position: absolute;
    top: -71px;
    left: 50%;
    margin-left: -71px;
    z-index: 10;
    box-shadow: 0px 0px 21px 0px rgba(0, 1, 1, 0.1);
    -webkit-border-radius: 72px;
    -moz-border-radius: 72px;
    border-radius: 72px;
}

@media (min-width: 720px) {
    .welcome-page .white-boxes-wrapper .white-box .icon {
        left: 45px;
        top: 30px;
        margin-left: 0;
    }
}

@media (min-width: 1025px) {
    .welcome-page .white-boxes-wrapper .white-box .icon {
        top: -71px;
        left: 50%;
        margin-left: -71px;
    }
}

@media (min-width: 1025px) and (min-width: 1025px) {
    .welcome-page .white-boxes-wrapper .white-box .icon {
        box-shadow: none;
    }
}

.welcome-page .white-boxes-wrapper .white-box .icon .inner-icon img {
    width: 125px;
    height: 125px;
}

.welcome-page .white-boxes-wrapper .white-box h5 {
    font-size: 2.3rem;
    font-weight: 500;
    margin-bottom: 25px;
}

@media (min-width: 720px) {
    .welcome-page .white-boxes-wrapper .white-box h5 {
        margin-bottom: 15px;
    }
}

@media (min-width: 1025px) {
    .welcome-page .white-boxes-wrapper .white-box h5 {
        margin-bottom: 25px;
    }
}

.welcome-page .white-boxes-wrapper > div:last-child .white-box {
    margin-bottom: 0;
}

.welcome-page .to-get-centered {
    text-align: center;
}

@media (min-width: 1025px) {
    .welcome-page .to-get-centered {
        text-align: left;
    }
}

.welcome-page .to-get-centered .button {
    margin-top: -3px;
}

@media (min-width: 1025px) {
    .welcome-page .to-get-centered .small-mr {
        margin-right: 25px;
    }
}

.welcome-page .to-get-centered h6 {
    font-size: 1.8rem;
    font-weight: 500;
    color: #49458d;
}

.welcome-page .to-get-centered p {
    font-size: 1.6rem;
    color: #6a6880;
    line-height: 28px;
    margin-bottom: 20px;
}

.welcome-page .to-get-centered p.left {
    float: none;
}

@media (min-width: 1025px) {
    .welcome-page .to-get-centered p.left {
        float: left;
    }
}

@media (min-width: 720px) {
    .welcome-page .to-get-centered p {
        margin-bottom: 15px;
    }
}

.welcome-page .to-get-centered p.bigger {
    font-size: 1.8rem;
    line-height: 27px;
}

@media (min-width: 1025px) {
    .welcome-page .to-get-centered p.bigger {
        margin-bottom: 50px;
    }
}

.welcome-page .to-get-centered p a {
    display: block;
    color: #77b2e2;
}

@media (min-width: 1025px) {
    .welcome-page .to-get-centered p a {
        display: inline-block;
    }
}

.welcome-page .to-get-centered .col_50 {
    width: 100%;
    position: relative;
}

@media (min-width: 1025px) {
    .welcome-page .to-get-centered .col_50 {
        width: 50%;
        padding-top: 65px;
        padding-bottom: 65px;
    }
}

@media (min-width: 1025px) {
    .welcome-page .to-get-centered .row {
        margin-bottom: 40px;
    }
}

.welcome-page .to-get-centered .row > div:first-child {
    margin-bottom: 40px;
    margin-top: 30px;
    padding-bottom: 20px;
}

@media (min-width: 1025px) {
    .welcome-page .to-get-centered .row > div:first-child {
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
    }
}

.welcome-page .to-get-centered .row > div:first-child:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -120px;
    width: 240px;
    height: 1px;
    opacity: .3;
    background: #000;
}

@media (min-width: 1025px) {
    .welcome-page .to-get-centered .row > div:first-child:before {
        right: 0;
        left: auto;
        top: 0;
        height: 238px;
        width: 1px;
        margin-left: 0;
    }
}

.welcome-page .to-get-centered .centered-content {
    text-align: center;
}

.welcome-page .to-get-centered .centered-content.limited-content {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.welcome-page .to-get-centered ul {
    display: block;
    text-align: center;
    margin-top: 40px;
}

.welcome-page .to-get-centered ul:before, .welcome-page .to-get-centered ul:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.welcome-page .to-get-centered ul:after {
    clear: both;
}

@media (min-width: 1025px) {
    .welcome-page .to-get-centered ul {
        margin-top: 70px;
    }
}

.welcome-page .to-get-centered ul li {
    display: block;
    margin: 5px 0;
}

@media (min-width: 720px) {
    .welcome-page .to-get-centered ul li {
        margin: 0 20px;
        display: inline-block;
    }
}

.welcome-page .to-get-centered ul li a {
    display: inline-block;
    color: #6a6880;
    font-size: 1.6rem;
}

.valors-page .top-banner {
    max-height: 350px;
    background-size: auto 100%;
}

@media (min-width: 720px) {
    .valors-page .top-banner {
        max-height: 480px;
    }
}

@media (min-width: 1025px) {
    .valors-page .top-banner {
        max-height: 515px;
        background-size: cover;
    }
}

.valors-page .top-banner:before {
    display: none;
}

.valors-page .top-banner .container .inner-content {
    text-align: center;
    max-width: 100%;
    top: 60%;
}

@media (min-width: 720px) {
    .valors-page .top-banner .container .inner-content {
        top: 45%;
    }
}

@media (min-width: 1025px) {
    .valors-page .top-banner .container .inner-content {
        top: 55%;
    }
}

.valors-page .testimonial-section-wrapper {
    z-index: 10;
}

@media (min-width: 720px) {
    .valors-page .testimonial-section-wrapper {
        margin-top: -260px;
    }
}

@media (min-width: 1025px) {
    .valors-page .testimonial-section-wrapper {
        margin-top: -230px;
    }
}

.valors-page .blue-section {
    background: #3831a6;
    padding: 0px 0 80px;
}

@media (min-width: 720px) {
    .valors-page .blue-section {
        padding: 120px 0;
    }
}

@media (min-width: 1025px) {
    .valors-page .blue-section {
        padding: 150px 0;
    }
}

.valors-page .blue-section .testimonial-section-wrapper {
    margin-bottom: 40px;
}

@media (min-width: 720px) {
    .valors-page .blue-section .testimonial-section-wrapper {
        margin-bottom: 70px;
    }
}

@media (min-width: 1025px) {
    .valors-page .blue-section .testimonial-section-wrapper {
        margin-bottom: 100px;
    }
}

.valors-page .white-section {
    position: relative;
}

.valors-page .white-section .newsletter-section-wrapper {
    position: relative;
    z-index: 10;
}

.valors-page .white-section:before {
    content: "";
    -ms-transform-origin: 100% 0;

    /* IE 9 */
    -webkit-transform-origin: 100% 0;

    /* Chrome, Safari, Opera */
    transform-origin: 100% 0;
    -ms-transform: rotate(-4deg);

    /* IE 9 */
    -webkit-transform: rotate(-4deg);

    /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
    position: absolute;
    right: -10%;
    width: 130%;
    height: 200px;
    background: #fff;
    top: -60px;
    z-index: 1;
    opacity: 1;
}

@media (min-width: 720px) {
    .valors-page .white-section:before {
        top: -60px;
        -ms-transform: rotate(-2.5deg);

        /* IE 9 */
        -webkit-transform: rotate(-2.5deg);

        /* Chrome, Safari, Opera */
        transform: rotate(-2.5deg);
    }
}

@media (min-width: 1025px) {
    .valors-page .white-section:before {
        top: 0px;
        left: -10%;
        right: auto;
        -ms-transform: rotate(2.5deg);

        /* IE 9 */
        -webkit-transform: rotate(2.5deg);

        /* Chrome, Safari, Opera */
        transform: rotate(2.5deg);
    }
}

.valors-page .colored-icons-wrapper .col_33 {
    width: 100%;
}

@media (min-width: 720px) {
    .valors-page .colored-icons-wrapper .col_33 {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .valors-page .colored-icons-wrapper .col_33 {
        width: 33.33%;
    }
}

.valors-page .colored-icons-wrapper .colored-item {
    text-align: center;
    margin-bottom: 50px;
}

.valors-page .colored-icons-wrapper .colored-item h6 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 32px;
    margin: 0;
    min-height: 65px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
}

.valors-page .colored-icons-wrapper .colored-item .icon {
    display: inline-block;
    width: 100%;
    height: 150px;
    margin-bottom: 40px;
}

.valors-page .colored-icons-wrapper .colored-item .icon img {
    display: block;
    max-width: 140px;
    max-height: 140px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
}

.jobs-page .page-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
}

@media (min-width: 720px) {
    .jobs-page .page-wrapper {
        padding-bottom: 0;
    }
}

.jobs-page .page-wrapper h1 {
    font-size: 2rem;
}

@media (min-width: 720px) {
    .jobs-page .page-wrapper h1 {
        font-size: 3.1rem;
    }
}

.jobs-page .page-wrapper .floating-objects .select-block .selectric-wrapper .selectric span.label {
    border: 0;
    font-weight: 500;
    text-transform: uppercase;
    padding-right: 30px;
    color: #49458d;
}

.jobs-page .page-wrapper .floating-objects .select-block .selectric-wrapper .selectric .select-button {
    line-height: normal;
    color: #49458d;
    top: 13px;
}

.jobs-page .page-wrapper .floating-objects .select-block .selectric-wrapper .selectric .select-button:before {
    line-height: normal;
}

.jobs-page .page-wrapper .floating-objects .select-block .selectric-wrapper .selectric-items {
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.45);
    padding: 10px 25px;
    min-width: 170px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.jobs-page .page-wrapper .floating-objects .select-block .selectric-wrapper .selectric-items ul li {
    border: 0;
    color: #49458d;
    border-bottom: 1px solid #e0e0e0;
    padding: 7px 0;
}

.jobs-page .page-wrapper .floating-objects .select-block .selectric-wrapper .selectric-items ul li:last-child {
    border: 0;
}

.jobs-page .page-wrapper .floating-objects .select-block .selectric-wrapper .selectric-items ul li:hover {
    background: none;
}

.jobs-page .page-wrapper .floating-objects .select-block .selectric-wrapper .selectric-items ul li.highlighted {
    color: #6b6981;
    background: none;
}

.jobs-page .categories-filter-listing {
    margin-bottom: 35px;
}

.jobs-page .categories-filter-listing:before, .jobs-page .categories-filter-listing:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.jobs-page .categories-filter-listing:after {
    clear: both;
}

@media (min-width: 1025px) {
    .jobs-page .categories-filter-listing {
        margin-bottom: 60px;
    }
}

.jobs-page .categories-filter-listing a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 22px;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    color: #49458d;
    font-size: 1.8rem;
    font-weight: 500;
    box-shadow: 0.5px 0.866px 13px 0px rgba(0, 0, 0, 0.35);
    background: #fff;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
}

@media (min-width: 1025px) {
    .jobs-page .categories-filter-listing a {
        margin-right: 18px;
        margin-bottom: 18px;
    }
}

.jobs-page .categories-filter-listing a.active {
    background: #49458d;
    color: #fff;
}

.jobs-listing .job-item {
    border-top: 5px solid #dadaff;
    padding: 25px 30px;
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.13);
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 45px;
}

@media (min-width: 1025px) {
    .jobs-listing .job-item {
        margin-bottom: 50px;
    }
}

.jobs-listing .job-item a.expand-job {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 1.4rem;
    color: #fff;
    position: absolute;
    bottom: -15px;
    z-index: 10;
    right: 17px;
    background-image: -moz-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -webkit-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -ms-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    box-shadow: 0px 0px 15px 0px rgba(0, 1, 1, 0.3);
    display: inline-block;
}

.jobs-listing .job-item a.expand-job i {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transform-origin: 50% 50%;

    /* IE 9 */
    -webkit-transform-origin: 50% 50%;

    /* Chrome, Safari, Opera */
    transform-origin: 50% 50%;
}

.jobs-listing .job-item a.expand-job.active i {
    -ms-transform: rotate(180deg);

    /* IE 9 */
    -webkit-transform: rotate(180deg);

    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.jobs-listing .job-item h4 {
    color: #3831a6;
    font-size: 1.8rem;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}

@media (min-width: 1025px) {
    .jobs-listing .job-item h4 {
        font-size: 2.6rem;
    }
}

.jobs-listing .job-item .job-tag {
    position: absolute;
    left: 28px;
    bottom: -13px;
    height: 25px;
    line-height: 23px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Roboto Mono', monospace;
    padding: 0 11px;
    background: #f3f7fa;
    border: 1px solid #d5dbe0;
    font-size: 1.5rem;
    color: #3831a6;
}

.jobs-listing .job-item .hidden-content {
    display: none;
    margin-top: 30px;
}

.jobs-listing .job-item .hidden-content h6 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #3831a6;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

@media (min-width: 1025px) {
    .jobs-listing .job-item .hidden-content h6 {
        font-size: 1.8rem;
    }
}

.jobs-listing .job-item .hidden-content ul {
    margin-left: 0px;
    margin-bottom: 10px;
}

@media (min-width: 1025px) {
    .jobs-listing .job-item .hidden-content ul {
        margin-bottom: 40px;
    }
}

@media (min-width: 720px) {
    .jobs-listing .job-item .hidden-content ul {
        margin-left: 0;
    }
}

.jobs-listing .job-item .hidden-content ul li {
    display: inline-block;
    width: 100%;
    position: relative;
    color: #6b6981;
    margin-bottom: 5px;
    font-size: 1.6rem;
    font-weight: 400;
    padding-left: 25px;
    line-height: normal;
}

@media (min-width: 720px) {
    .jobs-listing .job-item .hidden-content ul li {
        padding-left: 34px;
    }
}

.jobs-listing .job-item .hidden-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #77b2e2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 8px;
}

.jobs-listing .job-item .hidden-content .contact-section {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 25px;
    display: inline-block;
    background: #eeedfa;
}

@media (min-width: 720px) {
    .jobs-listing .job-item .hidden-content .contact-section {
        padding: 20px 45px;
    }
}

.jobs-listing .job-item .hidden-content .contact-section span {
    display: inline-block;
    font-size: 1.8rem;
    float: left;
    font-weight: 700;
    color: #49458d;
    margin-right: 30px;
    line-height: 40px;
}

.jobs-listing .job-item .hidden-content .contact-section a {
    display: inline-block;
    float: left;
    line-height: 40px;
    height: 40px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    background: #3831a6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 0 28px;
}

@media (min-width: 1025px) {
    .jobs-listing .job-item .hidden-content .contact-section a {
        font-size: 1.8rem;
    }
}

.clear:before, .clear:after {
    content: "";
    visibility: hidden;
    height: 0;
    display: table;
}

.clear:after {
    clear: both;
}

.login-page {
    padding-top: 0px;
    background: #fff;
}

@media (min-width: 720px) {
    .login-page {
        padding-top: 20px;
    }
}

.login-page a.logo {
    display: inline-block;
    margin-bottom: 50px;
}

.login-page a.logo img {
    width: 188px;
}

.login-page .limited-content {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.login-page .contact-form {
    margin-top: 0;
}

.login-page .contact-form .contact-form-section .button {
    width: 100%;
}

.login-page .contact-form .contact-form-section .floating-objects {
    margin-bottom: 10px;
}

.login-page .contact-form .contact-form-section .checkbox-input label {
    font-size: 1.4rem;
    font-weight: 500;
}

.login-page .contact-form .contact-form-section a {
    color: #37a8ff;
    font-size: 1.4rem;
    text-decoration: underline;
    line-height: normal;
}

.login-page .contact-form h6 {
    font-size: 2rem;
    color: #49458d;
    margin-bottom: 15px;
    text-transform: none;
    font-weight: 400;
}

.login-page .contact-form p.small {
    font-size: 1.5rem;
    margin-bottom: 15px;
    margin-top: 30px;
}

.login-page .contact-form .button.light {
    background: #fff;
    color: #49458d;
    box-shadow: 0px 0px 21px 0px rgba(0, 1, 1, 0.25);
    margin-top: 0;
    text-transform: uppercase;
    font-size: 1.5rem;
    height: 52px;
    line-height: 52px;
    font-weight: 500;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
}

.login-page .to-get-centered ul li a {
    color: #49458d;
}

.not-found-page {
    background-image: -moz-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -webkit-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -ms-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
}

.not-found-page .top-banner {
    max-height: 80vh;
}

@media (min-width: 480px) {
    .not-found-page .top-banner {
        max-height: none;
    }
}

.not-found-page .top-banner .container .inner-content {
    text-align: center;
    top: 48%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 480px) {
    .not-found-page .top-banner .container .inner-content {
        top: 55%;
    }
}

.not-found-page .top-banner .container .inner-content p {
    max-width: 100%;
}

.not-found-page .top-banner .container .inner-content .buttons-wrapper .button {
    width: 100%;
    margin-bottom: 10px;
}

@media (min-width: 480px) {
    .not-found-page .top-banner .container .inner-content .buttons-wrapper .button {
        margin: 0 5px;
        width: auto;
    }
}

body {
    position: relative;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background: rgba(56, 49, 166, 0);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

header.scrolled {
    background: #3831a6;
    padding-top: 11px;
    padding-bottom: 11px;
}

header:before {
    content: "";
    z-index: 0;
    width: 100%;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
    visibility: visible;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
}

@media (min-width: 720px) {
    header:before {
        height: 300px;
    }
}

header.scrolled:before {
    opacity: 0;
    visibility: hidden;
}

header .container {
    overflow: visible;
}

header .logo {
    display: inline-block;
    margin-right: 20px;
}

@media (min-width: 720px) {
    header .logo {
        margin-right: 30px;
    }
}

@media (min-width: 1025px) {
    header .logo {
        margin-right: 70px;
    }
}

header .logo img {
    width: 100px;
}

@media (min-width: 720px) {
    header .logo img {
        width: 134px;
    }
}

@media (min-width: 720px) {
    header {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media (min-width: 1025px) {
    header {
        padding-top: 54px;
        padding-bottom: 54px;
    }
}

header .navigation-menu {
    margin-top: 7px;
}

header .navigation-menu ul li {
    display: inline-block;
    float: left;
    margin-right: 25px;
}

@media (min-width: 1025px) {
    header .navigation-menu ul li {
        margin-right: 25px;
    }
}

@media (min-width: 720px) {
    header .navigation-menu ul li {
        margin-right: 20px;
    }
}

header .navigation-menu ul li a {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 400;
}

header.scrolled .navigation-menu {
    margin-top: 10px;
}

header .buttons-wrapper {
    margin-left: 0px;
    margin-top: 0px;
}

header .buttons-wrapper .button {
    padding: 0 10px;
    height: 38px;
    line-height: 37px;
    font-size: 1.6rem;
}

@media (min-width: 720px) {
    header .buttons-wrapper .button {
        padding: 0 28px;
        font-size: 1.8rem;
    }
}

@media (min-width: 1025px) {
    header .buttons-wrapper {
        margin-left: 0px;
    }
}

header .buttons-wrapper a {
    float: left;
    margin-left: 0px;
}

@media (min-width: 1025px) {
    header .buttons-wrapper a {
        margin-left: 20px;
    }
}

header .big-menu-wrapper {
    position: absolute;
    right: 0;
    top: -9px;
    z-index: 125;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.45);
    background: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

@media (min-width: 720px) {
    header .big-menu-wrapper {
        top: 60px;
    }
}

header .big-menu-wrapper.visible {
    opacity: 1;
    visibility: visible;
}

header .big-menu-wrapper a.close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 130;
    width: 14px;
    height: 14px;
    padding: 2px;
    display: inline-block;
}

header .big-menu-wrapper a.close-menu img {
    width: 100%;
    display: block;
}

header .big-menu-wrapper .icons-menu-wrapper {
    background-image: -moz-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -webkit-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    background-image: -ms-linear-gradient(0deg, #455bff 0%, #4030a6 100%);
    position: relative;
    padding: 30px 20px 10px;
    overflow: hidden;
    max-height: 245px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

@media (min-width: 720px) {
    header .big-menu-wrapper .icons-menu-wrapper .col_50 {
        width: 25%;
    }
}

@media (min-width: 720px) {
    header .big-menu-wrapper .icons-menu-wrapper {
        max-height: 155px;
    }
}

header .big-menu-wrapper .icons-menu-wrapper a.icon-menu-item {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}

header .big-menu-wrapper .icons-menu-wrapper a.icon-menu-item span.icon {
    display: inline-block;
    height: 54px;
    width: 100%;
    margin-bottom: 10px;
}

header .big-menu-wrapper .icons-menu-wrapper a.icon-menu-item span.icon img {
    width: 100%;
    max-width: 48px;
    max-height: 48px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

header .big-menu-wrapper .icons-menu-wrapper a.icon-menu-item span.title {
    font-size: 1.6rem;
    display: block;
    color: #fff;
    opacity: .9;
    line-height: 18px;
    font-weight: 400;
}

header .big-menu-wrapper .icons-menu-wrapper.expanded {
    max-height: 400px;
}

header .big-menu-wrapper a.expand-icons-menu {
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: 20px;
    z-index: 126;
    display: inline-block;
    width: 14px;
    height: 8px;
}

header .big-menu-wrapper a.expand-icons-menu:before {
    content: "\f107";
    font-family: "Font Awesome\ 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 127;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 900;
    line-height: normal;
}

header .big-menu-wrapper a.expand-icons-menu.active:before {
    content: "\f106";
}

header .big-menu-wrapper .menu-content-wrapper {
    padding: 15px 20px 25px;
}

header .big-menu-wrapper .menu-content-wrapper ul {
    margin-bottom: 25px;
}

header .big-menu-wrapper .menu-content-wrapper ul li a {
    font-size: 1.6rem;
    color: #49458d;
    font-weight: 400;
    position: relative;
    padding: 15px 0;
    display: inline-block;
    width: 100%;
}

header .big-menu-wrapper .menu-content-wrapper ul li a:before {
    content: "\f105";
    font-family: "Font Awesome\ 5 Free";
    position: absolute;
    right: 0;
    top: 16px;
    z-index: 10;
    font-size: 1.6rem;
    color: #49458d;
    font-weight: 900;
    line-height: normal;
}

header .big-menu-wrapper .menu-content-wrapper ul li.has-border a {
    border-bottom: 1px solid #e0e0e0;
}

header.scrolled .big-menu-wrapper {
    top: 3px;
}

@media (min-width: 720px) {
    header.scrolled .big-menu-wrapper {
        top: 74px;
    }
}

header.mobilepos-header:before {
    display: none;
}

header.mobilepos-header a.open-sidemenu span {
    background: #49458d;
}

header.mobilepos-header .button.outlined.white {
    border: 1px solid #49458d;
    color: #49458d;
}

header.mobilepos-header a.logo.white {
    display: none;
}

header.mobilepos-header a.logo.blue {
    display: inline-block;
}

header.mobilepos-header .navigation-menu ul li a {
    color: #49458d;
}

header.mobilepos-header.scrolled a.open-sidemenu span {
    background: #fff;
}

header.mobilepos-header.scrolled a.logo.white {
    display: inline-block;
}

header.mobilepos-header.scrolled a.logo.blue {
    display: none;
}

header.mobilepos-header.scrolled .button.outlined.white {
    border: 1px solid #fff;
    color: #fff;
}

header.mobilepos-header.scrolled .navigation-menu ul li a {
    color: #fff;
}

header.careers-header:before {
    display: none;
}

header.careers-header a.logo img {
    width: 359px;
}

header.careers-header a.logo.original-logo {
    display: inline-block;
}

header.careers-header a.logo.original-logo img {
    width: 117px;
}

header.careers-header a.logo.original-logo.scrolled {
    display: none;
}

header.careers-header a.logo.initial-logo {
    display: none;
}

@media (min-width: 1025px) {
    header.careers-header a.logo.initial-logo {
        display: inline-block;
    }
}

header.careers-header a.logo.scrolled-logo {
    display: none;
}

header.careers-header .search-form {
    position: relative;
    width: 170px;
}

@media (min-width: 720px) {
    header.careers-header .search-form {
        width: 305px;
    }
}

header.careers-header .search-form input[type="text"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background-color: #f2f2f2;
    box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    padding-right: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 0;
    font-size: 1.8rem;
}

@media (min-width: 720px) {
    header.careers-header .search-form input[type="text"] {
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
    }
}

header.careers-header .search-form form {
    display: inline-block;
    width: 100%;
}

header.careers-header .search-form form .button {
    width: 38px;
    height: 38px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    min-width: 0;
    padding: 0;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 10;
    line-height: 38px;
}

@media (min-width: 720px) {
    header.careers-header .search-form form .button {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }
}

header.careers-header .search-form form .button img {
    width: 18px;
}

@media (min-width: 720px) {
    header.careers-header .search-form form .button img {
        width: 24px;
    }
}

header.careers-header.scrolled a.logo.initial-logo {
    display: none;
}

header.careers-header.scrolled a.logo.original-logo {
    display: none;
}

header.careers-header.scrolled a.logo.original-logo.scrolled {
    display: inline-block;
}

@tablet {
    header.careers-header.scrolled a.logo.original-logo.scrolled {
        margin-top: 3px;
    }
}

header.careers-header.scrolled a.logo.scrolled-logo {
    display: none;
    margin-top: 7px;
}

@media (min-width: 1025px) {
    header.careers-header.scrolled a.logo.scrolled-logo {
        display: inline-block;
    }
}

header.careers-header.scrolled a.logo.scrolled-logo img {
    width: 259px;
}

header.valorile-header:before {
    display: none;
}

header.valorile-header a.logo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

@media (min-width: 720px) {
    header.valorile-header a.logo {
        width: auto;
        text-align: left;
        margin-bottom: 0;
    }
}

header.valorile-header a.logo img {
    width: 310px;
}

@media (min-width: 1025px) {
    header.valorile-header a.logo img {
        width: 359px;
    }
}

header.valorile-header .search-form {
    position: relative;
    width: 100%;
}

@media (min-width: 720px) {
    header.valorile-header .search-form {
        width: 305px;
    }
}

header.valorile-header .search-form input[type="text"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background-color: #f2f2f2;
    box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    padding-right: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 0;
    font-size: 1.8rem;
}

@media (min-width: 720px) {
    header.valorile-header .search-form input[type="text"] {
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
    }
}

header.valorile-header .search-form form {
    display: inline-block;
    width: 100%;
}

header.valorile-header .search-form form .button {
    width: 38px;
    height: 38px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    min-width: 0;
    padding: 0;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 10;
    line-height: 38px;
}

@media (min-width: 720px) {
    header.valorile-header .search-form form .button {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }
}

header.valorile-header .search-form form .button img {
    width: 18px;
}

@media (min-width: 720px) {
    header.valorile-header .search-form form .button img {
        width: 24px;
    }
}

header.jobs-header {
    background: #3728a8;
}

@media (min-width: 1025px) {
    header.jobs-header {
        padding: 45px 0;
    }
}

header.jobs-header:before {
    display: none;
}

header.jobs-header a.logo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

@media (min-width: 720px) {
    header.jobs-header a.logo {
        width: auto;
        text-align: left;
        margin-bottom: 0;
    }
}

header.jobs-header a.logo img {
    width: 310px;
}

@media (min-width: 1025px) {
    header.jobs-header a.logo img {
        width: 359px;
    }
}

header.jobs-header .search-form {
    position: relative;
    width: 100%;
}

@media (min-width: 720px) {
    header.jobs-header .search-form {
        width: 300px;
    }
}

@media (min-width: 1025px) {
    header.jobs-header .search-form {
        width: 650px;
    }
}

header.jobs-header .search-form input[type="text"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background-color: #f2f2f2;
    box-shadow: none;
    padding-right: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 0;
    font-size: 1.8rem;
}

@media (min-width: 720px) {
    header.jobs-header .search-form input[type="text"] {
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
    }
}

@media (min-width: 1025px) {
    header.jobs-header .search-form input[type="text"] {
        width: calc(100% - 70px);
        float: left;
        padding-right: 15px;
    }
}

header.jobs-header .search-form form {
    display: inline-block;
    width: 100%;
}

header.jobs-header .search-form form .button {
    width: 38px;
    height: 38px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    min-width: 0;
    padding: 0;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 10;
    line-height: 38px;
    background: #24ABF6;
    box-shadow: none;
}

@media (min-width: 720px) {
    header.jobs-header .search-form form .button {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }
}

@media (min-width: 1025px) {
    header.jobs-header .search-form form .button {
        position: static;
        height: 60px;
        width: 60px;
        float: right;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
}

header.jobs-header .search-form form .button img {
    width: 18px;
}

@media (min-width: 720px) {
    header.jobs-header .search-form form .button img {
        width: 24px;
    }
}

header.jobs-header.scrolled {
    padding: 10px 0;
}

footer {
    background: #3831a6;
    padding: 80px 0 70px;
    position: relative;
    z-index: 21;
}

@media (min-width: 720px) {
    footer {
        overflow: hidden;
    }
}

footer .sep {
    margin: 20px 0;
    background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 720px) {
    footer .sep {
        margin: 40px 0;
    }
}

footer .container.first-container {
    padding-top: 150px;
}

@media (min-width: 720px) {
    footer .container.first-container {
        padding-top: 0;
    }
}

footer .button.blue {
    background: #24ABF6;
}

footer h4 {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.footer-columns ul {
	margin-bottom: 35px;
}
.footer-columns .col_25 {
	width: 50%;
}
@media (min-width: 720px) {
    footer h4 {
		font-size: 2.5rem;
		font-weight: 400;
		margin-bottom: 50px;
    }
	.footer-columns ul {
		margin-bottom: 0;
	}
	.footer-columns .col_25 {
		width: 25%;
	}
}

footer ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

footer ul li a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

footer p {
    color: #fff;
    font-weight: 300;
}

footer p a {
    color: #77b2e2;
}

footer .cards-wrapper {
    overflow: hidden;
    margin-top: 30px;
}

@media (min-width: 1025px) {
    footer .cards-wrapper {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 10;
    }
}

footer .cards-wrapper img {
    display: inline-block;
    float: left;
    margin-right: 10px;
    max-height: 16px;
    max-width: 40px;
    width: 100%;
}

@media (min-width: 1025px) {
    footer .cards-wrapper img {
        margin-right: 17px;
        max-height: 21px;
        max-width: 54px;
    }
}

footer .cards-wrapper img:last-child {
    margin-right: 0;
}

footer .mobile-networks a {
    display: inline-block;
    font-size: 3rem;
    margin: 0 10px;
}

footer .mobile-networks a.facebook {
    color: #3b5999;
}

@media (min-width: 720px) {
    footer .mobile-networks a.facebook {
        color: #fff;
    }
}

footer .mobile-networks a.twitter {
    color: #55acee;
}

@media (min-width: 720px) {
    footer .mobile-networks a.twitter {
        color: #fff;
    }
}

footer .mobile-networks a.youtube {
    color: #cd201f;
}

@media (min-width: 720px) {
    footer .mobile-networks a.youtube {
        color: #fff;
    }
}

footer .mobile-networks a.linkedin {
    color: #0077b5;
}

@media (min-width: 720px) {
    footer .mobile-networks a.linkedin {
        color: #fff;
    }
}

@media (min-width: 720px) {
    footer .mobile-networks a {
        float: left;
        margin: 0;
        margin-right: 25px;
        color: #fff;
    }
}

footer .col_40 {
    width: 50%;
}

footer .col_40 .col_50 {
    width: 100%;
}

@media (min-width: 1025px) {
    footer .col_40 .col_50 {
        width: 50%;
    }
}

footer .col_40.different-mobile {
    width: 100%;
    padding: 45px 30px;
    position: absolute;
    top: -120px;
    left: 0;
    background: #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.13);
    text-align: center;
}

footer .col_40.different-mobile h4 {
    color: #3831a6;
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
}

footer .col_40.different-mobile p {
    color: #6b6981;
}

@media (min-width: 720px) {
    footer .col_40.different-mobile p {
        color: #fff;
    }
}

@media (min-width: 720px) {
    footer .col_40.different-mobile {
        position: static;
        background: none;
        box-shadow: none;
        text-align: left;
        width: 33.33%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0 45px;
    }

    footer .col_40.different-mobile h4 {
        color: #fff;
    }
}

@media (min-width: 1025px) {
    footer .col_40.different-mobile {
        width: 40%;
    }
}

@media (min-width: 720px) {
    footer .col_40 {
        width: 33.33%;
    }
}

@media (min-width: 1025px) {
    footer .col_40 {
        width: 40%;
    }
}

footer .col_20 {
    width: 50%;
}

@media (min-width: 720px) {
    footer .col_20 {
        width: 33.33%;
    }
}

@media (min-width: 1025px) {
    footer .col_20 {
        width: 20%;
    }
}

footer .bottom-footer {
    margin-top: 40px;
}

footer .bottom-footer p {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 20px;
    position: relative;
}

footer .bottom-footer p img {
    max-height: 24px;
    width: 100%;
    position: absolute;
    right: -20px;
    bottom: 0;
    display: inline-block;
    max-width: 35px;
}

@media (max-width: 720px) {
	footer .bottom-footer p img {
		position: relative;
		right: inherit;
	}
	footer .bottom-footer p {
		line-height: 28px;
	}
}
@media (min-width: 720px) {
    footer .bottom-footer p img {
        position: static;
        margin-right: 10px;
    }
}

.homepage .pull-up {
    margin-top: -30px;
    position: relative;
    z-index: 20;
}

@media (min-width: 720px) {
    .homepage .pull-up {
        margin-top: 0;
    }
}

/*@media (min-width: 1025px) {
    .homepage .card-box .text-content {
        padding-top: 150px;
    }
}*/

@media (min-width: 720px) {
    .homepage .card-box.small-box .text-content {
        max-width: 100%;
    }
}

@media (min-width: 1025px) {
    .homepage .card-box.small-box .text-content {
        padding-top: 20px;
        padding-bottom: 0px;
        min-height: 0px;
    }
}

.default-page .limited-content {
    max-width: 700px;
    margin: 0 auto;
}

.default-page h3 {
    margin-bottom: 20px;
    font-size: 2.5rem;
    font-weight: 500;
}

@media (min-width: 720px) {
    .default-page h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1025px) {
    .default-page h3 {
        font-size: 3.2rem;
    }
}

.default-page ol {
    margin-left: 40px;
    margin-bottom: 30px;
}

@media (min-width: 1025px) {
    .default-page ol {
        margin-bottom: 40px;
    }
}

.default-page ol li {
    margin-bottom: 15px;
    font-size: 1.4rem;
    list-style-type: initial;
    font-weight: 400;
}

.default-page ul {
    margin-left: 40px;
    margin-bottom: 30px;
}

@media (min-width: 1025px) {
    .default-page ul {
        margin-bottom: 40px;
    }
}

.default-page ul li {
    margin-bottom: 15px;
    font-weight: 400;
}

.team-page .team-wrapper .col_25 {
    width: 100%;
}

@media (min-width: 720px) {
    .team-page .team-wrapper .col_25 {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .team-page .team-wrapper .col_25 {
        width: 25%;
    }
}

.team-page .team-wrapper .team-item {
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}

@media (min-width: 720px) {
    .team-page .team-wrapper .team-item {
        min-height: 290px;
    }
}

.team-page .team-wrapper .team-item h4 {
    font-size: 2.4rem;
    font-weight: 500;
    color: #3831a6;
    margin-bottom: 10px;
}

.team-page .team-wrapper .team-item span {
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #6a6880;
    margin-bottom: 12px;
}

.team-page .team-wrapper .team-item span.icon {
    text-align: center;
    height: 160px;
    margin-bottom: 10px;
}

.team-page .team-wrapper .team-item span.icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-page .team-wrapper .team-item a {
    font-size: 1.6rem;
    color: #77b2e2;
    display: block;
    margin-bottom: 12px;
    text-decoration: underline;
}

.team-page .page-wrapper {
    background: #fff;
}

/*# sourceMappingURL=style.css.map */

@media (min-width: 720px) {
    .solutions-carousel-slider-wrapper .slick-track {
        max-height: 65px;
        overflow: hidden;
    }
}

@media (min-width: 1025px) {
    .solutions-carousel-slider-wrapper .slick-track {
        max-height: 110px;
        overflow: hidden;
    }
}

.cosmin_extra_class_form .input-block > span {
    position: relative !important;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    color: #fff;
}

.cosmin_extra_class_form form .input-block p {
    margin-top: 12px;
    margin-bottom: 12px;
}

.cosmin_avatar {
    pointer-events: none;
    cursor: default;
}

.contact-page .blue-section .checkbox-input.cosmin-checkbox label {
    color: #6b6981;
}

.cosmin-checkbox .styled-checkbox.dark:checked + label:after {
    background: #6b6981;
    box-shadow: 2px 0 0 #6b6981, 4px 0 0 #6b6981, 4px -2px 0 #6b6981, 4px -4px 0 #6b6981, 4px -6px 0 #6b6981, 4px -8px 0 #6b6981;
}

.cosmin-register-nota {
    text-align: left;
}

.cosmin-register-nota small {
    font-size: 10px;
    color: #909090;
    line-height: normal;
    padding-left: 30px;
    text-align: left;
    display: block;
    margin-top: 5px;
}

label.error {
    color: red;
}

.clear_cos {
    clear: both;
}

.continut_mesaj_semnatura p {
    margin: 1.5em 0;
}

.not-found-page .top-banner.top-banner-pt-mesaj-semnatura {
    height: 100% !important;
    max-height: inherit !important;
}

.continut_mesaj_semnatura {
    position: relative !important;
    top: 0;
    display: block !important;
    bottom: initial !important;
    transform: none !important;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.continut_mesaj_semnatura.load {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.continut_mesaj_semnatura * {
    position: relative !important;
    z-index: 200 !important;
}

header.fara_shadow:before {
    content: none;
}

.top-banner.top-banner-pt-mesaj-semnatura:before {
    content: none;
}

.fara_shadow .not-found-page {
    background: #fff;
}

.top-banner.top-banner-pt-mesaj-semnatura {
    background: #fff;
}

.continut_mesaj_semnatura {
    background: #f6f6f6;
    margin-top: 285px;
    margin-bottom: 2em;
    padding: 2em 1.5em 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 5px 18px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 5px 18px rgba(0, 0, 0, 0.15);
}

.text_mesaj_semnatura * {
    color: #393939 !important;
    text-shadow: none !important;
}

header.fara_shadow {
    background: #3831a6;

    /*background: #25abf7;*/
}

@media screen and (max-width: 768px) {
    .continut_mesaj_semnatura {
        margin-top: 150px;
    }
}

.continut_mesaj_semnatura i.fas,
.continut_mesaj_semnatura i.far {
    font-size: 2em;
    margin-bottom: 0.5em;
    color: #888 !important;
}

.continut_mesaj_semnatura i.fa-times-circle {
    font-size: 2em;
    margin-bottom: 0.5em;
    color: #e43131 !important;
}

.split-section-wrapper .text-content .inner-content.vc_padding_new {
    padding: 35px 25px;
}

.split-section-wrapper .text-content h5.text_testimonial {
    font-size: 18px;
    line-height: 24px;
}

@media (min-width: 720px) {
    .split-section-wrapper .text-content .inner-content.vc_padding_new {
        padding-top: 150px;
        z-index: 1;
    }

    .split-section-wrapper .text-content h5.text_testimonial {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (min-width: 1025px) {
    .split-section-wrapper .text-content .inner-content.vc_padding_new {
        z-index: 3;
        padding: 50px 60px;
    }

    .split-section-wrapper .text-content h5.text_testimonial {
        font-size: 28px;
        line-height: 36px;
    }
}
