*,
::after,
::before {
    box-sizing: border-box
}

main {
    margin-top: 160px
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    border-radius: 100px;
    padding: 14px;
    transition: all .25s;
    font: var(--buttons-mobile);
    cursor: pointer;
    color: inherit
}

.button--transparent-black {
    background: 0 0;
    border-color: var(--color-black);
    color: var(--color-black)
}

.button--transparent-black:hover {
    background: var(--color-black);
    color: var(--color-white) !important
}

.button--transparent-grey,
.button--transparent-white {
    background: 0 0;
    color: var(--color-white)
}

.button--transparent-white {
    border-color: var(--color-white)
}

.button--transparent-white:hover {
    background: var(--color-primary);
    border-color: var(--color-primary)
}

.button--transparent-grey {
    border-color: var(--color-grey)
}

.button--transparent-grey:hover {
    background: var(--color-grey);
    color: var(--color-white) !important
}

.button--transparent-purple {
    border-color: var(--color-secondary-purple-500);
    color: var(--color-secondary-purple-600)
}

.button--transparent-purple:hover {
    background: var(--color-secondary-purple-500);
    color: var(--color-white)
}

.button--filled-red {
    background: var(--color-primary);
    color: var(--color-white)
}

.button--filled-red:hover {
    background: 0 0;
    border-color: var(--color-primary);
    color: var(--color-primary) !important
}

.button--filled-purple {
    background: var(--color-secondary-purple-500);
    color: var(--color-white)
}

.button--filled-purple:hover {
    background: 0 0;
    border-color: var(--color-secondary-purple-500);
    color: var(--color-secondary-purple-500)
}

.button--filled-purple-dark {
    background: var(--color-secondary-purple-700);
    color: var(--color-white)
}

.button--filled-purple-dark:hover {
    background: 0 0;
    border-color: var(--color-secondary-purple-700);
    color: var(--color-secondary-purple-700)
}

.button--filled-dark {
    background: var(--color-black);
    color: var(--color-white)
}

.button--filled-dark:hover {
    background: 0 0;
    border-color: var(--color-black);
    color: var(--color-black)
}

blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
ol,
p,
ul {
    margin: 0
}

ol[role=list],
ul[role=list] {
    list-style: none
}

.familiar .slider .items .familiar__list li,
li {
    position: relative
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    color: var(--color-black);
    transition: all .25s
}

a:not([class]):hover {
    opacity: .8
}

a[class] {
    text-decoration: none
}

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

button,
input,
select,
textarea {
    font: inherit
}

sup {
    font-size: 12px;
    line-height: 11px;
    position: relative;
    left: -4px
}

@media (prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto
    }

    *,
    ::after,
    ::before {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

@font-face {
    font-family: 'MatterIGTF';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://a.c-dn.net/b/1fS4in.woff#MatterSQ-Regular.woff) format('woff')
}

@font-face {
    font-family: 'MatterIGTF';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://a.c-dn.net/b/2JMRSD.woff#MatterSQ-Medium.woff) format('woff')
}

@font-face {
    font-family: 'MatterIGTF';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://a.c-dn.net/b/0wCUTk.woff#MatterSQ-SemiBold.woff) format('woff')
}

@font-face {
    font-family: 'MatterIGTF';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://a.c-dn.net/b/4ymtkZ.woff#MatterSQ-Bold.woff) format('woff')
}

@font-face {
    font-family: 'MatterMonoIGTF';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://a.c-dn.net/c/content/dam/igcom-websites/shared/fonts/2023/07/11/MatterMonoIGTF-Bold.woff2) format('woff2')
}

@font-face {
    font-family: 'MatterMonoIGTF';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://a.c-dn.net/c/content/dam/igcom-websites/shared/fonts/2023/07/11/MatterMonoIGTF-SemiBold.woff2) format('woff2')
}

:root {
    --color-primary: hsla(0, 80%, 51%, 1);
    --color-secondary-saffron: hsla(20, 100%, 11%, 1);
    --color-secondary-purple: hsla(281, 100%, 13%, 1);
    --color-secondary-teal: hsla(175, 100%, 90%, 1);
    --color-secondary-saffron-700: hsla(20, 100%, 11%, 1);
    --color-secondary-teal-700: hsla(170, 100%, 10%, 1);
    --color-secondary-purple-700: hsla(281, 100%, 13%, 1);
    --color-secondary-purple-600: hsla(279, 87%, 24%, 1);
    --color-secondary-teal-600: hsla(172, 100%, 20%, 1);
    --color-secondary-purple-500: hsla(277, 100%, 59%, 1);
    --color-secondary-teal-500: hsla(175, 100%, 43%, 1);
    --color-blue-500: hsla(216, 95%, 44%, 1);
    --color-secondary-purple-300: hsla(281, 100%, 93%, 1);
    --color-secondary-saffron-300: hsla(46, 100%, 91%, 1);
    --color-secondary-teal-300: hsla(175, 100%, 90%, 1);
    --color-black-800: hsla(0, 0%, 22%, 1);
    --color-black-700: hsla(0, 0%, 25%, 1);
    --color-black-600: hsla(0, 0%, 33%, 1);
    --color-black-500: hsla(0, 0%, 45%, 1);
    --color-black-300: hsla(0, 0%, 83%, 1);
    --color-black-200: hsla(0, 0%, 90%, 1);
    --color-black-100: hsla(0, 0%, 95%, 1);
    --color-black-50: hsla(0, 0%, 98%, 1);
    --color-grey-50: hsla(0, 0%, 78%, 1);
    --color-grey-30: hsla(0, 0%, 70%, 1);
    --color-black: hsla(0, 0%, 0%, 1);
    --color-white: hsla(0, 0%, 100%, 1);
    --color-grey: hsla(0, 2%, 40%, 1);
    --heading-xl-desktop: 700 80px/80px 'MatterIGTF', sans-serif;
    --heading-lg-desktop: 700 56px/56px 'MatterIGTF', sans-serif;
    --heading-md-desktop: 700 40px/40px 'MatterIGTF', sans-serif;
    --heading-sm-desktop: 700 32px/32px 'MatterIGTF', sans-serif;
    --body-lg-regular-desktop: 400 22px/26.4px 'MatterIGTF', sans-serif;
    --body-lg-bold-desktop: 600 22px/26.4px 'MatterIGTF', sans-serif;
    --body-md-regular-desktop: 400 18px/21.6px 'MatterIGTF', sans-serif;
    --body-xs-regular-desktop: 400 14px/16.8px 'MatterIGTF', sans-serif;
    --heading-lg-mobile: 700 48px/48px 'MatterIGTF', sans-serif;
    --heading-md-mobile: 700 40px/40px 'MatterIGTF', sans-serif;
    --heading-sm-mobile: 700 32px/32px 'MatterIGTF', sans-serif;
    --heading-xs-mobile: 600 24px/24px 'MatterIGTF', sans-serif;
    --body-lg-bold-mobile: 500 22px/26.4px 'MatterIGTF', sans-serif;
    --body-lg-regular-mobile: 400 22px/26.4px 'MatterIGTF', sans-serif;
    --body-md-bold-mobile: 600 18px/21.6px 'MatterIGTF', sans-serif;
    --body-md-regular-mobile: 400 18px/21.6px 'MatterIGTF', sans-serif;
    --body-sm-regular-mobile: 400 16px/19.2px 'MatterIGTF', sans-serif;
    --body-xs-bold-mobile: 600 14px/16.8px 'MatterIGTF', sans-serif;
    --body-xs-regular-mobile: 400 14px/16.8px 'MatterIGTF', sans-serif;
    --buttons-mobile: 600 16px/22px 'MatterIGTF', sans-serif;
    --other-label-mobile: 400 12px/18px 'MatterIGTF', sans-serif;
    --desktop-width: 1280px;
    --mobile-width: 768px
}

.award__title {
    letter-spacing: -.4px
}

.award__grid {
    display: grid
}

.award__icon,
.award__item {
    display: flex;
    align-items: center
}

.award__item {
    flex-direction: column;
    text-align: center;
    background: var(--color-secondary-purple-300);
    border-radius: 24px
}

.award__icon {
    place-content: center;
    width: 80px;
    min-width: 80px;
    min-height: 80px;
    border-radius: 50%;
    background: var(--color-black);
    margin-bottom: 24px;
    justify-content: center
}

.award__icon img {
    width: 48px;
    min-width: 48px;
    height: 48px
}

.award__number {
    margin-bottom: 8px;
    font-weight: 600;
    font-family: 'MatterMonoIGTF', sans-serif
}

.award__text span {
    font: var(--body-xs-bold-mobile);
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin-bottom: 5px;
    min-height: 48px
}

@media (max-width:767px) {
    .award {
        padding: 8px 0 48px
    }

    .page .award .wrapper {
        padding-right: 0
    }

    .award__title {
        font: var(--heading-md-mobile);
        margin-bottom: 24px;
        max-width: 277px
    }

    .award__grid {
        grid-template-columns: repeat(4, minmax(247px, 1fr));
        gap: 16px;
        overflow-x: scroll
    }

    .award__grid::-webkit-scrollbar {
        height: 0
    }

    .award__item {
        padding: 32px 19px;
        height: 100%
    }

    .award__number {
        font-size: 24px;
        line-height: 24px
    }

    .award__text {
        font: var(--body-xs-regular-mobile);
        font-size: 12px
    }

    .award__text span {
        font-weight: 600
    }
}

@media (min-width:768px) {
    .award {
        padding: 12px 0 120px
    }

    .award__title {
        font: var(--heading-lg-desktop);
        text-align: center;
        margin-bottom: 40px
    }

    .award__grid {
        grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
        gap: 40px
    }

    .award__item {
        padding: 32px;
        height: 292px
    }

    .award__number {
        font-size: 28px;
        line-height: 28px
    }

    .award__text {
        font: var(--body-md-regular-desktop);
        font-size: 12px
    }
}

.expect {
    padding: 8px 0 48px
}

.expect__img,
.familiar .tabs__nav {
    margin-bottom: 32px;
    width: 100%
}

.expect__title {
    margin-bottom: 8px;
    font: var(--heading-xs-mobile)
}

.expect__subtitle {
    font: var(--body-sm-regular-mobile);
    margin-bottom: 32px
}

.expect__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 53px
}

