
body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

* {
    box-sizing: border-box
}

@font-face {
    font-display: swap;
    font-family: proxima-nova;
    src: url(https://use.typekit.net/af/71f83c/00000000000000003b9b093b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3) format("woff2");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-display: swap;
    font-family: proxima-nova;
    src: url(https://use.typekit.net/af/3331e6/00000000000000003b9b0936/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff2");
    font-style: normal;
    font-weight: 500
}

:after,
:before {
    box-sizing: border-box
}

article,
details,
footer,
header,
section,
summary {
    display: block
}

progress {
    display: inline-block;
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: #fff0
}

a:active,
a:hover {
    outline: 0
}

strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: #fff0
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto
}

[role=button] {
    cursor: pointer
}

.container {
    padding-right: 23px;
    padding-left: 23px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

@media(min-width:1500px) {
    .container {
        width: 1400px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.container:after,
.row:after {
    clear: both
}

.col-lg-12,
.col-lg-2,
.col-lg-4,
.col-lg-6,
.col-lg-8,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-10,
.col-sm-12,
.col-sm-5,
.col-sm-6,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

@media(min-width:768px) {

    .col-sm-10,
    .col-sm-12,
    .col-sm-5,
    .col-sm-6 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }
}

@media(min-width:992px) {

    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-0 {
        left: auto
    }
}

@media(min-width:1200px) {

    .col-lg-12,
    .col-lg-2,
    .col-lg-4,
    .col-lg-6,
    .col-lg-8 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-2 {
        width: 16.66666667%
    }
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden {
    display: none !important
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

.grecaptcha-badge {
    visibility: hidden
}

body,
button,
html,
input,
optgroup,
select,
textarea {
    color: #444;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1
}

a {
    color: #e62b5a;
    transition: color .25s
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: #f3b01e;
    outline: 0 !important
}

a .text-dark:active,
a .text-dark:focus,
a .text-dark:hover {
    text-decoration: none;
    color: #e62b5a
}

p {
    margin: 0
}

input[disabled] {
    opacity: .5
}

button,
input[type=submit] {
    outline: 0 !important
}

.mainHead {
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    line-height: 110%;
    margin: 0
}

.mainHead i,
.mainHead span {
    font-weight: 500
}

.mainSubTitle {
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    margin: 0
}

.mainSubTitle p {
    font-weight: 500;
    font-family: proxima-nova, Helvetica, Arial, sans-serif;
    margin-bottom: 25px;
    font-size: 1em
}

.mainSubTitle p:last-child {
    margin: 0
}

.mainSubTitle--marginOn p {
    margin-bottom: 25px
}

.mainSubTitle--marginOff p {
    margin-bottom: 0
}

.btn-border-nobg--bgTransparent {
    background-color: #fff0
}

.button {
    background: #e62b5a;
    color: #fff;
    padding: 15px 25px;
    transition: all .25s;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .875rem;
    letter-spacing: 1.4px;
    display: inline-block;
    text-align: center;
    border: 0
}

.button:visited {
    color: #fff !important
}

.button:active,
.button:focus,
.button:hover {
    background: #f3b01e;
    color: #fff
}

.button--white {
    background: #fff;
    color: #e62b5a !important
}

.button--white:visited {
    color: #e62b5a !important
}

.button--white:active,
.button--white:focus,
.button--white:hover {
    background: #e62b5a;
    color: #fff !important
}

.button--active {
    background-color: #fff;
    color: #444;
    font-size: 1.125rem
}

.button--gradient {
    background: linear-gradient(14.1deg, #f27329 26.23%, #e51c4d 80.33%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.button--gradient:active,
.button--gradient:focus,
.button--gradient:hover {
    background: linear-gradient(14.1deg, #f27329 26.23%, #e51c4d 80.33%);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.customNavDotsArrows__arrows.slick-disabled {
    opacity: .25
}

.customNavDotsArrows__dots ul li.slick-active {
    background: #f3b01e
}

.customNavDotsArrows__dots--magenta ul li.slick-active {
    background: #e62b5a
}

.mainLists {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.mainLists--nopoints {
    display: flex;
    flex-wrap: wrap
}

.mainLists--nopoints li {
    width: 100%;
    margin-bottom: 10px
}

.mainLists--nopoints li a {
    color: #444
}

.mainLists--nopoints li a:visited {
    color: #444
}

.mainLists--nopoints li a:active,
.mainLists--nopoints li a:focus,
.mainLists--nopoints li a:hover {
    color: #e62b5a
}

.main-magenta-list ul {
    list-style-type: none;
    margin: 0 0 25px;
    padding: 0 0 0 30px
}

.main-magenta-list ul li {
    color: #444;
    margin-bottom: 10px;
    position: relative
}

.main-magenta-list ul li:before {
    content: "";
    min-width: 9px;
    height: 9px;
    background-color: #e62b5a;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: -25px
}

.singleCard-PostTypes__box {
    border: 1px solid #eee;
    padding: 20px 20px 30px;
    background-color: #fff
}

.singleCard-PostTypes__thumbnail {
    position: relative;
    border: 1px solid rgba(238, 238, 238, .5);
    border-bottom: 0;
    max-height: 337px
}

.singleCard-PostTypes__thumbnail img {
    width: 100%
}

.singleCard-PostTypes__info {
    font-size: 1rem;
    line-height: 110%;
    padding: 0 13px
}

@media screen and (max-width:1499px) {
    .singleCard-PostTypes__info {
        padding: 0 5px;
        font-size: 1.125rem
    }
}

.singleCard-PostTypes__cat {
    color: #f3b01e;
    text-decoration: none !important;
    border-right: 1px solid #f3b01e;
    padding-left: 0
}

.singleCard-PostTypes__cat:visited {
    color: #f3b01e
}

.singleCard-PostTypes__cat:visited:active,
.singleCard-PostTypes__cat:visited:focus,
.singleCard-PostTypes__cat:visited:hover {
    color: #e62b5a
}

.singleCard-PostTypes__date {
    color: #868686;
    border-right: 1px solid #868686;
    line-height: 1
}

.singleCard-PostTypes__readTime {
    color: #e62b5a;
    padding-right: 0
}

.singleCard-PostTypes__title {
    text-decoration: none;
    color: #444;
    font-size: 1.25rem;
    line-height: 110%;
    font-weight: 500;
    margin: 0
}

@media screen and (max-width:991px) {

    body,
    button,
    html,
    input,
    optgroup,
    select,
    textarea {
        font-size: 14.4px
    }

    .singleCard-PostTypes__title {
        min-height: auto
    }
}

@media screen and (max-width:767px) {
    .mainSubTitle p {
        font-size: 1.1em
    }

    .singleCard-PostTypes__box:last-child {
        margin-bottom: 0
    }

    .singleCard-PostTypes__title {
        font-size: 1.25rem
    }
}

.singleCard-PostTypes__title a {
    color: #444
}

.singleCard-PostTypes__title a:active,
.singleCard-PostTypes__title a:focus,
.singleCard-PostTypes__title a:hover {
    color: #f3b01e
}

.singleCard-PostTypes__title--twoLine {
    min-height: 3rem
}

.singleCard-PostTypes__desc {
    color: #444;
    font-size: 14px;
    line-height: 200%;
    min-height: 6em
}

.mainCard__title {
    order: 2
}

.mainCard__image {
    order: 1
}

.mainCard__image img {
    max-height: 60px;
    max-width: 100px;
    width: auto
}

.mainCard__description {
    order: 3
}

.mainCard--customPaddingCol .col-lg-4,
.mainCard--customPaddingCol .col-lg-6,
.mainCard--customPaddingCol .col-md-6 {
    padding: 0 30px
}

.cardWithQuarterCircle {
    background-color: #f9fcff;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 50px 50px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    padding-bottom: 285px
}

.cardWithQuarterCircle:after,
.cardWithQuarterCircle:before {
    content: "";
    background-color: #e62b5a;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    position: absolute
}

.cardWithQuarterCircle:before {
    left: -60px;
    top: -60px
}

.cardWithQuarterCircle:after {
    display: none
}

.sliderTitleDesc__single.slick-slide {
    opacity: .15;
    transition: opacity .5s
}

.sliderTitleDesc__single.slick-active {
    opacity: 1
}

.slider-circle-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px
}

@media screen and (max-width:991px) {
    .singleCard-PostTypes__desc {
        min-height: auto
    }

    .cardWithQuarterCircle {
        background-image: none !important;
        padding-bottom: 50px
    }

    .cardWithQuarterCircle:after {
        bottom: -60px;
        right: -60px;
        display: block
    }

    .slider-circle-dots {
        bottom: -30px
    }

    .navbar {
        padding: 15px 0
    }
}

.slider-circle-dots ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    grid-gap: 15px
}

.slider-circle-dots ul li {
    border-radius: 100%;
    border: 0;
    background-color: #868686;
    width: 15px;
    height: 15px;
    cursor: pointer
}

.slider-circle-dots ul li.slick-active {
    background-color: #e62b5a
}

.slider-circle-dots ul li button {
    display: none
}

picture.aligncenter {
    text-align: center
}

.navbar {
    z-index: 9999;
    top: 0;
    position: sticky;
    background: #183756;
    transition: transform .5s
}

.navbar--hide {
    transform: translateY(-100%)
}

.navbar__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width:767px) {
    .navbar__wrapper {
        position: initial
    }
}

.navbar__logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 165px
}

.navbar__logo img,
.navbar__logo svg {
    width: 100%;
    max-width: 163px;
    height: auto
}

.navbar__toggleIcon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 28px;
    height: 28px;
    padding: 1px 0;
    cursor: pointer
}

.navbar__toggleIcon__item {
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #e62b5a;
    border-radius: 10px;
    transition: transform .5s, opacity .5s
}

@media screen and (min-width:992px) {
    .navbar__toggleIcon {
        display: none
    }
}

.navbar__toggleIcon--open {
    position: relative
}

.navbar__toggleIcon--open .navbar__toggleIcon__item {
    position: absolute
}

.navbar__toggleIcon--open .navbar__toggleIcon__item:first-child {
    transform: rotate(45deg)
}

.navbar__toggleIcon--open .navbar__toggleIcon__item:nth-child(2) {
    transform: rotate(-45deg)
}

.navbar__toggleIcon--open .navbar__toggleIcon__item:last-child {
    opacity: 0
}

.navbar__menuWrapper {
    width: 100%
}

@media screen and (max-width:991px) {
    .navbar__menuWrapper {
        display: none;
        position: absolute;
        top: calc(100% + 0px);
        left: 0;
        right: 0;
        height: calc(100vh - 80px);
        background: #fff
    }
}

.navbar__menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%
}

.navbar__menu__dropdown {
    display: none
}

.navbar__menu::-webkit-scrollbar {
    width: .5em;
    height: .5em
}

.navbar__menu::-webkit-scrollbar-thumb {
    background: #e62b5a
}

.navbar__menu::-webkit-scrollbar-track {
    background: #444
}

@media screen and (max-width:991px) {
    .navbar__menu {
        background: #fff;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 21px;
        margin: 0 auto;
        overflow-y: auto;
        min-height: auto;
        max-height: 100vh
    }
}

.navbar__menu li {
    display: flex;
    align-items: center
}

.navbar__menu li a {
    text-transform: none;
    color: #e62b5a;
    font-weight: 500;
    padding: 38px 2em;
    font-size: 18px;
    line-height: 1;
    text-decoration: none
}

.navbar__menu li a:active,
.navbar__menu li a:focus,
.navbar__menu li a:hover {
    color: #e62b5a
}

@media screen and (max-width:1499px) {
    .navbar__menu li a {
        padding: 38px 1em
    }
}

@media screen and (max-width:1199px) {
    .navbar__menu li a {
        padding: 38px .4em
    }
}

.navbar__menu li.button {
    padding: 0;
    display: flex
}

@media screen and (max-width:991px) {
    .navbar__menu li {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        border-bottom: 1px solid #eee
    }

    .navbar__menu li a {
        width: 100%;
        padding: 18px 0;
        font-size: 18px;
        text-align: left
    }

    .navbar__menu li.button {
        left: 0;
        bottom: 60px;
        width: calc(100vw - 42px);
        margin: 21px
    }
}

.navbar__menu li.button a {
    padding: 15px 4px;
    color: #fff;
    border-bottom: 0;
    text-align: center
}

.hero-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center;
}

.hero-banner__Title {
    font-size: 2.875rem;
    line-height: 120%
}

@media screen and (max-width:1199px) {
    .hero-banner {
        display: flex;
        flex-wrap: wrap;
    }

    .hero-banner__Title {
        font-size: 2.375rem;
        line-height: 1.2;
        font-weight: 700
    }

    .hero-banner__content {
        width: 100%
    }
}

.hero-banner__content {
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px
}

@media screen and (min-width:768px) {
    .hero-banner__content {
        padding-left: calc((100vw - 750px)/ 2);
        padding-right: calc((100vw - 750px)/ 2)
    }

    .horizontalSliderWithContent .slick-track:before {
        display: none
    }
}

@media screen and (min-width:992px) {
    .hero-banner__content {
        padding-left: calc((100vw - 970px)/ 2);
        padding-right: calc((100vw - 970px)/ 2)
    }
}

@media screen and (min-width:1200px) {
    .navbar__menu li.button a {
        padding: 15px 20px
    }

    .hero-banner__content {
        padding-left:0;
        padding-right: 0;
        max-width: 50%
    }
}

@media screen and (min-width:1500px) {
    .hero-banner__content {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 50%
    }
}

.hero-banner__content p {
    font-size: 1.125rem;
    line-height: 2
}

.hero-banner__button {
    padding: 15px 50px
}

.hero-banner__image {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start
}

@media screen and (max-width:767px) {
    .navbar__menuWrapper {
        top: 100%
    }

    .hero-banner__button {
        width: 100%
    }

    .hero-banner__image {
        justify-content: flex-end;
        margin: 0 -15px;
        max-width: unset;
        width: 0;
        height: 0;
        padding: 0
    }

    .readyToSoftware .button {
        margin-right: 7.5px !important;
        margin-left: 7.5px !important;
        display: inline-table
    }
}

.hero-banner--bigger-img .hero-banner__content {
    max-width: 45%
}

@media screen and (max-width:1199px) {
    .hero-banner__image img {
        display: none
    }

    .hero-banner--bigger-img .hero-banner__content {
        max-width: 100%;
        margin-bottom: 50px
    }
}

.hero-banner--bigger-img .hero-banner__image {
    max-width: 55%
}

.hero-banner--bigger-img .hero-banner__image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.testimonials .slick-track {
    padding-bottom: 38.5px
}

.testimonials .slick-slide {
    outline: 0 !important;
    transition: .5s opacity
}

.testimonials .slick-slide[tabindex="-1"] {
    opacity: .15
}

.partners {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.partners__item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    width: 16.6666666667%
}

@media screen and (max-width:1199px) {
    .partners__item {
        width: 25%
    }
}

@media screen and (max-width:991px) {
    .partners__item {
        width: 33.3333333333%
    }

    .readyToSoftware__img {
        display: none
    }
}

.readyToSoftware__img {
    position: absolute;
    bottom: 0;
    width: 19%
}

.readyToSoftware__img--left {
    left: 0
}

.readyToSoftware__img--right {
    right: 0
}

.readyToSoftware .button--white {
    margin-right: 15px
}

.separatorZigzag {
    background-image:url({$theme_path}/static/images/line-new.png);
    background-position-x: center;
    background-position-y: top;
    background-size: auto 60px;
    background-repeat: no-repeat;
    height: 60px;
    position: relative;
    z-index: 10
}

.separatorZigzag__beforeColor:before {
    content: "";
    width: 51%;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0
}

@media screen and (max-width:1499px) {
    .separatorZigzag__beforeColor:before {
        width: 52%
    }
}

@media screen and (max-width:991px) {
    .separatorZigzag__beforeColor:before {
        width: 53%
    }
}

@media screen and (max-width:767px) {
    .separatorZigzag__beforeColor:before {
        width: 54%
    }
}

.separatorBeforeColors--white-gray:before {
    background-color: #f9fcff
}

.horizontalSliderWithContent__item.slick-current .horizontalSliderWithContent__item__imageWrapper {
    background-color: #f3b01e;
    border-color: #f3b01e
}

.horizontalSliderWithContent__item.slick-current .horizontalSliderWithContent__item__imageWrapper svg path {
    fill: #fff
}

.horizontalSliderWithContent .slick-list {
    padding: 0 !important;
    width: 100%
}

.horizontalSliderWithContent .slick-track {
    display: flex !important;
    justify-content: space-between
}

.mainFooter__address a {
    color: #444
}

.mainFooter__address a:visited {
    color: #444
}

.mainFooter__address a:active,
.mainFooter__address a:focus,
.mainFooter__address a:hover {
    color: #e62b5a
}

.mainFooter__address p {
    margin-bottom: 10px
}

.mainFooter__copyright {
    background: #eee;
    padding: 30px 0
}

.mainFooter__copyright__content {
    font-size: .875rem;
    color: #444
}

@media screen and (min-width:992px) {
    .horizontalSliderWithContent .slick-track {
        margin: 0
    }

    .mainSection .col-lg-4 {
        padding-left: 40px;
        padding-right: 40px
    }

    .step-by-step-map__single-step--single .step-by-step-map__step-label {
        max-width: 300px
    }
}

.flexibleGrid.backgroundSkew {
    overflow: hidden
}

.flexibleGrid.backgroundSkew:before {
    width: 50%;
    top: 30%
}

.flexibleGrid.backgroundSkew:after {
    width: 70%;
    bottom: 15%
}

.slider-with-team-members .slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 280px
}

.slider-with-team-members .slider-with-team-members__image.slick-center {
    width: 280px
}

.slider-with-team-members .slider-with-team-members__image.slick-center:before {
    display: none
}

.slider-with-team-members .slider-with-team-members__image.slick-center img {
    transform: scale(2)
}

.slider-with-team-members__desc-wrapper .slick-track {
    min-height: initial !important
}

.testimonials-new .slick-slide {
    display: flex !important;
    flex-wrap: wrap
}

.testimonials-new__arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.testimonials-new__arrow-wrapper {
    position: absolute;
    cursor: pointer
}

.testimonials-new__arrow-wrapper--left {
    left: 20px;
    transform: rotate(180deg) scale(2)
}

.testimonials-new__arrow-wrapper--right {
    right: 20px;
    transform: scale(2)
}

.asper-by-numbers__wrapper {
    padding: 10px 0
}

.asper-by-numbers__border-right {
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 1px;
    border-style: solid
}

.asper-by-numbers__list {
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap
}

.asper-by-numbers__list li {
    width: 20%;
    padding: 0 15px
}

.asper-by-numbers__list li span {
    margin-bottom: 5px
}

.asper-by-numbers__list li:last-child {
    border-right: 0
}

@media screen and (max-width:767px) {
    .testimonials-new__arrow-wrapper--left {
        left: 7.5px
    }

    .testimonials-new__arrow-wrapper--right {
        right: 7.5px
    }

    .asper-by-numbers__list li {
        width: 50%;
        margin-bottom: 25px
    }

    .asper-by-numbers__list li:nth-child(2n) {
        border-right: 0
    }
}

@media screen and (max-width:500px) {
    .asper-by-numbers__list {
        padding: 0
    }

    .asper-by-numbers__list li {
        width: 100%;
        border-right: 0;
        padding: 0
    }

    .asper-by-numbers__list li div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .asper-by-numbers__list li div span {
        margin-bottom: 0;
        max-width: 115px;
        font-size: 1.875rem;
        text-align: left;
        border-bottom: 1px solid #fff;
        padding-bottom: 7px
    }

    .asper-by-numbers__list li div p {
        text-align: left;
        width: 100%;
        padding-left: 15px;
        margin-bottom: 5px;
        font-size: 20px
    }
}

.case-study-section {
    position: relative;
    overflow: hidden
}

.case-study-section__bg {
    padding-top: 44px;
    padding-bottom: 44px;
    position: relative
}

.case-study-section__bg:before {
    content: "";
    background-color: #183756;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50vw;
    height: 100%;
    position: absolute;
    z-index: 0
}

.case-study-section__bg--decor {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50vw
}

.case-study-section__image {
    position: relative;
    border-radius: 20px
}

.case-study-section__image--mobile {
    display: none
}

@media screen and (max-width:991px) {
    .case-study-section__bg {
        padding-top: 0;
        padding-bottom: 0
    }

    .case-study-section__bg:before {
        display: none
    }

    .case-study-section__bg--decor {
        display: none
    }

    .case-study-section__image--mobile {
        display: block;
        margin-bottom: 50px
    }
}

.case-study-section__image--desktop {
    display: block
}

@media screen and (max-width:991px) {
    .case-study-section__image--desktop {
        display: none !important
    }

    .case-study-section__list {
        gap: 25px
    }
}

.case-study-section__image img {
    border-radius: 20px
}

.case-study-section__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    maring: 0;
    padding: 0
}

