

.container-fluid {
    max-width: 1920px;
}
.grecaptcha-badge {
    visibility: hidden; /* Hides the badge */
    opacity: 0; /* Ensures it's not visible */
    pointer-events: none; /* Prevents interaction */
}

:root {
    --grey-29: #292929;
    --grey-255: #ffffff;
    --grey-36: #363636;
    --grey-B0: #B0B0B0;
    --grey-DC: #DCDEDC;
    --grey-1D: #1D1D1D;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'ivypresto-display';
    font-weight: 400;
}
body {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    font-family: 'degular-text';
}

h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
}

h2 {
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
}

h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    font-family: 'degular-text';
}

h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    font-family: 'degular-text';
}

h6 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    font-family: 'degular-text';
}

body {
    font-family: 'degular-text';
}

.breadcrumbs{
    display: none;
}

.button {
    text-align: center;
    font-family: 'degular-text';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    border-radius: 36px;
}

.button.black {
    color: #fff !important;
    background-color: var(--grey-1D) !important;
    text-decoration: none !important;
    border: 1px solid var(--grey-1D);
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    padding: 7px 20px;
}

.button.black:hover {
    color: var(--grey-1D) !important;
    background-color: #fff !important;
    text-decoration: none !important;
    border: 1px solid var(--grey-1D);
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.button.white {
    color: var(--grey-1D) !important;
    background-color: #fff !important;
    text-decoration: none !important;
    border: 1px solid #fff;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.button.white:hover {
    color: var(--grey-1D) !important;
    background-color: #fff !important;
    text-decoration: none !important;
    border: 1px solid var(--grey-1D);
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.button_back {
    padding: 16px 24px;
}

.button_back .back {
    color: #000;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold !important;
}


/* FORM */
.frm_forms {
    font-family: 'degular-text';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.frm_forms legend {
    display: none;
}

.frm_forms .form-field {
    width: 100%;
    margin-bottom: 24px;
}

.frm_forms .form-field.button.submit,
.frm_forms .form-field.vertical_radio {
    margin-bottom: 0px;
}

.frm_forms .form-field label {
    display: none;
}

.frm_forms .form-field.file {
    border-bottom: 1px solid #4f4f4f;
    padding: 8px;
}

.frm_forms .form-field.vertical_radio {
    margin-bottom: 24px;
}

.frm_forms .form-field.file label {
    display: block;
}

.frm_forms .form-field.file label:before {
    content: "\F4B3";
    font-family: "bootstrap-icons";
    vertical-align: middle;
    padding-right: 5px;
}

.frm_forms .form-field.file .frm_dropzone {
    display: none;
}

.frm_forms .form-field input {
    width: 100%;

}

.frm_forms .form-field input[type="text"],
.frm_forms .form-field input[type="email"],
.frm_forms .form-field input[type="tel"] {
    padding: 8px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #4f4f4f;
    font-family: 'degular-text';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--grey-1D);
    background-color: transparent;
}

.newsletter-form .frm_forms .form-field input[type="text"],
.newsletter-form .frm_forms .form-field input[type="email"],
.newsletter-form .frm_forms .form-field input[type="tel"] {
    color: #fff;
}

.frm_forms .form-field input::placeholder {
    font-family: 'degular-text';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #4f4f4f;
}

.frm_forms .form-field input:focus,
.frm_forms .form-field input:focus-visible {
    border-radius: 0;
    border: none !important;
    border-top: none !important;
    border-bottom: 1px solid #4f4f4f !important;
    outline: none !important;
    box-shadow: none !important;
}

.frm_forms .form-field select {
    width: 100%;
    padding: 8px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #4f4f4f;
    font-family: 'degular-text';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    background-color: transparent;
}

.frm_forms .form-field select:focus-visible {
    outline: none;
}

.frm_forms .form-field.horizontal_radio .frm_primary_label {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 16px;
}

.frm_forms .form-field .frm_radio label {
    display: inline-block;

}

.frm_forms .form-field.horizontal_radio .frm_radio {
    display: inline-block;
    margin-right: 24px;
}

.frm_forms .form-field .frm_radio input {
    width: 20px;
    height: 20px;
    accent-color: #262626;
    margin-right: 4px;
}

.frm_forms .form-field .frm_checkbox label {
    display: inline-block;
    font-size: 16px;
    padding: 4px;
}

.frm_forms .form-field .frm_checkbox label a {
    color: var(--grey-1D);
}

.newsletter-form .frm_forms .form-field .frm_checkbox label a {
    color: #fff;
}

.frm_forms .form-field .frm_checkbox input {
    width: 24px;
    height: 24px;
    padding: 0;
    vertical-align: middle;
    margin-right: 8px;
}

.frm_fields_container .frm_button_submit {
    width: 100%;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 103.529% */
    text-transform: uppercase;
    color: #fff;
    background-color: var(--grey-1D);
    padding: 9px 8px;
    border-radius: 30px;
}


.frm_required {
    display: none;
}

.promo_top {
    display: none;
    padding: 20px 12px;
    background-color: var(--grey-29);
    color: #fff;
    font-family: "ivypresto-display";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

.promo_top a {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.6px; /* 103.529% */
    text-transform: uppercase;
    font-family: 'degular-text';
}

.promo_top a:hover {
    text-decoration: none;
}

.promo_top.mobile {
    display: block;
}

.promo_top.mobile .row {
    align-items: center;
}

.promo_top.mobile p {
    margin: 0;
}


/* TOP SLIDER */

.top-slider-block {

}

.top-slider-block .top-slider .item .row {
    align-items: end;
    min-height: calc(100vh - 115px);
    padding-top: 300px;
}

.top-slider-block .top-slider {
    background-color: var(--grey-DC);
}

.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    padding: 0 24px 32px;
}

.owl-carousel .owl-dots .owl-dot {
    display: flex;
    align-items: center;
    background-color: var(--grey-B0);
    height: 2px;
    flex-grow: 1;
    flex-basis: 0;
}

.top-slider-block .top-slider > .item {
    background: none;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(100vh - 61px);
    display: flex;
    align-items: end;
    padding-bottom: 0px;
    background-position: top center;
}
.promo_top.mobile + .top-slider-block .top-slider > .item {
    min-height: calc(100vh - 122px);
}

.promo_top.mobile + .top-slider-block .top-slider .item .row {
    min-height: calc(100vh - 150px);
}

.owl-carousel .owl-dots .owl-dot.active {
    background-color: var(--grey-29);
}

.top-slider-block .slide-description-holder {
    background-image: linear-gradient(transparent 0%, rgba(220, 222, 220, 0.7) 10%, rgba(220, 222, 220, 1) 20%);
    padding: 60px 0 0 0 !important;
    margin-top: -60px;
    position: relative;
    min-height: 350px;
}

.top-slider-block .slide-description-holder .slide-description {
    padding: 0px 24px 24px;
}

.top-slider-block .image-container-holder .image-container {
    position: relative;
}

.top-slider-block .badge {
    position: absolute;
    max-width: 85px;
    height: auto;
    top: 71px;
    transform: translateY(-50%);
    right: 12px;
    display: inline-block;
    z-index: 2;
}

.top-slider-block .slide-description p.pre_title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 8px;
}

.top-slider-block .slide-description .title {
    color: var(--grey-29);
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 32px;
    font-family: 'ivypresto-display';
}

.top-slider-block .top-slider .owl-item {
    padding-bottom: 24px;
}

.top-slider-block .top-slider .owl-item .item {
    background-size: contain;
    background-repeat: no-repeat;
}

.top-slider-block .slide-description p {
    color: var(--grey-29);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 32px;
}

.top-slider-block .slide-description a {
    border-radius: 360px;
    display: block;
    margin-bottom: 16px;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid var(--grey-36);
    padding: 8px 16px;
    color: var(--grey-29);
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    line-height: 18px;
}

/* TOP SLIDER END */


/* BLOCK 1-2 */
.block-1-2 {

}

.block-1-2 .first {
    padding: 50px 12px 40px;
    /*    background: radial-gradient(ellipse at top left, #f2f2f2 -18%, var(--grey-DC) 82%) top left,
        radial-gradient(ellipse at top right, #f2f2f2 -18%, var(--grey-DC) 82%) top right,
        radial-gradient(circle at bottom right, #f2f2f2, var(--grey-DC) 20%) bottom right,
        radial-gradient(ellipse at bottom left, #f2f2f2, var(--grey-DC) 0%) bottom left;*/
    background-color: #dcdcdc;
    box-shadow: inset 10px 10px 20px rgba(255, 255, 255, 0.5), /* Top-left corner */ inset -10px 10px 20px rgba(255, 255, 255, 0.5), /* Top-right corner */ inset 0px 0px 0px rgba(255, 255, 255, 0.5),
    inset 10px -10px 20px rgba(255, 255, 255, 0.5);

    background-size: 50% 50%;
    background-repeat: no-repeat;
}

.block-1-2 .first .title {
    font-family: "ivypresto-display";
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    text-align: center;
}

.block-1-2 .first .title span {
    font-style: italic;
}

.block-1-2 .second {
    position: relative;
}

.block-1-2 .second .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.block-1-2 .second iframe {
    aspect-ratio: 16 / 9;
}

.block-1-2 .third {
    padding: 40px 24px 40px;
    background: linear-gradient(110deg, var(--grey-DC) 40%, #f0f0f0 60%, #f2f2f2);
}

.block-1-2 .third .description .title {
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 39.6px;
    color: var(--grey-1D);
}

.block-1-2 .third .description p {
    font-family: "degular-text";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 24px;
}

.block-1-2 .third .description a {
    font-family: "degular-text";
    display: inline-block;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.6px; /* 103.529% */
    text-transform: uppercase;
    width: 100%;
    padding: 8px 16px;
    border-radius: 25px;
}

.block-1-2 .third .description p strong {
    font-weight: 600;
}

/* BLOCK 1-2 END */

/* Services */

.services-block {

}

.services-block .first .text {
    padding: 56px 24px;
    color: #1d1d1d;
}

.services-block .first .text h2 {
    font-family: "ivypresto-display";
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    margin-bottom: 24px;
}

.services-block .first .text p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.services-block .second {
    padding: 24px;
    background: radial-gradient(121.28% 134.67% at 105.07% -13.13%, rgba(255, 255, 255, 0.50) 24.04%, rgba(209, 209, 209, 0.50) 57.21%, rgba(255, 255, 255, 0.50) 73.56%), radial-gradient(91.02% 121.28% at 25.33% 100%, rgba(209, 209, 209, 0.60) 20%, rgba(255, 255, 255, 0.60) 54%), linear-gradient(339deg, #D1D1D1 0%, #FFF 95.51%);
);
}

.services-block .second h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    font-family: "degular-text";
    text-align: center;
    margin-bottom: 24px;
}

.services-block .second .title {
    font-family: "ivypresto-display";
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 33.8px;
    margin: 0;
}

.services-block .second h4 p {

    margin: 0;
}

.services-block .second h4 span {
    font-style: italic;
}

.services-block .second img {
    width: 80px;
    height: 80px;
    padding: 10px 6.25px 2.5px 6.25px;
    justify-content: center;
    align-items: center;
    border-radius: 299.688px;
    background: #FFF;

    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.07);
}