.expect .expect__grid .expect__item {
    display: flex;
    flex-direction: column
}

.expect .expect__grid .expect__item .expect__text {
    display: flex;
    -moz-column-gap: 8px;
    column-gap: 8px;
    align-items: center;
    margin-bottom: 12px
}

.expect .expect__grid .expect__item .expect__subheading {
    font: var(--body-md-bold-mobile)
}

.expect .expect__grid .expect__item .expect__subtext {
    font: var(--body-sm-regular-mobile);
    color: var(--color-black-700)
}

.familiar {
    overflow: hidden
}

.familiar__title {
    letter-spacing: -.4px
}

.familiar .tabs__nav {
    -moz-column-gap: 4px;
    column-gap: 4px;
    overflow-x: scroll
}

.familiar .tabs__nav::-webkit-scrollbar {
    height: 0;
    display: none
}

.familiar .tabs__nav .button {
    max-height: 48px;
    text-wrap: nowrap;
    background: 0 0;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    background: var(--color-black-50)
}

.familiar .tabs__nav .button.selected {
    background: var(--color-black);
    color: var(--color-white)
}

.familiar .slider .items {
    margin-bottom: 43px;
    display: flex;
    position: relative;
    scrollbar-width: none;
    transition: all .2s;
    left: 0;
    will-change: left
}

.familiar .slider .items::-webkit-scrollbar {
    height: 0
}

.familiar .slider .items .slide {
    position: relative;
    display: flex;
    align-items: flex-start
}

.familiar .slider .items .slide::before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--color-secondary-saffron-300)
}

.familiar .slider .items .slide:nth-child(2):before,
.familiar .slider .items .slide:nth-child(4):before {
    background: var(--color-secondary-teal)
}

.familiar .slider .items .slide:nth-child(5):before {
    background: #ffe0e0
}

.familiar .slider .items .slide:nth-child(6):before {
    background: #c7ffc9
}

.familiar .slider .items .slide:nth-child(7):before {
    background: #ffe0cc
}

.familiar .slider .items .slide:nth-child(8):before {
    display: none
}

.familiar .slider .items .slide:nth-child(3) .container,
.familiar .slider .items .slide:nth-child(6) .container,
.familiar .slider .items .slide:nth-child(7) .container,
.familiar .slider .items .slide:nth-child(8) {
    justify-content: center
}

.familiar .slider .items .slide:nth-child(3) .container,
.familiar .slider .items .slide:nth-child(6) .container,
.familiar .slider .items .slide:nth-child(7) .container {
    height: auto;
    align-self: center
}

.familiar .slider .items .slide:nth-child(8) .container {
    height: auto;
    align-self: center;
    align-items: center
}

.familiar .slider .items .slide:nth-child(3) .container,
.familiar .slider .items .slide:nth-child(6) .container,
.familiar .slider .items .slide:nth-child(7) .container {
    align-items: baseline
}

.familiar .slider .items .slide:nth-child(3) .container p,
.familiar .slider .items .slide:nth-child(6) .container p,
.familiar .slider .items .slide:nth-child(7) .container p,
.familiar .slider .items .slide:nth-child(8) h3 {
    margin-bottom: 24px
}

.familiar .slider .items .slide:nth-child(8) a {
    color: var(--color-white)
}

.familiar .slider .slide span:not(.trade__window, .trade__popup) {
    position: relative
}

.familiar .slider .slide span:not(.trade__window, .trade__popup) svg {
    width: 18px;
    position: absolute;
    left: 0;
    bottom: 0
}

.familiar .slider .slide .trade__window {
    bottom: 3px
}

.familiar .slider .slide .container .familiar__list .trade__window {
    left: -2px;
    bottom: 2px
}

.familiar .slider .slide .container .trade__window .trade__popup {
    top: -125px
}

.familiar .slider .slide .container .familiar__list .trade__window .trade__popup {
    top: -72px
}

.familiar .slider .bubbles {
    -moz-column-gap: 8px;
    column-gap: 8px;
    justify-content: center
}

.familiar .slider .bubbles button {
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-black-300);
    border: unset;
    cursor: pointer;
    padding: 0;
    transition: all ease .3s
}

.familiar .slider .bubbles button.selected {
    width: 24px;
    min-width: 24px;
    border-radius: 4px;
    background: var(--color-white);
    transition: all ease .3s;
    background: var(--color-black)
}

.familiar .slider .items .slide .container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.familiar .slider .items .familiar__list {
    color: var(--color-black-700);
    list-style: none;
    padding-left: 27px
}