.case-study-section__list li {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 50px;
    color: #fff
}

.case-study-section__list li span {
    text-align: right
}

.case-study-section__right-side .col-xs-12 {
    padding: 0
}

.case-study-section__right-side-head {
    text-align: right;
    margin-bottom: 50px;
    color: #fff
}

@media screen and (max-width:991px) {
    .case-study-section__list li {
        width: 50% !important
    }

    .case-study-section__list li span {
        text-align: left
    }

    .case-study-section__list li {
        color: #000;
        width: initial;
        justify-content: flex-start;
        margin-bottom: 0
    }

    .case-study-section__right-side-head {
        color: #000;
        text-align: left;
        margin-bottom: 25px;
        margin-top: 25px
    }
}

.case-study-section .slider-circle-dots {
    bottom: 0 !important
}

.step-by-step-map__single-step--single {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.step-by-step-map__single-step--single .step-by-step-map__step-description {
    display: none;
    width: 0;
    height: 0
}

.step-by-step-map__single-step--single .step-by-step-map__step-label {
    margin-bottom: 100px
}

.step-by-step-map__single-step--single .step-by-step-map__step-label:before {
    display: none
}

.step-by-step-map__single-step--single .step-by-step-map__step-label--line {
    padding-top: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 3px);
    height: auto;
    width: 1px;
    padding-left: 0;
    border-bottom: 0;
    border-left: 1px dashed #868686
}

