.svp-footer .content .support .links .svp-icon {
    height: 25px !important;
}
/* Custom */
[dir=rtl] .navbar .container .navbar-rtl{
    margin-left: auto !important;
    padding-right: 13px;
}
[dir=ltr] .navbar .container .navbar-nav{
    margin-right: auto !important;
}
[dir=ltr] .navbar .container .navbar-ltr{
    margin-right: 0px !important;
}
.btn.btn-cta {
    position: relative;
    color: #148287;
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    transition: color .3s ease-in, background-color .3s ease-in
}

[dir] .btn.btn-cta {
    border: none;
    background-color: #fff;
    border-radius: 8px;
    text-align: center
}

[dir=ltr] .btn.btn-cta {
    padding: 12px 56px 12px 24px
}

[dir=rtl] .btn.btn-cta {
    padding: 12px 24px 12px 56px
}

.btn.btn-cta .icon {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 50%
}

[dir] .btn.btn-cta .icon {
    transform: translateY(-50%)
}

[dir=ltr] .btn.btn-cta .icon {
    right: 24px
}

[dir=rtl] .btn.btn-cta .icon {
    left: 24px
}

.btn.btn-cta .icon svg path {
    stroke: #148287;
    transition: stroke .3s ease-in
}

html[lang=ar] .btn.btn-cta .icon {
    top: 50%
}

html[dir][lang=ar] .btn.btn-cta .icon {
    transform: rotateY(180deg) translateY(-50%)
}

.btn.btn-cta:hover {
    color: #148287
}

[dir] .btn.btn-cta:hover {
    background-color: #d0e6e7
}

.btn.btn-cta:hover .icon svg path {
    stroke: #148287
}

.btn.btn-cta--primary {
    color: #fff
}

[dir] .btn.btn-cta--primary {
    background-color: #148287
}

.btn.btn-cta--primary .icon svg path {
    stroke: #fff;
    transition: stroke .3s ease-in
}

html[lang=ar] .btn.btn-cta--primary .icon {
    top: 50%
}

html[dir][lang=ar] .btn.btn-cta--primary .icon {
    transform: rotateY(180deg) translateY(-50%)
}

.btn.btn-cta--primary:hover {
    color: #148287;
    -webkit-box-shadow: inset 0 0 0 1px #148287;
    -moz-box-shadow: inset 0 0 0 1px #148287
}

[dir] .btn.btn-cta--primary:hover {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #148287
}

.btn.btn-cta--primary:hover .icon svg path {
    stroke: #148287
}

[dir] .btn.btn-cta--simple {
    padding: 12px 24px
}

[dir] .btn--margin {
    margin-top: 10px;
    margin-bottom: 10px
}

[dir] .btn--margin-small {
    margin-bottom: 5px
}

[dir=ltr] .btn--right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

[dir=rtl] .btn--right {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

@media(max-width:767px) {
    .btn--mobile-full {
        width: 100%;
        display: block
    }
}

[dir] .btn--primary,
[dir] .is-primary {
    background: #148287;
    border-color: #148287
}

[dir] .btn--primary:hover,
[dir] .is-primary:hover {
    background: #116d71;
    border-color: #116d71
}

[dir] .btn--secondary,
[dir] .is-secondary {
    background: #8d98a9;
    border-color: #8d98a9
}

[dir] .btn--secondary:hover,
[dir] .is-secondary:hover {
    background: #7e8b9e;
    border-color: #7e8b9e
}

[dir] .btn--red,
[dir] .is-danger {
    background: #fb4e4e;
    border-color: #fb4e4e
}

[dir] .btn--red:hover,
[dir] .is-danger:hover {
    background: #fa3535;
    border-color: #fa3535
}

[dir] .btn--success,
[dir] .is-green {
    background: #53a654;
    border-color: #53a654
}

[dir] .btn--success:hover,
[dir] .is-green:hover {
    background: #4b954b;
    border-color: #4b954b
}

[dir] .btn-info {
    background: #14415a;
    border-color: #14415a
}

[dir] .btn-info:hover {
    background: #0f3245;
    border-color: #0f3245
}
/* Header Navber */
.navbar {
    position: absolute;
    z-index: 1001;
    width: 100%;
    height: 90px;
    transition: background-color .5s ease;
}
.navbar .container {
    max-width: 93%;
}
.navbar.scrolled .logo-d{
    display: block !important;
}
.navbar.scrolled .logo-l{
    display: none !important;
}
.navbar a span {
    color: #ffffff;
}
.navbar.scrolled {
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .1);
    position: fixed;
}
.navbar.scrolled a span {
    color: #52575c;
}
.navbar .auth-btn{
    display: none;
}
.scrolled .auth-btn{
    display: block !important;
}
.navbar-brand {
    max-width: 10%;
}
.navbar-brand .logo{
    width: 100%;
}
@media(max-width: 768px) {
    .navbar-brand {
        max-width: 50%;
    }
    .navbar .container {
        max-width: 100%;
    }
}
/* Mobile Menu */
.navbar .mobile-menu-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1004
}

[dir] .navbar .mobile-menu-btn {
    cursor: pointer
}

/* @media(min-width: 1280px) {
    .navbar .mobile-menu-btn {
        display:none
    }
} */

[dir] .navbar .mobile-menu-btn.is-open .line:first-child {
    background-color: #14415a
}

