.banner-competition {
     background-color: #100f5d;
     padding-top: 35px;
     padding-bottom: 60px;
     position: relative;
     overflow: hidden;
}
 .banner-competition .content {
     margin: auto;
     max-width: 85%;
     position: relative;
}
 .banner-competition .bg-image {
     width: 100vw;
     height: 100%;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     object-fit: cover;
}
 .banner-competition .pretitle {
     color: #fff;
     text-transform: uppercase;
     margin: 2rem 0 0;
}
 .banner-competition .left{
     border-left: 2px solid #e9e9ec24;
     background: radial-gradient(42.85% 40% at -30% 50.42%, #ffffff87 0, #ffffff00 100%);
     height: fit-content;
}
 .banner-competition .col-12 {
     text-align: center;
}
 .banner-competition h1 {
     font-size: 48px;
    /* font-weight: 800;
     */
     margin: 0 auto 20px 0;
     line-height: 1;
     font-weight: 900;
     padding-top: 20px;
     margin: 0 auto 20px 0;
     color: var(--techfino-light-blue);
}
 .banner-competition h2 {
     width: 90%;
     padding-top: 20px;
     margin: 0 auto 20px;
     font-size: 30px;
     color: var(--techfino-light-blue);
     font-weight: 500;
}
 .banner-competition h3 {
     margin: 0 0 20px;
     font-size: 26px;
     color: var(--techfino-white);
     font-weight: 600;
}
 .banner-competition h1 + p, .banner-competition h2 + p {
     margin: 0 0 30px;
     font-size: 16px;
     color: var(--techfino-white);
     font-weight: 300;
}
 .banner-competition li{
     font-size: 20px;
     color: var(--techfino-white);
     text-align: left;
}
 .banner-competition .play-btn-top {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 14px;
     font-size: 26px;
     color: var(--techfino-white);
     font-weight: 500;
}
 .banner-competition p:last-child {
     padding-bottom: 20%;
}
 .banner-competition .col-12 {
     text-align: left;
}
 .banner-competition .partner-oracle{
     display: flex;
     gap: 30px;
     margin: 0 0 2rem;
       align-items: center;
}
 .banner-competition .partner-oracle p{
     margin: 0;
     color: #fff;
     font-weight: 600;
     font-size: 20px;
}
 .banner-competition .partner-oracle img{
    width: 200px;
    
}
 @media (min-width: 1200px) {
     .banner-competition {
         padding-top: 55px;
         padding-bottom: 80px;
    }
     .banner-competition .right{
         position: relative;
         right: 0;
    }
     .banner-competition .row {
        /* align-items: center;
         */
         padding-bottom: 4%;
    }
     .banner-competition .col-12 {
         display: flex;
         flex-flow: column;
         align-items: stretch;
        /* justify-content: center;
         */
         justify-content: flex-start;
    }
     .banner-competition h2 {
         width: 100%;
    }
     .banner-competition h3 {
         margin: 0 0 35px;
         font-size: 28px;
    }
     .banner-competition p:last-child {
         padding-bottom: 0;
         margin-bottom: 0;
    }
}
/* FORM */
 .banner-competition form {
     max-width: 930px;
     margin: 0 auto;
}
 .banner-competition form.hs-form fieldset.form-columns-1, .banner-competition form.hs-form fieldset.form-columns-2 { 
     border-bottom: 0px 
}
 .banner-competition form.hs-form fieldset:last-of-type { 
}
 .banner-competition form.hs-form fieldset.form-columns-2 .hs-form-field:first-child {
    /* border-right: 1px solid #E3E3EC;
     */
    /* margin-right: 5px;
     */
     max-width: 46%;
}
 .banner-competition form.hs-form fieldset .hs-form-field {
     margin: 1%;
     position: relative;
    /* border: 1px solid #E3E3EC;
     */
     padding: 10px 25px;
     text-align: left;
     background-color: #ffffff21;
     border: 0px;
     min-height: 80px;
}
 .banner-competition .hs-form-field:first-child {
    /* border-top: 1px solid #6162B2;
     */
}
 .banner-competition .hs_recaptcha {
     border: none;
     background: transparent;
     text-align: center;
     margin-top: 14px;
}
 .banner-competition .grecaptcha-badge {
     box-shadow: none !important;
     margin: 0 auto;
}
 .banner-competition label {
     line-height: 18px;
     font-size: 15px;
     text-transform: uppercase;
     color: #fff;
     font-weight: 400;
     margin-bottom: 10px;
}
 .banner-competition input, .banner-competition textarea {
     font-weight: 600;
     line-height: 23px;
     font-size: 19px;
     color: #fff;
     background: transparent;
     border: none;
     margin: 0px;
     padding: 0px;
     font-family: Barlow;
}
 ::-webkit-input-placeholder {
     color: #fff;
     opacity: 1;
}
 :-moz-placeholder {
     color: #fff;
     opacity: 1;
}
 ::-moz-placeholder {
     color: #fff;
     opacity: 1;
}
 :-ms-input-placeholder {
     color: #fff;
     opacity: 1;
}
 .banner-competition .hs-form-required {
     color: #DF495C;
}
 .banner-competition .hs-form input[type="submit"] {
     color: #000042;
     font-family: Barlow;
     font-size: 22px;
     width: 100%;
     font-weight: 500;
     padding: 14px 0;
    /* border: 1px solid #53E0DC;
     */
     background: #53E0DC;
     margin-top: 30px !important;
}
 .banner-competition .hs-form input[type="submit"]:hover {
     background: #70f3ef;
}
 .banner-competition .hs-error-msgs.inputs-list label {
     color: #DF495C;
     border: none;
     padding: 0px;
     background: transparent; 
     margin-bottom: 0px;
     padding-top: 10px;
     text-transform: none;
     font-size: 12px;
     line-height: 1;
}
/*  .banner-competition .submitted-message {
     font-family: Barlow;
     color: #23237B;
     font-size: 1.8rem;
     font-weight: 400; 
     display: block;
     padding: 20px 40px;
     background: #fff;
     text-align: center;
} */
 .banner-competition input[type="file"] {
     font-weight: 500;
     line-height: 16px;
     font-size: 13px;
     letter-spacing: 0.0537153px;
     text-transform: uppercase;
     color: #fff;
     background: transparent;
     color: #bebeed;
}
 ::-webkit-file-upload-button {
     background: #E3E3EC;
     border-radius: 3px;
     font-weight: 500;
     line-height: 16px;
     font-size: 12px;
     letter-spacing: 0.0537153px;
     text-transform: uppercase;
     color: #23237B;
     padding: 4px 10px;
     border: none;
}
 .banner-competition select {
     -webkit-appearance: button;
     min-width: 100%;
     -moz-appearance: button;
     font-weight: 500;
     line-height: 23px;
     font-size: 19px;
     letter-spacing: 0.0785069px;
     color: #FFFFFF;
     background: transparent;
     border: 0;
     padding: 0;
     margin 0;
    /* background-image: url(https://www.techfino.com/hubfs/select-arrow-icon.png);
     */
     background-position: center right;
     background-repeat: no-repeat;
}
 .banner-competition select option {
     background: #151564;
     min-width: 100%;
     border: 0;
     color: #fff;
     outline: 1px solid #6162b2;
}
 .banner-competition .hs_submit {
     text-align: center;
}
 .hs-form-b277ddb9-76dc-4581-a3bc-fb5e3af072a6_1a41d967-f04e-4bed-9fcd-8440df05861f fieldset.form-columns-1 .hs-input{
     margin-left: 20px!important;
}
 .banner-competition form.hs-form .hs-form-field ul.hs-error-msgs {
     position: relative;
     top: 1rem;
    /* right: 5px;
    */
}
 .banner-competition form.hs-form .hs-form-field ul.hs-error-msgs li {
     line-height: 12px;
}
 .banner-competition form.hs-form .hs-form-field ul.hs-error-msgs li label {
     padding-top: 0;
}
/* ======================= MOBILE ======================= */
 @media (max-width: 767px) {
     .banner-competition form.hs-form .hs-form-field ul.hs-error-msgs {
         position: relative;
         top: 0px;
         right: 0px;
    }
     .banner-competition form.hs-form fieldset.form-columns-2 .hs-form-field:first-child {
         border-right: 0px;
        /* border-bottom: 1px solid #e3e3ec;
         */
    }
     .banner-competition form.hs-form fieldset.form-columns-1, .banner-competition form.hs-form fieldset.form-columns-2 {
        /* display: flex;
         */
    }
     .banner-competition form.hs-form fieldset.form-columns-2 .hs-form-field:first-child {
         max-width: 100%;
    }
     .banner-competition form.hs-form fieldset .hs-form-field{
         margin: 0 0 1%;
         min-height: auto;
    }
}
 