body, html {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0em;
}


.mybtn {
    text-transform: uppercase;
    height: 34px;
    line-height: 32px;
    text-align: center;
    min-width: 34px;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: 12px;
    cursor: pointer;
    text-rendering: geometricprecision;
    position: relative;
    clip-path: polygon(100% 0px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0% 100%, 0px 0px, 0% 0%);
    filter: none;
    padding: 0px 8px;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    border-radius: 0px;
    background: linear-gradient(-45deg, blue 0%, red 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%) 0% 0% / 222% 222% no-repeat;
    background-position: 0% 0%;
    transition: background 0.2s ease-out, color 1s;

    border-color: rgb(255, 255, 255) !important;

    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.04em;
    text-transform: uppercase;

    text-decoration: none;
}

.mybtn-primary {
    color: rgb(255, 255, 255);
    background-color: #00a2ff;
    background-image: linear-gradient(-45deg, #00a2ff 0%, #5c20ef 100%);
}

.mybtn-success {
    color: rgb(255, 255, 255);
    background-color: #00d33f;
    background-image: linear-gradient(-45deg, #00b800 0%, #00df64 100%);
}

.mybtn-info {
    color: rgb(255, 255, 255);
    background-color: #2AA2DE;
}

.mybtn-purple {
    color: rgb(255, 255, 255);
    background-color: #5662F6;
}

.mybtn-danger {
    color: rgb(255, 255, 255);
    background-color: #e40000;
    background-image: linear-gradient(-45deg, #cf0000 0%, #ff5100 100%);
}

.mybtn {
    line-height: 34px;
    position: relative;
    z-index: 2;
    background-size: 220% 220%;
    clip-path: polygon(100% 0px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0px 0px, 0% 0%);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    overflow: hidden;
}

.btn__l {
    height: 50px;
    line-height: 50px;
    padding: 0px 28px;
}

.mycontainer {
    background: url(img/header-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.wrapper {
    margin: 50px 0;
}

.start-section {
    max-width: 670px;
    text-align: center;
    margin: 0px auto 40px;
}

.start-section p {
    display: block;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.intro {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: #00a2ff;
    background: linear-gradient(45deg, #00a2ff 0%, #5c20ef 100%);
    color: #fff;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}