body {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
}

p {
    margin: 0;
    font-weight: normal;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

img {
    max-width: 100%;
    display: block;
}

h2 {
    font-size: 45px;
    font-weight: 500;
    line-height: normal;
}

.sup-title {
    color:#9b4090; /*#00D0BE;*/
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.wrapper {
    max-width: 1116px;
    margin: 0 auto;
}

.button__demo {
    border-radius: 175px;
    /*background: linear-gradient(90deg, #38C3FF 0%, #247BFF 100%);*/
    background-color: #9b4090;
    padding: 16px 30px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    gap: 14px;
    transition: all .3s;
    border: none;
    cursor: pointer;
}

.button__demo:hover {
    background: linear-gradient(90deg, #00CFBE 0%, #00A89A 100%);
}

.button__link {
    transition: .3s;
}

.button__link :hover {
    color: #00B5A5;
}

.header {
    padding: 21px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    transition: .3s;
}

@media (max-width: 1323px) {
    header:has(.page-banner) {
		padding-top: 0 !important;
	}
    
    header:has(.page-banner) .wrapper.header__wrapper.d-flex {
    	padding-top: 1rem;
	}
}

.header.is-sticky, .header.dark {
    background-color: #FFFFFF;
}

.header .logo .scroll {
    display: none;
}

.header.is-sticky .logo .scroll, .header.dark .logo .scroll {
    display: block;
}

.header.is-sticky .logo .default, .header.dark .logo .default {
    display: none;
}

.header.is-sticky .menu-item a, .header.dark .menu-item a {
    color: #000;
}

.header__wrapper {
    display: flex;
    align-items: center;
}

.header__menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.header__button {
    margin-left: auto;
    font-size: 16px;
    flex-shrink: 0;
}

.logo {
    width: 193px;
    margin-right: 160px;
}

.header-menu {
    display: flex;
    align-items: center;
    gap: 40px;
}

.menu-item a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.hero {
    background-size: cover;
    background-position: center center;
    padding: 193px 0 461px;
    color: #fff;
    background-color: #082C62;
    position: relative;
}

/*.hero:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    width: 620px;*/
/*    height: 333px;*/
/*    background-image: url('/wp-content/themes/thetaray/css/../images/clip1.png');*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    z-index: 0;*/
/*}*/

.hero .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.hero__button {
    margin-top: 70px;
}

.hero__title {
    font-size: 55px;
    font-weight: 300;
    line-height: normal;
}

.hero__banner-container {
    max-width: 546px;
}

.hero__banner-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero__text-wrapper {
    max-width: 645px;
    margin: 0 auto;
    padding: 0 20px;
}

.hero__text {
    font-size: 18px;
    margin-top: 11px;
    font-weight: 300;
}


.company {
    margin: 48px 0 0;
}

.company__list {
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.company__list:after,
.company__list:before {
    content: '';
    width: 116px;
    height: 50px;
    display: block;
    position: absolute;
    z-index: 3;
}

.company__list:before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    left: 0;
}

.company__list:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    right: 0;
}


.company__list-item:last-child {
    margin-right: 75px;
}

.company__title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.company .js-marquee {
    display: flex;
    align-items: center;
    gap: 75px;
}

.description-ai {
    margin: 130px 0 0;
}

.description-ai .wrapper {
    display: flex;
    justify-content: space-between;
}

.description-ai__title {
    color: #1A1A1A;
}

.description-ai__text-block {
    max-width: 545px;
}

.description-ai__text {
    line-height: 1.4;
    margin: 36px 0 0;
}

.description-ai__image {
    max-width: 451px;
    height: 264px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.description-ai__image img:first-of-type {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.description-ai__image .play-button {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    cursor: pointer;
}

.description-ai__popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000B2;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.description-ai__popup.open {
    display: flex;
}

button.description-ai__popup--close {
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    margin-left: auto;
    margin-right: 0;
    display: inherit;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 0;
}

button.description-ai__popup--close svg {
    width: 100%;
    height: 100%;
}

.description-ai__video {
    max-width: 1119px;
    height: 630px;
    width: 100%;
}

.description-ai__video iframe {
    width: 100%;
    height: 100%;
}

.description-ai__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.description-ai__video .play-button.hide-button {
    display: none;
}

.solutions {
    margin: 94px 0 0;
    position: relative;
    overflow: hidden;
    padding-top: 187px;
}

.solutions:before {
    content: "";
    background-color: #F6FAFE;
    height: 754px;
    width: 224%;
    border-radius: 50%;
    position: absolute;
    top: -13px;
    z-index: -1;
    left: -9%;
}

.solutions:after {
    content: "";
    background-color: #F6FAFE;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 10%;
    z-index: -1;
}

.fintech-solutions {
    height: 600px;
}

.fintech-solutions__title {
    margin-top: 20px;
}

.fintech-solutions__list:after {
    content: '';
    height: 4px;
    width: 100%;
    background-color: #D5EDEB;
    position: absolute;
    bottom: 0;
    border-radius: 10px;
}


.fintech-solutions__list-item.active .fintech-solutions__list-item--top {
    position: relative;
}

.fintech-solutions__list-item.active .fintech-solutions__list-item--top .fintech-solutions__list-item-icon svg path {
    stroke: #00CFBE;
}

.fintech-solutions__list-item.active .fintech-solutions__list-item--top .fintech-solutions__list-item-title {
    font-weight: 600;
}

.fintech-solutions__list-item.active .fintech-solutions__list-item--top:after {
    content: '';
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    bottom: -15px;
    background-color: #00CFBE;
    z-index: 1;
    border-radius: 10px;
}

.fintech-solutions__list-item.active .fintech-solutions__list-item--bottom {
    display: flex;
    position: absolute;
    left: 0;
}

.fintech-solutions__list-item-title {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-top: 12px;
}

.fintech-solutions__list-item--top {
    max-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
    height: 100%;
    cursor: pointer;
}

.fintech-solutions__list-item-icon {
    height: 24px;
    width: 24px;
}

.fintech-solutions__list {
    margin: 58px 0 0;
    display: flex;
    gap: 11px;
    position: relative;
    padding: 0 0 15px;
}

.fintech-solutions__list-item--bottom {
    display: flex;
    align-items: center;
    gap: 69px;
    margin-top: 73px;
    display: none;
}

.fintech-solutions__list-item-image {
    max-width: 494px;
    height: 293px;
}

.fintech-solutions__list-item-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.fintech-solutions__list-item-description {
    max-width: 539px;
}

.fintech-solutions__list-item-description h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.fintech-solutions__description-list {
    margin: 25px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.fintech-solutions__description-list-item h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.fintech-solutions__description-list-item p {
    margin: 4px 0 0;
    font-size: 16px;
}

.business-impact {
    background-color: #FFFFFF;
    margin: 80px auto 0;
    padding: 55px;
    box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    max-width: 1232px;
}

.business-impact__list {
    margin-top: 38px;
    display: flex;
}

.business-impact__title {
    margin-top: 21px;
}

.business-impact__list-item-title {
    font-size: 35px;
    font-weight: 400;
    line-height: normal;
}

.business-impact__list-item p {
    margin-top: 21px;
    line-height: 1.5;
}

.business-impact__list-item {
    position: relative;
    padding: 20px 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 25%;
}

.business-impact__list-item:not(:last-child):after {
    content: '';
    border-right: 1px solid #00CFBE;
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}


.sales-block {
    display: flex;
    gap: 82px;
    align-items: center;
    margin-top: 80px;
}

.sales-block__text {
    max-width: 538px;
}

.button__sales-block {
    margin-top: 15px;
}

.sales-block h2 {
    font-size: 60px;
    font-weight: 400;
}

.sales-block__video {
    max-width: 489px;
    position: relative;
    overflow: hidden;
    height: 442px;
}

.sales-block__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sales-block__banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-height: 200px;
}

.sales-block__banner svg {
    width: 100%;
}

.publications {
    background-color: #0f1b35; /*#082C62;*/
    color: #fff;
    padding: 62px 0 85px;
    margin-top: 75px;
}

.publications .wrapper {
    max-width: 1116px;
    margin: 0 auto;
}

.publications__title {
    margin-top: 26px;
}

.publications__list {
    margin-top: 45px;
}

.publications__list-item {
    padding: 59px 44px 30px;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid #247BFF;
    background: #223a75; /*linear-gradient(0deg, #14366B 49.75%, #0F2A56 99.85%);*/
}

.publications__list-item:hover {
    background: linear-gradient(0deg, #1A4487 49.75%, #143872 99.85%);
}

.publications__list-item-img-thumb {
    width: 100%;
    height: 208px;
}

.publications__list-item-img-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.publications__list-item-title {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin-top: 42px;
}

.publications__list-item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 16px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.publications__list-item-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    display: inline-flex;
    gap: 7px;
    color: #0094FF;
    margin-top: 16px;
    align-items: center;
}

.publications__button-swipe {
    /*background-image: linear-gradient(45deg, #38C3FF, #247BFF);*/
    background-color: #9b4090;
    width: 71px;
    height: 71px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 132px;
    margin-top: 45px;
    cursor: pointer;
}

.santander {
    padding: 79px 0 80px;
    background-color: #F6FAFE;
}

.santander__logo {
    width: 195px;
    height: 34px;
}

.santander__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.santander .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.santander__content {
    max-width: 736px;
}

.santander__image-block {
    max-width: 100%;
    text-align: left;
    background-color: transparent;
    border-radius: 0;
    overflow: hidden;
    margin-top: 58px;
    padding: 31px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #D0E8FF;
}

.santander__image-block-content {
    display: flex;
    flex-wrap: wrap;
}

.santander__image {
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    flex-grow: 0;
    width: 80px;
}

.santander__image img {
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
}

.santander__link {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #3888FF;
    margin-top: 0;
}

.santander__full-name {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 21px;
    color: #223a75;
}

.santander__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0px 21px;
    margin-top: 0;
    color: #223a75;
}

.santander__percentage-list {
    max-width: 260px;
}

.santander__list {
    display: flex;
    flex-direction: column;
    gap: 37px;
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 25px;
    max-width: 598px;
}

li.santander__list-item {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.10);
    padding: 32px 36px;
    text-align: center;
    box-sizing: border-box;
}

.santander__list-item-title {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
}

.santander__list-item-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 4px;
}

.santander__text.santander__quote {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 21px;
}

.resources {
    margin-top: 72px;
}

.resources__title {
    margin-top: 19px;
}

.resources__content-wrapper {
    display: flex;
    margin-top: 62px;
    justify-content: space-between;
}

.resources__image {
    max-width: 449px;
    height: 267px;
}

.resources__image img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}