.familiar .slider .items .familiar__list li::before,
.foundations .foundations__list li::before,
.hero .hero__list li::before,
.tools .slider .items ul li::before {
    content: url(https://a.c-dn.net/c/content/dam/landingPages/assets/multiProductsUk/icons/circle-tick.svg);
    position: absolute;
    top: 50%;
    left: -27px;
    transform: translate(0, -50%);
    display: block;
    width: 18px;
    height: 18px
}

.familiar .slider .items p {
    font: var(--body-xs-regular-desktop);
    color: var(--color-black-700)
}

.familiar .slider .items .slide a {
    width: 100%;
    max-width: 142px;
    margin-top: auto;
    height: 48px;
    color: var(--color-black)
}

@media (max-width:767px) {
    .familiar {
        padding: 8px 0 48px
    }

    .familiar__title {
        font: var(--heading-md-mobile);
        margin-bottom: 12px;
        padding-left: 16px
    }

    .familiar__subtitle {
        font: var(--body-sm-regular-mobile);
        margin-bottom: 24px;
        padding-left: 16px
    }

    .familiar .tabs__nav {
        display: flex;
        margin-left: 16px;
        padding-right: 32px;
        scroll-behavior: smooth
    }

    .familiar .slider .items::-webkit-scrollbar,
    .familiar .slider .tabs__nav::-webkit-scrollbar {
        height: 0
    }

    .familiar .slider .items {
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .familiar .slider .items .slide {
        min-width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 0 16px;
        overflow: hidden
    }

    .familiar .slider .items .slide::before {
        width: 100%;
        height: 216px;
        right: 0;
        background: var(--color-secondary-saffron-300)
    }

    .familiar .slider .bubbles {
        display: flex
    }

    .familiar .slider .bubbles button.selected {
        background: var(--color-black)
    }

    .familiar .slider .items img {
        position: relative;
        z-index: 10
    }

    .familiar .slider .items .slide .container {
        width: 100%;
        margin-top: 59px
    }

    .familiar .slider .items .slide:first-child .container {
        margin-top: 32px
    }

    .familiar .slider .items .slide img {
        max-height: 194px;
        min-width: 280px;
        bottom: -21px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .familiar .slider .items .slide:last-child {
        display: none
    }

    .familiar .slider .items h3 {
        font: var(--body-lg-bold-mobile);
        margin-bottom: 16px
    }

    .familiar .slider .items .familiar__list {
        font: var(--body-sm-regular-mobile);
        margin-bottom: 32px
    }

    .familiar .slider .items .familiar__list li:not(:last-child) {
        margin-bottom: 24px
    }

    .familiar .slider .items .slide a {
        width: 100%;
        max-width: 100%
    }

    .familiar .slider .items .slide:nth-child(7) a:nth-of-type(2) {
        margin-top: 15px
    }

    .familiar .slider .arrows {
        display: none
    }
}

@media (min-width:768px) {
    .familiar {
        padding: 0 0 120px 20px
    }

    .familiar__title {
        font: var(--heading-lg-desktop);
        margin-bottom: 16px;
        text-align: center
    }

    .familiar__subtitle {
        margin-bottom: 40px;
        text-align: center;
        font: var(--body-lg-regular-desktop)
    }

    .familiar .tabs__nav {
        display: none
    }

    .familiar .slider {
        padding-left: calc((100% - 1280px)/2);
        padding-right: 150px;
        cursor: grab
    }

    .familiar .slider .items,
    .familiar .slider .items .slide {
        -moz-column-gap: 40px;
        column-gap: 40px
    }

    .familiar .slider .items .slide {
        width: 620px;
        min-width: 620px;
        height: 420px;
        border: 1px solid var(--color-black-200);
        border-radius: 32px;
        padding: 40px;
        flex-direction: row;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
        background: var(--color-white)
    }

    .familiar .slider .items .slide::before {
        border-radius: 32px 0 0 32px
    }

    .familiar .slider .items .slide picture {
        align-self: center
    }

    .familiar .slider .items img {
        margin-bottom: 0;
        max-width: 270px;
        filter: drop-shadow(0 23px 19px rgba(0, 0, 0, .3))
    }

    .familiar .slider .items .slide:not(:first-child) img {
        min-width: 270px
    }

    .familiar .slider .items h3 {
        font: var(--body-lg-bold-desktop);
        font-weight: 500;
        color: var(--color-black);
        margin-bottom: 16px
    }

    .familiar .slider .items .familiar__list {
        font: var(--body-xs-regular-mobile)
    }

    .familiar .slider .items .familiar__list li:not(:last-child) {
        margin-bottom: 16px
    }

    .familiar .slider .items .slide:nth-child(1) picture,
    .familiar .slider .items .slide:nth-child(3) picture,
    .familiar .slider .items .slide:nth-child(5) picture {
        position: relative;
        left: -19px;
        bottom: -34px
    }

    .familiar .slider .items .slide:nth-child(7) picture {
        position: relative;
        top: -35px;
        left: -19px
    }

    .familiar .slider .bubbles,
    .familiar .slider .items .slide:nth-child(7) a:nth-of-type(2) {
        display: none
    }

    .familiar .slider .arrows {
        display: flex;
        align-items: center;
        -moz-column-gap: 12px;
        column-gap: 12px
    }

    .familiar .slider .arrows .arrow:hover {
        background: var(--color-black-800)
    }

    .familiar .slider .arrows .arrow-l svg path,
    .familiar .slider .arrows .arrow-r svg path,
    .familiar .slider .arrows .arrow:hover svg path {
        fill: var(--color-white)
    }

    .familiar .slider .arrows .arrow-l,
    .familiar .slider .arrows .arrow-r {
        background: var(--color-black);
        border-radius: 50%;
        border: 1px solid transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        min-width: 48px;
        height: 48px;
        transform: rotate(90deg);
        cursor: pointer;
        transition: all .3s
    }

    .familiar .slider .arrows .arrow-r {
        transform: rotate(-90deg)
    }

    .familiar .slider .arrows .pagination {
        display: flex;
        -moz-column-gap: 12px;
        column-gap: 12px
    }

    .familiar .slider .arrows .pagination button {
        background: 0 0;
        border: unset;
        font-family: 'MatterMonoIGTF', sans-serif;
        font-weight: 600;
        font-size: 12px;
        line-height: 14.4px;
        color: var(--color-black-200);
        cursor: pointer;
        padding: 10px 0
    }

    .familiar .slider .arrows .pagination button.selected {
        color: var(--color-black)
    }

    .familiar .slider .arrows .arrow:disabled {
        background: var(--color-grey-50);
        cursor: not-allowed
    }

    .familiar .slider .arrows .arrow:disabled svg path {
        fill: var(--color-black-500)
    }
}

.footer .top {
    background: var(--color-black)
}

.footer .top p,
.footer .top p a {
    font-size: 12px;
    color: var(--color-white)
}

.footer .top p span {
    position: relative;
    margin-right: 16px
}

.footer .top p span svg {
    width: 14px;
    position: absolute;
    left: 0;
    bottom: 1px;
    fill: var(--color-white)
}

.footer .top .wrapper p:nth-child(6) svg path {
    stroke: var(--color-white);
    fill: transparent
}

.footer .top .wrapper p:nth-child(6) svg path:nth-child(1) {
    stroke-width: 2
}

.footer .top p span svg path {
    fill: var(--color-white)
}

.footer__buttons {
    display: flex;
    align-items: center;
    -moz-column-gap: 28px;
    column-gap: 28px
}

.footer__buttons a,
.footer__buttons a img {
    min-width: 150px;
    height: 50px;
    min-height: 50px
}

.footer .bottom p {
    font: var(--body-xs-regular-mobile);
    color: var(--color-white)
}

@media (max-width:767px) {
    .footer {
        background: var(--color-black)
    }

    .footer .bottom,
    .footer .top {
        padding: 32px 0
    }

    .footer__buttons {
        margin-top: 24px
    }

    .footer>.container+.footer__buttons {
        display: none
    }
}

@media (max-width:369px) {
    .footer__buttons {
        flex-direction: column;
        row-gap: 20px
    }
}

@media (min-width:768px) {
    .footer {
        background: var(--color-black);
        padding: 48px;
        position: relative;
        display: flex;
        -moz-column-gap: 80px;
        column-gap: 80px;
        align-items: center;
        justify-content: center
    }

    .footer .top {
        margin-bottom: 12px
    }

    .footer .bottom,
    .footer .top {
        padding: 0;
        max-width: 1029px
    }

    .footer .footer__buttons {
        flex-direction: column;
        row-gap: 28px;
        margin-top: 0
    }

    .footer .container .top .footer__buttons {
        display: none
    }
}

.foundations .foundations__title {
    margin-bottom: 24px;
    width: 100%
}

.foundations .foundations__list {
    margin: 0;
    padding-left: 24px;
    font: var(--body-sm-regular-mobile);
    color: var(--color-black-700);
    list-style: none
}

.foundations .foundations__list li:not(:last-child) {
    margin-bottom: 12px
}

.foundations .foundations__list li b {
    color: var(--color-black)
}

.foundations .foundations__list li b span {
    position: relative;
    padding-right: 14px
}

.foundations .foundations__list li b span svg {
    width: 16px;
    position: absolute;
    left: -1px;
    bottom: 0
}

@media (max-width:767px) {
    .foundations {
        padding: 8px 0 48px
    }

    .foundations .foundations__title {
        font: var(--heading-md-mobile)
    }
}

@media (min-width:768px) {
    .foundations {
        padding: 0 0 120px
    }

    .foundations .container {
        display: flex;
        align-items: center;
        -moz-column-gap: 30px;
        column-gap: 30px;
        max-width: 1058px;
        margin: 0 auto;
        padding: 0 110px 0 80px
    }

    .foundations .foundations__title {
        font: var(--heading-lg-desktop);
        max-width: 389px
    }

    .foundations .foundations__list {
        max-width: 399px
    }
}

.header,
.header .container {
    background: var(--color-black)
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100
}

.header .container {
    padding-top: 16px
}

.header .header__top {
    padding-bottom: 16px
}

.header .header__top .header__disclaimer {
    font: var(--body-xs-regular-mobile);
    color: var(--color-white);
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;

}

.header .header__bottom {
    background: var(--color-white);
    border-top: 1px solid #e4e4e4
}

.header .header__bottom>.wrapper {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 24px;
    column-gap: 24px;
    align-items: center
}

.header .header__logo,
.header .header__logo img {
    width: 40px;
    height: 50px;
}

.header .header__bottom .header__link {
    height: 48px;
    max-width: 200px;
    width: 100%
}

@media (max-width:767px) {
    .header .header__bottom {
        display: flex;
        justify-content: space-between;
        -moz-column-gap: 24px;
        column-gap: 24px;
        align-items: center;
        padding: 6px 0;
        border-top: unset
    }

    .header .header__bottom .header__link:hover {
        background: var(--white);
        color: var(--color-primary);
        border-color: var(--color-primary)
    }

    .header .header__top .header__disclaimer {
        font-size: 12px;
        line-height: 14px
    }

}

@media (min-width:768px) {
    .header .header__bottom {
        padding: 12px 0;
        border-radius: 32px 32px 0 0
    }

    .header .header__bottom .header__link {
        font-weight: 500;
        font-size: 16px;
        line-height: 17.6px;
        letter-spacing: -.32px;
        min-width: 150px;
        text-align: center
    }
}

.hero .hero__title {
    letter-spacing: -1.44px
}

.hero .hero__list li span svg,
.hero .hero__subtitle span svg {
    width: 16px;
    position: absolute;
    left: 0;
    bottom: 3px
}

.hero .hero__list {
    padding-left: 24px;
    color: var(--color-black-700);
    list-style: none
}

.hero .hero__list li span,
.hero .hero__subtitle span,
.search form,
.search form label {
    position: relative
}

.hero .hero__img {
    width: 100%
}

.hero .hero__recommended {
    font: var(--body-sm-regular-mobile);
    color: var(--color-black-700);
    margin-bottom: 8px
}

.hero .recommended .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px
}

.hero .recommended .wrapper p {
    font: var(--body-md-regular-mobile);
    color: var(--color-black-700)
}

@media (max-width:767px) {
    .hero {
        padding: 8px 0 48px
    }

    .hero>.wrapper:first-of-type {
        margin-bottom: 20px
    }

    .hero .hero__title {
        margin-bottom: 24px;
        font: var(--heading-lg-mobile)
    }

    .hero .hero__subtitle {
        font: var(--body-lg-regular-mobile);
        margin-bottom: 24px
    }

    .hero .hero__subtitle span:first-child {
        font: var(--body-lg-bold-mobile)
    }

    .hero .hero__list,
    .hero .recommended .wrapper p {
        font: var(--body-sm-regular-mobile)
    }

    .hero .hero__list li:first-child {
        max-width: 270px
    }

    .hero .hero__list li:not(:last-child) {
        margin-bottom: 15px
    }

    .hero .hero__list li::before {
        content: url(https://a.c-dn.net/c/content/dam/landingPages/assets/multiProductsUk/icons/circle-tick.svg);
        position: absolute;
        top: 50%;
        left: -27px;
        transform: translate(0, -50%);
        display: block;
        width: 18px;
        height: 18px
    }

    .hero__buttons {
        display: none
    }

    .hero .hero__img {
        aspect-ratio: 16/9;
        margin-bottom: 8px
    }

    .hero .hero__recommended {
        font: var(--body-sm-regular-mobile);
        color: var(--color-black-700);
        margin-bottom: 8px
    }

    .hero .recommended .wrapper {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px
    }
}

@media (min-width:768px) {
    .hero {
        padding: 32px 0 120px
    }

    .hero>.wrapper:first-of-type {
        margin-bottom: 40px
    }

    .hero .hero__subtitle,
    .hero .hero__title {
        text-align: center;
        margin-bottom: 15px
    }

    .hero .hero__title {
        font: var(--heading-xl-desktop)
    }

    .hero .hero__subtitle {
        font: var(--body-lg-regular-desktop)
    }

    .hero .hero__list {
        max-width: 435px;
        font: var(--body-md-regular-desktop);
        margin: 0 auto 40px
    }

    .hero .hero__list li:first-child {
        max-width: 100%
    }

    .hero .hero__list li:not(:last-child) {
        margin-bottom: 10px
    }

    .hero .hero__buttons {
        display: flex;
        justify-content: center;
        -moz-column-gap: 12px;
        column-gap: 12px
    }

    .hero .hero__buttons a {
        min-width: 200px
    }

    .hero .hero__buttons a:last-child {
        color: var(--color-black)
    }

    .hero picture {
        border-bottom: 1px solid var(--color-black-200);
        margin-bottom: 40px
    }

    .hero .hero__img {
        margin: 0 auto;
        max-width: 1280px;
        aspect-ratio: auto
    }
}

.join .container {
    background: var(--color-primary);
    padding: 32px 16px
}

.join__title {
    text-align: center;
    color: var(--color-white)
}

.join__img {
    margin: 0 auto
}

.join__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr)
}

.join__text {
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    margin-bottom: 4px
}

.join__text .join__number {
    border-radius: 50%;
    border: 1px solid var(--color-primary);
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: flex;
    place-content: center;
    font-family: 'MatterMonoIGTF', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 21.4px
}

.join__item .join__subtext {
    color: var(--color-black-700)
}

.join__buttons a:last-child {
    color: var(--color-black)
}

@media (max-width:767px) {
    .join {
        padding: 8px 0 48px
    }

    .join .container {
        border-radius: 48px 48px 0 0;
        margin-bottom: 57px
    }

    .join__subtitle,
    .join__title {
        margin-bottom: 45px;
        font: var(--heading-md-mobile)
    }

    .join__subtitle {
        margin-bottom: 24px
    }

    .join__grid {
        gap: 24px;
        margin-bottom: 24px
    }

    .join__text .join__subheading {
        font: var(--body-md-bold-mobile)
    }

    .join__item .join__subtext {
        font: var(--body-sm-regular-mobile)
    }

    .join .button:first-of-type {
        margin-bottom: 12px
    }

    .join__img {
        max-width: 170px;
        max-height: 192px
    }
}

@media (min-width:768px) {
    .join {
        padding: 0 0 120px;
        display: flex;
        align-items: center;
        -moz-column-gap: 15px;
        column-gap: 15px;
        max-width: 1920px;
        margin: 0 auto
    }

    .join .wrapper {
        max-width: 504px;
        margin-right: calc((100% - 1280px)/2)
    }

    .join .container {
        max-width: 590px;
        width: 100%;
        border-radius: 0 48px 48px 0;
        margin-bottom: 0;
        height: 600px
    }

    .join__subtitle,
    .join__title {
        font: var(--heading-lg-desktop);
        margin-bottom: 40px
    }

    .join__subtitle {
        margin-bottom: 48px;
        max-width: 358px
    }

    .join__grid {
        gap: 16px;
        margin-bottom: 80px
    }

    .join__text .join__subheading {
        font: var(--body-lg-bold-desktop)
    }

    .join__item .join__subtext {
        font: var(--body-sm-regular-mobile)
    }

    .join__buttons {
        display: flex;
        -moz-column-gap: 12px;
        column-gap: 12px
    }

    .join__buttons a {
        max-width: 250px;
        width: 100%;
        height: 48px;
        text-wrap: nowrap
    }
}

@media (max-width:1280px) {
    .join .wrapper {
        margin-right: auto
    }
}

@media (min-width:1300px) {
    .join .container {
        margin-left: calc((100% - 1920px)/5)
    }
}

@media (min-width:1920px) {
    .join .container {
        margin-left: calc((100% - 1280px)/2);
        border-radius: 48px
    }
}

.numbers .container {
    background: var(--color-secondary-teal-300);
    border-radius: 32px
}

.numbers__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    text-align: center
}

