
#hubspot_calculator_wrap{
    background-color: #FCE9E8;
    min-height: calc(100vh - 82px);
    position: relative;
    font-family: 'Glacial Indifference', 'Open Sans';
}
#header_logo{
    padding: 16px;
}
#header_logo img{
    width: 33px;
}
#header_logo span{
    font-size: 10px;
    font-weight: 700;
    font-family: 'Glacial Indifference', 'Open Sans';
}
#surveyContainer li::before{
    content: none;
}
#customProgressBarContainer{
    width: 100%;
    height: 8px;
    background-color: #fff;
}
#surveyContainer .sd-root-modern{
    background-color: #FCE9E8;
}
#customProgressBar{
    background-color: #FF5B5B;
    height: 8px;
    transition: width 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55); 
}
#surveyContainer .sd-element--with-frame{
    background: none;
    box-shadow: none;
}
#surveyContainer{
    width: 100%;
    position:relative;
    padding: 30px 200px 200px 200px;
    margin-left: 0;
    margin-right: 0;
}
.page-template-template-full-width #footer-outer{
    margin-top: 0;
}
#surveyContainer .sd-element--with-frame{
    padding: 0;
}
#surveyContainer h3{
    font-family: 'Recoleta', 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
}
#surveyContainer .quizPageQuestion p{
    font-family: 'Glacial Indifference', 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;    
    color: #222222;
    margin-top: 16px;
    display: inline-block;
}
.quizPage{
    padding-top: 5rem;
}
.resultsPageIcon{
    position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.quizPageInner{
    display: flex;
}
.quizQuestionSec{
    flex: 1;
}
.graphicSection{
    flex: 1;
    position: relative;
}
.resultsPageFormSubmitted{
    margin-top: 60px;
}
.graphicWrapper img{
    position: absolute;
    right: 0;
    max-width: 100%;
}
.graphicImageActual{
    position: relative;
    top:50px;
}
.graphicImageActual img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    object-fit: contain;
    
    /* Mask properties */
    mask: url('/wp-content/uploads/2025/04/shape-01-irregular-polygon.svg') center/contain no-repeat;
    -webkit-mask: url('/wp-content/uploads/2025/04/shape-01-irregular-polygon.svg') center/contain no-repeat;
}
.question-option{
    display: flex;
    align-items: center;       
    justify-content: space-between; 
    width: 100%;               
    margin-bottom: 5px;        
    box-sizing: border-box;
    cursor: pointer;
    padding: 24px;
}
.option-label{
    position: relative;
    max-width: 90%;
}
.option-label h5{
    font-family: 'Recoleta', 'Open Sans';
    font-weight: 700;
    font-size: 24px;
    line-height: 26.4px;
    letter-spacing: 0%;
}
.option-label p{
    font-family: 'Glacial Indifference', 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: 0%;
    margin-bottom: 0;
}
.custom-checkbox-container {
    display: flex;
    position: relative;
    cursor: pointer;
  }
  
  .real-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .custom-checkbox {
    height: 50px;
    width: 50px;
    background-color: transparent;
    border: 1px solid #FF5B5B;
    display: inline-block;
    position: relative;
    flex-shrink: 0;
    margin-left: 8px;
  }
  .custom-checkbox-container{
    position: relative;
  }
  .custom-checkbox-container:hover, .question-container.active{
    background-color: #fff;
    box-shadow: 5px 5px 0px 0px #FF5B5B;
  }
  .custom-checkbox-container:hover .real-checkbox ~ .custom-checkbox {
    background-color: #FF5B5B;
  }
  
  .custom-checkbox-container .real-checkbox:checked ~ .custom-checkbox {
    background-color: #fff;
  }
  .custom-checkbox-container .real-checkbox:checked ~ .custom-checkbox:after {
    content: "✓";
    position: absolute;
    color: #E5453C;
    font-size: 27px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .option-label .badge{
    position: relative;
    background-color: #9E1A13;
  }
  .tooltipOption{
    background-color: #222222;
    width: 275px;
    color: #fff;
    padding: 16px;
    font-family: 'Glacial Indifference', 'Open Sans';
    position: absolute;
    top: 0;
    left: 38%;
    display: block;
    white-space: initial !important;
    text-align: left;
    z-index: 99;
    pointer-events: none;
  }
  .tooltipOption .tooltipTitle{
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
  }
  .tooltipOption .tooltipContent{
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
  }
  .question-container{
    transition: background-color 0.3s ease;
    margin-bottom: 16px;
  }
  .question-container.checked{
    background-color: #E5453C;
  }
  .question-container.checked h5, .question-container.checked .option-label p{
    color: #fff !important;
  }
  .question-container.checked .badge{
    background-color: #fff;
    color: #E5453C;
  }
#surveyContainer .next_button_calc, #surveyContainer .btn{
    margin-top: 32px;
    background-color: #E1241B;
    border-radius: 100px;
    font-family: Secondary Font;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 10%;
    text-transform: uppercase;
    font-family: 'Glacial Indifference', 'Open Sans';
    width: 170;
    height: 54;
    border-radius: 100px;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    gap: 8px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
    transition: background-color 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#surveyContainer .btn.outline-btn{
    background-color: #fce9e8;
    background-color: transparent;
    border: 1px solid #222222;
    color: #222222;
}
#surveyContainer .btn.outline-btn:hover{
    background-color: #222222;
    background-color: #222222;
    color: #fce9e8;
}
.textOption .textInput{
    border: 1px solid #222222;
    width: 215px;
    height: 50px;
    font-family: 'Glacial Indifference', 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    padding-left: 16px;
    margin-left: 33px;
}

