@font-face {
    font-family: "Ubuntu-Regular";
    src: url(../fonts/Ubuntu-Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Ubuntu-Medium";
    src: url(../fonts/Ubuntu-Medium.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Ubuntu-Bold";
    src: url(../fonts/Ubuntu-Bold.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Ubuntu-Light";
    src: url(../fonts/Ubuntu-Light.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "ParaboleTrial-Regular";
    src: url(../fonts/ParaboleTrial-Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

* {
    outline: none !important;
}

html,
body,
root,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ol,
ul,
li,
article,
footer,
header,
menu,
nav,
section,
summary,
video {
    margin-inline: 0;
    margin-block: 0;
    margin: 0;
    padding-inline: 0;
    padding-block: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

@supports not (margin-inline: 0) {

    html,
    body,
    root,
    div,
    span,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a,
    ol,
    ul,
    li,
    article,
    footer,
    header,
    menu,
    nav,
    section,
    summary,
    video {
        margin-left: 0;
        margin-right: 0
    }
}

@supports not (margin-block: 0) {

    html,
    body,
    root,
    div,
    span,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a,
    ol,
    ul,
    li,
    article,
    footer,
    header,
    menu,
    nav,
    section,
    summary,
    video {
        margin-top: 0;
        margin-bottom: 0
    }
}

@supports not (padding-inline: 0) {

    html,
    body,
    root,
    div,
    span,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a,
    ol,
    ul,
    li,
    article,
    footer,
    header,
    menu,
    nav,
    section,
    summary,
    video {
        padding-left: 0;
        padding-right: 0
    }
}

@supports not (padding-block: 0) {

    html,
    body,
    root,
    div,
    span,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a,
    ol,
    ul,
    li,
    article,
    footer,
    header,
    menu,
    nav,
    section,
    summary,
    video {
        padding-top: 0;
        padding-bottom: 0
    }
}

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

html {
    font-size: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: var(--scroll-padding, 50px)
}

body {
    background-color: #fff;
    color: #151625;
    min-block-size: 100vh
}

@supports not (min-block-size: 100vh) {
    body {
        min-height: 100vh
    }
}

#root {
    all: inherit;
    background-color: rgba(0, 0, 0, 0);
    color: currentColor;
    padding: unset;
    margin: unset
}

img {
    display: block;
    inline-size: 100%;
    block-size: auto;
    max-inline-size: 100%;
    max-block-size: 100%
}

@supports not (inline-size: 100%) {
    img {
        width: 100%
    }
}

@supports not (block-size: auto) {
    img {
        height: auto
    }
}

@supports not (max-inline-size: 100%) {
    img {
        max-width: 100%
    }
}

@supports not (max-block-size: 100%) {
    img {
        max-height: 100%
    }
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none;
    margin: 0;
    padding: 0
}

a,
button {
    all: unset;
    display: block;
    color: inherit;
    box-sizing: border-box;
    cursor: pointer
}

.d-block {
    display: block
}

body {
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: 1.125rem;
    font-weight: normal;
    line-height: normal;
    text-align: start
}

@supports not (text-align: start) {
    body {
        text-align: left
    }
}

strong {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ubuntu-Regular", sans-serif;
    font-weight: normal;
    line-height: 1.2
}

a {
    transition: all 300ms ease-in-out
}

.title {
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: clamp(2.125rem, 4vw, 3.6875rem);
    letter-spacing: 2px;
    line-height: 1.1
}

.p-2 {
    padding: .125rem
}

.p-3 {
    padding: .1875rem
}

.p-5 {
    padding: .3125rem
}

.pl-5 {
    padding-inline-start: .3125rem
}

@supports not (padding-inline-start: 0px) {
    .pl-5 {
        padding-left: .3125rem
    }
}

.p-6 {
    padding: .375rem
}

.p-7 {
    padding: .4375rem
}

.p-33 {
    padding: 2.0625rem
}

.m-1 {
    margin: .0625rem
}

.m-2 {
    margin: .125rem
}

.m-3 {
    margin: .1875rem
}

.m-4 {
    margin: .25rem
}

.m-6 {
    margin: .375rem
}

.m-7 {
    margin: .4375rem
}

.m-8 {
    margin: .5rem
}

.m-9 {
    margin: .5625rem
}

.d-block {
    display: block
}

.row {
    display: flex;
    flex-direction: row;
    gap: var(--gap)
}

.row .col {
    flex: auto
}

.nbsp {
    white-space: nowrap
}

.sr-only {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    border: 0;
    inline-size: 1px;
    block-size: 1px;
    overflow: hidden;
    padding: 0;
    white-space: nowrap
}

@supports not (inline-size: 1px) {
    .sr-only {
        width: 1px
    }
}

@supports not (block-size: 1px) {
    .sr-only {
        height: 1px
    }
}

.learn-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0070ad;
    color: #fff;
    font-family: "Ubuntu-Medium", sans-serif;
    font-size: 1rem;
    line-height: 1;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 25px;
    border-radius: 999rem
}

@media only screen and (min-width: 1024px) {
    .learn-more {
        margin: unset
    }
}

@media only screen and (min-width: 1280px) {
    .learn-more {
        font-size: 1.5rem;
        padding: 20px 40px
    }
}

.learn-more .icon {
    width: 16px;
    height: 16px;
    margin-left: 20px;
    transition: all .5s ease-in-out
}

@media only screen and (min-width: 1280px) {
    .learn-more .icon {
        width: 24px;
        height: 24px
    }
}

.learn-more:hover,
.learn-more:focus,
.learn-more:focus-within {
    background-color: #fff;
    color: #0070ad
}

.learn-more:hover .icon,
.learn-more:focus .icon,
.learn-more:focus-within .icon {
    margin-left: 30px
}

.learn-more-transparent {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fff
}

.learn-more-transparent:hover,
.learn-more-transparent:focus,
.learn-more-transparent:focus-within {
    background-color: #fff;
    color: #0070ad
}

.learn-more-transparent:focus .icon,
.learn-more-transparent:focus-within .icon {
    margin-left: 30px
}

.learn-more-border {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #0070ad;
    color: #0070ad
}

.learn-more-border:hover,
.learn-more-border:focus,
.learn-more-border:focus-within {
    background-color: #0070ad;
    color: #fff
}

.learn-more-border:focus .icon,
.learn-more-border:focus-within .icon {
    margin-left: 30px
}

.read-more {
    color: #0070ad;
    font-family: "Ubuntu-Medium", sans-serif;
    font-size: 1rem;
    line-height: 1;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    border-radius: 999rem
}

@media only screen and (min-width: 1280px) {
    .read-more {
        font-size: 1.5rem;
        padding: 20px 40px
    }
}

.read-more .icon {
    width: 16px;
    height: 16px;
    margin-left: 20px;
    transition: all .5s ease-in-out
}

@media only screen and (min-width: 1280px) {
    .read-more .icon {
        width: 24px;
        height: 24px
    }
}

.read-more:hover,
.read-more:focus,
.read-more:focus-within {
    background-color: #0070ad;
    color: #fff
}

.read-more:hover .icon,
.read-more:focus .icon,
.read-more:focus-within .icon {
    margin-left: 30px
}

#skip-links {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0070ad;
    color: #fff;
    z-index: 99999
}

#skip-links:focus-within {
    padding: 5vmin
}

.show-on-focus:focus,
.show-on-focus:focus-visible {
    clip-path: none;
    position: static;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.cookiesContainer-lp {
    position: fixed;
    left: 65px;
    bottom: 70px;
    width: 504px;
    height: auto;
    z-index: 1003;
    border: 1px solid #ecedf2;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, .1)
}

.cookiesContainer-lp .desc {
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: 16px;
    color: #51595e;
    margin: 55px 48px 0 48px
}

.cookie-btn-default {
    color: #818e94;
    display: block;
    height: unset;
    text-transform: none;
    border: none;
    padding: 0 16px;
    border-radius: 4px
}

.cookie-btn {
    display: flex
}

.cookie-btn button {
    color: #fff;
    font-family: "Ubuntu-Medium", sans-serif;
    font-size: 14px;
    background-color: #0070ad;
    border: 2px solid #0070ad;
    width: 187px;
    height: 46px;
    margin: 35px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease-in
}

.cookie-btn button:hover {
    background-color: #fff;
    color: #0070ad
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0
}

.close-cookie {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 32px;
    height: 32px;
    display: block;
    cursor: pointer;
    background: none
}

.close-cookie:before,
.close-cookie:after {
    position: absolute;
    left: 15px;
    top: 5px;
    content: " ";
    height: 25px;
    width: 2px;
    background-color: #818e94
}

.close-cookie:before {
    transform: rotate(45deg)
}

.close-cookie:after {
    transform: rotate(-45deg)
}

@media only screen and (max-width: 1024px) {
    .cookiesContainer-lp {
        left: 20px;
        bottom: 20px
    }
}

@media only screen and (max-width: 768px) {
    .cookiesContainer-lp {
        bottom: 0;
        width: 100%;
        left: unset;
        border-radius: 0
    }

    .cookiesContainer-lp .desc {
        font-size: 14px;
        margin: 40px 20px 0 20px
    }

    .cookie-btn button {
        margin: 20px auto;
        width: 140px
    }
}

@media only screen and (max-width: 350px) {
    .cookie-btn button {
        width: 130px
    }
}

.remove-modal {
    display: none
}

.nav {
    background-color: #fff;
    width: 100%;
    padding: 20px 0;
    z-index: 999;
    position: fixed;
    top: 0;
    box-shadow: 0 0 10px 1px #0070ad
}

@media only screen and (min-width: 1280px) {
    .nav {
        padding: 30px 0
    }
}

.nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90vw;
    margin: 0 auto;
    position: relative
}

.nav .container__left {
    display: flex;
    align-items: center;
    position: relative
}

.nav .container__left .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    margin-right: 25px
}

@media only screen and (min-width: 1280px) {
    .nav .container__left .hamburger {
        width: 35px;
        height: 35px;
        margin-right: 50px
    }
}

.nav .container__left .hamburger__btn {
    width: 100%;
    height: 100%
}

.nav .container__left .hamburger__btn .line {
    display: block;
    background-color: #0070ad;
    height: 2px;
    width: 100%;
    transition: all .5s ease;
    border-radius: 10px
}

.nav .container__left .hamburger__btn .line:not(:last-child) {
    margin-bottom: 5px
}

@media only screen and (min-width: 1280px) {
    .nav .container__left .hamburger__btn .line:not(:last-child) {
        margin-bottom: 10px
    }
}

.nav .container__left .logo {
    width: 150px
}

@media only screen and (min-width: 768px) {
    .nav .container__left .logo {
        width: 200px
    }
}

@media only screen and (min-width: 1280px) {
    .nav .container__left .logo {
        width: 250px
    }
}

.nav .container__left .logo__icon,
.nav .container__right .logo__icon {
    width: auto;
    height: 45px
}

.nav .container__right .language__list {
    display: flex;
    align-items: center
}

.nav .container__right .language__list__item {
    color: #0070ad;
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: 12px
}

@media only screen and (min-width: 768px) {
    .nav .container__right .language__list__item {
        font-size: 18px
    }
}

.nav .container__right .language__list__item:nth-child(1) {
    position: relative;
    margin-right: 15px
}

@media only screen and (min-width: 768px) {
    .nav .container__right .language__list__item:nth-child(1) {
        margin-right: 20px
    }
}

.nav .container__right .language__list__item:nth-child(1)::before {
    content: "";
    position: absolute;
    right: -9px;
    height: 100%;
    width: 2px;
    background-color: #0070ad
}

@media only screen and (min-width: 768px) {
    .nav .container__right .language__list__item:nth-child(1)::before {
        right: -10px
    }
}

.nav .container__right .language__list__item__link {
    color: #0070ad;
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: 12px;
    position: relative
}

@media only screen and (min-width: 768px) {
    .nav .container__right .language__list__item__link {
        font-size: 18px
    }
}

.nav .container__right .language__list__item__link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 0;
    right: 0;
    background: #0070ad;
    transition: width .5s ease;
    -webkit-transition: width .5s ease
}

.nav .container__right .language__list__item__link:hover::after,
.nav .container__right .language__list__item__link:focus::after {
    width: 100%;
    left: 0
}

.nav .container__right .language__list .current {
    color: #0070ad;
    font-family: "Ubuntu-Bold", sans-serif;
    position: relative
}

.nav .container__right .language__list .current::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #0070ad
}

