:after, :before, s * {
    box-sizing: border-box
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    position: relative
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

table {
    border-collapse: collapse;
    border-width: 0;
    margin: 0;
    padding: 0
}

input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
    color: #333
}

button, input[type=button], input[type=submit] {
    -webkit-appearance: none;
    cursor: pointer
}

form, td {
    margin: 0;
    padding: 0
}

a {
    color: inherit
}

b, strong {
    font-weight: 700
}

img {
    height: auto;
    max-width: 100%
}

.img-center, .img-contain, .img-cover, .img-scale-down, .img-wrap {
    display: block
}

.img-center img, .img-center svg, .img-middle img, .img-middle svg, .img-wrap img, .img-wrap svg {
    display: block;
    flex-shrink: 0;
    height: auto;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.img-center img, .img-center svg {
    margin: 0 auto
}

.img-middle {
    align-items: center;
    display: flex;
    justify-content: center
}

.img-contain img, .img-contain svg, .img-cover img, .img-cover svg, .img-scale-down img, .img-scale-down svg {
    aspect-ratio: inherit;
    display: block;
    height: 100%;
    max-height: none;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.img-contain img, .img-contain svg {
    -o-object-fit: contain;
    object-fit: contain
}

.img-scale-down img, .img-scale-down svg {
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.img-autosize {
    height: auto;
    width: auto
}

.img-bg-cover {
    display: block;
    position: relative;
    z-index: 2
}

.img-bg-cover > img {
    display: block;
    inset: 0;
    max-height: none;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    z-index: -1
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.flex {
    display: flex
}

.iflex {
    display: inline-flex
}

.fdc {
    flex-direction: column
}

.asfs {
    align-self: flex-start
}

.aic {
    align-items: center
}

.aib {
    align-items: baseline
}

.aifs {
    align-items: flex-start
}

.aife {
    align-items: flex-end
}

.jcc {
    justify-content: center
}

.jcspb {
    justify-content: space-between
}

.jcfe {
    justify-content: flex-end
}

.fwrap {
    flex-wrap: wrap
}

.ff-second {
    font-family:, "sans-serif"
}

.sr-only {
    border: none;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.text-center {
    text-align: center
}

.text-start {
    text-align: start
}

.text-end {
    text-align: end
}

.text-uppercase {
    text-transform: uppercase
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.clr-main {
    color: var(--color-primary)
}

.clr-second {
    color: var(--color-second)
}

@media screen and (min-width: 576px) {
    .hide-xs-up {
        display: none !important
    }
}

@media screen and (min-width: 768px) {
    .hide-sm-up {
        display: none !important
    }
}

@media screen and (min-width: 782px) {
    .hide-wp-mob-up {
        display: none !important
    }
}

@media screen and (min-width: 992px) {
    .hide-md-up {
        display: none !important
    }
}

@media screen and (min-width: 1330px) {
    .hide-lg-up {
        display: none !important
    }
}

@media screen and (max-width: 1329px) {
    .hide-lg-down {
        display: none !important
    }
}

@media screen and (max-width: 991px) {
    .hide-md-down {
        display: none !important
    }
}

@media screen and (max-width: 781px) {
    .hide-wp-mob-down {
        display: none !important
    }
}

@media screen and (max-width: 767px) {
    .hide-sm-down {
        display: none !important
    }
}

@media screen and (max-width: 575px) {
    .hide-xs-down {
        display: none !important
    }
}

html {
    --color-bg: #ebeefa;
    --color-text: #4c4d75;
    --color-primary: #1e1f44;
    --color-second: #6a6b84;
    --color-action: #387aff;
    --color-orange: #ff5a24;
    color: var(--color-text);
    font-family:, "sans-serif";
    font-size: 16px;
    line-height: 1.25;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none
}

body, html {
    background: var(--color-bg);
    scroll-behavior: smooth
}

body {
    max-width: 100vw;
    min-height: 100%;
    min-width: 320px;
    overflow-x: hidden;
    word-break: break-word
}

body.admin-bar {
    min-height: calc(100% - 32px)
}

@media screen and (max-width: 782px) {
    body.admin-bar {
        min-height: calc(100% - 46px)
    }
}

.main-wrapper {
    min-height: 100vh;
    width: 100%
}

.admin-bar .main-wrapper {
    min-height: calc(100vh - 32px)
}

@media screen and (max-width: 782px) {
    .admin-bar .main-wrapper {
        min-height: calc(100vh - 46px)
    }
}

.site-content {
    flex-grow: 1;
    min-height: 1px;
    width: 100%
}

.main {
    width: 100%
}

.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 70px 25px
}

@media screen and (max-width: 1329px) {
    .flex-wrapper {
        grid-gap: 70px 18px
    }
}

@media screen and (max-width: 991px) {
    .flex-wrapper {
        grid-gap: 25px
    }
}

.ocv-variable-blocks__item .ocv-two-blocks__item--second, .ocv-variable-blocks__item .ocv-two-blocks__item--second img {
    position: relative
}

.ocv-variable-blocks__item .ocv-two-blocks__item--second:before {
    background-color: rgba(255, 90, 36, .631);
    border-radius: 50%;
    bottom: -44.7px;
    content: "";
    filter: blur(70px);
    height: 315px;
    left: -50px;
    position: absolute;
    width: 315px
}

.ocv-variable-blocks__item:nth-child(2n) {
    flex-direction: row-reverse
}

.ocv-variable-blocks__item:nth-child(2n) .ocv-two-blocks__item--second {
    justify-content: start
}

.ocv-variable-blocks__item:nth-child(2n) .ocv-two-blocks__item--second:before {
    background-color: rgba(56, 122, 255, .631)
}

.ocv-variable-blocks__item:nth-child(3n) .ocv-two-blocks__item--second:before {
    background-color: rgba(106, 107, 132, .631)
}

.ocv-variable-blocks__item:nth-child(2n) .ocv-two-blocks__item--second:before, .ocv-variable-blocks__item:nth-child(3n) .ocv-two-blocks__item--second:before {
    left: auto;
    right: -50px
}

.ocv-variable-blocks .ocv-two-blocks__item--second {
    display: flex;
    justify-content: end
}

.ocv-two-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: space-between
}

.ocv-two-blocks__item {
    width: 49%
}

@media screen and (max-width: 767px) {
    .ocv-two-blocks__item {
        width: 100%
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes animate-fade-in {
    to {
        opacity: 1
    }
}

.ocv-btn {
    align-items: center;
    background: none;
    border: 0;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    justify-content: center;
    line-height: normal;
    max-width: -moz-max-content;
    max-width: max-content;
    min-height: 50px;
    min-width: 12.25rem;
    outline: 0;
    padding: 10px 0;
    text-decoration: none;
    transition: .15s ease
}

@media screen and (max-width: 767px) {
    .ocv-btn {
        font-size: .75rem;
        max-width: unset;
        min-height: 36px;
        width: 100%
    }
}

.ocv-btn:hover {
    background: #ea4510
}

.ocv-btn.disabled {
    opacity: .5;
    pointer-events: none
}

.ocv-btn__icon {
    margin-right: 6px
}

.ocv-btn__icon path {
    transition: .15s ease
}

.ocv-btn__icon img, .ocv-btn__icon svg {
    display: block;
    max-height: 24px;
    max-width: 24px;
    transition: .15s ease
}

@media screen and (max-width: 767px) {
    .ocv-btn__icon img, .ocv-btn__icon svg {
        max-height: 14px;
        max-width: 14px
    }
}

.ocv-btn__icon--filter {
    margin-right: 0
}

.ocv-btn__icon--right {
    margin-left: 6px;
    margin-right: 0
}

.ocv-btn.loading {
    color: transparent;
    cursor: default;
    pointer-events: none;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.ocv-btn__spin {
    opacity: 0;
    transition: opacity .15s ease, visibility .15s ease;
    visibility: hidden
}

.ocv-btn__spin:after, .ocv-btn__spin:before {
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    z-index: 1
}

.ocv-btn__spin:before {
    border: 3px solid rgba(247, 247, 250, .8)
}

.ocv-btn__spin:after {
    animation: rotate .6s linear infinite;
    border: 3px solid transparent;
    border-top-color: #fff
}

.ocv-btn.loading .ocv-btn__spin {
    opacity: 1;
    visibility: visible
}

.ocv-btn.loading .ocv-btn__icon {
    opacity: 0
}

.ocv-btn--primary {
    background-color: var(--color-orange);
    border: 1px solid var(--color-orange);
    color: #f2f2f2
}

.ocv-btn--light-primary {
    background-color: var(--color-primary-light);
    border: 1px solid var(--color-orange);
    color: var(--color-orange)
}

.ocv-btn--light-primary:hover {
    color: #fff
}

.ocv-btn--light-dark {
    background-color: var(--color-primary-light);
    border: 1px solid var(--color-second);
    color: var(--color-primary)
}

.ocv-btn--light-dark .ocv-btn__spin:before {
    border: 1px solid var(--color-primary)
}

.ocv-btn--light-dark:hover {
    background-color: var(--color-second);
    color: #fff
}

.ocv-btn--light-dark:hover svg {
    color: #fff
}

.input {
    background: none;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    display: block;
    font-family: inherit;
    font-size: inherit;
    height: 2em;
    margin: 0;
    max-width: none;
    min-width: 0;
    outline: none;
    padding: 0 1em;
    transition: .15s ease;
    width: 100%
}

.input::-webkit-search-cancel-button, .input::-webkit-search-decoration, .input::-webkit-search-results-button, .input::-webkit-search-results-decoration {
    display: none
}

.input::-webkit-input-placeholder {
    color: inherit;
    font-weight: inherit;
    opacity: 1;
    -webkit-transition: .4s ease-in-out .4s;
    transition: .4s ease-in-out .4s
}

.input::-moz-placeholder {
    color: inherit;
    font-weight: inherit;
    opacity: 1;
    -moz-transition: .4s ease-in-out .4s;
    transition: .4s ease-in-out .4s
}

.input:focus::-webkit-input-placeholder {
    opacity: 0
}

.input:focus::-moz-placeholder {
    opacity: 0
}

.input:-webkit-autofill {
    -webkit-text-fill-color: #fff
}

.input:-webkit-autofill, .input:-webkit-autofill:active, .input:-webkit-autofill:focus, .input:-webkit-autofill:hover {
    -webkit-transition: background-color 999999s ease-in-out 0s;
    transition: background-color 999999s ease-in-out 0s
}

.textarea {
    min-height: 6em;
    padding: .5em 1em;
    resize: none
}

input [type=number]::-webkit-inner-spin-button, input [type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input [type=number] {
    -moz-appearance: textfield
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--color-primary);
    font-weight: 700;
    line-height: 1.2;
    margin: 1em 0
}

.h1 span.blue, .h2 span.blue, .h3 span.blue, .h4 span.blue, .h5 span.blue, .h6 span.blue, h1 span.blue, h2 span.blue, h3 span.blue, h4 span.blue, h5 span.blue, h6 span.blue {
    color: var(--color-action)
}

.h1, h1 {
    font-size: 65px;
    margin: .3em 0
}

.h1, .h2, h1, h2 {
    line-height: 1.333
}

.h2, h2 {
    font-size: 45px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%
}

.h5, h5 {
    font-size: 16px
}

.h6, h6 {
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .h1, .h2, h1, h2 {
        line-height: 1.5em
    }

    .h1, .h2, .h3, h1, h2, h3 {
        font-size: 20px
    }

    .h4, .h5, .h6, h4, h5, h6 {
        font-size: 14px
    }
}

a, a > img {
    transition: .15s ease
}

@media (hover: hover) {
    a:hover > img {
        opacity: .85
    }
}

a[href^="#"] * {
    pointer-events: none
}