/*
	Theme Name: Knowble.io
	Version: 1.0
	Author: DSR Branding
	Author URI: https://dsrb.com.au/
*/

/*! normalize.css v8.0.1 */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@font-face {
    font-family: 'fonts/HelveticaNowDisplay';
    src: url('../fonts/HelveticaNowDisplay-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNowDisplay-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'fonts/HelveticaNowDisplay';
    src: url('../fonts/HelveticaNowDisplay-Md.woff2') format('woff2'),
        url('../fonts/HelveticaNowDisplay-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowDisplay';
    src: url('../fonts/HelveticaNowDisplay-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNowDisplay-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

::selection, ::-webkit-selection {
	background:#000;
	color:#FFF;
	text-shadow:none;
}

body {
	font: 300 20px/1.4 'HelveticaNowDisplay', sans-serif;
	color: #004091;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color:#004091;
	text-decoration: none;
}

a:hover {
	color:#004091;
}

a:focus, a:active {
	outline: 0;
}

.btn {
    background: #004091;
    border: 1px solid #004091;
    color: #fff;
    user-select: none;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
    border-radius: 40px;
    padding: 0.6rem 2rem;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.btn:hover {
    background-color: #2EFCF9;
    border-color: #2EFCF9;
    color: #004091;
}

.btn-text {
    display: inline-block;
    color: #004091;
    font-size: 14px;
    padding-right: 4rem;
    padding-bottom: 1rem;
    position: relative;
}

.btn-text::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 4px;
    width: 16px;
    height: 11px;
    background: transparent url('../img/arrow-right.svg') no-repeat center center / 16px 11px;
    display: inline-block;
    transition: 0.1s right linear;
}

.btn-text::before, .form_submit::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #004091;
    transition: 0.2s width cubic-bezier(.86,0,.07,1);
}

.btn-text:hover::before, .form_submit:hover::before {
    width: 100%;
}

.btn-text:hover::after {
    right: 0;
}

.btn-text span {
    position: relative;
}

.btn-back {
    padding-left: 1.75rem;
    font-size: 14px;
    position: relative;
}

.btn-back::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 11px;
    background: transparent url('../img/arrow-right.svg') no-repeat center center / 16px 11px;
    transform: rotate(180deg);
}

.btn-alt {
    background: transparent;
    color: #004091;
    border-color: #004091;
}

.align_right {
    text-align: right;
}

.align_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
}

p {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

.f_acc {
    color: #004091;
}

.f_acc-alt {
    color: #2EFCF9;
}

.f_grey {
    color: #585858;
}

.f_14 {
    font-size: 14px;
}

.f_16 {
    font-size: 16px;
}

.f_20 {
    font-size: 20px;
}

.f_27 {
    font-weight: 500;
    font-size: 27px;
}

.f_45 {
    font-weight: 500;
    font-size: 45px;
}


.f_55 {
    font-size: 55px;
}

.f_55 em {
    font-style: normal;
}

.f_45, .f_55 {
    overflow: hidden;
}

.f_45:not(.notanim), .f_55:not(.notanim) {
    opacity: 0;
}

.f_45 span, .f_55 span {
    display: inline-block;
}

/*
.f_45:not(.lettered) > span, .f_55:not(.lettered) > span {
    opacity: 0;
}
*/

.lettered span {
    display: inline-block;
}

.char {
    opacity: 0;
}

.wrap {
	max-width: 1150px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.wrap-med {
    max-width: 1360px;
}

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

.flex_2, .flex_1_2, .flex_1_3, .flex_1_4, .flex_3 {
    margin: 0 -15px;
}

.flex_2 > * {
    width: calc(50% - 30px);
    margin: 0 15px;
}

.flex_3 > * {
    width: calc(33.33% - 30px);
    margin: 0 15px;
}

.flex_1_2 > *:first-child {
    width: calc(37% - 30px);
    margin: 0 15px;
}

.flex_1_2 > *:last-child {
    width: calc(63% - 30px);
    margin: 0 15px;
}

.flex_1_3 > *:first-child {
    width: calc(25% - 30px);
    margin: 0 15px;
}

.flex_1_3 > *:last-child {
    width: calc(75% - 30px);
    margin: 0 15px;
}

.flex_1_4 > *:first-child {
    width: calc(20% - 30px);
    margin: 0 15px;
}

.flex_1_4 > *:last-child {
    width: calc(80% - 30px);
    margin: 0 15px;
}

.flex_b {
    justify-content: space-between;
}

.flex_col {
    flex-direction: column;
    align-items: flex-start;
}

.flex_cen {
    align-items: center;
}

#top {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 14rem;
    padding-bottom: 6rem;
}

.home #top {
    min-height: 100vh;
    position: relative;
    background-position: bottom center;
}

.home #top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 66, 145, 0.6);
    width: 100%;
    height: 100%;
}

#top .flex_2 > div:last-child:not(:first-child) {
    padding-left: 2rem;
}

#cta {
    background: #004091;
    color: #fff;
}

#cta .flex.flex_1_2 {
    margin-top: 5rem;
}

#cta .flex.flex_2.flex_cen > div:last-child {
    text-align: center;
}

.section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

#header {
    z-index: 1;
    /* opacity: 0; */
    padding: 2.75em 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#header .flex.flex_b {
    flex-wrap: nowrap;
}

#header .logo {
    width: 120px;
    flex-shrink: 0;
}

#header .logo + .f_acc {
    text-transform: lowercase;
}

#header .btn-alt {
    min-width: 138px;
    flex-shrink: 0;
}

.header_nav {
    width: calc(100% - 260px);
}

.header_nav > div:last-child {
    display: none;
}

.header_nav ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
    display: flex;
}

.header_nav > div > ul {
    max-width: 480px;
}

.header_nav ul li {
    display: inline-block;
    margin-right: 1.1em;
}

.header_nav ul li:last-child {
    display: none;
}

.header_nav ul li:nth-last-child(2) {
    margin-right: 0em;
}

.header_nav ul li a {
    color: #004091;
    font-size: 14px;
    padding: 1rem 0;
}