.nav .hamburgerMenu {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: -100%;
    padding: 20px 20px 7vh 20px;
    width: 100%;
    height: 90vh;
    overflow-y: scroll;
    transition: all .5s ease-in-out;
    visibility: hidden
}

@media only screen and (min-width: 768px) {
    .nav .hamburgerMenu {
        height: 100vh;
        padding: 20px 50px 15vh 50px;
        width: 65vw
    }
}

@media only screen and (min-width: 1280px) {
    .nav .hamburgerMenu {
        height: 90vh;
        padding: 20px 80px 8vh 80px;
        width: 30vw
    }
}

.nav .hamburgerMenu__list__item:not(:last-child) {
    margin-bottom: 30px
}

@media only screen and (min-width: 1280px) {
    .nav .hamburgerMenu__list__item:not(:last-child) {
        margin-bottom: 45px
    }
}

.nav .hamburgerMenu__list__item-link {
    color: #151625;
    font-family: "Ubuntu-Light", sans-serif;
    font-size: clamp(1.125rem, 2vw, 1.5rem);
    transition: all .5s ease-in-out;
    position: relative
}

.nav .hamburgerMenu__list__item-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 0;
    background-color: #0070ad;
    transition: all .5s ease-in-out
}

@media only screen and (min-width: 1280px) {
    .nav .hamburgerMenu__list__item-link::after {
        bottom: -15px
    }
}

