@charset 'UTF-8';
.no-page-found {
    position: relative
}

.no-page-found .container {
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 100;
    justify-content: center;
    text-align: center
}

.no-page-found .overlay {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 600px;
    font-weight: 800;
    letter-spacing: 10px;
    opacity: .1;
    display: flex;
    align-items: center;
    justify-content: center
}

.no-page-found h1 {
    font-size: 200px;
    font-weight: 800;
    background: url(../../../themes/sd-new/assets/img/full-colour2.png) no-repeat;
    background-size: 150%;
    -webkit-background-clip: text;
    background-position: center 0;
    -webkit-text-fill-color: transparent;
    margin-top: -50px
}

.no-page-found p.not-found {
    font-size: 50px;
    font-weight: 800;
    padding-right: 150px;
    margin-top: -50px;
    margin-bottom: 40px
}

.no-page-found p.our-powers {
    font-size: 28px;
    color: #666;
    font-weight: 800
}

.no-page-found a {
    font-size: 22px;
    color: #007fc4;
    font-weight: 800;
    transition: .3s;
    padding: 5px 25px;
    background: 0 0;
    margin-top: 15px
}

.no-page-found a:hover {
    color: #fff;
    background: #007fc4;
    transition: .3s
}

@-webkit-keyframes scale-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
}

@keyframes scale-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.btn {
    border: 0;
    border-radius: 0
}

.btn-primary {
    background: #fff;
    color: #212529;
    font-weight: 900;
    text-transform: uppercase;
    transform: skewX(-10deg);
    border: 6px solid #212529;
    transition: all .2s ease-in-out;
    padding: 8px 30px;
    font-size: 16px
}

.btn-primary:hover {
    background: #fff;
    color: #212529;
    font-weight: 900;
    text-transform: uppercase;
    border: 6px solid #212529;
    transform: skewX(-10deg);
    padding: 8px 30px;
    font-size: 16px;
    transform: scale(1.1);
    transition: .3s all ease
}

.btn-primary {
    margin-top: 7px;
    position: relative
}

.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    border-color: #212529;
    background-color: #fff;
    color: #212529;
    box-shadow: 4px 4px 0 0 #bcd5f4
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
    border-color: #212529;
    color: #212529;
    background-color: #bcd5f4;
    box-shadow: none
}

.btn-secondary,
.btn-secondary:hover {
    background: #bcd5f4;
    color: #212529;
    font-weight: 900;
    text-transform: uppercase;
    transform: skewX(-10deg);
    border: 6px solid #212529;
    transition: all .2s ease-in-out;
    padding: 8px 30px;
    font-size: 16px
}

.cta-box {
    margin-top: 30px
}

.btn-primary.cta-buttons {
    margin-top: 30px
}

.btn-primary.cta-buttons:first-of-type {
    margin-right: 30px
}

.btn-primary.cta-buttons:hover {
    color: #212529 !important
}

.call-to-action {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
    background: #fff
}

.call-to-action h2 {
    font-weight: 800;
    font-size: 54px;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 0
}

.call-to-action h2:before {
    content: none
}

.call-to-action h4 {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.call-to-action img {
    max-width: 100%;
    height: 200px
}

.call-to-action .btn-primary {
    font-size: 20px;
    padding: 10px 35px
}

.flex-container {
    display: flex;
    margin-top: -90px
}

.flex-item {
    display: flex;
    font-size: 30px;
    min-height: 200px;
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 30px;
    padding: 30px;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.cs-content,
.flex-item .image {
    width: 100%;
    display: block;
    position: relative;
    flex-shrink: 0
}

.flex-item .image {
    background-position: center;
    background-size: 300%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, .5);
    background-blend-mode: overlay;
    padding: 0 30px
}

.flex-item .image img {
    width: 100%
}

.case-studies {
    background: #007fc4;
    padding-top: 0;
    border-top: 100px solid #fff;
    position: relative;
    z-index: 1
}

.cs-content {
    background: #fff;
    padding: 23px
}

.flex-item h3 {
    color: #007fc4;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 24px
}

span.previous {
    font-weight: 800;
    font-size: 18px
}

.cs-content .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

img.align-right {
    float: right;
    max-width: 180px
}

img.align-right.square {
    max-width: 80px
}

.case-studies .col-md-12:last-of-type {
    height: 70px
}

.case-studies .btn-secondary {
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
    max-width: 360px;
    transition: .25s
}

.case-studies .btn-secondary:hover {
    transform: scale(1.1);
    transition: .25s
}

body,
html {
    overflow-x: hidden;
    font-family: Poppins, sans-serif
}

body {
    margin-top: 85px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 0 10px 2px rgba(33, 37, 41, .1);
    -moz-box-shadow: 0 0 10px 2px rgba(33, 37, 41, .1);
    box-shadow: 0 0 10px 2px rgba(33, 37, 41, .1)
}

body.home {
    overflow: visible
}

.cf-gutters {
    padding: 0;
    margin: 0
}

.height-set {
    height: 500px
}

.btn-primary {
    margin-top: 7px;
    position: relative
}

img {
    box-shadow: none !important
}

a:hover {
    text-decoration: none
}

iframe {
    border: 0
}

#tidio-chat iframe {
    bottom: 10px !important;
    right: 0 !important
}

.contact-form {
    padding-top: 90px;
    padding-bottom: 90px;

    background-color: #fff;
    background-size: 112%;
    background-position: 0 -50px;
    background-repeat: no-repeat;
    position: relative;
    height: 1200px;
    overflow: hidden;
    z-index: 1
}

.contact-form .overlay {
    position: absolute !important;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .7)
}

.contact-form .hero-image {
    position: absolute;
    right: -130px;
    top: 60%;
    transform: translateY(-50%);
    height: 800px
}

.contact-form h2 {
    font-weight: 800
}