.numbers__grid .numbers__item .numbers__percent,
.numbers__grid .numbers__item .numbers__value {
    color: var(--color-secondary-teal-600);
    margin-bottom: 4px;
    font-weight: 700;
    font-family: 'MatterMonoIGTF', sans-serif;
    transition: all .5s;
    display: inline-block
}

.numbers__grid .numbers__item .numbers__percent {
    opacity: 0
}

.numbers__grid .numbers__item .numbers__value.active {
    color: var(--color-secondary-teal-500)
}

@media (max-width:767px) {
    .numbers {
        padding: 8px 0 48px
    }

    .numbers .container {
        padding: 32px 30px
    }

    .numbers__title {
        font: var(--heading-md-mobile);
        margin-bottom: 32px;
        text-align: center
    }

    .numbers__grid {
        gap: 10px;
        grid-template-columns: repeat(2, minmax(148px, 1fr));
        justify-content: center
    }

    .numbers__grid .numbers__item .numbers__percent,
    .numbers__grid .numbers__item .numbers__value {
        font-size: 33px;
        line-height: 33px;
        margin-bottom: 8px
    }

    .numbers__grid .numbers__item .numbers__percent {
        opacity: 0
    }

    .numbers__grid .numbers__item .numbers__value.active {
        color: var(--color-secondary-teal-500)
    }

    .numbers__grid .numbers__item .numbers__text {
        font-size: 15px;
        line-height: 18px
    }
}

