.homepagev3 .homepage-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
    display: block;
}

.homepagev3 .highlight {
    width: 100%;
    max-height: 80dvh;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
}
.homepagev3 .highlight .swiper-highlight {
    height: 100%;
}
.homepagev3 .highlight .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homepagev3 .highlight .swiper-slide .text-container {
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    max-width: var(--container-width);
    width: 100%;
}
.homepagev3 .highlight .swiper-slide .textblock {
    max-width: 462px;
}
.homepagev3 .highlight .swiper-slide .title {
    font-size: 32px;
    line-height: 40px;
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
}
.homepagev3 .highlight .swiper-slide .cta {
    margin-top: 24px;
    display: inline-flex;
    height: 48px;
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--font-weight-semibold);
}
.homepagev3 .highlight .paginations {
    position: absolute;
    left: 50%;
    bottom: 60px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 1;
    box-sizing: border-box;
    max-width: var(--container-width);
    transform: translateX(-50%);
}
.homepagev3 .highlight .progress-bars {
    display: flex;
    gap: 5px;
}
.homepagev3 .highlight .progress-bars .progress-bar {
    flex: 1;
    width: 64px;
    height: 3px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.30);
    overflow: hidden;
}
.homepagev3 .highlight .progress-bars .progress {
    width: 0;
    height: 100%;
    background: var(--color-white);
    transition: width 0s;
}
.homepagev3 .highlight .controls {
    display: flex;
    gap: 4px;
}
.homepagev3 .highlight .controls > div {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
}
.homepagev3 .highlight .controls > div:hover {
    background: rgba(255, 255, 255, 1);
}


.homepagev3 .reinsurances {
    background-color: var(--color-green-darker);
    padding: 48px 0;
}
.homepagev3 .reinsurances ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
}
.homepagev3 .reinsurances ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}
.homepagev3 .reinsurances ul li span {
    color: var(--color-green-lighter);
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--font-weight-semibold);
}


.homepagev3 .more-infos {
    padding: 72px 0;
    overflow: hidden;
}
.homepagev3 .more-infos .container {
    max-width: 1080px;
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    font-size: 0;
}
.homepagev3 .more-infos .container img {
    width: 100%;
}
.homepagev3 .more-infos .textblock {
    position: absolute;
    height: 100%;
    width: 364px;
    left: 64px;
    top: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homepagev3 .more-infos .textblock h2 {
    font-size: 24px;
    line-height: 30px;
    color: var(--color-green-dark);
    font-weight: var(--font-weight-semibold);
    text-wrap: balance;
}
.homepagev3 .more-infos .textblock a {
    margin-top: 24px;
    display: inline-flex;
    font-weight: var(--font-weight-semibold);
}
.homepagev3 .more-infos .arrow-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.homepagev3 .more-infos .arrow-text span {
    background-color: var(--color-green-dark);
    padding: 8px 16px;
    border-radius: 32px;
    color: var(--color-white);
    font-size: 14px;
}
.homepagev3 .more-infos .arrow-top {
    top: 4%;
    right: 18%;
}
.homepagev3 .more-infos .arrow-left {
    bottom: 34%;
    right: 30%;
}
.homepagev3 .more-infos .arrow-right {
    bottom: 21%;
    right: 3%;
}
.homepagev3 .more-infos .arrow-right svg {
    transform: scaleX(-1);
}


.homepagev3 .talk-about {
    background-color: var(--color-green-dark);
    padding: 48px 0;
}
.homepagev3 .talk-about .content {
    max-width: var(--container-width);
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 96px;
}
.homepagev3 .talk-about .content .title {
    color: var(--color-green-lighter);
    font-size: 18px;
    line-height: 26px;
    font-weight: var(--font-weight-semibold);
    width: 300px;
}
.homepagev3 .talk-about .content ul {
    display: flex;
    align-items: center;
    gap: 72px;
    flex: 1;
}
.homepagev3 .talk-about img {
    height: 80px;
    filter: brightness(0) invert(1);
}
.homepagev3 .talk-about .mediaTrackContainer {
    overflow: hidden;
    flex: 1;
}
.homepagev3 .talk-about #mediaTrackHPScrollWrapper {
    display: flex;
    align-items: center;
    gap: 72px;
    width: max-content;
    animation: scrollMedias linear infinite;
}