.contact-form-with-details {
    padding-top: 120px;
    padding-bottom: 90px;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.contact-form-with-details .wrapper {
    background: #1d1d1b;
    padding: 45px 30px
}

.contact-form-with-details .contact-details {
    position: relative;
    padding-left: 30px
}

.contact-form-with-details .contact-details h4 {
    color: #bcd5f4;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 0
}

.contact-form-with-details .contact-details .section:first-of-type h4 {
    margin-top: 0
}

.contact-form-with-details .contact-details .section:nth-of-type(3) h4 {
    margin-bottom: 5px
}

.contact-form-with-details .contact-details p {
    color: #fff
}

.contact-form-with-details .contact-details .email a,
.contact-form-with-details .contact-details .phone a {
    color: #fff;
    transition: .2s;
    cursor: pointer
}

.contact-form-with-details .contact-details .phone a {
    font-size: 24px
}

.contact-form-with-details .contact-details .email a {
    font-size: 18px
}

.contact-form-with-details .contact-details .email a:hover,
.contact-form-with-details .contact-details .phone a:hover {
    transition: .2s;
    color: #007fc4
}

.contact-form-with-details .contact-details .address p {
    font-size: 16px;
    margin-bottom: 0
}

.contact-form-with-details .contact-details svg {
    height: 32px;
    width: 32px;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    color: #1d1d1b;
    transition: .15s
}

.contact-form-with-details .contact-details svg:hover {
    background: rgb(2 98 149);;
    color: #fff;
    transition: .15s
}

.contact-form-with-details .standing-hero {
    position: absolute;
    right: -75px;
    top: -70px
}

.contact-form-with-details .standing-hero img {
    height: 560px;
    width: auto
}

.acf-map {
    height: 420px;
    width: 100%;
    z-index: 1
}

footer {
    background: #000;
    padding: 60px 30px;
    position: relative;
    z-index: 1
}

footer a,
footer address,
footer p,
footer span {
    color: #fff
}

footer a:hover {
    color: #fff !important;
}

footer address {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 79px;
    margin-bottom: 10px
}

footer .logo {
    display: block;
    position: relative;
    width: 25%;
    display: b
}

footer .email {
    color: #bcd5f4;
}

footer svg {
    margin-top: 15px;
    padding: 8px !important;
    background: #fff;
    color: #1d1d1b;
    font-size: 20px !important;
    height: 38px !important;
    width: 38px !important;
    border-radius: 50%;
    transition: .15s
}

footer svg:hover {
    background: rgb(2 98 149);;
    color: #fff;
    transition: .15s
}

footer .contact-details {
    display: flex;
    align-items: center
}

footer .awards,
footer .partners {
    display: flex;
    justify-content: space-between;
    float: right;
    align-items: center;
    max-width: 385px
}

footer .partners {
    margin-top: 20px
}

footer .image-wrapper {
    margin: 0 15px
}

footer .image-wrapper:last-of-type {
    margin-right: 0
}

footer img {
    max-width: 110px;
    width: 100%;
    height: auto !important;
    display: block;
    position: relative
}

footer .image-wrapper.awards {
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: .3s
}

footer .image-wrapper.awards.best-ui:hover {

    transition: .3s
}

footer .image-wrapper.awards.best-ux:hover {

    transition: .3s
}

footer .image-wrapper.awards.design-kudos:hover {
   
    transition: .3s
}

footer .partners .image-wrapper:nth-of-type(2) img {
    max-width: 130px
}

.footer-logos {
    display: flex;
    align-items: center
}

footer a.tel {
    transition: .15s
}

footer a.tel:hover {
    color: #007fc4;
    transition: .15s
}

footer a.email {
    transition: .15s
}

footer a.email:hover {
    color: #007fc4;
    transition: .15s
}

.hero {
    width: 100vw;
    height: 100%;
    background-size: 101%;
    overflow: visible;
    margin: 0 auto;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: 2s;
    position: relative;
    margin-top: 0
}

.page-home .hero {
    width: 100%;
    z-index: 100;
    max-height: unset
}

.hero.scrolled {
    transition: 2s
}

.page-home .hero .overflow-vis {
    position: absolute;
    top: -13%;
    right: 4.5%;
    bottom: 0;
    left: 8%;
    overflow: hidden
}

.page-home .hero .overflow-hide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

img.explosion {
    width: 100%;
    -webkit-animation: pulsate-fwd 30s ease-in-out infinite alternate;
    animation: pulsate-fwd 30s ease-in-out infinite alternate;
    display: flex;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    height: auto
}

img.buildings {
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    height: auto;
    z-index: 101
}

img.people-hero {
    z-index: 1001;
    max-width: 52%;
    position: absolute;
    bottom: -66%;
    left: 33%;
    animation: grow 30s ease-in-out infinite alternate;
    transition: .25s
}

img.people-blue-shirt-man {
    position: absolute;
    bottom: -23%;
    left: 19%;
    max-width: 26%;
    z-index: 1000;
    animation: growtwo 30s ease-in-out infinite alternate
}

img.people-white-shirt-man {
    position: absolute;
    bottom: -18%;
    right: 18%;
    max-width: 22%;
    z-index: 1000;
    animation: growtwo 30s ease-in-out infinite alternate
}

img.people-suit-man {
    position: absolute;
    top: 20%;
    right: 23%;
    max-width: 27%;
    z-index: 1000;
    animation: growtwo 30s ease-in-out infinite alternate
}

img.people-woman {
    position: absolute;
    top: 21%;
    left: 25%;
    max-width: 25%;
    z-index: 999;
    animation: growtwo 30s ease-in-out infinite alternate
}

img.people-archie {
    position: absolute;
    bottom: -3%;
    right: 13%;
    max-width: 7%;
    z-index: 1002;
    animation: growthree 30s ease-in-out infinite alternate
}

img.people.fade-out {
    opacity: 0;
    transition: .25s
}

img.helicopter {
    top: 12%;
    left: 19%;
    position: absolute;
    display: block;
    max-width: 8%;
    animation: float 10s ease-in-out infinite;
    z-index: 998
}

img.plane {
    max-width: 8%;
    top: 12.5%;
    display: block;
    position: absolute;
    right: 0;
    animation: float 12s ease-in-out infinite;
    z-index: 998
}

@keyframes grow {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes growtwo {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes growthree {
    0% {
        -webkit-transform: scale(1) translateX(0);
        -ms-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }
    100% {
        -webkit-transform: scale(1.5) translateX(50px);
        -ms-transform: scale(1.5) translateX(50px);
        transform: scale(1.5) translateX(50px)
    }
}

@keyframes float {
    0% {
        transform: translatey(0)
    }
    50% {
        transform: translatey(-20px)
    }
    100% {
        transform: translatey(0)
    }
}

.case-study-hero img {
    max-width: 300px;
    position: relative;
    padding: 15px
}

.case-study-hero img.square {
    max-width: 200px
}

.case-study-hero img.transparent {
    background-color: transparent
}

.case-study-hero img.white {
    background-color: #fff
}

.case-study-hero img.black {
    background-color: #000
}

.case-study-hero .overlay,
.standard-hero .overlay {
    background: #000;
    background: linear-gradient(90deg, #000 0, rgba(9, 9, 121, 0) 51%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.case-study-hero .overlay {
    background: linear-gradient(-90deg, #000 0, rgba(9, 9, 121, 0) 51%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px
}

.hero.case-study-hero {
    height: 600px;
    overflow: hidden;
    background-position: center
}

.overlay {
    height: 100%;
    position: relative !important;
    display: block
}

.hero-container {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.hero-container .hero {
    width: 100%
}

.modal .col-md-4 img {
    max-width: 100%
}

.case-study-hero h1,
.standard-hero h1 {
    font-size: 87px;
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 6px 5px 0 #000;
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 120px;
    padding-right: 120px
}

.case-study-hero h1 {
    font-size: 60px;
    color: #bcd5f4;
    padding-left: 0;
    top: unset;
    transform: none
}

.single-post .standard-hero h1 {
    font-size: 60px
}

.col-md-6.this-hero {
    margin-bottom: 30px;
    margin-top: 60px
}

.form {
    width: 31%;
    display: flex;
    align-items: center;
    float: right;
    background: rgba(255, 255, 255, .95);
    padding: 30px;
    margin-right: 0;
    height: 100%
}

.heading {
    display: inline-block;
    height: 100% !important;
    width: 50%
}

.form h2 {
    font-weight: 800;
    font-size: 32px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #007fc4
}

.form p {
    font-size: 16px !important
}

.form label {
    text-transform: uppercase;
    font-size: 17px !important
}

.form input,
.form textarea {
    border-bottom: 0 !important
}

.form input {
    border: -17 !important
}

button.forminator-button.forminator-button-submit {
    text-transform: uppercase;
    padding-left: 30px !important;
    padding-right: 30px !important;
    transform: skewX(-10deg);
    border: 6px solid #212529;
    transition: all .2s ease-in-out
}

button.forminator-button.forminator-button-submit:hover {
    transform: skewX(0) scale(1.1)
}

.heading-inner {
    top: 50%;
    display: block;
    position: relative;
    transform: translateY(-50%)
}

.standard-hero.landing-hero h1 {
    top: initial;
    transform: translateY(0)
}

.heading-inner p {
    font-size: 21px;
    padding-left: 120px;
    color: #fff;
    font-weight: 700;
    padding-top: 0;
    margin-top: -20px;
    text-shadow: 3px 3px 0 #000
}

.hero h2:before {
    display: none
}

.hero {
    max-height: 66vh;
    height: 600px
}

.home-hero-wrapper {
    padding: 0;
    overflow: visible
}

.hero-news-wrapper {
    background: #fff;
    position: relative;
    z-index: 1
}

.hero-news {
    margin-top: 90px
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    margin-bottom: 75px;
    width: 100%
}

.pagination .page-numbers {
    background: #fff;
    color: #212529;
    font-weight: 900;
    text-transform: uppercase;
    transform: skewX(-10deg);
    border: 6px solid #212529;
    transition: all .2s ease-in-out;
    padding: 8px 20px;
    margin: 0 10px;
    font-size: 16px
}

.pagination .page-numbers:hover {
    transform: scale(1.1);
    transition: .3s all ease
}

.hero-news-post {
    margin-bottom: 45px;
    background: #f0f0f0;
    position: relative;
    overflow: hidden
}

.hero-news-post>.row {
    flex-grow: 1
}

.hero-news-post .wrapper {
    background: 0 0;
    width: 100%;
    display: flex
}

.hero-news-post .btn-primary {
    font-size: 14px;
    padding: 6px 25px;
    border: 5px solid #212529;
    margin-top: 10px
}

.hero-news-post .wrapper .post-image {
    padding: 0;
    border: 0 solid #fff;
    position: relative
}

.hero-news-post .wrapper .post-text {
    display: flex;
    align-items: center;
    padding: 15px 30px
}

.hero-news-post .wrapper .post-text.order-1 .d-block {
    padding-left: 15px
}

.hero-news-post .wrapper .post-text h3 {
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    font-size: 24px
}

.hero-news-post .wrapper .post-text h3:before {
    position: absolute;
    content: '';
    height: 10px;
    width: 100px;
    background: #bcd5f4;
    bottom: -15px;
    left: 0
}

.hero-news-post .wrapper .post-text p {
    margin-bottom: 10px
}

.post-image>.image {
    height: 280px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.post-image>.image-wrapper {
    height: 280px;
    background-color: rgba(240, 240, 240, .75);
    background-blend-mode: overlay;
    background-position: 24% -50px;
    background-size: 300%;
    background-repeat: no-repeat;
    position: relative
}

.post-image>.image-wrapper .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    z-index: 1
}

.case-studies-wrapper {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1
}

.infinite-loader {
    text-align: center;
    margin: 0 auto
}

.image-gallery {
    padding-top: 60px;
    padding-bottom: 60px;
    background-blend-mode: overlay;
    position: relative;
    z-index: 1
}

.slick-image-gallery {
    cursor: pointer
}

.slick-image-gallery img {
    max-width: 100%
}

.the-slick-image {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.slick-modal-wrapper {
    position: fixed;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 80vw;
    z-index: 1004;
    transition: .3s
}

.slick-modal-wrapper.show {
    display: block;
    height: 80vh;
    top: 50%;
    transition: .3s
}

.slick-modal-bg-overlay {
    position: fixed;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1003;
    opacity: 0;
    transition: .3s
}

.slick-modal-bg-overlay.show {
    opacity: 1;
    top: 0;
    height: 100%;
    transition: .3s
}

.slick-modal-wrapper .close-btn {
    position: absolute;
    top: -25px;
    right: -25px;
    color: #fff;
    font-size: 50px;
    background: #007fc4;
    line-height: 1;
    width: 60px;
    height: 60px;
    z-index: 1005;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-family: Poppins, sans-serif;
    padding-bottom: 3px;
    cursor: pointer;
    transition: .15s
}

.slick-modal-wrapper .close-btn:hover {
    color: #bcd5f4;
    transition: .15s
}

.slick-modal {
    border: 12px solid #191919
}

.slick-modal-wrapper .the-slick-image {
    height: 100%
}

.list {
    padding-bottom: 10px;
    position: relative;
    background: #fff;
    z-index: 1
}

.list .col-md-4 {
    margin-bottom: 90px
}

.list-item {
    text-align: center;
    padding-bottom: 60px
}

.list-item a {
    position: absolute;
    bottom: 0;
    display: flex;
    left: 50%;
    transform: skewX(-10deg) translateX(-50%);
    width: fit-content;
    padding: 8px 25px;
    width: 60%;
    justify-content: center
}

.list-item a:hover {
    transform: scale(1.1) translateX(-45%)
}

.list-item h3 {
    font-weight: 800;
    font-size: 45px
}

.module.logos {
    padding-bottom: 60px;
    position: relative;
    z-index: 1
}

.page-home .logos {
    min-height: 300px
}

body:not(.page-home) .module.logos .logos {
    padding-top: 60px
}

.logos {
    display: flex;
    flex-flow: row wrap;
    padding-top: 25px
}

.logos .logo {
    padding: 20px;
    width: 20%;
    transition: .3s all ease;
    display: flex;
    justify-content: center;
    align-items: center
}

.logos .logo img {
    opacity: .4;
    transition: .3s all ease;
    max-width: 100%
}

.logo:hover img {
    opacity: 1;
    transition: .3s all ease
}

.logos h3 {
    text-align: center;
    font-size: 54px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-bottom: 10px
}

.logos h3:before {
    content: '';
    position: absolute;
    bottom: -20px;
    height: 15px;
    width: 100px;
    background: #bcd5f4;
    left: 50%;
    transform: translateX(-50%)
}

.module.logos {
    padding-bottom: 90px;
    padding-top: 90px
}

body:not(.page-home) .module.logos {
    padding-bottom: 70px
}

.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #bcd5f4;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    transition: .3s;
    border: 50px solid #fff;
    -webkit-box-shadow: 0 0 10px 2px rgba(33, 37, 41, .1);
    -moz-box-shadow: 0 0 10px 2px rgba(33, 37, 41, .1);
    box-shadow: 0 0 10px 2px rgba(33, 37, 41, .1)
}

.loader.loaded {
    opacity: 0;
    z-index: -1;
    transition: .3s
}

.loader .loader-img img {
    max-width: 150px;
    -webkit-animation: pulsate-fwd .65s ease-in-out infinite both;
    animation: pulsate-fwd .65s ease-in-out infinite both
}

@-webkit-keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.header-bar {
    padding: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 50px;
    right: 50px;
    width: auto;
    height: 85px
}

.header-bar-bg {
    padding: 0;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 50px;
    left: 50px;
    width: auto;
    -webkit-box-shadow: 0 0 5px 0 rgba(33, 37, 41, 0);
    -moz-box-shadow: 0 0 5px 0 rgba(33, 37, 41, 0);
    box-shadow: 0 0 5px 0 rgba(33, 37, 41, 0);
    transition: .2s;
    height: 85px
}

.header-bar-bg.scrolled {
    -webkit-box-shadow: 0 0 5px 0 rgba(33, 37, 41, .2);
    -moz-box-shadow: 0 0 5px 0 rgba(33, 37, 41, .2);
    box-shadow: 0 0 5px 0 rgba(33, 37, 41, .2);
    transition: .5s
}

.header-bar a {
    position: relative;
    background: #fff
}

.header-bar .white-box {
    background: 0 0;
    display: inline-block;
    padding: 13px 15px;
    transition: .5s;
    -webkit-box-shadow: 5px 1px 0 0 rgba(33, 37, 41, 0);
    -moz-box-shadow: 5px 1px 0 0 rgba(33, 37, 41, 0);
    box-shadow: 5px 1px 0 0 rgba(33, 37, 41, 0)
}

.header-bar.ovr .white-box {
    background: #fff
}

.header-bar .white-box:hover {
    padding: 13px 14px
}

.header-bar.ovr .white-box:hover {
    padding: 13px 15px
}

.header-bar .white-box.box-shadow {
    background: #fff;
    -webkit-box-shadow: 5px 1px 5px 0 rgba(33, 37, 41, .1);
    -moz-box-shadow: 5px 1px 5px 0 rgba(33, 37, 41, .1);
    box-shadow: 5px 1px 5px 0 rgba(33, 37, 41, .1);
    transition: .5s
}

.header-bar .logo-shield {
    position: relative;
    top: 30px;
    left: 30px;
    height: 0;
    width: 0;
    float: left;
    transition: width 0s height .5s
}

.header-bar .logo-shield.scale-in-center {
    height: 60px;
    width: 60px;
    transition: .5s;
    top: 0;
    left: 0
}

.header-bar .logo-shield.scale-out-center {
    transition: width 0s height .5s
}

.header-bar .logo-shield img {
    max-width: 100%
}

.menu-button svg {
    font-size: 50px;
    transform: .3s all ease;
    margin-right: 22px;
    margin-top: 15px;
    transform: skewX(-10deg)
}

.menu-button {
    float: right;
    transform: skew(-6deg, -6deg);
    transition: .3s all ease;
    cursor: pointer;
    display: inline-block;
    background: 0 0;
    height: 85px;
    width: 85px;
    transform: skewX(0);
    -webkit-box-shadow: -5px 1px 0 0 rgba(33, 37, 41, 0);
    -moz-box-shadow: -5px 1px 0 0 rgba(33, 37, 41, 0);
    box-shadow: -5px 1px 0 0 rgba(33, 37, 41, 0);
    transition: .5s
}

.header-bar.ovr .menu-button {
    background: #fff
}

.menu-button.box-shadow {
    background: #fff;
    -webkit-box-shadow: -5px 1px 5px 0 rgba(33, 37, 41, .1);
    -moz-box-shadow: -5px 1px 5px 0 rgba(33, 37, 41, .1);
    box-shadow: -5px 1px 5px 0 rgba(33, 37, 41, .1);
    transition: .5s
}

.logo {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    transition: .2s !important;
    opacity: 1
}

.logo.scale-out-center {
    width: 0;
    opacity: 0;
    transition: .2s !important
}

.logo.scale-in-center {
    width: auto;
    transition: width 0s, opacity .5s !important
}

.menu-button svg path {
    fill: #007fc4
}

.menu-button svg+svg path {
    fill: #bcd5f4;
    border: 1px solid #00;
    stroke: #000;
    stroke-width: 10px;
    stroke-dasharray: 0;
    stroke-linejoin: round
}

.menu-button svg {
    position: absolute;
    right: -1px;
    z-index: 1;
    transition: .3s all ease
}

.menu-button svg+svg {
    right: -5px;
    z-index: 3;
    top: 3px;
    transition: .3s all ease
}

.menu-button:hover svg {
    right: -5px;
    transition: .3s all ease
}

.menu-button:hover svg+svg {
    right: -5px;
    transition: .3s all ease
}

.menu-bar {
    margin-bottom: auto;
    display: block;
    position: relative;
    height: 85px;
    padding-top: 0
}

.navigation {
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 100%;
    height: 100%;
    overflow: hidden;
    transition: 1.5s all ease;
    display: none;
    top: 0
}

.activated {
    left: 0;
    display: block;
    transition: 1.5s all ease
}

.navigation .col-md-6:first-child {
    background-size: cover;
    background-position: center;
    z-index: 0 !important;
    display: inline-block;
    overflow: hidden;
    right: -100%;
    transition: 1.5s all ease
}

.navigation .container-fluid {
    height: 100%
}

.navigation .row {
    height: 100%
}

.navigation h2 {
    text-transform: uppercase;
    font-size: 552%;
    font-weight: 800;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 30px
}

.navigation h2 span {
    background-size: 323%;
    -webkit-background-clip: text;
    background-position: 49.7% -509px;
    -webkit-text-fill-color: transparent;
    font-size: 104.7px
}

.navigation .col-md-6 {
    padding: 80px;
    padding-top: 60px
}

.navigation p {
    font-weight: 400;
    line-height: 35px;
    text-align: justify;
    margin-top: 0
}

.navigation .col-md-6+.col-md-6 {
    -webkit-box-shadow: -6px 5px 29px 1px rgba(0, 0, 0, .48);
    -moz-box-shadow: -6px 5px 29px 1px rgba(0, 0, 0, .48);
    box-shadow: -6px 5px 29px 1px rgba(0, 0, 0, .48);
    background: #007fc4;
    right: -100%;
    transition: 1.5s all ease
}

.view {
    transition: 1.5s all ease !important;
    right: 0 !important
}

.fill {
    background: rgba(255, 255, 255, .96);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 70px;
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
    align-content: center
}

.fill h2 {
    flex: 0 0 100%
}

.fill .contact-details {
    position: absolute;
    bottom: 30px;
    right: 70px
}

.fill .contact-details p {
    margin: 0;
    font-weight: 700;
    text-align: right
}

.fill .contact-details p a {
    color: #212529
}

.fill .contact-details p a:hover {
    text-decoration: none;
    color: #007fc4
}

.fill .contact-details p svg {
    color: #007fc4;
    margin-right: 5px
}

.fill .contact-details p svg.fa-envelope {
    margin-left: 20px
}

.navigation .mobile-contact {
    display: none
}

.navigation .col-md-6+.col-md-6 {
    -webkit-box-shadow: -6px 5px 29px 1px rgba(0, 0, 0, .48);
    -moz-box-shadow: -6px 5px 29px 1px rgba(0, 0, 0, .48);
    box-shadow: -6px 5px 29px 1px rgba(0, 0, 0, .48)
}

.navigation .col-md-6+.col-md-6 {
    -webkit-box-shadow: -6px 5px 29px 1px rgba(0, 0, 0, .48);
    -moz-box-shadow: -6px 5px 29px 1px rgba(0, 0, 0, .48);
    z-index: 1000;
    box-shadow: -6px 5px 29px 1px rgba(0, 0, 0, .48)
}

.navigation .col-md-6+.col-md-6 .contact-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 60px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 45px;
    background: #bcd5f4
}

.navigation .col-md-6+.col-md-6 .contact-details p {
    margin: 0;
    font-weight: 700;
    text-align: left;
    color: #212529;
    line-height: 1.5;
    position: relative;
    font-size: 15px
}

.navigation .col-md-6+.col-md-6 .contact-details p:first-of-type {
    margin-left: 35px;
    margin-bottom: 5px
}

.navigation .col-md-6+.col-md-6 .contact-details p:first-of-type:before {
    content: '';
    background-image: url(//wearesuper.digital/wp-content/themes/sd-new/assets/img/home-icon.svg);
    background-size: 26px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -4px;
    left: -35px;
    height: 26px;
    width: 26px;
    z-index: 0
}

.navigation .col-md-6+.col-md-6 .contact-details p a {
    color: #212529;
    display: inline-block;
    position: relative;
    margin-left: 35px;
    line-height: 2;
    margin-top: 10px;
    transition: .3s
}

.navigation .col-md-6+.col-md-6 .contact-details p a:hover {
    text-decoration: none;
    color: #007fc4;
    transition: .3s
}

.navigation .col-md-6+.col-md-6 .contact-details p a:before {
    content: '';
    background-size: 26px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
    height: 26px;
    width: 26px;
    z-index: 0
}

.navigation .col-md-6+.col-md-6 .contact-details p a:after {
    content: '';
    background-size: 26px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    left: -38px;
    height: 26px;
    width: 26px;
    transition: .2s;
    z-index: -1
}

.navigation .col-md-6+.col-md-6 .contact-details p a:hover:after {
    left: -32px;
    transition: .2s
}

.navigation .col-md-6+.col-md-6 .contact-details p a:first-of-type:before {
    background-image: url(//wearesuper.digital/wp-content/themes/sd-new/assets/img/phone-icon.svg)
}

.navigation .col-md-6+.col-md-6 .contact-details p a:last-of-type:before {
    background-image: url(//wearesuper.digital/wp-content/themes/sd-new/assets/img/email-icon.svg)
}

.navigation .col-md-6+.col-md-6 .contact-details p svg {
    color: #bcd5f4;
    margin-right: 5px
}

.navigation .col-md-6+.col-md-6 .contact-details .socials {
    display: flex;
    margin-top: 20px
}

.navigation .col-md-6+.col-md-6 .contact-details .socials svg {
    height: 32px;
    width: 32px;
    background: #fff;
    border-radius: 50%;
    color: #212529;
    font-size: 15px;
    margin: 0 15px;
    padding: 6px;
    transition: .3s;
    position: relative
}

.navigation .col-md-6+.col-md-6 .contact-details .socials svg:hover {
    background: #007fc4;
    color: #fff;
    transition: .3s
}

.navigation .col-md-6+.col-md-6 .contact-details .socials a {
    position: relative
}

.navigation .col-md-6+.col-md-6 .contact-details .socials a:before {
    content: none;
    position: absolute;
    background: #212529;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    top: 1px;
    left: -3px;
    z-index: -1;
    transition: .3s
}

.navigation .col-md-6+.col-md-6 .contact-details .socials a:hover:before {
    left: 3px;
    transition: .3s
}

.navigation .col-md-6+.col-md-6 .contact-details .socials svg:first-of-type {
    margin-left: 0
}

.navigation .col-md-6 div.close-btn {
    position: absolute;
    top: 0;
    right: 15px;
    color: #bcd5f4;
    font-size: 72px;
    font-weight: 700;
    cursor: pointer;
    transition: .15s;
    line-height: 1;
    z-index: 1
}

.navigation .col-md-6 span.close-btn {
    position: absolute;
    top: 2px;
    right: 20px;
    color: #000;
    font-size: 72px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    line-height: 1;
    z-index: 0
}

.navigation .col-md-6 div.close-btn:hover+span.close-btn {
    transition: .3s;
    right: 10px
}

.navigation ul {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    flex-wrap: wrap
}

.navigation ul,
.navigation ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    flex: 0 0 100%
}

.navigation ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 62px
}

.navigation ul li span {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 62px;
    position: absolute;
    left: -4px;
    z-index: -1;
    transition: .3s all ease;
    top: 3px
}

.navigation ul li:hover span {
    left: 4px;
    transition: .3s all ease
}

.navigation a:hover {
    text-decoration: none
}

.page-preview {
    position: absolute;
    background: #102235;
    top: 0;
    bottom: 0;
    padding: 0 120px;
    padding-top: 60px;
    color: #fff;
    transform: rotate(-9deg);
    z-index: 1;
    top: 200%;
    overflow: hidden;
    transition: .3s all ease;
    -webkit-box-shadow: -6px 5px 29px 1px rgba(0, 0, 0, .48);
    -moz-box-shadow: -6px 5px 29px 1px rgba(0, 0, 0, .48);
    box-shadow: -6px 5px 29px 1px rgba(0, 0, 0, .48);
    display: flex;
    align-items: flex-start
}

.page-preview:before {
    content: '';
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 80%;
    width: 75%;
    bottom: 5%;
    right: -10%;
    transition: .3s
}

.statement_box_wrapper {
    background: #fff;
    position: relative;
    z-index: 1
}

h2 {
    padding-top: 60px;
    padding-bottom: 40px
}

h2:before {
    content: " ";
    background: #bcd5f4;
    height: 15px;
    width: 100px;
    display: block;
    margin-bottom: 30px;
    position: relative;
    transition: .3s all ease
}

.fadeIn h2:before {
    width: 70px;
    transition: .3s all ease
}

.flying-hero {
    background: #9bb7e0;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin-top: 60px;
    text-align: right;
    float: right;
    overflow: hidden
}

.back-clouds {
 
    position: relative;
    width: 110%;
    height: 100%;
    background-size: cover;
    vertical-align: bottom;
    background-position: bottom;
    -webkit-animation: 800s scroll2 infinite linear;
    -moz-animation: 800s scroll2 infinite linear;
    -o-animation: 800s scroll2 infinite linear;
    -ms-animation: 800s scroll2 infinite linear;
    animation: 800s scroll2 infinite linear
}

.front-clouds {

    position: relative;
    width: 110%;
    height: 100%;
    background-size: cover;
    vertical-align: bottom;
    margin-top: -490px;
    background-position: bottom;
    background-repeat: repeat-x;
    -webkit-animation: 800s scroll infinite linear;
    -moz-animation: 800s scroll infinite linear;
    -o-animation: 800s scroll infinite linear;
    -ms-animation: 800s scroll infinite linear;
    animation: 800s scroll infinite linear
}

.flying {
    position: relative;
    width: 81%;
    height: 81%;
    background-size: 93%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    bottom: 0;
    -webkit-transform: translatey(0);
    transform: translatey(0);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    right: 55px;
    box-shadow: none !important
}

@-webkit-keyframes scroll {
    100% {
        background-position: -3000px 0
    }
}

@-webkit-keyframes scroll2 {
    100% {
        background-position: 3000px 0
    }
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .6);
        transform: translatey(0)
    }
    50% {
        box-shadow: 0 25px 15px 0 rgba(0, 0, 0, .2);
        transform: translatey(-20px)
    }
    100% {
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .6);
        transform: translatey(0)
    }
}

.home .statement_box {
    padding-top: 60px
}

.page-preview.super-powers:before {
    bottom: -22%;
    right: -20%
}

.page-preview.previous-missions:before {
    transform: rotate(-15deg);
    bottom: -37%;
    right: -15%
}

.page-preview.origin-story:before {
    width: 110%;
    transform: rotate(-6deg);
    right: unset;
    left: -15%;
    bottom: -17%
}

.page-preview.meet-the-heroes:before {
    width: 100%;
    right: unset;
    left: -5%;
    bottom: -25%
}

.page-preview.rescue-me:before {
    width: 50%;
    bottom: -22%;
    right: 1%
}

.news-preview.active,
.page-preview.active {
    top: 0;
    transition: .3s all ease
}

.page-preview.previous-missions {
    background: #fff
}

.page-preview.previous-missions h2 {
    color: #212529
}

.page-preview.previous-missions p {
    color: #212529
}

.page-preview.origin-story {
    background: #bcd5f4
}

.page-preview.origin-story h2 {
    color: #212529
}

.page-preview.origin-story h2:before {
    background: #fff
}

.page-preview.origin-story p {
    color: #212529
}

.page-preview.meet-the-heroes {
    background: #007fc4
}

.page-preview.rescue-me {
    background: #212529
}

.news-preview {
    z-index: 9999999;
    position: absolute;
    background: #fff;
    padding: 30px;
    top: 0;
    bottom: 0;
    -webkit-box-shadow: -6px 5px 29px 1px rgba(0, 0, 0, .48);
    -moz-box-shadow: -6px 5px 29px 1px rgba(0, 0, 0, .48);
    box-shadow: -6px 5px 29px 1px rgba(0, 0, 0, .48);
    transform: rotate(-9deg);
    top: 200%;
    transition: .3s all ease;
    overflow: hidden
}

.news-preview .container-fluid>.row {
    height: unset
}

.news-preview h2 {
    text-align: center;
    border-bottom: 1px solid #000;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 400%;
    background: #007fc4;
    color: #fff
}

.news-preview svg {
    color: #bcd5f4
}

.news-preview h3 {
    text-align: center;
    font-weight: 600;
    font-size: 50px;
    font-weight: 700;
    border-bottom: 1px solid #000;
    text-transform: uppercase
}

.news-preview sub {
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
    font-weight: 700
}

.news-preview .secondary-post sub {
    text-align: left
}

.news-preview img {
    max-width: 100%;
    display: block;
    margin-top: 30px
}

.news-preview p {
    font-size: 17px;
    line-height: 25px !important;
    margin-top: 0
}

.news-preview .secondary-post p {
    margin-bottom: 0
}

.news-preview h4 {
    margin-top: 5px;
    font-weight: 700;
    text-transform: uppercase
}

.news-preview .secondary-post h4 {
    margin-bottom: 0
}

.news-preview .news-image {
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, .2)
}

.menu-bar .logo {
    height: 58px;
    transition: .2s;
    margin-top: 0;
    margin-left: 0
}

.menu-bar .logo:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: .2s;
    height: 60px;
    margin-top: -1px;
    margin-left: -2px
}

.menu-bar .logo img {
    height: 100%
}

.news-preview h2:before {
    display: none
}

.main-post-image,
.main-post-text {
    margin-top: 30px
}

.secondary-post {
    margin-top: 20px
}

.page-preview .overlay {
    position: absolute !important;
    top: 50%;
    right: 0;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .15
}

.page-preview.previous-missions {
    transform: rotate(9deg)
}

.news-preview.hero-news {
    transform: rotate(-9deg)
}

.page-preview.origin-story {
    transform: rotate(-9deg)
}

.page-preview.meet-the-heroes {
    transform: rotate(9deg)
}

.page-preview.rescue-me {
    transform: rotate(9deg)
}

.scale-out-center {
    -webkit-animation: scale-out-center .3s cubic-bezier(.55, .085, .68, .53) both;
    animation: scale-out-center .3s cubic-bezier(.55, .085, .68, .53) both
}

.flip-in-hor-bottom {
    -webkit-animation: flip-in-hor-bottom .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: flip-in-hor-bottom .5s cubic-bezier(.25, .46, .45, .94) both
}

.scale-in-center {
    -webkit-animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both
}

.container-fluid.header-bar.ovr {
    z-index: 1500;
    top: -1000px;
    transition: 1s all ease
}

.header-bar .logo-shield {
    height: 60px;
    width: 100px;
    top: initial;
    left: initial
}

.header-bar.ovr.view {
    top: 0 !important;
    right: 50px !important;
    transition: .3s all ease !important
}

body.modal-open .header-bar.ovr.view {
    z-index: 2 !important
}

.page-introduction {
    position: relative;
    z-index: 1
}

.content-box,
.heading-box,
.height-set .col-md-6,
.height-set .row {
    height: 100%
}

.heading-box,
.heading-box h1 {
    font-weight: 800 !important;
    color: #bcd5f4;
    z-index: 2;
    display: block;
    position: relative;
    margin: 0 auto;
    text-shadow: 8px 1px 0 #212529;
    text-align: center
}

.page-introduction .heading-box {
    background: #007fc4
}

.heading-box h1 {
    top: 50%;
    transform: translateY(-50%)
}

.content-box {
    align-items: top;
    padding-top: 0;
    vertical-align: top;
    display: block;
    position: relative;
    padding: 15px 100px;
    font-size: 26px;
    font-weight: 700
}

.page-introduction .content-box {
    background: #bcd5f4;
    display: flex;
    align-items: center
}

.heading-box h1 span {
    max-width: 100%;
    flex: 0 0 100%;
    flex-wrap: wrap
}

.heading-box h1 .line-one {
    font-size: 58px;
    line-height: 70px;
}

.heading-box h1 .line-two {
    font-size: 177px;
    line-height: 160px;
}

.heading-box h1 .line-three {
    font-size: 147px;
    line-height: 160px;
}

.spotify-module img {
    max-width: 75px;
    max-height: 75px
}

.spotify-mobile .current-playing {
    left: 0;
    top: -16px;
    z-index: 9999;
    background: 0 0;
    color: #fff;
    width: 72%
}

footer .spotify-mobile sub {
    color: #fff;
    width: 100%
}

footer .spotify-mobile .spotify-btn {
    background: 0 0
}

.spotify-mobile {
    background: #fff;
    display: block;
    border-radius: 148px;
    margin-bottom: 68px
}

.spotify-mobile .current-playing {
    box-shadow: none;
    color: #000;
    line-height: 30px !important;
    top: 0;
    width: auto
}

.spotify-mobile .current-playing sub {
    color: #000;
    font-size: 8px;
}

.spotify-mobile .current-playing label {
    font-size: 10px;
    line-height: 13px
}

.spotify-mobile .current-song {
    line-height: 30px !important;
    max-width: 52%
}

.spotify-mobile .current-song h5 {
    font-size: 10px;
    top: 0;
    padding-top: 0
}

.spotify-mobile .spotify-logo {
    width: 79px;
    position: absolute;
    right: 0
}

spotify-mobile svg {
    background: rgb(2 98 149);
}

.spotify-mobile .spotify-btn svg {
    color: #007fc4
}

.spotify-footer .spotify-btn:hover {
    background: #fff !important
}

.spotify-mobile .spotify-btn svg:hover {
    background: #fff
}

.current-playing {
    max-width: 300px;
    font-size: 13px;
    -webkit-box-shadow: 3px -1px 5px 0 rgba(0, 0, 0, .33);
    -moz-box-shadow: 3px -1px 5px 0 rgba(0, 0, 0, .33);
    box-shadow: 3px -1px 5px 0 rgba(0, 0, 0, .33);
    border-radius: 290px
}

.current-song h5 {
    font-weight: 700;
    font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    color: #007fc4;
    margin-top: 19px
}

.current-song label {
    padding: 0;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    max-width: 100%;
    line-height: 12px;
    margin-bottom: 6px
}

.artwork {
    height: 50px;
    width: 50px
}

.artwork img {
    width: 100%;
    display: inline-block;
    max-width: 100%;
    margin: 0;
    height: auto
}

.current-song {
    display: inline-block;
    padding-left: 15px;
    position: relative;
    top: -50%;
    transform: translateY(33%);
    max-width: 43%
}

.current-song.not-playing {
    padding-left: 5px
}

.spotify-logo {
    display: inline-block;
    position: relative
}

.current-playing {
    display: inline-block;
    position: relative;
    width: 400px;
    top: 30px;
    left: -1000px;
    z-index: -1;
    overflow: hidden;
    transition: .3s all ease
}

.artwork {
    display: inline-block;
    position: relative;
    width: 75px;
    height: 75px;
    border-radius: 100% !important;
    overflow: hidden;
    margin: 0;
    top: 2px
}

.spotify-module {
    position: fixed;
    bottom: 0;
    padding-left: 30px;
    padding-bottom: 30px;
    cursor: pointer
}

@media(hover:hover) and (pointer:fine) {
    .spotify-module:active .current-playing,
    .spotify-module:hover .current-playing {
        width: 400px !important;
        transition: .3s all ease;
        left: 15px
    }
}

@media(max-width:520px) {
    .touch {
        width: 400px !important;
        transition: .3s all ease !important;
        left: 15px !important;
        top: -45px !important;
        height: 45px !important
    }
}

.spotify-logo {
    display: inline-block;
    position: relative
}

.current-playing {
    display: inline-block;
    position: relative;
    width: 400px;
    top: 30px;
    left: -1000px;
    z-index: -1;
    overflow: hidden;
    transition: .3s all ease;
    height: 80px
}

.artwork {
    display: inline-block;
    position: relative;
    width: 75px;
    height: 75px;
    border-radius: 100% !important;
    overflow: hidden;
    margin: 0;
    top: 2px
}

.artwork.not-playing {
    padding: 12px;
    padding-top: 14px;
    margin-left: 5px
}

.spotify-module {
    position: fixed;
    bottom: 0;
    padding-left: 3px;
    padding-bottom: 18px;
    cursor: pointer;
    margin-left: -40px
}

.spotify-module:hover .current-playing {
    width: 400px !important;
    transition: .3s all ease;
    left: -90px;
    z-index: 1000;
    left: -1px !important
}

.current-playing {
    background: #fff;
    max-width: 100%;
    display: inline-block;
    position: relative;
    overflow: initial;
    top: 35px
}

.spotify-module {
    z-index: 9999
}

audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
    display: none
}

