@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Light.eot');
    src: url('../fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Black.eot');
    src: url('../fonts/Montserrat/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
:root {
  --primary-color: #ffffff;
  --secondary-color: #D02C4F;
  --tertiary-color: #662885;
  --color1: #000000;
  --color2: #F18820;
  --color3: #EB5C32;
}
/* rules styles */
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Montserrat";
  font-size: 1.6rem;
}
html{
    scroll-behavior: smooth;
}
body {
  text-align: center;
  color:var(--primary-color);
  background-color: var(--primary-color);
}
main {
  position: relative;
}
a {
  color: inherit;
  text-decoration: none;
  outline: none !important;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
button:focus,
* {
  outline: none;
}
h1,
.h1{
    margin-bottom: 10.9rem;
}
h1,
h1 *,
.h1,
.h1 *{
    font-size: 5.8rem;
    line-height: 133%;
}
h2,
h2 *{
    font-size: 21.5rem;
    line-height: 75%;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-weight: 900;
}
h2,
h3{
    margin-bottom: 2.4rem;
}
h3,
h3 *{
    font-size: 3rem;
    line-height: 129%;
    text-transform: uppercase;
}
h4,
h4 *{
    font-size: 4.8rem;
    line-height: 130%;
}
h5,
h5 *{
    font-size: 2.5rem;
    line-height: 130%;
}
h6,
h6 *{
    font-size: 1.4rem;
    line-height: 130%;
}
p,
p *{
    font-size: 2.2rem;
    line-height: 130%;
}
.container {
    margin: 0 auto;
    width: 100%;
    max-width: 142rem;
}
.d-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-size: 2.4rem;
    border-radius: 2rem;
    height: 6.1rem;
    padding: 0 5.3rem;
    font-weight: 700;
    text-transform: uppercase;
    transition-duration: 0.3s;
    transform-style: preserve-3d;
    will-change: transform;
    max-width: 32.9rem;
    margin-right: auto;
    margin-left: auto;
}
.btn-primary:hover{
    color: var(--primary-color);
}
.orange{
    color: var(--color2) !important;
}
/* Header Start */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    position: fixed;
    height: 13.3rem;
    transition-duration: 0.3s;
    transform-style: preserve-3d;
    will-change: height;
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    max-width: calc(100% - 10rem);
}
.logo_h{
    position: relative;
    transition-duration: 0.3s;
    transform-style: preserve-3d;
    will-change: width;
    width: 29.7rem;
    display: block;
}
.logo_h img{
    display: block;
    width: 100%;
}

.logo_h img:nth-child(2),
.logo_h img:last-child{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.logo_h img{
    transition-duration: 0.3s;
    transform-style: preserve-3d;
    will-change: opacity;
}
header ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    text-align: center;
    margin-left: auto;
}