.services-block .second .col, .services-block .second .col-3 {
    padding: 24px 0;
}

/* Services */

.her-him-block {
    position: relative;
    z-index: 1;
}

.her-him-block .label {
    padding: 65px 35px;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    color: var(--grey-1D);
}
.her-him-block .label *{
    margin-bottom: 0;
}

.her-him-block .her, .her-him-block .him {
    background-size: 150%;
    aspect-ratio: 1 / 1;
    background-position: top right;
    position: relative;
    padding: 56px 24px 40px;
}

.her-him-block .him {
    background-position: top left;
}

.her-him-block .her .title, .her-him-block .him .title {
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
}

.her-him-block .him .title {
    text-align: right;
}

.her-him-block .her a, .her-him-block .him a {
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 103.529% */
    text-transform: uppercase;
    position: absolute;
    bottom: 40px;
    padding: 6px 16px;
    border-radius: 25px;
    width: auto;
}

.her-him-block .him a {
    right: 24px;
}

/* SLIDER CONTENT */

.slider-content-block {
    position: relative;

}

.slider-content-block .slider-overflow {
    z-index: 2;

    padding: 65px 24px;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: #1d1d1d;
    background: white;
    width: 100%;
}
.slider-content-block .slider-overflow p{
    margin: 0;
}

