.hSRyVq {
    padding: 0px 20px;
    border-radius: inherit;
    cursor: auto;
    color: #333;
}

/*!sc*/
.hSRyVq a {
    display: block;
    color: #282828;
    -webkit-text-decoration: none;
    text-decoration: none;
    margin: 16px 0;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: color 150ms linear;
    transition: color 150ms linear;
}

/*!sc*/
.hSRyVq a:hover {
    color: #136ef6;
}

data-styled.g1[id="DropdownMenu__DropdownContainer-sc-vyetf9-0"] {
    content: "hSRyVq,";
}
/*!sc*/
@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
        -webkit-transform: translateY(24px);
        -ms-transform: translateY(24px);
        transform: translateY(24px);
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/*!sc*/
@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
        -webkit-transform: translateY(24px);
        -ms-transform: translateY(24px);
        transform: translateY(24px);
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.ehXxWR .nav-left .nav-left--ul .dropdown {
    width: auto;
    visibility: hidden;
    position: absolute;
    top: 8px;
    left: -24px;
    margin-top: 28px;
    opacity: 1;
    background: rgb(255, 255, 255);
    box-shadow: rgb(46 41 51 / 8%) 0px 4px 16px, rgb(71 63 79 / 16%) 0px 8px 24px;
    border-radius: 5px;
    transition-delay: 140ms;
    transition-duration: 0ms;
    transition-property: visibility;
}

.ehXxWR .nav-left .nav-left--ul {
    margin: 0px 0px 0px 16px;
    padding: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    list-style: none;
}

li,
ul {
    font-family: SofiaPro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif !important;
}
.XAqOQ .content .logos {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
}

.XAqOQ .content {
    max-width: 1000px;
    margin: 0px auto;
}

.XAqOQ {
    width: 100%;
    padding: 80px 60px;
}

.XAqOQ .content .logos>div {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 96px;
}

.XAqOQ .content .logos>div img {
    position: absolute;
    display: block;
    max-width: 96px;
    width: 100%;
    height: auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: SofiaPro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.hizsyk {
    background-color: rgb(8, 8, 3);
}

.jKGiBU .form-row--wrapper {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.hizsyk .contact-form--content {
    padding: 88px 60px;
    max-width: 1200px;
    margin: 0px auto;
}

.hizsyk .contact-form--content h1 {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 12px;
}

.hizsyk .contact-form--content p {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
}

.hizsyk .contact-form--content form {
    display: block;
    margin: 0px auto;
    max-width: 600px;
    padding: 32px 0px;
    width: 100%;
}

.hizsyk .contact-form--content p.privacy {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    max-width: 544px;
    margin: 32px auto 0px;
}

.hizsyk .contact-form--content p {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
}

.hizsyk .contact-form--content p.privacy a {
    text-decoration: none;
    cursor: pointer;
}

.hizsyk .contact-form--content p.privacy a {
    text-decoration: none;
    cursor: pointer;
}

.hizsyk .contact-form--content p.privacy a {
    text-decoration: none;
    cursor: pointer;
}

.jKGiBU .form-row--wrapper>div:nth-child(1) {
    margin-left: 0px;
}

.jKGiBU .form-row--wrapper>div {
    flex: 1 1 0%;
    margin: 12px;
}

.jKGiBU .form-row--wrapper>div:last-child {
    margin-right: 0px;
}

.jKGiBU .form-element--wrapper .form-element--label {
    position: relative;
    display: block;
    width: 100%;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin: 0px 0px 8px;
}

.hdTXeE .form-element--wrapper .form-input--input {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    padding: 10px 12px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 16px;
    transition: all 0.3s ease-in-out 0s;
}

input {
    -webkit-appearance: none !important;
    /* -webkit-border-radius: 0 !important; */
}

.hdTXeE .form-element--wrapper .form-input--input:active,
.hdTXeE .form-element--wrapper .form-input--input:focus {
    border: 1px solid rgb(0, 191, 255);
    outline: none;
}

.hdTXeE .form-element--wrapper {
    position: relative;
}

.hdTXeE .form-element--wrapper .form-input--input {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
    padding: 10px 12px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 16px;
    transition: all 0.3s ease-in-out 0s;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.hizsyk .contact-form--content form input[type="submit"] {
    width: 100%;
    display: block;
    margin-top: 24px;
    height: 48px;
    background-color: rgb(19, 110, 246);
    color: rgb(255, 255, 255);
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px !important;
}

.eGOYFR {
    transition: visibility 400ms ease-out 0s, transform 400ms ease-out 0s, opacity 400ms ease-out 0s;
    visibility: visible;
    transform: translateX(0px);
    opacity: 1;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 2;
}

a {
    color: #428bca;
    text-decoration: none;
}

.dJwnJy .content {
    position: relative;
    display: flex;
    padding: 148px 60px;
    width: 100%;
    z-index: 2;
    max-width: 1400px;
    margin: 0px auto;
}

.dJwnJy {
    padding: 0px;
    width: 100%;
    background: linear-gradient(179deg, rgb(9, 3, 4) 0%, rgb(9, 3, 4) 72%, rgb(3, 23, 84) 100%);
    overflow: hidden;
}

.dJwnJy .content .content-text {
    z-index: 2;
    color: rgb(255, 255, 255);
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-right: 32px;
}

.dJwnJy .content .content-image {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 2;
}

.dJwnJy .content .play-btn {
    z-index: 90;
    background-image: url(/images/icons/play.svg);
    width: 80px;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 35%;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.dJwnJy .content .content-text h4 {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0px;
    letter-spacing: 0.05em;
    font-weight: 500;
}

.dJwnJy .content .content-text h1 {
    text-transform: uppercase;
    word-break: keep-all;
    font-weight: 900;
    font-size: 60px;
    line-height: 64px;
    margin: 24px 0px;
    max-width: 632px;
}

.dJwnJy .content .content-text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.dJwnJy .content .content-text button {
    margin-top: 30px;
    background-color: rgb(19, 110, 246);
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    padding: 2px 24px 0px;
    height: 48px;
    border-radius: 6px;
    min-width: 168px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 200ms linear 0s;
}
.checkMar{
    /* margin-top: 25%; */
    font-weight:bold;
}
.checkMar1{
    margin-top: 5%;
    font-weight:bold;
}
/* .containerMargin {
    margin-top: 2%;
} */