:root {
    --page-colour: #fafafa;
    --white: #ffffff;
    --light-grey: #dbdbdb;
    --black: #000000;
    --green: #a0ffc0;
    --pink: #ffc1f1;
    --blue-grey: #3a4969;
    --original-lime: #f6ff98;
    --dark-blue: #2d3e5a;
    --light-blue: #cdfcff;
    --grey: #dcdcdc;
    --orange-final: #ffc658;
    --blue-tint: #eff6ff;
    --purple: #8f5aff;
    --teal: #00d1d1;
    --light-text: #8793ad;
    --color-article: #465771;
    --color-social-section-text: #BEC8D6;
    --font-brockmann: "Brockmann";
    --font-brockmann-semibold: "Brockmann SemiBold";
    --font-dotline: "Dotline";
    --font-inter-bold: "Inter Bold";
    --font-inter-medium: "Inter Medium";
    --font-inter: "Inter";
    --font-inter-semibold: "Inter SemiBold";
}

@font-face {
    font-family: 'Brockmann';
    font-style: normal;
    font-weight: normal;
    src: local('Brockmann'), url("../fonts/Brockmann-regular.9d52112f559e.woff") format('woff');
}

@font-face {
    font-family: 'Brockmann SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Brockmann SemiBold'), url("../fonts/Brockmann-semibold.0476c13c7a9c.woff") format('woff');
}

@font-face {
    font-family: 'Dotline';
    font-style: normal;
    font-weight: normal;
    src: local('Dotline'), url("../fonts/Dotline.9480c2362799.woff") format('woff');
}

@font-face {
    font-family: 'Inter Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Inter Bold'), url("../fonts/Inter-Bold.1fba6b38a510.woff") format('woff');
}

@font-face {
    font-family: 'Inter Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Inter Medium'), url("../fonts/Inter-Medium.d9cb3afae19e.woff") format('woff');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    src: local('Inter'), url("../fonts/Inter-Regular.acd077dba57f.woff") format('woff');
}

@font-face {
    font-family: 'Inter SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Inter SemiBold'), url("../fonts/Inter-SemiBold.91900854b0a2.woff") format('woff');
}

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

* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
    list-style-type: none;
}

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

a:not([class]) {
    text-decoration-skip-ink: auto;
}

a {
    text-decoration: none;
}

img,
picture,
svg,
video,
canvas {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
}

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

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

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

label {
    text-transform: uppercase;
    font-family: var(--font-inter-semibold), sans-serif;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.038rem;
}

body,
html {
    height: 100%;
    scroll-behavior: smooth;
    font-family: var(--font-inter), sans-serif;
    line-height: 1.563rem;
    font-size: 1.063rem;
    color: var(--blue-grey);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--page-colour);
}

.tag-1 {
    font-family: var(--font-inter-semibold), sans-serif;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.038rem;
    font-weight: normal;
    text-transform: uppercase;
}

.tag-2 {
    font-family: var(--font-inter-medium), sans-serif;
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: normal;
    text-transform: uppercase;
}

.tag-3 {
    font-family: var(--font-inter-bold), sans-serif;
    font-size: 0.8rem;
    line-height: 1.375rem;
    letter-spacing: 0.125rem;
    font-weight: normal;
    text-transform: uppercase;
}

h1 {
    font-family: var(--font-brockmann), sans-serif;
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: normal;
}

h2 {
    font-family: var(--font-brockmann), sans-serif;
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: normal;
}

h3 {
    font-family: var(--font-brockmann), sans-serif;
    font-size: 2.5rem;
    line-height: 3.25rem;
    font-weight: normal;
}

h4 {
    font-family: var(--font-brockmann), sans-serif;
    font-size: 2rem;
    line-height: 2.875rem;
    font-weight: normal;
}

h5 {
    font-family: var(--font-brockmann), sans-serif;
    font-size: 1.813rem;
    line-height: 2.5rem;
    font-weight: normal;
}

h5.bold {
    font-family: var(--font-brockmann-semibold), sans-serif;
    font-size: 1.813rem;
    line-height: 2.5rem;
    font-weight: normal;
}

h6 {
    font-family: var(--font-brockmann-semibold), sans-serif;
    font-size: 1.625rem;
    line-height: 2.5rem;
    font-weight: normal;
}

.body-1 {
    font-family: var(--font-inter), sans-serif;
    font-size: 1.35rem;
    line-height: 2rem;
    font-weight: normal;
}

.body-2 {
    font-family: var(--font-inter), sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
}

.body-2b {
    font-family: var(--font-inter-bold), sans-serif;
    font-size: 1.063rem;
    line-height: 1.563rem;
    font-weight: normal;
}

.body-3 {
    font-family: var(--font-inter), sans-serif;
    font-size: 0.938rem;
    line-height: 1.313rem;
    font-weight: normal;
}

.large-pullout {
    font-family: var(--font-brockmann), sans-serif;
    font-size: 3rem;
    line-height: 4.1rem;
    font-weight: normal;
}

.large-numbers {
    font-family: var(--font-dotline), sans-serif;
    font-size: 10rem;
    line-height: 10.25rem;
    font-weight: normal;
}

.article-card-heading {
    font-family: var(--font-brockmann), sans-serif;
    font-size: 2rem;
    line-height: 2.625rem;
    font-weight: normal;
}

.article-introduction-text {
    font-family: var(--font-inter-medium), sans-serif;
    font-size: 1.563rem;
    line-height: 2.625rem;
    font-weight: normal;
}

.arcticle-dropcap {
    font-family: var(--font-inter), sans-serif;
    font-size: 3.75rem;
    line-height: 4.063rem;
    font-weight: normal;
}

.date {
    font-family: var(--font-inter-semibold), sans-serif;
    font-size: 0.75rem;
    line-height: 1.375rem;
    font-weight: normal;
}

.text-center {
    text-align: center;
}

button,
a.btn {
    text-decoration: none;
    padding: 15px 25px;
    text-transform: uppercase;
    font-family: var(--font-inter-semibold), sans-serif;
    font-size: 0.75rem;
    line-height: 0.8rem;
    letter-spacing: 0.081rem;
    border-radius: 15px;
    background-color: var(--original-lime);
    border: 0;
    cursor: pointer;
    color: var(--blue-grey);
    font-weight: normal;
    display: inline-block;
}

button.disable,
a.btn.disable {
    pointer-events: none;
    opacity: 0.5;
}

button:hover,
a.btn:hover {
    text-decoration: none;
    background-color: var(--white);
}

button.dark,
a.btn.dark {
    background-color: var(--dark-blue);
    color: var(--original-lime);
}

button.dark:hover,
a.btn.dark:hover {
    text-decoration: none;
    color: var(--white);
}

input {
    background: none;
    border: 0;
    border-bottom: 1px solid var(--black);
    width: 372px;
    height: 48px;
    color: var(--dark-blue);
    font-family: var(--font-inter);
    font-size: 1.063rem;
    line-height: 1.563rem;
    outline: none;
}

label {
    font-family: var(--font-inter-semibold), sans-serif;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.038rem;
    font-weight: normal;
}