.slider-content-block .slider-content {
    z-index: 1;
}


.slider-content-block .slider-content .item .slide-item {
    min-height: calc(100vh - 64px);
    background-size: cover;
    background-position: bottom left;
    padding: 0;
    display: flex;
    align-items: stretch;

}

.slider-content-block .slider-content .item .slide-item .inner{
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.3);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
}

.slider-content-block .slider-content .owl-item .slide-item.right {
    text-align: right;

}
.slider-content-block .slider-content .owl-item .slide-item .full-blur-bar-left{
    padding: 40px 24px;
}
.slider-content-block .slider-content .owl-item .slide-item .container-fluid{
    display: flex;
    align-items: stretch;
}
.slider-content-block .slider-content .owl-item .slide-item .container-fluid .row{
    display: flex;
    align-items: stretch;
}
.slider-content-block .slider-content .owl-item .slide-item .slide-text-custom{
    margin-top: 12px;
}
.slide-text-custom .display-number {
    font-size: 4rem;
    line-height: 1;
    font-weight: 400;
}

.slide-text-custom .slide-title-text,
.slide-text-custom .slide-title-text *{
    font-size: 34px;
    font-family: "ivypresto-display", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.slider-content-block .slider-content .item .slide-text-custom .slide-title-text em {
    font-style: italic;
}
.slider-content-block .slider-content .item .slide-text-custom .slide-title-text strong {
    font-style: normal;
    font-weight: 600;
}

.slide-text-custom .slide-title-text-small {
    font-size: 1.2rem;
    line-height: 1.2;
    font-family: "ivypresto-display", sans-serif;
    margin-top: 0.25rem;
}

.full-blur-bar-left {
    position: relative;
    padding: 2rem;
    z-index: 1;
    color: #000;
}

.full-blur-bar-left::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.08) 10%,
            rgba(255, 255, 255, 0.15) 25%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            rgba(255, 255, 255, 0.08) 90%,
            rgba(255, 255, 255, 0) 100%
    );

}


