/* @import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:300,300i,400,400i,500,500i,700,700i,800,800i,900,900i&display=swap&subset=latin-ext,vietnamese'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap&subset=latin-ext,vietnamese');
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}


td,
th {
    padding: 0
}

@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.container {
    margin: 0 auto;
    position: relative;
    padding: 0 1rem;
    width: calc(100% - 2rem)
}

@media (min-width:480px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.flex-container {
    display: flex;
    flex-wrap: wrap
}

.row {
    margin: 0 -1rem
}


html {
    color: #14022e;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%
}

body {
    overflow-x: hidden;
    width: 100%
}
/* 
h1 {
    color: #14022e;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 1.4rem
}

@media (min-width:768px) {
    h1 {
        font-size: 2.8rem;
        line-height: calc(2.8rem * 1.2);
        margin: 0 0 2rem
    }
}

@media (min-width:992px) {
    h1 {
        font-size: 3rem;
        line-height: calc(3rem * 1.2)
    }
}

@media (min-width:1200px) {
    h1 {
        font-size: 3.5rem;
        line-height: calc(3.5rem * 1.2)
    }
}

h2 {
    color: #14022e;
    font-size: 1.6rem;
    line-height: calc(1.6rem * 1.3);
    font-weight: 700;
    margin: 0 0 1.2rem;
    width: 100%
}

@media (min-width:768px) {
    h2 {
        font-size: 2rem;
        line-height: calc(2rem * 1.3);
        margin: 0 0 1.6rem
    }
}

@media (min-width:992px) {
    h2 {
        font-size: 2.2rem;
        line-height: calc(2.2rem * 1.3)
    }
}

@media (min-width:1200px) {
    h2 {
        font-size: 2.5rem;
        line-height: calc(2.4rem * 1.3)
    }
}

h3 {
    color: #14022e;
    font-size: 1.4rem;
    line-height: calc(1.4rem * 1.3);
    margin: 0 0 1rem;
    font-weight: 700;
    width: 100%
}

@media (min-width:768px) {
    h3 {
        font-size: 1.6rem;
        line-height: calc(1.6rem * 1.3);
        margin: 0 0 1.2rem
    }
}

@media (min-width:992px) {
    h3 {
        font-size: 1.7rem;
        line-height: calc(1.7rem * 1.3)
    }
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.8rem;
        line-height: calc(1.8rem * 1.3)
    }
} */
h1 {
    color: #14022e;
    font-size: 2.2rem;
    line-height: calc(2.2rem * 1.3);
    font-weight: 700;
    margin: 0 0 1.4rem
}
h2 {
    color: #14022e;
    font-size: 1.6rem;
    line-height: calc(1.6rem * 1.3);
    font-weight: 700;
    margin: 0 0 1.2rem;
    width: 100%
}
h3 {
    color: #14022e;
    font-size: 1.4rem;
    line-height: calc(1.4rem * 1.3);
    margin: 0 0 1rem;
    font-weight: 700;
    width: 100%
}
h1:empty, h2:empty, h3:empty, h4:empty {display: none;}
p {
    margin: 0 0 1rem;
    padding: 0
}

a,
ol,
p,
ul {
    font-size: 1rem;
    line-height: 1.8rem
}

img {
    display: block;
    height: auto
}

ul {
    margin: 0 0 1rem;
    width: calc(100% - 40px)
}

a {
    color: #14022e;
    text-decoration: none
}

a:hover,
a:focus {
    color: #14022e
}

.find-out-more {
    border-bottom: 3px solid transparent
}

b,
strong {
    font-weight: 600
}

q {
    font-family: Georgia, serif;
    font-style: italic;
    color: rgba(0, 0, 0, .8);
    margin: 0;
    padding: 0 40px;
    line-height: 1.45;
    position: relative;
    max-width: 900px;
    display: block;
    font-size: 1.2rem;
    font-weight: 300;
    width: calc(100% - 80px)
}

@media (min-width:992px) {
    q {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

@media (min-width:1200px) {
    q {
        font-size: 1.6rem;
        line-height: 2.2rem
    }
}

q:after,
q:before {
    display: none
}

q:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    line-height: 80px;
    position: absolute;
    left: -20px;
    top: -5px;
    color: rgba(0, 0, 0, .8)
}

cite {
    color: rgba(0, 0, 0, .8);
    margin: 1.2rem 0 0;
    padding: 0 40px;
    display: block
}

.btn {
    border: 0;
    background: #14022e;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.8rem;
    margin: 1rem 0 0;
    padding: 1rem 1.4rem;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    padding-right:30px;
    white-space: nowrap;
}

.btn:after {
    content: "\f105";
    color: #a8cb40;
    display: inline-block;
    font-family: Font Awesome\ 5 pro;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1rem;
    vertical-align: middle;
    position:absolute;
    top:50%;
    transform:translate(0, -50%);
    right:10px;
}

.btn.active,
.btn:focus,
.btn:hover {
    background: #a8cb40;
    border: 0;
    color: #14022e
}

.btn.active:after,
.btn:focus:after,
.btn:hover:after {
    color: #14022e
}

.btn.external:after {
    content: '\f35d';
    font-family: Font Awesome\ 5 pro;
    font-weight: 600;
    margin: 0 0 0 .5rem
}

.find-out-more {
    border: 0;
    color: #14022e;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    outline: 0;
    line-height: 1.3rem;
    text-decoration: none;
    text-transform: uppercase
}

.find-out-more:hover,
.find-out-morefocus {
    border: 0;
    color: #a8cb40
}

.find-out-more:after {
    content: "\f105";
    color: #a8cb40;
    font-family: Font Awesome\ 5 pro;
    font-weight: 600;
    margin: 0 0 0 2rem
}

.find-out-more.external:after {
    content: '\f35d';
    font-family: Font Awesome\ 5 pro;
    font-weight: 600;
    margin: 0 0 0 .5rem
}

.dark {
    background: #f0f0f0 !important
}

.light {
    background: #fff !important
}

@media (min-width:992px) {
    header {
        position: relative;
        z-index: 100
    }
}

header .header-top .header-top-container {
    border-bottom: 1px solid #c8c4cd;
    padding: 1rem 0
}

header .header-top nav {
    margin-left: auto;
    max-width: 300px;
    width: 100%
}
@media (max-width:992px) {
    header .header-top nav {
        margin-left: auto;
        max-width: 100%;
        width: 100%
    }
}

header .header-top nav ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
}

header .header-top nav ul li {
    list-style: none
}

header .header-top nav ul li a {
    border: 0;
    color: #14022e;
    font-size: .7rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase
}
header .header-top nav ul li a i {
    font-size: 14px
}

@media (min-width:768px) {
    header .header-top nav ul li a {
        font-size: .8rem
    }
    header .header-top nav ul li a i {
        font-size: 14px
    }
    header .header-top nav ul {
        justify-content: flex-end;
    }
}

header .header-top nav ul li a.active,
header .header-top nav ul li a:focus,
header .header-top nav ul li a:hover {
    color: #a8cb40
}

header .header-main {
    padding: 2rem 0;
}

@media (min-width:992px) {
    header .header-main {
        padding: 0
    }
}

header .header-main .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    padding: 1rem 0;
}

header .header-main a {
    border: 0
}

header .header-main audio img {
    display: block;
    height: 38px;
}

@media (min-width:768px) {
    header .header-main a img {
        height: auto;
    }
}

header .header-main .nav-toggle {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    height: 1em;
    margin: 0;
    position: relative;
    text-align: center;
    width: 1em;
    z-index: 101
}

header .header-main .nav-toggle .nav-toggle-line {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #14022e;
    position: absolute;
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
    z-index: 101
}

header .header-main .nav-toggle .nav-toggle-line:nth-child(1) {
    top: 20%
}

