@font-face {
    font-family: 'BentonSans';
    src: url('../fonts/bentonsans-regular.woff2') format('woff2'), url('../fonts/bentonsans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BentonSans';
    src: url('../fonts/bentonsans-bold.woff2') format('woff2'), url('../fonts/bentonsans-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BentonSans';
    src: url('../fonts/bentonsans-mediumitalic.woff2') format('woff2'), url('../fonts/bentonsans-mediumitalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'BentonSans-Medium';
    src: url('../fonts/bentonsans-medium.woff2') format('woff2'), url('../fonts/bentonsans-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 100%;
    background-color: #fff;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: 'BentonSans', sans-serif;
}

*,
*::after,
*::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

header {
    padding: 15px 0;
}

figure {
    padding: 0;
    margin: 0;
}

.logo {
    width: 176px;
}

.logo img {
    max-width: 100%;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.hero-section {
    position: relative;
    padding: 60px 0;
}

.hero-section__image {
    position: absolute;
    left: 0;
    /* overflow: hidden; */
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.object-fit {
    height: 100%;
    left: 0;
    min-height: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right center;
    object-position: right center;
    position: absolute;
    top: 0;
    width: 100%;
}

.hero-section__box {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.90);
    max-width: 654px;
    width: 100%;
    padding: 30px 30px 85px;
    margin: auto;
}

.hero-section__tittle {
    color: #006FCF;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}


.hero-section__subtittle {
    color: #00175A;
    font-weight: bold;
    text-align: center;
    font-size: 36px;
    line-height: 122.222%;
    margin-bottom: 10px;
}
.hero-section__text{
    color: #000;
    text-align: center;
    font-size: 20px;
    margin: 0;
    line-height:140%;
}
.hero-section__img-box img{
  display: block;
  margin:-70px auto 0;
}
.aspire-card{
    padding:60px 0;
}
.aspire-card__tittle{
    font-size: 30px;
    color: #00175A;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.aspire-card__box{
    border-radius: 20px;
background: #FFF;
text-align: center;
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
padding: 0 40px 40px;
margin-top: 85px;
}
.aspire-card__list{
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left: 0;
  text-align: center;
  margin:  0 0 40px;
  padding: 0;
}
.aspire-card__list li{
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.aspire-card__list li::after {
    width: 120px;
    content: "";
    height: 1px;
    background: #006FCF;
    position: absolute;
    top: 0;
    right: -60px;
}
.aspire-card__list li:last-child::after{
display: none;
}
.aspire-card__list-icon{
    width: 71px;
    height: 71px;
    background: #006FCF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: -35px 0 0;
}
.aspire-card__list-text{
    color: #006FCF;
    text-align: center;
    font-size: 20px;
    line-height:  140% ;
    text-transform: capitalize;
    font-family: 'BentonSans-Medium';
    width: 215px;
}
 .aspire-card__form{
    border: 0;
    padding: 0;
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
    position: relative;
}
.input_field{
    border: 2px solid #00175A;
    border-right: 0;
    background:#fff;
    height: 70px;
    width: 380px;
    font-size: 16px;
    padding-left: 12px;
}
.primary_btn{
    height: 70px;
    font-size: 20px;
    background: #B4314C;
    border: none;
    color: #fff;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'BentonSans-Medium';
}
.running-text,.running-text-bold{
    font-size: 16px;
    color: #000;
    margin: auto;
    margin-top: 30px;
    max-width: 768px;
}
.running-text-m0{
    font-size: 16px;
    color: #000;
    margin:0 auto;
}
.inline_link{
    color: #000;
    padding: 15px 0;
    display: inline-block;
    margin:15px 0;
}
.mt-15{
 margin-top: 15px;
}
.running-text a{
    color: #000;
}
.running-text-bold{
    font-family: 'BentonSans-Medium';
}
.accordion-button {
    width: 100%;
    padding: 15px 20px;
    text-align: left;
    border: none;
    background: none;
    cursor: pointer;
    color: #00175A;
    font-size: 18px;
    font-family: 'BentonSans-Medium';
    display: flex;
    justify-content: space-between;

}
.accordion-button::after{
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;

}
.accordion-button.active:after{
    transform: rotate(180deg);
}
.accordion-item {
    border-top: 1px solid #000;
}


.accordion-collapse {
    display: none;
}

.accordion-collapse.show {
    display: block;
}
.accordion-body{
    padding: 10px 20px;
}
.accordion-body p{
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 20px;
}
footer{
    border-top: 1px solid rgba(0, 0, 0, 0.20);
    padding: 30px 0;

}
.partner-logos img {
    width: 100%;
}
.teams_list{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    justify-content: center;
    width: 100%;
    margin: 10px 0;
    column-gap: 40px;
    flex-wrap: wrap;
}
.teams_list a{
  color: #000;
  min-height: 44px;
  display: flex;
    align-items: center;

}
.footer_p{
    text-align: center;
    margin: 0;
    margin-top: 20px;
}
.hero-section__mobile-img{
    display: none;
}
.scrolldown {
    position: absolute;
    bottom: -35px;
    z-index: 5;
    margin: auto;
    left: 0;
    right: 0;
    width: 69px;
}
.hero-section__place-name{
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.47);
    color: #FFF;
    font-size: 14px;
    padding: 12px 15px;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.error-message {
    color: #E60808;
    padding-top: 11px;
    position: absolute;
    bottom: 0;
    font-family: 'BentonSans-Medium';
}
.aspire-card__form.error_field{
    padding-bottom: 30px;
}
.error_field .input_field{
    border: 2px solid #E60808;
}
.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.teams_list svg{
    vertical-align: -2px;
    stroke: currentColor;
    display: inline-block;
    margin-inline-start: .25rem;
}
@media (max-width: 740px) {
    .hero-section__place-name{
        display: none;
    }
    .error-message{
        padding-bottom: 10px;
        position: static;
        padding-top: 0;
    }
    .aspire-card__form.error_field{
        padding-bottom: 0;
    }
    .logo{
        width: 125px;
        margin: auto;
    }
    .hero-section__mobile-img{
        display: inline-block;
        width: 153px;
        margin: -50px auto 20px;

    }
    .hero-section__img-box,.scrolldown {
        display: none;
    }

.aspire-card__form{
        flex-direction: column;
    }
    .input_field{
        width: 100%;
        border: 2px solid #00175A;
        margin-bottom: 15px;
        border-radius: 8px;
    }
    .primary_btn{
        width: fit-content;
        margin: auto;
        border-radius: 8px;
    }
    .aspire-card__list-text{
        width: 100px;
        font-size: 14px;
    }
    .aspire-card__box{
        width: calc(100% + 40px);
        margin-left: -20px;
        border-radius: 0;
        padding: 0 20px 40px;
        margin-top: 55px;
       
    }
    .aspire-card__list-icon{
        width: 50px;
        height: 50px;
        margin: -25px 0 0;
    }
    .aspire-card__list-icon img{
  width: 25px;
    }
    .aspire-card__list li::after {
        width: 40px;
        top: 0;
        right: -20px;
    }
    .hero-section__image{
        height: 200px;
    }
    .hero-section__box{
        padding: 0px 20px 30px;
        background: #fff;
        text-align: center;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    }
    .hero-section{
padding: 150px  0 0;
    }
    .hero-section__tittle,.hero-section__text{font-size: 18px;}
    .hero-section__subtittle{
        font-size: 30px;
    }
    .aspire-card__tittle{
        font-size: 24px;
    }
    .aspire-card{
        padding: 40px 0;
    }
    .accordion-button{
        padding: 15px 0;
    }
    .accordion-body{
        padding: 10px 0;
    }
}