.resources__block-image {
    max-width: 449px;
}

.resources__list {
    max-width: 543px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.resources__img {
    width: 161px;
    height: 131px;
    flex-shrink: 0;
}

.resources__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resources__list-item {
    display: flex;
    gap: 25px;
}

.resources__block-image-sup {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 7px;
}

.resources__block-image-title {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 21px;
}

.resources__block-image-text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 22px;
}

.resources__list-item-sup {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.resources__list-item-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 0.92;
    margin-top: 20px;
}

.resources__list-item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 15px;
}

.questions {
    margin-top: 160px;
}

.questions__wrapper {
    margin-top: 48px;
}

.questions__wrapper-group {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.questions__toggle {
    border: none;
    background: none;
}

.questions__item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.questions__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 47px;
}

.questions__list {
    display: flex;
    flex-direction: column;
    gap: 37px;
}

.questions__item:not(:last-child) {
    border-bottom: 1px solid #D0E8FF;
    padding-bottom: 37px;
}

.questions__item .questions__description,
.questions__item .learn-more {
    display: none;
}

.questions__item.open .questions__description {
    display: block;
}

.questions__item.open .learn-more {
    display: inline-flex;
}

.see {
    margin-top: 71px;
    padding: 206px 0 206px;
    background-image: url('/wp-content/themes/thetaray/css/../images/bg-see.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    text-align: center;
}

.section-title.see__title {
    text-align: center;
    color: #fff;
}

.see__button {
    margin: 47px auto 0;
}


.footer {
    padding-top: 82px;
    padding-bottom: 38px;
}

.footer .wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 75px;
}