@media screen and (min-width:992px) {
    .step-by-step-map__single-step--single .step-by-step-map__step-label--arrows {
        position: absolute;
        top: calc(100% + 1px);
        left: 50%;
        transform: translateX(-50%) rotate(-180deg);
        height: 5px;
        width: 8px;
        border-radius: 8px 8px 0 0;
        background-color: #868686
    }

    .step-by-step-map__single-step--single .step-by-step-map__step-label--arrows:after {
        display: none
    }
}

.step-by-step-map__single-step--single .step-by-step-map__list {
    justify-content: center;
    gap: 100px 20px
}

.step-by-step-map__single-step--single .step-by-step-map__list--line {
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    height: auto;
    width: 1px;
    padding-top: 50px;
    padding-left: 0;
    border-bottom: 0;
    border-left: 1px dashed #868686
}

.step-by-step-map__single-step--single .step-by-step-map__list--line--circle {
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.step-by-step-map__single-step--single .step-by-step-map__list--line--half-circle {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    top: auto
}

.step-by-step-map__single-step--single .step-by-step-map__list li {
    width: calc((100% - 40px)/ 3)
}

.step-by-step-map__single-step--single .step-by-step-map__list li:first-child:before,
.step-by-step-map__single-step--single .step-by-step-map__list li:nth-child(3):before {
    height: 1px;
    border-left: 0;
    width: calc(100% + 16px);
    border-bottom: 1px dashed #868686;
    bottom: calc(100% + 42px);
    left: calc(50% + 8px);
    top: auto
}

.step-by-step-map__single-step--single .step-by-step-map__list li:nth-child(3):before {
    left: calc((50% + 16px)*-1)
}

.step-by-step-map__single-step--single .step-by-step-map__list li:nth-child(2):before {
    display: none
}

.step-by-step-map__single-step--single .step-by-step-map__list li:nth-child(4):before,
.step-by-step-map__single-step--single .step-by-step-map__list li:nth-child(5):before {
    height: calc(100% + 95px) !important;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 50px);
    top: auto
}

