@charset "UTF-8";

canvas.clock {
    position: fixed;
    bottom: -.5rem;
    right: -0.5rem;
    background: #ffffffd4;
    box-shadow: 0 4px 24px #ddd;
    border-radius: 50% 50% 0 50%;
    width: 72px;
    height: 72px;
    z-index: 99;
}

/* ULTIMATE MEMBER */
.um-2530.um,
.um-2529.um {
    margin-top: 136px;
    padding-top: 70px;
}

/* .end ULTIMATE MEMBER */

/*  */
/* Proverit */
.wp-block-columns {
    justify-content: center;
}

.wp-block-columns.columns-container.is-layout-flex.wp-block-columns-is-layout-flex {
    max-width: 1200px;
    margin: auto;
    /* 	margin-top: 4rem; */
}

.section-our-process .wp-block-columns.columns-container.is-layout-flex.wp-block-columns-is-layout-flex {
    justify-content: flex-start;
    margin-top: 4rem;
}

.wp-block-columns.alignfull.columns-container.is-layout-flex.wp-block-columns-is-layout-flex {
    max-width: 100%;
}

/*  */
main h2 {
    font-size: 36px;
    text-align: center;
    margin-top: 0;
}

main a {
    color: inherit;
    transition-duration: .2s;
}

article .entry-content>p a {
    color: inherit;
    text-decoration: dotted 1px underline;
}

article .entry-content>p a:not(.more-link):hover {
    color: #423c82;
    text-decoration: solid 1px underline;
}

.typing-text-effects .wp-block-heading>strong {
    color: #002fa6;
}

.typing-text-effects .wp-block-heading>strong::after {
    content: "|";
    color: #002fa6a1;
    animation-name: typing;
    animation-duration: .5s;
    animation-iteration-count: infinite;
}

.typing-text-effects .wp-block-heading>strong.cursor::after {
    animation: none;
}

@keyframes typing {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*  */
.typing-text-effects {
    background-color: #f6f2ed;
}

p.typing-effect.container {
    max-width: 600px;
    margin: auto;
}

.container .typing {
    overflow: hidden;
}

.wp-block-heading.typing {
    font-size: 2rem;
}

.container .typing span.typed-text {
    font: inherit;
    color: #272264;
    margin-left: .25em;
}

.container .typing span.cursor {
    display: inline-block;
    vertical-align: text-bottom;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 2px;
    height: 1em;
    animation: blink 1s infinite;
}

.container .typing span.cursor.typing {
    animation: none;
}

@keyframes blink {
    0% {
        background-color: #ccc;
    }

    49% {
        background-color: #ccc;
    }

    50% {
        background-color: transparent;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: #ccc;
    }
}

/*  */

/* GLOBAL */
.data-hidden,
.hidden-element {
    display: none !important;
}

/* main elements */

body:not(.archive, .home) main section {
    /*     border: 1px dashed green; */
}

main.site-main {
    position: relative;
}

main section.fool-width {
    max-width: none;
}

main section.alignwide>div {
    max-width: 1440px;
    margin: auto;
}

body.home main#main {
    border: none;
}

.at-heading {
    font-size: 40px;
    line-height: 1.4;
    text-transform: none;
    margin-top: .75em;
    text-align: center;
}

.at-heading strong {
    /*     color: #272264; */
    color: #6778ad;
}

.at-heading-lite {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.widget_block .at-heading-lite-gray.wp-block-heading,
.at-heading-lite-gray.wp-block-heading {
    color: #ababab;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.43;
    margin-bottom: 2em;
}

/* ||| */

article#post-4 figure.wp-block-image.size-large {
    background: url(https://project.whitecrow.top/wp-content/uploads/2023/07/home-infotechno-video-intro-bg.jpg);
    background-size: cover;
    /* background-attachment: fixed; */
    filter: grayscale(0);
    padding: 13rem 0;
    display: flex;
    align-items: center;
    min-height: 90vh;
}

article#post-4 figure.wp-block-image.size-large img {
    display: block;
    position: relative;
    max-width: 768px;
    margin-right: 0;
    margin-left: auto;
    filter: grayscale(1);
    border: 6px solid #ffffffd1;
    border-right: 0;
}

article#post-4 figure.wp-block-image.size-large::before {
    content: "Coming soon";
    font-size: 5em;
    font-weight: 700;
    color: #dbdbdba3;
    position: absolute;
}

/* test */

#progress-2 {
    background-color: #f6f2ed;
    padding: 2rem;
}



/* body .section-our-process#progress-2 .js-inner {
    background-color: #f6f2ed;
} */

/* div.entry-content> :nth-child(n) {
    margin-top: 6rem;
    margin-bottom: 6rem
} */

body:not(.home) div.entry-content> :nth-child(n):not(p) {
    /*     margin-top: 2rem;
    margin-bottom: 4rem; */
}

.wp-block-group__inner-container>:nth-child(n) {
    /*     margin-bottom: 2rem; */
}

.wp-block-columns.alignwide.is-layout-flex {
    display: flex;
    justify-content: center;
    /*     gap: 1rem; */
}

.at-call-to-action-1 {
    margin: 2rem auto;
}

.at-call-to-action-1 hr.wp-block-separator {
    width: 100%;
}

.at-call-to-action-1.wp-block-columns.alignwide.is-layout-flex>div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.at-call-to-action-1 div.wp-block-button.has-custom-width a.wp-block-button__link {
    display: block;
    width: max-content;
    padding: 1em 2em;
    margin: auto;
    cursor: pointer;
    background: #444 !important;
}

.at-call-to-action-1 ul {
    list-style: disc;
}

.at-call-to-action-1 ul li {
    margin-bottom: 1em;
}

/*  */

body.page .text-and-button-block {
    text-align: center;
}

body.page .text-and-button-block .wp-block-button>a {
    padding: 1em 2em;
    background-color: green !important;
    max-width: max-content;
}

body.page .text-and-button-block h2.wp-block-heading {
    color: #007bff;
}

/*  */
figure.wp-block-gallery.alignwide.has-nested-images.columns-2.is-cropped.is-layout-flex {
    display: flex;
    justify-content: center;
    margin: 2em auto;
    max-width: 1024px;
    flex-wrap: wrap;
    gap: 0;
}

figure.wp-block-gallery.alignwide.has-nested-images.columns-2.is-cropped.is-layout-flex>figure {
    flex-basis: 50%;
    padding: 4px;
}

/*  */
section.field-block {
    max-width: 600px;
    margin: 2em auto;
}

/* SVG */
span.svg-icon {
    background-color: transparent !important;
}

body.page .svg-icon-test,
body.page .wp-block-columns.alignfull.svg-icon-test.is-layout-flex.wp-container-22 {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    border: 1px dotted;
    padding: 1rem;
    align-items: center !important;
    gap: 2rem;
}


i.icon-inner {
    overflow: hidden;
    width: 1.3em;
    min-width: 1.3em;
    height: 1.5em;
    display: flex;
    align-items: center;
    column-gap: .35em;
}

.at-title i.icon-inner {
    display: inline-flex;
    width: 1.23em;
    min-width: 1.23em;
    height: 1.3em;
}

i.icon-inner svg {
    position: relative;
    fill: #6778ad;
    display: inline-block;
    width: 1em;
    min-width: 1em;
    height: 1em;
    bottom: -.1em;
    left: auto;
    right: 100%;
}

div.element-case-studie i.icon-inner svg {
    position: static;
}

.at-title i.icon-inner svg {
    fill: #696969;
    /*     position: relative; */
    display: inline-block;
    width: .9em;
    min-width: .9em;
    height: 1em;
    bottom: -.1em;
    left: auto;
    right: 100%;
}


a:hover i.icon-inner svg path {
    /*     fill: #423c82; */
    fill: #d80000;
}

.at-num-title:hover i.icon-inner>:nth-child(1),
a:hover i.icon-inner>:nth-child(1) {
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.at-num-title:hover i.icon-inner>:nth-child(2),
a:hover i.icon-inner>:nth-child(2) {
    -webkit-transition: all .1s cubic-bezier(.645, .045, .355, 1);
    transition: all .1s cubic-bezier(.645, .045, .355, 1);
    transition-delay: .1s;
}

.at-num-title:hover i.icon-inner>:nth-child(n),
a:hover i.icon-inner>:nth-child(n) {
    right: 0;
}

/* ********** Our Progress ************ */
.section-our-process {
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
}

.heading-container {
    display: flex;
    flex-wrap: wrap !important;
    align-items: center;
    justify-content: space-between;
}

.section-lite-title {
    color: #ababab;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.43;
    margin-bottom: 2em;
}

.how-we-work .section-lite-title {
    color: #333;
    text-align: left;
    margin-bottom: 1em;
}

body .section-our-process>div>div.wp-block-columns {
    flex-wrap: wrap !important;
}

body .section-our-process .column-our-progress>div {
    height: 100%;
    display: flex;
    flex-wrap: wrap !important;
    align-content: space-between;
}

body .section-our-process .column-our-progress>div>div {
    flex-basis: 100% !important;
}

.section-our-process .column-our-progress>div> :nth-child(2) {
    padding: .5em 2em 4em 0;
    height: calc(100% - 4rem);
    display: flex;
    flex-direction: column;
    flex-basis: 100% !important;
    justify-content: space-between;
}

.column-our-progress>div> :nth-child(2) .wp-block-heading span {
    margin-right: .25em;
}

.section-our-process * {
    background-color: inherit;
}

body .column-our-progress {
    min-width: 25%;
}

body .section-our-process .column-our-progress>div> :first-child {
    min-width: max-content;
    min-height: max-content;
    position: relative;
}

body .section-our-process .columns-container>:not(:last-child).column-our-progress>div> :first-child::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
}

.column-our-progress .wp-block-heading {
    font-size: 18px;
    font-weight: 500;
}

body .section-our-process .js-inner {
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 3rem !important;
    height: 3rem !important;
    border: 1px solid;
    border-color: #ccc;
    border-radius: 50%;
    padding: 0 !important;
    margin-left: 0;
    z-index: 2;
}

body main .section-our-process .column-our-progress:hover .js-inner {
    color: #fff;
    background-color: #272264;
}