header ul li {
    position: relative;
    padding: 0 3.3rem;
}
header ul li::after{
    position: absolute;
    left: calc(100% - 1px);
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--primary-color);
    width: 1px;
    height: 2.4rem;
    content: '';
}
.scrolled header ul li::after {
    background-color: var(--tertiary-color);
}
header ul li:last-child::after{
    display: none;
}
header ul li a {
    font-size: 1.8rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 600;
    display: block;
    transition-duration: 0.3s;
    transform-style: preserve-3d;
    will-change: transform;
}
header ul li:last-child {
    padding: 0;
    margin-left: 3.3rem;
}
header ul li:hover a{
    transform: scale(1.1);
    text-decoration: underline;
}
header .p {
    background-color: var(--tertiary-color);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 37.8rem;
    height: 9rem;
    border-radius: 0 0 1.205rem 1.205rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
header .p p,
header .p p span {
    font-size: 2.6rem;
    line-height: 124%;
    font-weight: 700;
}
header .p p span {
    color: var(--color2);
}
header .btn-primary{
    height: 5.1rem;
    width: 24.3rem;
    font-size: 2rem;
    padding: 0;
    margin: 0 0 0 3.5rem;
}

section{
    position: relative;
}
.triggger {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    top: -9rem;
    left: 0;
}
/* Header End */
/* Section1 Start */
.section1 {
    overflow: hidden;
    position: relative;
}
.section1,
.sec1_slide{
    max-height: 100vh;
    height: 108rem;
}
.section1 .container {
    max-width: initial;
}
.sec1_slide{
    background-position: top left;
    background-size: cover;
    position: relative;
}
.sec1_slide1{
    background-image: url(../img/desktop/christophe.jpg);
}
.sec1_slide2{
    background-image: url(../img/desktop/jean.jpg);
}
.sec1_slide3{
    background-image: url(../img/desktop/formateur.jpg);
}
.section1 h1,
.section1 .h1 {
    font-size: 5.8rem;
    line-height: 133%;
    font-weight: 600;
    text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.9);
}
.sec1_slide1 h1,
.sec1_slide1 .h1 {
    padding-top: 21.5rem;
    margin: 0 33rem 0 auto;
    width: 73rem;
}
.sec1_slide2 h1,
.sec1_slide2 .h1 {
    font-size: 4.5rem;
    line-height: 129%;
    padding-top: 36rem;
    margin: 0 31.8rem 0 auto;
    width: 68.5rem;
    text-align: left;
}
.sec1_slide3 h1,
.sec1_slide3 .h1 {
    font-size: 4.5rem;
    line-height: 129%;
    padding-top: 31rem;
    margin: 0 31.8rem 0 auto;
    width: 68.5rem;
    text-align: left;
}
.sec1_txt{
    width: 60.4rem;
    z-index: 2;
    right: 39.8rem;
    top: 57.4rem;
    position: absolute;
}
.sec1_txt p {
    font-size: 2.4rem;
    line-height: 140%;
    margin-bottom: 2.6rem;
}
.sec1_txt p strong,
.sec1_txt p span,
.sec1_txt p b {
    font-weight: 600;
}
.sec1_txt p span {
    color: var(--tertiary-color);
    background-color: var(--primary-color);
    border-radius: 0.2rem;
    padding: 0 0.2rem;
}
.sec1_slide1 .video_holder div{
    background-image: url(../img/desktop/christophe_video.jpg);
}
.sec1_slide2 .video_holder div{
    background-image: url(../img/desktop/jean_video.jpg);
}
.sec1_slide3 .video_holder div{
    background-image: url(../img/desktop/formateur_video.webp);
}
.video_holder{
    background-position: center;
    background-size: cover;
    width: 36rem;
    height: 20.2rem;
    position: absolute;
    bottom: 2.4rem;
    right: 2.7rem;
    border-radius: 0.3rem;
    transition-duration: 0.3s;
    cursor: pointer;
}
@keyframes shakeme {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  2.5% {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
  }
  5% {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
  }
  7.5% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  10% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  12.5% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.video_holder div {
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
        -moz-animation: shakeme 3s infinite;
  -o-animation: shakeme 3s infinite;
  -webkit-animation: shakeme 3s infinite;
  animation: shakeme 7s infinite;
}
.video_holder h5 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: 600;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.2rem;
    width: 100%;
}
.video_holder img {
    width: 6.3rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition-duration: 0.3s;
    transform-style: preserve-3d;
    will-change: transform;
}
.video_holder img:hover {
    transform: translate(-50%, -50%) scale(1.1);
}
.sec1_slide_container .slick-prev,
.sec1_slide_container .slick-next {
    top: initial;
    bottom: 2.4rem;
    transform: initial;
    width: 3.365rem;
    height: 4.671rem;
    z-index: 1;
    background-color: var(--tertiary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec1_slide_container .slick-prev {
    border-radius: 3.739rem 0 0 3.739rem;
    left: 3rem;
}
.sec1_slide_container .slick-next {
    border-radius: 0 3.739rem 3.739rem 0;
    left: 6.59rem;
    right: initial;
}
.sec1_slide_container .slick-prev::before,
.sec1_slide_container .slick-next::before {
    content: '';
    display: block;
    width: 1rem;
    height: 1.7rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
}
.sec1_slide_container .slick-prev::before {
    background-image: url(../img/desktop/slick-prev.svg);
}
.sec1_slide_container .slick-next::before {
    background-image: url(../img/desktop/slick-next.svg);
}
.sec1_slide_container .slick-prev.slick-disabled,
.sec1_slide_container .slick-next.slick-disabled {
    background-color: rgba(102, 40, 133, 0.5);
}
/* Section1 End */
/* Section2 Start */
.section2 {
    padding: 10rem 0;
    background-image: url(../img/desktop/sec2_bg.jpg);
    background-size: cover;
    background-position: top center;
}
.section2 h3 {    
    transform-style: preserve-3d;
    will-change: transform;
    transition-duration: 0.9s;
    transform: translateY(-5rem);
    opacity: 0;
    margin-bottom: 2.4rem;
    letter-spacing: 0.55rem;
}
.section2 h3.active {
    transform: translateY(0);
    opacity: 1;
}
.section2 p {
    max-width: 100.7rem;
    margin: 0 auto 4.1rem auto;
}
.secondary_btn {
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 129%;
    position: relative;
}
.secondary_btn::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 100%;
    width: 0;
    transition-duration: 0.6s;
    background-color: var(--primary-color);
}
.section2 h4 {
    font-size: 2rem;
    line-height: 129%;
    text-transform: uppercase;
    margin: 0 auto 7.1rem auto;
    letter-spacing: 0.3rem;
}
.sec2_slide{
    margin: 0 auto;
    width: 40rem;
    height: 37rem;
    border-radius: 2rem;
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 2.2rem 2.2rem 3.5rem 2.2rem;
    border: solid var(--primary-color) 0.5rem;
}
.sec2_slide img {
    display: block;
}
.sec2_slide1 img {
    width: 9.3rem;
}
.sec2_slide2 img {
    width: 9.8rem;
}
.sec2_slide3 img {
    width: 9.6rem;
}
.sec2_slide_text {
    display: flex;
    flex-wrap: wrap;
}
.sec2_slide_text h5 {
    font-size: 4.8rem;
    line-height: 5.8rem;
    color: var(--tertiary-color);
    font-weight: 800;
}
.sec2_slide_text h6 {
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--tertiary-color);
    text-align: left;
    padding-left: 1.7rem;
}
.sec2_slide_text h6 b {
    font-size: 2.8rem;
    font-weight: 800;
}
.sec2_slide_text h6 span {
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
}
.sec2_slide_text p {
    font-size: 1.75rem;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--color1);
    text-align: center;
}
.section2 .btn-primary {
    width: 35.5rem;
    height: 5.464rem;
    border-radius: 1.79rem;
    font-size: 2.1rem;
    margin-top: 0.5rem;
}
/* Section6 End */
/* Section3 Start */
.section3 {
    background-color: var(--tertiary-color);
    background-image: url(../img/desktop/sec5_bg.png);
    background-size: cover;
    background-position: top center;
    min-height: 45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.65rem;
}
.section3 .container {
    max-width: 99rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section3 .img {
    width: 32rem;
    display: block;
}
.sec3_text {
    width: 63rem;
    text-align: left;
}
.sec3_text h3 {
    font-size: 2.2rem;
    line-height: 130%;
    text-transform: initial;
    margin-top: 3rem;
    margin-bottom: 0;
}
.sec3_text p {
    font-weight: 500;
}
.sec3_text p img:first-child{
    width: 4.3rem;
    margin-right: 0.5rem;
}
.sec3_text p img:last-child{
    width: 1.8rem;
    transform: translateY(0.25rem);
}
/* Section3 End */
/* Section5 Start */
.section5 {
    background-color: var(--tertiary-color);
    background-image: url(../img/desktop/sec5_bg.png);
    background-size: cover;
    background-position: top center;
    min-height: 45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.65rem;
}
.section5 .container {
    max-width: 99rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section5 .img {
    width: 32rem;
    display: block;
}
.sec5_text {
    width: 62rem;
    text-align: left;
}
.sec5_text h3 {
    font-size: 2.2rem;
    line-height: 130%;
    text-transform: initial;
    margin-top: 3rem;
    margin-bottom: 0;
}
.sec5_text p {
    font-weight: 500;
}
.sec5_text p img:first-child{
    width: 4.3rem;
    margin-right: 0.5rem;
}
.sec5_text p img:last-child{
    width: 1.8rem;
    transform: translateY(0.25rem);
}
/* Section5 End */
/* Section4 Start */
.section4 {
    padding: 12.1rem 0;
    background-image: url(../img/desktop/sec4_bg.png);
    background-size: cover;
    background-position: top center;
}
.section4 h2 {
    color: var(--secondary-color);
}
.section4 h3 {
    color: var(--tertiary-color);
    letter-spacing: 0.35rem;
    transform-style: preserve-3d;
    will-change: transform;
    transition-duration: 0.9s;
    transform: translateY(-5rem);
    opacity: 0;
}
.section4 h3.active {
    opacity: 1;
    transform: translateY(0);
}
.section4 h4 {
    color: var(--color1);
    font-size: 1.9rem;
    line-height: 140%;
    text-transform: uppercase;
    max-width: 74.4rem;
    margin: 0 auto 2rem auto;
}
.section4 .container{
    max-width: 143.2rem;
}
.sec4_txt {
    width: 44.6rem;
}
.sec4_txt p {
    text-align: left;
    color: var(--color1);
    font-size: 2.2rem;
    line-height: 130%;
    font-weight: 500;
}
.sec4_slide_container {
    width: 91.7rem;
}
.sec4_slide {
    margin: 0.5rem;
    width: 40rem;
    height: 40rem;
    border-radius: 2rem;
    position: relative;
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.sec4_slide h5{
    font-size: 1.6rem;
    line-height: 130%;
    font-weight: 600;
    position: absolute;
    bottom: 1.8rem;
    left: 2.5rem;
    text-align: left;
    width: 29.7rem;
}
.sec4_slide1{
    background-image: url(../img/desktop/action_1.jpg);
}
.sec4_slide2{
    background-image: url(../img/desktop/action_2.jpg);
}
.sec4_slide3{
    background-image: url(../img/desktop/action_3.jpg);
}
.sec4_slide4{
    background-image: url(../img/desktop/action_4.jpg);
}
.sec4_slide5{
    background-image: url(../img/desktop/action_5.jpg);
}
.sec4_slide_container .slick-list {
    padding: 0 6rem 0 0 !important;
}
.section4 .d-flex {
    margin-bottom: 4.1rem;
}
/* Section4 End */
/* Section6 Start */
.section6 {
    padding: 10rem 0;
    background-image: url(../img/desktop/sec6_bg.jpg);
    background-size: cover;
    background-position: top center;
}
.section6 h3 {    
    transform-style: preserve-3d;
    will-change: transform;
    transition-duration: 0.9s;
    transform: translateY(-5rem);
    opacity: 0;
    margin-bottom: 2.4rem;
}
.section6 h3.active {
    transform: translateY(0);
    opacity: 1;
}
.section6 p {
    max-width: 128.4rem;
    margin: 0 auto 3.4rem auto;
}
.section6 h4 {
    font-size: 2rem;
    line-height: 129%;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 72.6rem;
}
.section6 .btn-primary{
    margin-top: 3rem;
}
.sec6_slide{
    margin: 0 auto;
    width: 44.1rem;
    height: 21rem;
    border-radius: 2rem;
    color: var(--color1);
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.7rem 4rem;
}
.sec6_slide p {
    font-size: 1.8rem;
    line-height: 130%;
    text-align: left;
    margin-bottom: auto;
    width: 100%;
}
.sec6_slide p *{
    font-size: 1.8rem;
    line-height: 130%;
}
.sec6_slide_flex {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}
.sec6_slide_flex img {
    display: block;
    width: 6.9rem;
    margin-right: 1rem;
}
.sec6_slide_flex h6{
  text-align: left;
  font-weight: 400;  
}
.sec6_slide_flex h6 b {
    font-weight: 700;
}
/* Section6 End */
/* Section7 Start */
.section7{
    background-image: url(../img/desktop/sec7_bg.png);
    background-size: cover;
    background-position: top center;
    padding: 10rem 0;
}
.section7 h3 {
    margin-bottom: 2.7rem;
}
.section7 p {
    font-size: 2.2rem;
    line-height: 130%;
    margin-bottom: 2.7rem;
}
.section7 .d-flex {
    max-width: 93.5rem;
    margin-bottom: 4rem;
}
.jauge {
    width: 37rem;
    height: 39.4rem;
    background-image: url(../img/desktop/jauge.png);
    background-size: contain;
    background-position: top left 13.7rem;
    background-repeat: no-repeat;
    position: relative;
}
.sec7_text{
    width: 54.5rem;
    text-align: left;
}
.sec7_text p {
    line-height: 150%;
}
.sec7_text p strong{
    font-weight: 600;
}
.price1 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 4.1rem;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 700;
}
.price2 {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 4.1rem;
    line-height: 120%;
    color: var(--color2);
    font-weight: 700;    
    transform-style: preserve-3d;
    will-change: transform;
    transition-duration: 0.9s;
    transform: translateX(5rem);
    opacity: 0;
}
.price2.active {
    transform: translateX(0);
    opacity: 1; 
}
.progress{
    width: 2.5rem;
    background-color: var(--color2);
    position: absolute;
    bottom: 0;
    left: 17rem;
    transform-style: preserve-3d;
    will-change: height;
    transition-duration: 2s;
    height: 0;
}
.progress.active{
    height: 19.9rem;
}
/* Section7 End */
/* Section8 Start */
.section8 {
    padding: 10rem 0;
}
.section8 h3 {
    margin-bottom: 3rem;
    color: var(--tertiary-color);
}
.section8 p {
    font-weight: 500;
    max-width: 113rem;
    margin: 0 auto 3rem auto;
    color: var(--color1);
}
.section8 .d-flex {
    width: 96.8rem;
    height: 22rem;
    margin: 0 auto 3rem auto;
    flex-wrap: wrap;
}
.sec8_card{
    width: 20rem;
    transition-duration: 0.9s;
    transform-style: preserve-3d;
    will-change: transform;
    transform: translateY(-5rem);
    opacity: 0;
}
.sec8_card.active{
    transform: translateY(0);
    opacity: 1; 
}
.sec8_card img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.sec8_card1 img {
    width: 17.8rem;
    margin-bottom: 1.6rem;
}
.sec8_card2 img {
    width: 13.5rem;
    margin-bottom: 2.8rem;
}
.sec8_card3 img {
    width: 12.8rem;
    margin-bottom: 2rem;
}
.sec8_card4 img {
    width: 12.6rem;
    margin-bottom: 1.7rem;
}
.sec8_card p {
    font-size: 2rem;
    list-style: 129%;
    font-weight: 700;
    margin-bottom: 0;
}
.sec8_card2{
    transition-delay: 0.2s;
}
.sec8_card3{
    transition-delay: 0.4s;
}
.sec8_card4{
    transition-delay: 0.6s;
}
.capture{
    margin: 0 auto 6rem auto;
    width: 35.7rem;
}
.capture img {
    display: block;
    transition-duration: 1.5s;
    transform-style: preserve-3d;
    will-change: width;
    transition-delay: 0.3s;
    width: 0;
    height: 13.4rem;
    object-position: left;
    object-fit: cover;
}
.capture.active img{
    width: 35.7rem;
}
.section8 .btn-primary {
    margin: 0 auto;
}
/* Section8 End */
/* Section9 Start */
.section9 {
    background-color: var(--tertiary-color);
    padding: 10rem 0 41.2rem 0;
    position: relative;
    padding: 0;
    height: 49.8rem;
}
.section9::before,
.section9::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-position: top center;
    background-size: cover;
}
.section9::before{
    top: 0;
    height: 56.8rem;
    z-index: 1;
    background-image: url(../img/desktop/sec9_bg.png);
    display: none;
}
.section9::after{
    bottom: 0;
    height: 49.8rem;
    z-index: 2;
    background-image: url(../img/desktop/sec9_bg2.jpg);
}
.section9 .container {
    max-width: 90rem;
    position: relative;
    z-index: 5;
}
.section9 h3 {
    margin-bottom: 6rem;
}
.sec9_card {
    background-color: var(--primary-color);
    color: var(--color1);
    border-radius: 2rem;
    width: 40rem;
    height: 31rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sec9_card img {
    width: 5.9rem;
    display: block;
    margin: 0 auto 2rem auto;
}
.sec9_card p {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 2rem;
}
.sec9_card .btn-primary {
    padding: 0 2.95rem;
    height: 5.4rem;
    font-size: 1.8rem;
    min-width: 24rem;
}
.sec9_card1 .btn-primary {
    background-color: var(--color3);
}
.sec9_card2 .btn-primary {
    height: 6rem;
}
.sec9_card2 {
    position: relative;
    padding-top: 8.3rem;
}
.sec9_card2 img {
    width: 18.5rem;
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
}
/* Section9 End */
/* Footer Start */
footer{
    background-color: var(--color1);
    color: var(--primary-color);
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .container {
    max-width: 182rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer img {
    display: block;
    width: 100%;
}
footer a{
    display: block;
}
.logo_1 {
    width: 20.3rem;
}
.logo_2 {
    width: 8rem;
}
.media_holder {
    width: 21rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.media_holder a {
    width: 3rem;
}
footer p,
footer p * {
    font-size: 1.4rem;
    font-weight: 500;
}
footer p * {
    display: inline-block;
    padding: 0 1.5rem;
}
/* Footer End */
/* debut popVid */

.popVid {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    z-index: 9995;
}

.popVid.opn_pop_vid {
    left: 0;
}

.close_pop_vid {
    position: absolute;
    right: 3rem;
    top: 3rem;
    width: 5rem;
    color: #ffffff;
    cursor: pointer;
    display: block;
}
.close_pop_vid,
.close_pop_vid *{
    font-size: 5rem;
}

.blc_vid {
    width: 50%;
}

.blc_vid iframe {
    width: 100%;
    height: 50rem;
}
.btn-primary_fixed {
    position: fixed;
    z-index: 99;
    bottom: 0;
    max-width: initial;
    left: 0;
    width: 100%;
    height: 9rem;
    border-radius: 0;
}
/* Fin popVid */

.sec4_slide_container .slick-next {
    width: 2rem;
    height: 3.4rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    background-image: url(../img/desktop/arrow_r3.png);
    right: -4.5rem;
}
.sec4_slide_container .slick-next::before{
    display: none;
}
footer p span:nth-child(2) {
    cursor: pointer;
}
.credits_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 60rem;
    height: auto;
    border-radius: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--primary-color);
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.6);
    color: var(--tertiary-color);
    padding: 5.5rem 0rem 5.5rem 0;
}
.credits_popup h3{
    margin-bottom: 1.5rem;
    margin-bottom: 0;
}
.credits_popup h3.h3_2{
    margin-top: 1.5rem;
}
.credits_popup p{
    margin-bottom: 0;
    color: var(--color1);
}
.credits_popup p:last-child{
    margin-bottom: 0;
}
.close {
  position: absolute;
  right: 00rem;
  top: 2rem;
  width: 3.5rem;
  height: 3.5rem;
  opacity: 1;
  cursor: pointer;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 0;
  content: ' ';
  height: 3.5rem;
  width: 2px;
  background-color: var(--tertiary-color);
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}