/* Start custom CSS for html, class: .elementor-element-d2486d0 *//*==================================================
THE BECOMING HERO
==================================================*/

.rr-workshop-hero{

    padding:120px 0 60px;

    background:#FAF8F4;

}

.rr-workshop-grid{

    display:grid;

    grid-template-columns:1fr 1.1fr;

    gap:70px;

    align-items:center;

}

.rr-workshop-left h1{

    font-size:96px;

    line-height:.88;

    color:#234739;

    margin:20px 0;

}

.rr-workshop-left h2{

    color:#B7904F;

    font-size:44px;

    font-weight:400;

    margin-bottom:30px;

}

.rr-workshop-left p{

    font-size:20px;

    line-height:1.9;

    color:#666;

    max-width:520px;

}

.rr-workshop-buttons{

    display:flex;

    gap:18px;

    margin-top:45px;

    flex-wrap:wrap;

}

.rr-btn-outline{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 34px;

    border:2px solid #234739;

    border-radius:50px;

    text-decoration:none;

    color:#234739;

    transition:.35s;

}

.rr-btn-outline:hover{

    background:#234739;

    color:#fff;

}

.rr-workshop-right img{

    width:100%;

    display:block;

    border-radius:32px;

    box-shadow:0 30px 70px rgba(0,0,0,.12);

}

.rr-event-bar{

    margin-top:70px;

    background:#fff;

    border-radius:26px;

    padding:35px;

    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.06);

}

.rr-event-item{

    text-align:center;

}

.rr-event-item span{

    display:block;

    color:#B7904F;

    font-size:13px;

    letter-spacing:2px;

    margin-bottom:12px;

}

.rr-event-item strong{

    color:#234739;

    font-size:20px;

    font-weight:600;

}

