﻿@font-face
{
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url(https://253.kometalanding.com/fonts/Inter/Inter-Medium.woff2) format("woff2");
}
@font-face
{
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(https://253.kometalanding.com/fonts/Inter/Inter-Regular.woff2) format("woff2");
}
@font-face
{
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(https://253.kometalanding.com/fonts/Inter/Inter-Bold.woff2) format("woff2");
}
@font-face
{
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    src: url(https://253.kometalanding.com/fonts/Inter/Inter-ExtraBold.woff2) format("woff2");
}
@font-face
{
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    src: url(https://253.kometalanding.com/fonts/Inter/Inter-Black.woff2) format("woff2");
}
.form-casibra
{
    border-radius: 12px;
    display: flex;
    font-family: Inter,sans-serif;
    max-width: 940px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.form-casibra:before
{
    display: none;
}
.form-casibra .form-logo
{
    margin-left: 0;
    order: -2;
}
.form-casibra .mobile-banner
{
    order: -1;
}
.form-casibra .form-title
{
    font-family: Inter,sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 0;
    order: -2;
    text-align: left;
}
.form-casibra .casibra-email, .form-casibra .casibra-password
{
    order: -1;
}
.form-casibra .form-inner
{
    background: linear-gradient(179.97deg,#1d2748 .02%,#1c2948 56.36%,#0e5745 132.11%);
    border: none;
    font-family: Inter,sans-serif;
    gap: 0;
    max-width: 480px;
    padding: 30px 60px 25px;
    --form-thumb-bg: #1a2b38;
}
.form-casibra .form-inner::-webkit-scrollbar
{
    width: 6px;
}
.form-casibra .form-inner::-webkit-scrollbar-track
{
    background: #1a2b38;
    border-radius: 5px;
    box-shadow: #1a2b38;
    margin: 5px;
}
.form-casibra .form-inner::-webkit-scrollbar-thumb
{
    background: var(--form-thumb-bg);
    border-radius: 5px;
}
.form-casibra .input-field
{
    background-color: #34405b;
    border: 1px solid #47556b;
    border-radius: 6px;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 1;
    padding: 10px 37px 10px 16px;
}
.form-casibra .phone-input .input-field
{
    padding-bottom: 9px;
}
.form-casibra .input-field::-moz-placeholder
{
    color: #5d6872;
}
.form-casibra .input-field::placeholder
{
    color: #5d6872;
}
.form-casibra .email-wrapper .input-field, .form-casibra .password-wrapper .input-field
{
    padding-right: 65px;
}
.form-casibra .email-wrapper .input-field
{
    padding-right: 37px;
}
.form-casibra .select-label
{
    background-color: #34405b;
    border: transparent;
    border-radius: 6px;
    height: 50px;
}
.form-casibra .select-wrapper
{
    -moz-column-gap: 8px;
    column-gap: 8px;
    grid-template-columns: 1fr;
}
.form-casibra .select-wrapper.phone-wrapper
{
    grid-template-columns: 1fr 1.8fr;
}
.form-casibra .input-wrapper .error
{
    display: none;
}
.form-casibra .custom-select
{
    border: 1px solid #00ea25;
    border-radius: 6px;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
}
.form-casibra .secondary-button
{
    color: #fff;
    justify-content: flex-start;
    margin-left: 0;
    margin-top: 22px;
    transition: all .3s linear;
}
.form-casibra .secondary-button .arrow-right
{
    display: none;
}
.form-casibra .secondary-button:hover
{
    color: #5597d9;
}
.form-casibra .secondary-button:hover:after
{
    animation: flip 1s linear 0s infinite;
    right: -5px;
}
.form-casibra .promo-text
{
    color: #5597d9;
    font-family: Inter,sans-serif;
    padding-right: 30px;
    position: relative;
    -webkit-text-fill-color: none;
    font-size: 18px;
    transition: all .3s linear;
}
.form-casibra .promo-text:hover
{
    color: #fff;
}
.form-casibra .promo-text:after
{
    display: none;
}
.form-casibra .checkbox-wrapper
{
    margin-top: 24px;
}
.form-casibra .email-wrapper:before, .form-casibra .password-wrapper:before
{
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%235D6872' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12.667 7.333H3.333C2.597 7.333 2 7.93 2 8.666v4.667c0 .736.597 1.333 1.333 1.333h9.334c.736 0 1.333-.597 1.333-1.333V8.666c0-.736-.597-1.333-1.333-1.333M4.668 7.333V4.666a3.333 3.333 0 0 1 6.667 0v2.667'/%3E%3C/svg%3E");
    height: 19px;
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}
.form-casibra .email-wrapper .input-field, .form-casibra .password-wrapper .input-field
{
    padding-left: 40px;
}
.form-casibra .email-wrapper:before
{
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%235D6872' fill-rule='evenodd' d='M3 8a5 5 0 0 1 5-5c3.367 0 5.278 2.778 5.007 5.223-.076.672-.268 1.038-.416 1.233-.173.23-.488.447-.789.436-.22-.008-.155-.317-.14-.46l.333-3.333a1 1 0 0 0-1.597-.898 3.68 3.68 0 0 0-2.377-.868C6.005 4.333 4.333 5.965 4.333 8c0 2.037 1.679 3.667 3.692 3.667.736 0 1.454-.22 2.064-.631q.163.222.39.403c.738.585 1.721.579 2.635.122.423-.212.79-.52 1.073-.9.39-.516.698-1.233.807-2.217C15.389 4.889 12.633 1 8 1a7 7 0 1 0 3.112 13.272 1 1 0 0 0-.89-1.791A5 5 0 0 1 3 8m3.333 0c0-.91.757-1.667 1.687-1.667 1.073 0 1.872.988 1.656 2.011a1.69 1.69 0 0 1-1.65 1.323c-.934 0-1.693-.758-1.693-1.667' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    height: 16px;
}
.form.form-casibra .form-text
{
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    text-transform: none;
}
.form-casibra .form-text .terms-btn
{
    color: #5597d9;
    font-weight: 400;
    text-decoration: underline;
    text-transform: none;
    transition: all .3s linear;
}
.form-casibra .terms-btn:hover
{
    color: #fff;
}
.form-casibra .main-button
{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: linear-gradient(293.96deg,#ad00ff -24.26%,#ff005c 119.23%);
    border-radius: 6px;
    color: #fff;
    flex: 0 0 auto;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 800;
    height: -moz-fit-content;
    height: fit-content;
    margin: 24px 0 12px;
    min-height: 50px;
    padding: 10px;
    text-transform: uppercase;
    transition: all .3s linear;
    width: 100%;
}
.form-casibra .main-button:hover
{
    box-shadow: 0 1px #ff22b4,0 0 30px #cf01be99;
}
.form.form-casibra .account-text
{
    font-size: 14px;
    margin-bottom: 16px;
}
.form-casibra .account-button
{
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    margin: 0 auto;
    padding-right: 30px;
    position: relative;
    text-transform: capitalize;
    text-transform: uppercase;
}
.form-casibra .account-button:after
{
    align-items: center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6.25 12 4-4-4-4'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 16px;
    border: 1px solid #5597d9;
    border-radius: 5px;
    content: "";
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s linear;
    width: 24px;
}
.form-casibra .sv_dropdown
{
    --sv-border-radius: 6px;
}
.form-casibra .sv-dropdown-scroll
{
    background: #34405b;
    border: 1px solid #606b74;
    border-radius: 6px;
    margin-top: 3px;
    --sv-dropdown-active-bg: #1e2b54;
}
.form-casibra .sv-dropdown-scroll::-webkit-scrollbar
{
    width: 6px;
}
.form-casibra .sv-dropdown-scroll::-webkit-scrollbar-track
{
    background: #606b74;
    margin: 10px 0;
}
.form-casibra .sv-dropdown-scroll::-webkit-scrollbar-thumb
{
    background: #607896;
}
.form-casibra .input-field.valid
{
    border: 1px solid #00ea25;
}
.form-casibra [aria-invalid=true]
{
    border-color: #ec3c3c!important;
    color: #ec3c3c;
}
.form-casibra .invalid
{
    border: 1px solid #ec3c3c!important;
}
.form-casibra .show-password:after
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' fill='none' viewBox='0 0 28 28'%3E%3Cpath fill='%235D6872' fill-rule='evenodd' d='M17.747 15.415c.238-.54.372-1.143.372-1.413 0-2.348-1.824-4.25-4.073-4.25s-4.073 1.902-4.073 4.25 2.037 3.887 4.073 3.887c1.303 0 2.462-.637 3.206-1.63a4.3 4.3 0 0 0 .495-.844m-3.701.349c.51 0 .975-.196 1.332-.518.432-.39.622-.965.622-1.244 0-1.174-.828-2.126-1.954-2.126S12 12.826 12 14c0 .81.92 1.764 2.046 1.764' clip-rule='evenodd'/%3E%3Cpath fill='%235D6872' fill-rule='evenodd' d='M1.092 14.272a.448.448 0 0 1 0-.545q.015-.018.028-.039C4.78 8.343 9.32 5.5 14.014 5.5c4.689 0 9.224 2.836 12.882 8.17.069.101.104.205.104.33 0 .13-.04.24-.114.346C23.23 19.67 18.698 22.5 14.014 22.5c-4.705 0-9.257-2.857-12.922-8.228m2.847-.92a1.04 1.04 0 0 0 0 1.294c3.135 3.898 6.665 5.729 10.075 5.729s6.94-1.83 10.075-5.728a1.04 1.04 0 0 0 0-1.295c-3.135-3.897-6.665-5.727-10.075-5.727s-6.94 1.83-10.075 5.727' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.form-casibra .show-password.show:after
{
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' fill='none' viewBox='0 0 28 28'%3E%3Cpath fill='%235D6872' fill-rule='evenodd' d='M22.693 1.55a.794.794 0 0 0-1.093.297l-2.447 4.297c-1.667-.78-3.392-1.18-5.139-1.18-4.693 0-9.233 2.882-12.894 8.3l-.015.021-.012.019a.46.46 0 0 0 0 .552c2.7 4.013 5.884 6.641 9.255 7.746L8.4 25.022a.817.817 0 0 0 .293 1.108l.347.203a.794.794 0 0 0 1.092-.297L23.332 2.86a.817.817 0 0 0-.293-1.108zm-4.601 6.457c-1.357-.597-2.727-.888-4.078-.888-3.41 0-6.94 1.854-10.075 5.805-.3.38-.3.932 0 1.311 2.35 2.962 4.922 4.746 7.499 5.454l1.348-2.366c-1.54-.49-2.813-1.86-2.813-3.741 0-2.38 1.824-4.308 4.073-4.308 1.038 0 1.986.41 2.705 1.087zm-2.453 4.307c-.346-.537-.916-.886-1.593-.886-1.125 0-2.046.963-2.046 2.152 0 .786.843 1.705 1.902 1.782z' clip-rule='evenodd'/%3E%3Cpath fill='%235D6872' d='M14.687 22.176c4.444-.261 8.719-3.107 12.2-8.245A.6.6 0 0 0 27 13.58a.57.57 0 0 0-.104-.335c-1.338-1.977-2.794-3.616-4.33-4.9l-1.06 1.86c.883.76 1.747 1.665 2.583 2.719.301.38.301.932 0 1.311-2.521 3.178-5.299 5-8.064 5.592z'/%3E%3C/svg%3E");
}
.form-casibra .promo-button
{
    width: 100%;
}
@media(max-width: 1000px)
{
    .form-casibra
    {
        border-radius: 0;
        width: auto;
    }
    .form-casibra .form-inner
    {
        background-image: none;
        background: linear-gradient(179.97deg,#1d2748 .02%,#1c2948 56.36%,#0e5745 132.11%);
        border-radius: 0;
    }
    .form-casibra .form-title
    {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 24px;
    }
    .form-casibra .form-logo
    {
        margin-bottom: 32px;
    }
    .form-casibra .checkbox-wrapper, .form-casibra .input-wrapper, .form-casibra .main-button, .form-casibra .secondary-button, .form-casibra .select-button
    {
        margin-top: 16px;
    }
    .form-casibra .casibra-email
    {
        margin-top: 24px;
    }
    .form.form-casibra .account-text
    {
        margin-bottom: 0;
    }
}
@media(max-width: 600px)
{
    .form-casibra .form-inner
    {
        padding: 40px 24px;
    }
}