[dir=ltr] .navbar .mobile-menu-btn.is-open .line:first-child {
    transform: translateY(12px) rotate(45deg)
}

[dir=rtl] .navbar .mobile-menu-btn.is-open .line:first-child {
    transform: translateY(12px) rotate(-45deg)
}

.navbar .mobile-menu-btn.is-open .line:nth-child(2) {
    opacity: 0
}

[dir] .navbar .mobile-menu-btn.is-open .line:nth-child(3) {
    background-color: #14415a
}

[dir=ltr] .navbar .mobile-menu-btn.is-open .line:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg)
}

[dir=rtl] .navbar .mobile-menu-btn.is-open .line:nth-child(3) {
    transform: translateY(-12px) rotate(45deg)
}

.navbar .mobile-menu-btn .line {
    position: relative;
    z-index: 3000;
    width: 35px;
    height: 2px;
    transition: transform .3s ease,opacity .3s ease
}

[dir] .navbar .mobile-menu-btn .line {
    background-color: #fff;
}
[dir] .navbar.scrolled .mobile-menu-btn .line {
    background-color: #52575c;
}


.navbar .mobile-menu {
    position: absolute;
    z-index: 1000;
    top: 0;
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    display: none;
}
[dir] .navbar .mobile-menu {
    background-color: #fff;
    padding: 60px 40px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .1)
}

[dir=ltr] .navbar .mobile-menu {
    right: 0;
    border-radius: 5px 0 0 5px
}

[dir=rtl] .navbar .mobile-menu {
    left: 0;
    border-radius: 0 5px 5px 0
}

.navbar .mobile-menu ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style: none;
    padding: 0;
}

[dir] .navbar .mobile-menu .user .user-info-old {
    margin-bottom: 24px
}

.navbar .mobile-menu .actions {
    display: flex;
    gap: 10px
}

.navbar .mobile-menu .actions a {
    font-size: 14px
}

.navbar .mobile-menu .lang-control {
    display: flex;
    gap: 5px;
    align-items: center
}

@media(min-width:768px) {
    .navbar .mobile-menu .lang-control {
        display: none
    }
}
/* hero-section */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: hidden;
    z-index: 1
}

[dir] .hero-section {
    padding-top: 90px;
    padding-bottom: 40px;
    margin-bottom: 30px
}

@media(min-width:768px) {
    .hero-section {
        height: 100vh
    }
}

@media(min-width:1024px) {
    [dir] .hero-section {
        margin-bottom: 100px
    }
}

.hero-section.fade-leave-active {
    display: none !important
}

.hero-section__heading {
    position: relative;
    font-size: 28px;
    font-weight: 700
}

[dir] .hero-section__heading {
    margin-bottom: 23px
}

@media(min-width:768px) {
    .hero-section__heading {
        font-size: 44px
    }
}

@media(min-width:1024px) {
    .hero-section__heading {
        font-size: 60px
    }
}

.hero-section__heading .hero-section__heading-static {
    color: #dbdde0
}

.hero-section__heading .hero-section__heading-dynamic {
    color: #fff;
    display: block
}

.hero-section__text {
    color: #dbdde0;
    font-size: 14px;
    line-height: 1.5;
    max-width: 340px
}

@media(min-width:768px) {
    .hero-section__text {
        font-size: 16px
    }
}

.hero-section__text span:first-child {
    font-style: normal;
    font-weight: 700;
    color: #fff;
    display: block
}

.hero-section__content-wrap {
    max-width: 1440px;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex: auto;
    align-items: center
}

[dir] .hero-section__content-wrap {
    margin: 0 auto
}