audio::-webkit-media-controls,
video::-webkit-media-controls {
    display: none
}

.current-playing sub {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    color: #313131;
    font-size: 12px
}

.spotify-module .spotify-btn {
    width: 30px;
    height: 30px
}

.spotify-module .spotify-btn svg {
    font-size: 12px
}

.quote {
    background-blend-mode: multiply;
    padding-top: 120px;
    padding-bottom: 120px;
    color: #fff;
    text-align: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1
}

.quote p {
    margin-bottom: 0
}

.featured-image-wrapper {
    background: #fff;
    position: relative;
    z-index: 1
}

.featured-image-box {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    margin-top: -100px
}

.featured-image-box.no-quote {
    margin-top: 0
}

.featured-image-box.no-quote[row=row-2] {
    margin-top: 90px
}

.featured-image-box img {
    width: 100%
}

.side-text ul {
    margin-bottom: 0
}

.side-text li {
    line-height: 2
}

.side-text li::marker {
    color: #007fc4
}

.side-text {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1
}

.side-text h2 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 800;
    font-size: 48px;
    line-height: 46px;
    position: relative
}

.side-text h2:before {
    position: absolute;
    bottom: -30px;
    margin-bottom: 0
}

.side-text .col-md-8 {
    display: flex;
    align-items: center;
    padding-left: 45px
}

.side-text .col-md-8 p:last-of-type {
    margin-bottom: 0
}

.single-case-studies .side-text .col-md-8 {
    display: block
}

.post-content-wrapper {
    background: #fff;
    position: relative;
    z-index: 1
}

.post-content {
    margin-bottom: 60px;
    margin-top: 15px
}

.post-content h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 45px;
    position: relative
}

.post-content h2:before {
    position: absolute;
    top: unset;
    bottom: -20px
}

.post-content h2[style="text-align: center;"]:before {
    content: none
}

.post-content .the-content p {
    line-height: 1.8
}

.post-content .the-content p:last-of-type {
    margin-bottom: 0
}

.post-content .the-content a {
    color: #007fc4;
    position: relative
}

.post-content .the-content a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    right: 50%;
    border-bottom: 1px solid rgba(166, 30, 23, .8);
    width: 0%;
    transition: .3s
}

.post-content .the-content a:hover:before {
    right: 0;
    left: 0;
    width: 100%;
    transition: .3s
}

.post-content .the-content .has-medium-font-size.has-vivid-red-color {
    margin-top: 30px;
    display: inline-block;
    color: #007fc4
}

.post-content .the-content .has-inline-color.has-vivid-red-color {
    display: inline-block;
    margin-top: 30px;
    color: #007fc4
}

.back-to-hero-news {
    background: #f0f0f0;
    padding: 45px 15px 45px 15px;
    position: relative;
    z-index: 1
}

.back-to-hero-news>.row {
    flex-grow: 1
}

.back-to-hero-news .container .row {
    flex-grow: 1
}

.back-to-hero-news .col-12 {
    display: flex;
    justify-content: center;
    align-items: center
}

.back-to-hero-news .btn-primary {
    position: relative;
    font-size: 12px;
    border-width: 4px;
    padding: 6px 20px;
    padding-left: 35px;
    margin: 0 15px;
    background: #bcd5f4
}

.back-to-hero-news .btn-primary.previous {
    padding-left: 20px;
    padding-right: 35px
}

.back-to-hero-news .btn-primary:before {
    content: '';
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    height: 20px;
    width: 20px;
    transition: .3s
}

.back-to-hero-news .btn-primary.previous:before {
    background-image: url(//wearesuper.digital/wp-content/themes/sd-new/assets/img/drawn-arrow.svg);
    transform: translateY(-50%) rotate(3deg);
    right: 10px;
    transition: .3s
}

.back-to-hero-news .btn-primary.previous:hover:before {
    background-image: url(//wearesuper.digital/wp-content/themes/sd-new/assets/img/drawn-arrow-red.svg);
    transition: .3s
}

.back-to-hero-news .btn-primary.back:before {
    background-image: url(//wearesuper.digital/wp-content/themes/sd-new/assets/img/back-to-news.svg);
    transform: translateY(-50%);
    transition: .3s;
    left: 10px;
    background-size: 20px;
    height: 20px;
    width: 20px
}

.back-to-hero-news .btn-primary.back:hover:before {
    background-image: url(//wearesuper.digital/wp-content/themes/sd-new/assets/img/back-to-news-red.svg);
    transition: .3s
}

.back-to-hero-news .btn-primary.next:before {
    transform: translateY(-50%) scaleX(-1) rotate(3deg);
    background-image: url(//wearesuper.digital/wp-content/themes/sd-new/assets/img/drawn-arrow.svg);
    transition: .3s;
    left: 10px
}

.back-to-hero-news .btn-primary.next:hover:before {
    background-image: url(//wearesuper.digital/wp-content/themes/sd-new/assets/img/drawn-arrow-red.svg);
    transition: .3s
}

.single-post .content-wrapper h2,
.single-post .content-wrapper h3,
.single-post .content-wrapper h4,
.single-post .content-wrapper h5,
.single-post .content-wrapper h6 {
    font-weight: 800
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(//wearesuper.digital/wp-content/themes/sd-new/ajax-loader.gif) center center no-repeat
}



.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    justify-content: center;
    align-items: center
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0
}

.slick-next:hover:before,
.slick-prev:hover:before {
    transition: .3s;
    background-image: url(//wearesuper.digital/wp-content/themes/sd-new/assets/img/slick-arrow-hover.svg)
}

.slick-single-image .slick-next:hover:before,
.slick-single-image .slick-prev:hover:before {
    transition: .3s;
    background-image: url(//wearesuper.digital/wp-content/themes/sd-new/assets/img/single-slick-arrow-hover.svg)
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    line-height: 1;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: .3s
}

.slick-prev {
    left: -40px
}

.slick-single-image .slick-prev {
    left: -25px;
    z-index: 1005;
    background: #007fc4
}

[dir=rtl] .slick-prev {
    right: -40px;
    left: auto
}

.slick-prev:before {
    position: absolute;
    content: '';
    background-image: url(//wearesuper.digital/wp-content/themes/sd-new/assets/img/slick-arrow.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    transform: scaleX(-1)
}

.slick-single-image .slick-prev:before {
    background-image: url(//wearesuper.digital/wp-content/themes/sd-new/assets/img/single-slick-arrow.svg)
}

[dir=rtl] .slick-prev:before {
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    border-bottom: 2px solid #102235;
    border-right: 2px solid #102235;
    transform: rotate(-45deg)
}

.slick-next {
    right: -40px
}

.slick-single-image .slick-next {
    right: -25px;
    z-index: 1005;
    background: #007fc4
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    position: absolute;
    content: '';
    background-image: url(//wearesuper.digital/wp-content/themes/sd-new/assets/img/slick-arrow.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px
}

.slick-single-image .slick-next:before {
    background-image: url(//wearesuper.digital/wp-content/themes/sd-new/assets/img/single-slick-arrow.svg)
}

[dir=rtl] .slick-next:before {
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    border-bottom: 2px solid #102235;
    border-left: 2px solid #102235;
    transform: rotate(45deg)
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.super_powers {
    padding-top: 60px;
    padding-bottom: 100px;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.super_powers h2 {
    font-weight: 800;
    padding-bottom: 40px;
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
    padding-top: 75px
}

.super_powers h2:before {
    position: absolute;
    bottom: -20px
}

.super_powers .col-md-6 {
    margin-top: -15px;
    padding-right: 30px
}

.super_powers .col-md-6 a {
    position: absolute;
    bottom: 0
}

.super_powers .col-md-6 a.btn-primary {
    font-size: 14px;
    border-width: 5px;
    padding: 6px 24px
}

.super_powers .col-md-6 p {
    padding-bottom: 45px
}

.testimonials-list {
    display: flex;
    flex-flow: row wrap;
    padding-top: 25px
}

.testimonial {
    width: 38%;
    margin-right: 90px;
    padding: 30px;
    -webkit-box-shadow: 11px 4px 15px -9px rgba(0, 0, 0, .3);
    -moz-box-shadow: 11px 4px 15px -9px rgba(0, 0, 0, .3);
    box-shadow: 11px 4px 15px -9px rgba(0, 0, 0, .3);
    border-radius: 23px;
    margin-bottom: 60px;
    background: #fff
}

.testimonial:nth-child(2n) {
    margin-right: 0 !important
}

.testimonial .image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
    right: 0;
    float: right
}

.testimonial .image img {
    width: 104%;
    margin-top: 0
}

.testimonial span {
    color: #007fc4;
    font-weight: 800;
    text-transform: uppercase
}

.testimonial-image {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    margin-left: 243px;
    margin-top: -32px
}

.testimonial-image img {
    width: 100%
}

.testimonial .company {
    color: #212529;
    font-size: 13px;
    display: block
}

.testimonials h2 {
    font-weight: 800;
    font-size: 100px;
    line-height: 83px
}

.testimonials h2 span {
    font-size: 83px
}

img.standing-hero {
    WIDTH: 138%;
    vertical-align: bottom;
    display: block;
    position: relative;
    margin-top: 120px
}

.text_with_image {
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: cover;
    background-blend-mode: overlay;
    position: relative;
    z-index: 1
}

.text_with_image img {
    max-width: 100%
}

.text_with_image img.gallery-image {
    margin-bottom: 30px
}

.text_with_image img.gallery-image:last-of-type {
    margin-bottom: 0
}

.text_with_image .side-image img {
    max-height: 500px
}

.text_with_image .image-or-images {
    display: flex;
    align-items: center
}

.text_with_image .image-or-images ul {
    display: block;
    margin-bottom: 0
}

.text_with_image img.shadow {
    -webkit-box-shadow: 0 0 7px 5px rgba(0, 0, 0, .2) !important;
    -moz-box-shadow: 0 0 7px 5px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, .2) !important
}

.single-post .text_with_image {
    padding-top: 60px;
    padding-bottom: 60px
}

.page-charities .text_with_image {
    padding-top: 0;
    padding-bottom: 90px
}

.page-builder .hero-container+.text_with_image {
    padding-top: 90px !important
}

.text_with_image h2 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 800;
    position: relative;
    margin-bottom: 45px
}

.text_with_image h2 {
    font-size: 36px;
    line-height: 28px
}

.text_with_image h2:before {
    position: absolute;
    bottom: -30px;
    margin-bottom: 0
}

.text_with_image h2.no-before:before {
    content: none
}

.text_with_image .content {
    display: flex;
    align-items: center
}

.text_with_image .content .content-wrapper {
    display: block
}

.text_with_image .content .content-wrapper p:last-of-type {
    margin-bottom: 0
}

.text_with_image .image {
    display: flex;
    align-content: center
}

.text_with_image ul {
    list-style: none;
    padding-inline-start: 0
}

.text_with_image ul .list-heading {
    color: rgb(2 98 149);;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
    display: block;
    margin-top: 30px
}

.text_with_image ul li:first-of-type .list-heading {
    margin-top: 0
}

.text_with_image .side-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -200px;
    overflow: hidden
}

.text_with_image a {
    font-weight: 800;
    color: inherit;
    letter-spacing: 1px;
    transition: .25s
}

.text_with_image a:hover {
    transition: .25s;
    color: #bcd5f4
}

.single-post .text_with_image h2:before {
    position: absolute;
    top: 50px
}

.page-marketing-for-charities .text_with_image {
    padding-top: 0;
    padding-bottom: 60px
}

.testimonials {
    background: #102235;
    color: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1
}

.testimonials p {
    font-size: 30px;
    max-width: 800px;
    text-align: center;
    margin: 0 auto
}

.testimonials label {
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center
}

.testimonials .testimonial-image {
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block;
    margin-top: 15px
}

.testimonials sub {
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
    padding-top: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.symbol {
    font-weight: 800;
    font-size: 453px;
    opacity: .3;
    position: absolute;
    margin-top: 3000px;
    margin: 0 auto;
    text-align: center;
    left: -742px;
    right: 0;
    margin-top: -188px
}

.module.testimonials {
    background: #f0f0f0;
    position: relative;
    z-index: 1
}

.module.testimonials h2 {
    color: #212529
}

.module.testimonials p {
    color: #212529;
    font-size: 14px;
    text-align: left;
    padding-bottom: 15px
}

.module.testimonials .testimonial-image {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    margin-left: 243px;
    margin-top: -32px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4)
}

.testimonials-list .testimonial-image {
    bottom: -30px
}

.testimonials-list .testimonial {
    position: relative
}

.modal-dialog {
    max-width: 1400px;
    margin-top: 65px
}

.modal .col-md-4 img {
    max-width: 100%
}

.person {
    max-width: 324px;
    height: 101%;
    padding: 0;
    top: 0;
    position: relative;
    background-repeat: no-repeat;
    display: block;
    background-size: 100%;
    margin: 0 auto;
    background-position: bottom;
    z-index: 10;
    margin: 0 auto;
    text-align: center
}

.modal h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 31px;
    text-align: left;
    position: relative;
    margin-bottom: 20px
}

.modal h2 label {
    color: #bcd5f4 !important;
    position: absolute;
    left: 2px;
    margin-top: 2px
}

.modal h2:before {
    margin-bottom: 10px
}

.modal sub {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 23px;
    display: block;
    position: relative;
    padding-bottom: 15px;
    color: #007fc4;
    bottom: 8px
}

.modal h3 {
    color: #252525;
    margin-top: 15px;
    font-weight: 800
}

.modal .row .row label {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase
}

.fave {
    height: 100%
}

.spotify-btn {
    background: #f6f6f6;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    cursor: pointer
}

.spotify-btn.active {
    display: block
}

.fave-track img {
    position: relative;
    z-index: 1
}

.spotify-btn.play-button.active {
    z-index: 10
}

.spotify-btn.pause-button {
    z-index: 10
}

.row .row .col-md-8 .fave {
    background: #007fc4;
    padding: 15px;
    display: flex;
    align-items: center
}

.modal-dialog .container-fluid {
    padding: 0;
    margin: 0
}

.modal-body {
    padding: 0;
    overflow: hidden
}

.who-box {
    border: 8px solid #212529;
    background: #fff;
    padding: 20px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    padding-top: 3px;
    transform: skewX(-10deg)
}

.who-box h2 {
    padding: 0;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase
}

.who-box h2:before {
    display: none
}

.who-box sub {
    color: #007fc4;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px
}

.page-meet-the-team .our_heroes_container .col-md-6 {
    text-align: center
}

.page-meet-the-team button.btn.btn-primary {
    font-size: 10px;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 12px
}

.modal-backdrop {
    z-index: 3
}

.modal .box {
    background-image: url(//wearesuper.digital/wp-content/themes/sd-new/assets/img/modal-bg.jpg);
    overflow: hidden !important;
    display: block;
    position: relative;
    z-index: 1999;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
    width: 100%;
    height: 100%
}

img.main-person,
img.main-person-hover {
    height: 260px;
    margin: 0 auto;
    display: block;
    position: relative
}

img.main-person-hover {
    display: none
}

.this-hero:hover .main-person {
    display: none
}

.this-hero:hover .main-person-hover {
    display: block
}

img.man {
    position: absolute;
    bottom: 30px;
    height: 500px !important;
    height: 100%;
    left: 20px;
    z-index: 1;
    transform: rotate(-10deg);
}

.modal .checkbox {
    overflow: hidden
}

.fave h3 {
    color: #fff
}

.spotify-btn svg {
    top: 50%;
    transform: translateY(-50%);
    display: block;
    position: relative;
    margin: 0 auto;
    color: #007fc4;
    font-size: 31px
}

button.closing.btn.btn-primary {
    display: inline-block;
    float: right;
    position: Relative;
    position: absolute;
    z-index: 999999;
    right: 15px;
    font-size: 16px
}

sub {
    text-align: left
}

.modal h3,
.modal p {
    text-align: left
}

.fave label {
    text-align: left;
    float: left;
    font-size: 26px !important;
    color: #bcd5f4 !important
}

.this-hero {
    background-size: 71%;
    background-repeat: no-repeat;
    background-position: 50% 15%;
    text-align: center
}

.this-hero .btn-primary {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px
}

.our_heroes_container {
    padding-top: 30px;
    padding-bottom: 60px
}

.our_heroes_wrapper {
    background: #fff;
    position: relative;
    z-index: 1
}

body.modal-open {
    padding-right: 0 !important
}

.mobile-click-me {
    display: none
}

#AdamCarrModal .person {
    max-width: 383px
}

#RyanDakinModal .person {
    background-size: 96%
}

#RyanDakinModal .box:hover .person {
    max-width: unset !important;
    background-size: 45.5%;
}

#AmyCashmoreModal .person {
    max-width: 305px
}

#AmyCashmoreModal .box:hover .person {
    max-width: 317px
}

#DanielBarlowModal .person {
    max-width: 315px
}

#DanielBarlowModal .box:hover .person {
    max-width: 315px
}

#ArchieDerrerperson {
    transition: .3s all ease;
    max-width: 250px;
    top: -30px;
}

#ArchieDerrerModal .box:hover .person {
    transition: .3s all ease;
    max-width: 300px;
    top: -120px;
}

#TaraPageperson.person {
    max-width: 540px !important;
}