.nav .hamburgerMenu__list__item-link:hover,
.nav .hamburgerMenu__list__item-link:focus,
.nav .hamburgerMenu__list__item-link:focus-within {
    color: #0070ad;
    font-family: "Ubuntu-Regular", sans-serif
}

.nav .hamburgerMenu__list__item-link:hover::after,
.nav .hamburgerMenu__list__item-link:focus::after,
.nav .hamburgerMenu__list__item-link:focus-within::after {
    width: 20%
}

.scroll-disabled {
    overflow-y: hidden
}

.hamburger__btn.active .line:nth-child(1) {
    transform: translateY(5px) rotate(45deg)
}

@media only screen and (min-width: 1280px) {
    .hamburger__btn.active .line:nth-child(1) {
        transform: translateY(12px) rotate(45deg)
    }
}

.hamburger__btn.active .line:nth-child(2) {
    opacity: 0
}

.hamburger__btn.active .line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg)
}

@media only screen and (min-width: 1280px) {
    .hamburger__btn.active .line:nth-child(3) {
        transform: translateY(-12px) rotate(-45deg)
    }
}

.hamburgerMenu.visible {
    left: 0;
    visibility: visible
}

.backToTop {
    background-color: #0070ad;
    border: 2px solid #0070ad;
    border-radius: 10px;
    box-shadow: -2px 2px 5px 0px #151625;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px;
    position: fixed;
    z-index: 9000;
    right: 5vw;
    bottom: 0;
    visibility: hidden;
    transition: all .5s ease-in-out
}

@media only screen and (min-width: 1280px) {
    .backToTop {
        padding: 25px
    }
}

.backToTop svg {
    width: 15px;
    height: 15px
}

@media only screen and (min-width: 1280px) {
    .backToTop svg {
        width: 30px;
        height: 30px
    }
}

.backToTop:hover,
.backToTop:focus,
.backToTop:focus-within {
    background-color: #fff;
    color: #0070ad
}

.backToTop.appear {
    visibility: visible;
    bottom: 50px
}

.header {
    background-color: #e0eff7;
    margin-bottom: 120px;
    padding-top: 110px;
    overflow-x: clip
}

@media only screen and (min-width: 768px) {
    .header {
        margin-bottom: 50px
    }
}

@media only screen and (min-width: 1280px) {
    .header {
        margin-bottom: 80px
    }
}

@media only screen and (min-width: 768px) {
    .header .container {
        display: flex;
        padding: 30px 0
    }
}

@media only screen and (min-width: 1280px) {
    .header .container {
        padding: 0
    }
}

@media only screen and (min-width: 1920px) {
    .header .container {
        min-height: 1250px;
        padding-top: 100px
    }
}

.header .container .block-text {
    width: 100%;
    background-color: #0070ad;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px 130px 20px
}

@media only screen and (min-width: 768px) {
    .header .container .block-text {
        width: 55vw;
        padding: 40px 30px
    }
}

@media only screen and (min-width: 1280px) {
    .header .container .block-text {
        height: 1000px;
        padding: 120px
    }
}

.header .container .block-text .block-text-content {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media only screen and (min-width: 1280px) {
    .header .container .block-text .block-text-content {
        max-width: 36vw
    }
}

.header .container .block-text .header-title {
    font-family: "Ubuntu-Medium", sans-serif;
    font-size: clamp(3rem, 4vw, 5rem);
    padding-bottom: 30px;
    color: #fff
}

@media only screen and (min-width: 1280px) {
    .header .container .block-text .header-title {
        padding-bottom: 120px
    }
}

.header .container .block-text .block-button {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 18px;
    margin-bottom: 20px
}

@media only screen and (min-width: 1280px) {
    .header .container .block-text .block-button {
        flex-direction: row;
        margin-bottom: 0
    }
}

.header .container .block-text .block-button .int-link {
    font-family: "Ubuntu-Medium", sans-serif;
    color: #fff;
    -webkit-text-fill-color: #fff;
    background-color: #0070ad;
    border: 2px solid #fff;
    border-radius: 999rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 20px
}

@media only screen and (min-width: 1920px) {
    .header .container .block-text .block-button .int-link {
        padding: 20px 40px
    }
}

.header .container .block-text .block-button .int-link__txt {
    font-size: clamp(1rem, 1.2vw, 1.5rem);
    text-align: center;
    line-height: 1
}

.header .container .block-text .block-button .int-link:hover,
.header .container .block-text .block-button .int-link:focus,
.header .container .block-text .block-button .int-link:focus-within {
    color: #0070ad;
    -webkit-text-fill-color: #0070ad;
    background-color: #f4f4f4
}

.header .container .block-image {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: flex-end;
    width: 100vw
}

@media only screen and (min-width: 768px) {
    .header .container .block-image {
        width: 45vw
    }
}

.header .container .block-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    padding-left: 120px;
    margin: -110px 0
}

