

/*start accessibility*/
#accessibility-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: #17285F;
}
li.contrast.access-element:hover {
    background: transparent;
}
.accessibility-menu ul li.active, 
.accessibility-menu ul li:hover {
    background: #17285F;
}
li.contrast.access-element a {
    color: #17285F;
}
li.contrast.access-element:hover a {
    color: #17285F;
}


/*end accessibility*/

body {
    direction: rtl;
    font-family: "Heebo", sans-serif;
    color: #00293B;
    line-height: initial;
}
.wrapper {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}
.container {
    width: 100%;
    max-width: 100%;
    padding-left: clamp(1.5rem, 0.3557rem + 4.2577vw, 6.25rem);
    padding-right: clamp(1.5rem, 0.3557rem + 4.2577vw, 6.25rem);
}
.container-sm {
    padding-left: clamp(1.25rem, -3.4396rem + 17.4497vw, 17.5rem);
    padding-right: clamp(1.25rem, -3.4396rem + 17.4497vw, 17.5rem);
}

h1, .h1 {
    margin-top: 0;
    padding-bottom: 100px;
    font-weight: 700;
    font-size: clamp(1.5625rem, 1.1116rem + 1.6779vw, 3.125rem);
    letter-spacing: clamp(-0.0125rem, -0.0047rem + -0.0291vw, -0.045rem);
}
@media (max-width: 1199px) {
    h1, .h1 {
        padding-bottom: 0px;     
    }
}
h1 span, .h1 span {
    margin-top: 5px;
    display: block;
    letter-spacing: normal;
    color: #2CA6DA;
    font-size: clamp(1.875rem, 1.1174rem + 2.8188vw, 4.5rem);
    line-height: 1;
}

h2, .h2 {
    margin-top: 0;
    margin-bottom: clamp(0.875rem, 0.6943rem + 0.6723vw, 1.625rem);
    font-weight: 700;
   font-size: clamp(2.25rem, 2.0877rem + 0.604vw, 2.8125rem);
    letter-spacing: clamp(-0.0125rem, -0.0065rem + -0.0224vw, -0.0375rem);
}
h2 span, .h2 span {
    letter-spacing: normal;
    color: #2CA6DA;
}
h3, .h3 {
    font-size: clamp(1.5rem, 1.3918rem + 0.4027vw, 1.875rem);
    font-weight: 700;
    line-height: 1;
}

.subtitle {
    color: #494E52;
    font-size: clamp(1.125rem, 0.9446rem + 0.6711vw, 1.75rem);
    margin-bottom: clamp(1.75rem, 1.2682rem + 1.7927vw, 3.75rem);
}


.footer {
    position: relative;
    padding: clamp(1.5rem, 1.2836rem + 0.8054vw, 2.25rem);
    text-align: center;
}
.logo-footer {
    width: clamp(6.125rem, 5.1871rem + 3.4899vw, 9.375rem);
    display: inline-block;
}
.logo-footer img {
    width: 100%;
}

.link {
    font-weight: 700;
    color: #2CA6DA;
    font-size: clamp(0.75rem, 0.5955rem + 0.5747vw, 1.5rem);
    text-decoration: none;
}
.link:hover {
    color: #2CA6DA;
    text-decoration: underline;
}
.btn-link {
    color: #2CA6DA;
    background: #00293B;
    border-radius: 20px;
    height: 45px;
    margin-top: -22.5px;
    text-decoration: none;
    border: none;
    font-weight: 700;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: -0.09px;
    width: 178px;
    font-size: clamp(1.125rem, 1.0478rem + 0.2874vw, 1.5rem);
}
.btn-link:hover {
    color: #fff;
    background: #00293B;
    text-decoration: none;
}

.grecaptcha-badge{
    visibility: hidden;
}