.home .header_nav ul li a:not(.btn), .single-positions .header_nav ul li a {
    color: #fff;    
}

.single-positions .btn.btn-alt:not(:hover) {
    color: #fff;
    border-color: #fff;
}

.header_nav ul li:hover a:not(.btn), .header_nav ul li.current-menu-item a:not(.btn), .single-positions li.menu-item-143 a:not(.btn),
.footer_nav ul li.current-menu-item a:not(.btn) {
    border-bottom: 1px solid;
}

.home #header .btn-alt:not(:hover) {
    border-color: #fff;
    color: #fff;
}

/* Dropdown sub-menus */
.header_nav ul li {
    position: relative;
}

.header_nav ul li .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: -1rem;
    background: #fff;
    min-width: 220px;
    max-width: none;
    padding: 0.5rem 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 4px;
    z-index: 10;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
}

.header_nav ul li:hover > .sub-menu {
    display: flex;
}

.header_nav ul li .sub-menu li {
    display: block;
    margin-right: 0;
    width: 100%;
}

.header_nav ul li .sub-menu li a {
    display: block;
    padding: 0.5rem 1rem;
    white-space: nowrap;
    font-size: 13px;
    color: #004091;
    border-bottom: none;
}

.header_nav ul li .sub-menu li a:hover {
    background: #f0f7ff;
    border-bottom: none;
}

.header_nav ul li .sub-menu li:hover a:not(.btn) {
    border-bottom: none;
}

.home .header_nav ul li .sub-menu li a {
    color: #004091;
}

.home .header_nav ul li .sub-menu {
    background: #fff;
}

.header_nav ul li.menu-item-has-children > a::after,
.header_nav ul li.menu-item-has-children > .nav-label::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
}

.nav-label {
    color: #004091;
    font-size: 14px;
    padding: 1rem 0;
    cursor: default;
}

.home .nav-label {
    color: #fff;
}

.header_nav-open {
    height: 20px;
    width: 20px;
}

.header_nav-open, .header_nav-open svg:last-child {
    display: none;
}

.header_nav-open svg {
    cursor: pointer;
    height: 20px;
    position: relative;
    z-index: 1;
}

.header_nav-open svg:last-child path {
    fill: #004091;
}

body:not(.home) .header_nav-open svg:first-child path {
    fill: #004091;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

#footer {
    position: relative;
    z-index: 1;
    margin-top: 2rem;
    overflow: hidden;
    background: #004091;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/*
#footer .wrap {
    opacity: 0;
    transform: translateY(3rem);
}
*/

#header .wrap, #footer .wrap {
    max-width: 1640px;
}

#footer .logo, #footer .wrap {
    position: relative;
}

#footer .logo::before, #footer .wrap::after {
    content: "";
    position: absolute;
    left: -300px;
    top: 50%;
    transform: translateY(-50%);
    width: 250px;
    height: 33px;
    background: transparent url('../img/arrow.svg') no-repeat center center / 250px 33px;
}

#footer .wrap::after {
    right: -250px;
    left: auto;
    top: 1rem;
}

#footer .logo img {
    height: 24px;
}

#footer .f_45 {
    margin-bottom: 22rem;
}

.footer_top .f_acc-alt {
    text-transform: lowercase;
}

.footer_bottom {
    padding-top: 1.5rem;
    position: relative;
    color: #4578B8;
    font-size: 12px;
}

.footer_bottom a {
    color: #4578B8;
    font-size: 12px;
}

.footer_bottom::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    height: 1px;
    width: calc(100% - 30px);
    background: #2EFCF9;
}

.footer_bottom .flex.flex_2 {
    margin: 0 -15px;
    width: calc(80% + 15px);
}

.footer_bottom .flex.flex_2 > div:last-child {
    text-align: right;
}

.footer_nav a {
    font-size: 20px;
    color: #2EFCF9;
}

.footer_nav a:hover, .footer_bottom a:hover {
    color: #fff;
}

.footer_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_nav li:not(:last-child) {
    margin-bottom: 0.75rem;
}

.footer_bottom svg path {
    fill: #2EFCF9;
}

.footer_bottom svg:hover path {
    fill: #fff;
}

.footer_top {
    padding-bottom: 2.5rem;
}

.mob_vis {
    display: none;
}

/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/

.home #top .f_55 {
    overflow: visible;
    color: #fff;
    position: relative;
    max-width: 480px;
    min-height: calc(100vh - 20rem - 36px);
}

.home #top .f_55 > div {
    position: relative;
}

.home #top .f_55 > div::after {
    content: "";
    background: transparent url("../img/wire.svg") no-repeat center center / 703px 107px;
    width: 703px;
    height: 107px;
    position: absolute;
    bottom: -12px;
    left: 0;
    transform: translateY(100%);
    z-index: 1;
}

.home #top .f_55 strong {
    color: #2EFCF9;
}

.home #top .btn-text {
    color: #fff;
}

.home #top .btn-text::after {
    background-image: url('../img/arrow-right-w.svg');
}

.home #top .btn-text::before {
    background: #fff;
}

#slogan {
    overflow: hidden;
}

.anim_up {
    opacity: 0;
    transform: translateY(3rem);
}

.home #slogan .f_20 {
    max-width: 300px;
}

.home #slogan .svg_wrap {
    position: absolute;
    left: -22%;
    top: 18%;
    width: 1440px;
    height: 471px;
    z-index: -1;
}

.home #slogan .svg_wrap svg path {
    stroke-dasharray: 3400;
    opacity: 0;
}

/*

.svg_elem {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #004091;
    position: absolute;
    left: 0;
    top: 0;
}

*/

.anim_img {
    overflow: hidden;
    border-radius: 20px;
}

.anim_img img {
    transform: translateX(-30%);
    opacity: 0;
}

.anim_img_r img {
    opacity: 0;
    transform: translateX(30%);
}

.home #slogan .f_45 {
    max-width: 633px;
}

#about .f_45 {
    max-width: 400px;
}

#about .flex_col {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#about .btn-text {
    margin-top: 2.5rem;
}

#about img {
    background: #fff;
    border-radius: 20px;
}



#nav {
    overflow: hidden;
}