@media only screen and (min-width: 768px) {
    .header .container .block-image img {
        padding: 0;
        margin-top: 0;
        margin-bottom: -55px
    }
}

@media only screen and (min-width: 1280px) {
    .header .container .block-image img {
        margin-bottom: -85px
    }
}

@media only screen and (min-width: 1920px) {
    .header .container .block-image img {
        margin-bottom: -120px
    }
}

.manifesto {
    padding: 60px 0;
    overflow-x: clip
}

@media only screen and (min-width: 1280px) {
    .manifesto {
        padding: 100px 0
    }
}

@media only screen and (min-width: 1920px) {
    .manifesto {
        padding: 140px 0
    }
}

.manifesto .container {
    width: 90vw;
    margin: 0 auto
}

@media only screen and (min-width: 1280px) {
    .manifesto .container {
        width: 95vw;
        padding: 0 5%
    }
}

@media only screen and (min-width: 1920px) {
    .manifesto .container {
        width: 73vw
    }
}

.manifesto .container .text {
    color: #151625;
    font-family: "Ubuntu-Light", sans-serif;
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    text-align: center
}

.manifesto .container .text:not(:last-child) {
    margin-bottom: 20px
}

.manifesto .container .text .txt-blue {
    color: #0070ad
}

.business {
    padding-bottom: 60px;
    overflow-x: clip
}

@media only screen and (min-width: 1280px) {
    .business {
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 1920px) {
    .business {
        padding-bottom: 140px
    }
}

.business .container {
    width: 90vw;
    margin: 0 auto
}

@media only screen and (min-width: 1280px) {
    .business .container {
        width: 95vw
    }
}

@media only screen and (min-width: 1920px) {
    .business .container {
        width: 73vw
    }
}

.business .container .clients {
    display: flex;
    flex-direction: column;
    gap: 60px
}

@media only screen and (min-width: 1920px) {
    .business .container .clients {
        gap: 140px
    }
}

.business .container .clients__client {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media only screen and (min-width: 768px) {
    .business .container .clients__client {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }
}

.business .container .clients__client__picture {
    width: 100%;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .business .container .clients__client__picture {
        width: 65%;
        margin-bottom: 0
    }
}

@media only screen and (min-width: 768px) {
    .business .container .clients__client__content {
        width: 32%
    }
}

.business .container .clients__client__content .text__desc {
    color: #151625;
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: clamp(2rem, 3vw, 2.5rem);
    margin-bottom: 30px
}

.business .container .clients__client__content .logo__icon {
    width: 155px;
    height: auto;
    margin-bottom: 30px
}

@media only screen and (min-width: 1280px) {
    .business .container .clients__client__content .logo__icon {
        width: 165px;
        margin-bottom: 60px
    }
}

@media only screen and (min-width: 1920px) {
    .business .container .clients__client__content .logo__icon {
        width: 200px
    }
}

@media only screen and (min-width: 768px) {
    .business .container .clients .farmers {
        flex-direction: row-reverse
    }
}

.cases {
    padding-bottom: 60px
}

@media only screen and (min-width: 1280px) {
    .cases {
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 1920px) {
    .cases {
        padding-bottom: 140px
    }
}

.cases .container {
    width: 90vw;
    margin: 0 auto
}

@media only screen and (min-width: 1280px) {
    .cases .container {
        width: 95vw
    }
}

@media only screen and (min-width: 1920px) {
    .cases .container {
        width: 73vw
    }
}

.cases .container .cards__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px
}

@media only screen and (min-width: 768px) {
    .cases .container .cards__list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 25px
    }
}

@media only screen and (min-width: 1280px) {
    .cases .container .cards__list {
        grid-gap: 50px
    }
}

.cases .container .cards__list__item-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden
}

.cases .container .cards__list__item-link .cover {
    overflow: hidden;
    margin-bottom: 25px
}

@media only screen and (min-width: 1280px) {
    .cases .container .cards__list__item-link .cover {
        margin-bottom: 40px
    }
}

.cases .container .cards__list__item-link .cover img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .5s ease-in-out
}

.cases .container .cards__list__item-link .heading {
    color: #151625;
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: 24px;
    margin-bottom: 25px
}

@media only screen and (min-width: 1280px) {
    .cases .container .cards__list__item-link .heading {
        margin-bottom: 40px;
        font-size: 33px
    }
}

.cases .container .cards__list__item-link:hover .cover img,
.cases .container .cards__list__item-link:focus .cover img,
.cases .container .cards__list__item-link:focus-within .cover img {
    transform: scale(1.1)
}

.cases .container .cards__list__item-link:hover .read-more .icon,
.cases .container .cards__list__item-link:focus .read-more .icon,
.cases .container .cards__list__item-link:focus-within .read-more .icon {
    margin-left: 30px
}

.blockquote {
    background-color: #edf9ff;
    padding: 60px 0;
    overflow-x: clip
}

@media only screen and (min-width: 1280px) {
    .blockquote {
        padding: 100px 0
    }
}

@media only screen and (min-width: 1920px) {
    .blockquote {
        padding: 140px 0
    }
}

.blockquote .container {
    width: 90vw;
    margin: 0 auto
}

@media only screen and (min-width: 1280px) {
    .blockquote .container {
        width: 95vw
    }
}

@media only screen and (min-width: 1920px) {
    .blockquote .container {
        width: 73vw
    }
}

@media only screen and (min-width: 768px) {
    .blockquote .container .boss {
        display: flex;
        align-items: flex-start;
        justify-content: center
    }
}

@media only screen and (min-width: 768px) {
    .blockquote .container .boss .content {
        width: 50%
    }
}

@media only screen and (min-width: 1280px) {
    .blockquote .container .boss .content {
        width: 40%
    }
}

.blockquote .container .boss .content .heading {
    color: #151625;
    font-family: "Ubuntu-Medium", sans-serif;
    font-size: clamp(1rem, 3vw, 1.5rem);
    letter-spacing: 2px;
    padding-bottom: 10px
}