/* >>> */
body .section-our-process .column-our-progress .wp-block-heading,
body .section-our-process .column-our-progress .js-inner {
    transition-duration: .4s;
}

body .section-our-process .column-our-progress:hover .wp-block-heading,
body .section-our-process .column-our-progress:hover .js-inner {
    color: #272264;
    border-color: #272264;
}

body .section-our-process .js-inner {
    margin: 0;
}

body .section-our-process .column-our-progress .js-inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border: 1px solid #272264;
    border-radius: inherit;
    animation: none;
}

body .section-our-process .column-our-progress .js-inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border: 1px solid #272264;
    border-radius: inherit;
}

body .section-our-process .column-our-progress:hover .js-inner::before {
    animation-name: our_progress;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

body .section-our-process .column-our-progress:hover .js-inner::after {
    animation-name: our_progress;
    animation-duration: 2s;
    animation-delay: .5s;
    animation-iteration-count: infinite;

}

@keyframes our_progress {
    0% {
        visibility: visible;
        opacity: 1;
        width: 100%;
        height: 100%;
    }

    97% {
        visibility: hidden;
    }

    100% {
        visibility: hidden;
        opacity: 0;
        width: 200%;
        height: 200%;
    }
}

/* AT SLIDER */
.at-slider {
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.at-slider figure.wp-block-gallery {
    display: flex;
    width: max-content;
    position: relative;
    left: 0;
}

/* >>> */
section.at-slider figure.wp-block-gallery {
    gap: 1rem;
    transition-duration: .75s;
}

.parent-dots {
    display: flex;
    column-gap: 1rem;
    width: max-content;
    margin: 1rem auto;
    padding: 1rem;
    cursor: default;
    user-select: none;
}

.slider-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #bbb;
    cursor: pointer;
    transition-duration: .4s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.slider-dot:hover {
    transform: scale(1.5);

}

/* TESTIMONIALS */
section.at_section-testimonials {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f6f2ed;
    overflow: hidden;
}

section.at_section-testimonials>div.wp-block-group__inner-container {
    max-width: 1090px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.alignfull.at_section-testimonials.testimonials-slider>div {
    max-width: 100%;
}

section.at_section-testimonials>div.wp-block-group__inner-container>div {
    width: max-content;
}

section.at_section-testimonials.testimonials-slider>div.wp-block-group__inner-container>div {
    position: relative;
    left: 0;
    transition-duration: 2s;
}

div.at_block-testimonials {
    padding: 1rem;
}

div.at_block-testimonials:hover {
    opacity: 1;
}

section.at_section-testimonials:not(.testimonials-slider) div.at_block-testimonials {
    max-width: 386px;
}

div.at_block-testimonials>div {
    flex-wrap: wrap !important;
    padding: 1rem;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 35px 40px -40px rgba(51, 51, 51, .13);
    border-radius: .5em;
}

div.at_block-testimonials>div.wp-block-columns>div.wp-block-column {
    flex-basis: 100%;
}

div.at_block-testimonials.at_block-testimonials .wp-block-quote img {
    width: 64px;
    border-radius: 50%;
    margin-right: .5em;
}

.wp-block-group.at_block-testimonials>div>div>div {
    display: flex;
}

.at_block-testimonials .wp-block-quote {
    border-left: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.at_block-testimonials .wp-block-quote p {
    flex-basis: 100%
}

.at_block-testimonials .wp-block-quote p:not(.alt-style) {
    font-weight: 600;
}

.at_block-testimonials .wp-block-quote {
    border-left: none;
    margin: 0;
    padding: 1em 2em 6em 2em;
}

.at_block-testimonials .wp-block-quote cite:not(em) {
    font-size: 20px;
    font-weight: 600;
}

.at_block-testimonials .wp-block-quote cite em {
    display: block;
    font-weight: 400;
    font-size: 1rem;
}

.at_block-testimonials .wp-block-quote cite em::before {
    content: "/";
    margin-right: .25em;
}

/* Work 2 OUR SERVICES*/
section.wp-block-group.our-services {
    background-color: #f8f8f8;
}


section.wp-block-group.our-services>.wp-block-group__inner-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 3rem 1rem;
}

section.wp-block-group.our-services>.wp-block-group__inner-container>.wp-block-columns.is-layout-flex {
    column-gap: 2rem;
    row-gap: 4em;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.section-hire-us .wp-block-columns.is-layout-flex>div,
section.our-services.wp-block-group.our-services>.wp-block-group__inner-container>.wp-block-columns.is-layout-flex {
    flex-wrap: wrap !important;
    justify-content: center;
}

.section-hire-us .wp-block-columns.is-layout-flex>div,
section.our-services.wp-block-group.our-services>.wp-block-group__inner-container>.wp-block-columns.is-layout-flex>div {
    min-width: 300px;
    max-width: 400px;
}

section.wp-block-group.our-services>.wp-block-group__inner-container>.wp-block-columns.is-layout-flex>div {
    box-shadow: 0 18px 40px rgba(51, 51, 51, .1);
    background: #fff;
    border-radius: 5px;
    /*     padding: 50px 30px 63px; */
    padding: 3rem 1.9rem 4rem;
    position: relative;
    transition: cubic-bezier(0.7, 1, 0.3, 0.9) transform .4s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.wp-block-group.our-services h2 {
    color: #ababab;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.43;
    margin-bottom: 2em;
}

section.wp-block-group.our-services h3 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 700;
    max-width: 15em;
    text-align: center;
    margin: auto;
}

section.wp-block-group.our-services h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 1em;
    margin-bottom: 9px;
}

.our-services .link {
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    margin-top: 4em;
}

section.wp-block-group.our-services .wp-block-buttons.is-layout-flex {
    width: max-content;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.circle-button a,
section.wp-block-group.our-services a.wp-block-button__link.wp-element-button {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-size: 0;
    color: #fff;
    background: url(https://project.whitecrow.top/wp-content/uploads/2023/07/icon-svg-arrow-right-long-solid-white.svg) #d2a98e;
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease all .5s;
}

.circle-button a::before,
section.wp-block-group.our-services a.wp-block-button__link.wp-element-button::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border: 1px solid #272264;
    border-radius: inherit;
    animation: none;
}

.circle-button a::after,
section.wp-block-group.our-services a.wp-block-button__link.wp-element-button::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border: 1px solid #272264;
    border-radius: inherit;
    animation: none;
}

.circle-button a:hover::before,
section.wp-block-group.our-services>.wp-block-group__inner-container>.wp-block-columns.is-layout-flex>div:hover a.wp-block-button__link.wp-element-button::before {
    animation-name: our_progress;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}

.circle-button a:hover::after,
section.wp-block-group.our-services>.wp-block-group__inner-container>.wp-block-columns.is-layout-flex>div:hover a.wp-block-button__link.wp-element-button::after {
    animation-name: our_progress;
    animation-duration: 2s;
    animation-delay: .5s;
    animation-iteration-count: infinite;
}

.at-widget-wrapper>.post-quote-link:hover,
section.wp-block-group.our-services>.wp-block-group__inner-container>.wp-block-columns.is-layout-flex>div:hover {
    transform: translateY(-4px);
}

.circle-button a:hover,
section.wp-block-group.our-services>.wp-block-group__inner-container>.wp-block-columns.is-layout-flex>div:hover a.wp-block-button__link.wp-element-button {
    background-color: #272264 !important;
}

section.wp-block-group.our-services p>a {
    color: #272264;
    position: relative;
    overflow: hidden;
    margin: auto .25em;
}

.link {
    font-size: 18px;
    font-weight: 600;
    width: max-content;
    line-height: 1;
    display: flex;
    align-items: center;
}

.typing-text-effects.typing-container .link {
    margin-left: auto;
    margin-right: auto;
}

.link a {
    padding: .25em 0;
    border-bottom: 1px solid #ccc;
}

section.wp-block-group.our-services p>a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: currentColor;
}

section.wp-block-group.our-services p>:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

section.wp-block-group.our-services h3>strong,
section.wp-block-group.our-services h3>mark {
    color: #272264;
    background: none;
}

/* || */

/* SECTION HELLO */
/* background-color: #f6f2ed; */
.section-hello {
    background-color: #f6f2ed;
}

.section-hello>div {
    padding-top: 0;
    padding-bottom: 0;
}

.section-hello h2 {
    font-size: 18px;
    text-align: left;
    color: #272264;
}

.section-hello h3 {
    font-size: 46px;
    line-height: 1.4;
    text-align: left;
}

.wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.wp-block-button a {
    transition-duration: .4s;
}

.button-type-1 a {
    background-color: #272264;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    /* 	border-color: transparent !important; */
}

.button-type-1 a:hover {
    background-color: #fff;
    color: #272264;
}

.wp-block-button.button-color-2 a {
    color: #fff;
    border-color: #d2a98e;
    background: #d2a98e;
}

.wp-block-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .5em;
}

.wp-block-button.button-color-2 a:hover {
    color: #fff;
    border-color: #272264;
    background: #272264;
}

.wp-block-button.button-color-white a:hover,
.wp-block-button.button-color-2 a:hover {
    transform: translateY(-5%);
}

.wp-block-button.button-color-white a,
.wp-block-button.button-color-2 a {
    min-width: 170px;
    height: 56px;
}

.wp-block-button.button-color-white a {
    color: #272264;
    background: #fff;
    border-color: transparent;
}

.wp-block-button.button-color-white a:hover {
    color: #fff;
    background: #272264;
}

.wp-block-button.button-color-white.button-icon-1 a svg path {
    fill: #272264;
}

.wp-block-button.button-color-white.button-icon-1 a:hover svg path {
    fill: #fff;
}

.standard.icon-button a svg path {
    fill: #fff;
}

.standard.icon-button a:hover svg path {
    fill: #272264;
}

.wp-block-button.button-color-2.button-icon-2 a svg path {
    fill: #fff;
}



/* SECTION HELLO */
.section-hello figure.wp-block-image.size-full {
    position: relative;
}

.section-hello .wp-block-group__inner-container>:nth-child(n) {
    margin: auto;
    margin-bottom: 0;
    padding: 0 2rem;
    max-width: 1200px;
}

.section-hello .wp-block-group__inner-container>:nth-child(n)>:nth-child(1) {
    margin: 7em auto;
}

/* .section-hello .wp-block-group__inner-container>:nth-child(n)>:nth-child(2) {
    justify-content: flex-end;
} */

.section-hello .wp-block-group__inner-container>:nth-child(n)>:nth-child(2) {
    justify-content: flex-end;
    height: max-content;
    margin: auto;
    margin-bottom: 0;
}

.section-hello .wp-block-column.is-layout-flow {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.section-hello .wp-block-group__inner-container>:nth-child(n)>:nth-child(1) .wp-block-buttons.button-type-1.is-layout-flex {
    margin-top: 3em;
}

.section-hello figure.wp-block-image.size-full:not(.gpc-tablet)::before {
    content: "";
    background-color: #ffe2be;
    width: 55%;
    height: auto;
    aspect-ratio: 1/1;
    position: absolute;
    top: 30%;
    left: 35%;
    animation-name: distension_1;
    animation-duration: 2s;
    /* 	animation-delay: 2s; */
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.section-hello figure.wp-block-image.size-full:not(.gpc-tablet)::after {
    content: "";
    background-color: #ccc;
    width: 75%;
    height: auto;
    aspect-ratio: 1/1;
    opacity: .3;
    position: absolute;
    top: 30%;
    left: 35%;
    animation-name: distension_2;
    animation-duration: 2s;
    /* 	animation-delay: 2s; */
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.section-hello .wp-block-image {
    margin: 0;
}

.section-hello .wp-block-image img {
    margin-top: 15%;
    position: relative;
    z-index: 2;
}

.section-hello .button-type-1 a:hover {
    border-color: transparent;
    transform: none;
}

@keyframes distension_1 {
    0% {
        width: 5%;
    }

    100% {
        width: 55%;
    }
}

@keyframes distension_2 {
    0% {
        width: 5%;
    }

    100% {
        width: 75%;
    }
}

/* SECTION-OUR-COMPANY */
.at-title {
    font-size: 24px;
    line-height: 1.2;
    width: 100%;
    margin-top: 14px;
    padding-top: 20px;
    border-top: 2px solid #ededed;
    display: flex;
    column-gap: .5em;
}

.at-title a {
    display: inline-block;
    width: calc(100% - 1.5em);
    color: inherit;
    font-size: inherit;
    transition: inherit;
    transition: ease color .5s;
}

div.at-num-title {
    display: flex;
    padding-right: 4em;
    /* 	border-color: #03A9F4; */
    border: none;
    transition: ease color .5s;
}

div.at-num-title::before {
    content: attr(data-num-title);
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    margin-right: 10px;
    min-width: 45px;
    color: #ababab;
    transition: inherit;
}

.at-num-title:hover a {
    color: #272264;
}

.at-num-title:hover::before {
    color: #272264;
}

/* .at-num-title:hover .icon-inner {
    animation-name: shift;
    animation-duration: .15s;
} */

.at-num-title:hover .icon-inner svg path {
    fill: #272264;
}

/* @keyframes shift {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
} */

/* > */

.section-our-company .wp-block-columns.is-layout-flex {
    /*     gap: 14%; */
    gap: 4rem;
}

.section-our-company .wp-block-columns.is-layout-flex>:nth-child(2) {
    gap: 2em;
}

.section-our-company .wp-block-columns.is-layout-flex>:nth-child(1) {
    gap: 1em;
}

.section-our-company>div>div.wp-block-columns.is-layout-flex>div.wp-block-column.is-layout-flow {
    display: flex;
    flex-direction: column;
    /*     justify-content: space-between; */
}

.wp-block-group.section-our-company h2,
.wp-block-group.section-our-company h3 {
    text-align: left;
}

.wp-block-group.section-our-company h2 {
    text-transform: uppercase;
    margin-top: 0;
}

.wp-block-group.section-our-company h3 {
    margin: 0;
}

.section-our-company .button-type-1 a:hover {
    background-color: #272264;
    color: #fff;
    transform: translateY(-10%);
}

/* HIRE-US */
/* .section-hire-us */

body main#main .section-about-us {
    padding: 7rem 2rem;
    background-image: url(https://project.whitecrow.top/wp-content/uploads/2023/07/mitech-home-infotechno-section-company-bg.png);
    background: url(https://project.whitecrow.top/wp-content/uploads/2023/07/mitech-home-infotechno-section-company-bg.png) top 140px left no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF), color-stop(100%, #F5F5F5));
    background: url(https://project.whitecrow.top/wp-content/uploads/2023/07/mitech-home-infotechno-section-company-bg.png) top 140px left no-repeat, -moz-linear-gradient(top, #FFF 0, #F5F5F5 100%);
    background: url(https://project.whitecrow.top/wp-content/uploads/2023/07/mitech-home-infotechno-section-company-bg.png) top 140px left no-repeat, -webkit-linear-gradient(top, #FFF 0, #F5F5F5 100%);
    background: url(https://project.whitecrow.top/wp-content/uploads/2023/07/mitech-home-infotechno-section-company-bg.png) top 140px left no-repeat, -o-linear-gradient(top, #FFF 0, #F5F5F5 100%);
    background: url(https://project.whitecrow.top/wp-content/uploads/2023/07/mitech-home-infotechno-section-company-bg.png) top 140px left no-repeat, linear-gradient(top, #FFF 0, #F5F5F5 100%);
}

.section-hire-us .link {
    margin: auto;
}

/* > */

.section-our-company>.wp-block-group__inner-container,
.section-hire-us>.wp-block-group__inner-container {
    max-width: 1200px;
    margin: auto;
}

.section-hire-us .wp-block-group__inner-container>:nth-child(n) {
    margin-bottom: 0;
}

.section-hire-us .link {
    justify-content: center;
}

.section-hire-us .wp-block-columns.is-layout-flex {
    gap: 2rem;
    margin: 3em auto;
}

.block-hire-us {
    transition: ease all .5s;
}

.block-hire-us>div {
    /* 	padding: 1em; */
    position: relative;
    transition: inherit;
}

.section-our-company h2,
.section-hire-us h2 {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.section-our-company h3,
.section-hire-us h3 {
    font-size: 48px;
    line-height: 1.4;
    margin-top: .75em;
    text-align: center;
}

.section-our-company h3 strong,
.section-hire-us h3 strong {
    color: #272264;
}

.block-hire-us figure {
    position: relative;
    /* 	margin: 0; */
}

.block-hire-us figure::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* 	background-color: #0000003d; */
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent);
    /* 	opacity: .5; */
    transition: ease all .5s;
}

.block-hire-us:hover figure::before {
    background-color: #27226499;
}

.block-hire-us h4 {
    padding: 1em;
    font-size: 24px;
    position: absolute;
    width: 100%;
    margin: 0;
    top: auto;
    bottom: 1em;
    text-align: center;
    color: #fff;
    transition: ease all .2s;
}

.block-hire-us:hover h4 {
    opacity: 0;
    bottom: 50%;
}

.block-hire-us .button-type-1 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    overflow: hidden;
    /* 	border: 1px solid red; */
}

.block-hire-us .button-type-1.wp-block-buttons>.wp-block-button {
    position: relative;
    min-height: 4rem;
    width: 100%;
    text-align: center;
}

.block-hire-us .button-type-1 a {
    min-width: 12em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 6rem);
}

.block-hire-us:hover .button-type-1 a {
    background-color: #fff;
    color: #272264;
    /* 	top: 0; */
    transform: translate(-50%, -50%);
}

.link>a {
    color: #272264;
    position: relative;
    overflow: hidden;
}

.link>a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: 1;
    -webkit-transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .6s cubic-bezier(.25, .8, .25, 1) 0s;
    background: currentColor;
}

.link>a:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

/* .section-hire-us p.link svg */
.link svg {
    display: inline-block;
    margin-left: .5em;
    margin-top: .15em;
    width: 1em;
    height: 1em;
    fill: #272264;
}


/* || */

/* SECTION-PLAY-START  */
.section-play-start .wp-block-cover,
.wp-block-cover-image {
    width: 100%;

}

.section-play-start .wp-block-cover__inner-container {
    max-width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
}

.section-play-start .wp-block-cover__inner-container .at-inner-container {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    color: #fff;
    text-align: left;
}

.section-play-start>div>div {
    aspect-ratio: 19/7;
}

.section-play-start .wp-block-cover .wp-block-cover__image-background img {
    object-fit: cover;
}

.section-play-start .at-inner-container h2 {
    font-size: 48px;
    text-align: left;
    line-height: 1.4;
}

.section-play-start .at-inner-container p {
    text-align: left;
    margin: 0;
    margin-top: 0;
    /*     margin-left: 59px; */
    font-size: 18px;
    font-weight: 500;
    color: hsla(0, 0%, 100%, .8);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.45;
}

.section-play-start .at-inner-container>div>div {
    margin-top: 4rem;
    display: flex;
    align-items: center !important;
    column-gap: 3em;
    max-width: 100%;
    justify-content: flex-start;
}

.at-inner-container .wp-block-columns.is-layout-flex>div {
    flex-basis: auto;
    max-width: max-content;
}

.icon-svg-src,
.at-inner-container figure.icon-svg-src {
    position: relative;
    margin: 0;
    width: max-content;
    height: max-content;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-svg-src>a,
.at-inner-container figure.icon-svg-src>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    background-color: #272264;
    margin: 0;
    z-index: 3;
    pointer-events: all;
    border-radius: 50%;
    transition: ease all .5s;
}

.icon-svg-src>a:hover,
.at-inner-container figure.icon-svg-src>a:hover {
    transform: scale(1.07);
    /* 	width: 86px;
	height: 86px; */
}

.icon-svg-src img,
.at-inner-container .icon-svg-src img {
    width: 25%;
    transform: translateX(25%);
}

/* Circle Animation */
/* demo */
article#post-1932 {
    max-width: 1200px;
    margin: auto;
}

.circle-button-demo-wrapper {
    display: inline-block;
    position: relative;
    width: 400px;
    height: 400px;
    border: 4px solid #ccc;
    margin: auto;
}

/*  */

.circle-button-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.circle-show::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border: 1px solid #272264;
    border-radius: inherit;
    animation: none;
    pointer-events: none;
}

.circle-show::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border: 1px solid #272264;
    border-radius: inherit;
    animation: none;
    pointer-events: none;
}

.circle-button-container:hover .circle-show::before,
.popup-video:hover .circle-show::before,
.section-play-start:hover .circle-show::before {
    animation-name: our_progress;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}

.circle-button-container:hover .circle-show::after,
.popup-video:hover .circle-show::after,
.section-play-start:hover .circle-show::after {
    animation-name: our_progress;
    animation-duration: 2s;
    animation-delay: .5s;
    animation-iteration-count: infinite;
}

/* -> */
.popup-video {
    position: relative;
}

.popup-video>div {
    /* 	position: relative; */
    cursor: pointer;
}

.splash-video-img,
.popup-video figure.splash-video-img {
    box-shadow: 0 2px 20px rgba(0, 0, 0, .15);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

figure.splash-video-img.blue-splash::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #038ea7b0;
}

.circle-button-container .icon-svg-src,
.popup-video .icon-svg-src {
    position: absolute;
    left: 50%;
    top: 50%;
    pointer-events: all;
    cursor: pointer;
    transition-duration: .75s;
    transform: translate(-50%, -50%) scale(1);
}

.circle-button-container:hover .icon-svg-src,
.popup-video:hover .icon-svg-src {
    /* 	position: absolute;
	left: 50%;
	top: 50%; */
    transform: translate(-50%, -50%) scale(1.075);
}

.icon-svg-src,
.popup-video .icon-svg-src {
    width: 15%;
    max-width: 100px;
    height: auto;
    pointer-events: none;
}

.icon-svg-src.circle-show,
.popup-video .icon-svg-src.circle-show {
    background-color: #272264;
}

.icon-svg-src.circle-regular,
.popup-video .icon-svg-src.circle-regular {
    border: 6px solid #fff;
    border-radius: 50%;
}

.icon-svg-src svg,
.popup-video .icon-svg-src svg {
    padding: 15%;
}

.icon-svg-src.circle-show svg,
.popup-video .icon-svg-src.circle-show svg {
    fill: #fff;
}

.icon-svg-src.circle-regular svg,
.popup-video .icon-svg-src.circle-regular svg {
    fill: #fff;
    padding: 0;
}

.popup-video figure.is-type-video {
    display: none;
    margin-top: 5rem;
    margin-bottom: 0;
    width: 90vw;
    max-width: 1200px;
    max-height: 90vh;
}

.popup-video .social-shared-wrap {
    position: relative;
    width: max-content;
    display: flex;
    column-gap: .5em;
}

.popup-video .popup-video-buttons {
    width: max-content;
    color: #fff;
    position: absolute;
    right: 2.35rem;
    top: 2.35rem;
    width: max-content;
    /*     display: flex; */
    align-items: center;
    column-gap: 3rem;
    display: none;
}

.popup-video .popup-video-buttons .close {
    width: 1em;
    height: 1em;
    font-size: 2em;
    transform: rotate(45deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.popup-video .social-shared-container {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    bottom: auto;
    background: transparent;
    box-shadow: none;
    transform: translate(-50%, 0) !important;
}

.popup-video .social-shared-container::before {
    display: none;
}

.popup-video span.share-description {
    visibility: hidden;
    opacity: 0;
    transition-duration: .3s;
}

.popup-video .social-shared-wrap:hover span.share-description {
    visibility: visible;
    opacity: 1;
}

/* -> Demo container */
.popup-videos-demo {
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
    flex-wrap: wrap !important;
}

.popup-videos-demo>div {
    margin: 0;
}

/* -- */

/* -> .open */
.popup-video.open {
    max-width: none;
    margin: auto !important;
    background-color: #000;
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-video.open figure.splash-video-img {
    display: none;
}

.popup-video.open figure.is-type-video {
    display: block;
}

.popup-video.open .popup-video-buttons {
    display: flex;
}

.popup-video .social-shared-container.open {
    visibility: visible;
    opacity: 1;
}

.popup-video.open figure.splash-video-img {
    display: none;
}

.popup-video.open .icon-svg-src {
    display: none;
}

/* || */

/* .section-progress-statistics */

.block-progress-statistics {
    /*     max-width: 1200px; */
    max-width: 1440px;
    margin: 2rem auto 2rem;
    padding: 1rem;
}


.counter-type-1 .block-progress-statistics>:nth-child(n) {
    border-right: 1px solid #ededed;
}

.counter-type-1 .block-progress-statistics>:nth-child(1) {
    border-left: 1px solid #ededed;
}

section.counter-type-2 .block-progress-statistics {
    padding: 2rem 1rem;
}

.wp-block-column.element-progress-statistics.is-layout-flow {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.element-progress-statistics .count-num {
    font-family: 'Satoshi', sans-serif;
    font-size: 64px;
    font-weight: 600;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 16px;
}

section:not(.counter-type-2) .wp-block-column.element-progress-statistics.is-layout-flow .count-num {
    color: #272264;
}

.counter-type-3 .element-progress-statistics .count-num {
    font-size: 3.5rem;
    font-weight: 400;
}

.wp-block-column.element-progress-statistics.is-layout-flow h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.34;
    text-align: center;
    margin-top: 0;
    margin-bottom: 32px;
}

.wp-block-column.element-progress-statistics.is-layout-flow p:not(.count-num) {
    color: #d2a98e;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section.counter-type-2 .wp-block-column.element-progress-statistics.is-layout-flow p:not(.count-num) {
    margin-bottom: 0;
}

body .pre-data-hidden {
    display: none;
}

/* || */

/* SECTION OBTAINING FURTHER INFORMATION   */
.wp-block-image.icon-svg img {
    width: 40px;
    height: auto;
}

.section-obtaining-further-information .wp-block-boldblocks-svg-block.is-resized.icon-svg {
    width: 40px;
    height: auto;
}

.wp-block-group.alignfull.section-obtaining-further-information {
    background: url(https://project.whitecrow.top/wp-content/uploads/2023/08/obtaining-further-information-bg.jpg);
    background-position: right center;
    background-size: cover;
    padding: 9rem 2rem;
}

.wp-block-group.alignfull.section-obtaining-further-information h2 {
    text-align: left;
    font-size: 40px;
    line-height: 1.2;
    border-left: 4px solid #d2a98e;
    position: relative;
    left: -.5em;
    padding-left: calc(.5em - 4px);
}

.wp-block-group.alignfull.section-obtaining-further-information>div {
    max-width: 1200px;
    margin: auto;
}

.wp-block-group.alignfull.section-obtaining-further-information>div>div>:nth-child(1) {
    padding-left: 2rem;
}

.wp-block-group.section-obtaining-further-information>div>.wp-block-columns.is-layout-flex {
    /*     gap: 5em; */
    gap: 2em;
    margin: auto;
}

.section-obtaining-further-information .wp-block-buttons.button-type-1.is-content-justification-center {
    text-align: center;
}

.section-obtaining-further-information .wp-block-buttons.button-type-1 a {
    min-width: 230px;
    color: #fff;
    border-color: #d2a98e;
    background: #d2a98e;
}

.wp-block-jetpack-contact-form .wp-block-button__link,
.wp-block-button.button-type-download a {
    min-width: 112px;
    min-height: 46px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-color: #d2a98e;
    background: #d2a98e;
    border-radius: 5px;
}

.wp-block-jetpack-contact-form .wp-block-button__link:hover,
.wp-block-button.button-type-download a:hover,
.section-obtaining-further-information .wp-block-buttons.button-type-1 a:hover {
    border-color: #272264;
    background: #272264;
    transform: translateY(-10%);
}

.section-obtaining-further-information .link>a {
    font-size: 48px;
}

.wp-block-column.block-obtaining-further-information.is-layout-flow,
.wp-block-column.block-reach-out-now.is-layout-flow {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}

.wp-block-column.block-reach-out-now.is-layout-flow {
    align-items: center;
}

.wp-block-column.block-obtaining-further-information.is-layout-flow>*,
.wp-block-column.block-reach-out-now.is-layout-flow>* {
    margin: 0;
}

/* element-case-studies */
.wp-block-group.element-case-studies {
    max-width: 400px;
    margin: auto;
    padding: 1rem;
}

.wp-block-group.element-case-studies>.wp-block-group__inner-container {
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 8px 27px #cccccc7d;
}

.element-case-studies .figure-container {
    padding: 3rem;
}

.element-case-studies .wp-block-image {
    margin: 0;
}

.element-case-studies .wp-block-image figure {
    width: 100%;
}

.element-case-studies .wp-block-image figure img {
    object-fit: contain;
    height: auto;
}

.text-container {
    padding: 1em 2em 2em;
}

.post-cat {
    color: #272264;
}

.link-button p {
    margin: 0;
}

p.link-button a,
.link-button a {
    width: 100%;
    text-align: center;
    color: #272264;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: .5em;
}

p.link-button {
    margin: 0;
}



.link-button a {
    height: 4em;
    border-top: 1px solid #eee;
    justify-content: center;
}

p.link-button a:hover {
    color: #d2a98e;
}

p.link-button a:hover svg path {
    fill: #d2a98e;
}

.link-button svg {
    /* 	overflow: visible; */
    width: .9em;
    min-width: .9em;
    height: auto;
    margin-bottom: -.15em;
    align-items: center;
}

.link-button svg path {
    fill: #272264;
    transition-duration: .35s;
}

.element-case-studies:hover .link-button svg path {
    fill: #fff;
}

.link-button a::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #272264;
    position: absolute;
    top: 100%;
    transition-duration: .35s;
    z-index: -1;
}

.element-case-studies:hover .link-button a {
    color: #fff;
}

.element-case-studies:hover .link-button a::after {
    top: 0;
}


/* | */

/* .at-elements-slider */
.at-elements-slider .elements-slider-container.is-layout-flex {
    position: relative;
    display: flex;
    gap: 0;
    width: max-content;
}

.at-elements-slider .elements-slider-container .wp-block-group.element-case-studies {
    max-width: none;
}

.at-elements-slider>div {
    margin: auto;
    overflow-x: hidden;
    position: relative;
    cursor: url(//project.whitecrow.top/wp-content/uploads/2023/08/pause.png) 12 12, auto;
    border: 1px dotted red;
}

.wp-block-group.alignwide.at-elements-slider>div {
    max-width: 1200px;
}

.at-elements-slider .elements-slider-container.is-layout-flex {
    left: 0;
    transition-duration: 1s;
}

.at-elements-slider figure.elements-slider-container.wp-block-gallery.is-layout-flex {
    /* 	margin-left: .5rem; */
}

.at-elements-slider figure.elements-slider-container.wp-block-gallery.is-layout-flex>figure {
    padding: .5rem;
}

.at-elements-slider figure.elements-slider-container.wp-block-gallery.is-layout-flex>figure img {
    box-shadow: 0 8px 16px #aaa;
}

.at-elements-slider figure.elements-slider-container.wp-block-gallery.is-layout-flex>figure figcaption.wp-element-caption {
    bottom: .5rem;
    left: .5rem;
    right: .5rem;
    width: auto;
    padding: 1rem;
}

.parent-dots {
    position: relative;
}

.at-elements-slider:hover>div .parent-dots::before {
    opacity: .085;
}


/* || */

/* NEW ELEMENTS */
/* .wp-block-columns.elements-container {
    max-width: 1440px;
    margin: auto;
    padding: 0 2rem;
	gap: 20rem;
} */

.wp-block-columns.elements-container {
    max-width: 1440px;
    margin: auto;
    /*     padding: 1rem 1rem 3rem; */
    padding: 1rem;
    gap: 2rem;
    justify-content: space-between;
}

.elements-container .elements {
    padding: 1rem 2rem 1rem 0;
}

.elements-container .elements .element {
    color: #696969;
    border-bottom: 1px solid #e1e1e1;
}

.wp-block-columns.elements-container .elements .wp-block-heading {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.42;
    margin: 0 0 1em 0;
}

/* .wp-block-columns.elements-container .elements .element .wp-block-heading {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 1.25;
    color: #ababab;
    padding: 20px 30px 1.3rem 0;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-duration: .4s;
} */

.wp-block-columns.elements-container .elements .element .wp-block-heading {
    font-size: 24px;
    line-height: 1.25;
    color: #ababab;
    padding: 20px 30px 1.3rem 1.5em;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-duration: .4s;
}

.wp-block-columns.elements-container .elements .element>div.hover .wp-block-heading {
    cursor: pointer;
}

.wp-block-columns.elements-container .elements .element .wp-block-heading svg {
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: auto;
    margin-left: -.2rem;
    margin-right: .75rem;
    vertical-align: middle;
}

.elements-container .elements .element .wp-block-heading svg path {
    fill: #ababab;
    transition-duration: .4s;
}

.elements-container .elements .element .active .wp-block-heading,
.elements-container .elements .element:hover.div.hover .wp-block-heading {
    color: #272264;
}

.elements-container .elements .element .active .wp-block-heading svg path,
.elements-container .elements .element:hover .wp-block-heading svg path {
    fill: #d2a98e;
    /* 	fill: #FF6F80; */
}

.wp-block-columns.elements-container .elements .element p {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wp-block-group.opening-element {
    /*     margin-top: -.5rem;
    margin-bottom: .5rem; */
    padding-left: 3em;
    max-height: 0;
    overflow: hidden;
    transition: ease max-height .5s;
}

.wp-block-group.opening-element>div {
    margin-top: -.5rem;
    margin-bottom: 2rem;
}

.wp-block-group.opening-element p {
    margin-top: 0;
}

.opening-element.active {
    max-height: 500px;
}

.element svg {
    transition-duration: .5s;
}

.element .active svg {
    transform: rotateZ(90deg);
}

/* PROGRESS BAR */
.progress-bar .elements-container p,
.progress-bar .elements-container .wp-block-heading {
    font-family: inherit;
    font-size: 1.15rem;
    font-weight: 400;
    margin-bottom: .5em;
}

.progress-bar .elements-container pre.wp-block-code {
    display: flex;
    align-items: center;
    width: 100%;
    background: #f2f2f2 !important;
    padding: .3em;
    margin: 0;
    border-radius: 2em;
    border: none;
}

.progress-bar .elements-container pre.wp-block-code code {
    display: inline-block;
    text-align: right;
    color: #fff;
    font-size: .75rem;
    width: 3em;
    padding-right: .75em;
    transition-duration: 2s;
    border-radius: inherit;
}

.progress-bar .elements-container pre.wp-block-code code::after {
    content: "%";
}

.progress-bar .elements-container pre.wp-block-code code {
    background-color: #272264;
}

.progress-bar .elements-container .background-gradient>:nth-child(1) pre code {
    background-color: rgb(13, 138, 188);
    background-image: linear-gradient(-224deg, rgb(13, 138, 188) 0px, rgb(97, 253, 237) 100%);
}

.progress-bar .elements-container .background-gradient>:nth-child(2) pre code {
    background-color: rgb(212, 85, 41);
    background-image: linear-gradient(-224deg, rgb(212, 85, 41) 0px, rgb(238, 206, 144) 100%);
}

.progress-bar .elements-container .background-gradient>:nth-child(3) pre code {
    background-color: rgb(246, 70, 169);
    background-image: linear-gradient(-224deg, rgb(246, 70, 169) 0px, rgb(92, 81, 255) 100%);
}

.progress-bar .elements-container .background-gradient>:nth-child(4) pre code {
    background-color: rgb(231, 118, 84);
    background-image: linear-gradient(-224deg, rgb(231, 118, 84) 0px, rgb(229, 82, 154) 100%);
}

/* PROGRESS CIRCLE */
.progress-bar-circle .elements-container>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.progress-bar-circle .elements-container>div>div {
    position: relative;
}

.progress-bar-circle .elements-container .canvas-container p {
    margin: 0;
}

.progress-bar-circle .canvas-container>div:not(.small-circle) {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*     width: 160px;
    height: 160px; */
    width: 220px;
    height: 220px;
    border: 6px solid #eee;
    border-radius: 50%;
}

.small-circle {
    position: absolute;
    /* 	top: 50%; */
    border-radius: 50%;
    box-shadow: 0 2px 17px #eeeeeeb3;
    /* 	box-shadow: 0 2px 17px rgba(8,106,216,0.27); */
}

.circle-left {
    left: 0;
    bottom: 18%;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-animation: jump infinite 2s;
    animation: jump infinite 2s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.circle-right {
    top: 50%;
    right: -2rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-animation: jump infinite 2s;
    animation: jump infinite 2s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.circle-element {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 90%;
    position: absolute;
    background-color: #ffff005e;
    border-radius: 50%;
}

.circle-element>div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.canvas-wrapper,
.progress-bar-circle canvas.canvas {
    width: inherit;
    height: inherit;
    position: absolute;
    border-radius: inherit;
}

.progress-bar-circle .wp-block-code {
    border: none;
    font-family: inherit;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    display: flex;
}

.progress-bar-circle .wp-block-code code {
    white-space: nowrap;
}

.progress-bar-circle .wp-block-code::after {
    content: "%";
}

@keyframes jump {
    0% {
        transform: translateY(-10px) scale(.9);
        -webkit-transform: translateY(-10px) scale(.9);
        -moz-transform: translateY(-10px) scale(.9);
        -ms-transform: translateY(-10px) scale(.9);
        -o-transform: translateY(-10px) scale(.9);
    }

    100% {
        transform: translateY(10px) scale(1);
        -webkit-transform: translateY(10px) scale(1);
        -moz-transform: translateY(10px) scale(1);
        -ms-transform: translateY(10px) scale(1);
        -o-transform: translateY(10px) scale(1);
    }
}

/* TEAM MEMBER */

.team-member-wrapp .elements-container {
    margin: 2rem auto;
    gap: 3rem;
}

.team-member-wrapp .elements-container>div {
    text-align: center;
    position: relative;
}

.team-member-wrapp .elements-container>div .wp-block-heading {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: .25em;
}

.team-member-wrapp .elements-container>div p {
    font-size: .875rem;
    margin-top: 0;
}

.team-member-wrapp .elements-container>div ul.wp-block-social-links {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /*     column-gap: 1%; */
    background-color: #423c82;
    width: 85%;
    margin: auto;
    padding: .75rem;
    position: absolute;
    left: 50%;
    bottom: 7rem;
    visibility: hidden;
    opacity: 0;
    transition-duration: .3s;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.team-member-wrapp .elements-container>div:hover ul.wp-block-social-links {
    visibility: visible;
    opacity: 1;
    bottom: 8rem;
}

.team-member-wrapp .elements-container>div ul.wp-block-social-links li {
    width: max-content;
    background-color: transparent;
}

.team-member-wrapp .elements-container>div ul.wp-block-social-links li.wp-social-link-youtube svg {
    margin-bottom: -.15rem;
}

.team-member-wrapp .elements-container>div ul.wp-block-social-links li svg {
    width: 1.2rem;
    height: 1.2rem;
}

/* .team-member-wrapp .elements-container>div ul.wp-block-social-links li.x-twitter svg {
    width: 1.6rem;
    height: 1.6rem;
	background: transparent;
} */

.team-member-wrapp .elements-container>div ul.wp-block-social-links li.x-twitter svg path {
    /*     fill: #423c82; */
}

footer.site-footer .wp-block-social-links li a,
.team-member-wrapp .elements-container>div ul.wp-block-social-links li a {
    overflow: visible;
    display: flex;
    justify-content: center;
}

footer.site-footer .wp-block-social-links li:hover {
    /*     color: #272264; */
    border-color: #272264;
    background-color: #272264;
}


.social-shared a,
footer.site-footer .wp-block-social-links li:hover a {
    color: #fff;
}


.social-shared a span.screen-reader-text,
footer.site-footer .wp-block-social-links li a span,
.team-member-wrapp .elements-container>div ul.wp-block-social-links li a span.wp-block-social-link-label {
    width: max-content;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: calc(100% + .5rem);
    background: #d2a98e;
    font-size: .85rem;
    font-weight: 600;
    line-height: 2;
    padding: .25em 1.25em;
    visibility: hidden;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3);
    opacity: 0;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    -ms-border-radius: .3em;
    -o-border-radius: .3em;
    border-radius: .3em;
    -webkit-transition: all .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: all .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -ms-transition: all .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -o-transition: all .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: all .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    transition-delay: .1s;
}

/* ! внимание - возможно оптимизировать глобальго этот эффект */
body main .social-shared span.screen-reader-text {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-8px);
    -moz-transform: translateX(-50%) translateY(-8px);
    -ms-transform: translateX(-50%) translateY(-8px);
    -o-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
}

body main .social-shared a:hover span.screen-reader-text {
    -webkit-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}


.social-shared a:hover span.screen-reader-text,
footer.site-footer .wp-block-social-links li a:hover span,
.team-member-wrapp .elements-container>div ul.wp-block-social-links li a:hover span.wp-block-social-link-label {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.social-shared a span.screen-reader-text::after,
footer.site-footer .wp-block-social-links li a span::after,
.team-member-wrapp .elements-container>div ul.wp-block-social-links li a span.wp-block-social-link-label::after {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    width: 6px;
    height: 8px;
    border: 8px solid;
    border-color: transparent;
    border-top-color: #d2a98e;
}


.social-shared a span.screen-reader-text::after,
footer.site-footer .wp-block-social-links li a span::after {
    border-top-color: #272264;
}

.social-shared a span.screen-reader-text,
footer.site-footer .wp-block-social-links li a span.screen-reader-text {
    color: #fff;
    background-color: #272264;
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: .3rem auto;
    overflow: visible;
    padding: .25em 1.25em;
    width: max-content;
}

/* tmp */
.widget span.wp-block-social-link-label {
    display: none;
}

/*  */

/* || */


/* POSTS */
body.single {
    font-size: 18px;
}

body.single main section {
    /*     border: none; */
}

body.single main section>div {
    /* 	border: 1px dotted green; */
}

body.single div.entry-content> :nth-child(n) {
    /*     margin-top: 2rem;
    margin-bottom: 2rem; */
}

body.single article.post.type-post {
    border: none;
    margin: 100px auto;
    padding: 0;
}

body.single div.breadcrumbs {
    /*     color: #d2a98e;
    font-size: 14px;
    text-transform: uppercase; */
    /* 	margin: 3em auto 2em; */
}

p.accent {
    font-weight: 600;
}

body.single .testimonials-slider p.accent,
body.single blockquote.wp-block-quote:not(.header-blockquote) {
    margin: 50px 150px 44px 70px;
    padding: 2px 0 2px 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.78;
    border-left: 4px solid #d2a98e;
    position: relative;
    color: #333;
    max-width: 100%;
}

blockquote.wp-block-quote.header-blockquote {
    position: relative;
    padding: 48px 40px;
    text-align: center;
    background-color: #423c82;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0em;
}

body.single blockquote.wp-block-quote .wp-block-heading,
body.search-results blockquote.wp-block-quote .wp-block-heading {
    color: #fff;
}

body.blog blockquote.wp-block-quote.header-blockquote,
body.archive blockquote.wp-block-quote.header-blockquote {
    position: relative;
    padding: 78px 40px 53px;
    background: #f5f7fd;
    color: #333;
    text-align: center;
    border: none;
}

blockquote.wp-block-quote.header-blockquote svg.svg-icon {
    fill: #fff;
    width: 26px;
    height: auto;
}

body.archive span.tags-links svg {
    width: 1.3em;
    height: 1.3em;
}

blockquote.wp-block-quote.header-blockquote>*:not(.svg-img) {
    position: relative;
    z-index: 2;
}

blockquote.wp-block-quote.header-blockquote svg.svg-img,
blockquote.wp-block-quote.header-blockquote svg.svg-img {
    fill: #333;
    width: auto;
    height: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

svg.svg-icon.svg-img.capa-1 circle,
svg.svg-icon.svg-img.capa-1 path {
    fill: #dfe5e9 !important;
}

body.single .post-header-element .wp-block-group__inner-container {
    max-width: none;
}

body.single figure.post-thumbnail {
    margin: auto;
    text-align: center;
    max-width: 1170px;
}

body.single header.entry-header.alignwide h1.entry-title {
    color: #333;
    max-width: 800px;
    padding: 0 15px;
    margin: 0 auto 16px;
    text-align: center;
}

body.single span.cat-links {
    display: block;
    margin: 3em auto 2em;
    text-align: center;
}

body.single span.cat-links a {
    margin: 0 .25em;
}

body.single .entry-content,
body.single .site-content .wp-block-group__inner-container {
    max-width: 800px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

body.single footer.entry-footer.default-max-width {
    max-width: 100%;
    margin: auto;
    display: flex;
    column-gap: 1em;
    flex-wrap: wrap;
    justify-content: center;
}

/* body.single */
/* footer.entry-footer.default-max-width svg {
	vertical-align: middle;
	fill: #696969;
} */

footer.entry-footer.default-max-width svg path {
    /*     fill: #696969; */
    fill: #6a6f84;
}

footer.entry-footer .posted-by svg {
    margin-top: -.2em;
}

footer.entry-footer.default-max-width>div {
    display: flex;
    column-gap: 1em;
    flex-wrap: wrap;
}

body:not(.page) footer.entry-footer.default-max-width>div {
    justify-content: center;
}

footer.entry-footer.default-max-width {
    color: #6a6f84;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

body.page footer.entry-footer.default-max-width {
    flex-direction: column;
}

/* footer.entry-footer.default-max-width>div>span, */
footer.entry-footer.default-max-width span {
    display: inline-flex;
    align-items: center;
    column-gap: .35em;
}

footer.entry-footer.default-max-width span time,
footer.entry-footer.default-max-width span a {
    white-space: nowrap;
}

span.posted-on svg {
    /*     margin-top: -.2em; */
}

.posted-by {
    flex-direction: row-reverse;
}

footer.entry-footer .views-counter svg {
    vertical-align: middle;
}

footer.entry-footer .comments-counter svg {
    vertical-align: middle;
}

/* .post-taxonomies.at-taxonomies, */
.after-post-content {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding: 0 15px;
}

.after-post-content>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    column-gap: 1em;
}

.after-post-content>div {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 42px;
}

.post-taxonomies.at-taxonomies {
    font-size: 13px;
}

.shared-title {
    font-weight: 500;
    display: flex;
    align-items: center;
    column-gap: .5em;
}

/* .shared-title .social-shared-wrap {
	display: inline-block;
    height: 56px;
    width: 56px;
    line-height: 56px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #fff;
	background-color: #423c82;
    border-radius: 50%;
} */

.shared-title .social-shared-wrap {
    position: relative;
    height: 56px;
    width: 56px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    background-color: #423c82;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-shared-wrap svg.share {
    width: 21px;
    height: auto;
}

.social-shared-wrap svg.share path {
    stroke: #fff;
}

.social-shared {
    position: relative;
    margin-left: auto;
    margin-right: 0;
}

.social-shared-container {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -12px);
    -ms-transform: translate(-50%, -12px);
    transform: translate(-50%, -12px);
    width: auto;
    white-space: nowrap;
    padding: 0 4px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .06);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-filter: drop-shadow(0 2px 20px rgba(0, 0, 0, .06));
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, .06));
    z-index: 999;
    transition-duration: .3s;
    visibility: hidden;
    opacity: 0;
}

.social-shared-container a {
    display: inline-block;
    padding: 12px;
}

.social-shared-container::before {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    border-top: 8px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.social-shared-container.opened {
    -webkit-transform: translate(-50%, -22px);
    -ms-transform: translate(-50%, -22px);
    transform: translate(-50%, -22px);
    visibility: visible;
    opacity: 1;
}

.social-shared-container svg {
    width: auto;
    height: 15px;
    vertical-align: middle;
    fill: #ababab;
}

/*  */

.post-taxonomies.at-taxonomies>span {
    display: flex;
    align-items: center;
    column-gap: .25em;
}

.post-taxonomies.at-taxonomies>span a {
    color: inherit;
}

.post-taxonomies.at-taxonomies>span a:hover {
    color: #423c82;
}

.post-taxonomies.at-taxonomies svg {
    margin-top: .1em;
    width: 1.8em;
    height: auto;
    margin-right: .25em;
}

.post-taxonomies.at-taxonomies svg path {
    fill: #696969;
}

body.single article.post.type-post {
    border: none;
    /*     margin: 100px auto 0; */
    margin: 0;
    padding: 0 15px;
}

body.single div.comments-area {
    max-width: 800px;
    margin: 0 auto 100px;
    padding: 15px;
}

.comment-reply-title,
.comments-title {
    display: block;
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 500;
    text-align: left;
    visibility: hidden;
    /* Значение изменяется на 'visible' в JavaScript -> function commentsTitleChange() */
}

/* ASIDE SIMILAR POSTS */
/* JP */
#jp-relatedposts {
    padding: 15px;
    margin: 1em auto;
    max-width: 800px;
}

/*  */
aside.aside-bottom {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

aside.aside-bottom ul.similar-news {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}

aside.aside-bottom ul.similar-news li {
    background: #423c82;
}

.comment-form label {
    /* 	display: none; */
}

a.more-link:hover,
.comment-form p.form-submit input,
aside.aside-bottom ul.similar-news>li {
    position: relative;
    flex-basis: 50%;
    -webkit-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
}

aside.aside-bottom ul.similar-news>li::before {
    content: "";
    display: block;
    opacity: .5;
    background-image: -webkit-linear-gradient(top, rgba(51, 51, 51, 0), #000 80%);
    background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0), #000 80%);
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}

aside.aside-bottom ul>li>a.thumbnail-link {
    overflow: hidden;
    width: 100%;
    height: 120px;
    display: flex;
    box-shadow: 0 0 12px #eee;
    align-items: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

a.more-link:hover,
.comment-form p.form-submit input:hover,
aside.aside-bottom ul.similar-news li:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

aside.aside-bottom a.thumbnail-link img.wp-post-image {
    height: auto !important;
}

aside.aside-bottom ul.similar-news>li a.short-link {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.56;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

aside.aside-bottom ul.similar-news>li:first-child a.short-link {
    padding-left: 50px;
    padding-right: 20px;
}

aside.aside-bottom ul.similar-news>li:last-child a.short-link {
    padding-left: 20px;
    padding-right: 50px;
}

aside.aside-bottom ul.similar-news>li svg {
    width: .6em;
    height: auto;
    z-index: 2;
    position: absolute;
    top: 50%;
}

aside.aside-bottom ul.similar-news>li:first-child svg {
    left: 1.5em;
    -webkit-transform: rotateY(180deg) translateY(-50%);
    -moz-transform: rotateY(180deg) translateY(-50%);
    -ms-transform: rotateY(180deg) translateY(-50%);
    -o-transform: rotateY(180deg) translateY(-50%);
    transform: rotateY(180deg) translateY(-50%);
}

aside.aside-bottom ul.similar-news>li:last-child svg {
    right: 1.5em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

aside.aside-bottom ul.similar-news>li svg path {
    fill: #fff;
}

aside.aside-bottom ul.similar-news>li:not(:first-child, :last-child) svg {
    display: none;
}

.comment-form *::placeholder {
    font-family: 'Satoshi', sans-serif;
    font-size: 15px;
    /* 	color: red; */
}

.comment-form p.form-submit {
    margin: 30px 0 0;
    text-align: center;
}

.comment-form p.form-submit input {
    padding: 0 54px;
    min-width: 180px;
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.comment-form>p:not(.comment-form-author, .comment-form-email) {
    flex-basis: 100%;
    width: 100%;
}

p.comment-form-comment {
    margin: 4px auto 12px;
}

p.comment-form-cookies-consent,
p.comment-subscription-form,
p.comment-subscription-form {
    margin-top: 4px;
    margin-bottom: 0;
}

.comment-form-author,
.comment-form-email {
    flex-basis: calc(50% - 10px);
}

.posted-by svg {
    margin-bottom: -.1em;
}

.post-taxonomies.at-categories-list {
    color: #d2a98e;
    font-size: 14px;
    margin-top: 2em;
}

.post-taxonomies.at-categories-list a {
    color: inherit;
    text-transform: uppercase;
}

.post-taxonomies.at-categories-list a:hover {
    color: #272264;
}

.post-taxonomies.at-categories-list svg {
    vertical-align: middle;
    margin-right: .35em;
    margin-bottom: .2em;
    fill: #d2a98e;
}

/* ЛЕНТА КОММЕНТАРИЕВ */
.comment-author.vcard img {
    border-radius: 50%;
}

a time {
    /*     color: #696969; */
}

.comment-list a time {
    font-weight: 500;
    margin-top: 16px;
    color: #ababab;
}

/* .comments-area .comments-title::first-letter {
    color: #423c82;
} */

.comments-area .comments-title span {
    color: #423c82;
    margin-left: .25em;
}

.comment-list a.comment-reply-link {
    display: inline-block;
    /*     margin-left: 10px;
    margin-right: 10px; */
    color: #333;
    font-weight: 700;
}

.comment-list a.comment-reply-link:hover {
    color: #423c82;
}

.comment-list b.fn {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;

}

ol.comment-list>li {
    margin: 3rem 0;
    padding-left: 1.25rem;
    border-left: 2px solid #d7d7d7;
}

ol.children>li {
    margin: 2rem 0rem;
}

footer.comment-meta .comment-metadata {
    display: none;
}

.comment-metadata {
    display: inline;
}

.reply {
    display: inline-block;
}

.reply::before {
    content: "|";
    font-weight: 900;
    margin-left: .25rem;
    margin-right: .5em;
}

ol.comment-list {
    list-style: none;
    padding-left: 0;
}

ol.children {
    list-style: none;
    padding-left: 28px;
}

span.says {
    display: none;
}

.comment-author.vcard svg {
    margin-bottom: -.09em;
    margin-right: .15em;
}

.comment-author.vcard svg path {
    fill: #ababab;
}

/* .comment-author.vcard::before {
    content: "?";
    font-weight: 900;
    color: #FF5722;
} */

.comment-reply-title small {
    margin-left: 1em;
}

.comment-reply-title small a {
    color: #423c82;
}

/*  */

/* ARCHIVE, CATEGORY */
body.archive .entry-title.default-max-width {
    text-align: left;
}

body.archive .entry-title.default-max-width {
    color: #333;
    margin-top: .5em;
    margin-bottom: .5em;
}

body.archive .entry-title.default-max-width>a {
    color: inherit;
}

h2.entry-title.default-max-width>a:hover {
    color: #272264;
}

.top-content-widget-area p.at-heading {
    color: #333;
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem;
}

.more-link-container,
.social-shared {
    display: inline-block;
}

.at-meta-footer {
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.archive figure.wp-block-embed.is-type-video {
    display: none;
}

body.archive article.post.format-video figure.post-thumbnail {
    position: relative;
    cursor: pointer;
}

body.archive article.post.format-video figure.post-thumbnail a.post-thumbnail-inner {
    pointer-events: none;
}

body.archive article.post.format-video figure.post-thumbnail::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #423c82bf;
    z-index: 2;
}

body.archive article.post.format-video figure.post-thumbnail::after {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background: url(https://project.whitecrow.top/wp-content/uploads/2023/07/play-icon-white.svg);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 60%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    border: 6px solid #fff;
    transition-duration: 1s;
    transform-origin: left top;
    border-radius: 50%;
    transform: scale(1) translate(-50%, -50%);
}

body.archive article.post.format-video figure.post-thumbnail:hover::after {
    transform: scale(1.15) translate(-50%, -50%);
}

body.single article iframe {
    height: auto;
}

body.archive figure.wp-block-embed.is-type-video.open {
    /* display: none; */
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999;
    background: #000;
}

body.archive figure.wp-block-embed.is-type-video.open .wp-block-embed__wrapper {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

body.archive figure.wp-block-embed.is-type-video.wp-has-aspect-ratio.open .wp-block-embed__wrapper iframe {
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 60%;
    height: auto;
    aspect-ratio: 750/422;
}

body.archive button.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2rem;
    font-weight: 200;
    transform: rotate(45deg);
    padding: 0;
    width: 4rem;
    height: 4rem;
    background: transparent;
    border: none;
    /* 	z-index: 1001 */
}

body.archive figure.wp-block-embed.is-type-video.open .social-shared-wrap {
    position: absolute;
    top: 2.35rem;
    right: 150px;
    padding: 1rem;
    line-height: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: 1em;
}

body.archive figure.wp-block-embed.is-type-video.open .social-shared-wrap span.share-description {
    color: #eee;
    visibility: hidden;
    opacity: 0;
    transition-duration: .3s;
}

body.archive figure.wp-block-embed.is-type-video.open .social-shared-wrap:hover span.share-description {
    visibility: visible;
    opacity: 1;
}

figure.wp-block-embed .social-shared-container {
    transition-duration: 0s;
}

figure.wp-block-embed .social-shared-container.open {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

figure.wp-block-embed .social-shared-container::before {
    content: none;
}

/* ASIDE */
.wp-block-search__inside-wrapper {
    border: none;
    position: relative;
    color: #7e7e7e;
    border-color: #f5f5f5;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 0;
}

.wp-block-search__inside-wrapper input[type="search"] {
    font-size: 13px;
}

.wp-block-search__button svg.search-icon {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

ul.wp-block-latest-posts__list.wp-block-latest-posts {
    /*     padding-left: 30px; */
}

ul.wp-block-latest-posts__list.wp-block-latest-posts li a {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 0;
    display: flex;
    column-gap: .5em;
    border-bottom: 1px solid #eee;
}

.wp-block-search__button {
    border: none;
    width: 3.5rem;
    margin-left: 0;
}

aside.content-widget-area section.widget_block {
    margin: 0 0 44px 0;
}

section.widget_block .wp-block-heading {
    font-size: 34px;
    font-weight: 500;
    margin: 0 0 27px 0;
}

section.widget_block p.wp-block-tag-cloud a {
    display: inline-block;
    font-size: 13px !important;
    font-weight: 500;
    padding: 5px 14px;
    background: #f5f5f5;
    color: #ababab;
    border: 0;
    border-radius: 3px;
    margin: 5px 10px 5px 0;
    overflow: hidden;
}

section.widget_block p.wp-block-tag-cloud a:hover {
    color: #fff;
    background: #423c82;
}

/* PAGINATION */
nav.navigation.comments-pagination,
nav.navigation.pagination {
    margin: 3rem auto 6rem;
    text-align: center;
}

nav.navigation.comments-pagination .nav-links,
nav.navigation.pagination .nav-links {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.contact-form-submission .go-back-message .link,
nav.wp-calendar-nav a,
nav.navigation.comments-pagination .nav-links a,
nav.navigation.comments-pagination .nav-links span,
nav.navigation.pagination .nav-links a,
nav.navigation.pagination .nav-links span {
    padding: 0 10px;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    min-width: 41px;
    height: 41px;
    text-transform: uppercase;
    color: #ababab;
    letter-spacing: 2px;
    border-radius: 5px;
}

.contact-form-submission .go-back-message .link {
    display: block;
}

nav.navigation.comments-pagination .nav-links span,
nav.navigation.pagination .nav-links span {
    background: #f6f2ed;
    color: #272264;
}

.contact-form-submission .go-back-message .link,
nav.wp-calendar-nav a {
    background: #f6f2ed;
    font-size: 13px;
    padding: 0px 16px;
}

nav.wp-calendar-nav a:hover {
    color: #272264;
}

nav.wp-calendar-nav a svg {
    display: none;

    /* убрать из PHP */
}

nav.wp-calendar-nav a:hover,
nav.navigation.pagination .nav-links a:hover {
    color: #272264;
}


/* INFINITY SLIDERS */
.slider-storage {
    display: none;
}

.infinity-slider {
    width: 100%;
    margin: auto;
}

.infinity-slider .slider-container {
    overflow: hidden;
    width: 100%;
    margin: auto;
    /*     border: 1px dotted red; */
}

.infinity-slider .slider-elements {
    margin: 2rem auto;
}

.infinity-slider.alignwide .slider-container {
    max-width: 1024px;
}

.infinity-slider .slider-elements>:nth-child(n) {
    display: flex;
    align-items: center;
    width: max-content;
    /*     -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); */
}

/* .infinity-slider.infinity-image-slider .slider-elements figure.wp-block-image.size-medium,
.infinity-slider.infinity-image-slider .slider-elements figure.wp-block-image.size-large,
.infinity-slider.infinity-image-slider .slider-elements figure.wp-block-image.size-full {
	aspect-ratio: 4/2;
	height: auto;
	overflow-y: hidden;
} */

section.infinity-slider.infinity-images-slider figure.wp-block-image,
section.infinity-slider.infinity-gallery-slider figure.wp-block-image {
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.infinity-slider.infinity-gallery-slider figure.wp-block-image img {
    /* 	margin: 0 .5em; */
}

.infinity-slider .slider-elements>:nth-child(n)>:nth-child(n) {
    max-width: none;
    height: auto;
    max-height: none;
    cursor: url(//project.whitecrow.top/wp-content/uploads/2023/08/pause.png) 12 12, auto;
}


.element-case-studies .link-button p a,
.element-case-studies p {
    /* 	color: red;
    font-size: 14px !important; */
}

.infinity-slider .parent-dots {
    cursor: url(//project.whitecrow.top/wp-content/uploads/2023/08/pause.png) 12 12, auto;
}

.client-logo-slider .parent-dots {
    display: none !important;
}


/* Popup Video */
.popup-video {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0;
}

/* Numbered List */
.demo-list-container {
    max-width: 1200px;
    margin: 4rem auto;
    padding: 1rem;
    gap: 4rem;
}

ol.numbered-list.automatic-numbered-list {
    padding-left: 1em;
}

ol.numbered-list li {
    font-size: 24px;
    color: #333;
    line-height: 1.2;
    font-weight: 400;
    position: relative;
    list-style-position: inside;
}

ol.numbered-list li::marker {
    color: #423c82;
}

ol.numbered-list>:nth-child(-n + 9)::before {
    content: "0";
    color: #423c82;
    position: absolute;
    left: -.65em;
}

ol.numbered-list>:nth-child(n + 10) {
    left: -.65em;
}

.separator-list li {
    font-size: 15px;
    padding: .35em 0;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
}

ul.circle-list {
    list-style: disc;
    padding-left: 1em;
    font-size: 15px;
}

/* How We Works */
.section-our-process {
    background-color: #fff;
}

.section-our-process.how-we-work.alignwide>div {
    max-width: 1200px;
}

.section-our-process.how-we-work>div {
    padding: 2rem;
}

.section-our-process.how-we-work .wp-block-heading.at-heading {
    /*     max-width: 12em; */
    text-align: left;
    color: #333
}

.element-steps,
.element-steps>div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.element-steps p {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    gap: .5em;
    background: none;
}

.element-steps p::before {
    content: "";
    display: inline-block;
    width: 2.5em;
    height: 1px;
    background-color: #272264;
}

.element-steps mark {
    font-size: 120px;
    line-height: .8;
    font-weight: 900;
    color: #ededed;
}

/* CUSTOM SVG BUTTON */
.custom-svg-button-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
}

.wp-block-group.custom-svg-button {
    width: max-content;
    margin: 1rem;
    display: inline-block;
}

.wp-block-group.custom-svg-button .wp-block-button:not(.is-style-outline) a.wp-block-button__link {
    border: none;
}

.custom-svg-button .wp-block-button .wp-block-button__link.is-style-outline,
.custom-svg-button .wp-block-button.is-style-outline>.wp-block-button__link {
    padding: 0 41px;
}

.wp-block-buttons>.wp-block-button.has-custom-width a.wp-block-button__link {
    height: auto;
    line-height: 2;
}

.custom-svg-button>.wp-block-boldblocks-svg-block {
    display: none;
}

.custom-svg-button .wp-block-button a .wp-block-boldblocks-svg-block svg {
    width: auto;
    height: 50%;
}

.custom-svg-button .wp-block-button a .wp-block-boldblocks-svg-block__inner,
.custom-svg-button .wp-block-button a .wp-block-boldblocks-svg-block {
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-svg-button .wp-block-button.has-custom-width a .wp-block-boldblocks-svg-block__inner,
.custom-svg-button .wp-block-button.has-custom-width a .wp-block-boldblocks-svg-block {
    height: 100%;
}

.custom-svg-button .wp-block-button.has-custom-width a .wp-block-boldblocks-svg-block svg {
    width: 2em;
    height: 100%;
}

.wp-block-button.circle a {
    overflow: hidden;
    aspect-ratio: 1/1;
}

.custom-svg-button .wp-block-button.circle a .wp-block-boldblocks-svg-block svg {
    height: 100%;
}


/* @MEDIA */
@media (min-width: 1024px) {
    div.at_block-testimonials {
        padding: 1rem;
        opacity: .4;
        transition-duration: 1.5s;
    }

/*     aside.content-widget-area.full-width {
        flex-basis: 33.333%;
        flex-shrink: 0;
    } */
	
	body.page aside.content-widget-area.full-width {
		max-width: 1440px;
		margin: 0 auto;
		display: flex;
	}
	
	body.page aside.content-widget-area.full-width .widget-container .widgettitle,
	body.page aside.content-widget-area.full-width .widget-container .wp-block-heading {
		text-align: left;
	}
	
	body.page aside.content-widget-area.full-width>:last-child.widget-container.widget_block {
		flex-basis: 72%;
	}
	
	body.page aside.content-widget-area.full-width>:first-child.widget-container.widget_block {
		flex-basis: 28%;
		padding-left: 24px;
	}

}

@media (max-width: 1199px) {
    header.entry-header.alignwide h1.entry-title {
        font-size: 54px;
    }

    section.wp-block-group.our-services h3 {
        font-size: 34px;
    }

    body .aside-container.up-footer .elements-container {
        flex-direction: column;
        gap: 1rem;
    }

    .aside-container.up-footer>div {
        /* 		padding: 0; */
    }

    .section-play-start .at-inner-container h2 {
        font-size: 36px;
    }

}

@media (max-width: 992px) {
    header.entry-header.alignwide h1.entry-title {
        font-size: 34px;
    }

    section.wp-block-group.our-services h3 {
        font-size: 28px;
    }

    body .section-play-start .at-inner-container {
        width: 100%;
    }

    main#main section.benefits .elements-container {
        flex-wrap: wrap !important;
    }

    main#main section.benefits .elements-container>div {
        flex-basis: calc(50% - 2rem);
    }

    .team-member .elements-container {
        justify-content: center;
        flex-wrap: wrap !important;
    }

    .team-member .elements-container.columns-3>div {
        flex-basis: calc(50% - 1.5rem);
        flex-grow: 0;
    }

    .team-member .elements-container.columns-4>div {
        flex-basis: calc(33.333% - 2rem);
        flex-grow: 0;
    }

    .team-member-wrapp .elements-container>div ul.wp-block-social-links {
        max-width: 350px;
        bottom: 8rem;
        visibility: visible;
        opacity: 1;
    }

    .blog-and-news>.wp-block-group__inner-container {
        flex-wrap: wrap;
    }

    .blog-and-news div.wp-block-latest-posts {
        flex-basis: 100%;
        margin-bottom: 1.5rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }

}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: wrap !important;
    }

    .section-our-process.how-we-work .wp-block-heading.at-heading {
        max-width: 12em;
    }

    body .column-our-progress {
        min-width: 350px;
        max-width: 50%;
    }
}

@media (max-width: 781px) {
    body:not(.page) div.site div.site-content {
        padding: 0px 1rem;
    }

    body footer .footer-container {
        padding: 2rem 1rem;
    }

    footer .top-footer-container>:nth-child(n) {
        flex-basis: 100%;
    }

    .link:not(.icon) {
        width: auto;
    }

    .at-heading {
        font-size: 36px;
    }

    .section-hello .wp-block-column.is-layout-flow {
        align-items: center;
        text-align: center;
    }

    .section-hello h3 {
        font-size: 36px;
        text-align: center;
    }

    body .section-hello .wp-block-group__inner-container>:nth-child(n)>:nth-child(1) {
        padding-bottom: 0;
        z-index: 2;
    }

    .section-play-start .wp-block-cover__inner-container .at-inner-container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 2rem;
    }

    .section-play-start .wp-block-cover .wp-block-cover__image-background {
        object-position: -50vw 0% !important;
    }

    .section-our-company h3,
    .section-hire-us h3 {
        font-size: 36px;
    }

    .team-member .elements-container.columns-4 {
        gap: 1rem;
    }

    .team-member .elements-container.columns-4>div {
        flex-basis: calc(50% - 1rem) !important;
    }

    .aside-container.up-footer .at-heading {
        font-size: 32px;
    }

    .aside-container.up-footer {
        /* 		padding: 4rem 1rem; */
    }

    .wp-block-columns.elements-container {
        /* 		padding: 0 1rem; */
    }

    body.single .testimonials-slider p.accent,
    body.single blockquote.wp-block-quote:not(.header-blockquote) {
        margin: 0;
    }

    body .section-our-process .column-our-progress .wp-block-heading {
        margin-top: 0;
    }

    body .section-our-process .column-our-progress>div {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        column-gap: 1rem;
        margin-bottom: 0;
    }

    body .section-our-process .column-our-progress>div> :first-child {
        width: max-content;
        max-width: max-content;
        flex-basis: auto;
    }

    body .section-our-process .column-our-progress>div> :last-child {
        padding-bottom: 2em;
    }

    body .section-our-process .js-inner {
        margin: 0;
    }

    body .section-our-process .columns-container>:not(:last-child).column-our-progress>div> :first-child::before {
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
    }


}

@media (min-width: 561px) {
    /* 	.section-our-process.how-we-work .wp-block-heading.at-heading {
		max-width: 12em;
	} */
}

@media (max-width: 560px) {

    body:not(.page) div.site-content {
        padding: 0 16px;
    }

    .at-meta-footer {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 2rem;
    }

    .social-shared {
        margin-right: auto;
    }

    .section-play-start .wp-block-cover,
    .wp-block-cover-image {
        min-height: 500px !important;
    }

    .section-play-start .at-inner-container .wp-block-heading {
        font-size: 32px;
    }

    .icon-svg-src>a,
    .at-inner-container figure.icon-svg-src>a {
        width: 60px;
        height: 60px;
    }

    .section-play-start .at-inner-container p {
        font-size: 14px;
    }

    .team-member .elements-container.columns-4>div {
        flex-basis: 100% !important;
    }

    aside.aside-bottom ul.similar-news {
        flex-direction: column;
    }

    .comment-form {
        flex-direction: column;
    }

    p.accent {
        margin: 40px 30px;
    }

}