#nav .parent_col {
    background: #d3f2fe;
    border-radius: 20px;
    padding: 3.5rem 3.25rem;
    position: relative;
    min-height: 515px;
    overflow: hidden;
}

#nav img {
    bottom: -50px;
    transform: translate3d(0,0,0);
    display: block;
    position: absolute;
    max-width: calc(100% - 3.25rem);
    right: 0;
    width: auto;
    max-height: calc(100% - 3rem);
}

#nav .parent_col:first-child img {
    right: -40px;
    max-height: 100%;
}

#nav .btn {
    position: relative;
    z-index: 1;
}

/*------------------------------------*\
    CAREERS
\*------------------------------------*/

#positions {
    opacity: 0;
    background: #004091;
}

#positions .btn-text {
    min-width: 184px;
}

.positions_item {
    border-radius: 15px;
    background: #fff;
    padding: 3rem 3.75rem;
    color: #000;
}

.positions_item .flex_b {
    margin-top: 2rem;
}

.positions_item a.f_acc {
    text-decoration: underline;
}

.positions_item a.f_acc:hover {
    text-decoration: none;
}

.positions_item:not(.flex_1_2) > div:not(.flex) {
    max-width: calc(100% - 160px);
}

#benefits {
    color: #000;
}

#benefits .f_14 p {
    max-width: 475px;
}

.benefits_items {
    margin: 0.5rem -15px 8rem -15px;
}

.benefits_item {
    opacity: 0;
    width: calc(16.66% - 30px);
    margin: 0 15px;
}

.benefits_item img {
    margin-bottom: 2rem;
    height: 46px;
}

.benefits_item:first-child img {
    max-width: 60px;
}

.benefits_item:nth-child(2) img {
    max-width: 75px;
}

.benefits_item:nth-child(6) img {
    height: 60px;
    margin-top: -14px;
}

.positions_item.positions_item-cta .f_45 {
    color: #004091;
}

.positions_item.positions_item-cta {
    background: #D3F2FE;
    margin-top: 2.5rem;
    margin-bottom: -13rem;
}

.single-positions .positions_item.positions_item-cta {
    margin: 0;
}

.positions_item.positions_item-cta .f_45, .positions_item.positions_item-cta .f_45 + .f_14 {
    max-width: 410px;
}

.form_submit {
    margin-top: 3rem;
    position: relative;
}

.form_submit p {
    line-height: 0.6;
    position: relative;
}

.form_file .wpcf7-form-control-wrap {
    border-bottom: 1px solid #004091;
    padding-bottom: 1rem;
    background: transparent url("../img/upload.svg") no-repeat right 8px / 17px 17px;
}

.form_file .wpcf7-form-control-wrap::before {
    content: var(--uploadtitle);
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    bottom: 0.75rem;
    color: #004091;
}

.form_file input {
    opacity: 0;
}

#vision {
    background: #004091;
    color: #fff;
}

#vision strong {
    color: #2EFCF9;
    font-weight: normal;
}

#vision .wrap {
    margin-top: -0.25rem;
}

#mission {
    background: #D3F2FE;
}

#mission .f_45, #vision .f_45 {
    margin-top: -0.25rem;
}

#mission .f_45 > p:first-child, #vision .f_45 > p:first-child {
    max-width: 480px;
}

#values h2 {
    text-align: center;
}

#values .flex_3 {
    margin-top: 3rem;
}

.tns-ovh {
    overflow: visible !important;
}

.tns-controls {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tns-controls button {
    padding: 0;
    height: 22px;
    border: none;
    background: none;
}

.tns-controls button[disabled] {
    opacity: 0.25;
}

.tns-controls button[data-controls="next"] {
    margin-left: 74px;
    transform: rotate(180deg);
}

.values_items {
    display: flex;
}

.values_item {
    opacity: 0;
    user-select: none;
    border-radius: 15px;
    overflow: hidden;
    color: #fff;
    padding: 3rem 3.5rem 1.75rem 3.5rem;
    margin-bottom: 1.5rem;
}

.values_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.2s all cubic-bezier(.79,.14,.15,.86);
    background: #004091;
}

.values_item:hover::before {
    background: #D3F2FE;
}

.values_item > div {
    position: relative;
}

.values_item h3 {
    transition: 0.2s all cubic-bezier(.79,.14,.15,.86);
}

.values_item:hover h3 {
    color: #004091;
}

.values_item p.f_14 {
    transition: 0.2s all cubic-bezier(.79,.14,.15,.86);
    opacity: 0;
    color: #004091;
}

.values_item:hover p.f_14 {
    opacity: 1;
}

.values_item-icon {
    margin-top: 1rem;
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: flex-end;
}

.values_item:nth-child(2) .f_27 {
    max-width: 200px;
}

.values_item:nth-child(6) .f_27 {
    max-width: 150px;
}

.values_item-icon img {
    max-height: 150px;
    max-width: 180px;
}

.values_item:last-child .values_item-icon img {
    max-width: 230px;
}

.values_item-icon img:last-child, .values_item:hover .values_item-icon img:first-child {
    display: none;
}

.values_item:hover .values_item-icon img:last-child {
    display: block;
}

.page-template-page-careers h1 {
    max-width: 360px;
}

/*------------------------------------*\
    CAREERS SINGULAR
\*------------------------------------*/

.single-positions #header .logo + .f_acc {
    color: #2EFCF9;
}

.single-positions .section:not(:last-child) {
    border-bottom: 1px solid #D4D9DD;
}

.single-positions #top {
    background: #004091;
    color: #fff;
}

.single-positions #top .f_acc {
    color: #fff;
    max-width: 500px;
}

.single-positions #top img {
    max-height: 368px;
}

.single-positions #top .flex_2 > div:last-child:not(:first-child) {
    text-align: center;
    padding-left: 0;
}

.single-positions main ul {
    padding: 0 0 0 2rem;
    margin: 0;
    list-style: none;
}

.single-positions main ul li {
    position: relative;
    padding-left: 1.25rem;
}

#details li {
    padding-left: 3rem;
}

.single-positions main ul li::before {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
}

#details .f_27 {
    margin-bottom: 4rem;
}