#KianWinwoodModal .person {
    max-width: 284px;
}

#KianWinwoodModal .golfball {
    z-index: 10;
    position: absolute;
    top: 105%;
    left: 33%;
    height: 30px;
    background: #bcd5f4;
    border-radius: 50%;
    transform: rotate(0deg);
    filter: drop-shadow(0px 0px 0px #aaa);
    transition: 0s;
}

#KianWinwoodModal .box:hover .golfball {
    height: 500px;
    left: 66%;
    top: -100%;
    transform: rotate(359deg);
    filter: drop-shadow(4px 4px 8px #aaa);
    transition: 2.5s;
}

img.woman {
    position: absolute;
    bottom: 35px;
    width: 250px;
    right: 0;
    transform: rotate(5deg);
}

.blur-out-contract {
    -webkit-animation: blur-out-contract 1s cubic-bezier(.55, .085, .68, .53) both;
    animation: blur-out-contract 1s cubic-bezier(.55, .085, .68, .53) both
}

@-webkit-keyframes blur-out-contract {
    0% {
        -webkit-filter: blur(.01);
        filter: blur(.01)
    }
    100% {
        letter-spacing: -.5em;
        -webkit-filter: blur(12px) opacity(0);
        filter: blur(12px) opacity(0)
    }
}

@keyframes blur-out-contract {
    0% {
        -webkit-filter: blur(.01);
        filter: blur(.01)
    }
    100% {
        letter-spacing: -.5em;
        -webkit-filter: blur(12px) opacity(0);
        filter: blur(12px) opacity(0)
    }
}

.box:hover .man {
    -webkit-animation: blur-out-contract 1s cubic-bezier(.55, .085, .68, .53) both;
    animation: blur-out-contract 1s cubic-bezier(.55, .085, .68, .53) both
}

.box:hover .woman {
    -webkit-animation: blur-out-contract 1.5s cubic-bezier(.55, .085, .68, .53) both;
    animation: blur-out-contract 1.5s cubic-bezier(.55, .085, .68, .53) both
}

.ol {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 33px;
    color: #fff;
    border-radius: 100%;
    z-index: 9999
}

.ol a {
    color: #fff !important
}

.ol svg {
    top: 50%;
    display: block;
    position: relative;
    margin: 0 auto;
    transform: translateY(-50%)
}

.ol_twitter {
    top: 222px;
    left: 174px;
    background: #1da1f2;
    opacity: 0;
    transition: .3s all ease
}

.ol-fb {
    top: 162px;
    left: 201px;
    background: #4267b2;
    opacity: 0;
    transition: .3s all ease
}

.ol-ln {
    top: 110px;
    left: 243px;
    background: #0072b1;
    opacity: 0;
    transition: .3s all ease
}

.ol-in {
    top: 73px;
    left: 301px;
    background: #e1306c;
    opacity: 0;
    transition: .3s all ease
}

#RyanDakinModal .modal-plane {
    top: -1000px !important;
    position: absolute;
    width: 150px;
    left: -1000px;
    transition: .5s all ease;
    animation: float 9s ease-in-out infinite;
}

#RyanDakinModal .box:hover .modal-plane {
    top: 160px !important;
    position: absolute;
    width: 200px;
    left: 10px;
    transition: .5s all ease;
}

#RyanDakinModal .modal-helicopter {
    top: 110% !important;
    position: absolute;
    width: 140px;
    right: -30px !important;
    left: auto;
    transition: .8s all ease;
    z-index: 1000;
    animation: float 8s ease-in-out infinite;
}

#RyanDakinModal .box:hover .modal-helicopter {
    top: 250px !important;
    position: absolute;
    width: 180px;
    right: 15px !important;
    left: auto;
    transition: .3s .7s all ease
}

@-webkit-keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }
    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }
    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes vibrate-1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
    20% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }
    40% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    60% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px)
    }
    80% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px)
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.dan-extra-tracks {
    position: absolute;
    top: -500px;
    width: 100%;
    justify-content: center;
    display: flex;
    opacity: 0;
    transition: .15s
}

#DanielBarlowModal .box:hover .dan-extra-tracks {
    opacity: 1;
    transition: .15s;
    top: 50px
}

.spotify-btn.extra {
    position: relative;
    left: unset;
    transform: unset;
    top: unset;
    width: 100%;
    height: 100%;
    background: 0 0;
    z-index: 100
}

.spotify-btn.extra svg {
    color: #fff
}

.dan-extra-tracks .image-and-controls {
    position: relative;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-animation: vibrate-1 2s linear infinite both;
    animation: vibrate-1 2s linear infinite both;
    margin: 0 10px;
    z-index: 100
}

.dan-extra-tracks .image-and-controls:nth-of-type(1) {
    margin-top: 80px;
    margin-right: 0
}

.dan-extra-tracks .image-and-controls:nth-of-type(2) {
    animation-delay: .2s;
    margin-left: 0
}

.dan-extra-tracks .image-and-controls:nth-of-type(3) {
    animation-delay: .3s;
    margin-top: -30px
}

.dan-extra-tracks .image-and-controls:nth-of-type(4) {
    animation-delay: .05s;
    margin-right: 0
}

.dan-extra-tracks .image-and-controls:nth-of-type(5) {
    animation-delay: .1s;
    margin-top: 80px;
    margin-left: 0
}

.dan-extra-tracks img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #007fc4
}

.cool,
.no-doubt {
    position: absolute;
    top: 20%;
    left: 20%;
    font-weight: 800;
    color: #007fc4;
    font-size: 42px;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: width 0s, height 0s, opacity .2s;
    z-index: 999
}

.cool.animate__zoomIn,
.no-doubt.animate__zoomIn {
    opacity: 1;
    width: unset;
    height: unset;
    transition: width 0s, height 0s, opacity .2s
}

.cool#cool-1 {
    top: 19%;
    left: 13%
}

.cool#cool-2 {
    top: 29%;
    left: 17%;
    font-size: 39px
}

.cool#cool-3 {
    top: 24%;
    left: 10%;
    font-size: 44px
}

.cool#cool-4 {
    top: 23%;
    left: 26%;
    font-size: 40px
}

.no-doubt#no-doubt-1 {
    left: 3%
}

.no-doubt#no-doubt-2 {
    top: 26%;
    left: 6%;
    font-size: 48px
}

.no-doubt#no-doubt-3 {
    top: 33%;
    left: 4%;
    font-size: 36px
}

.badge {
    max-width: 60px;
    height: auto;
    position: absolute;
    left: 100%;
    top: 0;
    transition: top .2s, left .15s, width 0s, opacity .15s;
    display: block !important;
    z-index: 999;
    transform: rotate(5deg);
    width: 0;
    opacity: 0;
    overflow: hidden
}

#AmyCashmoreModal .box:hover .badge {
    left: 53%;
    top: 45%;
    opacity: 1;
    transition: top .2s, left .15s, width 0s, opacity .15s;
    width: unset
}

.services-wrapper {
    background: #fff;
    position: relative;
    z-index: 1
}

.services {
    padding-bottom: 60px
}

.services .col {
    margin-bottom: 30px
}

.services h2 {
    font-weight: 700;
    padding: 0;
    text-transform: uppercase;
    margin: 0;
    color: #007fc4;
    padding-top: 30px;
    padding-bottom: 5px
}

.services h2.no-content {
    padding-bottom: 60px
}

.service-block h2:before {
    display: none
}

.service-block {
    background: #f6f6f6;
    padding: 30px;
    padding-top: 0;
    height: 100%;
    text-align: center
}

.service-block svg {
    margin: 0 auto;
    text-align: center;
    font-size: 46px;
    background: #bcd5f4;
    width: 100px !important;
    height: 100px;
    display: block;
    color: #212529;
    padding: 18px
}

.service-block.with-links p:last-of-type {
    padding-bottom: 60px;
    margin-bottom: 0
}

.service-block .btn-primary {
    border-width: 5px;
    padding: 5px 15px;
    margin-top: 0;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: skewX(-10deg) translateX(-50%);
    transition: .2s
}

.service-block .btn-primary:hover {
    transform: scale(1.1) translateX(-45%);
    transition: .2s
}

.wysiwyg {
    padding-top: 90px;
    padding-bottom: 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-color: #fff;
    position: relative;
    z-index: 1
}

body:not(.single-case-studies) .wysiwyg {
    padding-top: 0
}

.page-builder .hero-container+.wysiwyg {
    padding-top: 90px !important
}

.page-builder div:not(.wysiwyg)+.wysiwyg {
    padding-top: 90px
}

.wysiwyg p:last-of-type {
    margin-bottom: 0
}

.single-post .wysiwyg h2,
.single-post .wysiwyg h3,
.single-post .wysiwyg h4,
.single-post .wysiwyg h5,
.single-post .wysiwyg h6 {
    padding-top: 0;
    font-weight: 800;
    position: relative
}

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 800;
    position: relative;
    margin-bottom: 45px
}

.wysiwyg h2 {
    font-size: 36px;
    line-height: 34px
}

.wysiwyg h2:before {
    position: absolute;
    bottom: -30px;
    margin-bottom: 0
}

.page-charities #wysiwygcontent-5 h2,
.page-social-media #wysiwygcontent-3 h2,
.page-web-hosting #wysiwygcontent-3 h3 {
    font-size: 32px;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 60px;
    border-top: 2px solid #f0f0f0
}

.page-web-hosting #wysiwygcontent-3 h3 {
    font-size: 26px
}

.page-web-hosting #wysiwygcontent-5 h2:before {
    left: 50%;
    transform: translateX(-50%)
}

.page-charities #wysiwygcontent-5 h2:before,
.page-social-media #wysiwygcontent-3 h2:before {
    content: none
}

.page-charities #wysiwygcontent-5,
.page-social-media #wysiwygcontent-3,
.page-web-hosting #wysiwygcontent-3 {
    padding-bottom: 60px
}

.page-web-hosting #wysiwygcontent-5 {
    padding-top: 0
}

.page-charities #wysiwygcontent-4 {
    padding-top: 0
}

.forminator-custom-form {
    display: block !important;
    margin-top: 0 !important;
    position: relative
}

.forminator-custom-form .forminator-error {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 0 !important;
    background-color: #bcd5f4 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.forminator-custom-form .forminator-error label {
    margin-bottom: 0 !important
}

.forminator-custom-form .forminator-error p {
    color: #212529 !important;
    font-weight: 600 !important
}

.contact-form .forminator-custom-form .forminator-show.forminator-error {
    position: absolute;
    top: -90px;
    width: 100%
}

.contact-form .forminator-custom-form {
    margin-top: 100px !important
}

.forminator-custom-form input[type=email],
.forminator-custom-form input[type=text],
.forminator-custom-form input[type=number],
.forminator-custom-form textarea {
    border: 0 !important;
    border-bottom: 4px solid #007fc4 !important;
    border-radius: 0 !important;
    background: #fff !important
}

.forminator-custom-form button {
    background-color: #fff !important;
    color: #212529 !important;
    border: 6px solid #212529 !important;
    font-size: 16px !important;
    font-weight: 900 !important
}

.forminator-custom-form button:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.forminator-custom-form .forminator-description {
    visibility: hidden
}

.forminator-custom-form br {
    display: none
}

.form .forminator-custom-form textarea {
    background-color: transparent !important;
    border-bottom: 4px solid #007fc4 !important;
    padding: 0 !important
}

.form .forminator-custom-form input::placeholder,
.form .forminator-custom-form textarea::placeholder {
    color: #212529 !important;
    padding: 5px 0 !important
}

.form .forminator-custom-form .forminator-input-with-icon {
    border-bottom: 4px solid #007fc4
}

.form .forminator-custom-form .forminator-input-with-icon i {
    color: #007fc4 !important
}

.form .forminator-custom-form .forminator-input-with-icon input {
    border-bottom: 0 !important
}

.form .forminator-custom-form .forminator-description {
    padding-left: 0 !important;
    visibility: visible;
    color: #212529 !important;
    font-style: italic !important
}

.form .forminator-custom-form .forminator-row {
    margin-bottom: 5% !important
}

.form .forminator-custom-form .forminator-row:last-of-type {
    margin-bottom: 0 !important
}

.forminator-field {
    position: relative;
    margin-bottom: 10px !important
}

.forminator-field .forminator-error-message {
    position: absolute;
    background: 0 0 !important;
    padding: 0 !important
}

@media(max-width:1699px) {
    .navigation h2 {
        font-size: 450% !important
    }
    .navigation h2 span {
        font-size: 100%;
        background: 0 0 !important;
        color: #bcd5f4;
        -webkit-text-fill-color: unset
    }
}

@media(max-width:1599px) {
    .page-introduction .content-box {
        padding: 15px 60px
    }
    .navigation ul li a {
        font-size: 52px;
        display: block
    }
    .navigation ul li span {
        font-size: 52px
    }
    .navigation h2 {
        font-size: 400% !important
    }
    .navigation p {
        line-height: 22px
    }
    .page-preview {
        padding: 0 30px;
        padding-top: 30px
    }
    .form .forminator-custom-form textarea {
        font-size: 14px !important;
        min-height: 100px !important;
        max-height: 150px !important
    }
    .form .forminator-custom-form input::placeholder,
    .form .forminator-custom-form textarea::placeholder {
        font-size: 14px !important
    }
    .form .forminator-custom-form .forminator-button-submit {
        border-width: 5px !important;
        font-size: 14px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important
    }
    .form p {
        font-size: 14px !important
    }
}

@media(max-width:1499px) {
    .heading-box h1 .line-one {
        font-size: 50px;
        line-height: 60px
    }
    .heading-box h1 .line-two {
        font-size: 165px;
        line-height: 130px
    }
    .heading-box h1 .line-three {
        font-size: 135px;
        line-height: 110px
    }
    .navigation h2 {
        font-size: 350% !important
    }
}

@media(max-width:1399px) {
    .navigation ul li a {
        font-size: 36px
    }
    .navigation ul li span {
        font-size: 36px
    }
    .navigation h2 {
        font-size: 300% !important
    }
    .form {
        display: none
    }
}

@media(max-width:1199px) {
    .heading-box h1 .line-one {
        font-size: 36px;
        line-height: 44px
    }
    .heading-box h1 .line-two {
        font-size: 120px;
        line-height: 90px
    }
    .heading-box h1 .line-three {
        font-size: 100px;
        line-height: 80px
    }
    .navigation h2 {
        font-size: 250% !important
    }
}

@media(max-width:1099px) {
    .navigation ul li a {
        font-size: 30px
    }
    .navigation ul li span {
        font-size: 30px
    }
    .navigation h2 {
        font-size: 200% !important
    }
}