#million {
    position: fixed;
    width: 110px;
    height: 80px;
    background-color: var(--original-lime);
    z-index: 100;
    right: 0;
    top: 35%;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 15px;
    font-family: var(--font-brockmann-semibold), sans-serif;
    font-weight: normal;
    font-size: 0.8rem;
    line-height: 1rem;
    text-transform: uppercase;
    color: var(--blue-grey);
    display: flex;
    align-items: center;
    transition-duration: 0.1s;
    transition-property: width;
}

#million a {
    color: var(--blue-grey);
}

#million a span {
    color: var(--light-text);
}

#million.close {
    width: 30px;
    cursor: pointer;
}

#million.close::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent var(--blue-grey) transparent transparent;
    transform: rotate(0deg);
    top: 32px;
    left: 10px;
}

#million.close p {
    display: none;
}

.content {
    margin: 0 auto;
    max-width: 1728px;
    position: relative;
}

.full-height {
    min-height: 100vh;
}

/**TOP SECTION**/
#top {
    width: 100vw;
    min-height: 100vh;
    background-color: var(--blue-grey);
    position: relative;
    padding-bottom: 200px;
    padding-top: 58px;
    padding-left: 58px;
    padding-right: 58px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#top:has(.background-video) {
    background-color: #16202D;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}

#top.partnerships {
    min-height: 80vh;
}

#top.articles {
    background-color: var(--pink);
}

#top .description,
#top.articles .description,
#top.post .description {
    width: calc(50% - 58px);
    max-width: calc(50% - 58px);
}

#top .bg-half-image {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 50%;
    overflow: hidden;
}

#top .bg-half-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#navigation {
    display: flex;
    position: absolute;
    top: 58px;
    left: 58px;
}

#desktop-nav {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 0 20px;
    height: 68px;
    background-color: var(--original-lime);
    z-index: 1;
    width: auto;
}

#desktop-nav .logol247 {
    width: 140px;
    height: auto;
    margin-left: 20px;
    margin-right: 2px;
}

#desktop-nav ul {
    align-self: stretch;
    display: flex;
}

#desktop-nav ul li {
    padding: 0 20px;
}

#desktop-nav >  ul > li:has(.sub-nav) { 
    position: relative;
}

#desktop-nav ul li a,
#mobile-nav ul li a {
    cursor: pointer;
    height: 68px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.75rem;
    line-height: 1.375rem;
    font-family: var(--font-inter-medium), sans-serif;
    font-weight: normal;
    color: var(--blue-grey);
}

#desktop-nav li a:hover,
#desktop-nav li.active a {
    font-family: var(--font-inter-bold), sans-serif;
}

#desktop-nav li a::after {
    content: attr(data-text);
    content: attr(data-text) / "";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
    font-family: var(--font-inter-bold), sans-serif;
    font-weight: normal;
}

@media speech {
    #desktop-nav ul li a::after {
        display: none;
    }
}

#desktop-nav ul li>ul.mobile-submenu,
#desktop-nav ul li>ul.mobile-submenu>li>ul {
    display: none;
}


#desktop-nav ul li:hover>.dropdown {
    display: flex;
}

#desktop-nav ul li .dropdown {
    position: absolute;
    top: 58px;
    left: 0;
    padding: 40px 40px 40px 25px;
    background-color: var(--original-lime);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
    min-height: 440px;
    width: 100%;
    min-width: 800px;
}

#desktop-nav ul li .dropdown>div {
    padding: 0 10px;
    width: 190px;
    min-width: 190px;
}

#desktop-nav ul li .dropdown>div>h6 {
    font-weight: normal;
    font-family: var(--font-inter-bold);
    color: var(--blue-grey);
    font-size: 0.75rem;
    line-height: 1.438rem;
    text-transform: uppercase;
    padding-bottom: 11px;
    border-bottom: 1px solid var(--dark-blue);
    letter-spacing: 0.038rem;
}

#desktop-nav ul li .dropdown ul {
    display: flex;
    flex-direction: column;
    padding-top: 12px;
    font-size: 0.75rem;
    line-height: 1.125rem;
    font-family: var(--font-inter-medium);
    font-weight: normal;
}

#desktop-nav ul li .dropdown ul li {
    padding: 4px 0 4px 0;
}

#desktop-nav ul li .dropdown ul li a {
    color: var(--blue-grey);
    display: block;
    padding: 4px 0 4px 0;
    height: auto;
    font-family: var(--font-inter-medium);
    font-weight: normal;
    text-transform: none;
    font-size: 0.75rem;
    line-height: 1.125rem;
}

#desktop-nav ul li .dropdown ul li a:hover {
    text-decoration: underline;
}

#desktop-nav ul li .dropdown .get_in_touch {
    align-self: flex-start;
    max-width: 300px;
    width: auto;
    background-color: var(--blue-grey);
    border-radius: 20px;
    color: var(--original-lime);
    padding: 32px 32px 28px 32px;
    margin-left: auto;
}

#desktop-nav ul li .dropdown .get_in_touch .action {
    display: flex;
    justify-content: center;
    padding-top: 23px;
}

#desktop-nav ul li .dropdown .get_in_touch a {
    padding: 15px 38px;
    height: auto;
    color: var(--dark-blue);
}

#desktop-nav ul li .dropdown.sub-nav {
    width: auto;
    height: auto;
    min-height: auto;
    min-width: auto;
    padding: 10px 20px;
    top: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-wrap: nowrap;
}

.flex {
    display: flex !important;
}

#desktop-nav ul li .sub-nav > ul > li > a {
    text-wrap: nowrap;
}

#desktop-nav ul li .dropdown.sub-nav  ul {
    padding-top: 0;
}

#top .description {
    color: var(--white);
    padding-left: 2px;
    padding-top: 198px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 0;
}

#top .description.long {
    max-width: 1000px;
}

#top .description .tag-3 {
    color: var(--original-lime);
    margin-bottom: 22px;
}

#top .description .tag-2 {
    color: var(--original-lime);
    padding-bottom: 30px;
}

#top .description h1 {
    padding-bottom: 28px;
}


#top .description h2 {
    color: var(--original-lime);
    padding-bottom: 40px;
}

#top .description h1 span {
    color: var(--original-lime);
}

#top .description p {
    opacity: 74%;
    max-width: 455px;
    margin-bottom: 40px;
}

#top .description.long p {
    max-width: 550px;
}

#top .description .author {
    min-width: 270px;
    border-top: 1px solid var(--white);
    padding: 15px 0;
    color: var(--white);
    text-transform: uppercase;
}

#top .description .author .tag-2 {
    color: var(--white);
    padding: 0;
}

#top .description .share {
    display: flex;
    flex-direction: column;
    min-width: 270px;
    text-transform: uppercase;
    padding-top: 5px;
}

#top .description .share ul {
    display: flex;
    gap: 20px;
    padding-top: 35px;
}

#top .description .share ul li img {
    width: 30px;
}

#top .description .share ul li button {
    width: 30px;
    height: 32px;
    padding: 0px;
    border-radius: 0px;
    background: none;
}

#top .carousel {
    margin-top: 170px;
    align-self: normal;
    position: relative;
    overflow: hidden;
    display: none;
}