@media only screen and (min-width: 1280px) {
    .blockquote .container .boss .content .heading {
        padding-bottom: 20px
    }
}

.blockquote .container .boss .content .name {
    color: #0070ad;
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: clamp(2.125rem, 6vw, 4.6875rem);
    margin-bottom: 30px
}

@media only screen and (min-width: 1280px) {
    .blockquote .container .boss .content .name {
        margin-bottom: 60px
    }
}

.blockquote .container .boss .content .picture-mob {
    width: 100%;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .blockquote .container .boss .content .picture-mob {
        display: none
    }
}

.blockquote .container .boss .content .quote {
    color: #151625;
    font-family: "Ubuntu-Light", sans-serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-style: italic;
    margin-bottom: 30px
}

@media only screen and (min-width: 1280px) {
    .blockquote .container .boss .content .quote {
        margin-bottom: 60px
    }
}

.blockquote .container .boss .content .read-more {
    color: #0070ad;
    border: none
}

.blockquote .container .boss .content .read-more:hover,
.blockquote .container .boss .content .read-more:focus,
.blockquote .container .boss .content .read-more:focus-within {
    background-color: #0070ad;
    color: #fff
}

.blockquote .container .boss .content .read-more:hover .icon,
.blockquote .container .boss .content .read-more:focus .icon,
.blockquote .container .boss .content .read-more:focus-within .icon {
    margin-left: 30px
}

.blockquote .container .boss .picture {
    display: none
}

@media only screen and (min-width: 768px) {
    .blockquote .container .boss .picture {
        display: block;
        max-width: 50%;
        margin-left: 30px
    }
}

@media only screen and (min-width: 1280px) {
    .blockquote .container .boss .picture {
        max-width: 475px
    }
}

.blockquote .container .aiman {
    margin-top: 60px
}

@media only screen and (min-width: 768px) {
    .blockquote .container .aiman {
        flex-direction: row-reverse
    }
}

@media only screen and (min-width: 1280px) {
    .blockquote .container .aiman {
        margin-top: 120px
    }
}

@media only screen and (min-width: 768px) {
    .blockquote .container .aiman .picture {
        margin-left: 0;
        margin-right: 30px
    }
}

@media only screen and (min-width: 1280px) {
    .blockquote .container .aiman .picture {
        margin-right: 50px
    }
}

.section-slider {
    padding: 60px 0;
    overflow-x: clip
}

@media only screen and (min-width: 1280px) {
    .section-slider {
        padding: 100px 0
    }
}

@media only screen and (min-width: 1920px) {
    .section-slider {
        padding: 140px 0
    }
}

.section-slider .container {
    overflow-x: hidden;
    padding: 0 25px
}

@media only screen and (min-width: 1920px) {
    .section-slider .container {
        padding-left: 250px
    }
}

.section-slider .container .slider ip-slider-sl-2 {
    --ip-slider-secondary-color: #0070AD;
    --ip-slider-font-primary: Ubuntu-Regular, sans-serif;
    --ip-slider-font-secondary: Ubuntu-Medium, sans-serif;
    --ip-slider-overlay-bg: #151625;
    --ip-slider-overlay-opacity: 0.8;
    --ip-slider-arrow-border-on-hover: #ffffff;
    display: block;
    margin-left: auto
}

@media only screen and (min-width: 768px) {
    .section-slider .container .slider ip-slider-sl-2 {
        margin-left: 0;
        margin-right: auto
    }
}

@media only screen and (min-width: 1280px) {
    .section-slider .container .slider ip-slider-sl-2 {
        margin-left: auto
    }
}

@media only screen and (min-width: 768px) {
    .section-slider .container .slider ip-slider-sl-2::part(slider) {
        align-items: center
    }
}

.section-slider .container .slider ip-slider-sl-2::part(slider__desc) {
    width: calc(100vw - 40px);
    height: -moz-fit-content;
    height: fit-content;
    justify-content: space-between
}

@media only screen and (min-width: 768px) {
    .section-slider .container .slider ip-slider-sl-2::part(slider__desc) {
        align-items: flex-start;
        width: 40vw;
        height: 100%;
        padding-left: 20px
    }
}

@media only screen and (min-width: 1280px) {
    .section-slider .container .slider ip-slider-sl-2::part(slider__desc) {
        width: 30vw;
        margin-right: 70px
    }
}

@media only screen and (min-width: 1920px) {
    .section-slider .container .slider ip-slider-sl-2::part(slider__desc) {
        width: 23vw;
        margin-right: 50px
    }
}

.section-slider .container .slider ip-slider-sl-2::part(slider__desc__title) {
    color: #151625;
    font-family: "Ubuntu-Medium", sans-serif;
    font-size: clamp(2rem, 4vw, 3.6875rem);
    line-height: 1.2;
    margin: 0;
    padding: 0
}

.section-slider .container .slider ip-slider-sl-2::part(slider__desc__title) .d-block {
    display: block
}

.section-slider .container .slider ip-slider-sl-2::part(slider__title) {
    color: #151625;
    font-family: "Ubuntu-Medium", sans-serif;
    font-size: clamp(2rem, 4vw, 3.6875rem);
    line-height: 1.2;
    margin: 0;
    padding: 0 0 30px 0;
    max-width: 75%
}

.section-slider .container .slider ip-slider-sl-2::part(slider__title) .d-block {
    display: block
}

.section-slider .container .slider ip-slider-sl-2::part(slider__btns) {
    justify-content: flex-start
}

.section-slider .container .slider ip-slider-sl-2::part(slider__btns) button {
    color: #0070ad !important;
    border: 2px solid #0070ad !important
}

.section-slider .container .slider ip-slider-sl-2::part(slider__btns) button::part(arrow-right) {
    border: 2px solid #0070ad !important
}

.section-slider .container .slider ip-slider-sl-2::part(slider__pagination) {
    display: block;
    color: #0070ad;
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: 12px
}

@media only screen and (min-width: 768px) {
    .section-slider .container .slider ip-slider-sl-2::part(slider__pagination) {
        font-size: 16px
    }
}

@media only screen and (min-width: 1280px) {
    .section-slider .container .slider ip-slider-sl-2::part(slider__pagination) {
        font-size: 20px
    }
}

