/*  */

.wrapper1417 {
    max-width: 1417px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.primary-button a,
.primary-button button {
    background-color: var(--primary--color);
    padding: 0;
    min-width: 187px;
    height: 58px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 58px;
    width: 100%;
    text-decoration: none;
    color: var(--secondary--color);
    cursor: pointer;
    border: none;
}

.primary-button a:hover,
.primary-button button:hover {
    background-color: var(--accent-color);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

.primary-button a i,
.primary-button button i,
.secondary-button a i,
.secondary-button button i {
    font-size: 13px;
}

.secondary-button a,
.secondary-button button {
    background-color: var(--accent-color);
    padding: 0;
    min-width: 187px;
    height: 58px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 58px;
    width: 100%;
    text-decoration: none;
    color: var(--secondary--color);
    cursor: pointer;
    border: none;
}

.secondary-button a:hover,
.secondary-button button:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

.primary-button a i,
.primary-button button i,
.secondary-button a i,
.secondary-button button i {
    transition: ease-in-out 0.6s;
}


h1,
span.special-heading1 {
    font-size: 88px;
    font-weight: 400;
    line-height: 94px;
    color: var(--secondary--color);
    margin-bottom: 33px;
}

h1.sub-heading {
    font-size: 68px;
    font-weight: 400;
    line-height: 78px;
    color: var(--secondary--color);
    margin-bottom: 15px;
}

h2 {
    font-size: 58px;
    font-weight: 400;
    line-height: 67px;
    color: var(--black-family-color);

}

h3 {
    font-size: 33px;
    font-weight: 400;
    line-height: 33px;
    color: var(--black-family-color);
}

h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: var(--black-family-color);
}

h4.special-font {
    font-size: 22px;
    line-height: 24px;
    color: var(--black-family-color);
}

h4.special-font3 {
    font-size: 26px;
    line-height: 29px;
    color: var(--secondary--color);
}


h5 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: var(--black-family-color);
}

h6 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: var(--black-family-color);
}

.spacer {
    float: left;
    width: 100%;
    height: 100px;
}

.text-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-14 {
    font-size: 14px;
    line-height: 14px;
}

.padding-top {
    padding-top: 148px;
}

.padding-bottom {
    padding-bottom: 148px;
}

.padding-top105 {
    padding-top: 105px;
}

.padding-bottom105 {
    padding-bottom: 105px;
}

.special-text {
    color: var(--accent-color);
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.skin-text {
    color: var(--accent-color);
}

.sea-green-text {
    color: var(--primary--color);
}

.min-height-auto {
    min-height: auto !important;
}

.font-weight-600 {
    font-weight: 600;
}

.font-size-20 {
    font-size: 20px;
    line-height: 30px;
}

/* .gradient {
    background: linear-gradient(to right, #0f0fed 0%, #0ea6f5 100%);
} */


.beige-text {
    color: var(--accent-color) !important;
}

.font-archivo {
    font-family: "Archivo", system-ui;
}

.font-marcellus {
    font-family: "Marcellus", serif;
}

.background-fcf6f4 {
    background-color: var(--skin-color);
}

.background-cf7965 {
    background-color: var(--accent-color);
}

.z-index-1 {
    z-index: 1;
}

.font-weight-500 {
    font-weight: 500;
}

.background-fff {
    background-color: var(--secondary--color);
}

.background-295758 {
    background-color: var(--primary--color);
}