@media(max-width:991px){

.rr-workshop-grid{

grid-template-columns:1fr;

}

.rr-workshop-left{

text-align:center;

}

.rr-workshop-left p{

margin:auto;

}

.rr-workshop-buttons{

justify-content:center;

}

.rr-event-bar{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.rr-workshop-left h1{

font-size:60px;

}

.rr-workshop-left h2{

font-size:30px;

}

.rr-workshop-left p{

font-size:18px;

}

.rr-event-bar{

grid-template-columns:1fr;

padding:25px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e140e47 *//*=========================================
ABOUT WORKSHOP
=========================================*/

.rr-about-workshop{

    padding:120px 0;

    background:#fff;

}

.rr-about-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.rr-about-image img{

    width:100%;

    border-radius:28px;

    display:block;

    box-shadow:0 25px 70px rgba(0,0,0,.08);

}

.rr-about-content h2{

    font-size:52px;

    color:#234739;

    margin:25px 0;

    line-height:1.2;

}

.rr-about-content p{

    color:#666;

    line-height:2;

    margin-bottom:25px;

    font-size:18px;

}

.rr-about-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-top:45px;

}

.rr-feature{

    background:#FAF8F4;

    padding:18px 22px;

    border-radius:16px;

    color:#234739;

    font-weight:600;

    border:1px solid rgba(183,144,79,.18);

    transition:.3s;

}

.rr-feature:hover{

    transform:translateY(-5px);

    background:#234739;

    color:#fff;

}

@media(max-width:991px){

.rr-about-grid{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.rr-about-workshop{

padding:80px 0;

}

.rr-about-content h2{

font-size:38px;

}

.rr-about-features{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a603485 *//*=====================================
WORKSHOP JOURNEY
=====================================*/

.rr-journey{

    padding:120px 0;

    background:#FAF8F4;

}

.rr-journey-heading{

    text-align:center;

    max-width:760px;

    margin:0 auto 80px;

}

.rr-journey-heading h2{

    font-size:54px;

    color:#234739;

    margin:20px 0;

}

.rr-journey-heading p{

    font-size:18px;

    color:#666;

    line-height:2;

}

.rr-timeline{

    position:relative;

    max-width:900px;

    margin:auto;

}

.rr-timeline:before{

    content:"";

    position:absolute;

    left:110px;

    top:0;

    bottom:0;

    width:2px;

    background:#d8c4a2;

}

.rr-step{

    display:grid;

    grid-template-columns:90px 40px 1fr;

    gap:30px;

    align-items:flex-start;

    margin-bottom:55px;

}

.rr-time{

    color:#B7904F;

    font-weight:700;

    font-size:20px;

    text-align:right;

}

.rr-dot{

    width:18px;

    height:18px;

    background:#234739;

    border-radius:50%;

    margin-top:4px;

    position:relative;

    z-index:2;

}

.rr-card{

    background:#fff;

    padding:35px;

    border-radius:22px;

    box-shadow:0 15px 45px rgba(0,0,0,.06);

    transition:.35s;

}

.rr-card:hover{

    transform:translateY(-6px);

}

.rr-card h3{

    color:#234739;

    margin-bottom:15px;

    font-size:28px;

}

.rr-card p{

    color:#666;

    line-height:1.9;

}

@media(max-width:768px){

.rr-timeline:before{

left:14px;

}

.rr-step{

grid-template-columns:1fr;

padding-left:40px;

position:relative;

}

.rr-dot{

position:absolute;

left:6px;

}

.rr-time{

text-align:left;

margin-bottom:10px;

}

.rr-journey-heading h2{

font-size:38px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d19ed8e *//*==================================
WHAT'S INCLUDED
==================================*/

.rr-included{

    padding:120px 0;

    background:#ffffff;

}

.rr-included-heading{

    text-align:center;

    max-width:760px;

    margin:0 auto 70px;

}

.rr-included-heading h2{

    font-size:54px;

    color:#234739;

    margin:20px 0;

}

.rr-included-heading p{

    color:#666;

    line-height:2;

    font-size:18px;

}

.rr-included-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.rr-include-card{

    background:#FAF8F4;

    border-radius:28px;

    padding:45px 35px;

    text-align:center;

    transition:.35s;

    border:1px solid rgba(183,144,79,.15);

}

.rr-include-card:hover{

    transform:translateY(-8px);

    background:#234739;

}

.rr-include-card:hover h3,
.rr-include-card:hover p{

    color:#fff;

}

.rr-icon{

    width:85px;

    height:85px;

    margin:auto;

    border-radius:50%;

    background:#234739;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    margin-bottom:25px;

}

.rr-include-card:hover .rr-icon{

    background:#B7904F;

}

.rr-include-card h3{

    color:#234739;

    margin-bottom:18px;

    font-size:26px;

}

.rr-include-card p{

    color:#666;

    line-height:1.9;

}

@media(max-width:991px){

.rr-included-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.rr-included{

padding:80px 0;

}

.rr-included-grid{

grid-template-columns:1fr;

}

.rr-included-heading h2{

font-size:38px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7bb29fe *//*===================================
FACILITATOR
===================================*/

.rr-facilitator{

    padding:120px 0;

    background:#FAF8F4;

}

.rr-facilitator-grid{

    display:grid;

    grid-template-columns:520px 1fr;

    gap:80px;

    align-items:center;

}

.rr-facilitator-image img{

    width:100%;

    display:block;

    border-radius:28px;

    box-shadow:0 30px 80px rgba(0,0,0,.08);

}

.rr-facilitator-content h2{

    font-size:54px;

    color:#234739;

    margin:20px 0 30px;

    line-height:1.15;

}

.rr-intro{

    font-size:22px;

    color:#234739;

    font-weight:500;

}

.rr-facilitator-content p{

    color:#666;

    line-height:2;

    margin-bottom:22px;

    font-size:18px;

}

.rr-facilitator-quote{

    margin-top:40px;

    padding:35px;

    border-left:4px solid #B7904F;

    background:#fff;

    border-radius:0 18px 18px 0;

}

.rr-facilitator-quote p{

    margin:0;

    font-size:24px;

    color:#234739;

    font-style:italic;

    line-height:1.6;

}

@media(max-width:991px){

.rr-facilitator-grid{

grid-template-columns:1fr;

gap:50px;

}

}

@media(max-width:768px){

.rr-facilitator{

padding:80px 0;

}

.rr-facilitator-content h2{

font-size:40px;

}

.rr-intro{

font-size:20px;

}

.rr-facilitator-quote p{

font-size:20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fded43f *//*===================================
IS THIS FOR YOU
===================================*/

.rr-for-you{

    padding:120px 0;

    background:#fff;

}

.rr-for-you-heading{

    max-width:760px;

    margin:0 auto 70px;

    text-align:center;

}

.rr-for-you-heading h2{

    font-size:54px;

    color:#234739;

    margin:20px 0;

    line-height:1.2;

}

.rr-for-you-heading p{

    font-size:18px;

    line-height:2;

    color:#666;

}

.rr-for-you-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.rr-for-card{

    background:#FAF8F4;

    border-radius:26px;

    padding:40px;

    border:1px solid rgba(183,144,79,.15);

    transition:.35s;

}

.rr-for-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.rr-check{

    width:55px;

    height:55px;

    border-radius:50%;

    background:#234739;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

    margin-bottom:25px;

}

.rr-for-card h3{

    color:#234739;

    font-size:28px;

    margin-bottom:18px;

    line-height:1.3;

}

.rr-for-card p{

    color:#666;

    line-height:1.9;

}

@media(max-width:991px){

.rr-for-you-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.rr-for-you{

padding:80px 0;

}

.rr-for-you-grid{

grid-template-columns:1fr;

}

.rr-for-you-heading h2{

font-size:38px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9ef05f *//*=========================================
FAQ
=========================================*/

.rr-faq-section{

    padding:120px 0;

    background:#FAF8F4;

}

.rr-faq-heading{

    max-width:760px;

    margin:0 auto 70px;

    text-align:center;

}

.rr-faq-heading h2{

    font-size:54px;

    color:#234739;

    margin:20px 0;

}

.rr-faq-heading p{

    color:#666;

    font-size:18px;

    line-height:2;

}

.rr-faq-wrapper{

    max-width:900px;

    margin:auto;

}

.rr-faq-item{

    background:#fff;

    border-radius:20px;

    margin-bottom:20px;

    padding:0;

    overflow:hidden;

    box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.rr-faq-item summary{

    list-style:none;

    cursor:pointer;

    padding:28px 35px;

    font-size:22px;

    font-weight:600;

    color:#234739;

    position:relative;

}

.rr-faq-item summary::-webkit-details-marker{

    display:none;

}

.rr-faq-item summary:after{

    content:"+";

    position:absolute;

    right:35px;

    top:50%;

    transform:translateY(-50%);

    color:#B7904F;

    font-size:30px;

    font-weight:300;

}

.rr-faq-item[open] summary:after{

    content:"−";

}

.rr-faq-item p{

    padding:0 35px 30px;

    margin:0;

    color:#666;

    line-height:2;

}

@media(max-width:768px){

.rr-faq-section{

padding:80px 0;

}

.rr-faq-heading h2{

font-size:38px;

}

.rr-faq-item summary{

font-size:18px;

padding:22px 24px;

}

.rr-faq-item p{

padding:0 24px 24px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c7d834 *//*=========================================
FINAL CTA
=========================================*/

.rr-final-cta{

    padding:120px 0;

    background:#234739;

}

.rr-final-card{

    max-width:900px;

    margin:auto;

    text-align:center;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(10px);

    padding:80px 60px;

    border-radius:34px;

    border:1px solid rgba(255,255,255,.12);

}

.rr-final-card .rr-small-title{

    color:#d9c39b;

}

.rr-final-card h2{

    color:#fff;

    font-size:58px;

    margin:25px 0;

    line-height:1.15;

}

.rr-final-card p{

    color:rgba(255,255,255,.85);

    font-size:20px;

    line-height:2;

    max-width:700px;

    margin:0 auto 50px;

}

.rr-event-summary{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:20px;

    margin-bottom:55px;

}

.rr-summary-box{

    background:rgba(255,255,255,.08);

    padding:28px;

    border-radius:18px;

}

.rr-summary-box span{

    display:block;

    color:#d9c39b;

    text-transform:uppercase;

    font-size:13px;

    letter-spacing:2px;

    margin-bottom:10px;

}

.rr-summary-box strong{

    color:#fff;

    font-size:20px;

    font-weight:600;

}

.rr-final-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

    margin-bottom:40px;

}

.rr-final-buttons .rr-btn-primary{

    min-width:220px;

}

.rr-final-buttons .rr-btn-outline{

    min-width:220px;

    border-color:#fff;

    color:#fff;

}

.rr-final-buttons .rr-btn-outline:hover{

    background:#fff;

    color:#234739;

}

.rr-limited{

    color:#fff;

    font-size:18px;

}

.rr-limited strong{

    color:#d9c39b;

}

@media(max-width:991px){

.rr-event-summary{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.rr-final-cta{

padding:80px 0;

}

.rr-final-card{

padding:50px 30px;

}

.rr-final-card h2{

font-size:40px;

}

.rr-final-card p{

font-size:18px;

}

.rr-event-summary{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71a22b6 *//*==========================================
FOOTER
==========================================*/

.rr-footer{

    background:#173328;

    padding:90px 0 30px;

}

.rr-footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:70px;

    padding-bottom:60px;

    border-bottom:1px solid rgba(255,255,255,.08);

}

.rr-footer-brand img{

    max-width:220px;

    margin-bottom:25px;

}

.rr-footer-brand p{

    color:rgba(255,255,255,.72);

    line-height:2;

    font-size:16px;

    max-width:420px;

}

.rr-footer-column h4{

    color:#ffffff;

    font-size:22px;

    margin-bottom:28px;

    font-weight:500;

}

.rr-footer-column ul{

    list-style:none;

    padding:0;

    margin:0;

}

.rr-footer-column li{

    margin-bottom:16px;

    color:rgba(255,255,255,.72);

    line-height:1.7;

}

.rr-footer-column a{

    color:rgba(255,255,255,.72);

    text-decoration:none;

    transition:.3s;

}

.rr-footer-column a:hover{

    color:#B7904F;

    padding-left:6px;

}

.rr-footer-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding-top:30px;

    flex-wrap:wrap;

    gap:15px;

}

.rr-footer-bottom p{

    margin:0;

    color:rgba(255,255,255,.55);

    font-size:15px;

}

@media(max-width:991px){

.rr-footer-grid{

grid-template-columns:1fr 1fr;

gap:50px;

}

}

@media(max-width:768px){

.rr-footer{

padding:70px 0 25px;

}

.rr-footer-grid{

grid-template-columns:1fr;

gap:40px;

}

.rr-footer-bottom{

flex-direction:column;

text-align:center;

}

}/* End custom CSS */