.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
}

.footer_container {
    background: #f5f9ff
}

video {
    width: 100%;
    height: auto
}

jodit-media {
    width: 100% !important
}

.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
}

.btn::after {
    content: "";
    display: inline-block;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

#primeagile__21113 {
    width: 300px
}

#primeagile__21110 #primeagile__13209 {
    bottom: 0;
    width: 100%;
    height: 2.5rem
}

#primeagile__21111 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    justify-items: center;
    max-width: 1400px;
    gap: 50px;
    align-items: center;
    padding: 100px 20px;
    margin: auto
}

#primeagile__21115 h1 {
    font-weight: 800 !important;
    color: #091e3e !important;
    font-size: 3.5rem
}

#primeagile__21116 {
    background: #fff
}

#primeagile__21112 {
    padding-top: 1%
}

#primeagile__21130 {
    font-size: 1rem
}

#primeagile__21132 {
    color: #000
}