@media(max-width:991px) {
    html.overflow-hidden {
        overflow: hidden
    }
    body,
    html {
        overflow: visible
    }
    body {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 70px
    }
    body.mobile-nav-open {
        height: 0
    }
    body.overflow-hidden {
        overflow: hidden
    }
    .header-bar-bg {
        left: 0;
        right: 0
    }
    .header-bar {
        left: 0;
        right: 0;
        height: 70px;
        background: #fff;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15)
    }
    .header-bar.ovr.view {
        right: 0 !important
    }
    .menu-bar .logo {
        height: 45px
    }
    .menu-bar .logo:hover {
        height: 47px;
        margin-left: 0
    }
    .header-bar.ovr {
        transition: 0s !important
    }
    .header-bar.ovr.view {
        transition: 0s !important;
        background: #fff;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15)
    }
    .menu-button {
        height: 70px;
        width: 70px
    }
    .menu-button svg {
        height: 40px !important;
        width: 40px !important;
        margin-top: 14px;
        margin-right: 18px
    }
    .header-bar .logo-shield {
        height: 44px;
        width: 44px
    }
    .header-bar.ovr .white-box:hover {
        padding: 13px 15px
    }
    .height-set {
        height: fit-content
    }
    .heading-box p:nth-of-type(2) {
        margin-bottom: 0
    }
    .heading-box h1 .line-one {
        font-size: 26px;
        line-height: 30px
    }
    .heading-box h1 .line-two {
        font-size: 85px;
        line-height: 75px
    }
    .heading-box h1 .line-three {
        font-size: 70px;
        line-height: 60px
    }
    .heading-box p span {
        font-size: 48px !important;
        line-height: 48px !important
    }
    .module.testimonials .testimonial-image {
        margin-left: 0;
        right: 0
    }
    .spotify-module {
        margin-left: 6px;
        bottom: 0;
        height: 60px
    }
    .module.list .list-item {
        text-align: left
    }
    .module.list .list-item h3 {
        font-size: 27px
    }
    .module.list .list-item a {
        transform: skewX(-10deg);
        left: 15px
    }
    .module.list .list-item a:hover {
        transform: scale(1.1)
    }
    .home .module.list .col-md-4 {
        max-width: 100%;
        flex: 0 0 100%
    }
    .home .module.list p {
        margin-bottom: 0
    }
    .home .module.list p:first-of-type span {
        font-size: 42px !important;
        line-height: 38px !important
    }
    .home .module.list p:nth-of-type(2) span {
        font-size: 42px !important;
        line-height: 38px !important
    }
    .home .module.list .container {
        padding-left: 30px;
        padding-right: 30px
    }
    .case-studies .flex-item {
        width: 100%;
        margin-bottom: 0;
        padding: 15px
    }
    .case-studies .flex-container {
        flex-wrap: wrap
    }
    .logos .logo {
        width: 50%
    }
    .logos h3 {
        font-size: 42px;
        line-height: 38px
    }
    .flex-item h3 {
        font-size: 18px;
        margin-bottom: 15px
    }
    img.plane {
        animation: floatmobile 8s ease-in-out infinite
    }
    img.helicopter {
        animation: floatmobile 8s ease-in-out infinite
    }
    img.explosion {
        width: 150%;
        left: -25%
    }
    img.people-hero {
        left: 18%
    }
    img.people-blue-shirt-man {
        bottom: -18%;
        left: 2%
    }
    img.people-suit-man {
        top: 20%;
        right: 12%
    }
    img.people-woman {
        top: 21%;
        left: 15%
    }
    img.people-white-shirt-man {
        right: 10%
    }
    img.people-archie {
        right: 4%
    }
    img.helicopter {
        top: 9%;
        left: 5%
    }
    .page-home .hero .overflow-plane {
        display: none
    }
    .home-hero-wrapper img:not(.buildings):not(.explosion) {
        width: 75%
    }
    @keyframes growthree {
        0% {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }
        100% {
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5)
        }
    }
    @keyframes floatmobile {
        0% {
            transform: translatey(0)
        }
        50% {
            transform: translatey(-3px)
        }
        100% {
            transform: translatey(0)
        }
    }
    .page-introduction .heading-box h1 {
        display: flex;
        flex: 0 0 100%;
        flex-wrap: wrap;
        padding: 0 30px;
        justify-content: center;
        transform: none;
        top: 0
    }
    .page-introduction .col-md-6 {
        height: unset;
        display: flex;
        align-items: center
    }
    .page-introduction .heading-box {
        padding: 30px 0;
        display: flex;
        align-items: center
    }
    .page-introduction .heading-box h1 p {
        margin-bottom: 0
    }
    .page-introduction .heading-box h1 p:first-of-type {
        flex: 0 0 100%
    }
    .page-introduction .content-box {
        padding: 30px 30px 40px 30px;
        text-align: center
    }
    .home .statement_box {
        position: relative;
        padding: 60px 30px;
        margin-bottom: -1px
    }
    .home .statement_box h2 {
        padding-bottom: 10px
    }
    .home .statement_box h2 p:first-of-type span span {
        font-size: 70px !important
    }
    .home .statement_box h2 p:nth-of-type(2) span {
        font-size: 64px !important;
        line-height: 30px !important
    }
    .case-studies {
        margin-top: -5px
    }
    .case-studies .btn-secondary {
        padding: unset;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 100%
    }
    .home .statement_box .col-md-6:first-of-type {
        flex: 0 0 100%;
        max-width: 100%
    }
    .home .statement_box .col-md-6:last-of-type {
        position: absolute;
        top: calc(50% + 60px);
        transform: translateY(-50%);
        right: -66%;
        z-index: -1;
        opacity: .07
    }
    .statement_box_wrapper {
        overflow: hidden
    }
    .statement_box .flying {
        width: 100%;
        height: 100%
    }
    .flying-hero {
        height: 360px;
        width: 360px;
        margin-top: -30px;
        margin-right: 50px
    }
    .case-studies .col-md-12:last-of-type {
        height: 90px;
        margin-top: 30px;
        display: flex;
        justify-content: center;
        align-items: center
    }
    .page-home .module.logos {
        padding-top: 45px;
        padding-bottom: 60px
    }
    body:not(.page-home) .module.logos .logos {
        flex-flow: row-reverse wrap;
        justify-content: center
    }
    .module.testimonials {
        padding-top: 30px;
        padding-bottom: 60px;
        overflow: hidden
    }
    .module.testimonials .container {
        padding-left: 30px;
        padding-right: 30px;
        position: relative
    }
    .module.testimonials .container .col-md-9 {
        max-width: 100% !important;
        flex: 0 0 100% !important
    }
    .module.testimonials .container .col-md-3 {
        position: absolute;
        top: 50%;
        right: -40%;
        height: 1100px;
        opacity: .3;
        z-index: -1;
        overflow: visible;
        transform: translateY(-50%)
    }
    .module.testimonials .container img.standing-hero {
        width: auto;
        height: 100%;
        margin-top: 0
    }
    .module.testimonials h2 {
        font-size: 42px;
        line-height: 38px;
        padding-bottom: 30px
    }
    .module.testimonials h2 span {
        font-size: 42px;
        line-height: 38px;
        display: block
    }
    .module.testimonials h2:before {
        margin-bottom: 20px
    }
    .module.testimonials .testimonial {
        width: 100%;
        margin-right: 0
    }
    .module.testimonials p {
        padding-left: 0;
        padding-right: 0
    }
    .contact-form {
        padding-top: 30px;
        padding-bottom: 60px;
        height: unset
    }
    .contact-form .container {
        padding-left: 30px;
        padding-right: 30px
    }
    .contact-form h2:before {
        margin-bottom: 20px
    }
    .contact-form h2 p {
        margin-bottom: 0
    }
    .contact-form h2 p span,
    .contact-form h2 p span span {
        font-size: 52px !important;
        line-height: 48px !important
    }
    .contact-form .col-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .contact-form .forminator-custom-form {
        margin-top: 0 !important
    }
    .contact-form .hero-image {
        display: none
    }
    .hero.standard-hero {
        background-position: center;
        height: 350px
    }
    .forminator-custom-form input[type=email],
    .forminator-custom-form input[type=text],
    .forminator-custom-form textarea {
        background: 0 0 !important
    }
    .forminator-custom-form input::placeholder,
    .forminator-custom-form textarea::placeholder {
        font-weight: 400 !important
    }
    .forminator-custom-form textarea {
        min-height: 300px !important
    }
    .contact-details,
    .footer-logos {
        max-width: 100%;
        flex: 0 0 100%
    }
    footer {
        padding: 30px 15px
    }
    .footer-logos {
        margin-top: 10px;
        margin-bottom: 5px
    }
    .footer-logos .d-block {
        width: 100%
    }
    footer .awards,
    footer .partners {
        justify-content: center;
        float: unset;
        max-width: unset
    }
    footer .container {
        max-width: 100%
    }
    footer .logo img {
        max-width: 70px
    }
    footer a,
    footer p {
        font-size: 14px
    }
    footer p.disclaimer {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #222;
        margin-bottom: 15px;
        font-size: 12px
    }
    footer .partners {
        margin-top: 30px
    }
    footer .partners img {
        max-width: 75px
    }
    footer .image-wrapper.awards {
        height: 70px;
        width: 70px;
        margin: 0 10px
    }
    .contact-details .col-md-6 {
        position: relative
    }
    .contact-details .col-md-6:nth-of-type(2) {
        text-align: right
    }
    footer .contact-details .logo {
        position: absolute;
        left: unset;
        right: 0;
        transform: translateX(50%);
        width: unset;
        top: -44px
    }
    footer .contact-details .col-md-6:nth-of-type(2) a svg {
        margin: 20px 3px 0 3px
    }
    footer .contact-details .col-md-6:nth-of-type(2) a svg:last-of-type {
        margin-right: 0
    }
    footer .contact-details .address {
        margin-top: 30px
    }
    footer address {
        margin-top: 15px !important;
        font-size: 14px
    }
    .navigation {
        height: 100vh;
        transition: 0s !important
    }
    .navigation .col-md-6:first-child {
        max-width: 100%;
        flex: 0 0 100%;
        order: 2;
        display: none;
        transition: 0s !important
    }
    .navigation .col-md-6+.col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        padding: 6%;
        height: 66%;
        transition: 0s !important
    }
    .navigation .col-md-6+.col-md-6 .contact-details {
        padding: 6% !important;
        transition: 0s !important
    }
    .navigation .col-md-6.mobile-contact {
        display: block;
        height: 34%;
        transition: 0s !important;
        background: #bcd5f4
    }
    .navigation .col-md-6.mobile-contact .contact-details.mobile {
        display: flex;
        align-items: center;
        transition: 0s !important;
        background: 0 0;
        top: 0
    }
    .navigation .col-md-6+.col-md-6 .contact-details .socials {
        margin-top: 6%
    }
    .navigation .col-md-6+.col-md-6 .contact-details p a {
        margin-top: 4%
    }
    .navigation .col-md-6+.col-md-6 .contact-details p:first-of-type {
        margin-top: 4%
    }
    .navigation .col-md-6+.col-md-6 .contact-details.desktop {
        display: none
    }
    .navigation .col-md-6+.col-md-6 .contact-details p {
        font-size: 13px
    }
    .navigation .col-md-6+.col-md-6 ul {
        display: block;
        width: 100%
    }
    .navigation ul li a {
        font-size: 26px;
        display: block;
        line-height: 1;
        padding: 4% 0
    }
    .navigation ul li span {
        font-size: 26px;
        display: block;
        top: 32%;
        left: -3px;
        line-height: 1
    }
    .text_with_image {
        padding: 60px 15px
    }
    .text_with_image .content {
        max-width: 100%;
        flex: 0 0 100%
    }
    .text_with_image .image-or-images {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 40px
    }
    .call-to-action .container {
        max-width: 100%
    }
    .call-to-action h2 {
        font-size: 26px
    }
    .call-to-action h4 {
        font-size: 14px
    }
    .contact-form-with-details .form-shortcode {
        max-width: 100%;
        flex: 0 0 100%
    }
    .contact-form-with-details .contact-details {
        padding-left: 15px;
        margin-top: 60px
    }
    .acf-map {
        height: 600px
    }
    .hero-news-post .wrapper .post-text h3 {
        font-size: 20px
    }
    .hero-news {
        margin-top: 30px
    }
    .hero-news .col-12 {
        padding-left: 30px;
        padding-right: 30px
    }
    .hero-news .post-image,
    .hero-news .post-text {
        max-width: 100%;
        flex: 0 0 100%
    }
    .hero-news .post-text .d-block {
        padding: 15px 0
    }
    .pagination {
        margin-top: 0;
        margin-bottom: 60px
    }
    .post-image>.image {
        height: 200px
    }
    .post-image>.image-wrapper {
        height: 220px
    }
    .post-image>.image-wrapper .image {
        background-size: 85%
    }
    .hero-news-post .wrapper {
        flex-wrap: wrap
    }
    .post-image.order-2 {
        order: 1
    }
    .post-image.order-1 {
        order: 2
    }
    body.error404 {
        box-shadow: none;
        -webkit-box-shadow: none
    }
    .no-page-found .container {
        height: 70vh
    }
    .no-page-found .overlay {
        font-size: 440px
    }
    .modal-body .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .modal-body .col-md-6+.col-md-6 {
        background: #f0f0f0;
        padding: 0 45px;
        padding-bottom: 0
    }
    .modal-body .col-md-6+.col-md-6 h2 {
        margin-top: 30px;
        color: #007fc4 !important;
        text-align: left
    }
    .modal-body .col-md-6+.col-md-6 h2:before {
        content: none
    }
    .modal-body .col-md-6+.col-md-6 h2 label {
        display: none
    }
    .modal-body .col-md-6+.col-md-6 p:last-of-type {
        margin-bottom: 0
    }
    .modal-body .col-md-6+.col-md-6 .col-md-8 {
        max-width: 66.6666%;
        flex: 0 0 66.6666%
    }
    .modal-body .col-md-6+.col-md-6 .col-md-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%
    }
    .modal-body .col-md-6+.col-md-6 .col-md-8 h3 {
        font-size: 14px
    }
    .modal-body .col-md-6+.col-md-6 .col-md-8 label {
        font-size: 14px !important;
        line-height: 1
    }
    .row .row .col-md-8 .fave {
        padding: 0 15px
    }
    .spotify-btn {
        height: 40px;
        width: 40px;
        background: #007fc4
    }
    .spotify-btn svg {
        color: #fff;
        font-size: 24px
    }
    .modal-body .no-gutters {
        margin-top: 30px;
        margin-left: -30px;
        margin-right: -30px
    }
    .modal-body .box {
        height: 320px;
        background-size: 100%;
        background-position: 0 0;
        background-repeat: no-repeat
    }
    .who-box {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: unset
    }
    .who-box div {
        display: block
    }
    .who-box h2 {
        font-size: 24px;
        line-height: 1
    }
    .who-box sub {
        font-size: 14px;
        line-height: 1
    }
    .col-md-6.this-hero:first-of-type {
        margin-top: 30px
    }
    .modal {
        top: 30px;
        right: 15px;
        bottom: 30px;
        left: 15px;
        width: unset;
        height: unset;
        padding-right: 0 !important
    }
    .modal sub {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 1;
        font-size: 20px
    }
    .modal .modal-dialog {
        margin: 0
    }
    .mobile-click-me {
        display: block;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        z-index: 2000;
        padding: 2px 4px 2px 19px;
        background: #007fc4;
        transition: .2s;
        opacity: 1
    }
    .mobile-click-me.hidden {
        transition: .2s;
        opacity: 0
    }
    .mobile-click-me:before {
        content: '';
        position: absolute;
        left: 1px;
        background-image: url(//wearesuper.digital/wp-content/themes/sd-new/assets/img/click-here.svg);
        height: 18px;
        width: 18px;
        background-size: 18px;
        background-position: center;
        background-repeat: no-repeat
    }
    .modal-photo {
        height: 320px
    }
    .modal .person {
        background-size: contain;
        margin-top: 30px !important
    }
    .modal .col-md-6+.col-md-6 h2 {
        line-height: 1;
        font-size: 46px;
        margin-bottom: 0
    }
    #ChrisDerrerModal img.man {
        left: 5px !important;
        bottom: 0 !important;
        height: 44% !important
    }
    #ChrisDerrerModal img.woman {
        right: 5px !important;
        bottom: 0 !important;
        height: 45% !important;
        width: unset
    }
    div#RyanDakinperson {
        background-size: 100%;
        max-width: 45%;
        height: 120% !important;
        margin-top: 6% !important
    }
    #RyanDakinModal .box:hover #RyanDakinperson {
        max-width: 70% !important;
        height: 100% !important
    }
    #RyanDakinModal .modal-plane {
        top: -100% !important;
        width: unset;
        max-width: 20%;
        left: -100%;
        animation: floatmobile 3s ease-in-out infinite
    }
    #RyanDakinModal .box:hover .modal-plane {
        top: 7% !important;
        position: absolute;
        width: unset;
        left: 20%
    }
    #RyanDakinModal .modal-helicopter {
        top: 110% !important;
        width: unset;
        max-width: 18%;
        right: -5% !important;
        left: auto;
        animation: floatmobile 4s ease-in-out infinite
    }
    #RyanDakinModal .box:hover .modal-helicopter {
        top: 38% !important;
        width: unset;
        right: 2% !important;
        left: auto
    }
    #ArchieDerrerperson {
        transition: .3s all ease;
        background-position: top center;
        background-size: 66%
    }
    #ArchieDerrerModal .box:hover .person {
        background-position: center;
        background-size: 60%;
        top: -30px;
    }
    button.closing.btn.btn-primary {
        right: -15px;
        top: -15px;
        background: #bcd5f4
    }
    .case-study-hero h1,
    .standard-hero h1 {
        font-size: 36px;
        padding-left: 30px;
        padding-right: 30px
    }
    .single-post .standard-hero h1 {
        font-size: 28px;
        text-shadow: 3px 2px 0 #000
    }
    .case-study-hero {
        height: 350px !important
    }
    .case-study-hero .overlay {
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center
    }
    .case-study-hero .overlay h1,
    .case-study-hero .overlay img {
        display: flex;
        flex: 0 0 100%;
        justify-content: center;
        text-align: center
    }
    .case-study-hero .overlay h1 {
        margin-bottom: 15px
    }
    .case-study-hero .overlay img {
        max-width: 200px
    }
    .case-study-hero .overlay img.square {
        max-width: 130px
    }
    .super_powers {
        padding: 0 15px 60px 15px;
        position: relative
    }
    .super_powers .col-md-11 {
        max-width: 100%;
        flex: 0 0 100%
    }
    .super_powers .col-md-1 {
        position: absolute;
        top: 50%;
        right: -33%;
        transform: translateY(-50%);
        opacity: .05;
        z-index: -1
    }
    .cta-box {
        margin-top: 0;
        display: block !important
    }
    .btn-primary.cta-buttons {
        margin-top: 0;
        width: 100%;
        display: block
    }
    .cta-box br {
        display: none
    }
    .btn-primary.cta-buttons:first-of-type {
        margin-right: 0;
        margin-top: 30px;
        margin-bottom: 15px
    }
    .testimonials {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .testimonials p {
        font-size: 18px;
        padding-left: 30px;
        padding-right: 30px;
        line-height: 22px
    }
    .call-to-action {
        padding: 60px 15px
    }
    .call-to-action img {
        height: auto
    }
    .contact-form-with-details {
        padding: 60px 15px
    }
    .contact-form-with-details .standing-hero {
        right: -50px;
        top: -40px
    }
    .contact-form-with-details .contact-details .address {
        max-width: 260px
    }
    .contact-form-with-details .standing-hero img {
        height: 300px;
        width: auto
    }
    .our_heroes_wrapper {
        padding: 0 15px
    }
    .dan-extra-tracks .image-and-controls {
        height: 55px;
        width: 55px
    }
    .dan-extra-tracks .image-and-controls img {
        border-width: 4px
    }
    .dan-extra-tracks svg {
        width: 12px !important
    }
    .dan-extra-tracks .image-and-controls:first-of-type,
    .dan-extra-tracks .image-and-controls:last-of-type {
        margin-top: 60px
    }
    .modal .person#DanielBarlowperson {
        margin-top: 50px !important
    }
    #DanielBarlowModal .box:hover .dan-extra-tracks {
        top: 45px
    }
    .quote {
        padding: 60px 15px
    }
    .single-case-studies .quote {
        padding: 60px 15px 75px 15px
    }
    .quote p>span {
        font-size: 22px !important;
        line-height: 1.4;
        display: inline-block
    }
    .single-case-studies .quote p>span {
        margin-bottom: 15px
    }
    .featured-image-box {
        margin-top: -60px;
        padding-left: 30px;
        padding-right: 30px
    }
    .single-case-studies h2:before,
    .single-post h2:before {
        margin-bottom: 20px
    }
    .side-text {
        padding: 60px 15px 30px 15px
    }
    .side-text[style="background-color:#102235"] {
        padding: 90px 15px 50px 15px
    }
    .side-text h2 {
        margin-bottom: 45px
    }
    .side-text h2 p {
        margin-bottom: 0
    }
    .side-text ul {
        padding-inline-start: 20px
    }
    .side-text li {
        line-height: 1.5;
        padding: 9px 0
    }
    .side-text h2 p span {
        font-size: 40px !important;
        line-height: 36px !important
    }
    .wysiwyg {
        padding-top: 60px;
        padding-left: 15px;
        padding-right: 15px
    }
    .wysiwyg .col-md-12 {
        padding-left: 0;
        padding-right: 0
    }
    .wysiwyg h2 {
        margin-top: -30px;
        padding-top: 0
    }
    .wysiwyg h2 strong span {
        font-size: 40px !important;
        line-height: 36px !important
    }
    .wysiwyg iframe {
        height: 200px
    }
    .page-charities #wysiwygcontent-5,
    .page-social-media #wysiwygcontent-3 {
        padding-top: 0;
        padding-bottom: 60px
    }
    .side-text .col-md-8 {
        padding-left: 15px
    }
    .back-to-hero-news .col-12 {
        display: block;
        text-align: center
    }
    .back-to-hero-news .btn-primary {
        margin: 0;
        margin-bottom: 15px;
        width: 90%;
        padding-left: 20px
    }
    .back-to-hero-news .btn-primary.back:before {
        content: none
    }
    .post-content-wrapper {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px
    }
    .post-content h2 {
        padding-top: 30px;
        margin-bottom: 25px
    }
    .slick-next,
    .slick-prev {
        height: 30px;
        width: 30px
    }
    .slick-prev {
        left: -30px
    }
    .slick-next {
        right: -30px
    }
    .image-gallery {
        padding-left: 30px;
        padding-right: 30px
    }
    .contact-form .forminator-custom-form .forminator-show.forminator-error {
        position: relative;
        top: unset
    }
    .services {
        padding-left: 30px;
        padding-right: 30px
    }
    .services .col {
        flex: 0 0 100%
    }
    .service-block .btn-primary {
        width: 70%
    }
    .loader {
        border: 0 !important
    }
}

@media(max-width:767px) {
    footer .contact-details .col-md-6 {
        text-align: center !important
    }
    footer .contact-details .logo {
        right: 50%
    }
}

@media(max-height:899px) {
    .navigation h2 span {
        font-size: 100%;
        background: 0 0;
        color: #bcd5f4;
        -webkit-text-fill-color: unset
    }
    .navigation ul li a {
        font-size: 48px
    }
    .navigation ul li span {
        font-size: 48px
    }
    .navigation h2 {
        font-size: 400%
    }
    .fill {
        padding: 30px 70px
    }
    .page-preview {
        padding: 0 90px;
        padding-top: 60px
    }
}

@media(max-height:799px) {
    .navigation ul li a {
        font-size: 38px
    }
    .navigation ul li span {
        font-size: 38px
    }
    .navigation h2 {
        font-size: 350%
    }
}