header .header-main .nav-toggle .nav-toggle-line:nth-child(2) {
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

header .header-main .nav-toggle .nav-toggle-line:nth-child(3) {
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

header .header-main .nav-toggle .nav-toggle-line:nth-child(4) {
    bottom: 20%
}

header .header-main .nav-toggle.active {
    position: fixed;
    right: 1rem;
    top: 1rem
}

header .header-main .nav-toggle.active .nav-toggle-line {
    background-color: #fff
}

header .header-main .nav-toggle.active .nav-toggle-line:nth-child(1) {
    transform: scaleX(0);
    transition: none
}

header .header-main .nav-toggle.active .nav-toggle-line:nth-child(2) {
    transform: translate3d(0, -50%, 0) rotate(45deg)
}

header .header-main .nav-toggle.active .nav-toggle-line:nth-child(3) {
    transform: translate3d(0, -50%, 0) rotate(-45deg)
}

header .header-main .nav-toggle.active .nav-toggle-line:nth-child(4) {
    transform: scaleX(0);
    transition: none
}

@media (min-width:992px) {
    header .header-main .nav-toggle {
        display: none;
        visibility: hidden
    }
}

@media (min-width:768px) {
    header .header-main nav {
        width: 80%
    }
}

@media (min-width:992px) {
    header .header-main nav {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
}

@media (min-width:1200px) {
    header .header-main nav {
        width: calc(100% - 20px);
    }
}

header .header-main nav ul {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    padding: 0 0 0 2%;
    width: 98%;
    flex-wrap: wrap;
}

header .header-main nav ul li {
    list-style: none;
    padding: 10px;
    position: relative
}

@media (min-width:992px) {
    header .header-main nav ul li {
        border: 0
    }
}

header .header-main nav ul li a {
    border: 0;
    color: #14022e;
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none
}

@media (min-width:992px) {
    header .header-main nav ul li a {
        font-size: 1rem
    }
}

header .header-main nav ul li a.active,
header .header-main nav ul li a:focus,
header .header-main nav ul li a:hover {
    color: #a8cb40
}

@media (min-width:992px) {
    header .header-main nav ul li:hover ul {
        height: auto;
        opacity: 1
    }
}

header .header-main nav ul .back {
    display: none
}

header .header-main nav ul ul {
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    height: 0;
    left: 50%;
    margin: 0;
    min-width: 400px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    transition: opacity .4s ease;
    transform: translateX(-50%);
    top: 78%;
    width: 150%;
    z-index: 10;
}

header .header-main nav ul ul:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #a8cb40;
    content: '';
    height: 0;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    top: 0;
    width: 0
}

header .header-main nav ul ul li {
    background: #a8cb40;
    padding: 0;
    width: 100%
}

header .header-main nav ul ul li:nth-child(2) {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}

header .header-main nav ul ul li a {
    border-bottom: 1px solid #c3db7c;
    color: #fff;
    display: block;
    padding: 1rem;
    text-transform: none
}

header .header-main nav ul ul li a.active,
header .header-main nav ul ul li a:focus,
header .header-main nav ul ul li a:hover {
    color: #14022e
}

header .header-main nav ul ul li:last-of-type a {
    border: 0
}

@media (max-width:991px) {
    header .header-main nav {
        background: #14022e;
        height: 100%;
        opacity: 0;
        position: fixed;
        right: -100%;
        top: 0;
        transition: opacity .4s ease;
        width: 100%;
        z-index: 100
    }

    header .header-main nav.active {
        right: 0;
        opacity: 1;
        overflow: scroll;
    }

    header .header-main nav.active .menu-close {
        opacity: 1
    }

    header .header-main nav ul {
        align-content: center;
        flex-wrap: wrap;
        height: auto;
        margin: 0;
        padding: 0;
        position: absolute;
        opacity: 1;
        top: 4em;
        width: 100%
    }

    header .header-main nav ul li {
        align-items: stretch;
        border-radius: 0 !important;
        background: 0 0;
        display: flex;
        justify-content: space-between;
        padding: 0;
        text-align: left;
        width: 100%;
        border-bottom: 1px solid #302442
    }

    header .header-main nav ul li:first-of-type {
        border-top: 1px solid #302442
    }

    header .header-main nav ul li:focus,
    header .header-main nav ul li:hover {
        background: #a8cb40
    }

    header .header-main nav ul li:focus>.back:after,
    header .header-main nav ul li:focus>.back:before,
    header .header-main nav ul li:focus>.toggle:after,
    header .header-main nav ul li:focus>.toggle:before,
    header .header-main nav ul li:hover>.back:after,
    header .header-main nav ul li:hover>.back:before,
    header .header-main nav ul li:hover>.toggle:after,
    header .header-main nav ul li:hover>.toggle:before {
        color: #fff
    }

    header .header-main nav ul li:focus>a.active,
    header .header-main nav ul li:hover>a.active {
        color: #fff
    }

    header .header-main nav ul li .toggle {
        align-items: center;
        cursor: pointer;
        display: flex;
        justify-content: flex-end;
        width: 17%
    }

    header .header-main nav ul li .toggle:after {
        content: "\f105";
        color: #a8cb40;
        display: inline-block;
        font-family: Font Awesome\ 5 pro;
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 1rem;
        margin-right: 2rem;
        vertical-align: middle
    }

    header .header-main nav ul li .back,
    header .header-main nav ul li a {
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
        display: block;
        padding: 1.6rem 2rem;
        width: 90%
    }

    header .header-main nav ul li .back.active,
    header .header-main nav ul li a.active {
        color: #a8cb40
    }

    header .header-main nav ul li .back:focus,
    header .header-main nav ul li .back:hover,
    header .header-main nav ul li a:focus,
    header .header-main nav ul li a:hover {
        color: #fff
    }

    header .header-main nav ul li .back {
        cursor: pointer
    }

    header .header-main nav ul li .back:before {
        content: "\f104";
        color: #a8cb40;
        display: inline-block;
        font-family: Font Awesome\ 5 pro;
        font-weight: 600;
        font-size: 1.2rem;
        line-height: 1rem;
        margin-right: 1rem;
        vertical-align: middle
    }

    header .header-main nav ul li ul {
        background: #14022e;
        border-radius: 0;
        display: block;
        height: calc(100% - 39px);
        left: 100%;
        position: fixed;
        opacity: 1;
        top: 4em;
        transform: none;
        transition: transform .4s ease;
        width: 100%
    }

    header .header-main nav ul li ul:before {
        display: none
    }

    header .header-main nav ul li ul.active {
        transform: translateX(-100%);
        overflow: scroll;
    }

    header .header-main nav ul li ul li {
        background: 0 0;
        border-radius: 0 !important
    }
    header .header-main nav ul li ul li:last-child {margin-bottom: 30px;}

    header .header-main nav ul li ul li a {
        border: 0;
        padding: 1.6rem 2rem;
        width: 100%
    }

    header .header-main nav ul li ul li a.active {
        color: #a8cb40
    }
}

footer {
    background: #14022e;
    color: #fff;
    overflow: hidden;
    width: 100%
}

footer a,
footer p {
    color: #fff
}

footer a {
    border: 0;
    font-size: .9rem;
    font-weight: 600
}

footer a:focus,
footer a:hover {
    border: 0;
    color: #a8cb40
}

footer .footer-container {
    padding: 2.66666667rem 0
}

@media (min-width:480px) {
    footer .footer-container {
        padding: 3rem 0
    }
}

@media (min-width:768px) {
    footer .footer-container {
        padding: 4rem 0
    }
}

@media (min-width:992px) {
    footer .footer-container {
        padding: 4.66666667rem 0
    }
}

@media (min-width:1200px) {
    footer .footer-container {
        padding: 5.33333333rem 0
    }
}

footer .footer-container .footer-col {
    padding: 0 1rem;
    width: 50%;
    margin: 0 0 2rem
}

@media (min-width:992px) {
    footer .footer-container .footer-col {
        padding: 0 1rem;
        width: 20%;
        margin: 0
    }
}

footer .footer-container .footer-col:first-child {
    padding: 0 1rem;
    width: 100%
}

@media (min-width:992px) {
    footer .footer-container .footer-col:first-child {
        padding: 0 1rem;
        width: 60%
    }
}

footer .footer-container .footer-col:first-child a {
    border: 0;
    display: inline-block
}

footer .footer-container .footer-col:first-child a.logo {
    border: 0;
    margin: 0 0 1rem
}

footer .footer-container .footer-col:first-child a.logo img {
    height: auto;
}

footer .footer-container .footer-col:first-child p {
    color: #fff;
    letter-spacing: .2px;
}
footer .footer-container .footer-col:first-child p.address {
    padding-left: 25px;
    position: relative;
}
footer .footer-container .footer-col:first-child p.hotline {
    padding-left: 25px;
    position: relative;
}
footer .footer-container .footer-col:first-child p.email {
    padding-left: 25px;
    position: relative;
}
footer .footer-container .footer-col:first-child p.address::before {
    font-family: Font Awesome\ 5 Pro;
    content: '\f041';
    position: absolute;
    left: 0;
}
footer .footer-container .footer-col:first-child p.hotline::before {
    font-family: Font Awesome\ 5 Pro;
    content: '\f095';
    position: absolute;
    left: 0;
}
footer .footer-container .footer-col:first-child p.email::before {
    font-family: Font Awesome\ 5 Pro;
    content: '\f0e0';
    position: absolute;
    left: 0;
}

footer .footer-container .footer-col h5 {
    @extend p;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 .6rem
}

footer .footer-container .footer-col ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

footer .footer-container .footer-col ul li {
    list-style: none;
    padding: .1rem 0
}

footer .footer-social {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding-top: 1.2rem;
    width: 100%
}

footer .footer-social a {
    border: 0;
    display: inline-block;
    font-size: 2rem;
    margin: 0 1.5rem 0 0;
}

footer .footer-social a:last-of-type {
    margin: 0
}

footer .footer-social a.linkedin,
footer .footer-social a.twitter {
    opacity: .7
}

footer .footer-social a.linkedin img,
footer .footer-social a.twitter img {
    height: 25px;
    width: 25px
}

footer .footer-social a.linkedin:focus,
footer .footer-social a.linkedin:hover,
footer .footer-social a.twitter:focus,
footer .footer-social a.twitter:hover {
    opacity: 1
}

footer .footer-sub {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3rem 0;
    position: relative;
    width: 100%
}

@media (min-width:1200px) {
    footer .footer-sub {
        flex-wrap: nowrap
    }
}

footer .footer-sub:before {
    background: #fff;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    opacity: .25;
    position: absolute;
    top: 0;
    width: 100%
}

footer .footer-sub .logo {
    border: 0;
    margin: 2rem 0 0
}

@media (min-width:1200px) {
    footer .footer-sub .logo {
        margin: 0
    }
}

footer .footer-sub .logo img {
    display: block;
    height: 32px;
    width: 60px
}

footer .footer-sub a,
footer .footer-sub p {
    font-size: .9rem
}

footer .footer-sub p {
    margin: 0;
    width: 100%
}

footer .footer-sub p span {
    opacity: 1
}

footer .footer-sub p a {
    font-weight: 400;
    opacity: 1
}

.block-title-container {
    padding: 0 0 .66666667rem
}

@media (min-width:480px) {
    .block-title-container {
        padding: 0 0 .75rem
    }
}

@media (min-width:768px) {
    .block-title-container {
        padding: 0 0 1rem
    }
}

@media (min-width:992px) {
    .block-title-container {
        padding: 0 0 1.16666667rem
    }
}

@media (min-width:1200px) {
    .block-title-container {
        padding: 0 0 1.33333333rem
    }
}

.block-title {
    color: #a8cb40;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1rem;
    text-transform: uppercase
}

.block-sub-title {
    color: #14022e;
    font-size: 1.6rem;
    line-height: calc(1.6rem * 1.3);
    font-weight: 700;
    margin: 0 0 1.2rem;
    max-width: 640px
}

@media (min-width:768px) {
    .block-sub-title {
        font-size: 2rem;
        line-height: calc(2rem * 1.3);
        margin: 0 0 1.6rem
    }
}

@media (min-width:992px) {
    .block-sub-title {
        color: #a8cb40;
        font-size: 2.2rem;
        line-height: calc(2.2rem * 1.3)
    }
}

@media (min-width:1200px) {
    .block-sub-title {
        font-size: 2.5rem;
        line-height: calc(2.4rem * 1.3)
    }
}

.brand-overlay {
    background: rgba(0, 0, 0, .75);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    transition: opacity .6s ease;
    z-index: -1
}

.brand-overlay.active {
    opacity: 1;
    z-index: 10
}

.brand-overlay .overlay {
    align-items: center;
    background: #a8cb40;
    display: flex;
    flex-wrap: wrap;
    max-width: 450px;
    max-height: 450px;
    padding: .8rem;
    height: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%
}

@media (min-width:768px) {
    .brand-overlay .overlay {
        height: 80%;
        padding: 2rem;
        width: 80%
    }
}

.brand-overlay .overlay a,
.brand-overlay .overlay span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    width: 100%
}

.brand-overlay .overlay a:focus,
.brand-overlay .overlay a:hover,
.brand-overlay .overlay span:focus,
.brand-overlay .overlay span:hover {
    background: #fff
}

.brand-overlay .overlay a {
    align-self: flex-end;
    margin: .1rem 0
}

@media (min-width:480px) {
    .brand-overlay .overlay a {
        margin: -2rem 0 0
    }
}

.brand-overlay .overlay span {
    align-self: flex-start;
    margin: 0 auto
}

.masthead .container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.masthead .container .content {
    width: 100%
}

@media (min-width:992px) {
    .masthead .container .content {
        width: 50%
    }
}

.masthead .container .content .logo-container {
    align-content: center;
    display: flex;
    justify-content: center;
    margin: 0 0 1rem;
    max-width: 140px
}

.masthead .container .content .logo {
    display: none;
    padding: 0
}

@media (min-width:768px) {
    .masthead .container .content .logo {
        display: block;
        max-height: 60px
    }
}

@media (min-width:992px) {
    .masthead .container .content .logo {
        max-height: 90px
    }
}

@media (min-width:1200px) {
    .masthead .container .content .logo {
        max-height: 140px
    }
}

.masthead .container .content.contact .btn {
    margin: 0
}

.masthead .container .content-media {
    text-align: right;
    width: 100%
}

@media (min-width:768px) {
    .masthead .container .content-media {
        width: 35%
    }
}

@media (min-width:992px) {
    .masthead .container .content-media {
        width: 45%
    }
}

.masthead .container .content-media img {
    height: auto;
    margin: 0 0 0 auto;
    max-width: 100%;
    object-fit: cover;
    width: 100%
}

@media (min-width:992px) {
    .masthead .container .content-media img {
        width: auto
    }
}

.masthead .masthead-bg {
    display: none
}

@media (min-width:992px) {
    .masthead .masthead-bg {
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 60%
    }
}

@media (min-width:1200px) {
    .masthead .masthead-bg {
        width: 48%
    }
}

.masthead.main {
    padding: 2rem 0;
    background: #14022e;
    color: #fff
}

@media (min-width:480px) {
    .masthead.main {
        padding: 2.25rem 0
    }
}

@media (min-width:768px) {
    .masthead.main {
        padding: 3rem 0
    }
}

@media (min-width:992px) {
    .masthead.main {
        padding: 3.5rem 0
    }
}

@media (min-width:1200px) {
    .masthead.main {
        padding: 4rem 0
    }
}

@media (min-width:992px) {
    .masthead.main .content {
        width: 45%
    }
}

.masthead.main .content h1,
.masthead.main .content h2,
.masthead.main .content h3 {
    color: #fff
}

.masthead.main .content-media {
    padding: 0;
    width: 100%
}

@media (min-width:992px) {
    .masthead.main .content-media {
        width: 50%
    }
}

.masthead .btn {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff
}

.masthead .btn:after {
    color: #fff
}

.masthead .btn:focus,
.masthead .btn:hover {
    background: #fff;
    color: #14022e
}

.masthead .btn:focus:after,
.masthead .btn:hover:after {
    color: #14022e
}

.masthead.alternative {
    background: #14022e;
    color: #fff;
    overflow: hidden;
    position: relative
}

.masthead.alternative:before {
    background: #14022e;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

@media (min-width:992px) {
    .masthead.alternative:before {
        width: 50%
    }
}

@media (min-width:992px) {
    .masthead.alternative:after {
        background: #14022e;
        content: '';
        display: block;
        height: 200%;
        left: 30%;
        position: absolute;
        top: -50%;
        transform: skew(-15deg, 0);
        width: 30%;
        z-index: 0
    }
}

.masthead.alternative .content {
    padding: 5.33333333rem 0;
    z-index: 1
}

@media (min-width:480px) {
    .masthead.alternative .content {
        padding: 6rem 0
    }
}

@media (min-width:768px) {
    .masthead.alternative .content {
        padding: 8rem 0
    }
}

@media (min-width:992px) {
    .masthead.alternative .content {
        padding: 9.33333333rem 0
    }
}

@media (min-width:1200px) {
    .masthead.alternative .content {
        padding: 10.66666667rem 0
    }
}

@media (min-width:992px) {
    .masthead.alternative .content {
        width: 45%
    }
}

.masthead.alternative .content h1,
.masthead.alternative .content h2,
.masthead.alternative .content h3 {
    color: #fff
}

.masthead.careers {
    padding: 2rem 0;
    background: #14022e;
    color: #fff
}

@media (min-width:480px) {
    .masthead.careers {
        padding: 2.25rem 0
    }
}

@media (min-width:768px) {
    .masthead.careers {
        padding: 3rem 0
    }
}

@media (min-width:992px) {
    .masthead.careers {
        padding: 3.5rem 0
    }
}

@media (min-width:1200px) {
    .masthead.careers {
        padding: 4rem 0
    }
}

.masthead.careers .content h1 {
    color: #fff
}

.masthead.article .logo {
    display: block;
    max-width: 100px;
    padding: 0;
    margin: 0 0 1rem
}

.masthead.contact {
    padding: 4rem 0;
    background: #14022e;
    color: #fff
}

@media (min-width:480px) {
    .masthead.contact {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .masthead.contact {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .masthead.contact {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .masthead.contact {
        padding: 8rem 0
    }
}

.masthead.contact .container {
    align-items: flex-start
}

.masthead.contact .client-logos {
    margin: 4rem 0 0
}

.masthead.contact .client-logos .flex-container {
    justify-content: flex-start
}

.masthead.contact .client-logos span {
    color: #fff;
    font-size: 1.1rem;
    display: block;
    opacity: .5
}

.masthead.contact .client-logos .client-logo {
    padding: 0 1rem;
    width: calc(50% - 2rem)
}

@media (min-width:480px) {
    .masthead.contact .client-logos .client-logo {
        padding: 0 1rem;
        width: calc(25% - 2rem)
    }
}

@media (min-width:992px) {
    .masthead.contact .client-logos .client-logo {
        padding: 0 1rem;
        width: calc(35.00000000000001% - 2rem)
    }

    .masthead.contact .client-logos .client-logo img {
        margin: 0 0 1rem
    }
}

.masthead.contact .client-logos .client-logo img {
    max-width: 125px;
    width: 100%;
    filter: grayscale(100) brightness(.5) invert(1)
}

.masthead.contact .content {
    width: 100%
}

@media (min-width:992px) {
    .masthead.contact .content {
        width: 40%
    }
}

.masthead.contact .content h1,
.masthead.contact .content h2,
.masthead.contact .content h3 {
    color: #fff
}

.masthead.contact .content ol,
.masthead.contact .content ul {
    margin: 0;
    padding: 0
}

.masthead.contact .content ol li,
.masthead.contact .content ul li {
    list-style: none
}

.masthead.contact .content .contact-address,
.masthead.contact .content .contact-email,
.masthead.contact .content .contact-number,
.masthead.contact .content .contact-service {
    margin: 0 0 1rem
}

.masthead.contact .content .contact-address span,
.masthead.contact .content .contact-email span,
.masthead.contact .content .contact-number span,
.masthead.contact .content .contact-service span {
    font-size: .9rem;
    font-weight: 600;
    display: block;
    margin: 0 0 .7rem;
    text-transform: uppercase
}

.masthead.contact .content .contact-address {
    padding-top: .2rem
}

.masthead.contact .content .contact-address p {
    max-width: 300px
}

.masthead.contact .content .contact-email {
    padding: 1rem 0 0
}

.masthead.contact .content .contact-service a {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 2rem
}

.masthead.contact .content a {
    color: #14022e;
    border: 0;
    color: #a8cb40;
    font-weight: 700;
    display: inline-block
}

@media (min-width:768px) {
    .masthead.contact .content a {
    }
}

@media (min-width:992px) {
    .masthead.contact .content a {
    }
}

@media (min-width:1200px) {
    .masthead.contact .content a {
    }
}

.masthead.contact .content a:focus,
.masthead.contact .content a:hover {
    color: #fff
}

.masthead.contact .content .btn {
    margin: 0
}

.masthead .share span {
    display: inline-block;
    font-weight: 600;
    margin: 0 .5rem 0 0
}

.masthead .share a {
    border: 0;
    color: #fff;
    font-size: 1.2rem;
    margin: 0 .5rem 0 0
}

.masthead .share a:focus,
.masthead .share a:hover {
    border: 0;
    color: #a8cb40
}

.masthead .share a span {
    display: none
}

.masthead+.main-content {
    padding: 4rem 0
}

@media (min-width:480px) {
    .masthead+.main-content {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .masthead+.main-content {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .masthead+.main-content {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .masthead+.main-content {
        padding: 8rem 0
    }
}

.masthead+.featured-content {
    padding: 4rem 0
}

@media (min-width:480px) {
    .masthead+.featured-content {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .masthead+.featured-content {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .masthead+.featured-content {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .masthead+.featured-content {
        padding: 8rem 0
    }
}

.masthead+.extended-content {
    padding: 2.66666667rem 0
}

@media (min-width:480px) {
    .masthead+.extended-content {
        padding: 3rem 0
    }
}

@media (min-width:768px) {
    .masthead+.extended-content {
        padding: 4rem 0
    }
}

@media (min-width:992px) {
    .masthead+.extended-content {
        padding: 4.66666667rem 0
    }
}

@media (min-width:1200px) {
    .masthead+.extended-content {
        padding: 5.33333333rem 0
    }
}

.contact-form,
.enquiry-form {
    background: #fff;
    border-radius: 6px;
    margin: 2.2rem 0 0;
    padding: 6% 5%;
    width: 100%
}

@media (min-width:992px) {

    .contact-form,
    .enquiry-form {
        margin: 0;
        width: 40%
    }
}

.contact-form h2,
.enquiry-form h2 {
    color: #14022e;
    font-size: 1.4rem;
    line-height: calc(1.4rem * 1.3);
    margin: 0 0 1rem;
    font-weight: 700
}

@media (min-width:768px) {

    .contact-form h2,
    .enquiry-form h2 {
        font-size: 1.6rem;
        line-height: calc(1.6rem * 1.3);
        margin: 0 0 1.2rem
    }
}

@media (min-width:992px) {

    .contact-form h2,
    .enquiry-form h2 {
        font-size: 1.7rem;
        line-height: calc(1.7rem * 1.3)
    }
}

@media (min-width:1200px) {

    .contact-form h2,
    .enquiry-form h2 {
        font-size: 1.8rem;
        line-height: calc(1.8rem * 1.3)
    }
}

.contact-form .gpdr,
.enquiry-form .gpdr {
    margin-top: 20px;
    color: #000
}

.contact-form .gpdr a,
.contact-form .gpdr p,
.enquiry-form .gpdr a,
.enquiry-form .gpdr p {
    font-size: 12px;
    line-height: 16px
}

.contact-form .gpdr p:last-child,
.enquiry-form .gpdr p:last-child {
    margin: 0
}

.main-content {
    padding: 0 0 4rem
}

@media (min-width:480px) {
    .main-content {
        padding: 0 0 4.5rem
    }
}

@media (min-width:768px) {
    .main-content {
        padding: 0 0 6rem
    }
}

@media (min-width:992px) {
    .main-content {
        padding: 0 0 7rem
    }
}

@media (min-width:1200px) {
    .main-content {
        padding: 0 0 8rem
    }
}

.main-content .container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.main-content .container .content {
    margin: 2rem 0 0 ;
    width: 100%;
    order: 1;
}

@media (min-width:768px) {
    .main-content .container .content {
        padding: 0 5% 0 0;
        margin: 0 ;
        width: 60%;
        order:0;
    }
}

@media (min-width:992px) {
    .main-content .container .content {
        width: 50%
    }
}
@media (min-width:768px) {
    .main-content .container .content.RatioContent20 {
        width: 50%;
    }
}

@media (min-width:992px) {
    .main-content .container .content.RatioContent20 {
        width: 40%
    }
}
@media (min-width:768px) {
    .main-content .container .content.RatioContent35 {
        width: 65%;
    }
}

@media (min-width:992px) {
    .main-content .container .content.RatioContent35 {
        width: 70%
    }
}
@media (min-width:768px) {
    .main-content .container .content.RatioContent30 {
        width: 40%;
    }
}

@media (min-width:992px) {
    .main-content .container .content.RatioContent30 {
        width: 30%
    }
}

.main-content .container .content .logo-container {
    align-content: center;
    display: flex;
    justify-content: center;
    margin: 0 0 1rem;
    max-width: 140px
}

.main-content .container .content .logo {
    display: none;
    padding: 1rem 0
}

@media (min-width:768px) {
    .main-content .container .content .logo {
        display: block;
        max-height: 60px
    }
}

@media (min-width:992px) {
    .main-content .container .content .logo {
        max-height: 90px
    }
}

@media (min-width:1200px) {
    .main-content .container .content .logo {
        max-height: 140px
    }
}

.main-content .container .content-media.RatioContent20 {
    text-align: right;
    width: 100%
}

@media (min-width:768px) {
    .main-content .container .content-media.RatioContent20 {
        width: 45%
    }
}

@media (min-width:992px) {
    .main-content .container .content-media.RatioContent20 {
        width: 55%
    }
}
.main-content .container .content-media.RatioContent30 {
    text-align: right;
    width: 100%
}

@media (min-width:768px) {
    .main-content .container .content-media.RatioContent30 {
        width: 55%
    }
}

@media (min-width:992px) {
    .main-content .container .content-media.RatioContent30 {
        width: 65%
    }
}
.main-content .container .content-media.RatioContent35 {
    text-align: right;
    width: 100%
}

@media (min-width:768px) {
    .main-content .container .content-media.RatioContent35 {
        width: 30%
    }
}

@media (min-width:992px) {
    .main-content .container .content-media.RatioContent35 {
        width: 25%
    }
}

.main-content .container .content-media {
    text-align: right;
    width: 100%
}

@media (min-width:768px) {
    .main-content .container .content-media {
        width: 35%
    }
}

@media (min-width:992px) {
    .main-content .container .content-media {
        width: 45%
    }
}

.main-content .container .content-media img {
    height: auto;
    margin: 0 0 0 auto;
    max-width: 100%;
    object-fit: cover;
    width: 100%
}

@media (min-width:992px) {
    .main-content .container .content-media img {
        width: auto
    }
}

.main-content:nth-of-type(even) .content-media {
    order: 0;
    text-align: left
}

@media (min-width:768px) {
    .main-content:nth-of-type(even) .content-media {
        order: 0
    }
}

.main-content:nth-of-type(even) .content-media img {
    margin: 0 auto 0 0
}

.main-content:nth-of-type(even) .content {
    order: 1
}

@media (min-width:768px) {
    .main-content:nth-of-type(even) .content {
        order: 1;
        padding: 0 0 0 5%
    }
}

.main-content:nth-of-type(even) .content a.btn {
    position: relative
}

.main-content.content_left .content {
    order: 0
}

@media (min-width:768px) {
    .main-content.content_left .content {
        order: 0;
        padding: 0 5% 0 0
    }
}

.main-content.content_right .content {
    order: 1
}

@media (min-width:768px) {
    .main-content.content_right .content {
        order: 1;
        padding: 0 0 0 5%
    }
}
@media (max-width:768px) {
    .main-content.content_right .content-media {
        order: 1;
    }
}

.main-content.content_content .content {
    order: 0;
    width: 80%;padding: 0 5% 0 0;
}

@media (min-width:768px) {
    .main-content.content_content .content {
        order: 0;
        padding: 0 0 0 5%;
        width: 80%;padding: 0 5% 0 0;
    }
}


.main-content.dark {
    padding: 4rem 0
}

@media (min-width:480px) {
    .main-content.dark {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .main-content.dark {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .main-content.dark {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .main-content.dark {
        padding: 8rem 0
    }
}

.main-content.core {
    background: #14022e;
    color: #fff
}

@media (min-width:768px) {
    .main-content.core .content {
        width: 45%
    }
}

.main-content.core .content h1 {
    color: #fff
}

.main-content.core .content-media {
    padding: 0;
    width: 100%
}

@media (min-width:768px) {
    .main-content.core .content-media {
        width: 50%
    }
}

.main-content.dark+.main-content:not(.dark), .main-content {
    padding: 4rem 0
}

@media (min-width:480px) {
    .main-content.dark+.main-content:not(.dark), .main-content {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .main-content.dark+.main-content:not(.dark), .main-content {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .main-content.dark+.main-content:not(.dark), .main-content {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .main-content.dark+.main-content:not(.dark), .main-content {
        padding: 8rem 0
    }
}

.main-content.dark+.main-content.dark {
    padding-top: 0
}

.main-content.dark+.article-teaser {
    padding: 4rem 0
}

@media (min-width:480px) {
    .main-content.dark+.article-teaser {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .main-content.dark+.article-teaser {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .main-content.dark+.article-teaser {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .main-content.dark+.article-teaser {
        padding: 8rem 0
    }
}

.main-content.dark+.featured-content {
    padding: 4rem 0
}

@media (min-width:480px) {
    .main-content.dark+.featured-content {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .main-content.dark+.featured-content {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .main-content.dark+.featured-content {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .main-content.dark+.featured-content {
        padding: 8rem 0
    }
}

.main-content+.main-content:not(.dark) {
    padding-top: 0
}

.main-content+.main-content .container {
    align-items: center
}

.extended-content {
    padding: 0 0 4rem
}

@media (min-width:480px) {
    .extended-content {
        padding: 0 0 4.5rem
    }
}

@media (min-width:768px) {
    .extended-content {
        padding: 0 0 6rem
    }
}

@media (min-width:992px) {
    .extended-content {
        padding: 0 0 7rem
    }
}

@media (min-width:1200px) {
    .extended-content {
        padding: 0 0 8rem
    }
}

.extended-content .extended-body {
    margin-bottom: 4rem
}

@media (min-width:992px) {
    .extended-content .content {
        padding: 0 5%
    }
}

.case-study-logo {
    padding: 4rem 0
}

@media (min-width:480px) {
    .case-study-logo {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .case-study-logo {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .case-study-logo {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .case-study-logo {
        padding: 8rem 0
    }
}

.scroll-block {
    align-content: center;
    background: #14022e;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 4rem 0;
    position: relative
}

.scroll-block:after {
    background: #fff;
    content: '';
    display: block;
    height: 50vh;
    left: 0;
    position: absolute;
    top: 50%;
    transform: skew(0, -3deg);
    width: 100%
}

.scroll-block+.content-list,
.scroll-block+.featured-content {
    padding-top: 1rem !important
}

.challenges-teaser {
    padding: 2.8125rem 0 8rem;
    overflow: hidden;
    position: relative
}

@media (min-width:480px) {
    .challenges-teaser {
        padding-top: 2.8125rem
    }
}

@media (min-width:768px) {
    .challenges-teaser {
        padding-top: 3.75rem
    }
}

@media (min-width:992px) {
    .challenges-teaser {
        padding-top: 4.375rem
    }
}

@media (min-width:1200px) {
    .challenges-teaser {
        padding-top: 5rem
    }
}

.challenges-teaser .swiper-container {
    cursor: grab;
    overflow: visible
}

.challenges-teaser .swiper-container .flex-container {
    left: 0;
    position: absolute;
    top: calc(100% + 3rem);
    width: 100%
}

.challenges-teaser .swiper-wrapper {
    margin: 0
}

.challenges-teaser .challenge {
    padding: 0 1rem;
    width: calc(100% - 2rem);
    opacity: .3;
    padding: 0 !important;
    transition: opacity .3s ease
}

@media (min-width:768px) {
    .challenges-teaser .challenge {
        padding: 0 1rem;
        width: calc(50% - 2rem)
    }
}

@media (min-width:992px) {
    .challenges-teaser .challenge {
        padding: 0 1rem;
        width: calc(33.333333333333336% - 2rem)
    }
}

.challenges-teaser .challenge .image-container {
    overflow: hidden;
    position: relative
}

@media (min-width:768px) {
    .challenges-teaser .challenge .image-container {
        height: 230px
    }
}

@media (min-width:992px) {
    .challenges-teaser .challenge .image-container {
        height: 200px
    }
}

@media (min-width:1200px) {
    .challenges-teaser .challenge .image-container {
        height: 240px
    }
}


.challenges-teaser .challenge img {
    margin: 0 auto;
    height: 100%;
    
}
@media (max-width:992px) {
    .challenges-teaser .challenge .image-container {
        height: 240px
    }
}

@media (min-width:768px) {
    .challenges-teaser .challenge img {
        transition: transform 1s ease-in-out
    }
}

.challenges-teaser .challenge h3 {
    font-size: 1.4rem;
    margin: 1rem 0 1.3rem
}

.challenges-teaser .challenge a {
    border: 0;
    display: block
}

.challenges-teaser .challenge a:focus,
.challenges-teaser .challenge a:hover {
    border: 0
}

.challenges-teaser .challenge a:focus .find-out-more,
.challenges-teaser .challenge a:hover .find-out-more {
    color: #a8cb40
}

@media (min-width:768px) {

    .challenges-teaser .challenge a:focus img,
    .challenges-teaser .challenge a:hover img {
        transform: scale(1.1)
    }
}

.challenges-teaser .challenge.swiper-slide-active {
    opacity: 1
}

.challenges-teaser .challenge.swiper-slide-next {
    opacity: 1
}

@media (min-width:992px) {
    .challenges-teaser .challenge.swiper-slide-next+.challenge {
        opacity: 1
    }
}

.workplace-teaser {
    padding: 4rem 0
}

@media (min-width:480px) {
    .workplace-teaser {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .workplace-teaser {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .workplace-teaser {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .workplace-teaser {
        padding: 8rem 0
    }
}

.workplace-teaser .workplace {
    padding: 0 1rem;
    width: calc(100% - 2rem);
    margin: 0 0 3rem
}

@media (min-width:768px) {
    .workplace-teaser .workplace {
        padding: 0 1rem;
        width: calc(50% - 2rem)
    }
}

@media (min-width:992px) {
    .workplace-teaser .workplace {
        padding: 0 1rem;
        width: calc(33.333333333333336% - 2rem)
    }
}

.workplace-teaser .workplace img {
    margin: 0 0 2rem;
    width: 100%
}

.workplace-teaser .workplace h3 {
    font-size: 1.4rem;
    margin: 0 0 2rem
}

.workplace-teaser .workplace a {
    border: 0;
    display: inline-block;
    width: 100%
}

.workplace-teaser .workplace a:focus,
.workplace-teaser .workplace a:hover {
    border: 0
}

.workplace-teaser .workplace a:focus .find-out-more,
.workplace-teaser .workplace a:hover .find-out-more {
    color: #a8cb40
}

.action-block {
    padding: 4rem 0;
    background: #a8cb40;
    color: #fff
}

@media (min-width:480px) {
    .action-block {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .action-block {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .action-block {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .action-block {
        padding: 8rem 0
    }
}

.logo-slider {
    padding: 2rem 0;
}

@media (min-width:480px) {
    .logo-slider {
        padding: 2rem 0
    }
}

@media (min-width:768px) {
    .logo-slider {
        padding: 2rem 0
    }
}

@media (min-width:992px) {
    .logo-slider {
        padding: 4rem 0
    }
}

@media (min-width:1200px) {
    .logo-slider {
        padding: 4rem 0
    }
}

.action-block .flex-container {
    align-items: flex-end;
    justify-content: space-between
}

.action-block .flex-container .content {
    padding: 0 1rem;
    width: calc(100% - 2rem);
    width: 100%
}

@media (min-width:992px) {
    .action-block .flex-container .content {
        padding: 0 1rem;
        width: calc(58.333333333333336% - 2rem)
    }
}

@media (min-width:1200px) {
    .action-block .flex-container .content {
        padding: 0 1rem;
        width: calc(66.66666666666667% - 2rem)
    }
}

.action-block .flex-container .content h2,
.action-block .flex-container .content h3 {
    color: #fff
}

.action-block .flex-container .content p {
    font-weight: 600;
    margin: 0
}

.action-block .flex-container .cta-button {
    padding: 0 1rem;
    width: calc(100% - 2rem)
}

@media (min-width:992px) {
    .action-block .flex-container .cta-button {
        padding: 0 1rem;
        width: calc(33.333333333333336% - 2rem);
        text-align: right
    }
}

@media (min-width:1200px) {
    .action-block .flex-container .cta-button {
        padding: 0 1rem;
        width: calc(30% - 2rem)
    }
}

.action-block .flex-container .cta-button .btn {
    height: auto
}

.action-block .flex-container .cta-button .btn:focus,
.action-block .flex-container .cta-button .btn:hover {
    background: #fff;
    color: #14022e
}

.action-block.alternative {
    background: #14022e;
    overflow: hidden
}

@media (min-width:992px) {
    .action-block.alternative {
        padding: 1rem 0
    }
}

.action-block.alternative .btn {
    background: 0 0;
    border: 2px solid #fff;
    color: #fff
}

.action-block.alternative .btn:after {
    color: #fff
}

.action-block.alternative .btn:focus,
.action-block.alternative .btn:hover {
    background: #fff;
    color: #14022e
}

.action-block.alternative .btn:focus:after,
.action-block.alternative .btn:hover:after {
    color: #14022e
}

.action-block.alternative .flex-container .bg-v {
    display: none
}

@media (min-width:992px) {
    .action-block.alternative .flex-container {
        align-items: center;
        flex-wrap: nowrap
    }
    .action-block.alternative .flex-container .bg-v {
        background-size: 300px 320px;
        display: block;
        height: 224px;
        margin-left: -175px;
        width: 320px
    }
}

.action-block+.article-teaser {
    padding: 4rem 0
}

@media (min-width:480px) {
    .action-block+.article-teaser {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .action-block+.article-teaser {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .action-block+.article-teaser {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .action-block+.article-teaser {
        padding: 8rem 0
    }
}

.content-list {
    padding: 4rem 0
}

@media (min-width:480px) {
    .content-list {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .content-list {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .content-list {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .content-list {
        padding: 8rem 0
    }
}

.content-list .content-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

@media (min-width:570px) {
    .content-list .content-container {
        margin: 0 -1rem
    }
}

.content-list .content-container article > a {
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    height: calc(100% - 2px);
    overflow: hidden
}
.content-list .content-container div.content-product {
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    height: calc(100% - 2px);
    overflow: hidden
}
.content-list .content-container article > a:focus,
.content-list .content-container article > a:hover {
    border-bottom: 2px solid #a8cb40
}
.content-list .content-container div.content-product:focus,
.content-list .content-container div.content-product:hover {
    border-bottom: 2px solid #a8cb40
}

.content-list .content-container article > a:focus .find-out-more,
.content-list .content-container article > a:hover .find-out-more {
    color: #a8cb40
}
.content-list .content-container div.content-product:focus .find-out-more,
.content-list .content-container div.content-product:hover .find-out-more {
    color: #a8cb40
}

@media (min-width:768px) {
    .content-list .content-container article > a:focus img,
    .content-list .content-container article > a:hover img {
        transform: scale(1.1)
    }
    .content-list .content-container div.content-product:focus img,
    .content-list .content-container div.content-product:hover img {
        transform: scale(1.1)
    }
}

.content-list .content-container article > a span {
    align-self: flex-start;
    margin: auto 0 1rem
}

.content-list .content-container div.content-product a.find-out-more {
    align-self: flex-start;
    margin: auto 0 1rem
}

.content-list .content-container .client,
.content-list .content-container article {
    padding: 0 1rem;
    width: calc(100% - 2rem);
    margin: 0 0 3rem;
    overflow: hidden;
    position: relative
}

@media (min-width:768px) {

    .content-list .content-container .client,
    .content-list .content-container article {
        padding: 0 1rem;
        width: calc(50% - 2rem)
    }
}

@media (min-width:992px) {

    .content-list .content-container .client,
    .content-list .content-container article {
        padding: 0 1rem;
        width: calc(33.333333333333336% - 2rem)
    }
    .content-list .content-container.four-col .client,
    .content-list .content-container.four-col article {
        padding: 0 1rem;
        width: calc(25%)
    }
}
.content-list .content-container.four-col h4 {font-size: 16px;height: 75px;overflow: hidden;}
.content-list .content-container .client .challenge-num,
.content-list .content-container article .challenge-num {
    color: #aea8b6;
    font-size: 8rem;
    font-weight: 700
}

.content-list .content-container .client h3,
.content-list .content-container article h3 {
    font-size: 1.66666667rem;
    margin: 0 0 1rem;
    padding-top: 1rem
}

.content-list .content-container .client time,
.content-list .content-container article time {
    display: block;
    margin: .6rem 0 .5rem
}

.content-list .content-container .client p,
.content-list .content-container article p {
    margin: 0 0 1.5rem;
    width: 100%
}

.content-list .content-container .client .image-container,
.content-list .content-container article .image-container {
    overflow: hidden;
    position: relative
}

@media (min-width:768px) {

    .content-list .content-container .client .image-container,
    .content-list .content-container article .image-container {
        height: 230px
    }
}

@media (min-width:992px) {

    .content-list .content-container .client .image-container,
    .content-list .content-container article .image-container {
        height: 200px
    }
}

@media (min-width:1200px) {

    .content-list .content-container .client .image-container,
    .content-list .content-container article .image-container {
        height: 240px
    }
}

.content-list .content-container .client img,
.content-list .content-container article img {
    flex-shrink: 0;
    height: 100%;
    margin: auto
}
.content-list .content-container.four-col article .image-container {display: flex;}
.content-list .content-container.four-col article .image-container img {
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    margin: auto;
    object-fit: contain;
}
.content-list .content-container div.content-product .image-container {display: flex;}
.content-list .content-container div.content-product .image-container img {
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    margin: auto;
    object-fit: contain;
}

@media (min-width:768px) {

    .content-list .content-container .client img,
    .content-list .content-container article img {
        transition: transform 1s ease-in-out
    }
}

.content-list .content-container .client.active .overlay,
.content-list .content-container article.active .overlay {
    bottom: 0
}

.content-list .content-container .client {
    padding: 0;
    margin: 0 1rem 2rem;
    text-decoration: none
}

@media (min-width:1200px) {
    .content-list .content-container .client {
        width: calc(25% - 2rem)
    }
}

.content-list .content-container .client img {
    background: #f0f0f0;
    margin: 0
}

.content-list .content-container .overlay {
    display: none
}

.article-content {
    padding: 4rem 0
}

@media (min-width:480px) {
    .article-content {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .article-content {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .article-content {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .article-content {
        padding: 8rem 0
    }
}

.article-content+.form-content {
    padding: 0 0 4rem
}

@media (min-width:480px) {
    .article-content+.form-content {
        padding: 0 0 4.5rem
    }
}

@media (min-width:768px) {
    .article-content+.form-content {
        padding: 0 0 6rem
    }
}

@media (min-width:992px) {
    .article-content+.form-content {
        padding: 0 0 7rem
    }
}

@media (min-width:1200px) {
    .article-content+.form-content {
        padding: 0 0 8rem
    }
}

.article-teaser {
    padding: 8rem 0;
}

@media (min-width:480px) {
    .article-teaser {
        padding: 4.5rem 0 
    }
}

@media (min-width:768px) {
    .article-teaser {
        padding: 6rem 0 
    }
}

@media (min-width:992px) {
    .article-teaser {
        padding: 7rem 0 
    }
}

@media (min-width:1200px) {
    .article-teaser {
        padding: 8rem 0 
    }
}

@media (min-width:1200px) {
    .article-teaser .content-teaser {
        width: 66.666666%
    }
}

.article-teaser .content {
    padding: 0 0 1.33333333rem
}

@media (min-width:480px) {
    .article-teaser .content {
        padding: 0 0 1.5rem
    }
}

@media (min-width:768px) {
    .article-teaser .content {
        padding: 0 0 2rem
    }
}

@media (min-width:992px) {
    .article-teaser .content {
        padding: 0 0 2.33333333rem
    }
}

@media (min-width:1200px) {
    .article-teaser .content {
        padding: 0 0 2.66666667rem
    }
}

.article-teaser .content h2 {
    margin: 0
}
.article-teaser article.swiper-slide {padding:0;}
.article-teaser article {
    padding: 0 1rem;
    width: calc(100% - 2rem);
    width: 100%;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .article-teaser article {
        padding: 0 1rem;
        width: calc(50% - 2rem)
    }
    .article-teaser article.swiper-slide {padding:0;}
}

@media (min-width:992px) {
    .article-teaser article {
        padding: 0 1rem;
        width: calc(33.333333333333336% - 2rem)
    }
    .article-teaser article.swiper-slide {padding:0;}
}

.article-teaser article h3 {
    margin-top: 1rem
}

.article-teaser article .image-container {
    overflow: hidden;
    position: relative
}

@media (min-width:768px) {
    .article-teaser article .image-container {
        height: 230px
    }
}

@media (min-width:992px) {
    .article-teaser article .image-container {
        height: 200px
    }
}

@media (min-width:1200px) {
    .article-teaser article .image-container {
        height: 240px
    }
}

.article-teaser article img {
    margin: 0 0 1rem;
    width: 100%
}

@media (min-width:768px) {
    .article-teaser article img {
        transition: transform 1s ease-in-out
    }
}

.article-teaser article .find-out-more {
    border: 0
}

.article-teaser article p {
    margin: 0 0 1.5rem
}

.article-teaser article a {
    border-bottom: 2px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    height: calc(100% - 2px)
}

.article-teaser article a:focus,
.article-teaser article a:hover {
    border-bottom: 2px solid #a8cb40
}

.article-teaser article a:focus .find-out-more,
.article-teaser article a:hover .find-out-more {
    color: #a8cb40
}

@media (min-width:768px) {

    .article-teaser article a:focus img,
    .article-teaser article a:hover img {
        transform: scale(1.1)
    }
}

.article-teaser article a span {
    align-self: flex-start;
    margin: auto 0 1rem
}

.article-teaser .article-all a:before {
    color: #a8cb40
}

.article-list article .type {
    display: block;
    text-transform: uppercase
}

.article-feature {
    background: #f0f0f0;
    display: flex;
    flex-wrap: wrap
}

@media (min-width:992px) {
    .article-feature {
        flex-wrap: nowrap
    }
}

.article-feature .article-media {
    position: relative;
    width: 100%
}

@media (min-width:992px) {
    .article-feature .article-media {
        flex-wrap: nowrap;
        width: 50%
    }
}

.article-feature .article-media img {
    height: auto;
    width: 100%
}

@media (min-width:992px) {
    .article-feature .article-media img {
        display: none;
        visibility: hidden
    }
}

.article-feature .content {
    padding: 7%;
    z-index: 2;
    width: 90%
}

@media (min-width:992px) {
    .article-feature .content {
        max-width: 450px;
        width: 40%
    }
}

.article-feature .content h3 {
    color: #14022e;
    font-size: 1.6rem;
    line-height: calc(1.6rem * 1.3);
    font-weight: 700;
    margin: 0 0 1.2rem
}

@media (min-width:768px) {
    .article-feature .content h3 {
        font-size: 2rem;
        line-height: calc(2rem * 1.3);
        margin: 0 0 1.6rem
    }
}

@media (min-width:992px) {
    .article-feature .content h3 {
        font-size: 2.2rem;
        line-height: calc(2.2rem * 1.3)
    }
}

@media (min-width:1200px) {
    .article-feature .content h3 {
        font-size: 2.5rem;
        line-height: calc(2.4rem * 1.3)
    }
}

.featured-content {
    padding: 0 0 4rem
}

@media (min-width:480px) {
    .featured-content {
        padding: 0 0 4.5rem
    }
}

@media (min-width:768px) {
    .featured-content {
        padding: 0 0 6rem
    }
}

@media (min-width:992px) {
    .featured-content {
        padding: 0 0 7rem
    }
}

@media (min-width:1200px) {
    .featured-content {
        padding: 0 0 8rem
    }
}

.featured-content .container {
    display: flex;
    flex-wrap: wrap
}

.featured-content .container .content {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0 0;
    width: 100%
}

@media (min-width:768px) {
    .featured-content .container .content {
        padding: 0 0 0 1.5rem;
        width: calc(50% - 1.5rem)
    }
}

@media (min-width:992px) {
    .featured-content .container .content {
        padding: 0 0 0 3rem;
        width: calc(50% - 3rem)
    }
}

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

.featured-content .container .media {
    width: 100%
}

@media (min-width:768px) {
    .featured-content .container .media {
        width: 50%
    }
}

.featured-content .container .media img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

@media (min-width:768px) {
    .featured-content:nth-of-type(even) .media {
        order: 2
    }
}

.featured-content:nth-of-type(even) .content {
    order: 1
}

@media (min-width:768px) {
    .featured-content:nth-of-type(even) .content {
        padding: 0 1.5rem 0 0
    }
}

@media (min-width:992px) {
    .featured-content:nth-of-type(even) .content {
        padding: 0 3rem 0 0
    }
}

.featured-content:nth-of-type(odd) .media {
    order: 1
}

.featured-content:nth-of-type(odd) .content {
    order: 2
}

@media (min-width:768px) {
    .featured-content:nth-of-type(odd) .content {
        padding: 0 0 0 1.5rem
    }
}

@media (min-width:992px) {
    .featured-content:nth-of-type(odd) .content {
        padding: 0 0 0 3rem
    }
}

.featured-content.dark {
    padding: 4rem 0
}

@media (min-width:480px) {
    .featured-content.dark {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .featured-content.dark {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .featured-content.dark {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .featured-content.dark {
        padding: 8rem 0
    }
}

.featured-content.dark+.featured-content {
    padding: 4rem 0
}

@media (min-width:480px) {
    .featured-content.dark+.featured-content {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .featured-content.dark+.featured-content {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .featured-content.dark+.featured-content {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .featured-content.dark+.featured-content {
        padding: 8rem 0
    }
}

.featured-content.dark+.article-teaser {
    padding: 4rem 0
}

@media (min-width:480px) {
    .featured-content.dark+.article-teaser {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .featured-content.dark+.article-teaser {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .featured-content.dark+.article-teaser {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .featured-content.dark+.article-teaser {
        padding: 8rem 0
    }
}

.enquiry {
    padding: 4rem 0
}

@media (min-width:480px) {
    .enquiry {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .enquiry {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .enquiry {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .enquiry {
        padding: 8rem 0
    }
}

.enquiry .enquiry-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem
}

.enquiry .enquiry-container .content {
    padding: 0 1rem;
    width: calc(100% - 2rem)
}

@media (min-width:992px) {
    .enquiry .enquiry-container .content {
        width: calc(50% - 2rem)
    }
}

.enquiry .enquiry-form h2 {
    margin: 0 0 1rem
}

.enquiry form {
    width: 100%
}

.responsive-video {
    height: 0;
    padding-top: 25px;
    padding-bottom: 67.5%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden
}

.responsive-video.vimeo {
    padding-top: 0
}

.responsive-video.widescreen {
    padding-bottom: 57.25%
}

.responsive-video embed,
.responsive-video iframe,
.responsive-video object,
.responsive-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

@media (max-width:767px) {
    .responsive-video {
        padding-top: 0
    }
}

.article-listings {
    background: #f0f0f0;
    padding: 4rem 0
}

@media (min-width:480px) {
    .article-listings {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .article-listings {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .article-listings {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .article-listings {
        padding: 8rem 0
    }
}

.article-listings .listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -1rem
}

.article-listings article {
    margin: 0 1rem 2rem;
    width: calc(100% - 2rem)
}

@media (min-width:480px) {
    .article-listings article {
        width: calc(50% - 2rem)
    }
}

@media (min-width:992px) {
    .article-listings article {
        width: calc(33.333333% - 2rem)
    }
}

.article-listings article img {
    height: auto;
    width: 100%
}

.article-listings.teaser {
    background: #fff
}

.article-listings.health-safety {
    background: #fff
}

.article-listings.health-safety .content {
    padding: 0 0 2rem
}

@media (min-width:480px) {
    .article-listings.health-safety .content {
        padding: 0 0 2.25rem
    }
}

@media (min-width:768px) {
    .article-listings.health-safety .content {
        padding: 0 0 3rem
    }
}

@media (min-width:992px) {
    .article-listings.health-safety .content {
        padding: 0 0 3.5rem
    }
}

@media (min-width:1200px) {
    .article-listings.health-safety .content {
        padding: 0 0 4rem
    }
}

.article-listings.health-safety .content p {
    margin: 0
}

.article-listings.health-safety article {
    margin: 0 1rem 1rem;
    width: calc(100% - 2rem)
}

@media (min-width:768px) {
    .article-listings.health-safety article {
        width: calc(50% - 2rem)
    }
}

@media (min-width:992px) {
    .article-listings.health-safety article {
        margin: 0 1rem 2rem;
        width: calc(33.333% - 2rem)
    }
}

.article-listings.health-safety article .media {
    padding-right: 2rem;
    width: 35%
}

.article-listings.health-safety article .media img {
    height: auto;
    width: 100%
}

.article-listings.health-safety article a {
    border: 0;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap
}

.article-listings.health-safety article a:focus .find-out-more,
.article-listings.health-safety article a:hover .find-out-more {
    border-bottom: 2px solid #a8cb40;
    color: #a8cb40
}

.article-listings.health-safety article .teaser {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    width: 65%
}

.article-listings.health-safety article .teaser h4 {
    width: 100%
}

.article-listings.health-safety article .teaser .find-out-more {
    align-self: flex-end;
    border-bottom: 2px solid #f0f0f0;
    display: block;
    margin-top: auto;
    padding-bottom: 1rem;
    width: 100%
}

.vacancy-details {
    break-inside: avoid-column;
    padding: 0;
    width: 100%
}

.vacancy-details li {
    list-style: none
}

.vacancy-details+.find-out-more {
    border-bottom: none !important;
    display: inline-block !important;
    flex-direction: row !important;
    height: auto !important;
    overflow: auto !important
}

.people {
    background: #f0f0f0
}

.people .container {
    overflow: hidden;
    padding: 0
}

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

.people .people-container article {
    overflow: hidden;
    position: relative;
    width: 100%
}

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

.people .people-container article .info-container {
    padding: 0 1rem;
    position: relative;
    width: calc(100% - 2rem)
}

.people .people-container article .information {
    background: rgba(20, 2, 46, .8);
    bottom: -8rem;
    left: 1rem;
    height: 6rem;
    padding: 1rem;
    position: absolute;
    transition: bottom .3s ease;
    width: calc(100% - 4rem)
}

.people .people-container article .information h3 {
    color: #fff;
    margin: 0 0 1rem
}

.people .people-container article .information .job-title {
    color: #fff;
    margin: 0
}

.people .people-container article.active .information {
    bottom: 0
}

.accreditation-teaser,
.client-teaser {
    padding: 4rem 0
}

@media (min-width:480px) {

    .accreditation-teaser,
    .client-teaser {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {

    .accreditation-teaser,
    .client-teaser {
        padding: 6rem 0
    }
}

@media (min-width:992px) {

    .accreditation-teaser,
    .client-teaser {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {

    .accreditation-teaser,
    .client-teaser {
        padding: 8rem 0
    }
}

.accreditation-teaser .container,
.client-teaser .container {
    overflow: hidden;
    padding: 0
}

.accreditation-teaser .container .client-container,
.client-teaser .container .client-container {
    margin: 2rem -1rem 0
}

.accreditation-teaser .container article,
.client-teaser .container article {
    align-content: center;
    display: flex;
    padding: 0 1rem
}

.accreditation-teaser .container article img,
.client-teaser .container article img {
    width: calc(100% - 2rem)
}

.client-teaser:not(.dark) {
    padding: 0 0 4rem
}

@media (min-width:480px) {
    .client-teaser:not(.dark) {
        padding: 0 0 4.5rem
    }
}

@media (min-width:768px) {
    .client-teaser:not(.dark) {
        padding: 0 0 6rem
    }
}

@media (min-width:992px) {
    .client-teaser:not(.dark) {
        padding: 0 0 7rem
    }
}

@media (min-width:1200px) {
    .client-teaser:not(.dark) {
        padding: 0 0 8rem
    }
}

.teaser-content .slider-controls {
    bottom: 0;
    margin: 2.2rem auto 0;
    padding: .8rem 0 0;
    position: relative;
    text-align: center;
    width: 100%
}

.teaser-content .slider-controls span {
    cursor: pointer
}

.teaser-content .slider-controls span:before {
    font-family: Font Awesome\ 5 pro;
    font-weight: 600;
    cursor: pointer;
    color: #14022e;
    font-size: 1.6rem;
    display: inline-block
}

.teaser-content .slider-controls .slider-next {
    margin: 0 1rem
}

.teaser-content .slider-controls .slider-next:before {
    content: '\f054';
    font-weight: 500
}

.teaser-content .slider-controls .slider-prev {
    margin: 0 1rem
}

.teaser-content .slider-controls .slider-prev:before {
    content: '\f053';
    font-weight: 500
}

.image-showcase {
    padding: 4rem 0
}

@media (min-width:480px) {
    .image-showcase {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .image-showcase {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .image-showcase {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .image-showcase {
        padding: 8rem 0
    }
}

.image-showcase .container {
    overflow: hidden;
    padding: 0
}

.image-showcase .showcase-container a {
    border: 0;
    outline: 0;
    overflow: hidden;
    position: relative;
    width: calc(100% - 1rem) !important
}

.image-showcase .showcase-container a img {
    height: auto;
    display: block;
    transition: transform .4s ease;
    width: 100%
}

.image-showcase .showcase-container a:before {
    align-items: center;
    background: rgba(20, 2, 46, .8);
    bottom: 0;
    content: '';
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .4s ease;
    width: 100%;
    z-index: 1
}

.image-showcase .showcase-container a:after {
    align-items: center;
    background: #14022e;
    bottom: 0;
    color: #fff;
    content: '\f00e';
    display: flex;
    font-size: 1.6rem;
    font-family: Font Awesome\ 5 pro;
    font-weight: 600;
    font-weight: 300;
    opacity: 0;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .4s ease;
    z-index: 2
}

.image-showcase .showcase-container a:focus:after,
.image-showcase .showcase-container a:focus:before,
.image-showcase .showcase-container a:hover:after,
.image-showcase .showcase-container a:hover:before {
    opacity: 1
}

.image-showcase .showcase-container a:focus img,
.image-showcase .showcase-container a:hover img {
    transform: scale(1.2)
}

.image-showcase+.article-teaser {
    padding: 4rem 0
}

@media (min-width:480px) {
    .image-showcase+.article-teaser {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .image-showcase+.article-teaser {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .image-showcase+.article-teaser {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .image-showcase+.article-teaser {
        padding: 8rem 0
    }
}

.support-content .content-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.support-content .content-container div {
    margin: 0 0 2rem;
    width: 100%
}

@media (min-width:992px) {
    .support-content .content-container div {
        margin: 0;
        width: calc(50% - 1rem)
    }
}

.locations-content {
    padding: 2rem 0
}

@media (min-width:480px) {
    .locations-content {
        padding: 2.25rem 0
    }
}

@media (min-width:768px) {
    .locations-content {
        padding: 3rem 0
    }
}

@media (min-width:992px) {
    .locations-content {
        padding: 3.5rem 0
    }
}

@media (min-width:1200px) {
    .locations-content {
        padding: 4rem 0
    }
}

.locations-content .content {
    padding: 0 0 1.33333333rem
}

@media (min-width:480px) {
    .locations-content .content {
        padding: 0 0 1.5rem
    }
}

@media (min-width:768px) {
    .locations-content .content {
        padding: 0 0 2rem
    }
}

@media (min-width:992px) {
    .locations-content .content {
        padding: 0 0 2.33333333rem
    }
}

@media (min-width:1200px) {
    .locations-content .content {
        padding: 0 0 2.66666667rem
    }
}

.locations-content .content h2 {
    margin: 0
}

.locations-content .office-locations {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%
}

.locations-content .office-locations article {
    margin: 0 0 1rem;
    padding: 0 1rem;
    width: calc(100% - 2rem)
}

@media (min-width:480px) {
    .locations-content .office-locations article {
        padding: 0 1rem;
        width: calc(50% - 2rem)
    }
}

@media (min-width:992px) {
    .locations-content .office-locations article {
        padding: 0 1rem;
        width: calc(25% - 2rem)
    }

    .locations-content .office-locations article h3 {
        font-size: 1.4rem
    }
}

.locations-content .office-locations article ol,
.locations-content .office-locations article ul {
    margin: 0;
    padding: 0
}

.locations-content .office-locations article li {
    list-style: none
}

.form-content {
    padding: 4rem 0
}

@media (min-width:480px) {
    .form-content {
        padding: 4.5rem 0
    }
}

@media (min-width:768px) {
    .form-content {
        padding: 6rem 0
    }
}

@media (min-width:992px) {
    .form-content {
        padding: 7rem 0
    }
}

@media (min-width:1200px) {
    .form-content {
        padding: 8rem 0
    }
}

.form-content .content,
.form-content .form-container {
    width: 100%
}

@media (min-width:992px) {

    .form-content .content,
    .form-content .form-container {
        width: 50%
    }
}

.side-cta {
    align-content: center;
    background: #a8cb40;
    border: 0;
    bottom: 0;
    color: #14022e;
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    padding: .5rem;
    position: fixed;
    margin: 0;
    right: 0;
    text-decoration: none;
    top: auto !important;
    transform: translateX(100%);
    transition: transform .8s ease;
    z-index: 8
}

@media (min-width:768px) {
    .side-cta {
        font-size: 1.2rem;
        padding: .6rem
    }
}

@media (min-width:992px) {
    .side-cta {
        font-size: 1.4rem;
        padding: .8rem
    }
}

.side-cta i {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-left: .6rem
}

@media (min-width:768px) {
    .side-cta i {
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin-left: .8rem
    }
}

@media (min-width:992px) {
    .side-cta i {
        font-size: 1.4rem;
        line-height: 2rem;
        margin-left: 1rem
    }
}

.side-cta.active {
    border: 0;
    transform: translateX(0)
}

.side-cta:focus,
.side-cta:hover {
    background: #14022e;
    border: 0;
    color: #fff
}

.logo-slider .logo-container.slick-initialized {
    display: block
}

.logo-slider .slick-list {
    margin: 0 2rem
}

.logo-slider .slick-list .slick-slide img {
    display: block;
    height: auto;
    margin: auto;
    max-width: 180px;
    width: 100%
}

.logo-slider .slick-prev {
    left: 0;
    z-index: 4
}

.logo-slider .slick-next {
    right: 0;
    z-index: 4
}

.logo-slider .content {
    margin: 0 0 3rem
}

.logo-slider+.challenges-teaser {
    margin-top: -1rem
}

@media (min-width:992px) {
    .logo-slider+.challenges-teaser {
        margin-top: -2rem
    }
}

@media (min-width:1200px) {
    .logo-slider+.challenges-teaser {
        margin-top: -3.5rem
    }
}

.api-loading {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 1.4rem 0 0;
    text-align: center;
    width: 100%
}

.api-loading img {
    margin: 0 0 0 1rem
}

.slick-slider {
    display: none
}

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

.slick-slider .slick-slide {
    outline: 0
}

.slick-dotted.slick-slider {
    margin: 0 -1rem
}

.slick-slider .slick-track {
    margin-left: 0;
    display: flex;
    align-items: center;
}

.slick-prev {
    background: 0 0
}

.slick-prev:before {
    font-family: Font Awesome\ 5 pro;
    font-weight: 600;
    content: '\f053';
    color: #a3a3a3;
    font-weight: 500
}

.slick-next {
    background: 0 0
}

.slick-next:before {
    font-family: Font Awesome\ 5 pro;
    font-weight: 600;
    content: '\f054';
    color: #a3a3a3;
    font-weight: 500
}

.slick-dots {
    bottom: 0;
    margin: 2.2rem auto 0;
    padding: .8rem 0 0;
    position: relative;
    width: calc(100% - 2rem)
}

.slick-dots li button {
    padding: 0
}

.slick-dots li button:before {
    color: #14022e;
    font-size: 1rem
}

.mfp-bg {
    z-index: 3
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
    display: none
}

.mfp-counter,
.mfp-title {
    color: #fff
}

.mfp-content {
    transition: all .4s ease .3s;
    opacity: 0
}

.mfp-figure:after {
    background: #14022e;
    box-shadow: none
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .4s ease
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-ready .mfp-content {
    opacity: 1
}

.boltform>p.boltform-error {
    display: none
}

.boltform li.boltform-error {
    background: 0 0;
    border: 0;
    padding: 0;
    margin-top: -1rem;
    font-size: 1rem
}

.global-overlay {
    background: rgba(3, 0, 16, .92);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.global-overlay .content {
    align-items: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    max-width: 86vw;
    max-height: 100vh;
    justify-content: center;
    text-align: center;
    height: 100%;
    margin: auto;
    width: 100%
}

@media (min-width:768px) {
    .global-overlay .content {
        max-width: 75vw
    }
}

.global-overlay .content p {
    color: #fff
}

.global-overlay .title {
    color: #fff;
    display: block;
    text-decoration: none
}

.global-overlay .sub-title {
    display: inline-block;
    color: #fff;
    margin: 0;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .04rem;
    position: relative
}

@media (min-width:768px) {
    .global-overlay .sub-title {
        font-size: 2rem
    }
}

@media (min-width:768px) {
    .global-overlay .sub-title {
        font-size: 2.4rem
    }
}

@media (min-width:992px) {
    .global-overlay .sub-title {
        font-size: 2.7rem
    }
}

@media (min-width:1200px) {
    .global-overlay .sub-title {
        font-size: 3rem
    }
}

@media (min-width:1600px) {
    .global-overlay .sub-title {
        font-size: 3.4rem
    }
}

.global-overlay .sub-title:after {
    background: #a8cb40;
    content: '';
    display: block;
    height: 5px;
    margin: 1rem auto 1.4rem;
    width: 100%
}

.global-overlay .video {
    width: 100%
}

@media (min-width:992px) {
    .global-overlay .video {
        padding: .4rem 0
    }
}

.global-overlay .responsive-video {
    padding-bottom: 34vh;
    margin: 0 auto 1rem;
    max-width: 100%;
    width: 100vh
}

@media (min-width:768px) {
    .global-overlay .responsive-video {
        padding-bottom: 45vh
    }
}

@media (min-width:992px) {
    .global-overlay .responsive-video {
        padding-bottom: 50vh
    }
}

.global-overlay .text {
    color: #aea8b6;
    max-width: 750px
}

.global-overlay .btn {
    background: #a8cb40;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.8rem;
    margin: 1rem 0 0;
    padding: .6rem 1.2rem;
    text-decoration: none;
    text-transform: uppercase
}

.global-overlay .btn:after {
    color: #fff
}

.global-overlay .btn.active,
.global-overlay .btn:focus,
.global-overlay .btn:hover {
    background: #fff;
    color: #a8cb40
}

.global-overlay .btn.active:after,
.global-overlay .btn:focus:after,
.global-overlay .btn:hover:after {
    color: #a8cb40
}

.overlay-close {
    cursor: pointer;
    position: fixed;
    right: 1rem;
    top: 1rem
}

@media (min-width:992px) {
    .overlay-close {
        right: 2rem;
        top: 2rem
    }
}

.overlay-close:before {
    content: '\f00d';
    color: #fff;
    font-size: 2.1rem;
    font-family: Font Awesome\ 5 pro;
    font-weight: 600;
    font-weight: 300
}

@media (min-width:1200px) {
    .overlay-close:before {
        font-size: 2.9rem
    }
}

.global_overlay_toggle {
    cursor: pointer;
    display: block;
    margin: auto;
    position: fixed;
    opacity: 1;
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
    transition: right .4s ease 1.4s;
    width: 22px;
    height: auto;
    z-index: 98
}

@media (min-width:768px) {
    .global_overlay_toggle {
        right: -60px;
        width: 50px
    }
}

.global_overlay_toggle.active {
    right: 0
}

.global_overlay_toggle img {
    display: block;
    height: auto;
    width: 100%
}

form .boltforms-row {
    margin: 0 0 2rem
}

form .boltforms-row:last-of-type {
    margin: 0
}

form .boltforms-row label {
    display: block;
    color: #4d4d4d;
    font-size: .9rem;
    margin: 0 0 .6rem
}

form .boltforms-row label:after {
    color: #4d4d4d
}

form .boltforms-row input[type=email],
form .boltforms-row input[type=text],
form .boltforms-row select,
form .boltforms-row textarea {
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    border-radius: 0;
    color: #14022e;
    outline-color: #a8cb40;
    padding: 1.2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: calc(100% - 2rem - 2px)
}

form .boltforms-row input[type=email]:focus,
form .boltforms-row input[type=text]:focus,
form .boltforms-row textarea:focus {
    border: 1px solid #d7d7d7;
    outline: 0
}

form .boltforms-row textarea {
    min-height: 8rem
}

form .boltforms-row button,
form .boltforms-row input[type=select] {
    border: 0;
    background: #14022e;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.8rem;
    margin: 1rem 0 0;
    padding: 1rem 1.4rem;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    margin-top: 2rem
}

form .boltforms-row button:after,
form .boltforms-row input[type=select]:after {
    content: "\f105";
    color: #a8cb40;
    display: inline-block;
    font-family: Font Awesome\ 5 pro;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1rem;
    margin-left: 2rem;
    margin-top: -3px;
    vertical-align: middle
}

form .boltforms-row button.active,
form .boltforms-row button:focus,
form .boltforms-row button:hover,
form .boltforms-row input[type=select].active,
form .boltforms-row input[type=select]:focus,
form .boltforms-row input[type=select]:hover {
    background: #a8cb40;
    border: 0;
    color: #14022e
}

form .boltforms-row button.active:after,
form .boltforms-row button:focus:after,
form .boltforms-row button:hover:after,
form .boltforms-row input[type=select].active:after,
form .boltforms-row input[type=select]:focus:after,
form .boltforms-row input[type=select]:hover:after {
    color: #14022e
}

form .boltforms-row button.external:after,
form .boltforms-row input[type=select].external:after {
    content: '\f35d';
    font-family: Font Awesome\ 5 pro;
    font-weight: 600;
    margin: 0 0 0 .5rem
}

form .boltforms-row button:after,
form .boltforms-row input[type=select]:after {
    content: "\f105";
    color: #a8cb40;
    display: inline-block;
    font-family: Font Awesome\ 5 pro;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1rem;
    margin-left: 2rem;
    margin-top: -3px;
    vertical-align: middle
}

form .boltforms-row button.active,
form .boltforms-row button:focus,
form .boltforms-row button:hover,
form .boltforms-row input[type=select].active,
form .boltforms-row input[type=select]:focus,
form .boltforms-row input[type=select]:hover {
    background: #a8cb40;
    border: 0;
    color: #14022e
}

form .boltforms-row button.active:after,
form .boltforms-row button:focus:after,
form .boltforms-row button:hover:after,
form .boltforms-row input[type=select].active:after,
form .boltforms-row input[type=select]:focus:after,
form .boltforms-row input[type=select]:hover:after {
    color: #14022e
}

form .boltforms-row button.external:after,
form .boltforms-row input[type=select].external:after {
    content: '\f35d';
    font-family: Font Awesome\ 5 pro;
    font-weight: 600;
    margin: 0 0 0 .5rem
}

.contact form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact .boltforms-row {
    width: 100%
}

@media (min-width:768px) {
}

ul.pagination {
    font-size: 1rem;
    font-weight: 600;
    line-height: 2.6rem;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 2rem 0 0;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #373a36
}

ul.pagination:before {
    display: table;
    content: ' '
}

ul.pagination:after {
    display: table;
    clear: both;
    content: ' '
}

ul.pagination>li {
    margin: 0 .3rem;
    padding: 0
}

ul.pagination>li a[data-page=prev]:before {
    content: '\f053';
    font-family: Font Awesome\ 5 pro;
    font-weight: 600
}

ul.pagination>li a[data-page=next]:before {
    content: '\f054';
    font-family: Font Awesome\ 5 pro;
    font-weight: 600
}

ul.pagination>li>a {
    align-items: center;
    border: 0;
    background: #fff;
    color: #373a36;
    cursor: pointer;
    display: flex;
    height: 3rem;
    justify-content: center;
    margin: 0;
    text-align: center;
    text-decoration: none;
    width: 3rem
}

ul.pagination>li>span {
    display: inline;
    padding: .6rem 0;
    cursor: default;
    text-align: center;
    color: #a8cb40
}

ul.pagination>li.active>a,
ul.pagination>li.active>a:focus,
ul.pagination>li.active>a:hover {
    background: #a8cb40;
    border-radius: 50%;
    color: #000;
    cursor: default;
    outline: 0
}

ul.pagination>li.disabled>a,
ul.pagination>li.disabled>a:focus,
ul.pagination>li.disabled>a:hover {
    cursor: not-allowed;
    outline: 0;
    opacity: .2
}

#api-tech-partner-pagination {
    display: none;
    opacity: 0
}

.swiper-container {
    cursor: unset;
    display: none;
    width: 100%;
    height: 100%
}

.swiper-container.swiper-container-initialized {
    display: block
}

.swiper-container .swiper-wrapper {
    cursor: grab;
}

.swiper-container .flex-container {
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center
}

.swiper-container-horizontal .swiper-scrollbar {
    background: #f0f0f0;
    border-radius: 1rem;
    height: 8px;
    max-width: 100%;
    position: relative;
    width: 100%
}

@media (min-width:768px) {
    .swiper-container-horizontal .swiper-scrollbar {
        max-width: 60%
    }
}

.swiper-container-horizontal .swiper-scrollbar .swiper-scrollbar-drag {
    background: #a8cb40;
    border-radius: 1rem
}

.swiper-container-horizontal .swiper-button-next,
.swiper-container-horizontal .swiper-button-prev {
    background: 0 0;
    cursor: pointer;
    height: 20px;
    margin: 0;
    outline: 0;
    position: relative;
    width: 12px
}

.swiper-container-horizontal .swiper-button-next:after,
.swiper-container-horizontal .swiper-button-prev:after {
    background: url(/images/chevron-grey.png) center/cover no-repeat;
    background-size: 12px 20px;
    content: '';
    display: inline-block;
    height: 20px;
    width: 12px
}

.swiper-container-horizontal .swiper-button-next {
    margin-left: 2rem
}

.swiper-container-horizontal .swiper-button-prev {
    margin-right: 2rem
}

.swiper-container-horizontal .swiper-button-prev:after {
    transform: rotate(180deg)
}

.holding {
    font-family: 'Montserrat', sans-serif;
    align-items: center;
    align-content: center;
    background: #000;
    display: flex;
    justify-content: center;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100
}

.holding span {
    display: block;
    margin: 0 0 .8rem;
    text-align: center
}

@media (min-width:768px) {
    .holding span {
        margin: 0 0 1.2rem
    }
}

@media (min-width:992px) {
    .holding span {
        margin: 0 0 1.6rem
    }
}

@media (min-width:1200px) {
    .holding span {
        margin: 0 0 2rem
    }
}

.holding .logo {
    text-align: center;
    margin: 0 0 1.2rem
}

@media (min-width:768px) {
    .holding .logo {
        margin: 0 0 2rem
    }
}

@media (min-width:992px) {
    .holding .logo {
        margin: 0 0 2.6rem
    }
}

@media (min-width:1200px) {
    .holding .logo {
        margin: 0 0 4rem
    }
}

.holding .logo img {
    display: block;
    height: 50px;
    margin: auto;
    width: 200px
}

@media (min-width:480px) {
    .holding .logo img {
        height: 63px;
        width: 250px
    }
}

@media (min-width:992px) {
    .holding .logo img {
        height: 75px;
        width: 300px
    }
}

@media (min-width:1200px) {
    .holding .logo img {
        height: 91px;
        width: 360px
    }
}

.holding .title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase
}

@media (min-width:768px) {
    .holding .title {
        font-size: 2rem
    }
}

@media (min-width:992px) {
    .holding .title {
        font-size: 2.2rem
    }
}

@media (min-width:1200px) {
    .holding .title {
        font-size: 2.4rem
    }
}

.holding .date {
    color: #a8cb40;
    font-size: 4rem;
    font-weight: 600;
    text-transform: uppercase
}

@media (min-width:480px) {
    .holding .date {
        font-size: 5.4rem
    }
}

@media (min-width:992px) {
    .holding .date {
        font-size: 6.2rem
    }
}

@media (min-width:1200px) {
    .holding .date {
        font-size: 7.8rem
    }
}

.holding .domain {
    color: #fff;
    font-size: 1.2rem
}

@media (min-width:480px) {
    .holding .domain {
        font-size: 1.6rem
    }
}

@media (min-width:992px) {
    .holding .domain {
        font-size: 2rem
    }
}

.holding .domain em {
    color: #a8cb40;
    font-weight: 300;
    font-style: normal;
    margin: 0 .2rem
}

.holding .sg-logo {
    position: fixed;
    bottom: 1rem;
    right: 1rem
}

.holding .sg-logo img {
    display: block;
    height: 48px;
    width: 90px
}