/*
Theme Name: Decoded
Theme URI: https://github.com/tidythemes/blankslate
Author: Decoded
Author URI: http://tidythemes.com/
Description: Custom Wordpress Theme for Decoded Website
Version: 2021
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
Text Domain: decoded

*/

#blog-container {
  display: flex;
  flex-wrap: wrap;
  padding:60px 0;
  gap: 4%;
}

h2.blog-date {
  font-size: 16px;
  margin-bottom: 0;
}

p.blog-excerpt {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.75em;
}

.blog-post-details h3 {
  margin-top:0;
}

.blog-post-image {
  border-radius: 8px;
  background-size: cover;
  width: 100%;
  height: 300px;
}

#blog-container .blog-half .blog-post-image img {
  width: 100%;
  height: auto;
 
}

h4.blog-post-title {
  font: 500 35px barlow condensed, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top:15px;
}

h4.blog-post-title a, h3.page-title a {
  color: inherit;
  text-decoration: none;
}

#blog-container .blog-half {
  flex-grow: 1 1;
  width: 46%;
  margin-bottom: 50px;
}

.elm-button {
  background-color: #ddd;
  border: 0;
  color: #000;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75em;
  padding: 0.75em 3em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s;
  white-space: nowrap;
  cursor: pointer;
}

.elm-button:hover, .elm-button:active, .elm-button:focus {
  background-color: #bdbdbd;
}

.elm-wrapper {
  margin-bottom: 50px;
}

/* new styles for blog page */
@media (max-width:600px) {
  
  #blog-container .blog-half {
    flex-grow: 1 1;
    width: 100%;
    margin-bottom: 40px;
  }
  
  h4.blog-post-title {
    font: 500 24px barlow condensed, sans-serif;
  }
}

/* Custom styles - importer */
.splash-screen-wrapper {
    background: #fff;
}
.splash-screen {
    height: calc(100vh - 90px);
    position: relative;
    text-align: center;
}
hr {
  border: none;
}
hr::before {
  content: '***';
  display: block;
  text-align: center;
}
@media(min-width:600px) {
    .splash-screen {
    height: 100vh;
    min-height: 640px;
}
}.splash-screen .main-block {
    box-sizing: border-box;
    padding: 120px 2rem 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%}