#details .f_27 ul {
    padding-left: 0;
}

#details .f_20.f_acc {
    padding-right: 3rem;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form input, .wpcf7-form textarea {
    padding-left: 0;
    background: transparent;
    font-size: 14px;
    border: none !important;
    border-bottom: 1px solid #004091 !important;
    width: 100%;
    padding-bottom: 1rem;
    color: #004091;
    margin-bottom: 1rem;
    outline: none;
}

.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder,
.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #004091;
}

.wpcf7-form textarea {
    resize: vertical;
}

#latest-insights {
    background: #004091;
    padding: 2.5rem 0;
}

#latest-insights .insights-row {
    display: flex;
    align-items: center;
    gap: 2rem;
}

#latest-insights .insights-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

#latest-insights .insights-divider {
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
    align-self: stretch;
}

#latest-insights .insights-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}

#latest-insights .insights-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #2EFCF9;
    display: block;
    margin-bottom: 0.4rem;
}

#latest-insights .insights-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
}

#latest-insights .insights-link {
    color: #2EFCF9;
    font-size: 13px;
    text-decoration: none;
    margin-top: 0.4rem;
    display: inline-block;
}

#contact {
    margin-top: 10rem;
    padding-bottom: 0;
}

#contact h1 + p {
    max-width: 380px;
}

#contact a:hover strong {
    text-decoration: underline;
}

.wpcf7-form .wpcf7-submit {
    margin-bottom: 0 !important;
    background: transparent url("../img/arrow-right.svg") no-repeat right 4px / 15px 15px !important;
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    padding-right: 28px;
    cursor: pointer;
    border: none !important;
}

.wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    min-height: 17px;
    display: block !important;
}

.wpcf7-form > p {
    position: relative;
}

.wpcf7-spinner::before {
    top: 0px;
    left: 0px;
}

.wpcf7-spinner {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 9px;
    margin: 0 !important;
    background: #004091 !important;
    opacity: 1 !important;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
    word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-not-valid-tip {
    color: #dc3232; /* Red */
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d; /* Dark Gray 800 */
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

form.submitting .wpcf7-spinner {
    visibility: visible;
}

.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc; /* Light Gray 100 */
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.wpcf7 [inert] {
    opacity: 0.5;
}

.wpcf7 input[type="file"] {
    cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
}

.wpcf7-reflection > output {
    display: list-item;
    list-style: none;
}

.wpcf7-reflection > output[hidden] {
    display: none;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/

#abouttop {
    margin-top: 8rem; 
}

#abouttop .f_45 {
    max-width: 420px;
}

#abouttop a {
    text-decoration: underline;
}

#abouttop a:hover {
    text-decoration: none;
}

#abouttop img {
    margin-top: 4.5rem;
}

#team {
    overflow: hidden;
    background: #D3F2FE;
}

.team_items {
    max-width: 880px;
    list-style: none;
    padding: 0;
    margin-top: 4.25rem;
    margin-left: auto;
    margin-bottom: 4rem;
}

.team_items h3 {
    margin-top: 2rem;
    margin-bottom: 0;
}

.team_items h4 {
    color: #88DBFB;
}

.team_item-img {
    background: #f4f4f4;
    border-radius: 20px;
    padding: 4rem 2rem 0 2rem;
}

.team_item-img img {
    width: auto;
    max-height: 460px;
    margin: 0 auto;
    display: block;
}

.single .team_item-img {
    border-radius: 30px;
}

#history {
    overflow: hidden;
    padding-bottom: 1rem;
}

/*------------------------------------*\
    TEAM - SINGLE PAGE
\*------------------------------------*/

.single-about-us {
    background: #D3F2FE;
}

.single-about-us main {
    padding-top: 7.5rem;
}

.single-about-us h1 {
    margin-top: 4rem;
    margin-bottom: 1.25rem;
    font-weight: 700;
}

.single-about-us h2 {
    margin-bottom: 0.5rem;
}

.linkedin {
    margin-bottom: 2.5rem;
    display: inline-block;
}

/*------------------------------------*\
    DUST EMISSIONS
\*------------------------------------*/

.page-template-page-dust-emissions #top .f_20 {
    margin-bottom: 1.5rem;
    display: inline-block;
}

.page-template-page-dust-emissions h1 strong {
    font-size: 20px;
    font-weight: 400;
}

.page-template-page-dust-emissions #top {
    padding-top: 11rem;
    overflow: hidden;
    padding-bottom: 0;
}

.page-template-page-dust-emissions #top h1 {
    max-width: 470px;
}

.page-template-page-dust-emissions #top h1 p:first-child {
    margin-bottom: 1rem;
}

.page-template-page-dust-emissions #top img {
    width: 220%;
    max-width: 220%;
    border-radius: 20px;
    margin-bottom: -4rem;
}

.page-template-page-dust-emissions #slogan {
    background: #004091;
}

.page-template-page-dust-emissions #slogan .f_45 {
    color: #2EFCF9;
    line-height: 1.2;
    max-width: 860px;
    margin: 0 auto;
}

#product_benefits {
    margin-bottom: 2rem;
}

.product_benefits-item:not(:last-child) {
    margin-bottom: 5rem;
}

#product_benefits .f_20 {
    margin-bottom: -1rem;
}

.product_benefits-item img {
    max-width: 70px;
}

.product_benefits-item div {
    text-align: right;
    padding-right: 1rem;
}

.product_benefits-item .f_45 {
    margin-top: -1rem;
    margin-bottom: 1rem;
    max-width: 510px;
}

#comparison {
    max-width: 910px;
    margin: 0 auto;
    padding-top: 0;
}

#comparison .f_45 {
    max-width: 870px;
    margin-bottom: 3.75rem;
}

.comparison_item {
    opacity: 0;
    background: #2f8bff;
    padding: 3rem;
    border-radius: 20px;
    margin-bottom: 24px;
    color: #ffffff;
}

.comparison_item span {
    color: #ffffff;
}

.comparison_item .btn-text::after {
    background: transparent url('../img/arrow-right-w.svg') no-repeat center center / 16px 11px;
}

/*- background: #D3F2FE; */