@media (max-width:354px) {
    .numbers__grid {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (min-width:768px) {
    .numbers {
        padding-bottom: 120px
    }

    .numbers .container {
        max-width: 1058px;
        margin: 0 auto;
        padding: 48px 80px
    }

    .numbers__title {
        font: var(--heading-lg-desktop);
        margin-bottom: 48px;
        text-align: center
    }

    .numbers__grid {
        gap: 30px 0
    }

    .numbers__grid .numbers__item .numbers__percent,
    .numbers__grid .numbers__item .numbers__value {
        font-size: 40px;
        line-height: 40px
    }

    .numbers__grid .numbers__item .numbers__text {
        font: var(--body-lg-regular-desktop)
    }
}

.page {
    background: var(--color-white);
    color: var(--color-black);
    font-family: 'MatterIGTF', system-ui, sans-serif;
    font-size: 16px;
    line-height: 19.2px
}

.page__body {
    margin: 0;
    overflow-x: hidden
}

.wrapper {
    max-width: var(--desktop-width);
    width: 100%;
    margin: 0 auto
}

@media (max-width:767px) {
    .page .wrapper {
        padding: 0 16px
    }

    .page .platforms .wrapper+.container {
        padding: 0
    }

    .page .platforms .platforms__media #pic-2 {
        right: 0
    }
}

@media (max-width:1279px) {
    .wrapper {
        padding: 0 20px
    }

    .tools .tools__left {
        padding-left: 20px
    }

    .page .platforms .container {
        padding-left: 20px;
        padding-right: 20px;
        flex-wrap: wrap
    }

    .page .platforms .accordion {
        max-width: 100%
    }

    .page .platforms__media {
        justify-content: center
    }

    .page .platforms__media #pic-1,
    .page .platforms__media #pic-2 {
        position: relative;
        top: 0;
        right: -20px
    }

    .page .tools__box {
        margin-left: 0
    }

    .page .tools .slider .arrows {
        left: 20px
    }
}

.platforms__title {
    letter-spacing: -.4px
}

.platforms .accordion {
    border-top: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black)
}

.platforms .accordion:focus-within {
    border-color: var(--color-black)
}

.platforms .accordion h3:not(:first-of-type) {
    border-top: 1px solid var(--color-black);
    margin-bottom: 0
}

.platforms .accordion h3 {
    transition: all .25s
}

.platforms .accordion h3:hover {
    background: var(--color-black-100)
}

.platforms .accordion .accordion__trigger {
    background: 0 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    text-align: left;
    width: 100%;
    outline: 0;
    border: 0;
    padding: 24px 0;
    cursor: pointer;
    color: inherit
}

.platforms .accordion .accordion__trigger:focus {
    outline: 4px solid transparent
}

.platforms .accordion .accordion__trigger:focus .accordion__title {
    border-color: var(--color-black)
}

.accordion .accordion__trigger[aria-expanded=true] .accordion__icon svg {
    transform: rotate(180deg)
}

.accordion .accordion__content {
    padding-bottom: 24px
}

.platforms .accordion .accordion__content .accordion__text {
    color: var(--color-black-700);
    margin-bottom: 24px
}

.accordion .accordion__buttons {
    display: flex;
    -moz-column-gap: 16px;
    column-gap: 16px;
    align-items: center;
    margin-bottom: 24px
}

.accordion .accordion__buttons .button {
    text-decoration: none;
    max-height: 48px
}

.accordion .accordion__buttons a,
.accordion .accordion__buttons a>img:first-child {
    max-width: 171px;
    width: 100%
}

.accordion .accordion__buttons a>img:first-child {
    margin-bottom: 8px
}

.accordion .accordion__content a.button {
    color: var(--color-black)
}

.platforms .accordion .accordion__content a.button {
    max-width: 274px
}

.platforms .accordion .accordion__content .trade__window {
    left: 0;
    margin-right: 3px
}

.platforms .accordion .accordion__content .trade__window .trade__popup {
    top: -70px
}

@media (max-width:767px) {
    .platforms {
        padding: 8px 16px 48px
    }

    .platforms .wrapper {
        padding-left: 0;
        padding-right: 0
    }

    .platforms__title {
        font: var(--heading-md-mobile);
        margin-bottom: 12px
    }

    .platforms__subtitle {
        font: var(--body-sm-regular-mobile);
        margin-bottom: 24px
    }

    .platforms__image {
        margin: 0 auto 24px
    }

    .platforms .container,
    .platforms__media {
        display: flex;
        width: 100%
    }

    .platforms__media {
        order: 1
    }

    .platforms .accordion {
        order: 2;
        width: 100%
    }

    .platforms .accordion:focus-within {
        border-color: var(--color-black)
    }

    .platforms .accordion .accordion__trigger:focus {
        outline: 4px solid transparent
    }

    .platforms .accordion .accordion__trigger:focus .accordion__title {
        border-color: var(--color-black)
    }

    .platforms .accordion .accordion__title {
        font: var(--body-md-bold-mobile)
    }

    .platforms .accordion .accordion__content .accordion__text {
        font: var(--body-sm-regular-mobile);
        color: var(--color-black-700);
        margin-bottom: 24px
    }

    .accordion .accordion__buttons {
        display: flex;
        -moz-column-gap: 16px;
        column-gap: 16px;
        align-items: center;
        margin-bottom: 24px
    }

    .accordion .accordion__buttons .button {
        text-decoration: none;
        max-height: 48px
    }

    .accordion .accordion__buttons>img,
    .platforms #pic-1,
    .platforms #pic-2 {
        display: none
    }

    .accordion .accordion__buttons a,
    .accordion .accordion__buttons a>img:first-child {
        max-width: 171px;
        width: 100%
    }

    .accordion .accordion__buttons a>img:first-child {
        margin-bottom: 8px
    }

    .platforms__image {
        -o-object-fit: contain;
        object-fit: contain
    }

    .page .platforms__media #pic-1,
    .page .platforms__media #pic-2 {
        right: 0;
        min-height: 220px;
        max-height: 320px
    }

    .page .platforms__media #pic-2 {
        max-width: 130px
    }

    .platforms video {
        border-radius: 16px;
        max-height: 405px;
        width: 100%;
        margin-bottom: 24px
    }
}

@media (min-width:768px) {
    .platforms {
        padding: 0 0 120px;
        position: relative;
        max-width: 1920px;
        margin: 0 auto
    }

    .platforms__subtitle,
    .platforms__title {
        margin-bottom: 24px;
        text-align: center
    }

    .platforms__title {
        font: var(--heading-lg-desktop)
    }

    .platforms__subtitle {
        font: var(--body-lg-regular-desktop)
    }

    .platforms .container {
        display: flex;
        gap: 80px;
        width: 100%
    }

    .platforms video,
    .platforms__media {
        width: 100%;
        display: flex;
        height: 445px
    }

    .platforms__media {
        align-items: center
    }

    .platforms video {
        max-width: 770px;
        margin-left: auto;
        min-width: 200px;
        border-radius: 40px;
        background: var(--color-black)
    }

    .platforms #pic-1 {
        justify-content: center
    }

    .platforms #pic-1,
    .platforms #pic-2 {
        margin-left: auto;
        position: relative;
        height: 445px;
        max-width: 635px;
        display: none
    }

    .platforms__media #pic-1 {
        position: relative
    }

    .platforms__media #pic-1 img {
        max-height: 550px
    }

    .platforms .accordion {
        max-width: 510px;
        min-width: 300px;
        width: 100%;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        margin-left: calc((100% - 1280px)/2)
    }

    .platforms .accordion .accordion__title {
        font: var(--body-lg-bold-desktop)
    }

    .platforms .accordion .accordion__content .accordion__text {
        font: var(--body-sm-regular-mobile)
    }

    .platforms .accordion .accordion__content .accordion__buttons {
        position: relative;
        justify-content: unset
    }

    .platforms .accordion .accordion__content .accordion__buttons>img {
        position: absolute;
        left: 0;
        width: 76px;
        height: 76px
    }
}

@media (max-width:1280px) {

    .platforms .accordion,
    .platforms video {
        margin-left: unset
    }
}