[dir=ltr] .hero-section__content-wrap,
[dir=rtl] .hero-section__content-wrap {
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:768px) {

    [dir=ltr] .hero-section__content-wrap,
    [dir=rtl] .hero-section__content-wrap {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media(min-width:1024px) {

    [dir=ltr] .hero-section__content-wrap,
    [dir=rtl] .hero-section__content-wrap {
        padding-right: 80px;
        padding-left: 80px
    }
}

@media(min-width:768px) {
    [dir] .hero-section__content {
        margin-bottom: 80px
    }
}

.hero-section__btn {
    font-size: 20px;
    line-height: 56px;
    font-weight: 500;
    width: 160px;
    height: 56px
}

[dir] .hero-section__btn {
    padding: 0;
    text-align: center;
    border-radius: 8px
}

[dir=ltr] .hero-section__btn {
    margin-right: 20px
}

[dir=rtl] .hero-section__btn {
    margin-left: 20px
}

.hero-section__btn-wrap {
    display: flex;
    gap: 16px
}

[dir] .hero-section__btn-wrap {
    margin-top: 40px
}

@media(max-width:500px) {
    .hero-section__btn-wrap {
        flex-wrap: wrap
    }
}

.img-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: -2
}

[dir=ltr] .img-bg {
    left: 0;
    animation: fadeIn
}

[dir=rtl] .img-bg {
    right: 0;
    animation: fadeIn
}

.img-bg.hidden {
    visibility: hidden;
    opacity: 0
}

.img-bg--preloaded {
    z-index: -3
}

.img-bg+.img-bg--preloaded {
    display: none
}

html[dir][lang=ar] .img-bg {
    transform: scaleX(-1)
}

.hero-section__heading-dynamic {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.hero-section__heading-dynamic.slide-up {
    transform: translateY(-20px);
    opacity: 0;
}
/*  */

/* Find By Country Section */
.find-center-section {
    position: relative;
    color: #fff;
    overflow: hidden
}

[dir] .find-center-section {
    background-color: #fff;
    margin-bottom: 30px
}

@media(min-width: 1024px) {
    [dir] .find-center-section {
        margin-bottom:100px
    }
}

.find-center-section .home-section__heading {
    font-size: 30px
}

@media(min-width: 1280px) {
    .find-center-section .home-section__heading {
        font-size:44px
    }
}

.find-center-section .container {
    max-width: 1440px
}

@media(min-width: 768px) {
    [dir=ltr] .find-center-section .container,[dir=rtl] .find-center-section .container {
        padding-right:40px;
        padding-left: 40px
    }
}

@media(min-width: 1024px) {
    [dir=ltr] .find-center-section .container,[dir=rtl] .find-center-section .container {
        padding-right:80px;
        padding-left: 80px
    }
}

.find-center-section .highlighted {
    fill: #148287
}

.find-center-section h1 {
    font-size: 44px;
    font-weight: 700;
    color: #14415a;
    line-height: 73px;
    max-width: 380px;
    letter-spacing: -2.4px
}

[dir] .find-center-section h1 {
    text-align: center;
    margin: 0 auto 40px auto
}

@media(min-width: 768px) {
    .find-center-section h1 {
        font-size:60px;
        max-width: 485px
    }

    [dir=ltr] .find-center-section h1 {
        text-align: left
    }

    [dir=rtl] .find-center-section h1 {
        text-align: right
    }
}

@media(min-width: 1024px) {
    [dir=ltr] .find-center-section h1 {
        margin-right:auto;
        margin-left: 0
    }

    [dir=rtl] .find-center-section h1 {
        margin-left: auto;
        margin-right: 0
    }
}

.find-center-section h1 span {
    color: #4f7183
}

[dir] .find-center-section .find-center-form {
    margin: 0 auto
}

@media(min-width: 768px) {
    .find-center-section .find-center-form {
        max-width:400px
    }
}

@media(min-width: 1024px) {
    [dir=ltr] .find-center-section .find-center-form {
        margin-right:auto;
        margin-left: 0
    }

    [dir=rtl] .find-center-section .find-center-form {
        margin-left: auto;
        margin-right: 0
    }
}

[dir] .find-center-form .form-label {
    font-size: 18px;
    line-height: 1;
    color: #25282b;
}

.find-center-section .map-wrapper {
    display: flex;
    align-items: center;
    position: relative
}

[dir] .find-center-section .map-wrapper {
    text-align: center;
    padding-top: 70%
}

.find-center-section .map-wrapper svg {
    position: absolute;
    top: 50%;
    max-width: 1000px;
    height: auto
}

[dir] .find-center-section .map-wrapper svg {
    transform: translateY(-50%)
}

[dir=ltr] .find-center-section .map-wrapper svg {
    left: 0
}

[dir=rtl] .find-center-section .map-wrapper svg {
    right: 0
}
/*  */
.check-certificate-section {
    position: relative;
    color: #fff;
    overflow: hidden;
    z-index: 0
}

[dir] .check-certificate-section {
    padding-top: 40px;
    margin-bottom: 90px;
    background-color: #fff
}

@media(min-width:768px) {
    [dir] .check-certificate-section {
        margin-bottom: 100px
    }
}

@media(min-width:1024px) {
    [dir] .check-certificate-section {
        margin-bottom: 135px;
        padding-top: 35px
    }
}

.check-certificate-section .container {
    max-width: 1440px
}

@media(min-width:768px) {

    [dir=ltr] .check-certificate-section .container,
    [dir=rtl] .check-certificate-section .container {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media(min-width:1024px) {

    [dir=ltr] .check-certificate-section .container,
    [dir=rtl] .check-certificate-section .container {
        padding-right: 80px;
        padding-left: 80px
    }
}

.check-certificate-section__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #14415a
}

[dir] .check-certificate-section__title {
    margin-bottom: 20px
}

[dir=ltr] .check-certificate-section__title {
    text-align: left
}

[dir=rtl] .check-certificate-section__title {
    text-align: right
}

.check-certificate-section__title span {
    color: #4f7183
}

@media(min-width:768px) {
    .check-certificate-section__title {
        font-size: 44px;
        line-height: 54px
    }

    [dir] .check-certificate-section__title {
        margin-bottom: 40px
    }
}

@media(min-width:1024px) {
    .check-certificate-section__title {
        font-size: 60px;
        line-height: 73px
    }

    [dir] .check-certificate-section__title {
        margin-bottom: 60px
    }
}

[dir] .check-certificate-section .card-holder {
    margin-bottom: 24px
}

@media(min-width:768px) {
    [dir] .check-certificate-section .card-holder {
        margin-bottom: 0
    }
}

.check-certificate-card {
    display: flex;
    min-height: 400px;
    height: 100%;
    overflow: hidden
}

[dir] .check-certificate-card {
    border-radius: 8px
}

@media(min-width:768px) {
    [dir] .check-certificate-card {
        margin: 0 -2px
    }
}

@media(min-width:1024px) {
    .check-certificate-card {
        min-height: 520px
    }

    [dir] .check-certificate-card {
        margin: 0
    }
}

.check-certificate-card__content {
    position: relative;
    flex: 1;
    min-height: 100%
}

[dir] .check-certificate-card__content {
    padding: 35px 40px 40px 40px
}

@media(min-width:1024px) {
    [dir] .check-certificate-card__content {
        padding: 40px
    }
}

.check-certificate-card__content:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    z-index: 2
}

[dir] .check-certificate-card__content:before {
    background-image: url(/public/assets/front/img2/check-mask.svg);
    background-position: 50%;
    background-size: cover
}

[dir=ltr] .check-certificate-card__content:before,
[dir=rtl] .check-certificate-card__content:before {
    left: 0;
    right: 0
}

.check-certificate-card__content:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    z-index: 1
}

[dir] .check-certificate-card__content:after {
    background-image: url(/public/assets/front/img2/check-mask-alt.svg);
    background-position: 50%;
    background-size: cover
}

[dir=ltr] .check-certificate-card__content:after,
[dir=rtl] .check-certificate-card__content:after {
    left: 0;
    right: 0
}

.check-certificate-card picture img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: all .3s ease-in
}