.footer__wrapper-logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer .footer_menu_title {
    margin-bottom: 10px;
}

.footer .menu-item a {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #000;
}

.footer .footer_menu_title a {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #00053E;
}

.social-list {
    display: flex;
    align-items: center;
    gap: 22px;
    position: relative;
    top: -15px;
}

.footer__description {
    width: 100%;
}

.footer__description--top {
    padding: 25px 0;
    border-bottom: 1px solid #3888FF;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footer__description--bottom {
    margin-top: 37px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.disclaimer-menu {
    display: flex;
}

.disclaimer-menu .menu-item {
    display: flex;
    align-items: center;
}

.disclaimer-menu .menu-item {
    border-right: 1px solid #0094FF;
    padding-right: 6px !important;
    margin-right: 6px;
}

.footer__email {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #0094FF;
}

.copyright {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.menu-disclaimer-container {
    margin-left: auto;
}

.footer .disclaimer-menu .menu-item a {
    color: #0094FF;
}

.header,
.hero,
.company,
.description-ai,
.solutions,
.publications,
.santander,
.resources,
.questions,
.see,
.footer {
    /*padding: 0 20px;*/
}

.menu-industries-container,
.menu-solutions-container,
.menu-resources-container,
.menu-company-container {
    /*margin-top: 10px;*/
}

.industries-menu,
.solutions-menu,
.resources-menu,
.company-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media screen and (min-width: 992px) {
    .mobile {
        display: none;
    }
}


@media screen and (min-width: 1540px) {
    .publications .wrapper {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1199px) {
    .logo {
        margin-right: auto;
    }

    .header-menu {
        gap: 15px;
    }
}

@media screen and (max-width: 1150px) {
    .footer .wrapper {
        gap: 60px 38px;
    }
}

@media screen and (max-width: 991px) {
    .desktop {
        display: none;
    }

    body {
        font-size: 16px;
        line-height: 1.4;
    }

    body.open {
        overflow: hidden;
    }

    h2 {
        font-size: 26px;
    }

    .wrapper {
        max-width: 100%;
        padding: 0 15px;
    }

    .logo {
        width: auto;
        margin-right: auto;
        max-width: 120px;
        position: relative;
        z-index: 1;
    }

    .mobile-menu {
        background: transparent;
        border: none;
        position: relative;
        z-index: 10;
    }

    .header.is-sticky .mobile-menu svg rect, .header.dark .mobile-menu svg rect {
        fill: #000;
    }


    .header__menu-container {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        flex-direction: column;
        position: fixed;
        padding-top: 59px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        box-shadow: 0px 0px 7px 0px #00000026;
        display: none;
    }

    .menu-main-menu-container {
        width: 100%;
    }

    .header.open .default {
        display: none;
    }

    .header.open .scroll {
        display: block;
    }

    .header.open .header__menu-container {
        display: flex;
    }

    .header .mobile-menu--close {
        display: none;
    }

    .header.open .mobile-menu--open {
        display: none;
    }

    .header.open .mobile-menu--close {
        display: block;
    }

    .header.open {
        background: #fff;
    }

    .header-menu {
        display: flex;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        gap: 0;
    }

    .header-menu .menu-item a {
        color: #000;
    }

    .header__button {
        width: 93%;
        text-align: center;
        justify-content: center;
        margin: 43px 0 0;
    }

    .hero {
        padding: 118px 0 60px;
    }

    .hero__title {
        font-size: 32px;
        font-weight: 300;
    }

    .hero__banner-container {
        display: none;
    }

    .hero__text {
        font-size: 16px;
        margin-top: 12px;
    }

    .hero__button {
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 35px;
    }

    .company {
        margin: 50px 0 0;
    }

    .company__title {
        font-size: 16px;
        padding: 0 15px;
    }

    .company__list {
        margin-top: 25px;
    }

    .description-ai {
        margin: 50px 0 0;
    }

    .description-ai__video {
        width: 100%;
        height: 50%;
        padding: 0 15px;
    }

    .description-ai .wrapper {
        flex-direction: column;
    }

    .description-ai__text {
        margin: 10px 0 0;
    }

    .description-ai__image {
        margin-top: 30px;
        width: 290px;
        height: 170px;
        border-radius: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .description-ai__image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .description-ai__image .play-button {
        width: 46px;
    }


    .solutions {
        margin: 60px 0 0;
        padding-top: 0;
    }

    .solutions:before {
        background-color: transparent;
    }

    .solutions:after {
        background-color: transparent;
    }

    .fintech-solutions {
        height: auto;
    }

    .fintech-solutions__list {
        gap: 0;
        margin: 20px 0 0;
    }

    .fintech-solutions__list:after {
        display: none;
    }

    .fintech-solutions__list-item.active .fintech-solutions__list-item--top:after {
        display: none;
    }

    .fintech-solutions__list-item-icon {
        display: none;
    }

    .fintech-solutions__list-item .fintech-solutions__list-item--bottom {
        position: inherit !important;
        display: flex;
        flex-direction: column;
    }

    .fintech-solutions__list-item {
        border-radius: 20px;
        background-color: #F6FAFE;
        padding: 21px 18px 30px;
        box-sizing: border-box;
    }

    .fintech-solutions__list-item-title {
        font-weight: 600;
        font-size: 25px;
        text-align: center;
        width: 100%;
    }

    .fintech-solutions__list-item--top {
        max-width: 100%;
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .fintech-solutions__list-item--bottom {
        margin: 20px 0 0;
    }

    .fintech-solutions__list-item-image {
        width: 227px;
        height: 192px;
        border-radius: 20px;
        overflow: hidden;
    }

    .fintech-solutions__list-item--bottom {
        gap: 0;
    }

    .fintech-solutions__list-item-description {
        max-width: 100%;
        margin: 20px 0 0;
    }

    .fintech-solutions__list-item-description h3 {
        display: none;
    }

    .fintech-solutions__description-list {
        margin: 0;
    }

    .business-impact {
        margin: 60px auto 0;
        padding: 0;
        box-shadow: none;
        max-width: 100%;
        border-radius: 0;
    }

    .business-impact__title {
        margin-top: 10px;
        padding: 0 15px;
    }

    .business-impact__list {
        flex-direction: column;
        margin-top: 30px;
        padding: 0;
        gap: 30px;
    }

    .business-impact__list-item {
        width: 100%;
        padding: 6px 16px 0;
    }

    .business-impact__list-item:after {
        border-left: 6px solid #00CFBE;
        left: 0;
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
    }

    .business-impact .sup-title {
        padding: 0 15px;
    }

    .business-impact__list-item-icon {
        width: 24px;
        height: 24px;
    }

    .business-impact__list-item-icon svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .business-impact__list-item-title {
        color: #00CFBE;
        font-size: 20px;
        font-weight: 500;
        margin-top: 8px;
    }

    .business-impact__list-item p {
        margin-top: 8px;
    }

    .business-impact__list-item:not(:last-child):after {
        border-right: none;
    }


    .sales-block {
        margin-top: 51px;
        gap: 0;
        flex-direction: column;
        padding: 0 3px;
    }

    .sales-block__video {
        max-width: 100%;
        height: 260px;
    }

    .sales-block__banner {
        max-height: 62%;
    }

    .sales-block h2 {
        font-size: 40px;
    }

    .sales-block__text {
        margin-top: 39px;
    }

    .button__sales-block {
        margin-top: 50px;
    }

    .publications {
        margin-top: 62px;
        padding: 58px 0 30px;
    }

    .publications .wrapper {
        padding: 0 15px;
    }

    .publications__list-item {
        padding: 21px 18px 24px;
    }

    .publications__list-item-title {
        margin-top: 21px;
    }

    .publications__list-item-text {
        margin-top: 9px;
    }

    .publications__button-swipe {
        width: 50px;
        height: 50px;
        margin-right: 40px;
        margin-top: 0;
        flex-shrink: 0;
    }

    .santander {
        padding: 50px 0;
        background-color: #F6FAFE;
    }

    .santander .wrapper {
        flex-direction: column-reverse;
    }

    .santander__content {
        order: 2;
    }

    .santander__image-block {
        order: 1;
        max-width: 100%;
        max-height: inherit;
        height: auto;
        margin-top: 25px;
        flex-direction: column;
    }

    .santander__full-name {
        order: 3;
        width: 100%;
        padding: 0;
        margin-top: 16px;
        display: block;
    }

    .santander__image-block-content {
        width: 100%;
        gap: 20px;
    }

    .santander__title {
        order: 4;
        padding: 0;
        width: 100%;
        display: block;
    }

    .santander__link {
        order: 5;
        margin-top: 16px;
    }

    .santander__image {
        max-width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 20px;
    }

    .santander__image img {
        width: 100%;
        height: auto;
    }

    .santander__list {
        flex-direction: column;
        gap: 21px;
        margin-top: 30px;
        padding-bottom: 31px;
        max-width: 100%;
        width: 100%;
    }

    li.santander__list-item {
        width: 100%;
    }

    .santander__list-item-description {
        margin-top: 14px;
    }

    .santander__text.santander__quote {
        font-size: 25px;
        margin-top: 30px;
    }


    .resources {
        margin-top: 60px;
    }

    .resources .wrapper {
        padding: 0;
    }

    .resources .sup-title {
        display: none;
    }

    .resources__title {
        margin-top: 0;
        text-align: center;
    }

    .resources__block-image {
        display: none;
    }

    .resources__content-wrapper {
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .resources__swiper {
        padding-bottom: 36px !important;
    }

    .resources__list-item {
        flex-direction: column;
        border-radius: 30px;
        overflow: hidden;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        gap: 0;
    }

    .resources__img {
        width: 101%;
        height: 217px;
    }

    .resources__text {
        margin-top: 37px;
        padding: 0 18px 40px;
    }

    .resources__list {
        gap: 0;
        max-width: 100%;
        flex-direction: inherit;
        padding: 15px 15px;
    }

    .questions {
        margin-top: 92px;
    }

    .questions__item-title {
        font-size: 16px;
        line-height: 1.25;
    }

    .questions__wrapper-group {
        align-items: flex-start;
    }

    .questions__toggle {
        width: 35px;
        height: 25px;
        padding: 0;
    }

    .questions__toggle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .questions__description {
        margin-top: 20px;
    }

    .publications__list-item-link {
        margin-top: 10px;
    }

    .questions__item:not(:last-child) {
        padding-bottom: 30px;
    }

    .questions__list {
        gap: 33px;
    }

    .see {
        padding: 64px 0 86px;
        margin-top: 59px;
        background-image: url('/wp-content/themes/thetaray/css/../images/bg-see-mobile.jpg');
        background-size: cover;
        background-position: bottom center;
    }

    .see__button {
        margin: 52px auto 0;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .footer {
        padding-top: 60px;
    }

    .footer .logo {
        width: 100%;
        text-align: center;
        max-width: 100%;
    }

    .footer__wrapper-logo {
        flex-direction: column;
        gap: 30px;
    }

    .footer__email {
        text-align: center;
    }

    .social-list {
        top: 0;
        justify-content: center;
        gap: 20px;
    }

    .footer .footer_menu_title {
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        padding-left: 0 !important;
        margin-bottom: 18px;
        margin-top: 0 !important;
        position: relative;
    }

    .footer .footer_menu_title:after {
        content: '';
        background-image: url('/wp-content/themes/thetaray/css/../images/chevron.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 14px;
        height: 23px;
        display: block;
        margin-left: auto;
        position: absolute;
        top: 0;
        right: 0;
    }

    .footer .menu-item {
        padding-left: 15px;
        margin-top: 21px;
    }

    .footer .menu-item:not(.footer_menu_title) {
        display: none;
    }

    .footer ul.open .menu-item:not(.footer_menu_title) {
        display: block !important;
    }

    .footer ul.open .footer_menu_title:after {
        transform: rotate(90deg);
    }

    .industries-menu,
    .solutions-menu,
    .resources-menu,
    .company-menu {
        gap: 0;
    }

    .footer .wrapper {
        gap: 0;
    }


    .footer__company {
        margin-top: 67px;
    }

    .footer .menu-item a {
        font-weight: 600;
    }

    .footer .footer_menu_title a {
        font-weight: 500;
    }

    .footer__solutions,
    .footer__resources,
    .footer__company,
    .footer__industries,
    .footer__events,
    .footer__contact {
        width: 100%;
    }

    .footer__solutions,
    .footer__resources,
    .footer__company,
    .footer__industries,
    .footer__events,
    .footer__contact {
        margin-top: 39px;
    }

    .footer__description {
        margin-top: 0;
    }

    .footer__description--bottom {
        flex-direction: column-reverse;
        margin-top: 30px;
    }

    .menu-disclaimer-container {
        margin-left: 0;
        margin-right: auto;
    }

    .disclaimer-menu .menu-item {
        margin-top: 0;
        padding: 0;
        display: block !important;
    }

    .disclaimer-menu .menu-item:last-child {
        border: none;
    }

    .footer .disclaimer-menu .menu-item a {
        font-weight: 400;
    }

    .disclaimer-menu .menu-item:not(:last-child) {
        border-width: 1px;
    }

    .copyright {
        margin-top: 20px;
    }

    .footer__description--top {
        padding: 45px 0;
        flex-direction: column;
        align-items: center;
    }

    .footer__button {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .certificate__item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 44px 0 0;
    }


    /*navigation*/
    .navigation {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 10px;
    }

    .publications__navigation {
        margin-top: 30px;
    }

    .resources__navigation {
        padding-right: 15px;
        margin-top: 30px;
    }

    .risk-assessment__button-swipe,
    .resources__button-swipe,
    .fintech-solutions__button-swipe {
        width: 50px;
        height: 50px;
        border: none;
        border-radius: 50%;
        background-color: #3888FF;
        flex-shrink: 0;
    }

    .risk-assessment__pagination,
    .resources__pagination,
    .publications__pagination,
    .fintech-solutions__pagination {
        width: 80% !important;
        text-align: right;
        margin-right: 21px;
    }

    .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
        background-color: #D9D9D9 !important;
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #3888FF !important;
    }

    /*navigation*/

}

@media screen and (max-width: 375px) {

    .santander__image-block {
        max-height: 270px;
    }

    .santander__image {
        height: auto;
    }

    .santander__percentage-list {
       max-width: 100%;
    }
}

@media screen and (max-width: 321px) {

    .santander__image-block {
        max-height: 230px;
    }

    .santander__image {
        /*height: 227px;*/
    }
}

/*Mega menu*/
.header .header-menu > .menu-item-has-children:hover > a {
    color: #58A1E3;
}

.header .header-menu > .menu-item-has-children::after {
    content: '';
    width: 100px;
    height: 35px;
    position: absolute;
    margin-top: 22px;
    margin-left: -90px;
}

.header .header-menu > .menu-item-has-children:hover > .submenu-wrapper::before,
.header .header-menu > .menu-item-has-children:hover > .submenu-wrapper {
    display: flex;
}

.header .header-menu > .menu-item-has-children > .submenu-wrapper::before {
    position: fixed;
    left: 0;
    right: 0;
    background: #FFFFFF;
    width: 100%;
    box-shadow: 0px 0px 7px 0px #00000026;
    top: 93px;
    content: '';
    height: 100%;
    z-index: -1;
    max-height: 301px;
    display: none;
}

.header .header-menu > .menu-item-has-children > .submenu-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    max-width: 1116px;
    margin: 0 auto;
    top: 90px;
    gap: 27px;
    display: none;
    align-items: flex-start;
    min-height: 301px;
}

.header .header-menu > .menu-item-has-children .custom-menu-item {
    background-color: #f6fafe;
    margin: auto 0 auto auto;
    padding: 0 0 0 50px;
    display: flex;
    gap: 25px;
    align-items: center;
    min-width: 490px;
    justify-content: space-between;
    order: 100;
}

.header .header-menu > .menu-item-has-children .custom-menu-item iframe {
    width: 209px;
    height: 117px;
    border-radius: 10px;
}

.header .header-menu .custom-menu-item h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    margin: 0 0 10px;
    color: #000;
}

.header .header-menu .custom-menu-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000000;
}

.header .header-menu .custom-menu-item .custom-menu-item__left {
    flex: 0 0 auto;
}

.header .header-menu > .menu-item-has-children .submenu-wrapper > .sub-menu {
    display: flex;
    padding: 37px 0 32px;
    flex-wrap: wrap;
    margin: auto 0;
    width: 100%;
}

header .header-menu > .menu-item-has-children .submenu-wrapper > .sub-menu > li {
    width: 50%;
    flex: 0 0 auto;
}

.header .header-menu .custom-menu-item::after {
    content: '';
    background-color: #f6fafe;
    width: 49%;
    height: 100%;
    position: fixed;
    right: 0;
    z-index: -1;
    top: 93px;
    max-height: 301px;
}

.header .header-menu > .menu-item-has-children .submenu-wrapper > .sub-menu > li > a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    gap: 15px;
    padding: 12px 0;
}

.header .header-menu > .menu-item-has-children .submenu-wrapper > .sub-menu > li > a:hover {
    color: #58A1E3;
}

.header .header-menu > .menu-item-has-children .submenu-wrapper > .sub-menu > li > .sub-menu a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    padding: 10px 0 10px 46px;
}

.header .header-menu > .menu-item-has-children .submenu-wrapper > .sub-menu > li > .sub-menu a:hover {
    color: #58A1E3;
}

@media only screen and (min-width: 992px) and (max-width: 1150px) {
    .wrapper, .header .header-menu > .menu-item-has-children > .sub-menu {
        padding: 0 20px
    }

    .header .header-menu > .menu-item-has-children > .sub-menu > li:not(.custom-menu-item) {
        width: auto;
    }
}

@media (max-width: 991px) {

    .header .header-menu > .menu-item-has-children.opened > .submenu-wrapper {
        display: block;
    }

    .header .header-menu > .menu-item-has-children > .submenu-wrapper::before {
        display: none !important;
    }

    .header .header-menu > .menu-item-has-children .custom-menu-item {
        display: none;
    }

    .header .header-menu > .menu-item-has-children .submenu-wrapper > .sub-menu {
        padding: 20px 10px 0;
        width: 100%;
        margin: 0;
    }

    .header .header-menu > .menu-item-has-children > .submenu-wrapper {
        position: inherit;
        top: 0;
        margin: 0;
        min-height: inherit;
        width: 100%;
    }

    header .header-menu > .menu-item-has-children .submenu-wrapper > .sub-menu > li {
        width: 100%;
    }

    .header .header-menu > .menu-item-has-children .submenu-wrapper > .sub-menu > li > a img {
        display: none;
    }

    .header .header-menu > .menu-item-has-children .submenu-wrapper > .sub-menu > li > .sub-menu a {
        padding: 10px 0;
    }

    .header-menu > li {
        width: calc(100% - 30px);
        padding: 19px 15px;
    }

    .header-menu > li.opened {
        background-color: #F6F8FE;
    }

    .header .header-menu > .menu-item-has-children::after {
        display: none;
    }

    .header-menu > li.menu-item-has-children > a {
        background-image: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='1.24146' width='1.75561' height='15.2153' rx='0.877803' transform='rotate(-45 0 1.24146)' fill='%2300053E'/%3E%3Crect x='20.2754' y='0.000244141' width='1.75561' height='15.2153' rx='0.877803' transform='rotate(45 20.2754 0.000244141)' fill='%2300053E'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 5px;
        display: block;
    }

    .header-menu > li.menu-item-has-children.opened > a {
        background-image: url("data:image/svg+xml,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='21.5168' y='10.759' width='1.75561' height='15.2153' rx='0.877803' transform='rotate(135 21.5168 10.759)' fill='%2300053E'/%3E%3Crect x='1.24146' y='12.0002' width='1.75561' height='15.2153' rx='0.877803' transform='rotate(-135 1.24146 12.0002)' fill='%2300053E'/%3E%3C/svg%3E");
    }
}

.resources__link.santander__link {
  margin-top: 10px;
  font-size: 14px;
}
.resources__link.santander__link svg {
  width: 16px;
  height: 9px;
}

/*14_08*/
.fintech-solutions__swiper.mobile {
	display: none;
}

@media (max-width: 991px) {
	.fintech-solutions__list-item-title br {
		display: none;
	}
	.fintech-solutions__swiper.mobile {
		display: block;
	}
	.fintech-solutions__swiper.desktop {
		display: none;
	}
}

@media (max-width: 991px) {
    .hp-business-impact__list-item-icon .style-svg  {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: contain;
    }
}

@media (max-width: 991px) {
   .description .attachment-full  {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: contain;
    }
}

@media (max-width: 991px) {
      .hero__text {
          line-height: 1.5 !important
  }
}