.full-blur-bar-right {
    position: relative;
    z-index: 1;
    color: #000;
    padding: 2rem;
}

.full-blur-bar-right::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
            to left,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.08) 10%,
            rgba(255, 255, 255, 0.15) 25%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            rgba(255, 255, 255, 0.08) 90%,
            rgba(255, 255, 255, 0) 100%
    );
}


.full-blur-bar-fade-top-strong {
    position: relative;
    padding: 2rem;
    z-index: 1;
    color: #000;
}

.full-blur-bar-fade-top-strong::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 1%, rgba(255, 255, 255, 0.00) 30%);
}




.slider-content-block .slider-content .item .slide-item span {
    font-family: "ivypresto-display";
    font-size: 63px;
    font-style: normal;
    font-weight: 300;
    line-height: 58px;
    color: #1d1d1d;
    margin-bottom: 12px;
    display: inline-block;
}

.slider-content-block .slider-content .item .slide-item .title, .slider-content-block .slider-content .item .slide-item .title p {
    font-family: "ivypresto-display";
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    color: #1d1d1d;
    margin-bottom: 0;
}

/*.slider-content-block .slider-content .item .slide-item p {*/
/*    font-family: 'ivypresto-display';*/
/*    font-size: 22px;*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*    line-height: normal;*/
/*}*/


.slider-content-block .slider-content .item .slide-item h5 span {
    font-size: 34px;
    font-style: italic;
    font-weight: 300;
    line-height: 110%;
    color: #1d1d1d;
}

/*.slider-content-block .slider-content .item .slide-item p {*/
/*    font-family: "ivypresto-display";*/
/*    font-size: 22px;*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*    line-height: normal;*/
/*    color: #1d1d1d;*/
/*}*/





.slider-content-block .slider-content .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}


