:root{--white:#fefefe;--gray-100:#f8f9fa;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-400:#ced4da;--gray-500:#adb5bd;--gray-600:#6c757d;--gray-700:#495057;--gray-800:#343a40;--gray-900:#212529;--black:#222222;--border:#C9C9C9;--light:#effbec}[data-theme=dark]{--title:#f6f6f6ff;--text:#ccc;--light:#232132;--background:#26263a;--border:#C9C9C9;--gray:#e9ecef;--highlight:#121021;--black:#fff;--gray-900:#f8f9fa;--gray-800:#e9ecef;--gray-700:#dee2e6;--gray-600:#ced4da;--gray-500:#adb5bd;--gray-400:#6c757d;--gray-300:#495057;--gray-200:#343a40;--gray-100:#212529;--white:#000}.steps-section-wrapper{border-radius:var(--image-border-radius)}.steps-section-wrapper .steps .image-wrapper{position:relative;z-index:3}@media only screen and (max-width:960px){.steps-section-wrapper .steps .image-wrapper{margin-left:60px;width:70%}.steps-section-wrapper .steps .image-wrapper::before{content:"";position:absolute;z-index:1;width:2px;height:100%;left:-32px;top:0;background-color:var(--first)}}.steps-section-wrapper .steps .image-wrapper::after{content:"";position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;background-color:var(--first);border-radius:var(--image-border-radius);transform:rotate(10deg)}.steps-section-wrapper .steps .image-wrapper .image{border-radius:var(--image-border-radius);position:relative;z-index:1}.steps-section-wrapper .steps .step{padding:20px 0}@media only screen and (min-width:960px){.steps-section-wrapper .steps .step{padding:40px 0}}.steps-section-wrapper .steps .step:nth-child(even) .image-wrapper::after{transform:rotate(-10deg)}.steps-section-wrapper .steps .step .text-wrapper{margin-left:60px;position:relative;height:100%}@media only screen and (min-width:960px){.steps-section-wrapper .steps .step .text-wrapper{margin-left:120px}}.steps-section-wrapper .steps .step .text-wrapper::before{content:"";position:absolute;z-index:1;width:2px;height:100%;left:-32px;top:50%;background-color:var(--first)}.steps-section-wrapper .steps .step .text-wrapper::after{content:"";position:absolute;z-index:1;width:2px;height:100%;left:-32px;bottom:50%;background-color:var(--first)}@media only screen and (min-width:960px){.steps-section-wrapper .steps .step .text-wrapper::before{left:-45px}.steps-section-wrapper .steps .step .text-wrapper::after{left:-45px}}.steps-section-wrapper .steps .step .text-wrapper .number{width:36px;height:36px;z-index:2;display:flex;justify-content:center;align-items:center;background-color:var(--first);font-weight:var(--secondary-font-weight-bold);color:var(--white);border-radius:50%;position:absolute;top:calc(50% - 18px);left:-50px}@media only screen and (min-width:960px){.steps-section-wrapper .steps .step .text-wrapper .number{width:50px;height:50px;top:calc(50% - 25px);left:-70px}}.steps-section-wrapper .steps .step:first-child .text-wrapper::after{display:none}.steps-section-wrapper .steps .step:nth-child(odd) .text-wrapper .step-title{color:var(--first)}.steps-section-wrapper .steps .step:last-child .text-wrapper::before{display:none}.steps-section-wrapper .steps .step:last-child .image-wrapper::before{display:none}