[dir=ltr] .check-certificate-card picture img {
    left: 0
}

[dir=rtl] .check-certificate-card picture img {
    right: 0
}

.check-certificate-card__wrapper {
    position: relative;
    z-index: 3;
    transition: all .3s ease-in
}

.check-certificate-card__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    transition: all .4s ease-in
}

[dir] .check-certificate-card__title {
    margin-bottom: 16px
}

[dir=ltr] .check-certificate-card__title {
    text-align: left
}

[dir=rtl] .check-certificate-card__title {
    text-align: right
}

[dir] .check-certificate-card__title p {
    margin-bottom: 0
}

@media(min-width:768px) {
    .check-certificate-card__title {
        font-size: 28px;
        line-height: 34px
    }
}

@media(min-width:1024px) {
    .check-certificate-card__title {
        font-size: 36px;
        line-height: 44px
    }
}

.check-certificate-card__description {
    max-width: 80%;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    transition: all .4s ease-in
}

[dir] .check-certificate-card__description {
    margin-bottom: 28px
}

[dir=ltr] .check-certificate-card__description {
    text-align: left
}

[dir=rtl] .check-certificate-card__description {
    text-align: right
}

@media(min-width:768px) {
    .check-certificate-card__description {
        max-width: 85%;
        font-size: 16px;
        line-height: 24px
    }
}

@media(min-width:1024px) {
    .check-certificate-card__description {
        max-width: 55%
    }

    [dir] .check-certificate-card__description {
        margin-bottom: 40px
    }
}

[dir] .check-certificate-card:hover .check-certificate-card__content picture img {
    transform: scale(1.1)
}

[dir=ltr] .check-certificate-card:hover .check-certificate-card__wrapper {
    transform: translate3d(3%, 3%, 0)
}

[dir=rtl] .check-certificate-card:hover .check-certificate-card__wrapper {
    transform: translate3d(-3%, 3%, 0)
}

@media(min-width:1024px) {
    [dir=ltr] .check-certificate-card:hover .check-certificate-card__wrapper {
        transform: scale(1.1) translate3d(7%, 7%, 0)
    }

    [dir=rtl] .check-certificate-card:hover .check-certificate-card__wrapper {
        transform: scale(1.1) translate3d(-7%, 7%, 0)
    }
}
/*  */

.advantages-section {
    overflow: hidden
}

[dir] .advantages-section {
    padding-bottom: 15px;
    margin-bottom: 55px
}

@media(min-width:768px) {
    [dir] .advantages-section {
        margin-bottom: 60px
    }
}

@media(min-width:1024px) {
    [dir] .advantages-section {
        margin-bottom: 110px
    }
}

.advantages-section .container {
    max-width: 1440px
}