.transition { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }
.ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }
.duration-300 { transition-duration: 300ms; }
.opacity-0 { opacity: 0; }
.opacity-100 { opacity: 1; }
.scale-90 { transform: scale(.9); }
.scale-100 { transform: scale(1); }

#resultsPage{
    position:relative;
    z-index: 1;
}
.resultPreHeader{
    font-family: 'Glacial Indifference', 'Open Sans';
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 5%;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.yourPrice{
    font-family: 'Recoleta', 'Open Sans';
    font-weight: 700;
    font-size: 36px;
    line-height: 39.6px;
    letter-spacing: 0%;
}
.resultPriceAmount{
    font-family: 'Recoleta', 'Open Sans';
font-weight: 700;
font-size: 54px;
line-height: 54px;
letter-spacing: 0%;
color: #fff;
margin-top: 16px;
}
.resultPriceAmount .actualPrice{
    color: #fce9e8;
    color: transparent;
    -webkit-text-stroke: 1px #71130E; 
}
.resultPriceAmount .resultMonth{
    color: #FF5B5B
    -webkit-text-stroke: 3px #71130E;
    text-shadow: 2px 2px 0 #FF5B5B,3px 3px 2px rgba(138, 0, 0, 0.5);
    
}
.resultMonthlyBox{
    box-shadow: 5px 5px 0px 0px #FF5B5B;
    padding: 24px;
    background-color: #fff;
}
.resultBoxes{
    display: flex;
    gap: 16px;
    margin-top: 32px;
    margin-bottom: 16px;
}
.resultMonthlyBoxPrice{
    font-family: 'Recoleta', 'Open Sans';
font-weight: 700;
font-size: 24px;
line-height: 26.4px;
letter-spacing: 0%;
text-align: center;
color: #222222;
}
.priceBreakdown{
    font-family: 'Glacial Indifference', 'Open Sans';
}
.resultMonthlyBoxLabel{
font-weight: 700;
font-size: 10px;
line-height: 12px;
letter-spacing: 5%;
text-align: center;
text-transform: uppercase;
color: #9E1A13;
margin-top: 8px;
}
.priceBreakdownbtn{
font-weight: 400;
font-size: 18px;
line-height: 18px;
letter-spacing: 0%;
margin: 30px 0;
color: #E5453C;
border-bottom: 1px solid #E5453C;
display: flex;
  align-items: center;
  width: fit-content;
  cursor: pointer;
}
.priceBreakdownbtn .svgIcon{
    padding-left: 4px;
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform-origin: center;
}
.rotate180{
    transform: rotate(180deg);
}
.loaderDiv{
    position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #222222e8;
  left: 0;
  top: 0;
  z-index: 5;
}
.loaderDiv .innerLoaderWrap{
    left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  text-align: center;
} 
.innerLoaderWrap p{
    color: #fff;
    margin-top: 16px;
}
.loaderDiv img{
    animation: spin 5s linear infinite;
}
@keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
.priceBreakdownbtn:hover{
    color: #222222;
    border-bottom: 1px solid #222222;
}
.priceBreakdownTitleOuter{
font-weight: 700;
font-size: 10px;
line-height: 12px;
letter-spacing: 5%;
text-transform: uppercase;
color: #E5453C;
}
.priceBreakdownRecurring, .priceBreakdownCost{
    margin-top: 30px;
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.priceBreakdownLabelSub{
    font-size: 12px;
}
.priceBreakdownTitle{
font-weight: 700;
font-size: 10px;
line-height: 11px;
letter-spacing: 5%;
padding-bottom: 10px;

}
.priceBreakdownItem{
font-weight: 400;
font-size: 14px;
line-height: 16.8px;
letter-spacing: 0%;
display: flex;
justify-content: space-between;
}
.priceBreakdownLabelResult, .priceBreakdownAmountResult{
font-weight: 700;
font-size: 14px;
line-height: 16.8px;
letter-spacing: 0%;

}
.priceBreakdownAmountResult{
    color: #E5453C;
}
.priceBreakdownInfo{
font-weight: 400;
font-size: 18px;
line-height: 23.4px;
letter-spacing: 0%;
width: 375px;
max-width: 100%;
}
.resultsPageFormFields .btn{
    display: flex;
  align-items: center;
}
.resultsPageInnerWrapper{
    display: flex;
    justify-content: flex-start;
    padding-top: 65px;
}

.resultsPageData{
    width: 500px;
    max-width: 100%;
}
.resultsPageForm{
    width:688px;
    margin-left: 200px;
    position: relative;
    max-width: 100%;
}
.resultsPageFormHeading{    
    font-family: 'Recoleta', 'Open Sans';
    font-weight: 700;
    font-size: 36px;
    line-height: 39.6px;
    letter-spacing: 0%;
}
.resultsPageFormSub, .resultsPageFormFields label{    
    font-family: 'Glacial Indifference', 'Open Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;    
}
.resultsPageFormWrap{
    padding: 48px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 5px 5px 0px 0px #FF5B5B;
}
.resultsPageFormFields input{
    border: none;
    border-bottom: 1px solid #222222;
}
.qFormgroup{
    position: relative;
    margin-top: 35px;
}
.qFormgroup label{
    position: relative; 
    transition: all 0.2s;  
    top: 33px;
}
.qFormgroup.doubled{
    display: flex;
    gap: 35px;
}
.qFormgroup.doubled > div{
    flex: 1;
}
.qFormgroup input{
    width: 100%;
}
.resultsPageFormFields .label-float{
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 5%;
    text-transform: uppercase;
    top: -20%;
}
.resultsPageFormIcon{
    position: absolute;
    top: -11.5%; 
    right: 2%;
}
.resultsPageFormIconWrap{

}
.resultsPageFormIconWrap{
    background-image: url('/wp-content/uploads/2025/04/stickers_blue.svg');
    background-repeat: no-repeat;
    background-size:contain;
    width: 125px;
    height: 125px;
    display: flex;
    justify-content: center;
}
#primary-sticker-06-double-arrows{
    width: 37px;
    transform: rotate(-33.89deg);
}

@media (max-width: 1500px){
    #surveyContainer{
        padding: 30px 75px 200px 75px;
    }
    .qFormgroup.doubled{
        flex-direction: column;
    }
    .resultsPageForm {
        margin-left: 51px;
    }
}
@media (max-width: 1150px){
    .quizQuestionSec {
        flex: 100%;
      }
      .graphicSection {
        flex:1;
        position: absolute;
        right: 4%;
        width: 67px;
        top: 14px;
      }
      .graphicImageActual{
        top: 0;
      }
      .graphicWrapper img {
        width: 100%;
      }
      .resultsPageInnerWrapper{
        flex-direction: column;
      }
      .resultsPageForm {
        margin-left: 0px;
        width: 100%;
        margin-top: 86px;
      }
}
@media (max-width: 767px){
    #surveyContainer{
        padding: 30px 15px 200px 15px;
    }
    .quizQuestionSec {
        flex: 100%;
      }
      .graphicSection {
        flex:1;
        position: absolute;
        right: 4%;
        width: 70px;
        top: 18px;
      }
      .textOption .question-option{
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
      }
      .textOption .textInput{
        width: 100%;
        margin-left: 0;
      }
      .graphicImageWrapper{
        width: 200%;
  right: 50%;
  position: relative;
      }
      .graphicImageWrapper .graphicBG img{
        width: 80%;
      }
}
@media (max-width: 470px){
    .resultsPageFormIconWrap{
        width: 100px;
        height: 100px;
    }
    #primary-sticker-06-double-arrows{
        width:30px;
    }
    .resultsPageFormIcon {
        top: -6.5%;
    }
    .priceBreakdownLabel{
        width: 50%;
    }
    .priceBreakdownItem{
        margin-bottom: 16px;
    }
    .tooltipOption{
        top: 60px;
        left: -25px;
    }
}