@media screen and (max-width:991px) {
    .step-by-step-map__single-step--single .step-by-step-map__step-label {
        margin-bottom: 50px
    }

    .step-by-step-map__single-step--single .step-by-step-map__list {
        gap: 20px
    }

    .step-by-step-map__single-step--single .step-by-step-map__list li {
        width: 100%
    }

    .step-by-step-map__list li:before {
        display: none
    }
}

.step-by-step-map__step-label:hover {
    color: #fff
}

.step-by-step-map__single-step {
    position: relative;
    padding-left: 0px
}

.step-by-step-map__single-step.accent-magenta .step-by-step-map__step-label {
    background-color: #e62b5a
}

.step-by-step-map__single-step.accent-magenta .step-by-step-map__step-label--arrows:after,
.step-by-step-map__single-step.accent-magenta .step-by-step-map__step-label--arrows:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0) !important
}

@media(max-width:991px) {
    .step-by-step-map__single-step {
        padding-left: 15px
    }

    .step-by-step-map__single-step.accent-magenta .step-by-step-map__step-label--arrows:after,
    .step-by-step-map__single-step.accent-magenta .step-by-step-map__step-label--arrows:before {
        left: 50%;
        transform: translateX(-50%) rotate(90deg) !important
    }
}

.step-by-step-map__single-step.accent-magenta .step-by-step-map__step-label--arrows:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7.5px;
    border-color: #fff0 #fff0 #fff0 #e62b5a;
    transform: rotate(0);
    right: -7px
}

@media(max-width:991px) {
    .step-by-step-map__single-step.accent-magenta .step-by-step-map__step-label--arrows:after {
        right: initial;
        top: calc(100% - 3px);
        left: 50%;
        transform: translateX(-50%) rotate(90deg) !important
    }
}

.step-by-step-map__single-step.accent-magenta .step-by-step-map__step-label--arrows:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7.5px;
    border-color: #fff0 #fff0 #fff0 #fff;
    transform: rotate(0);
    left: 0
}

.step-by-step-map__single-step.accent-magenta .step-by-step-map__list li {
    border-color: #e62b5a;
    background-color: rgba(230, 43, 90, .1)
}

.step-by-step-map__single-step:first-child .step-by-step-map__step-label--arrows::before {
    display: none
}

.step-by-step-map__single-step:nth-child(n+3) .step-by-step-map__step-label--arrows::after {
    display: none
}