@media (min-width:1920px) {
    .platforms {
        max-width: 1280px
    }

    .platforms__media #pic-1,
    .platforms__media #pic-2 {
        right: 0
    }
}

.search .container {
    border-radius: 32px;
    background: var(--color-secondary-purple-500)
}

.search__title {
    color: var(--color-white)
}

.search form label svg {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 16px;
    top: 0;
    fill: var(--color-black)
}

.search form input {
    padding: 4px 47px 4px 16px;
    border-radius: 8px;
    border: 0;
    width: 100%;
    height: 56px;
    outline: 0
}

.search form input::-webkit-search-cancel-button {
    display: none
}

.search form input::-moz-placeholder {
    color: var(--color-black-600)
}

.search form input::placeholder {
    color: var(--color-black-600)
}

.search .search-results {
    background: var(--color-white);
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    box-shadow: var(--color-primary) 0 5px 0 0;
    display: none;
    max-height: 153px;
    overflow-y: scroll;
    z-index: 10
}

.search .search-results::-webkit-scrollbar {
    width: 5px;
    height: 8px
}

.search .search-results::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 30px
}

.search .search-results p {
    line-height: 22px;
    font-weight: 500;
    word-break: break-all;
    cursor: pointer;
    transition: all .25s;
    padding: 8px 16px
}

.search .search-results p:hover {
    color: var(--color-primary)
}

@media (max-width:767px) {
    .search {
        padding: 8px 0 48px
    }

    .search .container {
        padding: 32px 24px
    }

    .search__title {
        font: var(--body-md-regular-mobile)
    }

    .search form,
    .search__title {
        margin-bottom: 24px
    }

    .search form input::-webkit-search-cancel-button {
        display: none
    }

    .search form input::-moz-placeholder {
        color: var(--color-black-600)
    }

    .search form input::placeholder {
        color: var(--color-black-600)
    }
}

@media (min-width:768px) {
    .search {
        padding: 0 0 120px
    }

    .search .container {
        max-width: 1058px;
        margin: 0 auto;
        padding: 48px 80px
    }

    .search__title {
        font: var(--body-lg-regular-desktop);
        text-align: center;
        margin-bottom: 32px
    }

    .search__box {
        display: flex;
        align-items: center;
        -moz-column-gap: 32px;
        column-gap: 32px
    }

    .search form {
        margin-bottom: 0;
        width: 100%
    }

    .search .button {
        height: 48px;
        max-width: 200px;
        width: 100%
    }
}

.support {
    padding: 8px 0 48px
}

.support .container {
    background: var(--color-secondary-teal-300);
    border-radius: 48px 48px 0 0;
    padding: 8px 0 48px;
    min-height: 390px;
    position: relative;
    display: flex;
    place-content: center flex-start;
    margin-bottom: 32px
}

.support__title {
    font: var(--heading-xs-mobile);
    margin-bottom: 32px
}

.support__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px
}

.support__item {
    display: flex;
    flex-direction: column
}

.support__item:not(:last-child) {
    border-bottom: 1px solid var(--color-black-200);
    padding-bottom: 24px
}

.support__item .support__text {
    display: flex;
    -moz-column-gap: 13px;
    column-gap: 13px;
    align-items: center;
    margin-bottom: 16px
}

.support__item .support__text .support__subheading {
    font: var(--body-md-bold-mobile)
}

.support__item .support__subtext {
    font: var(--body-md-regular-mobile);
    color: var(--color-black-700)
}

.table table {
    border-collapse: collapse;
    position: relative
}

.table table,
.table table tbody {
    width: 100%;
    display: block
}

.table table tbody tr {
    display: flex;
    width: 100%;
    border-bottom: 1px solid var(--color-black-200);
    align-items: center
}

.table table tbody tr:first-child {
    padding: 10px
}

.table table tbody tr:not(:first-child) {
    padding: 20px 0
}

.table table tbody tr:nth-child(2n+3) {
    background: var(--color-black-50)
}

.table table tbody tr th {
    font: var(--other-label-mobile);
    color: var(--color-black-500);
    width: 23.333%
}

.table table tbody tr td:first-child,
.table table tbody tr th:first-child {
    width: 30%
}

.table table tbody tr th:first-child {
    text-align: left
}

.table table tbody tr th:not(:first-child) {
    text-align: right
}

.table table tbody tr td {
    width: 23.333%
}

.table table tbody tr td:first-child {
    font: var(--body-xs-bold-mobile)
}

.table table tbody tr td:not(:first-child) {
    font-family: 'MatterMonoIGTF', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: right
}

.table table tbody tr td:nth-child(2),
.table table tbody tr td:nth-child(3) {
    border: 1px solid var(--color-black-200);
    border-radius: 8px;
    padding: 5px 10px;
    text-align: center
}

.table table tbody tr td:nth-child(3) {
    margin-left: 5px
}

.table table tbody tr td.text--red,
.table table tbody tr th span.text--red {
    color: var(--color-primary)
}

.table .tabs .tabs__nav {
    display: flex;
    -moz-column-gap: 4px;
    column-gap: 4px;
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 32px
}

.table .tabs .tabs__nav .button {
    padding: 16px;
    max-height: 48px;
    text-wrap: nowrap;
    font: var(--body-xs-bold-mobile);
    background: var(--color-black-50)
}

.table .tabs .tabs__nav .button[role=tab][aria-selected=true] {
    background: var(--color-black);
    color: var(--color-white)
}

.tools__subtitle span {
    position: relative;
    display: inline-block;
    width: 10px
}

.tools__subtitle span svg {
    width: 16px;
    position: relative;
    bottom: 1px;
    left: -5px
}

.tools .container,
.tools .slider .items ul li,
.trade__grid h3+div p b span,
.transparent .transparent__list li span {
    position: relative
}

.tools .slider .items {
    display: flex;
    position: relative;
    scrollbar-width: none;
    transition: all .2s;
    left: 0;
    will-change: left
}

.tools .slider .items::-webkit-scrollbar {
    height: 0
}