.block-1-2.simple .container .row .col-12:first-child {
    margin-right: 56px;
}

.block-1-2.simple .second {
    background-size: cover;
    background-position: bottom center;
}

.block-1-2.simple .third {
    background: #fff;
    max-width: 600px;
    padding: 0 !important;
}

.block-1-2.simple .third .description {
    padding: 80px 24px 50px;
}

.block-1-2.simple .third .description p, .block-1-2.simple .third .description .content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}

.block-1-2.simple .third .description .title {
    margin-bottom: 24px;
}


/* Approfondimenti */

.apf-block {
    padding: 28px 12px 60px;
    overflow: hidden;
}

.apf-block .first .title {
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
    font-family: "ivypresto-display";
    color: var(--grey-1D);
    margin-bottom: 24px;
}

.apf-block .second {
    margin-bottom: 32px;
}

.apf-block .second p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    color: var(--grey-1D);
    margin-bottom: 24px;
}

.apf-block .second a {
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.6px; /* 103.529% */
    text-transform: uppercase;
    width: 100%;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 24px;
}

.apf-block .owl-carousel .owl-stage-outer {
    overflow: visible;
    margin-bottom: 32px;
}

.apf-block .apf-slider {

}

.apf-block .apf-slider .slide-item {
    height: 100%;
    background-image: linear-gradient(-135deg, #f5f5f5, #dadada 100%);
}

.apf-block .apf-slider .slide-item .image {
    width: 100%;
    aspect-ratio: 5 / 3;
    background-size: cover;
}

.apf-block .apf-slider .slide-item .description {
    padding: 24px 16px 48px;


}

.apf-block .apf-slider .slide-item .title {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.6px;
    font-family: "degular-text";
    margin-bottom: 40px;
}

.apf-block .apf-slider .slide-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.2px; /* 130% */
}

.apf-block .apf-slider .slide-item a {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.8px;
    text-transform: uppercase;
    color: var(--grey-1D);
    display: inline-block;
    position: absolute;
    bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
    border-bottom: 1px solid var(--grey-1D);
}

.apf-block .owl-stage {
    display: flex;
    flex-direction: row;
}

.apf-block .owl-stage .owl-item {
    flex: 1;
    display: flex;
}


.apf-block .owl-carousel .owl-dots {
    padding: 0 24px;
}

.apf-block .owl-carousel .owl-nav {
    position: absolute;
    bottom: -18px;
    width: 100%;
}

.apf-block .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    font-size: 32px;
}

.apf-block .owl-carousel .owl-nav .owl-prev {
    font-size: 32px;
}

/* work-with-us */

.work-with-us-block {
    background-color: #363636;
}

.block-1-2.simple.work-with-us-block .third {
    background-color: transparent;
    color: #fff;
}

.block-1-2.work-with-us-block .third .description .title {
    color: #fff;
}

.block-1-2.work-with-us-block .third .description a {
    color: var(--grey-1D);
    background-color: #fff;
    text-decoration: none;

}


/* newsletter-block */

.newsletter-block {
    background-color: #282726;
    padding: 40px 12px 80px;
    color: #fff;

}


.newsletter-block .title {
    font-family: 'degular-text';
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 24px;
}

.newsletter-block p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 24px;
}

.newsletter-block .frm_fields_container {
    position: relative;
}

.newsletter-block .newsletter-form {
    margin-bottom: 0;
}

.newsletter-block .newsletter-form .form-field label {
    /*display: none;*/
}

.newsletter-block .newsletter-form .form-field input[type="text"] {
    font-family: 'degular-text';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    width: 100%;
}

.newsletter-form .form-field input::placeholder {
    font-family: 'degular-text';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
}

.newsletter-form .button.submit button {
    position: absolute;
    top: 24px;
    right: 0;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    width: auto;
}

.newsletter-form .button.submit button:after {
    content: "\F135";
    width: 24px;
    height: 24px;
    color: #fff;
    font-family: "Bootstrap-icons";
    float: right;
}

.newsletter-block .social,
.footer .social{
    padding: 12px 0;
}

.newsletter-block .social .social-icons a,
.footer .social .social-icons a{
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}

