﻿*,
::before,
::after {
    box-sizing: border-box
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit
}

html {
    cursor: default;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: #fff0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word
}

body {
    margin: 0 auto;
    max-width: 1960px
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
    margin: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0
}

hr {
    height: 0;
    overflow: visible
}

main {
    display: block
}

nav ol,
nav ul {
    list-style: none;
    padding: 0
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: #fff0
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

iframe {
    border-style: none
}

img {
    border-style: none
}

svg:not([fill]) {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

button,
input,
select {
    margin: 0
}

button {
    overflow: visible;
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

fieldset {
    border: 1px solid #a0a0a0;
    padding: .35em .75em .625em
}

input {
    overflow: visible
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

select {
    text-transform: none
}

textarea {
    margin: 0;
    overflow: auto;
    resize: vertical
}

[type=checkbox],
[type=radio] {
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

details {
    display: block
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

dialog:not([open]) {
    display: none
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[hidden] {
    display: none
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true],
[disabled] {
    cursor: not-allowed
}

[aria-hidden=false][hidden] {
    display: initial
}

[aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
*::before,
*::after {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:1024px) {
    .container {
        padding-right: 66px;
        padding-left: 66px
    }
}

@media(min-width:1440px) {
    .container {
        padding-right: 110px;
        padding-left: 110px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(max-width:1199.98px) {
    .container-fluid {
        padding-right: 30px;
        padding-left: 30px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        order: -1
    }
    .order-sm-last {
        order: 13
    }
    .order-sm-0 {
        order: 0
    }
    .order-sm-1 {
        order: 1
    }
    .order-sm-2 {
        order: 2
    }
    .order-sm-3 {
        order: 3
    }
    .order-sm-4 {
        order: 4
    }
    .order-sm-5 {
        order: 5
    }
    .order-sm-6 {
        order: 6
    }
    .order-sm-7 {
        order: 7
    }
    .order-sm-8 {
        order: 8
    }
    .order-sm-9 {
        order: 9
    }
    .order-sm-10 {
        order: 10
    }
    .order-sm-11 {
        order: 11
    }
    .order-sm-12 {
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:768px) {
    .col-md {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        order: -1
    }
    .order-md-last {
        order: 13
    }
    .order-md-0 {
        order: 0
    }
    .order-md-1 {
        order: 1
    }
    .order-md-2 {
        order: 2
    }
    .order-md-3 {
        order: 3
    }
    .order-md-4 {
        order: 4
    }
    .order-md-5 {
        order: 5
    }
    .order-md-6 {
        order: 6
    }
    .order-md-7 {
        order: 7
    }
    .order-md-8 {
        order: 8
    }
    .order-md-9 {
        order: 9
    }
    .order-md-10 {
        order: 10
    }
    .order-md-11 {
        order: 11
    }
    .order-md-12 {
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.3333333333%
    }
    .offset-md-2 {
        margin-left: 16.6666666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.3333333333%
    }
    .offset-md-5 {
        margin-left: 41.6666666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.3333333333%
    }
    .offset-md-8 {
        margin-left: 66.6666666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.3333333333%
    }
    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:1024px) {
    .col-lg {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        order: -1
    }
    .order-lg-last {
        order: 13
    }
    .order-lg-0 {
        order: 0
    }
    .order-lg-1 {
        order: 1
    }
    .order-lg-2 {
        order: 2
    }
    .order-lg-3 {
        order: 3
    }
    .order-lg-4 {
        order: 4
    }
    .order-lg-5 {
        order: 5
    }
    .order-lg-6 {
        order: 6
    }
    .order-lg-7 {
        order: 7
    }
    .order-lg-8 {
        order: 8
    }
    .order-lg-9 {
        order: 9
    }
    .order-lg-10 {
        order: 10
    }
    .order-lg-11 {
        order: 11
    }
    .order-lg-12 {
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:1440px) {
    .col-xl {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        order: -1
    }
    .order-xl-last {
        order: 13
    }
    .order-xl-0 {
        order: 0
    }
    .order-xl-1 {
        order: 1
    }
    .order-xl-2 {
        order: 2
    }
    .order-xl-3 {
        order: 3
    }
    .order-xl-4 {
        order: 4
    }
    .order-xl-5 {
        order: 5
    }
    .order-xl-6 {
        order: 6
    }
    .order-xl-7 {
        order: 7
    }
    .order-xl-8 {
        order: 8
    }
    .order-xl-9 {
        order: 9
    }
    .order-xl-10 {
        order: 10
    }
    .order-xl-11 {
        order: 11
    }
    .order-xl-12 {
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block,
.about-us-our-csr-list--item {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex,
.about-us-our-csr-list--item-top,
.about-us-our-organizational-list--item__col-logo,
.about-us-our-impact__image {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width:1440px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center,
.about-us-our-organizational-list--item__col-logo,
.about-us-our-impact__image {
    justify-content: center !important
}

.justify-content-between,
.about-us-our-csr-list--item-top {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center,
.about-us-our-organizational-list--item__col-logo,
.about-us-our-impact__image {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media(min-width:1440px) {
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.about-us-our-organizational-list--item h3,
.about-us-our-organizational-list--item .wp-block-ht-block-toc .htoc__title,
.wp-block-ht-block-toc .about-us-our-organizational-list--item .htoc__title,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.about-us-operating .about-us-core-operational-list-item__description p,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.about-us-our-organizational-list--item h3,
.about-us-our-organizational-list--item .wp-block-ht-block-toc .htoc__title,
.wp-block-ht-block-toc .about-us-our-organizational-list--item .htoc__title,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.about-us-our-impact-list .about-us-core-operational-list-item__text,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.about-us-our-impact-list,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.about-us-our-organizational-list--item__col-logo,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -0.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important
}

.m-n2 {
    margin: -0.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }
    .m-sm-n1 {
        margin: -0.25rem !important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important
    }
    .m-sm-n2 {
        margin: -0.5rem !important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important
    }
    .m-sm-n3 {
        margin: -1rem !important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }
    .m-sm-n4 {
        margin: -1.5rem !important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }
    .m-sm-n5 {
        margin: -3rem !important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }
    .m-md-n1 {
        margin: -0.25rem !important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important
    }
    .m-md-n2 {
        margin: -0.5rem !important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important
    }
    .m-md-n3 {
        margin: -1rem !important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }
    .m-md-n4 {
        margin: -1.5rem !important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }
    .m-md-n5 {
        margin: -3rem !important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .about-us-our-organizational-list--item__col-logo,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }
    .m-lg-n1 {
        margin: -0.25rem !important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important
    }
    .m-lg-n2 {
        margin: -0.5rem !important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important
    }
    .m-lg-n3 {
        margin: -1rem !important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }
    .m-lg-n4 {
        margin: -1.5rem !important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }
    .m-lg-n5 {
        margin: -3rem !important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1440px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }
    .m-xl-n1 {
        margin: -0.25rem !important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important
    }
    .m-xl-n2 {
        margin: -0.5rem !important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important
    }
    .m-xl-n3 {
        margin: -1rem !important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }
    .m-xl-n4 {
        margin: -1.5rem !important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }
    .m-xl-n5 {
        margin: -3rem !important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100,
.section-contact-from-home-container__bottom {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100,
.about-us-our-csr-list--item,
.about-us-our-impact__image {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute,
.section-contact-from-home-container__bottom-list .btn-circle,
.section-contact-from-home-container__bottom-list .item:before {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports(position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.collapse {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s cubic-bezier(0, 1, 0, 1)
}

.collapse.show {
    max-height: 99em;
    transition: max-height .5s ease-in-out
}

.container-collapse__content {
    height: 100%
}

@font-face {
    font-family: "Century Gothic";
    font-weight: 400;
    src: url(../fonts/century/6005230/f511511a-63a8-45a4-8f43-959006da1991.woff2) format("woff2"), url(../fonts/century/6005230/1cc7d3a1-9616-489b-b078-fa3c4799cd8a.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "Century Gothic";
    font-style: italic;
    src: url(../fonts/century/6005241/0dff58b7-4281-4bc5-bd83-3b5915daa86e.woff2) format("woff2"), url(../fonts/century/6005241/4ce874a4-dfd5-41c3-8668-c77b015ab055.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "Century Gothic";
    font-weight: 700;
    src: url(../fonts/century/6005276/b12fce6d-1212-4e0a-8d70-d15379749cb9.woff2) format("woff2"), url(../fonts/century/6005276/04298db1-df5a-4858-9cb9-3990c5547fb2.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "Century Gothic";
    font-weight: 700;
    font-style: italic;
    src: url(../fonts/century/6005286/3279c216-0212-4ef7-ac3a-02e24b302c90.woff2) format("woff2"), url(../fonts/century/6005286/d3b91ac2-9291-4250-859b-f1be7f25f938.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "Century Gothic";
    font-weight: 800;
    src: url(../fonts/century/6005322/a5a5fbdb-dfc6-4fcb-9882-cff3422f37ac.woff2) format("woff2"), url(../fonts/century/6005322/0e259a67-afaa-4287-a610-88a14faae369.woff) format("woff");
    font-display: swap
}

h1,
h2,
h3,
.wp-block-ht-block-toc .htoc__title,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Century Gothic", sans-serif;
    font-weight: 300;
    line-height: 1.3;
    color: #000
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
.wp-block-ht-block-toc .htoc__title small,
h3 .small,
.wp-block-ht-block-toc .htoc__title .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #585858
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
.wp-block-ht-block-toc .htoc__title small,
h3 .small,
.wp-block-ht-block-toc .htoc__title .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 8px;
    margin-bottom: 12px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 48px
}

@media(max-width:1199.98px) {
    h1,
    .h1 {
        font-size: 30.3221730891px
    }
}

h2,
.h2 {
    font-size: 38px
}

@media(max-width:1199.98px) {
    h2,
    .h2 {
        font-size: 24.0050536955px
    }
}

h3,
.wp-block-ht-block-toc .htoc__title,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 20px
}

h5,
.h5 {
    font-size: 16px
}

h6,
.h6 {
    font-size: 14px
}

.font-weight-bold {
    font-weight: 700
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

.section-post a {
    color: #fa3a6b;
    transition: all .3s ease;
    text-decoration: none
}

.section-post a:hover,
.section-post a:active {
    text-decoration: underline;
    color: #a82a4c
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 24px
    }
}

hr.hr-blue {
    margin: 20px 0 0;
    padding-bottom: 40px;
    border: none;
    border-top: 1px solid #c3d2f6
}

small,
.small {
    font-size: 87%
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #585858
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

@media(min-width:1024px) {
    .mobile {
        display: none !important
    }
}

@media(max-width:1023.98px) {
    .desktop {
        display: none !important
    }
}

.list-links {
    padding-left: 0;
    list-style: none
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-unstyled li,
.list-unstyled a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: all .3s ease
}

.list-unstyled li:hover,
.list-unstyled a:hover {
    color: #585858
}

.list-unstyled li {
    margin-bottom: 15px
}

.list-unstyled li.current-cat a {
    color: #00BF63
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 22px
}

dt,
dd {
    line-height: 1.428571429
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    display: table;
    content: " "
}

.dl-horizontal dd:after {
    clear: both
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help
}

.initialism {
    font-size: 90%
}

.blockquote-green,
.payments-image-text blockquote,
.payments-image-text .blockquote-green {
    padding: 0 30px 0 13px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 0;
    border-left: 6px solid #00BF63
}

@media(min-width:768px) {
    .blockquote-green,
    .payments-image-text blockquote,
    .payments-image-text .blockquote-green {
        padding: 0 55px 0 13px;
        border-left: 6px solid #00BF63
    }
}

.blockquote-green p,
.payments-image-text blockquote p {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #7a7a7a
}

blockquote,
.blockquote-green,
.payments-image-text blockquote,
.payments-image-text .blockquote-green {
    position: relative;
    padding: 10px 10px 10px 30px;
    border-left: 3px solid #00BF63;
    margin: 0 0 22px 25px;
    font-size: 20px
}

@media(min-width:768px) {
    blockquote,
    .blockquote-green,
    .payments-image-text blockquote,
    .payments-image-text .blockquote-green {
        padding: 30px 30px 30px 50px
    }
}

blockquote p:last-child,
.blockquote-green p:last-child,
blockquote ul:last-child,
.blockquote-green ul:last-child,
blockquote ol:last-child,
.blockquote-green ol:last-child {
    margin-bottom: 0
}

blockquote p,
.blockquote-green p,
.payments-image-text blockquote p {
    font-family: "Century Gothic", sans-serif;
    font-size: 18px;
    line-height: 35px;
    color: #303030
}

@media(min-width:768px) {
    blockquote p,
    .blockquote-green p,
    .payments-image-text blockquote p {
        font-size: 25px;
        line-height: 35px
    }
}

blockquote cite,
.blockquote-green cite,
.payments-image-text blockquote cite {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px
}

@media(min-width:768px) {
    blockquote cite,
    .blockquote-green cite,
    .payments-image-text blockquote cite {
        font-size: 16px;
        line-height: 24px
    }
}

blockquote cite .blockquote-author-position,
.blockquote-green cite .blockquote-author-position {
    color: #7a7a7a;
    font-weight: 400
}

blockquote footer,
.blockquote-green footer,
.payments-image-text blockquote footer,
blockquote small,
.blockquote-green small,
.payments-image-text blockquote small,
blockquote .small,
.blockquote-green .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #585858
}

blockquote footer:before,
.blockquote-green footer:before,
.payments-image-text blockquote footer:before,
blockquote small:before,
.blockquote-green small:before,
.payments-image-text blockquote small:before,
blockquote .small:before,
.blockquote-green .small:before {
    content: "— "
}

.wp-block-pullquote {
    margin: 0;
    padding: 1em 0
}

.wp-block-pullquote blockquote,
.wp-block-pullquote .blockquote-green {
    border-top: 3px solid #00BF63;
    border-bottom: 3px solid #00BF63;
    border-left: none;
    margin: 0;
    padding: 10px;
    font-size: 20px
}

@media(min-width:768px) {
    .wp-block-pullquote blockquote,
    .wp-block-pullquote .blockquote-green {
        padding: 30px 30px 30px 50px;
        margin: 0 22px 22px 25px
    }
}

.wp-block-pullquote p {
    font-size: 18px;
    line-height: 35px
}

@media(min-width:768px) {
    .wp-block-pullquote p {
        font-size: 25px;
        line-height: 35px
    }
}

.wp-block-pullquote cite {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px
}

@media(min-width:768px) {
    .wp-block-pullquote cite {
        font-size: 16px;
        line-height: 24px
    }
}

.blockquote-reverse,
blockquote.pull-right,
.pull-right.blockquote-green {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #fa3a6b;
    border-left: 0
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
.pull-right.blockquote-green footer:before,
blockquote.pull-right small:before,
.pull-right.blockquote-green small:before,
blockquote.pull-right .small:before,
.pull-right.blockquote-green .small:before {
    content: ""
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
.pull-right.blockquote-green footer:after,
blockquote.pull-right small:after,
.pull-right.blockquote-green small:after,
blockquote.pull-right .small:after,
.pull-right.blockquote-green .small:after {
    content: " —"
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.428571429
}

.blocks-gallery-grid li:after {
    display: none
}

.__section-single-text {
    margin-bottom: 39px
}

@media(min-width:768px)and (max-width:1439.98px) {
    .__section-single-text {
        margin-bottom: 69px
    }
}

@media(min-width:1200px) {
    .__section-single-text {
        font-size: 16px;
        margin-bottom: 89px
    }
}

.__section-single-text.__page-default {
    margin-bottom: 0;
    padding-bottom: 39px
}

@media(min-width:768px)and (max-width:1439.98px) {
    .__section-single-text.__page-default {
        margin-bottom: 0;
        padding-bottom: 69px
    }
}

@media(min-width:1200px) {
    .__section-single-text.__page-default {
        font-size: 16px;
        padding-bottom: 89px
    }
}

.__post-with-author {
    margin-bottom: 0
}

.container-body-text__tags {
    margin-bottom: 10px
}

.container-body-text__tags .article-item-bottom__tags__item {
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 6px 16px
}

.container-body-text h1,
.blog-post-content-body h1 {
    margin-top: 45px
}

.container-body-text h2,
.blog-post-content-body h2 {
    font-size: 24px;
    margin-top: 35px
}

.container-body-text h3,
.container-body-text .wp-block-ht-block-toc .htoc__title,
.wp-block-ht-block-toc .container-body-text .htoc__title,
.blog-post-content-body h3,
.blog-post-content-body .wp-block-ht-block-toc .htoc__title,
.wp-block-ht-block-toc .blog-post-content-body .htoc__title {
    font-size: 20px
}

.container-body-text h4,
.blog-post-content-body h4 {
    font-size: 16px
}

.container-body-text h3,
.container-body-text .wp-block-ht-block-toc .htoc__title,
.wp-block-ht-block-toc .container-body-text .htoc__title,
.blog-post-content-body h3,
.blog-post-content-body .wp-block-ht-block-toc .htoc__title,
.wp-block-ht-block-toc .blog-post-content-body .htoc__title,
.container-body-text h4,
.blog-post-content-body h4 {
    font-weight: 700
}

@media(min-width:768px) {
    .container-body-text h1,
    .blog-post-content-body h1 {
        margin-top: 60px;
        margin-bottom: 20px
    }
    .container-body-text h2,
    .blog-post-content-body h2 {
        font-size: 35px;
        margin-top: 45px
    }
    .container-body-text h3,
    .container-body-text .wp-block-ht-block-toc .htoc__title,
    .wp-block-ht-block-toc .container-body-text .htoc__title,
    .blog-post-content-body h3,
    .blog-post-content-body .wp-block-ht-block-toc .htoc__title,
    .wp-block-ht-block-toc .blog-post-content-body .htoc__title {
        font-size: 24px
    }
    .container-body-text h4,
    .blog-post-content-body h4 {
        font-size: 20px;
        font-weight: 400
    }
}

.container-body-text p,
.blog-post-content-body p {
    color: #474747;
    margin: 0 0 21px;
    line-height: 26px
}

.container-body-text img,
.blog-post-content-body img {
    margin: 10px 0 30px;
    height: auto
}

.container-body-text .wp-block-image img,
.blog-post-content-body .wp-block-image img {
    max-width: 100%;
    border-radius: 12px
}

.container-body-text a,
.blog-post-content-body a {
    text-decoration: none;
    background-image: linear-gradient(120deg, #00BF63 0%, #00BF63 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0 100%;
    transition: background-size .1s ease-in;
    padding: 2px 0 2px
}

.container-body-text a:hover,
.blog-post-content-body a:hover {
    background-size: 100% 88%;
    color: #fff
}

.container-body-text a.btn,
.blog-post-content-body a.btn {
    background-image: none;
    padding: 0 24px 0 24px
}

.container-body-text ul,
.blog-post-content-body ul {
    list-style: none;
    margin-bottom: 24px
}

.container-body-text ul li,
.blog-post-content-body ul li {
    padding-left: 20px;
    position: relative;
    color: #474747;
    margin-bottom: 10px
}

.container-body-text ul ul,
.blog-post-content-body ul ul {
    margin-top: 10px;
    margin-bottom: 0
}

.container-body-text ul ul li,
.blog-post-content-body ul ul li {
    padding-left: 15px
}

.container-body-text ul ul li:before,
.blog-post-content-body ul ul li:before {
    content: "";
    background: #6244bb none;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 10px
}

.container-body-text ol,
.blog-post-content-body ol {
    padding: 0;
    list-style: none;
    counter-reset: li;
    margin-bottom: 24px
}

.container-body-text ol li,
.blog-post-content-body ol li {
    position: relative;
    color: #474747;
    margin-bottom: 10px;
    counter-increment: li
}

.container-body-text ol li:before,
.blog-post-content-body ol li:before {
    content: counter(li) ".";
    font-weight: 700;
    color: #00BF63;
    padding-right: 10px;
    display: inline-block
}

.container-body-text blockquote p,
.blog-post-content-body blockquote p,
.container-body-text .blockquote-green p,
.blog-post-content-body .blockquote-green p {
    line-height: 30px;
    color: #303030
}

@media(min-width:768px) {
    .container-body-text blockquote p,
    .blog-post-content-body blockquote p,
    .container-body-text .blockquote-green p,
    .blog-post-content-body .blockquote-green p {
        line-height: 35px
    }
}

a {
    color: #00BF63
}

a:hover {
    text-decoration: none
}

.block-content h4 {
    color: #fff;
    margin: 0 0 5px;
    font-weight: 700
}

.block-content h2 {
    margin: 0;
    font-weight: 400;
    font-size: 16px
}

@media(min-width:576px)and (max-width:1199.98px) {
    .block-content h2 {
        font-size: 24px
    }
}

@media(min-width:1200px) {
    .block-content h2 {
        font-size: 35px
    }
}

.block-content-list {
    margin-bottom: 0
}

.block-content-list li:last-child {
    margin-bottom: 0
}

.block-content-list li {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 11px
}

.block-content-list li p {
    color: #fff;
    margin: 0
}

.block-content-list li i {
    margin-top: 2px;
    grid-row-start: 1;
    grid-row-end: 3
}

.block-content-purple {
    background-color: #6244bb;
    color: #fff;
    padding: 90px 80px;
    margin-top: 40px
}

@media(min-width:1200px) {
    .block-content-purple {
        margin-top: 0
    }
}

.block-content-purple li {
    margin-bottom: 40px
}

.block-content-white {
    background-color: #fff;
    padding: 40px 0 60px
}

@media(min-width:576px)and (max-width:1439.98px) {
    .block-content-white {
        padding: 90px 0
    }
}

@media(min-width:1200px) {
    .block-content-white {
        padding: 110px 0
    }
}

.block-content-green {
    background-color: #00BF63;
    color: #fff;
    padding: 90px 80px
}

.block-content-green .item {
    margin-bottom: 75px
}

.block-content-green .item:last-child {
    margin-bottom: 0
}

.block-content-green .title {
    font-weight: 700;
    font-size: 50px;
    line-height: 24px;
    margin-bottom: 15px
}

table {
    width: 100%;
    text-align: left;
    margin: 32px 0;
    padding: 0;
    border-spacing: 0;
    border-radius: 4px;
    border-collapse: collapse
}

table p,
table form,
table ul,
table li {
    margin: 6px 0;
    padding: 0
}

table th {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid #333
}

table td {
    padding: 12px;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #333
}

.wp-block-table {
    margin: 0
}

.wp-block-table .has-fixed-layout {
    width: 99%
}

.wp-block-table strong {
    color: #333
}

.wp-block-table table {
    width: 100%;
    text-align: left;
    margin: 0 0 32px;
    padding: 0;
    border-radius: 4px
}

.wp-block-table th {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0;
    padding: 12px;
    color: #333;
    border-top: 1px solid #333;
    box-sizing: border-box
}

.wp-block-table td {
    padding: 12px;
    margin: 0;
    vertical-align: top;
    box-sizing: border-box;
    color: #585858
}

.wp-block-table.is-style-stripes table {
    border-collapse: collapse
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background: rgb(0 0 0 / .04)
}

.wp-block-table.is-style-stripes td {
    border: 1px solid #333
}

* {
    box-sizing: border-box
}

html {
    height: 100%;
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    scroll-padding: 126px
}

@media(max-width:575.98px) {
    html {
        scroll-padding: 97px
    }
}

html :where(img) {
    max-width: none
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    min-height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility !important
}

.page-wrapper {
    min-width: 0;
    margin: 8px 14px;
    border-radius: 8px 8px 0 0
}

.content-top-cover {
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
    z-index: 100;
    background-color: #fff0;
    transition: all .1s ease-in-out
}

.content-top-cover.__bg-white {
    background-color: #fff
}

.rounded-header {
    border-radius: 12px
}

@media(min-width:1024px) {
    .page-wrapper {
        margin: 20px 20px 0 20px
    }
}

#maincontent {
    height: 100%
}

.grecaptcha-badge {
    visibility: hidden
}

#ed-class-translator-listener {
    position: absolute
}

.clearfix::after {
    content: "";
    display: table;
    clear: both
}

.row-revers {
    flex-direction: column-reverse
}

@media(min-width:1200px) {
    .row-lg-revers {
        flex-direction: row-reverse
    }
}

@media(max-width:1199.98px) {
    .mob-row-revers {
        flex-direction: column-reverse
    }
}

@media(max-width:1199.98px) {
    .remove-mob {
        display: none
    }
}

.__height-equal {
    justify-content: stretch
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    z-index: 100
}

.skip-link:focus {
    top: 0
}

.__height100 {
    height: 100%
}

.hidden-scroll {
    overflow: hidden
}

.__bg-gray {
    background-color: #f5f5f5 !important
}

.__bg-white {
    background-color: #fff !important
}

.btn-mt-40 {
    margin-top: 40px
}

.img-fluid,
.about-us-our-csr-list--item__type img,
.about-us-our-organizational-list--item__col-logo img {
    max-width: 100%;
    height: auto
}

.text-white {
    color: #fff
}

.__pt-110 {
    padding-top: 60px
}

@media(min-width:1200px) {
    .__pt-110 {
        padding-top: 110px
    }
}

.__pb-110 {
    padding-bottom: 60px
}

@media(min-width:1200px) {
    .__pb-110 {
        padding-bottom: 110px
    }
}

.__mb-110 {
    margin-bottom: 60px
}

@media(min-width:1200px) {
    .__mb-110 {
        margin-bottom: 110px
    }
}

.image-with-shadow:before,
.about-us-our-impact__image:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    height: 70%;
    transform: translateY(-50%) translateX(-50%) translateZ(0);
    background: #e2e2e2;
    filter: blur(72px);
    -webkit-filter: blur(72px);
    border-radius: 50%
}

.image-with-shadow img,
.about-us-our-impact__image img {
    position: relative;
    z-index: 0;
    width: 100%
}

.services-about-service-image .image-with-shadow img,
.services-about-service-image .about-us-our-impact__image img {
    width: auto
}

.__section-border-bottom {
    border-bottom: 1px solid rgb(0 0 0 / .1);
    padding: 24px 0
}

@media(min-width:1200px) {
    .__section-border-bottom {
        padding: 0 0 110px
    }
}

.gap-1 {
    gap: .5rem
}

.gap-2 {
    gap: 2rem
}

.justify-items-center {
    justify-items: center !important
}

.overflow-hidden {
    overflow: hidden
}

.icon-linkedin {
    -webkit-mask: url(../img/inhtml/icon-linkedin.svg);
    mask: url(../img/inhtml/icon-linkedin.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 16px;
    height: 22px;
    display: inline-block;
    background-color: #fff
}

.icon-linkedin.__purple {
    background-color: #6244bb
}

.icon-linkedin.__green {
    background-color: #00BF63
}

.blog-post-author-socilas .btn-icon-circle:hover {
    background-color: #00BF63
}

.blog-post-author-socilas .btn-icon-circle:hover .icon-linkedin.__green {
    background-color: #fff
}

.icon-facebook {
    -webkit-mask: url(../img/inhtml/icon-facebook.svg);
    mask: url(../img/inhtml/icon-facebook.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 19px;
    height: 17px;
    display: inline-block;
    background-color: #fff
}

.icon-facebook.__purple {
    background-color: #6244bb
}

.icon-clutch {
    -webkit-mask: url(../img/inhtml/icon-clutch.svg);
    mask: url(../img/inhtml/icon-clutch.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 20px;
    height: 22px;
    display: inline-block;
    background-color: #fff
}

.icon-clutch.__purple {
    background-color: #6244bb
}

.icon-twitter {
    -webkit-mask: url(../img/inhtml/icon-twitter.svg);
    mask: url(../img/inhtml/icon-twitter.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 17px;
    height: 22px;
    display: inline-block;
    background-color: #fff
}

.icon-twitter.__purple {
    background-color: #6244bb
}

.icon-xing {
    -webkit-mask: url(../img/inhtml/icon-social-x.svg);
    mask: url(../img/inhtml/icon-social-x.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 20px;
    height: 22px;
    display: inline-block;
    background-color: #fff
}

.icon-xing.__purple {
    background-color: #6244bb
}

.icon-position {
    -webkit-mask: url(../img/inhtml/contact-us/icon-location.svg);
    mask: url(../img/inhtml/contact-us/icon-location.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 13px;
    height: 18px;
    display: inline-block;
    background-color: #00BF63
}

.icon-position.__purple {
    background-color: #6244bb
}

.icon-email {
    -webkit-mask: url(../img/inhtml/contact-us/icon-email-1.svg);
    mask: url(../img/inhtml/contact-us/icon-email-1.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 16px;
    height: 11px;
    display: inline-block;
    background-color: #00BF63
}

.icon-email.__purple {
    background-color: #6244bb
}

.icon-phone {
    -webkit-mask: url(../img/inhtml/contact-us/icon-phone-number.svg);
    mask: url(../img/inhtml/contact-us/icon-phone-number.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: #00BF63
}

.icon-phone.__purple {
    background-color: #6244bb
}

.icon-arrow-right {
    -webkit-mask: url(../img/inhtml/icon-arrow-right.svg);
    mask: url(../img/inhtml/icon-arrow-right.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 8px;
    height: 10px;
    display: inline-block;
    background-color: #fff
}

.icon-arrow-right.__purple {
    background-color: #6244bb
}

.icon-remove {
    -webkit-mask: url(../img/inhtml/icon-remove.svg);
    mask: url(../img/inhtml/icon-remove.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #6244bb
}

.icon-remove.__purple {
    background-color: #6244bb
}

.icon-filter {
    -webkit-mask: url(../img/inhtml/icon-filter.svg);
    mask: url(../img/inhtml/icon-filter.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 21px;
    height: 21px;
    display: inline-block;
    background-color: #fff
}

.icon-filter.__purple {
    background-color: #6244bb
}

.icon-glory-ukraine {
    -webkit-mask: url(../img/inhtml/icon-glory-ukraine.svg);
    mask: url(../img/inhtml/icon-glory-ukraine.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 40px;
    height: 43px;
    display: inline-block;
    background-color: #fff
}

.icon-glory-ukraine.__purple {
    background-color: #6244bb
}

.icon-case-services {
    -webkit-mask: url(../img/inhtml/case-studies/icon-service.svg);
    mask: url(../img/inhtml/case-studies/icon-service.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 21px;
    height: 21px;
    display: inline-block;
    background-color: #fff
}

.icon-case-services.__purple {
    background-color: #6244bb
}

.icon-case-industry {
    -webkit-mask: url(../img/inhtml/case-studies/icon-industry-circle.svg);
    mask: url(../img/inhtml/case-studies/icon-industry-circle.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 21px;
    height: 21px;
    display: inline-block;
    background-color: #fff
}

.icon-case-industry.__purple {
    background-color: #6244bb
}

.icon-case-location {
    -webkit-mask: url(../img/inhtml/case-studies/icon-location.svg);
    mask: url(../img/inhtml/case-studies/icon-location.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 15px;
    height: 21px;
    display: inline-block;
    background-color: #fff
}

.icon-case-location.__purple {
    background-color: #6244bb
}

.icon-close {
    -webkit-mask: url(../img/inhtml/close.svg);
    mask: url(../img/inhtml/close.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 21px;
    height: 21px;
    display: inline-block;
    background-color: #fff
}

.icon-close.__purple {
    background-color: #6244bb
}

.icon-close-bold {
    -webkit-mask: url(../img/inhtml/icon-close-bold.svg);
    mask: url(../img/inhtml/icon-close-bold.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 21px;
    height: 21px;
    display: inline-block;
    background-color: #fff
}

.icon-close-bold.__purple {
    background-color: #6244bb
}

.icon-copy {
    background: url(../img/inhtml/icon-copy.svg) left top no-repeat !important;
    width: 19px !important;
    height: 22px !important;
    display: inline-block;
    position: relative
}

.icon-copy:before {
    opacity: 0;
    content: "link copied!";
    font-size: 12px;
    font-style: normal;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(-100% - 20px);
    padding: 5px 8px;
    width: max-content;
    background-color: rgb(0 0 0 / .2);
    transition: all 2s ease
}

.icon-copy:active:before {
    transition: all 0s ease;
    opacity: 1
}

.icon-clutch-testimonials {
    background: url(../img/inhtml/icon-clutch-testimonials.svg) left top no-repeat !important;
    width: 84px !important;
    height: 28px !important;
    display: inline-block
}

.__purple .icon-clutch-testimonials {
    background: none #fff !important;
    -webkit-mask: url(../img/inhtml/icon-clutch-testimonials.svg);
    mask: url(../img/inhtml/icon-clutch-testimonials.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center
}

.btn,
#cookie-law-info-bar #wt-cli-accept-all-btn,
#cookie-law-info-bar #cookie_action_close_header_reject {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    position: relative;
    display: inline-block;
    color: #333;
    border-radius: 8px;
    padding: 0 24px 0 24px;
    height: 48px;
    text-decoration: none;
    border: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    transition: all .3s ease;
    cursor: pointer
}

#cookie-law-info-bar #wt-cli-accept-all-btn,
#cookie-law-info-bar #cookie_action_close_header_reject {
    text-transform: uppercase;
    border: 1px #00BF63 solid !important;
    color: #00BF63 !important
}

.checkbox-group .btn {
    border-radius: 99px
}

.btn span,
#cookie-law-info-bar #wt-cli-accept-all-btn span,
#cookie-law-info-bar #cookie_action_close_header_reject span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    column-gap: 8px;
    height: 48px
}

.btn.dropdown-icon span {
    flex-direction: row
}

.btn i,
#cookie-law-info-bar #wt-cli-accept-all-btn i,
#cookie-law-info-bar #cookie_action_close_header_reject i {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: transparent !important
}

.btn i:before,
#cookie-law-info-bar #wt-cli-accept-all-btn i:before,
#cookie-law-info-bar #cookie_action_close_header_reject i:before {
    content: "";
    -webkit-mask-image: url(../img/inhtml/button-arrow-white.svg);
    mask-image: url(../img/inhtml/button-arrow-white.svg);
    background-color: #fff;
    width: 20px;
    height: 20px;
    cursor: pointer;
    pointer-events: none;
    display: block
}

#cookie-law-info-bar #cookie_action_close_header_reject i:before {
    background-color: #00BF63
}

.btn:hover,
#cookie-law-info-bar #wt-cli-accept-all-btn:hover,
#cookie-law-info-bar #cookie_action_close_header_reject:hover,
.btn:active,
#cookie-law-info-bar #wt-cli-accept-all-btn:active,
#cookie-law-info-bar #cookie_action_close_header_reject:active {
    outline: none;
    background-color: #fff;
    color: #00BF63
}

#cookie-law-info-bar #cookie_action_close_header_reject:hover,
#cookie-law-info-bar #cookie_action_close_header_reject:active {
    outline: none;
    background-color: #fff;
    color: #fff
}

.btn:hover i:before,
#cookie-law-info-bar #wt-cli-accept-all-btn:hover i:before {
    background-color: #00BF63
}

.btn:hover i:before {
    background-color: #00BF63
}

#cookie-law-info-bar #cookie_action_close_header_reject:hover i:before {
    background-color: #fff
}

#cookie-law-info-bar #wt-cli-accept-all-btn:hover span {
    color: #00BF63
}

.btn:focus,
#cookie-law-info-bar #wt-cli-accept-all-btn:focus,
#cookie-law-info-bar #cookie_action_close_header_reject:focus {
    outline: none
}

.btn.btn-normal,
#cookie-law-info-bar .btn-normal#wt-cli-accept-all-btn,
#cookie-law-info-bar .btn-normal#cookie_action_close_header_reject {
    padding: 0 20px
}

@media(min-width:1200px) {
    .btn.btn-normal,
    #cookie-law-info-bar .btn-normal#wt-cli-accept-all-btn,
    #cookie-law-info-bar .btn-normal#cookie_action_close_header_reject {
        padding: 0 30px
    }
}

@media(min-width:1920px) {
    .btn,
    #cookie-law-info-bar #wt-cli-accept-all-btn,
    #cookie-law-info-bar #cookie_action_close_header_reject {
        font-size: 18px
    }
}

.btn i.icon-upload {
    width: 24px;
    height: 24px
}

.btn .icon-upload:before,
#cookie-law-info-bar #wt-cli-accept-all-btn .icon-upload:before,
#cookie-law-info-bar #cookie_action_close_header_reject .icon-upload:before {
    width: 18px;
    height: 20px;
    -webkit-mask-image: url(../img/inhtml/icon-upload.svg);
    mask-image: url(../img/inhtml/icon-upload.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain
}

@media(max-width:1439.98px) {
    .btn .icon-upload:before,
    #cookie-law-info-bar #wt-cli-accept-all-btn .icon-upload:before,
    #cookie-law-info-bar #cookie_action_close_header_reject .icon-upload:before {
        width: 18px;
        height: 20px;
        mask-repeat: no-repeat;
        mask-size: contain
    }
}

.btn.btn-large,
#cookie-law-info-bar .btn-large#wt-cli-accept-all-btn,
#cookie-law-info-bar .btn-large#cookie_action_close_header_reject {
    height: 40px
}

@media(min-width:1200px) {
    .btn,
    #cookie-law-info-bar #wt-cli-accept-all-btn,
    #cookie-law-info-bar #cookie_action_close_header_reject {
        height: 48px
    }
    .btn.btn-large,
    #cookie-law-info-bar .btn-large#wt-cli-accept-all-btn,
    #cookie-law-info-bar .btn-large#cookie_action_close_header_reject {
        height: 48px
    }
}

.btn.btn-large span,
#cookie-law-info-bar .btn-large#wt-cli-accept-all-btn span,
#cookie-law-info-bar .btn-large#cookie_action_close_header_reject span {
    height: 40px
}

@media(min-width:1440px) {
    .btn i,
    #cookie-law-info-bar #wt-cli-accept-all-btn i,
    #cookie-law-info-bar #cookie_action_close_header_reject i {
        width: 20px;
        height: 20px
    }
    .btn span,
    #cookie-law-info-bar #wt-cli-accept-all-btn span,
    #cookie-law-info-bar #cookie_action_close_header_reject span {
        height: 48px
    }
    .btn.btn-large span,
    #cookie-law-info-bar .btn-large#wt-cli-accept-all-btn span,
    #cookie-law-info-bar .btn-large#cookie_action_close_header_reject span {
        height: 48px
    }
    .btn i:before,
    #cookie-law-info-bar #wt-cli-accept-all-btn i:before,
    #cookie-law-info-bar #cookie_action_close_header_reject i:before {
        width: 20px;
        height: 20px;
        mask-size: 20px
    }
}

@media(min-width:1920px) {
    .btn,
    #cookie-law-info-bar #wt-cli-accept-all-btn,
    #cookie-law-info-bar #cookie_action_close_header_reject {
        height: 56px
    }
    .btn.btn-large,
    #cookie-law-info-bar .btn-large#wt-cli-accept-all-btn,
    #cookie-law-info-bar .btn-large#cookie_action_close_header_reject {
        height: 56px
    }
    .btn span,
    #cookie-law-info-bar #wt-cli-accept-all-btn span,
    #cookie-law-info-bar #cookie_action_close_header_reject span {
        height: 56px
    }
    .btn.btn-large span,
    #cookie-law-info-bar .btn-large#wt-cli-accept-all-btn span,
    #cookie-law-info-bar .btn-large#cookie_action_close_header_reject span {
        height: 56px
    }
}

.btn.btn-large i,
#cookie-law-info-bar .btn-large#wt-cli-accept-all-btn i,
#cookie-law-info-bar .btn-large#cookie_action_close_header_reject i {
    width: 20px;
    height: 20px
}

@media(min-width:1200px) {
    .btn.btn-large i,
    #cookie-law-info-bar .btn-large#wt-cli-accept-all-btn i,
    #cookie-law-info-bar .btn-large#cookie_action_close_header_reject i {
        width: 20px;
        height: 20px
    }
}

.btn.btn-small,
#cookie-law-info-bar .btn-small#wt-cli-accept-all-btn,
#cookie-law-info-bar .btn-small#cookie_action_close_header_reject,
.carrers-widget-body .hs-submit button.btn,
.carrers-widget-body .hs-submit #cookie-law-info-bar button#wt-cli-accept-all-btn,
#cookie-law-info-bar .carrers-widget-body .hs-submit button#wt-cli-accept-all-btn,
.carrers-widget-body .hs-submit #cookie-law-info-bar button#cookie_action_close_header_reject,
#cookie-law-info-bar .carrers-widget-body .hs-submit button#cookie_action_close_header_reject {
    padding: 0 15px 0 15px;
    font-size: 12px;
    height: 27px
}

@media(min-width:1200px) {
    .btn.btn-small,
    #cookie-law-info-bar .btn-small#wt-cli-accept-all-btn,
    #cookie-law-info-bar .btn-small#cookie_action_close_header_reject,
    .carrers-widget-body .hs-submit button.btn,
    .carrers-widget-body .hs-submit #cookie-law-info-bar button#wt-cli-accept-all-btn,
    #cookie-law-info-bar .carrers-widget-body .hs-submit button#wt-cli-accept-all-btn,
    .carrers-widget-body .hs-submit #cookie-law-info-bar button#cookie_action_close_header_reject,
    #cookie-law-info-bar .carrers-widget-body .hs-submit button#cookie_action_close_header_reject {
        height: 27px
    }
}

.btn.btn-small span,
#cookie-law-info-bar .btn-small#wt-cli-accept-all-btn span,
#cookie-law-info-bar .btn-small#cookie_action_close_header_reject span,
.carrers-widget-body .hs-submit button.btn span,
.carrers-widget-body .hs-submit #cookie-law-info-bar button#wt-cli-accept-all-btn span,
#cookie-law-info-bar .carrers-widget-body .hs-submit button#wt-cli-accept-all-btn span,
.carrers-widget-body .hs-submit #cookie-law-info-bar button#cookie_action_close_header_reject span,
#cookie-law-info-bar .carrers-widget-body .hs-submit button#cookie_action_close_header_reject span {
    height: 27px
}

@media(min-width:1200px) {
    .btn.btn-small span,
    #cookie-law-info-bar .btn-small#wt-cli-accept-all-btn span,
    #cookie-law-info-bar .btn-small#cookie_action_close_header_reject span,
    .carrers-widget-body .hs-submit button.btn span,
    .carrers-widget-body .hs-submit #cookie-law-info-bar button#wt-cli-accept-all-btn span,
    #cookie-law-info-bar .carrers-widget-body .hs-submit button#wt-cli-accept-all-btn span,
    .carrers-widget-body .hs-submit #cookie-law-info-bar button#cookie_action_close_header_reject span,
    #cookie-law-info-bar .carrers-widget-body .hs-submit button#cookie_action_close_header_reject span {
        height: 27px
    }
}

.btn.btn-small i,
#cookie-law-info-bar .btn-small#wt-cli-accept-all-btn i,
#cookie-law-info-bar .btn-small#cookie_action_close_header_reject i,
.carrers-widget-body .hs-submit button.btn i,
.carrers-widget-body .hs-submit #cookie-law-info-bar button#wt-cli-accept-all-btn i,
#cookie-law-info-bar .carrers-widget-body .hs-submit button#wt-cli-accept-all-btn i,
.carrers-widget-body .hs-submit #cookie-law-info-bar button#cookie_action_close_header_reject i,
#cookie-law-info-bar .carrers-widget-body .hs-submit button#cookie_action_close_header_reject i,
.btn.btn-small:hover i {
    width: 20px;
    height: 20px
}

@media(min-width:1200px) {
    .btn.btn-small i,
    #cookie-law-info-bar .btn-small#wt-cli-accept-all-btn i,
    #cookie-law-info-bar .btn-small#cookie_action_close_header_reject i,
    .carrers-widget-body .hs-submit button.btn i,
    .carrers-widget-body .hs-submit #cookie-law-info-bar button#wt-cli-accept-all-btn i,
    #cookie-law-info-bar .carrers-widget-body .hs-submit button#wt-cli-accept-all-btn i,
    .carrers-widget-body .hs-submit #cookie-law-info-bar button#cookie_action_close_header_reject i,
    #cookie-law-info-bar .carrers-widget-body .hs-submit button#cookie_action_close_header_reject i,
    .btn.btn-small:hover i {
        width: 20px;
        height: 20px
    }
}

.btn.btn-large-mb,
#cookie-law-info-bar .btn-large-mb#wt-cli-accept-all-btn,
#cookie-law-info-bar .btn-large-mb#cookie_action_close_header_reject {
    height: 55px
}

.btn.btn-hover-purple,
#cookie-law-info-bar .btn-hover-purple#wt-cli-accept-all-btn,
#cookie-law-info-bar .btn-hover-purple#cookie_action_close_header_reject {
    background-color: #fff
}

.btn.btn-hover-purple:hover,
#cookie-law-info-bar .btn-hover-purple#wt-cli-accept-all-btn:hover,
#cookie-law-info-bar .btn-hover-purple#cookie_action_close_header_reject:hover {
    color: #fff;
    background: rgb(255 255 255 / .1)
}

.btn.btn-hover-purple:hover i,
#cookie-law-info-bar .btn-hover-purple#wt-cli-accept-all-btn:hover i,
#cookie-law-info-bar .btn-hover-purple#cookie_action_close_header_reject:hover i {
    background-color: #fff
}

.btn.btn-hover-purple:hover i:before,
#cookie-law-info-bar .btn-hover-purple#wt-cli-accept-all-btn:hover i:before,
#cookie-law-info-bar .btn-hover-purple#cookie_action_close_header_reject:hover i:before {
    background-color: #00BF63
}

.btn.btn-hover-purple-without:hover,
#cookie-law-info-bar .btn-hover-purple-without#wt-cli-accept-all-btn:hover,
#cookie-law-info-bar #cookie_action_close_header_reject:hover {
    color: #fff;
    background: #00BF63
}

.btn.btn-color-white,
#cookie-law-info-bar .btn-color-white#wt-cli-accept-all-btn,
#cookie-law-info-bar .btn-color-white#cookie_action_close_header_reject {
    color: #fff
}

.btn.btn-color-white:hover,
#cookie-law-info-bar .btn-color-white#wt-cli-accept-all-btn:hover,
#cookie-law-info-bar .btn-color-white#cookie_action_close_header_reject:hover {
    color: #333;
    background-color: #fff
}

.btn.btn-purple,
#cookie-law-info-bar #wt-cli-accept-all-btn,
#cookie-law-info-bar .btn-purple#cookie_action_close_header_reject,
.carrers-widget-body .hs-submit button.btn,
.carrers-widget-body .hs-submit #cookie-law-info-bar button#cookie_action_close_header_reject,
#cookie-law-info-bar .carrers-widget-body .hs-submit button#cookie_action_close_header_reject,
#cookie-law-info-bar .btn-green#cookie_action_close_header_reject {
    background: #00BF63;
    color: #fff;
    border: 1px #fff solid;
    transition: all .2s ease-in;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    column-gap: 8px
}

.btn.btn-purple i,
#cookie-law-info-bar #wt-cli-accept-all-btn i,
#cookie-law-info-bar .btn-purple#cookie_action_close_header_reject i,
.carrers-widget-body .hs-submit button.btn i,
.carrers-widget-body .hs-submit #cookie-law-info-bar button#cookie_action_close_header_reject i,
#cookie-law-info-bar .carrers-widget-body .hs-submit button#cookie_action_close_header_reject i,
#cookie-law-info-bar .btn-green#cookie_action_close_header_reject i {
    background-color: #fff0
}

.btn.btn-purple:hover,
#cookie-law-info-bar #wt-cli-accept-all-btn:hover,
#cookie-law-info-bar .btn-purple#cookie_action_close_header_reject:hover,
.carrers-widget-body .hs-submit button.btn:hover,
.carrers-widget-body .hs-submit #cookie-law-info-bar button#cookie_action_close_header_reject:hover,
#cookie-law-info-bar .carrers-widget-body .hs-submit button#cookie_action_close_header_reject:hover,
#cookie-law-info-bar .btn-green#cookie_action_close_header_reject:hover {
    color: #00BF63;
    background: #fff;
    border: 1px #00BF63 solid
}

.btn.btn-purple:hover i,
#cookie-law-info-bar #wt-cli-accept-all-btn:hover i,
#cookie-law-info-bar .btn-purple#cookie_action_close_header_reject:hover i,
.carrers-widget-body .hs-submit button.btn:hover i,
.carrers-widget-body .hs-submit #cookie-law-info-bar button#cookie_action_close_header_reject:hover i,
#cookie-law-info-bar .carrers-widget-body .hs-submit button#cookie_action_close_header_reject:hover i,
#cookie-law-info-bar .btn-green#cookie_action_close_header_reject:hover i {
    background-color: #fff
}

.btn.btn-purple:hover i:before,
#cookie-law-info-bar #wt-cli-accept-all-btn:hover i:before,
#cookie-law-info-bar .btn-purple#cookie_action_close_header_reject:hover i:before,
.carrers-widget-body .hs-submit button.btn:hover i:before,
.carrers-widget-body .hs-submit #cookie-law-info-bar button#cookie_action_close_header_reject:hover i:before,
#cookie-law-info-bar .carrers-widget-body .hs-submit button#cookie_action_close_header_reject:hover i:before,
#cookie-law-info-bar .btn-green#cookie_action_close_header_reject:hover i:before {
    background-color: #00BF63
}

.btn.btn-bg-white,
#cookie-law-info-bar .btn-bg-white#wt-cli-accept-all-btn,
#cookie-law-info-bar .btn-bg-white#cookie_action_close_header_reject {
    background-color: #fff
}

#cookie-law-info-bar .btn-green#wt-cli-accept-all-btn,
#cookie-law-info-bar .btn-green#cookie_action_close_header_reject {
    background: #00BF63
}

#cookie-law-info-bar .btn-green#wt-cli-accept-all-btn i,
#cookie-law-info-bar .btn-green#cookie_action_close_header_reject i {
    background-color: #fff
}

#cookie-law-info-bar .btn-green#wt-cli-accept-all-btn i:before,
#cookie-law-info-bar .btn-green#cookie_action_close_header_reject i:before {
    background-color: #00BF63
}

#cookie-law-info-bar .btn-green#wt-cli-accept-all-btn:hover,
#cookie-law-info-bar .btn-green#cookie_action_close_header_reject:hover {
    background: #1bb359;
    color: #fff
}

#cookie-law-info-bar .btn-green#wt-cli-accept-all-btn:hover i,
#cookie-law-info-bar .btn-green#cookie_action_close_header_reject:hover i {
    background-color: #fff
}

#cookie-law-info-bar .btn-green#wt-cli-accept-all-btn:hover i:before,
#cookie-law-info-bar .btn-green#cookie_action_close_header_reject:hover i:before {
    background-color: #1bb359
}

.btn.btn-green {
    background: #00BF63;
    color: #fff;
    transition: all .2s ease-in;
    border: 1px #fff solid
}

.btn-green-inverted {
    background: #fff0;
    color: #00BF63;
    border: 1px #00BF63 solid;
    transition: all .2s ease-in
}

.btn.btn-green:hover {
    color: #00BF63;
    border: 1px #00BF63 solid;
    background: #fff
}

.btn.btn-green-inverted:hover {
    color: #fff;
    background: #00BF63
}

.btn.btn-green:hover span {
    color: #00BF63
}

.btn.btn-green-inverted:hover span {
    color: #fff
}

.btn.btn-green:hover span i:before {
    background-color: #00BF63
}

.btn.btn-green-inverted span i:before {
    background-color: #00BF63
}

.btn.btn-green-inverted:hover span i:before {
    background-color: #fff
}

.btn.btn-green i {
    background: #00BF63
}

.btn.btn-green-inverted i {
    background: #fff
}

.btn.btn-green i:after {
    background: #fff
}

.btn.btn-green-inverted i:after {
    background: #00BF63
}

.btn.btn-bg-green {
    background-color: #00BF63;
    color: #fff;
    border: 1px #00BF63 solid
}

.btn.btn-bg-green i:after {
    background-color: #00BF63
}

.btn.btn-bg-green:hover {
    background-color: #FFF;
    color: #00BF63
}

.btn.btn-bg-green:hover i {
    background-color: #fff
}

.btn-circle {
    min-width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    box-shadow: none;
    border-radius: 30px;
    border: none;
    position: relative;
    transition: all .2s ease-in;
    cursor: pointer
}

.big-commerce-text-with-img__post-title .btn-circle,
.payments-how-edvantis__item-header-right .btn-circle {
    border: 1px #00BF63 solid
}

.btn-circle.menu-mob-close {
    min-width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #00BF63;
    background: #FFF;
    position: relative;
    transition: all .2s ease-in;
    cursor: pointer
}

.btn-circle.menu-mob-close:hover {
    background: #FFF
}

.btn-slider-nav:hover svg {
    fill: #24BD59
}

.btn-slider-nav:hover svg circle {
    stroke: #24BD59
}

.btn-slider-nav:hover svg path {
    stroke: #fff
}

.btn-slider-nav.swiper-button-disabled svg circle {
    fill: #ddd;
    stroke: #ddd
}

.btn-slider-nav.swiper-button-disabled svg path {
    stroke: #fff
}

@media(max-width:767.98px) {
    .btn-circle.__mob-30 {
        min-width: 30px;
        height: 30px
    }
    .btn-circle.__mob-30 .btn-icon {
        width: 30px;
        height: 30px
    }
    .btn-circle.__mob-33 {
        min-width: 33px;
        height: 33px
    }
    .btn-circle.__mob-33 .btn-icon {
        width: 33px;
        height: 33px
    }
}

@media(min-width:1024px) {
    .btn-circle.menu-mob-close {
        min-width: 48px;
        height: 48px
    }
}

.btn-circle.__small-33 {
    min-width: 33px;
    height: 33px
}

.btn-circle.__small-33 .btn-icon {
    width: 33px;
    height: 33px
}

.btn-circle.__left-arrow i:before {
    transform: translateX(-50%) translateY(-50%) rotate(90deg)
}

.btn-circle.__dark {
    background-color: rgb(255 255 255 / .1)
}

.btn-circle:hover {
    background-color: #00BF63
}

.btn-circle:hover i:before {
    background-color: #fff
}

.btn-circle i {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    border-radius: 100%
}

.btn-circle i:before {
    content: "";
    background-color: #00BF63;
    -webkit-mask-image: url(../img/inhtml/icon-down.svg);
    mask-image: url(../img/inhtml/icon-down.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    width: 11px;
    height: 7px;
    cursor: pointer;
    pointer-events: none;
    transition: all .2s ease
}

.btn-circle.__purple {
    background-color: #6244bb
}

.btn-circle.__purple i:before {
    background-color: #fff
}

.btn-circle.__purple:hover {
    background-color: #fff
}

.btn-circle.__purple:hover i:before {
    background-color: #6244bb
}

.btn-circle.__purple.__sm-size {
    min-width: 26px;
    height: 26px
}

.btn-circle.__purple.__sm-size i:before {
    width: 9px;
    height: 5px
}

.btn-circle .btn-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn-circle.btn-circle-large {
    width: 50px;
    height: 50px
}

.btn-circle.btn-circle-large .btn-icon {
    width: 50px;
    height: 50px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-icon-circle {
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / .15);
    border-radius: 30px;
    border: none;
    position: relative;
    transition: all .2s ease-in;
    cursor: pointer;
    display: inline-block
}

.btn-icon-circle i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.btn-icon-circle.__purple {
    background-color: #6244bb
}

.btn-icon-circle.__green {
    background-color: #00BF63
}

.btn-icon-circle.__purple:hover {
    background-color: #fff
}

.btn-icon-circle.__green:hover {
    background-color: #fff
}

.btn-icon-circle.__purple:hover i {
    background-color: #6244bb
}

.btn-icon-circle.__green:hover i {
    background-color: #00BF63
}

.btn-icon-circle:hover i {
    background-color: #fff
}

.btn-disabled {
    color: #333;
    cursor: default
}

.btn-disabled:hover {
    color: #333 !important;
    background-color: #fff !important
}

.button-top {
    position: fixed;
    right: -200px;
    bottom: 20px;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 20px 50px rgb(0 0 0 / .15);
    border: none;
    z-index: 4;
    color: #fff0;
    cursor: pointer;
    transition: right .3s ease-in-out, box-shadow .3s ease-in-out
}

.button-top:hover {
    box-shadow: 0 20px 50px rgb(0 0 0 / .3)
}

.button-top.showBtn {
    right: 20px
}

@media(min-width:1024px) {
    .btn-circle .btn-icon {
        width: 48px;
        height: 48px
    }
}

@media(min-width:576px) and (max-width:1199.98px) {
    .button-top.showBtn {
        right: 55px
    }
}

@media(min-width:1200px) {
    .button-top {
        width: 80px;
        height: 80px
    }
}

.button-top:after {
    content: "";
    transform: rotate(-90deg);
    -webkit-mask: url(../img/inhtml/icon-arrow-right.svg);
    mask: url(../img/inhtml/icon-arrow-right.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 12px;
    height: 18px;
    display: inline-block;
    background-color: #00BF63
}

.button-top:after.__purple {
    background-color: #6244bb
}

@media(min-width:1200px) {
    .button-top:after {
        -webkit-mask: url(../img/inhtml/icon-arrow-right.svg);
        mask: url(../img/inhtml/icon-arrow-right.svg);
        mask-size: contain;
        -webkit-mask-size: contain;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-position: center;
        width: 14px;
        height: 22px;
        display: inline-block;
        background-color: #00BF63
    }
    .button-top:after.__purple {
        background-color: #6244bb
    }
}

.btn-filter-careers {
    position: fixed;
    right: 13px;
    bottom: 100px;
    margin: 0 !important;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: #6244bb !important;
    box-shadow: 0 5px 15px rgb(0 0 0 / .15);
    border-radius: 30px;
    border: none
}

@media(max-width:409.98px) {
    .slider-controls .btn {
        margin-right: 10px
    }
}

@media(max-width:389.98px) {
    .btn,
    #cookie-law-info-bar #wt-cli-accept-all-btn,
    #cookie-law-info-bar #cookie_action_close_header_reject {
        padding: 0 14px 0 14px;
        font-size: 14px;
        line-height: 18px
    }
}

.dropdown-icon i:before {
    transition: all .2s ease-in;
    transform: rotate(90deg)
}

.dropdown-icon.opened i:before {
    transform: rotate(270deg)
}

input {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    -webkit-appearance: none
}

.form-group {
    margin-bottom: 15px
}

.form-group .btn.btn-green,
.form-group .btn.btn-purple,
.from-group .btn.btn-green,
.from-group .btn.btn-purple {
    width: 100%
}

.form-control {
    -webkit-appearance: none
}

.checkbox-control {
    font-family: "Century Gothic", sans-serif;
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox-control a {
    text-decoration: none;
    background-image: linear-gradient(120deg, #00BF63 0%, #00BF63 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0 100%;
    transition: background-size .1s ease-in;
    padding: 2px 0 2px
}

.checkbox-control a:hover {
    background-size: 100% 88%;
    color: #fff
}

.checkbox-control input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox-control-checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 17px;
    width: 17px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px #242424 solid
}

.checkbox-control-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #00BF63;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media(min-width:1200px) {
    .checkbox-control:hover input~.checkbox-control-checkmark {
        background-color: #f1f1f1
    }
}

input:checked~.checkbox-control-checkmark:after {
    display: block
}

input:checked+.checkbox-control-wrapper .checkbox-control-checkmark:after {
    display: block
}

.wpcf7-form-control-wrap {
    display: block
}

.wpcf7-form-control-wrap input[type=file] {
    display: none
}

.upload-file-name {
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / .2);
    font-size: 14px;
    width: 100%;
    height: 37px;
    line-height: 37px;
    padding: 0 20px;
    transition: border-color .3s ease;
    color: #919191;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer
}

.upload-file-name:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-mask: url(../img/inhtml/icon-upload-file.svg);
    mask: url(../img/inhtml/icon-upload-file.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    width: 8px;
    height: 16px;
    display: inline-block;
    background-color: #333
}

.upload-file-name.__active {
    color: #333;
    text-transform: inherit
}

.upload-file-name.input-error {
    border-color: #cf2f2f;
    color: #cf2f2f
}

.__purple .upload-file-name {
    color: #fff;
    border-color: rgb(255 255 255 / .2)
}

.__purple .upload-file-name:after {
    background-color: #fff
}

.__purple .upload-file-name.input-error {
    color: #faaf3f;
    border-color: rgb(250 175 63 / .4)
}

.__purple .upload-file-name.input-error:hover,
.__purple .upload-file-name.input-error:focus {
    border-color: rgb(250 175 63 / .4)
}

.upload-file-name+p {
    display: none
}

.custom-input-container .remove-file {
    position: absolute;
    left: 16px;
    top: 7px;
    display: block;
    cursor: pointer;
    z-index: 2
}

.form-input-info {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #6244bb;
    color: #fff;
    margin-top: 8px;
    padding: 12px 20px;
    font-size: 12px;
    line-height: 16px;
    z-index: 1;
    border-radius: 30px;
    transition: all .3s ease
}

.form-input-info:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #6244bb;
    left: 20px;
    top: -4px;
    transform: rotate(45deg)
}

.form-input-info.show {
    visibility: visible;
    opacity: 1
}

.__purple .form-input-info {
    background-color: #fff;
    color: #333
}

.__purple .form-input-info:before {
    background-color: #fff
}

.form-validation-text {
    display: none
}

.section-container,
.about-us-who-we-are-column-description {
    padding-top: 40px;
    padding-bottom: 60px
}

@media(min-width:1440px) {
    .section-container,
    .about-us-who-we-are-column-description {
        padding-top: 100px;
        padding-bottom: 30px
    }
}

.section-container a:not([class]),
.about-us-who-we-are-column-description a:not([class]) {
    text-decoration: none;
    background-image: linear-gradient(120deg, #00BF63 0%, #00BF63 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0 100%;
    transition: background-size 0 ease-in;
    padding: 2px 0 2px
}

.section-container a:not([class]):hover,
.about-us-who-we-are-column-description a:not([class]):hover {
    background-size: 100% 88%;
    color: #fff
}

@media(min-width:1200px) {
    .section-container a:not([class]),
    .about-us-who-we-are-column-description a:not([class]) {
        transition: background-size .1s ease-in
    }
}

.section-container.__p-b-110,
.__p-b-110.about-us-who-we-are-column-description {
    padding-bottom: 60px
}

@media(min-width:576px)and (max-width:1199.98px) {
    .section-container.__p-b-110,
    .__p-b-110.about-us-who-we-are-column-description {
        padding-bottom: 90px
    }
}

@media(min-width:1200px) {
    .section-container.__p-b-110,
    .__p-b-110.about-us-who-we-are-column-description {
        padding-bottom: 110px
    }
}

.section-container {
    border-radius: 12px
}

.section-container.__white,
.__white.about-us-who-we-are-column-description {
    background-color: #fff
}

.section-container.__gray,
.__gray.about-us-who-we-are-column-description {
    background-color: #F7F7F7;
    margin-top: 60px;
    margin-bottom: 60px
}

.section-container.__gray.reset-top-margin {
    margin-top: 20px
}

.section-container.__gray.reset-bottom-margin {
    margin-bottom: 0
}

.__purple.about-us-who-we-are-column-description {
    background-color: #6244bb;
    color: #fff;
    position: relative
}

.section-container.about-us-our-csr {
    background-color: #00BF63;
    color: #fff;
    position: relative
}

.section-container.__purple .section-title__text,
.__purple.about-us-who-we-are-column-description .section-title__text,
.section-container.__purple .section-description,
.__purple.about-us-who-we-are-column-description .section-description {
    color: #fff
}

.section-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    position: relative;
    margin-top: 0;
    color: #000;
    margin-bottom: 32px
}

.section-title .section-title__text span,
h2.wp-block-heading span,
h3 span,
h4 span,
h5 span {
    color: #00BF63
}

@media(min-width:1024px) {
    .section-title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 40px
    }
    .section-container.__gray,
    .__gray.about-us-who-we-are-column-description {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media(min-width:1440px) {
    .section-title {
        font-size: 48px;
        line-height: 56px
    }
    .section-container.__gray,
    .__gray.about-us-who-we-are-column-description {
        margin-top: 100px;
        margin-bottom: 100px;
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media(min-width:1920px) {
    .section-title {
        font-size: 56px;
        line-height: 64px
    }
}

.section-title.__text-center {
    text-align: center
}

.section-title.__text-center:after {
    left: 50%;
    height: 80px;
    top: -20px
}

@media(min-width:576px)and (max-width:1199.98px) {
    .section-title.__text-center:after {
        height: 100px;
        top: -50%
    }
}

@media(min-width:1200px) {
    .section-title.__text-center:after {
        height: 164px;
        top: -25%
    }
}

.section-title.__text-center:before {
    left: calc(50% - 3px)
}

@media(min-width:576px)and (max-width:1199.98px) {
    .section-title.__text-center:before {
        top: -30px
    }
}

.section-title.__text-center .section-title__grid:before {
    left: -10px
}

@media(min-width:768px) {
    .section-title.__text-center .section-title__grid:before {
        left: 60px
    }
}

.section-title.__text-center .section-title__grid.__pattern-l-100:before {
    left: -50px
}

@media(min-width:768px) {
    .section-title.__text-center .section-title__grid.__pattern-l-100:before {
        left: -100px
    }
}

@media(min-width:576px)and (max-width:1199.98px) {
    .section-title.__text-line-two:after {
        height: 100px;
        top: -31%
    }
}

@media(min-width:1200px) {
    .section-title.__text-line-two:after {
        height: 164px;
        top: -13%
    }
}

@media(max-width:1199.98px) {
    .section-title.__text-line-one-mob:after {
        height: 100px;
        top: -40% !important
    }
}

@media(max-width:1199.98px) {
    .section-title.__text-line-two-mob:after {
        height: 100px;
        top: -20% !important
    }
}

@media(max-width:1199.98px) {
    .section-title.__text-line-three-mob:after {
        height: 100px;
        top: -18% !important
    }
}

@media(min-width:576px)and (max-width:1199.98px) {
    .section-title.__text-line-three:before {
        top: -55px
    }
}

@media(min-width:576px)and (max-width:1199.98px) {
    .section-title.__text-line-three:after {
        height: 100px;
        top: -31%
    }
}

@media(min-width:1200px) {
    .section-title.__text-line-three:after {
        height: 164px;
        top: -13%
    }
}

@media(max-width:575.98px) {
    .section-title.__text-center-only-mob {
        text-align: center
    }
    .section-title.__text-center-only-mob:after {
        left: 50%;
        height: 80px;
        top: -9px
    }
    .section-title.__text-center-only-mob:before {
        left: calc(50% - 3px)
    }
    .section-title.__text-center-only-mob .section-title__grid:before {
        left: -10px
    }
    .section-title.__text-center-only-mob .section-title__grid.__pattern-l-100:before {
        left: -50px
    }
}

.section-description {
    font-size: 16px;
    line-height: 26px;
    color: #585858;
    margin-bottom: 24px;
    max-width: 880px
}

.services-dynamics .section-description {
    margin-bottom: 0;
    margin-top: 24px
}

.services-dynamics .section-description p:last-of-type {
    margin-bottom: 0
}

.services-dynamics .title-container .btn {
    margin-top: 0
}

.section-description a {
    text-decoration: none;
    background-image: linear-gradient(120deg, #00BF63 0%, #00BF63 100%);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 0 100%;
    transition: background-size 0s ease-in;
    padding: 2px 0 2px
}

.section-description a:hover {
    background-size: 100% 88%;
    color: #fff
}

@media(min-width:1200px) {
    .section-description a {
        transition: background-size .1s ease-in
    }
}

.__purple .section-description a {
    background-image: linear-gradient(120deg, #fff 0%, #fff 100%);
    color: #fff
}

.__purple .section-description a:hover {
    background-image: linear-gradient(120deg, #fff 0%, #fff 100%);
    color: #00BF63
}

.section-description.__fs-lg {
    color: #333;
    font-size: 24px;
    line-height: 29px
}

.section-description.__fs-lg p {
    margin-bottom: 22px
}

@media(min-width:576px) {
    .section-description {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px
    }
}

@media(min-width:1440px) {
    .section-description {
        line-height: 26px;
        margin-bottom: 40px
    }
    .section-description.__fs-lg {
        font-size: 28px;
        line-height: 37px
    }
}

@media(min-width:1440px) {
    .section-description {
        font-size: 18px;
        line-height: 28px
    }
}

.wp-block-image {
    margin: 0
}

.wp-block-image a {
    background-image: none;
    padding: 0
}

.bg-gary-main {
    background-color: #fff
}

.bg-gray {
    background-color: #f5f5f5 !important
}

.blog-main {
    background-color: #e5e5e5
}

.internal-page {
    margin-top: 90px
}

@media(min-width:1024px) {
    .internal-page {
        margin-top: 108px
    }
}

@media(min-width:1200px) {
    .blog-left-wrapper {
        height: 100%
    }
}

.is-mobile {
    display: block
}

@media(min-width:1200px) {
    .is-mobile {
        display: none
    }
}

@media(max-width:1240.98px) {
    .menu-item.is-mobile {
        display: block
    }
}

.__container-space {
    padding-top: 60px;
    padding-bottom: 60px
}

.__container-space.__white.reset-bottom-margin {
    padding-bottom: 0
}

.__container-space.__white.reset-top-margin {
    padding-top: 20px
}

@media(min-width:1024px) {
    .__container-space {
        padding-bottom: 50px;
        padding-top: 50px
    }
}

@media(min-width:1440px) {
    .__container-space {
        padding-bottom: 100px;
        padding-top: 100px
    }
}

.__container-space-top {
    padding-top: 60px
}

@media(min-width:576px)and (max-width:1439.98px) {
    .__container-space-top {
        padding-top: 90px
    }
}

@media(min-width:1200px) {
    .__container-space-top {
        padding-top: 110px
    }
}

.cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none
}

.cursor-default {
    cursor: default !important
}

.cursor--small {
    left: -2.5px;
    top: -2.5px;
    z-index: 11000
}

.cursor--canvas {
    width: 100vw;
    height: 100vh;
    z-index: 12000
}

@media(max-width:1439.98px) {
    .row-lg-reverse {
        flex-direction: column-reverse
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    max-width: 880px;
    padding: 0;
    overflow: hidden;
    border-radius: 12px
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.loader {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}

.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid #fff;
    animation: prixClipFix 2s linear infinite
}

.btn-green .loader {
    border: 3px solid #00BF63
}

.btn-green:hover .loader:before {
    border: 3px solid #fff
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }
    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }
    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }
    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

@media(min-width:1200px) {
    .admin-bar .header {
        top: 32px
    }
}

.header {
    padding: 14px 0 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 12002;
    transition: all .1s ease-in-out;
    margin: 8px 14px;
    border-radius: 8px;
    max-width: 1920px
}

@media(max-width:1023.98px) {
    .header {
        height: 70px
    }
    .menu-header-mob-btn .btn-contact-us {
        top: 2px;
        left: 1px
    }
    .mobile-header-menu-buttons .btn-contact-us {
        top: 1px
    }
    .header .container-fluid {
        padding-left: 24px;
        padding-right: 24px
    }
    .header .search-box,
    .header .search-box-table {
        display: none
    }
}

.header.__bg-white,
.header.__search-active,
.header.internal-page-header {
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgb(116 116 116 / .14), 0 0 2px 0 rgb(116 116 116 / .12)
}

.header .logo-site {
    position: relative;
    z-index: 1;
    width: 94px;
    height: 20px;
    display: inline-block;
    background: url(../img/inhtml/logo-black.svg) left center no-repeat;
    background-size: contain
}

.header .menu-mob-header__logo {
    width: 94px;
    height: 20px;
    display: inline-block;
    background: url(../img/inhtml/logo-black.svg) left center no-repeat;
    background-size: contain
}

.header .btn-select-language {
    width: 107px;
    transition: all .3s ease
}

.header .btn-select-language:before {
    content: "";
    background-color: #6244bb;
    -webkit-mask-image: url(../img/inhtml/icon-language.svg);
    mask-image: url(../img/inhtml/icon-language.svg);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(10px);
    width: 18px;
    height: 18px;
    cursor: pointer;
    pointer-events: none
}

.header .btn-select-language:after {
    content: "";
    background-color: #6244bb;
    -webkit-mask-image: url(../img/inhtml/icon-down.svg);
    mask-image: url(../img/inhtml/icon-down.svg);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-10px);
    width: 9px;
    height: 6px;
    cursor: pointer;
    pointer-events: none
}

.header .btn-select-language select {
    border: none;
    position: relative;
    padding: 9px 37px;
    font-size: 16px;
    line-height: 22px;
    color: #6244bb;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.header .btn-select-language select:focus {
    outline: none
}

.header .box-left {
    line-height: 0
}

.tablet-search-form {
    display: none
}

.header .menu-mob-search {
    background-color: #fff;
    margin: 0 24px 40px;
    padding-bottom: 12px;
    border-bottom: 1px #CFCFCF solid
}

.header .menu-mob-search button {
    border: none;
    background-color: #fff0;
    margin-right: 12px;
    cursor: pointer;
    padding: 0
}

.header .menu-mob-search input {
    border: none !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.header .menu-mob-search input:focus {
    border: none !important
}

.header .menu-mob-search input:focus-visible {
    outline: none
}

.header .menu-header-list a {
    color: #000;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none
}

.header .menu-header-list .current-menu-item>a {
    color: #00BF63
}

.header .menu-header-list>li {
    margin-left: 24px;
    margin-right: 24px
}

.header .menu-header-list>li.__opened>a {
    color: #00BF63 !important
}

.header .menu-header-list>li.__opened>a:after {
    background-color: #00BF63
}

.header .menu-header-list .menu-item>a[href="#nofollow"] {
    border: none !important
}

.header .menu-header-list .menu-item-has-children>a:after {
    content: "";
    background-color: #474747;
    -webkit-mask-image: url(../img/inhtml/icon-down-black.svg);
    mask-image: url(../img/inhtml/icon-down-black.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-position: center center;
    display: inline-block;
    margin-left: 5px;
    padding: 10px;
    transition: transform .3s ease-in-out;
    position: absolute;
    right: 0;
    top: 5px
}

.menu-text-description {
    display: none
}

.header .sub-menu .menu-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px
}

.header .show-only-burger-menu {
    display: none
}

@media(max-width:1240.98px) {
    .white-box {
        display: none
    }
    .header .show-only-burger-menu {
        display: block
    }
    .header .menu-header-list>li.__opened {
        border-radius: 8px;
        border: 1px solid #00BF63;
        background: #E8FFF4;
        margin-left: 0;
        margin-right: 0;
        padding-top: 20px
    }
    .header .menu-header {
        background-color: #fff;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        transform: translateX(100%);
        opacity: 0;
        transition: opacity .2s ease-in-out;
        height: 100%;
        z-index: 2;
        padding-bottom: 16px
    }
    .header .menu-header.__open {
        transform: translateX(0);
        opacity: 1
    }
    .header .menu-header-list>li.__opened>a:after {
        transform: rotate(-90deg);
        background-color: #00BF63;
        right: 24px;
        top: 25px
    }
    .header .menu-header-mob-btn .menu-mob-btn-svg {
        stroke: #fff
    }
    .header .menu-header-mob-btn .btn-mob-nav {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 100%;
        margin-left: 8px;
        cursor: pointer
    }
    .header.__bg-white .menu-mob-btn-svg {
        stroke: #1a1a1a
    }
    .header .menu-mob-header {
        background-color: #fff;
        box-shadow: 0 8px 16px 0 rgb(116 116 116 / .14), 0 0 2px 0 rgb(116 116 116 / .12);
        margin: 8px 14px;
        padding: 15px 0 15px;
        border-radius: 8px
    }
    .header .menu-mob-header .d-flex,
    .header .menu-mob-header .about-us-our-csr-list--item-top,
    .header .menu-mob-header .about-us-our-organizational-list--item__col-logo,
    .header .menu-mob-header .about-us-our-impact__image {
        height: 100%;
        margin: 0 24px
    }
    .header .menu-mob-header .btn-circle:last-child {
        margin-left: 12px
    }
    .header .menu-mob-body {
        height: calc(100% - 160px);
        padding: 30px 45px 0;
        overflow: auto
    }
    .mobile-header-menu-buttons {
        display: flex;
        align-items: center
    }
    .mobile-header-menu-buttons .search-box.search-box-table {
        margin-left: 0;
        margin-right: 12px
    }
}

@media(min-width:1024px) {
    .header {
        border-radius: 12px
    }
    .header .menu-mob-body {
        padding: 0 20px 0
    }
    .header .menu-mob-header {
        margin: 20px;
        padding: 20px 0 20px;
        border-radius: 12px
    }
    .header .menu-mob-header .d-flex,
    .header .menu-mob-header .about-us-our-csr-list--item-top,
    .header .menu-mob-header .about-us-our-organizational-list--item__col-logo,
    .header .menu-mob-header .about-us-our-impact__image {
        margin: 0 40px 0 66px
    }
    .header .menu-header-list>li {
        margin-left: 66px;
        margin-right: 40px
    }
    .header.__search-active .tablet-search-form {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 39px 0 39px;
        background-color: #fff;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        z-index: 100;
        border-radius: 12px
    }
    .header .tablet-search-form .btn-input {
        width: 95%
    }
    .header .tablet-search-form .btn-input form {
        display: flex;
        flex-direction: row;
        align-items: center
    }
    .header.__search-active .tablet-search-form input {
        border: none;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        width: 100%
    }
    .header.__search-active .tablet-search-form button {
        border: none;
        background-color: #fff0;
        margin-right: 20px;
        cursor: pointer
    }
    .header.__search-active .tablet-search-form input:focus {
        border: none !important
    }
    .header.__search-active .tablet-search-form input:focus-visible {
        outline: none
    }
    .search-form-close {
        width: 20px;
        cursor: pointer
    }
}

@media(max-width:1023.98px) {
    .header .menu-mob-header .btn-circle:last-child {
        margin-left: 11px;
        top: 1px
    }
    .header .menu-mob-body {
        padding: 32px 14px 32px
    }
    .header .menu-mob-footer {
        padding: 20px 38px;
        border-top: 1px #CFCFCF solid
    }
    .header .menu-mob-footer .menu-social-links {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        column-gap: 8px;
        width: auto
    }
    .header .menu-mob-footer .btn-icon {
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        background: linear-gradient(90deg, rgb(93 217 157 / .27) 10.2%, rgb(46 204 128 / .39) 50.51%, rgb(93 217 157 / .37) 100.38%);
        backdrop-filter: blur(5px);
        border-radius: 8px
    }
    .header .menu-mob-footer .btn-icon img {
        width: 25px;
        height: 25px
    }
}

@media(max-width:1240.98px) {
    .header .menu-mob-body .menu-header-list ul {
        margin-top: 20px;
        margin-left: 21px;
        margin-right: 20px;
        display: none
    }
    .header .menu-mob-body .menu-header-list ul li>ul {
        margin-left: 10px
    }
    .header .menu-mob-body .menu-item-has-children.__opened ul {
        display: block;
        border-top: 1px #ccc solid;
        padding-top: 20px
    }
    .header .menu-mob-body .menu-item-has-children.__opened a {
        padding-left: 24px;
        padding-right: 24px
    }
    .header .menu-mob-body .menu-item-has-children.__opened .sub-menu a {
        padding-left: 0;
        padding-right: 0
    }
    .header .menu-mob-body .sub-menu-title-category {
        font-weight: 600
    }
    .header .menu-mob-body .box-category-menu .sub-menu-title-category:before {
        display: none
    }
    .header .menu-mob-body .box-category-menu li:before {
        content: "";
        background-color: #00BF63;
        -webkit-mask-image: url(../img/inhtml/icon-down.svg);
        mask-image: url(../img/inhtml/icon-down.svg);
        transform: rotate(-90deg);
        display: inline-block;
        width: 9px;
        height: 6px;
        margin-right: 7px;
        position: relative;
        top: -1px
    }
    .header .menu-mob-body .menu-header-list>li {
        padding-bottom: 20px;
        margin-top: 20px;
        position: relative;
        border-bottom: 1px #CFCFCF solid
    }
    .header .menu-mob-body .menu-header-list>li ul.sub-menu {
        border-top: 1px #CFCFCF solid;
        padding-top: 20px;
        margin-right: 24px
    }
    .header .menu-mob-body .menu-header-list>li ul li {
        margin-bottom: 20px;
        position: relative
    }
    .header .menu-mob-body .menu-header-list>li.__opened ul li:last-child {
        margin-bottom: 0
    }
    .header .menu-mob-body .menu-header-list>li.__opened {
        border-bottom: 1px solid #00BF63;
        margin-top: -1px;
        margin-bottom: 20px
    }
    .header .menu-mob-body .menu-header-list>li:first-child.__opened {
        border-bottom: 1px solid #00BF63;
        margin-top: -20px
    }
    .sub-menu .column_title {
        display: none
    }
    .sub-menu .sub-menu-featured {
        display: none
    }
}

@media(min-width:1024px) {
    .header .menu-mob-body .menu-header-list>li:first-child.__opened {
        margin-top: 0
    }
    .header .menu-mob-footer {
        display: none
    }
}

@media(min-width:1024px) and (max-width:1240.98px) {
    .header .menu-mob-body .menu-item-has-children.__opened ul {
        column-count: 2
    }
    .header .menu-header-list>li.__opened>a:after {
        right: 40px
    }
    .header .menu-mob-body .menu-item-has-children.__opened a {
        padding-left: 66px;
        padding-right: 40px
    }
    .header .menu-mob-body .menu-header-list>li ul.sub-menu {
        margin-right: 40px;
        margin-left: 40px
    }
    .sub-menu .sub-menu-items {
        margin: 0 20px 0 46px
    }
}

@media (max-width:1240.98px) {
    .header .menu-mob-footer ul {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        list-style: none
    }
}

.header .search-box-table {
    position: relative;
    margin-left: 12px;
    width: 40px;
    height: 48px;
    z-index: 1
}

.header .search-box-table .menu-mob-search .icon-search {
    fill: #fff
}

.header .btn-contact-us {
    height: 40px;
    min-width: 124px;
    padding: 0 10px 0 10px
}

.lang-de .header .btn-contact-us {
    width: 154px
}

.header .btn-contact-us span {
    height: 40px
}

.header .btn-mob-contact-us .menu-header.__open {
    transform: translateX(0)
}

.header .menu-header-tablet {
    display: none
}

@media(min-width:1024px) {
    .header .btn-contact-us {
        height: 48px;
        min-width: 127px;
        padding: 0;
        margin-left: 15px
    }
    .header .btn-contact-us span {
        height: 48px
    }
    .menu-header-tablet-btn {
        margin-left: 12px;
        cursor: pointer
    }
    .search-box .btn-circle {
        background: none;
        box-shadow: none;
        border-radius: 0;
        border-radius: 12px;
        height: 48px
    }
    .search-box .btn-circle .btn-icon {
        height: 48px
    }
    .search-box .btn-circle .btn-icon button {
        background-color: #fff0;
        border: none;
        cursor: pointer
    }
    .header {
        padding: 20px 0 20px;
        margin: 20px
    }
    .header .container-fluid {
        padding: 0 40px 0 66px
    }
    .header .logo-site,
    .header .menu-mob-header__logo {
        width: 132px;
        height: 28px
    }
    .header .menu-header-mob-btn {
        display: none
    }
    .header .box-right {
        display: flex;
        flex-direction: row-reverse
    }
    .header .menu-header-tablet {
        display: flex;
        z-index: 2
    }
    .header .menu-header-tablet .btn-select-language {
        display: inline-block;
        background-color: rgb(255 255 255 / .1);
        cursor: pointer;
        margin: 0 10px
    }
    .header .menu-header-tablet .btn-select-language:hover {
        background: #333
    }
    .header .menu-header-tablet .btn-select-language:before {
        background-color: #fff
    }
    .header .menu-header-tablet .btn-select-language:after {
        background-color: #fff
    }
    .header .menu-header-tablet .btn-select-language select {
        color: #fff;
        cursor: pointer
    }
    .header .menu-header-tablet-btn .menu-header-tablet-btn-svg {
        stroke: #fff
    }
    .header .menu-header-tablet-btn .btn-circle {
        display: flex;
        justify-content: center;
        align-items: center
    }
    .header.__bg-white .menu-header-tablet-btn-svg {
        stroke: #191919
    }
    .header.__bg-white .menu-header-tablet .btn-select-language {
        transition: all .4s ease
    }
    .header.__bg-white .menu-header-tablet .btn-select-language:hover {
        background: #e6e6e6
    }
    .header.__bg-white .menu-header-tablet .btn-select-language:before {
        background-color: #6244bb
    }
    .header.__bg-white .menu-header-tablet .btn-select-language:after {
        background-color: #7a7a7a
    }
    .header.__bg-white .menu-header-tablet .btn-select-language select {
        color: #7a7a7a
    }
}

@media(min-width:1241px) {
    .header {
        padding: 20px 0 20px 0;
        margin: 20px
    }
    .header .container-fluid {
        padding: 0 40px 0 66px
    }
    .menu-header-tablet-btn {
        display: none
    }
    .header .logo-site {
        width: 150px;
        height: 32px
    }
    .header .menu-header-list a {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        text-decoration: none;
        position: relative;
        z-index: 90
    }
    .header .menu-header-list .menu-item-has-children>a {
        padding-right: 22px;
        height: 100%;
        z-index: 90
    }
    .header .menu-header-list .menu-item-has-children>a:after {
        content: "";
        background-color: #000;
        -webkit-mask-image: url(../img/inhtml/icon-down.svg);
        mask-image: url(../img/inhtml/icon-down.svg);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-position: center center;
        -webkit-mask-position: center center;
        display: inline-block;
        margin-left: 5px;
        padding: 10px;
        transition: transform .3s ease-in-out;
        position: absolute;
        right: 0;
        top: 2px
    }
    .sub-menu li>a {
        padding: 14px;
        border-radius: 8px;
        border: 1px solid #CFCFCF;
        background: #FFF;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        text-decoration: none
    }
    .sub-menu li>a:hover {
        border: 1px solid #00BF63;
        background: #E8FFF4
    }
    .menu-text-title {
        display: block;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px
    }
    .menu-text-description {
        display: block;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        margin-top: 8px
    }
    .header .menu-mob-body {
        padding: 0
    }
    .header .menu-header-mob-btn {
        display: none
    }
    .header .menu-header {
        display: flex;
        align-items: center
    }
    .header .menu-mob-header {
        display: none
    }
    .header .menu-mob-body {
        display: flex;
        align-items: center
    }
    .header .link-contact-us {
        display: none
    }
    .header .menu-header-list {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        margin-right: 24px
    }
    .header .menu-header-list .menu-item-has-children .sub-menu .sub-menu-items {
        width: 70%
    }
    .header .menu-header-list .menu-item-has-children .sub-menu .sub-menu-items.full-width {
        width: 100%
    }
    .header .menu-header-list .menu-item-has-children .sub-menu .sub-menu-featured {
        width: 30%
    }
    .header .menu-header-list .sub-menu {
        position: absolute;
        padding: 118px 40px 80px 66px;
        transition: all .2s linear;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        display: none;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        column-gap: 20px
    }
    .header .menu-header-list .sub-menu ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
        grid-auto-rows: 1fr
    }
    .header .menu-header-list .sub-menu .sub-menu-items.full-width ul {
        grid-template-columns: repeat(4, 1fr)
    }
    .header .menu-header-list ul {
        margin: 0
    }
    .header .menu-header-list .__opened .sub-menu {
        display: flex
    }
    .sub-menu .column_title {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        padding-bottom: 12px;
        margin-bottom: 20px;
        border-bottom: 1px #CFCFCF solid
    }
    .sub-menu .menu-featured-post {
        display: block
    }
    .sub-menu .menu-featured-image {
        border-radius: 12px;
        overflow: hidden;
        height: 120px;
        margin-bottom: 20px
    }
    .sub-menu .menu-featured-image img {
        top: -50%;
        bottom: 50%;
        position: relative;
        width: 100%;
        height: auto
    }
    .sub-menu .menu-featured-title {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 18px
    }
    .sub-menu .menu-featured-labels {
        display: flex;
        flex-direction: row;
        gap: 12px
    }
    .sub-menu .menu-featured-labels .article-item-bottom__categories-item {
        color: #474747;
        text-align: center;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 14px;
        height: 40px;
        width: auto;
        padding: 12px;
        margin: 0;
        padding: 10px 20px;
        border-radius: 20px;
        background: #F7F7F7;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        border: none
    }
    .lang-de .header .menu-header-list>li {
        margin-right: 0
    }
    .header .menu-header-list>li {
        margin-right: 0;
        margin-left: 24px
    }
    .header .menu-header-list ul {
        display: none
    }
    .header .menu-mob-footer .btn-circle {
        display: none
    }
    .header .menu-mob-footer .menu-mob-search {
        display: inline-block
    }
    .header .menu-header-list .two-columns.__opened ul,
    .header .menu-header-list .three-columns.__opened ul,
    .header .menu-header-list .four-columns.__opened ul {
        column-gap: 40px
    }
    .header .menu-header-list .two-columns.__opened ul>li,
    .header .menu-header-list .three-columns.__opened ul>li,
    .header .menu-header-list .four-columns.__opened ul>li {
        white-space: nowrap
    }
    .header .menu-header-list .two-columns.__opened ul {
        column-count: 2
    }
    .header .menu-header-list .three-columns.__opened ul {
        column-count: 3
    }
    .header .menu-header-list .four-columns.__opened ul {
        column-count: 4
    }
    .header .search-box .menu-mob-search .icon-search {
        fill: #fff
    }
    .white-box {
        content: "";
        position: fixed;
        top: -100%;
        left: 0;
        height: 0;
        width: 100%;
        transition: height .1s linear;
        z-index: 1
    }
    .white-box.__open {
        content: "";
        top: -1px;
        background-color: #fff;
        box-shadow: 0 4px 20px rgb(0 0 0 / .08)
    }
    .header.__bg-white {
        transition: all .2s ease-in-out
    }
    .header.__bg-white .menu-header-list a {
        transition: all .2s ease;
        color: #000;
        cursor: pointer !important
    }
    .header.__bg-white .menu-header-list .current-menu-item>a {
        color: #00BF63
    }
    .header.__bg-white .menu-header-list>li:active a:after,
    .header.__bg-white .menu-header-list>li.__opened a:after {
        transform: rotate(180deg)
    }
    .swiper-container {
        z-index: 0 !important;
        padding-bottom: 2px
    }
    .header .menu-header-list .sub-menu {
        padding: 118px 40px 80px 110px
    }
}

@media(min-width:1401px) {
    .lang-de .header .menu-header-list>li {
        margin-right: 0px
    }
    .header .menu-header-list {
        margin-right: 48px
    }
    .header .menu-header-list>li {
        margin-right: 0;
        margin-left: 32px
    }
}

@media(min-width:1521px) {
    .header .menu-header-list .menu-item-has-children .sub-menu .sub-menu-featured {
        max-width: 350px
    }
}

@media(min-width:1920px) {
    .header .btn-contact-us {
        height: 56px;
        min-width: 153px
    }
    .header .btn-contact-us span {
        height: 56px;
        font-size: 18px;
        line-height: 24px
    }
}

@media(min-width:1980px) {
    .header {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width:360.98px) {
    .header .logo-site {
        width: 60px;
        height: 16px
    }
    .header .menu-mob-header__logo {
        width: 60px;
        height: 16px
    }
}

.__open .menu-mob-footer-select-language .select-language .arrow {
    background-color: #7a7a7a
}

.__open .menu-mob-footer-select-language .select-language__trigger {
    background-color: rgb(255 255 255 / .1);
    color: #7a7a7a
}

.__open .menu-mob-footer-select-language .select-language__trigger:before {
    background-color: #6244bb
}

.__open .menu-mob-footer-select-language .select-language-options li a {
    color: #7a7a7a
}

.search-box .__active .btn-icon:before {
    display: none
}

.footer {
    padding: 38px 24px 20px 24px;
    margin: 8px 14px 0 14px;
    color: #fff;
    border-radius: 12px 12px 0 0;
    background: #1B1B1B
}

.footer-row {
    flex-direction: column
}

.footer__logo-site {
    width: 150px;
    height: 32px;
    margin-bottom: 32px;
    display: inline-block;
    background: url(../img/inhtml/logo-white.svg) left center no-repeat;
    background-size: contain
}

.footer .footer-column-title {
    color: #FFF;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 12px
}

.footer .footer-column-title svg {
    margin-left: 10px
}

.footer address {
    margin-bottom: 32px
}

.footer .footer-address,
.footer .footer-address a {
    color: #FFF;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    opacity: .8
}

.footer .footer-address a {
    text-decoration: underline
}

.footer .footer-email {
    margin-top: 8px
}

.footer__position svg {
    margin-left: 10px
}

.footer__right-column .row {
    margin-right: 0;
    margin-left: 0
}

.footer-menu-column {
    margin-bottom: 24px;
    width: 50%
}

.footer-menu-column:last-child {
    margin-bottom: 16px
}

.footer__right-column__menu-title,
.footer__right-column__menu-title__link {
    color: #FFF;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
    margin-bottom: 12px
}

.footer__right-column__menu ul {
    padding-left: 0
}

.footer__right-column__menu ul li {
    list-style: none;
    position: relative;
    margin-bottom: 8px;
    text-align: left
}

.footer__right-column__menu ul a {
    color: #FFF;
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    opacity: .8;
    text-decoration: none;
    text-align: left
}

.footer__right-column__menu ul a:hover {
    opacity: 1
}

.footer__bottom {
    padding-top: 24px;
    border-top: 1px #D4D2E3 solid;
    flex-direction: column-reverse;
    align-items: flex-start
}

.footer__right-column__socials {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%
}

.footer .btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(90deg, rgb(255 255 255 / .27) 10.2%, rgb(255 255 255 / .39) 50.51%, rgb(255 255 255 / .37) 100.38%);
    backdrop-filter: blur(5px)
}

.footer .btn-icon.hover-icon {
    background: linear-gradient(90deg, rgb(93 217 157 / .27) 10.2%, rgb(46 204 128 / .39) 50.51%, rgb(93 217 157 / .37) 100.38%);
    backdrop-filter: blur(5px);
    display: none
}

.footer__right-column__socials a:hover .btn-icon {
    display: none
}

.footer__right-column__socials a:hover .btn-icon.hover-icon {
    display: flex
}

.footer .btn-icon img {
    width: 25px;
    height: 25px
}

.footer__bottom-copyright {
    text-align: left;
    color: #949494;
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

@media(min-width:1024px) {
    .menu-mob-search {
        display: none
    }
    .footer__right-column__socials {
        justify-content: flex-start;
        column-gap: 12px
    }
    .footer-menu-column {
        width: 33%
    }
    .footer {
        padding: 80px 66px 28px 66px;
        margin: 20px 20px 0 20px
    }
    .footer-row {
        flex-direction: row;
        justify-content: space-between
    }
    .footer__right-column {
        width: auto
    }
    .footer__right-column .row {
        justify-content: flex-end;
        column-gap: 32px
    }
    .footer__logo-site {
        width: 188px;
        height: 40px;
        margin-bottom: 34px
    }
    .footer-row {
        margin-bottom: 24px;
        padding-bottom: 24px
    }
    .footer .footer-column-title {
        margin-bottom: 32px
    }
    .footer address {
        margin-bottom: 0;
        max-width: 200px
    }
    .footer .footer-address,
    .footer .footer-address a {
        font-size: 16px;
        line-height: 26px
    }
    .footer .footer-email {
        margin-top: 16px
    }
    .footer-menu-column {
        margin-bottom: 0;
        width: auto
    }
    .footer__right-column__menu-title,
    .footer__right-column__menu-title__link {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 32px
    }
    .footer__right-column__menu ul li {
        margin-bottom: 16px
    }
    .footer__right-column__menu ul a {
        font-size: 16px;
        line-height: 16px
    }
    .footer__bottom {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }
    .footer__right-column__socials {
        justify-content: flex-end;
        width: auto;
        margin-bottom: 0
    }
    .footer .btn-icon {
        width: 56px;
        height: 56px
    }
    .footer .btn-icon img {
        width: 36px;
        height: 36px;
        left: 1px;
        top: 1px;
        position: relative
    }
}

@media(min-width:1440px) {
    .footer {
        padding: 100px 110px 28px 110px
    }
    .footer .footer-column-title {
        font-size: 20px;
        line-height: 30px
    }
    .footer__right-column .row {
        column-gap: 88px
    }
}

@media(min-width:1600px) {
    .footer__right-column .row {
        column-gap: 160px
    }
}

.footer.footer__overlay__box {
    padding-top: 135px
}

@media(min-width:576px)and (max-width:1199.98px) {
    .footer.footer__overlay__box {
        padding-top: 115px
    }
}

@media(max-width:1500px)and (min-width:992px) {
    .footer.footer__overlay__box {
        padding-top: 147px
    }
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .footer.footer__overlay__box {
        padding-top: 127px
    }
}

@media(min-width:1440px) {
    .footer.footer__overlay__box {
        padding-top: 147px
    }
}

.footer.footer__overlay__box__with_description {
    padding-top: 165px
}

@media(min-width:576px)and (max-width:1199.98px) {
    .footer.footer__overlay__box__with_description {
        padding-top: 175px
    }
}

@media(min-width:1200px) {
    .footer.footer__overlay__box__with_description {
        padding-top: 240px
    }
}

.footer .footer-address.hidden-row>div.footer-address-street,
.footer .footer-address.hidden-row>div.footer-address-email,
.footer .footer-address.hidden-row>div.footer-address-phone-number {
    display: none
}

.header-home {
    position: relative;
    background-color: #fff;
    border-radius: 12px 12px 12px 12px;
    width: 100%;
    overflow: hidden;
    color: #474747;
    z-index: 0;
    background-image: url(../img/inhtml/home/home-hero-blur-mobile.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px
}

.header-home.reset-bottom-margin {
    margin-bottom: 0
}

.header-home .container {
    position: relative;
    z-index: 2
}

.header-home-scroll-icon {
    display: none;
    position: absolute;
    width: 30px;
    height: 23px;
    bottom: 13%;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
    z-index: 1
}

@media(min-width:768px)and (max-width:1439.98px) {
    .header-home {
        background-image: url(../img/inhtml/home/home-hero-blur-tablet.svg)
    }
    .header-home-scroll-icon {
        background: url(../img/inhtml/icon-scrol-down-mobile.svg) center center no-repeat
    }
}

@media(min-width:1440px) {
    .header-home {
        background-image: url(../img/inhtml/home/home-hero-blur.svg)
    }
    .header-home-scroll-icon {
        visibility: visible;
        width: 30px;
        height: 50px;
        bottom: 3%;
        background: url(../img/inhtml/icon-scrol-down-desktop.svg) center center no-repeat;
        background-size: contain
    }
}

@media(min-width:576px)and (max-width:1199.98px) {
    .header-home-wrapper {
        justify-content: center
    }
}

.header-home-text h1 sup {
    position: relative;
    top: -15px;
    left: -5px;
    font-weight: 700;
    font-size: 12px
}

.header-home-text h1:after {
    margin-left: 5px
}

.header-home-text {
    padding-top: 96px;
    padding-bottom: 24px;
    text-align: left
}

.internal-page .header-home-text {
    padding-top: 40px
}

.header-home-text h1 {
    font-size: 32px;
    line-height: 40px;
    margin-top: 0;
    text-align: left;
    margin-bottom: 0
}

.header-home-text h1 span {
    color: #00BF63
}

.header-home-description-text {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 11px
}

.internal-page .header-home-description-text {
    display: none
}

.header-home-description-text p {
    margin: 0
}

.header-home-awards-wrapper {
    display: none
}

.header-home-awards {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    column-gap: 32px
}

.header-home-awards img {
    max-height: 64px;
    max-width: 114px
}

.header-home-image {
    margin-bottom: 19px
}

.header-home-image img {
    max-width: 100%;
    width: 100%;
    border-radius: 12px
}

.header-home-text .btn {
    margin-bottom: 0;
    margin-top: 24px
}

@media(min-width:1024px) {
    .header-home {
        margin-bottom: 50px
    }
    .single-services .internal-page .header-home,
    .single-industries .internal-page .header-home,
    .single-technologies .internal-page .header-home {
        margin-bottom: 0
    }
    .internal-page .header-home-description-text {
        display: block
    }
    .internal-page .header-home-image img {
        max-height: 550px
    }
    .header-home .container {
        padding-right: 40px
    }
    .header-home-wrapper {
        display: flex;
        justify-content: space-between
    }
    .header-home-text {
        padding-top: 130px
    }
    .internal-page .header-home-text {
        padding-top: 40px;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start
    }
    .header-home-image {
        padding-top: 110px;
        margin-bottom: 40px
    }
    .internal-page .header-home-image {
        padding-top: 40px
    }
    .header-home-awards-title {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 20px
    }
    .header-home-text {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 20px
    }
    .header-home-text h1 {
        color: #000;
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 0;
        width: 420px
    }
    .header-home-description-text {
        width: 380px
    }
    .header-home-text p {
        font-size: 16px;
        line-height: 26px;
        max-width: 895px
    }
}

@media(min-width:1160px) {
    .header-home-awards-wrapper {
        display: block;
        margin-top: 26px
    }
}

@media(min-width:1240px) {
    .header-home {
        margin-bottom: 100px
    }
    .single-services .internal-page .header-home,
    .single-industries .internal-page .header-home,
    .single-technologies .internal-page .header-home {
        margin-bottom: 0
    }
    .header-home-text h1 {
        font-size: 48px;
        line-height: 56px;
        width: 520px
    }
    .header-home-description-text {
        width: 480px
    }
    .header-home-text p {
        font-size: 16px;
        line-height: 26px;
        max-width: 895px
    }
    .header-home-text .btn {
        margin-bottom: 0;
        margin-top: 24px
    }
    .header-home-awards {
        column-gap: 40px
    }
    .header-home-awards img {
        max-height: 72px;
        max-width: 130px
    }
}

@media(min-width:1600px) {
    .header-home-text h1 {
        font-size: 56px;
        line-height: 64px
    }
    .header-home-text p {
        font-size: 18px;
        line-height: 28px
    }
    .internal-page .header-home-image img {
        max-height: 621px
    }
    .header-home-description-text {
        width: 680px
    }
    .header-home-text h1 {
        width: 680px
    }
    .header-home-awards-wrapper {
        margin-top: 80px
    }
    .header-home-awards-title {
        font-size: 16px;
        line-height: 24px
    }
}

.scrollmagic-pin-spacer {
    background-color: #f5f5f5
}

.our-service {
    background-color: #f5f5f5;
    padding-bottom: 30px
}

@media(min-width:576px)and (max-width:1199.98px) {
    .our-service {
        padding-bottom: 30px
    }
}

@media(min-width:1200px) {
    .our-service {
        padding-bottom: 90px
    }
}

@media(max-width:1199.98px) {
    .our-service .section-title.__text-center:after {
        height: 80px
    }
    .our-service .section-title.__text-center:before {
        top: -15px
    }
}

.our-service-slider-control {
    margin: 10px 0 15px;
    text-align: center
}

@media(min-width:1200px) {
    .our-service-slider-control {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
        margin: 0
    }
}

.our-service-wrapper {
    overflow: hidden
}

.our-service-list {
    display: block
}

@media(min-width:576px) {
    .our-service-list {
        transform: translate3d(0, 0, 0);
        position: relative;
        display: flex;
        align-content: stretch;
        width: 100%;
        height: 100%;
        z-index: 1;
        transition-property: transform;
        box-sizing: content-box
    }
}

.our-service-list__item {
    display: block;
    box-sizing: border-box;
    background-color: #fff;
    padding: 30px 30px 40px;
    margin: 0 -10px 20px;
    text-decoration: none
}

@media(max-width:1199.98px) {
    .our-service-list__item {
        width: auto;
        margin: 0 0 20px
    }
}

@media(min-width:768px)and (max-width:1439.98px) {
    .our-service-list__item {
        padding: 50px;
        margin-right: 15px
    }
    .our-service-list__item:last-child {
        margin-right: 0
    }
}

@media(min-width:768px) {
    .our-service-list__item {
        width: 555px;
        position: relative;
        transition-property: transform
    }
    .our-service-list__item>a {
        text-decoration: none;
        cursor: none
    }
}

.our-service-list__item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.our-service-list__item__header__link {
    line-height: 0
}

.our-service-list__item__header__link .btn-circle {
    min-width: 33px;
    height: 33px;
    margin-right: 5px;
    border: 1px #00BF63 solid;
    border-radius: 50%
}

@media(min-width:768px) {
    .our-service-list__item__header__link .btn-circle {
        min-width: 40px;
        height: 40px
    }
}

.our-service-list__item__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    padding-bottom: 32px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgb(0 0 0 / .1)
}

.our-service-list__item__description {
    font-size: 14px;
    line-height: 24px;
    color: #585858
}

@media(min-width:1200px) {
    .our-service-list__item__description {
        font-size: 16px
    }
}

.our-service-list-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}

.our-service-list-grid .our-service-list__item {
    box-shadow: 0 10px 60px rgb(0 0 0 / .05);
    flex: 0 0 100%;
    margin-bottom: 30px;
    width: 100%
}

@media(min-width:1200px) {
    .our-service-list-grid .our-service-list__item {
        flex: 0 0 calc(50% - 15px);
        width: 50%
    }
}

.our-service-list-grid .our-service-list__item:nth-child(even) {
    flex: 0 0 100%;
    margin-bottom: 30px;
    width: 100%;
    margin-right: 0
}

@media(min-width:1200px) {
    .our-service-list-grid .our-service-list__item:nth-child(even) {
        flex: 0 0 calc(50% - 15px);
        width: 50%
    }
}

.our-service-list-slider-overflow-hidden {
    overflow: hidden
}

.our-service-list-slider-wrapper {
    display: flex
}

@media(min-width:1200px) {
    .our-service-wrapper {
        overflow: hidden
    }
    .our-service-list {
        display: flex;
        flex-wrap: nowrap
    }
    .our-service-list__item {
        flex: 1 0 auto;
        margin: 0 30px 20px 0;
        padding: 82px 80px 50px
    }
    .our-service-list__item__title {
        font-size: 30px;
        line-height: 37px
    }
}

@media(min-width:576px)and (max-width:1199.98px) {
    .our-service-list__item {
        min-width: 464px
    }
}

@media(min-width:1200px) {
    .our-service-list__item {
        height: auto
    }
}

@media(min-width:1200px) {
    .our-service.__general-services .our-service-list__item {
        padding: 82px 80px 80px
    }
}

.our-service.__general-services.__bg-white {
    background-color: #fff
}

.trusted-by {
    position: relative;
    z-index: 3;
    background-color: #f5f5f5;
    overflow: hidden
}

.trusted-by-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

.trusted-by-header .section-title {
    margin-bottom: 0
}

.trusted-by-slider-control {
    display: none
}

@media(min-width:1200px) {
    .trusted-by-slider-control {
        display: flex
    }
}

.trusted-by-slider-control .btn,
.trusted-by-slider-control #cookie-law-info-bar #wt-cli-accept-all-btn,
#cookie-law-info-bar .trusted-by-slider-control #wt-cli-accept-all-btn,
.trusted-by-slider-control #cookie-law-info-bar #cookie_action_close_header_reject,
#cookie-law-info-bar .trusted-by-slider-control #cookie_action_close_header_reject {
    background-color: #fff
}

.__white .trusted-by-slider:before,
.__white .trusted-by-slider:after {
    background-color: #fff !important
}

.trusted-by-slider {
    width: 100%;
    margin-bottom: 34px;
    padding-bottom: 2px;
    position: relative
}

@media(min-width:576px)and (max-width:1199.98px) {
    .trusted-by-slider {
        margin-bottom: 40px
    }
    .trusted-by-slider:before {
        content: "";
        position: absolute;
        top: 0;
        right: calc(-100% - 1.5px);
        width: 100%;
        height: calc(100% + 1px);
        background-color: #f5f5f5;
        z-index: 2
    }
    @supports(-moz-appearance:none) {
        .trusted-by-slider:before {
            right: calc(-100% - 1px)
        }
    }
    .trusted-by-slider:after {
        content: "";
        position: absolute;
        top: 0;
        left: calc(-100% - 1px);
        width: 100%;
        height: calc(100% + 1px);
        background-color: #f5f5f5;
        z-index: 2
    }
}

@media(min-width:1200px) {
    .trusted-by-slider {
        margin-bottom: 0
    }
    .trusted-by-slider:before {
        content: "";
        position: absolute;
        top: 0;
        right: calc(-100% - 1.5px);
        width: 100%;
        height: calc(100% + 1px);
        background-color: #f5f5f5;
        z-index: 2
    }
    @supports(-moz-appearance:none) {
        .trusted-by-slider:before {
            right: calc(-100% - 1px)
        }
    }
    .trusted-by-slider:after {
        content: "";
        position: absolute;
        top: 0;
        left: calc(-100% - 1px);
        width: 100%;
        height: calc(100% + 1px);
        background-color: #f5f5f5;
        z-index: 2
    }
}

.trusted-by-slider-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

.trusted-by-slider-list__item+.trusted-by-slider-list__item {
    border-left: none
}

.trusted-by-slider-list__item {
    flex: 1 0 auto;
    box-sizing: border-box;
    box-shadow: 1px 0 0 0 #c4c4c4, 0 1px 0 0 #c4c4c4, 1px 1px 0 0 #c4c4c4, 1px 0 0 0 #c4c4c4 inset, 0 1px 0 0 #c4c4c4 inset;
    height: 82px;
    width: 50%;
    cursor: pointer;
    -webkit-filter: grayscale(100%) brightness(90%) contrast(140%);
    filter: grayscale(100%) brightness(90%) contrast(140%);
    transform: scale(1);
    backface-visibility: hidden;
    transition: all .3s ease
}

@media(min-width:576px)and (max-width:1439.98px) {
    .trusted-by-slider-list__item {
        width: 25%;
        height: 86px
    }
}

@media(min-width:1200px) {
    .trusted-by-slider-list__item {
        width: 25%;
        height: 136px
    }
}

.trusted-by-slider-list__item:after {
    position: absolute;
    content: "";
    bottom: -4px;
    transition: bottom .2s linear
}

.trusted-by-slider-list__item.__active:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #6244bb;
    height: 3px;
    width: calc(100% - 1px);
    bottom: -1px;
    left: 1px
}

.trusted-by-slider-list__item.__active:after {
    bottom: -6px;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid #fff0;
    border-right: 6px solid #fff0;
    border-top: 6px solid #6244bb;
    left: 50%;
    transform: translateX(-50%)
}

.trusted-by-slider-list__item.swiper-slide-active,
.trusted-by-slider-list__item.__active,
.trusted-by-slider-list__item:hover {
    -webkit-filter: grayscale(0) brightness(100%) contrast(100%);
    filter: grayscale(0) brightness(100%) contrast(100%)
}

.trusted-by-slider-list__item.swiper-slide-active img,
.trusted-by-slider-list__item.__active img,
.trusted-by-slider-list__item:hover img {
    transform: scale(1.1)
}

.trusted-by-slider-list__item__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 100%
}

.trusted-by-slider-list__item__wrapper img {
    transition: all .3s ease;
    max-width: 90%;
    object-fit: contain
}

.trusted-by-image-mob {
    margin-left: -90px;
    height: 303px
}

.trusted-by-image-mob img {
    max-height: 100%
}

@media(min-width:576px)and (max-width:1439.98px) {
    .trusted-by-image-mob {
        margin-left: 0;
        text-align: center
    }
}

@media(min-width:1200px) {
    .trusted-by-image-mob {
        display: none
    }
}

.trusted-by-image {
    display: none;
    height: 620px;
    justify-content: center;
    align-items: center
}

.trusted-by-image img {
    max-height: 100%;
    transform: translateX(30%)
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .trusted-by-image img {
        max-height: 80%;
        transform: translateX(18%)
    }
}

@media(min-width:1200px) {
    .trusted-by-image {
        display: flex
    }
}

.trusted-by-title {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0
}

@media(min-width:576px)and (max-width:1199.98px) {
    .trusted-by-title {
        font-size: 37px;
        line-height: 49px;
        text-align: left
    }
}

@media(min-width:1200px) {
    .trusted-by-title {
        margin-top: 22px;
        font-size: 40px;
        line-height: 49px;
        text-align: left;
        margin-bottom: 35px
    }
}

.trusted-by-description {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #585858;
    margin-bottom: 40px
}

@media(min-width:576px) {
    .trusted-by-description {
        text-align: left
    }
}

@media(min-width:1200px) {
    .trusted-by-description {
        font-size: 16px
    }
}

.trusted-by-button {
    text-align: center;
    display: none
}

@media(min-width:1200px) {
    .trusted-by-button {
        text-align: left;
        display: inline-block
    }
}

.trusted-by-button.__mob {
    display: block
}

.trusted-by-button.__mob .btn:first-child,
.trusted-by-button.__mob #cookie-law-info-bar #wt-cli-accept-all-btn:first-child,
#cookie-law-info-bar .trusted-by-button.__mob #wt-cli-accept-all-btn:first-child,
.trusted-by-button.__mob #cookie-law-info-bar #cookie_action_close_header_reject:first-child,
#cookie-law-info-bar .trusted-by-button.__mob #cookie_action_close_header_reject:first-child {
    margin-left: 0
}

.trusted-by-button.__mob .btn,
.trusted-by-button.__mob #cookie-law-info-bar #wt-cli-accept-all-btn,
#cookie-law-info-bar .trusted-by-button.__mob #wt-cli-accept-all-btn,
.trusted-by-button.__mob #cookie-law-info-bar #cookie_action_close_header_reject,
#cookie-law-info-bar .trusted-by-button.__mob #cookie_action_close_header_reject {
    margin-left: 10px
}

.trusted-by-button.__mob .btn-purple,
.trusted-by-button.__mob #cookie-law-info-bar #wt-cli-accept-all-btn,
#cookie-law-info-bar .trusted-by-button.__mob #wt-cli-accept-all-btn,
.trusted-by-button.__mob .carrers-widget-body .hs-submit button,
.carrers-widget-body .hs-submit .trusted-by-button.__mob button,
.trusted-by-button.__mob .btn.btn-green,
.trusted-by-button.__mob #cookie-law-info-bar .btn-green#cookie_action_close_header_reject,
#cookie-law-info-bar .trusted-by-button.__mob .btn-green#cookie_action_close_header_reject {
    margin-bottom: 10px
}

@media(min-width:576px) {
    .trusted-by-button.__mob .btn-purple,
    .trusted-by-button.__mob #cookie-law-info-bar #wt-cli-accept-all-btn,
    #cookie-law-info-bar .trusted-by-button.__mob #wt-cli-accept-all-btn,
    .trusted-by-button.__mob .carrers-widget-body .hs-submit button,
    .carrers-widget-body .hs-submit .trusted-by-button.__mob button,
    .trusted-by-button.__mob .btn.btn-green,
    .trusted-by-button.__mob #cookie-law-info-bar .btn-green#cookie_action_close_header_reject,
    #cookie-law-info-bar .trusted-by-button.__mob .btn-green#cookie_action_close_header_reject {
        margin-bottom: 0
    }
}

@media(min-width:1200px) {
    .trusted-by-button.__mob {
        display: none
    }
    .trusted-by-button.__mob .btn-purple,
    .trusted-by-button.__mob #cookie-law-info-bar #wt-cli-accept-all-btn,
    #cookie-law-info-bar .trusted-by-button.__mob #wt-cli-accept-all-btn,
    .trusted-by-button.__mob .carrers-widget-body .hs-submit button,
    .carrers-widget-body .hs-submit .trusted-by-button.__mob button,
    .trusted-by-button.__mob .btn.btn-green,
    .trusted-by-button.__mob #cookie-law-info-bar .btn-green#cookie_action_close_header_reject,
    #cookie-law-info-bar .trusted-by-button.__mob .btn-green#cookie_action_close_header_reject {
        margin-bottom: 0
    }
}

.trusted-by-case-study-item-list-text {
    position: relative
}

@media(min-width:1200px) {
    .trusted-by-case-study-item-list-text {
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        height: 100%;
        align-items: center
    }
}

.trusted-by-case-study-item-list-text .trusted-by-case-study-item {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(0);
    transition: transform .5s ease-in-out, opacity .4s ease-in-out
}

@media(min-width:576px) {
    .trusted-by-case-study-item-list-text .trusted-by-case-study-item {
        top: 50%;
        left: -10px;
        transform: translateX(0) translateY(-50%);
        transition: left .5s ease-in-out, opacity .4s ease-in-out
    }
}

.trusted-by-case-study-item-list-text .trusted-by-case-study-item.__active {
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1;
    transform: translateX(0) translateY(-10px)
}

@media(min-width:576px) {
    .trusted-by-case-study-item-list-text .trusted-by-case-study-item.__active {
        left: 0
    }
}

.trusted-by-case-study-item-list-image .trusted-by-case-study-item {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out
}

@media(min-width:576px) {
    .trusted-by-case-study-item-list-image .trusted-by-case-study-item {
        transform: translateX(100px)
    }
}

.trusted-by-case-study-item-list-image .trusted-by-case-study-item.__active {
    position: relative;
    visibility: visible;
    opacity: 1;
    transform: translateX(0)
}

.quick-facts-about-us {
    background-color: #fff
}

@media(max-width:1199.98px) {
    .lang-de .quick-facts-about-us .__text-line-two-mob:after {
        height: 100px;
        top: -40% !important
    }
}

@media(max-width:767.98px) {
    .quick-facts-about-us .section-title:after {
        top: -10%
    }
}

.quick-facts-about-us-row {
    flex-direction: column-reverse
}

@media(min-width:1200px) {
    .quick-facts-about-us-row {
        flex-direction: row
    }
}

.quick-facts-about-us-wrapper {
    padding-right: 15px
}

@media(min-width:1440px) {
    .quick-facts-about-us-wrapper {
        padding-right: 84px
    }
}

.quick-facts-about-us-list {
    display: flex;
    flex-wrap: wrap
}

.quick-facts-about-us-list__item:nth-child(odd),
.big-commerce-about-list__item:nth-child(odd) {
    margin-right: 30px
}

.quick-facts-about-us-list__item,
.big-commerce-about-list__item {
    flex: 0 0 100%;
    margin-bottom: 30px;
    height: 213px;
    border-left: 3px solid #00BF63;
    box-sizing: border-box;
    box-shadow: 0 0 40px rgb(176 176 176 / .2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .3s ease;
    background: #fff
}

.quick-facts-about-us-list__item:last-child,
.big-commerce-about-list__item:last-child {
    margin-bottom: 0
}

@media(min-width:768px) {
    .quick-facts-about-us-list__item,
    .big-commerce-about-list__item {
        flex: 0 0 calc(50% - 15px)
    }
}

.quick-facts-about-us-list__item__number,
.big-commerce-about-list__item__number {
    font-family: "Century Gothic", sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 11px;
    color: #333
}

.quick-facts-about-us-list__item__description,
.big-commerce-about-list__item__description {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #585858
}

.quick-facts-about-us-list__item:nth-child(2),
.big-commerce-about-list__item:nth-child(2) {
    border-color: #ff865f
}

.quick-facts-about-us-list__item:nth-child(3),
.big-commerce-about-list__item:nth-child(3) {
    border-color: #faaf3f
}

.quick-facts-about-us-list__item:nth-child(4),
.big-commerce-about-list__item:nth-child(4) {
    border-color: #6244bb
}

.latests-insights {
    background-color: #f5f5f5;
    overflow: hidden
}

@media(min-width:1200px) {
    .latests-insights {
        padding-bottom: 110px
    }
}

.latests-insights-header-article-control {
    display: none
}

@media(min-width:1200px) {
    .latests-insights-header-article-control {
        display: block
    }
}

.latests-insights-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px
}

.latests-insights-header .section-title {
    margin-bottom: 0
}

.latests-insights-header-article-control {
    line-height: 0
}

@media(max-width:767.98px) {
    .latests-insights-header-article-control .btn-circle {
        min-width: 30px;
        height: 30px
    }
}

.latests-insights.__interested_in {
    padding-bottom: 60px
}

@media(min-width:1200px) {
    .latests-insights.__interested_in {
        padding-bottom: 110px
    }
}

.latests-insights-wrapper .container .article-item:last-child {
    margin-bottom: 0
}

.latests-insights-link-mob {
    text-align: center;
    margin-top: 26px
}

@media(min-width:1200px) {
    .latests-insights-link-mob {
        display: none
    }
}

.latests-insights .btn-hover-purple-without,
.latests-insights #cookie-law-info-bar #cookie_action_close_header_reject,
#cookie-law-info-bar .latests-insights #cookie_action_close_header_reject {
    background-color: #fff
}

.page-header {
    min-height: 122px;
    color: #000;
    background: url(../img/inhtml/blur.svg) center center #fff0 no-repeat;
    background-size: cover;
    border-radius: 12px
}

.page-header.__xl-130mb {
    margin-bottom: 60px
}

.page-header.__xl-blog {
    margin-bottom: 40px
}

@media(min-width:1200px) {
    .page-header.__xl-130mb {
        margin-bottom: 110px
    }
    .page-header.__xl-blog {
        margin-bottom: 80px
    }
}

.page-header.__single-post .page-header-overlay {
    padding: 40px 0
}

@media(min-width:1200px) {
    .page-header.__single-post .page-header-overlay {
        padding: 147px 0
    }
}

@media(min-width:1200px) {
    .page-header.__single-post .page-title {
        font-size: 45px;
        line-height: 55px
    }
}

@media(max-width:1500px)and (min-width:992px) {
    .page-header.__single-post .page-title {
        font-size: 45px;
        line-height: 55px
    }
}

.page-header-overlay {
    height: 100%;
    padding: 40px 0
}

.page-header.__single-post .page-header-overlay {
    background-color: rgb(0 0 0 / .5)
}

@media(min-width:1200px) {
    .page-header-overlay {
        padding: 90px 0
    }
}

.page-header .page-title {
    color: #000;
    margin: 0;
    font-size: 32px;
    line-height: 40px
}

.page-header.__single-post .page-title {
    color: #fff
}

@media(min-width:1024px) {
    .page-header .page-title {
        font-size: 40px;
        line-height: 48px
    }
    .page-header-overlay {
        padding: 62px 0 62px
    }
}

.page-header .page-title span {
    color: #00BF63
}

@media(min-width:1200px) {
    .page-header {
        min-height: 242px
    }
    .page-header-overlay {
        padding: 92px 0 92px
    }
    .page-header .page-title {
        font-size: 48px;
        line-height: 58px
    }
}

.pagination {
    margin-top: 30px;
    clear: both;
    position: relative;
    line-height: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(min-width:576px) {
    .pagination {
        margin-top: 40px
    }
}

@media(min-width:768px) {
    .pagination {
        justify-content: left
    }
}

.pagination-item,
.pagination .page-numbers {
    color: #00BF63;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    font-weight: 700
}

.pagination-item:hover,
.pagination .page-numbers:hover {
    color: #00BF63
}

.careers-container .pagination-item.pagination-current:hover {
    color: #fff;
    cursor: default
}

@media(min-width:768px) {
    .pagination-item,
    .pagination .page-numbers {
        font-size: 18px;
        line-height: 22px;
        margin: 0 13px
    }
}

.pagination .dots {
    color: #00BF63;
    position: relative;
    top: -5px
}

.pagination .dots:hover {
    color: #333
}

.pagination-current,
.pagination .current {
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    background-color: #00BF63;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination-inactive:hover {
    color: #00BF63
}

.pagination-prev,
.pagination-next {
    font-size: 12px;
    text-transform: capitalize;
    flex: 1 auto 72px;
    font-weight: 400;
    font-family: "Century Gothic", sans-serif;
    background-color: #fff
}

.pagination-prev:hover,
.pagination-next:hover {
    background-color: #6244bb;
    color: #fff
}

@media(min-width:768px) {
    .pagination-prev,
    .pagination-next {
        font-size: 16px;
        line-height: 20px
    }
}

@media(min-width:768px) {
    .pagination-prev {
        margin-right: 30px
    }
    .pagination-next {
        margin-left: 30px
    }
}

.read-more-about-it--article {
    margin-top: 30px
}

.read-more-about-it--article:first-child {
    margin-top: 0
}

.read-more-about-it--article__image {
    position: relative;
    background: #d3d3d3;
    width: 100%;
    overflow: hidden
}

.read-more-about-it--article__info-tags .section-search-results__item__tag {
    padding: 12px;
    text-transform: capitalize;
    margin-bottom: 0
}

.read-more-about-it--article__info-tags .section-search-results__item__tag.__case_studies {
    border-radius: 99px;
    background: #F7F7F7
}

.__gray .read-more-about-it--article__info-tags .section-search-results__item__tag.__case_studies {
    background: #FFF
}

.read-more-about-it--article__info-tags .section-search-results__item__tag.__services {
    border-color: #00BF63
}

.read-more-about-it--article__info-tags .section-search-results__item__tag.__careers {
    border-color: #6244bb
}

.read-more-about-it--article__info-title {
    font-size: 24px;
    line-height: 34px
}

@media(min-width:1024px) {
    .read-more-about-it--article__info-tags .section-search-results__item__tag {
        padding: 10px 20px
    }
}

@media(min-width:1200px) {
    .read-more-about-it--article__info-title {
        font-size: 35px;
        line-height: 43px
    }
}

.read-more-about-it--article__info-title a {
    text-decoration: none;
    color: #333;
    border-bottom: 2px solid #fff0;
    transition: all .2s ease-in
}

.modal-thank-you__row {
    display: flex
}

@media(min-width:1200px) {
    .modal-thank-you__col {
        flex: 50%;
        display: flex;
        align-items: center
    }
}

.modal-thank-you__image {
    display: none
}

@media(min-width:1200px) {
    .modal-thank-you__image {
        display: block
    }
}

.modal-thank-you__image img {
    width: 100%
}

.modal-thank-you__content {
    padding: 80px;
    text-align: center
}

@media(min-width:1200px) {
    .modal-thank-you__content {
        text-align: left
    }
}

.modal-thank-you__content b {
    font-weight: 700
}

.modal-thank-you__content p {
    color: #7a7a7a;
    font-size: 14px;
    line-height: 18px
}

.industries-box-home {
    background-color: #fff
}

.industries-box-home-list .col-lg-4 {
    margin-bottom: 12px
}

.industries-box-home-list .col-lg-8 {
    margin-bottom: 12px
}

.industries-box-home-list__item {
    background: #fff;
    min-height: 340px;
    box-shadow: 0 10px 60px rgb(0 0 0 / .1);
    overflow: hidden;
    position: relative;
    cursor: none
}

.industries-box-home-list__item>a {
    text-decoration: none;
    cursor: none
}

.industries-box-home-list__item.__with-text {
    min-height: 462px;
    height: 100%
}

.industries-box-home-list__item__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom
}

.industries-box-home-list__item__img.__middle {
    background-position: right bottom
}

.industries-box-home-list__item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 41px 40px 0 50px;
    position: relative;
    z-index: 0
}

.industries-box-home-list__item__title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px
}

.industries-box-home-list__item__title a {
    color: #333;
    text-decoration: none;
    cursor: none
}

.industries-box-home-list__item__link a {
    cursor: none
}

.industries-box-home-list__item__link .btn-circle {
    cursor: none
}

.industries-box-home-list__item__body {
    padding: 0;
    color: #474747;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.industries-box-home-list__item__footer {
    padding-left: 50px;
    position: absolute;
    bottom: 50px;
    z-index: 0
}

.industries-box-home-list__item__footer__category-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #7a7a7a;
    position: relative;
    padding-bottom: 15px
}

.industries-box-home-list__item__footer__category-name:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #6244bb;
    z-index: 5
}

.industries-box-home-list__item__footer__category-name:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 1000em;
    bottom: 1px;
    transform: translateY(-100%);
    left: 3px;
    background-color: #6244bb;
    z-index: 5
}

.industries-box-home-list__item__footer__category-name.__green:before,
.industries-box-home-list__item__footer__category-name.__green:after {
    background-color: #00BF63
}

.blog-filter {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 40px
}

.blog-filter .blog-filter-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    min-width: 58px;
    border-radius: 8px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    padding: 10px;
    color: #474747;
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none
}

.blog-filter .blog-filter-item.active {
    background: #00BF63;
    border: 1px solid #00BF63;
    color: #FFF
}

.blog-filter .blog-filter-item.clearBlogFilter {
    border: 1px solid #FF784D
}

.blog-filter .blog-filter-item.blogCategory.active {
    background: #6244bb;
    border: 1px solid #6244bb
}

.blog-filter .blog-filter-item.blogCategory:hover {
    background-color: #efecf8;
    border: 1px solid #6244bb
}

.blog-filter .blog-filter-item.blogCategory.active:hover {
    background-color: #6244bb;
    border: 1px solid #6244bb;
    opacity: .9
}

.blog-filter .blog-filter-item.blogIndustry:hover {
    background-color: #E8FFF4;
    border: 1px solid #00BF63
}

.blog-filter .blog-filter-item.blogIndustry.active:hover {
    background-color: #00BF63;
    border: 1px solid #00BF63;
    opacity: .9
}

.blog-filter .blog-filter-item.clearBlogFilter:hover {
    background-color: #fdf2e9
}

.blog-filter .blog-filter-item img {
    max-height: 18px;
    margin-right: 6px
}

.blog-filter .blog-filter-item img.icon-inactive {
    display: block
}

.blog-filter .blog-filter-item img.icon-active {
    display: none
}

.blog-filter .blog-filter-item.active img.icon-inactive {
    display: none
}

.blog-filter .blog-filter-item.active img.icon-active {
    display: block
}

@media (min-width:768px) {
    .blog-filter .blog-filter-item img {
        max-height: 20px;
        margin-right: 8px
    }
}

@media (min-width:1024px) {
    .articles-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 12px
    }
}

@media (min-width:1200px) {
    .blog-filter {
        margin-bottom: 80px
    }
    .blog-filter .blog-filter-item {
        padding: 12px 20px
    }
    .blog-filter .blog-filter-item img {
        max-height: 24px;
        margin-right: 12px
    }
}

@media (min-width:1440px) {
    .articles-container {
        column-gap: 20px
    }
}

.blog-btn-filter {
    background-color: #fff
}

@media(min-width:1200px) {
    .blog-btn-filter {
        display: none
    }
}

@media(max-width:1199.98px) {
    .blog-btn-filter {
        margin-bottom: 40px
    }
}

.blog-main-article {
    margin-bottom: 32px
}

.blog-main-article-image {
    display: block;
    margin-bottom: 12px;
    height: 150px;
    overflow: hidden;
    border-radius: 8px
}

@media(min-width:1024px) {
    .blog-main-article {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 1
    }
    .blog-main-article-image {
        height: 250px
    }
}

.blog-main-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s ease;
    transform: scale(1);
    border-radius: 8px
}

.blog-main-article-image:hover img {
    transform: scale(1.06)
}

.blog-main-article-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.blog-main-article-info__date {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #474747
}

.blog-main-article-info__date i:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    background-color: #00BF63;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-image: url(../img/inhtml/icon-green-line.svg);
    -webkit-mask-image: url(../img/inhtml/icon-green-line.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat
}

@media(min-width:768px) {
    .blog-main-article-info__date i:after {
        content: "";
        display: inline-block;
        width: 9px;
        height: 12px;
        background-color: #00BF63;
        mask-size: contain;
        -webkit-mask-size: contain;
        mask-image: url(../img/inhtml/icon-green-line.svg);
        -webkit-mask-image: url(../img/inhtml/icon-green-line.svg);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat
    }
}

.blog-main-article-info__tags__item {
    display: inline-block;
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    border: 1px solid #ff865f;
    padding: 3px 14px;
    text-decoration: none;
    color: #565656
}

.blog-main-article-title {
    color: #1D1D1D;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 12px
}

@media(min-width:768px) {
    .blog-main-article-title {
        font-size: 20px;
        line-height: 28px
    }
}

.blog-main-article-title a {
    text-decoration: none;
    color: #333;
    transition: all .3s ease;
    border-bottom: 2px solid #fff0
}

.blog-main-article-title a:hover {
    border-bottom: 2px solid #00BF63
}

.blog-main-article-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #474747
}

.blog-main-article-link {
    margin-bottom: 60px
}

@media(min-width:768px) {
    .blog-main-article-link {
        margin-bottom: 80px
    }
}

.blog-articles-list .article-item:last-child {
    margin-bottom: 40px
}

@media(max-width:1199.98px) {
    .blog-sidebar {
        background-color: #fff;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        transform: translateX(100%);
        transition: all .2s ease-in-out;
        height: 100%;
        z-index: 12003
    }
    .blog-sidebar.__career-sidebar {
        width: 100%;
        transform: translateX(1500px)
    }
    .blog-sidebar.__open {
        transform: translateX(0)
    }
    .blog-sidebar-header {
        text-align: right;
        padding-top: 22px;
        padding-right: 30px;
        height: 67px
    }
    .blog-sidebar-body {
        height: 100%;
        padding: 30px 0 60px 0;
        overflow: auto
    }
}

@media(min-width:1200px) {
    .blog-sidebar-header {
        display: none
    }
}

.blog-sidebar-widget {
    background-color: #fff;
    padding: 0 0 0 80px
}

@media(min-width:1200px) {
    .blog-sidebar-widget {
        margin-bottom: 30px;
        padding: 33px 0 0 63px;
        box-shadow: 0 10px 60px rgb(0 0 0 / .05)
    }
}

.__career-sidebar .blog-sidebar-widget {
    padding: 0 0 0 43px
}

@media(min-width:1200px) {
    .__career-sidebar .blog-sidebar-widget {
        padding: 33px 0 0 63px
    }
}

.blog-sidebar-widget-title {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    padding: 0 0 13px;
    color: #333;
    border-bottom: 2px solid #6244bb;
    margin-bottom: 35px
}

.blog-sidebar-widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    background-color: #6244bb;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%
}

.blog-sidebar-widget-open {
    border: none;
    background: none;
    padding: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 30px;
    top: calc(50% - 6px);
    transform: translateY(-50%);
    cursor: pointer
}

@media(min-width:1200px) {
    .blog-sidebar-widget-open {
        display: none
    }
}

.blog-sidebar-widget-open:before,
.blog-sidebar-widget-open:after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background-color: #333
}

.blog-sidebar-widget-open:before {
    position: relative;
    top: 2px
}

.blog-sidebar-widget-open:after {
    transition: all .3s ease-in-out;
    transform: rotate(90deg)
}

.blog-sidebar-widget-open.__opened:after {
    transform: rotate(0)
}

.blog-sidebar-widget-title.__color-line-green {
    border-color: #00BF63
}

.blog-sidebar-widget-title.__color-line-green:before {
    background-color: #00BF63
}

.blog-sidebar-widget-body {
    padding-bottom: 45px;
    padding-right: 37px
}

.blog-sidebar-widget-body a:hover {
    color: #00BF63
}

.blog-sidebar-widget-body.__closed {
    display: none
}

@media(min-width:1200px) {
    .blog-sidebar-widget-body.__closed {
        display: block
    }
}

.__career-sidebar .blog-sidebar-widget-body {
    padding-bottom: 10px
}

@media(min-width:1200px) {
    .__career-sidebar .blog-sidebar-widget-body {
        padding-bottom: 45px
    }
}

.blog-sidebar-widget-body .list-unstyled+.btn,
.blog-sidebar-widget-body #cookie-law-info-bar .list-unstyled+#wt-cli-accept-all-btn,
#cookie-law-info-bar .blog-sidebar-widget-body .list-unstyled+#wt-cli-accept-all-btn,
.blog-sidebar-widget-body #cookie-law-info-bar .list-unstyled+#cookie_action_close_header_reject,
#cookie-law-info-bar .blog-sidebar-widget-body .list-unstyled+#cookie_action_close_header_reject {
    margin-top: 17px
}

@media(min-width:1200px) {
    .blog-sidebar-widget-body .list-unstyled+.btn,
    .blog-sidebar-widget-body #cookie-law-info-bar .list-unstyled+#wt-cli-accept-all-btn,
    #cookie-law-info-bar .blog-sidebar-widget-body .list-unstyled+#wt-cli-accept-all-btn,
    .blog-sidebar-widget-body #cookie-law-info-bar .list-unstyled+#cookie_action_close_header_reject,
    #cookie-law-info-bar .blog-sidebar-widget-body .list-unstyled+#cookie_action_close_header_reject {
        margin-bottom: 15px;
        width: auto;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: center;
        column-gap: 8px
    }
}

.blog-post-author {
    margin-bottom: 60px
}

.blog-post-content {
    font-size: 14px
}

@media(min-width:768px) {
    .blog-post-content {
        font-size: 16px
    }
}

.blog-post-content-header {
    display: none
}

.blog-post-content-header__date {
    font-size: 12px;
    text-transform: uppercase
}

.blog-post-content-header .article-item-bottom__categories-item {
    border: 1px solid #00BF63;
    background: #E8FFF4;
    color: #00BF63
}

.article-button {
    margin-bottom: 40px
}

@media(min-width:768px) {
    .blog-post-content-header {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        margin-top: 24px;
        margin-bottom: 24px
    }
    .blog-post-content-header__date {
        font-size: 16px
    }
}

@media(min-width:1024px) {
    .blog-post-content-header {
        margin-bottom: 0
    }
}

.blog-post-content-header__date i:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 8px;
    background-color: #00BF63;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-image: url(../img/inhtml/icon-green-line.svg);
    -webkit-mask-image: url(../img/inhtml/icon-green-line.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat
}

@media(min-width:768px) {
    .blog-post-content-header__date i:after {
        content: "";
        display: inline-block;
        width: 9px;
        height: 12px;
        background-color: #00BF63;
        mask-size: contain;
        -webkit-mask-size: contain;
        mask-image: url(../img/inhtml/icon-green-line.svg);
        -webkit-mask-image: url(../img/inhtml/icon-green-line.svg);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat
    }
}

.blog-post-content-header__tags__item {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    border: 1px solid #ff865f;
    padding: 5px 14px;
    text-decoration: none;
    color: #565656
}

.blog-post-content-footer {
    padding-top: 15px;
    padding-bottom: 40px
}

.blog-post-content-footer .post-shared {
    display: flex;
    align-items: center
}

.blog-post-content-footer .post-shared span {
    color: #333;
    font-size: 16px;
    margin-right: 11px;
    font-weight: 700
}

.blog-post-content-footer .post-shared .btn-icon-circle {
    margin: 0 12px 0 0;
    width: 56px;
    height: 56px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgb(93 217 157 / .27) 10.2%, rgb(46 204 128 / .39) 50.51%, rgb(93 217 157 / .37) 100.38%);
    backdrop-filter: blur(5px);
    border-radius: 8px;
    box-shadow: none
}

.blog-post-content-footer .post-shared .btn-icon-circle .normal-icon {
    width: 36px;
    height: 36px;
    display: block
}

.blog-post-content-footer .post-shared .btn-icon-circle .hover-icon {
    width: 36px;
    height: 36px;
    display: none
}

.blog-post-content-footer .post-shared .btn-icon-circle:hover .normal-icon {
    display: none
}

.blog-post-content-footer .post-shared .btn-icon-circle:hover .hover-icon {
    display: block
}

.blog-post-content-footer .post-shared .btn-icon-circle:hover {
    background-color: #00BF63
}

.blog-post-content-body .wp-block-embed iframe {
    border-radius: 12px
}

.wp-block-ht-block-toc {
    border: none !important;
    padding: 40px 20px !important;
    background-color: #F7F7F7;
    border-radius: 8px;
    max-width: 533px
}

.wp-block-ht-block-toc .htoc__toggle {
    padding: 3px 6px 7px
}

.wp-block-ht-block-toc .ht_toc_title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px
}

.wp-block-ht-block-toc .ht_toc_list {
    margin-bottom: 0
}

.wp-block-ht-block-toc .ht_toc_list li {
    padding-left: 0;
    margin-bottom: 5px
}

.wp-block-ht-block-toc .ht_toc_list>li>ul {
    margin-bottom: 12px
}

.wp-block-ht-block-toc .ht_toc_list li ul li {
    padding: 12px 0;
    border-bottom: 1px #CFCFCF solid
}

.wp-block-ht-block-toc .ht_toc_list li ul li:first-child {
    border-top: 1px #CFCFCF solid
}

.wp-block-ht-block-toc .ht_toc_list>li>ul>li>ul>li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.wp-block-ht-block-toc .ht_toc_list li a {
    background: none;
    color: #474747
}

.wp-block-ht-block-toc .ht_toc_list>li>a {
    font-weight: 600;
    line-height: 22px;
    max-width: 80%
}

.wp-block-ht-block-toc .ht_toc_list li a:hover {
    color: #00BF63
}

.wp-block-ht-block-toc .ht_toc_list {
    counter-reset: section
}

.wp-block-ht-block-toc .ht_toc_list>li {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    counter-increment: section
}

.wp-block-ht-block-toc .ht_toc_list>li:before {
    position: initial;
    background: none !important;
    content: counter(section) "";
    border-radius: 50%;
    border: 1px #CFCFCF solid;
    width: 40px;
    height: 40px;
    display: flex;
    color: #00BF63;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    align-items: center;
    justify-content: center;
    margin-right: 16px
}

@media(max-width:432.98px) {
    .wp-block-ht-block-toc .ht_toc_list>li a {
        max-width: 190px
    }
}

@media(max-width:380.98px) {
    .wp-block-ht-block-toc .ht_toc_list>li a {
        max-width: 176px
    }
}

@media(max-width:366.68px) {
    .wp-block-ht-block-toc .ht_toc_list>li a {
        max-width: 145px
    }
}

.wp-block-ht-block-toc .ht_toc_list>li>ul {
    counter-reset: subsection;
    margin-left: 56px;
    width: 100%
}

.wp-block-ht-block-toc .ht_toc_list li ul li:before {
    display: none
}

.blog-post-author__warapper {
    background: #fff;
    padding-top: 40px;
    border-top: 1px #CFCFCF solid
}

.blog-post-author-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px
}

.blog-post-author-header-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 20px
}

.blog-post-author__warapper .btn {
    margin-top: 32px;
    padding: 7px 7px 7px 7px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 8px;
    width: 134px;
    height: 48px
}

.blog-post-author__warapper .blog-post-author-header .btn {
    margin-top: 0
}

.blog-post-author__warapper .social-btn-icon {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgb(93 217 157 / .27) 10.2%, rgb(46 204 128 / .39) 50.51%, rgb(93 217 157 / .37) 100.38%);
    backdrop-filter: blur(5px);
    border-radius: 8px
}

@media(min-width:768px) {
    .blog-post-author-socilas.mobile {
        display: none
    }
}

@media(max-width:767.98px) {
    .blog-post-author-socilas.tablet {
        display: none
    }
}

@media(min-width:1024px) {
    .wp-block-ht-block-toc {
        padding: 36px 30px 26px 24px !important
    }
    .wp-block-ht-block-toc .ht_toc_title {
        font-size: 24px;
        line-height: 32px
    }
}

@media(min-width:1200px) {
    .blog-post-content-header {
        margin-top: 32px
    }
    .wp-block-ht-block-toc {
        max-width: 580px
    }
}

.blog-post-author-photo {
    flex: 0
}

.blog-post-author-photo img {
    object-fit: contain;
    width: 64px;
    height: 64px;
    border-radius: 50%
}

@media(min-width:1200px) {
    .blog-post-author-photo {
        margin-bottom: 0
    }
}

.blog-post-author-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #000
}

.social-tile {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 16px
}

@media(min-width:1024px) {
    .social-tile {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 20px
    }
}

@media(min-width:1200px) {
    .blog-post-author-name {
        padding-right: 0
    }
}

.blog-post-author-position {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #949494
}

.blog-post-author-description {
    font-size: 16px;
    line-height: 26px;
    color: #474747
}

.blog-post-author-socilas .btn-icon-circle:first-child {
    margin-left: 0
}

.blog-post-author-socilas .btn-icon-circle {
    margin-left: 7px
}

.blog-post-author-head-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column
}

.blog-post-additional-section .blog-post-additional-section-wrapper {
    position: relative;
    background-color: #00BF63;
    border-radius: 12px;
    overflow: hidden
}

@media(min-width:1200px) {
    .blog-post-additional-section .blog-post-additional-section-wrapper {
        display: flex
    }
}

.blog-post-additional-section .blog-post-additional-section-wrapper img {
    position: absolute;
    right: 45px;
    bottom: 85px;
    z-index: 1;
    width: 210px;
    height: 290px;
    object-fit: contain
}

@media(min-width:768px)and (max-width:1439.98px) {
    .blog-post-additional-section .blog-post-additional-section-wrapper img {
        right: 0;
        left: 0;
        margin: 0 auto
    }
}

@media(min-width:1200px) {
    .blog-post-additional-section .blog-post-additional-section-wrapper img {
        right: 20px;
        width: 280px;
        bottom: 25px;
        height: 100%
    }
}

.blog-post-additional-section-container {
    display: flex;
    flex-direction: column;
    padding: 40px 40px 0 40px;
    width: 100%;
    min-height: 100%
}

@media(min-width:1200px) {
    .blog-post-additional-section-container {
        width: 840px;
        padding: 40px 100px 40px 61px
    }
}

.blog-post-additional-section-container-title {
    color: #fff;
    font-size: 32px;
    line-height: 46px;
    font-weight: 400;
    margin-bottom: 20px
}

@media(min-width:1200px) {
    .blog-post-additional-section-container-title {
        margin-bottom: 10px
    }
}

.blog-post-additional-section-container-text {
    padding-bottom: 300px
}

@media(min-width:1200px) {
    .blog-post-additional-section-container-text {
        padding-bottom: 0
    }
}

.blog-post-additional-section p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.blog-post-additional-section-container-button {
    margin: 16px -40px 40px;
    color: #fff;
    text-align: center
}

@media(min-width:1200px) {
    .blog-post-additional-section-container-button {
        padding: 0;
        margin: 16px 0 0;
        text-align: left
    }
}

.blog-subscribe {
    position: sticky;
    top: 110px;
    background: #F7F7F7;
    padding: 40px 30px;
    margin-bottom: 30px;
    border-radius: 20px
}

@media(min-width:768px) {
    .blog-subscribe {
        padding: 50px 38px
    }
}

@media(min-width:1200px) {
    .blog-subscribe {
        margin-left: 30px;
        margin-bottom: 110px;
        padding: 50px 50px;
        max-width: 340px;
        height: max-content;
        float: right
    }
}

.blog-subscribe__title {
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 35px
}

.blog-subscribe__title b {
    font-weight: 400;
    color: #00BF63
}

.blog-subscribe.__top {
    top: 160px
}

.blog-subscribe.__middle {
    top: 40%
}

.blog-subscribe .hs-form .hs-fieldtype-text .hs-input {
    padding: 0 20px 0 0
}

@media(min-width:1200px) {
    .row-lg-reverse .blog-subscribe {
        margin-right: 30px;
        margin-left: 0
    }
    .blog-subscribe.__top {
        top: 200px
    }
}

.section-blog-lets-talk {
    background-color: #f5f5f5;
    margin: 22px 0;
    display: grid;
    padding: 20px 20px;
    border-left: 5px solid #00BF63
}

@media(min-width:1200px) {
    .section-blog-lets-talk {
        padding: 42px 50px;
        grid-template-columns: max-content 1fr;
        align-items: center
    }
}

.section-blog-lets-talk .blog-lets-talk__title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    max-width: 411px;
    margin-bottom: 20px
}

@media(min-width:1200px) {
    .section-blog-lets-talk .blog-lets-talk__title {
        margin-bottom: 0
    }
}

@media(min-width:1200px) {
    .section-blog-lets-talk .blog-lets-talk__button {
        text-align: right
    }
}

.section-blog-lets-talk .blog-lets-talk__button .btn,
.section-blog-lets-talk .blog-lets-talk__button #cookie-law-info-bar #wt-cli-accept-all-btn,
#cookie-law-info-bar .section-blog-lets-talk .blog-lets-talk__button #wt-cli-accept-all-btn,
.section-blog-lets-talk .blog-lets-talk__button #cookie-law-info-bar #cookie_action_close_header_reject,
#cookie-law-info-bar .section-blog-lets-talk .blog-lets-talk__button #cookie_action_close_header_reject {
    padding: 0 30px 0 50px;
    background-image: none;
    background-size: inherit
}

.section-blog-lets-talk .blog-lets-talk__button .btn-bg-white:hover {
    color: #333
}

.section-blog-lets-talk.__purple {
    background-color: #6244bb
}

.section-blog-lets-talk.__purple .blog-lets-talk__title {
    color: #fff
}

.careers-header {
    margin-bottom: 0
}

.careers-header .page-header-overlay {
    padding: 40px 0 40px
}

.careers-header .page-header-overlay h1 {
    margin-bottom: 0
}

.careers-header .page-header-overlay .page-title+.breadcrumbs {
    margin-bottom: 24px
}

.careers-filter-controls {
    margin-top: 32px
}

.careers-filter {
    background-color: #f5f5f5;
    height: 87px
}

.careers-filter-container {
    transform: translateY(-60px);
    margin: 0 -10px
}

.careers-filter-controls .custom-input-container {
    position: relative
}

.careers-filter-controls .custom-input-container .input-control {
    padding: 0 100px 0 0
}

.filter-block ul {
    background-color: #fff;
    border-radius: 8px;
    padding: 18px 20px 3px;
    margin-bottom: 8px;
    box-shadow: 0 8px 16px 0 rgb(116 116 116 / .14), 0 0 2px 0 rgb(116 116 116 / .12)
}

.filter-block.__closed ul {
    display: none
}

.careers-filter-controls .btn-search {
    border-radius: 8px;
    border: 1px solid #00BF63;
    color: #00BF63;
    background: #fff0;
    display: flex;
    width: 100%;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px
}

.careers-filter-controls .btn-search:hover {
    background: #00BF63;
    color: #fff
}

.careers-filter-controls .btn-search:hover svg path {
    fill: #fff
}

.careers-filter-controls .custom-input-container .icon-close,
.careers-filter-controls .custom-input-container .icon-expand {
    position: absolute;
    right: 23px;
    top: 19px;
    background-color: #191919;
    width: 13px;
    height: 13px;
    cursor: pointer
}

.careers-filter-controls .custom-input-container .icon-close {
    z-index: 10
}

.filterStatus {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px 40px;
    justify-content: flex-start
}

.selectedFilterOptions {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap
}

.filterStatus .found-qty {
    color: #000;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.filterStatus .btn.btn-green-inverted {
    height: 46px;
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    color: #474747;
    padding: 6px 6px 6px 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 6px
}

.filterStatus .btn.btn-green-inverted:hover {
    background-color: #00BF63;
    border-color: #00BF63;
    color: #fff
}

.filterStatus .btn.btn-green-inverted:hover svg path {
    fill: #fff
}

.filterStatus .btn.btn-green-inverted span {
    height: 32px
}

.careers-loader {
    text-align: center;
    color: #00BF63;
    margin: 30px auto
}

.careers-loader img {
    width: 40px;
    height: 40px;
    margin: auto;
    animation: rotate 1.5s linear infinite
}

@media(min-width:1024px) {
    .careers-filter-controls {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        column-gap: 12px
    }
    .careers-header .page-header-overlay {
        padding: 80px 0 76px
    }
    .filter-block ul {
        position: absolute;
        z-index: 100;
        width: 26.2%
    }
    .careers-filter-controls .filter-options {
        width: 100%;
        display: flex;
        justify-content: space-between
    }
    .careers-filter-controls .custom-input-container .input-control {
        padding: 0 20px
    }
    .careers-filter-controls .btn-search {
        width: 56px;
        height: 56px;
        padding: 0
    }
    .careers-filter-controls .btn-search span {
        display: none
    }
    .filterStatus {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start
    }
    .filterStatus .found-qty {
        width: 190px;
        height: 46px;
        display: flex;
        align-items: center
    }
    .filterStatus .btn.btn-green-inverted {
        height: 46px;
        background-color: #F7F7F7;
        border-color: #F7F7F7;
        color: #474747;
        padding: 6px 6px 6px 20px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        column-gap: 6px
    }
    .container.not-found {
        margin-top: 40px;
        margin-bottom: 40px
    }
    .container.not-found .not-found-header {
        max-width: 580px;
        margin-bottom: 14px
    }
    .container.not-found .not-found-header h3 {
        color: #000;
        font-family: "Century Gothic", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px
    }
    .not-found-text {
        max-width: 580px;
        color: #000;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px
    }
}

@media(min-width:1440px) {
    .careers-post-content .container-body-text p,
    .careers-post-content .container-body-text ul li {
        font-size: 16px;
        line-height: 26px
    }
}

@media(min-width:1200px) {
    .careers-filter-controls-button {
        margin-top: 0;
        position: static
    }
}

@media(min-width:1200px) {
    .careers-filter-controls-button .btn-search-lg {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        column-gap: 8px
    }
}

.careers-filter-controls-button .btn-search-xs {
    top: 50%;
    transform: translateY(-50%)
}

.careers-filter+.__bg-gray {
    padding-bottom: 60px
}

@media(min-width:576px)and (max-width:1199.98px) {
    .careers-filter+.__bg-gray {
        padding-bottom: 90px
    }
}

@media(min-width:1200px) {
    .careers-filter+.__bg-gray {
        padding-bottom: 100px
    }
}

@media(min-width:1200px) {
    .careers-filter+.__bg-gray .row .col-md-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.carrers-widget {
    background-color: #fff;
    border-left: 7px solid #ff865f;
    padding: 50px;
    margin-bottom: 30px
}

@media(min-width:1200px) {
    .carrers-widget {
        box-shadow: 0 10px 60px rgb(0 0 0 / .05)
    }
}

.carrers-widget.__purple-box {
    border-color: #6244bb
}

.carrers-widget.__desktop {
    display: none
}

@media(min-width:1200px) {
    .carrers-widget.__desktop {
        display: block
    }
}

.carrers-widget.__mobile {
    display: block
}

@media(min-width:1200px) {
    .carrers-widget.__mobile {
        display: none
    }
}

.carrers-widget .custom-input-container .input-control {
    padding: 0 35px 0 0
}

.carrers-widget-header__title {
    font-size: 24px;
    line-height: 29px;
    margin: 0
}

.carrers-widget-header__title b {
    font-weight: 600
}

.carrers-widget-header+.carrers-widget-body {
    padding-top: 50px
}

.carrers-widget-body form {
    position: relative
}

.carrers-widget-body form .hs-input {
    padding-left: 0 !important;
    padding-right: 90px !important
}

.carrers-widget-body .hs-submit {
    position: absolute;
    right: 0;
    top: 18px;
    transform: translateY(-50%)
}

.carrers-widget-body .hs-submit button i,
.carrers-widget-body .hs-submit button:hover i {
    top: 50%;
    width: 26px;
    height: 26px;
    background-color: #6f42c1
}

.carrers-widget .hs-form .hs-fieldtype-text .hs-error-msgs {
    width: 106%
}

.carrers-widget .submitted-message,
.carrers-widget .hs_error_rollup {
    margin: 0;
    font-size: 12px;
    padding: 15px
}

.careers-filter-checked {
    margin-bottom: 40px;
    padding-top: 40px
}

.career-sidebar__filter-bottom .careers-filter-checked {
    padding-top: 0
}

.careers-filter-checked .section-title {
    margin-bottom: 32px
}

.careers-filter-checked-list {
    margin-bottom: 5px
}

.careers-filter-checked-list__item {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #57595c;
    margin-right: 10px;
    padding: 5px 43px 5px 17px;
    text-decoration: none;
    color: #565656;
    margin-bottom: 10px;
    position: relative
}

.careers-filter-checked-list__item .icon-remove {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer
}

.careers-filter-checked-list-show-all {
    margin-right: 26px
}

.careers-filter-checked-list-clear-all,
.careers-filter-checked-list-show-all {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    line-height: 19px;
    color: #00BF63;
    text-decoration: underline;
    transition: all .3s ease
}

.careers-filter-checked-list-clear-all:hover,
.careers-filter-checked-list-show-all:hover {
    color: #57595c
}

.blog-sidebar.__career-sidebar.__open .blog-sidebar-body {
    padding-bottom: 150px !important
}

.career-sidebar__filter-bottom {
    position: absolute;
    top: calc(100% - var(--heightFilterMobile));
    transition: all .3s ease;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / .15)
}

@media(min-width:1200px) {
    .career-sidebar__filter-bottom {
        display: none
    }
}

.career-sidebar__filter-bottom-header {
    position: relative;
    padding: 0 48px
}

.career-sidebar__filter-bottom-header__title {
    font-family: "Century Gothic", sans-serif;
    padding: 23px 0 20px;
    font-size: 18px
}

.career-sidebar__filter-bottom-header__button {
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 0;
    transform: translateY(-50%) rotate(270deg)
}

.career-sidebar__filter-bottom-header__button .btn-circle:hover {
    background-color: #00BF63
}

.career-sidebar__filter-bottom-header__button .btn-circle:hover i:before {
    background-color: #fff
}

.career-sidebar__filter-bottom-header__button .btn-circle.__opened {
    transform: rotate(180deg)
}

.career-sidebar__filter-bottom-body {
    padding: 0 48px 35px;
    max-height: 300px;
    overflow-y: auto
}

.career-sidebar__filter-bottom .careers-filter-checked {
    margin-bottom: 0
}

.careers-section-jobs {
    background-color: #f5f5f5;
    padding-top: 0
}

.careers-section-jobs-list .row {
    align-items: stretch
}

.careers-section-jobs-list .col-xs-12 {
    margin-bottom: 20px
}

@media(min-width:1200px) {
    .careers-section-jobs-list .col-xs-12 {
        margin-bottom: 30px
    }
}

.careers-section-jobs-list-item.__loading {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    opacity: 1;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0 50px
}

.careers-section-jobs-list-item.loaded .careers-section-jobs-list-item-header,
.careers-section-jobs-list-item.loaded .careers-section-jobs-list-item-body,
.careers-section-jobs-list-item.loaded .careers-section-jobs-list-item-footer {
    opacity: 1
}

.careers-container {
    margin-top: 60px;
    margin-bottom: 60px
}

.career-items {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.careers-section-jobs-list-item {
    border-radius: 12px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    width: 100%
}

.careers-container .pagination {
    margin-top: 50px;
    justify-content: flex-start
}

.careers-container .pagination .pagination-item {
    width: 48px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0
}

.__interested_in .careers-section-jobs-list .careers-item.large-screens-only {
    display: none
}

@media(min-width:1024px) {
    .careers-container {
        margin-top: 80px;
        margin-bottom: 50px
    }
    .career-items {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
    .careers-section-jobs-list-item {
        padding: 0 0 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    .careers-container {
        margin-bottom: 80px
    }
    .careers-container .pagination {
        margin-top: 80px;
        justify-content: center;
        column-gap: 8px
    }
}

@media(min-width:1200px) {
    .career-items {
        gap: 20px
    }
    .careers-section-jobs-list-item {
        padding: 0 0 24px 0
    }
}

.careers-section-jobs-list-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 20px 6px 20px
}

.careers-section-jobs-list-item-header-location {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

@media(min-width:1200px) {
    .careers-section-jobs-list-item-header-location {
        font-size: 16px
    }
}

.careers-section-jobs-list-item-header-location i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/inhtml/icon-position.svg) left top no-repeat;
    background-size: contain;
    margin-right: 0
}

@media(min-width:1200px) {
    .careers-section-jobs-list-item-header-location i {
        margin-right: 8px
    }
}

.careers-section-jobs-list-item-header-link {
    line-height: 0
}

.careers-section-jobs-list-item-header-link {
    min-width: 48px;
    height: 48px;
    transition: none;
    border-radius: 50%
}

.careers-section-jobs-list-item-header-link:hover {
    background-color: #00BF63
}

.careers-section-jobs-list-item-header-link:hover svg circle {
    stroke: #00BF63
}

.careers-section-jobs-list-item-header-link:hover svg path {
    stroke: #fff
}

.careers-section-jobs-list-item-body {
    padding: 0 20px 0 20px
}

.careers-section-jobs-list-item-body-title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 0
}

@media(min-width:1024px) {
    .careers-section-jobs-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
        height: 100%
    }
    .careers-section-jobs-list-item-body-title {
        font-size: 20px;
        line-height: 28px
    }
}

.careers-section-jobs-list-item-body-title a {
    text-decoration: none;
    color: #000
}

.careers-section-jobs-list-item-body-description {
    font-size: 14px;
    line-height: 24px;
    color: #585858;
    margin-bottom: 23px
}

@media(min-width:1200px) {
    .careers-section-jobs-list-item-body-description {
        font-size: 16px;
        margin-bottom: 33px
    }
}

@media(min-width:1920px) {
    .career-items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr
    }
    .careers-section-jobs-list-item-body-description {
        font-size: 18px;
        line-height: 28px
    }
    .careers-container .pagination {
        margin-top: 100px
    }
    .__interested_in .careers-section-jobs-list .careers-item.large-screens-only {
        display: flex
    }
}

.careers-section-jobs-list-item-body-description a {
    text-decoration: none;
    color: #585858
}

.careers-section-jobs-list-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 20px 20px 20px
}

.careers-section-jobs-list-item-footer:empty {
    padding: 0 28px 10px 28px
}

.careers-section-jobs-list-item-footer-tags {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap
}

.careers-section-jobs-list-item-footer-tags.__without-pointer .article-item-bottom__tags__item {
    cursor: default
}

.careers-section-jobs-list-item-footer .article-item-bottom__tags__item {
    border-radius: 30px;
    border: 1px solid #F7F7F7;
    background: #F7F7F7;
    color: #474747;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px
}

@media(min-width:1024px) {
    .careers-section-jobs-list-item-footer {
        padding: 20px 20px 0 20px
    }
}

.careers-section-jobs-list-item-footer .article-item-bottom__tags__item.__refferal {
    border-color: #faaf3f
}

@media(min-width:1200px) {
    .careers-section-jobs-pagination .pagination {
        justify-content: center
    }
}

.careers-our-benefits {
    background-color: #fff;
    padding-top: 60px
}

@media(min-width:1200px) {
    .careers-our-benefits {
        padding-top: 90px
    }
}

@media(max-width:1199.98px) {
    .careers-our-benefits {
        padding-bottom: 0
    }
}

.careers-our-benefits-list {
    margin-bottom: 60px
}

.careers-our-benefits-list-item {
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 5px 15px rgb(0 0 0 / .15);
    margin-bottom: 20px;
    padding: 20px;
    height: 230px;
    position: relative
}

@media(min-width:1200px) {
    .careers-our-benefits-list-item {
        height: 280px
    }
}

.careers-our-benefits-list-item.__lg {
    height: calc(100% - 30px);
    position: relative;
    padding: 20px 20px 50px
}

@media(min-width:1200px) {
    .careers-our-benefits-list-item.__lg {
        height: 345px;
        padding: 20px
    }
}

.careers-our-benefits-list-item__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: calc(100% - 46px)
}

@media(min-width:1200px) {
    .careers-our-benefits-list-item__icon {
        height: calc(100% - 54px)
    }
}

.careers-our-benefits-list-item__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 14px
}

.careers-our-benefits-list-item__description {
    color: #7a7a7a;
    padding: 0 15px;
    margin-bottom: 45px
}

.careers-our-benefits-list-item__number {
    font-size: 60px;
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: calc(100% - 46px)
}

@media(min-width:1200px) {
    .careers-our-benefits-list-item__number {
        height: calc(100% - 54px)
    }
}

.careers-our-benefits-list-item__button {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: calc(100% - 40px);
    margin: 0 20px;
    text-align: center;
    vertical-align: middle;
    display: block;
    background: #f5f5f5;
    text-decoration: none;
    height: 46px;
    line-height: 46px;
    border-bottom: 3px solid #ff865f;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    transition: all .3s ease
}

@media(min-width:1200px) {
    .careers-our-benefits-list-item__button {
        font-size: 16px;
        height: 54px;
        line-height: 54px
    }
}

.careers-our-benefits-list-item__button.__lg {
    font-size: 25px;
    font-weight: 400
}

@media(min-width:1200px) {
    .careers-our-benefits-list-item__button.__lg {
        font-size: 40px;
        height: 74px;
        line-height: 74px
    }
}

.careers-our-benefits-list-item .careers-our-benefits-list-item__button.__orange,
.col-xs-12:nth-child(2) .careers-our-benefits-list-item .careers-our-benefits-list-item__button {
    border-color: #faaf3f
}

.careers-our-benefits-list-item .careers-our-benefits-list-item__button.__green,
.col-xs-12:nth-child(3) .careers-our-benefits-list-item .careers-our-benefits-list-item__button {
    border-color: #00BF63
}

.careers-upload-your-resume {
    position: relative;
    z-index: 0;
    margin-bottom: -166px
}

@media(min-width:576px)and (max-width:1199.98px) {
    .careers-upload-your-resume {
        margin-bottom: -145px
    }
}

@media(min-width:1200px) {
    .careers-upload-your-resume {
        margin-bottom: -135px
    }
}

.careers-upload-your-resume-container {
    display: flex;
    margin: 0 -10px;
    padding: 50px 45px 60px;
    background-color: #6244bb;
    box-shadow: 0 5px 15px rgb(0 0 0 / .15)
}

@media(max-width:1199.98px) {
    .careers-upload-your-resume-container {
        flex-direction: column
    }
}

@media(min-width:768px)and (max-width:1439.98px) {
    .careers-upload-your-resume-container {
        padding: 65px 60px;
        margin: 0 0;
        align-items: center
    }
}

@media(min-width:1440px) {
    .careers-upload-your-resume-container {
        padding: 65px 150px;
        margin: 0 -80px;
        align-items: center
    }
}

.careers-upload-your-resume-container-title,
.careers-upload-your-resume-container-text h3,
.careers-upload-your-resume-container-text .wp-block-ht-block-toc .htoc__title,
.wp-block-ht-block-toc .careers-upload-your-resume-container-text .htoc__title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px
}

.careers-upload-your-resume-container-title b,
.careers-upload-your-resume-container-text h3 b,
.careers-upload-your-resume-container-text .wp-block-ht-block-toc .htoc__title b,
.wp-block-ht-block-toc .careers-upload-your-resume-container-text .htoc__title b {
    font-weight: 700
}

@media(max-width:1199.98px) {
    .careers-upload-your-resume-container-title,
    .careers-upload-your-resume-container-text h3,
    .careers-upload-your-resume-container-text .wp-block-ht-block-toc .htoc__title,
    .wp-block-ht-block-toc .careers-upload-your-resume-container-text .htoc__title {
        font-size: 30px;
        line-height: 37px;
        text-align: center;
        margin-bottom: 25px
    }
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .careers-upload-your-resume-container-title,
    .careers-upload-your-resume-container-text h3,
    .careers-upload-your-resume-container-text .wp-block-ht-block-toc .htoc__title,
    .wp-block-ht-block-toc .careers-upload-your-resume-container-text .htoc__title {
        font-size: 36px;
        line-height: 37px;
        margin-bottom: 15px
    }
}

@media(min-width:1440px) {
    .careers-upload-your-resume-container-title,
    .careers-upload-your-resume-container-text h3,
    .careers-upload-your-resume-container-text .wp-block-ht-block-toc .htoc__title,
    .wp-block-ht-block-toc .careers-upload-your-resume-container-text .htoc__title {
        font-size: 45px;
        line-height: 55px
    }
}

.careers-upload-your-resume-container-text p,
.careers-upload-your-resume-container-text .description {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px
}

@media(min-width:576px)and (max-width:1199.98px) {
    .careers-upload-your-resume-container-text p,
    .careers-upload-your-resume-container-text .description {
        text-align: center
    }
    .careers-upload-your-resume-container-text p br,
    .careers-upload-your-resume-container-text .description br {
        display: none
    }
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .careers-upload-your-resume-container-text p,
    .careers-upload-your-resume-container-text .description {
        font-size: 15px;
        text-align: left
    }
    .careers-upload-your-resume-container-text p br,
    .careers-upload-your-resume-container-text .description br {
        display: none
    }
}

@media(min-width:1440px) {
    .careers-upload-your-resume-container-text p,
    .careers-upload-your-resume-container-text .description {
        text-align: left;
        font-size: 16px
    }
}

.careers-upload-your-resume-container-button {
    text-align: center
}

.careers-upload-your-resume-container-button .btn {
    padding: 0 14px 0 14px
}

@media(min-width:1200px) {
    .careers-upload-your-resume-container-button {
        flex: 1 0 382px;
        text-align: right
    }
    .careers-upload-your-resume-container-button .btn-large {
        padding: 0 45px 0 72px;
        font-size: 16px;
        border-radius: 40px
    }
}

@media(min-width:1200px)and (min-width:1440px) {
    .careers-upload-your-resume-container-button .btn-large {
        padding: 0 45px 0 82px
    }
}

@media(min-width:1200px)and (min-width:1440px) {
    .careers-upload-your-resume-container-button .btn-large,
    .careers-upload-your-resume-container-button .btn-large span {
        height: 60px
    }
}

@media(min-width:1200px) {
    .careers-upload-your-resume-container-button .btn-large i {
        width: 48px;
        height: 48px
    }
}

@media(min-width:1200px)and (min-width:768px)and (max-width:1439.98px) {
    .careers-upload-your-resume-container-button .btn-large i {
        width: 40px;
        height: 40px
    }
}

@media(min-width:1200px) {
    .careers-upload-your-resume-container-button .btn-large i:before {
        width: 18px;
        height: 21px
    }
}

.lang-de .careers-upload-your-resume {
    position: relative;
    z-index: 1;
    margin-bottom: -166px
}

@media(min-width:576px)and (max-width:1199.98px) {
    .lang-de .careers-upload-your-resume {
        margin-bottom: -145px
    }
}

@media(min-width:1200px) {
    .lang-de .careers-upload-your-resume {
        margin-bottom: -135px
    }
}

.lang-de .careers-upload-your-resume-container {
    display: flex;
    padding: 50px 35px 60px
}

@media(min-width:768px)and (max-width:1439.98px) {
    .lang-de .careers-upload-your-resume-container {
        padding: 65px 60px
    }
}

@media(min-width:1440px) {
    .lang-de .careers-upload-your-resume-container {
        padding: 65px 100px
    }
}

@media(max-width:1199.98px) {
    .lang-de .careers-upload-your-resume-container-title,
    .lang-de .careers-upload-your-resume-container-text h3,
    .lang-de .careers-upload-your-resume-container-text .wp-block-ht-block-toc .htoc__title,
    .wp-block-ht-block-toc .lang-de .careers-upload-your-resume-container-text .htoc__title {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 25px
    }
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .lang-de .careers-upload-your-resume-container-title,
    .lang-de .careers-upload-your-resume-container-text h3,
    .lang-de .careers-upload-your-resume-container-text .wp-block-ht-block-toc .htoc__title,
    .wp-block-ht-block-toc .lang-de .careers-upload-your-resume-container-text .htoc__title {
        font-size: 36px;
        line-height: 37px;
        margin-bottom: 15px
    }
}

@media(min-width:1440px) {
    .lang-de .careers-upload-your-resume-container-title,
    .lang-de .careers-upload-your-resume-container-text h3,
    .lang-de .careers-upload-your-resume-container-text .wp-block-ht-block-toc .htoc__title,
    .wp-block-ht-block-toc .lang-de .careers-upload-your-resume-container-text .htoc__title {
        font-size: 43px;
        line-height: 55px
    }
}

.lang-de .careers-upload-your-resume-container-text p,
.lang-de .careers-upload-your-resume-container-text .description {
    margin-bottom: 20px
}

@media(min-width:1200px) {
    .lang-de .careers-upload-your-resume-container-text p,
    .lang-de .careers-upload-your-resume-container-text .description {
        margin-bottom: 0
    }
}

.careers-not-found {
    display: grid;
    background: #fff;
    padding: 50px;
    box-shadow: 0 10px 60px rgb(0 0 0 / .05);
    margin-bottom: 35px
}

@media(min-width:1200px) {
    .careers-not-found {
        padding: 55px
    }
}

.careers-not-found__text {
    margin-bottom: 20px
}

@media(min-width:1200px) {
    .careers-not-found__text {
        margin-bottom: 20px
    }
}

.careers-not-found__text h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 20px
}

@media(min-width:1200px) {
    .careers-not-found__text h4 {
        font-size: 30px;
        line-height: 32px
    }
}

.careers-not-found__text p {
    font-size: 14px;
    line-height: 18px;
    color: #7a7a7a
}

.careers-not-found__control {
    display: none;
    align-items: center;
    justify-content: left
}

.career-checked-list {
    margin-top: 50px
}

.team-leadership .career-checked-list {
    margin-bottom: 25px
}

.careers-post-content h3 {
    color: #000;
    font-family: "Century Gothic", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 32px
}

.career-checked-list-items ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.career-checked-list-items ul li {
    position: relative;
    line-height: 26px;
    padding: 5px 0 20px 42px;
    margin-bottom: 0
}

.career-checked-list-items ul li:last-child {
    border-bottom: none
}

.career-checked-list-items ul li:before {
    content: "";
    background: url(../img/inhtml/Check-Circle.svg) left top no-repeat #fff;
    position: absolute;
    left: 0;
    top: 2px;
    width: 32px;
    height: 32px
}

.__gray .career-checked-list-items ul li:before {
    background-color: #F7F7F7
}

.career-checked-list.__without-border {
    margin-top: 16px
}

.career-checked-list.__without-border ul li {
    border-bottom: none;
    color: #7a7a7a
}

.single-careers {
    overflow-x: hidden
}

.careers-post-content-image {
    display: none;
    height: 40vw !important;
    max-height: 800px
}

.career-form-container {
    margin-top: 30px
}

.careers-post-content .container-body-text {
    margin-bottom: 60px
}

.careers-post-content .form-fields-container {
    border-radius: 8px;
    background: #F7F7F7;
    padding: 20px 20px 5px 20px
}

.container-body-text .career-form-container h2 {
    color: #333;
    text-align: left;
    font-family: "Century Gothic", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px
}

.container-body-text .career-form-container p {
    margin-bottom: 20px
}

.career-form-container .checkbox-control {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px
}

.career-form-container .checkbox-control span {
    color: #FF865F
}

.career-form-container .custom-input-container .input-control {
    border-radius: 8px;
    background: #FFF;
    color: #585858;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 8px
}

.career-form-container .upload-file-name {
    text-transform: initial;
    color: #585858;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 17px;
    margin-top: 12px
}

.section-contact-form-filds .btn.btn-large {
    width: 100%
}

.section-contact-form-filds .wpcf7-list-item {
    margin-left: 0
}

.career-form-container .custom-input-container textarea.input-control {
    height: 80px
}

.career-form-container .custom-input-container .input-control::-webkit-input-placeholder {
    color: #585858 !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 1
}

.career-form-container .custom-input-container .input-control::-moz-placeholder {
    color: #585858 !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 1
}

.career-form-container .custom-input-container .input-control::-ms-placeholder {
    color: #585858 !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 1
}

.career-form-container .custom-input-container .input-control::placeholder {
    color: #585858 !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 1
}

@media(min-width:1024px) {
    .career-form-container {
        position: sticky;
        right: 0 !important;
        bottom: 0 !important;
        top: 130px;
        margin-top: 0;
        display: flex;
        justify-content: flex-end
    }
    .career-form-container .wpcf7 {
        width: 348px
    }
    .careers-post-content h3 {
        margin-bottom: 40px
    }
    .careers-post-content .form-fields-container {
        padding: 40px 24px 25px 24px
    }
}

@media(min-width:1200px) {
    .careers-post-content .container-body-text {
        margin-bottom: 100px
    }
    .careers-post-content-image {
        display: block;
        right: 0 !important;
        bottom: 0 !important;
        position: sticky;
        position: -webkit-sticky
    }
    .career-form-container .wpcf7 {
        width: 380px
    }
    .container-body-text .career-form-container h2 {
        color: #000;
        font-family: "Century Gothic", sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        text-align: left
    }
    .container-body-text .career-form-container p {
        margin-bottom: 30px;
        line-height: 24px
    }
    .careers-post-content .form-fields-container {
        padding: 40px 26px 25px 26px
    }
}

.careers-post-content .col-lg-8 {
    padding-bottom: 60px
}

@media(min-width:1540px) {
    .career-form-container .wpcf7 {
        width: 460px
    }
}

@media(min-width:1720px) {
    .career-form-container .wpcf7 {
        width: 540px
    }
}

@media(min-width:1920px) {
    .careers-post-content h3 {
        font-size: 40px;
        line-height: 48px
    }
}

@media(min-width:576px)and (max-width:1439.98px) {
    .careers-post-content .col-lg-8 {
        padding-bottom: 90px
    }
}

@media(min-width:1200px) {
    .careers-post-content .col-lg-8 {
        padding-bottom: 110px
    }
}

.clients-slider {
    overflow: hidden;
    width: 100%
}

.clients-slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px
}

@media(min-width:1200px) {
    .clients-slider-header {
        margin-bottom: 40px
    }
}

.clients-slider-header .section-title {
    margin-bottom: 0
}

.clients-slider-slider-control {
    display: none
}

.clients-slider-slider-control .btn-circle:focus {
    outline: none
}

.clients-slider-slider-control .btn-circle:first-child {
    margin-right: 5px
}

@media(min-width:1200px) {
    .clients-slider-slider-control {
        display: block
    }
}

.clients-slider .swiper-body {
    height: 450px;
    position: relative
}

@media(min-width:576px)and (max-width:1199.98px) {
    .clients-slider .swiper-body {
        height: 350px
    }
}

@media(min-width:1200px) {
    .clients-slider .swiper-body:before {
        content: "";
        position: absolute;
        top: 0;
        right: calc(-100% - 1.5px);
        width: 100%;
        height: calc(100% + 1px);
        background-color: #f5f5f5;
        z-index: 2
    }
    .clients-slider .swiper-body:after {
        content: "";
        position: absolute;
        top: 0;
        left: calc(-100% - 1px);
        width: 100%;
        height: calc(100% + 1px);
        background-color: #f5f5f5;
        z-index: 2
    }
}

.clients-slider-list {
    width: 100%;
    height: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: inherit
}

.clients-slider-list-wrapper {
    display: flex;
    gap: 12px
}

.clients-slider-list-item {
    min-width: 48%;
    padding: 0;
    border-radius: 12px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    text-align: center;
    flex: 1
}

.clients-slider-list-item-logo {
    height: 40px;
    margin: 0 0;
    width: 70%;
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%) brightness(90%) contrast(140%);
    filter: grayscale(100%) brightness(90%) contrast(140%);
    backface-visibility: hidden;
    transition: all .3s ease
}

div.clients-slider-list-item-logo:hover {
    -webkit-filter: grayscale(0) brightness(100%) contrast(100%);
    filter: grayscale(0) brightness(100%) contrast(100%);
    transform: scale(1.1)
}

@media(min-width:768px) {
    .clients-slider-list-item {
        padding: 0
    }
}

@media(min-width:1024px) {
    .clients-slider-list-item {
        min-width: 32%;
        max-width: 32%
    }
}

@media(min-width:1200px) {
    .clients-slider-list-wrapper {
        gap: 20px
    }
    .clients-slider-list-item {
        min-width: 23%
    }
}

.clients-slider-list-item-link-cases {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background-color: #6244bb;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    padding: 2px 7px 3px
}

@media(min-width:1200px) {
    .clients-slider-list-item-link-cases {
        font-size: 12px;
        line-height: 16px
    }
}

.clients-testimonials {
    background-color: #6244bb;
    padding-bottom: 45px
}

@media(min-width:1200px) {
    .clients-testimonials {
        padding-bottom: 130px
    }
}

@media(min-width:1200px) {
    .clients-testimonials .container {
        position: relative
    }
}

@media(min-width:1200px) {
    .clients-testimonials-list {
        margin: 0 120px
    }
}

.clients-testimonials-list-item {
    font-family: "Century Gothic", sans-serif;
    padding-top: 50px;
    text-align: center;
    color: #fff
}

@media(min-width:1200px) {
    .clients-testimonials-list-item {
        padding-top: 120px
    }
}

.clients-testimonials-list-item:before {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    content: "“";
    font-size: 100px;
    line-height: 80px;
    display: inline-block;
    margin-bottom: 42px;
    overflow: hidden;
    height: 32px
}

@media(min-width:1200px) {
    .clients-testimonials-list-item:before {
        font-size: 150px;
        line-height: 134px;
        height: 53px
    }
}

.clients-testimonials-list-item__footer {
    display: grid;
    justify-content: center;
    justify-items: start;
    align-items: center;
    grid-template-areas: "photo author" "photo position" "photo vote";
    column-gap: 25px
}

.clients-testimonials-list-item__photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    grid-area: photo
}

.clients-testimonials-list-item__photo img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.clients-testimonials-list-item__text {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px
}

@media(min-width:1440px) {
    .clients-testimonials-list-item__text {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 45px
    }
}

.clients-testimonials-list-item__name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    grid-area: author
}

@media(min-width:1440px) {
    .clients-testimonials-list-item__name {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px
    }
}

.clients-testimonials-list-item__position {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    grid-area: position
}

@media(min-width:1440px) {
    .clients-testimonials-list-item__position {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 25px
    }
}

.clients-testimonials-list-item__vote {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: vote
}

.clients-testimonials-list-item__vote__icon {
    line-height: 0
}

@media(min-width:1200px) {
    .clients-testimonials-list-item__vote__icon i {
        width: 25px;
        height: 25px
    }
}

.clients-testimonials-list-item__vote__stars {
    width: 105px;
    height: 17px;
    margin: 0 15px 0 12px;
    background: linear-gradient(270deg, #fff calc(100% - var(--data-testimonial-score) * 100% / 5), #FAAF3F 0%);
    mask: url(../img/inhtml/vote-stars.svg);
    -webkit-mask: url(../img/inhtml/vote-stars.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat
}

.payments-testimonial .clients-testimonials-list-item__vote__stars {
    margin: 0 8px 0 0;
    background: linear-gradient(270deg, rgb(93 217 157 / .97) calc(100% - var(--data-testimonial-score) * 100% / 5), #fff 0%)
}

@media(min-width:1200px) {
    .clients-testimonials-list-item__vote__stars {
        width: 125px;
        height: 22px
    }
}

.clients-testimonials-list-item__vote__number {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px
}

@media(min-width:1200px) {
    .clients-testimonials-list-item__vote__number {
        font-size: 20px;
        position: relative
    }
}

.clients-testimonials-list-navigation {
    text-align: center;
    padding-bottom: 60px
}

.clients-testimonials-list-navigation-btn-next,
.clients-testimonials-list-navigation-btn-prev {
    background-color: rgb(255 255 255 / .1)
}

.clients-testimonials-list-navigation-btn-next i:before,
.clients-testimonials-list-navigation-btn-prev i:before {
    background-color: #fff
}

.clients-testimonials-list-navigation-btn-next:active,
.clients-testimonials-list-navigation-btn-next:focus,
.clients-testimonials-list-navigation-btn-prev:active,
.clients-testimonials-list-navigation-btn-prev:focus {
    outline: none
}

.clients-testimonials-list-navigation-btn-next:hover,
.clients-testimonials-list-navigation-btn-prev:hover {
    background-color: #fff
}

.clients-testimonials-list-navigation-btn-next:hover i:before,
.clients-testimonials-list-navigation-btn-prev:hover i:before {
    background-color: #6244bb
}

.clients-testimonials-list-navigation-btn-prev {
    transform: rotate(180deg)
}

.clients-testimonials-list-navigation-btn-next {
    margin-left: 12px
}

@media(min-width:1200px) {
    .clients-testimonials-list-navigation {
        padding: 0
    }
    .clients-testimonials-list-navigation-btn-prev,
    .clients-testimonials-list-navigation-btn-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%)
    }
    .clients-testimonials-list-navigation-btn-prev {
        left: 0;
        transform: translateY(-50%) rotate(180deg)
    }
    .clients-testimonials-list-navigation-btn-next {
        right: 0
    }
}

.clients-lets-talk-about .clients-lets-talk-about-wrapper {
    background-color: #00BF63;
    border-radius: 12px;
    position: relative
}

.clients-lets-talk-about .clients-lets-talk-about-wrapper .container {
    position: relative
}

.clients-lets-talk-about-container {
    display: flex;
    flex-direction: column;
    padding: 60px 0;
    max-width: 877px
}

@media(min-width:1600px) {
    .clients-lets-talk-about-container {
        max-width: 1240px
    }
}

.clients-lets-talk-about-container-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 24px
}

.clients-lets-talk-about-quote-sign {
    width: auto;
    text-align: left;
    position: absolute;
    bottom: -34px;
    right: -9px;
    z-index: 0
}

.clients-lets-talk-about-quote-sign svg {
    width: 176px;
    height: 130px
}

@media(min-width:1024px) {
    .clients-lets-talk-about-container {
        padding: 70px 0 70px
    }
    .clients-lets-talk-about-container-title {
        font-size: 40px;
        line-height: 48px
    }
    .clients-lets-talk-about-quote-sign {
        bottom: -94px;
        right: 126px
    }
    .clients-lets-talk-about-quote-sign svg {
        width: 238px;
        height: 170px
    }
}

@media(min-width:1440px) {
    .clients-lets-talk-about-container {
        padding: 80px 0 80px
    }
    .clients-lets-talk-about-container-title {
        font-size: 48px;
        line-height: 58px
    }
    .clients-lets-talk-about-quote-sign {
        bottom: -88px;
        right: 108px
    }
    .clients-lets-talk-about-quote-sign svg {
        width: 342px;
        height: 250px
    }
}

@media(min-width:1920px) {
    .clients-lets-talk-about-container {
        padding: 74px 0 74px
    }
    .clients-lets-talk-about-container-title {
        font-size: 56px;
        line-height: 64px
    }
    .clients-lets-talk-about-quote-sign {
        bottom: -176px;
        right: 110px
    }
    .clients-lets-talk-about-quote-sign svg {
        width: 504px;
        height: 389px
    }
}

.clients-lets-talk-about-container-title b {
    font-weight: 700
}

.clients-lets-talk-about-container-button {
    text-align: left
}

.clients-lets-talk-about.__purple {
    background-color: inherit;
    padding: 0;
    margin-top: 0
}

.clients-lets-talk-about.__purple .clients-lets-talk-about-container {
    background-color: #6244bb
}

.clients-lets-talk-about.__purple .clients-lets-talk-about-container-title {
    color: #fff
}

.clients-lets-talk-about.__purple .clients-lets-talk-about-container-button {
    color: #333
}

.clients-lets-talk-about.__purple .clients-lets-talk-about-container-button .btn,
.clients-lets-talk-about.__purple .clients-lets-talk-about-container-button #cookie-law-info-bar #wt-cli-accept-all-btn,
#cookie-law-info-bar .clients-lets-talk-about.__purple .clients-lets-talk-about-container-button #wt-cli-accept-all-btn,
.clients-lets-talk-about.__purple .clients-lets-talk-about-container-button #cookie-law-info-bar #cookie_action_close_header_reject,
#cookie-law-info-bar .clients-lets-talk-about.__purple .clients-lets-talk-about-container-button #cookie_action_close_header_reject {
    background-color: #fff
}

.clients-lets-talk-about.__purple .clients-lets-talk-about-container-button .btn:hover,
.clients-lets-talk-about.__purple .clients-lets-talk-about-container-button #cookie-law-info-bar #wt-cli-accept-all-btn:hover,
#cookie-law-info-bar .clients-lets-talk-about.__purple .clients-lets-talk-about-container-button #wt-cli-accept-all-btn:hover,
.clients-lets-talk-about.__purple .clients-lets-talk-about-container-button #cookie-law-info-bar #cookie_action_close_header_reject:hover,
#cookie-law-info-bar .clients-lets-talk-about.__purple .clients-lets-talk-about-container-button #cookie_action_close_header_reject:hover {
    color: #fff;
    background-color: rgb(255 255 255 / .1)
}

.clients-lets-talk-about.__purple .clients-lets-talk-about-container-button .btn:hover i,
.clients-lets-talk-about.__purple .clients-lets-talk-about-container-button #cookie-law-info-bar #wt-cli-accept-all-btn:hover i,
#cookie-law-info-bar .clients-lets-talk-about.__purple .clients-lets-talk-about-container-button #wt-cli-accept-all-btn:hover i,
.clients-lets-talk-about.__purple .clients-lets-talk-about-container-button #cookie-law-info-bar #cookie_action_close_header_reject:hover i,
#cookie-law-info-bar .clients-lets-talk-about.__purple .clients-lets-talk-about-container-button #cookie_action_close_header_reject:hover i {
    transition: all .3s ease;
    background-color: #fff
}

.clients-lets-talk-about.__purple .clients-lets-talk-about-container-button .btn:hover i:before,
.clients-lets-talk-about.__purple .clients-lets-talk-about-container-button #cookie-law-info-bar #wt-cli-accept-all-btn:hover i:before,
#cookie-law-info-bar .clients-lets-talk-about.__purple .clients-lets-talk-about-container-button #wt-cli-accept-all-btn:hover i:before,
.clients-lets-talk-about.__purple .clients-lets-talk-about-container-button #cookie-law-info-bar #cookie_action_close_header_reject:hover i:before,
#cookie-law-info-bar .clients-lets-talk-about.__purple .clients-lets-talk-about-container-button #cookie_action_close_header_reject:hover i:before {
    background-color: #6244bb
}

.clients-lets-talk-about.__purple-white {
    background-color: #fff;
    padding: 0;
    margin-top: 0
}

.clients-lets-talk-about.__purple-white .clients-lets-talk-about-container {
    background-color: #6244bb
}

.clients-lets-talk-about.__purple-white .clients-lets-talk-about-container-title {
    color: #fff
}

.clients-lets-talk-about.__purple-white .clients-lets-talk-about-container-button {
    color: #333
}

#cookie-law-info-bar .clients-lets-talk-about.__purple-white .clients-lets-talk-about-container-button #wt-cli-accept-all-btn,
#cookie-law-info-bar .clients-lets-talk-about.__purple-white .clients-lets-talk-about-container-button #cookie_action_close_header_reject {
    background-color: #fff
}

#cookie-law-info-bar .clients-lets-talk-about.__purple-white .clients-lets-talk-about-container-button #wt-cli-accept-all-btn:hover,
#cookie-law-info-bar .clients-lets-talk-about.__purple-white .clients-lets-talk-about-container-button #cookie_action_close_header_reject:hover {
    color: #fff;
    background-color: rgb(255 255 255 / .1)
}

#cookie-law-info-bar .clients-lets-talk-about.__purple-white .clients-lets-talk-about-container-button #wt-cli-accept-all-btn:hover i,
#cookie-law-info-bar .clients-lets-talk-about.__purple-white .clients-lets-talk-about-container-button #cookie_action_close_header_reject:hover i {
    transition: all .3s ease;
    background-color: #fff
}

#cookie-law-info-bar .clients-lets-talk-about.__purple-white .clients-lets-talk-about-container-button #wt-cli-accept-all-btn:hover i:before,
#cookie-law-info-bar .clients-lets-talk-about.__purple-white .clients-lets-talk-about-container-button #cookie_action_close_header_reject:hover i:before {
    background-color: #6244bb
}

.clients-lets-talk-about.__purple-gray {
    background-color: #f5f5f5;
    padding: 0;
    margin-top: 0
}

.clients-lets-talk-about.__purple-gray .clients-lets-talk-about-container {
    background-color: #6244bb
}

.clients-lets-talk-about.__purple-gray .clients-lets-talk-about-container-title {
    color: #fff
}

.clients-lets-talk-about.__purple-gray .clients-lets-talk-about-container-button {
    color: #333
}

#cookie-law-info-bar .clients-lets-talk-about.__purple-gray .clients-lets-talk-about-container-button #wt-cli-accept-all-btn,
#cookie-law-info-bar .clients-lets-talk-about.__purple-gray .clients-lets-talk-about-container-button #cookie_action_close_header_reject {
    background-color: #fff
}

#cookie-law-info-bar .clients-lets-talk-about.__purple-gray .clients-lets-talk-about-container-button #wt-cli-accept-all-btn:hover,
#cookie-law-info-bar .clients-lets-talk-about.__purple-gray .clients-lets-talk-about-container-button #cookie_action_close_header_reject:hover {
    color: #fff;
    background-color: rgb(255 255 255 / .1)
}

#cookie-law-info-bar .clients-lets-talk-about.__purple-gray .clients-lets-talk-about-container-button #wt-cli-accept-all-btn:hover i,
#cookie-law-info-bar .clients-lets-talk-about.__purple-gray .clients-lets-talk-about-container-button #cookie_action_close_header_reject:hover i {
    background-color: #fff
}

#cookie-law-info-bar .clients-lets-talk-about.__purple-gray .clients-lets-talk-about-container-button #wt-cli-accept-all-btn:hover i:before,
#cookie-law-info-bar .clients-lets-talk-about.__purple-gray .clients-lets-talk-about-container-button #cookie_action_close_header_reject:hover i:before {
    background-color: #6244bb
}

.clients-lets-talk-about--section.__purple {
    background: linear-gradient(#6244BB 50%, #fff 50%)
}

.clients-lets-talk-about--section.__purple-gray {
    background: #fff
}

.clients-lets-talk-about--section.__purple-white {
    background: linear-gradient(#F5F5F5 50%, #fff 50%)
}

.clients-lets-talk-about--section .clients-lets-talk-about-wrapper {
    margin-bottom: 0
}

@media(min-width:576px)and (max-width:1199.98px) {
    .clients-lets-talk-about--section .clients-lets-talk-about-wrapper {
        margin-bottom: 0
    }
}

@media(min-width:1200px) {
    .clients-lets-talk-about--section .clients-lets-talk-about-wrapper {
        margin-bottom: 0
    }
}

@media(max-width:1500px)and (min-width:992px) {
    .clients-lets-talk-about--section .clients-lets-talk-about-wrapper {
        margin-bottom: 0
    }
}

.clients-lets-talk-about--section .clients-lets-talk-about-container {
    padding: 50px 24px 60px
}

@media(min-width:1200px) {
    .clients-lets-talk-about--section .clients-lets-talk-about-container {
        padding: 65px 90px;
        margin: 0 -80px;
        align-items: center
    }
}

@media(max-width:1500px)and (min-width:992px) {
    .clients-lets-talk-about--section .clients-lets-talk-about-container {
        margin: 0 0;
        padding: 55px 110px
    }
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .clients-lets-talk-about--section .clients-lets-talk-about-container {
        padding: 65px 90px
    }
}

@media(min-width:1200px) {
    .clients-lets-talk-about--section .clients-lets-talk-about-container-title {
        font-size: 35px;
        line-height: 42px
    }
}

@media(min-width:1200px) {
    .clients-lets-talk-about--section .clients-lets-talk-about-container-button {
        flex: 1 0 282px
    }
}

.lang-de .clients-lets-talk-about--section .clients-lets-talk-about-wrapper {
    margin-bottom: 0
}

.__line-left,
.case-studies-slider .section-description {
    max-width: 1080px
}

.container.title-container {
    margin-bottom: 32px
}

.section-title.__line-left {
    margin-bottom: 24px
}

.contact-testimonials-list-navigation {
    display: flex;
    column-gap: 8px;
    width: auto;
    justify-content: flex-end
}

.contact-testimonials-list-navigation-btn-prev,
.contact-testimonials-list-navigation-btn-next {
    box-shadow: none
}

.contact-testimonials-list-navigation-btn-prev:hover,
.contact-testimonials-list-navigation-btn-next:hover {
    background-color: #fff0
}

.contact-testimonials-list-navigation-btn-prev:hover svg,
.contact-testimonials-list-navigation-btn-next:hover svg {
    border: 1px #24BD59 solid;
    border-radius: 24px
}

.contact-testimonials-list-navigation-btn-prev svg,
.contact-testimonials-list-navigation-btn-next svg {
    width: 48px;
    height: 48px
}

.slider-controls {
    display: flex;
    justify-content: flex-end
}

.slider-controls.__with_button {
    justify-content: space-between
}

.services-dynamics .slider-controls {
    margin-top: 24px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between
}

.services-dynamics .__without_button .slider-controls {
    justify-content: flex-end
}

.contact-testimonials-list-navigation .btn-slider-nav[aria-disabled=true],
.contact-testimonials-list-navigation .btn-slider-nav[disabled] {
    cursor: pointer
}

@media (min-width:1024px) {
    .container.title-container {
        margin-bottom: 40px
    }
    .section-title.__line-left {
        margin-bottom: 32px
    }
    .contact-testimonials-list-navigation {
        column-gap: 12px
    }
    .contact-testimonials-list-navigation-btn-prev svg,
    .contact-testimonials-list-navigation-btn-next svg {
        width: 48px;
        height: 48px
    }
    .container.title-container.__without_description.__without_button {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: row
    }
    .container.title-container.__without_description.__without_button .section-title.__line-left {
        margin-bottom: 0
    }
    .container.title-container.__without_button .section-description {
        margin-bottom: 0
    }
}

.read-more-about-it--article {
    box-shadow: none;
    margin-top: 0
}

.read-more-about-it--article__image {
    display: block;
    border-radius: 12px;
    margin-bottom: 20px
}

.read-more-about-it--article__image a:hover .article-item__overlay {
    opacity: .8
}

.read-more-about-it--article__image a img {
    transition: transform 0.4s ease
}

.read-more-about-it--article__image a:hover img {
    transform: scale(1.07)
}

.read-more-about-it--article__image img {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: center center
}

.article-item__overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(0 0 0 / .3) 16.71%, #fff0 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.case-study-item .read-more-about-it--article__info-title {
    margin-bottom: 28px
}

.read-more-about-it--article__info {
    border-right: none;
    background-color: #fff;
    padding: 0
}

.__gray .read-more-about-it--article__info {
    background-color: #fff0
}

.read-more-about-it--article__info .read-more-about-it--article__info-title {
    color: #1D1D1D;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 12px
}

.single-case_studies .wp-block-columns,
.page-template-default.page .wp-block-columns {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
    color: #474747
}

.page-template-default.page .wp-block-columns {
    margin-bottom: 0
}

.single-case_studies .wp-block-columns .wp-block-image img,
.page-template-default.page .wp-block-columns .wp-block-image img {
    border-radius: 8px
}

.single-case_studies .wp-block-columns h2,
.single-case_studies .wp-block-columns h3 {
    font-family: "Century Gothic", sans-serif;
    color: #474747;
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    margin-bottom: 24px;
    margin-top: 60px
}

.page-template-default.page .wp-block-columns h2 {
    font-family: "Century Gothic", sans-serif;
    color: #000;
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
    margin-bottom: 24px;
    margin-top: 60px;
    margin-bottom: 45px
}

.page-template-default.page .wp-block-columns h3 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 38px
}

.single-case_studies .wp-block-columns h2:first-child,
.single-case_studies .wp-block-columns h3:first-child,
.page-template-default.page .wp-block-columns h2:first-child,
.page-template-default.page .wp-block-columns h3:first-child {
    margin-top: 0
}

.single-case_studies .wp-block-columns ul,
.blog-post-content-body ul,
.page-template-default.page .wp-block-columns ul {
    margin-top: 24px;
    margin-bottom: 24px
}

.blog-post-content-body td ul {
    margin-top: 0;
    margin-left: 40px
}

.single-case_studies .wp-block-columns ul li,
.blog-post-content-body ul li,
.page-template-default.page .wp-block-columns .wp-block-column>ul>li {
    position: relative;
    list-style-type: none;
    margin-bottom: 20px;
    padding-left: 4px
}

.single-case_studies .wp-block-columns ul li:before,
.blog-post-content-body ul li:before,
.page-template-default.page .wp-block-columns .wp-block-column>ul>li:before {
    content: "";
    background: url(../img/inhtml/Check-Circle.svg) left top no-repeat;
    position: absolute;
    left: -40px;
    top: -4px;
    width: 32px;
    height: 32px
}

.page-template-default.page .wp-block-columns .wp-block-column>ul>li>ul {
    list-style-type: disc;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: -10px
}

.case-studies-list .logo-client {
    width: 80px;
    height: 40px;
    object-fit: contain
}

@media(min-width:768px) {
    .case-studies-list .logo-client {
        width: 140px
    }
}

.article-item-bottom__categories {
    display: flex;
    flex-direction: row;
    gap: 8px
}

.blog .article-item-bottom__categories {
    margin-bottom: 32px
}

.case-studies-list .case-study-item .article-item-bottom__categories-item:first-child {
    margin-left: 0;
    border-left: none
}

@media(min-width:1024px) {
    .blog .article-item-bottom__categories {
        flex-wrap: wrap;
        margin-bottom: 0
    }
    .read-more-about-it--article__image img {
        height: 200px
    }
    .read-more-about .read-more-about-it--article__image img {
        height: 250px
    }
    .read-more-about-it--article__image {
        margin-bottom: 20px
    }
    .read-more-about-it--article__info .read-more-about-it--article__info-title {
        font-size: 20px;
        line-height: 28px
    }
    .single-case_studies .wp-block-columns {
        padding-right: 66px;
        padding-left: 66px;
        margin-bottom: 80px
    }
    .page-template-default.page .wp-block-columns {
        padding-right: 40px;
        padding-left: 66px;
        margin-bottom: 0;
        column-gap: 7%
    }
    .single-case_studies .wp-block-columns img,
    .page-template-default.page .wp-block-columns img {
        border-radius: 12px
    }
    .single-case_studies .wp-block-columns h2,
    .single-case_studies .wp-block-columns h3 {
        font-size: 32px;
        line-height: 40px
    }
    .page-template-default.page .wp-block-columns h2 {
        font-size: 48px;
        line-height: 56px
    }
    .page-template-default.page .wp-block-columns h3 {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px
    }
}

@media(min-width:1200px) {
    .read-more-about-it--article__image img {
        height: 250px
    }
    .single-case_studies .wp-block-columns ul.columns,
    .page-template-default.page .wp-block-columns ul.columns {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        column-gap: 9%
    }
    .single-case_studies .wp-block-columns ul.columns li,
    .page-template-default.page .wp-block-columns ul.columns>li {
        width: 44%
    }
}

@media(min-width:1440px) {
    .single-case_studies .wp-block-columns {
        padding-right: 110px;
        padding-left: 110px
    }
    .page-template-default.page .wp-block-columns {
        padding-right: 40px;
        padding-left: 110px
    }
}

.case-studies-list .article-item-bottom__categories .icon-case-location {
    width: 21px
}

.case-studies-list .article-item-bottom__categories-item {
    font-weight: 600;
    font-size: 12px;
    color: #565656
}

.article-item-bottom__categories-item {
    color: #474747;
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    height: 40px;
    padding: 12px;
    margin: 0;
    border-radius: 20px;
    background: #F7F7F7;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border: none
}

.__gray .article-item-bottom__categories-item {
    background: #FFF
}

.article-item-bottom__categories-item.desktopOnly {
    display: none !important
}

@media(min-width:1024px) {
    .case-studies-list .article-item-bottom__categories-item {
        font-size: 14px;
        padding-left: 30px
    }
    .article-item-bottom__categories-item {
        padding: 10px 20px
    }
}

@media(min-width:1200px) {
    .article-item-bottom__categories-item.desktopOnly {
        display: flex !important
    }
}

.case-studies-list .article-item-bottom__categories-item i {
    position: relative;
    top: 5px;
    margin-right: 8px;
    background-color: #00BF63
}

.download-case-study-button {
    padding-bottom: 60px
}

@media(min-width:576px)and (max-width:1199.98px) {
    .download-case-study-button {
        padding-bottom: 90px
    }
}

@media(min-width:1800px) {
    .read-more-about-it--article__info .read-more-about-it--article__info-title {
        font-size: 24px;
        line-height: 32px
    }
}

@media(min-width:1200px) {
    .download-case-study-button {
        padding-bottom: 110px
    }
}

.photo-gallery-item {
    border-radius: 12px;
    overflow: hidden;
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 0.4s ease-in-out 0.1s
}

@media(min-width:1024px) {
    .photo-gallery-slider-block {
        margin-bottom: 50px
    }
    .template-imported-block .photo-gallery-slider-block {
        margin-bottom: 0
    }
    .photo-gallery-item {
        height: 200px
    }
    .photo-gallery-slider-block .swiper-slide.swiper-slide-active {
        width: 420px !important
    }
    .photo-gallery-slider-block .swiper-slide.swiper-slide-active .photo-gallery-item {
        width: 420px !important
    }
}

@media(min-width:1210px) {
    .photo-gallery-item {
        height: 200px
    }
    .photo-gallery-slider-block .swiper-slide.swiper-slide-active {
        width: 580px !important
    }
    .photo-gallery-slider-block .swiper-slide.swiper-slide-active .photo-gallery-item {
        width: 580px !important
    }
}

@media(min-width:1680px) {
    .photo-gallery-item {
        height: 300px
    }
    .photo-gallery-slider-block .swiper-slide.swiper-slide-active {
        width: 820px !important
    }
    .photo-gallery-slider-block .swiper-slide.swiper-slide-active .photo-gallery-item {
        width: 820px !important
    }
}

.download-case-study-button .btn,
.download-case-study-button #cookie-law-info-bar #wt-cli-accept-all-btn,
#cookie-law-info-bar .download-case-study-button #wt-cli-accept-all-btn,
.download-case-study-button #cookie-law-info-bar #cookie_action_close_header_reject,
#cookie-law-info-bar .download-case-study-button #cookie_action_close_header_reject {
    background-color: #fff
}

@media(min-width:1200px) {
    .case-studies-contact-us-form__right-content {
        padding-left: 35px
    }
}

.case-studies-contact-us-form__right-content .title {
    font-weight: 700;
    margin-bottom: 50px
}

.case-studies-contact-us-form__right-content ul {
    position: relative;
    counter-reset: num;
    list-style: none;
    padding: 0;
    display: grid
}

.case-studies-contact-us-form__right-content ul li {
    position: relative;
    counter-increment: num;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    padding-bottom: 12px;
    padding-top: 10px;
    margin-bottom: 0;
    color: #585858
}

.case-studies-contact-us-form__right-content ul li:before {
    content: counter(num) "";
    background-color: #fff;
    border-radius: 50%;
    height: 47px;
    width: 47px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    margin-right: 24px;
    font-weight: 600;
    z-index: 3;
    margin-top: -10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / .15)
}

.case-studies-contact-us-form__right-content ul li:nth-child(-n+6):before {
    content: "0" counter(num) ""
}

.case-studies-contact-us-form__right-content ul li:last-child:after {
    display: none
}

.case-studies-contact-us-form__right-content ul li::after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #e3e3e3;
    position: absolute;
    left: 22px;
    top: 0
}

.team-leadership {
    padding-bottom: 30px
}

.team-leadership .section-description {
    max-width: 100%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px
}

@media(max-width:1199.98px) {
    .team-leadership .section-description {
        padding-right: 0;
        padding-left: 0
    }
    .team-leadership .section-description p {
        text-align: left !important
    }
}

@media(min-width:1024px) {
    .team-leadership .section-description.left-aligned {
        max-width: 750px;
        margin-left: 0
    }
}

@media(min-width:1200px) {
    .team-leadership {
        padding-bottom: 64px
    }
    .team-leadership .section-description {
        max-width: 75%;
        margin-bottom: 50px
    }
    .team-leadership .section-description.left-aligned {
        max-width: 750px;
        padding-right: 0;
        padding-left: 0
    }
    .team-leadership .section-description.left-aligned,
    .team-leadership .section-description.left-aligned p,
    .team-leadership .section-description.left-aligned ul {
        text-align: left
    }
}

.team-leadership .section-description-wrapper {
    max-width: 471px;
    margin-bottom: 50px
}

@media(min-width:768px) {
    .team-leadership .section-description-wrapper {
        margin-bottom: 0
    }
}

.team-leadership-list {
    align-items: stretch
}

@media(min-width:576px)and (max-width:1199.98px) {
    .team-leadership-list .col-xs-12:nth-child(odd) {
        padding-right: 20px
    }
    .team-leadership-list .col-xs-12:nth-child(even) {
        padding-left: 20px
    }
}

.team-leadership-item {
    position: relative;
    margin: 0 0 30px;
    overflow: visible;
    cursor: pointer
}

.team-leadership-item .team-leadership-item__social {
    margin-bottom: 11px
}

@media(min-width:1200px) {
    .team-leadership-item {
        margin: 0 0 30px
    }
}

.team-leadership-item__img {
    width: 100%;
    background-color: #fff
}

.team-leadership-item__img img {
    width: 100%
}

.team-leadership-item__img.__mobile {
    display: block
}

@media(min-width:1200px) {
    .team-leadership-item__img.__mobile {
        display: none
    }
}

.team-leadership-item__img.__desktop {
    display: none
}

@media(min-width:1200px) {
    .team-leadership-item__img.__desktop {
        display: block
    }
}

.team-leadership-item-header {
    padding: 28px 0 7px;
    position: relative;
    z-index: 1
}

.team-leadership-item__name {
    font-family: "Century Gothic", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 13px;
    color: #333
}

@media(min-width:1440px) {
    .team-leadership-item__name {
        font-size: 24px;
        line-height: 30px
    }
}

.team-leadership-item__position {
    font-size: 14px;
    line-height: 20px;
    color: #585858
}

@media(min-width:1200px) {
    .team-leadership-item__position {
        font-size: 16px;
        line-height: 24px
    }
}

.team-leadership-item__social .btn-circle:hover {
    background-color: inherit
}

.team-leadership-item__social .btn-icon {
    margin-top: -1px;
    cursor: pointer;
    width: 56px;
    height: 56px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, rgb(93 217 157 / .12) 10.2%, rgb(46 204 128 / .21) 50.51%, rgb(93 217 157 / .20) 100.38%);
    backdrop-filter: blur(5px);
    border-radius: 8px
}

.team-leadership-item__social .btn-circle svg,
.team-leadership-item__social .btn-icon svg {
    width: 36px;
    height: 36px;
    background-color: #00BF63;
    border-radius: 50%
}

.team-leadership-item-description {
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    font-size: 11px;
    line-height: 16px;
    padding: 0 30px 0;
    color: #fff;
    transition: color .3s ease
}

@media(min-width:1200px) {
    .team-leadership-item-description {
        padding: 0 58px 0;
        font-size: 14px;
        line-height: 24px
    }
}

.team-leadership-item.__hover {
    color: #fff
}

.team-leadership-item.__hover .team-leadership-item__name {
    color: #fff
}

.team-leadership-item.__hover .team-leadership-item-header {
    background-color: #6244bb
}

.team-leadership-item.__hover .team-leadership-item-description {
    visibility: visible;
    background-color: #6244bb;
    opacity: 1
}

.team-leadership-item.__hover .team-leadership-item__img {
    display: none
}

.team-leadership-item.__hover .team-leadership-item__position {
    color: #fff;
    transition: all .3s ease
}

.team-leadership-item.__hover .team-leadership-item__social {
    position: absolute;
    top: 30px;
    right: 30px
}

@media(min-width:1200px) {
    .team-leadership-item.__hover .team-leadership-item__social {
        top: 60px;
        right: 60px
    }
}

.team-leadership .career-checked-list {
    color: #585858
}

.team-testimonial.__purple {
    background-color: #6244bb;
    color: #fff
}

.team-testimonial {
    padding: 60px 10px;
    background: #fff;
    text-align: center
}

@media(min-width:1200px) {
    .team-testimonial {
        padding: 130px 25%
    }
}

.team-testimonial-description {
    font-family: "Century Gothic", sans-serif;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 30px;
    color: #333
}

.__purple .team-testimonial-description {
    color: #fff
}

@media(min-width:1440px) {
    .team-testimonial-description {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 45px
    }
}

.team-testimonial-description:before {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    content: "“";
    font-size: 100px;
    line-height: 50px;
    color: #6244bb;
    text-align: center;
    display: block
}

.__purple .team-testimonial-description:before {
    color: #fff
}

@media(min-width:1440px) {
    .team-testimonial-description:before {
        font-size: 150px;
        line-height: 50px
    }
}

.team-testimonial-description+.team-testimonial-position {
    margin-top: 30px
}

@media(min-width:1440px) {
    .team-testimonial-description+.team-testimonial-position {
        margin-top: 50px
    }
}

.team-testimonial-footer {
    display: grid;
    justify-content: center;
    justify-items: start;
    align-items: center;
    grid-template-areas: "photo author" "photo position" "photo vote";
    column-gap: 25px;
    text-align: left
}

.team-testimonial-footer.not-vote {
    grid-template-areas: "photo author" "photo position" "photo position"
}

.team-testimonial-footer.justify-items-center {
    text-align: center
}

.team-testimonial-photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    grid-area: photo
}

.team-testimonial-photo img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.team-testimonial-author {
    font-family: "Century Gothic", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
    grid-area: author
}

.__purple .team-testimonial-author {
    color: #fff
}

@media(min-width:1440px) {
    .team-testimonial-author {
        font-size: 24px;
        line-height: 30px
    }
}

.team-testimonial-position {
    font-size: 12px;
    line-height: 15px;
    color: #585858;
    grid-area: position
}

.__purple .team-testimonial-position {
    color: #fff
}

@media(min-width:1440px) {
    .team-testimonial-position {
        font-size: 18px;
        line-height: 24px
    }
}

.team-testimonial-vote {
    grid-area: vote
}

.team-testimonial-link {
    color: #333
}

.__purple .team-testimonial-link {
    color: #fff
}

.team-values {
    padding-bottom: 60px
}

@media(min-width:1200px) {
    .team-values {
        padding-bottom: 110px
    }
}

@media(min-width:1200px) {
    .team-values .section-title {
        margin-bottom: 47px
    }
}

.team-values-item {
    position: relative;
    overflow: hidden;
    height: 232px;
    width: 100%;
    margin-bottom: 24px;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    cursor: none;
    padding: 54px 20px 20px 20px;
    display: flex;
    line-height: 30px;
    align-items: center;
    box-shadow: 0 5px 15px rgb(0 0 0 / .15)
}

.team-values-item-text {
    font-family: "Century Gothic", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    background-color: #f5f5f5;
    height: 54px;
    width: 100%
}

.team-values-item-text.__purple {
    border-bottom: 3px #6244bb solid
}

.team-values-item-text.__blue {
    border-bottom: 3px #6278c5 solid
}

.team-values-item-text.__orange {
    border-bottom: 3px #ff865f solid
}

.team-values-item-text.__yellow {
    border-bottom: 3px #faaf3f solid
}

.team-values-item-text.__green {
    border-bottom: 3px #00BF63 solid
}

.team-values-item__description {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    color: #585858;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 40px;
    transition: all .1s ease-in;
    transform: translateY(20px)
}

.team-values .__opened .team-values-item__description {
    opacity: 1;
    transform: translateY(0)
}

.services-feature {
    background-color: #fff
}

@media(min-width:1200px) {
    .services-feature {
        padding-bottom: 90px
    }
}

@media(min-width:1200px) {
    .services-feature .section-description {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }
    .services-feature .title-left .section-description {
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

@media(min-width:1200px)and (max-width:1199.98px) {
    .services-feature .section-description {
        padding-right: 30px;
        padding-left: 30px
    }
}

.services-feature-list {
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / .15);
    display: flex;
    flex-direction: column;
    padding: 40px 50px
}

@media(min-width:576px) {
    .services-feature-list {
        flex-direction: row;
        padding: 40px 0
    }
}

@media(min-width:1200px) {
    .services-feature-list {
        padding: 60px 0
    }
}

.services-feature-list-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    min-height: 202px;
    justify-content: center;
    border-top: 1px solid rgb(0 0 0 / .1)
}

@media(min-width:576px) {
    .services-feature-list-item {
        position: relative;
        flex: 1;
        border-top: none;
        min-height: 160px
    }
}

@media(min-width:576px) {
    .services-feature-list-item:before {
        content: "";
        position: absolute;
        height: 97%;
        width: 1px;
        top: 50%;
        background-color: rgb(0 0 0 / .1);
        transform: translateY(-50%)
    }
}

.services-feature-list-item:first-child {
    border-top: 0
}

.services-feature-list-item:first-child:before {
    display: none
}

.services-feature-list-item-icon {
    margin-bottom: 26px
}

.services-feature-list-item-icon img {
    height: 78px;
    max-width: 100%;
    object-fit: contain
}

@media(min-width:1200px) {
    .services-feature-list-item-icon img {
        height: auto
    }
}

.services-feature-list-item-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333
}

@media(min-width:1200px) {
    .services-feature-list-item-text {
        font-size: 22px;
        padding: 0 60px
    }
}

.services-about-service {
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 0;
    padding-bottom: 30px
}

@media(min-width:576px)and (max-width:1439.98px) {
    .services-about-service {
        padding-bottom: 60px
    }
}

@media(min-width:1200px) {
    .services-about-service {
        padding-bottom: 0
    }
}

.services-about-service .d-flex,
.services-about-service .about-us-our-csr-list--item-top,
.services-about-service .about-us-our-organizational-list--item__col-logo,
.services-about-service .about-us-our-impact__image {
    height: 100%
}

.services-about-service-image {
    display: none
}

@media(min-width:1200px) {
    .services-about-service-image {
        display: flex;
        align-items: center;
        height: 100%;
        padding-left: 23px
    }
    .services-about-service-image img {
        width: 100%
    }
}

.services-about-service-image-mob {
    margin-left: -30px
}

@media(min-width:576px)and (max-width:1439.98px) {
    .services-about-service-image-mob {
        text-align: center
    }
}

@media(min-width:1200px) {
    .services-about-service-image-mob {
        display: none
    }
}

.services-about-service .career-checked-list {
    color: #585858
}

@media(max-width:1199.98px) {
    .services-about-service .career-checked-list {
        margin-top: 0
    }
}

.services-how-we-work {
    position: relative;
    background-color: #f5f5f5
}

@media(min-width:1200px) {
    .services-how-we-work .section-description {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }
}

@media(min-width:1200px)and (max-width:1199.98px) {
    .services-how-we-work .section-description {
        padding-right: 30px;
        padding-left: 30px
    }
}

.services-how-we-work-item {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    margin-bottom: 24px;
    flex-direction: column;
    justify-content: start;
    background-color: #fff;
    cursor: default;
    padding: 65px 65px 50px;
    display: flex;
    line-height: 30px;
    align-items: stretch
}

.services-how-we-work-item .btn-circle {
    position: absolute;
    top: 30px;
    right: 30px
}

.services-how-we-work-item-icon {
    height: 75px;
    margin-bottom: 32px;
    background-size: contain
}

.services-how-we-work-item-icon img {
    max-height: 100%
}

.services-how-we-work-item__title {
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    font-family: "Century Gothic", sans-serif
}

.services-how-we-work-item__description {
    display: flex;
    align-items: center;
    opacity: 0;
    background: #fff;
    box-shadow: 0 10px 60px rgb(0 0 0 / .05);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #585858;
    font-size: 16px;
    line-height: 24px;
    padding: 20px;
    transition: all .1s ease-in;
    transform: translateY(20px)
}

@media(min-width:1200px) {
    .services-how-we-work-item__description {
        padding: 63px
    }
}

.services-how-we-work .__opened .services-how-we-work-item__description {
    opacity: 1;
    transform: translateY(0)
}

.services-right-model {
    background-color: #fff
}

@media(min-width:576px)and (max-width:1199.98px) {
    .services-right-model .section-title {
        font-size: 39px
    }
}

.services-right-model .section-description {
    position: relative;
    margin-bottom: 0
}

.services-right-model .section-description p:first-child:first-letter {
    position: relative;
    font-family: "Century Gothic", sans-serif;
    display: block;
    font-size: 40px;
    line-height: 60px;
    padding: 0 12px;
    color: #fff;
    margin-right: 27px;
    margin-bottom: 19px !important;
    margin-top: 9px;
    float: left;
    background-color: #00BF63
}

.services-right-model .section-description p:first-child:first-letter:before {
    content: "";
    position: relative;
    display: block;
    background-color: red;
    width: 10px;
    height: 10px
}

@media(min-width:1200px) {
    .services-right-model .section-description p:first-child:first-letter {
        font-weight: 700;
        line-height: 68px;
        padding: 0 16px;
        margin-bottom: 25px
    }
}

.services-right-model .career-checked-list {
    margin-top: 25px
}

@media(min-width:1200px) {
    .services-right-model .career-checked-list {
        margin-top: 0
    }
}

.services-right-model .career-checked-list-title {
    margin-top: 0
}

.services-right-model-image {
    display: none;
    overflow: hidden
}

@media(min-width:768px) {
    .services-right-model-image {
        display: block
    }
}

.services-right-model-image img {
    width: 100%;
    object-fit: contain
}

.services-right-model-image.__mob {
    display: block
}

@media(min-width:768px) {
    .services-right-model-image.__mob {
        display: none
    }
}

.services-benefits {
    padding-bottom: 30px
}

@media(min-width:576px)and (max-width:1439.98px) {
    .services-benefits {
        padding-bottom: 60px
    }
}

@media(min-width:1200px) {
    .services-benefits {
        padding-bottom: 80px
    }
}

@media(max-width:1500px)and (min-width:992px) {
    .services-benefits {
        padding-bottom: 50px
    }
}

.services-benefits-list {
    align-items: stretch
}

.services-benefits .section-title {
    margin-bottom: 35px
}

@media(min-width:1200px) {
    .services-benefits .section-title {
        margin-bottom: 5px
    }
}

.services-benefits .col-xs-12 {
    margin-bottom: 20px
}

@media(min-width:576px)and (max-width:1439.98px) {
    .services-benefits .col-xs-12 {
        margin-bottom: 30px
    }
}

@media(min-width:1200px) {
    .services-benefits .col-xs-12 {
        margin-bottom: 30px
    }
}

.services-benefits-item {
    background: #674abd;
    box-shadow: 0 10px 60px rgb(0 0 0 / .05);
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 55px
}

.services-benefits-item__number {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: end;
    position: relative;
    font-family: "Century Gothic", sans-serif;
    font-weight: 700;
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 5px
}

@media(min-width:1200px) {
    .services-benefits-item__number {
        font-size: 40px;
        line-height: 55px
    }
}

.services-benefits-item__number:after {
    content: "";
    display: block;
    width: calc(100% + 58px);
    height: 1px;
    margin-bottom: 2px;
    margin-left: -3px;
    background-color: #fff
}

@media(min-width:1200px) {
    .services-benefits-item__number:after {
        margin-bottom: 13px
    }
}

.services-benefits-item__title {
    font-family: "Century Gothic", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px
}

@media(min-width:1200px) {
    .services-benefits-item__title {
        font-size: 25px;
        line-height: 30px
    }
}

.services-benefits-item__text {
    color: #ddd6f0;
    font-size: 13px;
    line-height: 24px
}

@media(min-width:1200px) {
    .services-benefits-item__text {
        font-size: 16px;
        line-height: 24px
    }
}

.services-core-product h2 {
    margin-bottom: 51px
}

.services-core-product .swiper-container.row {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.services-core-product .core-product-item {
    border-radius: 8px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    cursor: grab;
    height: 180px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.services-core-product .recognition_slider .core-product-item {
    height: auto;
    justify-content: flex-start
}

.core-product-swiper-pagination,
.more-about-swiper-pagination {
    font-family: "Century Gothic", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #949494;
    display: flex;
    flex-direction: row;
    align-items: center
}

.core-product-swiper-pagination .swiper-pagination-current,
.more-about-swiper-pagination .swiper-pagination-current {
    color: #000
}

.services-core-product .core-product-item .core-product-item__icon img {
    height: 56px
}

.services-core-product .recognition_slider .core-product-item .core-product-item__icon img {
    max-width: 130px;
    max-height: 64px;
    margin-bottom: 48px
}

.services-core-product .core-product-item .core-product-item-body {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px
}

.services-core-product .core-product-item .core-product-item-description {
    margin-top: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.services-dynamics {
    overflow-x: hidden
}

.services-dynamics-column__left {
    position: relative;
    z-index: 0
}

.services-dynamics .services-dynamics-image {
    display: none
}

.services-dynamics .header-text-button .btn {
    margin-bottom: 40px
}

.services-dynamics .services-list-navigation {
    position: absolute;
    right: 15px;
    bottom: 42px;
    display: flex;
    column-gap: 12px
}

.services-dynamics .swiper-slide {
    transition: width 0.1s ease-in-out 0.1s
}

@media(min-width:768px) {
    .services-dynamics .swiper-slide {
        padding: 0 0
    }
}

@media(min-width:1024px) {
    .core-product-swiper-pagination,
    .more-about-swiper-pagination {
        display: none
    }
    .services-core-product .core-product-item {
        height: 192px
    }
    .services-core-product .core-product-item .core-product-item-description {
        margin-top: 12px
    }
    .services-core-product .core-product-item .core-product-item-body {
        font-size: 20px;
        line-height: 28px
    }
    .services-dynamics .header-text-button {
        display: flex;
        display: flex;
        justify-content: space-between;
        align-items: flex-end
    }
    .services-dynamics .container.title-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap
    }
    .services-core-product .container.title-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: nowrap
    }
    .services-core-product .container.title-container .section-description {
        margin-bottom: 0
    }
    .services-core-product .container.title-container.__with_button .section-description {
        margin-bottom: 32px
    }
    .services-core-product .container.title-container .section-description .row .col-lg-10 p:last-child {
        margin-bottom: 0
    }
    .read-more-about .container.title-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: nowrap
    }
    .read-more-about .container.title-container .section-title {
        margin-bottom: 0
    }
}

@media(min-width:1440px) {
    .services-core-product .recognition_slider .core-product-item .core-product-item__icon img {
        max-width: 162px;
        max-height: 64px;
        margin-bottom: 48px
    }
    .services-core-product .core-product-item {
        height: 164px
    }
}

@media(min-width:1800px) {
    .services-core-product .recognition_slider .core-product-item .core-product-item__icon img {
        max-width: 194px;
        max-height: 64px;
        margin-bottom: 40px
    }
    .services-core-product .core-product-item {
        height: 172px
    }
}

.services-core-product .container.title-container.__with_button {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between
}

.services-dynamics .services-dynamics-item {
    position: relative;
    height: 366px;
    width: auto;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    cursor: default;
    padding: 20px;
    display: flex;
    line-height: 30px;
    align-items: stretch;
    transition: width 0.1s ease-in-out 0.1s
}

.services-dynamics .services-dynamics-item.__opened {
    width: 100%
}

.services-dynamics .services-dynamics-item-header {
    display: flex;
    justify-content: space-between
}

.services-dynamics .services-dynamics-item-header a {
    text-decoration: none;
    background-image: none
}

.services-dynamics .services-dynamics-item__icon img {
    width: 56px;
    height: 56px
}

.services-dynamics .services-dynamics-item__link {
    display: none
}

.services-dynamics .services-dynamics-item.__opened .services-dynamics-item__link {
    display: block
}

.services-dynamics .services-dynamics-item.__opened .services-dynamics-item__link:hover svg circle {
    fill: #00BF63;
    stroke: #00BF63
}

.services-dynamics .services-dynamics-item.__opened .services-dynamics-item__link:hover svg path {
    stroke: #fff
}

.services-dynamics .services-dynamics-item__title {
    color: #000;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    margin: 0
}

.services-dynamics .services-dynamics-item .services-dynamics-item__description {
    color: #474747;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin-top: 8px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.1s ease-in-out 0.25s
}

@media(min-width:1024px) {
    .services-dynamics .services-dynamics-item {
        height: 338px
    }
    .services-dynamics .services-dynamics-item__title {
        font-size: 20px;
        line-height: 28px
    }
    .services-dynamics .services-dynamics-item .services-dynamics-item__description {
        font-size: 16px;
        line-height: 26px
    }
}

@media(min-width:1440px) {
    .services-dynamics .services-dynamics-item {
        height: 338px
    }
    .services-dynamics .swiper-slide {
        padding: 0 2px
    }
}

@media(min-width:1920px) {
    .services-dynamics .services-dynamics-item {
        height: 306px
    }
    .services-dynamics .services-dynamics-item__title {
        font-size: 24px;
        line-height: 32px
    }
}

.services-dynamics .__opened .services-dynamics-item__description {
    opacity: 1;
    transform: translateY(0)
}

.services-feature-table {
    display: grid;
    grid-template-areas: "least" "image" "text";
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    row-gap: 30px
}

@media(min-width:1200px) {
    .services-feature-table {
        grid-template-areas: "image image" "text least";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr auto;
        row-gap: 30px;
        column-gap: 100px
    }
}

.services-feature-table-image {
    grid-area: image;
    position: relative;
    text-align: center
}

.services-feature-table-text {
    grid-area: text;
    font-size: 12px;
    line-height: 16px;
    color: #585858
}

.services-feature-table-least {
    grid-area: least;
    text-align: center
}

@media(min-width:1200px) {
    .services-feature-table-least {
        text-align: right
    }
}

.services-about-service-alternative {
    background-color: #f5f5f5
}

@media(min-width:1200px) {
    .services-about-service-alternative .section-description {
        flex: 0 0 91.6666666667%;
        max-width: 877px;
        width: 100%
    }
}

@media(min-width:1200px)and (max-width:1199.98px) {
    .services-about-service-alternative .section-description {
        padding-right: 30px;
        padding-left: 30px
    }
}

.services-about-service-alternative .section-title.__text-center:after {
    top: -20px
}

@media(min-width:576px) {
    .services-about-service-alternative .section-title.__text-center:after {
        top: -30px
    }
}

@media(min-width:1200px) {
    .services-about-service-alternative .section-title.__text-center:after {
        top: -20px
    }
}

.services-about-service-alternative-row {
    margin-bottom: 0
}

.services-about-service-alternative-row .col-md-12 {
    margin-bottom: 12px
}

@media(min-width:1024px) {
    .services-about-service-alternative-row .col-md-12 {
        margin-bottom: 0
    }
}

.services-about-service-alternative-row .col-md-12:last-child {
    margin-bottom: 0
}

@media(min-width:1200px) {
    .services-about-service-alternative-row .col-md-12 {
        margin-bottom: 0
    }
}

.services-about-service-alternative-col {
    border-radius: 12px;
    border: 1px solid #CFCFCF;
    background: #fff;
    padding: 20px;
    margin-bottom: 12px
}

@media(min-width:1024px) {
    .services-about-service-alternative-col {
        margin-bottom: 0;
        height: 100%
    }
}

@media(min-width:1200px) {
    .services-about-service-alternative-col {
        height: 100%;
        padding: 24px
    }
}

.services-about-service-alternative-col-row {
    gap: 16px;
    align-items: center;
    margin-bottom: 12px
}

.services-about-service-alternative-col-row .services-about-service-alternative-col__title {
    line-height: 28px;
    margin-bottom: 0
}

.services-about-service-alternative-col__icon {
    margin-bottom: 32px
}

@media(min-width:1200px) {
    .services-about-service-alternative-col__icon {
        margin-bottom: 40px
    }
}

.services-about-service-alternative-col__title {
    margin-top: 0;
    font-weight: 600;
    font-size: 20px
}

@media(min-width:1200px) {
    .services-about-service-alternative-col__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px
    }
}

.services-about-service-alternative-col__description {
    font-size: 16px;
    line-height: 26px;
    color: #474747
}

@media(min-width:1200px) {
    .services-about-service-alternative-col__description {
        font-size: 16px
    }
}

.services-about-service-alternative-col__description h5 {
    margin-top: 30px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold !important;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}

@media(min-width:1200px) {
    .services-about-service-alternative-col__description h5 {
        margin-top: 40px;
        font-size: 16px
    }
}

.services-about-service-alternative-col__description ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.services-about-service-alternative-col__description ul li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    padding: 5px 0 20px 42px;
    margin-bottom: 0
}

.services-about-service-alternative-col__description ul li:last-child {
    border-bottom: none
}

.services-about-service-alternative-col__description ul li:before {
    content: "";
    background: url(../img/inhtml/Check-Circle.svg) left top no-repeat #fff;
    position: absolute;
    left: 0;
    top: 2px;
    width: 32px;
    height: 32px
}

@media(min-width:1200px)and (max-width:575.98px) {
    .services-about-service-alternative-col__description ul li:before {
        top: 18px;
        width: 27px;
        height: 20px
    }
}

.services-about-service-alternative-footer-description {
    font-family: "Century Gothic", sans-serif
}

.services-about-service-alternative-footer-description strong {
    font-weight: 700
}

.services-test-automation-tools {
    background-color: #fff
}

@media(min-width:1200px) {
    .services-test-automation-tools {
        padding-bottom: 110px
    }
}

.services-test-automation-tools--list {
    display: flex;
    flex-wrap: wrap
}

@media(min-width:1200px) {
    .services-test-automation-tools--list__item {
        width: 33.3333% !important;
        height: 255px !important
    }
}

.services-short-stats {
    background-color: #f5f5f5;
    padding-bottom: 60px
}

@media(min-width:1200px) {
    .services-short-stats {
        padding-bottom: 40px
    }
}

@media(max-width:1199.98px) {
    .services-short-stats {
        padding-bottom: 90px
    }
}

.big-commerce-with-btn {
    padding-top: 50px;
    padding-bottom: 60px
}

@media(min-width:576px)and (max-width:1199.98px) {
    .big-commerce-with-btn {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

@media(min-width:1200px) {
    .big-commerce-with-btn {
        padding-top: 0;
        padding-bottom: 0
    }
}

.big-commerce-with-btn .btn,
.big-commerce-with-btn #cookie-law-info-bar #wt-cli-accept-all-btn,
#cookie-law-info-bar .big-commerce-with-btn #wt-cli-accept-all-btn,
.big-commerce-with-btn #cookie-law-info-bar #cookie_action_close_header_reject,
#cookie-law-info-bar .big-commerce-with-btn #cookie_action_close_header_reject {
    margin-bottom: 30px
}

.big-commerce-with-btn .services-about-service-image-mob {
    position: relative;
    margin: 0 auto;
    text-align: center
}

.big-commerce-why-choose__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px 0
}

@media(min-width:1200px) {
    .big-commerce-why-choose__list {
        grid-template-columns: 1fr 1fr;
        gap: 30px 30px;
        padding-top: 35px
    }
}

.big-commerce-why-choose__list-item {
    background: #fff;
    box-shadow: 0 10px 60px rgb(0 0 0 / .05);
    padding: 40px 35px
}

@media(min-width:1200px) {
    .big-commerce-why-choose__list-item {
        padding: 88px 80px 52px
    }
}

.big-commerce-why-choose__list-item-img img {
    width: 55px;
    object-fit: contain
}

@media(min-width:1200px) {
    .big-commerce-why-choose__list-item-img img {
        width: 75px
    }
}

.big-commerce-why-choose__list-item-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    margin: 15px 0
}

@media(min-width:1200px) {
    .big-commerce-why-choose__list-item-title {
        font-size: 30px;
        line-height: 37px;
        margin: 30px 0 35px
    }
}

.big-commerce-why-choose__list-item-description {
    border-top: 1px solid rgb(0 0 0 / .1);
    padding-top: 14px;
    font-size: 14px;
    line-height: 24px;
    color: #7a7a7a
}

@media(min-width:1200px) {
    .big-commerce-why-choose__list-item-description {
        font-size: 16px;
        padding-top: 33px
    }
}

.__without-line .big-commerce-why-choose__list-item-description {
    border-top: none;
    padding-top: 0
}

.big-commerce-text-with-img__post {
    margin-top: 10px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    height: 307px
}

@media(min-width:1200px) {
    .big-commerce-text-with-img__post {
        height: 400px
    }
}

.big-commerce-text-with-img__post-image {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.big-commerce-text-with-img__post-title {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / .15);
    text-decoration: none
}

@media(min-width:1200px) {
    .big-commerce-text-with-img__post-title {
        left: 24px;
        width: calc(100% - 46px);
        bottom: 24px;
        padding: 22px 34px
    }
}

.big-commerce-text-with-img__post-title h4 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px
}

@media(min-width:1200px) {
    .big-commerce-text-with-img__post-title h4 {
        font-size: 20px;
        line-height: 25px
    }
}

.big-commerce-dev-services {
    background-color: #fff
}

.big-commerce-dev-services__section-text,
.big-commerce-dev-services .section-title {
    position: relative;
    z-index: 0
}

.big-commerce-dev-services__section {
    padding: 24px 0
}

@media(min-width:1200px) {
    .big-commerce-dev-services__section {
        padding: 90px 0 110px
    }
}

@media(min-width:1200px) {
    .big-commerce-dev-services__section:first-child {
        padding: 30px 0 110px
    }
}

.big-commerce-dev-services__section:first-child {
    border-top: none
}

@media(min-width:1024px) {
    .big-commerce-dev-services__section:nth-child(odd) .row {
        flex-direction: row
    }
    .big-commerce-dev-services--reverse .big-commerce-dev-services__section:nth-child(odd) .row {
        flex-direction: row-reverse
    }
    .big-commerce-dev-services__section .row.invDirect {
        flex-direction: row !important
    }
    .big-commerce-dev-services__section .row.invReverse {
        flex-direction: row-reverse !important
    }
    .big-commerce-dev-services--reverse .big-commerce-dev-services__section:nth-child(odd) .row .big-commerce-dev-services__section-image {
        margin: 0 0 0 auto;
        text-align: right
    }
    .big-commerce-dev-services--reverse .big-commerce-dev-services__section:nth-child(odd) .row .big-commerce-dev-services__section-image:before {
        left: inherit;
        right: 0;
        transform: translateY(-50%) translateX(20px)
    }
}

@media(min-width:1200px) {
    .big-commerce-dev-services--reverse .big-commerce-dev-services__section:nth-child(even) .row {
        flex-direction: row-reverse
    }
    .big-commerce-dev-services--reverse .big-commerce-dev-services__section:nth-child(even) .row .big-commerce-dev-services__section-image:before {
        left: calc(50% - 60px)
    }
}

.big-commerce-dev-services__section-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 14px
}

@media(min-width:1200px) {
    .big-commerce-dev-services__section-title {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 25px
    }
}

.big-commerce-dev-services__section-description {
    color: #7a7a7a
}

@media(min-width:1920px) {
    .big-commerce-dev-services__section-description p {
        font-size: 18px;
        line-height: 28px
    }
    .big-commerce-dev-services__section-description p.career-checked-list-title {
        font-size: 20px;
        line-height: 28px
    }
    .career-checked-list-items ul li {
        font-size: 18px;
        line-height: 28px
    }
}

@media(max-width:1199.98px) {
    .big-commerce-dev-services__section-description {
        line-height: 26px
    }
}

@media(max-width:1439.98px) {
    .big-commerce-dev-services__section-image {
        margin: 0 auto
    }
}

.big-commerce-dev-services__section-image img {
    position: relative;
    z-index: 0;
    width: 100%
}

@media(max-width:1439.98px) {
    .big-commerce-dev-services__section-image img {
        max-height: 298px
    }
}

.big-commerce-dev-services__section-image:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    height: 70%;
    transform: translateY(-50%) translateX(-50%) translateZ(0);
    background: #e2e2e2;
    filter: blur(72px);
    -webkit-filter: blur(72px);
    border-radius: 50%
}

.big-commerce-video-block .big-commerce-video-block-player {
    display: flex;
    align-content: center;
    justify-content: center
}

.big-commerce-about {
    background-color: #fff
}

.big-commerce-about-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px 0
}

@media(min-width:1200px) {
    .big-commerce-about-list {
        grid-template-columns: repeat(4, 1fr);
        gap: 0 31px
    }
}

.big-commerce-about-list__item:nth-child(even),
.big-commerce-about-list__item:nth-child(odd) {
    margin: 0
}

.big-commerce-about-list__item {
    margin: 0
}

@media(min-width:1200px) {
    .blog-nothing-found {
        padding-right: 120px
    }
}

.__bg-image {
    background-image: none
}

@media(min-width:1200px) {
    .__bg-image {
        background-image: url(../img/inhtml/blog-nothing-found.jpg);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: contain
    }
}

@media(min-width:1200px) {
    .__bg-image.__blog {
        background-image: url(../img/inhtml/blog-nothing-found.jpg)
    }
}

@media(min-width:1200px) {
    .__bg-image.__career {
        min-height: 100vh;
        background-image: url(../img/inhtml/career-nothing-found.jpg);
        background-position: right bottom;
        background-color: #f5f5f5
    }
    .__bg-image.__career .careers-section-jobs {
        background-color: #fff0;
        display: flex;
        align-items: center;
        min-height: 100vh
    }
}

.post-nothing-found {
    margin-bottom: 60px
}

@media(min-width:576px)and (max-width:1439.98px) {
    .post-nothing-found {
        margin-bottom: 90px
    }
}

@media(min-width:1200px) {
    .post-nothing-found {
        margin-bottom: 0
    }
}

@media(min-width:1200px) {
    .post-nothing-found {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 100%
    }
}

.post-nothing-found.__right {
    text-align: center
}

@media(min-width:1200px) {
    .post-nothing-found.__right {
        text-align: right
    }
}

.post-nothing-found-title {
    font-family: "Century Gothic", sans-serif;
    font-size: 30px;
    line-height: 37px;
    color: #333;
    margin-bottom: 25px
}

.post-nothing-found-title .__last-slash:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 16px;
    background-color: #00BF63;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-image: url(../img/inhtml/icon-green-line.svg);
    -webkit-mask-image: url(../img/inhtml/icon-green-line.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat
}

@media(min-width:576px) {
    .post-nothing-found-title {
        font-size: 55px;
        line-height: 67px;
        margin-bottom: 32px
    }
    .post-nothing-found-title .__last-slash:after {
        content: "";
        display: inline-block;
        width: 22px;
        height: 31px;
        background-color: #00BF63;
        mask-size: contain;
        -webkit-mask-size: contain;
        mask-image: url(../img/inhtml/icon-green-line.svg);
        -webkit-mask-image: url(../img/inhtml/icon-green-line.svg);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat
    }
}

.post-nothing-found-title b {
    font-weight: 700
}

.post-nothing-found-description {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 30px
}

@media(min-width:1200px) {
    .post-nothing-found-description {
        margin-bottom: 50px;
        font-size: 20px
    }
}

.post-nothing-found .btn,
.post-nothing-found #cookie-law-info-bar #wt-cli-accept-all-btn,
#cookie-law-info-bar .post-nothing-found #wt-cli-accept-all-btn,
.post-nothing-found #cookie-law-info-bar #cookie_action_close_header_reject,
#cookie-law-info-bar .post-nothing-found #cookie_action_close_header_reject {
    background-color: #fff
}

.page-404 {
    background-color: #000;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative
}

@media(min-width:1200px) {
    .page-404 {
        background: url(../img/inhtml/page-404.jpg) right top no-repeat #000
    }
}

.page-404-container {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 100px 0;
    position: relative
}

.page-404-container:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: -100%;
    background-color: #00BF63
}

.page-404-container:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    top: -2px;
    left: -3px;
    background-color: #00BF63
}

@media(min-width:1200px) {
    .page-404-container {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

.page-404-subtext {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase
}

@media(min-width:1200px) {
    .page-404-subtext {
        font-size: 16px;
        line-height: 32px
    }
}

.page-404-subtext.__last {
    margin-bottom: 40px
}

@media(min-width:1200px) {
    .page-404-subtext.__last {
        margin-bottom: 65px
    }
}

.page-404-title {
    font-family: "Century Gothic", sans-serif;
    color: #fff;
    margin: 10px 0 20px
}

@media(min-width:1200px) {
    .page-404-title {
        font-size: 55px;
        line-height: 67px
    }
}

.about-us-who-we-are {
    position: relative;
    padding-top: 0;
    padding-bottom: 0
}

.about-us-who-we-are-column-description {
    padding-bottom: 70px
}

@media(min-width:1200px) {
    .about-us-who-we-are-column-description {
        padding-bottom: 110px
    }
}

.about-us-who-we-are .section-description-block h3,
.about-us-who-we-are .section-description-block .wp-block-ht-block-toc .htoc__title,
.wp-block-ht-block-toc .about-us-who-we-are .section-description-block .htoc__title {
    margin-bottom: 20px
}

.about-us-who-we-are .section-description-block p {
    margin-bottom: 16px
}

.about-us-who-we-are .about-us-who-we-are-image {
    width: 100%;
    height: 100%;
    display: none
}

@media(min-width:1200px) {
    .about-us-who-we-are .about-us-who-we-are-image {
        display: block
    }
}

.about-us-who-we-are .about-us-who-we-are-image img {
    width: inherit;
    height: 100%;
    object-fit: cover;
    position: absolute;
    max-width: fit-content;
    right: 0;
    top: 0
}

@media(min-width:1200px) {
    .about-us-who-we-are .career-checked-list-items ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr
    }
}

@media(min-width:1200px) {
    .about-us-who-we-are .career-checked-list-items ul li {
        margin-right: 30px
    }
    .about-us-who-we-are .career-checked-list-items ul li:nth-child(3) {
        border: none
    }
}

.about-us-who-we-are .about-us-who-we-are-btn {
    margin-top: 30px
}

.about-us-quick-numbers {
    background-color: #fff;
    color: #474747;
    padding-top: 60px;
    padding-bottom: 60px
}

.reset-top-margin.about-us-quick-numbers {
    padding-top: 20px
}

.reset-bottom-margin.about-us-quick-numbers {
    padding-bottom: 0
}

.about-us-quick-numbers-item-number-val {
    color: #00BF63;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600
}

@media(min-width:340px) {
    .about-us-quick-numbers-item-number-val {
        font-size: 24px;
        line-height: 24px
    }
}

@media(min-width:768px) {
    .about-us-quick-numbers-item-number-val {
        font-size: 34px;
        line-height: 34px
    }
}

.about-us-quick-numbers-item-number img {
    margin-right: 16px;
    width: 40px
}

@media(min-width:1024px) {
    .about-us-quick-numbers {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media(min-width:1440px) {
    .about-us-quick-numbers {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .about-us-quick-numbers-item-number img {
        margin-right: 10px;
        width: 56px
    }
}

.about-us-quick-numbers .section-custome-title {
    font-size: 30px;
    line-height: 36px;
    color: #fff
}

@media(min-width:1200px) {
    .about-us-quick-numbers .section-custome-title {
        font-size: 45px;
        line-height: 55px
    }
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .about-us-quick-numbers .section-custome-title {
        font-size: 38px;
        line-height: 45px
    }
}

.about-us-quick-numbers .section-custome-title b {
    font-weight: 700
}

.about-us-quick-numbers .about-us-quick-numbers-item-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 12px
}

.about-us-quick-numbers-item {
    border-radius: 8px;
    border: 1px solid #CFCFCF;
    min-width: 48%;
    padding: 20px;
    margin: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    flex: 1
}

@media(min-width:768px) {
    .about-us-quick-numbers .about-us-quick-numbers-item-list {
        flex-direction: row
    }
}

@media(min-width:1024px) {
    .about-us-quick-numbers-item {
        min-width: auto;
        margin-bottom: 0;
        padding: 24px
    }
    .about-us-quick-numbers-item-number-val {
        font-size: 24px;
        line-height: 24px
    }
}

.statValue {
    opacity: 0
}

.about-us-quick-numbers-item .desktop-icon {
    display: none
}

.about-us-quick-numbers-item-number {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    min-height: 40px
}

.about-us-quick-numbers-item-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000
}

.reset-top-margin.case-study-categories {
    padding-top: 24px
}

.case-study-categories ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px #ccc solid;
    column-gap: 20px
}

.single-case_studies .about-us-quick-numbers .section-title {
    font-size: 24px;
    line-height: 32px
}

.case-study-categories .block-content-list li {
    display: block;
    margin-bottom: 24px
}

.case-study-categories li h4 {
    color: #00BF63;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
    margin-top: 0
}

.case-study-categories li p {
    color: #000;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px
}

@media(min-width:1024px) {
    .reset-top-margin.case-study-categories {
        padding-top: 32px
    }
    .case-study-categories .block-content-list li {
        margin-bottom: 32px
    }
    .case-study-categories li h4 {
        font-size: 16px;
        line-height: 22px
    }
    .case-study-categories li p {
        font-size: 20px;
        line-height: 28px
    }
}

@media(min-width:1440px) {
    .single-case_studies .about-us-quick-numbers .section-title {
        font-size: 32px;
        line-height: 40px
    }
    .reset-top-margin.case-study-categories {
        padding-top: 40px
    }
    .case-study-categories .block-content-list li {
        margin-bottom: 40px
    }
}

.about-us-core-operational {
    background-color: #fff;
    padding-bottom: 0
}

@media(min-width:1024px) {
    .about-us-quick-numbers-item-text {
        font-size: 16px;
        line-height: 22px
    }
    .about-us-quick-numbers-item-number {
        margin-bottom: 12px;
        align-items: flex-end;
        min-height: 40px
    }
}

@media(min-width:1200px) {
    .about-us-core-operational .section-description {
        flex: 0 0 75%;
        max-width: 75%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: -10px
    }
    .about-us-quick-numbers .about-us-quick-numbers-item-list {
        column-gap: 20px
    }
    .about-us-quick-numbers-item-text {
        font-weight: 400
    }
}

@media(min-width:1440px) {
    .about-us-quick-numbers-item {
        flex-direction: row;
        justify-content: flex-start;
        column-gap: 20px
    }
    .about-us-quick-numbers-item .desktop-texts {
        display: flex;
        flex-direction: column;
        justify-content: center
    }
    .about-us-quick-numbers-item-number {
        margin-bottom: 2px;
        min-height: auto
    }
    .about-us-quick-numbers-item .desktop-icon {
        display: block;
        width: 56px
    }
    .about-us-quick-numbers-item .mobile-icon {
        display: none
    }
    .about-us-quick-numbers-item-number-val {
        line-height: 32px
    }
}

@media(min-width:1920px) {
    .about-us-quick-numbers-item-text {
        font-size: 18px;
        line-height: 24px
    }
}

@media(min-width:1200px)and (max-width:1199.98px) {
    .about-us-core-operational .section-description {
        padding-right: 30px;
        padding-left: 30px
    }
}

.about-us-core-operational-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px
}

@media(min-width:1200px) {
    .about-us-core-operational-title {
        font-size: 30px;
        line-height: 37px
    }
}

.about-us-core-operational-description {
    color: #7a7a7a;
    padding-bottom: 20px
}

@media(min-width:1200px) {
    .about-us-core-operational-row {
        padding-top: 30px;
        overflow: hidden
    }
}

@media(min-width:1200px) {
    .about-us-core-operational-list {
        padding: 0 0 85px
    }
}

.about-us-core-operational-list-item {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 19px
}

.about-us-core-operational-list-item__number {
    margin-right: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333
}

@media(min-width:1200px) {
    .about-us-core-operational-list-item__number {
        font-size: 20px
    }
}

.about-us-core-operational-list-item__number span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    box-shadow: 0 5px 40px rgb(0 0 0 / .15);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .about-us-core-operational-list-item__number span {
        width: 50px;
        height: 50px
    }
}

@media(min-width:1440px) {
    .about-us-core-operational-list-item__number span {
        width: 60px;
        height: 60px
    }
}

.about-us-core-operational-list-item__number.__small {
    font-size: 14px
}

.about-us-core-operational-list-item__number.__small span {
    width: 40px;
    height: 40px
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .about-us-core-operational-list-item__number.__small span {
        width: 45px;
        height: 45px
    }
}

@media(min-width:1440px) {
    .about-us-core-operational-list-item__number.__small span {
        width: 45px;
        height: 45px
    }
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .about-us-core-operational-list-item__text {
        padding-top: 12px
    }
}

@media(min-width:1440px) {
    .about-us-core-operational-list-item__text {
        padding-top: 18px
    }
}

.about-us-core-operational-list-item__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #333
}

@media(min-width:1200px) {
    .about-us-core-operational-list-item__title {
        font-size: 20px;
        line-height: 24px
    }
}

.about-us-core-operational-list-item__description {
    font-size: 13px;
    line-height: 24px;
    color: #585858
}

@media(min-width:1200px) {
    .about-us-core-operational-list-item__description {
        font-size: 16px
    }
}

.about-us-core-operational-image {
    display: none
}

@media(min-width:1200px) {
    .about-us-core-operational-image {
        display: block
    }
    .about-us-core-operational-image img {
        position: absolute;
        bottom: 0
    }
}

.about-us-core-operational-image-mobile {
    text-align: right
}

@media(min-width:1200px) {
    .about-us-core-operational-image-mobile {
        display: none
    }
}

.lang-de .about-us-core-operational-list {
    padding-bottom: 80px
}

.about-us-cultivating {
    overflow-x: hidden
}

.about-us-cultivating__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px
}

@media(min-width:1200px) {
    .about-us-cultivating__title {
        font-size: 30px;
        line-height: 37px
    }
}

.about-us-cultivating__description {
    color: #7a7a7a
}

.about-us-cultivating .row-lg-revers .col-lg-12 {
    border-top: 1px solid rgb(0 0 0 / .1);
    padding-top: 50px;
    margin: 30px 15px 0
}

@media(min-width:1200px) {
    .about-us-cultivating .row-lg-revers .col-lg-12 {
        padding-top: 110px;
        margin: 110px 15px 0
    }
}

@media(max-width:1199.98px) {
    .about-us-cultivating .services-about-service-image {
        display: block;
        margin: 0 -30px
    }
    .about-us-cultivating .services-about-service-image img {
        width: 100%
    }
}

.about-us-who-we-work {
    background-color: #f5f5f5
}

@media(min-width:1200px) {
    .about-us-who-we-work {
        padding-bottom: 90px
    }
}

.about-us-who-we-work-list-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media(min-width:1200px) {
    .about-us-who-we-work-list-wrapper {
        overflow: inherit;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto
    }
}

@media(min-width:1200px)and (max-width:1199.98px) {
    .about-us-who-we-work-list-wrapper {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media(min-width:1200px)and (min-width:576px) {
    .about-us-who-we-work-list-wrapper {
        max-width: 540px
    }
}

@media(min-width:1200px)and (min-width:768px) {
    .about-us-who-we-work-list-wrapper {
        max-width: 720px
    }
}

@media(min-width:1200px)and (min-width:1200px) {
    .about-us-who-we-work-list-wrapper {
        max-width: 960px
    }
}

@media(min-width:1200px)and (min-width:1440px) {
    .about-us-who-we-work-list-wrapper {
        max-width: 1140px
    }
}

.about-us-who-we-work-list-wrapper::-webkit-scrollbar {
    display: none
}

.about-us-who-we-work-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 843px;
    min-height: 300px;
    margin-left: 30px;
    border-right: 30px solid #fff0;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
    background: url(../img/inhtml/about-us/about-us-who-we-work-line.png) center center no-repeat;
    background-size: contain
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .about-us-who-we-work-list {
        margin-left: 0;
        border: none;
        min-height: 380px
    }
}

@media(min-width:1440px) {
    .about-us-who-we-work-list {
        border: none;
        min-height: 380px;
        margin-bottom: 50px
    }
}

.about-us-who-we-work-item {
    position: relative;
    display: flex;
    flex-direction: column
}

.about-us-who-we-work-item:nth-child(odd) {
    flex-direction: column-reverse
}

.about-us-who-we-work-item-image {
    background-color: #fff;
    width: 118px;
    height: 118px;
    border-radius: 100%;
    box-shadow: 0 5px 15px rgb(0 0 0 / .15);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .about-us-who-we-work-item-image {
        width: 140px;
        height: 140px
    }
}

@media(min-width:1440px) {
    .about-us-who-we-work-item-image {
        width: 160px;
        height: 160px
    }
}

.about-us-who-we-work-item-image:hover {
    box-shadow: 0 5px 40px rgb(0 0 0 / .25)
}

.about-us-who-we-work-item-line {
    height: 37px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute
}

@media(min-width:1200px) {
    .about-us-who-we-work-item-line {
        height: 53px
    }
}

.about-us-who-we-work-item-line:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #d1d1d1
}

.about-us-who-we-work-item-line:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-45%);
    width: 6px;
    height: 6px;
    background-color: #00BF63;
    box-shadow: 0 0 0 5px rgb(196 196 196 / .2);
    border-radius: 100%;
    z-index: 1
}

@media(min-width:1200px) {
    .about-us-who-we-work-item-line:before {
        width: 8px;
        height: 8px;
        box-shadow: 0 0 0 11px rgb(196 196 196 / .2)
    }
}

.about-us-who-we-work-item-name {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 15px;
    font-weight: 700;
    color: #333;
    text-align: center
}

@media(min-width:1200px) {
    .about-us-who-we-work-item-name {
        font-size: 18px
    }
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .about-us-who-we-work-item-name {
        font-size: 16px
    }
}

.about-us-who-we-work-item-name__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
    white-space: nowrap
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .about-us-who-we-work-item-name__title {
        font-size: 16px
    }
}

@media(min-width:1440px) {
    .about-us-who-we-work-item-name__title {
        font-size: 18px
    }
}

.about-us-who-we-work-item-name__link {
    text-decoration: none;
    color: #333
}

.about-us-who-we-work-item:nth-child(even) .about-us-who-we-work-item-name {
    top: -70%
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .about-us-who-we-work-item:nth-child(even) .about-us-who-we-work-item-name {
        top: -80%
    }
}

.about-us-who-we-work-item:nth-child(even) .about-us-who-we-work-item-line {
    top: -37px
}

@media(min-width:1200px) {
    .about-us-who-we-work-item:nth-child(even) .about-us-who-we-work-item-line {
        top: -53px
    }
}

.about-us-who-we-work-item:nth-child(even) .about-us-who-we-work-item-line:before {
    top: 0
}

.about-us-who-we-work-item:nth-child(odd) .about-us-who-we-work-item-name {
    bottom: -70%
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .about-us-who-we-work-item:nth-child(odd) .about-us-who-we-work-item-name {
        bottom: -85%
    }
}

.about-us-who-we-work-item:nth-child(odd) .about-us-who-we-work-item-line {
    bottom: -37px
}

@media(min-width:1200px) {
    .about-us-who-we-work-item:nth-child(odd) .about-us-who-we-work-item-line {
        bottom: -53px
    }
}

.about-us-who-we-work-item:nth-child(odd) .about-us-who-we-work-item-line:before {
    bottom: 0
}

.about-us-who-we-work-item:nth-child(1) .about-us-who-we-work-item-line:before {
    background-color: #ff865f
}

.about-us-who-we-work-item:nth-child(1) .about-us-who-we-work-item-name {
    bottom: -70%
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .about-us-who-we-work-item:nth-child(1) .about-us-who-we-work-item-name {
        bottom: -85%
    }
}

.about-us-who-we-work-item:nth-child(2) .about-us-who-we-work-item-line:before {
    background-color: #faaf3f
}

.about-us-who-we-work-item:nth-child(3) .about-us-who-we-work-item-line:before {
    background-color: #00BF63
}

.about-us-who-we-work-item:nth-child(4) .about-us-who-we-work-item-line:before {
    background-color: #6278c5
}

.about-us-who-we-work-item:nth-child(5) .about-us-who-we-work-item-line:before {
    background-color: #6244bb
}

.lang-de .about-us-who-we-work-item:nth-child(1) .about-us-who-we-work-item-name,
.lang-de .about-us-who-we-work-item:nth-child(5) .about-us-who-we-work-item-name {
    bottom: -91%
}

@media(min-width:1200px) {
    .lang-de .about-us-who-we-work-item:nth-child(1) .about-us-who-we-work-item-name,
    .lang-de .about-us-who-we-work-item:nth-child(5) .about-us-who-we-work-item-name {
        bottom: -85%
    }
}

.about-us-certifications {
    background-color: #fff
}

@media(min-width:1200px) {
    .about-us-certifications {
        padding-bottom: 90px
    }
}

@media(min-width:1200px) {
    .about-us-certifications-text-with-tabs {
        padding-right: 19%
    }
}

.about-us-certifications-tabs-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 -30px 30px;
    padding: 0 30px
}

@media(min-width:1200px) {
    .about-us-certifications-tabs-wrapper {
        margin: 0;
        padding: 0
    }
}

.about-us-certifications-tabs-wrapper::-webkit-scrollbar {
    display: none
}

.about-us-certifications-tabs {
    display: flex;
    flex-wrap: nowrap
}

@media(min-width:1200px) {
    .about-us-certifications-tabs {
        display: block
    }
}

.about-us-certifications-tabs-item {
    display: block;
    margin-left: 6px;
    border-left: 1px solid rgb(0 0 0 / .2);
    text-decoration: none
}

@media(min-width:1200px) {
    .about-us-certifications-tabs-item {
        margin-left: 0;
        border-left: none;
        border-bottom: 1px solid rgb(0 0 0 / .2);
        margin-bottom: 1px
    }
}

.about-us-certifications-tabs-item:first-child {
    margin-left: 0;
    border-left: none
}

.about-us-certifications-tabs-item span {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #585858;
    white-space: nowrap;
    padding: 15px 38px;
    margin-left: 6px;
    border-bottom: 3px solid #6244bb;
    cursor: pointer;
    transition: all .3s ease
}

@media(min-width:1200px) {
    .about-us-certifications-tabs-item span {
        display: block;
        margin-left: 0;
        border-bottom: none;
        margin-bottom: 1px;
        border-left: 3px solid #6244bb
    }
}

.about-us-certifications-tabs-item:first-child span {
    margin-left: 0
}

.about-us-certifications-tabs-item:last-child {
    border-bottom: 0
}

.about-us-certifications-tabs-item:hover span {
    background-color: #eee
}

.about-us-certifications-tabs-item.__active span {
    background-color: #6244bb;
    color: #fff;
    cursor: default
}

.about-us-certifications-tabs-content-wrapper {
    padding: 1px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.about-us-certifications-tabs-content-wrapper::-webkit-scrollbar {
    display: none
}

.about-us-certifications-tabs-content {
    display: flex;
    flex-wrap: wrap
}

.about-us-certifications-tabs-content-item,
.services-test-automation-tools--list__item {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 50%;
    height: 158px;
    box-shadow: 1px 0 0 0 #c4c4c4, 0 1px 0 0 #c4c4c4, 1px 1px 0 0 #c4c4c4, 1px 0 0 0 #c4c4c4 inset, 0 1px 0 0 #c4c4c4 inset
}

@media(min-width:576px)and (max-width:1199.98px) {
    .about-us-certifications-tabs-content-item,
    .services-test-automation-tools--list__item {
        height: 198px
    }
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .about-us-certifications-tabs-content-item,
    .services-test-automation-tools--list__item {
        height: 263px
    }
}

@media(min-width:1440px) {
    .about-us-certifications-tabs-content-item,
    .services-test-automation-tools--list__item {
        height: 326px
    }
}

.about-us-certifications-tabs-content-item__awards {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6244bb;
    color: #fff;
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 14px
}

@media(min-width:768px) {
    .about-us-certifications-tabs-content-item__awards {
        width: 40px;
        height: 40px;
        top: 5%;
        right: 5%;
        font-size: 16px;
        font-weight: 700
    }
}

.about-us-certifications-tabs-content-item__logo,
.services-test-automation-tools--list__item--img {
    height: 70%;
    width: 80%;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: all .3s ease;
    filter: grayscale(100%)
}

@media(min-width:576px)and (max-width:1439.98px) {
    .about-us-certifications-tabs-content-item__logo,
    .services-test-automation-tools--list__item--img {
        height: 86%;
        width: 50%
    }
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .about-us-certifications-tabs-content-item__logo,
    .services-test-automation-tools--list__item--img {
        height: 35%;
        width: 70%
    }
}

@media(max-width:1439.98px) {
    .about-us-certifications-tabs-content-item__logo,
    .services-test-automation-tools--list__item--img {
        background-size: contain
    }
}

.about-us-certifications-tabs-content-item__logo:hover,
.services-test-automation-tools--list__item--img:hover {
    transform: scale(1.1);
    filter: grayscale(0)
}

@media(min-width:1200px) {
    .about-us-certifications-tabs-content-item__logo:hover,
    .services-test-automation-tools--list__item--img:hover {
        transform: scale(1.2)
    }
}

.about-us-who-we-lead {
    background-color: #00BF63;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 24px;
    padding-top: 60px
}

.about-us-who-we-lead.reset-top-margin {
    margin-top: 20px
}

.about-us-who-we-lead.reset-bottom-margin {
    margin-bottom: 0
}

.about-us-who-we-lead-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px
}

.about-us-who-we-lead-header .section-title {
    margin-bottom: 0
}

.about-us-who-we-lead-header-control {
    line-height: 0
}

@media(max-width:767.98px) {
    .about-us-who-we-lead-header-control .btn-circle {
        min-width: 30px;
        height: 30px
    }
}

.about-us-who-we-lead-control {
    display: none
}

@media(min-width:1200px) {
    .about-us-who-we-lead-control {
        display: block
    }
}

.about-us-who-we-lead .col-lg-5 {
    align-self: flex-end;
    padding-left: 0
}

.about-us-who-we-lead .col-lg-7 {
    padding: 55px 0
}

@media(min-width:1200px) {
    .about-us-who-we-lead .col-lg-7 {
        padding: 100px 0
    }
}

.about-us-who-we-lead-container {
    margin: 0 10px 0;
    padding: 0 30px
}

.about-us-who-we-lead-container-image {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden
}

.payments-testimonial .about-us-who-we-lead-container-image {
    width: 48px;
    height: 48px;
    border-radius: 24px
}

.about-us-who-we-lead-container-image img {
    margin: 0;
    width: 100%;
    height: auto
}

.lead-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 20px;
    align-items: center;
    margin-top: 32px
}

.payments-testimonial .lead-info {
    column-gap: 12px;
    margin-top: 0
}

.about-us-who-we-lead-container-linkedin .btn {
    margin-top: 24px;
    padding: 7px 7px 7px 7px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 8px;
    width: 134px;
    height: 48px
}

.payments-testimonial .about-us-who-we-lead-container-linkedin .btn {
    margin-top: 0;
    width: auto;
    padding: 7px 10px 7px 7px
}

.social-btn-icon.btn-icon {
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 8px
}

.about-us-who-we-lead-container-linkedin .btn .social-btn-icon svg {
    width: 26px;
    height: 28px
}

.about-us-who-we-lead-container-linkedin .btn:hover .social-btn-icon svg {
    width: 26px;
    height: 28px
}

.about-us-who-we-lead-container-linkedin .btn:hover .social-btn-icon svg path {
    fill: #00BF63
}

.payments-testimonial .about-us-who-we-lead-container-footer {
    margin-top: 32px
}

.case-study-quote.reset-top-margin {
    margin-top: 0
}

.case-study-quote {
    border: 1px solid #CFCFCF;
    background: #fff;
    padding: 20px
}

.case-study-quote .about-us-who-we-lead-container {
    margin: 0;
    padding: 0 20px
}

.case-study-quote .lead-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 20px;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px
}

.case-study-quote .about-us-who-we-lead-container-image {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    overflow: hidden
}

.case-study-quote .about-us-who-we-lead-container-text__name {
    color: #000;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
}

.case-study-quote .about-us-who-we-lead-container-text__position {
    color: #949494;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.case-study-quote .about-us-who-we-lead-container-text__description {
    color: #474747;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.case-study-quote .about-us-who-we-lead-container-text__company {
    color: #949494;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
}

.case-study-quote .about-us-who-we-lead-container-footer {
    margin-top: 24px
}

@media(min-width:782px) {
    .wp-block-column .case-study-quote {
        position: sticky;
        top: 108px
    }
}

@media(min-width:1024px) {
    .wp-block-column .case-study-quote {
        top: 138px
    }
}

@media(max-width:1023.98px) {
    .payments-testimonial .about-us-who-we-lead-container-footer {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between
    }
    .payments-testimonial .about-us-who-we-lead-container-linkedin span {
        display: none
    }
    .payments-testimonial .btn.btn-green {
        border: none;
        background: none
    }
    .payments-testimonial .social-btn-icon.btn-icon {
        width: 48px;
        height: 48px
    }
    .payments-testimonial .social-btn-icon.btn-icon svg {
        width: 32px;
        height: 32px
    }
}

.about-us-who-we-lead-container-text {
    max-width: 1240px
}

.about-us-who-we-lead-quote-sign {
    display: none
}

@media(min-width:1600px) {
    .about-us-who-we-lead-quote-sign {
        display: block;
        bottom: -176px;
        right: 110px;
        width: auto;
        text-align: left;
        position: absolute;
        z-index: -1
    }
    .about-us-who-we-lead-quote-sign svg {
        width: 504px;
        height: 389px
    }
}

@media(min-width:1920px) {
    .about-us-who-we-lead-container-linkedin .btn {
        width: 144px
    }
}

.about-us-who-we-lead-container-text__description,
.about-us-who-we-lead-container-text__description p {
    font-family: "Century Gothic", sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 28px
}

.case-study-quote .about-us-who-we-lead-container-text__description,
.case-study-quote .about-us-who-we-lead-container-text__description p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #474747;
    font-size: 16px;
    line-height: 26px
}

.about-us-who-we-lead-container-text__description h2 {
    font-weight: 700;
    color: #fff
}

.case-study-quote .about-us-who-we-lead-container-text__description h2 {
    color: #474747
}

.about-us-who-we-lead-container-text__name {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #fff
}

.case-study-quote .about-us-who-we-lead-container-text__name {
    color: #474747;
    font-size: 16px;
    line-height: 26px
}

.payments-testimonial .about-us-who-we-lead-container-text__name {
    font-size: 14px;
    line-height: 20px
}

.about-us-who-we-lead-container-text__position {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    margin-top: 4px
}

.about-us-who-we-lead-container-text__position {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0
}

.about-us-who-we-lead {
    position: relative;
    z-index: 0
}

.about-us-who-we-lead .quote-mark {
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: -1
}

.payments-testimonial.about-us-who-we-lead {
    padding-bottom: 26px;
    z-index: 0
}

@media(min-width:1024px) {
    .payments-testimonial .about-us-who-we-lead-container-image {
        width: 80px;
        height: 80px;
        border-radius: 40px
    }
    .payments-testimonial .about-us-who-we-lead-container-text__name {
        font-size: 20px;
        line-height: 28px
    }
    .about-us-who-we-lead {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-bottom: 40px;
        padding-top: 80px
    }
    .blog-post-content-body .about-us-who-we-lead {
        margin-top: 40px;
        margin-bottom: 40px
    }
    .about-us-who-we-lead-container {
        padding: 0 66px
    }
    .about-us-who-we-lead-container-text__description,
    .about-us-who-we-lead-container-text__description p {
        font-family: "Century Gothic", sans-serif;
        color: #fff;
        font-size: 24px;
        line-height: 32px
    }
    .case-study-quote .about-us-who-we-lead-container-text__description,
    .case-study-quote .about-us-who-we-lead-container-text__description p {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        color: #474747;
        font-size: 16px;
        line-height: 26px
    }
    .about-us-who-we-lead-container-image {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        overflow: hidden
    }
    .about-us-who-we-lead-container-footer {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        margin-top: 32px
    }
    .about-us-who-we-lead-container-footer.no-link {
        justify-content: flex-end
    }
    .lead-info {
        margin-top: 0
    }
    .about-us-who-we-lead-container-linkedin .btn {
        margin-top: 0
    }
    .about-us-who-we-lead .quote-mark {
        top: 32px;
        left: 24px;
        height: 80px;
        width: 112px
    }
    .payments-testimonial.about-us-who-we-lead {
        padding-bottom: 44px
    }
    .case-study-quote .about-us-who-we-lead-container-text__name {
        font-size: 16px;
        line-height: 20px
    }
    .case-study-quote .about-us-who-we-lead-container-footer {
        margin-top: 16px;
        flex-direction: row
    }
}

@media(min-width:1920px) {
    .about-us-who-we-lead-container-text__position {
        font-size: 16px;
        line-height: 24px
    }
}

@media(max-width:767.98px) {
    .lead-text-info {
        width: 72%
    }
    .payments-testimonial .lead-text-info {
        width: 100%
    }
}

@media(min-width:1440px) {
    .about-us-who-we-lead {
        margin-top: 100px;
        margin-bottom: 100px
    }
    .blog-post-content-body .about-us-who-we-lead {
        margin-top: 50px;
        margin-bottom: 50px
    }
    .about-us-who-we-lead-container {
        padding: 0 110px
    }
    .about-us-who-we-lead .quote-mark {
        top: 40px;
        left: 60px
    }
}

.about-us-our-impact {
    background-color: #fff
}

.about-us-our-impact-title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 36px
}

.about-us-our-impact-description {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 24px
}

.about-us-our-impact__image img {
    width: auto
}

.about-us-our-impact-container {
    margin-bottom: 90px
}

.about-us-our-impact-container.__mb-70 {
    margin-bottom: 50px
}

@media(min-width:1200px) {
    .about-us-our-impact-container {
        margin-bottom: 110px
    }
}

@media(min-width:1200px) {
    .about-us-our-impact-container.__mb-70 {
        margin-bottom: 70px
    }
}

.about-us-our-impact-list span {
    font-size: 14px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    box-shadow: 0 3.3px 26.4px rgb(0 0 0 / .1) !important;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .about-us-our-impact-list span {
        width: 40px;
        height: 40px
    }
}

@media(min-width:1440px) {
    .about-us-our-impact-list span {
        width: 40px;
        height: 40px
    }
}

.about-us-our-impact-list .about-us-core-operational-list-item__description {
    color: #7a7a7a
}

@media(max-width:1199.98px) {
    .about-us-our-impact .careers-our-benefits-list {
        margin-bottom: 0 !important
    }
}

@media(max-width:1199.98px) {
    .about-us-our-impact .services-about-service-image {
        display: block
    }
    .about-us-our-impact .services-about-service-image img {
        width: 100%
    }
}

.about-us-our-support {
    background-color: #fff
}

.about-us-operating {
    overflow-x: hidden
}

.about-us-operating .about-us-core-operational-row {
    overflow: visible
}

.about-us-operating .about-us-core-operational-list-item {
    align-items: center;
    margin-bottom: 10px
}

@media(min-width:1200px) {
    .about-us-operating .about-us-core-operational-list-item {
        margin-bottom: 24px
    }
}

.about-us-our-organizational {
    background-color: #fff
}

.about-us-our-organizational-list {
    background-color: #fff;
    box-shadow: 0 10px 60px rgb(0 0 0 / .05);
    border-left: 5px solid #6244bb;
    padding: 0 30px
}

@media(min-width:1200px) {
    .about-us-our-organizational-list {
        padding: 0 95px
    }
}

.about-us-our-organizational-list--item {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: 1fr;
    padding: 40px 0
}

@media(min-width:1200px) {
    .about-us-our-organizational-list--item {
        grid-auto-flow: row;
        padding: 68px 0;
        grid-template-columns: 1fr 1fr
    }
}

.about-us-our-organizational-list--item:first-child {
    border-top: none
}

.about-us-our-organizational-list--item h3,
.about-us-our-organizational-list--item .wp-block-ht-block-toc .htoc__title,
.wp-block-ht-block-toc .about-us-our-organizational-list--item .htoc__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px
}

.about-us-our-organizational-list--item p {
    color: #7a7a7a
}

.about-us-our-organizational-list--item__col-logo {
    grid-row: 1
}

@media(min-width:1200px) {
    .about-us-our-organizational-list--item__col-logo {
        grid-row: auto
    }
}

.about-us-our-csr .section-title {
    color: #FFF
}

.about-us-our-csr .col-lg-4 {
    margin-bottom: 30px
}

@media(min-width:1024px) {
    .about-us-our-csr .col-lg-4 {
        margin-bottom: 0
    }
}

@media(min-width:1200px) {
    .about-us-our-csr .col-lg-4 {
        margin-bottom: 0
    }
}

.about-us-our-csr-list--item {
    color: #fff;
    text-decoration: none;
    padding: 20px;
    background: #00BF63;
    border: 1px #fff solid;
    border-radius: 8px;
    transition: all .2s ease-in-out
}

.about-us-our-csr-list--item__type {
    width: 56px;
    height: 56px;
    background: url(../img/inhtml/pdf_default.svg) left top no-repeat;
    background-size: contain;
    transition: all .2s ease-in-out
}

@media(min-width:1200px) {
    .about-us-our-csr-list--item__type {
        width: 70px;
        height: 70px
    }
}

.about-us-our-csr-list--item-top {
    padding-bottom: 30px
}

.about-us-our-csr-list--item__title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px
}

.about-us-our-csr-list--item:hover {
    background: #fff;
    color: #333
}

.about-us-our-csr-list--item:hover .btn-circle {
    background-color: #6244bb
}

.about-us-our-csr-list--item .report-icons {
    position: relative
}

.about-us-our-csr-list--item svg.report-icon-hover {
    opacity: 0
}

.about-us-our-csr .about-us-our-csr-list--item svg.report-icon {
    opacity: 1
}

.about-us-our-csr-list--item:hover .about-us-our-csr-list--item__link path {
    stroke: #00BF63
}

.about-us-our-csr-list--item:hover svg.report-icon-hover {
    opacity: 1
}

.about-us-our-csr .about-us-our-csr-list--item:hover svg.report-icon {
    opacity: 0;
    width: 0
}

@media (max-width:1023.98px) {
    .how-we-work-container {
        display: flex;
        flex-direction: column-reverse
    }
    .how-we-work-container .how-we-work-doing-the-work-image {
        margin-top: 32px
    }
}

.how-we-work-doing-the-work {
    position: relative;
    background-color: #f5f5f5;
    overflow-x: hidden
}

.how-we-work-doing-the-work-image {
    height: 350px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 12px;
    width: 100%
}

.how-we-work-doing-the-work-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 32px
}

.how-we-work-doing-the-work-item {
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100px;
    width: 100%
}

.how-we-work-doing-the-work-item__icon {
    margin-bottom: 20px
}

.how-we-work-doing-the-work-item__icon img {
    height: 56px
}

.how-we-work-doing-the-work-item__title {
    color: #000;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8px;
    text-align: left
}

.how-we-work-doing-the-work-item__text {
    color: #474747;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: left
}

@media(min-width:768px) {
    .how-we-work-doing-the-work-item {
        width: 48%
    }
}

@media(min-width:1024px) {
    .boxed-image .columns-container {
        display: flex;
        flex-direction: row-reverse;
        column-gap: 22px
    }
    .doing-the-work-container {
        width: 51%
    }
    .how-we-work-doing-the-work-list {
        row-gap: 40px
    }
    .how-we-work-doing-the-work-image {
        height: auto;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        border-radius: 12px;
        width: 49%
    }
    .how-we-work-doing-the-work-item__title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px
    }
    .how-we-work-doing-the-work-item {
        padding-right: 16px
    }
}

@media(min-width:1440px) {
    .about-us-our-csr-list--item__title {
        font-size: 24px;
        line-height: 32px
    }
    .boxed-image .columns-container {
        column-gap: 50px
    }
    .how-we-work-doing-the-work-item__icon {
        margin-bottom: 24px
    }
    .how-we-work-doing-the-work-list {
        column-gap: 50px
    }
    .how-we-work-doing-the-work-item {
        width: 45%
    }
}

@media(min-width:1920px) {
    .boxed-image .columns-container {
        column-gap: 120px
    }
    .how-we-work-doing-the-work-list {
        row-gap: 48px
    }
    .how-we-work-doing-the-work-list {
        column-gap: 120px
    }
    .how-we-work-doing-the-work-item {
        width: 42%
    }
}

.how-we-work-how-we-partner {
    background-color: #fff
}

.how-we-work-how-we-partner-item {
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
    padding-top: 20px
}

@media(min-width:1200px) {
    .how-we-work-how-we-partner-item {
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 15px;
        margin-bottom: 36px
    }
}

.how-we-work-how-we-partner-item__line {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ff865f;
    width: 2px;
    z-index: 1
}

@media(min-width:1200px) {
    .how-we-work-how-we-partner-item__line {
        width: 3px;
        left: 50%;
        transform: translateX(-50%)
    }
}

.how-we-work-how-we-partner-item__line:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: -1px;
    left: -2px;
    border-radius: 100%;
    background-color: #ff865f
}

@media(min-width:1200px) {
    .how-we-work-how-we-partner-item__line:before {
        width: 7px;
        height: 7px
    }
}

.how-we-work-how-we-partner-item__line:after {
    position: absolute;
    bottom: -2px;
    left: -6px;
    content: "";
    background-color: #fff0;
    border-left: 7px solid #fff0;
    border-right: 7px solid #fff0;
    border-top: 12px solid #ff865f
}

@media(min-width:1200px) {
    .how-we-work-how-we-partner-item__line:after {
        bottom: -4px;
        left: -8px;
        border-width: 16px 9px 0 9px
    }
}

.how-we-work-how-we-partner-item__line.__yellow {
    background-color: #faaf3f
}

.how-we-work-how-we-partner-item__line.__yellow:before {
    background-color: #faaf3f
}

.how-we-work-how-we-partner-item__line.__yellow:after {
    border-top-color: #faaf3f
}

.how-we-work-how-we-partner-item__line.__green {
    background-color: #00BF63
}

.how-we-work-how-we-partner-item__line.__green:before {
    background-color: #00BF63
}

.how-we-work-how-we-partner-item__line.__green:after {
    border-top-color: #00BF63
}

.how-we-work-how-we-partner-item__line.__blue {
    background-color: #6278c5
}

.how-we-work-how-we-partner-item__line.__blue:before {
    background-color: #6278c5
}

.how-we-work-how-we-partner-item__line.__blue:after {
    border-top-color: #6278c5
}

.how-we-work-how-we-partner-item__line.__purple {
    background-color: #6244bb
}

.how-we-work-how-we-partner-item__line.__purple:before {
    background-color: #6244bb
}

.how-we-work-how-we-partner-item__line.__purple:after {
    border-top-color: #6244bb;
    background-color: #6244bb
}

@media(min-width:1200px) {
    .how-we-work-how-we-partner-item__header {
        background-color: #fff;
        position: relative;
        z-index: 2;
        padding-bottom: 18px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        flex: 0 0 75%;
        max-width: 75%;
        text-align: center
    }
}

@media(min-width:1200px)and (max-width:1199.98px) {
    .how-we-work-how-we-partner-item__header {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media(min-width:1200px) {
    .how-we-work-how-we-partner-item__icon {
        position: relative;
        text-align: center;
        background-color: #fff;
        z-index: 2;
        padding: 16px 0 0
    }
}

.how-we-work-how-we-partner-item__description h3,
.how-we-work-how-we-partner-item__description .wp-block-ht-block-toc .htoc__title,
.wp-block-ht-block-toc .how-we-work-how-we-partner-item__description .htoc__title {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

@media(min-width:1200px) {
    .how-we-work-how-we-partner-item__description h3,
    .how-we-work-how-we-partner-item__description .wp-block-ht-block-toc .htoc__title,
    .wp-block-ht-block-toc .how-we-work-how-we-partner-item__description .htoc__title {
        font-size: 26px;
        line-height: 24px;
        margin-bottom: 22px
    }
}

.how-we-work-how-we-partner-item__description h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px
}

@media(min-width:1200px) {
    .how-we-work-how-we-partner-item__description h4 {
        font-size: 20px;
        margin-bottom: 8px
    }
}

.how-we-work-how-we-partner-item__description p {
    font-size: 13px;
    line-height: 24px;
    color: #585858
}

@media(max-width:1199.98px) {
    .how-we-work-how-we-partner-item__description p {
        text-align: left !important
    }
}

@media(min-width:1200px) {
    .how-we-work-how-we-partner-item__description p {
        font-size: 16px
    }
}

.how-we-work-how-we-partner-item__description p+ul {
    margin-top: -5px
}

@media(min-width:1200px) {
    .how-we-work-how-we-partner-item__description p+ul {
        margin-top: 0
    }
}

.how-we-work-how-we-partner-item__description ul {
    padding-left: 0;
    list-style: none
}

.how-we-work-how-we-partner-item__description ul li {
    font-size: 13px;
    padding-left: 20px;
    line-height: 22px;
    margin-bottom: 8px;
    position: relative;
    color: #585858
}

@media(min-width:1200px) {
    .how-we-work-how-we-partner-item__description ul li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 12px
    }
}

.how-we-work-how-we-partner-item__description ul li:before {
    content: "";
    background: url(../img/inhtml/how-we-work/icon-list.svg) left top no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 20px
}

@media(min-width:1200px) {
    .how-we-work-how-we-partner-item__description ul li:before {
        top: 6px;
        width: 16px;
        height: 12px;
        background-size: contain
    }
}

@media(min-width:1200px) {
    .how-we-work-how-we-partner-item__column-left {
        padding-right: 50px;
        text-align: right
    }
    .how-we-work-how-we-partner-item__column-left ul li {
        padding-left: 0;
        padding-right: 26px
    }
    .how-we-work-how-we-partner-item__column-left ul li:before {
        left: inherit;
        right: 0
    }
    .how-we-work-how-we-partner-item__column-right {
        padding-left: 50px;
        text-align: left
    }
    .how-we-work-how-we-partner-item__column-right ul li {
        padding-left: 26px
    }
}

.how-we-work-how-we-partner-item:last-child {
    padding-bottom: 40px
}

.how-we-work-how-we-partner-item:last-child .how-we-work-how-we-partner-item__line:after {
    border: none;
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: -1px;
    left: -2px;
    border-radius: 100%
}

@media(min-width:1200px) {
    .how-we-work-how-we-partner-item:last-child .how-we-work-how-we-partner-item__line:after {
        width: 7px;
        height: 7px
    }
}

.required-text {
    font-size: 14px;
    line-height: 19px;
    color: #7a7a7a;
    margin-bottom: 20px
}

.numbered-tabs .section-description {
    margin-bottom: 40px
}

.numbered-tabs .section-description img {
    width: 100%;
    border-radius: 12px
}

.section-contact-form .checkbox-control,
.section-contact-form .wpcf7-list-item-label {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif
}

@media(min-width:1920px) {
    .section-contact-form .checkbox-control,
    .section-contact-form .wpcf7-list-item-label {
        font-size: 18px;
        line-height: 28px
    }
}

.section-contact-form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0
}

.section-contact-form .checkbox-group {
    margin-bottom: 8px
}

.section-contact-form .custom-input-container {
    position: relative
}

.section-contact-form .custom-input-container .wpcf7-not-valid-tip {
    display: none;
    position: absolute;
    background-color: #cf2f2f;
    color: #fff;
    margin-top: 8px;
    padding: 12px 20px;
    font-size: 12px;
    line-height: 16px;
    z-index: 1;
    border-radius: 30px
}

.section-contact-form .custom-input-container .wpcf7-not-valid-tip:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #cf2f2f;
    left: 20px;
    top: -4px;
    transform: rotate(45deg)
}

.section-contact-form .hs_submit {
    margin-top: 20px
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    border: none;
    padding: 15px 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-left: 0;
    margin-right: 0;
    border-radius: 8px
}

.wpcf7 form.invalid .wpcf7-response-output {
    background-color: #cf2f2f
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #00BF63
}

.section-contact-from-home {
    position: relative;
    background-color: #f5f5f5
}

.section-contact-from-home b {
    font-weight: 700
}

.section-contact-from-home-map {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 274px
}

@media(min-width:576px)and (max-width:1199.98px) {
    .section-contact-from-home-map {
        height: 611px
    }
}

@media(min-width:1440px) {
    .section-contact-from-home-map {
        height: 911px
    }
}

@media(max-width:1500px)and (min-width:992px) {
    .section-contact-from-home-map {
        height: 811px
    }
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .section-contact-from-home-map {
        height: 511px
    }
}

.section-contact-from-home-map-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.section-contact-from-home-map-container img,
.section-contact-from-home-map-container svg {
    height: 411px
}

@media(min-width:576px)and (max-width:1199.98px) {
    .section-contact-from-home-map-container img,
    .section-contact-from-home-map-container svg {
        height: 811px
    }
}

@media(min-width:1440px) {
    .section-contact-from-home-map-container img,
    .section-contact-from-home-map-container svg {
        height: auto
    }
}

@media(max-width:1500px)and (min-width:992px) {
    .section-contact-from-home-map-container img,
    .section-contact-from-home-map-container svg {
        height: 811px
    }
}

.section-contact-from-home-container-wrapper {
    position: relative;
    background-color: #fff;
    padding: 0 20px;
    margin: -100px -20px 60px;
    z-index: 1
}

@media(max-width:1500px)and (min-width:992px) {
    .section-contact-from-home-container-wrapper {
        padding: 0 60px;
        margin: -100px -20px 60px
    }
}

@media(min-width:576px)and (max-width:1199.98px) {
    .section-contact-from-home-container-wrapper {
        margin: -35% -30px 90px
    }
}

@media(min-width:1440px) {
    .section-contact-from-home-container-wrapper {
        padding: 0 110px 65px;
        margin: -35% -4vw 110px
    }
}

.section-contact-from-home-container-bottom-text {
    padding-bottom: 60px
}

.section-contact-from-home-container-bottom-text strong {
    font-weight: 700
}

@media(min-width:1200px) {
    .section-contact-from-home-container-bottom-text {
        padding-bottom: 110px
    }
    .section-contact-from-home-container-bottom-text h3,
    .section-contact-from-home-container-bottom-text .wp-block-ht-block-toc .htoc__title,
    .wp-block-ht-block-toc .section-contact-from-home-container-bottom-text .htoc__title {
        font-size: 40px
    }
}

.section-contact-from-home-box {
    min-width: 290px;
    visibility: hidden;
    position: absolute;
    cursor: default;
    top: -60px;
    left: -60px;
    padding: 60px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / .15);
    text-align: left;
    transition: all .4s ease;
    opacity: 0
}

@media(max-width:767.98px) {
    .section-contact-from-home-box {
        padding: 30px;
        top: -30px;
        left: -80px
    }
}

.section-contact-from-home-box.__opened,
.section-contact-from-home-list-countries__name:hover,
.section-contact-from-home-list-countries__name:hover .section-contact-from-home-box {
    visibility: visible;
    opacity: 1;
    z-index: 2
}

.section-contact-from-home-box__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #333
}

.section-contact-from-home-box__location,
.section-contact-from-home-box__phone-number {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 25px;
    margin-bottom: 15px;
    color: #585858
}

.section-contact-from-home-box__location a,
.section-contact-from-home-box__phone-number a {
    display: inline-block;
    color: #585858;
    text-decoration: none;
    cursor: pointer
}

.section-contact-from-home-box__phone-number {
    margin-bottom: 0
}

.section-contact-from-home-box__location:before,
.section-contact-from-home-box__phone-number:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background: url(../img/inhtml/contact-us/icon-location.svg) left top no-repeat;
    width: 18px;
    height: 18px
}

.section-contact-from-home-box__phone-number:before {
    background: url(../img/inhtml/contact-us/icon-phone-number.svg) left top no-repeat
}

.section-contact-from-home-list-countries__name {
    position: absolute;
    z-index: 1;
    color: #333;
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    font-family: "Century Gothic", sans-serif;
    left: 50%;
    top: 20%;
    transform: translateX(-50%) translateY(-20%);
    border-bottom: 2px solid #00BF63;
    cursor: pointer
}

@media(min-width:576px)and (max-width:1199.98px) {
    .section-contact-from-home-list-countries__name {
        font-size: 20px;
        line-height: 27px
    }
}

@media(min-width:1440px) {
    .section-contact-from-home-list-countries__name {
        font-size: 24px;
        line-height: 29px;
        border-bottom: 2px solid #00BF63
    }
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .section-contact-from-home-list-countries__name {
        font-size: 24px;
        line-height: 29px;
        border-bottom: 2px solid #00BF63
    }
}

.section-contact-from-home-list-countries__name:active {
    z-index: 5
}

.section-contact-from-home-list-countries__name:nth-child(1) {
    left: calc(50% - 105px);
    top: calc(20% + 5px);
    transform: translateX(-50%) translateY(-20%)
}

@media(min-width:576px)and (max-width:1199.98px) {
    .section-contact-from-home-list-countries__name:nth-child(1) {
        left: calc(50% - 210px)
    }
}

@media(min-width:1440px) {
    .section-contact-from-home-list-countries__name:nth-child(1) {
        left: calc(50% - 300px);
        top: 20%
    }
}

@media(max-width:1500px)and (min-width:992px) {
    .section-contact-from-home-list-countries__name:nth-child(1) {
        left: calc(50% - 210px);
        top: calc(20% - 30px)
    }
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .section-contact-from-home-list-countries__name:nth-child(1) {
        left: calc(50% - 205px);
        top: calc(20% + 20px)
    }
}

.section-contact-from-home-list-countries__name:nth-child(2) {
    left: calc(50% - 20px);
    top: calc(20% - 7px);
    transform: translateX(-50%) translateY(-20%)
}

@media(min-width:576px)and (max-width:1199.98px) {
    .section-contact-from-home-list-countries__name:nth-child(2) {
        left: calc(50% - 40px);
        top: calc(20% - 20px)
    }
}

@media(min-width:1440px) {
    .section-contact-from-home-list-countries__name:nth-child(2) {
        left: calc(50% - 60px);
        top: calc(20% - 30px)
    }
}

@media(max-width:1500px)and (min-width:992px) {
    .section-contact-from-home-list-countries__name:nth-child(2) {
        left: calc(50% - 40px);
        top: calc(20% - 60px)
    }
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .section-contact-from-home-list-countries__name:nth-child(2) {
        left: calc(50% - 40px);
        top: calc(20% - 10px)
    }
}

.section-contact-from-home-list-countries__name:nth-child(3) {
    left: calc(50% + 95px);
    top: calc(20% + 40px);
    transform: translateX(-50%) translateY(-20%)
}

@media(min-width:576px)and (max-width:1199.98px) {
    .section-contact-from-home-list-countries__name:nth-child(3) {
        left: calc(50% + 190px);
        top: calc(20% + 60px)
    }
}

@media(min-width:1440px) {
    .section-contact-from-home-list-countries__name:nth-child(3) {
        left: calc(50% + 260px);
        top: calc(20% + 75px)
    }
}

@media(max-width:1500px)and (min-width:992px) {
    .section-contact-from-home-list-countries__name:nth-child(3) {
        left: calc(50% + 195px);
        top: calc(20% + 25px)
    }
}

@media(min-width:1200px)and (max-width:1439.98px) {
    .section-contact-from-home-list-countries__name:nth-child(3) {
        left: calc(50% + 195px);
        top: calc(20% + 90px)
    }
}

@media(max-width:767.98px) {
    .section-contact-from-home-list-countries__name:nth-child(3):hover .section-contact-from-home-box {
        left: -50vw;
        top: -40px
    }
}

.section-contact-from-home-container__bottom-list.__mobile .item {
    border-top: 1px solid rgb(0 0 0 / .2);
    padding-top: 40px;
    margin-top: 40px
}

.section-contact-from-home-container__bottom-list.__mobile .item.__with-circle {
    padding-right: 40px
}

.section-contact-from-home-container__bottom-list.__mobile .item:before {
    display: none
}

.section-contact-from-home-container__bottom-list.__mobile .item:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

.section-contact-from-home-container__bottom-list.__mobile .item:nth-child(2) .btn-circle {
    transform: translateY(calc(-50% + 20px))
}

.section-contact-from-home-container__bottom-list .item {
    position: relative;
    text-decoration: none;
    cursor: pointer;
    display: block
}

@media(max-width:1439.98px) {
    .section-contact-from-home-container__bottom-list .item {
        border-top: 1px solid rgb(0 0 0 / .2);
        padding-top: 25px;
        margin-top: 25px
    }
}

.section-contact-from-home-container__bottom-list .item.__with-circle {
    padding-right: 40px
}

.section-contact-from-home-container__bottom-list .item:nth-child(2) .btn-circle {
    transform: translateY(calc(-50% + 12px))
}

@media(min-width:1200px) {
    .section-contact-from-home-container__bottom-list .item:nth-child(2) .btn-circle {
        transform: translateY(-50%)
    }
}

.section-contact-from-home-container__bottom-list .item:hover .btn-circle {
    background-color: #6244bb
}

.section-contact-from-home-container__bottom-list .item:hover .btn-circle i:before {
    background-color: #fff
}

.section-contact-from-home-container__bottom-list .item:before {
    top: 50%;
    left: -16%;
    transform: translateY(-50%);
    content: "";
    height: 46px;
    border-left: 1px solid rgb(0 0 0 / .2)
}

.section-contact-from-home-container__bottom-list .item:first-child {
    padding-left: 0;
    margin-left: 0
}

.section-contact-from-home-container__bottom-list .item:first-child:before {
    border-left: none
}

@media(max-width:1439.98px) {
    .section-contact-from-home-container__bottom-list .item:first-child {
        border-top: none;
        padding-top: 0;
        margin-top: 0
    }
}

.section-contact-from-home-container__bottom-list .item-title {
    color: #333;
    font-family: "Century Gothic", sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700
}

@media(min-width:1200px) {
    .section-contact-from-home-container__bottom-list .item-title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px
    }
}

.section-contact-from-home-container__bottom-list .item-description {
    color: #585858
}

.section-contact-from-home-container__bottom-list .item-description i.icon-copy {
    margin-left: 10px;
    vertical-align: middle
}

.section-contact-from-home-container__bottom-list .btn-circle {
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media(max-width:1439.98px) {
    .section-contact-from-home-container__bottom-list .btn-circle {
        top: 50%;
        transform: translateY(calc(-50% + 5px))
    }
}

.section-contact-from-wrapper.__purple {
    background-color: #6244bb
}

@media(min-width:1440px) {
    .section-contact-from-wrapper.__purple {
        padding-bottom: 110px
    }
}

.section-contact-from-wrapper.__purple .section-contact-from-container-wrapper {
    position: relative;
    padding: 0 0 0
}

@media(min-width:768px)and (max-width:1199.98px) {
    .section-contact-from-wrapper.__purple .section-contact-from-container-wrapper {
        padding: 0 0 0
    }
}

@media(max-width:1500px)and (min-width:992px) {
    .section-contact-from-wrapper.__purple .section-contact-from-container-wrapper {
        padding: 0 80px 90px
    }
}

@media(min-width:1440px) {
    .section-contact-from-wrapper.__purple .section-contact-from-container-wrapper {
        padding: 0 100px 0
    }
}

@media(max-width:1500px)and (min-width:992px) {
    .section-contact-from-wrapper.__purple .section-contact-form {
        padding-bottom: 0
    }
}

.section-contact-from-wrapper.__purple .section-title {
    color: #fff
}

.section-contact-from-wrapper.__purple .section-title br {
    display: none
}

@media(min-width:1200px) {
    .section-contact-from-wrapper.__purple .section-title br {
        display: block
    }
}

.section-contact-from-wrapper.__purple .checkbox-control {
    color: #fff
}

.section-contact-from-wrapper.__purple .custom-input-container .input-control {
    background-color: #fff0;
    border-color: rgb(255 255 255 / .2);
    color: #fff
}

.section-contact-from-wrapper.__purple .custom-input-container .input-control:focus {
    border-color: rgb(255 255 255 / .6)
}

.section-contact-from-wrapper.__purple .custom-input-container .input-control::placeholder {
    color: #fff;
    opacity: 1
}

.section-contact-from-wrapper.__purple .custom-input-container .remove-file {
    color: #fff
}

.section-contact-from-wrapper.__purple .custom-input-container {
    position: relative
}

.section-contact-from-wrapper.__purple .custom-input-container .wpcf7-not-valid-tip {
    background-color: #fff;
    color: #333
}

.section-contact-from-wrapper.__purple .custom-input-container .wpcf7-not-valid-tip:before {
    background-color: #fff
}

.section-contact-from-wrapper.__white {
    background-color: #fff
}

@media(min-width:1440px) {
    .section-contact-from-wrapper.__white {
        padding-bottom: 110px
    }
}

.section-contact-from-wrapper.__white .section-contact-from-container-wrapper {
    position: relative;
    padding: 0 0 0
}

@media(min-width:768px)and (max-width:1199.98px) {
    .section-contact-from-wrapper.__white .section-contact-from-container-wrapper {
        padding: 0 0 0
    }
}

@media(max-width:1500px)and (min-width:992px) {
    .section-contact-from-wrapper.__white .section-contact-from-container-wrapper {
        padding: 0 80px 90px
    }
}

@media(min-width:1440px) {
    .section-contact-from-wrapper.__white .section-contact-from-container-wrapper {
        padding: 0 100px 0
    }
}

@media(max-width:1500px)and (min-width:992px) {
    .section-contact-from-wrapper.__white .section-contact-form {
        padding-bottom: 0
    }
}

.section-contact-from-wrapper.__white .custom-input-container {
    position: relative
}

.section-contact-from-wrapper.__white .custom-input-container .wpcf7-not-valid-tip {
    background-color: #cf2f2f;
    color: #fff
}

.section-contact-from-wrapper.__white .custom-input-container .wpcf7-not-valid-tip:before {
    background-color: #cf2f2f
}

.section-contact-from-wrapper.__white .custom-input-container .input-control.input-error,
.custom-input-container .input-control.wpcf7-not-valid {
    color: #cf2f2f;
    border-color: #cf2f2f
}

.section-contact-from-wrapper.__white .custom-input-container .input-control.input-error::-webkit-input-placeholder {
    color: #cf2f2f
}

.section-contact-from-wrapper.__white .custom-input-container .input-control.input-error:-moz-placeholder {
    color: #cf2f2f
}

.payments-steps {
    padding-bottom: 30px;
    position: relative
}

@media(min-width:576px)and (max-width:1439.98px) {
    .payments-steps {
        padding-bottom: 90px
    }
}

@media(min-width:1440px) {
    .payments-steps {
        padding-bottom: 110px
    }
}

.payments-steps .section-title {
    position: relative;
    z-index: 1
}

.payments-steps .section-description {
    position: relative;
    z-index: 1
}

@media(min-width:1200px) {
    .payments-steps .section-description {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media(min-width:1200px)and (max-width:1199.98px) {
    .payments-steps .section-description {
        padding-right: 30px;
        padding-left: 30px
    }
}

.payments-steps-list {
    grid-row-gap: 30px;
    z-index: 1;
    position: relative;
    align-items: stretch
}

.payments-steps-item {
    position: relative;
    background: #fff;
    cursor: none;
    min-height: 100%;
    align-items: stretch
}

.payments-steps-item-header {
    display: flex;
    flex-direction: column;
    padding: 80px 50px
}

.payments-steps-item-header-number {
    font-family: "Century Gothic", sans-serif;
    font-size: 45px;
    line-height: 30px;
    letter-spacing: -.05em;
    color: #00BF63;
    margin-bottom: 16px
}

.payments-steps-item-header-title {
    font-family: "Century Gothic", sans-serif;
    font-size: 24px;
    color: #333;
    margin: 0
}

.payments-steps-item-header-title b {
    font-weight: 700
}

.payments-steps-item-description {
    visibility: hidden;
    position: absolute;
    top: 0;
    background-color: #6244bb;
    min-height: 100%;
    min-width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 35px 35px 43px 35px;
    color: #fff;
    transition: color .3s ease;
    z-index: 1;
    align-items: stretch
}

.payments-steps-item.__hover {
    color: #fff
}

.payments-steps-item.__hover .payments-steps-item__name {
    color: #fff
}

.payments-steps-item.__hover .payments-steps-item-header {
    background-color: #6244bb
}

.payments-steps-item.__hover .payments-steps-item-description {
    visibility: visible;
    background-color: #6244bb;
    opacity: 1
}

.payments-steps-item.__hover .payments-steps-item__img {
    display: none
}

.payments-steps-item.__hover .payments-steps-item__position {
    color: #fff;
    transition: all .3s ease
}

.payments-steps-bg {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    display: none
}

@media(min-width:1200px) {
    .payments-steps-bg {
        display: block
    }
}

.payments-industries {
    background-color: #fff;
    padding-top: 60px
}

@media(min-width:576px)and (max-width:1439.98px) {
    .payments-industries {
        padding-top: 90px
    }
}

@media(min-width:1200px) {
    .payments-industries {
        padding-top: 110px
    }
}

@media(min-width:1200px) {
    .payments-industries__left-column {
        padding-right: 155px
    }
}

@media(max-width:575.98px) {
    .payments-industries-list .col-6:nth-child(odd) {
        padding-right: 7.5px
    }
    .payments-industries-list .col-6:nth-child(even) {
        padding-left: 7.5px
    }
}

.payments-industries-list__item {
    position: relative;
    background-color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    margin-bottom: 15px;
    box-shadow: 0 10px 40px rgb(0 0 0 / .1)
}

@media(min-width:768px) {
    .payments-industries-list__item {
        height: 263px;
        margin-bottom: 30px
    }
}

.payments-industries-list__item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #00BF63
}

@media(min-width:1200px) {
    .payments-industries-list__item:before {
        width: 3px
    }
}

.payments-industries-list__item-text {
    font-family: "Century Gothic", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #333;
    padding: 0
}

@media(min-width:576px)and (max-width:1199.98px) {
    .payments-industries-list__item-text {
        font-size: 17px;
        line-height: 20px
    }
}

@media(min-width:1200px) {
    .payments-industries-list__item-text {
        font-size: 20px;
        line-height: 25px
    }
}

.payments-industries-list__item-number {
    font-family: "Century Gothic", sans-serif;
    font-weight: 400;
    font-size: 28px
}

@media(min-width:1200px) {
    .payments-industries-list__item-number {
        font-size: 36px
    }
}

.payments-industries.__purple .section-description {
    color: #ddd6f0
}

.payments-industries.__purple .payments-industries-list__item-text {
    color: #fff
}

.payments-industries.__purple .payments-industries-list__item {
    background-color: #674abd;
    color: #fff
}

.payments-industries.__purple .payments-industries-list__item:before {
    background-color: #fff
}

.payments-how-edvantis {
    background-color: #f5f5f5
}

.payments-how-edvantis .section-title__text br {
    display: none
}

@media(min-width:1200px) {
    .payments-how-edvantis .section-title__text br {
        display: block
    }
}

.payments-how-edvantis__item {
    position: relative;
    background: #fff;
    box-shadow: 0 10px 60px rgb(0 0 0 / .05);
    padding: 45px 45px 45px;
    margin-bottom: 15px;
    height: calc(100% - 30px);
    text-decoration: none;
    display: block
}

@media(min-width:1200px) {
    .payments-how-edvantis__item {
        margin-bottom: 30px
    }
}

.payments-how-edvantis__item-tag {
    position: absolute;
    right: 14px;
    top: 16px
}

.payments-how-edvantis__item-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0 0 0 / .1);
    padding-bottom: 24px;
    margin-bottom: 24px
}

.__without-line .payments-how-edvantis__item-header {
    padding-bottom: 0;
    margin-bottom: 24px;
    border: none
}

.payments-how-edvantis__item-header-left__icon {
    margin-bottom: 13px
}

.payments-how-edvantis__item-header-left__title {
    font-family: "Century Gothic", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 29px;
    margin: 0
}

@media(min-width:1200px) {
    .payments-how-edvantis__item-header-left__title {
        font-size: 23px;
        line-height: 31px
    }
}

.payments-how-edvantis__item-header-right {
    padding-top: 20px
}

.payments-how-edvantis__item-body {
    font-size: 14px;
    line-height: 24px;
    color: #585858
}

@media(min-width:1200px) {
    .payments-how-edvantis__item-body {
        font-size: 16px;
        line-height: 28px
    }
}

.payments-testimonial {
    padding-bottom: 60px
}

@media(min-width:576px)and (max-width:1439.98px) {
    .payments-testimonial {
        padding-bottom: 90px
    }
}

@media(min-width:1200px) {
    .payments-testimonial {
        padding-bottom: 110px
    }
}

.payments-testimonial .team-testimonial-position {
    margin-bottom: 20px
}

.payments-testimonial .team-testimonial-description {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px
}

@media(min-width:1440px) {
    .payments-testimonial .team-testimonial-description {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 45px
    }
}

.payments-testimonial .clients-testimonials-list-item__vote {
    padding-bottom: 0
}

.payments-testimonial .clients-testimonials-list-item__vote__icon i {
    background-color: #6244bb
}

.payments-testimonial.__purple {
    background-color: #6244bb;
    color: #fff
}

.payments-testimonial.__purple .team-testimonial-description:before,
.payments-testimonial.__purple .team-testimonial-description,
.payments-testimonial.__purple .team-testimonial-position {
    color: #fff
}

.payments-learn-more {
    background-color: #f5f5f5
}

.payments-learn-more-image {
    text-align: right;
    display: none
}

@media(min-width:1200px) {
    .payments-learn-more-image {
        display: block
    }
}

.section-text-and-image .payments-learn-more-image {
    text-align: left;
    display: none
}

@media(min-width:1200px) {
    .section-text-and-image .payments-learn-more-image img {
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media(min-width:1200px) {
    .section-text-and-image .payments-learn-more-image {
        display: block
    }
}

.payments-checklist {
    background-color: #fff
}

.payments-checklist .career-checked-list-items ul li {
    font-weight: 400;
    border-bottom: none;
    color: #7a7a7a
}

@media(max-width:1439.98px) {
    .payments-checklist .career-checked-list-items ul li {
        padding: 14px 0 6px 27px
    }
}

@media(min-width:1200px) {
    .payments-checklist .career-checked-list-items ul li {
        font-size: 16px;
        line-height: 20px
    }
}

.section-contact-us-form {
    position: relative
}

.section-contact-us-form .container {
    position: relative;
    z-index: 0
}

.section-contact-us-form .section-contact-form-fields {
    background-color: #fff;
    margin: 0 -15px 12px;
    padding: 20px 20px 5px 20px
}

@media (min-width:576px) {
    .sm-2-cols {
        display: flex;
        column-gap: 6px;
        width: 100%
    }
    .sm-2-cols .col-sm-6,
    .sm-2-cols .col-lg-6,
    .sm-2-cols .col-lg-12 {
        padding: 0
    }
    .sm-2-cols .col-sm-6 {
        flex: 0 50%;
        max-width: 50%
    }
}

@media(min-width:1024px) {
    .section-contact-us-form .section-contact-form-fields {
        padding: 40px 40px 25px 40px
    }
}

.section-contact-us-form-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    display: none
}

@media(min-width:1200px) {
    .section-contact-us-form-bg {
        display: block
    }
    .section-contact-us-form-bg img {
        margin-top: 10%
    }
}

.grid-contact-form {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "first_name first_name" "last_name last_name" "email email" "upload upload" "textarea textarea" "condition condition" "submit submit"
}

@media(min-width:1200px) {
    .grid-contact-form {
        gap: 0 30px;
        grid-template-areas: "first_name last_name" "email upload" "textarea textarea" "condition condition" "submit submit"
    }
}

.grid-contact-form .input-first-name {
    grid-area: first_name
}

.grid-contact-form .input-last-name {
    grid-area: last_name
}

.grid-contact-form .input-email {
    grid-area: email
}

.grid-contact-form .input-upload {
    grid-area: upload
}

.grid-contact-form .input-textarea {
    grid-area: textarea
}

.grid-contact-form .input-condition {
    grid-area: condition
}

.grid-contact-form .input-submit {
    grid-area: submit
}

.contact-us-locations {
    background-color: #fff
}

@media(min-width:1200px) {
    .contact-us-locations-list {
        display: flex;
        justify-content: space-between
    }
}

.contact-us-locations-list__item {
    background-color: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / .15);
    padding: 50px 40px 50px;
    margin: 0 0 20px
}

.contact-us-locations-list__item:first-child {
    margin-left: 0
}

.contact-us-locations-list__item:last-child {
    margin-right: 0
}

@media(min-width:1200px) {
    .contact-us-locations-list__item {
        padding: 60px 50px 60px;
        margin: 0 15px;
        width: 33.33333%
    }
}

.contact-us-locations-list__item__icon {
    margin-bottom: 23px
}

.contact-us-locations-list__item__title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 30px
}

.contact-us-locations-list__item__description__location,
.contact-us-locations-list__item__description__email,
.contact-us-locations-list__item__description__phone-number {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    color: #585858
}

.contact-us-locations-list__item__description__location a,
.contact-us-locations-list__item__description__email a,
.contact-us-locations-list__item__description__phone-number a {
    color: #585858;
    text-decoration: none;
    position: relative;
    transition: all .2s ease-in;
    border-bottom: 2px solid #fff0
}

.contact-us-locations-list__item__description__location a:hover,
.contact-us-locations-list__item__description__email a:hover,
.contact-us-locations-list__item__description__phone-number a:hover {
    border-bottom: 2px solid #00BF63
}

.contact-us-locations-list__item__description__phone-number {
    margin-bottom: 0
}

.contact-us-locations-list__item__description__location:before,
.contact-us-locations-list__item__description__email:before,
.contact-us-locations-list__item__description__phone-number:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background: url(../img/inhtml/contact-us/icon-location.svg) left top no-repeat;
    width: 18px;
    height: 18px
}

.contact-us-locations-list__item__description__email:before {
    background: url(../img/inhtml/contact-us/icon-email.svg) left top no-repeat
}

.contact-us-locations-list__item__description__phone-number:before {
    background: url(../img/inhtml/contact-us/icon-phone-number.svg) left top no-repeat
}

.hs-form fieldset {
    max-width: none !important
}

.hs-form .remove-file {
    position: absolute;
    left: 15px;
    top: 7px;
    display: block;
    cursor: pointer;
    z-index: 2
}

.hs-form .hs-fieldtype-text,
.hs-form .hs-fieldtype-phonenumber,
.hs-form .hs-fieldtype-textarea {
    margin-bottom: 25px
}

.hs-form .hs-fieldtype-text>label,
.hs-form .hs-fieldtype-phonenumber>label,
.hs-form .hs-fieldtype-textarea>label {
    display: none
}

.hs-form .hs-fieldtype-text .hs-input,
.hs-form .hs-fieldtype-phonenumber .hs-input,
.hs-form .hs-fieldtype-textarea .hs-input {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    border-width: 0 0 1px 0;
    border-color: rgb(0 0 0 / .2);
    font-size: 14px;
    width: 100%;
    height: 37px;
    padding: 0 20px;
    color: #333;
    background-color: #fff0;
    -webkit-appearance: none;
    border-radius: 0;
    transition: border-color .3s ease
}

.hs-form .hs-fieldtype-text .hs-input:focus,
.hs-form .hs-fieldtype-phonenumber .hs-input:focus,
.hs-form .hs-fieldtype-textarea .hs-input:focus {
    outline: none;
    border-color: rgb(0 0 0 / .4)
}

.hs-form .hs-fieldtype-text .hs-input:-webkit-autofill,
.hs-form .hs-fieldtype-text .hs-input:-webkit-autofill:hover,
.hs-form .hs-fieldtype-text .hs-input:-webkit-autofill:focus,
.hs-form .hs-fieldtype-phonenumber .hs-input:-webkit-autofill,
.hs-form .hs-fieldtype-phonenumber .hs-input:-webkit-autofill:hover,
.hs-form .hs-fieldtype-phonenumber .hs-input:-webkit-autofill:focus,
.hs-form .hs-fieldtype-textarea .hs-input:-webkit-autofill,
.hs-form .hs-fieldtype-textarea .hs-input:-webkit-autofill:hover,
.hs-form .hs-fieldtype-textarea .hs-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0 1000px #fff0 inset;
    transition: background-color 5000s ease-in-out 0s
}

.hs-form .hs-fieldtype-text .hs-input.input-error::placeholder,
.hs-form .hs-fieldtype-text .hs-input.invalid::placeholder,
.hs-form .hs-fieldtype-phonenumber .hs-input.input-error::placeholder,
.hs-form .hs-fieldtype-phonenumber .hs-input.invalid::placeholder,
.hs-form .hs-fieldtype-textarea .hs-input.input-error::placeholder,
.hs-form .hs-fieldtype-textarea .hs-input.invalid::placeholder {
    color: #cf2f2f;
    opacity: 1
}

.hs-form .hs-fieldtype-text .hs-input.input-error,
.hs-form .hs-fieldtype-phonenumber .hs-input.input-error,
.hs-form .hs-fieldtype-textarea .hs-input.input-error {
    color: #cf2f2f;
    border-color: #cf2f2f
}

.hs-form .hs-fieldtype-text .hs-input.input-error:hover,
.hs-form .hs-fieldtype-text .hs-input.input-error:focus,
.hs-form .hs-fieldtype-phonenumber .hs-input.input-error:hover,
.hs-form .hs-fieldtype-phonenumber .hs-input.input-error:focus,
.hs-form .hs-fieldtype-textarea .hs-input.input-error:hover,
.hs-form .hs-fieldtype-textarea .hs-input.input-error:focus {
    border-color: #cf2f2f
}

.hs-form .hs-fieldtype-text textarea,
.hs-form .hs-fieldtype-phonenumber textarea,
.hs-form .hs-fieldtype-textarea textarea {
    resize: none;
    min-height: 110px
}

.hs-form .hs-fieldtype-text .hs-error-msgs,
.hs-form .hs-fieldtype-phonenumber .hs-error-msgs,
.hs-form .hs-fieldtype-textarea .hs-error-msgs {
    position: absolute;
    background-color: #cf2f2f;
    color: #fff;
    margin: 8px 0 0;
    padding: 12px 20px;
    font-size: 12px;
    line-height: 16px;
    z-index: 1;
    border-radius: 0;
    transition: all .3s ease;
    list-style: none;
    opacity: 1 !important
}

.hs-form .hs-fieldtype-text .hs-error-msgs:before,
.hs-form .hs-fieldtype-phonenumber .hs-error-msgs:before,
.hs-form .hs-fieldtype-textarea .hs-error-msgs:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #cf2f2f;
    left: 20px;
    top: -4px;
    transform: rotate(45deg)
}

.hs-form .hs-fieldtype-text .hs-error-msgs a,
.hs-form .hs-fieldtype-phonenumber .hs-error-msgs a,
.hs-form .hs-fieldtype-textarea .hs-error-msgs a {
    color: #fff;
    text-decoration: none
}

.hs-form .form-columns-2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.hs-form .form-columns-2>div {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:1200px) {
    .hs-form .form-columns-2>div {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.hs-form .form-columns-1 .input {
    margin-right: 0 !important
}

.hs-form .form-columns-2 .hs-fieldtype-text .input,
.hs-form .form-columns-2 .hs-fieldtype-phonenumber .input {
    margin-right: 0
}

.hs-form .hs_file_upload {
    margin-bottom: 30px
}

.hs-form .hs_file_upload .upload-file-name {
    display: inline-block
}

.hs-form .hs_file_upload input {
    display: none
}

.testimonial-box {
    width: 100%;
    height: auto;
    border-radius: 8px;
    background: #FFF;
    padding: 20px
}

.testimonial-box .testimonial-photo {
    display: flex;
    position: relative;
    margin-bottom: 20px
}

.testimonial-box .testimonials-list-item__photo {
    margin-right: 8px
}

.testimonial-box .testimonials-list-item__photo img {
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.testimonial-box .testimonial-photo .stars {
    margin-bottom: 6px
}

.testimonial-box .testimonial-photo .stars img {
    width: 16px;
    height: 16px
}

.testimonial-box .testimonial-photo .author-source {
    position: absolute;
    top: 7px;
    right: 0;
    color: #F3724B;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px
}

.testimonial-box .testimonial-photo .author-source a {
    color: #F3724B;
    text-align: right;
    font-weight: 600;
    text-decoration: none;
    background: none
}

.testimonial-box .testimonial-photo .author-source a:hover {
    color: #F3724B;
    text-decoration: underline
}

.testimonial-box .testimonial-photo .author-name {
    color: #1D1D1D;
    font-weight: 600;
    font-size: 14px
}

.testimonial-box .testimonial-photo .author-position {
    color: #848484;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px
}

.testimonial-box .testimonial-text {
    color: #333;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 16px
}

.testimonial-box .testimonial-company {
    color: #848484;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

@media(min-width:1024px) {
    .testimonial-box {
        padding: 24px
    }
    .testimonial-box .testimonials-list-item__photo {
        margin-right: 12px
    }
    .testimonial-box .testimonials-list-item__photo img {
        width: 56px;
        height: 56px
    }
    .testimonial-box .testimonial-photo .author-name {
        font-size: 16px;
        line-height: 22px
    }
    .testimonial-box .testimonial-text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 14px
    }
}

@media(min-width:1400px) {
    .testimonial-box .testimonials-list-item__photo {
        margin-right: 16px
    }
    .testimonial-box .testimonials-list-item__photo img {
        width: 64px;
        height: 64px
    }
    .testimonial-box .testimonial-photo .stars img {
        width: 20px;
        height: 20px
    }
}

@media(min-width:1880px) {
    .testimonial-box .testimonials-list-item__photo {
        margin-right: 20px
    }
    .testimonial-box .testimonials-list-item__photo img {
        width: 80px;
        height: 80px
    }
    .testimonial-box .testimonial-photo .author-name {
        font-size: 20px;
        line-height: 28px
    }
    .testimonial-box .testimonial-photo .author-position {
        line-height: 26px;
        font-size: 16px
    }
    .testimonial-box .testimonial-photo .author-source a {
        line-height: 28px;
        font-size: 20px
    }
    .testimonial-box .testimonial-text {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 12px
    }
}

.legal-consent-container .hs-form-booleancheckbox-display p {
    margin: 0;
    display: inline
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 0 !important
}

.legal-consent-container .hs-form-booleancheckbox-display>span ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.legal-consent-container .hs-form-booleancheckbox-display>span ul label {
    position: relative
}

.hs-fieldtype-checkbox ul,
.hs-fieldtype-booleancheckbox ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.hs-fieldtype-checkbox ul label,
.hs-fieldtype-booleancheckbox ul label {
    position: relative
}

.hs-fieldtype-checkbox .hs-error-msgs,
.hs-fieldtype-booleancheckbox .hs-error-msgs {
    position: absolute;
    background-color: #6244bb;
    color: #fff;
    padding: 12px 20px;
    font-size: 12px;
    line-height: 16px;
    z-index: 1;
    border-radius: 30px;
    transition: all .3s ease;
    list-style: none;
    opacity: 0
}

.hs-fieldtype-checkbox .hs-error-msgs label,
.hs-fieldtype-booleancheckbox .hs-error-msgs label {
    color: #fff !important
}

.hs-form-required {
    color: #6244bb
}

.submitted-message,
.hs_error_rollup {
    border: none;
    margin: 20px 0;
    padding: 15px 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background-color: #cf2f2f
}

.submitted-message ul,
.hs_error_rollup ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.submitted-message {
    margin: 50px 0;
    background-color: #00BF63
}

.__purple .hs-form .hs-fieldtype-text .hs-input,
.__purple .hs-form .hs-fieldtype-phonenumber .hs-input,
.__purple .hs-form .hs-fieldtype-textarea .hs-input {
    color: #fff;
    border-color: rgb(255 255 255 / .2)
}

.__purple .hs-form .hs-fieldtype-text .hs-input:focus,
.__purple .hs-form .hs-fieldtype-phonenumber .hs-input:focus,
.__purple .hs-form .hs-fieldtype-textarea .hs-input:focus {
    border-color: #fff
}

.__purple .hs-form .hs-fieldtype-text .hs-input::placeholder,
.__purple .hs-form .hs-fieldtype-phonenumber .hs-input::placeholder,
.__purple .hs-form .hs-fieldtype-textarea .hs-input::placeholder {
    color: #fff;
    opacity: 1
}

.__purple .hs-form .hs-fieldtype-text .hs-input:-webkit-autofill,
.__purple .hs-form .hs-fieldtype-text .hs-input:-webkit-autofill:hover,
.__purple .hs-form .hs-fieldtype-text .hs-input:-webkit-autofill:focus,
.__purple .hs-form .hs-fieldtype-phonenumber .hs-input:-webkit-autofill,
.__purple .hs-form .hs-fieldtype-phonenumber .hs-input:-webkit-autofill:hover,
.__purple .hs-form .hs-fieldtype-phonenumber .hs-input:-webkit-autofill:focus,
.__purple .hs-form .hs-fieldtype-textarea .hs-input:-webkit-autofill,
.__purple .hs-form .hs-fieldtype-textarea .hs-input:-webkit-autofill:hover,
.__purple .hs-form .hs-fieldtype-textarea .hs-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff
}

.__purple .hs-form .hs-fieldtype-text .hs-input.invalid::placeholder,
.__purple .hs-form .hs-fieldtype-phonenumber .hs-input.invalid::placeholder,
.__purple .hs-form .hs-fieldtype-textarea .hs-input.invalid::placeholder {
    color: #faaf3f;
    opacity: 1
}

.__purple .hs-form .hs-fieldtype-text .hs-input.invalid,
.__purple .hs-form .hs-fieldtype-phonenumber .hs-input.invalid,
.__purple .hs-form .hs-fieldtype-textarea .hs-input.invalid {
    color: #faaf3f;
    border-color: rgb(250 175 63 / .4)
}

.__purple .hs-form .hs-fieldtype-text .hs-input.invalid:hover,
.__purple .hs-form .hs-fieldtype-text .hs-input.invalid:focus,
.__purple .hs-form .hs-fieldtype-phonenumber .hs-input.invalid:hover,
.__purple .hs-form .hs-fieldtype-phonenumber .hs-input.invalid:focus,
.__purple .hs-form .hs-fieldtype-textarea .hs-input.invalid:hover,
.__purple .hs-form .hs-fieldtype-textarea .hs-input.invalid:focus {
    border-color: #faaf3f
}

.__purple .hs-form .hs-fieldtype-text .hs-error-msgs,
.__purple .hs-form .hs-fieldtype-phonenumber .hs-error-msgs,
.__purple .hs-form .hs-fieldtype-textarea .hs-error-msgs {
    background-color: #fff;
    color: #333
}

.__purple .hs-form .hs-fieldtype-text .hs-error-msgs:before,
.__purple .hs-form .hs-fieldtype-phonenumber .hs-error-msgs:before,
.__purple .hs-form .hs-fieldtype-textarea .hs-error-msgs:before {
    background-color: #fff
}

.__purple .hs-form .hs-form-required {
    color: #fff
}

.__white .hs-form .hs-fieldtype-text .hs-input,
.__white .hs-form .hs-fieldtype-phonenumber .hs-input,
.__white .hs-form .hs-fieldtype-textarea .hs-input {
    color: #333;
    border-color: rgb(0 0 0 / .2)
}

.__white .hs-form .hs-fieldtype-text .hs-input:focus,
.__white .hs-form .hs-fieldtype-phonenumber .hs-input:focus,
.__white .hs-form .hs-fieldtype-textarea .hs-input:focus {
    border-color: rgb(0 0 0 / .5)
}

.__white .hs-form .hs-fieldtype-text .hs-input::placeholder,
.__white .hs-form .hs-fieldtype-phonenumber .hs-input::placeholder,
.__white .hs-form .hs-fieldtype-textarea .hs-input::placeholder {
    color: #919191;
    opacity: 1
}

.__white .hs-form .hs-fieldtype-text .hs-input:-webkit-autofill,
.__white .hs-form .hs-fieldtype-text .hs-input:-webkit-autofill:hover,
.__white .hs-form .hs-fieldtype-text .hs-input:-webkit-autofill:focus,
.__white .hs-form .hs-fieldtype-phonenumber .hs-input:-webkit-autofill,
.__white .hs-form .hs-fieldtype-phonenumber .hs-input:-webkit-autofill:hover,
.__white .hs-form .hs-fieldtype-phonenumber .hs-input:-webkit-autofill:focus,
.__white .hs-form .hs-fieldtype-textarea .hs-input:-webkit-autofill,
.__white .hs-form .hs-fieldtype-textarea .hs-input:-webkit-autofill:hover,
.__white .hs-form .hs-fieldtype-textarea .hs-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #333
}

.__white .hs-form .hs-fieldtype-text .hs-input.input-error::placeholder,
.__white .hs-form .hs-fieldtype-text .hs-input.invalid::placeholder,
.__white .hs-form .hs-fieldtype-phonenumber .hs-input.input-error::placeholder,
.__white .hs-form .hs-fieldtype-phonenumber .hs-input.invalid::placeholder,
.__white .hs-form .hs-fieldtype-textarea .hs-input.input-error::placeholder,
.__white .hs-form .hs-fieldtype-textarea .hs-input.invalid::placeholder {
    color: #cf2f2f;
    opacity: 1
}

.__white .hs-form .hs-fieldtype-text .hs-input.input-error,
.__white .hs-form .hs-fieldtype-text .hs-input.invalid,
.__white .hs-form .hs-fieldtype-phonenumber .hs-input.input-error,
.__white .hs-form .hs-fieldtype-phonenumber .hs-input.invalid,
.__white .hs-form .hs-fieldtype-textarea .hs-input.input-error,
.__white .hs-form .hs-fieldtype-textarea .hs-input.invalid {
    color: #cf2f2f;
    border-color: #cf2f2f
}

.__white .hs-form .hs-fieldtype-text .hs-input.input-error:hover,
.__white .hs-form .hs-fieldtype-text .hs-input.input-error:focus,
.__white .hs-form .hs-fieldtype-text .hs-input.invalid:hover,
.__white .hs-form .hs-fieldtype-text .hs-input.invalid:focus,
.__white .hs-form .hs-fieldtype-phonenumber .hs-input.input-error:hover,
.__white .hs-form .hs-fieldtype-phonenumber .hs-input.input-error:focus,
.__white .hs-form .hs-fieldtype-phonenumber .hs-input.invalid:hover,
.__white .hs-form .hs-fieldtype-phonenumber .hs-input.invalid:focus,
.__white .hs-form .hs-fieldtype-textarea .hs-input.input-error:hover,
.__white .hs-form .hs-fieldtype-textarea .hs-input.input-error:focus,
.__white .hs-form .hs-fieldtype-textarea .hs-input.invalid:hover,
.__white .hs-form .hs-fieldtype-textarea .hs-input.invalid:focus {
    border-color: #cf2f2f
}

.__white .hs-form .hs-fieldtype-text .hs-error-msgs,
.__white .hs-form .hs-fieldtype-phonenumber .hs-error-msgs,
.__white .hs-form .hs-fieldtype-textarea .hs-error-msgs {
    background-color: #cf2f2f;
    color: #fff
}

.__white .hs-form .hs-fieldtype-text .hs-error-msgs:before,
.__white .hs-form .hs-fieldtype-phonenumber .hs-error-msgs:before,
.__white .hs-form .hs-fieldtype-textarea .hs-error-msgs:before {
    background-color: #cf2f2f
}

.__white .hs-form .hs-invalid .hs-input {
    color: #cf2f2f;
    border-color: #cf2f2f
}

.__white .hs-form .hs-invalid .hs-input:hover,
.__white .hs-form .hs-invalid .hs-input:focus {
    border-color: #cf2f2f
}

.__white .hs-form .hs-invalid .hs-input::placeholder {
    color: #cf2f2f;
    opacity: 1
}

.__white .hs-form .hs-invalid .hs-error-msgs {
    background-color: #cf2f2f;
    color: #fff
}

.__white .hs-form .hs-invalid .hs-error-msgs:before {
    background-color: #cf2f2f
}

.__white .hs-form .hs-form-required {
    color: #cf2f2f
}

.section-search-form {
    padding-top: 60px
}

@media(min-width:576px)and (max-width:1439.98px) {
    .section-search-form {
        padding-top: 90px
    }
}

@media(min-width:1200px) {
    .section-search-form {
        padding-top: 110px
    }
}

.section-search-form-container {
    background: #fff;
    padding: 60px 40px;
    box-shadow: 0 10px 60px rgb(0 0 0 / .05)
}

@media(min-width:1200px) {
    .section-search-form-container {
        padding: 90px 175px 110px
    }
}

.section-search-form-title {
    font-family: "Century Gothic", sans-serif;
    margin: 0 0 40px
}

@media(min-width:1200px) {
    .section-search-form-title {
        margin: 0 0 40px;
        font-size: 55px;
        line-height: 67px
    }
}

.section-search-form-inputs {
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-bottom: 25px
}

@media(min-width:1200px) {
    .section-search-form-inputs {
        flex-direction: row;
        justify-content: space-around
    }
}

.section-search-form-inputs__control:first-child {
    position: relative;
    margin-bottom: 20px
}

@media(min-width:1200px) {
    .section-search-form-inputs__control:first-child {
        width: calc(100% - 155px);
        margin-bottom: 0
    }
}

.section-search-form-inputs__control:first-child input {
    width: 100%;
    background: #fff;
    border-radius: 30px;
    border: none;
    height: 40px;
    padding: 0 35px;
    box-shadow: 0 10px 30px rgb(0 0 0 / .15);
    -webkit-appearance: none;
    word-break: normal
}

.section-search-form-inputs__control:first-child input:focus {
    outline: none
}

.section-search-form-inputs__control:first-child:after {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    background: url(../img/inhtml/search.svg) center center no-repeat;
    width: 17px;
    height: 17px;
    transform: translateY(-50%)
}

.section-search-form-results {
    font-size: 14px;
    line-height: 24px;
    color: #333
}

.section-search-form-inputs.__no-results {
    justify-content: normal;
    margin-bottom: 15px
}

.section-search-form-inputs.__no-results .section-search-form-inputs__control:after {
    display: none
}

.section-search-form-inputs.__no-results .btn-search {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    background: url(../img/inhtml/search.svg) center center no-repeat;
    width: 17px;
    height: 17px;
    transform: translateY(-50%);
    border: none
}

.section-contact-form-found.__no-results {
    font-size: 14px;
    line-height: 24px
}

.section-search-results__item:first-child {
    padding: 0 0 40px
}

.section-search-results__item {
    position: relative;
    padding: 47px 0 40px;
    border-bottom: 2px solid #e3e3e3
}

.section-search-results__item:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: #bfbfbf;
    border-radius: 100%;
    right: 0;
    bottom: -5px
}

.section-search-results__item__tag {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    border: none;
    padding: 12px;
    text-decoration: none;
    color: #474747;
    margin-bottom: 0;
    border-radius: 99px;
    background: #F7F7F7
}

.__gray .section-search-results__item__tag {
    background: #FFF
}

.section-search-results__item__tag.__case_studies {
    border: none
}

.section-search-results__item__tag.__services {
    border-color: #00BF63
}

.section-search-results__item__tag.__careers {
    border-color: #6244bb
}

.section-search-results__item__title {
    font-family: "Century Gothic", sans-serif;
    font-size: 35px;
    line-height: 43px;
    margin: 0 0 16px
}

.section-search-results__item__title a {
    text-decoration: none;
    color: #333;
    display: inline;
    border-bottom: 2px solid #fff0;
    transition: all .3s ease
}

.section-search-results__item__title a:hover {
    border-bottom: 2px solid #00BF63
}

.section-search-results__item__description {
    color: #585858;
    font-size: 16px;
    line-height: 24px
}

.section-search-no-results {
    background-color: #fff;
    height: 100%;
    color: #333;
    display: flex;
    align-items: center;
    position: relative
}

@media(min-width:1200px) {
    .section-search-no-results {
        background: url(../img/inhtml/search-no-results.png) right bottom no-repeat #fff
    }
}

.section-search-no-results>.container {
    display: flex;
    align-items: center
}

@media(min-width:1200px) {
    .section-search-no-results>.container {
        min-height: 900px
    }
}

.section-search-no-results .section-title:after {
    height: 2000em
}

.section-search-no-results .btn-purple,
.section-search-no-results #cookie-law-info-bar #wt-cli-accept-all-btn,
#cookie-law-info-bar .section-search-no-results #wt-cli-accept-all-btn,
.section-search-no-results .btn.btn-green,
.section-search-no-results #cookie-law-info-bar .btn-green#cookie_action_close_header_reject,
#cookie-law-info-bar .section-search-no-results .btn-green#cookie_action_close_header_reject,
.section-search-no-results .carrers-widget-body .hs-submit button,
.carrers-widget-body .hs-submit .section-search-no-results button {
    margin-bottom: 15px;
    margin-right: 30px
}

@media(min-width:1200px) {
    .section-search-no-results .btn-purple,
    .section-search-no-results #cookie-law-info-bar #wt-cli-accept-all-btn,
    #cookie-law-info-bar .section-search-no-results #wt-cli-accept-all-btn,
    .section-search-no-results .btn.btn-green,
    .section-search-no-results #cookie-law-info-bar .btn-green#cookie_action_close_header_reject,
    #cookie-law-info-bar .section-search-no-results .btn-green#cookie_action_close_header_reject,
    .section-search-no-results .carrers-widget-body .hs-submit button,
    .carrers-widget-body .hs-submit .section-search-no-results button {
        margin-bottom: 0
    }
}

.section-search-no-results-container {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 100px 0;
    position: relative
}

@media(min-width:1200px) {
    .section-search-no-results-container {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
}

.section-search-no-results-subtext {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 35px
}

@media(min-width:1200px) {
    .section-search-no-results-subtext {
        font-size: 20px;
        line-height: 24px
    }
}

.section-search-no-results-title {
    font-family: "Century Gothic", sans-serif;
    color: #333;
    margin: 10px 0 20px
}

@media(min-width:1200px) {
    .section-search-no-results-title {
        font-size: 55px;
        line-height: 67px
    }
}

.section-search-no-results-description {
    margin-bottom: 40px;
    color: #606060
}

@media(min-width:1200px) {
    .section-search-no-results-description {
        margin-bottom: 65px
    }
}

.section-search-no-results-description br {
    display: none
}

@media(min-width:1200px) {
    .section-search-no-results-description br {
        display: block
    }
}

.site-map-container {
    color: #333;
    padding-top: 60px;
    padding-bottom: 45px
}

@media(min-width:576px)and (max-width:1439.98px) {
    .site-map-container {
        padding-top: 90px;
        padding-bottom: 25px
    }
}

@media(min-width:1200px) {
    .site-map-container {
        padding-top: 110px;
        padding-bottom: 45px
    }
}

.site-map-container-col {
    margin-bottom: 45px
}

@media(min-width:576px)and (max-width:1439.98px) {
    .site-map-container-col {
        margin-bottom: 65px
    }
}

@media(min-width:1200px) {
    .site-map-container-col {
        margin-bottom: 65px
    }
}

.site-map-container-col__title {
    font-family: "Century Gothic", sans-serif;
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 28px
}

.site-map-container-col__title a {
    color: #333;
    text-decoration: none;
    position: relative;
    transition: all .6s
}

.site-map-container-col__title a:before {
    content: "";
    width: 100%;
    height: .1em;
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    background: #00BF63;
    transition: all .3s
}

.site-map-container-col__title a:hover:before {
    width: 100%;
    left: 0;
    opacity: 1;
    background: #00BF63
}

.site-map-container-col__list {
    margin: 0 0 20px;
    padding: 0
}

.site-map-container-col__list__item {
    list-style: none;
    position: relative;
    padding-left: 18px
}

.site-map-container-col__list__item:before {
    content: "";
    background-color: #00BF63;
    position: absolute;
    left: 0;
    top: 18px;
    width: 9px;
    height: 6px;
    -webkit-mask-image: url(../img/inhtml/icon-down.svg);
    mask-image: url(../img/inhtml/icon-down.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
    transform: rotate(-90deg)
}

.site-map-container-col__list__item.__sub-title:first-child {
    margin-top: 0
}

.site-map-container-col__list__item.__sub-title {
    padding-left: 0;
    margin-top: 20px
}

.site-map-container-col__list__item.__sub-title:before {
    display: none
}

.site-map-container-col__list__item__sub-title {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 10px
}

.site-map-container-col__list__item__link {
    color: #333;
    font-size: 16px;
    line-height: 42px;
    text-decoration: none;
    position: relative;
    transition: all .6s
}

.site-map-container-col__list__item__link:before {
    content: "";
    width: 100%;
    height: .1em;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00BF63;
    opacity: 0;
    transition: all .3s
}

.site-map-container-col__list__item__link:hover:before {
    width: 100%;
    left: 0;
    opacity: 1;
    background: #00BF63
}

.services-table {
    background-color: #fff
}

.services-table .services-table-content {
    overflow: hidden
}

.services-table .service-table-content-footer-description {
    padding: 0 35px;
    font-size: 14px;
    line-height: 22px;
    color: #57595c
}

.tablesaw {
    background: #fff;
    box-shadow: 0 10px 60px rgb(0 0 0 / .05);
    border-radius: 0;
    word-break: normal;
    height: 1px;
    opacity: 0;
    margin-bottom: 58px;
    transition: opacity .2s ease-in
}

.tablesaw.init {
    opacity: 1
}

.tablesaw th,
.tablesaw td {
    padding: 0;
    border-right: none;
    vertical-align: top
}

@media(min-width:1200px) {
    .tablesaw th,
    .tablesaw td {
        padding: 0 17px
    }
}

.tablesaw .tablesaw-title {
    padding: 0 17px
}

@media(min-width:1200px) {
    .tablesaw .tablesaw-title {
        padding: 0 0 0 37px
    }
}

@media(min-width:1200px) {
    .tablesaw th.tablesaw-title {
        padding: 32px 0 32px 37px
    }
}

.tablesaw tr th:last-child,
.tablesaw tr td:last-child {
    padding-right: 0
}

.tablesaw th {
    font-family: "Century Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: inherit;
    color: #333;
    border: none
}

@media(min-width:1200px) {
    .tablesaw th {
        font-size: 20px;
        line-height: 25px
    }
}

.tablesaw td {
    font-size: 14px;
    line-height: 24px;
    color: #313131;
    border: none;
    border-top: 1px solid rgb(0 0 0 / .1)
}

@media(min-width:1200px) {
    .tablesaw td {
        font-size: 17px;
        line-height: 23px
    }
}

.tablesaw-color-th,
.tablesaw-color-td {
    display: flex;
    text-align: center;
    justify-content: center;
    height: 100%
}

@media(min-width:414px) {
    .tablesaw-color-th,
    .tablesaw-color-td {
        padding: 0 20px
    }
}

.tablesaw-color-th {
    position: relative;
    align-items: center;
    word-break: break-all;
    padding-top: 20px;
    padding-bottom: 20px
}

.tablesaw-color-td {
    color: #57595c
}

.tablesaw-color-td>span {
    padding: 16px 0
}

.tablesaw .color-green {
    color: #00BF63
}

.tablesaw .color-purple {
    color: #6244bb
}

.tablesaw th .__purple:before {
    content: "";
    border-top: 3px solid #6244bb;
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px
}

.tablesaw .__purple {
    background-color: rgb(98 68 187 / .05)
}

.tablesaw th .__orange:before {
    content: "";
    border-top: 3px solid #faaf3f;
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px
}

.tablesaw .__orange {
    background-color: rgb(250 175 63 / .05)
}

.tablesaw th .__green:before {
    content: "";
    border-top: 3px solid #00BF63;
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px
}

.tablesaw .__green {
    background-color: rgb(37 189 89 / .05)
}

.tablesaw-swipe .tablesaw-swipe-cellpersist {
    border-right: none
}

.tablesaw-bar {
    position: relative;
    width: 100%;
    margin-bottom: 15px
}

@media(min-width:1200px) {
    .tablesaw-bar {
        display: none
    }
}

.tablesaw-advance {
    display: flex;
    float: inherit;
    justify-content: space-between;
    width: 100%
}

.tablesaw-advance a.tablesaw-btn {
    min-width: 32px;
    height: 32px;
    display: inline-block;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / .15);
    border-radius: 30px;
    position: relative;
    transition: all .2s ease-in;
    cursor: pointer
}

.tablesaw-advance a.tablesaw-btn.left:before,
.tablesaw-advance a.tablesaw-btn.right:before {
    content: "";
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-mask-image: url(../img/inhtml/icon-down.svg);
    mask-image: url(../img/inhtml/icon-down.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #6244bb;
    position: absolute;
    width: 11px;
    height: 7px;
    cursor: pointer;
    border: none;
    pointer-events: none
}

.tablesaw-advance a.tablesaw-btn.right:before {
    transform: translateX(-50%) translateY(-50%) rotate(-90deg)
}

.tablesaw-advance.minimap {
    margin: 0;
    display: block;
    top: 0;
    position: absolute
}

.tablesaw-advance.minimap .tablesaw-advance-dots {
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translateX(-50%)
}

.tablesaw-advance.minimap .tablesaw-advance-dots li:first-child {
    display: none
}

.tablesaw-advance.minimap .tablesaw-advance-dots li {
    padding: 0 6px
}

th.tablesaw-title .tablesaw-title-text {
    color: #333
}

@media(min-width:1200px) {
    th.tablesaw-title .tablesaw-title-text br {
        display: none
    }
}

.tablesaw-title-text {
    display: block;
    padding: 16px 0;
    color: #7a7a7a
}

.tablesaw-title-text.__cell-first {
    position: relative;
    font-size: 14px;
    line-height: 23px;
    padding-left: 17px
}

@media(min-width:1200px) {
    .tablesaw-title-text.__cell-first {
        font-size: 17px;
        color: #313131
    }
}

.tablesaw-title-text.__cell-first .tablesaw-title-text__number {
    position: absolute;
    left: 0;
    top: 16px
}

@media(min-width:1200px) {
    .tablesaw-title-text {
        width: 460px
    }
}

.glory-ukraine {
    position: absolute;
    visibility: hidden;
    top: 79px;
    width: 100%;
    background: #0e64e2;
    color: #fff;
    font-size: 25px;
    z-index: 2
}

@media(min-width:1200px) {
    .glory-ukraine {
        top: 118px
    }
}

.glory-ukraine .icon-close-block {
    position: absolute;
    right: 14px;
    top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    width: 33px;
    background-color: rgb(255 255 255 / .1);
    box-shadow: 0 20px 50px rgb(0 0 0 / .15);
    border-radius: 30px;
    z-index: 1;
    cursor: pointer;
    transition: all .2s ease
}

@media(min-width:768px) {
    .glory-ukraine .icon-close-block {
        right: 9px;
        top: 8px
    }
    .glory-ukraine .icon-close-block:hover {
        background-color: #fff
    }
    .glory-ukraine .icon-close-block:hover .icon-close-bold {
        background-color: rgb(14 100 226 / .9)
    }
}

.glory-ukraine .icon-close-bold {
    display: inline-block;
    height: 100%;
    width: 100%;
    margin: 10px;
    transition: all .2s ease
}

.glory-ukraine .container {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px
}

.glory-ukraine-text {
    padding: 0 40px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(min-width:1200px) {
    .glory-ukraine-text {
        padding: 0 60px;
        font-size: 18px
    }
}

.glory-ukraine p {
    margin-bottom: 0
}

.glory-ukraine a {
    color: #f3ba5d;
    text-decoration: none;
    border-bottom: 1px solid #f3ba5d
}

.glory-ukraine a:hover {
    border-bottom: 1px solid #fff0
}

.glory-ukraine .icon-glory-ukraine {
    display: block;
    position: relative;
    margin-bottom: 10px;
    width: 28px;
    height: 32px
}

@media(min-width:1200px) {
    .glory-ukraine .icon-glory-ukraine {
        transform: translateY(-50%);
        position: absolute;
        left: 10px;
        top: 50%;
        margin-bottom: 0;
        width: 40px;
        height: 43px
    }
}

.glory-ukraine .icon-glory-ukraine.__right {
    left: inherit;
    right: 10px;
    transform: translateY(-50%) scaleX(-1);
    display: none
}

@media(min-width:1200px) {
    .glory-ukraine .icon-glory-ukraine.__right {
        display: block
    }
}

#cookie-law-info-bar {
    width: 100%;
    z-index: 99999;
    margin: 0;
    padding: 0 0 30px !important;
    box-shadow: 0 0 40px rgb(176 176 176 / .2)
}

@media(min-width:1200px) {
    #cookie-law-info-bar {
        margin: 30px;
        padding: 10px 0 60px !important;
        width: 627px
    }
}

#cookie-law-info-bar .cli-bar-message {
    width: 100% !important;
    padding: 30px;
    text-align: center !important
}

@media(min-width:1200px) {
    #cookie-law-info-bar .cli-bar-message {
        padding: 30px 60px
    }
}

#cookie-law-info-bar .cli-bar-message img {
    margin-bottom: 30px
}

#cookie-law-info-bar .cookie-title {
    font-family: "Century Gothic", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center
}

@media(min-width:1200px) {
    #cookie-law-info-bar .cookie-title {
        font-size: 35px;
        line-height: 43px
    }
}

#cookie-law-info-bar p {
    text-align: center;
    color: #585858;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

#cookie-law-info-bar .cli-bar-container.cli-style-v2 {
    flex-direction: column
}

#cookie-law-info-bar #cookie_action_close_header_reject:hover {
    color: #fff !important
}

#cookie-law-info-bar #wt-cli-accept-all-btn {
    color: #fff !important
}

#cookie-law-info-bar #wt-cli-accept-all-btn:hover {
    color: #333 !important
}

.article-item {
    background-color: #fff;
    margin-bottom: 20px
}

@media(min-width:768px) {
    .article-item {
        margin-bottom: 20px
    }
}

@media (min-width:1024px) {
    .blog-left-wrapper .article-item {
        margin-bottom: 40px;
        flex: 0 1 32.37%
    }
}

.article-item__title {
    color: #1D1D1D;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 12px
}

@media(min-width:768px) {
    .article-item__title {
        font-size: 20px;
        line-height: 28px
    }
}

.article-item__title a {
    color: #333;
    text-decoration: none
}

.article-item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 16px
}

@media(min-width:768px) {
    .article-item-bottom {
        align-items: center;
        flex-direction: row
    }
}

.article-item-bottom__date {
    color: #474747;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
}

.article-item-bottom__date i:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 8px;
    background-color: #00BF63;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-image: url(../img/inhtml/icon-green-line.svg);
    -webkit-mask-image: url(../img/inhtml/icon-green-line.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat
}

@media(min-width:768px) {
    .article-item-bottom__date i:after {
        content: "";
        display: inline-block;
        width: 9px;
        height: 12px;
        background-color: #00BF63;
        mask-size: contain;
        -webkit-mask-size: contain;
        mask-image: url(../img/inhtml/icon-green-line.svg);
        -webkit-mask-image: url(../img/inhtml/icon-green-line.svg);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat
    }
}

.article-item-bottom__tags__item {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #474747
}

.blog-post-content-header .article-item-bottom__categories-item .article-item-bottom__tags__item {
    color: #00BF63
}

.article-item-bottom__tags__item.__purple {
    border: 1px solid #6244bb
}

.article-item__img {
    background-color: red;
    width: 200px;
    height: 200px;
    left: 20px;
    top: -100px;
    position: fixed
}

.article-item__title {
    z-index: 0
}

.article-item__title a {
    border-bottom: 2px solid #fff0;
    transition: all .2s ease-in
}

.article-item__title a:hover {
    border-bottom: 2px solid #00BF63
}

.thumb-hover-gl {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.custom-select-filter-wrapper {
    position: relative;
    user-select: none;
    width: 100%
}

.custom-select-filter {
    position: relative;
    display: flex;
    flex-direction: column
}

.custom-select-filter__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 400;
    color: #585858;
    height: 37px;
    line-height: 37px;
    text-transform: uppercase;
    background: #fff;
    cursor: pointer;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgb(0 0 0 / .2)
}

.custom-select-filter__trigger span {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.custom-select-filter__trigger-item {
    font-style: normal;
    text-transform: uppercase
}

.custom-select-filter__trigger-item:after {
    content: ", "
}

.custom-select-filter__trigger-item:last-child:after {
    content: ""
}

.custom-select-filter-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    padding: 25px 20px;
    background: #fff;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    max-height: 300px;
    overflow: auto
}

.custom-select-filter-options ul li:last-child {
    margin-bottom: 0
}

.custom-select-filter.__open .custom-select-filter-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.custom-select-filter .arrow {
    position: absolute;
    height: 7.2px;
    width: 11px;
    right: 0
}

.custom-select-filter .arrow::before,
.custom-select-filter .arrow::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: .12rem;
    height: 100%;
    transition: all .5s
}

.custom-select-filter .arrow::before {
    left: -2px;
    transform: rotate(-45deg);
    background-color: #00BF63
}

.custom-select-filter .arrow::after {
    left: 2px;
    transform: rotate(45deg);
    background-color: #00BF63
}

.custom-select-filter.__open .arrow::before {
    left: -2px;
    transform: rotate(45deg)
}

.custom-select-filter.__open .arrow::after {
    left: 2px;
    transform: rotate(-45deg)
}

.custom-input-container .input-control {
    border: 1px #F5F5F5 solid;
    border-radius: 8px;
    background-color: #F5F5F5;
    height: 48px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: .28px;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 6px;
    color: #949494;
    -webkit-appearance: none
}

.careers-filter-controls .filter-block .filter-block-header {
    border-radius: 8px;
    background-color: #fff;
    height: 48px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding: 12px 20px;
    margin-bottom: 8px;
    color: #000;
    -webkit-appearance: none;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between
}

.careers-filter-controls .custom-input-container .input-control,
.careers-filter-controls .filter-block .filter-block-header {
    margin-bottom: 8px;
    background-color: #FFF;
    padding: 12px 20px;
    cursor: pointer
}

.careers-filter-controls .filter-block.__closed .filter-block-header i.icon-expand {
    transform: rotate(0)
}

.careers-filter-controls .filter-block .filter-block-header i.icon-expand {
    transform: rotate(180deg)
}

.page-header-overlay.career-item-header {
    padding: 80px 0
}

.career-item-tags {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 32px
}

.career-item-bottom__tags__item {
    color: #00BF63;
    text-align: center;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 99px;
    border: 1px solid #00BF63;
    background: #E8FFF4;
    padding: 10px 20px
}

.custom-input-container textarea.input-control {
    border-radius: 8px;
    height: 86px;
    margin-bottom: 14px;
    padding-top: 12px;
    padding-bottom: 12px
}

.custom-input-container .input-control:focus {
    outline: none;
    border: 1px #00BF63 solid
}

.careers-filter-controls .custom-input-container .input-control:focus {
    outline: none;
    border: 1px #fff solid
}

.custom-input-container .upload-file-name {
    position: relative;
    border: 1px solid #CFCFCF;
    border-radius: 8px;
    height: 48px;
    width: 144px;
    background-color: #FFF;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 12px 0 46px;
    cursor: pointer;
    text-transform: none;
    display: flex;
    align-content: center;
    align-items: center
}

.lang-de .custom-input-container .upload-file-name {
    width: 168px
}

.custom-input-container .upload-file-name:after {
    content: none
}

.custom-input-container .upload-file-name:before {
    content: url(../img/inhtml/contact-us/attachment.svg);
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: inline-block
}

.custom-input-container .upload-file-name:hover {
    border-color: #24BD59
}

.custom-input-container .upload-file-name:hover:before {
    content: url(../img/inhtml/contact-us/attachment_hover.svg)
}

.custom-input-container .upload-file-name.__active {
    border: none;
    background-color: #F8F8F8;
    font-weight: 400;
    padding: 0 20px 0 20px;
    color: #454545;
    width: auto
}

.custom-input-container .remove-file {
    right: 30px;
    left: initial;
    top: 8px
}

.custom-input-container .upload-file-name.__active:before {
    content: none
}

@media(min-width:1024px) {
    .careers-filter-controls .custom-input-container .input-control,
    .careers-filter-controls .filter-block .filter-block-header {
        height: 56px
    }
    .careers-filter-controls .custom-input-container {
        width: 34%
    }
    .filter-block {
        width: 34%
    }
    .careers-filter-controls .custom-input-container .input-control {
        border-radius: 12px 0 0 12px
    }
    .filter-block.careers-category .filter-block-header {
        border-radius: 0;
        border-left: 1px #CFCFCF solid;
        border-right: 1px #CFCFCF solid
    }
    .filter-block.careers-locations .filter-block-header {
        border-radius: 0 12px 12px 0
    }
    .page-header-overlay.career-item-header {
        padding: 88px 0 84px
    }
    .career-item-tags {
        margin-top: 40px
    }
}

@media(min-width:1200px) {
    .page-header-overlay.career-item-header {
        padding: 100px 0
    }
}

@media(min-width:1920px) {
    .custom-input-container .input-control {
        height: 56px
    }
    .custom-input-container .upload-file-name {
        height: 56px;
        font-size: 18px;
        line-height: 24px;
        width: auto;
        max-width: 180px;
        padding: 0 12px 0 60px
    }
    .custom-input-container .upload-file-name:before {
        left: 8px;
        top: 50%;
        width: 36px;
        height: 36px
    }
    .custom-input-container .remove-file {
        top: 16px
    }
}

.custom-input-container .input-control:-webkit-autofill,
.custom-input-container .input-control:-webkit-autofill:hover,
.custom-input-container .input-control:-webkit-autofill:focus {
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0 1000px #fff0 inset;
    transition: background-color 5000s ease-in-out 0s
}

.custom-input-container .input-control.input-error::placeholder,
.custom-input-container .input-control.wpcf7-not-valid::placeholder {
    color: #cf2f2f;
    opacity: 1
}

.custom-input-container .input-control.input-error {
    color: #cf2f2f;
    border-color: #cf2f2f
}

.custom-input-container .input-control.input-error:hover,
.custom-input-container .input-control.input-error:focus {
    border-color: #cf2f2f
}

.__purple .custom-input-container .input-control:-webkit-autofill,
.__purple .custom-input-container .input-control:-webkit-autofill:hover,
.__purple .custom-input-container .input-control:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px #fff0 inset;
    transition: background-color 5000s ease-in-out 0s
}

.__purple .custom-input-container .input-control.input-error::placeholder {
    color: #faaf3f
}

.__purple .custom-input-container .input-control.input-error {
    color: #faaf3f;
    border-color: rgb(250 175 63 / .4)
}

.__purple .custom-input-container .input-control.input-error:hover,
.__purple .custom-input-container .input-control.input-error:focus {
    border-color: rgb(250 175 63 / .4)
}

.btn-select-language {
    display: inline-block;
    background-color: rgb(255 255 255 / .1);
    cursor: pointer;
    margin: 0 10px
}

.btn-select-language:hover {
    background: #333
}

.btn-select-language:before {
    background-color: #fff
}

.btn-select-language:after {
    background-color: #fff
}

.btn-select-language select {
    color: #fff;
    cursor: pointer
}

.select-language-wrapper {
    position: relative;
    user-select: none;
    width: 107px;
    margin: 0 10px
}

.select-language {
    position: relative;
    display: flex;
    flex-direction: column
}

.select-language ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    height: 48px
}

.select-language ul li {
    color: #00BF63;
    text-transform: uppercase;
    border-right: 1px #00BF63 solid;
    padding: 0 12px 0 0;
    margin: 0 12px 0 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.select-language ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0
}

.select-language ul li a {
    color: #000
}

.select-language__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 42px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    height: 40px;
    line-height: 37px;
    box-shadow: 0 5px 15px rgb(0 0 0 / .15);
    border-radius: 20px;
    background: rgb(255 255 255 / .1);
    cursor: pointer;
    transition: all .3s ease-in-out
}

.select-language__trigger span {
    line-height: 40px;
    text-transform: uppercase
}

.select-language__trigger:before {
    content: "";
    background-color: #fff;
    -webkit-mask-image: url(../img/inhtml/icon-language.svg);
    mask-image: url(../img/inhtml/icon-language.svg);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(13px);
    width: 18px;
    height: 18px;
    cursor: pointer;
    pointer-events: none
}

.select-language-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / .1);
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    max-height: 300px;
    overflow: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transform: translateY(-10px)
}

.select-language-options:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid rgb(255 255 255 / .1);
    width: 0;
    transition: all .3s
}

.select-language-options ul {
    margin: 0
}

.select-language-options ul li:last-child {
    margin-bottom: 0;
    text-transform: uppercase
}

.select-language-options li a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 11px 20px 8px 42px
}

.breadcrumbs {
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px
}

.breadcrumbs a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    transition: border-bottom-color .3s ease-in-out
}

.breadcrumbs a:hover {
    border-color: #fff0
}

.breadcrumbs .icon-arrow-right {
    margin: 0 10px
}

.tablet-menu-languages {
    display: none
}

@media(min-width:1024px) {
    .breadcrumbs .icon-arrow-right {
        margin: 0 17px
    }
    .tablet-menu-languages {
        display: block
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12004;
    padding: 0 10px;
    overflow: auto
}

@media(min-width:576px)and (max-width:1199.98px) {
    .modal {
        padding: 0 10%
    }
}

.modal-container {
    position: relative;
    max-width: 945px;
    width: 100%;
    height: auto;
    margin: 2% auto;
    background-color: #fff;
    padding: 50px 20px;
    box-shadow: 0 10px 60px rgb(0 0 0 / .05);
    animation-name: modalAnimationOpen;
    animation-duration: .4s
}

@media(min-width:576px)and (max-width:1199.98px) {
    .modal-container {
        padding: 80px 40px
    }
}

@media(min-width:1200px) {
    .modal-container {
        padding: 110px 100px
    }
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / .15);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 30px;
    height: 30px
}

@media(min-width:576px) {
    .modal-close {
        right: 30px;
        top: 30px;
        width: 40px;
        height: 40px
    }
}

.modal-title {
    margin-bottom: 50px
}

.modal-title b {
    font-weight: 700
}

.modal-without-padding-container .modal-container {
    padding: 50px 20px
}

@media(min-width:576px)and (max-width:1199.98px) {
    .modal-without-padding-container .modal-container {
        padding: 80px 40px
    }
}

@media(min-width:1200px) {
    .modal-without-padding-container .modal-container {
        padding: 0
    }
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(33 33 33 / .7);
    z-index: 12003
}

.modal-overlay.__open {
    display: block
}

.modal-small .modal-container {
    max-width: 750px
}

@media(min-width:576px)and (max-width:1199.98px) {
    .modal-small .modal-container {
        padding: 80px 40px
    }
}

@media(min-width:1200px) {
    .modal-small .modal-container {
        padding: 110px 95px
    }
}

.modal-small .modal-title {
    font-size: 35px
}

@media (max-width:361px) {
    .header .btn-mob-contact-us {
        height: 40px;
        padding: 0 12px 0 40px;
        font-size: 12px;
        margin-right: 5px
    }
}

.container-hero {
    width: 100%;
    padding: 0 2px
}

.hero-header {
    height: auto;
    padding-top: 120px;
    background-color: #fff
}

.header-hero-wrapper {
    height: auto
}

.hero-header .header-hero-subtitle {
    color: #00BF63;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px
}

.header-hero-text {
    max-width: 636px;
    margin-bottom: 30px;
    padding: 0 20px
}

.header-hero-text h1 {
    color: #333;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "Century Gothic", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 20px;
    margin-top: 0
}

.header-hero-text h1:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 16px;
    margin-left: 5px;
    background-color: #00BF63;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-image: url(../img/inhtml/icon-green-line.svg);
    -webkit-mask-image: url(../img/inhtml/icon-green-line.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat
}

.header-hero-text .d-sm-block {
    color: #585858;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px
}

.hero-right-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.header-hero-stat {
    padding: 0 20px 30px;
    display: flex;
    column-gap: 0;
    justify-content: space-between;
    flex-wrap: wrap
}

.hero-image {
    border-radius: 8px;
    width: 100%;
    height: 190px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
    margin-bottom: 12px
}

.hero-green {
    width: 50%;
    padding-right: 6px
}

.hero-experience {
    border-radius: 8px;
    background-color: rgb(51 190 97 / .1);
    flex-shrink: 0;
    height: 146px;
    padding: 20px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.hero-experience-title {
    color: #585858;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px
}

.hero-experience-value {
    color: #00BF63;
    font-family: "Century Gothic", sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: -4.8px;
    left: -6px;
    position: relative
}

.hero-employees {
    border-radius: 8px;
    background-color: rgb(51 190 97 / .1);
    height: 48px;
    padding: 12px 11px 12px 8px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    align-content: center
}

.hero-employees-text {
    color: #00BF63;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap
}

.hero-employees-photos {
    display: flex
}

.hero-employees .photo-frame {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    border: 3px solid #EBF8EF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFF
}

.hero-employees .photo-frame:nth-child(1),
.hero-employees .photo-frame:nth-child(2) {
    display: none
}

.hero-pink {
    width: 50%;
    padding-left: 6px
}

.hero-rating {
    border-radius: 8px;
    background-color: rgb(255 120 77 / .1);
    height: 48px;
    padding: 12px 11px 12px 8px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center
}

.hero-mobile .hero-rating {
    margin-bottom: 12px
}

.hero-rating span {
    color: #FF784D;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700
}

.hero-rating img {
    width: 24px;
    height: 24px;
    margin-right: 8px
}

.hero-case-link .hero-case-title,
.hero-case-link .hero-case-label,
.hero-case-link {
    text-decoration: none
}

.hero-case-label {
    display: inline-block;
    border: 1px #6244BB solid;
    padding: 5px 17px;
    text-transform: none
}

.hero-testimonial {
    border-radius: 8px;
    background-color: rgb(255 120 77 / .1);
    padding: 12px;
    height: 146px
}

.hero-testimonial-photo {
    display: flex;
    margin-bottom: 8px;
    height: 34px
}

.hero-testimonial-photo img.photo {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    margin-right: 8px
}

.hero-testimonial-photo .stars {
    position: relative;
    top: -8px
}

.hero-testimonial-photo .photo-text {
    position: relative;
    top: -4px
}

.hero-testimonial-photo .stars img {
    width: 12px;
    height: 12px
}

.hero-testimonial-photo span {
    color: #333;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px
}

.hero-testimonial-text {
    color: #333;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.hero-read-more-link {
    text-decoration: none
}

.hero-read-more {
    display: none
}

.xs-mobile {
    display: none
}

.hero-preloaded {
    visibility: hidden
}

@media (max-width:381.98px) {
    .hero-experience-value {
        font-size: 76px
    }
    .hero-rating img {
        margin-right: 6px
    }
}

@media (max-width:361px) {
    .hero-mobile .hero-testimonial,
    .hero-employees.l-mobile {
        display: none
    }
    .hero-experience {
        height: 100px;
        padding: 10px
    }
    .hero-experience-value {
        font-size: 56px
    }
    .hero-experience-title {
        font-size: 12px
    }
    .hero-rating {
        padding: 12px 10px 12px 8px;
        height: 44px
    }
    .hero-rating img {
        width: 17px;
        height: 17px;
        margin-right: 3px
    }
    .hero-rating span {
        font-size: 12px
    }
    .hero-employees {
        padding: 12px 10px 12px 8px;
        height: 44px
    }
    .hero-employees .photo-frame {
        width: 18px;
        height: 18px;
        border-radius: 9px
    }
    .hero-employees-text {
        font-size: 12px
    }
    .xs-mobile {
        display: flex
    }
}

@media (max-width:767.98px) {
    .hero-testimonial-text {
        overflow: hidden;
        text-overflow: ellipsis;
        height: 57px;
        margin-bottom: 8px
    }
    .hero-read-more {
        display: block;
        color: #FF784D;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 14px;
        text-decoration: underline
    }
}

@media (min-width:768px) and (max-width:1023.98px) {
    .hero-image {
        height: 430px
    }
    .hero-employees .photo-frame:nth-child(1) {
        display: block
    }
    .hero-employees .photo-frame:nth-child(2) {
        display: block
    }
}

@media (min-width:1024px) {
    .hero-d-md-flex {
        display: flex
    }
    .container-hero {
        padding: 0 55px
    }
    .hero-header {
        height: 100vh;
        padding-top: 0
    }
    .header-hero-wrapper {
        height: 100vh
    }
    .hero-header .header-hero-subtitle {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px
    }
    .header-hero-text {
        margin-top: 100px;
        margin-bottom: 0;
        max-width: 426px;
        width: 60%;
        padding: 0
    }
    .header-hero-text h1 {
        font-size: 48px;
        line-height: 53px;
        margin-bottom: 32px
    }
    .header-hero-text h1:after {
        width: 18px;
        height: 24px;
        margin-left: 7px
    }
    .header-hero-text .d-sm-block {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 32px;
        max-width: 354px
    }
    .header-hero-stat {
        padding: 0;
        width: 44%;
        margin-top: 100px
    }
    .hero-image {
        width: 100%;
        height: 280px
    }
    .hero-experience {
        height: 232px
    }
    .hero-experience-value {
        font-size: 96px;
        line-height: 96px;
        letter-spacing: -5.6px
    }
    .hero-employees {
        height: 64px;
        padding: 16px 12px
    }
    .hero-employees .photo-frame {
        width: 32px;
        height: 32px;
        border-radius: 16px;
        margin-right: -8px
    }
    .hero-employees .photo-frame:nth-child(1) {
        display: none
    }
    .hero-employees .photo-frame:nth-child(2) {
        display: block
    }
    .hero-employees-text {
        padding-left: 10px
    }
    .hero-rating {
        height: 64px
    }
    .hero-rating span {
        line-height: 39px
    }
    .hero-rating img {
        width: 40px;
        height: 40px;
        margin-right: 12px
    }
    .hero-testimonial {
        height: 232px;
        padding: 16px
    }
    .hero-testimonial-photo {
        margin-bottom: 10px;
        height: 42px
    }
    .hero-testimonial-photo img.photo {
        width: 40px;
        height: 40px;
        border-radius: 20px
    }
    .hero-testimonial-photo .stars {
        top: -4px
    }
    .hero-testimonial-photo .stars img {
        width: 16px;
        height: 16px
    }
    .hero-testimonial-photo span {
        font-size: 14px;
        line-height: 20px
    }
}

@media (max-width:1199.98px) {
    .hero-desktop {
        display: none
    }
}

@media (min-width:1200px) {
    .container-hero {
        max-width: 1440px;
        margin: auto;
        overflow: hidden;
        height: 100vh
    }
    .header-hero-wrapper {
        height: 85vh
    }
    .header-hero-text {
        margin-top: 170px;
        max-width: 530px;
        width: 52%
    }
    .header-hero-stat {
        display: block;
        width: auto;
        margin-top: 0
    }
    .hero-green {
        padding-right: 0
    }
    .header-hero-text h1 {
        font-size: 56px;
        line-height: 62px
    }
    .header-hero-text h1:after {
        width: 21px;
        height: 29px;
        margin-left: 7px
    }
    .header-hero-text .d-sm-block {
        max-width: 480px
    }
    .hero-right-top {
        flex-wrap: nowrap;
        column-gap: 20px
    }
    .hero-image {
        max-width: 60%;
        width: 360px;
        height: 300px
    }
    .hero-experience {
        width: 254px;
        height: 200px;
        margin-bottom: 20px
    }
    .hero-experience-title {
        line-height: 17px
    }
    .hero-experience-value {
        font-size: 100px;
        line-height: 100px;
        letter-spacing: -6px
    }
    .hero-employees {
        width: 254px;
        height: 80px;
        padding: 24px 20px
    }
    .hero-employees-text {
        font-size: 16px;
        line-height: 16px
    }
    .hero-employees .photo-frame:nth-child(1) {
        display: block
    }
    .hero-employees .photo-frame:nth-child(2) {
        display: block
    }
    .hero-pink {
        padding-left: 0;
        position: relative;
        width: 100%
    }
    .hero-mobile {
        display: none
    }
    .hero-rating {
        height: 80px;
        padding: 16px 16px 16px 20px;
        width: 254px
    }
    .hero-rating span {
        line-height: 48px
    }
    .hero-rating img {
        width: 48px;
        height: 48px;
        margin-right: 20px
    }
    .hero-testimonial {
        padding: 20px;
        height: 200px;
        width: 254px;
        margin-top: 100px
    }
    .hero-testimonial-photo span {
        font-size: 16px;
        line-height: 20px
    }
    .hero-testimonial-photo img.photo {
        margin-right: 12px
    }
    .hero-slider {
        position: absolute;
        top: 0;
        width: 100%
    }
    .hero-slider-navigation-btn-prev i:before {
        transform: translateX(-50%) translateY(-50%) rotate(-270deg)
    }
    .hero-slide-container {
        display: flex;
        flex-wrap: nowrap;
        column-gap: 20px
    }
    .hero-cases-list {
        overflow: visible
    }
    .hero-case {
        max-width: 60%;
        width: 360px;
        height: 300px;
        border-radius: 8px;
        background: #F3F3F3;
        position: relative
    }
    .hero-case-content {
        padding: 20px
    }
    .hero-case-image {
        height: 170px;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 2px;
        background-size: cover;
        background-position: middle center;
        background-repeat: no-repeat
    }
    .hero-case-title {
        color: #333;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 25px;
        margin-bottom: 12px
    }
    .hero-case-label {
        color: #585858;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px
    }
    .hero-slider-navigation {
        position: absolute;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        top: 44%;
        z-index: 10000000000
    }
    .hero-slider-navigation .btn-circle {
        width: 32px;
        height: 32px;
        min-width: 32px;
        position: relative
    }
    .hero-slider-navigation-btn-next {
        right: -15px
    }
    .hero-slider-navigation-btn-prev {
        left: -15px
    }
}

.sliderID {
    display: none
}

@media (min-width:1200px) and (min-height:660px) and (max-height:760px) {
    .hero-image {
        height: 260px
    }
    .hero-experience {
        height: 160px
    }
}

@keyframes modalAnimationOpen {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}