/*
#top .carousel::after {
    content: "";
    width: 50px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(20, 29, 43, .5) 59%);
}

#top .carousel::before {
    content: "";
    width: 50px;
    height: 60px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 2;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(20, 29, 43, .5) 0%, rgba(255, 255, 255, 0) 59%);
}*/

#top .carousel .tag-1 {
    color: var(--original-lime);
}

#top .carousel .carousel-wrapper {
    margin-top: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 130px;
    z-index: 0;
    width: 100%;
    min-width: 800px;
}

#top .carousel .carousel-items {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: space-around;
}

#top .carousel .carousel-items>div {
    width: 118px;
    height: 30px;
}

#top .carousel .carousel-items>div>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#top .available-positions {
    display: flex;
    margin-top: 100px;
    width: 100%;
    max-width: 1600px;
    justify-content: space-between;
}

#top .available-positions>div:first-child {
    display: flex;
    margin-right: 40px;
}

#top .available-positions h2 {
    color: var(--original-lime);
}

#top .available-positions ul {
    display: flex;
    flex-direction: column;
    min-width: 648px;
    width: 648px;
}

#top .available-positions ul li {
    position: relative;
    color: var(--white);
    display: flex;
    flex-direction: column;
    padding-bottom: 42px;
    padding-top: 30px;
    border-bottom: 1px solid var(--white);
    padding-right: 90px;
}

#top .available-positions ul li>button {
    content: "";
    width: 53px;
    height: 53px;
    position: absolute;
    background: none;
    right: 24px;
    top: 35px;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
}

#top .available-positions ul li.active>button>svg circle,
#top .available-positions ul li.active>button>svg line,
#top .available-positions ul li>button:hover>svg circle,
#top .available-positions ul li>button:hover>svg line {
    stroke: var(--original-lime);
}

#top .available-positions ul li>button>svg .animate-line {
    transition-duration: 0.2s;
    transition-property: transform;
    transform-origin: 50% 50%;
    transform: rotate(0deg);
}

#top .available-positions ul li.active>button>svg .animate-line {
    transform-origin: 50% 50%;
    transform: rotate(90deg);
}

#top .available-positions ul li:first-child {
    padding-top: 0;
}

#top .available-positions ul li:first-child>button {
    top: 0px;
}

#top .available-positions ul li>div {
    display: none;
    margin-top: 44px;
    padding-bottom: 8px;
    max-width: 455px;
}

#top .available-positions ul li>div>p {
    padding-bottom: 60px;
    opacity: 74%;
}

#top .available-positions ul li.active>div {
    display: block;
}

#top .available-positions ul li.active>svg {
    /*display: none;*/
}

#mobile-nav {
    display: none;
}

#mobile-menu {
    display: none;
}

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

    nav#desktop-nav,
    nav#mobile-nav {
        padding: 0 5px;
    }

    .logol247 {
        margin-left: 15px;
        width: 140px;
    }

    nav#desktop-nav ul li,
    nav#mobile-nav ul li {
        padding: 0 12px;
    }

    nav#desktop-nav ul li a,
    nav#mobile-nav ul li a {
        font-size: 0.7rem;
        line-height: 1rem;
    }

    nav#desktop-nav ul li .dropdown {
        /*min-width: 1000px;*/
    }

    nav#desktop-nav ul li .dropdown,
    nav#mobile-nav ul li .dropdown {
        padding: 40px 15px 40px 15px;
    }

    nav#desktop-nav ul li .dropdown>div,
    nav#mobile-nav ul li .dropdown>div {
        width: 170px;
        min-width: 170px;
    }

    nav#desktop-nav ul li .dropdown>div>h6,
    nav#mobile-nav ul li .dropdown>div>h6 {
        font-size: 0.65rem;
        padding-bottom: 5px;
        line-height: 1rem;
    }

    nav#desktop-nav ul li .dropdown ul,
    nav#mobile-nav ul li .dropdown ul {
        padding-top: 10px;
        font-size: 0.7rem;
        line-height: 1rem;
    }

    nav#desktop-nav ul li .dropdown ul li a,
    nav#mobile-nav ul li .dropdown ul li a {
        font-size: .7rem;
        line-height: 1rem;
    }

    nav#desktop-nav ul li .dropdown .get_in_touch,
    nav#mobile-nav ul li .dropdown .get_in_touch {
        padding: 16px 16px 14px 16px;
    }

    nav#desktop-nav ul li .dropdown .get_in_touch p,
    nav#mobile-nav ul li .dropdown .get_in_touch p {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

@media only screen and (max-width: 1150px) {
    #top .available-positions {
        flex-direction: column;
        gap: 60px;
    }

    #top .available-positions ul {
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    #top .bg-half-image {
        width: 100%;
        left: 0;
        opacity: .2;
    }

    #top .description,
    #top.articles .description,
    #top.post .description {
        width: 100%;
        max-width: 100%;
    }
}

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

    body:has(#mobile-nav.open) {
        overflow: hidden;
    }

    #million {
        top: 78px;
    }

    #navigation {
        top: 0;
        left: 0;
        right: 0;
        height: 150px;
        z-index: 1;
    }

    #mobile-nav {
        display: flex;
    }

    #desktop-nav {
        display: none;
    }

    #mobile-nav {
        background: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
        z-index: 100;
    }

    #mobile-nav.open {
        background: rgba(58, 73, 105, .98);
        backdrop-filter: blur(5px);
        height: 100vh;
        overflow-y: auto;
    }

    #mobile-menu {
        display: flex;
        position: absolute;
        background: var(--original-lime);
        border-radius: 50%;
        width: 44px;
        height: 44px;
        user-select: none;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.625rem;
        line-height: 0.7rem;
        font-family: var(--font-inter-semibold), "sans-serif";
        font-weight: normal;
        right: 23px;
        top: 23px;
        z-index: 100;
    }

    #mobile-nav .logol247 {
        position: absolute;
        z-index: 100;
        top: 27px;
    }


    #mobile-nav>ul {
        margin-top: 100px;
    }

    #mobile-nav ul {
        display: none;
    }

    #mobile-nav.open>ul {
        display: flex;
        position: absolute;
        top: 0px;
        right: 0;
        width: 100vw;
        align-items: flex-end;
        flex-direction: column;
    }

    #mobile-nav ul li {
        min-width: 335px;
        width: 335px;
        display: flex;
        padding: 0;
        flex-direction: column;
    }

    #mobile-nav ul li a {
        min-height: 68px;
        height: auto;
        color: var(--original-lime);
        width: 100%;
        align-items: flex-start;
        font-size: 1.125rem;
        line-height: 1.419rem;
        font-family: var(--font-inter-bold), sans-serif;
        border-bottom: 1px solid var(--original-lime);
    }

    #mobile-nav ul li .dropdown,
    #mobile-nav ul li.active .dropdown,
    #mobile-nav ul li:hover>.dropdown {
        display: none;
    }

    #mobile-nav ul>li ul {
        width: 100%;
        height: auto;
        background: none;
        position: static;
        backdrop-filter: unset;
        overflow-y: unset;
        margin-top: 10px;
        flex-direction: column;
    }


    #mobile-nav ul li ul li a {
        font-size: 0.875rem;
        border: 0;
        line-height: 1.375rem;
        min-height: 40px;
    }

    #mobile-nav ul li ul li ul li a,
    #mobile-nav ul li.active ul li ul li a {
        color: var(--white);
        text-transform: none;
        font-family: var(--font-inter-medium), sans-serif;
        font-weight: normal;
    }

    #mobile-nav ul li ul li ul {
        padding-bottom: 30px;
    }

    #mobile-nav ul li.active>ul.mobile-submenu,
    #mobile-nav ul li.active>ul.mobile-submenu>li.active>ul {
        display: flex;
    }

    #top .description {
        padding-top: 130px;
    }
}

