@font-face {
    font-family: "Almoni Tzar";
    src: url(../fonts/almani/almoni-tzar-regular-aaa.woff2) format("woff2"), url(../fonts/almani/almoni-tzar-regular-aaa.woff) format("woff"), url(../fonts/almani/almoni-tzar-regular-aaa.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Almoni Tzar";
    src: url(../fonts/almani/almoni-tzar-black-aaa.woff2) format("woff2"), url(../fonts/almani/almoni-tzar-black-aaa.woff) format("woff"), url(../fonts/almani/almoni-tzar-black-aaa.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: "Almoni Tzar";
    src: url(../fonts/almani/almoni-tzar-bold-aaa.woff2) format("woff2"), url(../fonts/almani/almoni-tzar-bold-aaa.woff) format("woff"), url(../fonts/almani/almoni-tzar-bold-aaa.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Almoni Tzar";
    src: url(../fonts/almani/almoni-tzar-ultralight-aaa.woff2) format("woff2"), url(../fonts/almani/almoni-tzar-ultralight-aaa.woff) format("woff"), url(../fonts/almani/almoni-tzar-ultralight-aaa.ttf) format("truetype");
    font-weight: 200;
    font-style: normal
}

.anim {
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.anim.single-project {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.anim.single-project.done {
    opacity: 1 !important
}

.anim-stage>* {
    -webkit-animation-fill-mode: forwards !important;
    animation-fill-mode: forwards !important;
    opacity: 0
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        color: #00f5c9
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        color: #00f5c9
    }
}

@-webkit-keyframes zoom-fade {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes zoom-fade {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes line {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: 510px;
        opacity: 1
    }
}

@keyframes line {
    0% {
        width: 0;
        opacity: 0
    }

    100% {
        width: 510px;
        opacity: 1
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    70% {
        -webkit-transform: rotate(300deg);
        transform: rotate(300deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    70% {
        -webkit-transform: rotate(300deg);
        transform: rotate(300deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1
    }
}

@-webkit-keyframes slide {
    to {
        width: 100%;
        opacity: 1
    }
}

@keyframes slide {
    to {
        width: 100%;
        opacity: 1
    }
}

@-webkit-keyframes slide-height {
    from {
        opacity: 1
    }

    to {
        height: 100%;
        opacity: 1
    }
}

@keyframes slide-height {
    from {
        opacity: 1
    }

    to {
        height: 100%;
        opacity: 1
    }
}

@-webkit-keyframes fade {
    to {
        opacity: 1
    }
}

@keyframes fade {
    to {
        opacity: 1
    }
}

@-webkit-keyframes fade-left {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fade-left {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fade-right {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fade-right {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fade-up {
    from {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-up {
    from {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.anim-stage>* {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@-webkit-keyframes anim-stage {
    from {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes anim-stage {
    from {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fade-up-2 {
    from {
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-up-2 {
    from {
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fade-up-3 {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }

    50% {
        opacity: 0
    }

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

@keyframes fade-up-3 {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }

    50% {
        opacity: 0
    }

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

@-webkit-keyframes fade-down {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-down {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media screen and (max-width:991px) {
    @-webkit-keyframes line {
        0% {
            width: 0;
            opacity: 0
        }

        100% {
            width: 247px;
            opacity: 1
        }
    }

    @keyframes line {
        0% {
            width: 0;
            opacity: 0
        }

        100% {
            width: 247px;
            opacity: 1
        }
    }

    @-webkit-keyframes circleShadow {
        0% {
            width: 11px;
            height: 11px
        }

        100% {
            width: 50px;
            height: 50px
        }
    }

    @keyframes circleShadow {
        0% {
            width: 11px;
            height: 11px
        }

        100% {
            width: 50px;
            height: 50px
        }
    }
}

@media screen and (max-width:575px) {
    @-webkit-keyframes line {
        0% {
            width: 0;
            opacity: 0
        }

        100% {
            width: 150px;
            opacity: 1
        }
    }

    @keyframes line {
        0% {
            width: 0;
            opacity: 0
        }

        100% {
            width: 150px;
            opacity: 1
        }
    }
}

body {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #000
}

body,
html {
    margin: 0;
    font-family: "Noto Sans Hebrew", sans-serif;
    min-width: 320px
}

body {
    max-width: 100%
}

body.fixed {
    position: fixed
}

* {
    letter-spacing: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

img.lazyload,
video.lazyload {
    opacity: 0;
    visibility: hidden;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.desk-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.mob-only {
    display: none !important
}

@media screen and (max-width:767px) {
    .desk-only {
        display: none !important
    }

    .mob-only {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.is-loaded,
[data-loaded=true] {
    opacity: 0;
    visibility: visible;
    -webkit-animation: faddingImgAnim .5s ease;
    animation: faddingImgAnim .5s ease
}

@-webkit-keyframes faddingImgAnim {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

@keyframes faddingImgAnim {
    0% {
        visibility: hidden;
        opacity: 0;
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }

    100% {
        visibility: visible;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
}

* {
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    outline: 0
}

a,
button {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto Sans Hebrew", sans-serif
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-family: "Noto Sans Hebrew", sans-serif
}

body.no-scroll {
    overflow: hidden
}

html {
    height: auto;
    min-height: 100%;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body {
    height: auto;
    background: #fff
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 3
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #dee9ff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none
}

::-webkit-scrollbar-thumb {
    background: #3a40ef;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2.5rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.text-block {
    font-weight: 400;
    line-height: 1;
    font-size: 1.7rem;
    color: #5e5e5e
}

.text-block a,
.text-block li,
.text-block p {
    font-size: inherit
}

.text-block a {
    text-decoration: underline;
    font-weight: 500;
    color: #cf2434;
    font-size: inherit
}

.text-block :not(img, ul, ol, li, blockquote, span, strong, br, iframe) {
    margin-bottom: 1rem
}

.text-block br {
    content: "";
    display: block;
    height: 1.5rem
}

.text-block :last-child {
    margin-bottom: 0
}

.text-block :last-child strong {
    font-weight: 700
}

.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
    font-family: "Noto Sans Hebrew", sans-serif;
    font-weight: 900;
    line-height: 1.37;
    color: #cf2434
}

.text-block strong {
    font-weight: 900
}

.text-block h1 {
    font-size: 4.15rem
}

.text-block h2 {
    font-size: 3.2rem
}

.text-block h3 {
    font-size: 3rem
}

.text-block h4 {
    font-size: 2.6rem
}

.text-block h5 {
    font-size: 2rem
}

.text-block h6 {
    font-size: 1.8rem
}

.text-block a {
    text-decoration: underline;
    color: #cf2434
}

.text-block a:hover {
    text-decoration: none
}

.text-block blockquote {
    font-family: "Noto Sans Hebrew", sans-serif;
    border-color: .1rem solid #cf2434;
    background: rgba(255, 255, 255, 0);
    border-radius: 1rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.3;
    text-align: center;
    color: #5e5e5e;
    padding: 1rem 1.5rem;
    position: relative;
    z-index: 2
}

.text-block blockquote::after,
.text-block blockquote::before {
    content: '"';
    position: absolute;
    top: .4rem;
    left: .9rem;
    font-size: 3rem
}

.text-block blockquote::after {
    top: auto;
    left: auto;
    bottom: .4rem;
    right: .9rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.text-block img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 1.2rem;
    border-radius: 1rem;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.text-block .alignleft {
    float: left;
    margin-right: 3rem
}

.text-block .alignright {
    float: right;
    margin-left: 2rem
}

.text-block .aligncenter {
    margin: 0 auto
}

.text-block ol li,
.text-block ul li {
    line-height: 1;
    margin-bottom: .75rem
}

.text-block ol li:last-child,
.text-block ul li:last-child {
    margin-bottom: 0
}

.text-block ul {
    margin-bottom: 1rem
}

.text-block ul li::before {
    width: .4rem;
    height: .4rem;
    background: #5e5e5e;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: .55rem;
    right: 0;
    content: ""
}

.text-block ul:last-child {
    margin-bottom: 0
}

.text-block ul li {
    padding-right: .8rem;
    position: relative;
    z-index: 2
}

.text-block ul li ol {
    counter-reset: numUl
}

.text-block ul li ol li {
    padding-right: 2.4rem
}

.text-block ul li ol li::after {
    display: none
}

.text-block ul li ol li::before {
    counter-increment: numUl;
    content: counters(numUl)
}

.text-block u {
    text-decoration: underline !important
}

.text-block ol {
    counter-reset: numOl;
    list-style: none !important
}

.text-block ol p {
    margin-bottom: 0
}

.text-block ol:not(:last-child) {
    margin-bottom: 1rem
}

.text-block ol>li {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-right: 2.4rem;
    counter-increment: numOl
}

.text-block ol>li::before {
    content: counter(numOl);
    margin-left: .3rem;
    font-weight: 700;
    position: absolute;
    width: 1.5rem;
    right: 0;
    top: .15rem;
    height: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cf2434;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: .7rem;
    color: #5e5e5e;
    border-radius: 50%;
    line-height: 1
}

.text-block ol>li ul {
    padding-right: 1rem
}

.text-block ol>li ul li {
    position: relative;
    z-index: 2
}

.text-block iframe,
.text-block video {
    max-width: 100%
}

@media screen and (max-width:767px) {
    .text-block {
        font-size: 1rem;
        padding: 0 1rem
    }

    .text-block a,
    .text-block li,
    .text-block p {
        font-size: 1rem
    }

    .text-block h1 {
        font-size: 2rem
    }

    .text-block h2 {
        font-size: 1.6rem
    }

    .text-block h3 {
        font-size: 1.5rem
    }

    .text-block h4 {
        font-size: 1.4rem
    }

    .text-block h5,
    .text-block h6 {
        font-size: 1.2rem
    }

    .text-block :not(img, ul, ol, li, blockquote, span, strong, br, iframe) {
        margin-bottom: .6rem
    }

    .text-block ol li,
    .text-block ul li {
        margin-bottom: .2rem
    }

    .text-block img {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .text-block ul {
        padding-left: 0
    }

    .text-block ul>li {
        padding-right: .7rem;
        position: relative;
        z-index: 2
    }

    .text-block ul>li::before {
        position: absolute;
        top: .35rem;
        right: 0;
        background: #5e5e5e;
        border-radius: 50%;
        width: .25rem;
        height: .25rem
    }

    .text-block blockquote {
        width: 100%;
        font-size: .7rem;
        padding: 1.5rem 1rem;
        border-radius: .5rem;
        margin-left: 0;
        margin-right: 0
    }

    .text-block blockquote::before {
        top: .25rem;
        left: .25rem
    }

    .text-block blockquote::after {
        bottom: .25rem;
        right: .25rem
    }

    .text-block ol>li {
        width: 100%;
        padding-right: 2rem
    }

    .text-block ol>li::before {
        top: -.25rem
    }

    .text-block ol>li ul {
        padding-right: 0
    }

    .text-block img {
        margin-bottom: .75rem
    }
}

body,
html {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #000
}

body a,
body li,
body p,
html a,
html li,
html p {
    font-size: .8rem
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 88.4rem;
    padding: 0 1rem
}

@media screen and (max-width:1905px) and (min-width:768px) {

    body,
    html {
        font-size: 1.0498687664vw
    }
}

.subttl {
    font-family: "Noto Sans Hebrew", sans-serif;
    font-size: 3.5rem;
    color: #707070;
    line-height: 1;
    font-weight: 200
}

main {
    position: relative
}

.ttl {
    font-family: "Noto Sans Hebrew", sans-serif;
    font-size: 4.5rem;
    color: #cf2434;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .06em
}

.title {
    font-size: 5rem;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.005em
}

body {
    background: #fff
}

.section {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.section .fp-tableCell {
    width: 100%;
    height: 100%
}

.section::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 220, 231, 0)), color-stop(50.63%, #dcdce6), to(rgba(246, 247, 249, 0)));
    background: linear-gradient(to bottom, rgba(216, 220, 231, 0) 0, #dcdce6 50.63%, rgba(246, 247, 249, 0) 100%);
    display: inline-block;
    content: "";
    position: absolute;
    left: 50%;
    top: -8rem;
    width: calc(100% + 7.15rem);
    height: 13.45rem;
    -webkit-transform: translate(calc(-50% + .4rem), 0);
    -ms-transform: translate(calc(-50% + .4rem), 0);
    transform: translate(calc(-50% + .4rem), 0);
    z-index: 3
}

.section:not([data-anchor=buying])::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(216, 220, 231, 0)), color-stop(100%, #a4b2c7), to(rgba(246, 247, 249, 0)));
    background: linear-gradient(to top, rgba(216, 220, 231, 0) 0, #a4b2c7 100%, rgba(246, 247, 249, 0) 100%);
    height: 6.75rem;
    top: 0
}

.section[data-anchor=contact]::after,
.section[data-anchor=contact]::before {
    content: none
}

.section::after {
    height: 3.75rem;
    width: 100%;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 220, 231, 0)), color-stop(100%, #a4b2c7), to(rgba(246, 247, 249, 0)));
    background: linear-gradient(to bottom, rgba(216, 220, 231, 0) 0, #a4b2c7 100%, rgba(246, 247, 249, 0) 100%);
    z-index: 3
}

.text-content .txt {
    width: 100%;
    max-width: 30.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.text-content .txt p {
    font-size: 1.45rem;
    color: #707070;
    line-height: 1;
    font-weight: 400
}

.text-content .txt p strong {
    font-weight: 700;
    color: #cf2434
}

.text-content .txt .btn {
    margin-top: 2.3rem
}

@media screen and (min-width:768px) {
    .text-content .txt .btn {
        margin-right: -.25rem
    }
}

.text-content .txt .ttl {
    margin-bottom: .9rem
}

@media screen and (min-width:768px) {
    .text-content .txt .ttl {
        margin-right: -.35rem
    }
}

@media screen and (min-width:768px) {
    .text-content .txt .subttl {
        margin-right: -.35rem
    }
}

.buying-section {
    position: relative;
    height: 100%;
    min-height: 100%;
    width: 100%
}

.buying-section__content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 15.8rem;
    position: relative;
    z-index: 3;
    padding-top: 2rem;
    padding-bottom: 7.25rem
}

.buying-section__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.buying-section__bg .bg {
    width: 100%;
    height: 106%;
    bottom: 0;
    left: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.buying-section__bg .bg img {
    width: 100%;
    height: 100%
}

.buying-section__bg .anims {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 19.5vh;
    left: 1.0123vw
}

.buying-section__bg .anims .log {
    width: 49.5vw;
    height: 34.43vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.buying-section__bg .anims .log img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.home-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.full-sections {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@-webkit-keyframes headerFlow {
    0% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes headerFlow {
    0% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.home-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10
}

@media screen and (min-width:768px) {
    .home-menu {
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
        opacity: 0;
        -webkit-animation: headerFlow .6s forwards linear;
        animation: headerFlow .6s forwards linear;
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }
}

body.fp-viewing-contact .home-menu .menu-links {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.btn.btn--red {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
    font-weight: 400;
    height: 2.75rem;
    width: 15.55rem;
    background: #cf2434;
    border: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.btn.btn--red:hover {
    -webkit-transform: scale(1.17647059);
    -ms-transform: scale(1.17647059);
    transform: scale(1.17647059);
    background: #5e5e5e
}

.btn.btn--gray {
    height: 2.3rem;
    background: #5e5e5e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: .2rem 2.4rem;
    font-size: 1rem;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    bottom: 2.2rem;
    z-index: 4;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    min-width: 15.2rem
}

.btn.btn--gray::after,
.btn.btn--gray::before {
    width: 1.25rem;
    height: 1.2rem;
    background: #fff;
    display: inline-block;
    content: "";
    -webkit-mask-image: url(../img/arrbtn.png);
    mask-image: url(../img/arrbtn.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: .55rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.btn.btn--gray::after {
    left: auto;
    right: .55rem
}

.btn.btn--gray:hover {
    height: 2.6rem;
    padding: .2rem 2.7rem;
    background: #cf2434;
    font-size: 1.25rem;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important
}

.section[data-anchor=buying] .btn.btn--gray {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    pointer-events: none
}

.section[data-anchor=buying].fp-completely.active .btn.btn--gray {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.menu-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.1rem 0 0 .6rem;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.menu-links a {
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-align: center;
    color: #5e5e5e;
    padding: 0 .9rem;
    letter-spacing: 0;
    position: relative;
    text-shadow: none
}

.menu-links a::after {
    width: 1px;
    height: 1.25rem;
    background: #707070;
    display: inline-block;
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0)
}

.menu-links a:last-child::after {
    content: none
}

.menu-links a.active,
.menu-links a:hover {
    font-weight: 400;
    color: #cf2434;
    text-shadow: .025rem 0 .025rem #cf2434, -.025rem 0 .025rem #cf2434
}

.menu-links a.ic {
    padding: 0 .9rem
}

.menu-links a.ic::before {
    width: 1.8rem;
    height: 1.75rem;
    display: inline-block;
    content: "";
    background: #5e5e5e;
    -webkit-mask-image: var(--ic);
    mask-image: var(--ic);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.menu-links a.ic.active::before,
.menu-links a.ic:hover::before {
    background: #cf2434
}

.section {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.section.active {
    opacity: 1
}

@-webkit-keyframes animLog {
    0% {
        -webkit-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes animLog {
    0% {
        -webkit-transform: translate(0, -10%);
        transform: translate(0, -10%);
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1
    }
}

.section .buying-section__bg {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.section .buying-section__bg .anims {
    -webkit-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    transform: translate(0, -10%);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.section .buying-section__content .txt .subttl {
    opacity: 0;
    -webkit-transform: translate(0, -120%);
    -ms-transform: translate(0, -120%);
    transform: translate(0, -120%);
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
}

.section .buying-section__content .txt .ttl {
    opacity: 0;
    -webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    transform: translate(0, -40%);
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
}

.section .buying-section__content .txt p {
    opacity: 0;
    -webkit-transform: translate(0, -12%);
    -ms-transform: translate(0, -12%);
    transform: translate(0, -12%);
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.section .buying-section__content .txt .btn {
    opacity: 0;
    -webkit-transform: translate(0, 60%);
    -ms-transform: translate(0, 60%);
    transform: translate(0, 60%);
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.section.fp-completely.active .buying-section__bg {
    opacity: 1
}

.section.fp-completely.active .buying-section__bg .anims {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.section.fp-completely.active .buying-section__content .txt .subttl {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.section.fp-completely.active .buying-section__content .txt .ttl {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.section.fp-completely.active .buying-section__content .txt p {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.section.fp-completely.active .buying-section__content .txt .btn {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

#fp-nav {
    display: none
}

.capabilities-section {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.capabilities-section .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.capabilities-section .bg img {
    width: 100%;
    height: 100%
}

.capabilities-section .vid {
    position: absolute;
    top: 0;
    right: 14.1207vw;
    width: 36.06vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.capabilities-section .vid dotlottie-player {
    width: 100%;
    height: auto !important
}

.capabilities-section__content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 10rem;
    padding-top: 8.75rem;
    padding-bottom: 2.5rem
}

.capabilities-section__content .txt .subttl {
    margin-bottom: .55rem;
    letter-spacing: .055em;
    margin-right: -.1rem
}

.capabilities-section__content .txt .ttl {
    margin-bottom: 0
}

.custom-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 3.75rem
}

.custom-tabs-wrap {
    width: 28.55vw;
    height: 25.24vw;
    padding: 1.574vw;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    z-index: 3;
    top: 39%;
    right: 50.7%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    opacity: 0;
    pointer-events: none
}

.custom-tabs-wrap.active {
    opacity: 1;
    pointer-events: auto
}

.custom-tabs-line {
    width: auto;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: .6rem;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.custom-tabs-line .img {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .16);
    box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transform: translate(calc(100% * var(--nb) + .6rem * var(--nb)));
    -ms-transform: translate(calc(100% * var(--nb) + .6rem * var(--nb)));
    transform: translate(calc(100% * var(--nb) + .6rem * var(--nb)));
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.custom-tabs-line .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.custom-tabs-line[data-active="0"] .img:nth-child(1) {
    opacity: 1
}

.custom-tabs-line[data-active="1"] .img:nth-child(2) {
    opacity: 1
}

.custom-tabs-line[data-active="2"] .img:nth-child(3) {
    opacity: 1
}

.custom-tabs-line[data-active="3"] .img:nth-child(4) {
    opacity: 1
}

.custom-tabs-line[data-active="4"] .img:nth-child(5) {
    opacity: 1
}

.custom-tabs-line[data-active="5"] .img:nth-child(6) {
    opacity: 1
}

.custom-tabs .tb {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 0 .42rem;
    position: relative;
    cursor: pointer;
    font-size: 1.4rem;
    color: #5e5e5e;
    line-height: 1;
    font-weight: 900
}

.custom-tabs .tb::after {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 1px;
    height: 1.75rem;
    background: #707070;
    display: inline-block;
    content: "";
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.custom-tabs .tb.active,
.custom-tabs .tb:hover {
    color: #cf2434
}

.custom-tabs .tb:last-child::after {
    content: none
}

.services-section {
    width: 100%;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services-section__content {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2
}

.services-section__slider {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services-section__slider .swiper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services-section__slider .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services-section__slider .swiper-slide {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services-section .pagin {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .7rem;
    z-index: 4;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding-top: 3.4vh
}

.services-section .pagin span {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 11.15rem;
    height: 3.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #666565;
    padding: 0 .6rem;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    border-radius: 0 !important;
    border: none !important;
    margin: 0 !important
}

.services-section .pagin span.hover,
.services-section .pagin span.swiper-pagination-bullet-active {
    background: #cf2434
}

.services-section__image {
    position: absolute;
    left: 9.4791vw;
    bottom: 6.8817vh;
    width: 34.0682vw;
    height: 38.6351vw;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services-section__image .img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services-section__image .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.services-section__single {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services-section__single .text-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 14.8rem;
    padding-top: 26.12vh
}

.services-section__single .text-content .txt {
    max-width: 41.5rem
}

.services-section__single .text-content .txt .subttl {
    margin: 0
}

.services-section__single .text-content .txt .ttl {
    letter-spacing: 0;
    margin-right: 0;
    margin-top: -.4rem;
    margin-bottom: .6rem;
    line-height: .9;
    font-size: 4rem
}

.services-section__single .text-content .txt p {
    max-width: 33rem;
    margin-bottom: 1.5rem
}

.services-section__single .text-content .txt p:last-child {
    margin-bottom: 0
}

.services-section__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.services-section__bg .bg {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.services-section__bg .bg img {
    width: 100%;
    height: 100%
}

.services-section__bg .anims {
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 19.67vh;
    left: .85rem
}

.services-section__bg .anims .log {
    width: 49.5vw;
    height: 34.43vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services-section__bg .anims .log img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.top-btn {
    cursor: pointer;
    position: fixed;
    top: 2.4rem;
    left: 0;
    background: #cf2434;
    width: 19.15rem;
    height: 4.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
    padding: .35rem 1.05rem;
    gap: .25rem;
    z-index: 12;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-box-shadow: 0 .3rem .3rem rgba(0, 0, 0, .16);
    box-shadow: 0 .3rem .3rem rgba(0, 0, 0, .16);
    opacity: 0;
    pointer-events: none
}

.top-btn p {
    max-width: 8.5rem;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    margin-bottom: .3rem
}

.top-btn::after,
.top-btn::before {
    width: 1.25rem;
    height: 1.2rem;
    background: #fff;
    display: inline-block;
    content: "";
    -webkit-mask-image: url(../img/arrbtn.png);
    mask-image: url(../img/arrbtn.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    left: .55rem;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-top: 0
}

.top-btn::after {
    left: auto;
    right: .55rem
}

.top-btn:hover {
    background: #5e5e5e
}

.top-btn:hover::after,
.top-btn:hover::before {
    margin-top: 2rem
}

body:not(.fp-viewing-buying):not(.fp-viewing-contact) .top-btn {
    opacity: 1;
    pointer-events: auto
}

body .section[data-anchor=contact] {
    z-index: 11
}

.top-logo {
    position: fixed;
    top: 2.4rem;
    right: 0;
    width: 11.25rem;
    height: 7.3rem;
    -webkit-box-shadow: 0 .3rem .3rem rgba(0, 0, 0, .16);
    box-shadow: 0 .3rem .3rem rgba(0, 0, 0, .16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.top-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

body .top-logo {
    opacity: 0;
    pointer-events: none
}

body:not(.fp-viewing-buying) .top-logo {
    opacity: 1;
    pointer-events: auto
}

.clients-section {
    width: 100%;
    height: 100%;
    position: relative
}

.clients-section__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.clients-section__bg .bg {
    position: absolute;
    left: 0;
    width: 100.78%;
    height: 116.55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -7.7419vh
}

.clients-section__bg .bg img {
    width: 100%;
    height: 100%
}

.clients-section__content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2
}

.clients-section__content .text-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 5rem;
    padding-bottom: 25.8vh
}

.clients-section__content .text-content .txt {
    max-width: 63.9rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.clients-section__content .text-content .txt .subttl {
    text-align: center;
    margin-right: -.75rem;
    font-size: 3.25rem
}

.clients-section__content .text-content .txt .ttl {
    text-align: center;
    letter-spacing: 0;
    margin-right: -.75rem;
    margin-bottom: 1.05rem;
    font-size: 3.75rem
}

.clients-section__slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: .6rem;
    position: relative;
    margin-top: 1.35rem
}

.clients-section__slider::before {
    width: 25.8rem;
    height: 2.1rem;
    display: inline-block;
    position: absolute;
    content: "";
    background: url(../img/ell1.png) no-repeat center/100% 100%;
    bottom: -1.5rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.clients-section__slider-wrapper {
    width: 26.4rem;
    height: 15.1rem;
    background: #fff;
    -webkit-mask-image: url(../img/msklogs1.png);
    mask-image: url(../img/msklogs1.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 3rem .5rem;
    position: relative;
    z-index: 2
}

.clients-section__slider-wrapper .swiper {
    width: 100%;
    height: 100%;
    overflow: visible
}

.clients-section__slider-wrapper .swiper-wrapper {
    width: 100%;
    height: 100%;
    overflow: visible
}

.clients-section__slider-wrapper .swiper-slide {
    width: 100%;
    height: 100%
}

.clients-section__slider-wrapper .img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clients-section__slider-wrapper .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.slider-btn {
    width: 3.6rem;
    height: 3.6rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.slider-btn::before {
    width: 1.8rem;
    height: 100%;
    display: inline-block;
    background: #b4b4b4;
    -webkit-mask-image: url(../img/arrleft1.png);
    mask-image: url(../img/arrleft1.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    content: "";
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.slider-btn.slider-btn--prev::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-btn.swiper-button-disabled {
    opacity: .3;
    pointer-events: none
}

.slider-btn:hover::before {
    background: #cf2434
}

.team-section {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.team-section__bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.team-section__bg .bg {
    width: 100.7874%;
    height: 116.129%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: -3.225vh;
    left: 0
}

.team-section__bg .bg img {
    width: 100%;
    height: 100%
}

.team-section__content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3
}

.team-section__content .text-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 12.95rem;
    padding-bottom: 27.204vh
}

.team-section__content .text-content .txt {
    max-width: 35.4rem
}

.team-section__content .text-content .txt .ttl {
    letter-spacing: 0;
    margin-bottom: .35rem;
    margin-right: 0;
    font-size: 4rem
}

.team-section__slider {
    position: absolute;
    bottom: 20.7526vh;
    left: 14.27vw;
    height: 25.19vw;
    padding: 0 2.887vw;
    width: 28.08vw
}

.team-section__slider .slider-btn {
    position: absolute;
    top: 57%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.team-section__slider .slider-btn.slider-btn--prev {
    left: 100%
}

.team-section__slider .slider-btn.slider-btn--next {
    right: 100%
}

.team-section__slider::before {
    width: 25.8rem;
    height: 2.1rem;
    display: inline-block;
    position: absolute;
    content: "";
    background: url(../img/ell1.png) no-repeat center/100% 100%;
    bottom: -1.5rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.team-section__slider-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.team-section__slider-wrapper .swiper {
    width: 100%;
    height: 100%
}

.team-section__slider-wrapper .swiper-wrapper {
    width: 100%;
    height: 100%
}

.team-section__slider-wrapper .swiper-slide {
    width: 100%;
    height: 100%
}

.team-section__slider-wrapper .sld {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #5e5e5e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.team-section__slider-wrapper .sld .img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.team-section__slider-wrapper .sld .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.team-section__slider-wrapper .sld .tx {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 85.71%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 4rem;
    background: #5e5e5e;
    padding: 0.5rem;
}

.team-section__slider-wrapper .sld .tx p {
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.3;
    font-weight: 900
}

.contact-section {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2
}

.contact-section::after,
.contact-section::before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 50%;
    top: -8rem;
    width: calc(100% + 7.15rem);
    height: 13.45rem;
    -webkit-transform: translate(calc(-50% + .4rem), 0);
    -ms-transform: translate(calc(-50% + .4rem), 0);
    transform: translate(calc(-50% + .4rem), 0);
    z-index: 3
}

.contact-section::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 220, 231, 0)), color-stop(50.63%, #a4b2c7), to(rgba(246, 247, 249, 0)));
    background: linear-gradient(to bottom, rgba(216, 220, 231, 0) 0, #a4b2c7 50.63%, rgba(246, 247, 249, 0) 100%);
    height: 13.5rem;
    top: -5.75rem
}

.contact-section::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(216, 220, 231, 0)), color-stop(50.63%, #a4b2c7), to(rgba(246, 247, 249, 0)));
    background: linear-gradient(to top, rgba(216, 220, 231, 0) 0, #a4b2c7 50.63%, rgba(246, 247, 249, 0) 100%);
    height: 13.5rem;
    bottom: -7.75rem;
    top: auto
}

.contact-section__bg {
    width: 100%;
    height: 136.021%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0, #5e5e5e), color-stop(73.9%, #5e5e5e), to(rgba(220, 226, 238, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #5e5e5e 0, #5e5e5e 73.9%, rgba(220, 226, 238, 0) 100%);
    opacity: .61;
    bottom: -15vh;
    position: absolute
}

.contact-section__content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 4
}

.contact-section__content .text-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 63.3rem;
    gap: 2.1rem;
    padding-bottom: 14.94vh;
    position: relative
}

.contact-section__content .text-content .txt {
    max-width: 100%
}

.contact-section__content .text-content .ttl {
    color: #fff;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0
}

.contact-section__content .text-content p {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400
}

.contact-section__content .form {
    width: 100%;
    max-width: 63.3rem
}

.contact-section__content .form .btn {
    width: 19rem;
    height: 3.5rem;
    font-size: 2.25rem
}

.contact-section .contact-links {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: .8rem;
    z-index: 6;
    gap: .6rem
}

.contact-section .contact-links ul {
    gap: 5.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact-section .contact-links ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-section .contact-links a {
    font-size: 1.25rem;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.contact-section .contact-links a img {
    width: 3.6rem;
    margin-right: .2rem
}

.contact-section .contact-links a:hover {
    color: #cf2434
}

form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.85rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    direction: rtl
}

form .wpcf7-spinner {
    display: none
}

.form .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block
}

.form form .wpcf7-response-output {
    display: none !important
}

.form .wpcf7 {
    width: 100%
}

.input-wrap {
    width: calc(25% - 1.3875rem);
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: .1rem;
    margin-bottom: .2rem
}

.input-wrap.hidden {
    display: none !important
}

.input-wrap.textarea-wrap {
    width: 100%
}

.input-wrap label {
    width: 100%;
    display: none;
    padding-right: 0;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -.01em;
    text-align: right;
    direction: rtl
}

.input-wrap input,
.input-wrap textarea {
    width: 100%;
    height: 3rem;
    border: 1px solid rgba(255, 255, 255, 0);
    margin: 0;
    padding: .2rem 1.2rem;
    font-size: 1.4rem;
    color: #5e5e5e;
    line-height: 1;
    font-weight: 300;
    background: #fff;
    border-radius: 0;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: right
}

.input-wrap input::-webkit-input-placeholder,
.input-wrap textarea::-webkit-input-placeholder {
    color: #bebebe
}

.input-wrap input::-moz-placeholder,
.input-wrap textarea::-moz-placeholder {
    color: #bebebe
}

.input-wrap input:-ms-input-placeholder,
.input-wrap textarea:-ms-input-placeholder {
    color: #bebebe
}

.input-wrap input::-ms-input-placeholder,
.input-wrap textarea::-ms-input-placeholder {
    color: #bebebe
}

.input-wrap input::placeholder,
.input-wrap textarea::placeholder {
    color: #bebebe
}

.input-wrap textarea {
    height: 8.1rem
}

.input-wrap:has(input.wpcf7-not-valid)::before {
    opacity: 1
}

.input-wrap:has(input.wpcf7-not-valid) input {
    border-color: red
}

.input-wrap .wpcf7-not-valid-tip {
    display: none
}

.input-wrap.check-wrap {
    width: 100%;
    margin-top: 0
}

.input-wrap.check-wrap p,
.input-wrap.check-wrap span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.input-wrap.check-wrap>p {
    width: 100%
}

.input-wrap.check-wrap .wpcf7-form-control-wrap {
    width: 100%
}

.input-wrap.check-wrap .wpcf7-form-control {
    width: 100%
}

.input-wrap.check-wrap .wpcf7-list-item {
    margin: 0;
    width: 100%
}

.input-wrap.check-wrap .wpcf7-list-item label,
.input-wrap.check-wrap .wpcf7-list-item.first,
.input-wrap.check-wrap .wpcf7-list-item.last {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: .5rem;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 400
}

.input-wrap.check-wrap .wpcf7-list-item label .wpcf7-list-item-label,
.input-wrap.check-wrap .wpcf7-list-item.first .wpcf7-list-item-label,
.input-wrap.check-wrap .wpcf7-list-item.last .wpcf7-list-item-label {
    gap: .2rem
}

.input-wrap.check-wrap .wpcf7-list-item label a,
.input-wrap.check-wrap .wpcf7-list-item.first a,
.input-wrap.check-wrap .wpcf7-list-item.last a {
    position: relative;
    z-index: 2;
    color: #cf2434;
    text-decoration: underline;
    font-size: inherit
}

.input-wrap.check-wrap .wpcf7-list-item label a:hover,
.input-wrap.check-wrap .wpcf7-list-item.first a:hover,
.input-wrap.check-wrap .wpcf7-list-item.last a:hover {
    text-decoration: none
}

.input-wrap.check-wrap .wpcf7-list-item label input,
.input-wrap.check-wrap .wpcf7-list-item.first input,
.input-wrap.check-wrap .wpcf7-list-item.last input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 0;
    margin: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .65);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .65);
    padding: 0 !important
}

.input-wrap.check-wrap .wpcf7-list-item label input:checked,
.input-wrap.check-wrap .wpcf7-list-item.first input:checked,
.input-wrap.check-wrap .wpcf7-list-item.last input:checked {
    border-color: #707070;
    background-color: #fff;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16.31" height="12.724" viewBox="0 0 16.31 12.724"><path id="Path_15" data-name="Path 15" d="M12.709,498.011l4.647,4.648,9.541-9.542" transform="translate(-11.648 -492.056)" fill="none" stroke="%23707070" stroke-width="3"/></svg>');
    background-size: 66% 66%;
    background-position: center center;
    background-repeat: no-repeat
}

.input-wrap.check-wrap .wpcf7-list-item label:hover input,
.input-wrap.check-wrap .wpcf7-list-item.first:hover input,
.input-wrap.check-wrap .wpcf7-list-item.last:hover input {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .65);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .65)
}

.input-wrap.check-wrap span.wpcf7-not-valid {
    border: none !important
}

.input-wrap.check-wrap span.wpcf7-not-valid input {
    background-color: #cf2434
}

@media screen and (min-width:768px) {
    .section.thanks .buying-section__bg {
        opacity: 1
    }

    .section.thanks .buying-section__bg .anims {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        bottom: 17.5vh
    }

    .section.thanks .buying-section__content {
        padding: 0 12.9rem
    }

    .section.thanks .buying-section__content.text-content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 5rem;
        padding-bottom: 15rem
    }

    .section.thanks .buying-section__content.text-content .txt {
        max-width: 38.5rem
    }

    .section.thanks .buying-section__content.text-content .txt .btn,
    .section.thanks .buying-section__content.text-content .txt .subttl,
    .section.thanks .buying-section__content.text-content .txt .ttl,
    .section.thanks .buying-section__content.text-content .txt p {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-right: 0
    }

    .section.thanks .buying-section__content.text-content .txt .ttl {
        font-size: 4rem;
        letter-spacing: 0;
        margin-bottom: 0;
        margin-right: 0
    }

    .section.thanks .buying-section__content.text-content .txt .subttl {
        font-size: 3rem
    }

    .section.thanks .buying-section__content.text-content .txt .btn {
        line-height: .9;
        height: 4.3rem;
        width: 15.55rem;
        margin-top: 1.7rem;
        margin-right: 0
    }
}

.section.thanks.thanks-text {
    height: auto
}

.section.thanks.thanks-text .buying-section__bg {
    position: fixed
}

.section.thanks.thanks-text .buying-section {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.section.thanks.thanks-text .buying-section__content {
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 6.9rem
}

.section.thanks.thanks-text .buying-section__content .txt {
    max-width: 47rem
}

.section.quest::after,
.section.quest::before {
    content: none
}

.quest-section {
    width: 100%;
    height: 100%;
    position: relative
}

.quest-section__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quest-section__bg img {
    width: 100%;
    height: 100%
}

.quest-section__container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2
}

.quest-section .back-quest {
    position: absolute;
    right: 0;
    z-index: 3;
    top: 3.35rem;
    width: 11.1rem;
    height: 6.25rem;
    background: #fff;
    border-bottom: .35rem solid #ca2631;
    -webkit-box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .16);
    box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .5rem 2.15rem;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer
}

.quest-section .back-quest p {
    font-size: 1.5rem;
    color: #707070;
    line-height: 1;
    font-weight: 900;
    text-align: left;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.quest-section .back-quest:hover {
    background: #ca2631
}

.quest-section .back-quest:hover p {
    color: #fff
}

.quest-section__link {
    width: 11.15rem;
    height: 6.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 2;
    top: 3.35rem;
    left: 0;
    -webkit-box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .16);
    box-shadow: 0 .15rem .3rem rgba(0, 0, 0, .16)
}

.quest-section__link a,
.quest-section__link img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: cover;
    object-fit: cover
}

.quest-section__question {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.3rem
}

@media screen and (min-width:768px) {
    .quest-section__question .input-wrap {
        margin-bottom: 0
    }
}

.quest-section__question .form .wpcf7-form-control-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quest-section__question .input-wrap:not(.check-wrap) input,
.quest-section__question .input-wrap:not(.check-wrap) textarea {
    background: #f1f1f1;
    font-size: 1.7rem;
    color: #bebebe;
    font-weight: 500
}

.quest-section__question .input-wrap:not(.check-wrap) input {
    height: 3.35rem
}

.quest-section__question .input-wrap:not(.check-wrap) textarea {
    height: 9.15rem
}

.quest-section__question .txt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 70.9rem;
    gap: .8rem;
    margin-bottom: .45rem
}

.quest-section__question .txt span {
    font-size: 3.3rem;
    color: #666565;
    line-height: 1.05;
    font-weight: 900
}

.quest-section__question .txt p {
    font-size: 2rem;
    color: #666565;
    line-height: 1.15;
    font-weight: 500
}

.quest-section__question .txt p strong {
    font-weight: inherit
}

.quest-section__question>span {
    font-size: 2.5rem;
    color: #707070;
    line-height: 1.36;
    font-weight: 900;
    max-width: 61.45rem;
    width: 100%
}

.quest-section__question ul {
    width: 100%;
    gap: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.quest-section__question ul li {
    width: calc(25% - 1.0125rem)
}

.quest-section__question .bt {
    width: 100%;
    height: 5.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: #bf2130;
    text-align: center;
    padding: .2rem;
    font-size: 2rem;
    color: #fff;
    line-height: 1.1;
    font-weight: 900;
    cursor: pointer
}

.quest-section__question .bt strong {
    font-weight: 500
}

.quest-section__question .bt.active,
.quest-section__question .bt:hover {
    background: #d8dfe9;
    color: #707070
}

.quest-section .checkboxes-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.15rem;
    margin-right: auto
}

.quest-section .checkboxes-wrap .check-wrap span {
    font-size: 1.5rem;
    color: #666565;
    font-weight: 500
}

.quest-section .checkboxes-wrap .check-wrap span a {
    text-decoration: none
}

.quest-section .checkboxes-wrap .check-wrap span a:hover {
    text-decoration: underline
}

.quest-section .form {
    width: 100%;
    max-width: 70.9rem
}

.quest-section .form .btn {
    width: 19rem;
    height: 3.5rem;
    font-size: 2.5rem;
    font-weight: 900
}

.quest-section__tab {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 81.75rem
}

.quest-section__wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: .5rem
}

.quest-section__wrapper[data-quest="1"] .quest-section__tab[data-number="1"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quest-section__wrapper[data-quest="1"] .back-quest {
    display: none
}

.quest-section__wrapper[data-quest="2"] .quest-section__tab[data-number="2"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quest-section__wrapper[data-quest="3"] .quest-section__tab[data-number="3"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quest-section__wrapper[data-quest="4"] .quest-section__tab[data-number="4"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quest-section__wrapper[data-quest="5"] .quest-section__tab[data-number="5"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (min-width:768px) {
    .quest-section__wrapper[data-quest="5"] .quest-section__tab[data-number="5"] {
        padding-right: .8rem;
        padding-top: 1.3rem
    }
}

.quest-section__wrapper[data-quest="5"] .back-quest {
    display: none
}

.quest-section__wrapper[data-quest="6"] .quest-section__tab[data-number="6"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quest-section__wrapper::before {
    width: 100%;
    height: 2rem;
    background: #fff;
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0
}

.quest-section__wrapper::after {
    width: calc(20% * var(--que));
    height: 2rem;
    background: #bf2130;
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.section-product .section-product__recommend {
    position: relative
}

.section-product .section-product__recommend .list:not(:first-child) {
    height: 100%;
    margin-top: 235px
}

.section-product .section-product__recommend .list:not(:first-child).is-hide {
    margin-top: 0
}

.section-product .section-product__recommend .text-sec {
    background: #fff;
    padding: 8px;
    width: 384px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.section-product .section-product__recommend .text-sec-wrp {
    width: 100%;
    border: 1px solid #f93;
    padding: 9px 10px
}

.section-product .section-product__recommend .text-sec-wrp p {
    font-size: 18px;
    line-height: 1.11;
    font-weight: 400;
    text-align: center;
    color: #f93
}

.section-product .section-product__recommend .list:not(:first-child) {
    margin-top: vwD(235px)
}

.section-product .section-product__recommend .text-sec {
    padding: vwD(8px);
    width: vwD(384px);
    bottom: vwD(-22px)
}

.section-product .section-product__recommend .text-sec-wrp {
    padding: vwD(9px) vwD(10px)
}

.section-product .section-product__recommend .text-sec-wrp p {
    font-size: vwD(18px)
}

.section-product .section-product__recommend .list:not(:first-child) {
    margin-top: 12.2395833333vw
}

.section-product .section-product__recommend .list:not(:first-child).is-hide {
    margin-top: 0
}

.section-product .section-product__recommend .text-sec {
    padding: .4166666667vw;
    width: 20vw;
    bottom: -1.1458333333vw
}

.section-product .section-product__recommend .text-sec-wrp {
    padding: .46875vw .5208333333vw
}

.section-product .section-product__recommend .text-sec-wrp p {
    font-size: .9375vw
}

.section-product .section-product__recommend .list:not(:first-child) {
    margin-top: 0
}

.section-product .section-product__recommend .text-sec {
    padding: vwM(8px);
    width: 100%;
    bottom: 0;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.section-product .section-product__recommend .text-sec-wrp {
    padding: vwM(9px) vwM(10px)
}

.section-product .section-product__recommend .text-sec-wrp p {
    font-size: vwM(18px)
}

.section-product .section-product__recommend .list:not(:first-child) {
    margin-top: 0
}

.section-product .section-product__recommend .text-sec {
    padding: 2.2222222222vw;
    width: 100%;
    bottom: 0;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.section-product .section-product__recommend .text-sec-wrp {
    padding: 2.5vw 2.7777777778vw
}

.section-product .section-product__recommend .text-sec-wrp p {
    font-size: 4.4444444444vw
}

@media screen and (max-width:767px) {

    body a,
    body li,
    body p,
    html a,
    html li,
    html p {
        font-size: .7rem
    }

    body,
    html {
        font-size: 5.5555555556vw
    }

    .container {
        padding: 0 .75rem;
        max-width: 100% !important
    }

    .ttl {
        font-size: 1.8rem
    }

    .subttl {
        font-size: 1.5rem;
        font-weight: 300
    }

    .section::after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(216, 220, 231, 0)), color-stop(37.24%, #a4b2c7), color-stop(56.07%, #b4bfd1), to(rgba(246, 247, 249, 0)));
        background: linear-gradient(rgba(216, 220, 231, 0) 0, #a4b2c7 37.24%, #b4bfd1 56.07%, rgba(246, 247, 249, 0) 100%);
        width: 110%;
        height: 13.45rem;
        bottom: -6.75rem
    }

    .home-menu {
        display: none
    }

    .text-content .txt {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .text-content .txt .subttl {
        text-align: center
    }

    .text-content .txt .ttl {
        text-align: center
    }

    .text-content .txt p {
        text-align: center;
        font-size: .9rem
    }

    .buying-section__bg .bg {
        width: 105%;
        height: 105%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 0
    }

    .buying-section__bg .anims {
        left: -2.55rem;
        top: auto;
        bottom: 55.781vh
    }

    .buying-section__bg .anims .log {
        width: 21.2rem;
        height: auto
    }

    .buying-section__content {
        padding: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 3.5rem
    }

    .buying-section__content .txt {
        max-width: 13.3rem
    }

    .buying-section__content .txt .subttl {
        margin-bottom: .3rem
    }

    .buying-section__content .txt p {
        margin-right: -.4rem
    }

    .buying-section__content .txt .btn {
        margin-top: 1.8rem
    }

    .text-content .txt .ttl {
        margin-bottom: .3rem;
        letter-spacing: 0
    }

    .text-content .txt p {
        line-height: 1.1
    }

    .btn.btn--red {
        width: 10.15rem;
        height: 1.75rem;
        font-size: .9rem
    }

    .btn.btn--gray {
        background: rgba(255, 255, 255, 0);
        font-size: .9rem;
        bottom: auto;
        top: 100dvh;
        -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%);
        gap: .45rem;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto
    }

    .btn.btn--gray::after,
    .btn.btn--gray::before {
        width: .7rem;
        height: .65rem;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .btn.btn--gray:hover {
        padding: 0;
        background: rgba(255, 255, 255, 0)
    }

    .section:not([data-anchor=buying])::before {
        opacity: .2
    }

    .section:not([data-anchor=buying])::after {
        opacity: .3
    }

    .section:not([data-anchor=buying])[data-anchor=capabilities]::after {
        opacity: .4
    }

    body:not(.fp-viewing-buying):not(.fp-viewing-contact) .bot-btn {
        opacity: 1;
        pointer-events: auto
    }

    .bot-btn {
        width: 3.1rem;
        height: 2.3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: .1rem .5rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background: #cf2434;
        -webkit-box-shadow: 0 .3rem .3rem rgba(0, 0, 0, .16);
        box-shadow: 0 .3rem .3rem rgba(0, 0, 0, .16);
        position: fixed;
        z-index: 10;
        right: 0;
        bottom: 1.2rem;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }

    .bot-btn img {
        width: 1.75rem;
        height: 1.75rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .capabilities-section {
        background: -webkit-gradient(linear, left top, left bottom, from(#e2e9f1), color-stop(18.83%, #f8f8f9), color-stop(34.31%, #f4f5f6), color-stop(59.84%, #feffff), color-stop(82.31%, #d6dce6), to(#e7eef5));
        background: linear-gradient(to bottom, #e2e9f1 0, #f8f8f9 18.83%, #f4f5f6 34.31%, #feffff 59.84%, #d6dce6 82.31%, #e7eef5 100%)
    }

    .capabilities-section .vid {
        z-index: 2
    }

    .capabilities-section .vid::before {
        width: 18rem;
        height: 12.8rem;
        display: inline-block;
        content: "";
        background: url(../img/stageserv.png) no-repeat center/100%;
        position: absolute;
        bottom: 22vh;
        right: 50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
        z-index: 1
    }

    .capabilities-section .vid dotlottie-player {
        z-index: 2
    }

    .capabilities-section__content {
        padding: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 4.55rem;
        position: relative;
        z-index: 2
    }

    .capabilities-section__content .txt .ttl {
        margin-bottom: 0;
        letter-spacing: .11rem;
        margin-right: -.25rem
    }

    .capabilities-section__content .txt .subttl {
        line-height: 1
    }

    .capabilities-section .bg {
        display: none
    }

    .capabilities-section .vid {
        right: 49%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
        padding-bottom: 29.84vh;
        width: 16.15rem
    }

    .section::after,
    .section::before {
        pointer-events: none
    }

    .top-logo {
        top: 1.25rem;
        right: auto;
        left: 0;
        background: #fff;
        width: 4.85rem;
        height: auto;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .top-logo img {
        -webkit-transform: translate(.9rem, 0);
        -ms-transform: translate(.9rem, 0);
        transform: translate(.9rem, 0)
    }

    .custom-tabs-wrap {
        width: 14.1rem;
        height: 12.5rem;
        padding: 1rem;
        top: 37%
    }

    .custom-tabs-line .img {
        width: 12.1rem
    }

    .section[data-anchor=buying]::after {
        opacity: .5
    }

    .section:not([data-anchor=buying]) .btn.btn--gray {
        color: rgba(255, 255, 255, 0)
    }

    .section:not([data-anchor=buying]) .btn.btn--gray::after {
        content: none
    }

    .section:not([data-anchor=buying]) .btn.btn--gray::before {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #707070
    }

    .services-section__bg {
        background: -webkit-gradient(linear, left top, left bottom, from(#e7eaef), color-stop(34.31%, #f4f5f6), color-stop(59.84%, #feffff), to(#e7eef5));
        background: linear-gradient(to bottom, #e7eaef 0, #f4f5f6 34.31%, #feffff 59.84%, #e7eef5 100%)
    }

    .services-section__bg .bg {
        display: none
    }

    .custom-tabs {
        margin-top: .3rem
    }

    .custom-tabs .tb {
        font-size: .85rem;
        padding: 0 .3rem
    }

    .custom-tabs .tb::after {
        height: 1.15rem
    }

    .section[data-anchor=services]::after,
    .section[data-anchor=services]::before {
        opacity: .3
    }

    .section[data-anchor=services]::before {
        opacity: .3
    }

    .services-section .pagin {
        display: none
    }

    .input-wrap {
        margin: 0;
        width: 100%
    }

    .form .wpcf7-form-control-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .services-section .control {
        position: absolute;
        left: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 1.55rem;
        bottom: 11.53vh;
        z-index: 6;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .services-section .control .slider-btn {
        width: 1.6rem;
        height: 1.6rem;
        background: #707070;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .services-section .control .slider-btn::before {
        width: .5rem;
        height: .9rem
    }

    .services-section__image {
        left: 49%;
        bottom: 56.093vh;
        width: 8.85rem;
        height: auto;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .services-section__single .text-content {
        padding: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 21.093vh;
        padding-top: 41.4vh
    }

    .services-section__single .text-content .txt {
        max-width: 100%;
        padding: 0 1rem;
        margin-bottom: .4rem
    }

    .services-section__single .text-content .txt .subttl {
        font-size: 1.1rem;
        margin-bottom: .4rem;
        font-weight: 400
    }

    .services-section__single .text-content .txt .ttl {
        letter-spacing: 0;
        font-size: 1.6rem
    }

    .services-section__single .text-content .txt p {
        font-size: .7rem;
        margin-bottom: .4rem;
        max-width: 14rem
    }

    .services-section__slider::before {
        width: 13rem;
        height: 9.2rem;
        display: inline-block;
        content: "";
        background: url(../img/stageserv.png) no-repeat center/100%;
        position: absolute;
        bottom: 48.43vh;
        right: 50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0)
    }

    .services-section__slider .swiper {
        position: relative;
        z-index: 2
    }

    .clients-section__slider-wrapper {
        width: 11.9rem;
        height: 6.8rem;
        padding: 0 1.5rem .1rem
    }

    .section[data-anchor=team]::after {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(216, 220, 231, 0)), color-stop(50.63%, #a4b2c7), to(rgba(246, 247, 249, 0)));
        background: linear-gradient(to bottom, rgba(216, 220, 231, 0) 0, #a4b2c7 50.63%, rgba(246, 247, 249, 0) 100%);
        height: 13.5rem;
        opacity: 1
    }

    .section[data-anchor=contact] {
        height: auto !important
    }

    .section[data-anchor=contact] .contact-section {
        padding-top: 4.5rem
    }

    .slider-btn {
        width: 1.8rem;
        height: 1.8rem
    }

    .slider-btn::before {
        height: 100%;
        width: .9rem
    }

    .clients-section__slider {
        margin-top: 1.4rem;
        gap: 0
    }

    .clients-section__slider .slider-btn {
        margin-top: .5rem
    }

    .clients-section__slider::before {
        width: 9.75rem;
        height: 1.2rem;
        bottom: -1.9rem;
        z-index: 2
    }

    .clients-section__slider .slider-btn {
        z-index: 6
    }

    .clients-section__slider::after {
        width: 18rem;
        height: 12.8rem;
        display: inline-block;
        content: "";
        background: url(../img/stageserv.png) no-repeat center/100%;
        position: absolute;
        bottom: -8.5rem;
        right: 50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
        z-index: 1
    }

    .clients-section__bg {
        pointer-events: none;
        background: -webkit-gradient(linear, left top, left bottom, from(#e2e9f1), color-stop(18.83%, #f8f8f9), color-stop(34.31%, #f4f5f6), color-stop(59.84%, #feffff), color-stop(82.31%, #d6dce6), to(#e7eef5));
        background: linear-gradient(to bottom, #e2e9f1 0, #f8f8f9 18.83%, #f4f5f6 34.31%, #feffff 59.84%, #d6dce6 82.31%, #e7eef5 100%)
    }

    .clients-section__bg .bg {
        display: none
    }

    .clients-section__content .text-content {
        padding-top: 5rem;
        padding-bottom: 33.5vh
    }

    .clients-section__content .text-content .txt {
        padding: 0 1rem
    }

    .clients-section__content .text-content .txt .ttl {
        font-size: 1.4rem;
        margin-right: 0;
        margin-bottom: .2rem
    }

    .clients-section__content .text-content .txt .subttl {
        font-size: .9rem;
        line-height: 1;
        max-width: 13rem;
        margin-right: 0
    }

    .team-section__slider-wrapper .sld .tx {
        bottom: 0;
        min-height: 2.5rem;
    }

    .team-section__slider-wrapper .sld .tx p {
        font-size: .6rem;
    }

    .team-section__slider {
        bottom: 17vh;
        left: 50%;
        height: 11.25rem;
        width: 13.7rem;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }

    .team-section__slider-wrapper {
        z-index: 3;
        position: relative
    }

    .team-section__slider::before {
        width: 9.75rem;
        height: 1.2rem;
        bottom: -1.3rem;
        z-index: 2
    }

    .team-section__slider::after {
        width: 18rem;
        height: 12.8rem;
        display: inline-block;
        content: "";
        background: url(../img/stageserv.png) no-repeat center/100%;
        position: absolute;
        bottom: -8rem;
        right: 50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
        z-index: 1
    }

    .team-section__bg {
        background: -webkit-gradient(linear, left top, left bottom, from(#e2e9f1), color-stop(18.83%, #f8f8f9), color-stop(34.31%, #f4f5f6), color-stop(59.84%, #feffff), color-stop(82.31%, #d6dce6), to(#e7eef5));
        background: linear-gradient(to bottom, #e2e9f1 0, #f8f8f9 18.83%, #f4f5f6 34.31%, #feffff 59.84%, #d6dce6 82.31%, #e7eef5 100%)
    }

    .team-section__bg .bg {
        display: none
    }

    .team-section__content .text-content {
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 54.375vh
    }

    .team-section__content .text-content .txt {
        max-width: 13.9rem
    }

    .team-section__content .text-content .txt .ttl {
        font-size: 1.4rem;
        margin-bottom: .55rem;
        margin-right: 0;
        line-height: .9
    }

    .team-section__content .text-content .txt p {
        font-size: .7rem
    }

    form {
        gap: .85rem 1.35rem
    }

    .contact-section__content .form .btn {
        font-size: 1.25rem;
        width: 100%;
        height: 2rem;
        margin-right: auto;
        margin-left: auto;
        margin-top: .3rem
    }

    .input-wrap.check-wrap .wpcf7-list-item label input,
    .input-wrap.check-wrap .wpcf7-list-item.first input,
    .input-wrap.check-wrap .wpcf7-list-item.last input {
        width: .75rem;
        height: .75rem
    }

    .input-wrap.check-wrap .wpcf7-list-item label,
    .input-wrap.check-wrap .wpcf7-list-item.first,
    .input-wrap.check-wrap .wpcf7-list-item.last {
        padding-right: 0;
        font-size: .6rem;
        gap: .35rem
    }

    .input-wrap.check-wrap .wpcf7-list-item label .wpcf7-list-item-label,
    .input-wrap.check-wrap .wpcf7-list-item.first .wpcf7-list-item-label,
    .input-wrap.check-wrap .wpcf7-list-item.last .wpcf7-list-item-label {
        gap: .2rem
    }

    .input-wrap {
        width: 100%;
        margin-bottom: .45rem
    }

    .input-wrap input,
    .input-wrap textarea {
        font-size: .6rem;
        height: 1.4rem;
        padding: .2rem .65rem
    }

    .input-wrap.textarea-wrap textarea {
        height: 2.8rem
    }

    .input-wrap.check-wrap {
        margin-bottom: 0
    }

    .contact-section .contact-links {
        gap: .35rem;
        bottom: 0;
        padding-bottom: 1rem
    }

    .contact-section .contact-links a {
        font-size: .45rem;
        padding: 0 .45rem
    }

    .contact-section .contact-links a img {
        width: 1.5rem;
        margin-right: .2rem
    }

    .contact-section .contact-links ul {
        gap: 0
    }

    .contact-section .contact-links ul li:not(:last-child) a {
        border-left: 1px solid #fff
    }

    .contact-section__form {
        width: 100%;
        max-width: 11.8rem;
        margin-left: auto;
        margin-right: auto
    }

    .contact-section__form form {
        gap: .35rem
    }

    .contact-section__content .text-content {
        max-width: 16rem;
        padding-bottom: 18.9vh;
        position: relative;
        z-index: 2;
        gap: .55rem
    }

    .contact-section__content .text-content .txt .ttl {
        font-size: 1.4rem;
        margin-bottom: .4rem
    }

    .contact-section__content .text-content .txt p {
        font-size: .7rem
    }

    .contact-section__bg {
        opacity: 1;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0, rgba(94, 94, 94, .61)), color-stop(73.9%, rgba(94, 94, 94, .61)), to(rgba(220, 226, 238, 0))), url(../img/ell1.png) no-repeat center bottom 9.6rem/9.75rem 1.2rem, url(../img/stageserv.png) no-repeat center bottom 3rem/18rem 12.8rem;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(94, 94, 94, .61) 0, rgba(94, 94, 94, .61) 73.9%, rgba(220, 226, 238, 0) 100%), url(../img/ell1.png) no-repeat center bottom 9.6rem/9.75rem 1.2rem, url(../img/stageserv.png) no-repeat center bottom 3rem/18rem 12.8rem
    }

    .section.thanks .buying-section__bg {
        opacity: 1
    }

    .section.thanks .buying-section__bg .anims {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .section.thanks .buying-section__content {
        padding-bottom: 9rem
    }

    .section.thanks .buying-section__content.text-content .txt .btn,
    .section.thanks .buying-section__content.text-content .txt .subttl,
    .section.thanks .buying-section__content.text-content .txt .ttl,
    .section.thanks .buying-section__content.text-content .txt p {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-right: 0
    }

    .section.thanks .buying-section__content.text-content .txt .ttl {
        font-size: 1.5rem;
        color: #707070
    }

    .section.thanks .buying-section__content.text-content .txt .subttl {
        font-size: 1.25rem;
        color: #707070;
        margin-bottom: .3rem
    }

    .section.thanks .buying-section__content.text-content .txt .btn {
        width: 10.85rem;
        height: 3rem;
        line-height: .9;
        font-size: 1.05rem;
        margin-top: 1.7rem
    }

    .section.fp-completely.active .buying-section__content .txt p br {
        display: none !important
    }

    .quest-section {
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .quest-section__wrapper {
        overflow-y: auto
    }

    .quest-section__wrapper::after,
    .quest-section__wrapper::before {
        height: .65rem
    }

    .quest-section__wrapper[data-quest="5"] {
        padding-bottom: 1rem
    }

    .quest-section__wrapper[data-quest="5"]::after,
    .quest-section__wrapper[data-quest="5"]::before {
        opacity: 0
    }

    .quest-section__tab:not([data-number="5"]) {
        padding-top: 6.1rem
    }

    .quest-section__tab[data-number="5"] {
        padding-top: 2.45rem
    }

    .quest-section__tab[data-number="5"] .quest-section__question {
        gap: .6rem
    }

    .quest-section__bg {
        width: 59.6rem;
        height: 104.84%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .quest-section__link {
        top: 1.15rem;
        right: auto;
        left: 0;
        background: #fff;
        width: 4.1rem;
        height: 3.05rem;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .quest-section__link img {
        -webkit-transform: translate(.5rem, 0);
        -ms-transform: translate(.5rem, 0);
        transform: translate(.5rem, 0)
    }

    .quest-section__wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .quest-section__question {
        gap: 1.75rem
    }

    .quest-section__question .input-wrap:not(.check-wrap) {
        margin-bottom: .4rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .quest-section__question .input-wrap:not(.check-wrap) input,
    .quest-section__question .input-wrap:not(.check-wrap) textarea {
        background: #fff;
        font-size: .75rem;
        color: #bebebe;
        font-weight: 400;
        height: 1.75rem
    }

    .quest-section__question .input-wrap:not(.check-wrap) textarea {
        height: 5.05rem
    }

    .quest-section__question .checkboxes-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        margin-top: .25rem;
        gap: .55rem
    }

    .quest-section__question .checkboxes-wrap .check-wrap span {
        font-size: .65rem
    }

    .quest-section__question .txt {
        max-width: 14.3rem;
        gap: .65rem
    }

    .quest-section__question .txt span {
        font-size: 1.5rem;
        line-height: 1
    }

    .quest-section__question .txt p {
        font-size: .75rem;
        letter-spacing: -.01em;
        font-weight: 400
    }

    .quest-section__question .txt p strong {
        font-weight: 900
    }

    .quest-section__question .form {
        max-width: 14.3rem
    }

    .quest-section__question .form form {
        gap: 0
    }

    .quest-section__question .form .btn {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 8.3rem;
        height: 1.55rem;
        font-size: 1rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: .7rem
    }

    .quest-section__question>span {
        max-width: 12.4rem;
        text-align: center;
        font-size: 1rem;
        line-height: 1.05
    }

    .quest-section__question ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 11.8rem;
        gap: 1.75rem
    }

    .quest-section__question ul li {
        width: 100%;
        -webkit-box-shadow: 0 .3rem .3rem rgba(0, 0, 0, .16);
        box-shadow: 0 .3rem .3rem rgba(0, 0, 0, .16)
    }

    .quest-section__question .bt {
        height: 2.9rem;
        font-size: 1rem
    }

    .quest-section .back-quest {
        width: 3.7rem;
        height: 3.1rem;
        border-bottom-width: .2rem;
        padding: .3rem .5rem;
        top: 1.05rem
    }

    .quest-section .back-quest p {
        font-size: .7rem;
        text-align: center
    }
}

@media screen and (max-width:767px) and (max-width:430px) and (min-height:660px) {
    .buying-section__content {
        padding-bottom: 7.5rem
    }

    .buying-section__content .txt .btn {
        margin-top: 1rem
    }

    .capabilities-section .vid {
        padding-bottom: 34.84vh
    }

    .capabilities-section .vid::before {
        bottom: 26vh
    }

    .capabilities-section__content {
        padding-bottom: 7.55rem
    }

    .custom-tabs-wrap {
        top: 31%
    }

    .services-section__single .text-content {
        padding-bottom: 25.09vh
    }

    .services-section__image {
        bottom: 60.09vh
    }

    .services-section__slider::before {
        bottom: 52.43vh
    }

    .services-section .control {
        bottom: 19.53vh
    }

    .team-section__content .text-content {
        padding-bottom: 58.38vh
    }

    .team-section__slider {
        bottom: 24vh
    }

    .team-section {
        z-index: 2
    }

    .services-section__single .text-content {
        padding-top: 38.4vh
    }
}

@media screen and (max-width:767px) {
    .section.thanks.thanks-text .buying-section__bg {
        position: absolute
    }

    .section.thanks.thanks-text .buying-section__content .txt .text-block * {
        text-align: initial
    }

    .section.thanks.thanks-text .buying-section__content {
        padding-right: 0;
        width: 100%;
        padding-top: 15rem
    }

    .section.thanks-text.thanks {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e2e9f1), color-stop(18.83%, #f8f8f9), color-stop(34.31%, #f4f5f6), color-stop(59.84%, #feffff), color-stop(82.31%, #d6dce6), to(#e7eef5));
        background: linear-gradient(to bottom, #e2e9f1 0, #f8f8f9 18.83%, #f4f5f6 34.31%, #feffff 59.84%, #d6dce6 82.31%, #e7eef5 100%)
    }

    .section.thanks-text.thanks .buying-section__bg .anims {
        bottom: auto;
        top: 2rem
    }

    .section.thanks-text.thanks .bg {
        display: none
    }
}