@keyframes scrollMedias {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}


.homepagev3 .range-step {
    margin-top: 74px;
    overflow: hidden;
}
.homepagev3 .range-step .container {
    max-width: var(--container-width);
    width: 100%;
    margin: auto;
}
.homepagev3 .range-step .container-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.homepagev3 .range-step .swiper-range-step {
    margin-top: 24px;
}
.homepagev3 .range-step .swiper-range-step .swiper-slide {
    width: 374px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.homepagev3 .range-step .swiper-range-step .swiper-slide img {
    width: 100%;
}
.homepagev3 .range-step .swiper-range-step .textblock {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 32px;
    box-sizing: border-box;
    z-index: 2;
}
.homepagev3 .range-step .swiper-range-step .textblock h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
    display: block;
    margin-bottom: 24px;
}
.homepagev3 .range-step .swiper-range-step .textblock a {
    display: inline-flex;
    font-weight: var(--font-weight-semibold);
}
.homepagev3 .range-step .swiper-range-step .arrow-text{
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 2;
    font-size: 14px;
    line-height: 16px;
}
.homepagev3 .range-step .swiper-range-step .arrow-text > div {
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
}
.homepagev3 .range-step .swiper-range-step .arrow-text > div b {
    font-weight: var(--font-weight-semibold);
}

.homepagev3 .range-step .swiper-range-step .arrow-text.reverse-arrow > svg {
    transform: scaleX(-1);
}
.homepagev3 .range-step .swiper-range-step .arrow-text > svg {
    opacity: 0.7;
}
.homepagev3 .range-step .swiper-range-step .arrow-text > svg path {
    fill: var(--color-white);
}
.homepagev3 .range-step .swiper-range-step .swiper-slide[data-index="1"] .arrow-text {
    top: 23%;
    right: 35%;
    align-items: flex-end;
}
.homepagev3 .range-step .swiper-range-step .swiper-slide[data-index="1"] .arrow-text > svg {
    position: relative;
    right: 10px;
}
.homepagev3 .range-step .swiper-range-step .swiper-slide[data-index="2"] .arrow-text {
    top: 20%;
    right: 5%;
    align-items: flex-end;
}
.homepagev3 .range-step .swiper-range-step .swiper-slide[data-index="2"] .arrow-text > svg {
    position: relative;
    right: 90px;
    transform: scaleX(-1);
}
.homepagev3 .range-step .swiper-range-step .swiper-slide[data-index="2"] .arrow-text > div {
    max-width: 150px;
}
.homepagev3 .range-step .swiper-range-step .swiper-slide[data-index="3"] .arrow-text {
    top: 14%;
    right: 18%;
    align-items: center;
}
.homepagev3 .range-step .swiper-range-step .swiper-slide[data-index="3"] .arrow-text > svg {
    position: relative;
    right: 10px;
}
.homepagev3 .range-step .swiper-range-step .swiper-slide[data-index="4"] .arrow-text {
    top: 19%;
    right: 38%;
    align-items: center;
}

.homepagev3 .range-baby {
    max-width: var(--container-width);
    width: 100%;
    margin: 96px auto 72px;
}
.homepagev3 .range-baby ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
}
.homepagev3 .range-baby ul li a {
    background-color: var(--color-green-dark);
    border-radius: 32px;
    padding: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 160px;
    position: relative;
    box-sizing: border-box;
}
.homepagev3 .range-baby ul li a .svg-container {
    background-color: var(--color-coral);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.homepagev3 .range-baby ul li a:after {
    content: '';
    background-color: var(--color-coral);
    border-radius: 50px;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: 0.2s;
}
.homepagev3 .range-baby ul li a > span {
    color: var(--color-white);
    font-size: 14px;
    line-height: 20px;
    font-weight: var(--font-weight-semibold);
    z-index: 1;
}




.homepagev3 .rates {
    overflow: hidden;
}
.homepagev3 .rates .container {
    max-width: var(--container-width);
    width: 100%;
    margin: 72px auto;
}
.homepagev3 .rates .global-note {
    font-size: 16px;
    line-height: 20px;
    color: var(--color-white);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
}
.homepagev3 .rates .global-note svg {
    width: 16px;
}
.homepagev3 .rates .container-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.homepagev3 .rates .swiper-rates {
    margin-top: 24px;
}
.homepagev3 .rates .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
    height: auto;
    max-height: 254px;
    box-sizing: border-box;
}
.homepagev3 .rates .swiper-slide.text .rate-card {
    height: 100%;
}
.homepagev3 .rates .swiper-slide.visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepagev3 .rates .cta-all {
    font-weight: var(--font-weight-semibold);
    display: block;
    margin: 32px auto 0;
    text-align: center;
    width: fit-content;
}