.newsletter-block .social .social-icons a i,
.footer .social .social-icons a i{

}


/* CONSULTATION */
.consultation {


}

.consultation .first {
    background: linear-gradient(180deg, #262626 0%, #4F4F4F 100%);
    padding: 56px 32px;
}

.consultation .first .left {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: #FCF1EC;
    margin-bottom: 16px;
}

.consultation .first .right {
    color: #FCF1EC;
    display: inline-block;
    text-align: right;
    /* Mobile/H3 */
    font-family: "ivypresto-display";
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

.consultation .first .left p,
.consultation .first .right p {
    margin: 0;
}

.consultation .form {
    padding: 56px 24px 24px;
}

.consultation .form .title {
    color: var(--grey-1D);
    font-family: "ivypresto-display";
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 32px;
}


.consultation .form .title span {
    font-style: italic;
}

.consultation .form .frm_fields_container {

}

.consultation .form .frm_fields_container input.error::placeholder {
    color: red;
}

/*
.consultation .form .frm_fields_container .form-field {
    margin-bottom: 24px;
}

.consultation .form .frm_fields_container .form-field:not(.vertical_radio) label {
    display: none;
}

.consultation .form .frm_fields_container input[type=text],
.consultation .form .frm_fields_container input[type=email] {
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--grey-1D);
    padding: 2px 4px;
    border: none;
    border-bottom: 1px solid #4f4f4f;
}

.consultation .form .frm_fields_container input:focus, .consultation .form .frm_fields_container input:focus-visible {
    outline: none;
}

.consultation .form .frm_fields_container input::placeholder {
    font-weight: 300;
    color: var(--grey-1D);
}

.consultation .form .frm_fields_container select {
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--grey-1D);
    padding: 2px 0px;
    border: none;
    border-bottom: 1px solid #4f4f4f;


}

.consultation .form .frm_fields_container select::placeholder,
.consultation .form .frm_fields_container select .frm-select-placeholder,
.consultation .form .frm_fields_container select option {
    font-weight: 300;
    color: var(--grey-1D);
}

.consultation .form .frm_fields_container .vertical_radio {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #000;
    vertical-align: middle;
}

.consultation .form .frm_fields_container .vertical_radio a {
    color: #000;
}

.consultation .form .frm_fields_container .vertical_radio input {
    width: 24px;
    height: 24px;
    color: var(--grey-1D);
    padding: 4px;
    border-radius: 5px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
    accent-color: var(--grey-1D);
}


.consultation .form .frm_fields_container .vertical_radio input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}*/


/* FOOTER */
.footer {
    background-color: #282726;
    color: #fff;
    text-align: center;
    padding: 24px 12px 12px 12px;
}

.footer .footer-logo-wrap {
    margin-bottom: 40px;
}

.footer .footer-logo-wrap .logo-link {
    margin-bottom: 16px;
    display: inline-block;
}

.footer .footer-logo-wrap p {
    margin-bottom: 24px;
}

.footer .footer-menu-wrap {
    margin-bottom: 40px;
}

.footer .footer-menu-wrap .dropdown-menu {
    position: relative !important;
    transform: none !important;
    background-color: transparent;
    color: #fff;
    text-align: center;
    border: none;
}

.footer .footer-menu-wrap ul li {
    margin-bottom: 16px;
}

.footer .footer-menu-wrap ul li a,
.footer .footer-menu-wrap ul li h4{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding: 0;
    display: inline-block;
}

.footer .footer-menu-wrap .dropdown-menu li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding: 0;
    display: inline-block;
}

.footer .footer-menu-wrap .dropdown-menu li {
    margin-bottom: 8px;
}

.footer .footer-menu-wrap .dropdown-toggle::after {
    position: relative;
    right: 0;
    top: 3px;
}


.footer .footer-privacy {
    font-family: 'degular-text';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    margin-bottom: 16px;
}

.footer .footer-lang-switcher {

}

.footer .footer-lang-switcher a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: 0 8px;
}

.footer .footer-lang-switcher a.active {
    font-weight: 700;
}

.footer .footer-policy {

}