.section-slider .container .slider ip-slider-sl-2::part(slider__items__ul) {
    margin: 0
}

.section-slider .container .slider ip-slider-sl-2::part(slider__li__desc) {
    bottom: unset;
    font-size: clamp(18px, 2.5vw, 30px);
    top: 50%;
    transform: translate(0, -50%);
    font-family: var(--ip-slider-font-primary)
}

.section-slider .container .learn-more {
    margin: 45px auto 0 auto
}

@media only screen and (min-width: 1280px) {
    .section-slider .container .learn-more {
        margin: 80px auto 0 auto
    }
}

@media only screen and (min-width: 1920px) {
    .section-slider .container .learn-more {
        margin: 80px auto 0 auto
    }
}

.next .container {
    background-color: #0070ad;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    overflow-x: hidden
}

@media only screen and (min-width: 1280px) {
    .next .container {
        display: grid;
        grid-template-columns: 40vw 60vw
    }
}

@media only screen and (min-width: 1500px) {
    .next .container {
        grid-template-columns: 30vw 70vw
    }
}

.next .container .content {
    background-color: #0070ad;
    width: 100%;
    padding: 40px 20px;
    z-index: 10
}

@media only screen and (min-width: 768px) {
    .next .container .content {
        width: 90vw;
        padding: 60px 30px
    }
}

@media only screen and (min-width: 1280px) {
    .next .container .content {
        margin-top: 0;
        width: 100%;
        padding: 30px
    }
}

@media only screen and (min-width: 1500px) {
    .next .container .content {
        position: relative;
        left: 8vw
    }
}

@media only screen and (min-width: 1920px) {
    .next .container .content {
        left: 13.5vw;
        padding: 80px 30px 80px 0
    }
}

.next .container .content__txt .title {
    color: #fff;
    font-family: "Ubuntu-Medium", sans-serif;
    padding-bottom: 40px
}

@media only screen and (min-width: 1280px)and (max-width: 1500px) {
    .next .container .content__txt .title {
        font-size: 3rem
    }
}

.next .container .content__txt .desc {
    color: #fff;
    margin-bottom: 40px
}

.next .container .content__txt .read-more:hover,
.next .container .content__txt .read-more:focus,
.next .container .content__txt .read-more:focus-within {
    background-color: #fff;
    color: #0070ad
}

.next .container .bg-cover {
    height: 100%
}

.next .container .bg-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.talkOn {
    padding: 60px 0
}

@media only screen and (min-width: 1280px) {
    .talkOn {
        padding: 100px 0
    }
}

@media only screen and (min-width: 1920px) {
    .talkOn {
        padding: 140px 0
    }
}

.talkOn .container {
    width: 90vw;
    margin: 0 auto
}

@media only screen and (min-width: 1280px) {
    .talkOn .container {
        width: 95vw
    }
}

@media only screen and (min-width: 1920px) {
    .talkOn .container {
        width: 73vw
    }
}

.talkOn .container .title {
    font-family: "Ubuntu-Medium", sans-serif;
    padding-bottom: 40px
}

@media only screen and (min-width: 768px) {
    .talkOn .container .title {
        padding-bottom: 60px
    }
}

@media only screen and (min-width: 1280px) {
    .talkOn .container .title {
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 1920px) {
    .talkOn .container .title {
        padding-bottom: 140px
    }
}

.talkOn .container .cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px
}

@media only screen and (min-width: 768px) {
    .talkOn .container .cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px
    }
}

@media only screen and (min-width: 1280px) {
    .talkOn .container .cards {
        gap: 40px
    }
}

.talkOn .container .cards .card {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding: 40px 20px;
    margin: 20px 0 0 20px
}

@media only screen and (min-width: 1280px) {
    .talkOn .container .cards .card {
        padding: 60px 40px;
        margin: 40px 0 0 40px
    }
}

.talkOn .container .cards .card::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media only screen and (min-width: 1280px) {
    .talkOn .container .cards .card::before {
        top: -40px;
        left: -40px
    }
}

.talkOn .container .cards .card .top {
    margin-bottom: 30px
}

@media only screen and (min-width: 1280px) {
    .talkOn .container .cards .card .top {
        margin-bottom: 60px
    }
}

.talkOn .container .cards .card .top .heading {
    font-size: clamp(2rem, 3vw, 2.5rem);
    padding-bottom: 20px
}

@media only screen and (min-width: 1280px) {
    .talkOn .container .cards .card .top .heading {
        padding-bottom: 30px
    }
}

.talkOn .container .cards .card .top .with {
    color: #151625;
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: clamp(1.313rem, 2vw, 1.5rem)
}

.talkOn .container .cards .card-1 {
    border: 1px solid #0070ad
}

.talkOn .container .cards .card-1 .top .heading {
    color: #0070ad
}

.talkOn .container .cards .card-1 .top .txt-primary {
    color: #0070ad;
    font-family: "Ubuntu-Medium", sans-serif
}