.step-by-step-map__step-label {
    position: relative;
    width: 100%;
    min-height: 50px;
    display: flex;
    color: #fff;
    border-radius: 8px;
    font-size: 1.125rem;
    justify-content: center;
    align-items: center;
    text-transform: uppercase
}

.step-by-step-map__step-label--line {
    position: absolute;
    height: 1px;
    width: auto;
    padding-left: 42px;
    border-bottom: 1px dashed #868686;
    left: -44px
}

.step-by-step-map__step-label:before {
    content: "";
    position: absolute;
    left: -44px;
    bottom: 0;
    width: 1px;
    height: 50%;
    background-color: #fff0;
    border-left: 1px dashed #868686
}

.step-by-step-map__step-description {
    position: relative;
    color: #383838;
    font-size: 1rem;
    text-align: center;
    padding: 20px 0
}

.step-by-step-map__step-description:before {
    content: "";
    position: absolute;
    left: -44px;
    top: 2px;
    width: 1px;
    height: calc(50% + 5px);
    background-color: #fff0;
    border-left: 1px dashed #868686
}

@media(max-width:991px) {
    .step-by-step-map__single-step.accent-magenta .step-by-step-map__step-label--arrows:before {
        left: 50%;
        top: -3px
    }

    .step-by-step-map__step-label--line {
        display: none
    }

    .step-by-step-map__step-label:before {
        display: none
    }

    .step-by-step-map__step-description {
        text-align: left
    }

    .step-by-step-map__step-description:before {
        display: none
    }
}

.step-by-step-map__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px
}

.step-by-step-map__list li {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 64px;
    width: 100%;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    color: #383838;
    font-weight: 700;
    padding:  22px;
    font-size: 1rem
}

.step-by-step-map__list li a {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    color: #383838;
}

.step-by-step-map__list li:before {
    position: absolute;
    left: -45px;
    top: -20px;
    width: 1px;
    height: calc(100% + 20px);
    background-color: #fff0;
    border-left: 1px dashed #868686
}

.step-by-step-map__list li:last-child:before {
    height: calc(50% + 20px)
}

.step-by-step-map__list--icon {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 20px;
    max-width: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 8px
}

.step-by-step-map__list--line {
    position: absolute;
    height: 1px;
    width: auto;
    padding-left: 50px;
    border-bottom: 1px dashed #868686;
    left: -52px
}

@media screen and (max-width:991px) {
    .step-by-step-map__list--line {
        display: none
    }

    .marginBottomQuarter-sm {
        margin-bottom: 25px
    }
}

.step-by-step-map__list--line--circle {
    width: 16px;
    height: 40px;
    border-radius: 100%;
    background-color: #eee;
    color: #868686;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center
}

.step-by-step-map__list--line--half-circle {
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translateY(-50%) rotate(-90deg);
    height: 5px;
    width: 8px;
    border-radius: 8px 8px 0 0;
    background-color: #868686
}

.blog-comments h2 {
    font-size: 16px;
    letter-spacing: .8px;
    line-height: 16px;
    margin: 0 0 40px
}

.blog-comments h2 a {
    color: #999;
    text-decoration: none
}

.wp-faq-schema-items {
    padding: 30px;
    font-size: 1.125rem;
    line-height: 200%;
    background-color: #eee
}

.wp-faq-schema-items h2,
.wp-faq-schema-items h4,
.wp-faq-schema-items h5 {
    font-size: 1.5rem;
    color: #e62b5a;
    margin-bottom: 25px
}

.wp-faq-schema-items ul {
    list-style-type: disc;
    list-style-position: outside
}

.wp-faq-schema-items ul li {
    display: list-item
}

.wp-faq-schema-items ul li:before {
    display: none
}

.wp-faq-schema-items ul ul {
    list-style-type: circle;
    list-style-position: outside;
    margin-left: 15px
}

.wp-faq-schema-items div:last-child p {
    border-bottom: 0
}

.wp-faq-schema-items p {
    border-bottom: 1px solid #868686;
    padding-bottom: 25px;
    font-size: 1.125rem
}

.contactPage__testimonials .slick-track {
    padding-top: 60px
}

.case-study_appendices-slider .slick-arrow {
    cursor: pointer;
    position: absolute;
    right: 10%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 55px;
    max-width: 10%;
    color: #000;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    transition: all .7s ease
}

.case-study_appendices-slider .slick-arrow-prev {
    left: 0;
    right: auto
}

.case-study_appendices-slider .slick-arrow-next img {
    transform: rotate(180deg)
}

@media(min-width:1200px) {
    .case-study_appendices-slider .slick-arrow {
        background: rgba(68, 68, 68, .25);
        color: #fff;
        right: 0;
        font-size: 3rem
    }

    .case-study_appendices-slider .slick-arrow-prev {
        left: 0
    }
}

.case-study_appendices-slider .slick-arrow img {
    filter: brightness(0);
    max-width: 15px
}

@media screen and (min-width:420px) {
    .case-study_appendices-slider .slick-arrow img {
        max-width: 25px
    }
}

@media screen and (min-width:576px) {
    .case-study_appendices-slider .slick-arrow img {
        max-width: 40px
    }
}

@media screen and (min-width:1200px) {
    .case-study_appendices-slider .slick-arrow img {
        filter: brightness(100%);
        max-width: 55px
    }
}

.case-study_appendices-slider:hover .slick-arrow {
    opacity: .8
}

.case-study_appendices-slider .slick-slide {
    margin: 0 10px
}

.w-100 {
    width: 100%
}

.marginLeft {
    margin-left: 30px
}

@media screen and (min-width:0) {
    .marginLeftHalf-lg {
        margin-left: 15px
    }
}

@media screen and (max-width:0) {
    .marginLeftHalf-lg {
        margin-left: 15px
    }
}

.marginRight {
    margin-right: 30px
}

.marginTopQuarter {
    margin-top: 25px
}

.marginTop {
    margin-top: 100px
}

.marginBottomQuarter {
    margin-bottom: 25px
}

@media screen and (max-width:1199px) {
    .marginBottomQuarter-md {
        margin-bottom: 25px
    }
}

@media screen and (max-width:767px) {
    .case-study_appendices-slider .slick-arrow {
        opacity: .8
    }

    .w-100-xs {
        width: 100%
    }

    .marginLeftZero-xs {
        margin-left: 0
    }

    .marginTop {
        margin-top: 50px
    }

    .marginBottomQuarter-xs {
        margin-bottom: 25px
    }
}

.marginBottomHalf {
    margin-bottom: 50px
}

@media screen and (max-width:767px) {
    .marginBottomHalf {
        margin-bottom: 25px
    }
}

.marginBottom {
    margin-bottom: 100px
}

@media screen and (max-width:767px) {
    .marginBottom {
        margin-bottom: 50px
    }
}

@media screen and (max-width:1199px) {
    .marginBottomZero-md {
        margin-bottom: 0
    }
}

