.train-insane-area {
    padding: 453px 0 186px;
    position: relative;
    background-image: url(/template/097c5ce4/snippet-images/train-insane-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
body.widget-snippet .train-insane-area {
    position: unset;
}
@media (max-width: 1024px) {
    .train-insane-area {
        padding: 320px 0 130px;
    }
}
.train-insane-area::before {
    content: "";
    background: linear-gradient(180.49deg, rgba(0, 0, 0, 0.8) 2.66%, rgba(0, 0, 0, 0.4) 126.39%), url(.jpg);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
body.widget-snippet .train-insane-area::before {
    display: none;
}
.train-insane-area .train-insane-container {
    width: 1430px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.train-insane-area .train-insane-content {
    position: relative;
    width: 721px;
    max-width: 100%;
}
body.widget-snippet .train-insane-area .train-insane-content {
    position: unset;
}
.train-insane-area .train-insane-content h1 {
    font-family: 'Manrope';
    font-weight: 800;
    font-size: 86px;
    line-height: 93px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0 0 24px;
}
@media (max-width: 1024px) {
    .train-insane-area .train-insane-content h1 {
        font-size: 70px;
        line-height: 78px;
    }
}
@media (max-width: 767px) {
    .train-insane-area .train-insane-content h1 {
        font-size: 44px;
        line-height: 54px;
    }
}
.train-insane-area .train-insane-content p {
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    margin: 0 0 56px;
}
.train-insane-area .train-insane-content a {
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    background: #00A1C6;
    color: #FFFFFF;
    border: 1px solid #00A1C6;
    text-decoration: none;
    border-radius: 100px;
    padding: 6px 32px;
    height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.train-insane-area .train-insane-content a:hover {
    background: #ffffff;
    color: #00A1C6;
    border-color: #ffffff;
}
.train-insane-area .train-insane-content a::after {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="10" height="15" viewBox="0 0 10 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.7897 7.39179L1 12.235L2.68153 13.8L9 7.39177L2.68153 1L1 2.56501L5.7897 7.39179Z" fill="white" stroke="%23127D85" stroke-width="0.5"></path></svg>');
    background-repeat: no-repeat;
    background-position: center 1px;
    background-size: 8px 14px;
    width: 8px;
    height: 13px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.train-insane-area .train-insane-content a:hover::after {
    background-image: url('data:image/svg+xml,<svg width="10" height="15" viewBox="0 0 10 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.7897 7.39179L1 12.235L2.68153 13.8L9 7.39177L2.68153 1L1 2.56501L5.7897 7.39179Z" fill="%2300A1C6" stroke="%2300A1C6" stroke-width="0.5"></path></svg>');
}