* {
    padding: 0px;
    margin: 0px;
}

img {
    max-width: 100%;
}

video {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
span {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

section {
    padding: 80px 0px;
}

h1 {
    color: #332F2C;
    font-family: var(--fontHelveticaHeavy);
    font-size: 110px;
    font-style: normal;
    font-weight: 900;
    line-height: 125px;
}

h2 {
    color: #AC395B;
    font-family: var(--fontHelveticaMD);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}

.main-btn {
    padding: 16px 32px;
    background: #8A2E49;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    color: #FFF;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;

}

.main-btn:hover {
    background: #332F2C;
}
li#menu-item-49:hover{
	background: #332F2C;
}
li#menu-item-49:hover a{
	color:#fff !important;
}
ul#menu-footer-menu li{
	color: #8A2E49;
}
ul#menu-footer-menu li:hover a{
	color: #332F2C;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
p {
    font-family: Roboto;
    font-weight: 400;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 10px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(35, 31, 32, 0.20);
    background: #FFF;
}

.form-control:focus {
    box-shadow: unset;
}

.wpcf7-not-valid-tip {
    margin-top: 8px;
}

textarea:focus-visible {
    outline: #86b7fe;
}

.wpcf7 form .wpcf7-response-output {
    border: 0px;
    color: #fff;
    margin: 20px 0px;
    padding: 0;
}

/* the slides */
.slick-slide {
    margin: 0 15px;
}

section#shadow-host-companion {
    padding: 0px !important;
}

span.wpcf7-form-control-wrap.recaptcha {
    margin-top: 24px;
    display: inline-block;
}

@media only screen and (max-width:767px) {

    h1 {
        font-size: 72px;
        line-height: 80px;
    }

    h2 {
        font-size: 20px;
        line-height: 28px;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }

    section {
        padding: 32px 0px;
    }
}