.paddingLeftRightZero {
    padding-left: 0;
    padding-right: 0
}

.paddingTopQuarter {
    padding-top: 25px
}

.paddingTopHalf {
    padding-top: 50px
}

@media screen and (max-width:767px) {
    .paddingTopHalf {
        padding-top: 25px
    }
}

@media screen and (min-width:0) {
    .marginBottomZero-lg {
        margin-bottom: 0
    }

    .paddingTopHalf-lg {
        padding-top: 50px
    }

    .paddingBottomQuarter-lg {
        padding-bottom: 25px
    }
}

@media screen and (max-width:0) {
    .marginBottomZero-lg {
        margin-bottom: 0
    }

    .paddingTopHalf-lg {
        padding-top: 50px
    }

    .paddingBottomQuarter-lg {
        padding-bottom: 25px
    }
}

.paddingTop {
    padding-top: 60px
}

@media screen and (max-width:767px) {
    .paddingTop {
        padding-top: 50px
    }
}

.paddingTopZero {
    padding-top: 0
}

.paddingBottomQuarter {
    padding-bottom: 25px
}

.paddingBottomHalf {
    padding-bottom: 50px
}

@media screen and (max-width:767px) {
    .paddingBottomHalf {
        padding-bottom: 25px
    }
}

.paddingBottom {
    padding-bottom: 50px
}

@media screen and (max-width:767px) {
    .paddingBottom {
        padding-bottom: 50px
    }
}

.paddingBottomZero {
    padding-bottom: 0
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.d-flex {
    display: flex
}

@media screen and (min-width:0) {
    .d-none-lg {
        display: none
    }
}

@media screen and (max-width:0) {
    .d-none-lg {
        display: none
    }
}

@media screen and (max-width:1199px) {
    .d-none-md {
        display: none
    }
}

@media screen and (max-width:991px) {
    .d-none-sm {
        display: none
    }

    .d-block-sm {
        display: block
    }
}

.flex-wrap {
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .flex-wrap-xs {
        flex-wrap: wrap
    }
}

.d-block {
    display: block
}

.jc-center {
    justify-content: center
}

@media screen and (min-width:0) {
    .jc-center-lg {
        justify-content: center
    }
}

@media screen and (max-width:0) {
    .jc-center-lg {
        justify-content: center
    }
}

@media screen and (max-width:1199px) {
    .jc-center-md {
        justify-content: center
    }
}

.ai-center {
    align-items: center
}

.align-start {
    align-items: flex-start
}

.bg-white-gray {
    background-color: #f9fcff
}

.bg-light-gray {
    background-color: #eee
}

.bg-white {
    background-color: #fff
}

.bg-yellow {
    background-color: #ffffff
}

.text-white {
    color: #fff
}

.text-dark {
    color: #444
}

.text-gray {
    color: #868686
}

.bg-prussian-blue {
    background-color: #183756
}

.bg-anti-flash-white {
    background-color: #f6f9fc
}

.border-white {
    border-color: #fff
}

.position-relative {
    position: relative !important
}

.position-initial {
    position: initial !important
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-bold {
    font-weight: 700
}

.text-regular {
    font-weight: 500
}

.text-transform-uppercase {
    text-transform: uppercase
}

.fz-14 {
    font-size: .875rem
}

.fz-16 {
    font-size: 1rem
}

.fz-18 {
    font-size: 1.125rem
}

.fz-20 {
    font-size: 1.25rem
}

.fz-24 {
    font-size: 1.5rem
}

.fz-26 {
    font-size: 1.625rem
}

.fz-28 {
    font-size: 1.75rem
}

.fz-30 {
    font-size: 1.875rem
}

.fz-36 {
    font-size: 2.25rem
}

.fz-42 {
    font-size: 1.625rem
}

.line-height-32 {
    line-height: 32px
}

.line-height-100 {
    line-height: 100%
}

.line-height-150 {
    line-height: 150%
}

.line-height-175 {
    line-height: 175%
}

.line-height-200 {
    line-height: 200%
}

.backgroundSkew:after,
.backgroundSkew:before {
    content: "";
    background-color: rgba(134, 134, 134, .05);
    height: 125px;
    position: absolute
}

.backgroundSkew:before {
    left: -10%;
    transform: skewX(-45deg)
}

.backgroundSkew:after {
    right: -10%;
    transform: skewX(45deg)
}

.z-index-1 {
    z-index: 1
}

@media (max-width:991px) {
    .formito-app {
        display: none
    }
}

.cky-overlay {
    background: #000;
    opacity: .4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999
}

.cky-hide {
    display: none
}

.cky-revisit-hide {
    display: none
}

.cky-consent-container {
    position: fixed;
    width: 440px;
    box-sizing: border-box;
    z-index: 9999999;
    border-radius: 6px
}

.cky-consent-container .cky-consent-bar {
    background: #fff;
    border: 1px solid;
    padding: 20px 26px;
    box-shadow: 0 -1px 10px 0 #acabab4d;
    border-radius: 6px
}

.cky-box-bottom-left {
    bottom: 40px;
    left: 40px
}

.cky-notice .cky-title {
    color: #212121;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px
}

.cky-accordion-header-des *,
.cky-gpc-wrapper .cky-gpc-desc *,
.cky-notice-des *,
.cky-preference-content-wrapper * {
    font-size: 14px
}

.cky-notice-des {
    color: #212121;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400
}

.cky-notice-des img {
    height: 25px;
    width: 25px
}

.cky-accordion-header-wrapper .cky-accordion-header-des p,
.cky-consent-bar .cky-notice-des p,
.cky-cookie-des-table li div:last-child p,
.cky-gpc-wrapper .cky-gpc-desc p,
.cky-preference-body-wrapper .cky-preference-content-wrapper p {
    color: inherit;
    margin-top: 0;
    overflow-wrap: break-word
}

.cky-cookie-des-table li div:last-child p:last-child,
.cky-gpc-wrapper .cky-gpc-desc p:last-child,
.cky-preference-content-wrapper p:last-child {
    margin-bottom: 0
}

.cky-notice-des a.cky-policy,
.cky-notice-des button.cky-policy {
    font-size: 14px;
    color: #1863dc;
    white-space: nowrap;
    cursor: pointer;
    background: 0 0;
    border: 1px solid;
    text-decoration: underline
}

.cky-notice-des button.cky-policy {
    padding: 0
}

.cky-accordion-header .cky-accordion-btn:focus-visible,
.cky-btn:focus-visible,
.cky-footer-wrapper a:focus-visible,
.cky-notice-des a.cky-policy:focus-visible,
.cky-notice-des button.cky-policy:focus-visible,
.cky-preference-content-wrapper .cky-show-desc-btn:focus-visible,
.cky-preference-header .cky-btn-close:focus-visible,
.cky-switch input[type=checkbox]:focus-visible {
    outline: #1863dc solid 2px;
    outline-offset: 2px
}

.cky-accordion-header .cky-accordion-btn:focus:not(:focus-visible),
.cky-btn:focus:not(:focus-visible),
.cky-consent-bar .cky-banner-btn-close:focus:not(:focus-visible),
.cky-preference-content-wrapper .cky-show-desc-btn:focus:not(:focus-visible),
.cky-preference-header .cky-btn-close:focus:not(:focus-visible) {
    outline: 0
}

button.cky-show-desc-btn:not(:hover):not(:active) {
    color: #1863dc;
    background: 0 0
}

button.cky-accordion-btn:not(:hover):not(:active),
button.cky-banner-btn-close:not(:hover):not(:active),
button.cky-btn-close:not(:hover):not(:active),
button.cky-btn-revisit:not(:hover):not(:active) {
    background: 0 0
}

.cky-consent-bar button:focus,
.cky-consent-bar button:hover,
.cky-modal.cky-modal-open button:focus,
.cky-modal.cky-modal-open button:hover {
    text-decoration: none
}

.cky-notice-btn-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 16px
}

.cky-notice-btn-wrapper .cky-btn {
    text-shadow: none;
    box-shadow: none
}

.cky-btn {
    flex: auto;
    max-width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px;
    font-weight: 500;
    margin: 0 8px 0 0;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0
}

.cky-btn:hover {
    opacity: .8
}

.cky-btn-reject {
    color: #1863dc;
    background: 0 0;
    border: 2px solid #1863dc
}

.cky-btn-accept {
    background: #1863dc;
    color: #fff;
    border: 2px solid #1863dc
}

.cky-btn:last-child {
    margin-right: 0
}

@media (max-width:576px) {
    .cky-box-bottom-left {
        bottom: 0;
        left: 0
    }
}

@media (max-width:440px) {
    .cky-box-bottom-left {
        width: 100%;
        max-width: 100%
    }

    .cky-consent-container .cky-consent-bar {
        padding: 20px 0
    }

    .cky-notice .cky-title,
    .cky-notice-btn-wrapper,
    .cky-notice-des {
        padding: 0 24px
    }

    .cky-notice-des {
        max-height: 40vh;
        overflow-y: scroll
    }

    .cky-notice-btn-wrapper {
        flex-direction: column;
        margin-top: 0
    }

    .cky-btn {
        width: 100%;
        margin: 10px 0 0
    }

    .cky-notice-btn-wrapper .cky-btn-reject {
        order: 3
    }

    .cky-notice-btn-wrapper .cky-btn-accept {
        order: 1;
        margin-top: 16px
    }
}

@media (max-width:352px) {
    .cky-notice .cky-title {
        font-size: 16px
    }

    .cky-notice-des * {
        font-size: 12px
    }

    .cky-btn,
    .cky-notice-des {
        font-size: 12px
    }
}

.cky-modal.cky-modal-open {
    display: flex;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    transition: all 1s ease
}

.cky-modal {
    box-shadow: 0 32px 68px rgba(0, 0, 0, .3);
    margin: 0 auto;
    position: fixed;
    max-width: 100%;
    background: #fff;
    top: 50%;
    box-sizing: border-box;
    border-radius: 6px;
    z-index: 999999999;
    color: #212121;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    visibility: hidden;
    transition: all 0s ease
}

.cky-preference-center {
    max-height: 79vh;
    overflow: hidden;
    width: 845px;
    overflow: hidden;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    border-radius: 6px
}

.cky-preference-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 24px;
    border-bottom: 1px solid
}

