/* Custom Text */
.has-text-custom-1 {
    color: #a4aec5!important;
}

/* Custom Backgrounds */
.has-background-custom1, .has-background-custom-1 {
    background: #1C4374;
}

.block.box.has-background-custom-1 {
    background-color: #f5f9fbd4;
}

/* Custom Styles */

.title.has-style-custom-1{
    font-weight: 800;
}

.title.has-style-custom-2{
    position: relative;
    font-weight:800;
}

.title.has-style-custom-2:after{
    content: "";
    background-image: url("/0/Handler/CSSOverride/GetImage/1/hine-wave.svg");
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 10rem;
    left: calc(50% - 5rem);
    bottom: -3rem;
}

.title.has-style-custom-2:not(:only-child) {
    margin-bottom: 3.5rem;
}

.title.has-style-custom-3{
    position: relative;
    font-weight: 800;    
}

.title.has-style-custom-3:before {
    content: "";
    background-image: url("/0/Handler/CSSOverride/GetImage/1/hine-wave.svg");
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 10rem;
    left: calc(50% - 5rem);
    top: -3rem;
}

button.nextStepButton.catfish-button.has-text-hidden-mobile.btn.btn-success.btn-lg.ng-scope {
    background-color: #E94B52;
    color: #FFFFFF;
}

.hideEditorPrice .priceContainer.mobile_hide {
    display: none;
}