@media(min-width:600px) {
    .splash-screen .main-block {
    padding-top: 165px;
}
}.splash-screen .title {
    font-size: 75px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
@media(min-width:600px) {
    .splash-screen .title {
    font-size: 175px;
}
}.splash-screen .subtitle {
    color: #525252;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 2em;
}
@media(min-width:600px) {
    .splash-screen .subtitle {
    font-size: 20px;
}
}@keyframes splash-screen-scroll-small {
    0% {
    opacity: 0;
    transform: translate(-18px, 18px) scale(.75);
}
10% {
    opacity: .5;
}
100% {
    opacity: 0;
    transform: translate(-18px, 18px) scale(1.5);
}
}@keyframes splash-screen-scroll-large {
    0% {
    opacity: 0;
    transform: translate(-28px, 28px) scale(.75);
}
10% {
    opacity: .5;
}
100% {
    opacity: 0;
    transform: translate(-28px, 28px) scale(1.5);
}
}.people-list {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    margin: 5em 0;
    padding: 0;
}
.people-list>li {
    box-sizing: content-box;
    padding-right: 2em;
}
.people-list .name {
    font: 500 30px barlow condensed, sans-serif;
    text-transform: uppercase;
}
.people-list .contact {
    padding-top: 1em;
}
@media(min-width:600px) {
    .paragraph-align {
    padding-top: 3rem;
}
}.careers-offers h2.section-heading {
    margin: 0 0 80px;
    font-size: 35px;
    letter-spacing: 0;
}
.careers-offers h2.section-heading::before {
    border-radius: .7em;
    height: .7em;
    width: .7em;
    top: 0;
}
.careers-offers .careers-department {
    font-size: 30px;
    color: #000;
    letter-spacing: 0;
    line-height: 48px;
    margin: 0 0 40px;
}
.careers-offers .careers-offers-location {
    margin: 2em 0;
}
.careers-offers .careers-offers-location .offer-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
@media(min-width:600px) {
    .careers-offers .careers-offers-location .offer-list {
    display: flex;
    flex-wrap: wrap;
}
}.careers-offers .careers-offers-location .offer-list .offer {
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #d8d8d8;
    margin: 0 0 50px;
    padding: 10px 0 0;
    min-height: 170px;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media(min-width:600px) {
    .careers-offers .careers-offers-location .offer-list .offer {
    width: calc(50% - 20px);
    margin: 0 10px 50px;
    max-width: auto;
}
.careers-offers .careers-offers-location .offer-list .offer:nth-child(1), .careers-offers .careers-offers-location .offer-list .offer:nth-child(2n+1) {
    margin-left: 0;
}
.careers-offers .careers-offers-location .offer-list .offer:nth-child(2n) {
    margin-right: 0;
}
}@media(min-width:1060px) {
    .careers-offers .careers-offers-location .offer-list .offer {
    width: calc(25% - 30px);
    margin: 0 20px 80px;
}
.careers-offers .careers-offers-location .offer-list .offer:nth-child(1), .careers-offers .careers-offers-location .offer-list .offer:nth-child(2n+1) {
    margin-left: 20px;
}
.careers-offers .careers-offers-location .offer-list .offer:nth-child(2n) {
    margin-right: 20px;
}
.careers-offers .careers-offers-location .offer-list .offer:nth-child(1), .careers-offers .careers-offers-location .offer-list .offer:nth-child(4n+1) {
    margin-left: 0;
}
.careers-offers .careers-offers-location .offer-list .offer:nth-child(4n) {
    margin-right: 0;
}
}.careers-offers .careers-offers-location .offer-list .offer .offer-title {
    text-transform: none;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
    text-decoration: none;
}
@media(min-width:1060px) {
    .careers-offers .careers-offers-location .offer-list .offer .offer-title {
    line-height: 27px;
    font-size: 22px;
}
}.careers-offers .careers-offers-location .offer-list .offer .link-button {
    max-width: 163px;
    display: block;
    padding-left: 20px;
}
.careers-offers .careers-offers-location .offer-list .offer .external-link::after {
    position: relative;
    left: 0;
    margin: 0;
}
.location-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}
.location-list img {
    display: block;
}
.location-list .location-name {
    font: 500 35px barlow condensed, sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
}
.location-list>li {
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75em;
    padding-bottom: 2em;
    transform-origin: bottom;
    transition: opacity .5s, transform .75s;
}
.location-list>li.is-hidden {
    opacity: 0;
    transform: translateX(-50px);
}
.location-list>li:nth-child(2n) {
    transition-delay: .1s;
}
@media(min-width:600px) {
    .location-list>li {
    padding: 0 4rem 4em 0;
    width: 50%}
}@media(min-width:900px) {
    .location-list>li {
    padding-right: 8rem;
}
}.location-list a {
    color: inherit;
    text-decoration: none;
}
.location-list a:hover {
    text-decoration: underline;
}
.header-wrapper {
    background-color: #fff;
    transition: .5s .5s opacity;
    width: 100vw;
    z-index: 3;
}
@media(min-width:600px) {
    .is-playing-video .header-wrapper {
    opacity: 0;
}
}@media(min-width:600px) {
    .header-wrapper {
    position: fixed;
}
}.main-header {
    display: flex;
    height: 90px;
    justify-content: space-between;
    padding: 0 2em;
}
.main-header a {
    color: inherit;
    text-decoration: none;
}
.logo-text {
    align-self: center;
    display: flex;
    font: 500 28px barlow condensed, sans-serif;
    letter-spacing: -.5px;
    text-transform: uppercase;
}
.logo-text svg {
    height: 60px;
    pointer-events: none;
}
.navigation-wrapper {
    border-radius: 34px;
    cursor: pointer;
    height: 34px;
    margin-top: 27px;
    position: relative;
    width: 34px;
    border: 1px solid #525252;
}
.navigation-wrapper::after {
    content: '—';
    display: inline-block;
    line-height: 32px;
    text-align: center;
    width: 32px;
}
.navigation-wrapper.is-open::after {
    content: '✕'}
.navigation-wrapper.is-open .navigation-links {
    transform: translateX(0);
}
@media(min-width:600px) {
    .navigation-wrapper {
    border: 0;
    height: auto;
    margin-top: 0;
    width: auto;
}
.navigation-wrapper::after {
    display: none;
}
}.navigation-links {
    background-color: #fff;
    bottom: 0;
    display: block;
    left: 0;
    list-style-type: none;
    margin: 0;
    overflow: auto;
    padding-top: 2em;
    position: fixed;
    right: 0;
    top: 90px;
    transform: translateX(100%);
    transition: transform .5s;
    z-index: 3;
}
@media(min-width:600px) {
    .navigation-links {
    display: flex;
    padding: 0;
    position: relative;
    top: 0;
    transform: none;
}
}.navigation-links a {
    color: #000;
    font: 600 35px/2.5em barlow condensed, sans-serif;
    padding-left: 1em;
    text-decoration: none;
    text-transform: uppercase;
}
@media(min-width:600px) {
    .navigation-links a {
    color: #525252;
    display: inline-block;
    font: 12px/90px work sans, sans-serif;
    padding-left: 4em;
    position: relative;
}

.navigation-links li.current_page_item a::before {
    background-color: #fef800;
    border-radius: 100%;
    content: '';
    height: .8em;
    left: 2.25em;
    position: absolute;
    top: calc(50% - .45em);
    transform-origin: center;
    transform: scale(0);
    transition: transform .333s;
    width: .8em;
}
.navigation-links li.current_page_item a::before {
    transform: scale(1);
}
.navigation-links a:hover {
    color: #000;
}
.navigation-links a::after {
    content: '.'}
}body {
    font-family: work sans, sans-serif;
    font-size: 18px;
}
h1, .alpha, h2, .beta {
    font-family: barlow condensed, sans-serif;
    text-transform: uppercase;
}
h1::before, .alpha::before, h2::before, .beta::before {
    display: none;
}
h2, .beta {
    font-size: 20px;
    font-weight: 500;
    transition: opacity .5s, transform .75s;
}
h2.is-hidden, .beta.is-hidden {
    opacity: 0;
    transform: translateX(50px);
}
h2::before, .beta::before {
    background: #fef800;
    border-radius: 1em;
    content: '';
    display: inline-block;
    height: 1em;
    margin-right: 1em;
    position: relative;
    top: .1em;
    width: 1em;
}
h3, .gamma {
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2em;
}
@media(min-width:600px) {
    h3, .gamma {
    font-size: 40px;
}
}.ending-paragraph {
    font-weight: 600;
    margin-bottom: 4em;
}
.footer {
    background-color: #fff;
    color: #525252;
    line-height: 4em;
    padding: 3em 0;
    text-transform: uppercase;
}
.footer .copyright-note {
    font-size: 10px;
    line-height: 2em;
    padding: 0 2rem;
}
.footer a {
    color: inherit;
}
.footer a:hover {
    color: #000;
}
@media(min-width:600px) {
    .footer .navigation {
    display: flex;
    justify-content: space-between;
}
}.footer .external, .footer .social {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding-left: 2rem;
}
.footer .external>li, .footer .social>li {
    padding: 1em;
}
.footer .external a, .footer .social a {
    text-decoration: none;
}
.footer .external>li:first-child {
    padding-left: 0;
}
.footer .social li:first-child {
    padding-left: 0;
}
.footer .social img {
    width: 25px;
}
.home-content {
    font-size: 16px;
    line-height: 1.75em;
    padding: 0 2rem;
}
.home-screen-logo {
    position: relative;
}
.home-screen-logo::before {
    background-color: #fef800;
    border-radius: 420px;
    content: '';
    display: block;
    height: 300px;
    max-height: 50vh;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 300px;
    max-width: 50vh;
}
@media(min-width:600px) {
    .home-screen-logo::before {
    height: 420px;
    width: 420px;
}
}@media(min-width:600px) {
    .home-screen-logo {
    transition: transform 1s;
}
.is-playing-video .home-screen-logo {
    transform: scale(2.45);
}
}.home-screen-logo svg {
    position: relative;
    width: 230px;
    max-width: 45vh;
}
@media(min-width:600px) {
    .home-screen-logo svg {
    width: 320px;
}
}.background-text {
    color: #fff;
    font-family: barlow condensed, sans-serif;
    font-size: 90vh;
    font-weight: 500;
    left: 100%;
    position: fixed;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.content-section {
    font-size: 16px;
    line-height: 1.75em;
    margin: 4em 0;
    overflow: hidden;
}
.content-section .text {
    margin-left: 1em;
    margin-bottom: 2em;
    overflow: hidden;
}
@media(min-width:600px) {
    .content-section {
    display: flex;
}
.content-section .text {
    margin: 0;
    padding-right: 2.5em;
    width: 50%}
.content-section .text.-centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-section .text:last-child {
    padding-left: 2.5em;
    padding-right: 0;
}
.content-section .text p {
    width: 80%}
.content-section .text .section-heading:first-child {
    margin-top: 0;
}
}@media(min-width:600px) {
    .content-section .highlighted-paragraph, .first-para p:first-child {
    font-size: 1.25em;
    line-height: 1.66em;
}
}.content-section .aside-paragraph {
    font-size: 1.25em;
    line-height: 1.66em;
    padding-top: 1.5em;
    -webkit-font-smoothing: antialiased;
}
@media(min-width:600px) {
    .content-section .aside-paragraph {
    font-size: 25px;
}
}.content-section .image-container {
    margin: 0 -2rem;
    transition: opacity 1s, transform .75s;
}
@media(min-width:600px) {
    .content-section .image-container {
    margin: 0;
    padding-right: 40px;
    width: 50%}
.content-section .image-container:last-child {
    padding-right: 0;
    padding-left: 40px;
}
.content-section .image-container.is-hidden {
    opacity: 0;
    transform: translateX(100px);
}
.content-section .image-container.is-hidden:first-child {
    transform: translateX(-100px);
}
.content-section .image-container img {
    display: block;
}
}@media(min-width:600px) {
    .content-section .image-container.-wide {
    width: auto;
}
.content-section .image-container.-wide .image {
    width: auto;
}
}.content-section .image {
    display: block;
}
.content-section figcaption {
    padding: 1em 2rem;
}
@media(min-width:600px) {
    .content-section figcaption {
    margin-left: 2.5rem;
    padding: 1em 0;
}
}.home-programmes {
    margin: 0 -2rem;
}
@media(min-width:600px) {
    .home-programmes {
    display: flex;
    justify-content: space-between;
    margin: 8rem 0;
}
}.home-product {
    background-color: #fff;
    font-size: 13px;
}
.home-product .content {
    padding: 2rem;
}
@media(min-width:900px) {
    .home-product .content {
    padding: 4rem;
}
}.home-product .image-container {
    background-color: #ddd;
}
@media(min-width:600px) {
    .home-product {
    font-size: 16px;
    margin-right: 50px;
    width: 50%}
}.home-product .product-name {
    font: 400 20px work sans, sans-serif;
}
@media(min-width:600px) {
    .home-product .product-name {
    font-size: 30px;
}
}.home-product .product-name+p {
    min-height: 140px;
}
.home-contact-block {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 4rem 2rem;
}
.home-contact-block.-data-academy {
    background-color: transparent;
    border-bottom: none;
}
.home-contact-block .title {
    font: 600 56px/90% barlow condensed, sans-serif;
    margin: 0;
    text-transform: uppercase;
}
@media(min-width:600px) {
    .home-contact-block .title {
    font-size: 90px;
}
}.home-contact-block .narrow-width>.section-heading {
    margin-top: 0;
}
.image-container.-wide-home {
    margin: 2rem -2rem;
}
@media(min-width:600px) {
    .image-container.-wide-home {
    margin: 4rem -2rem;
}
}@media(min-width:900px) {
    .image-container.-wide-home {
    margin: 12rem 0;
    width: 66.66%}
}.home-video {
    background-color: transparent;
    bottom: 0;
    height: auto;
    left: 50%;
    min-height: 100vh;
    min-width: 100vw;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .5s;
    width: auto;
    z-index: 10;
}
.home-video.is-visible {
    opacity: 1;
}
.home-video-container {
    background-color: #fff;
    bottom: 0;
    left: 0;
    min-height: 100vh;
    min-width: 100vw;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: opacity 1s;
    z-index: 10;
}
.cta {
    margin-top: 2em;
}
.cta .link-button {
    margin-bottom: 20px;
    margin-right: 20px;
    text-align: center;
    width: 220px;
}
@media(min-width:900px) {
    .cta .link-button {
    width: auto;
}
}.cta .link-button.-secondary {
    margin-left: 1px;
    width: 218px;
}
@media(min-width:900px) {
    .cta .link-button.-secondary {
    width: auto;
}
}body.is-playing-video {
    overflow: hidden;
}
.lickeffect-wrapper.page-hero-text {
    margin-top: 11em;
}
.lickeffect-wrapper.impact-hero-text {
    margin-top: 11em;
}
.lickeffect-wrapper .lickeffect-word {
    white-space: nowrap;
}
.lickeffect-wrapper .lickeffect-letter {
    display: inline-block;
    transition: opacity .25s, transform .5s;
}
.lickeffect-wrapper.is-hidden .lickeffect-letter {
    opacity: 0;
    transform: translateY(1.25em);
}
.page-title {
    font: 600 56px/90% barlow condensed, sans-serif;
    letter-spacing: -.01em;
    margin: 0;
    text-transform: uppercase;
}
@media(min-width:600px) {
    .page-title {
    font-size: 100px;
    max-width: 65%}
}@media(min-width:1024px) and (max-height:800px) {
    .page-title {
    font-size: 100px;
    max-width: 66%}
}.page-hero {
    background-color: #fff;
    padding: 0 2rem;
	padding-bottom: 2em;
}
.page-hero.-data-academy {
    background: #f9f9f9 url("/wp-content/themes/decoded/static/img/product_academy.jpg") no-repeat right 10%/100%}
.page-hero.-digital-leadership {
    background: #fff url("/wp-content/themes/decoded/static/img/product_leadership.jpg") no-repeat right 10%/100%}
@media(min-width:600px) {
    .page-hero.-digital-leadership {
    background-size: 66.66%}
.page-hero.-data-academy {
    background: #f9f9f9 url("/wp-content/themes/decoded/static/img/product_academy.jpg") no-repeat 34vw 40px/1450px;
}
.page-hero.-digital-leadership {
    background: #fff url("/wp-content/themes/decoded/static/img/product_leadership.jpg") no-repeat 34vw 40px/1450px;
}
.page-hero.-programmes {
    padding-bottom: 20em;
}
}.page-hero .section-heading {
    margin: 0;
}
@media(min-width:600px) {
    .page-hero .section-heading {
    margin: 5em 0;
}
}.page-hero-inner {
    position: relative;
}
.page-hero-content {
    padding-top: 74px;
}
.-programmes .page-hero-content, .-about .page-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80vh;
    padding-top: 0;
}
@media(min-width:600px) {
    .page-hero-content {
    padding-top: 0;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}
}.page-hero-text {
    color: #525252;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-top: 3em;
    width: 80%}
.page-hero-text.-full-width {
    width: 100%}
@media(min-width:600px) and (min-height:800px) {
    .page-hero-text {
    font-size: 22px;
}
}.impact-hero-text {
    color: #525252;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.5em;
    margin-top: 3em;
    width: 40%}
.impact-hero-text.-full-width {
    width: 100%}
@media(min-width:600px) and (min-height:800px) {
    .impact-hero-text {
    font-size: 22px;
}
}.back-button {
    font: 600 15px barlow condensed, sans-serif;
    position: relative;
    text-transform: uppercase;
}
.back-button.section-heading-wrapper {
    top: 20px;
}
@media(min-width:600px) {
    .back-button.section-heading-wrapper {
    top: 90px;
}
}.back-button>a {
    display: inline-block;
    color: #000;
    position: relative;
    text-decoration: none;
}
.back-button>a::before {
    background-color: #fef800;
    border-radius: 15px;
    bottom: 2px;
    content: '⟵';
    display: inline-block;
    font-size: .75em;
    height: 30px;
    line-height: 30px;
    margin-right: .5em;
    position: relative;
    text-align: center;
    transition: transform .333s;
    width: 30px;
}
.back-button:hover>a::before {
    transform: translateX(-10px);
}
.section-heading {
    margin: 5em 0;
}
.section-heading-wrapper {
    position: absolute;
    top: 10px;
    z-index: 2;
}
@media(min-width:600px) {
    .section-heading-wrapper {
    top: 90px;
}
}.logos-flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
}
.logos-flex-item {
    width: 16%;
    margin-top: 10px;
    text-align: center;
    padding: 0;
    align-self: center;
}
.logos-flex-item img {
    width:100%;
	height:auto;
}
@media screen and (max-width:970px) {
    .logos-flex-item {
    width: 16%;
    margin-top: 10px;
    text-align: center;
}
}.programmes-list {
    counter-reset: programmes;
}
.programmes-list-item {
    counter-increment: programmes;
}
.programmes-list-item.-white {
    background-color: #fff;
    padding: 0;
}
.programmes-list-item.-white .content::before {
    color: #f9f9f9;
}
.programmes-list-item.-leadership .content {
    background-image: url(/wp-content/themes/decoded/static/img/product_leadership.jpg);
}
@media(min-width:600px) {
    .programmes-list-item.-no-number .content {
    padding: 4rem 0;
}
}.programmes-list-item.-no-number .content .section-heading {
    margin-top: 0;
}
.programmes-list-item.-no-number .content::before {
    display: none;
}
.programmes-list-item .section-heading {
    margin: 2em 0;
}
.programmes-list-item .content {
    background: url("/wp-content/themes/decoded/static/img/product_academy.jpg") top/150% no-repeat;
    box-sizing: border-box;
    padding: 250px 0 4em;
    position: relative;
}
@media(min-width:600px) {
    .programmes-list-item .content {
    background-position: right;
    background-size: 60%;
    padding: 10vw 0;
}
}.programmes-list-item .content::before {
    color: #fff;
    content: counter(programmes) ".";
    display: block;
    font: 600 400px barlow condensed, sans-serif;
    left: 50%;
    position: absolute;
    top: 66.66%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
@media(min-width:600px) {
    .programmes-list-item .content: :before {
    left: 33.33%;
    top: 50%;
    transform: translateY(-50%);
}
}.programmes-list-item .description, .programmes-list-item .title {
    position: relative;
}
@media(min-width:600px) {
    .programmes-list-item .description, .programmes-list-item .title {
    padding-right: calc(50% + 2em);
}
}.programmes-list-item .description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75em;
    margin-bottom: 2em;
}
.product-page {
    padding: 0 2rem;
}
.-digital-leadership+.product-page {
    padding: 0;
}
.product-page .video {
    margin: 2em -2rem;
}
@media(min-width:600px) {
    .product-page {
    padding: 0;
}
.product-page .video {
    left: 1.7em;
    position: relative;
    top: -200px;
    width: 100%}
.product-page .video img {
    display: block;
    transition: opacity 1s, transform .75s;
}
.product-page .video img.is-hidden {
    opacity: 0;
    transform: translateY(100px);
}
}.product-section~.product-section {
    margin-top: 250px;
}
@media(min-width:600px) {
    .product-section {
    display: flex;
}
.product-section .content, .product-section .title {
    width: 50%}
}.product-section .title {
    font-size: 23px;
}
@media(min-width:600px) {
    .product-section .title {
    font-size: 40px;
    padding-right: 1em;
}
}.product-section .content {
    font-size: 16px;
    font-weight: 400;
    margin-top: .5em;
    padding-top: 2rem;
}
@media(min-width:600px) {
    .product-section .content {
    padding-left: 2.5em;
    padding-top: 0;
}
}.product-section .content>p {
    line-height: 1.5em;
}
.product-section .content>p:first-child {
    margin-top: 0;
}
.product-section .content:first-child {
    box-sizing: border-box;
    padding-right: 80px;
}
.product-section .content-title {
    font-size: 40px;
}
.product-section.-white {
    background-color: #fff;
    padding: 80px 0 80px 80px;
    position: relative;
}
.product-section.-white::after {
    background-color: #fff;
    content: '';
    display: block;
    height: 100%;
    left: 100%;
    min-width: 2em;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50vw - 530px);
}
.background-number {
    color: #f9f9f9;
    font: 600 740px/75% barlow condensed, sans-serif;
    position: absolute;
    right: 0;
    top: 0;
}
.modules-list {
    overflow: hidden;
    padding-left: 1.125em;
}
@media(min-width:600px) {
    .text-centeredflex {
    display: flex;
    justify-content: space-between;
}
.text-centeredflex .text-centered {
    width: 45%}
}@media(min-width:600px) {
    .text .-centered {
    margin-right: 1.5rem;
}
}.-centered>.section-heading, .-digital-leader {
    margin-bottom: 1.5rem;
}
.-noborder {
    border-bottom: none;
}
.swiper-element {
    display: none;
}
@media(min-width:600px) {
    .swiper-element {
    background-color: #fef800;
    bottom: auto;
    display: block;
    height: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: height .5s cubic-bezier(.215, .61, .355, 1);
    z-index: 10;
}
.swiper-element.is-visible {
    bottom: 0;
    height: 100%;
    top: auto;
}
}.privacy-policy {
    padding: 2em;
}
.privacy-policy a {
    color: inherit;
}
@media(min-width:900px) {
    .privacy-policy p {
    width: 66.6666%}
}.site-loader {
    display: none;
}
.js-enabled .site-loader {
    background-color: #fff;
    bottom: 0;
    display: block;
    left: 0;
    min-height: 100vh;
    min-width: 100vw;
    position: fixed;
    top: 0;
    z-index: 100;
}
.js-enabled .site-loader.is-hidden {
    opacity: 0;
    transition: opacity .5s;
}
.js-enabled .site-loader::after {
    animation: bounce 1s infinite;
    background-color: #fef800;
    border-radius: 50px;
    content: '';
    display: block;
    height: 50px;
    left: calc(50% - 25px);
    position: fixed;
    top: calc(50% - 25px);
    width: 50px;
}
@keyframes bounce {
    0%, 100% {
    transform: translateY(-25px);
}
50% {
    transform: translateY(25px);
}
}body[data-page=enquiry-form] header, body[data-page=enquiry-form] footer {
    display: none;
}
.enquiry-form-logo {
    height: 66px;
    left: 0;
    margin-left: 5px;
    position: absolute;
    top: 10px;
    width: 60px;
}
@media(min-width:600px) {
    .enquiry-form-logo {
    top: 1rem;
}
}.enquiry-form .form-error {
    color: red;
    display: none;
    padding: .5em 0;
}
.enquiry-form .form-error a {
    color: #000;
    text-decoration: none;
}
.enquiry-form .form-error a:hover {
    text-decoration: underline;
}
.enquiry-form.is-invalid .form-error--invalid {
    display: block;
}
@media(min-width:600px) {
    .enquiry-form.is-invalid .form-error--invalid {
    display: inline;
}
}.enquiry-form.is-error .form-error--error {
    display: block;
}
@media(min-width:600px) {
    .enquiry-form.is-error .form-error--error {
    display: inline;
}
}.enquiry-form-container {
    margin-top: 1.5rem;
    min-height: 100vh;
    overflow: hidden;
    padding: 5rem 1.5rem 0;
}
.enquiry-form-container .form-cta {
    padding: 1.5em 0;
}
@media(min-width:600px) {
    .enquiry-form-container .form-cta {
    padding: 0.2em 0;
}
}.enquiry-form-container .field {
    max-width: 795px;
    padding: 0.5em 0;
    width: 100%}
@media(min-width:600px) {
    .enquiry-form-container .field {
    padding: 0.75em 0;
}
}.enquiry-form-container .radio-container {
    cursor: pointer;
    display: block;
    margin-bottom: 12px;
    position: relative;
    padding-left: 35px;
}
.enquiry-form-container .radio-container .radio-interested_in {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}
.enquiry-form-container .radio-container .radio:checked~.custom-radio::after {
    display: block;
}
.enquiry-form-container .radio-container .custom-radio {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid;
    position: absolute;
    height: 21px;
    left: 0;
    width: 21px;
}
.enquiry-form-container .radio-container .custom-radio::after {
    background: #000;
    border-radius: 50%;
    content: '';
    display: none;
    height: 15px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 15px;
}
.enquiry-form-container .radio-container .radio-error-message {
    color: red;
    display: none;
    font-size: 14px;
    left: 70%;
    position: absolute;
    top: 0;
}
.enquiry-form-container .radio-container input.is-validatable:invalid {
    color: red;
}
.enquiry-form-container .radio-container input.is-validatable:invalid~.radio-error-message {
    display: block;
}
.enquiry-form-container .check-container {
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding-left: 35px;
    position: relative;
}
@media(min-width:600px) {
    .enquiry-form-container .check-container {
    padding-right: 33.333%}
}.enquiry-form-container .check-container a {
    color: #525252;
    border-bottom: 2px solid;
    text-decoration: none;
}
.enquiry-form-container .check-container .default-checkbox {
    cursor: pointer;
    display: none;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}
.enquiry-form-container .check-container .custom-checkbox {
    background-color: #fff;
    border: 1px solid #525252;
    height: 19px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 19px;
}
@media(min-width:600px) {
    .enquiry-form-container .check-container .custom-checkbox {
    top: 3px;
}
}.enquiry-form-container .check-container .custom-checkbox::after {
    background: #000;
    content: '';
    display: none;
    height: 15px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 15px;
}
@media(min-width:600px) {
    .enquiry-form-container .check-container .custom-checkbox: :after {
    top: 1.5px;
}
}.enquiry-form-container .check-container input:checked~.custom-checkbox::after {
    display: block;
}
.enquiry-form-container .check-container .checkbox-error-message {
    color: red;
    display: none;
}
@media(min-width:600px) {
    .enquiry-form-container .check-container .checkbox-error-message {
    left: 72%;
    position: absolute;
    top: 0;
}
}.enquiry-form-container .check-container input.is-validatable:invalid {
    color: red;
}
.enquiry-form-container .check-container input.is-validatable:invalid~.checkbox-error-message {
    display: block;
}
.enquiry-form-container label {
    margin-bottom: 25px;
    display: block;
}
.enquiry-form-container input[type=text], .enquiry-form-container input[type=email], .enquiry-form-container input[type=tel] {
    border: 1px solid #ddd;
    border-radius: 0;
    display: block;
    font: 0.75em/1em work sans, sans-serif;
    height: 40px;
    margin-top: 5px;
    outline: none;
    padding: 1em 1.25em;
    position: relative;
    -webkit-appearance: none;
    width: 100%}
@media(min-width:600px) {
    .enquiry-form-container input[type=text], .enquiry-form-container input[type=email], .enquiry-form-container input[type=tel] {
    width: 80%}
}.enquiry-form-container input[type=text].is-validatable:invalid~.error-message::after, .enquiry-form-container input[type=email].is-validatable:invalid~.error-message::after, .enquiry-form-container input[type=tel].is-validatable:invalid~.error-message::after {
    background-color: red;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 150%;
    position: absolute;
    top: 3.7em;
    transform: translateY(-50%);
    width: 10px;
}
@media(min-width:600px) {
    .enquiry-form-container input[type=text].is-validatable: invalid~.error-message::after, .enquiry-form-container input[type=email].is-validatable:invalid~.error-message::after, .enquiry-form-container input[type=tel].is-validatable:invalid~.error-message::after {
    top: 4em;
    left: 85%;
    right: 10em;
}
}.enquiry-form-container input[type=text]:focus, .enquiry-form-container input[type=email]:focus, .enquiry-form-container input[type=tel]:focus {
    box-shadow: 0 -4px 0 #fef800 inset;
}
@media(min-width:600px) {
    .enquiry-form-container input[type=text]: focus, .enquiry-form-container input[type=email]:focus, .enquiry-form-container input[type=tel]:focus {
    border-bottom: none;
}
}.enquiry-form-container input[type=text].is-validatable:invalid, .enquiry-form-container input[type=email].is-validatable:invalid, .enquiry-form-container input[type=tel].is-validatable:invalid {
    box-shadow: 0 -4px 0 red inset;
}
.enquiry-form-container .error-message {
    color: red;
    display: none;
    font-size: 13px;
    left: -3%;
    margin-top: 5px;
    padding: 10px;
    position: relative;
    top: -75px;
    white-space: nowrap;
    width: 65%}
@media(min-width:600px) {
    .enquiry-form-container .error-message {
    left: 48%;
    text-align: right;
    top: -80px;
    width: 33%}
}.enquiry-form-container input.is-validatable:invalid {
    color: red;
}
.enquiry-form-container input.is-validatable:invalid~.error-message {
    display: block;
}
.enquiry-form-container select {
    background: url("/static/img/icons/down_arrow.36c12001e560.svg") no-repeat 98%/3%;
    border-radius: 0;
    border: 1px solid #ddd;
    color: #000;
    font: 0.75em/1em work sans, sans-serif;
    line-height: 3em;
    outline: 0;
    opacity: .7;
    padding-left: 10px;
    -webkit-appearance: none;
    width: 100%}
@media(min-width:600px) {
    .enquiry-form-container select {
    width: 80%}
}
.enquiry-form-container select option {
  background: rgba(255,255,255,1) !important;
}

.enquiry-form-container select:focus {
    opacity: 1;
}

.enquiry-form-container select.is-validatable:invalid .error-message {
    display: block;
}
.form-sections {
    list-style-type: none;
    padding: 0;
}
.form-section {
    counter-increment: section-heading;
    padding: 0.5em 0;
}
.form-section .link-button {
    border: none;
    outline: none;
    cursor: pointer;
}
.form-section .link-button::after {
    content: none;
}
.form-section:nth-last-child(2) .field {
    line-height: 1.5rem;
    padding: 0;
}
.form-section-heading {
    font-size: 23px;
}
.form-section-heading::before {
    background-color: #fef800;
    border-radius: 50%;
    content: counter(section-heading);
    display: block;
    font: 500 16px/1.8em barlow condensed, sans-serif;
    height: 1.8em;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    top: -2px;
    width: 1.8em;
}
@media(min-width:600px) {
    .form-section-heading: :before {
    display: inline-block;
    margin: 0 5px 0 0;
}
}.form-close-button {
    background-color: #fef800;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 1.5em;
    height: 1.5em;
    left: 87%;
    line-height: 1.5em;
    margin-top: 15px;
    padding: 0;
    position: fixed;
    text-align: center;
    top: .5rem;
    transition: transform .5s, opacity .25s .5s;
    width: 1.5em;
    z-index: 1;
}
.is-transitioning .form-close-button {
    opacity: 0;
}
@media(min-width:600px) {
    .form-close-button {
    right: 0;
    top: 1rem;
}
}.form-close-button:focus {
    outline: 0;
}
.form-close-button:hover {
    transform: rotate(90deg);
}
.press-first-date {
    margin: 2em 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.press-first-date:before {
    background: #fef800;
    border-radius: 1em;
    content: '';
    display: inline-block;
    height: 1em;
    margin-right: 1em;
    position: relative;
    top: .1em;
    width: 1em;
}
.press-first-title {
    font-size: 23px;
    font-weight: 500;
    transition: opacity 1s, transform .75s;
}
.press-first-title.is-hidden {
    opacity: 0;
    transform: translatey(50px);
}
.press-first-image {
    transition: opacity 1s, transform .75s;
}
.press-first-image.is-hidden {
    opacity: 0;
    transform: translateX(-50px);
}
.press-first-image img {
    display: block;
}
.press-items {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: flex-start;
    margin: 2em 0;
    padding: 0;
}
.press-items>li {
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75em;
    padding: 0 1rem 1em 0;
    transform-origin: bottom;
    transition: opacity .5s, transform .75s;
    width: 100%}
.press-items>li.is-hidden {
    opacity: 0;
    transform: translateX(-50px);
}
.press-items>li:nth-child(2n) {
    transition-delay: .1s;
}
@media(min-width:600px) {
    .press-items>li {
    padding: 0 2rem 2rem 0;
    width: 50%}
}@media(min-width:900px) {
    .press-items>li {
    padding-right: 4rem;
}
}.alert {
    margin-bottom: 0;
    text-align: center;
    padding: 8px;
    color: #fff;
    background: #1c1c1c;
    border-color: #000;
    margin-left: 15px;
    margin-right: 15px;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-dismissable .close, .alert-dismissible .close {
    right: 12px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    margin-right: 20px;
}
.alert p {
    font-size: 14px;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert a {
    color: #00aeef;
    text-decoration: none;
}
.alert {
    margin-bottom: 0;
    text-align: center;
    padding: 8px;
    color: #fff;
    background: #1c1c1c;
    border-color: #000;
}
@media(min-width:600px) {
    .paragraph-align {
    padding-top: 3rem;
}
}.aside-paragraph-top {
    font-size: 1.25em;
    line-height: 1.66em;
    -webkit-font-smoothing: antialiased;
}
@media(min-width:600px) {
    .aside-paragraph-top {
    font-size: 25px;
}
}.top-padding {
    padding-top: 1em;
}
.double-top-padding {
    padding-top: 2em;
}
.academy-impact-block .title {
    font: 600 60px/60% barlow condensed, sans-serif;
    line-height: 88px;
    margin: 0;
    text-transform: uppercase;
}
@media(min-width:600px) {
    .academy-impact-block .title {
    font: 600 90px/90% barlow condensed, sans-serif;
}
}.white {
    background: #fff;
}
.wide {
    width: 60%!important;
    padding-left: 1em;
}
.full {
    width: 100%!important;
}
.narrow {
    width: 40%!important;
}
.noflex {
    display: block;
}
.impact-box {
    background: #f9f9f9;
    margin-top: 0;
    padding: 1em;
    padding-bottom: 2em;
}
.impact-box p {
    width: 75%}
.center-vert {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-space {
    padding-bottom: 1em;
}
.bold {
    font-weight: 600;
}
.small-text {
    font-size: 12px;
}
.no-top-margin {
    margin-top: 0;
}
.no-bottom-margin {
    margin-bottom: 0;
}
.logos-center {
    margin: auto;
    text-align: center;
}
.white-heading {
    margin-top: 0;
    padding-top: 5em;
    background: #fff;
    display: block;
}
.gray {
    background: #f9f9f9;
}
.grid-flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}
.grid-flex-item {
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    width: 200px;
    height: 200px;
    margin-top: 10px;
    text-align: center;
    padding: 5px;
    align-self: center;
    border: 1px;
    text-align: left;
    font-size: 14px;
}
.grid-flex-item p {
    width: 100%;
    margin: .1em;
}
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
}
.styled-table thead tr {
    background-color: #009879;
    color: #fff;
    text-align: left;
    font-weight: 700;
}
.styled-table tbody tr {
    border-bottom: 1px solid #ddd;
}
.styled-table tbody tr:nth-of-type(even) {
    background-color: #fff;
}
.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #000;
}
.styled-table th, .styled-table td {
    padding: 12px 15px;
}
* {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%}
::-ms-clear {
    display: none;
}
body.is-mobile-menu-open {
    overflow: hidden;
}
.site-width {
    margin: 0 auto;
    max-width: 1440px;
}
.site-padding {
    padding: 4rem 2rem;
}
.full-width {
    margin: 0;
}
.full-width.-with-divider {
    border-bottom: 1px solid #ddd;
}
.full-height {
    min-height: 100vh;
}
@media(min-width:600px) {
    .full-height {
    height: 860px;
}
}.narrow-width {
    margin: 0 auto;
    max-width: 1060px;
}
html, body {
    background-color: #f9f9f9;
    margin: 0;
	scroll-behavior: smooth;
}
body {
    height: 100vh;
    padding: 0;
}
main {
    position: relative;
}
img {
    max-width: 100%}
strong {
    font-weight: 600;
}
.link-button {
    background-color: #ddd;
    border: 0;
    color: #000;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.75em;
    padding: .75em 3em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    white-space: nowrap;
}
.link-button:hover:not(:disabled) {
    background-color: #bdbdbd;
}
.link-button:disabled {
    opacity: .75;
}
.link-button::after {
    content: '⟶';
    padding-left: 1em;
}
.link-button.-narrow {
    padding: .75em 1.5em;
}
.link-button.-secondary {
    background-color: transparent;
    line-height: calc(1.75em - 2px);
    outline: 1px solid silver;
}
.link-button.-secondary:hover:not(:disabled) {
    background-color: silver;
}
@media(min-width:600px) {
    .link-button~.link-button {
    margin-left: 20px;
}
}.link-button.external-link {
    font-size: 13px;
}
.image-in-situ {
    margin: 4rem -2rem;
}
@media(min-width:600px) {
    .image-in-situ {
    margin: 8rem 0;
}
}.image-in-situ>img {
    display: block;
}
.cta.-hero {
    padding: 2rem 0;
}
p.is-transitionable {
    transition: opacity 1s, transform .75s;
}
p.is-hidden {
    opacity: 0;
    transform: translateY(4em);
}
ul.is-transitionable>li {
    transition: opacity 1s, transform .75s;
}
ul.is-transitionable>li:nth-child(2) {
    transition-delay: .2s;
}
ul.is-transitionable>li:nth-child(3) {
    transition-delay: .3s;
}
ul.is-transitionable>li:nth-child(4) {
    transition-delay: .4s;
}
ul.is-transitionable>li:nth-child(5) {
    transition-delay: .5s;
}
ul.is-transitionable>li:nth-child(6) {
    transition-delay: .6s;
}
ul.is-transitionable>li:nth-child(7) {
    transition-delay: .7s;
}
ul.is-transitionable>li:nth-child(8) {
    transition-delay: .8s;
}
ul.is-transitionable>li:nth-child(9) {
    transition-delay: .9s;
}
ul.is-transitionable>li:nth-child(10) {
    transition-delay: 1s;
}
ul.is-hidden>li {
    opacity: 0;
    transform: translateX(100px);
    transition-delay: 0s;
    transition-duration: 0s;
}
@media(min-width:600px) {
    .site-wrapper {
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
}
.site-wrapper.is-transitioning {
    transform: translate3d(0, 100vh, 0);
    transition: none;
}
}.white-section {
    background-color: #fff;
    padding-bottom: 4em;
}
.scroll-down {
    display: none;
}
@media(min-width:600px) {
    .scroll-down {
    border-radius: 14px;
    border: solid 1px;
    bottom: 48px;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: sans-serif;
    height: 28px;
    left: calc(50% - 15px);
    line-height: 28px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 28px;
}
.scroll-down::after, .scroll-down::before {
    border-radius: 100%;
    border: solid 1px;
    bottom: 14px;
    color: #525252;
    content: '';
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%, 50%);
}
.scroll-down::after {
/*     animation: splash-screen-scroll-small 1s .2s infinite; */
    height: 36px;
    width: 36px;
}
.scroll-down::before {
/*     animation: splash-screen-scroll-large 1s infinite; */
    height: 56px;
    width: 56px;
}
}.external-link, .secondary-link {
    color: inherit;
    font-size: 15px;
    margin-bottom: 30px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
.external-link::after, .secondary-link::after {
    content: url(/wp-content/themes/decoded/static/img/icons/external-link.svg);
    display: inline-block;
    height: .75em;
    margin-left: .75em;
    opacity: .666;
    width: .75em;
}
@media(min-width:600px) {
    a~.external-link, a~.secondary-link {
    margin-left: 2em;
}
}.secondary-link {
    font-size: 13px;
    font-weight: 700;
}
.secondary-link::after {
    content: '⟶'}
.image-container>img {
    display: block;
}
.intro-paragraph {
    margin-bottom: 4em;
}
@media(min-width:600px) {
    .intro-paragraph {
    margin-bottom: 0;
}
}