.homepagev3 .find-and-mag .container {
    max-width: var(--container-width);
    width: 100%;
    margin: 72px auto;
    display: flex;
    gap: 72px
}
.homepagev3 .find-and-mag .container > div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 375px;
    border-radius: 8px;
    overflow: hidden;
}
.homepagev3 .find-and-mag .find {
    background-image: url(../images/homepage/find-us.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.homepagev3 .find-and-mag .mag {
    background-image: url(../images/homepage/discover-mag.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.homepagev3 .find-and-mag .mag > div {
    z-index: 1;
}
.homepagev3 .find-and-mag .mag:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.homepagev3 .find-and-mag .container > div .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
    display: block;
    margin-bottom: 24px;
    text-align: center;
}
.homepagev3 .find-and-mag .container > div a {
    text-align: center;
    font-weight: var(--font-weight-semibold);
    width: fit-content;
    margin: auto;
}
.homepagev3 .find-and-mag .container > div a:not(:first-child) {
    margin-top: 8px;
}

.layervideohp {
    overflow: visible;
    max-width: 1280px;
    height: 80vh;
    padding: 0;
}
.layervideohp .layerajax-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    top: -45px;
    right: 50%;
    transform: translateX(50%);
}
.layervideohp iframe {
    width: 100%;
    height: 100%;
}

@media screen and (pointer: fine) {
    .homepagev3 .range-baby ul li a:hover:after {
        width: calc(100% - 8px);
    }
    .homepagev3 .find-and-mag .container > div a:hover svg path {
        stroke: var(--color-white);
    }
}
@media screen and (min-width: 769px) {
    .homepagev3 .more-infos .img-m {
        display: none;
    }

    .homepagev3 .more-infos .container {
        border-radius: 8px;
    }
}
@media screen and (max-width: 1384px) {
    .homepagev3 .range-step .container,
    .homepagev3 .range-baby,
    .homepagev3 .cross-sellingv3 .container,
    .homepagev3 .rates .container,
    .homepagev3 .find-and-mag .container,
    .homepagev3 .talk-about .content .title {
        padding: 0 var(--padding-mobile-size);
        box-sizing: border-box;
    }
    .homepagev3 .highlight .swiper-slide .text-container {
        padding: 0 var(--padding-mobile-size);
        box-sizing: border-box;
        bottom: 52px;
    }
}
@media screen and (max-width: 768px) {
    .homepagev3 .homepage-title {
        padding: 0 var(--padding-mobile-size);
        box-sizing: border-box;
        font-size: 20px;
        line-height: 28px;
    }

    .homepagev3 .highlight {
        aspect-ratio: 4 / 5;
    }
    .homepagev3 .highlight .controls {
        display: none;
    }
    .homepagev3 .highlight .paginations {
        padding: 0 var(--padding-mobile-size);
        bottom: 25px;
    }
    .homepagev3 .highlight .swiper-slide .title {
        font-size: 22px;
        line-height: 30px;
        user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        text-wrap: balance
    }
    .homepagev3 .highlight .swiper-slide img {
        pointer-events: none;
        -webkit-touch-callout: none;
        -webkit-user-drag: none;
        user-drag: none;
        user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }


    .homepagev3 .reinsurances {
        padding: 32px 12px;
    }
    .homepagev3 .reinsurances ul {
        flex-wrap: wrap;
        gap: 24px;
        justify-content: flex-start;
        max-width: 300px;
        margin: auto;
    }
    .homepagev3 .reinsurances ul li:nth-child(2){
        margin-left: -5px;
    }


    .homepagev3 .more-infos {
        padding: 0;
    }
    .homepagev3 .more-infos .img-d {
        display: none;
    }
    .homepagev3 .more-infos .textblock {
        left: 50%;
        transform: translateX(-50%);
        justify-content: space-between;
        padding: 32px 0;
        box-sizing: border-box;
    }
    .homepagev3 .more-infos .arrow-text {
        max-width: 150px;
        text-align: center;
    }
    .homepagev3 .more-infos .arrow-top {
        top: 27%;
        right: auto;
        left: 9%;
    }
    .homepagev3 .more-infos .arrow-left {
        right: auto;
        left: 50px;
    }
    .homepagev3 .more-infos .arrow-left svg {
        transform: scaleX(-1);
    }
    .homepagev3 .more-infos .arrow-right {
        bottom: 26%;
        right: 20px;
    }
    .homepagev3 .more-infos .textblock h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .homepagev3 .talk-about {
        padding: 32px 0;
        overflow: hidden;
    }
    .homepagev3 .talk-about .content {
        flex-direction: column;
        align-items: flex-start;
        gap: 34px;
    }
    .homepagev3 .talk-about .content .title {
        font-size: 18px;
        line-height: 26px;
        width: 100%;
        text-align: center;
        color: var(--color-white);
        font-style: italic;
    }
    .homepagev3 .talk-about .content ul {
        flex: auto;
        overflow: scroll;
        width: 100%;
        box-sizing: border-box;
        scrollbar-width: none;
        gap: 44px;
    }
    .homepagev3 .talk-about .content ul::-webkit-scrollbar {
        display: none;
    }
    .homepagev3 .talk-about #mediaTrackHPScrollWrapper {
        gap: 44px;
    }
    .homepagev3 .talk-about img {
        height: 70px;
    }

    .homepagev3 .range-step .container-title {
        gap: 12px;
        padding: 0 var(--padding-mobile-size);
    }
    .homepagev3 .range-step .homepage-title {
        padding: 0;
    }
    .homepagev3 .range-step .swiper-range-step {
        overflow: hidden;
    }
    .homepagev3 .range-step .swiper-range-step .swiper-slide {
        width: 100%;
        border-radius: 0;
    }

    .homepagev3 .cross-sellingv3 {
        padding: 32px 0 0;
    }
    .homepagev3 .cross-sellingv3 .container {
        padding: 0;
    }
    .cross-sellingv3 .container-title {
        align-items: center;
        gap: 12px;
        padding: 0 var(--padding-mobile-size);
    }
    .cross-sellingv3 .homepage-title {
        padding: 0;
    }

    .homepagev3 .range-baby {
        margin: 32px auto;
        padding: 0;
    }
    .homepagev3 .range-baby ul {
        margin-top: 24px;
        padding: 0 var(--padding-mobile-size);
        overflow: scroll;
        scrollbar-width: none;
    }
    .homepagev3 .range-baby ul::-webkit-scrollbar {
        display: none;
    }

    .homepagev3 .rates .container {
        margin: 32px 0;
    }
    .homepagev3 .rates .cta-all {
        margin-top: 18px;
    }
    .homepagev3 .rates .swiper-slide {
        width: 80vw;
        border-radius: 0;
    }
    .homepagev3 .rates .homepage-title {
        padding: 0;
    }

    .homepagev3 .range-step .container,
    .homepagev3 .cross-selling .container,
    .homepagev3 .rates .container,
    .homepagev3 .find-and-mag .container,
    .homepagev3 .cross-selling .homepage-title {
        padding: 0;
    }
    .homepagev3 .cross-selling .container-title,
    .homepagev3 .rates .container-title{
        padding: 0 16px;
    }

    .homepagev3 .find-and-mag .container {
        flex-direction: column;
        gap: 0;
        margin: 0 auto;
    }
    .homepagev3 .find-and-mag .mag {
        background-image: url(../images/homepage/discover-mag-m.webp);
    }
    .homepagev3 .find-and-mag .container > div {
        flex: auto;
        border-radius: 0;
    }

    .layervideohp.isCenteredModal.showed {
        bottom: 10vh;
    }
    .homepagev3 .range-step {
        margin-top: 32px;
    }
    .homepagev3 .range-step .swiper-range-step .swiper-wrapper.animation {
        animation: slideranimation 4s infinite;
    }
}
@keyframes slideranimation {
    0% {
        transform: translate3d(0px, 0px, 0px);
    }
    8% {
        transform: translate3d(-25px, 0px, 0px);
    }
    20% {
        transform: translate3d(0px, 0px, 0px);
    }
    100% {
        transform: translate3d(0px, 0px, 0px);
    }
}