.header-color-line {
    width: 25%;
    height: 8px
}

.red {
    background-color: red
}

.light-blue {
    background-color: #98d5ff
}

.black {
    background-color: #333
}

.dark-blue {
    background-color: #0082d7
}

.grey {
    background-color: #6c7c7c
}

.text-red {
    color: red
}

.animate__animated {
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.second-title,
.card-title {
    color: #000
}

.second-title {
    text-align: center;
    font-weight: bold;
    position: absolute;
    margin-top: 170px;
    width: 100%
}

.btn {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #e74c3c;
    border-radius: .6em;
    color: #e74c3c;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 1rem;
    line-height: 1;
    margin: 20px;
    padding: 1.2em 2.8em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700
}

.fourth {
    border-color: #f1c40f;
    color: #fff;
    background-image: -webkit-linear-gradient(45deg, #f1c40f 50%, transparent 50%);
    background-image: linear-gradient(45deg, #f1c40f 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out
}

#primeagile__18800 {
    color: #000
}

.btn::after {
    content: "";
    display: inline-block;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

#primeagile__18796 .form-control {
    margin: 10px 0
}

#primeagile__19858 {
    padding: 20px
}

#primeagile__19904 {
    margin: 20px 0 20px 0
}

#primeagile__18977,
#primeagile__19861 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    max-width: 1500px;
    margin: auto;
    grid-gap: 1rem
}

#primeagile__13642 {
    font-size: 4rem
}

#primeagile__20007 {
    position: relative
}

#primeagile__20009 {
    position: absolute;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%)
}

#primeagile__20002 {
    max-width: 800px;
    margin-bottom: 50px
}

#primeagile__19905 {
    align-self: center
}

#primeagile__19280,
#primeagile__19305,
#primeagile__19857,
#primeagile__20010,
#primeagile__19959,
#primeagile__20101,
#primeagile__16452 {
    background: #000;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    border-radius: 50px
}

#primeagile__19958 {
    text-align: center;
    margin-bottom: 100px
}

#primeagile__19859 {
    max-width: 1200px;
    margin: auto
}

#primeagile__19859 h1,
#primeagile__19859 h2,
#primeagile__19859 h3 {
    max-width: 800px
}

#primeagile__19861 div,
.offer_benefits>div {
    box-shadow: rgb(149 157 165 / 20%) 0 8px 24px;
    padding: 20px;
    border-radius: 20px
}

#primeagile__19954,
#primeagile__19955 h1 {
    margin: 100px 0 50px 0
}

#primeagile__19908,
.second_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem
}

#primeagile__19903 {
    margin-top: 50px
}

#primeagile__19860 {
    margin: 100px auto 50px
}

.free-consult {
    background: #000;
    border: 0;
    padding: 15px 40px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px
}

#primeagile__20851 {
    text-align: center;
    padding: 23px
}