@media(min-width:768px) {

    [dir=ltr] .advantages-section .container,
    [dir=rtl] .advantages-section .container {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media(min-width:1024px) {

    [dir=ltr] .advantages-section .container,
    [dir=rtl] .advantages-section .container {
        padding-right: 80px;
        padding-left: 80px
    }
}

.advantages-section__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #14415a
}

[dir] .advantages-section__title {
    margin-bottom: 20px
}

[dir=ltr] .advantages-section__title {
    text-align: left
}

[dir=rtl] .advantages-section__title {
    text-align: right
}

.advantages-section__title span {
    color: #4f7183
}

@media(min-width:768px) {
    .advantages-section__title {
        font-size: 44px;
        line-height: 54px
    }

    [dir] .advantages-section__title {
        margin-bottom: 40px
    }
}

@media(min-width:1024px) {
    .advantages-section__title {
        font-size: 60px;
        line-height: 73px
    }

    [dir] .advantages-section__title {
        margin-bottom: 60px
    }
}

.advantages-section__img-holder {
    position: relative;
    display: none;
    max-width: 473px;
    min-height: 652px
}

@media(min-width:1280px) {
    .advantages-section__img-holder {
        display: block
    }
}

.advantages-section__img-holder .advantages-section__img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

[dir=ltr] .advantages-section__img-holder .advantages-section__img {
    left: -65px;
    right: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

[dir=rtl] .advantages-section__img-holder .advantages-section__img {
    right: -65px;
    left: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

@media(min-width:1441px) {
    [dir] .advantages-section__img-holder .advantages-section__img {
        border-radius: 8px
    }
}

html[dir][lang=ar] .advantages-section__img-holder .advantages-section__img {
    transform: scaleX(-1)
}

html[dir=ltr][lang=ar] .advantages-section__img-holder .advantages-section__img {
    border-radius: 8px 0 0 8px
}

html[dir=rtl][lang=ar] .advantages-section__img-holder .advantages-section__img {
    border-radius: 0 8px 8px 0
}

@media(min-width:1441px) {
    html[dir][lang=ar] .advantages-section__img-holder .advantages-section__img {
        border-radius: 8px
    }
}

@media(min-width:1280px) {
    [dir=ltr] .advantages-section__cards-holder {
        margin-left: -8px
    }

    [dir=rtl] .advantages-section__cards-holder {
        margin-right: -8px
    }
}

[dir] .advantages-card {
    margin-bottom: 24px
}

@media(min-width:768px) {
    [dir] .advantages-card {
        margin-bottom: 40px
    }
}

@media(min-width:1024px) {
    [dir] .advantages-card {
        margin-bottom: 60px
    }
}

@media(min-width:1440px) {
    .advantages-card {
        max-width: 430px
    }
}

.advantages-card__icon {
    width: 64px;
    height: 64px
}

[dir] .advantages-card__icon {
    margin-bottom: 12px
}

@media(min-width:768px) {
    .advantages-card__icon {
        width: 80px;
        height: 80px
    }

    [dir] .advantages-card__icon {
        margin-bottom: 16px
    }
}

.advantages-card__title {
    max-width: 95%;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    color: #14415a
}

[dir] .advantages-card__title {
    margin-bottom: 12px
}

[dir=ltr] .advantages-card__title {
    text-align: left
}

[dir=rtl] .advantages-card__title {
    text-align: right
}

@media(min-width:768px) {
    .advantages-card__title {
        font-size: 28px;
        line-height: 34px
    }

    [dir] .advantages-card__title {
        margin-bottom: 16px
    }
}

@media(min-width:1024px) {
    .advantages-card__title {
        font-size: 36px;
        line-height: 44px;
        max-width: none
    }
}

.advantages-card__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    color: #52575c
}

[dir=ltr] .advantages-card__description {
    text-align: left
}

[dir=rtl] .advantages-card__description {
    text-align: right
}
/*  */
.partnership-section {
    position: relative;
    min-height: 363px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    z-index: 0
}

[dir] .partnership-section {
    padding-top: 40px
}

@media(min-width:768px) {
    .partnership-section {
        min-height: 440px
    }

    [dir] .partnership-section {
        padding-top: 60px
    }
}

@media(min-width:1024px) {
    .partnership-section {
        min-height: 732px
    }

    [dir] .partnership-section {
        padding-top: 80px
    }
}

.partnership-section__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    color: #fff
}

[dir] .partnership-section__title {
    margin-bottom: 20px
}

[dir=ltr] .partnership-section__title {
    text-align: left
}

[dir=rtl] .partnership-section__title {
    text-align: right
}

.partnership-section__title span {
    color: #dbdde0
}

@media(min-width:768px) {
    .partnership-section__title {
        font-size: 44px;
        line-height: 54px
    }

    [dir] .partnership-section__title {
        margin-bottom: 40px
    }
}

@media(min-width:1024px) {
    .partnership-section__title {
        font-size: 60px;
        line-height: 73px
    }

    [dir] .partnership-section__title {
        margin-bottom: 60px
    }
}

.partnership-section__description {
    max-width: 80%;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    transition: all .3s ease-in;
    color: #dbdde0
}

[dir] .partnership-section__description {
    margin-bottom: 28px
}

[dir=ltr] .partnership-section__description {
    text-align: left
}

[dir=rtl] .partnership-section__description {
    text-align: right
}

@media(min-width:768px) {
    .partnership-section__description {
        max-width: 85%;
        font-size: 16px;
        line-height: 24px
    }
}

@media(min-width:1024px) {
    .partnership-section__description {
        max-width: 65%
    }

    [dir] .partnership-section__description {
        margin-bottom: 40px
    }
}

@media(min-width:1280px) {
    .partnership-section__description {
        max-width: 45%
    }
}

.partnership-section__content {
    position: relative;
    z-index: 4
}

.partnership-section__links-section {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    white-space: nowrap
}

@media(min-width:768px) {
    .partnership-section__links-section {
        max-width: 85%;
        font-size: 16px;
        line-height: 24px
    }
}

@media(min-width:1024px) {
    .partnership-section__links-section {
        flex-wrap: nowrap;
        max-width: 65%
    }

    [dir] .partnership-section__links-section {
        margin-bottom: 40px
    }
}

@media(min-width:1280px) {
    .partnership-section__links-section {
        max-width: 45%
    }
}

.partnership-section picture img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 0
}

[dir=ltr] .partnership-section picture img {
    left: 0
}

[dir=rtl] .partnership-section picture img {
    right: 0
}

.partnership-section .container {
    max-width: 1440px
}

