/*  */

.wrapper1418 {
    max-width: 1418px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.primary-button a,
.primary-button button {
    background-color: var(--primary--color);
    padding: 0;
    min-width: 232px;
    height: 58px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 56px;
    width: 100%;
    text-decoration: none;
    color: var(--secondary--color);
    cursor: pointer;
    border: none;
    border-radius: 29px;
}

.primary-button a:hover,
.primary-button button:hover {
    background-color: var(--accent--color);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

.secondary-button a,
.secondary-button button {
    background-color: var(--accent--color);
    padding: 0;
    min-width: 232px;
    height: 58px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 56px;
    width: 100%;
    text-decoration: none;
    color: var(--secondary--color);
    cursor: pointer;
    border-radius: 29px;
    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;
}

.elementary-button a,
.elementary-button button {
    background-color: var(--secondary--color);
    padding: 0;
    min-width: 175px;
    height: 58px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 56px;
    width: 100%;
    text-decoration: none;
    color: var(--primary--color);
    cursor: pointer;
    border: none;
    border-radius: 29px;
}

.elementary-button a:hover,
.elementary-button button:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}

.primary-button a i,
.secondary-button a i,
.elementary-button a i,
.primary-button button i,
.secondary-button button i,
.elementary-button button i {
    font-size: 14px;
}

h1 {
    font-size: 60px;
    font-weight: bold;
    line-height: 90px;
    color: var(--black--color);
    margin-bottom: 23px;
}

h1.sub-h1 {
    font-size: 70px;
    font-weight: bold;
    line-height: 90px;
    color: var(--black--color);
}

h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 54px;
    color: var(--black--color);

}

h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    color: var(--black--color);
}

h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: var(--black--color);
}

h5 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    color: var(--black--color);
}

h6 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: var(--black--color);
}

.spacer {
    float: right;
    width: 100%;
    height: 50px;
}

.text-size-16,
.font-size-16 {
    font-size: 16px;
    line-height: 26px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-14 {
    font-size: 14px;
    line-height: 14px;
}

.font-size-12 {
    font-size: 12px;
    line-height: 12px;
}

.padding-top {
    padding-top: 140px;
}

.padding-bottom {
    padding-bottom: 140px;
}

.padding-top100 {
    padding-top: 100px;
}

.padding-bottom100 {
    padding-bottom: 100px;
}

.special-text {
    color: var(--primary--color);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 600;
}

.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 left,
    rgba(41, 205, 120, 0.08) 0%, rgba(49, 61, 247, 0.08) 100%);
    /* background: linear-gradient(to right,  rgb(41,205,120) 0%,rgb(49,61,247) 100%); */
}

.reverse-gradient {
    /* background-image: linear-gradient(193deg, rgba(214, 244, 236, 30%) 0%, rgba(214, 244, 236, 30%) 40%, rgba(167, 112, 222, 30%) 100%); */
    background: linear-gradient(to right,
    rgba(41, 205, 120, 0.08) 0%, rgba(49, 61, 247, 0.08) 100%);
}


.z-index-1 {
    z-index: 1;
}

.font-weight-500 {
    font-weight: 500;
}

.background-fff {
    background-color: var(--secondary--color) !important;
}

.green-text {
    color: var(--accent--color);
}

.blue-text {
    color: var(--primary--color);
}

.black-text {
    color: var(--black--color);
}

.outfit-font {
    font-family: "Outfit", sans-serif;
}

.background-navy {
    background-color: var(--navy--color);
}


.background-blue {
    background-color: var(--primary--color);
}

.text-size-18 {
    font-size: 18px;
    line-height: 30px;
}

.font-weight-800 {
    font-weight: 800;
}

.text-color {
    color: var(--text--color);
}

.all_row {
    display: flex;
    flex-wrap: wrap;
}

.all_column {
    display: flex;
}

.all_boxes {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.padding-top-xl {
    padding-top: 303px;
}

.border-radius-0 {
    border-radius: 0 !important;
}