.comparison_item:first-child {
    background: #fe8668;
    color: #3D3D3D;
}

.comparison_item:first-child span {
    color: #3D3D3D;
}

.comparison_item:first-child .btn-text::after {
   background: transparent url('../img/arrow-right.svg') no-repeat center center / 16px 11px;
}

.comparison_item:nth-child(even) {
    background: #ffde65;
    color: #3D3D3D;
}

.comparison_item:nth-child(even) span{
    color: #3D3D3D;
}

.comparison_item:nth-child(even) .btn-text::after {
   background: transparent url('../img/arrow-right.svg') no-repeat center center / 16px 11px;
}

.comparison_item .f_27 {
    max-width: 280px;
    margin-bottom: 2rem;
}

.comparison_item .f_18 {
    max-width: 280px;
    margin-bottom: 2rem;
}


.comparison_item ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.comparison_item ul li {
    position: relative;
    padding-left: 1.75rem;
}

.comparison_item ul li:not(:last-child) {
    margin-bottom: 1.25rem;
}

.comparison_item ul li::before {
    content: "✕";
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}

.comparison_item:last-child ul li::before {
    content: "✓";
}

#how {
    padding-top: 2rem;
    overflow: hidden;
    margin-bottom: 2rem;
}

#how .f_45 {
    margin-bottom: 5rem;
}

.how_item:not(:last-child) {
    margin-bottom: 12rem;
}

.how_item > div:first-child {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.how_item .f_27 {
    max-width: 410px;
}

.how_item .f_20 {
    max-width: 480px;
    color: #A1A1A1;
}

.how_item > div > span {
    border-radius: 50%;
    border: 1px solid;
    width: 42px;
    height: 42px;
    display: block;
    text-align: center;
    line-height: 42px;
    margin-bottom: 2rem;
}

.how_image {
    width: 220%;
    position: relative;
    overflow: hidden;
    padding-left: 4%;
}

.how_image img:first-child {
    position: absolute;
    left: 0;
    height: 100%;
}

#features {
    position: relative;
    z-index: 1;
    background: #004091;
    color: #fff;
}

.features_item {
    padding-bottom: 2rem;
    border-bottom: 1px solid;
    margin-bottom: 2rem;
}

.toggle_title {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
    background: transparent url('../img/plus.svg') no-repeat right center / 24px 24px;
    padding-right: 2rem;
}

.toggle_title.active {
    background-image: url('../img/minus.svg');
}

.toggle_body {
    margin-top: 1rem;
    max-width: 440px;
    display: none;
}

#features .flex_2 > div:last-child {
    margin-top: 1rem;
}

#product_cta {
    position: relative;
    z-index: 1;
    background: #C3EDFD;
}

#product_cta .f_45 {
    max-width: 920px;
}

#product_cta .btn-text {
    min-width: 164px;
    display: inline-block;
}

.page-template-page-dust-emissions #footer { 
    margin-top: 0;
}

.page-id-3 main, .page-id-289 main {
    padding-top: 8rem;
}

.page-id-3 main .wrap p, .page-id-3 main .wrap li,
.page-id-289 main .wrap p, .page-id-289 main .wrap li {
    font-size: 14px;
}

.page-id-3 main .wrap p b, .page-id-3 main .wrap h2,
.page-id-289 main .wrap p b, .page-id-289 main .wrap h2 {
    font-size: 20px;
}

.page-id-289 main .wrap p em {
    font-style: normal;
    text-decoration: underline;
}

.how_scheme-blocks {
    position: relative;
    width: 540px;
    height: 440px;
    max-width: 540px;
}

.how_scheme-block {
    height: 440px;
    position: relative;
    background: transparent url('../img/scheme/scheme-bg.svg') no-repeat center center / contain;
}

.how_scheme-block svg {
    width: 100%;
}

.how_scheme-blocks-wrap {
    height: 100%;
}

.how_scheme-block:first-child {
    background-image: url('../img/scheme/scheme-bg-f.svg');
}

.how_scheme-blocks-wrap.fixed {
    height: 440px;
    width: 540px;
    position: fixed;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.how_scheme-right.bottom {
    display: flex;
    align-items: flex-end;
}

.how_scheme-right.bottom .how_scheme-blocks-wrap.fixed {
    position: relative !important;
    top: auto !important;
    transform: translateY(0) !important;
}

.how_scheme-blocks .how_scheme-block:not(:first-child) {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.how_scheme-block svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(2rem) scale(0) skew(20deg);
    opacity: 0;
}

.how_item_blockmob {
    display: none;
}

/*------------------------------------*\
    CASE STUDIES
\*------------------------------------*/

.case-study-item {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid rgba(0, 64, 145, 0.1);
    align-items: center;
}

.case-study-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.case-study-image img {
    width: 100%;
    border-radius: 20px;
}

.case-study-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.case-study-tags {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.case-study-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 0.3rem 0.9rem;
    border: 1px solid;
    border-radius: 40px;
    white-space: nowrap;
}

.case-study-content h2 {
    margin-bottom: 1rem;
}

.case-study-content p {
    margin-bottom: 1.5rem;
}

.case-study-hero {
    width: 75%;
    border-radius: 20px;
}

#top .btn-back {
    margin-bottom: 1.5rem;
}

#top .btn-back + .f_14 {
    display: block;
    margin-bottom: 1rem;
}

#overview,
#challenge,
#approach,
#solution,
#findings,
#outcomes {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#hero-image {
    padding-top: 0;
    padding-bottom: 2rem;
}

#case-studies {
    padding-top: 0;
}

#top + #case-studies {
    margin-top: -4rem;
}

#top + #hero-image {
    margin-top: -4rem;
}

/*------------------------------------*\
    ARTICLES
\*------------------------------------*/

#article-body {
    padding-top: 0;
    padding-bottom: 2rem;
}

.article-content h2 {
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

.article-content h2:first-child {
    margin-top: 0;
}

.article-content p {
    margin-bottom: 1.2rem;
    line-height: 1.8;
}

.article-content ul,
.article-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    line-height: 1.8;
}

.article-content li {
    margin-bottom: 0.6rem;
}