@media(min-width:768px) {

    [dir=ltr] .partnership-section .container,
    [dir=rtl] .partnership-section .container {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media(min-width:1024px) {

    [dir=ltr] .partnership-section .container,
    [dir=rtl] .partnership-section .container {
        padding-right: 80px;
        padding-left: 80px
    }
}
/*  */
.partners-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    z-index: 1
}

[dir] .partners-section {
    margin-bottom: 57px;
    padding-top: 40px
}

@media(min-width:768px) {
    [dir] .partners-section {
        margin-bottom: 73px;
        padding-top: 60px
    }
}

@media(min-width:1024px) {
    [dir] .partners-section {
        margin-bottom: 115px;
        padding-top: 80px
    }
}

.partners-section__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px
}

[dir] .partners-section__title {
    margin-bottom: 20px
}

[dir=ltr] .partners-section__title {
    text-align: left
}

[dir=rtl] .partners-section__title {
    text-align: right
}

.partners-section__title .colored {
    color: #dbdde0
}

@media(min-width:768px) {
    .partners-section__title {
        font-size: 44px;
        line-height: 54px
    }

    [dir] .partners-section__title {
        margin-bottom: 40px
    }
}

@media(min-width:1024px) {
    .partners-section__title {
        font-size: 60px;
        line-height: 73px
    }

    [dir] .partners-section__title {
        margin-bottom: 60px
    }
}

.partners-section__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 24px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

[dir] .partners-section__wrapper {
    padding-bottom: 45px;
    margin: 0
}

@media(min-width:768px) {
    [dir] .partners-section__wrapper {
        margin: 0 -80px
    }
}

.partners-section__wrapper::-webkit-scrollbar {
    display: none
}

.partners-section .container {
    max-width: 1440px
}