.cky-preference-header .cky-preference-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.cky-preference-header .cky-btn-close {
    margin: 0;
    cursor: pointer;
    vertical-align: middle;
    padding: 0;
    background: 0 0;
    border: none;
    width: auto;
    height: auto;
    min-height: 0;
    line-height: 0;
    text-shadow: none;
    box-shadow: none
}

.cky-preference-header .cky-btn-close img {
    margin: 0;
    height: 10px;
    width: 10px
}

.cky-preference-body-wrapper {
    padding: 0 24px;
    flex: 1;
    overflow: auto;
    box-sizing: border-box
}

.cky-gpc-wrapper .cky-gpc-desc,
.cky-preference-content-wrapper {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 12px 0
}

.cky-preference-content-wrapper {
    border-bottom: 1px solid
}

.cky-preference-content-wrapper img {
    height: 25px;
    width: 25px
}

.cky-preference-content-wrapper .cky-show-desc-btn {
    font-size: 14px;
    font-family: inherit;
    color: #1863dc;
    text-decoration: none;
    line-height: 24px;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    text-transform: none;
    min-height: 0;
    text-shadow: none;
    box-shadow: none
}

.cky-accordion-wrapper {
    margin-bottom: 10px
}

.cky-accordion {
    border-bottom: 1px solid
}

.cky-accordion:last-child {
    border-bottom: none
}

.cky-accordion .cky-accordion-item {
    display: flex;
    margin-top: 10px
}

.cky-accordion .cky-accordion-body {
    display: none
}

.cky-accordion.cky-accordion-active .cky-accordion-body {
    display: block;
    padding: 0 22px;
    margin-bottom: 16px
}

.cky-accordion-header-wrapper {
    cursor: pointer;
    width: 100%
}

.cky-accordion-item .cky-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cky-accordion-header .cky-accordion-btn {
    font-size: 16px;
    font-family: inherit;
    color: #212121;
    line-height: 24px;
    background: 0 0;
    border: none;
    font-weight: 700;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-transform: none;
    min-height: 0;
    text-shadow: none;
    box-shadow: none
}

.cky-accordion-header .cky-always-active {
    color: green;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px
}

.cky-accordion-header-des {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 16px
}

.cky-accordion-chevron {
    margin-right: 22px;
    position: relative;
    cursor: pointer
}

.cky-accordion-chevron-hide {
    display: none
}

.cky-accordion .cky-accordion-chevron i::before {
    content: "";
    position: absolute;
    border-right: 1.4px solid;
    border-bottom: 1.4px solid;
    border-color: inherit;
    height: 6px;
    width: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .2s ease-in-out;
    top: 8px
}

.cky-accordion.cky-accordion-active .cky-accordion-chevron i::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cky-cookie-des-table li div:first-child {
    width: 100px;
    font-weight: 600;
    word-break: break-word;
    word-wrap: break-word
}

.cky-cookie-des-table li div:last-child {
    flex: 1;
    word-break: break-word;
    word-wrap: break-word;
    margin-left: 8px
}

.cky-footer-shadow {
    display: block;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    position: absolute;
    bottom: calc(100% - 1px)
}

.cky-footer-wrapper {
    position: relative
}

.cky-prefrence-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 22px 24px;
    border-top: 1px solid
}

.cky-prefrence-btn-wrapper .cky-btn {
    flex: auto;
    max-width: 100%;
    text-shadow: none;
    box-shadow: none
}