.tools .slider .items .slide {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.tools .slider .items .slide img {
    border-radius: 16px;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 24px
}

.tools .slider .items .slide h3 {
    display: flex;
    align-items: center;
    color: var(--color-white);
    font-size: 24px;
    line-height: 27.6px;
    letter-spacing: -.72px;
    min-height: 52px
}

.tools .slider .items .slide h3 svg {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    align-self: center
}

.tools .slider .items .slide h3 span {
    padding-right: 7px;
    color: var(--color-primary)
}

.tools .slider .items ul {
    color: var(--color-white);
    font: var(--body-sm-regular-mobile);
    list-style: none;
    padding-left: 28px
}

.tools .slider .items .slide .trade__window {
    bottom: 1px;
    left: -1px
}

.tools .slider .items .slide .trade__window .trade__popup {
    top: -124px;
    right: -102px
}

.tools .slider .items .slide a {
    text-decoration: none;
    width: 100%
}

.tools .slider .bubbles {
    -moz-column-gap: 8px;
    column-gap: 8px;
    justify-content: center;
    position: absolute;
    bottom: -38px;
    width: 100%;
    left: 0;
    right: 0
}

.tools .slider .bubbles button {
    height: 8px;
    border: unset;
    cursor: pointer;
    padding: 0;
    transition: all ease .3s
}

.tools .slider .bubbles button.selected {
    width: 24px;
    min-width: 24px;
    border-radius: 4px;
    background: var(--color-black)
}

@media (max-width:767px) {
    .tools {
        padding: 8px 0 85px
    }

    .tools .tools__left {
        padding-left: 0
    }

    .tools__title {
        font: var(--heading-md-mobile);
        margin-bottom: 12px
    }

    .tools__subtitle {
        font: var(--body-sm-regular-mobile);
        margin-bottom: 24px
    }

    .tools__box {
        padding: 0 16px
    }

    .tools .slider {
        overflow-x: hidden;
        background: var(--color-black);
        border-radius: 32px;
        padding: 32px 16px
    }

    .tools .slider .items {
        -moz-column-gap: 24px;
        column-gap: 24px
    }

    .tools .slider .items::-webkit-scrollbar {
        height: 0
    }

    .tools .slider .items .slide {
        min-width: 100%;
        min-height: 552px
    }

    .tools .slider .items .slide img {
        width: 100%
    }

    .tools .slider .items .slide h3 {
        margin-bottom: 30px
    }

    .tools .slider .items .slide h3 span {
        padding-right: 7px;
        color: var(--color-primary)
    }

    .tools .slider .items ul {
        margin-bottom: 24px
    }

    .tools .slider .items ul li:not(:last-child) {
        margin-bottom: 24px
    }

    .tools .slider .items .slide a {
        margin-top: auto
    }

    .tools .slider .bubbles {
        display: flex
    }

    .tools .slider .bubbles button {
        width: 8px;
        min-width: 8px;
        border-radius: 50%;
        background: var(--color-black-200)
    }

    .tools .slider .arrows {
        display: none
    }
}

@media (max-width:445px) {
    .tools .slider .items .slide:last-child ul li:first-child {
        max-width: 265px
    }
}

@media (max-width:335px) {
    .tools .slider .items .slide:last-child ul li:first-child {
        max-width: 175px
    }
}

@media (min-width:768px) {
    .tools {
        padding: 0 0 144px
    }

    .tools .container {
        display: contents
    }

    .tools__box {
        display: flex;
        gap: 156px;
        margin-left: calc((100% - 1280px)/2);
        overflow: hidden;
        align-items: center;
        position: relative
    }

    .tools__title {
        font: var(--heading-lg-desktop);
        margin-bottom: 16px
    }

    .tools__subtitle {
        font: var(--body-lg-regular-desktop);
        margin-bottom: 40px
    }

    .tools .slider {
        background: 0 0;
        overflow-x: hidden;
        padding: 25px 118px 28px 19px;
        border-radius: unset
    }

    .tools .slider .items {
        -moz-column-gap: 32px;
        column-gap: 32px;
        margin-bottom: 0
    }

    .tools .slider .items .slide {
        width: 358px;
        min-width: 358px;
        height: 552px;
        background: var(--color-black);
        padding: 32px 16px;
        border-radius: 32px;
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .5)
    }

    .tools .slider .items .slide h3 {
        align-items: center;
        margin-bottom: 24px
    }

    .tools .slider .items ul {
        margin-bottom: 0
    }

    .tools .slider .items ul li:not(:last-child) {
        margin-bottom: 14px
    }

    .tools .slider .items .slide:last-child ul li:first-child {
        max-width: 275px
    }

    .tools .slider .items .slide a {
        margin-top: auto
    }

    .tools .slider .bubbles {
        display: none
    }

    .tools .slider .arrows {
        position: absolute;
        left: 0;
        top: 78%;
        display: flex;
        align-items: center;
        -moz-column-gap: 12px;
        column-gap: 12px
    }

    .tools .slider .arrows .arrow:hover {
        background: var(--color-black-800)
    }

    .tools .slider .arrows .arrow-l svg path,
    .tools .slider .arrows .arrow-r svg path,
    .tools .slider .arrows .arrow:hover svg path {
        fill: var(--color-white)
    }

    .tools .slider .arrows .arrow-l,
    .tools .slider .arrows .arrow-r {
        background: var(--color-black);
        border-radius: 50%;
        border: 1px solid transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        min-width: 48px;
        height: 48px;
        transform: rotate(90deg);
        cursor: pointer;
        transition: all .3s
    }

    .tools .slider .arrows .arrow-r {
        transform: rotate(-90deg)
    }

    .tools .slider .arrows .pagination {
        display: flex;
        -moz-column-gap: 12px;
        column-gap: 12px
    }

    .tools .slider .arrows .pagination button {
        background: 0 0;
        border: unset;
        font-family: 'MatterMonoIGTF', sans-serif;
        font-weight: 600;
        font-size: 12px;
        line-height: 14.4px;
        color: var(--color-black-200);
        cursor: pointer;
        padding: 10px 0
    }

    .tools .slider .arrows .pagination button.selected {
        color: var(--color-black)
    }

    .tools .slider .arrows .arrow:disabled {
        background: var(--color-grey-50);
        cursor: not-allowed
    }

    .tools .slider .arrows .arrow:disabled svg path {
        fill: var(--color-black-500)
    }
}

.trade .accordion {
    display: grid
}

.trade .accordion .item {
    border-radius: 32px;
    background: var(--color-secondary-saffron-300)
}

.trade__grid h3 {
    font: var(--heading-xs-mobile)
}

.trade__grid h3 button {
    background: 0 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: inherit
}

.trade__grid h3+div {
    padding: 14px 20px 48px
}

.trade__grid h3+div img,
.trading-platfrom .tabs [role=tabpanel] img {
    margin: 0 auto 12px
}

.trade__grid h3+div p {
    font: var(--body-md-regular-mobile);
    margin-bottom: 16px
}

.trade__window {
    color: var(--color-white);
    position: relative;
    width: 18px;
    height: 18px;
    background: var(--color-primary);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'MatterMonoIGTF', sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: .22px;
    left: -4px;
    bottom: 2px
}

.trade__window .trade__popup {
    font: var(--body-md-regular-mobile);
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    width: 227px;
    padding: 10px;
    color: var(--color-white);
    background: var(--color-black-700);
    border-radius: 16px;
    top: -165px;
    right: -103px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .5);
    display: none;
    z-index: 10
}

.trade__window .trade__popup::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 11px solid var(--color-black-700);
    position: absolute;
    bottom: -10px;
    right: calc(50% - 10px)
}

.trade__window:hover .trade__popup {
    display: block
}

.trade .accordion__content p:not(.trade__text) {
    font-size: 13px;
    line-height: 15.6px;
    margin-bottom: 12px
}

.trade .accordion .item:nth-child(2) .trade__window {
    left: -4px;
    bottom: 4px
}

.trade .accordion .item:nth-child(2) .trade__window .trade__popup {
    top: -105px
}

.trade__grid h3+div p b span:not(.trade__window, .trade__popup) {
    padding-right: 13px
}

.trade__grid h3+div p b span svg {
    width: 22px;
    position: absolute;
    left: -7px;
    bottom: -1px
}

.trade .accordion .accordion__content a.button {
    margin-top: auto
}

.trade__buttons a:last-child {
    color: var(--color-black)
}

@media (max-width:767px) {
    .trade {
        padding: 8px 0 48px
    }

    .trade__title {
        margin-bottom: 12px;
        font: var(--heading-md-mobile)
    }

    .trade__subtitle {
        font: var(--body-sm-regular-mobile);
        margin-bottom: 24px
    }

    .trade .accordion {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px;
        margin-bottom: 24px
    }

    .trade__grid h3 {
        padding: 16px 24px
    }

    .trade__grid h3+div p .trade__window .trade__popup {
        font-size: 10px;
        font-weight: 300;
        line-height: 15px;
        top: -130px
    }

    .trade .accordion .accordion__content a.button {
        max-width: 200px;
        width: 100%;
        margin: 0 auto
    }

    .trade__buttons a:nth-child(1) {
        margin-bottom: 14px
    }
}

@media (min-width:768px) {
    .trade {
        padding: 0 0 80px
    }

    .trade__subtitle,
    .trade__title {
        text-align: center
    }

    .trade__title {
        font: var(--heading-lg-desktop);
        margin-bottom: 16px
    }

    .trade__grid h3+div p,
    .trade__subtitle {
        margin-bottom: 48px;
        font: var(--body-lg-regular-desktop)
    }

    .trade .accordion {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        gap: 40px;
        margin-bottom: 40px
    }

    .trade .accordion .item,
    .trade__grid .accordion__content {
        padding: 32px;
        display: flex;
        flex-direction: column;
        height: 100%
    }

    .trade__grid .accordion__content {
        padding: 0
    }

    .trade__grid h3 {
        padding: 0
    }

    .trade__grid h3 button {
        font: var(--heading-sm-desktop)
    }

    .trade__grid .accordion__icon {
        display: none
    }

    .trade__grid h3,
    .trade__grid h3+div img {
        margin-bottom: 40px
    }

    .trade__grid h3+div p {
        margin-bottom: 40px
    }

    .trade .accordion .accordion__content a.button {
        max-width: 50%;
        width: 100%
    }

    .trade__buttons {
        display: flex;
        -moz-column-gap: 12px;
        column-gap: 12px;
        justify-content: center
    }

    .trade__buttons a {
        min-width: 200px
    }
}

.trade-better {
    padding: 8px 0 48px
}

.trade-better .container {
    background: var(--color-secondary-purple-300);
    border-radius: 32px;
    padding: 48px 24px;
    text-align: center
}

.trade-better-title {
    font: var(--heading-md-mobile);
    margin-bottom: 32px
}

.trade-better .button {
    text-decoration: none
}

.trade-better .button:first-of-type {
    margin-bottom: 12px
}

.trading-platform__title {
    letter-spacing: -.4px
}