.talkOn .container .cards .card-1::before {
    background: linear-gradient(to bottom, #1D5C87, #0070AD)
}

.talkOn .container .cards .card-2 {
    border: 1px solid #178c3d
}

.talkOn .container .cards .card-2 .top .heading {
    color: #178c3d
}

.talkOn .container .cards .card-2 .top .txt-green {
    color: #178c3d;
    font-family: "Ubuntu-Medium", sans-serif
}

.talkOn .container .cards .card-2::before {
    background: linear-gradient(to bottom, #256D2E, #178C3D)
}

.talkOn .container .cards .card-3 {
    border: 1px solid #14596b
}

.talkOn .container .cards .card-3 .top .heading {
    color: #14596b
}

.talkOn .container .cards .card-3 .top .txt-darkteal {
    color: #14596b;
    font-family: "Ubuntu-Medium", sans-serif
}

.talkOn .container .cards .card-3::before {
    background: linear-gradient(to bottom, #1B4856, #14596B)
}

.trends {
    background-color: #bfe4f6;
    padding: 60px 0
}

@media only screen and (min-width: 1280px) {
    .trends {
        padding: 100px 0
    }
}

@media only screen and (min-width: 1920px) {
    .trends {
        padding: 140px 0
    }
}

.trends .container {
    width: 90vw;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px
}

@media only screen and (min-width: 768px) {
    .trends .container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (min-width: 1280px) {
    .trends .container {
        width: 95vw;
        gap: 80px
    }
}

@media only screen and (min-width: 1920px) {
    .trends .container {
        width: 73vw
    }
}

.trends .container .trend-card .trend-image {
    width: 100%;
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .trends .container .trend-card .trend-image {
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 1280px) {
    .trends .container .trend-card .trend-image {
        margin-bottom: 60px
    }
}

.trends .container .trend-card .trend-image img {
    width: 100%;
    height: auto
}

.trends .container .trend-card .heading {
    color: #151625;
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: clamp(2rem, 3vw, 3.5rem);
    padding-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .trends .container .trend-card .heading {
        padding-bottom: 40px
    }
}

@media only screen and (min-width: 1280px) {
    .trends .container .trend-card .heading {
        padding-bottom: 60px
    }
}

.trends .container .trend-card .read-more {
    background-color: #fff
}

.trends .container .trend-card .read-more:hover,
.trends .container .trend-card .read-more:focus,
.trends .container .trend-card .read-more:focus-within {
    color: #fff;
    background-color: #0070ad
}

.growth {
    background-color: #0070ad;
    padding: 60px 0;
    overflow-x: clip
}

@media only screen and (min-width: 1280px) {
    .growth {
        padding: 100px 0
    }
}

@media only screen and (min-width: 1920px) {
    .growth {
        padding: 140px 0
    }
}

.growth .container {
    width: 90vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px
}

@media only screen and (min-width: 768px) {
    .growth .container {
        flex-direction: row;
        align-items: center;
        gap: 60px
    }
}

@media only screen and (min-width: 1280px) {
    .growth .container {
        width: 95vw;
        gap: 80px
    }
}

@media only screen and (min-width: 1920px) {
    .growth .container {
        width: 73vw;
        gap: 70px
    }
}

.growth .container .growth-img {
    width: 100%
}

@media only screen and (min-width: 1280px) {
    .growth .container .growth-img {
        width: 57vw
    }
}

.growth .container .growth-img img {
    width: 100%;
    height: auto
}

@media only screen and (min-width: 1280px) {
    .growth .container .growth-desc {
        width: 43vw
    }
}

.growth .container .growth-desc .heading {
    color: #fff;
    font-family: "Ubuntu-Medium", sans-serif;
    font-size: clamp(2.125rem, 4vw, 3.6875rem);
    padding-bottom: 20px;
    letter-spacing: 4px
}

@media only screen and (min-width: 1280px) {
    .growth .container .growth-desc .heading {
        padding-bottom: 60px
    }
}

.growth .container .growth-desc .read-more {
    color: #fff;
}

.growth .container .growth-desc .read-more:hover,
.growth .container .growth-desc .read-more:focus,
.growth .container .growth-desc .read-more:focus-within {
    color: #0070ad;
    background-color: #fff
}

.real .container {
    background-color: #0070ad;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    overflow-x: hidden
}

@media only screen and (min-width: 1280px) {
    .real .container {
        display: grid;
        grid-template-columns: 40vw 60vw
    }
}

@media only screen and (min-width: 1500px) {
    .real .container {
        grid-template-columns: 30vw 70vw
    }
}

.real .container .content {
    background-color: #0070ad;
    width: 100%;
    padding: 40px 20px;
    z-index: 10
}

@media only screen and (min-width: 768px) {
    .real .container .content {
        width: 90vw;
        padding: 60px 30px
    }
}

@media only screen and (min-width: 1280px) {
    .real .container .content {
        margin-top: 0;
        width: 100%;
        padding: 30px
    }
}

@media only screen and (min-width: 1500px) {
    .real .container .content {
        position: relative;
        left: 8vw
    }
}

@media only screen and (min-width: 1920px) {
    .real .container .content {
        left: 13.5vw;
        padding: 80px 30px 80px 0
    }
}

.real .container .content__txt .title {
    color: #fff;
    font-family: "Ubuntu-Medium", sans-serif;
    padding-bottom: 40px
}

@media only screen and (min-width: 1280px)and (max-width: 1500px) {
    .real .container .content__txt .title {
        font-size: 3rem
    }
}

.real .container .content__txt .desc {
    color: #fff;
    margin-bottom: 40px
}

.real .container .content__txt .read-more {
    color: #fff;
}

.real .container .content__txt .read-more:hover,
.real .container .content__txt .read-more:focus,
.real .container .content__txt .read-more:focus-within {
    background-color: #fff;
    color: #0070ad
}

.real .container .bg-cover {
    height: 100%
}

.real .container .bg-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.talks {
    padding: 60px 0 0 0
}

@media only screen and (min-width: 1280px) {
    .talks {
        padding: 100px 0 0 0
    }
}

@media only screen and (min-width: 1920px) {
    .talks {
        padding: 140px 0 0 0
    }
}

.talks .container {
    width: 90vw;
    margin: 0 auto
}

@media only screen and (min-width: 1280px) {
    .talks .container {
        width: 95vw
    }
}

@media only screen and (min-width: 1920px) {
    .talks .container {
        width: 73vw
    }
}

.talks .container .cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px
}

@media only screen and (min-width: 768px) {
    .talks .container .cards {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (min-width: 1280px) {
    .talks .container .cards {
        gap: 80px
    }
}

.talks .container .cards .card {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding: 40px 20px;
    margin: 60px 20px 0
}

@media only screen and (min-width: 1280px) {
    .talks .container .cards .card {
        padding: 60px 40px;
        margin: 100px 60px 0
    }
}

.talks .container .cards .card::before {
    content: "";
    position: absolute;
    top: -60px;
    left: -20px;
    width: calc(100% + 40px);
    height: 100%;
    z-index: -1
}

@media only screen and (min-width: 1280px) {
    .talks .container .cards .card::before {
        left: -60px;
        top: -100px;
        width: calc(100% + 120px)
    }
}

.talks .container .cards .card .top {
    margin-bottom: 30px
}

@media only screen and (min-width: 1280px) {
    .talks .container .cards .card .top {
        margin-bottom: 60px
    }
}

.talks .container .cards .card .top .heading {
    font-size: clamp(2rem, 3vw, 2.5rem);
    padding-bottom: 20px
}

@media only screen and (min-width: 1280px) {
    .talks .container .cards .card .top .heading {
        padding-bottom: 30px
    }
}

.talks .container .cards .card .top .with {
    color: #151625;
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: clamp(1.313rem, 2vw, 1.5rem)
}

.talks .container .cards .card .top .with .txt-blue {
    color: #4184a5;
    font-family: "Ubuntu-Medium", sans-serif
}

.talks .container .cards .card .top .with .txt-bluemine {
    color: #1d5c85;
    font-family: "Ubuntu-Medium", sans-serif
}

.talks .container .cards .card-1 {
    border: 1px solid #12abdb
}

.talks .container .cards .card-1::before {
    background: linear-gradient(to bottom, #4184A5, #12ABDB)
}

.talks .container .cards .card-2 {
    border: 1px solid #0070ad
}

.talks .container .cards .card-2::before {
    background: linear-gradient(to bottom, #1D5C85, #2B7FB8)
}

.stories {
    margin: 0
}

.sponsoring {
    padding: 60px 0;
    overflow-x: clip
}

@media only screen and (min-width: 1280px) {
    .sponsoring {
        padding: 100px 0
    }
}

@media only screen and (min-width: 1920px) {
    .sponsoring {
        padding: 140px 0
    }
}

.sponsoring .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 90vw;
    margin: 0 auto;
    gap: 30px
}

@media only screen and (min-width: 1280px) {
    .sponsoring .container {
        width: 95vw;
        flex-direction: row;
        align-items: center;
        gap: 50px
    }
}

@media only screen and (min-width: 1920px) {
    .sponsoring .container {
        width: 73vw;
        gap: 70px
    }
}

@media only screen and (min-width: 1280px) {
    .sponsoring .container .content {
        width: 52vw
    }
}

.sponsoring .container .content__desc {
    color: #0070ad;
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: clamp(1.313rem, 2vw, 1.5rem);
    margin-bottom: 20px
}

.sponsoring .container .content__heading {
    color: #151625;
    font-family: "Ubuntu-Medium", sans-serif;
    font-size: clamp(2.125rem, 4vw, 3.5rem);
    padding-bottom: 20px;
    letter-spacing: 4px
}

@media only screen and (min-width: 1280px) {
    .sponsoring .container .content__heading {
        padding-bottom: 60px
    }
}

.sponsoring .container .content .learn-more {
    color: #0070ad;
    background-color: #fff
}

.sponsoring .container .content .learn-more:hover,
.sponsoring .container .content .learn-more:focus,
.sponsoring .container .content .learn-more:focus-within {
    color: #fff;
    background-color: #0070ad
}

@media only screen and (min-width: 1280px) {
    .sponsoring .container .picture {
        width: 48vw
    }
}

.artist {
    background-color: #f4f4f4;
    padding: 60px 0;
    overflow-x: clip
}

@media only screen and (min-width: 1280px) {
    .artist {
        padding: 100px 0
    }
}

@media only screen and (min-width: 1920px) {
    .artist {
        padding: 140px 0
    }
}

.artist .container {
    width: 90vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px
}

@media only screen and (min-width: 768px) {
    .artist .container {
        flex-direction: row;
        align-items: center
    }
}

@media only screen and (min-width: 1280px) {
    .artist .container {
        width: 95vw;
        gap: 50px
    }
}

@media only screen and (min-width: 1920px) {
    .artist .container {
        width: 73vw;
        gap: 70px
    }
}

.artist .container .artist-img {
    width: 100%;
    display: none
}

@media only screen and (min-width: 768px) {
    .artist .container .artist-img {
        display: block;
        width: 50vw
    }
}

@media only screen and (min-width: 1280px) {
    .artist .container .artist-img {
        width: 57vw
    }
}

.artist .container .artist-img img {
    width: 100%;
    height: auto
}

@media only screen and (min-width: 768px) {
    .artist .container .artist-desc {
        width: 50vw
    }
}

@media only screen and (min-width: 1280px) {
    .artist .container .artist-desc {
        width: 43vw
    }
}

.artist .container .artist-desc .artist-name {
    color: #151625;
    font-family: "Ubuntu-Medium", sans-serif;
    font-size: clamp(2.125rem, 4vw, 3.5rem);
    padding: 20px 0;
    letter-spacing: 4px
}

@media only screen and (min-width: 1280px) {
    .artist .container .artist-desc .artist-name {
        padding: 40px 0
    }
}

.artist .container .artist-desc .artist-quote {
    color: #151625;
    font-family: "Ubuntu-Regular", sans-serif;
    font-size: clamp(1.313rem, 2vw, 1.5rem);
    margin-bottom: 20px
}

@media only screen and (min-width: 1280px) {
    .artist .container .artist-desc .artist-quote {
        margin-bottom: 40px
    }
}

.nbsp {
    white-space: nowrap
}

.footer {
    padding: 60px 20px 40px 20px
}

@media only screen and (min-width: 1280px) {
    .footer {
        padding: 80px 0 40px 0
    }
}

.footer .container {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media only screen and (min-width: 768px) {
    .footer .container {
        flex-direction: row;
        justify-content: space-between
    }
}

@media only screen and (min-width: 1280px) {
    .footer .container {
        width: 95vw;
        margin: 0 auto
    }
}

@media only screen and (min-width: 1920px) {
    .footer .container {
        width: 73vw
    }
}

.footer .container .logo {
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .footer .container .logo {
        margin-bottom: 0
    }
}

.footer .container .logo__link {
    width: auto;
    height: 45px
}

.footer .container .logo__link img {
    width: 100%;
    height: 100%
}

.footer .container .details {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media only screen and (min-width: 768px) {
    .footer .container .details {
        flex-direction: row
    }
}

.footer .container .details .doc {
    color: #0070ad;
    font-family: "Ubuntu-Medium", sans-serif;
    font-size: 1rem;
    text-transform: uppercase
}

@keyframes bounce-left {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(rem(8px))
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes bounce-right {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(rem(-8px))
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes bounce-up {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(rem(-8px))
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes bounce-down {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(rem(8px))
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}