@media only screen and (max-width: 750px) {
    #top .available-positions ul {
        min-width: 100%;
    }
}

/**END TOP SECTION**/


/*** RAINBOW SECTION **/
.rainbow-section {
    width: 100vw;
    height: 30vh;
    min-height: 200px;
    position: relative;
    background-color: var(--blue-grey);
    pointer-events: none;
    user-select: none;
}

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

/*** END RAINBOW SECTION **/


/***** BHT SECTION ****/
/*
.BHT-sections-container {
    position: relative;
    width: 100%;
    min-height: 990px;
    height: 90vh;
    overflow: hidden;
}*/

.BHT-section {
    min-height: 950px;
    /* width: 100%;
    height: 100%;*/
    display: flex;
}

.BHT-section .left-section {
    display: flex;
    flex-direction: column;
    width: 61%;
    padding: 160px 58px 58px 58px;
    position: relative;
}

.BHT-section .left-section .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.BHT-section .left-section .image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.BHT-section .left-section .image::after {
    content: '';
    height: 500px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    user-select: none;
    pointer-events: none;
    background: rgb(45, 62, 90);
    background: linear-gradient(180deg, rgba(45, 62, 90, 1) 0%, rgba(45, 62, 90, 0) 100%);
}

.BHT-section .text {
    position: relative;
    display: flex;
    flex-direction: column;
}

.BHT-section .left-section .tag-3 {
    color: var(--original-lime);
    padding-bottom: 20px;
}

.BHT-section .left-section h2 {
    color: var(--white);
    max-width: 610px;
    width: 100%;
}

.BHT-section .description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 39%;
    background: var(--original-lime);
    padding: 190px 80px 100px 100px;
}

.BHT-section .description .large-numbers {
    padding-bottom: 30px;
}

.BHT-section .description h3 {
    padding-bottom: 60px;
}

.BHT-section>.description>.text {
    /* max-height: 330px;*/
    overflow-y: auto;
}

.BHT-section>.description>a {
    margin-top: 40px;
}

@media only screen and (min-width: 1800px) {
    .BHT-section .description {
        padding: 190px 100px 100px 100px;
    }
}

@media only screen and (max-width: 1400px) {
    .BHT-section .left-section {
        width: 55%;
        padding: 100px 58px 10px 58px;
    }

    .BHT-section .description {
        padding: 120px 40px 100px 70px;
        width: 45%;
    }

    .BHT-section .description .large-numbers {
        padding-bottom: 20px;
    }

    .BHT-section .description h3 {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 930px) {
    /*kill card deck animation on mobile */
    /*.BHT-sections-container {
        position: relative;
        width: 100%;
        min-height: 990px;
        height: 1400px;
    }*/

    .BHT-section {
        flex-direction: column;
        min-height: auto;
    }

    .BHT-section .left-section {
        width: 100%;
        padding: 100px 30px 100px 30px;
    }

    .BHT-section .description {
        width: 100%;
        padding: 50px 30px 50px 30px;
    }

    .BHT-section .left-section .image::after {
        height: 200px;
    }

    .BHT-section .description .large-numbers {
        font-size: 6rem;
        line-height: 7.5rem;
        padding-bottom: 0px;
    }

    .BHT-section .description h3 {
        padding-bottom: 20px;
    }
}


/***** END BHT SECTION ****/





/**** FOOTER ****/
footer {
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--blue-grey);
}

footer .policy {
    padding: 20px;
    display: flex;
    justify-content: center;
    color: var(--white);
}

footer .policy a {
    cursor: pointer;
}

footer .policy a:hover {
    text-decoration: underline;
}

footer .content {
    padding: 100px 58px 50px 58px;
    display: flex;
    width: 100vw;
    justify-content: space-between;
    color: var(--white);
}

footer .newsletter {
    width: 460px;
    display: flex;
    flex-direction: column;
}

footer .newsletter form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer .newsletter form label {
    margin-top: 60px;
}

footer .newsletter form input {
    background: none;
    border: 0;
    border-bottom: 1px solid var(--white);
    width: 372px;
    height: 48px;
    color: var(--white);
    font-family: var(--font-inter);
    font-weight: normal;
    font-size: 1.063rem;
    line-height: 1.563rem;
    outline: none;
}

footer .newsletter form input::placeholder {
    color: rgba(255, 255, 255, .6);
}

footer .newsletter form button {
    margin-top: 40px;
    padding: 12px 40px;
}

footer .contacts h3 {
    margin-bottom: 40px;
}

footer .contacts>div:first-child {
    padding-bottom: 94px;
}

footer .contacts p {
    padding-bottom: 24px;
}

footer .contacts a {
    color: var(--white);
}