@media(max-height:699px) {
    .navigation ul li a {
        font-size: 28px
    }
    .navigation ul li span {
        font-size: 28px
    }
    .navigation h2 {
        font-size: 300%
    }
}

@media(max-height:599px) {
    .navigation ul li a {
        font-size: 24px
    }
    .navigation ul li span {
        font-size: 24px
    }
    .navigation h2 {
        font-size: 250%
    }
}

.overlaywholepage {
    background: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 100vh;
    width: 100vw
}

@media (max-width:600px) {
    .spotify-module img {
        max-width: 40px;
        max-height: 40px
    }
    .artwork {
        height: 45px;
        width: 45px;
        border-radius: 0 !important
    }
    .touch h5 {
        padding-top: 0 !important;
        margin-top: 0 !important;
        font-size: 9px;
        margin-top: 13px !important
    }
    .touch label {
        font-size: 10px;
        margin-bottom: 0
    }
    .touch sub {
        font-size: 9px
    }
    .touch .current-song {
        max-width: 63%
    }
    html body .current-playing.touch {
        left: 0 !important;
        width: 300px !important;
        border-radius: 105px;
        overflow: hidden;
        top: -46px !important
    }
}

.notification {
    display: block;
    position: relative;
    background: rgb(2 98 149);;
    z-index: 1 !important;
    padding: 30px 15px;
    text-align: center;
}

.notification p {
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem
}

.notification p:last-of-type {
    margin-bottom: 0;
}

.notification p a {
    color: #bcd5f4;
}

.home-hero-wrapper {
    width: 100%;
}

.home-hero-wrapper video {
    width: 100%;
    margin-top: -3%;
    margin-bottom: -6px;
}

.home-hero-wrapper video.vidxmas {
    margin-top: -5.5%;
    margin-bottom: -10px !important;
}

body.home {
    box-shadow: 0 13px 10px 2px rgb(33 37 41 / 10%);
}

.job-advert-bar {
    background: rgb(2 98 149);;
    display: block;
    color: #fff;
    font-size: 24px !Important;
    text-align: center;
    padding: 20px;
    padding-top: 25px;
    margin-top: -6px;
}

@media(max-width: 600px) {
    body.home .home-hero-wrapper {
        overflow: hidden;
    }
    .home-hero-wrapper video {
        width: 150%;
        margin-top: -5%;
        margin-bottom: -10px;
        margin-right: 0;
        display: block;
        position: relative;
    }
}

.udr.hide {
    top: -100px;
    transition: 0.3s all ease;
}

.home-hero-wrapper video {
    width: 100%;
    margin-top: -3%;
    margin-bottom: -7px !important;
}

@media(min-width: 727px) {
    .current-playing sub {
        line-height: 13px;
    }
}

.form-control {
    border: none;
    border-bottom-color: red;
    border-bottom-width: 5px;
    border-bottom-style: outset;
    padding-bottom: 5px;
}

label.formtext {
    display: none;
}

input.wpcf7-form-control.wpcf7-submit {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 20px;
    background: white;
    padding: 10px 10px 10px 10px;
    border: 4px solid black !important;
    z-index: -1;
    content: "";
    right: -10%;
    background-color: inherit;
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    text-transform: uppercase;
    font-weight: 800;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    border-width: 4px;
    border-color: black;
    z-index: -1;
    content: "";
    right: -10%;
    background-color: inherit;
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX( 0);
    transform: scale(1.2);
    transition-property: transform;
    transition-duration: 0.5s;
}

body .grecaptcha-badge {
    display: none !important;
}

