.sass-redesign .btn-base {
text-transform: none;
padding: 1rem 1.875rem;
}
.sass-redesign .header .btn-base {
padding: 0.625rem 1.875rem;
}
.fintech-services__list,
.sectors-section__list {
margin-bottom: 1.875rem;
}
.dpackage-section .websubscr__title {
margin-bottom: 1.25rem;
}
.sass-redesign .why-section:before {
display: none;
}
.why-section .faq-btn {
padding: 0;
color: #fff;
position: relative;
}
.why-section .faq-section__items {
grid-gap: 0;
}
.why-section .faq-section__item {
border-bottom: 1px solid #333;
padding: 1.25rem 0;
}
.why-section .faq-section__item:first-child {
border-top: 1px solid #333;
padding-top: 1.25rem;
}
.why-section .faq-section__answer {
padding-left: 0;
padding-right: 0;
}
.why-section .faq-btn:after {
content: "";
display: block;
position: absolute;
right: 0;
top: 50%;
margin-top: -0.75rem;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB3SURBVHgB7dfBCcAgDIXhZ+lAHaEbOFNHcpNuZFtIzwrJQfT/QLzk8AwYUQIArKPWenxLgXbFyrbfCrJpcAT0IqAXAb2GD9g1qO11yB2lp9V3lKqklJoDfY4O2kmbp/0799ZfCsIl8SKgFwG9COgV/ScpAgCs5QHlrBW+Wnjb+QAAAABJRU5ErkJggg==) no-repeat center center transparent;
background-size: contain;
width: 1.5rem;
height: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
-webkit-transition: -webkit-transform .3s ease;
transition: -webkit-transform .3s ease;
transition: transform .3s ease;
transition: transform .3s ease,-webkit-transform .3s ease;
transition: transform .3s ease,-webkit-transform .3s ease;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
z-index: 1;
}
.why-section .faq-section__item.active .faq-btn:after {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABmJLR0QA/wD/AP+gvaeTAAAAQUlEQVRYhe3OwQmAQBADwCzYgJXYhiXbhhXtNXCgoi+ZeYckCQAA8GN1J9TdW5L94+2jqs6r0PKgcH1xBgAAYGYA8AQFF357hN0AAAAASUVORK5CYII=);
-webkit-transform: translateZ(0) rotate(180deg);
transform: translateZ(0) rotate(180deg);
}
.sass-redesign .web3cta-section {
color: #fff;
}
.cta-box_gradient.web3cta-section_largebg .web3cta-section__box {
background: linear-gradient(270deg, #D278FE 0%, #2D69FB 100%);
}
.cta-box_gradient .mobile-only {
display: block;
}
.cta-box_gradient .desktop-only {
display: none;
}
.cta-box__left {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
width: 100%;
gap: 1.875rem;
}
.cta-box__people {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
width: 100%;
gap: 1rem;
}
.cta-box__photo {
line-height: 1;
border-radius: 100%;
overflow: hidden;
width: 4.375rem;
min-width: 4.375rem;
order: 1;
}
.cta-box__photo img {
width: 100%;
height: auto;
}
.cta-box__team {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
justify-content: flex-start;
width: 100%;
gap: .5rem;
color: #fff;
font-size: 1.25rem;
line-height: 1.2;
order: 2;
position: relative;
z-index: 2;
}
.cta-box__txt {
color: #fff;
font-size: 0.875rem;
line-height: 1.4;
letter-spacing: .14px;
}
.hero-section__column-right {
margin-top: 2rem;
}
.sectors-section .btn-base,
.fhelp-section__btn .btn-base {
font-size: 0.875rem;
}
.team-section {
position: relative;
background: none;
width: 100%;
overflow: hidden;
}
.team-section__box {
width: 100%;
overflow: hidden;
overflow-x: auto;
}
.team-section__list {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 1rem;
width: 50.875rem;
}
.team-section__item {
border-radius: 1rem;
height: 100%;
width: 100%;
}
.team-section__item-txt {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;
background: #121212;
padding: 1.25rem;
}
.team-section__photo {
line-height: 1;
border-radius: 1rem;
width: 100%;
height: auto;
}
.team-section__count {
color: #fff;
font-size: 3rem;
line-height: 1.1;
}
.team-section__content {
font-size: 1.25rem;
line-height: 1.2;
}
.team-section__btn {
margin-top: 1.875rem;
}
.team-section__btn .btn-base {
width: 100%;
}
.team-section .websubscr__title {
margin-bottom: 1.25rem;
}
.blog-section .blog-item__img {
position: relative;
overflow: hidden;
}
.blog-item__img img {
object-fit: unset;
height: 100%;
width: auto !important;
max-width: fit-content;
}
@media screen and (min-width: 768px) {
.sass-redesign .hero-section_wide.hero-section_webstrategy .hero-section__title {
margin-bottom: 2.5rem;
line-height: 1;
}
.sass-redesign .hero-section__title span {
line-height: 1.2;
}
.sass-redesign .hero-section__btn-group .btn-base {
white-space: nowrap;
}
.sass-redesign .hero-section__txt {
margin-bottom: 2.5rem;
}
.fintech-services__list,
.sectors-section__list {
margin-bottom: 3.75rem;
}
.fhelp-section__btn .btn-base {
width: auto;
display: inline-block;
}
.dpackage-section .websubscr__title {
margin-bottom: 1.875rem;
}
.why-section .faq-btn {
padding: 0;
font-size: 1.5rem;
}
.why-section .faq-section__item {
padding: 2.5rem 0;
}
.why-section .faq-section__item:first-child {
padding-top: 2.5rem;
}
.why-section .faq-btn:after {
right: 0;
width: 2.5rem;
height: 2.5rem;
margin-top: -1.25rem;
}
.team-section__btn {
margin-top: 3.75rem;
}
.team-section__btn .btn-base {
width: auto;
}
.team-section .websubscr__title {
margin-bottom: 1.875rem;
}
}
@media screen and (min-width: 1100px) {
.sectors-section .btn-base,
.fhelp-section__btn .btn-base {
font-size: 1.25rem;
}
}
@media screen and (min-width: 1230px) {
.team-section__box {
overflow: hidden;
}
.team-section__list {
width: 100%;
gap: 1.875rem;
}
.team-section__item-txt {
padding: 1.875rem;
}
.team-section__count {
font-size: 4rem;
line-height: 0.96;
}
.team-section__content {
line-height: 1.4;
}
.why-section .container {
display: flex;
justify-content: space-between;
align-items: flex-start;
width: 100%;
}
.why-section .websubscr__title {
margin-bottom: 0;
text-align: left;
width: 265px;
}
.cta-box_gradient .mobile-only {
display: none;
}
.cta-box_gradient .desktop-only {
display: block;
}
.cta-box__col {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: flex-end;
-moz-align-items: flex-end;
-ms-align-items: flex-end;
align-items: flex-end;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
width: 100%;
}
.cta-box_column .cta-box__left {
gap: 0;
}
.cta-box__photo {
width: 31.125rem;
min-width: 31.125rem;
position: absolute;
bottom: -1rem;
right: 1rem;
display: block;
border-radius: 0;
}
.cta-box__team {
gap: 0.25rem;
white-space: nowrap;
padding-bottom: 2.5rem;
left: 1.25rem;
}
.cta-box_column .section-title {
max-width: 100%;
font-size: 3rem;
margin-bottom: 5rem;
line-height: 1.1;
}
.cta-box__txt {
width: 43.8125rem;
}
.hero-section__column-right {
margin-top: 0;
}
}
@media screen and (min-width: 1600px) {
.team-section__content {
line-height: 1.2;
font-size: 1.5rem;
}
}