@media(min-width:768px) {

    [dir=ltr] .partners-section .container,
    [dir=rtl] .partners-section .container {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media(min-width:1024px) {

    [dir=ltr] .partners-section .container,
    [dir=rtl] .partners-section .container {
        padding-right: 80px;
        padding-left: 80px
    }
}

@media(min-width:768px) {
    [dir=ltr] .partners-section .partner-card:first-child {
        margin-left: 80px
    }

    [dir=ltr] .partners-section .partner-card:last-child,
    [dir=rtl] .partners-section .partner-card:first-child {
        margin-right: 80px
    }

    [dir=rtl] .partners-section .partner-card:last-child {
        margin-left: 80px
    }
}

.partner-card {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    min-width: 247px;
    min-height: 383px;
    transition: .3s
}

[dir] .partner-card {
    padding: 40px 20px;
    border-radius: 8px;
    background-image: url(data:image/jpeg;base64,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AAAAEVFAAEAEAEABUAAQAACQQAQAARUEAAABAABFQABUAAAAEVBAAAAGsBy1AAIAKACCKgAAAAAAAAgAAACACAAAACKggAAAAiooAAgAgAAAIAAgABISCACAACKggAAAIAAJKpIACoAAAkoAAACoAINYCNQACACgAgACAAAAAAACAAAAIAIAAAAIqCAAAACKigAggCoCiCAKgACAAEgCACAACKggAAAIAAJKpIACoAIBIAgAACoAINYCNQCAACgAgACAAAAAAACAAAAIAIAAAAJKkggAgAAiooAIEoqKigIIAqAAJIsoAACACAAAAiAAAAACAAIAqAAACCAAAKgAg1AI1gAACAAqAAIAAAAACAAKgIoAIAIAAAAAAgAgAAiygAACKioqAACAACKgAACJIqAAAACIAAAAAIAAgsoqAAACBKKgACoAINQCNYAAAgAKgACAAAAAAgAAAgtoAAAACAAAllgAlgollgsoJYiiWAqAAAqCKgAAAAgAIIqAAAAAkiyggAAAIAAIqSAAqAACKkoAAAAjUAjWAAAIACoAAgAAAACCAKAAgAAAAioCgCIABKLKAAAIqCAAAAACgioIAAACAACSoCACAACKggAAAIAAAAgsoqAAACCAAAKjUA5awAAAABAAVEAAAAAQQJFAAAAQAARUBSQkRAAJRUUAEBFQQAAAAAUElQRAAAAEUEQAAAQAARUEAAAAABAABFAQBUAAJRRBAAabActQWCqAAAAFiCLaWAFraAFlgAAIAgKItgACBIAEooiAAJKgIAAkqSCACAAACgACBIIAAEgIgAAAgAAigIAIAAACAAAACKAgCoAAAINKKiNQAgAKoAASAIAIAAAAAAIqCAABYAtiAgAAAAAIAAgqAgAgAAAoAAIqCAAACCSKioAIACoAAgAAAgAAAIAgKIAqAAigACo0oqOWoAQAFUAAJEAAEAAAAAAABEAAAAAAAEAAAQFEBAABFQQAAAAAAAUQAQAARUkQAQAFQAARQEFQQAAAAAEQUBAAAUEAVGlAcNQAAIKqiAEgCAAAAAAAAAACKggAAAAAIAAIqSAAIAAAAgAgAAAAABKKioAAACIAgAAAKgAAigIAIAAAAAgigAAAAA7wHLUAKIKAgCAAIAAAAAAAAAkgACAAAAACgAIEgCACAAAACKggAAAAAoIoiICAogCoCoAIAAACoAAI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);
    background-position: 50%;
    background-repeat: no-repeat
}

[dir] .partner-card:hover {
    transform: scale(1.1) translateY(4.5%)
}

@media(min-width:768px) {
    .partner-card {
        min-width: 332px;
        min-height: 432px
    }
}

@media(min-width:1024px) {
    .partner-card {
        min-width: 302px;
        min-height: 442px
    }

    [dir] .partner-card {
        padding: 60px 40px
    }
}

.partner-card__logo {
    width: 207px;
    height: 190px
}

.partner-card__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    color: #14415a
}

[dir] .partner-card__title {
    margin-bottom: 0;
    text-align: center
}

@media(min-width:768px) {
    .partner-card__title {
        font-size: 28px;
        line-height: 34px
    }
}

@media(min-width:1024px) {
    .partner-card__title {
        font-size: 36px;
        line-height: 44px
    }
}
/*  */

.footer {
    min-height: 98px;
    color: #14415abf;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

[dir] .footer {
    border-top: 1px solid #148287
}

[dir=ltr] .footer {
    text-align: left
}

[dir=rtl] .footer {
    text-align: right
}

.footer .container {
    max-width: 1440px
}

@media(min-width:768px) {

    [dir=ltr] .footer .container,
    [dir=rtl] .footer .container {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media(min-width:1024px) {

    [dir=ltr] .footer .container,
    [dir=rtl] .footer .container {
        padding-right: 80px;
        padding-left: 80px
    }
}

.footer__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

[dir] .footer__wrap {
    padding: 22px 0
}

.footer__nav {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    flex-wrap: wrap
}

[dir] .footer__nav {
    padding: 0;
    margin: 0 auto 24px auto
}

@media(min-width:1280px) {
    [dir] .footer__nav {
        margin-bottom: 0
    }
}

[dir] .footer__nav li {
    padding: 0 10px;
    margin-bottom: 5px
}

@media(min-width:480px) {
    [dir] .footer__nav li {
        margin-bottom: 0
    }
}

@media(min-width:1280px) {
    [dir=ltr] .footer__nav li:first-child {
        padding-left: 0
    }

    [dir=rtl] .footer__nav li:first-child {
        padding-right: 0
    }
}

.footer__nav li:hover {
    text-decoration: underline
}

.footer__nav li a {
    color: inherit
}

.footer__nav .router-link-exact-active {
    text-decoration: underline
}
.f-link{
    text-decoration: none;
}
.footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    flex-wrap: wrap
}

[dir] .footer__social {
    padding: 0;
    margin: 0 auto 24px auto
}

@media(min-width:480px) {
    .footer__social {
        max-width: 90%
    }
}

@media(min-width:1280px) {
    [dir] .footer__social {
        margin-bottom: 0
    }
}

[dir=ltr] .footer__social li {
    margin-right: 20px
}

[dir=rtl] .footer__social li {
    margin-left: 20px
}

[dir=ltr] .footer__social li:last-child {
    margin-right: 0
}

[dir=rtl] .footer__social li:last-child {
    margin-left: 0
}

.footer__social li a {
    color: inherit
}

.footer__social .footer__social-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 24px
}

[dir=ltr] .footer__social .footer__social-link {
    padding-left: 26px
}

[dir=rtl] .footer__social .footer__social-link {
    padding-right: 26px
}

.footer__social .footer__social-link:before {
    position: absolute;
    content: "";
    top: 0;
    width: 24px;
    height: 24px;
    transition: all .5ms ease-in-out
}

[dir] .footer__social .footer__social-link:before {
    border-radius: 8px
}

[dir=ltr] .footer__social .footer__social-link:before {
    left: 0
}

[dir=rtl] .footer__social .footer__social-link:before {
    right: 0
}

[dir] .footer__social .footer__social-link--facebook:before {
    background-image: url(/img/icon-social-fb.svg)
}

[dir] .footer__social .footer__social-link--twitter:before {
    background-image: url(/img/icon-social-tw.svg)
}

[dir] .footer__social .footer__social-link--linkedin:before {
    background-image: url(/img/icon-social-in.svg)
}

.footer__social .footer__social-link--youtube:before {
    width: 25px;
    height: 25px
}

[dir] .footer__social .footer__social-link--youtube:before {
    background-image: url(/img/icon-social-yt.svg)
}

.footer__social li:hover .footer__social-link:before {
    width: 27px;
    height: 27px
}

[dir] .footer__social li:hover .footer__social-link--facebook:before {
    background-image: url(/img/icon-social-fb-dark.svg)
}

[dir] .footer__social li:hover .footer__social-link--twitter:before {
    background-image: url(/img/icon-social-tw-dark.svg)
}

[dir] .footer__social li:hover .footer__social-link--linkedin:before {
    background-image: url(/img/icon-social-in-dark.svg)
}

[dir] .footer__social li:hover .footer__social-link--youtube:before {
    background-image: url(/img/icon-social-yt-dark.svg)
}

.footer__copyright {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #14415abf
}

[dir] .footer__copyright {
    margin: 0 auto 24px auto;
    text-align: center
}

@media(min-width:768px) {
    .footer__copyright {
        font-size: 14px;
        line-height: 21px
    }
}

@media(min-width:1280px) {
    .footer__copyright {
        width: auto
    }

    [dir] .footer__copyright {
        margin-bottom: 0
    }
}

.footer__logos {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

[dir] .footer__logos {
    padding: 0;
    margin: 0 auto
}

[dir=ltr] .footer__logos li:first-child {
    margin-right: 40px
}

[dir=rtl] .footer__logos li:first-child {
    margin-left: 40px
}

@media(min-width:768px) {
    .footer {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px
    }
}

@media(min-width:1280px) {
    [dir=ltr] .footer__nav {
        margin-left: 0
    }

    [dir=ltr] .footer__logos,
    [dir=rtl] .footer__nav {
        margin-right: 0
    }

    [dir=rtl] .footer__logos {
        margin-left: 0
    }
}


.ops-footer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    bottom: 0;
    min-height: 98px;
    color: #14415abf;
    /* font-size: 12px; */
    font-weight: 400;
    line-height: 18px
}

[dir] .ops-footer {
    padding: 20px;
    border-top: 1px solid #148287
}

@media(min-width:1024px) {
    .ops-footer {
        font-size: 14px;
        line-height: 21px
    }

    [dir=ltr] .ops-footer,
    [dir=rtl] .ops-footer {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media(min-width:1280px) {
    .ops-footer {
        flex-direction: row
    }
}

.ops-footer .logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px
}

@media(min-width:481px) {
    .ops-footer .logos {
        gap: 50px
    }
}

@media(min-width:1280px) {
    [dir=ltr] .ops-footer .logos {
        margin-left: 75px
    }

    [dir=rtl] .ops-footer .logos {
        margin-right: 75px
    }
}

.ops-footer .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1;
    font-size: 12px;
    line-height: 18px
}

@media(min-width:1280px) {
    .ops-footer .content {
        flex-direction: row;
        justify-content: space-between
    }
}

@media(min-width:1440px) {
    .ops-footer .content {
        font-size: 14px;
        line-height: 21px
    }
}

.ops-footer .content .resources {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center
}

.ops-footer .content .resources a {
    color: #8394a8;
    font-size: inherit
}

.ops-footer .content .resources a:hover {
    text-decoration: underline
}

.ops-footer .content .support {
    display: flex;
    gap: 30px;
    align-items: center
}

.ops-footer .content .support .links {
    display: flex;
    gap: 15px
}

.ops-footer .content .support .links .svp-icon {
    height: 25px;
}

.ops-footer .content .support .links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #148287;
    transition: all .3s ease-in
}

[dir] .ops-footer .content .support .links a {
    background-color: #1482870d;
    border-radius: 4px
}

.ops-footer .content .support .links a:hover {
    color: #fff
}

[dir] .ops-footer .content .support .links a:hover {
    background-color: #14415a
}


/* Custom CSS */
.find-center-section .select2-container--default .select2-selection--single{
    background-color: #f2f9f9;
    border: 0 !important;
}
.find-center-section .select2-container .select2-selection--single{
    height: 45px !important;
}
.find-center-form .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 43px !important;
}
.find-center-form .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 43px !important;
}
.select2-dropdown {
    background-color: #f2f9f9 !important;
    border: 0 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #e5f3f3 !important;
    color: #148287 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    
}
.select2-container--default .select2-search--dropdown .select2-search__field:active,.select2-search__field:focus,.select2-search__field:focus-visible{
    outline: none !important;
    border-top: 0;
    border-bottom: 1px solid green !important;
    border-right: 0;
    border-left: 0;
}
.li-link{
    text-decoration: none;
    span{
        color: #212529 !important;
    }
}