.ticker-tape {
    background-image: linear-gradient(to right top, #090537, #080531, #06052b, #050524, #03041e);
    position: absolute;
    bottom: 0;
    width: 80%;
    color: #fff;
    font-weight: 800;
    z-index: 999;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    bottom: 60px;
    overflow: hidden;
    box-shadow: 0 0 10px 2px rgb(33 37 41 / 10%);
    font-size: 13px;
    display: none;
}

.modal-photo:hover .ticker-tape {
    display: block;
}

.sports-logo img {
    width: 200px;
}

.ticker-tape span {
    animation: slideIt 20s linear;
    animation-iteration-count: infinite;
    position: relative;
    display: block;
    width: 100%;
}

@media (max-width: 991px) {
    .ticker-tape span {
        width: 150%;
    }
}

.sports-logo {
    display: inline-block;
    position: relative;
    z-index: 10;
}

.ticker-tape span {
    position: absolute;
    top: 15px;
}

@keyframes slideIt {
    0% {
        left: 105%;
    }
    100% {
        left: -105%;
    }
}

body .current-playing sub {
    line-height: 13px !important;
}

.snow-wrapper {
    width: 100vw;
    height: 360px;
    background: radial-gradient(farthest-corner at 30vw 20vh, #7397a1 1%, #3f2c41 100%);
}

.snow {
    border-radius: 50%;
    opacity: 0.8;
    position: absolute;
    top: -100vh;
    animation-name: fall;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    z-index: 900;
}

.layer1 {
    width: 1.5rem;
    height: 1.5rem;
    filter: blur(1.5px);
    box-shadow: 27.6vw 87.9vh 0 -0.29rem#fff, 58vw 60.1vh 0 -0.07rem#fff, 77.5vw 45.8vh 0 -0.26rem#fff, 30.3vw 64vh 0 -0.2rem#fff, 51.1vw 74.3vh 0 -0.43rem#fff, 56.2vw 71.4vh 0 -0.17rem#fff, 14.8vw 18.3vh 0 -0.02rem#fff, 70.8vw 99.3vh 0 -0.37rem#fff, 50.8vw 70.3vh 0 -0.06rem#fff, 51.9vw 74.2vh 0 -0.35rem#fff, 99vw 83.3vh 0 -0.02rem#fff, 44.5vw 21.6vh 0 -0.33rem#fff, 1.3vw 84.8vh 0 -0.32rem#fff, 92.6vw 72.5vh 0 -0.12rem#fff, 56.1vw 38.8vh 0 -0.08rem#fff, 95.7vw 80.5vh 0 -0.1rem#fff, 38.5vw 73vh 0 -0.07rem#fff, 36.6vw 75.1vh 0 -0.32rem#fff, 35.9vw 28.2vh 0 -0.06rem#fff, 97.7vw 68.1vh 0 -0.23rem#fff, 89.8vw 48.7vh 0 -0.15rem#fff, 35vw 94.7vh 0 -0.32rem#fff, 33.2vw 17.4vh 0 -0.26rem#fff, 97.3vw 11.1vh 0 -0.37rem#fff, 94.9vw 50.7vh 0 -0.48rem#fff, 61.8vw 27.3vh 0 -0.21rem#fff, 75.5vw 66.9vh 0 -0.28rem#fff, 61.2vw 24.8vh 0 -0.43rem#fff, 15.6vw 63.4vh 0 -0.35rem#fff, 60.7vw 70.1vh 0 -0.26rem#fff, 12.7vw 4.1vh 0 -0.25rem#fff, 73.9vw 41.9vh 0 -0.5rem#fff, 1.1vw 10.5vh 0 -0.34rem#fff, 39.2vw 51.4vh 0 -0.47rem#fff, 23.3vw 20.4vh 0 -0.09rem#fff, 50.9vw 66.9vh 0 -0.04rem#fff, 86.7vw 87.7vh 0 -0.27rem#fff, 32.2vw 81.1vh 0 -0.32rem#fff, 54.4vw 11.3vh 0 -0.15rem#fff, 2.7vw 60.6vh 0 -0.22rem#fff, 63.3vw 1.9vh 0 -0.04rem#fff, 40.5vw 79.6vh 0 -0.5rem#fff, 77.3vw 45.1vh 0 -0.31rem#fff, 5.1vw 71vh 0 -0.3rem#fff, 34.1vw 70.6vh 0 -0.37rem#fff, 47.9vw 38.7vh 0 -0.18rem#fff, 66.8vw 90.6vh 0 -0.43rem#fff, 84.8vw 54vh 0 -0.26rem#fff, 58.6vw 51.9vh 0 -0.23rem#fff, 47.6vw 33.1vh 0 -0.15rem#fff, 66.2vw 39vh 0 -0.04rem#fff, 64.6vw 84.5vh 0 -0.13rem#fff, 7.4vw 33.4vh 0 -0.26rem#fff, 88.7vw 26.6vh 0 -0.14rem#fff, 3.4vw 39.9vh 0 -0.38rem#fff, 10.8vw 40.2vh 0 -0.14rem#fff, 6.3vw 5.9vh 0 -0.15rem#fff, 54.9vw 40.9vh 0 -0.37rem#fff, 80.8vw 59.6vh 0 -0.12rem#fff, 58vw 91.6vh 0 -0.48rem#fff, 43.4vw 32.4vh 0 -0.07rem#fff, 23.3vw 40.6vh 0 -0.26rem#fff, 93.3vw 67.2vh 0 -0.42rem#fff, 23.3vw 60.7vh 0 -0.17rem#fff, 58.8vw 32.9vh 0 -0.36rem#fff, 9.4vw 48.9vh 0 -0.28rem#fff, 90.5vw 98.2vh 0 -0.13rem#fff, 19.7vw 17.3vh 0 -0.12rem#fff, 74.3vw 6.7vh 0 -0.3rem#fff, 60.9vw 0.9vh 0 -0.27rem#fff, 95.1vw 72.1vh 0 -0.14rem#fff, 97.7vw 77.9vh 0 -0.49rem#fff, 52.7vw 84.3vh 0 -0.26rem#fff, 81.3vw 24.7vh 0 -0.47rem#fff, 18vw 21.5vh 0 -0.25rem#fff, 46.3vw 77.5vh 0 -0.44rem#fff, 30.8vw 43.9vh 0 -0.42rem#fff, 67.6vw 43.5vh 0 -0.39rem#fff, 55.4vw 44.3vh 0 -0.02rem#fff, 14.7vw 65.5vh 0 -0.33rem#fff, 19.2vw 76.9vh 0 -0.37rem#fff, 89.4vw 12vh 0 -0.4rem#fff, 22.3vw 64.6vh 0 -0.41rem#fff, 73vw 5.1vh 0 -0.37rem#fff, 66.7vw 13.2vh 0 -0.45rem#fff, 23.7vw 2.9vh 0 -0.15rem#fff, 29.9vw 61.5vh 0 -0.47rem#fff, 21.2vw 76.1vh 0 -0.24rem#fff, 67.6vw 44.8vh 0 -0.07rem#fff, 71.2vw 70.7vh 0 -0.2rem#fff, 16.6vw 22.9vh 0 -0.46rem#fff, 95.9vw 36.2vh 0 -0.04rem#fff, 42.8vw 1.6vh 0 -0.15rem#fff, 14.6vw 8.3vh 0 -0.31rem#fff, 10.1vw 39.9vh 0 -0.41rem#fff, 73.5vw 22.9vh 0 -0.13rem#fff, 36.9vw 47.2vh 0 -0.41rem#fff, 79.7vw 61.7vh 0 -0.27rem#fff, 55.7vw 56.5vh 0 -0.39rem#fff, 59.3vw 67.2vh 0 -0.41rem#fff, 30.1vw 41.4vh 0 -0.15rem#fff, 6.2vw 59.7vh 0 -0.43rem#fff, 26vw 45.5vh 0 -0.49rem#fff, 6.6vw 43.1vh 0 -0.14rem#fff, 73.4vw 11.9vh 0 -0.17rem#fff, 83.3vw 17.3vh 0 -0.02rem#fff, 86.5vw 49.8vh 0 -0.47rem#fff, 88.6vw 35.4vh 0 -0.35rem#fff, 89.6vw 5.2vh 0 -0.28rem#fff, 94.6vw 1.3vh 0 -0.01rem#fff, 53vw 46.4vh 0 -0.32rem#fff, 20.8vw 42.3vh 0 -0.23rem#fff, 69.5vw 19.9vh 0 -0.38rem#fff, 72.6vw 67.3vh 0 -0.37rem#fff, 84.3vw 5.7vh 0 -0.21rem#fff, 35.8vw 74.7vh 0 -0.3rem#fff, 12.5vw 44.9vh 0 -0.04rem#fff, 20.8vw 91.5vh 0 -0.2rem#fff, 19.9vw 54.1vh 0 -0.03rem#fff, 69.3vw 83.2vh 0 -0.16rem#fff, 74.1vw 88.6vh 0 -0.02rem#fff, 39.3vw 2.2vh 0 -0.3rem#fff, 76.3vw 24.3vh 0 -0.27rem#fff, 79.8vw 21.1vh 0 -0.31rem#fff, 79.8vw 4vh 0 -0.25rem#fff, 14.8vw 85.4vh 0 -0.22rem#fff, 37.9vw 71.3vh 0 -0.09rem#fff, 69.9vw 60.4vh 0 -0.4rem#fff, 40.8vw 34.2vh 0 -0.25rem#fff, 14.7vw 22.6vh 0 -0.09rem#fff, 46.6vw 5.8vh 0 -0.28rem#fff, 32.2vw 73.8vh 0 -0.48rem#fff, 94.7vw 25.8vh 0 -0.34rem#fff, 69.5vw 38.5vh 0 -0.19rem#fff, 34.8vw 63.8vh 0 -0.21rem#fff, 68.2vw 38.7vh 0 -0.25rem#fff, 86.6vw 7.1vh 0 -0.03rem#fff, 50.4vw 54.9vh 0 -0.02rem#fff, 9.2vw 66.9vh 0 -0.5rem#fff, 58vw 69vh 0 -0.11rem#fff, 44.7vw 89.7vh 0 -0.09rem#fff, 50.2vw 87.3vh 0 -0.22rem#fff, 1.2vw 52vh 0 -0.34rem#fff, 17.9vw 17.6vh 0 -0.14rem#fff, 93.7vw 91.5vh 0 -0.2rem#fff, 91.9vw 81vh 0 -0.14rem#fff, 77.1vw 45.4vh 0 -0.49rem#fff, 7.6vw 44vh 0 -0.3rem#fff, 23.8vw 26.3vh 0 -0.12rem#fff, 67.1vw 31.7vh 0 -0.11rem#fff, 64.1vw 50.3vh 0 -0.29rem#fff, 97vw 96.9vh 0 -0.04rem#fff, 20.8vw 47.3vh 0 -0.04rem#fff, 61.6vw 23.6vh 0 -0.14rem#fff, 98vw 17vh 0 -0.27rem#fff, 42.8vw 43vh 0 -0.25rem#fff, 60.7vw 91.8vh 0 -0.06rem#fff, 7.7vw 43.3vh 0 -0.16rem#fff, 34.6vw 36.2vh 0 -0.03rem#fff, 15.5vw 82.9vh 0 -0.1rem#fff, 15.3vw 87.6vh 0 -0.42rem#fff, 64.4vw 2.5vh 0 -0.34rem#fff, 31.2vw 83.1vh 0 -0.03rem#fff, 41.1vw 80.4vh 0 -0.35rem#fff, 14vw 83.4vh 0 -0.25rem#fff, 98.8vw 13.5vh 0 -0.08rem#fff, 22.8vw 74.4vh 0 -0.02rem#fff, 53.4vw 90.3vh 0 -0.32rem#fff, 57vw 71.7vh 0 -0.04rem#fff, 17.5vw 95vh 0 -0.49rem#fff, 27.3vw 49.1vh 0 -0.18rem#fff, 6.9vw 98.6vh 0 -0.33rem#fff, 92.3vw 29.9vh 0 -0.07rem#fff, 28.3vw 34.7vh 0 -0.44rem#fff, 26.8vw 64.3vh 0 -0.11rem#fff, 97.2vw 89.8vh 0 -0.11rem#fff, 5.7vw 9.6vh 0 -0.07rem#fff, 97vw 31.1vh 0 -0.21rem#fff, 42.3vw 3.2vh 0 -0.34rem#fff, 84.8vw 24vh 0 -0.26rem#fff, 74.3vw 99.6vh 0 -0.18rem#fff, 56.8vw 51vh 0 -0.17rem#fff, 26.4vw 2.1vh 0 -0.09rem#fff, 51.2vw 85.2vh 0 -0.17rem#fff, 94.5vw 56.2vh 0 -0.45rem#fff, 10.6vw 20.8vh 0 -0.45rem#fff, 57.6vw 22.5vh 0 -0.24rem#fff, 38.8vw 32.1vh 0 -0.36rem#fff, 35.9vw 66.1vh 0 -0.4rem#fff, 15.4vw 76.8vh 0 -0.31rem#fff, 46vw 91.1vh 0 -0.08rem#fff, 5.2vw 16.5vh 0 -0.49rem#fff, 62.3vw 44.4vh 0 -0.05rem#fff, 59.9vw 37.7vh 0 -0.02rem#fff, 88.2vw 64.2vh 0 -0.28rem#fff, 1.3vw 80.2vh 0 -0.04rem#fff, 0.6vw 30.3vh 0 -0.45rem#fff, 50.9vw 23vh 0 -0.25rem#fff, 35.4vw 10.6vh 0 -0.16rem#fff, 38vw 13.8vh 0 -0.2rem#fff, 49.9vw 53.3vh 0 -0.05rem#fff, 20.5vw 53.8vh 0 -0.3rem#fff, 64.6vw 39.6vh 0 -0.22rem#fff, 52.4vw 33.8vh 0 -0.24rem#fff, 78.7vw 28.8vh 0 -0.12rem#fff, 79.9vw 46.5vh 0 -0.06rem#fff, 70.5vw 39.5vh 0 -0.48rem#fff, 39.9vw 60.7vh 0 -0.12rem#fff, 35.5vw 17.6vh 0 -0.43rem#fff, 97.6vw 52.7vh 0 -0.08rem#fff, 66.5vw 13.1vh 0 -0.29rem#fff, 94.3vw 66.3vh 0 -0.19rem#fff, 93.4vw 21.2vh 0 -0.5rem#fff, 39.7vw 17.5vh 0 -0.39rem#fff, 52.4vw 87.2vh 0 -0.08rem#fff, 19.2vw 88vh 0 -0.38rem#fff, 8vw 25.6vh 0 -0.21rem#fff, 80.8vw 59.9vh 0 -0.32rem#fff, 13.9vw 76.9vh 0 -0.23rem#fff, 67.1vw 2.9vh 0 -0.05rem#fff, 68.9vw 12.1vh 0 -0.43rem#fff, 28.3vw 96.2vh 0 -0.44rem#fff, 73.6vw 94.9vh 0 -0.28rem#fff, 12.2vw 29.2vh 0 -0.41rem#fff, 62.6vw 27.5vh 0 -0.49rem#fff, 1.5vw 9.7vh 0 -0.31rem#fff, 84.3vw 28.2vh 0 -0.31rem#fff, 14.8vw 53.9vh 0 -0.39rem#fff, 67.3vw 4vh 0 -0.06rem#fff, 79.5vw 1.9vh 0 -0.38rem#fff, 94.2vw 34.2vh 0 -0.24rem#fff, 24.7vw 43.9vh 0 -0.48rem#fff, 67.1vw 63.5vh 0 -0.07rem#fff, 65.1vw 33.1vh 0 -0.49rem#fff, 81.4vw 9.6vh 0 -0.23rem#fff, 54.7vw 6vh 0 -0.47rem#fff, 54.7vw 64.3vh 0 -0.37rem#fff, 59.6vw 95.1vh 0 -0.18rem#fff, 46.2vw 22.7vh 0 -0.3rem#fff, 25vw 27.3vh 0 -0.44rem#fff, 2.7vw 33.1vh 0 -0.05rem#fff, 76.2vw 85.6vh 0 -0.22rem#fff, 73.3vw 64.4vh 0 -0.31rem#fff, 23.8vw 52.1vh 0 -0.08rem#fff, 82.1vw 19.9vh 0 -0.03rem#fff, 76.7vw 2.8vh 0 -0.3rem#fff, 41.1vw 85vh 0 -0.27rem#fff, 44.6vw 71.3vh 0 -0.18rem#fff, 10.5vw 78.7vh 0 -0.23rem#fff, 83.6vw 86.5vh 0 -0.48rem#fff, 50.9vw 45.8vh 0 -0.05rem#fff, 32.4vw 94.9vh 0 -0.24rem#fff, 99.8vw 20.9vh 0 -0.16rem#fff, 62.4vw 3.2vh 0 -0.22rem#fff, 43.3vw 48.8vh 0 -0.11rem#fff, 73.9vw 68.1vh 0 -0.42rem#fff, 6.1vw 65.5vh 0 -0.04rem#fff, 72.4vw 29.4vh 0 -0.09rem#fff, 3.7vw 86.1vh 0 -0.4rem#fff, 4.6vw 97.6vh 0 -0.23rem#fff, 98.8vw 38.7vh 0 -0.3rem#fff, 86.7vw 92.8vh 0 -0.23rem#fff, 79.3vw 36.5vh 0 -0.13rem#fff, 2.3vw 30.6vh 0 -0.18rem#fff, 28.8vw 80vh 0 -0.36rem#fff, 49.3vw 58.7vh 0 -0.32rem#fff, 90.5vw 5.5vh 0 -0.01rem#fff, 21.2vw 53.4vh 0 -0.02rem#fff, 11.8vw 2.4vh 0 -0.22rem#fff, 38.8vw 46.8vh 0 -0.25rem#fff, 69.6vw 55.9vh 0 -0.07rem#fff, 76.8vw 33.3vh 0 -0.39rem#fff, 16.5vw 96vh 0 -0.33rem#fff, 83.3vw 69.1vh 0 -0.4rem#fff, 47.9vw 23.8vh 0 -0.06rem#fff, 44.3vw 32.4vh 0 -0.49rem#fff, 3.5vw 39.7vh 0 -0.42rem#fff, 69.4vw 86vh 0 -0.09rem#fff, 44vw 43vh 0 -0.13rem#fff, 73vw 92.2vh 0 -0.34rem#fff, 20.9vw 80.6vh 0 -0.07rem#fff, 60vw 39.2vh 0 -0.38rem#fff, 58.5vw 50vh 0 -0.26rem#fff, 18vw 22.4vh 0 -0.02rem#fff, 66.1vw 42.1vh 0 -0.41rem#fff, 24.3vw 67.2vh 0 -0.27rem#fff, 42.4vw 65.4vh 0 -0.41rem#fff, 66.8vw 89.4vh 0 -0.34rem#fff, 34.8vw 31.2vh 0 -0.49rem#fff, 87.2vw 29.6vh 0 -0.07rem#fff, 11.8vw 74.3vh 0 -0.15rem#fff, 94.1vw 43.7vh 0 -0.43rem#fff, 18.1vw 63.8vh 0 -0.17rem#fff, 3.6vw 45.5vh 0 -0.2rem#fff, 90.2vw 70.4vh 0 -0.1rem#fff, 36.5vw 1.2vh 0 -0.42rem#fff, 87vw 86.6vh 0 -0.17rem#fff, 10.5vw 17.2vh 0 -0.41rem#fff, 70.2vw 99.4vh 0 -0.18rem#fff, 28.1vw 66.8vh 0 -0.09rem#fff;
    animation-duration: 6s;
}

.layer1.a {
    animation-delay: -3s;
}

.layer2 {
    width: 1.2rem;
    height: 1.2rem;
    filter: blur(3px);
    box-shadow: 72.5vw 75.7vh 0 -0.19rem#fff, 80.3vw 73.5vh 0 -0.41rem#fff, 73.4vw 27.4vh 0 -0.21rem#fff, 74.5vw 71.4vh 0 -0.09rem#fff, 62.2vw 13.2vh 0 -0.31rem#fff, 11.3vw 90.9vh 0 -0.43rem#fff, 26.3vw 73vh 0 -0.19rem#fff, 26.5vw 2.4vh 0 -0.12rem#fff, 0.5vw 42.4vh 0 -0.29rem#fff, 47.4vw 60.5vh 0 -0.2rem#fff, 90.8vw 37.1vh 0 -0.03rem#fff, 25.6vw 96.2vh 0 -0.26rem#fff, 74.4vw 54.7vh 0 -0.44rem#fff, 20.5vw 43.7vh 0 -0.07rem#fff, 77.6vw 7.4vh 0 -0.14rem#fff, 59.7vw 79.3vh 0 -0.1rem#fff, 10.8vw 40.5vh 0 -0.06rem#fff, 20.1vw 19.2vh 0 -0.23rem#fff, 95.8vw 86.8vh 0 -0.09rem#fff, 48.8vw 77.1vh 0 -0.16rem#fff, 17.2vw 82.3vh 0 -0.16rem#fff, 53.2vw 84.2vh 0 -0.39rem#fff, 22.6vw 88.7vh 0 -0.09rem#fff, 63.8vw 25.5vh 0 -0.37rem#fff, 54.6vw 98vh 0 -0.21rem#fff, 28.4vw 18.7vh 0 -0.19rem#fff, 23.4vw 46.6vh 0 -0.39rem#fff, 39.9vw 64.9vh 0 -0.07rem#fff, 88.6vw 90.7vh 0 -0.38rem#fff, 20.2vw 17vh 0 -0.41rem#fff, 27.1vw 58.2vh 0 -0.1rem#fff, 3.4vw 55.2vh 0 -0.48rem#fff, 7.1vw 30.3vh 0 -0.29rem#fff, 42.4vw 29.1vh 0 -0.08rem#fff, 20.1vw 79.5vh 0 -0.17rem#fff, 48vw 86.2vh 0 -0.32rem#fff, 25.3vw 99.7vh 0 -0.32rem#fff, 51.9vw 83.2vh 0 -0.46rem#fff, 45vw 74.8vh 0 -0.44rem#fff, 28.2vw 95.6vh 0 -0.4rem#fff, 24.7vw 91.9vh 0 -0.03rem#fff, 26.7vw 86vh 0 -0.44rem#fff, 8.6vw 56.4vh 0 -0.28rem#fff, 90.2vw 48.9vh 0 -0.15rem#fff, 66vw 57.7vh 0 -0.28rem#fff, 65.7vw 13.5vh 0 -0.18rem#fff, 80.4vw 64vh 0 -0.09rem#fff, 86.6vw 86.3vh 0 -0.21rem#fff, 45.2vw 30.1vh 0 -0.49rem#fff, 62.4vw 25.4vh 0 -0.23rem#fff, 88.9vw 58.9vh 0 -0.27rem#fff, 64.6vw 4.6vh 0 -0.27rem#fff, 45vw 78.2vh 0 -0.43rem#fff, 24.9vw 20.2vh 0 -0.4rem#fff, 36.7vw 48vh 0 -0.49rem#fff, 2.4vw 83.6vh 0 -0.18rem#fff, 43.4vw 34.1vh 0 -0.15rem#fff, 2vw 36vh 0 -0.47rem#fff, 61.7vw 33.5vh 0 -0.39rem#fff, 11.6vw 21.9vh 0 -0.27rem#fff, 91.3vw 3.4vh 0 -0.18rem#fff, 29.8vw 65.4vh 0 -0.23rem#fff, 96.6vw 49.5vh 0 -0.41rem#fff, 0.7vw 46.1vh 0 -0.28rem#fff, 45.3vw 97.1vh 0 -0.16rem#fff, 5vw 51.5vh 0 -0.1rem#fff, 88.5vw 71.5vh 0 -0.03rem#fff, 33.8vw 37.7vh 0 -0.36rem#fff, 27.6vw 42.9vh 0 -0.17rem#fff, 72.6vw 16.9vh 0 -0.42rem#fff, 26.5vw 12.9vh 0 -0.4rem#fff, 1.4vw 23.7vh 0 -0.37rem#fff, 17vw 70.2vh 0 -0.24rem#fff, 1.7vw 59.4vh 0 -0.43rem#fff, 34.2vw 73vh 0 -0.28rem#fff, 79.7vw 45.3vh 0 -0.47rem#fff, 6.3vw 80.3vh 0 -0.34rem#fff, 68.5vw 41.7vh 0 -0.33rem#fff, 92.4vw 96vh 0 -0.08rem#fff, 84.1vw 90.1vh 0 -0.12rem#fff, 85.5vw 97.7vh 0 -0.41rem#fff, 41.4vw 85.3vh 0 -0.43rem#fff, 66.7vw 19.9vh 0 -0.48rem#fff, 46.1vw 14.7vh 0 -0.13rem#fff, 54.5vw 83.4vh 0 -0.25rem#fff, 24.3vw 33.5vh 0 -0.46rem#fff, 2.6vw 99vh 0 -0.19rem#fff, 84.4vw 76.7vh 0 -0.46rem#fff, 8.7vw 66.5vh 0 -0.27rem#fff, 79vw 7.3vh 0 -0.43rem#fff, 64.9vw 41.7vh 0 -0.16rem#fff, 33.1vw 88.4vh 0 -0.17rem#fff, 28.4vw 27.8vh 0 -0.01rem#fff, 31.4vw 35.4vh 0 -0.25rem#fff, 45.7vw 99.6vh 0 -0.4rem#fff, 35.8vw 74.3vh 0 -0.27rem#fff, 49.1vw 22.1vh 0 -0.09rem#fff, 8.5vw 37vh 0 -0.37rem#fff, 64.8vw 47.3vh 0 -0.48rem#fff, 8.2vw 81.2vh 0 -0.44rem#fff, 20.5vw 36.1vh 0 -0.27rem#fff, 65.6vw 69.7vh 0 -0.11rem#fff, 37.2vw 34.8vh 0 -0.32rem#fff, 50.3vw 44.3vh 0 -0.12rem#fff, 97.2vw 47.5vh 0 -0.46rem#fff, 32vw 71vh 0 -0.23rem#fff, 79.7vw 62.4vh 0 -0.02rem#fff, 98.5vw 31.4vh 0 -0.41rem#fff, 9.3vw 86.9vh 0 -0.36rem#fff, 77.6vw 93.2vh 0 -0.37rem#fff, 4.5vw 70.1vh 0 -0.37rem#fff, 25.2vw 64.7vh 0 -0.07rem#fff, 98vw 8.4vh 0 -0.21rem#fff, 9.1vw 97.9vh 0 -0.4rem#fff, 63.1vw 7.1vh 0 -0.26rem#fff, 15.8vw 42.7vh 0 -0.15rem#fff, 80.2vw 9.7vh 0 -0.23rem#fff, 69.1vw 79.7vh 0 -0.19rem#fff, 15.5vw 55vh 0 -0.26rem#fff, 26.6vw 41vh 0 -0.29rem#fff, 21.4vw 30.7vh 0 -0.25rem#fff, 51.2vw 51.5vh 0 -0.13rem#fff, 80.3vw 22vh 0 -0.34rem#fff, 45.4vw 13.2vh 0 -0.5rem#fff, 79.1vw 26.5vh 0 -0.13rem#fff, 70.1vw 62.6vh 0 -0.44rem#fff, 12.6vw 75.2vh 0 -0.19rem#fff, 75.7vw 46.9vh 0 -0.09rem#fff, 12.9vw 29.4vh 0 -0.26rem#fff, 94.2vw 97.2vh 0 -0.05rem#fff, 99.5vw 42.1vh 0 -0.16rem#fff, 96.6vw 68.2vh 0 -0.26rem#fff, 32.3vw 54.4vh 0 -0.14rem#fff, 35.3vw 84.2vh 0 -0.18rem#fff, 13.6vw 93.5vh 0 -0.06rem#fff, 99.3vw 76vh 0 -0.5rem#fff, 35.3vw 12.3vh 0 -0.03rem#fff, 80.6vw 6.4vh 0 -0.4rem#fff, 75.6vw 74.2vh 0 -0.32rem#fff, 76.9vw 82.4vh 0 -0.36rem#fff, 53.1vw 79.1vh 0 -0.18rem#fff, 54.1vw 18.3vh 0 -0.1rem#fff, 59.9vw 15.5vh 0 -0.33rem#fff, 7vw 39.2vh 0 -0.32rem#fff, 2.5vw 41vh 0 -0.22rem#fff, 75.3vw 13.4vh 0 -0.16rem#fff, 21.8vw 30.8vh 0 -0.17rem#fff, 76.6vw 69.9vh 0 -0.46rem#fff, 39.4vw 88.3vh 0 -0.32rem#fff, 74.8vw 11.6vh 0 -0.08rem#fff, 21.4vw 24.1vh 0 -0.22rem#fff, 14.6vw 30.8vh 0 -0.36rem#fff, 88.4vw 94.2vh 0 -0.06rem#fff, 49.7vw 82.9vh 0 -0.04rem#fff, 58.3vw 19.8vh 0 -0.01rem#fff, 57.7vw 82.6vh 0 -0.07rem#fff, 0.4vw 38.4vh 0 -0.48rem#fff, 35.4vw 64.2vh 0 -0.27rem#fff, 14.6vw 71.6vh 0 -0.1rem#fff, 84.3vw 41.8vh 0 -0.21rem#fff, 78.6vw 29.8vh 0 -0.11rem#fff, 61.1vw 6vh 0 -0.11rem#fff, 55.1vw 57.5vh 0 -0.14rem#fff, 40vw 22.1vh 0 -0.08rem#fff, 96.8vw 80.8vh 0 -0.23rem#fff, 54vw 35.1vh 0 -0.29rem#fff, 13.5vw 48.5vh 0 -0.25rem#fff, 22vw 59.7vh 0 -0.48rem#fff, 33.5vw 35.9vh 0 -0.2rem#fff, 83.1vw 63.2vh 0 -0.09rem#fff, 81.8vw 71.5vh 0 -0.07rem#fff, 42.2vw 38.2vh 0 -0.4rem#fff, 11.7vw 94.9vh 0 -0.31rem#fff, 2.3vw 18vh 0 -0.04rem#fff, 7.1vw 11.1vh 0 -0.25rem#fff, 28vw 27.5vh 0 -0.05rem#fff, 16.8vw 45.3vh 0 -0.31rem#fff, 77.1vw 11.9vh 0 -0.23rem#fff, 40.5vw 50.5vh 0 -0.3rem#fff, 98vw 20vh 0 -0.35rem#fff, 96.7vw 0.6vh 0 -0.34rem#fff, 33.5vw 25.5vh 0 -0.47rem#fff, 56.3vw 84.1vh 0 -0.31rem#fff, 87.7vw 66.7vh 0 -0.04rem#fff, 58.4vw 48.2vh 0 -0.2rem#fff, 90.7vw 98.9vh 0 -0.44rem#fff, 10.2vw 20vh 0 -0.39rem#fff, 98.9vw 98.2vh 0 -0.16rem#fff, 21vw 25.4vh 0 -0.45rem#fff, 72.1vw 22.7vh 0 -0.15rem#fff, 0.9vw 19.1vh 0 -0.13rem#fff, 2.9vw 0.2vh 0 -0.06rem#fff, 90.2vw 5.8vh 0 -0.08rem#fff, 24vw 4.8vh 0 -0.38rem#fff, 32.5vw 37.2vh 0 -0.28rem#fff, 87.1vw 96.9vh 0 -0.43rem#fff, 75.1vw 92vh 0 -0.24rem#fff, 91.6vw 35.7vh 0 -0.4rem#fff, 28.8vw 49.1vh 0 -0.02rem#fff, 63.1vw 84.7vh 0 -0.47rem#fff, 42.5vw 36.9vh 0 -0.32rem#fff, 48.7vw 55.8vh 0 -0.09rem#fff, 95vw 52.1vh 0 -0.1rem#fff, 44.6vw 86.7vh 0 -0.12rem#fff, 96.6vw 2vh 0 -0.2rem#fff, 4.4vw 14.7vh 0 -0.35rem#fff, 51.1vw 77.9vh 0 -0.45rem#fff, 61.9vw 27.1vh 0 -0.35rem#fff, 22.4vw 19.5vh 0 -0.29rem#fff, 51.4vw 33vh 0 -0.37rem#fff, 81.7vw 84.2vh 0 -0.31rem#fff, 65.8vw 82.7vh 0 -0.08rem#fff, 12.3vw 69vh 0 -0.28rem#fff, 21.1vw 43vh 0 -0.4rem#fff, 70.5vw 54vh 0 -0.45rem#fff, 61.3vw 58.4vh 0 -0.11rem#fff, 67.2vw 4.5vh 0 -0.41rem#fff, 47.2vw 13.3vh 0 -0.43rem#fff, 57.9vw 4vh 0 -0.37rem#fff, 91.4vw 35.8vh 0 -0.07rem#fff, 86.3vw 16.7vh 0 -0.06rem#fff, 95.5vw 18.5vh 0 -0.06rem#fff, 84.5vw 28.6vh 0 -0.36rem#fff, 88.9vw 51.8vh 0 -0.05rem#fff, 74.4vw 10.9vh 0 -0.32rem#fff, 19.1vw 22.5vh 0 -0.39rem#fff, 80.9vw 36.9vh 0 -0.25rem#fff, 25.6vw 26.9vh 0 -0.15rem#fff, 41vw 85.5vh 0 -0.45rem#fff, 63.1vw 30.4vh 0 -0.1rem#fff, 12.5vw 75.2vh 0 -0.21rem#fff, 98.2vw 86.9vh 0 -0.08rem#fff, 91.2vw 57.4vh 0 -0.47rem#fff, 52.2vw 77.3vh 0 -0.16rem#fff, 28.6vw 53.7vh 0 -0.2rem#fff, 47.3vw 47.3vh 0 -0.32rem#fff, 9.8vw 65.4vh 0 -0.08rem#fff, 67.7vw 91.5vh 0 -0.19rem#fff, 9.3vw 50.1vh 0 -0.38rem#fff, 34.9vw 20.3vh 0 -0.43rem#fff, 92.9vw 50.1vh 0 -0.5rem#fff, 46.5vw 71.8vh 0 -0.4rem#fff, 97.3vw 35.2vh 0 -0.5rem#fff, 86.3vw 53.3vh 0 -0.5rem#fff, 80.8vw 37.1vh 0 -0.26rem#fff, 43.1vw 81vh 0 -0.04rem#fff, 89.2vw 11.8vh 0 -0.03rem#fff, 9.7vw 88.9vh 0 -0.15rem#fff, 93.3vw 45.9vh 0 -0.39rem#fff, 50.4vw 88.7vh 0 -0.46rem#fff, 23.5vw 19.6vh 0 -0.16rem#fff, 23.9vw 88vh 0 -0.47rem#fff, 1.4vw 36.5vh 0 -0.1rem#fff, 96.1vw 76.5vh 0 -0.2rem#fff, 6vw 17.8vh 0 -0.14rem#fff, 48.9vw 14.7vh 0 -0.49rem#fff, 65.8vw 31.5vh 0 -0.4rem#fff, 49.2vw 9.9vh 0 -0.41rem#fff, 35.4vw 74.4vh 0 -0.41rem#fff, 57.3vw 93.8vh 0 -0.49rem#fff, 49.1vw 11.2vh 0 -0.29rem#fff, 79.8vw 90.8vh 0 -0.32rem#fff, 1.7vw 75.6vh 0 -0.13rem#fff, 82.9vw 39.9vh 0 -0.24rem#fff, 19.5vw 77.6vh 0 -0.19rem#fff, 46.1vw 52.3vh 0 -0.38rem#fff, 21.6vw 91.1vh 0 -0.18rem#fff, 22.1vw 37.3vh 0 -0.38rem#fff, 87.2vw 99.6vh 0 -0.13rem#fff, 46.8vw 33.7vh 0 -0.4rem#fff, 53.8vw 89.5vh 0 -0.02rem#fff, 12.7vw 93.7vh 0 -0.17rem#fff, 83.1vw 27.6vh 0 -0.47rem#fff, 1.2vw 96.2vh 0 -0.24rem#fff, 90.2vw 81.9vh 0 -0.18rem#fff, 12vw 62.4vh 0 -0.29rem#fff, 72.6vw 74.1vh 0 -0.24rem#fff, 45.5vw 38.5vh 0 -0.3rem#fff, 89.1vw 12.8vh 0 -0.03rem#fff, 37.9vw 31vh 0 -0.07rem#fff, 76.7vw 71.8vh 0 -0.1rem#fff, 96.6vw 13.1vh 0 -0.5rem#fff, 93.4vw 41.6vh 0 -0.37rem#fff, 18.1vw 49.5vh 0 -0.35rem#fff, 46.5vw 28.7vh 0 -0.11rem#fff, 53.1vw 23.3vh 0 -0.24rem#fff, 45.7vw 72.5vh 0 -0.12rem#fff, 2.6vw 38.4vh 0 -0.06rem#fff, 15.8vw 38.6vh 0 -0.08rem#fff, 9.2vw 25.8vh 0 -0.31rem#fff, 40.8vw 29.8vh 0 -0.46rem#fff, 60.5vw 37.8vh 0 -0.23rem#fff, 70.6vw 21.2vh 0 -0.36rem#fff, 43.5vw 78.2vh 0 -0.04rem#fff, 69.1vw 26.9vh 0 -0.49rem#fff, 44.6vw 77.7vh 0 -0.21rem#fff, 91.7vw 61.1vh 0 -0.27rem#fff, 87.6vw 11.1vh 0 -0.41rem#fff, 46.6vw 83.6vh 0 -0.3rem#fff, 12.5vw 11.6vh 0 -0.28rem#fff;
    animation-duration: 8s;
}

.layer2.a {
    animation-delay: -4s;
}

.layer3 {
    width: 0.8rem;
    height: 0.8rem;
    filter: blur(6px);
    box-shadow: 67.4vw 39.4vh 0 -0.14rem#fff, 30.7vw 64.3vh 0 -0.27rem#fff, 41.8vw 41.6vh 0 -0.31rem#fff, 87.5vw 69.8vh 0 -0.2rem#fff, 67.8vw 49.1vh 0 -0.3rem#fff, 21.1vw 20.4vh 0 -0.03rem#fff, 40.3vw 55vh 0 -0.5rem#fff, 52.4vw 35.6vh 0 -0.15rem#fff, 32.3vw 20.3vh 0 -0.16rem#fff, 89.3vw 57.7vh 0 -0.18rem#fff, 64vw 93.7vh 0 -0.47rem#fff, 80.2vw 69.8vh 0 -0.25rem#fff, 10.2vw 0.8vh 0 -0.28rem#fff, 75.2vw 76.2vh 0 -0.37rem#fff, 17.8vw 1.8vh 0 -0.05rem#fff, 12vw 89vh 0 -0.14rem#fff, 2.9vw 22.3vh 0 -0.43rem#fff, 77vw 65vh 0 -0.29rem#fff, 1.8vw 73.2vh 0 -0.41rem#fff, 57.9vw 46.3vh 0 -0.43rem#fff, 66.4vw 46.8vh 0 -0.25rem#fff, 4.9vw 90.7vh 0 -0.45rem#fff, 0.4vw 91.3vh 0 -0.5rem#fff, 72vw 93.8vh 0 -0.39rem#fff, 59.4vw 37.8vh 0 -0.21rem#fff, 9.5vw 49.2vh 0 -0.35rem#fff, 26.9vw 36.5vh 0 -0.37rem#fff, 12.4vw 98.4vh 0 -0.12rem#fff, 7.6vw 78.3vh 0 -0.42rem#fff, 25.7vw 31.4vh 0 -0.38rem#fff, 77.4vw 77.7vh 0 -0.41rem#fff, 7.1vw 76.2vh 0 -0.01rem#fff, 9vw 5.3vh 0 -0.27rem#fff, 39.9vw 73.7vh 0 -0.3rem#fff, 20.8vw 4.1vh 0 -0.07rem#fff, 76.6vw 95.2vh 0 -0.13rem#fff, 51.6vw 83.7vh 0 -0.41rem#fff, 57.3vw 9.6vh 0 -0.38rem#fff, 96.3vw 96.6vh 0 -0.35rem#fff, 57.2vw 69.8vh 0 -0.04rem#fff, 86.4vw 82.8vh 0 -0.29rem#fff, 85.2vw 49.3vh 0 -0.47rem#fff, 12.5vw 66.2vh 0 -0.3rem#fff, 87.8vw 37.7vh 0 -0.11rem#fff, 33.5vw 41.1vh 0 -0.21rem#fff, 27.5vw 54.6vh 0 -0.2rem#fff, 69.8vw 21.1vh 0 -0.14rem#fff, 80.7vw 74.2vh 0 -0.25rem#fff, 5.4vw 85vh 0 -0.21rem#fff, 50.3vw 26.2vh 0 -0.5rem#fff, 69.2vw 66.8vh 0 -0.36rem#fff, 8.1vw 5.9vh 0 -0.03rem#fff, 25.7vw 83.3vh 0 -0.47rem#fff, 6.8vw 65.2vh 0 -0.37rem#fff, 48.5vw 87vh 0 -0.39rem#fff, 47.2vw 48.3vh 0 -0.09rem#fff, 61.9vw 44.4vh 0 -0.06rem#fff, 42.3vw 56.9vh 0 -0.07rem#fff, 72.7vw 2.3vh 0 -0.05rem#fff, 19.6vw 77.5vh 0 -0.06rem#fff, 9.1vw 15.2vh 0 -0.03rem#fff, 6.9vw 62.7vh 0 -0.25rem#fff, 36.8vw 97.7vh 0 -0.02rem#fff, 63.9vw 36.6vh 0 -0.14rem#fff, 79.2vw 61.9vh 0 -0.08rem#fff, 93.5vw 35.9vh 0 -0.1rem#fff, 79vw 74.8vh 0 -0.08rem#fff, 55.7vw 43.9vh 0 -0.49rem#fff, 48.6vw 55vh 0 -0.11rem#fff, 52vw 78.4vh 0 -0.31rem#fff, 1.6vw 53vh 0 -0.1rem#fff, 50.2vw 9.9vh 0 -0.21rem#fff, 19.7vw 53.6vh 0 -0.44rem#fff, 23.6vw 73vh 0 -0.34rem#fff, 1.4vw 79.6vh 0 -0.34rem#fff, 67.2vw 33.7vh 0 -0.07rem#fff, 54.9vw 50.5vh 0 -0.15rem#fff, 62.3vw 82.1vh 0 -0.12rem#fff, 83.9vw 35.9vh 0 -0.28rem#fff, 3.2vw 61.2vh 0 -0.48rem#fff, 39.2vw 4.6vh 0 -0.33rem#fff, 52.1vw 60.1vh 0 -0.25rem#fff, 74.5vw 28vh 0 -0.3rem#fff, 45.5vw 95.8vh 0 -0.37rem#fff, 53.9vw 33.7vh 0 -0.37rem#fff, 20.5vw 75.5vh 0 -0.11rem#fff, 99.3vw 3.2vh 0 -0.07rem#fff, 11.1vw 92.7vh 0 -0.11rem#fff, 71.8vw 38.6vh 0 -0.02rem#fff, 82.5vw 10.4vh 0 -0.03rem#fff, 76.3vw 39vh 0 -0.21rem#fff, 97.3vw 52.2vh 0 -0.17rem#fff, 1.3vw 34.3vh 0 -0.41rem#fff, 85.3vw 60.9vh 0 -0.1rem#fff, 55vw 44.5vh 0 -0.32rem#fff, 58.2vw 21.2vh 0 -0.17rem#fff, 89.7vw 47.7vh 0 -0.34rem#fff, 5.8vw 94vh 0 -0.16rem#fff, 32.1vw 76.8vh 0 -0.4rem#fff, 72.8vw 24.5vh 0 -0.02rem#fff, 5.5vw 14.4vh 0 -0.39rem#fff, 95.9vw 22vh 0 -0.31rem#fff, 30vw 87.3vh 0 -0.49rem#fff, 48.9vw 77.7vh 0 -0.13rem#fff, 43.7vw 2.4vh 0 -0.15rem#fff, 11.7vw 48.5vh 0 -0.08rem#fff, 48.8vw 47.3vh 0 -0.16rem#fff, 82.3vw 85.4vh 0 -0.02rem#fff, 35.5vw 64.9vh 0 -0.32rem#fff, 45.1vw 58.8vh 0 -0.42rem#fff, 17vw 30.2vh 0 -0.05rem#fff, 48.2vw 33.5vh 0 -0.43rem#fff, 48.4vw 12.8vh 0 -0.38rem#fff, 99.8vw 47.3vh 0 -0.06rem#fff, 46.1vw 35.5vh 0 -0.34rem#fff, 6.2vw 56.6vh 0 -0.39rem#fff, 87.4vw 46.7vh 0 -0.25rem#fff, 50.2vw 31.9vh 0 -0.29rem#fff, 46.6vw 16.3vh 0 -0.47rem#fff, 0.4vw 3.3vh 0 -0.16rem#fff, 40.9vw 4vh 0 -0.06rem#fff, 1.5vw 56.4vh 0 -0.41rem#fff, 3.7vw 71.7vh 0 -0.07rem#fff, 40.9vw 2.7vh 0 -0.39rem#fff, 90vw 89.5vh 0 -0.19rem#fff, 26.9vw 73.8vh 0 -0.03rem#fff, 25.2vw 0.2vh 0 -0.48rem#fff, 27.1vw 23.4vh 0 -0.13rem#fff, 62.4vw 58.1vh 0 -0.38rem#fff, 76.3vw 61.6vh 0 -0.46rem#fff, 70.6vw 85.6vh 0 -0.21rem#fff, 30.8vw 81.1vh 0 -0.34rem#fff, 21.1vw 60.4vh 0 -0.02rem#fff, 31.2vw 79.4vh 0 -0.34rem#fff, 91.7vw 56.4vh 0 -0.42rem#fff, 96.6vw 11.5vh 0 -0.23rem#fff, 1.9vw 60.4vh 0 -0.37rem#fff, 22.4vw 94.1vh 0 -0.5rem#fff, 61.3vw 68.3vh 0 -0.19rem#fff, 5.8vw 64.2vh 0 -0.45rem#fff, 88.3vw 82.5vh 0 -0.15rem#fff, 80.5vw 45.9vh 0 -0.48rem#fff, 56.8vw 22.7vh 0 -0.03rem#fff, 23.4vw 27.9vh 0 -0.13rem#fff, 89.4vw 25.5vh 0 -0.14rem#fff, 84.3vw 72.8vh 0 -0.49rem#fff, 73.8vw 60.5vh 0 -0.01rem#fff, 57vw 53vh 0 -0.13rem#fff, 22.3vw 75.4vh 0 -0.5rem#fff, 63vw 60.6vh 0 -0.13rem#fff, 40.8vw 50.7vh 0 -0.21rem#fff, 42.3vw 15.4vh 0 -0.45rem#fff, 45vw 46vh 0 -0.1rem#fff, 29.1vw 7vh 0 -0.07rem#fff, 9.3vw 75.7vh 0 -0.34rem#fff, 85.7vw 71.1vh 0 -0.33rem#fff, 70.9vw 47.4vh 0 -0.44rem#fff, 5.7vw 9vh 0 -0.31rem#fff, 53.6vw 3.2vh 0 -0.01rem#fff, 15.1vw 73.4vh 0 -0.38rem#fff, 52.2vw 93.9vh 0 -0.45rem#fff, 89.1vw 91.2vh 0 -0.37rem#fff, 8.3vw 11.5vh 0 -0.46rem#fff, 33.5vw 89.2vh 0 -0.32rem#fff, 32.8vw 1vh 0 -0.1rem#fff, 44.3vw 89.2vh 0 -0.49rem#fff, 25.4vw 25.4vh 0 -0.14rem#fff, 93.3vw 26.6vh 0 -0.13rem#fff, 10.5vw 4.3vh 0 -0.32rem#fff, 64vw 75.7vh 0 -0.32rem#fff, 95.4vw 27.3vh 0 -0.46rem#fff, 97.9vw 79vh 0 -0.02rem#fff, 61.6vw 88.2vh 0 -0.21rem#fff, 81.4vw 84vh 0 -0.24rem#fff, 64.4vw 17.5vh 0 -0.1rem#fff, 23.6vw 86vh 0 -0.46rem#fff, 0.9vw 89.3vh 0 -0.09rem#fff, 47vw 94.7vh 0 -0.04rem#fff, 28.2vw 35vh 0 -0.11rem#fff, 52.8vw 29.6vh 0 -0.1rem#fff, 46.9vw 97.2vh 0 -0.3rem#fff, 95.9vw 48.8vh 0 -0.2rem#fff, 42.7vw 37.7vh 0 -0.41rem#fff, 80.9vw 13.9vh 0 -0.45rem#fff, 93vw 77.1vh 0 -0.01rem#fff, 8.6vw 15.6vh 0 -0.02rem#fff, 66.4vw 65vh 0 -0.47rem#fff, 94.3vw 8.6vh 0 -0.2rem#fff, 38.9vw 78.4vh 0 -0.19rem#fff, 27.1vw 33.8vh 0 -0.13rem#fff, 19.7vw 83.5vh 0 -0.29rem#fff, 50.8vw 83.7vh 0 -0.29rem#fff, 1.5vw 37.6vh 0 -0.37rem#fff, 55.7vw 81.4vh 0 -0.18rem#fff, 3.4vw 72.3vh 0 -0.1rem#fff, 77.3vw 8.4vh 0 -0.2rem#fff, 85.1vw 14.3vh 0 -0.39rem#fff, 80.4vw 32.1vh 0 -0.01rem#fff, 60vw 88.3vh 0 -0.33rem#fff, 5.6vw 63.7vh 0 -0.22rem#fff, 62.4vw 95.2vh 0 -0.45rem#fff, 94.3vw 96.3vh 0 -0.29rem#fff, 6.2vw 72.1vh 0 -0.31rem#fff, 21.8vw 20.7vh 0 -0.36rem#fff, 15.2vw 41.1vh 0 -0.22rem#fff, 65.7vw 95.4vh 0 -0.02rem#fff, 39.5vw 88.3vh 0 -0.27rem#fff, 82vw 33vh 0 -0.4rem#fff, 55vw 42.8vh 0 -0.14rem#fff, 99.9vw 56.7vh 0 -0.09rem#fff, 2.4vw 70.2vh 0 -0.4rem#fff, 8.2vw 39.1vh 0 -0.42rem#fff, 18.1vw 40.2vh 0 -0.3rem#fff, 22.7vw 43.7vh 0 -0.17rem#fff, 23.4vw 88.8vh 0 -0.11rem#fff, 35.6vw 32.2vh 0 -0.35rem#fff, 96vw 86.9vh 0 -0.15rem#fff, 95.1vw 11.2vh 0 -0.22rem#fff, 80.2vw 81.8vh 0 -0.24rem#fff, 28.3vw 95.9vh 0 -0.33rem#fff, 59.7vw 88.4vh 0 -0.38rem#fff, 61.3vw 68.3vh 0 -0.11rem#fff, 11.4vw 40.4vh 0 -0.38rem#fff, 96.7vw 82.2vh 0 -0.49rem#fff, 84.6vw 98.5vh 0 -0.19rem#fff, 76.7vw 43.8vh 0 -0.35rem#fff, 5.4vw 12vh 0 -0.27rem#fff, 61.9vw 25.7vh 0 -0.21rem#fff, 91.6vw 31.2vh 0 -0.46rem#fff, 22.6vw 10.4vh 0 -0.25rem#fff, 19.3vw 14.9vh 0 -0.09rem#fff, 22.3vw 20.9vh 0 -0.18rem#fff, 3.3vw 78.8vh 0 -0.28rem#fff, 62vw 79vh 0 -0.11rem#fff, 16.1vw 16.4vh 0 -0.01rem#fff, 89.8vw 75.4vh 0 -0.44rem#fff, 42.4vw 45.5vh 0 -0.19rem#fff, 75.1vw 67.9vh 0 -0.19rem#fff, 36.1vw 64.9vh 0 -0.24rem#fff, 89.3vw 21.5vh 0 -0.15rem#fff, 24.6vw 98.6vh 0 -0.25rem#fff, 13.7vw 25.2vh 0 -0.42rem#fff, 1vw 99.9vh 0 -0.2rem#fff, 4.7vw 2.2vh 0 -0.19rem#fff, 100vw 47.5vh 0 -0.48rem#fff, 30.5vw 62.9vh 0 -0.34rem#fff, 68vw 81.2vh 0 -0.32rem#fff, 11.8vw 2.7vh 0 -0.36rem#fff, 27.3vw 46.2vh 0 -0.49rem#fff, 33.5vw 0.1vh 0 -0.07rem#fff, 13.3vw 7.3vh 0 -0.48rem#fff, 67.2vw 71.5vh 0 -0.23rem#fff, 76.8vw 20vh 0 -0.36rem#fff, 89.3vw 91.9vh 0 -0.28rem#fff, 23.4vw 4.5vh 0 -0.01rem#fff, 3.3vw 27.2vh 0 -0.16rem#fff, 63.3vw 86.1vh 0 -0.12rem#fff, 48.1vw 17.2vh 0 -0.34rem#fff, 86.2vw 73.2vh 0 -0.16rem#fff, 33.4vw 92.8vh 0 -0.43rem#fff, 34.3vw 56.9vh 0 -0.16rem#fff, 49.9vw 62.9vh 0 -0.06rem#fff, 80.3vw 58.9vh 0 -0.13rem#fff, 52.1vw 93.7vh 0 -0.35rem#fff, 51.2vw 8.4vh 0 -0.11rem#fff, 61.3vw 85.9vh 0 -0.46rem#fff, 28.2vw 8.1vh 0 -0.3rem#fff, 13.2vw 40.5vh 0 -0.08rem#fff, 76.5vw 38.4vh 0 -0.08rem#fff, 82.1vw 45.6vh 0 -0.09rem#fff, 78.9vw 28.2vh 0 -0.05rem#fff, 96.8vw 48.4vh 0 -0.13rem#fff, 18vw 97.7vh 0 -0.19rem#fff, 76.5vw 11.4vh 0 -0.03rem#fff, 46vw 11.3vh 0 -0.04rem#fff, 3vw 12.7vh 0 -0.04rem#fff, 1.1vw 81.7vh 0 -0.06rem#fff, 93.2vw 89.5vh 0 -0.19rem#fff, 25.5vw 1.7vh 0 -0.48rem#fff, 79vw 6.7vh 0 -0.06rem#fff, 10.6vw 89.5vh 0 -0.14rem#fff, 73.4vw 29.3vh 0 -0.18rem#fff, 59.3vw 11.2vh 0 -0.02rem#fff, 39.2vw 1vh 0 -0.1rem#fff, 88.4vw 37.4vh 0 -0.18rem#fff, 98.6vw 3.9vh 0 -0.32rem#fff, 51.5vw 57vh 0 -0.42rem#fff, 72.5vw 14.2vh 0 -0.4rem#fff, 57.9vw 42.1vh 0 -0.42rem#fff, 34vw 16.3vh 0 -0.45rem#fff, 93.6vw 68.3vh 0 -0.33rem#fff, 53.5vw 95.4vh 0 -0.39rem#fff, 90.8vw 90.6vh 0 -0.25rem#fff, 43.5vw 69.9vh 0 -0.08rem#fff, 65.4vw 80.4vh 0 -0.32rem#fff, 7.2vw 90vh 0 -0.4rem#fff, 15.6vw 77.3vh 0 -0.1rem#fff, 70.4vw 53.4vh 0 -0.28rem#fff, 31.2vw 77.5vh 0 -0.12rem#fff, 6.7vw 78.8vh 0 -0.16rem#fff;
    animation-duration: 10s;
}

.layer3.a {
    animation-delay: -5s;
}

@keyframes fall {
    100% {
        transform: translateY(200vh);
    }
}

@media(max-width: 560px) {
    .layer1 {
        width: 0.4rem;
        height: 0.4rem;
    }
    .layer2 {
        width: 0.35rem;
        height: 0.35rem;
    }
    .layer3 {
        width: 0.30rem;
        height: 0.30rem;
    }
}

body div#spopupCont {
    z-index: 9999999999999999 !important;
    position: relative;
}

body .palette2 .spopupbtnok {
    background: rgb(2 98 149); !important;
}

body a#plcy-lnk {
    color: rgb(2 98 149); !important;
    text-decoration: none;
}

span.credit {
    display: none !important;
}

.location {
    font-weight: 700;
}

.col-md-12.location {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.row.job-details {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.buttons-job {
    margin-bottom: 30px;
}

.career-post {
    padding: 30px 55px !important;
}

.career-post .col-md-12.location {
    margin-top: 4px !important;
}

body .loader.loaded {
    z-index: -1;
}

img.bad-guy {
    width: 600px;
    position: absolute;
    right: 1000px;
    display: block;
}

.page-id-6590 .modal-dialog {
    max-width: 1069px !important;
}

.modal-dialog iframe {
    width: 100% !important;
}