.cky-btn-preferences {
    color: #1863dc;
    background: 0 0;
    border: 2px solid #1863dc
}

.cky-accordion,
.cky-accordion-wrapper,
.cky-footer-wrapper,
.cky-preference-body-wrapper,
.cky-preference-content-wrapper,
.cky-preference-header,
.cky-prefrence-btn-wrapper {
    border-color: inherit
}

@media (max-width:845px) {
    .cky-modal {
        max-width: calc(100% - 16px)
    }
}

@media (max-width:576px) {
    .cky-modal {
        max-width: 100%
    }

    .cky-preference-center {
        max-height: 100vh
    }

    .cky-prefrence-btn-wrapper {
        flex-direction: column
    }

    .cky-accordion.cky-accordion-active .cky-accordion-body {
        padding-right: 0
    }

    .cky-prefrence-btn-wrapper .cky-btn {
        width: 100%;
        margin: 10px 0 0
    }

    .cky-prefrence-btn-wrapper .cky-btn-reject {
        order: 3
    }

    .cky-prefrence-btn-wrapper .cky-btn-accept {
        order: 1;
        margin-top: 0
    }

    .cky-prefrence-btn-wrapper .cky-btn-preferences {
        order: 2
    }
}

@media (max-width:352px) {
    .cky-preference-header .cky-preference-title {
        font-size: 16px
    }

    .cky-preference-header {
        padding: 16px 24px
    }

    .cky-accordion-header-des *,
    .cky-preference-content-wrapper * {
        font-size: 12px
    }

    .cky-accordion-header .cky-always-active,
    .cky-accordion-header-des,
    .cky-notice-des a.cky-policy,
    .cky-preference-content-wrapper,
    .cky-preference-content-wrapper .cky-show-desc-btn {
        font-size: 12px
    }

    .cky-accordion-header .cky-accordion-btn {
        font-size: 14px
    }

    .cky-notice-des a.cky-policy {
        font-size: 12px
    }
}

.cky-switch {
    display: flex
}

.cky-switch input[type=checkbox] {
    position: relative;
    width: 44px;
    height: 24px;
    margin: 0;
    background: #d0d5d2;
    -webkit-appearance: none;
    border-radius: 50px;
    cursor: pointer;
    outline: 0;
    border: none;
    top: 0
}

.cky-switch input[type=checkbox]:checked {
    background: #1863dc
}

.cky-switch input[type=checkbox]:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0
}

.cky-switch input[type=checkbox]:after {
    display: none
}

.cky-switch input[type=checkbox]:checked:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

@media (max-width:425px) {
    .cky-accordion-chevron {
        margin-right: 15px
    }

    .cky-notice-btn-wrapper {
        margin-top: 0
    }

    .cky-accordion.cky-accordion-active .cky-accordion-body {
        padding: 0 15px
    }

    .cky-switch input[type=checkbox] {
        width: 38px;
        height: 21px
    }

    .cky-switch input[type=checkbox]:before {
        height: 17px;
        width: 17px
    }

    .cky-switch input[type=checkbox]:checked:before {
        -webkit-transform: translateX(17px);
        -ms-transform: translateX(17px);
        transform: translateX(17px)
    }
}

.cky-consent-bar .cky-banner-btn-close {
    position: absolute;
    right: 9px;
    top: 5px;
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    min-height: 0;
    line-height: 0;
    height: auto;
    width: auto;
    text-shadow: none;
    box-shadow: none
}

.cky-consent-bar .cky-banner-btn-close img {
    height: 9px;
    width: 9px;
    margin: 0
}

.cky-notice-group {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #212121
}

.cky-consent-bar .cky-banner-btn-close:focus-visible,
.cky-opt-out-btn-wrapper .cky-btn:focus-visible {
    outline: #1863dc solid 2px;
    outline-offset: 2px
}

@media (max-width:440px) {
    .cky-consent-container {
        width: 100%
    }
}

.cky-gpc-wrapper {
    margin: 0 0 0 32px
}

.cky-footer-wrapper .cky-opt-out-btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 22px 24px
}

.cky-opt-out-btn-wrapper .cky-btn {
    flex: auto;
    max-width: 100%;
    text-shadow: none;
    box-shadow: none
}

@media (max-width:352px) {

    .cky-gpc-wrapper .cky-gpc-desc,
    .cky-gpc-wrapper .cky-gpc-desc * {
        font-size: 12px
    }

    .cky-gpc-wrapper {
        margin: 0 0 0 28px
    }
}

.video-placeholder-youtube {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #b2b0b059;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%
}

.video-placeholder-text-youtube {
    text-align: center;
    align-items: center;
    padding: 10px 16px;
    background-color: #000000cc;
    color: #fff;
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer
}

.video-placeholder-normal {
    background-image:url("{$theme_path}/static/images/placeholder.svg");
    background-size: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #b2b0b059;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-width: 100%
}

.video-placeholder-text-normal {
    align-items: center;
    padding: 10px 16px;
    text-align: center;
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer
}

.cky-rtl {
    direction: rtl;
    text-align: right
}

.cky-rtl .cky-banner-btn-close {
    left: 9px;
    right: auto
}

.cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child {
    margin-right: 8px
}

.cky-rtl .cky-notice-btn-wrapper .cky-btn:first-child {
    margin-right: 0
}

.cky-rtl .cky-notice-btn-wrapper {
    margin-left: 0;
    margin-right: 15px
}

.cky-rtl .cky-prefrence-btn-wrapper .cky-btn {
    margin-right: 8px
}

.cky-rtl .cky-prefrence-btn-wrapper .cky-btn:first-child {
    margin-right: 0
}

.cky-rtl .cky-accordion .cky-accordion-chevron i::before {
    border: none;
    border-left: 1.4px solid;
    border-top: 1.4px solid;
    left: 12px
}

.cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-chevron i::before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media (max-width:768px) {
    .cky-rtl .cky-notice-btn-wrapper {
        margin-right: 0
    }
}

@media (max-width:576px) {
    .cky-rtl .cky-notice-btn-wrapper .cky-btn:last-child {
        margin-right: 0
    }

    .cky-rtl .cky-prefrence-btn-wrapper .cky-btn {
        margin-right: 0
    }

    .cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body {
        padding: 0 22px 0 0
    }
}

@media (max-width:425px) {
    .cky-rtl .cky-accordion.cky-accordion-active .cky-accordion-body {
        padding: 0 15px 0 0
    }
}

.cky-rtl .cky-opt-out-btn-wrapper .cky-btn {
    margin-right: 12px
}

.cky-rtl .cky-opt-out-btn-wrapper .cky-btn:first-child {
    margin-right: 0
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block;
    outline: 0
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
.rll-youtube-player,
[data-lazy-src] {
    display: none !important;
}