.button.white {
    font-family: "degular-text";
    display: inline-block;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 17.6px;
    text-transform: uppercase;
    width: 100%;
    padding: 8px 16px;
    border-radius: 25px;
    color: var(--grey-1D);
    background-color: #fff;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.button.white:hover {
    color: #fff !important;
    background-color: var(--grey-1D) !important;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

/* Service block */
.service_block {
    background: radial-gradient(121.28% 134.67% at 105.07% -13.13%, rgba(255, 255, 255, 0.50) 14.7%, rgba(209, 209, 209, 0.50) 46.02%, rgba(255, 255, 255, 0.50) 64.45%), radial-gradient(91.02% 121.28% at 25.33% 100%, rgba(209, 209, 209, 0.60) 20%, rgba(255, 255, 255, 0.60) 54%), linear-gradient(331deg, #D1D1D1 37.05%, #FFF 100%);
    padding: 48px 24px;
}

.service_block .icon {
    margin-bottom: 24px;
}

.service_block .icon img {
    background-color: #fff;
    border-radius: 50%;
    max-width: 100px;
}

.service_block .first .title {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 48px;
}

.service_block .first .title > * {
    margin-bottom: 0;
}

.service_block .second {
    margin-bottom: 40px;
}

.service_block .third {

}

.chess {

}

.chess .inner {
    background-image: url(../images/donna_bg.png);
    padding: 40px 24px;
    background-size: cover;
}

.chess .inner .title {
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 48px;
    text-align: center;
    font-family: 'ivypresto-display';
}

.chess .inner .items {

}

.chess .inner .items .item {
    margin-bottom: 27px;
}

.chess .inner .items .item:last-child {
    margin-bottom: 0;
}

.chess .inner .items .item .image {
    aspect-ratio: 1/1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.chess .inner .items .item .content {
    padding: 40px 24px;
    background-color: #fff;
}

.chess .inner .items .item .title {
    font-family: "degular-text";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 24px;
    text-align: left;
}

.chess .inner .items .item .description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 24px;
}

.chess .inner .items .item a {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    width: 100%;

}

/*Vertical slider css*/

.scroll-slider-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slide {
    display: flex;
    align-items: center;
}

.scroll-top-text {
    z-index: 10;
    height: var(--top-text-height);
    font-family: 'Degular Text', sans-serif;
    font-size: 1.625rem;
    line-height: 110%;
    color: #1D1D1D;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 64px 24px;
}



.scroll-slider {
    height: 100vh;
    position: relative;
}

.scroll-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}

.slide-nav-wrapper {
    position: absolute;
    bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 5;
}

.slide-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    pointer-events: auto;
}

.slide-nav .arrow {
    font-size: 1rem;
    color: #1D1D1D;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0 4px;
    line-height: 1;
    font-weight: 700;
    font-family: system-ui, sans-serif;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-nav .progress-bar {
    position: relative;
    width: 220px;
    height: 2px;
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    cursor: pointer;
}

.slide-nav .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: calc(100% / var(--total-slides));
    background-color: #000000;
    transform: translateX(0%);
    transition: transform 0.5s ease;
}

.scroll-slider-wrapper .slide-heading {
    font-family: "ivypresto-display", sans-serif;
    font-size: 63px;
    font-style: normal;
    font-weight: 300;
    line-height: 57.6px;
    color: #1d1d1d;
}
.scroll-slider-wrapper .slide-heading em {
    font-style: italic;
}
.scroll-slider-wrapper .slide-heading strong {
    font-style: normal;
    font-weight: 600;
}

.scroll-slider-wrapper .slide-subtitle, .scroll-slider-wrapper .slide-subtitle p {
    text-align: end;
    font-family: 'ivypresto-display';
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
}

.slide-text {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.simple-text-block {
    padding-bottom: 40px;
}
.simple-text-block .heading{
    padding: 0 24px;
    text-align: center;
    margin: 24px 0;
}
.simple-text-block .content{
    padding: 0 24px;
}
.simple-text-block .content h2,
.simple-text-block .content h3,
.simple-text-block .content h4,
.simple-text-block .content h5,
.simple-text-block .content h6{
    margin: 24px 0 12px;
}