/* Floating Form*/
.support-btn{
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1000;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 20px;
    background-color: #148287 !important;
    color: #fff !important;
    fill: #fff !important;
    border: none;
    display: flex;
    align-items: center;
}
.support-form{
    max-height: 425px;
    -webkit-box-flex: 2;
    padding-left: 0.714286rem;
    padding-right: 1.07143rem;
    margin-left: 0.714286rem;
    margin-right: 0.357143rem;
    overflow: hidden auto;
    height: 100%;
}
.support-form {    
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #ced4da #fff;
    
}
  
.floating-form {
    position: fixed;
    bottom: -600px;
    right: 20px;
    width: 350px;
    max-height: 540px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999; 
    opacity: 0;
    transition: bottom 0.3s ease-in-out, opacity 0.3s ease-in-out; 
    height: 100%;
}
.floating-form.active {
    bottom: 78px;
    opacity: 1;
}
.form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0.571429rem 1rem;
    background: rgb(20, 130, 135) !important;
    color: rgb(255, 255, 255) !important;
    padding: 24px 1rem;    
    height: 28px;
}
.form-footer {
    padding: 0px 20px;
    border-top: 0.0785714rem solid rgb(233, 235, 237);
}
.form-header .close-btn {
    color: white;
    font-size: 1.5rem;
    border: none;
    background: none;
    cursor: pointer;
    padding-bottom: 5px;
}
.form-header .header{
    margin-left: 7rem;
    margin-bottom: 0;
    font-size: 1.07143rem;
    font-weight: 500;
}
.form-group label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}
.form-control {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 8px;
}
.btn-send {
    background-color: #17a2b8;
    color: white;
    border: none;
    padding: 6px 19px;
    border-radius: 5px;
    float: right;
}
.btn-send:hover {
    background-color: #138496;
}
.description-text {
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 5px;
}