.article-content sup {
    font-size: 0.7em;
    color: #2EFCF9;
    font-weight: 700;
}

#article-cta {
    padding-top: 0;
}

#articles {
    padding-top: 0;
}

#top + #articles {
    margin-top: -4rem;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

    .flex_1_4 > :last-child {
        width: calc(80% - 30px);
    }

    body, .f_20, .page-template-page-dust-emissions h1 strong {
        font-size: 18px;
    }

    .f_55 {
        font-size: 44px;
    }

    .f_45 {
        font-size: 32px;
    }

    .f_27 {
        font-size: 22px;
    }

    .home #top .f_55 {
        min-height: calc(100vh - 16rem - 36px);
    }

    .home #slogan .f_45 br, .home #slogan .svg_wrap svg {
        display: none;
    }

    .section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .home #top {
        min-height: auto;
    }

    #top {
        padding-top: 8rem;
    }

    #contact {
        margin-top: 8rem;
    }

    .page-template-page-dust-emissions #top, .home #top {
        padding-top: 10rem;
    }

    .positions_item:not(.flex_2) > div:not(.flex) {
        max-width: 100%;
    }

    .positions_item, .values_item {
        padding: 2rem;
    }

    #details li {
        padding-left: 2.5rem;
    }

    .values_item-icon {
        height: 190px;
    }

    .values_item-icon img {
        max-height: 190px;
        max-width: 190px;
    }

    #footer .f_45 {
        margin-bottom: 12rem;
    }

    .team_items {
        max-width: 720px;
        margin-bottom: 2rem;
    }

    .team_item-img img {
        max-height: 400px;
    }

}

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

    .how_scheme-blocks {
        width: 100%;
        max-width: 100%;
    }

    .how_scheme-blocks-wrap.fixed {
        width: calc(50% - 40px);
        right: 20px;
    }

}

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

    .f_45 {
        font-size: 26px;
    }

    .f_55 {
        font-size: 28px;
    }

    .f_27 {
        font-size: 20px;
    }

    .flex_1_2 > *, .flex_1_3 > *, .flex_1_4 > *, #cta .flex.flex_2 > * {
        width: 100% !important;
    }

    .flex_1_2 > *:first-child, .flex_1_3 > *:first-child, .flex_1_4 > *:first-child, #cta .flex.flex_2 > *:first-child {
        margin-bottom: 2rem;
    }

    .flex_1_2, .flex_1_3, .flex_1_4,
    .flex_1_2 > *, .flex_1_3 > *, .flex_1_4 > * {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .btn {
        padding: 0.5rem 1.5rem;
    }

    .header_nav > div > ul {
        max-width: 420px;
    }

    .footer_top > div:first-child {
        flex-direction: row;
        order: 2;
        margin-top: 5rem;
    }

    .footer_top > div:last-child {
        order: 1;
    }

    .footer_bottom::before {
        left: 0;
        width: calc(100% - 0px);
    }

    .footer_bottom > div:first-child {
        width: 25% !important;
    }

    .footer_bottom > div:last-child {
        width: 75% !important;
    }

    .footer_bottom .flex.flex_2 > div:first-child {
        width: calc(71.66% - 30px);
    }

    .footer_bottom .flex.flex_2 > div:last-child {
        width: calc(28.33% - 30px);
        display: flex;
        justify-content: flex-end;
    }

    .footer_bottom .flex.flex_2 > div:last-child span {
        max-width: 120px;
        display: block;
        margin-right: -15px;
    }

    .mob_vis {
        display: block;
    }

    .des_vis {
        display: none;
    }

    #footer {
        padding-bottom: 1rem;
    }

    .home #slogan .f_45 {
        margin-top: 2rem;
    }

    .benefits_item {
        width: calc(33.33% - 30px);
    }

    .benefits_item:nth-child(1), .benefits_item:nth-child(2), .benefits_item:nth-child(3) {
        margin-bottom: 4rem;
    }

    .tns-outer {
        position: relative;
    }

    .tns-controls {
        transform: translateY(200%);
    }

    .single-positions .section:not(#top):not(#cta) .f_27.f_acc,
    .single-positions .section:not(#top):not(#cta) .f_20.f_acc {
        margin-bottom: 0;
    }

    #details .flex_1_2 > .f_20.f_acc {
        margin-top: 2rem;
    }

    #cta .flex.flex_1_2 {
        margin-top: 2rem;
    }

    #cta .flex.flex_2 img {
        max-width: 80%;
    }

    #about .flex_col {
        padding-top: 0;
        padding-bottom: 0;
    }

    #nav .flex_col {
        position: relative;
        padding: 2.25rem;
        min-height: 470px;
    }

    #nav img {
        max-width: calc(100% - 2.25rem);
    }

    #nav .parent_col {
        padding: 2.25rem;
    }

    #nav .flex_col .f_45 {
        margin-bottom: 1rem;
    }

    .how_item > div:first-child {
        padding-top: 0;
    }

    .how_image {
        width: 180%;
    }

    .how_item:not(:last-child) {
        margin-bottom: 6rem;
    }

    .how_item > div > span {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .features_item {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }

    #abouttop img {
        margin-top: 2.5rem;
    }

    #history .f_45 {
        margin-bottom: 0;
    }

    .btn-text {
        padding-right: 2rem;
    }

    #positions .btn-text {
        min-width: auto;
    }

    .positions_item.positions_item-cta {
        margin-bottom: -11rem;
    }

    #vision .wrap {
        margin-top: 2rem;
    }

    #mission .f_45 > p:first-child, #vision .f_45 > p:first-child {
        max-width: 100%;
    }

    .values_item {
        width: calc(50% - 30px);
    }

    .footer_top .f_acc-alt {
        top: 10px;
        position: relative;
    }

    .single-positions #details ~ .section .flex_1_4 > div:first-child {
        margin-bottom: 1rem;
    }

    #details .flex_1_2 > .f_20.f_acc {
        margin-bottom: 1rem !important;
    }

    .single-positions main ul {
        padding: 0 0 0 1rem;
    }

}

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

    #latest-insights .insights-row {
        flex-direction: column;
        gap: 1.5rem;
    }

    #latest-insights .insights-divider {
        width: 100%;
        height: 1px;
        align-self: auto;
    }

    .case-study-item {
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }

    .case-study-image {
        margin-bottom: 1.5rem;
    }

    .case-study-hero {
        width: 100%;
    }

    .btn-text {
        padding-right: 1.75rem;
    }

    .home #top .f_55 {
        min-height: auto;
    }

    .footer_top {
        padding-bottom: 3.5rem;
    }

    #footer .logo::before, #footer .wrap::after {
        left: -178px;
        background: transparent url('../img/arrow.svg') no-repeat center center / 159px 21px;
        margin-top: 51px;
    }

    #footer .wrap::after {
        top: auto;
        bottom: 90px;
        position: absolute;
        right: -154px;
        left: auto;
    }

    .footer_bottom {
        padding-top: 1.25rem;
    }

    .footer_bottom .flex.flex_2 > div:first-child {
        width: calc(66.66% - 15px) !important;
        margin: 0 7.5px;
    }

    .footer_bottom .flex.flex_2 > div:last-child {
        width: calc(33.33% - 15px) !important;
        margin: 0 7.5px;
    }

    .footer_bottom .flex.flex_2 > div:first-child > div {
        width: calc(50% - 15px);
        margin: 0 7.5px;
    }

    .footer_bottom, .footer_bottom a {
        font-size: 10px;
    }

    .footer_bottom > div:first-child {
        width: 10% !important;
    }

    .footer_bottom > div:last-child {
        width: 90% !important;
    }

    .header_nav {
        position: fixed;
        top: 0;
        right: 0;
        background: #2EFCF9;
        height: 100%;
        width: 100%;
        z-index: 1;
        padding: 32px 20px 20px 20px;
        transition: 0.2s transform cubic-bezier(.65,.05,.36,1);
        transform: translateX(100%);
        box-shadow: -2px 0 4px 2px rgba(0,0,0,0.05);
        display: flex;
        align-items: flex-end;
    }

    .header_nav > div:first-child {
        display: none;
    }

    .header_nav > div:last-child {
        display: block;
    }

    body.menu_opened .header_nav {
        transform: translateX(0);
    }

    .header_nav ul {
        max-width: inherit !important;
        flex-wrap: wrap;
    }

    .header_nav ul li {
        margin-right: 0;
        width: calc(100% - 50px);
    }

    .header_nav ul li a {
        font-size: 55px;
        padding: 0;
        display: inline-block;
    }

    .header_nav ul li a:not(.btn) {
        border-bottom: none !important;
    }

    .home .header_nav ul li a:not(.btn) {
        color: #004091;
    }

    /* Mobile sub-menu styles */
    .header_nav ul li .sub-menu,
    .home .header_nav ul li .sub-menu {
        position: static;
        display: block;
        background: transparent;
        box-shadow: none;
        padding: 0;
        min-width: 0;
        border-radius: 0;
        padding-left: 1rem;
    }

    .header_nav ul li .sub-menu li {
        width: 100%;
    }

    .header_nav ul li .sub-menu li a {
        font-size: 30px;
        color: #004091;
        padding: 0;
        white-space: normal;
        background: transparent;
    }

    .header_nav ul li .sub-menu li a:hover {
        background: transparent;
    }

    .header_nav ul li.menu-item-has-children > a::after,
    .header_nav ul li.menu-item-has-children > .nav-label::after {
        display: none;
    }

    .nav-label {
        font-size: 55px;
        color: #004091;
        padding: 0;
    }

    .home .nav-label {
        color: #004091;
    }

    .header_nav ul li:last-child, .header_nav-open, body.menu_opened .header_nav-open svg:last-child {
        display: block;
    }

    #header .btn-alt, body.menu_opened .header_nav-open svg:first-child {
        display: none;
    }

    .flex_2 > * {
        width: 100% !important;
    }

    .flex_2 > *:first-child {
        margin-bottom: 2rem;
    }

    .btn-text {
        padding-bottom: 0.5rem;
    }

    .btn-text::before, .form_submit::before {
        width: 100%;
    }

    .btn-text::after {
        right: 0;
    }

    body {
        font-size: 14px;
    }

    .home #top .f_55 {
        max-width: 230px;
    }

    .home #top .f_55 > div {
        margin-bottom: 12rem;
    }

    .home #top .f_55 > div::after {
        background: transparent url("../img/wire-mob.svg") no-repeat center center / 292px 52px;
        width: 292px;
        height: 52px;
    }

    .section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .single-positions .section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #top .flex_2 > div:last-child:not(:first-child) {
        padding-left: 0;
        text-align: center;
    }

    .home #top {
        padding-top: 8rem;
        padding-bottom: 2rem;
    }

    .home #top .f_55 {
        margin-bottom: 8rem;
    }

    .home #top .btn-text {
        display: inline-block;
    }

    .single-positions main ul, .single-positions main ul li {
        padding-left: 1rem;
    }

    #details li {
        padding-left: 2rem;
    }

    #footer .f_45 {
        margin-bottom: 10rem;
    }

    #about .btn-text {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    #nav .flex_col {
        min-height: inherit;
    }

    #nav img {
        bottom: 0;
        position: relative;
        max-width: calc(100% + 2.25rem);
        max-height: 300px;
        margin-left: auto;
        margin-right: -2.25rem;
        margin-bottom: -2.25rem;
        margin-top: 2rem;
    }

    #nav .parent_col:first-child img {
        max-height: 300px;
    }

    #about .f_20, .page-template-page-dust-emissions h1 strong {
        font-size: 14px;
    }

    #about img {
        width: 100%;
    }

    .page-template-page-dust-emissions #top img {
        width: 100%;
        border-radius: 6px;
        margin-bottom: 3.5rem;
    }

    .page-template-page-dust-emissions #top {
        padding-top: 6rem;
    }

    #product_benefits .f_20 {
        margin-bottom: 3rem;
        font-size: 26px;
        text-align: center;
    }

    .product_benefits-item div {
        text-align: center;
    }

    .product_benefits-item .f_45 {
        font-size: 14px;
        text-align: center;
        max-width: 220px;
        margin: 0 auto;
    }

    .product_benefits-item div {
        margin-bottom: 1.5rem !important;
    }

    .product_benefits-item:not(:last-child) {
        margin-bottom: 4rem;
    }

    #comparison .f_45 {
        margin-bottom: 2.75rem;
    }

    .comparison_item .f_27 {
        max-width: 210px;
    }

    .comparison_item {
        padding: 3rem 1.75rem;
    }

    .comparison_item .f_27 {
        margin-bottom: 1.5rem;
    }

    #how .f_45 {
        margin-bottom: 3rem;
    }

    .how_item > div > span {
        margin-left: auto;
        margin-right: auto;
    }
    
    .how_item .f_27 {
        font-size: 18px;
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 1.25rem;
    }

    .how_item .f_20 {
        font-size: 14px;
        margin: 0 auto;
        text-align: center;
    }

    .how_item_blockmob {
        height: 300px;
        position: relative;
        display: block;
        background: transparent url('../img/scheme/scheme-bg.svg') no-repeat center center / contain;
    }

    .how_item_blockmob svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 88%;
        margin-top: 12px;
    }

    .how_scheme-right {
        display: none !important;
    }

    .how_item > div:first-child {
        padding-bottom: 2rem;
    }

    .how_image {
        width: 100%;
        padding-left: 2%;
        margin-top: 0.75rem;
    }

    .how_image img:first-child {
        width: 100%;
    }

    .how_image img:last-child {
        width: 98%;
    }

    .how_item:not(:last-child) {
        margin-bottom: 3rem;
    }

    .how_item > div > span {
        margin-bottom: 1.5rem;
    }

    .toggle_title {
        background-size: 18px 18px;
    }
    
    #features .f_45 {
        margin-bottom: 0;
    }

    #product_cta .btn-text {
        margin-top: 1.5rem;
    }

    #abouttop {
        margin-top: 4rem;
    }

    #abouttop .f_45 {
        max-width: 280px;
        margin-bottom: 0;
    }

    #abouttop img {
        margin-bottom: 2rem;
    }

    #team .tns-inner {
        padding-right: 5rem;
    }

    .team_items {
        margin-top: 3.25rem;
        margin-bottom: 1rem;
    }
    
    .team_items h3, .team_items h4 {
        font-size: 14px;
    }

    .team_items h3 {
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .single .team_item-img {
        border-radius: 20px;
    }

    .single .team_item-img img {
        width: auto;
        max-height: calc(280px - 4rem);
    }

    #history .f_27, .positions_item .f_27, #values .f_27, #contact h1 + p {
        font-size: 18px;
    }

    .page-template-page-careers #top img, .single-positions #top img {
        max-height: 180px;
    }

    .page-template-page-careers h1 {
        max-width: 220px;
    }

    .page-template-page-careers #top .flex_2 > div:last-child, .single-positions #top .flex_2 > div:last-child {
        text-align: right !important;
    }

    #positions .f_27.f_acc-alt {
        text-align: center;
        font-size: 14px;
    }

    .positions_item .f_27 {
        margin-bottom: 1rem;
    }

    .benefits_items {
        margin-bottom: 5rem;
    }

    .benefits_item {
        width: calc(50% - 30px);
        text-align: center;
    }

    .benefits_item .f_14 {
        max-width: 158px;
        margin: 0 auto;
    }

    .benefits_item:nth-child(6) img {
        margin-top: 3px;
        margin-bottom: 1rem;
    }

    .benefits_item:nth-child(4) {
        margin-bottom: 4rem !important;
    }

    .positions_item.positions_item-cta .f_45 {
        max-width: 100%;
    }

    .positions_item:not(.flex_1_2) > div:not(.flex) {
        max-width: 100%;
        margin: 0;
    }

    .positions_item-cta .wpcf7-form {
        margin-top: 2rem;
    }

    #vision .f_20, #mission .f_20 {
        font-size: 14px;
        margin-top: 2rem;
    }

    .values_item {
        width: 100%;
    }

    .values_item-icon img {
        max-height: 150px;
    }

    .values_item-icon {
        margin-top: -4rem;
        height: 120px;
        position: relative;
    }

    .values_item-icon::after {
        content: "Tap to view";
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0.5;
    }

    .values_item-icon img {
        max-height: 120px;
        max-width: 120px;
    }

    .values_item:hover .values_item-icon {
        opacity: 0;
    }

    #contact {
        margin-top: 6rem;
    }

    #contact h1 + p {
        max-width: 282px;
    }

    .single-about-us .flex_2 {
        position: relative;
    }

    .single-about-us .flex_2 > .align_right {
        order: 1;
        width: 45% !important;
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .single-about-us .flex_2 > div:first-child {
        order: 2;
    }

    .single-about-us h1 {
        margin-top: 9.5rem;
        margin-bottom: 0.5rem;
    }

    .single-about-us h2 {
        font-size: 14px;
        max-width: 130px;
    }

    .single-about-us .flex_2 .btn-back {
        transform: translateY(calc(-100% - 1rem));
        position: relative;
        display: inline-block;
    }

    #about .flex_col {
        margin-bottom: 1rem;
    }

    .btn-text {
        font-size: 12px;
    }

    .single-positions main ul {
        padding: 0;
    }

}


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

    #details li {
        padding-left: 1.75rem;
    }

    .team_items {
        margin-top: 2.25rem;
    }

    #nav .parent_col:first-child img {
        max-height: 380px;
    }

    .team_item-img {
        padding: 4rem 0rem 0 0rem;
    }

    .team_item-img img {
        height: 300px;
        object-fit: cover;
    }

    .single-about-us h1 {
        font-size: 18px;
    }

}

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

    .single-about-us main > article > .section {
        padding-top: 0;
    }

    .single-about-us .flex_2 > div:first-child {
        margin-top: 4rem;
    }

    .single-about-us .flex_2 > .align_right {
        position: relative;
        width: 100% !important;
    }

    .single-about-us h1 {
        margin-top: 0;
    }

    .single-about-us .team_item-img {
        padding: 2rem 0rem 0 0rem;
    }

}