footer .contacts ul {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

footer .contacts ul li:first-child {
    padding-left: 0;
}

footer .contacts ul li a {
    text-transform: uppercase;
    color: var(--white);
    font-family: var(--font-inter-semibold), sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.038rem;
}

footer .contacts ul li a:hover {
    color: var(--original-lime);
}


@media only screen and (max-width: 1100px) {
    footer .content {
        flex-wrap: wrap;
        padding: 50px 30px;
    }

    footer .newsletter {
        width: 100%;
    }

    footer .newsletter form input {
        width: 100%;
    }

    footer .contacts {
        padding-top: 100px;
        width: 100%;
    }
}

/**** END FOOTER ****/

/*** SOCIAL SECTION ***/
.social-section {
    background-color: var(--blue-tint);
    padding: 240px 178px 240px 178px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.social-section>div {
    max-width: 1360px;
    display: flex;
    flex-direction: column;
}

.social-section p {
    /*color: var(--color-social-section-text);*/
}

.social-section button,
.social-section a {
    margin-top: 40px;
    align-self: center;
}


.social-section.info {
    padding: 100px 60px;
}

.social-section.info h2 {
    font-weight: 600;
}

.social-section.info p {
    font-size: 1.8rem;
    line-height: 3rem;
}

@media only screen and (max-width: 1100px) {
    .social-section.full-height {
        min-height: auto;
        height: auto;
    }
}

/*** END SOCIAL SECTION ***/


/*** 247Family SECTION ***/
.family-section {
    background-color: var(--page-colour);
}

.family-section .content {
    padding: 100px 60px 200px 60px;
}

.family-section ul {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.family-section ul li {
    max-width: 340px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.family-section ul li .logo-icon {
    margin-bottom: 33px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1100px) {
    .family-section .content {
        padding: 50px 30px 50px 30px;
    }

    .family-section h2 {
        font-size: 3.2rem;
    }

    .family-section ul {
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-top: 60px;
    }
}

/*** END 247Family SECTION ***/


/*** testimonials SECTION ***/
.testimonials-section {
    background-color: var(--blue-grey);
    min-height: 60vh;
}

.testimonials-section .content {
    padding: 100px 56px 100px 56px;
}

.testimonials-section h3 {
    color: var(--white);
    padding-bottom: 12px;
}

.testimonials-section.bg-blue-tint p {
    color: var(--blue-grey);
}

.testimonials-section.bg-blue-tint p h3,
.testimonials-section.bg-blue-tint .tag-3,
.testimonials-section.bg-blue-tint .tag-2 {
    color: var(--blue-grey);
}

.testimonials-section p {
    color: var(--white);
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.testimonials-section .tag-3,
.testimonials-section .tag-2 {
    color: var(--original-lime);
}

.testimonials-section .container {
    display: flex;
    padding-top: 20px;
    position: relative;
}

.testimonials-section .container .profile {
    width: 450px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.testimonials-section .container .testimonial {
    position: absolute;
    max-width: 720px;
    width: 60%;
    top: 30px;
    left: 43%;
}

.testimonials-section .container .profile .image {
    margin-top: 55px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.testimonials-section .container .profile .image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials-section .container .actions {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 364px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.testimonials-section .container .testimonials-swiper {
    padding-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
}

.testimonials-section .container .actions>div {
    width: 364px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonials-section .container .actions .swiper-pagination {
    bottom: unset;
    position: static;
    justify-content: space-around;
}

.testimonials-section .container .actions .swiper-pagination span.swiper-pagination-bullet {
    max-width: 89px;
    width: 100%;
    height: 2px;
    padding: 0;
    margin: 0 2px;
    border-radius: 10px;
    opacity: 1;
    background: var(--original-lime);
}

.testimonials-section .container .actions .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--white)
}

.testimonials-section .container .actions .nav {
    padding-top: 15px;
}

.testimonials-section .container .actions .nav span {
    cursor: pointer;
}

.testimonials-section .container .actions .swiper-button-disabled {
    opacity: .5;
    cursor: auto;
}

@media only screen and (max-width: 1100px) {
    .testimonials-section .container .profile {
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
    }

    .testimonials-section .container .actions {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .testimonials-section .container .actions .nav {
        display: none;
    }

    .testimonials-section .container .testimonial {
        position: static;
        max-width: 720px;
        width: 100%;
        margin-top: 55px;
    }
}

/*** END testimonials SECTION ***/


/*** END news and views SECTION ***/
.newsandviews-section {
    background-color: var(--blue-tint);
    min-height: 1150px;
    color: var(--dark-blue);
}

.newsandviews-section a {
    padding: 12px 25px;
    color: var(--white);
}

.newsandviews-section a:hover {
    color: var(--original-lime);
}

.newsandviews-section .content {
    padding: 100px 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.newsandviews-section .content>h2 {
    margin-top: 20px;
    margin-bottom: 40px;
}


.newsandviews-section .news {
    display: flex;
    gap: 40px;
    padding-top: 100px;
}



@media only screen and (max-width: 1450px) {
    .newsandviews-section .news {
        gap: 10px;
    }
}

@media only screen and (max-width: 1380px) {
    .newsandviews-section .news {
        gap: 40px 0px;
        flex-wrap: wrap;
    }

    .newsandviews-section .news .card-wrapper {
        width: 50%;
        padding: 0 4%;
    }
}

@media only screen and (max-width: 1040px) {
    .newsandviews-section .content {
        padding: 100px 20px;
    }

    .newsandviews-section .news .card-wrapper {
        width: 100%;
        padding: 0 4%;
        display: flex;
        justify-content: center;
    }

    .newsandviews-section .content>h2 {
        font-size: 3.2rem;
    }
}

/*** END news and views SECTION ***/

/****CARD****/
.card-wrapper {
    width: 33.3%;
}

.card {
    max-width: 510px;
    min-width: 420px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.card .image {
    width: 100%;
    height: 325px;
    position: relative;
    overflow: hidden;
}

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

.card .image .icon {
    width: 80px;
    height: 80px;
    color: var(--white);
    border-radius: 50%;
    position: absolute;
    background-color: var(--dark-blue);
    top: 26px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-dotline), sans-serif;
    font-weight: normal;
    font-size: 3.125rem;
    line-height: 5rem;
}

.card .image .icon img {
    width: 100%;
    height: 100%;
    object-fit: none;
}

.card .body {
    min-height: 335px;
    width: 100%;
    background-color: var(--light-blue);
    padding: 30px 40px 40px 40px;
}

.card .body .date {
    text-transform: uppercase;
    display: flex;
    gap: 40px;
    align-items: center;
    padding-bottom: 10px;
    color: var(--dark-blue);
}

.card .body .description {
    color: var(--blue-grey);
    height: 200px;
    display: flex;
    flex-direction: column;
}

.card .body .description h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 55px;
    margin-bottom: 5px;
    font-size: 2.2rem;
    line-height: 3.25rem;
}

.card .body .description p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.card .image .wave-left {
    position: absolute;
    top: 148px;
    left: -31px;
    width: unset;
    height: unset;
    object-fit: none;
    transform: rotate(-6deg);
}

.card .image .wave-right {
    position: absolute;
    top: 0;
    right: 8px;
    width: unset;
    height: unset;
    object-fit: none;
}

.card a {
    padding: 15px 50px;
    background-color: var(--dark-blue);
    border-radius: 15px;
}

/** e-book **/
.card.ebook .body {
    background-color: var(--orange-final);
}

.card.ebook .image .wave-left circle {
    stroke: var(--orange-final);
}

.card.ebook .image .wave-right circle {
    stroke: var(--orange-final);
}

/** digest **/
.card.digest .body {
    background-color: var(--purple);
}

.card.digest .image .wave-left circle {
    stroke: var(--purple);
}

.card.digest .image .wave-right circle {
    stroke: var(--purple);
}

.card.digest .body .description,
.card.digest .body .date {
    color: var(--white);
}

/** podcast **/
.card.podcast .body {
    background-color: var(--teal);
}

.card.podcast .image .wave-left circle {
    stroke: var(--teal);
}

.card.podcast .image .wave-right circle {
    stroke: var(--teal);
}

/** press **/
.card.press .body {
    background-color: var(--original-lime);
}

.card.press .image .wave-left circle {
    stroke: var(--original-lime);
}

.card.press .image .wave-right circle {
    stroke: var(--original-lime);
}

/** events **/
.card.events .body {
    background-color: var(--pink);
}

.card.events .image .wave-left circle {
    stroke: var(--pink);
}

.card.events .image .wave-right circle {
    stroke: var(--pink);
}

/** webinars **/
.card.webinars .body {
    background-color: var(--green);
}

.card.webinars .image .wave-left circle {
    stroke: var(--green);
}

.card.webinars .image .wave-right circle {
    stroke: var(--green);
}

/** blog post **/
.card.blog-post .body {
    background-color: var(--blue-grey);
}

.card.blog-post .body .description,
.card.blog-post .body .date {
    color: var(--white);
}

.card.blog-post .body a {
    background-color: var(--original-lime);
    color: var(--dark-blue);
}

.card.blog-post .body a:hover {
    background: var(--white);
}

.card.blog-post .image .wave-left circle {
    stroke: var(--blue-grey);
}

.card.blog-post .image .wave-right circle {
    stroke: var(--blue-grey);
}



@media only screen and (max-width: 600px) {
    .card {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
}

/****END CARD****/


/** REQUEST_DEMO SECTION ***/
.requestdemo-section {
    background-color: var(--page-colour);
    color: var(--dark-blue);
}

.requestdemo-section .content {
    display: flex;
    padding: 100px 59px;
}

.requestdemo-section .content>div {
    width: 50%;
}

.requestdemo-section .content .description {
    display: flex;
    flex-direction: column;
}

.requestdemo-section .content .description p {
    max-width: 505px;
    margin-top: 30px;
}

.requestdemo-section .content .form form {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 0;
}

.requestdemo-section .content .form form input {
    width: 100%;
}

.requestdemo-section .content .form form>div {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 0 25px;
}

.requestdemo-section .content .form form button[type='submit'] {
    align-self: flex-start;
    padding: 13px 40px;
}

@media only screen and (max-width: 1300px) {
    .requestdemo-section .content>div.form {
        width: 60%;
    }

    .requestdemo-section .content>div.description {
        width: 40%;
    }
}

@media only screen and (max-width: 1100px) {
    .requestdemo-section .content>div.description {
        width: 100%;
        padding: 0;
    }

    .requestdemo-section .content>div.form {
        width: 100%;
    }

    .requestdemo-section .content {
        flex-wrap: wrap;
        gap: 50px;
        padding: 50px 30px;
    }


}


@media only screen and (max-width: 700px) {
    .requestdemo-section .content .form form>div {
        width: 100%;
    }

    .requestdemo-section .content .form form>div {
        padding: 0;
    }
}

/** REQUEST_DEMO SECTION ***/

/** TEXT SECTION ***/
.text-section {
    background-color: var(--page-colour);
    color: var(--dark-blue);
}

.text-section .content {
    display: flex;
    flex-direction: column;
    padding: 100px 59px;
}

/** END TEXT SECTION ***/

/** oursolution SECTION ***/
.oursolution-section {
    background-color: var(--page-colour);
    color: var(--dark-blue);
}

.oursolution-section .content {
    padding: 100px 53px;
    display: flex;
    flex-direction: column;
}

.oursolution-section .content>.tag-3 {
    padding-bottom: 20px;
}

.oursolution-section .content .propositions {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin-top: 28px;
    padding-bottom: 50px;
    flex-wrap: wrap;
}

.oursolution-section .content .propositions>div {
    width: 30%;
}

.oursolution-section .content .propositions .prop {
    max-width: 510px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.oursolution-section .content .propositions .image {
    max-width: 510px;
    height: 553px;
    overflow: hidden;
    margin-bottom: 30px;
}

.oursolution-section .content .propositions .image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oursolution-section .content .propositions .dotline {
    font-family: var(--font-dotline), sans-serif;
    font-weight: normal;
    font-size: 4.688rem;
    line-height: 4.875rem;
    margin-bottom: 40px;
    color: var(--blue-grey);
}

.oursolution-section .content .propositions .tag-3 {
    padding-bottom: 30px;
}


@media only screen and (max-width: 1100px) {
    .oursolution-section .content .propositions>div {
        width: 44%;
    }
}

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

    .oursolution-section .content .propositions>div {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-bottom: 50px;
    }

    .oursolution-section .content .propositions>div:last-child {
        padding-bottom: 0;
    }
}


/** END oursolution SECTION ***/


/*** CASE STUDIES SECTION **/
.casestudies-section {
    min-height: 100vh;
    background: var(--page-colour);
    background: linear-gradient(90deg, var(--page-colour) 50%, var(--original-lime) 50%);
}

.casestudies-section .content {
    padding-left: 58px;
    padding-right: 58px;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
}

.casestudies-section .content .case {
    width: 100%;
    min-height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.casestudies-section .content .case h2 {
    color: var(--dark-blue);
    max-width: 640px;
    width: 40%;
    display: inline-flex;
    margin-bottom: 60px;
}

.casestudies-section .content .case>ul {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-width: 640px;
    width: 40%;
}

.casestudies-section .content .case .case-row {
    padding: 42px 0 40px 0;
    opacity: .5;
    cursor: pointer;
    position: relative;
}

.casestudies-section .content .case>ul>li.active .case-row {
    opacity: 1;
    padding-left: 53px;
    cursor: auto;
}

.casestudies-section .content .case>ul>li.active .case-row::after {
    position: absolute;
    top: 50px;
    left: 2px;
    content: "";
    width: 27px;
    height: 27px;
    background-color: var(--original-lime);
    border-radius: 50%;
}

.casestudies-section .content .case>ul>li:first-child .case-row {
    padding-top: 20px;
}

.casestudies-section .content .case>ul>li:first-child .case-row::after {
    top: 30px;
}

.casestudies-section .content .case>ul>li {
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}

.casestudies-section .content .case>ul>li h4 {
    padding-bottom: 20px;
}



.casestudies-section .content .case>ul>li .tag-1 {
    color: var(--dark-blue);
}

.casestudies-section .content .description {
    max-width: 778px;
    width: 50%;
    background-color: var(--original-lime);
    padding: 100px 40px 100px 10%;
    position: absolute;
    top: 0;
    left: 42%;
    bottom: 0;
    display: none;
}

.casestudies-section .content .case>ul>li.active .description {
    display: block;
}

.casestudies-section .content .description h3 {
    padding-bottom: 40px;
    color: var(--dark-blue);
}

.casestudies-section .content .description p {
    padding-bottom: 20px;
    max-width: 618px;
    color: var(--blue-grey);
}

.casestudies-section .content .description>.text {
    height: 100%;
    overflow-y: auto;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1400px) {
    .casestudies-section .content .description {
        width: 58%;
    }
}

@media only screen and (max-width: 1050px) {
    .casestudies-section {
        background: var(--page-colour);
    }

    .casestudies-section .content .description {
        position: static;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .casestudies-section .content .case>ul {
        width: 100%;
        max-width: 100%;
    }

    .casestudies-section .content .case h2 {
        width: 100%;
        max-width: 100%;
    }
}

/*** END CASE STUDIES SECTION **/


/**** OUR CULTURE SECTION ***/
.ourculture-section {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ourculture-section h1 {
    color: var(--original-lime);
}

.ourculture-section>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/**** END OUR CULTURE SECTION ***/


/**** VALUES SECTION ***/
.values-section {
    min-height: 1120px;
    background: var(--blue-tint);
}

.values-section .content {
    padding: 100px 59px;
    display: flex;
    height: 100%;
    color: var(--dark-blue);
    justify-content: space-between;
}

.values-section .content>div.text {
    width: 100%;
    max-width: 400px;
    padding-right: 20px;
}

.values-section .content>div.text>p {
    max-width: 455px;
    width: 100%;
}

.values-section.long-text .content>div.text {
    max-width: 650px;
}

.values-section.long-text .content>div.text>p {
    max-width: 600px;
}

.values-section.long-text .content>div.text h2 {
    font-size: 3rem;
    padding-bottom: 30px;
    line-height: 3.8rem;
}

.values-section .content h2 {
    padding-bottom: 40px;
}

.values-section .content .images {
    position: relative;
    max-width: 785px;
    width: 100%;
    overflow: hidden;
}

.values-section .content .images .v-1 {
    width: 35%;
    height: 44%;
    top: 0;
    left: 0
}

.values-section .content .images .v-2 {
    width: 53%;
    height: 31%;
    margin-left: auto;
    margin-top: -28%;
}

.values-section .content .images .v-3 {
    width: 83%;
    height: 44%;
    top: 575px;
    left: 130px;
    margin: 10% auto;
}

.values-section .content .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media only screen and (max-width: 1050px) {
    .values-section .content {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .values-section .content .images {
        max-width: 100%;
        margin-bottom: 80px;
    }

    .values-section.long-text .content>div.text {
        max-width: 100%;
        padding-right: 0;
    }

    .values-section.long-text .content>div.text>p {
        max-width: 100%;
    }
}

/**** END VALUES SECTION ***/


/**** GROW SECTION ***/
.grow-section {
    background-color: var(--page-colour);
}

.grow-section .content {
    padding: 100px 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.grow-section .content>div.text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.grow-section .content>div.text h2 {
    color: var(--dark-blue);
    padding-bottom: 30px;
}

.grow-section .content>div.text p {
    padding-bottom: 40px;
    max-width: 510px;
}

.grow-section .content>div.text button {
    padding: 12px 25px;
}

.grow-section .content>div.image {
    width: 640px;
    height: 772px;
    overflow: hidden;
    margin-left: 20px;
}

.grow-section .content>div.image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media only screen and (max-width: 1100px) {
    .grow-section .content>div.image {
        width: 440px;
        height: 572px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 900px) {
    .grow-section .content {
        flex-direction: column-reverse;
    }

    .grow-section .content>div.image {
        margin: 0;
        width: 100%;
        padding: 0;
    }

    .grow-section .content>div.text {
        margin-top: 50px;
    }
}

/**** END GROW SECTION ***/


/*** EXPAND OFFER SECTION ***/
.expandoffer-section {
    background-color: var(--blue-grey);
    min-height: 100vh;
    color: var(--white);
}

.expandoffer-section .content {
    padding: 100px 60px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.expandoffer-section .content .tag-1 {
    color: var(--original-lime);
    padding-bottom: 18px;
    display: inline-block;
}

.expandoffer-section .expandoffer-content {
    height: 100%;
    position: relative;
    padding-top: 60px;
}

.expandoffer-section .expandoffer-content h3 {
    color: var(--original-lime);
}

.expandoffer-section .expandoffer-content ul {
    max-width: 665px;
    width: 58%;
}

.expandoffer-section .expandoffer-content ul li {
    padding-bottom: 30px;
    color: var(--white);
    opacity: 40%;
}

.expandoffer-section .expandoffer-content ul li .offer-row {
    cursor: pointer;
}

.expandoffer-section .expandoffer-content ul li.active .offer-row {
    cursor: auto;
}

.expandoffer-section .expandoffer-content ul li>span {
    color: var(--white);
    font-size: 1.375rem;
}

.expandoffer-section .expandoffer-content ul li.active,
.expandoffer-section .expandoffer-content ul li.active>span {
    opacity: 100%;
    color: var(--original-lime);
}

.expandoffer-section .expandoffer-content .description {
    max-width: 510px;
    width: 38%;
    padding-top: 45px;
    display: flex;
    flex-direction: column;
    color: var(--white);
    position: absolute;
    display: none;
    top: 50px;
    left: 60%;
}

.expandoffer-section .expandoffer-content .description>h3 {
    padding-bottom: 40px;
}

.expandoffer-section .expandoffer-content ul li.active .description {
    display: block;
}

@media only screen and (max-width: 1100px) {
    .expandoffer-section .expandoffer-content ul {
        width: 100%;
        max-width: 100%;
    }

    .expandoffer-section .expandoffer-content .description {
        position: static;
        width: 100%;
        max-width: 100%;
    }
}

/*** END EXPAND OFFER SECTION ***/

/*** ARTICLES SECTION ***/
.articles {
    background-color: var(--page-colour);
}

.articles>.content {
    padding: 100px 58px;
    display: flex;
    flex-direction: column;
}

.articles .categories {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
    font-family: var(--font-inter-semibold), sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.038rem;
    text-transform: uppercase;
    padding-bottom: 45px;
}

.articles .categories a {
    color: var(--light-grey);
    padding-left: 25px;
    position: relative;
}

.articles .categories a:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 0;
    left: 0;
    background-color: var(--light-grey);
}

.articles .categories a:hover,
.articles .categories a.active {
    color: var(--dark-blue);
}

.articles .categories a:hover::before,
.articles .categories a.active::before {
    background-color: var(--original-lime);
}

.articles .search {
    position: relative;
}

.articles .search:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: var(--original-lime);
    top: 12px;
    left: 20px;
}

.articles .search>input {
    background: var(--light-grey);
    border-radius: 20px;
    border: 0;
    height: 40px;
    max-width: 1077px;
    width: 100%;
    line-height: 40px;
    padding-left: 45px;
    padding-right: 20px;
    text-transform: uppercase;
    color: var(--dark-blue);
    font-family: var(--font-inter-semibold), sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.038rem;
}

.articles .navigation {
    display: flex;
    gap: 60px;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
}

.articles .navigation a {
    font-family: var(--font-inter-semibold), sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.038rem;
    text-transform: uppercase;
    color: var(--dark-blue);
}

.articles .navigation a.disabled {
    color: var(--light-grey);
    pointer-events: none;
}

.articles .navigation a.active,
.articles .navigation a:hover {
    color: var(--dark-blue);
}

.articles .cards {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    padding-bottom: 35px;
    padding-top: 100px;
    justify-content: center;
}

.articles {
    color: var(--color-article);
}

.articles .overview {
    max-width: 1058px;
    width: 100%;
    padding-bottom: 120px;
}

.articles .text {
    max-width: 785px;
    width: 100%;
}

.articles .author {
    max-width: 785px;
    width: 100%;
    display: flex;
    gap: 20px;
    min-height: 76px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--dark-blue);
    border-bottom: 1px solid var(--dark-blue);
    margin-top: 60px;
    padding: 0 3px;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1rem;
    font-family: var(--font-inter-semibold), "sans-serif";
    font-weight: normal;
}

.articles .author .share {
    display: flex;
    font-family: var(--font-inter), "sans-serif";
    font-weight: normal;
    align-items: center;
    justify-content: flex-start;
}

.articles .author .share span {
    margin-right: 35px;
}

.articles .author .share .share-links {
    display: flex;
    gap: 20px;
}

.articles .author .share .share-links button {
    padding: 0;
    border-radius: 0;
    background: none;
}


.articles .author .share a>img {
    width: 30px;
}

@media only screen and (max-width: 500px) {
    .articles .author .share span {
        margin-right: auto;
    }

    .articles .author .share .share-links {
        display: flex;
        gap: 10px;
    }
}


/*** END ARTICLES SECTION ***/

/*** END news and views SECTION ***/
.suggestedarticles-section {
    background-color: var(--blue-tint);
    color: var(--dark-blue);
}

.suggestedarticles-section .content {
    padding: 100px 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 36px;
}

/*** END news and views SECTION ***/

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

    h1 {
        font-size: 3.8rem;
        line-height: 4.5rem;
    }

    h2 {
        font-size: 3.2rem;
        line-height: 3.8rem;
    }

    h3 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}


.notification-wrapper {
    color: var(--dark-blue) !important;
}

.success {
    background: var(--green) !important;
    border-left-color: var(--dark-blue) !important;
}

.error {
    background: var(--orange-final) !important;
    border-left-color: var(--dark-blue) !important;
}


/*** standfor-section SECTION ***/
.standfor-section {
    background-color: var(--page-colour);
    min-height: 60vh;
}

.standfor-section .content {
    padding: 100px 56px 100px 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.standfor-section .tag-3,
.standfor-section .tag-2 {
    color: var(--dark-blue);
}

.standfor-section .container {
    display: flex;
    padding-top: 20px;
    position: relative;
    justify-content: center;
}

.standfor-section .container ul {
    display: flex;
    max-width: 800px;
    flex-direction: column;
    color: var(--dark-blue);
    list-style-type: disc;
    padding-top: 10px;
}

.standfor-section .container ul li {
    padding-bottom: 20px;
}

.standfor-section h2 {
    text-align: center;
}

/*** END testimonials SECTION ***/



/*** boards SECTION ***/
.boards-section {
    background-color: var(--blue-tint);
}

.boards-section .content {
    padding: 100px 60px 200px 60px;
}

.boards-section ul {
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.boards-section ul li {
    max-width: 340px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.boards-section ul li .logo-icon {
    margin-bottom: 33px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boards-section .profile_img {
    width: 100px;
    min-width: 200px;
    align-self: center;
    margin-bottom: 10px;
}

.boards-section .profile_img>img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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


    .boards-section ul {
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-top: 60px;
    }
}

/*** END boards SECTION ***/

/***bg colors*****/
.bg-light-blue {
    background: var(--light-blue) !important;
}

.bg-green {
    background: var(--green) !important;
}

.bg-orange {
    background: var(--orange-final) !important;
}

.bg-pink {
    background: var(--pink) !important;
}

.bg-dark-blue {
    background: var(--dark-blue) !important;
    color: var(--white) !important;
}

.bg-blue-tint {
    background: var(--blue-tint) !important;
}

.bg-grey {
    background: var(--grey) !important;
}

.bg-page-color {
    background: var(--page-colour) !important;
}

.bg-white {
    background: var(--white) !important;
}

.bg-blue-grey {
    background: var(--blue-grey) !important;
}

.py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.cookie-popup {
    position: fixed;
    z-index: 100;
    background: var(--blue-tint);
    display: flex;
    flex-direction: column;
    padding: 20px 50px;
    font-size: 1rem;
    line-height: 1.5rem;
    gap: 20px;
    align-items: center;
    bottom: 0px;
    left: 0;
    right: 0;
    display: none;
}

.cookie-popup a {
    cursor: pointer;
}

.cookie-popup>div {
    max-width: 800px;
}

.cookie-popup h6 {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.policy-popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 200;
    background: rgba(0, 0, 0, .8);
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.policy-popup .popup-content {
    max-width: 1000px;
    background: var(--blue-tint);
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 300px;
}

.policy-popup .popup-content .popup-text {
    max-height: 70vh;
    overflow-y: auto;
}

.policy-popup .popup-content .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.policy-popup .popup-content h6 {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.sitemap {
    display: flex;
    margin: 0 auto;
    max-width: 1728px;
    position: relative;
    padding: 0 58px 50px 58px;
    width: 100vw;
}

.sitemap>ul {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid var(--white);
    padding-top: 50px;
}

.sitemap>ul>li {
    padding-bottom: 50px;
    min-width: 180px;

}

.sitemap>ul>li>span {
    color: var(--white);
    text-transform: uppercase;
    font-size: .8rem;
    line-height: 1.3rem;
    font-weight: bold;
}

.sitemap>ul>li>ul {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.sitemap>ul>li>ul>li>a {
    color: var(--white);
    font-size: .8rem;
    line-height: 2rem;
}

.sitemap>ul>li>ul>li>a:hover {
    color: var(--original-lime);
}

@media only screen and (max-width: 1100px) {
    .sitemap {
        padding: 0 30px 0px 30px;
        width: 100%;
    }
}

/**mobile**/
@media only screen and (max-width: 1050px) {
    body {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    h1 {
        font-size: 3rem;
        line-height: 3.4rem;
    }

    h2 {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    h3 {
        font-size: 1.8rem;
        line-height: 2.3rem;
    }

    h5 {
        font-size: 1.4rem;
        line-height: 2.3rem;
    }

    .social-section.info p {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }

    .body-1 {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    #top {
        padding: 30px;
    }

    .social-section {
        padding: 50px 30px;
    }

    .social-section.info {
        padding: 50px 30px;
    }

    .casestudies-section .content {
        padding: 50px 30px;
    }

    .casestudies-section .content .case {
        padding: 0;
    }

    .requestdemo-section .content .description p {
        max-width: 100%;
    }

    .casestudies-section .content .description {
        padding: 50px 20px;
    }

    .ourculture-section {
        padding: 50px 20px;
    }

    .values-section .content {
        padding: 50px 30px;
    }

    .grow-section .content {
        padding: 50px 30px;
    }

    .suggestedarticles-section .content {
        padding: 50px 30px;
    }

    .expandoffer-section .content {
        padding: 50px 30px;
    }

    .standfor-section .content {
        padding: 50px 30px;
    }

    .standfor-section .content .container {
        padding-left: 20px;
        overflow: hidden;
    }

    .boards-section .content {
        padding: 50px 30px;
    }

    .articles>.content {
        padding: 50px 30px;
    }

    .articles .overview {
        padding-bottom: 50px;
    }

    .text-section .content {
        padding: 50px 30px;
    }

    .social-section p.large-pullout {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }

    .oursolution-section .content {
        padding: 50px 30px;
    }

    footer .newsletter form label {
        margin-top: 40px;
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .requestdemo-section .content .form form label {
        margin-top: 20px;
        font-size: 0.8rem;
        line-height: 1rem;
    }

    footer .newsletter form input,
    .requestdemo-section .content .form form input {
        height: 35px;
    }

    footer .contacts {
        padding-top: 50px;
    }

    footer .contacts>div:first-child {
        padding-bottom: 25px;
    }

    footer .contacts h3 {
        margin-bottom: 20px;
    }

    footer .contacts ul {
        gap: 25px;
    }

    .requestdemo-section .content .form form {
        gap: 20px;
    }

    .requestdemo-section .content .form form>div {
        width: 100%;
        padding: 0;
    }

    .card .body .description {
        height: 195px;
    }

    .card .body {
        min-height: 280px;
        padding: 20px 20px 20px 20px;
    }

    .card .image {
        height: 200px;
    }

    .sitemap {
        padding: 0 30px 0px 30px;
        width: 100vw;
    }

    .expandoffer-section .expandoffer-content h3 {
        display: none;
    }
}