/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Footer styling                        */
/*****************************************/

.footer .cell_17449241035363-row-0-background-color {
  border-radius: 10px;
}

.footer #hs_cos_wrapper_module_174492410353610 {
  height: 46px;
  padding: 13px 20px 3px !important;
}

.footer ul {
  gap: 10px;
  justify-content: space-between;
}

.footer .hs-menu-wrapper a {
  padding: 0;
}

.footer .hs-menu-wrapper>ul>li {
  margin: 0 !important;
}

.footer .hs-menu-wrapper>ul>li>a {
  font-weight: 600;
}

/*****************************************/
/* Enable setting image border radius    */
/*****************************************/

.widget-type-linked_image {
    overflow: hidden;
}

.widget-type-linked_image .hs-image-widget {
    display: block;
}

/*****************************************/
/* Button styles                         */
/*****************************************/

a.button,
.swiper-button-prev,
.swiper-button-next,
.button__icon svg {
    transition: all .15s linear;
    all .15s animation-timing-function: linear;
}

/*****************************************/
/* Form styles                           */
/*****************************************/

form .hs-form-field {
    margin-bottom: 10px;
}
  
input:not([type="submit"]):not([type="checkbox"]),
optgroup,
select,
textarea {
    min-height: 48px;
}
  
form ul.hs-error-msgs.inputs-list>li,
form .hs-error-msg,
form .hs-error-msgs {
    margin: 0;
}
  
form .legal-consent-container .hs-richtext p {
    font-size: 12px;
}

/*****************************************/
/* Quote Slider for landing pages        */
/*****************************************/

body .jake-testimonial-slider {
    border: 2px solid #E9EBF8;
    border-radius: 10px;
    padding: 40px;
}

body .jake-testimonial-slider:before {
    content: "“";
    font-size: 150px;
    line-height: 80px;
    color: #9e54ff;
    font-family: Georgia;
    position: absolute;
    top: 0;
}

body .jake-testimonial-slider .swiper-button-next,
body .jake-testimonial-slider .swiper-button-prev {
    top: 6px;
    right: 20px;
    background-color: #e9ebf8;
    border-radius: 50px;
    width: 30px;
    height: 30px;
}
  
body .jake-testimonial-slider .swiper-button-next:hover,
body .jake-testimonial-slider .swiper-button-prev:hover {
    background-color: #54ff9c;
}
  
body .jake-testimonial-slider .swiper-button-next {
    right: 20px;
}

body .jake-testimonial-slider .swiper-button-prev {
    left: auto;
    right: 60px;
}

body .jake-testimonial-slider .swiper-button-next:after,
body .jake-testimonial-slider .swiper-button-prev:after {
    font-size: 15px;
}
  
@media (max-width: 1024px) {
    body .jake-testimonial-slider {
        padding: 40px 20px;
    }

    body .jake-testimonial-slider .swiper-slide {
        flex-direction: column;
    }
}