.trading-platfrom .tabs .tabs__nav {
    display: flex;
    width: 100%;
    padding: 4px;
    border-radius: 100px;
    border: 1px solid var(--color-black)
}

.trading-platfrom .tabs .tabs__nav .button {
    max-height: 40px;
    text-wrap: nowrap;
    max-width: 236px;
    width: 100%;
    background: 0 0
}

.trading-platfrom .tabs .tabs__nav .button:hover {
    background: var(--color-black-800);
    color: var(--color-white)
}

.trading-platfrom .tabs .tabs__nav .button[role=tab][aria-selected=true] {
    background: var(--color-black);
    color: var(--color-white)
}

.trading-platfrom [role=tabpanel].is-hidden {
    display: none
}

.trading-platfrom [role=tabpanel] {
    display: grid;
    place-content: center;
    border-radius: 32px
}

.trading-platfrom .tabs [role=tabpanel] h3 {
    font-weight: 500;
    margin-bottom: 12px
}

.trading-platfrom .tabs [role=tabpanel] p {
    color: var(--color-black-700);
    font: var(--body-sm-regular-mobile)
}

.trading-platfrom .tabs [role=tabpanel] p span:not(.trade__window, .trade__popup) {
    position: relative;
    padding-right: 16px
}

.trading-platfrom .tabs [role=tabpanel] p .trade__window {
    left: -1px;
    margin-right: 3px
}

.trading-platfrom .trade__window .trade__popup {
    top: -88px
}

.trading-platfrom .tabs [role=tabpanel] p span svg {
    position: absolute;
    width: 16px;
    bottom: 0;
    left: -2px
}

#platform-tabpanel-2 .item:nth-child(3) .trade__window {
    left: 0
}

#platform-tabpanel-2 .item:nth-child(3) .trade__window:nth-of-type(1) .trade__popup {
    top: -124px
}

#platform-tabpanel-2 .item:nth-child(3) .trade__window:nth-of-type(2) .trade__popup {
    top: -160px
}

@media (max-width:767px) {
    .trading-platfrom {
        padding: 8px 0 48px
    }

    .trading-platform__title {
        font: var(--heading-md-mobile);
        margin-bottom: 12px
    }

    .trading-platform__subtitle {
        font: var(--body-sm-regular-mobile);
        margin-bottom: 24px
    }

    .trading-platfrom .tabs .tabs__nav {
        margin-bottom: 24px
    }

    .trading-platfrom .tabs .tabs__nav .button {
        max-width: 100%;
        font: var(--body-xs-bold-mobile);
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content
    }

    .trading-platfrom [role=tabpanel] {
        grid-template-columns: repeat(1, 1fr);
        gap: 32px;
        border: 1px solid var(--color-black-200);
        padding: 24px
    }

    .trading-platfrom .tabs [role=tabpanel] h3 {
        font: var(--body-md-bold-mobile);
        font-weight: 500
    }
}

@media (max-width:384px) {
    .trading-platfrom .tabs .tabs__nav {
        flex-direction: column;
        border-radius: 20px
    }
}

@media (min-width:768px) {
    .trading-platfrom {
        padding: 0 0 120px
    }

    .trading-platform__title {
        font: var(--heading-lg-desktop);
        text-align: center;
        margin-bottom: 16px
    }

    .trading-platform__subtitle {
        font: var(--body-lg-regular-desktop);
        margin-bottom: 40px;
        text-align: center
    }

    .trading-platfrom .tabs .tabs__nav {
        max-width: 480px;
        margin: 0 auto 40px
    }

    .trading-platfrom .tabs .tabs__nav .button {
        min-width: 167px
    }

    .trading-platfrom [role=tabpanel] {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        gap: 40px;
        border: unset;
        padding: unset
    }

    .trading-platfrom [role=tabpanel] .item {
        border: 1px solid var(--color-black-200);
        border-radius: 32px;
        padding: 80px 32px 32px
    }

    .trading-platfrom .tabs [role=tabpanel] h3 {
        font: var(--body-lg-bold-desktop);
        font-weight: 500
    }

    .trading-platfrom .tabs #platform-tabpanel-2 h3 {
        min-height: 53px
    }
}

.transparent .container {
    background: var(--color-black-100);
    border-radius: 32px
}

.transparent .transparent__title {
    letter-spacing: -.4px;
    width: 100%
}

.transparent .transparent__list {
    margin: 0 0 24px;
    font: var(--body-md-bold-mobile);
    list-style: none
}

.transparent .transparent__list li:not(:last-child) {
    margin-bottom: 24px
}

.transparent .transparent__list li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(0, -50%);
    display: block;
    width: 40px;
    height: 40px
}

.transparent .transparent__list li:nth-child(1):before {
    content: url(https://a.c-dn.net/c/content/dam/landingPages/assets/multiProductsUk/icons/transparent-icon-1.svg)
}

.transparent .transparent__list li:nth-child(2)::before {
    content: url(https://a.c-dn.net/c/content/dam/landingPages/assets/multiProductsUk/icons/transparent-icon-2.svg)
}

.transparent .transparent__list li:nth-child(3)::before {
    content: url(https://a.c-dn.net/c/content/dam/landingPages/assets/multiProductsUk/icons/transparent-icon-3.svg)
}

.transparent .transparent__list li span svg {
    width: 18px;
    position: absolute;
    left: 2px;
    bottom: 2px
}

.transparent__box a {
    text-wrap: nowrap;
    max-width: 282px
}

@media (max-width:767px) {
    .transparent {
        padding: 8px 0 48px
    }

    .transparent .container {
        padding: 32px 16px
    }

    .transparent .transparent__title {
        font: var(--heading-md-mobile);
        margin-bottom: 24px;
        text-align: center
    }

    .transparent .transparent__list {
        padding-left: 45px
    }

    .transparent__box a {
        max-width: 100%
    }
}

@media (min-width:768px) {
    .transparent {
        padding: 0 0 120px
    }

    .transparent .container {
        max-width: 1058px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        -moz-column-gap: 30px;
        column-gap: 30px;
        padding: 48px 80px
    }

    .transparent .transparent__title {
        font: var(--heading-lg-desktop);
        margin-bottom: 0;
        text-align: left;
        max-width: 389px
    }

    .transparent__box {
        max-width: 429px
    }
}

.trustpilot .trustpilot__title {
    letter-spacing: -.4px
}

@media (max-width:767px) {
    .trustpilot {
        padding: 8px 0 48px
    }

    .trustpilot .trustpilot__title {
        font: var(--heading-md-mobile);
        margin-bottom: 24px
    }
}

@media (min-width:768px) {
    .trustpilot {
        padding: 12px 0 80px
    }

    .trustpilot .trustpilot__title {
        font: var(--heading-lg-desktop);
        text-align: center;
        margin-bottom: 40px
    }
}

.try img {
    width: 100%
}

.try .try__title {
    font: var(--heading-lg-desktop)
}

.try .try__list,
.try .try__title,
.try img {
    margin-bottom: 24px
}

.try .try__subtitle {
    font: var(--body-lg-regular-mobile);
    margin-bottom: 24px
}

.try .try__list {
    padding-left: 24px;
    font: var(--body-sm-regular-mobile);
    list-style: none
}

.try .try__list li:not(:last-child) {
    margin-bottom: 15px
}

.try .try__list li::before {
    content: url(https://a.c-dn.net/c/content/dam/landingPages/assets/multiProductsUk/icons/circle-tick.svg);
    position: absolute;
    top: 50%;
    left: -27px;
    transform: translate(0, -50%);
    display: block;
    width: 18px;
    height: 18px
}

@media (max-width:767px) {
    .try {
        padding: 8px 0 48px
    }

    .try .try__title {
        font: var(--heading-md-mobile)
    }

    .try .try__subtitle {
        font: var(--body-sm-regular-mobile)
    }
}

@media (min-width:768px) {
    .try {
        display: flex;
        align-items: center;
        -moz-column-gap: 15px;
        column-gap: 15px;
        padding: 0 0 120px;
        max-width: 1920px;
        margin: 0 auto
    }

    .try .try__img {
        max-width: 590px;
        margin-bottom: 0
    }

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

    .try .button {
        max-width: 191px
    }
}

@media (min-width:1300px) {
    .try picture {
        padding-left: calc((100% - 1920px)/5)
    }
}

@media (min-width:1920px) {
    .try picture {
        padding-left: calc((100% - 1280px)/2)
    }

    .try picture img {
        border-radius: 48px
    }
}