.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

section {
    background-color: #fff;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

.js #flash {
    display: none;
}

body {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.scroll-lock {
    overflow: hidden;
}

main {
    overflow: hidden;
}

img {
    display: block;
    border: none;
}

a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

img,
video,
audio,
iframe,
object {
    max-width: 100%;
}

button {
    padding: 0;
    margin: 0;
}

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

sup {
    top: -9px;
}

button {
    outline: none;
}

object {
    display: block;
}

strong {
    font-weight: bold;
}

.primary {
    color: #404041;
}

.theme-color {
    color: #406fbb;
}

.secondary {
    color: #406fbb;
}

.secondary-light {
    color: #d3d3d3;
}

.secondary-lighter {
    color: #d6d1ca;
}

.tertiary {
    color: #406fbb;
}

.light {
    color: #fff;
}

.body {
    color: #404041;
}

.foreground {
    background: #f5f5f5;
}

.background {
    background: #fff;
}

.background--primary {
    background: #404041;
}

.background--secondary {
    background: #406fbb;
}

.background--tertiary {
    background: #406fbb;
}

.link {
    text-decoration: none;
}

.link:hover {
    color: #406fbb;
}

.link--light:hover {
    color: #fff;
}

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

.z-index-2 {
    position: relative;
    z-index: 2;
}

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

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

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

.align-middle {
    vertical-align: middle;
}

.left {
    float: left;
}

.right {
    float: right;
}

.block {
    display: block;
}

.img-block {
    display: block;
    width: 100%;
}

.inline {
    display: inline-block;
}

.flex {
    display: -webkit-box;
    display: flex;
}

.relative {
    position: relative;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.center-top {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.word-break {
    word-break: break-word;
}

.word-break-all {
    word-break: break-all;
}

.overflow-hidden {
    overflow: hidden;
}

.hide {
    display: none !important;
}

.nm {
    margin: 0;
}

.bottom {
    margin-bottom: 25px;
}

@media screen and (min-width: 67.5em) {
    .bottom {
        margin-bottom: 30px;
    }
}

.bottom--xxs {
    margin-bottom: 5px;
}

.bottom--xs {
    margin-bottom: 10px;
}

.bottom--sm {
    margin-bottom: 10px;
}

@media screen and (min-width: 30em) {
    .bottom--sm {
        margin-bottom: 15px;
    }
}

.bottom--md {
    margin-bottom: 15px;
}

@media screen and (min-width: 67.5em) {
    .bottom--md {
        margin-bottom: 20px;
    }
}

.bottom--lg {
    margin-bottom: 30px;
}

@media screen and (min-width: 67.5em) {
    .bottom--lg {
        margin-bottom: 50px;
    }
}

.container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 30px;
}

@media screen and (min-width: 30em) {
    .container {
        padding: 0 60px;
    }
}

@media screen and (min-width: 61.9375em) {
    .container {
        padding: 0 100px;
    }
}

@media screen and (min-width: 80em) {
    .container {
        padding: 0 150px;
    }
}

.container-wide {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 30px;
}

@media screen and (min-width: 30em) {
    .container-wide {
        padding: 0 60px;
    }
}

.container-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

@media screen and (min-width: 30em) {
    .container-inner {
        padding: 0 60px;
    }
}

@media screen and (min-width: 61.9375em) {
    .container-inner {
        padding: 0 100px;
    }
}

@media screen and (min-width: 80em) {
    .container-inner {
        padding: 0 150px;
    }
}

.flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

@media screen and (min-width: 67.5em) {
    .flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row;
    }
}

.flex__item {
    width: 100%;
}

@media screen and (min-width: 67.5em) {
    .flex__item {
        width: 50%;
    }
}

.directory {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

@media screen and (min-width: 43.75em) {
    .directory {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }
}

.directory__item {
    display: block;
    width: 100%;
    margin-top: 60px;
    text-decoration: none;
}

@media screen and (min-width: 43.75em) {
    .directory__item {
        width: calc(50% - 30px);
        margin-top: 80px;
    }
}

@media screen and (min-width: 67.5em) {
    .directory__item {
        width: calc(33.33333% - 40px);
        margin-top: 130px;
    }
}

@media screen and (min-width: 100em) {
    .directory__item {
        width: calc(33.33333% - 66px);
    }
}

@media screen and (min-width: 43.75em) and (max-width: 67.4375em) {
    .directory__item:nth-child(2n + 1) {
        margin-right: 60px;
    }
}

@media screen and (min-width: 67.5em) {
    .directory__item:nth-child(3n + 1),
    .directory__item:nth-child(3n + 2) {
        margin-right: 60px;
    }
}

@media screen and (min-width: 100em) {
    .directory__item:nth-child(3n + 1),
    .directory__item:nth-child(3n + 2) {
        margin-right: 99px;
    }
}

.directory__item:nth-child(1) {
    margin-top: 0;
}

@media screen and (min-width: 43.75em) and (max-width: 67.4375em) {
    .directory__item:nth-child(-n + 2) {
        margin-top: 0;
    }
}

@media screen and (min-width: 67.5em) {
    .directory__item:nth-child(-n + 3) {
        margin-top: 0;
    }
}

.directory__inner {
    padding: 30px 0 0;
}

@media screen and (min-width: 30em) {
    .directory__inner {
        padding: 60px 0 0;
    }
}

.directory__inner h3 {
    font-size: 26px;
    line-height: 31px;
}

@media screen and (min-width: 85em) {
    .directory__inner h3 {
        font-size: 31px;
        line-height: 36px;
    }
}

@media screen and (min-width: 100em) {
    .directory__inner h3 {
        font-size: 36px;
        line-height: 41px;
    }
}

.directory__inner p {
    color: rgba(14, 26, 36, 0.6);
    font-size: 17px;
    line-height: 25px;
}

@media screen and (min-width: 85em) {
    .directory__inner p {
        font-size: 18px;
        line-height: 26px;
    }
}

p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
}

@media screen and (min-width: 30em) {
    p {
        font-size: 14px;
        font-family: "Comfortaa", sans-serif;
    }
}

.caps {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.san400 {
    font-family: "basic-sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.san600 {
    font-family: "basic-sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.san700 {
    font-family: "basic-sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ben700 {
    font-family: "Century Gothic", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ben700i {
    font-family: "Century Gothic", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
}

.ben900 {
    font-family: "Century Gothic", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-style: normal;
}

.alpha {
    font-size: 40px;
    line-height: 45px;
}

@media screen and (min-width: 30em) {
    .alpha {
        font-size: 60px;
        line-height: 65px;
    }
}

@media screen and (min-width: 85em) and (min-height: 43.75em) {
    .alpha {
        font-size: 84px;
        line-height: 88px;
    }
}

.beta {
    font-size: 40px;
    line-height: 45px;
}

@media screen and (min-width: 30em) {
    .beta {
        font-size: 52px;
        line-height: 57px;
    }
}

@media screen and (min-width: 100em) {
    .beta {
        font-size: 48px;
        line-height: 65px;
    }
}

.gamma {
    font-size: 22px;
    line-height: 38px;
}

@media screen and (min-width: 30em) {
    .gamma {
        font-size: 33px;
        line-height: 48px;
    }
}

@media screen and (min-width: 100em) {
    .gamma {
        font-size: 43px;
        line-height: 58px;
    }
}

.delta {
    font-size: 30px;
    line-height: 30px;
}

@media screen and (min-width: 67.5em) {
    .delta {
        font-size: 33px;
        line-height: 33px;
    }
}

.zeta {
    font-size: 12px;
    line-height: 14px;
}

.base {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
}

@media screen and (min-width: 30em) {
    .base {
        font-size: 18px;
    }
}

.tracking--214 {
    letter-spacing: 1.79px;
}

@media screen and (min-width: 30em) {
    .tracking--214 {
        letter-spacing: 2.14px;
    }
}

.tracking--129 {
    letter-spacing: 0.86px;
}

@media screen and (min-width: 30em) {
    .tracking--129 {
        letter-spacing: 1.29px;
    }
}

.tracking--050 {
    letter-spacing: 0.4px;
}

@media screen and (min-width: 30em) {
    .tracking--050 {
        letter-spacing: 0.5px;
    }
}

.markdown > *:last-child {
    margin-bottom: 0;
}

.markdown h1,
.markdown h2 {
    margin-bottom: 40px;
    color: #404041;
    font-family: "Comfortaa", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0.86px;
}

@media screen and (min-width: 30em) {
    .markdown h1,
    .markdown h2 {
        font-size: 52px;
        line-height: 57px;
        letter-spacing: 1.29px;
    }
}

@media screen and (min-width: 100em) {
    .markdown h1,
    .markdown h2 {
        font-size: 60px;
        line-height: 65px;
    }
}

.markdown h1:not(:first-child),
.markdown h2:not(:first-child) {
    margin-top: 60px;
}

.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
    margin-bottom: 15px;
    color: #406fbb;
    text-transform: uppercase;
    font-family: "basic-sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.79px;
}

@media screen and (min-width: 30em) {
    .markdown h3,
    .markdown h4,
    .markdown h5,
    .markdown h6 {
        letter-spacing: 2.14px;
    }
}

.markdown p,
.markdown li,
.markdown blockquote {
    color: #404041;
    font-family: "Comfortaa", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
}

@media screen and (min-width: 30em) {
    .markdown p,
    .markdown li,
    .markdown blockquote {
        font-size: 16px;
        font-family: "Comfortaa";
        font-weight: 500;
        line-height: 30px;
    }
}

.markdown ul,
.markdown ol {
    margin: 0 0 25px 22px;
}

.markdown ul {
    list-style-type: disc;
}

.markdown ul li {
    position: relative;
}

.markdown ul li:not(:last-child) {
    margin-bottom: 8px;
}

.markdown ol {
    list-style-type: decimal;
}

.markdown ol li {
    position: relative;
}

.markdown ol li:not(:last-child) {
    margin-bottom: 8px;
}

.markdown a {
    color: #406fbb;
}

.markdown blockquote {
    position: relative;
    margin-bottom: 25px;
    padding-left: 60px;
}

@media screen and (min-width: 48em) {
    .markdown blockquote {
        padding-left: 80px;
    }
}

.markdown blockquote:before {
    content: "";
    display: block;
    width: 43px;
    height: 32px;
    background-size: 43px 32px;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 67.5em) {
    .markdown blockquote:before {
        width: 49px;
        height: 36px;
        background-size: 49px 36px;
    }
}

.markdown--bottom:not(:last-child) {
    margin-bottom: 40px;
}

.markdown--light h1,
.markdown--light h2,
.markdown--light h3,
.markdown--light h4,
.markdown--light h5,
.markdown--light h6 {
    color: #fff;
}

.markdown--light p,
.markdown--light li,
.markdown--light blockquote {
    color: #fff;
}

.markdown--spacing-sm p {
    margin-bottom: 10px;
}

.section {
    padding: 90px 0;
}

@media screen and (min-width: 30em) {
    .section {
        padding: 120px 0;
    }
}

@media screen and (min-width: 67.5em) {
    .section {
        padding: 200px 0;
    }
}

.section--bottom {
    padding: 0 0 90px;
}

@media screen and (min-width: 30em) {
    .section--bottom {
        padding: 0 0 120px;
    }
}

@media screen and (min-width: 67.5em) {
    .section--bottom {
        padding: 0 0 200px;
    }
}

.section--header {
    padding: 150px 0 90px;
}

@media screen and (min-width: 30em) {
    .section--header {
        padding: 185px 0 120px;
    }
}

@media screen and (min-width: 67.5em) {
    .section--header {
        padding: 270px 0 200px;
    }
}

.section--directory {
    padding: 90px 0;
}

@media screen and (min-width: 30em) {
    .section--directory {
        padding: 120px 0;
    }
}

@media screen and (min-width: 67.5em) {
    .section--directory {
        padding: 200px 0 175px;
    }
}

.light-slide {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 500;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.light-slide.active {
    opacity: 1;
    visibility: visible;
}

.img-transform {
    -webkit-transform: translateY(30px) scale(1.15);
    transform: translateY(30px) scale(1.15);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.banner-section {
    padding: 80px 0 0;
}

@media screen and (min-width: 61.9375em) {
    .banner-section {
        padding: 80px 60px 0;
    }
}

@media screen and (min-width: 80em) {
    .banner-section {
        padding: 80px 60px 0;
    }
}

.banner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    height: calc(100vh - 90px);
    max-height: 775px;
}

@media screen and (min-width: 80em) {
    .banner {
        height: calc(100vh - 100px);
    }
}

@media screen and (min-width: 132.5em) {
    .banner {
        max-height: 1000px;
    }
}

.banner__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner__content {
    position: relative;
    padding: 50px 30px;
    z-index: 2;
}

@media screen and (min-width: 25.875em) {
    .banner__content {
        padding: 90px 30px;
    }
}

@media screen and (min-width: 37.5em) {
    .banner__content {
        padding: 90px 60px;
    }
}

@media screen and (min-width: 48em) {
    .banner__content {
        padding: 90px 80px;
    }
}

.banner__content h1,
.banner__content h2 {
    max-width: 1470px;
    color: #fff;
}

.banner__content h1 {
    letter-spacing: 0.86px;
}

@media screen and (min-width: 30em) {
    .banner__content h1 {
        letter-spacing: 1.9px;
    }
}

.banner--primary .banner__content h1,
.banner--primary .banner__content h2 {
    color: #404041;
}

.banner--sm .banner__content h1,
.banner--sm .banner__content h2 {
    max-width: 870px;
}

.banner--md .banner__content h1,
.banner--md .banner__content h2 {
    max-width: 1160px;
}

.title-line {
    display: inline-block;
    position: relative;
    letter-spacing: 8px;
    -webkit-font-kerning: none;
    font-kerning: none;
}

@media screen and (min-width: 30em) {
    .title-line {
        letter-spacing: 12px;
    }
}

@media screen and (min-width: 85em) {
    .title-line {
        letter-spacing: 17.92px;
    }
}

@supports (display: grid) {
    .title-line:before {
        content: "";
        display: block;
        position: absolute;
        top: 18px;
        left: 0;
        -webkit-transform: translateX(calc(-100% - 30px));
        transform: translateX(calc(-100% - 30px));
        width: 480px;
        height: 1px;
        background: #d6d1ca;
    }

    @media screen and (min-width: 30em) {
        .title-line:before {
            top: 24px;
            width: 2000px;
        }
    }

    @media screen and (min-width: 67.5em) {
        .title-line:before {
            top: 25%;
        }
    }
}

.title-line--right:before {
    left: auto;
    right: 0;
    -webkit-transform: translateX(calc(100% + 30px));
    transform: translateX(calc(100% + 30px));
}

.title-line--wrap {
    max-width: 600px;
}

.artis-badge.anim .artis-badge__text {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-name: rotateText;
    animation-name: rotateText;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes rotateText {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes rotateText {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

.links-wrapper a:not(:last-child) {
    margin: 0 15px 15px 0;
}

.cookies {
    width: calc(100% - 60px);
    padding: 30px 25px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 50;
    box-shadow: none;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    -webkit-transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
}

@media screen and (min-width: 30em) {
    .cookies {
        width: 450px;
        padding: 40px 35px;
        bottom: 60px;
        right: 60px;
    }
}

.cookies:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cookies__text {
    position: relative;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.cookies__close {
    position: relative;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.cookies a {
    color: #406fbb;
}

.cookies.cookies-alert {
    box-shadow: 3px 2px 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 0.4s ease 0.4s;
    transition: box-shadow 0.4s ease 0.4s;
}

.cookies.cookies-alert:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cookies.cookies-alert .cookies__text {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease 0.4s;
    transition: all 0.4s ease 0.4s;
}

.cookies.cookies-alert .cookies__close {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease 0.45s;
    transition: all 0.4s ease 0.45s;
}

.cookies.cookies-hide {
    width: 0;
    padding: 0;
}

@media print {
    header,
    nav,
    footer {
        display: none;
    }

    img {
        max-width: 500px;
    }

    body {
        font: 12pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3em;
    }
}

.footer-banner-section {
    padding: 100px 0 80px;
}

@media screen and (min-width: 30em) {
    .footer-banner-section {
        padding: 120px 0 100px;
    }
}

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

.footer-banner h3 {
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 8px;
}

@media screen and (min-width: 30em) {
    .footer-banner h3 {
        font-size: 35px;
        line-height: 48px;
        letter-spacing: 16.58px;
    }
}

.footer-enquiry-section {
    position: relative;
    padding: 85px 0 120px;
}

@media screen and (min-width: 30em) {
    .footer-enquiry-section {
        padding: 110px 0 120px;
    }
}

.footer-enquiry-section .artis-a {
    position: absolute;
    bottom: 0;
    left: -200px;
    opacity: 0.2;
}

@supports (mix-blend-mode: multiply) {
    .footer-enquiry-section .artis-a {
        mix-blend-mode: multiply;
        opacity: 1;
    }
}

@media screen and (min-width: 67.5em) {
    .footer-enquiry-section .artis-a {
        left: 23%;
    }
}

.footer-enquiry {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

@media screen and (min-width: 67.5em) {
    .footer-enquiry {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row;
    }
}

.footer-enquiry__text {
    width: 100%;
    padding: 0 0 50px 0;
}

@media screen and (min-width: 67.5em) {
    .footer-enquiry__text {
        width: 50%;
        padding: 0 70px 0 0;
    }
}

.footer-enquiry__text h3 {
    max-width: 300px;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 0.86px;
}

@media screen and (min-width: 30em) {
    .footer-enquiry__text h3 {
        max-width: 430px;
        font-size: 45px;
        line-height: 57px;
    }
}

.footer-enquiry__form {
    width: 100%;
}

@media screen and (min-width: 67.5em) {
    .footer-enquiry__form {
        width: 50%;
    }
}

@media screen and (min-width: 80em) {
    .footer-enquiry__form .wpcf7-form {
        position: relative;
        right: -90px;
    }
}

.footer-enquiry__form .wpcf7-form .wpcf7-response-output {
    color: #fff;
}

.footer-enquiry__form
    .wpcf7-form
    .wpcf7-response-output.wpcf7-validation-errors {
    border-bottom: 1px solid #fff;
}

.footer {
    padding: 65px 0 40px;
}

.logo-full {
    display: block;
    width: 130px;
    height: 54.86px;
}

@media screen and (min-width: 48em) {
    .logo-full {
        width: 154px;
        height: 65px;
    }
}

.footer-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    padding-bottom: 45px;
}

@media screen and (min-width: 30em) {
    .footer-top {
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 48em) {
    .footer-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }
}

.footer-top__logo {
    width: 100%;
    margin-bottom: 50px;
}

@media screen and (min-width: 67.5em) {
    .footer-top__logo {
        width: 25%;
        margin-bottom: 0;
    }
}

.footer-top__nav {
    width: 100%;
    margin-bottom: 50px;
}

@media screen and (min-width: 48em) {
    .footer-top__nav {
        width: 50%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 67.5em) {
    .footer-top__nav {
        width: 37.5%;
    }
}

@media screen and (min-width: 100em) {
    .footer-top__nav {
        width: 25%;
    }
}

.footer-top__contact {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    width: 100%;
}

@media screen and (min-width: 30em) {
    .footer-top__contact {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }
}

@media screen and (min-width: 48em) {
    .footer-top__contact {
        width: 50%;
    }
}

@media screen and (min-width: 67.5em) {
    .footer-top__contact {
        width: 37.5%;
    }
}

@media screen and (min-width: 100em) {
    .footer-top__contact {
        width: 50%;
    }
}

.footer-top__contact-item:not(:last-child) {
    margin: 0 0 50px 0;
}

@media screen and (min-width: 30em) {
    .footer-top__contact-item:not(:last-child) {
        margin: 0 60px 0 0;
    }
}

@media screen and (min-width: 85em) {
    .footer-top__contact-item:not(:last-child) {
        margin: 0 110px 0 0;
    }
}

.footer-top__contact-item p,
.footer-top__contact-item a {
    margin: 0;
    font-size: 16px;
    line-height: 21px;
}

.footer-bottom {
    position: relative;
    padding-top: 30px;
    text-align: center;
}

.footer-bottom:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d6d1ca;
}

.footer-bottom__copy {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

@media screen and (min-width: 30em) {
    .footer-bottom__copy {
        font-size: 15px;
    }
}

.menu-footer-nav-container .menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    max-width: 300px;
}

.menu-footer-nav-container .menu .menu-item {
    display: block;
    width: 50%;
    margin-top: 15px;
}

.menu-footer-nav-container .menu .menu-item:nth-child(-n + 2) {
    margin-top: 0;
}

.menu-footer-nav-container .menu .menu-item a {
    display: inline-block;
    font-family: "basic-sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    color: #404041;
    text-decoration: none;
}

.menu-footer-nav-container .menu .menu-item a:hover {
    color: #406fbb;
}

.btn {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 15px 28px 14px;
    color: #fff;
    background: #406fbb;
    border: 1px solid #406fbb;
    border-radius: 0;
    font-family: "basic-sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2.14px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media screen and (min-width: 30em) {
    .btn {
        padding: 18px 28px 17px;
    }
}

.btn:hover {
    color: #406fbb;
    background: #fff;
}

.btn--light {
    color: #406fbb;
    background: #fff;
    border-color: #406fbb;
}

.btn--light:hover {
    color: #fff;
    background: #406fbb;
}

.btn--light-alt {
    color: #406fbb;
    background: #fff;
    border-color: #fff;
}

.btn--light-alt:hover {
    color: #fff;
    background: #406fbb;
    border-color: #406fbb;
}

.header {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -webkit-box-pack: justify;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 90px;
    padding: 0 30px;
    background: #fff;
}

@media screen and (min-width: 48em) {
    .header {
        height: 80px;
        padding: 0 60px;
        box-shadow: 0px 0px 15px -12px #000;
    }
}

.header__nav {
    display: none;
}

@media screen and (min-width: 80em) {
    .header__nav {
        display: block;
    }
}

.header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header__contact {
    display: none;
}

@media screen and (min-width: 80em) {
    .header__contact {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row;
        -webkit-box-align: center;
        align-items: center;
    }
}

.header__contact .header-link {
    position: relative;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 2.14px;
    text-decoration: none;
}

.header__contact .header-link:first-child {
    padding-right: 22px;
    margin-right: 22px;
}

.header__contact .header-link:first-child:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #cbc7c4;
    position: absolute;
    top: 0;
    right: 0;
}

.header__contact .header-link:hover {
    color: #d3d3d3;
}

.header__contact .btn {
    margin-left: 30px;
}

.header__burger {
    display: block;
    margin-right: auto;
}
@media screen and (max-width: 1280px) {
    .header__burger {
        margin-left: auto;
        margin-right: 0;
    }
}

.logo {
    display: block;
    width: 103px;
    height: 30.77px;
}

@media screen and (min-width: 48em) {
    .logo {
        width: 134px;
        height: 40px;
    }
}

@media screen and (min-width: 85em) {
    .logo {
        width: 154px;
        height: 46px;
    }
}

.burger {
    position: relative;
    right: 0;
    display: block;
    width: 52px;
    height: 50px;
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.burger__icon {
    position: absolute;
    top: 18px;
    left: 17px;
    width: 17px;
    height: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.burger__line {
    position: absolute;
    left: 0;
    width: 25px;
    height: 2.2px;
    background: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.burger__line:nth-child(1) {
    top: 0;
    width: 20px;
}

.burger__line:nth-child(2) {
    top: 7px;
    width: 30px;
}

.burger__line:nth-child(3) {
    top: 14px;
    right: 0;
    width: 40px;
}

.burger.active .burger__line:nth-child(1) {
    -webkit-animation-name: burger1;
    animation-name: burger1;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    width: 30px;
}

.burger.active .burger__line:nth-child(2) {
    -webkit-animation-name: burger2;
    animation-name: burger2;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.burger.active .burger__line:nth-child(3) {
    -webkit-animation-name: burger3;
    animation-name: burger3;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes burger1 {
    0% {
        width: 17px;
    }

    25% {
        width: 0px;
        top: 0;
    }

    50% {
        width: 0px;
        top: 7px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    51% {
        width: 17px;
    }

    100% {
        top: 7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes burger1 {
    0% {
        width: 17px;
    }

    25% {
        width: 0px;
        top: 0;
    }

    50% {
        width: 0px;
        top: 7px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    51% {
        width: 17px;
    }

    100% {
        top: 7px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes burger2 {
    0% {
        width: 17px;
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes burger2 {
    0% {
        width: 17px;
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes burger3 {
    0% {
        width: 17px;
    }

    25% {
        width: 0px;
    }

    100% {
        width: 0px;
    }
}

@keyframes burger3 {
    0% {
        width: 17px;
    }

    25% {
        width: 0px;
    }

    100% {
        width: 0px;
    }
}

.nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100vh;
    padding: 90px 0 0;
    background-color: rgba(0, 0, 0, 0.993);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
}

@media screen and (min-width: 48em) {
    .nav {
        padding: 100px 0 0;
    }
}

.nav-wrapper {
    width: 100%;
    height: 100%;
}

.nav-container {
    padding: 90px 60px 70px;
}

@media screen and (max-height: 46em) {
    .nav-container {
        padding: 60px 50px;
    }
}

@media screen and (min-width: 48em) {
    .nav-container {
        padding: 15vh 5vw 80px;
    }
}

@media screen and (min-width: 48em) and (orientation: landscape) {
    .nav-container {
        padding: 10vh 5vw 80px;
    }
}

.nav__menu {
    margin-bottom: 40px;
}

@media screen and (max-height: 46em) {
    .nav__menu {
        margin-bottom: 30px;
    }
}

.nav__contact .btn {
    margin-bottom: 40px;
}

@media screen and (max-height: 46em) {
    .nav__contact .btn {
        margin-bottom: 30px;
    }
}

.nav__contact .nav-links {
    margin-bottom: 85px;
}

@media screen and (max-height: 46em) {
    .nav__contact .nav-links {
        margin-bottom: 45px;
    }
}

@media screen and (min-width: 48em) and (orientation: landscape) {
    .nav__contact .nav-links {
        margin-bottom: 55px;
    }
}

.nav__contact .nav-links__item:not(:last-child) {
    margin-bottom: 17px;
}

.nav__contact .nav-links__item a {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 2.32px;
    text-decoration: none;
}

.brochure-select {
    display: inline-block;
    padding: 10px 0;
    border: none;
    width: auto;
    cursor: pointer;
    color: #fff;
}

@media screen and (min-width: 80em) {
    .brochure-select {
        color: #404041;
    }
}

.menu-primary-nav-container .menu .menu-item-top {
    display: block;
}

.menu-primary-nav-container .menu .menu-item-top:not(:last-child) {
    margin: 0 0 34px;
}

@media screen and (max-height: 46em) {
    .menu-primary-nav-container .menu .menu-item-top:not(:last-child) {
        margin: 0 0 24px;
    }
}

.menu-primary-nav-container .menu .menu-item-top:not(:last-child) {
    margin: 0 0 28px;
}

.menu-primary-nav-container .menu .menu-item-top > a {
    position: relative;
    display: inline-block;
    font-family: "Comfortaa", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1.76px;
    color: #fff;
    text-decoration: none;
}

.menu-primary-nav-container .menu .menu-item-top > a {
    font-size: 30px;
    line-height: 30px;
}
@media screen and (min-width: 48em) {
    .menu-primary-nav-container .menu .menu-item-top > a {
        font-size: 40px;
        line-height: 45px;
    }
}

@media screen and (max-width: 1600px) {
    .menu-primary-nav-container .menu .menu-item-top > a {
        font-size: 32px;
        line-height: 30px;
    }
}
@media screen and (max-width: 991px) {
    .menu-primary-nav-container .menu .menu-item-top > a {
        font-size: 22px;
        line-height: 22px;
    }
    .menu-primary-nav-container .menu .menu-item-top:not(:last-child) {
        margin: 0 0 18px;
    }
}

.menu-primary-nav-container .menu .menu-item-top > a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 1px;
    background: #d9d9d9;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media screen and (min-width: 80em) {
    .menu-primary-nav-container .menu .menu-item-top > a:before {
        bottom: -3px;
    }
}

@media (hover: hover) {
    .menu-primary-nav-container .menu .menu-item-top > a:hover {
        color: #d9d9d9;
    }

    .menu-primary-nav-container .menu .menu-item-top > a:hover:before {
        width: 100%;
    }
}

.menu-primary-nav-container .menu-item-has-children {
    position: relative;
}

.menu-primary-nav-container .menu-item-has-children:hover > a {
    color: #d9d9d9;
}

.menu-primary-nav-container .menu-item-has-children:hover > a:before {
    width: 100%;
}

.menu-primary-nav-container .menu-item-has-children > a {
    padding-right: 18px;
}

@media screen and (min-width: 80em) {
    .menu-primary-nav-container .menu-item-has-children > a {
        padding-right: 13px;
    }
}

.menu-primary-nav-container .menu-item-has-children > a:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
    width: 13px;
    height: 7.22px;
    background: url(https://clicktiles.b-cdn.net/img/nav-chevron.svg);
    background-size: 13px 7.22px;
    background-repeat: no-repeat;
}

@media screen and (min-width: 80em) {
    .menu-primary-nav-container .menu-item-has-children > a:after {
        top: 9px;
        width: 38px;
        right: -32px;
        height: 30px;
        background-size: 35px 17px;
    }
}

.menu-primary-nav-container .sub-menu {
    position: absolute;
    height: 0;
    padding: 30px 0 25px;
    opacity: 0;
    visibility: hidden;
}

.menu-primary-nav-container .sub-menu:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.menu-primary-nav-container .sub-menu.active {
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
}

.menu-primary-nav-container .sub-menu .menu-item {
    display: block;
}

.menu-primary-nav-container .sub-menu .menu-item:not(:last-child) {
    margin: 0 0 15px;
}

@media screen and (min-width: 80em) {
    .menu-primary-nav-container .sub-menu .menu-item:not(:last-child) {
        margin: 0 0 18px;
    }
}

.menu-primary-nav-container .sub-menu .menu-item a {
    display: inline-block;
    font-family: "Comfortaa", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1.76px;
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 48em) {
    .menu-primary-nav-container .sub-menu .menu-item a {
        font-size: 32px;
        line-height: 32px;
    }
}

@media screen and (min-width: 80em) {
    .menu-primary-nav-container .sub-menu .menu-item a {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 1.28px;
        color: #c9c9c9;
    }
}

.menu-primary-nav-container .sub-menu .menu-item a:hover {
    color: #406fbb;
}

@media screen and (min-width: 80em) {
    .menu-primary-nav-container .sub-menu .menu-item a:hover {
        color: #fff;
    }
}

.social {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
}

@media screen and (min-width: 80em) {
    .social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
    }
}

.social__item:not(:last-child) {
    margin: 0 20px 0 0;
}

@media screen and (min-width: 80em) {
    .social__item:not(:last-child) {
        margin: 0 0 20px 0;
    }
}

.social__item .social-icon {
    display: block;
    width: 19px;
    height: 19px;
    fill: #406fbb;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social__item .social-icon.facebook {
    width: 10px;
    margin: 0 auto;
}

.social__item a:hover .social-icon {
    fill: #404041;
}

.social--fixed {
    display: none;
}

@media screen and (min-width: 80em) {
    .social--fixed {
        display: block;
        position: fixed;
        top: 50%;
        left: 18px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 100;
    }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
select,
textarea {
    display: block;
    width: 100%;
    padding: 20px 0;
    color: #404041;
    background: none;
    border: none;
    border-bottom: 1px solid #d6d1ca;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    font-family: "basic-sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2.14px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(14, 26, 36, 0.4);
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(14, 26, 36, 0.4);
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(14, 26, 36, 0.4);
}

input[type="text"]:-webkit-autofill,
input[type="text"]:-webkit-autofill:hover,
input[type="text"]:-webkit-autofill:focus,
input[type="email"]:-webkit-autofill,
input[type="email"]:-webkit-autofill:hover,
input[type="email"]:-webkit-autofill:focus,
input[type="password"]:-webkit-autofill,
input[type="password"]:-webkit-autofill:hover,
input[type="password"]:-webkit-autofill:focus,
input[type="tel"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill:hover,
input[type="tel"]:-webkit-autofill:focus,
input[type="number"]:-webkit-autofill,
input[type="number"]:-webkit-autofill:hover,
input[type="number"]:-webkit-autofill:focus,
input[type="date"]:-webkit-autofill,
input[type="date"]:-webkit-autofill:hover,
input[type="date"]:-webkit-autofill:focus,
input[type="search"]:-webkit-autofill,
input[type="search"]:-webkit-autofill:hover,
input[type="search"]:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
    background: none;
    border-bottom: 1px solid #d6d1ca;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #404041;
    -webkit-transition: none;
    transition: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
    outline: none;
}

textarea {
    max-width: 100%;
    height: 35px;
    min-height: 35px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select::-ms-expand {
    display: none;
}

select {
    padding: 15px 60px 15px 15px;
}

.select-box {
    position: relative;
    display: inline-block;
}

.select-box:after {
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    background-repeat: no-repeat;
    position: absolute;
    top: 25px;
    right: 25px;
    pointer-events: none;
}

.file-box {
    display: inline-block;
    min-width: 140px;
}

.file-box input[type="file"] {
    display: none;
}

.file-box label {
    display: block;
    padding: 10px;
    text-align: left;
    cursor: pointer;
}

.file-box label .file-icon {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
}

.file-box label span {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 2px;
}

.input-label {
    display: block;
}

.checkbox-label {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 30px);
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
    background: none;
    border: 1px solid #d6d1ca;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}

input[type="checkbox"]:before {
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: none;
    border-radius: 3px;
    position: absolute;
    top: -1px;
    left: -1px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

input[type="checkbox"]:checked {
    border-color: #406fbb;
}

input[type="checkbox"]:checked:before {
    background: #406fbb;
}

input[type="checkbox"]:focus {
    outline: none;
}

.wpcf7-form .wpcf7-response-output {
    margin: 40px 0 0;
    padding: 0;
    border: none;
    color: #404041;
    font-family: "basic-sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    padding: 0 0 6px;
    border-bottom: 1px solid #d6d1ca;
}

.form {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

.dwnld_frm .form {
    justify-content: space-around;
}

.dwnld_frm .form .submt_btn {
    text-align: center;
}

@media screen and (min-width: 48em) {
    .form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.form__item {
    width: 100%;
    margin-top: 40px;
}

@media screen and (min-width: 48em) {
    .form__item {
        width: calc(50% - 35px);
    }
}

.form__item:nth-child(1) {
    margin-top: 0;
}

@media screen and (min-width: 48em) {
    .form__item:nth-child(2) {
        margin-top: 0;
    }
}

.form__item--full {
    width: 100%;
}

.form__item > label {
    color: #404041;
    font-family: "basic-sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1.79px;
}

@media screen and (min-width: 30em) {
    .form__item > label {
        letter-spacing: 2.14px;
    }
}

.form .wpcf7-checkbox span.wpcf7-list-item {
    margin: 0;
}

.form .wpcf7-checkbox .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 24px);
    color: #404041;
    font-family: "basic-sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.79px;
}

@media screen and (min-width: 30em) {
    .form .wpcf7-checkbox .wpcf7-list-item-label {
        letter-spacing: 2.14px;
    }
}

.form .wpcf7-not-valid-tip {
    margin-top: 7px;
    color: #bb1818;
    text-transform: none;
    font-family: "basic-sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.3px;
}

.form--light input[type="text"],
.form--light input[type="email"],
.form--light input[type="password"],
.form--light input[type="tel"],
.form--light input[type="number"],
.form--light input[type="date"],
.form--light input[type="search"],
.form--light select,
.form--light textarea {
    color: #fff;
    border-color: #fff;
}

.form--light input[type="text"]::-webkit-input-placeholder,
.form--light input[type="email"]::-webkit-input-placeholder,
.form--light input[type="password"]::-webkit-input-placeholder,
.form--light input[type="tel"]::-webkit-input-placeholder,
.form--light input[type="number"]::-webkit-input-placeholder,
.form--light input[type="date"]::-webkit-input-placeholder,
.form--light input[type="search"]::-webkit-input-placeholder,
.form--light select::-webkit-input-placeholder,
.form--light textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form--light input[type="text"]::-moz-placeholder,
.form--light input[type="email"]::-moz-placeholder,
.form--light input[type="password"]::-moz-placeholder,
.form--light input[type="tel"]::-moz-placeholder,
.form--light input[type="number"]::-moz-placeholder,
.form--light input[type="date"]::-moz-placeholder,
.form--light input[type="search"]::-moz-placeholder,
.form--light select::-moz-placeholder,
.form--light textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form--light input[type="text"]:-ms-input-placeholder,
.form--light input[type="email"]:-ms-input-placeholder,
.form--light input[type="password"]:-ms-input-placeholder,
.form--light input[type="tel"]:-ms-input-placeholder,
.form--light input[type="number"]:-ms-input-placeholder,
.form--light input[type="date"]:-ms-input-placeholder,
.form--light input[type="search"]:-ms-input-placeholder,
.form--light select:-ms-input-placeholder,
.form--light textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form--light input[type="text"]:-webkit-autofill,
.form--light input[type="text"]:-webkit-autofill:hover,
.form--light input[type="text"]:-webkit-autofill:focus,
.form--light input[type="email"]:-webkit-autofill,
.form--light input[type="email"]:-webkit-autofill:hover,
.form--light input[type="email"]:-webkit-autofill:focus,
.form--light input[type="password"]:-webkit-autofill,
.form--light input[type="password"]:-webkit-autofill:hover,
.form--light input[type="password"]:-webkit-autofill:focus,
.form--light input[type="tel"]:-webkit-autofill,
.form--light input[type="tel"]:-webkit-autofill:hover,
.form--light input[type="tel"]:-webkit-autofill:focus,
.form--light input[type="number"]:-webkit-autofill,
.form--light input[type="number"]:-webkit-autofill:hover,
.form--light input[type="number"]:-webkit-autofill:focus,
.form--light input[type="date"]:-webkit-autofill,
.form--light input[type="date"]:-webkit-autofill:hover,
.form--light input[type="date"]:-webkit-autofill:focus,
.form--light input[type="search"]:-webkit-autofill,
.form--light input[type="search"]:-webkit-autofill:hover,
.form--light input[type="search"]:-webkit-autofill:focus,
.form--light select:-webkit-autofill,
.form--light select:-webkit-autofill:hover,
.form--light select:-webkit-autofill:focus,
.form--light textarea:-webkit-autofill,
.form--light textarea:-webkit-autofill:hover,
.form--light textarea:-webkit-autofill:focus {
    border-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #406fbb inset;
    -webkit-text-fill-color: #fff;
}

.form--light input[type="checkbox"] {
    border-color: #fff;
}

.form--light input[type="checkbox"]:checked {
    border-color: #406fbb;
}

.form--light input[type="checkbox"]:checked:before {
    background: #406fbb;
}

.form--light .form__item > label {
    color: #fff;
}

.form--light .wpcf7-checkbox .wpcf7-list-item-label {
    color: #fff;
}

.grecaptcha-badge {
    visibility: hidden;
}

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

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

.slick-list:focus {
    outline: none;
}

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

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

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

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

.slick-track:after {
    clear: both;
}

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

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

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

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

.slider-arrows .slick-arrow {
    display: inline-block;
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.slider-arrows .slick-arrow:nth-child(1) {
    margin-right: 25px;
}

.slider-arrows .slick-arrow .arrow {
    display: block;
    fill: #406fbb;
}

.slider-arrows .slick-arrow.slick-disabled {
    cursor: not-allowed;
}

.slider-arrows .slick-arrow.slick-disabled .arrow {
    fill: #404041;
}

.slick-dots {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
}

.slick-dots li {
    display: block;
    overflow: hidden;
}

.slick-dots li:not(:last-child) {
    margin-right: 10px;
}

.slick-dots li button {
    display: block;
    width: 9px;
    height: 9px;
    background: #d8d8d8;
    border: none;
    border-radius: 50%;
    opacity: 0.5;
    text-indent: -1000px;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

.slick-slide:focus,
.slick-slide a:focus {
    outline: none;
}

.slider-section {
    padding: 90px 0 0;
}

@media screen and (min-width: 61.9375em) {
    .slider-section {
        padding: 90px 60px 0;
    }
}

@media screen and (min-width: 80em) {
    .slider-section {
        padding: 100px 60px 0;
    }
}

.slider__item {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: calc(100vh - 90px);
    max-height: 775px;
}

@media screen and (min-width: 80em) {
    .slider__item {
        height: calc(100vh - 100px);
    }
}

@media screen and (min-width: 132.5em) {
    .slider__item {
        max-height: 1000px;
    }
}

.slider__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    text-align: center;
    padding: 0 30px;
}

.slider__title {
    max-width: 720px;
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
    font-family: "Comfortaa", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 1px;
}

@media screen and (max-height: 43.75em) {
    .slider__title {
        font-size: 50px;
        line-height: 50px;
    }
}

@media screen and (min-width: 30em) {
    .slider__title {
        margin-bottom: 55px;
        font-size: 68px;
        line-height: 72px;
        letter-spacing: 1.3px;
    }
}

@media screen and (min-width: 48em) {
    .slider__title {
        margin-bottom: 65px;
        font-size: 74px;
        line-height: 78px;
        letter-spacing: 1.5px;
    }
}

@media screen and (min-width: 80em) {
    .slider__title {
        margin-bottom: 85px;
        font-size: 84px;
        line-height: 88px;
        letter-spacing: 1.8px;
    }
}

.slider__title em {
    font-style: italic;
}

.slider .btn-wrapper--more a {
    min-width: 250px;
}

.slider .btn-wrapper--more a:not(:last-child) {
    margin: 0 0 15px 0;
}

@media screen and (min-width: 37.5em) {
    .slider .btn-wrapper--more a:not(:last-child) {
        margin: 0 15px 15px 0;
    }
}

.slider .slick-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home-about-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

@media screen and (min-width: 67.5em) {
    .home-about-section {
        padding: 150px 0 100px;
    }
}

@media screen and (min-width: 85em) {
    .home-about-section {
        padding: 150px 0 100px;
    }
}

.home-about-section:before {
    content: "";
    display: block;
}

.home-about__content {
    margin-bottom: 175px;
}

@media screen and (min-width: 67.5em) {
    .home-about__content {
        margin-bottom: 0;
        padding: 0 70px 0 0;
    }
}

.home-about__content-inner {
    max-width: 500px;
}

.home-about__img {
    position: relative;
}

.home-about__img:before {
    content: "";
    display: block;
    position: absolute;
    top: -55px;
    left: 0;
    width: calc(100% + 30px);
    height: 80%;
    background: #406fbb;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

@media screen and (min-width: 67.5em) {
    .home-about__img:before {
        top: -60px;
        left: 25%;
        width: 100%;
        height: 520px;
    }
}

.home-about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 67.5em) {
    .home-about__img img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.home-about__img-inner {
    position: relative;
    right: -30px;
    width: 100%;
    height: 347px;
    margin-left: 22%;
    overflow: hidden;
}

@media screen and (min-width: 30em) {
    .home-about__img-inner {
        height: 620px;
    }
}

@media screen and (min-width: 67.5em) {
    .home-about__img-inner {
        right: 0;
        height: auto;
        margin-left: 0;
    }
}

.home-about__img.anim:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.home-about-img-text {
    width: 100%;
    max-width: 200px;
    margin: 90px 0 0 calc(22% + 30px);
    text-align: left;
}

@media screen and (min-width: 30em) {
    .home-about-img-text {
        max-width: 300px;
    }
}

@media screen and (min-width: 41.25em) {
    .home-about-img-text {
        margin: 90px 0 0 calc(22% + 110px);
    }
}

@media screen and (min-width: 67.5em) {
    .home-about-img-text {
        max-width: inherit;
        margin: 110px 0 0;
        text-align: center;
    }
}

@media screen and (min-width: 85em) {
    .home-about-img-text {
        position: absolute;
        bottom: 12%;
        left: -2px;
        margin-top: 0;
    }
}

@media screen and (min-width: 85em) {
    @supports (-webkit-background-clip: text) {
        .home-about-img-text .title-line {
            background: -webkit-gradient(
                linear,
                left top,
                right top,
                color-stop(50%, #404041),
                color-stop(50%, #fff)
            );
            background: linear-gradient(90deg, #406fbb 50.2%, #404041 50%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }
}

.home-services-banner-section {
    padding: 100px 0;
}

@media screen and (min-width: 61.9375em) {
    .home-services-banner-section {
        padding: 120px 0;
    }
}

.services {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

@media screen and (min-width: 61.9375em) {
    .services {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row;
    }
}

.services__item {
    width: 100%;
    text-align: center;
}

@media screen and (min-width: 61.9375em) {
    .services__item {
        width: 33.33333%;
    }
}

@media screen and (min-width: 0) and (max-width: 61.875em) {
    .services__item:not(:last-child) {
        margin: 0 0 80px 0;
    }
}

@media screen and (min-width: 61.9375em) {
    .services__item:nth-child(-n + 2) {
        margin: 0 60px 0 0;
    }
}

.services__item p {
    max-width: 340px;
    margin: 0 auto;
}

@media screen and (min-width: 61.9375em) {
    .services__icon-flex {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        height: 150px;
    }
}

.services__icon--design {
    width: 99px;
    height: 99px;
}

@media screen and (min-width: 30em) {
    .services__icon--design {
        width: 135px;
        height: 135px;
    }
}

.services__icon--measure {
    width: 151px;
    height: 82px;
}

@media screen and (min-width: 30em) {
    .services__icon--measure {
        width: 217px;
        height: 118px;
    }
}

.services__icon--installation {
    width: 97px;
    height: 104px;
}

@media screen and (min-width: 30em) {
    .services__icon--installation {
        width: 139px;
        height: 149px;
    }
}

.home-services-section {
    padding: 120px 0 90px;
    overflow: hidden;
}

@media screen and (min-width: 67.5em) {
    .home-services-section {
        padding: 150px 0;
    }
}

@media screen and (min-width: 85em) {
    .home-services-section {
        padding: 200px 0;
    }
}

.home-services {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

@media screen and (min-width: 67.5em) {
    .home-services {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }
}

.home-services__img {
    position: relative;
    left: -60px;
    width: 100%;
    max-width: 325px;
    height: 249px;
}

@media screen and (min-width: 30em) {
    .home-services__img {
        width: 90%;
        max-width: inherit;
        height: 600px;
    }
}

@media screen and (min-width: 67.5em) {
    .home-services__img {
        left: auto;
        width: calc(50% - 70px);
        height: inherit;
        padding: 0 70px 0 0;
    }
}

.home-services__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 67.5em) {
    .home-services__img img {
        min-height: 730px;
    }
}

@media screen and (min-width: 100em) {
    .home-services__img img {
        width: auto;
        height: auto;
    }
}

.home-services__img-inner {
    position: relative;
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: 100%;
    overflow: hidden;
}

.home-services__content {
    width: 100%;
    padding: 100px 0 0;
}

@media screen and (min-width: 67.5em) {
    .home-services__content {
        width: calc(50% + 70px);
        padding: 0;
    }
}

.home-services__content .markdown {
    max-width: 500px;
}

.home-services__img-bottom {
    position: relative;
    width: 100%;
    margin-top: 120px;
    padding-bottom: 70px;
}

@media screen and (min-width: 67.5em) {
    .home-services__img-bottom {
        margin-top: 0;
        padding-bottom: 0;
    }
}

.home-services__img-bottom:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(20%);
    transform: translateX(-50%) translateY(20%);
    width: 100vw;
    height: 140px;
    background: #406fbb;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
}

@media screen and (min-width: 30em) {
    .home-services__img-bottom:before {
        height: 240px;
    }
}

@media screen and (min-width: 67.5em) {
    .home-services__img-bottom:before {
        top: -120px;
        bottom: auto;
        height: 405px;
    }
}

@media screen and (min-width: 100em) {
    .home-services__img-bottom:before {
        top: -180px;
        height: 555px;
    }
}

.home-services__img-bottom-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media screen and (min-width: 48em) {
    .home-services__img-bottom-inner {
        width: 74%;
        margin-left: auto;
    }
}

@media screen and (min-width: 67.5em) {
    .home-services__img-bottom-inner {
        width: 54%;
    }
}

.home-services__img-bottom img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 30em) {
    .home-services__img-bottom img {
        min-height: 390px;
    }
}

.home-services__img-bottom.anim:before {
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
}

.home-inspiration {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    margin-top: 100px;
}

@media screen and (min-width: 67.5em) {
    .home-inspiration {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row;
        margin-top: 150px;
    }
}

@media screen and (min-width: 85em) {
    .home-inspiration {
        margin-top: 200px;
    }
}

.home-inspiration__img {
    position: relative;
    left: -30px;
    width: calc(100% + 60px);
}

@media screen and (min-width: 30em) {
    .home-inspiration__img {
        left: -60px;
        width: calc(100% + 120px);
    }
}

@media screen and (min-width: 67.5em) {
    .home-inspiration__img {
        left: -60px;
        width: calc(50% - 10px);
    }
}

@media screen and (min-width: 85em) {
    .home-inspiration__img {
        width: calc(50% - 70px);
        padding: 0 70px 0 0;
    }
}

.home-inspiration__img-inner {
    position: relative;
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: 100%;
    overflow: hidden;
}

.home-inspiration__content {
    position: relative;
    width: 100%;
    padding: 100px 0 0;
}

@media screen and (min-width: 67.5em) {
    .home-inspiration__content {
        width: calc(50% + 70px);
        padding: 0;
    }
}

.home-inspiration__content .artis-badge {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 122px;
    height: 126px;
}

@media screen and (min-width: 67.5em) {
    .home-inspiration__content .artis-badge {
        top: -60px;
    }
}

@media screen and (min-width: 85em) {
    .home-inspiration__content .artis-badge {
        width: 180px;
        height: 186px;
    }
}

@media screen and (min-width: 97.5em) {
    .home-inspiration__content .artis-badge {
        top: 0;
        right: 2vw;
        -webkit-transform: none;
        transform: none;
        width: 215px;
        height: 222px;
    }
}

@media screen and (min-width: 106.25em) {
    .home-inspiration__content .artis-badge {
        right: 4vw;
        width: 244px;
        height: 252px;
    }
}

@media screen and (min-width: 85em) {
    .home-inspiration__content-inner {
        width: 75%;
    }
}

@media screen and (min-width: 97.5em) {
    .home-inspiration__content-inner {
        width: 65%;
    }
}

.home-inspiration__content .markdown {
    max-width: 500px;
}

.about-intro-section {
    padding: 90px 0 100px;
    overflow: hidden;
}

@media screen and (min-width: 30em) {
    .about-intro-section {
        padding: 90px 0 160px;
    }
}

@media screen and (min-width: 67.5em) {
    .about-intro-section {
        padding: 200px 0 280px;
    }
}

.about-intro__content {
    padding: 0 0 50px;
}

@media screen and (min-width: 30em) {
    .about-intro__content {
        padding: 0 0 100px;
    }
}

@media screen and (min-width: 67.5em) {
    .about-intro__content {
        padding: 0 100px 0 0;
    }
}

@media screen and (min-width: 85em) {
    .about-intro__content {
        padding: 0 170px 0 0;
    }
}

.about-intro__content .markdown {
    max-width: 520px;
}

.about-intro__img {
    position: relative;
    padding-bottom: 45px;
}

@media screen and (min-width: 67.5em) {
    .about-intro__img {
        padding-bottom: 0;
    }
}

.about-intro__img:before {
    content: "";
    display: block;
    position: absolute;
    top: 23%;
    left: 0;
    width: 150%;
    height: 77%;
    background: #d6d1ca;
}

@media screen and (min-width: 30em) {
    .about-intro__img:before {
        top: 15%;
        height: 90%;
    }
}

@media screen and (min-width: 61.9375em) {
    .about-intro__img:before {
        left: -40px;
    }
}

@media screen and (min-width: 85em) {
    .about-intro__img:before {
        left: -70px;
    }
}

@media screen and (min-width: 112.5em) {
    .about-intro__img:before {
        left: -20%;
        width: 150%;
    }
}

.about-intro__img img {
    position: relative;
    width: 100%;
    max-width: calc(500px + 25%);
    margin-left: auto;
    padding-left: 25%;
}

@media screen and (min-width: 67.5em) {
    .about-intro__img img {
        width: inherit;
        max-width: 100%;
        margin-left: 0;
        padding-left: 0;
    }
}

.about-body-section {
    position: relative;
}

.about-body-section:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -60px;
    right: 0;
    width: 35%;
    height: 1px;
    background: #d6d1ca;
}

@media screen and (min-width: 85em) {
    .about-body-section:after {
        bottom: 0;
    }
}

.about-body__img {
    -webkit-box-ordinal-group: 3;
    order: 2;
}

@media screen and (min-width: 67.5em) {
    .about-body__img {
        -webkit-box-ordinal-group: inherit;
        order: inherit;
    }
}

.about-body__content {
    -webkit-box-ordinal-group: 2;
    order: 1;
    padding: 0 0 70px;
}

@media screen and (min-width: 67.5em) {
    .about-body__content {
        -webkit-box-ordinal-group: inherit;
        order: inherit;
        padding: 0 0 0 70px;
    }
}

.about-body__content .markdown {
    max-width: 540px;
}

.about-history-section {
    position: relative;
    padding: 125px 0 95px;
    overflow: hidden;
}

@media screen and (min-width: 30em) {
    .about-history-section {
        padding: 125px 0 125px;
    }
}

@media screen and (min-width: 67.5em) {
    .about-history-section {
        padding: 180px 0 165px;
    }
}

@media screen and (min-width: 85em) {
    .about-history-section {
        padding: 100px 0 75px;
    }
}

.about-history-section:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 175px;
    background: #404041;
}

@media screen and (min-width: 30em) {
    .about-history-section:after {
        height: 225px;
    }
}

@media screen and (min-width: 67.5em) {
    .about-history-section:after {
        height: 300px;
    }
}

@media screen and (min-width: 85em) {
    .about-history-section:after {
        height: 460px;
    }
}

.about-history {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

.about-history__content {
    padding: 0 0 60px;
}

@media screen and (min-width: 67.5em) {
    .about-history__content {
        padding: 0 0 145px;
    }
}

.about-history__content-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

@media screen and (min-width: 67.5em) {
    .about-history__content-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row;
    }
}

.about-history__content-inner .markdown {
    max-width: 530px;
}

.about-history__content-inner .markdown:not(:last-child) {
    margin: 0 0 25px;
}

@media screen and (min-width: 67.5em) {
    .about-history__content-inner .markdown:not(:last-child) {
        margin: 0 100px 0 0;
    }
}

.about-history__img {
    position: relative;
    width: 100%;
}

@media screen and (min-width: 67.5em) {
    .about-history__img {
        width: 72%;
        height: 680px;
    }
}

@media screen and (min-width: 85em) {
    .about-history__img {
        height: 809px;
    }
}

.about-history__img .about-history-img-text {
    margin-bottom: 55px;
    text-align: right;
}

@media screen and (min-width: 67.5em) {
    .about-history__img .about-history-img-text {
        position: absolute;
        top: 28px;
        right: -7px;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        margin-bottom: 0;
        text-align: left;
        z-index: 1;
    }
}

@media screen and (min-width: 67.5em) {
    @supports (-webkit-background-clip: text) {
        .about-history__img .about-history-img-text .title-line {
            background: -webkit-gradient(
                linear,
                left top,
                right top,
                color-stop(48.3%, #404041),
                color-stop(48.3%, #d3d3d3)
            );
            background: linear-gradient(90deg, #404041 48.3%, #d3d3d3 48.3%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }
}

@media screen and (min-width: 100em) {
    @supports (-webkit-background-clip: text) {
        .about-history__img .about-history-img-text .title-line {
            background: -webkit-gradient(
                linear,
                left top,
                right top,
                color-stop(48.7%, #404041),
                color-stop(48.7%, #d3d3d3)
            );
            background: linear-gradient(90deg, #404041 48.7%, #d3d3d3 48.7%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }
}

@media screen and (min-width: 67.5em) {
    .about-history__img .about-history-img-text .title-line:before {
        right: 0;
        left: auto;
        -webkit-transform: translateX(calc(100% + 30px));
        transform: translateX(calc(100% + 30px));
    }
}

.about-history__img-inner {
    position: relative;
    height: 100%;
}

.about-history__img-inner img {
    position: relative;
    left: -30px;
    width: 88%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
}

@media screen and (min-width: 30em) {
    .about-history__img-inner img {
        height: 460px;
    }
}

@media screen and (min-width: 67.5em) {
    .about-history__img-inner img {
        left: auto;
        width: 100%;
        height: 100%;
    }
}

.about-history__img-inner .artis-badge {
    display: block;
    position: absolute;
    top: 10%;
    right: calc(12% - 30px);
    width: 122px;
    height: 126px;
    z-index: 1;
}

@media screen and (min-width: 30em) {
    .about-history__img-inner .artis-badge {
        width: 140px;
        height: 145px;
    }
}

@media screen and (min-width: 67.5em) {
    .about-history__img-inner .artis-badge {
        top: 28%;
        right: -43%;
        width: 215px;
        height: 222px;
    }
}

@media screen and (min-width: 90em) {
    .about-history__img-inner .artis-badge {
        right: -40%;
    }
}

@media screen and (min-width: 106.25em) {
    .about-history__img-inner .artis-badge {
        top: 24%;
        right: -35%;
        width: 244px;
        height: 252px;
    }
}

.services-banner-section {
    padding: 90px 0;
}

@media screen and (min-width: 30em) {
    .services-banner-section {
        padding: 120px 0;
    }
}

@media screen and (min-width: 67.5em) {
    .services-banner-section {
        padding: 200px 0;
    }
}

@media screen and (min-width: 61.9375em) {
    .service-section {
        padding: 130px 0 0;
    }
}

@media screen and (min-width: 67.5em) {
    .service-section {
        padding: 100px 0 0;
    }
}

.service-intro-section {
    padding: 90px 0;
}

@media screen and (min-width: 67.5em) {
    .service-intro-section {
        min-height: 605px;
        padding: 110px 0 140px;
    }
}

.service-intro-section.background--primary h2 {
    color: #fff;
}

.service-intro__content {
    padding: 0 0 70px;
}

@media screen and (min-width: 67.5em) {
    .service-intro__content {
        padding: 0;
    }
}

.service-intro__img {
    position: relative;
}

@media screen and (min-width: 67.5em) {
    .service-intro__img {
        margin-top: 60px;
    }
}

@media screen and (min-width: 67.5em) {
    .service-intro__img img {
        position: absolute;
        top: 0;
        right: -40px;
    }
}

@media screen and (min-width: 80em) {
    .service-intro__img img {
        right: -90px;
    }
}

.service-intro-text {
    padding: 80px 0 70px;
    text-align: right;
}

@media screen and (min-width: 30em) {
    .service-intro-text {
        padding: 120px 0 110px;
    }
}

@media screen and (min-width: 67.5em) {
    .service-intro-text {
        width: 50%;
        padding: 100px 0 80px;
    }
}

.service-body-section--bottom {
    padding: 0 0 90px;
}

@media screen and (min-width: 61.9375em) {
    .service-body-section--bottom {
        padding: 0 0 130px;
    }
}

@media screen and (min-width: 67.5em) {
    .service-body-section--bottom {
        padding: 0 0 10px;
    }
}

.service-body-top {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

.service-body-top__content {
    width: 100%;
    padding: 0 0 80px;
}

@media screen and (min-width: 67.5em) {
    .service-body-top__content {
        width: 40%;
        min-height: 540px;
        padding: 0 70px 140px 0;
    }
}

.service-body-top__content h2,
.service-body-top__content .markdown {
    max-width: 570px;
}

@media screen and (min-width: 67.5em) {
    .service-body-top__content--padding {
        padding: 40px 70px 180px 0;
    }
}

.service-body-top__img {
    position: relative;
    top: -80px;
    right: calc(-10% - 30px);
    width: 90%;
}

@media screen and (min-width: 30em) {
    .service-body-top__img {
        right: calc(-10% - 60px);
    }
}

@media screen and (min-width: 61.9375em) {
    .service-body-top__img {
        right: calc(-10% - 120px);
    }
}

@media screen and (min-width: 67.5em) {
    .service-body-top__img {
        top: auto;
        right: auto;
        width: 46%;
    }
}

@media screen and (max-width: 67.4375em) {
    .service-body-top__img img {
        width: 100%;
    }
}
.service-body-top__img img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.service-body-text {
    position: relative;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: center;
    width: calc(100% + 30px);
    min-height: 275px;
    background: #406fbb;
}

@media screen and (min-width: 30em) {
    .service-body-text {
        width: calc(100% + 60px);
        min-height: 420px;
    }
}

@media screen and (min-width: 61.9375em) {
    .service-body-text {
        width: calc(100% + 120px);
    }
}

@media screen and (min-width: 67.5em) {
    .service-body-text {
        position: absolute;
        top: -20px;
        right: -100px;
        width: calc(60% + 120px);
        height: 775px;
        min-height: inherit;
    }
    .service-body-text.for-home {
        position: absolute;
        top: 50px;
        right: -100px;
        width: calc(60% + 120px);
        height: 630px;
        min-height: inherit;
    }
}

@media screen and (min-width: 80em) {
    .service-body-text {
        right: -150px;
        width: calc(60% + 150px);
    }
}

.service-body-text__inner {
    max-width: 560px;
    margin: 60px 60px 130px 20%;
}

@media screen and (min-width: 85em) {
    .service-body-text__inner {
        margin: 0 60px 150px 20%;
    }
}

.service-body-text--tertiary {
    background: #406fbb;
}

.service-body-text .title-line {
    margin-bottom: 60px;
}

@media screen and (min-width: 85em) {
    .service-body-text .title-line {
        margin-bottom: 150px;
    }
}

.service-body-bottom-text {
    position: relative;
    padding: 0 70px 50px;
    text-align: right;
}

@media screen and (min-width: 30em) {
    .service-body-bottom-text {
        padding: 50px 70px 100px;
    }
}

@media screen and (min-width: 67.5em) {
    .service-body-bottom-text {
        width: 46%;
        padding: 135px 70px 0;
    }
}

.service-body-bottom {
    padding: 15px 0 0;
}

@media screen and (min-width: 67.5em) {
    .service-body-bottom {
        padding: 50px 0 0;
    }
}

.service-body-bottom__content {
    padding: 0 0 70px;
}

@media screen and (min-width: 67.5em) {
    .service-body-bottom__content {
        padding: 0 70px 0 0;
    }
}

.service-body-bottom__content h2,
.service-body-bottom__content .markdown {
    max-width: 680px;
}

.service-body-bottom__img {
    position: relative;
}

@media screen and (min-width: 67.5em) {
    .service-body-bottom__img img {
        position: absolute;
        bottom: 0;
        right: -40px;
    }
}

@media screen and (min-width: 80em) {
    .service-body-bottom__img img {
        right: -90px;
    }
}

.numbered-list-section {
    padding: 90px 0;
}

@media screen and (min-width: 61.9375em) {
    .numbered-list-section {
        padding: 130px 0;
    }
}

@media screen and (min-width: 67.5em) {
    .numbered-list-section {
        padding: 0px 0 100px;
    }
}

.numbered-list-title {
    margin-bottom: 60px;
}

@media screen and (min-width: 85em) {
    .numbered-list-title {
        margin-bottom: 90px;
    }
}

@media screen and (min-width: 30em) {
    .numbered-list-title:before {
        width: 650px;
    }
}

.numbered-list__content {
    padding: 0 0 70px;
}

@media screen and (min-width: 61.9375em) {
    .numbered-list__content {
        padding: 0 0 70px 40px;
    }
}

@media screen and (min-width: 67.5em) {
    .numbered-list__content {
        padding: 0 70px 0 40px;
    }
}

@media screen and (min-width: 80em) {
    .numbered-list__content {
        padding: 0 70px 0 90px;
    }
}

.numbered-list__content-item {
    position: relative;
}

@media screen and (min-width: 85em) {
    .numbered-list__content-item {
        width: 100%;
        padding-left: 120px;
    }
}

@media screen and (min-width: 106.25em) {
    .numbered-list__content-item {
        width: calc(100% + 90px);
        padding-left: 150px;
    }
}

.numbered-list__content-item:not(:last-child) {
    margin-bottom: 30px;
}

@media screen and (min-width: 67.5em) {
    .numbered-list__content-item:not(:last-child) {
        margin-bottom: 65px;
    }
}

.numbered-list__content-item .number {
    display: block;
    margin-bottom: 20px;
    color: #f5f5f5;
    font-size: 80px;
    line-height: 72px;
}

@media screen and (min-width: 67.5em) {
    .numbered-list__content-item .number {
        margin-bottom: 0;
        position: absolute;
        top: -30px;
        right: 0;
    }
}

@media screen and (min-width: 85em) {
    .numbered-list__content-item .number {
        top: 30px;
        left: 0;
        right: auto;
    }
}

.numbered-list__img {
    position: relative;
}

.numbered-list__img img {
    position: relative;
    right: -30px;
    margin-left: auto;
}

@media screen and (min-width: 30em) {
    .numbered-list__img img {
        right: -60px;
    }
}

.service-layout {
    padding: 45px 0;
}

@media screen and (min-width: 67.5em) {
    .service-layout {
        padding: 100px 0;
    }
}

.service-layout__section {
    position: relative;
    padding: 45px 0;
    overflow: hidden;
}

@media screen and (min-width: 67.5em) {
    .service-layout__section {
        padding: 100px 0 0px;
    }
}

.service-layout__section--visible {
    overflow: visible;
}

.service-layout .title-image-section {
    padding: 90px 0;
}

@media screen and (min-width: 67.5em) {
    .service-layout .title-image-section {
        min-height: 605px;
        padding: 110px 0 140px;
    }
}

.service-layout .title-image__content {
    padding: 0 0 70px;
}

@media screen and (min-width: 67.5em) {
    .service-layout .title-image__content {
        padding: 0;
    }
}

.service-layout .title-image__img {
    position: relative;
}

@media screen and (min-width: 67.5em) {
    .service-layout .title-image__img img {
        position: absolute;
        top: 0;
        right: -40px;
    }
}

@media screen and (min-width: 80em) {
    .service-layout .title-image__img img {
        right: -90px;
    }
}

.service-layout .text-image__content {
    width: 100%;
    padding: 0 0 70px;
}

@media screen and (min-width: 30em) {
    .service-layout .text-image__content {
        padding: 0 0 120px;
    }
}

@media screen and (min-width: 67.5em) {
    .service-layout .text-image__content {
        width: 40%;
        padding: 0 70px 0 0;
    }
}

.service-layout .text-image__content h2,
.service-layout .text-image__content .markdown {
    max-width: 600px;
}

.service-layout .text-image__img {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

@media screen and (min-width: 67.5em) {
    .service-layout .text-image__img {
        width: 60%;
        margin-top: 85px;
    }
}

.service-layout .text-image__img:before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 35%;
    width: 100%;
    height: 85%;
    background: #404041;
}

@media screen and (min-width: 30em) {
    .service-layout .text-image__img:before {
        top: -70px;
    }
}

@media screen and (min-width: 67.5em) {
    .service-layout .text-image__img:before {
        height: 300px;
    }
}

@media screen and (min-width: 80em) {
    .service-layout .text-image__img:before {
        top: -150px;
        height: 85%;
    }
}

.service-layout .text-image__img img {
    position: relative;
}

.service-layout .image-text__img {
    -webkit-box-ordinal-group: 3;
    order: 2;
}

@media screen and (min-width: 67.5em) {
    .service-layout .image-text__img {
        -webkit-box-ordinal-group: inherit;
        order: inherit;
        padding: 0 0px 0 0;
    }
}

.service-layout .image-text__content {
    -webkit-box-ordinal-group: 2;
    order: 1;
    padding: 0 0 70px;
}

@media screen and (min-width: 67.5em) {
    .service-layout .image-text__content {
        -webkit-box-ordinal-group: inherit;
        order: inherit;
        padding: 100px 0 0 0;
    }
}

@media screen and (min-width: 80em) {
    .service-layout .image-text__content {
        padding: 100px 0 0 65px;
    }
}

@media screen and (min-width: 85em) {
    .service-layout .image-text__content {
        padding: 100px 0 0 115px;
    }
}

.service-layout .image-text__content-inner {
    max-width: 580px;
}

@media screen and (min-width: 96.25em) {
    .service-layout .image-text__content--padding {
        padding: 175px 0 0 115px;
    }
}

@media screen and (min-width: 106.25em) {
    .service-layout .image-text__content--padding {
        padding: 255px 0 0 115px;
    }
}

.service-layout .image-text .testimonial {
    padding: 65px 0 0;
}

@media screen and (min-width: 67.5em) {
    .service-layout .image-text .testimonial {
        padding: 115px 0 0;
    }
}

.service-layout .image-text .testimonial__quote {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.8px;
}

@media screen and (min-width: 30em) {
    .service-layout .image-text .testimonial__quote {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 1.35px;
    }
}

.service-layout .image-text .testimonial__name {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.86px;
}

@media screen and (min-width: 30em) {
    .service-layout .image-text .testimonial__name {
        letter-spacing: 2.86px;
    }
}

.service-layout .image-text .testimonial__company {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}

@media screen and (min-width: 30em) {
    .service-layout .image-text .testimonial__company {
        letter-spacing: 1.54px;
    }
}

.sub-nav-section {
    padding: 80px 0;
}

@media screen and (min-width: 67.5em) {
    .sub-nav-section {
        padding: 140px 0;
    }
}

@media screen and (min-width: 85em) {
    .sub-nav-section {
        padding: 100px 0 0;
    }
}

.sub-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

@media screen and (min-width: 61.9375em) {
    .sub-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 100em) {
    .sub-nav {
        justify-content: space-around;
    }
}

.sub-nav__item {
    position: relative;
    max-width: 400px;
    padding: 25px 0;
}

@media screen and (min-width: 61.9375em) {
    .sub-nav__item {
        max-width: inherit;
        padding: 0 0 25px;
    }
}

.sub-nav__item:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d6d1ca;
}

.sub-nav__item:hover .sub-nav__text {
    color: #406fbb;
}

.sub-nav__item:hover .sub-nav-icon {
    fill: #406fbb;
}

.sub-nav__item.active .sub-nav__text {
    color: #406fbb;
}

.sub-nav__item.active .sub-nav-icon {
    fill: #406fbb;
}

.sub-nav__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
}

.sub-nav__text {
    display: block;
    padding-left: 30px;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media screen and (min-width: 30em) {
    .sub-nav__text {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 0.8px;
    }
}

@media screen and (min-width: 61.9375em) {
    .sub-nav__text {
        font-size: 25px;
        line-height: 29px;
    }
}

@media screen and (min-width: 80em) {
    .sub-nav__text {
        font-size: 28px;
        line-height: 32px;
    }
}

@media screen and (min-width: 85em) {
    .sub-nav__text {
        padding-left: 45px;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 1px;
    }
}

@media screen and (min-width: 100em) {
    .sub-nav__text {
        font-size: 30px;
        line-height: 40px;
        font-family: "Century Gothic", sans-serif;
        font-weight: 900;
        color: #406fbb;
    }
}

.sub-nav .sub-nav-icon {
    display: block;
    width: 65px;
    height: 65px;
    fill: #d3d3d3;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media screen and (min-width: 30em) {
    .sub-nav .sub-nav-icon {
        width: 80px;
        height: 80px;
    }
}

@media screen and (min-width: 61.9375em) {
    .sub-nav .sub-nav-icon {
        width: 60px;
        height: 60px;
    }
}

@media screen and (min-width: 80em) {
    .sub-nav .sub-nav-icon {
        width: 80px;
        height: 80px;
    }
}

@media screen and (min-width: 100em) {
    .sub-nav .sub-nav-icon {
        width: 100px;
        height: 100px;
    }
}

.flooring-styles-intro__content {
    padding: 0 0 70px;
}

@media screen and (min-width: 67.5em) {
    .flooring-styles-intro__content {
        padding: 0 70px 70px 0;
    }
}

@media screen and (min-width: 100em) {
    .flooring-styles-intro__content {
        min-height: 860px;
        padding: 0 70px 400px 0;
    }
}

.flooring-styles-intro__content .markdown {
    max-width: 530px;
}

.flooring-styles-intro__img {
    position: relative;
    margin: 0 0 70px;
}

@media screen and (min-width: 67.5em) {
    .flooring-styles-intro__img {
        margin: 0;
        padding: 170px 0 0 70px;
    }
}

.flooring-styles-intro__img:before {
    content: "";
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
    width: calc(100% + 30px);
    height: 100%;
    background: #406fbb;
}

@media screen and (min-width: 30em) {
    .flooring-styles-intro__img:before {
        width: calc(100% + 60px);
    }
}

@media screen and (min-width: 61.9375em) {
    .flooring-styles-intro__img:before {
        width: calc(100% + 100px);
    }
}

@media screen and (min-width: 67.5em) {
    .flooring-styles-intro__img:before {
        top: 0;
        left: 170px;
        height: 55%;
    }
}

@media screen and (min-width: 100em) {
    .flooring-styles-intro__img:before {
        height: 85%;
    }
}

.flooring-styles-intro__img img {
    position: relative;
    padding: 0 0 0 25%;
}

@media screen and (min-width: 67.5em) {
    .flooring-styles-intro__img img {
        padding: 0;
    }
}

@media screen and (min-width: 100em) {
    .flooring-styles-intro__img img {
        height: 770px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.flooring-styles-body-section {
    position: relative;
    padding: 100px 0;
}

@media screen and (min-width: 67.5em) {
    .flooring-styles-body-section {
        padding: 0 0 110px;
    }
}

.flooring-styles-body-section:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 1px;
    background: #d6d1ca;
}

@media screen and (min-width: 67.5em) {
    .flooring-styles-body-section:after {
        width: 30%;
    }
}

.flooring-styles-body__img {
    -webkit-box-ordinal-group: 3;
    order: 2;
    position: relative;
}

@media screen and (min-width: 67.5em) {
    .flooring-styles-body__img {
        -webkit-box-ordinal-group: inherit;
        order: inherit;
    }
}

@media screen and (min-width: 100em) {
    .flooring-styles-body__img img {
        position: absolute;
        bottom: 100px;
        left: 0;
    }
}

.flooring-styles-body__content {
    -webkit-box-ordinal-group: 2;
    order: 1;
    padding: 0 0 70px;
}

@media screen and (min-width: 61.9375em) {
    .flooring-styles-body__content {
        padding: 0 40px 70px;
    }
}

@media screen and (min-width: 67.5em) {
    .flooring-styles-body__content {
        -webkit-box-ordinal-group: inherit;
        order: inherit;
        padding: 100px 0 0 70px;
    }
}

@media screen and (min-width: 85em) {
    .flooring-styles-body__content {
        padding: 200px 0 0 70px;
    }
}

.flooring-styles-body__content-inner {
    max-width: 530px;
}

.flooring-styles-banner {
    margin: 90px 0;
    padding: 90px 0;
}

@media screen and (min-width: 67.5em) {
    .flooring-styles-banner {
        margin: 140px 0;
        padding: 120px 0;
    }
}

@media screen and (min-width: 85em) {
    .flooring-styles-banner {
        min-height: 680px;
        margin: 80px 0 0;
        padding: 160px 0;
    }
}

.flooring-styles-banner__img {
    position: relative;
}

@media screen and (min-width: 67.5em) {
    .flooring-styles-banner__img {
        margin: 0 0 0 70px;
    }
}

@media screen and (min-width: 67.5em) {
    .flooring-styles-banner__img img {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 85em) and (max-width: 106.25em) {
    .flooring-styles-banner__img img {
        min-height: 860px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.flooring-styles-banner__content {
    padding: 0 0 70px;
}

@media screen and (min-width: 61.9375em) {
    .flooring-styles-banner__content {
        padding: 0 40px 70px;
    }
}

@media screen and (min-width: 67.5em) {
    .flooring-styles-banner__content {
        padding: 0 0 0 40px;
    }
}

@media screen and (min-width: 80em) {
    .flooring-styles-banner__content {
        padding: 0 0 0 90px;
    }
}

.flooring-styles-banner__content-inner {
    max-width: 530px;
}

.inspiration-section {
    padding: 90px 0;
}

@media screen and (min-width: 67.5em) {
    .inspiration-section {
        padding: 150px 0;
    }
}

.gallery {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    width: 100%;
}

@media screen and (min-width: 48em) {
    .gallery {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row;
        height: 428px;
    }
}

@media screen and (min-width: 61.9375em) {
    .gallery {
        height: 628px;
    }
}

@media screen and (min-width: 85em) {
    .gallery {
        height: 828px;
    }
}

@media screen and (min-width: 100em) {
    .gallery {
        height: 1028px;
    }
}

.gallery:not(:last-child) {
    margin: 0 0 20px;
}

@media screen and (min-width: 48em) {
    .gallery:not(:last-child) {
        margin: 0 0 30px;
    }
}

@media screen and (min-width: 85em) {
    .gallery:not(:last-child) {
        margin: 0 0 45px;
    }
}

@media screen and (min-width: 48em) {
    .gallery--lg {
        height: 660px;
    }
}

@media screen and (min-width: 61.9375em) {
    .gallery--lg {
        height: 1060px;
    }
}

@media screen and (min-width: 85em) {
    .gallery--lg {
        height: 1360px;
    }
}

@media screen and (min-width: 100em) {
    .gallery--lg {
        height: 1760px;
    }
}

.gallery__col {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.gallery__col:nth-child(1) {
    width: 100%;
    margin: 0 0 20px 0;
}

@media screen and (min-width: 48em) {
    .gallery__col:nth-child(1) {
        width: calc(47% - 15px);
        margin: 0 30px 0 0;
    }
}

@media screen and (min-width: 85em) {
    .gallery__col:nth-child(1) {
        width: calc(47% - 22.5px);
        margin: 0 45px 0 0;
    }
}

.gallery__col:nth-child(1) .gallery__col-item {
    width: 100%;
    height: 100%;
}

.gallery__col:nth-child(2) {
    width: 100%;
}

@media screen and (min-width: 48em) {
    .gallery__col:nth-child(2) {
        width: calc(53% - 15px);
    }
}

@media screen and (min-width: 85em) {
    .gallery__col:nth-child(2) {
        width: calc(53% - 22.5px);
    }
}

.gallery__col:nth-child(2) .gallery__col-item:nth-child(1) {
    margin: 0 20px 0 0;
}

@media screen and (min-width: 48em) {
    .gallery__col:nth-child(2) .gallery__col-item:nth-child(1) {
        margin: 0 30px 0 0;
    }
}

@media screen and (min-width: 85em) {
    .gallery__col:nth-child(2) .gallery__col-item:nth-child(1) {
        margin: 0 45px 0 0;
    }
}

.gallery__col:nth-child(2) .gallery__col-item:nth-child(1),
.gallery__col:nth-child(2) .gallery__col-item:nth-child(2) {
    width: calc(50% - 10px);
}

@media screen and (min-width: 48em) {
    .gallery__col:nth-child(2) .gallery__col-item:nth-child(1),
    .gallery__col:nth-child(2) .gallery__col-item:nth-child(2) {
        width: calc(50% - 15px);
        height: calc(55% - 15px);
    }
}

@media screen and (min-width: 85em) {
    .gallery__col:nth-child(2) .gallery__col-item:nth-child(1),
    .gallery__col:nth-child(2) .gallery__col-item:nth-child(2) {
        width: calc(50% - 22.5px);
        height: calc(55% - 22.5px);
    }
}

.gallery__col:nth-child(2) .gallery__col-item:nth-child(3) {
    width: 100%;
    margin: 20px 0 0;
}

@media screen and (min-width: 48em) {
    .gallery__col:nth-child(2) .gallery__col-item:nth-child(3) {
        height: calc(45% - 15px);
        margin: 30px 0 0;
    }
}

@media screen and (min-width: 85em) {
    .gallery__col:nth-child(2) .gallery__col-item:nth-child(3) {
        height: calc(45% - 22.5px);
        margin: 45px 0 0;
    }
}

.gallery__col-item {
    position: relative;
}

.gallery__col-lg {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.gallery__col-lg:nth-child(1) {
    width: 100%;
    margin: 0 0 20px 0;
}

@media screen and (min-width: 48em) {
    .gallery__col-lg:nth-child(1) {
        width: calc(60% - 15px);
        margin: 0 30px 0 0;
    }
}

@media screen and (min-width: 85em) {
    .gallery__col-lg:nth-child(1) {
        width: calc(60% - 22.5px);
        margin: 0 45px 0 0;
    }
}

.gallery__col-lg:nth-child(1) .gallery__col-lg-item:nth-child(1) {
    width: 100%;
    margin: 0 0 20px 0;
}

@media screen and (min-width: 48em) {
    .gallery__col-lg:nth-child(1) .gallery__col-lg-item:nth-child(1) {
        height: calc(31% - 20px);
        margin: 0 0 30px 0;
    }
}

@media screen and (min-width: 85em) {
    .gallery__col-lg:nth-child(1) .gallery__col-lg-item:nth-child(1) {
        height: calc(31% - 30px);
        margin: 0 0 45px 0;
    }
}

.gallery__col-lg:nth-child(1) .gallery__col-lg-item:nth-child(2) {
    margin: 0 20px 0 0;
}

@media screen and (min-width: 48em) {
    .gallery__col-lg:nth-child(1) .gallery__col-lg-item:nth-child(2) {
        margin: 0 30px 0 0;
    }
}

@media screen and (min-width: 85em) {
    .gallery__col-lg:nth-child(1) .gallery__col-lg-item:nth-child(2) {
        margin: 0 45px 0 0;
    }
}

.gallery__col-lg:nth-child(1) .gallery__col-lg-item:nth-child(2),
.gallery__col-lg:nth-child(1) .gallery__col-lg-item:nth-child(3) {
    width: calc(50% - 10px);
}

@media screen and (min-width: 48em) {
    .gallery__col-lg:nth-child(1) .gallery__col-lg-item:nth-child(2),
    .gallery__col-lg:nth-child(1) .gallery__col-lg-item:nth-child(3) {
        width: calc(50% - 15px);
        height: calc(38% - 20px);
    }
}

@media screen and (min-width: 85em) {
    .gallery__col-lg:nth-child(1) .gallery__col-lg-item:nth-child(2),
    .gallery__col-lg:nth-child(1) .gallery__col-lg-item:nth-child(3) {
        width: calc(50% - 22.5px);
        height: calc(38% - 30px);
    }
}

.gallery__col-lg:nth-child(1) .gallery__col-lg-item:nth-child(4) {
    width: 100%;
    margin: 20px 0 0;
}

@media screen and (min-width: 48em) {
    .gallery__col-lg:nth-child(1) .gallery__col-lg-item:nth-child(4) {
        height: calc(31% - 20px);
        margin: 30px 0 0;
    }
}

@media screen and (min-width: 85em) {
    .gallery__col-lg:nth-child(1) .gallery__col-lg-item:nth-child(4) {
        height: calc(31% - 30px);
        margin: 45px 0 0;
    }
}

.gallery__col-lg:nth-child(2) {
    width: 100%;
}

@media screen and (min-width: 48em) {
    .gallery__col-lg:nth-child(2) {
        width: calc(40% - 15px);
    }
}

@media screen and (min-width: 85em) {
    .gallery__col-lg:nth-child(2) {
        width: calc(40% - 22.5px);
    }
}

.gallery__col-lg:nth-child(2) .gallery__col-lg-item:nth-child(1) {
    margin: 0 20px 0 0;
}

@media screen and (min-width: 48em) {
    .gallery__col-lg:nth-child(2) .gallery__col-lg-item:nth-child(1) {
        margin: 0 0 30px;
    }
}

@media screen and (min-width: 85em) {
    .gallery__col-lg:nth-child(2) .gallery__col-lg-item:nth-child(1) {
        margin: 0 0 45px;
    }
}

.gallery__col-lg:nth-child(2) .gallery__col-lg-item:nth-child(1),
.gallery__col-lg:nth-child(2) .gallery__col-lg-item:nth-child(2) {
    width: calc(50% - 10px);
}

@media screen and (min-width: 48em) {
    .gallery__col-lg:nth-child(2) .gallery__col-lg-item:nth-child(1),
    .gallery__col-lg:nth-child(2) .gallery__col-lg-item:nth-child(2) {
        width: 100%;
        height: calc(50% - 15px);
    }
}

@media screen and (min-width: 85em) {
    .gallery__col-lg:nth-child(2) .gallery__col-lg-item:nth-child(1),
    .gallery__col-lg:nth-child(2) .gallery__col-lg-item:nth-child(2) {
        height: calc(50% - 22.5px);
    }
}

.gallery__col-lg-item {
    position: relative;
}

.gallery__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (hover: hover) and (min-width: 61.9375em) {
    .gallery__link:hover .gallery__overlay {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .gallery__link:hover .gallery__overlay h2 {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
        -webkit-transition: all 0.4s ease 0.2s;
        transition: all 0.4s ease 0.2s;
    }

    .gallery__link:hover .gallery__overlay p {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
        -webkit-transition: all 0.4s ease 0.3s;
        transition: all 0.4s ease 0.3s;
    }
}

.gallery__overlay {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 50px;
    background: rgba(14, 26, 36, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}

@media screen and (min-width: 85em) {
    .gallery__overlay {
        padding: 50px 70px;
    }
}

@media screen and (min-width: 100em) {
    .gallery__overlay {
        padding: 70px 90px;
    }
}

.gallery__overlay h2 {
    font-size: 30px;
    line-height: 35px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media screen and (min-width: 85em) {
    .gallery__overlay h2 {
        font-size: 46px;
        line-height: 51px;
    }
}

.gallery__overlay p {
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 23px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media screen and (min-width: 85em) {
    .gallery__overlay p {
        font-size: 23px;
        line-height: 28px;
    }
}

.gallery__overlay p:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -43px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 12px;
    background: url(../../assets/svg/arrow.svg) no-repeat;
    background-size: 28px 12px;
}

.gallery__col-item--sm .gallery__overlay {
    padding: 30px 40px;
}

@media screen and (min-width: 85em) {
    .gallery__col-item--sm .gallery__overlay {
        padding: 40px 50px;
    }
}

@media screen and (min-width: 100em) {
    .gallery__col-item--sm .gallery__overlay {
        padding: 50px 60px;
    }
}

.gallery__col-item--sm .gallery__overlay h2 {
    font-size: 26px;
    line-height: 31px;
}

@media screen and (min-width: 85em) {
    .gallery__col-item--sm .gallery__overlay h2 {
        font-size: 41px;
        line-height: 46px;
    }
}

.gallery__col-item--sm .gallery__overlay p {
    font-size: 17px;
    line-height: 22px;
}

@media screen and (min-width: 85em) {
    .gallery__col-item--sm .gallery__overlay p {
        font-size: 19px;
        line-height: 24px;
    }
}

.gallery__col-item--sm .gallery__overlay p:after {
    content: none;
}

@media screen and (min-width: 100em) {
    .gallery__col-item--sm .gallery__overlay p:after {
        content: "";
    }
}

.news-intro-section {
    padding: 90px 0;
}

@media screen and (min-width: 67.5em) {
    .news-intro-section {
        min-height: 480px;
        padding: 110px 0 140px;
    }
}

.news-intro__content {
    padding: 0 0 70px;
}

@media screen and (min-width: 67.5em) {
    .news-intro__content {
        padding: 0 70px 0 0;
    }
}

.news-intro__img {
    position: relative;
}

@media screen and (min-width: 67.5em) {
    .news-intro__img img {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.news-body-section {
    padding: 90px 0 0;
}

@media screen and (min-width: 67.5em) {
    .news-body-section {
        padding: 200px 0 0;
    }
}

.news-body-section--bottom {
    padding: 90px 0;
}

@media screen and (min-width: 67.5em) {
    .news-body-section--bottom {
        padding: 200px 0 180px;
    }
}

.news-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

.news-body__content {
    width: 100%;
}

@media screen and (min-width: 67.5em) {
    .news-body__content {
        width: 50%;
    }
}

.news-body__content h2,
.news-body__content .markdown {
    max-width: 590px;
}

.news-body__content--bottom {
    padding: 0 0 90px;
}

@media screen and (min-width: 67.5em) {
    .news-body__content--bottom {
        padding: 0 0 190px;
    }
}

.news-body__slider {
    position: relative;
}

.news-body__slider .image-slider {
    width: 100%;
}

@media screen and (min-width: 67.5em) {
    .news-body__slider .image-slider {
        width: calc(100% - 300px);
    }
}

@media screen and (min-width: 100em) {
    .news-body__slider .image-slider {
        width: 70%;
    }
}

.news-body__slider .artis-badge {
    display: none;
}

@media screen and (min-width: 67.5em) {
    .news-body__slider .artis-badge {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 230px;
        height: 230px;
    }
}

@media screen and (min-width: 100em) {
    .news-body__slider .artis-badge {
        width: 282px;
        height: 282px;
    }
}

.image-slider {
    position: relative;
    padding: 0 30px 0 0;
}

.image-slider .slick-dots {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    position: absolute;
    top: 120px;
    right: 0;
}

.image-slider .slick-dots li:not(:last-child) {
    margin: 0 0 10px;
}

.image-slider .slick-dots li button {
    background: #406fbb;
}

.news-blocks {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

@media screen and (min-width: 67.5em) {
    .news-blocks {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

.news-blocks__item {
    width: 100%;
}

@media screen and (min-width: 67.5em) {
    .news-blocks__item {
        width: calc(50% - 55px);
    }
}

.news-blocks__item:nth-child(1) {
    margin: 0 0 25px;
}

@media screen and (min-width: 67.5em) {
    .news-blocks__item:nth-child(1) {
        margin: 0;
    }
}

.loadmore-wrapper {
    margin-top: 110px;
}

.loadmore-wrapper.hide {
    display: none;
}

.loadmore-wrapper .btn {
    position: relative;
    overflow: hidden;
}

.loadmore-wrapper .btn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #404041;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%);
    }

    35% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes loader {
    from {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%);
    }

    35% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.loadmore-wrapper .btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    line-height: 43px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 30em) {
    .loadmore-wrapper .btn:after {
        line-height: 50px;
    }
}

@supports (
    (-webkit-clip-path: inset(0% 100% 0% 0%)) or
        (clip-path: inset(0% 100% 0% 0%))
) {
    .loadmore-wrapper .btn:after {
        content: "Loading...";
        -webkit-clip-path: inset(0% 100% 0% 0%);
        clip-path: inset(0% 100% 0% 0%);
    }
}

@-webkit-keyframes loaderText {
    from {
        -webkit-clip-path: inset(0% 100% 0% 0%);
        clip-path: inset(0% 100% 0% 0%);
    }

    35% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }

    to {
        -webkit-clip-path: inset(0% 0% 0% 100%);
        clip-path: inset(0% 0% 0% 100%);
    }
}

@keyframes loaderText {
    from {
        -webkit-clip-path: inset(0% 100% 0% 0%);
        clip-path: inset(0% 100% 0% 0%);
    }

    35% {
        -webkit-clip-path: inset(0% 0% 0% 0%);
        clip-path: inset(0% 0% 0% 0%);
    }

    to {
        -webkit-clip-path: inset(0% 0% 0% 100%);
        clip-path: inset(0% 0% 0% 100%);
    }
}

.loadmore-wrapper .btn.loading:before {
    -webkit-animation-name: loader;
    animation-name: loader;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.loadmore-wrapper .btn.loading:after {
    -webkit-animation-name: loaderText;
    animation-name: loaderText;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.loadmore-wrapper .btn.loading:hover {
    color: #406fbb;
    background: none;
}

.contact-section {
    padding: 90px 0 25px;
}

@media screen and (min-width: 30em) {
    .contact-section {
        padding: 120px 0 45px;
    }
}

@media screen and (min-width: 67.5em) {
    .contact-section {
        padding: 100px 0 65px;
    }
}

.contact-intro-container {
    max-width: 1920px;
    margin: 0 auto;
}

.contact-intro {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

@media screen and (min-width: 80em) {
    .contact-intro {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row;
    }
}

.contact-intro__content {
    width: 100%;
    padding: 0 30px 0 0;
}

@media screen and (min-width: 30em) {
    .contact-intro__content {
        padding: 0 90px 0 0;
    }
}

@media screen and (min-width: 80em) {
    .contact-intro__content {
        width: 55%;
        padding: 0 70px 0 0;
    }
}

@media screen and (min-width: 100em) {
    .contact-intro__content {
        width: 50%;
        padding: 0 90px 0 0;
    }
}

@media screen and (min-width: 106.25em) {
    .contact-intro__content {
        padding: 0 135px 0 0;
    }
}

.contact-intro__content-inner {
    position: relative;
    max-width: 825px;
    padding: 80px 30px;
    background: #f5f5f5;
}

@media screen and (min-width: 30em) {
    .contact-intro__content-inner {
        padding: 90px 70px 90px 60px;
    }
}

@media screen and (min-width: 61.9375em) {
    .contact-intro__content-inner {
        padding: 90px 70px 90px 100px;
    }
}

@media screen and (min-width: 67.5em) {
    .contact-intro__content-inner {
        padding: 140px 70px 170px 100px;
    }
}

@media screen and (min-width: 80em) {
    .contact-intro__content-inner {
        padding: 100px 70px 100px 70px;
    }
    .contact-section
        .contact-intro
        .contact-intro__content
        .contact-intro__content-inner
        .contact-info
        .contact-info__item {
        width: calc(50% - 0px);
    }
}

@media screen and (min-width: 100em) {
    .contact-intro__content-inner {
        padding: 100px 90px 100px 150px;
    }
}

@media screen and (min-width: 106.25em) {
    .contact-intro__content-inner {
        padding: 100px 150px 100px 150px;
    }
}

@media screen and (min-width: 80em) {
    .contact-intro__content-inner:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -165px;
        left: 0;
        width: 100%;
        height: 165px;
        background: #f5f5f5;
    }
}

.contact-intro__form {
    width: 100%;
    padding: 90px 30px;
}

@media screen and (min-width: 30em) {
    .contact-intro__form {
        padding: 90px 60px;
    }
}

@media screen and (min-width: 61.9375em) {
    .contact-intro__form {
        padding: 90px 100px;
    }
}

@media screen and (min-width: 67.5em) {
    .contact-intro__form {
        padding: 145px 100px;
    }
}

@media screen and (min-width: 80em) {
    .contact-intro__form {
        width: 45%;
        padding: 100px 150px 100px 0;
    }
}

@media screen and (min-width: 100em) {
    .contact-intro__form {
        width: 50%;
    }
}

.contact-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

@media screen and (min-width: 48em) {
    .contact-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row;
    }
}

@media screen and (min-width: 80em) {
    .contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
    }
}

@media screen and (min-width: 85em) {
    .contact-info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row;
    }
}

.contact-info__item:not(:last-child) {
    margin: 0 0 35px 0;
}

@media screen and (min-width: 48em) {
    .contact-info__item:not(:last-child) {
        margin: 0 35px 0 0;
    }
}

@media screen and (min-width: 80em) {
    .contact-info__item:not(:last-child) {
        margin: 0 0 25px;
    }
}

@media screen and (min-width: 85em) {
    .contact-info__item:not(:last-child) {
        margin: 0 20px 0 0;
    }
}

@media screen and (min-width: 80em) {
    .map {
        padding: 0 70px;
    }
}

.map .acf-map {
    width: 100%;
    height: 455px;
}

@media screen and (min-width: 67.5em) {
    .map .acf-map {
        height: 555px;
    }
}

.sustainability-intro {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

@media screen and (min-width: 85em) {
    .sustainability-intro {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row;
    }
}

.sustainability-intro__content {
    width: 100%;
    padding: 0 0 110px 0;
}

@media screen and (min-width: 30em) {
    .sustainability-intro__content {
        padding: 0 0 160px 0;
    }
}

@media screen and (min-width: 61.9375em) {
    .sustainability-intro__content {
        padding: 0 0 200px 0;
    }
}

@media screen and (min-width: 85em) {
    .sustainability-intro__content {
        width: 45%;
        padding: 0 90px 0 0;
    }
}

@media screen and (min-width: 106.25em) {
    .sustainability-intro__content {
        width: 40%;
    }
}

.sustainability-intro__img {
    position: relative;
    width: 100%;
}

@media screen and (min-width: 85em) {
    .sustainability-intro__img {
        align-self: flex-start;
        width: 55%;
        margin: 80px 0 0;
    }
}

@media screen and (min-width: 106.25em) {
    .sustainability-intro__img {
        width: 60%;
    }
}

.sustainability-intro__img:before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 100px;
    width: 100%;
    height: 100%;
    background: #406fbb;
}

@media screen and (min-width: 30em) {
    .sustainability-intro__img:before {
        top: -60px;
        left: 200px;
    }
}

@media screen and (min-width: 61.9375em) {
    .sustainability-intro__img:before {
        top: -105px;
    }
}

@media screen and (min-width: 85em) {
    .sustainability-intro__img:before {
        top: -145px;
    }
}

@media screen and (min-width: 100em) {
    .sustainability-intro__img:before {
        left: 340px;
    }
}

.sustainability-intro__img img {
    position: relative;
}

.sustainability-body__img {
    -webkit-box-ordinal-group: 3;
    order: 2;
}

@media screen and (min-width: 67.5em) {
    .sustainability-body__img {
        -webkit-box-ordinal-group: inherit;
        order: inherit;
    }
}

.sustainability-body__content {
    -webkit-box-ordinal-group: 2;
    order: 1;
    padding: 0 0 90px;
}

@media screen and (min-width: 67.5em) {
    .sustainability-body__content {
        -webkit-box-ordinal-group: inherit;
        order: inherit;
        padding: 0 0 0 90px;
    }
}

@media screen and (min-width: 85em) {
    .sustainability-body__content {
        padding: 0 0 0 115px;
    }
}

.case-study-intro-section {
    padding: 90px 0;
}

@media screen and (min-width: 67.5em) {
    .case-study-intro-section {
        min-height: 480px;
        padding: 110px 0 140px;
    }
}

.case-study-intro__content {
    padding: 0 0 70px;
}

@media screen and (min-width: 67.5em) {
    .case-study-intro__content {
        padding: 0 70px 0 0;
    }
}

.case-study-intro__img {
    position: relative;
}

@media screen and (min-width: 67.5em) {
    .case-study-intro__img img {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.case-study-body-section {
    padding: 90px 0 0;
}

@media screen and (min-width: 67.5em) {
    .case-study-body-section {
        padding: 200px 0 0;
    }
}

.case-study-body {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
}

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

@media screen and (min-width: 67.5em) {
    .case-study-body__content {
        width: 65%;
        padding: 0 90px 0 0;
    }
}

@media screen and (min-width: 87.5em) {
    .case-study-body__content {
        width: 50%;
    }
}

.case-study-details-container {
    padding: 0 30px;
}

@media screen and (min-width: 30em) {
    .case-study-details-container {
        padding: 0 60px;
    }
}

@media screen and (min-width: 61.9375em) {
    .case-study-details-container {
        padding: 0 0 0 100px;
    }
}

@media screen and (min-width: 80em) {
    .case-study-details-container {
        padding: 0 0 0 150px;
    }
}

.case-study-details {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    position: relative;
}

@media screen and (min-width: 80em) {
    .case-study-details {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row;
    }
}

.case-study-details__img {
    position: relative;
    z-index: 1;
    width: 100%;
}

@media screen and (min-width: 61.9375em) {
    .case-study-details__img {
        padding: 0 100px 0 0;
    }
}

@media screen and (min-width: 80em) {
    .case-study-details__img {
        z-index: 2;
        width: 60%;
        padding: 0;
    }
}

@media screen and (min-width: 100em) {
    .case-study-details__img {
        width: 65%;
    }
}

.case-study-details__img img {
    width: 100%;
}

.case-study-details__content {
    align-self: flex-end;
    z-index: 2;
    width: 100%;
    background: #406fbb;
    padding: 45px 35px;
}

@media screen and (min-width: 30em) {
    .case-study-details__content {
        padding: 70px;
    }
}

@media screen and (min-width: 61.9375em) {
    .case-study-details__content {
        max-width: 680px;
        margin: -70px 0 0;
    }
}

@media screen and (min-width: 80em) {
    .case-study-details__content {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        align-self: flex-start;
        position: absolute;
        top: -70px;
        right: 0;
        z-index: 1;
        width: calc(40% + 70px);
        max-width: inherit;
        margin: 0;
        padding: 70px 0 70px 50px;
    }
}

@media screen and (min-width: 100em) {
    .case-study-details__content {
        width: calc(35% + 70px);
        min-height: 580px;
    }
}

@media screen and (min-width: 80em) {
    .case-study-details__content-inner {
        width: 65%;
    }
}

@media screen and (min-width: 100em) {
    .case-study-details__content-inner {
        width: 60%;
    }
}

.case-study-details-list {
    margin: 0 0 32px;
}

.case-study-details-list li:not(:last-child) {
    margin: 0 0 9px;
}

.bg_white {
    background-color: #fff;
}
.collection_sec {
    padding: 0;
    margin-bottom: 0;
}

.collection_sec .wrapper-full {
    margin-bottom: 0;
}

.application_slid {
    padding-top: 50px;
}
.application_slid .slick-slide {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-family: "Century Gothic", sans-serif;
}
.application_slid .slick-slide img {
    margin: auto;
}

/*FOOTER CSS START HERE*/

.footer {
    padding: 40px 0;
    background-color: #406fbb;
    z-index: 1;
}

@media (min-width: 992px) {
    .footer {
        padding-top: 80px;
        padding-bottom: 0px;
    }
}

.footer__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

@media (min-width: 480px) {
    .footer__grid {
        -ms-grid-columns: 103px 35px 1fr 1fr;
        grid-template-columns: 103px 35px 1fr 1fr;
        grid-gap: 50px;
    }
}

@media (min-width: 768px) {
    .footer__grid {
        -ms-grid-columns: 125px 85px 1fr 1fr;
        grid-template-columns: 125px 85px 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .footer__grid {
        -ms-grid-columns: 190px 35px 1fr 1fr 3fr;
        grid-template-columns: 190px 35px 1fr 1fr 3fr;
    }
}

@media (min-width: 1400px) {
    .footer__grid {
        -ms-grid-columns: 190px 7.03125vw 1fr 1fr 26.30208vw;
        grid-template-columns: 190px 7.03125vw 1fr 1fr 26.30208vw;
        grid-gap: 5.20833vw;
    }
}

@media (min-width: 1920px) {
    .footer__grid {
        -ms-grid-columns: 190px 135px 1fr 1fr 505px;
        grid-template-columns: 190px 135px 1fr 1fr 505px;
        grid-gap: 100px;
    }
}

.footer__title {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.5;
    color: #fff;
    font-family: "Century Gothic";
}

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

.footer__menu-item {
    margin-top: 10px;
}

.footer__menu-item:first-child {
    margin-top: 0;
}

.footer__menu-item--current .footer__menu-link {
    pointer-events: none;
}

.footer__menu-item--current .footer__menu-link::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.footer__menu-link {
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-family: "Comfortaa";
    font-weight: bolder;
}

.footer__menu-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.footer__menu-link:focus {
    outline: none;
}

@media (min-width: 992px) {
    .footer__menu-link:hover::before,
    .footer__menu-link:focus::before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.footer__phone a {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.21429;
    color: #fff;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

@media (min-width: 576px) {
    .footer__phone a {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .footer__phone a {
        font-size: 28px;
        font-family: "Comfortaa";
    }
}

.footer__phone a:focus {
    outline: none;
}

@media (min-width: 992px) {
    .footer__phone a:hover,
    .footer__phone a:focus {
        color: #000;
    }
}

.footer__feedback {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    color: #fff;
}

.footer__feedback p a {
    color: #fff;
    line-height: 35px;
}

.footer__feedback ul li {
    display: inline-block;
}

.footer__feedback ul li p.ben700 {
    font-size: 16px;
    margin-bottom: 5px;
}

.footer__feedback ul li:first-child {
    padding-right: 40px;
}

@media (min-width: 480px) {
    .footer__feedback {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / span 4;
    }
}

@media (min-width: 768px) {
    .footer__feedback {
        -ms-grid-column: 2;
        -ms-grid-column-span: 4;
        grid-column: 2 / span 4;
    }
}

@media (min-width: 992px) {
    .footer__feedback {
        grid-column: auto;
        -ms-grid-row-align: start;
        align-self: start;
    }
}

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

.footer__logo {
    display: inline-block;
    height: 257px;
    padding: 48px 48px 48px 36px;
    vertical-align: top;
    background-color: #fff;
    -ms-grid-column-align: start;
    justify-self: start;
}

@media (min-width: 576px) {
    .footer__logo {
        height: 193px;
        padding: 36px 36px 36px 28px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .footer__logo {
        height: 257px;
        padding: 48px 48px 48px 36px;
    }
}

@media (min-width: 992px) {
    .footer__logo {
        height: 386px;
        padding: 80px 60px;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / span 2;
    }
}

.footer__logo svg {
    display: block;
    width: auto;
    max-width: 100%;
    height: 100%;
    fill: #ffffff;
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
}

@media (min-width: 480px) {
    .footer__bottom {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / span 4;
    }
}

@media (min-width: 768px) {
    .footer__bottom {
        -ms-grid-column: 2;
        -ms-grid-column-span: 4;
        grid-column: 2 / span 4;
    }
}

@media (min-width: 768px) {
    .footer__bottom {
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

.footer__bottom::before {
    content: "";
    width: 100%;
    margin-bottom: 30px;
    border-top: solid 1px #fff;
}

.footer__copyright a {
    font-weight: 800;
    color: #fff;
}
.footer__copyright {
    margin-right: 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
}

.footer__privacy {
    color: #fff;
    text-decoration: none;
}
.footer__privacy a {
    font-weight: 800;
    color: #fff;
}

.footer__privacy:focus {
    outline: none;
}

@media (min-width: 992px) {
    .footer__privacy:hover,
    .footer__privacy:focus {
        text-decoration: none;
    }
}

.rev-slider.slide2 {
    margin-top: 100px;
}

.caption,
.slick-slide::before,
.slick-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-slider {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    min-height: 8vw;
    margin-bottom: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
    margin-top: 80px;
}

.main-slider .item:first-child{
    opacity: 1;
}

.main-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.main-slider .slick-slide {
    position: relative;
    height: calc(100vh - 80px);
}
.main-slider .slick-slide::before {
    background-color: #000;
    opacity: 0.1;
    z-index: 1;
}
.main-slider .slick-slide video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}
.main-slider .slick-slide iframe {
    position: relative;
    pointer-events: none;
}
.main-slider .slick-slide figure {
    position: relative;
    height: 100%;
}
.main-slider .slick-slide .slide-image {
    opacity: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.8s ease;
}
.main-slider .slick-slide .slide-image.show {
    opacity: 1;
}
.main-slider .slick-slide .image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.main-slider .slick-slide .loading {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
}
.main-slider .slick-slide .slide-media {
    -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active {
    z-index: 1;
}
.main-slider .slick-slide.slick-active .slide-media {
    -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
    animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active .caption {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.main-slider .slick-slide.slick-active .caption_img {
    transform: translateY(-35%);
}

.caption {
    position: absolute;
    top: 44%;
    left: 5%;
    text-align: center;
    padding: 20px;
    border: 3px solid;
    color: #fff;
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.02em;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease;
    transform: translateY(100px);
}

.caption_img {
    position: absolute;
    top: 50%;
    left: calc(50% - 250px);
    padding: 0;
    border: none;
    color: #fff;
    margin: 0;
    transform: translateY(50%);
    max-width: 500px;
    z-index: 1;
}

.caption_para {
    position: absolute;
    top: 44%;
    left: 55%;
    text-align: right;
    padding: 0;
    border: none;
    color: #fff;
    margin: 0;
    max-width: 275px;
    font-size: 20px;
    letter-spacing: 0.02em;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease;
    transform: translateY(100px);
    font-family: "Century Gothic";
    font-weight: 500;
}

.caption_title {
    position: absolute;
    top: 44%;
    left: 27%;
    text-align: left;
    padding: 0;
    border: none;
    color: #fff;
    margin: 0;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 0.02em;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease;
    transform: translateY(100px);
    max-width: 375px;
    line-height: 70px;
    font-family: "Century Gothic", sans-serif;
    letter-spacing: 1px;
}
.slick-dots {
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 67px);
}
.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}
.slick-dots li button {
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    background-color: #fff;
    transition: all 0.3s ease;
    opacity: 0.4;
}
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover {
    opacity: 1;
}
.slick-dots li.slick-active button {
    border-color: #2d3042;
    opacity: 1;
}

@-webkit-keyframes slideIn {
    from {
        filter: blur(15px);
    }
    to {
        filter: blur(0);
    }
}

@keyframes slideIn {
    from {
        filter: blur(15px);
    }
    to {
        filter: blur(0);
    }
}
@-webkit-keyframes slideOut {
    from {
        filter: blur(0);
    }
    to {
        filter: blur(15px);
    }
}
@keyframes slideOut {
    from {
        filter: blur(0);
    }
    to {
        filter: blur(15px);
    }
}

.f-16 {
    font-size: 16px;
}
.mt-100 {
    margin-top: 100px;
}
.ls_zero {
    letter-spacing: 0;
}
.pt_zero {
    padding-top: 0;
}

@media screen and (min-width: 100em) {
    .contact-section
        .contact-intro
        .contact-intro__content
        .contact-intro__content-inner
        .contact-info
        .contact-info__item {
        width: calc(50% - 0px);
    }
}

.contact-section
    .contact-intro
    .contact-intro__content
    .contact-intro__content-inner
    .contact-info
    .contact-info__item
    .base {
    font-size: 22px;
}
.contact-section
    .contact-intro
    .contact-intro__content
    .contact-intro__content-inner
    .contact-info
    .contact-info__item
    p {
    margin-bottom: 5px;
    font-size: 16px;
}
.contact-section
    .contact-intro
    .contact-intro__content
    .contact-intro__content-inner
    .contact-info
    .contact-info__item
    p
    > a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.tech-details {
    padding: 100px 0px;
}
.tech-details .nav-tabs {
    border-bottom: 0px solid #ddd;
    display: flex;
    justify-content: center;
}
.tech-details .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    padding: 10px 0px;
    position: relative;
}

.tech-details .nav-tabs > li:not(last-child) {
    margin-right: 35px;
    margin-bottom: 12px;
}
.tech-details .nav-tabs > li > a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border-radius: 10px 10px 0 0;
    text-decoration: none;
    font-family: "Comfortaa", sans-serif;
}
.tech-details .nav-tabs > li:not(:last-child)::after {
    position: absolute;
    content: "||";
    top: 8px;
    right: -20px;
}
.tech-details .nav-tabs > li.active > a {
    padding: 15px 10px;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow: 6px 6px 10px #8d8d8d, -6px -6px 10px #ffffff;
    font-weight: 500;
}
.tech-details .tab-content div {
    padding-top: 30px;
}
.tech-details tbody tr:nth-of-type(odd) {
    background-color: rgb(228 228 228 / 31%);
}

@media only screen and (min-width: 1200px) {
    .pack-details .container,
    .tech-details .container {
        width: 1470px;
        padding: 0 15px;
    }
}
@media print {
    .table {
        border-collapse: collapse !important;
    }

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

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

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > tbody > tr > th {
    font-weight: 600;
}
.table > tbody > tr > th,
.table > tbody > tr > td {
    font-size: 14px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-family: "Comfortaa", sans-serif;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.tech-details .tab-content > .tab-pane {
    display: none;
}

.tech-details .tab-content > .active {
    display: block;
}

.tech-details .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.pack-details {
    padding: 100px 0px 40px;
}
.pack-details .tables .table {
    margin-bottom: 60px;
}
.pack-details .tables table th {
    font-weight: 500;
    color: #000;
}
.pack-details .tables p {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 600;
}
.pack-details tbody tr:nth-of-type(odd) {
    background-color: rgb(228 228 228 / 31%);
}

@media only screen and (max-width: 991px) {
    .tech-details .nav-tabs {
        border-bottom: 0px solid #ddd;
        display: inline-block;
    }
    .tech-details .nav-tabs li {
        text-align: center;
    }
    .pack-details .tables p {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: 500;
    }
    .tech-details table,
    .pack-details .tables table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .calc-result .container .row {
        display: block;
    }
    .calc-result .col-lg-6 {
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }
    .tiles-calc .footer-enquiry__text h3 {
        max-width: 100%;
        font-size: 28px;
        line-height: 40px;
        letter-spacing: 0.86px;
    }
}

.catalogue-section {
    padding: 80px 0px;
}
.catalogue-section.cat-pad-less {
    padding: 0px 0px 80px;
}

@media only screen and (min-width: 1200px) {
    .catalogue-section .container {
        width: 1270px;
        padding: 0 15px;
    }
}

.catalogue-section .grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

@media only screen and (max-width: 991px) {
    .catalogue-section .grid-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 40px;
    }
}

.catalogue-section .cat-box {
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.catalogue-section .cat-box h3 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.catalogue-section .cat-box h3 > a {
    color: #000;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    font-family: "Comfortaa", sans-serif;
}
.catalogue-section .cat-box p {
    font-size: 16px;
    color: #7e7e7e;
    text-align: center;
    margin-bottom: 0px;
    font-family: "Comfortaa", sans-serif;
}

.bg-theme {
    background-color: #4070bc;
}

.service-section.export-sec {
    padding: 100px 0 80px;
}
.service-section.export-sec .service-intro .service-intro__content h2 {
    padding-bottom: 30px;
}
.service-section.export-sec .service-intro .service-intro__content p {
    font-size: 19px;
    color: #ffffffbd;
}
.service-section.export-sec .service-intro-section {
    min-height: 560px;
    padding: 110px 0 90px;
}

.about-history-section.world-map-sec {
    padding: 10px 0 130px;
}
.about-history-section.world-map-sec:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 175px;
    background: #f5f5f5;
}
.about-history-section.world-map-sec .about-history__img-inner picture > img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

@media screen and (min-width: 85em) {
    .about-history-section.world-map-sec:after {
        height: 390px;
    }
}
@media screen and (min-width: 85em) {
    .about-history-section.world-map-sec .about-history__img {
        height: auto;
    }
}

@media screen and (min-width: 106.25em) {
    .about-history-section.world-map-sec
        .about-history__img-inner
        .artis-badge {
        top: 28%;
        right: -38%;
        width: 24%;
        height: 277px;
    }
}

@media screen and (max-width: 1537px) {
    .service-intro-text {
        width: 50%;
        padding: 70px 0;
    }
    .about-history-section.world-map-sec
        .about-history__img-inner
        .artis-badge {
        top: 21%;
        right: -42%;
        width: 29%;
        height: 258px;
    }
}

@media screen and (max-width: 1370px) {
    .service-section.export-sec .service-intro .service-intro__content h2 {
        font-size: 40px;
        line-height: 57px;
        padding-bottom: 15px;
    }
    .service-section.export-sec .service-intro-text {
        width: 50%;
        padding: 60px 0 50px;
    }
    .service-section.export-sec .service-intro-text .title-line {
        letter-spacing: 11.92px;
    }
    .service-section.export-sec .service-intro-text .gamma {
        font-size: 30px;
    }
    .service-section.export-sec .service-intro__img img {
        top: 50px;
    }
    .about-history-section.world-map-sec:after {
        height: 300px;
    }
    .about-history-section.world-map-sec
        .about-history__img-inner
        .artis-badge {
        top: 23%;
        right: -44%;
        width: 28%;
        height: 243px;
    }
}
@media screen and (max-width: 991px) {
    .about-history-section.world-map-sec
        .about-history__img-inner
        .artis-badge {
        top: 76%;
        left: 66%;
        width: 36%;
        height: 133px;
    }
    .about-history__img-inner img {
        left: 10px;
        width: 95%;
        height: 190px;
    }
}

.country-flag {
    padding: 80px 0px 170px;
    background-color: #000;
}
.country-flag .sec-title h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.country-flag .flag-box {
    padding: 0px 30px;
}

.certificate-sec {
    position: relative;
    margin-top: -100px;
    z-index: 99;
    background: none;
    padding-bottom: 80px;
}
.certificate-sec .directory {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    justify-content: center;
}

@media screen and (min-width: 43.75em) {
    .certificate-sec .directory {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }
}

.certificate-sec .directory__item {
    display: block;
    width: 100%;
    margin-top: 60px;
    text-decoration: none;
}

@media screen and (min-width: 43.75em) {
    .certificate-sec .directory__item {
        width: calc(50% - 30px);
        margin-top: 80px;
    }
}

@media screen and (min-width: 67.5em) {
    .certificate-sec .directory__item {
        width: calc(20% - 40px);
        margin-top: 130px;
    }
}

@media screen and (min-width: 100em) {
    .certificate-sec .directory__item {
        width: calc(20% - 66px);
    }
}

@media screen and (min-width: 43.75em) and (max-width: 67.4375em) {
    .certificate-sec .directory__item:nth-child(2n + 1) {
        margin-right: 60px;
    }
}

@media screen and (min-width: 67.5em) {
    .certificate-sec .directory__item:nth-child(5n + 1),
    .certificate-sec .directory__item:nth-child(5n + 2),
    .certificate-sec .directory__item:nth-child(5n + 3),
    .certificate-sec .directory__item:nth-child(5n + 4),
    .certificate-sec .directory__item:nth-child(5n + 5) {
        margin-right: 20px;
    }
}

@media screen and (min-width: 100em) {
    .certificate-sec .directory__item:nth-child(5n + 1),
    .certificate-sec .directory__item:nth-child(5n + 2),
    .certificate-sec .directory__item:nth-child(5n + 3),
    .certificate-sec .directory__item:nth-child(5n + 4),
    .certificate-sec .directory__item:nth-child(5n + 5) {
        margin-right: 20px;
    }
}

.certificate-sec .directory__item:nth-child(1) {
    margin-top: 0;
}

@media screen and (min-width: 43.75em) and (max-width: 67.4375em) {
    .certificate-sec .directory__item:nth-child(-n + 2) {
        margin-top: 0;
    }
}

@media screen and (min-width: 67.5em) {
    .certificate-sec .directory__item:nth-child(-n + 5) {
        margin-top: 0;
    }
}

.application-sec .container {
    max-width: 1820px;
    margin: 0 auto;
    padding: 0 150px;
}

.application-sec .text-image__content h2 {
    font-size: 45px;
    font-weight: 500;
}

.application-sec .grid-container {
    max-width: 50%;
}
.application-sec .grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 20px;
}

@media only screen and (max-width: 575px) {
    .application-sec .grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 60px;
        grid-row-gap: 20px;
    }
}

.application-sec .grid-item {
    text-align: center;
    margin: auto;
}

.tiles-img {
    position: relative;
    background-color: #f5f5f5;
}
.tiles-img.pad-top-less {
    padding: 0px 0px 100px;
}

.tiles-img .auto-container {
    max-width: 1820px;
    margin: 0 auto;
    padding: 0 150px;
}
.tiles-img .grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}
.tiles-img .grid-container.parking-30x30 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}
.tiles-img .grid-container.parking-40x40 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}
.tiles-img .grid-item img {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.tiles-img .grid-item {
    text-align: center;
}

.clients-logo-section-two {
    position: relative;
    background-color: #f5f5f5;
    padding: 80px 0 80px;
}
.clients-logo-section-two .container-fluid {
    max-width: 1820px;
    margin: 0 auto;
    padding: 0 170px;
}
.clients-logo-section-two .container-fluid .row.main-tech-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}
.clients-logo-section-two .container-fluid .row .right-column .row {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.clients-logo-section-two .row {
    margin-right: -15px;
    margin-left: -15px;
}
.clients-logo-section-two .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.clients-logo-section-two .image {
    position: relative;
    text-align: center;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 15px 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.clients-logo-section-two .image p {
    padding-top: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

@media screen and (max-width: 1537px) {
    .application-sec .container {
        max-width: 1820px;
        margin: 0 auto;
        padding: 0 100px;
    }
    .tiles-img .auto-container {
        max-width: 1820px;
        margin: 0 auto;
        padding: 0 100px;
    }
    .clients-logo-section-two .container-fluid {
        max-width: 1820px;
        margin: 0 auto;
        padding: 0 120px;
    }
    .clients-logo-section-two .col-lg-2 {
        -ms-flex: 0 0 15.666667%;
        flex: 0 0 15.666667%;
        max-width: 15.666667%;
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .clients-logo-section-two
        .container-fluid
        .row.main-tech-sec
        .right-column {
        margin-left: 40px;
    }
    .clients-logo-section-two .image p {
        line-height: 18px;
    }
    .clients-logo-section-two .image {
        padding: 15px 25px;
    }
}
.banner-section {
    position: relative;
}
.banner-section:after {
    position: absolute;
    top: 0;
    left: 60px;
    width: calc(100% - 120px);
    height: 100%;
    background-color: #000;
    opacity: 0.2;
}
@media screen and (max-width: 991px) {
    .banner-section:after {
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .clients-logo-section-two .container-fluid,
    .tiles-img .auto-container,
    .application-sec .container {
        max-width: 1820px;
        margin: 0 auto;
        padding: 0 30px;
    }
    .application-sec .text-image__content {
        margin-right: 0px;
        max-width: 100%;
    }
    .application-sec .grid-container {
        max-width: 100%;
    }
    .clients-logo-section-two .col-lg-2 {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .tiles-img .grid-container.parking-30x30,
    .tiles-img .grid-container.parking-40x40,
    .tiles-img .grid-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 40px;
    }
    .clients-logo-section-two
        .container-fluid
        .row.main-tech-sec
        .left-column
        .sec-title {
        text-align: center;
    }
    .clients-logo-section-two .container-fluid .row.main-tech-sec {
        display: block;
    }
    .clients-logo-section-two
        .container-fluid
        .row.main-tech-sec
        .right-column {
        margin-left: 0px;
    }
    .clients-logo-section-two .image {
        padding: 15px 25px;
    }
    .banner-section .banner {
        height: calc(40vh - 90px);
    }
    .banner-section .banner__content {
        padding: 10px 30px;
    }
    .banner-section .banner__content .alpha {
        font-size: 32px;
        line-height: 45px;
    }
    .application-sec .text-image__content h2 {
        font-size: 32px;
        font-weight: 600;
    }
    .tiles-img h2 {
        font-size: 30px;
        font-weight: 600;
    }
    .clients-logo-section-two
        .container-fluid
        .row.main-tech-sec
        .left-column
        .sec-title
        .beta {
        font-size: 30px;
        text-align: center;
    }
}

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

.z-index-one {
    z-index: 1;
    background-color: #fff;
}

.loader {
    background: #ffffff;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: helvetica, arial, sans-serif;
    font-weight: 900;
    letter-spacing: 0.2em;
    z-index: 9999999;
}
.loader span {
    position: absolute;
    width: 250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    text-transform: uppercase;
}
.loader span::before,
.loader span::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #406fbb;
    position: absolute;
    animation: load 0.7s infinite alternate ease-in-out;
}
.loader span::before {
    top: 0;
}
.loader span::after {
    bottom: 0;
}
@keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px;
    }
    50% {
        height: 8px;
        width: 40px;
    }
    100% {
        left: 235px;
        height: 30px;
        width: 15px;
    }
}

@media screen and (max-width: 1520px) {
    .container {
        padding: 0 100px;
    }
    .caption_title {
        left: 24%;
        top: 35%;
        font-size: 42px;
        max-width: 300px;
    }
    .caption_para {
        left: 58%;
    }
    .main-slider .slick-slide.slick-active .caption_img {
        transform: translateY(-45%);
    }
    .sub-nav-section {
        padding: 70px 0 0;
    }
    .header {
        justify-content: space-between;
        padding: 0 100px;
    }
    .service-section {
        padding: 80px 0 0;
    }
    .service-intro-section {
        padding: 80px 0 0;
        min-height: 530px;
    }
    .beta {
        font-size: 38px;
        line-height: 40px;
    }
    .markdown p,
    .markdown li,
    .markdown blockquote,
    p.comfortaa {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .service-body-top__content {
        padding: 0 70px 45px 0;
        width: 45%;
        min-height: 450px;
    }
    .service-body-text.for-home {
        width: calc(55% + 120px);
    }
    .service-body-bottom__img img {
        right: -60px;
        bottom: 80px;
    }
    .bottom {
        margin-bottom: 20px;
    }
    .about-history-section {
        padding: 30px 0 65px;
    }
    .about-history__content {
        padding: 0 0 60px;
    }
    .about-history__img {
        height: auto;
    }
    .home-about-section {
        padding: 100px 0 80px;
    }
    .home-about__img-inner {
        height: 560px;
    }
    .header {
        height: 80px;
    }
    .main-slider {
        margin-top: 80px;
        height: calc(100vh - 80px);
    }
    .main-slider .slick-slide {
        height: calc(100vh - 80px);
    }
}

@media screen and (max-width: 1399px) {
    .container {
        padding: 0 80px;
    }
    .about-history-section {
        padding: 30px 0 40px;
    }
    .home-about-img-text {
        margin-top: 0;
        position: absolute;
        bottom: 12%;
    }
    .footer__grid {
        -ms-grid-columns: 190px 35px 1fr 1fr 3fr;
        grid-template-columns: 150px 35px 1.3fr 1.3fr 3fr;
    }
    .footer__logo {
        padding: 95px 45px;
    }
    .header {
        padding: 0 80px;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        padding: 0 60px;
    }
    .header {
        padding: 0 30px;
    }
}

.d-vd-none {
    display: none;
}
.d-vd-block {
    display: block;
}

/* .main-slider .slick-slide .desktop_video {
    display: block;
}
.main-slider .slick-slide .mobil_video {
    display: none;
} */
@media screen and (max-width: 1279px) {
    .header__logo {
        position: absolute;
        top: 50%;
        left: 60px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}
@media screen and (max-width: 1080px) {
    .footer__grid {
        grid-gap: 40px;
    }
    .footer__feedback ul li:first-child {
        padding-right: 10px;
    }
    .home-about-img-text {
        bottom: 0;
    }
}
@media screen and (max-width: 991px) {
    .footer__grid {
        -ms-grid-columns: 110px 35px 8fr 8fr 0fr;
        grid-template-columns: 110px 35px 8fr 8fr 0fr;
    }
    .footer__logo {
        padding: 62px 35px;
    }
    .footer__feedback ul li:first-child {
        padding-right: 25px;
    }
}
@media screen and (max-width: 767px) {
    .main-slider .slick-slide .desktop_video {
        display: none;
    }
    .main-slider .slick-slide .mobil_video {
        display: block;
    }
    .caption_title {
        left: 5%;
        font-size: 34px;
        max-width: 250px;
        line-height: 44px;
    }
    .caption_img {
        left: calc(50% - 175px);
        max-width: 350px;
    }
    .caption_para {
        max-width: 200px;
        font-size: 16px;
    }
    .service-intro-text {
        width: 100%;
        padding: 50px 0;
    }
    .service-body-top__content {
        width: 100%;
        padding: 0;
    }
    .cas-headline {
        font-size: 32px;
        line-height: 40px;
    }
    .header__logo {
        position: absolute;
        top: 50%;
        left: 25px;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    .footer__grid {
        -ms-grid-columns: 90px 35px 8fr 8fr 0fr;
        grid-template-columns: 90px 35px 8fr 8fr 0fr;
        grid-gap: 35px;
    }
    .footer__logo {
        padding: 30px 25px;
    }
}
@media screen and (max-width: 575px) {
    .main-slider {
        height: 213px;
    }
    .main-slider .slick-slide {
        max-height: 213px;
    }
    .caption_img {
        max-width: 275px;
        left: calc(50% - 135px);
    }
    .caption_title {
        top: 35%;
        font-size: 24px;
        max-width: 180px;
        line-height: 35px;
    }
    .caption_para {
        font-size: 14px;
        max-width: 185px;
        line-height: 20px;
    }
    .d-sm-vd-block {
        display: block;
    }
    .d-sm-vd-none {
        display: none;
    }
    .container {
        padding: 0 30px;
    }

    .beta {
        font-size: 30px;
        line-height: 40px;
    }
    .service-intro-text {
        width: 100%;
        padding: 50px 0;
    }
    .service-body-top__content {
        width: 100%;
        padding: 0;
    }
    .sub-nav-section {
        padding: 30px 0 0;
    }
    .sub-nav__text {
        font-size: 20px;
    }
    .sub-nav__link .sub_nav_img_icon {
        max-width: 80px;
    }
    .about-history-section:after {
        height: 225px;
    }
    .home-about-section {
        padding: 60px 0;
    }
    .home-about-img-text {
        bottom: 0;
    }
    .footer__logo {
        padding: 55px 25px;
        height: 210px;
    }
    .footer__grid {
        -ms-grid-columns: 80px 35px 2fr 2fr;
        grid-template-columns: 80px 35px 2fr 2fr;
        grid-gap: 30px;
    }
    .footer__feedback,
    .footer__bottom {
        width: calc(100vw - 60px);
        font-family: "Comfortaa";
    }
    .footer__feedback p.f-16,
    .footer__bottom p.f-16 {
        font-size: 14px;
    }
    .footer__menu-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .footer__grid {
        -ms-grid-columns: 80px 35px 9fr;
        grid-template-columns: 80px 35px 9fr;
        grid-gap: 30px;
    }
    .footer__menu_social {
        width: calc(100vw - 60px);
    }
}

@media screen and (max-width: 460px) {
    .container {
        padding: 0 15px;
    }
    .caption_para {
        left: 52%;
    }
    .beta {
        font-size: 24px;
        line-height: 36px;
    }
    .footer__title {
        font-size: 18px;
    }
    .footer__menu-link {
        font-size: 14px;
    }
}
@media screen and (max-width: 380px) {
    .caption_para {
        left: 50%;
    }
}
.dwnld_frm {
    margin: auto;
    padding-right: 0;
}
.comfortaa {
    font-family: "Comfortaa", sans-serif;
}

.mt_15 {
    margin-top: 15px;
}

@media screen and (min-width: 67.5em) {
    .home_creative {
        padding-bottom: 50px;
    }
}

.home_collections {
    padding: 90px 0;
    background-color: #f8f8f8;
}
.home_collections .home_collection_title {
    text-align: center;
}
.home_collections .main_box {
    display: grid;
    grid-template-columns: 0.4fr 0.5fr 0.3fr;
    grid-gap: 30px;
}

.home_collections .main_box2 {
    display: grid;
    grid-template-columns: 0.5fr 0.4fr 0.3fr;
    grid-gap: 30px;
}
.home_collections .main_box3 {
    display: grid;
    grid-template-columns: 0.4fr 0.5fr 0.4fr;
    grid-gap: 30px;
}
.home_collections .box .home_collection_prodcutname {
    background-color: #fff;
    padding: 10px;
}
.home_collections .box .home_collection_prodcutname a {
    text-decoration: none;
    color: #000;
}
.home_collections .box .home_collection_prodcutname h3 {
    font-family: "Century Gothic", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
    text-transform: uppercase;
}

.banner-section .banner__content .ben700 {
    padding-bottom: 20px;
}

.banner-section .banner__content .san700 {
    font-size: 13px;
}

.banner-section .banner__content .san700 a {
    color: #fff;
    text-decoration: none;
}

.no_blog {
    text-align: center;
    font-size: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.product_info_sec .sub-nav-section {
    padding: 30px 0 0;
}

.application-sec.product_page {
    text-align: center;
}

.product_application_sec .slider-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    cursor: grab;
    user-select: none;
}

.product_application_sec .slider-wrapper:active {
    cursor: grabbing;
}

.product_application_sec .slider {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.product_application_sec .slider.dragging {
    transition: none;
}

.product_application_sec .slide {
    min-width: calc(100% / 6);
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 15px 5px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.product_application_sec .slide:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.product_application_sec .slide-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: white;
    margin-bottom: 15px;
}

.product_application_sec .slide .slide-image {
    background: #f5f5f5;
}

.product_application_sec .controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.product_application_sec .btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #333;
    padding: 12px 24px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.product_application_sec .btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
        rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
        rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.product_application_sec .btn:active {
    transform: translateY(0);
}

.product_application_sec .slide-name {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .product_application_sec .slide {
        min-width: calc(100% / 3);
    }

    .product_application_sec .slide-image {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .product_application_sec .slide-name {
        font-size: 14px;
        margin-bottom: 0;
    }
}

.product_collection_sec .tab-container {
    margin: auto;
    width: 900px;
}

.product_collection_sec .tab-buttons {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    border-bottom: 2px solid #eee;
}

.product_collection_sec .tab-buttons button {
    flex: 1;
    background: none;
    border: none;
    font-size: 22px;
    font-weight: 700;
    padding: 14px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    color: #406fbb;
}

.product_collection_sec .tab-buttons button:hover {
    color: #111;
}

.product_collection_sec .tab-buttons button.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #406fbb;
    border-radius: 2px;
}

.product_collection_sec .tab-content {
    display: none;
    animation: fadeInUp 0.5s ease;
}

.product_collection_sec .tab-content.active {
    display: block;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product_collection_sec .tab-content h2 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
    color: #2c3e50;
}

.product_collection_sec .tab-content p {
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 0;
    color: #444;
    text-align: center;
    margin-top: 10px;
}

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

.product_collection_sec.tiles-img .tiles_tab img {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.pt_40 {
    padding-top: 40px;
}

.pb_40 {
    padding-bottom: 40px;
}

.border-top {
    border-top: 1px solid #000;
}

.pt_80 {
    padding-top: 80px;
}

.pb_80 {
    padding-bottom: 80px;
}

.ptb_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-0 {
    padding-top: 0;
}

.product-faq-section .faq-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
}

.product-faq-section .faq-item {
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
}

.product-faq-section .faq-question {
    width: 100%;
    background: #406fbb;
    /* border-radius: 10px; */
    border: none;
    padding: 15px;
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.product-faq-section .faq-question:hover {
    background: #406fbb;
}

.product-faq-section .faq-answer {
    display: none;
    padding: 15px;
    background: #fff;
    font-size: 16px;
    color: #555;
}

.product-faq-section .faq-item.active .faq-answer {
    display: block;
}

.product-faq-section .faq-item.active .faq-question {
    background: #406fbb;
}

.product-faq-section .product_grid_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.product-faq-section .faq-item p {
    margin-block: 0;
}

.product_page_details .sub-nav__text {
    padding-left: 25px;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 1px;
}

/*Translater Start here*/
.google_translater_modal .btn-close {
    padding: 12px;
    background: #406fbb;
    right: -15px;
    top: -20px;
    color: #fff;
    border: none;
    position: absolute;
    cursor: pointer;
}

.language.google_translate {
    position: fixed;
    right: 0;
    top: 45%;
    background-color: #fff;
    width: auto;
    z-index: 9999;
    padding: 5px 10px;
    text-align: center;
    box-shadow: 2px 2px 3px #cecece;
}

.language.google_translate span {
    text-transform: uppercase;
}

.language.google_translate a {
    text-decoration: none;
}

.google_translater_modal ul.lang {
    text-align: center;
    padding-left: 0;
}

.google_translater_modal .lang li {
    display: inline-block;
    padding: 10px;
}

.google_translater_modal .translater_title {
    font-size: 22px;
    text-align: center;
}

.google_translater_modal .lang li a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

/* Minimal Bootstrap-like modal CSS */
.google_translater_modal .modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: 1040;
}

.google_translater_modal .modal-backdrop.show {
    display: block;
    opacity: 1;
}

.modal.google_translater_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.98);
    max-width: 540px;
    width: 90%;
    background: #fff;
    border-radius: 0.3rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    z-index: 1050;
    display: none;
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
    outline: 0;
}

.google_translater_modal.modal.show {
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.google_translater_modal .modal-dialog {
    padding: 1rem;
}

/* header/body/footer */
.google_translater_modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e9ecef;
}

.google_translater_modal .modal-title {
    font-size: 1.125rem;
    margin: 0;
}

.google_translater_modal .modal-body {
    padding: 0.75rem 0;
    max-height: 60vh;
    overflow: auto;
}

.google_translater_modal .modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e9ecef;
}

/* close button look */
.google_translater_modal .modal-close {
    background: transparent;
    border: 0;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    color: #333;
}

/* small helper for visually-hidden (accessibility) */
.google_translater_modal .sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 767px) {
    #language .modal-footer {
        padding: 0;
    }

    .google_translater_modal .lang li {
        padding: 10px 5px;
    }
}

/*Translater Over Now*/

.testimonials-section {
    max-width: 1920px;
    margin: 0 auto;
    padding: 90px 0;
}

.testimonials-section .home_collection_title h2 {
    text-align: center;
}

.testimonials-section .slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 0 80px;
}

.testimonials-section .testimonials-track {
    display: flex;
    gap: 20px;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.testimonials-section .testimonial-card {
    flex: 0 0 100%;
    max-width: 100%;
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e1e8ed;
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}

.testimonials-section .testimonial-card:hover {
    border-color: #cbd5e1;
}

.testimonials-section .rating {
    display: flex;
    gap: 4px;
    margin-bottom: 1.5rem;
}

.testimonials-section .star {
    color: #fbbf24;
    font-size: 1.2rem;
}

.testimonials-section .testimonial-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 2rem;
    font-weight: 400;
    position: relative;
}

.testimonials-section .author-section {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonials-section .author-avatar {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.testimonials-section .author-info h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.25rem;
}

.testimonials-section .author-info .role {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 500;
}

.testimonials-section .author-info .company {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-top: 0.1rem;
}

.testimonials-section .navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin-top: 3rem;
}

.testimonials-section .nav-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #e2e8f0;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 1.4rem;
    color: #64748b;
    position: relative;
    overflow: hidden;
}

.testimonials-section .nav-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000000;
    transition: left 0.3s ease;
    z-index: -1;
}

.testimonials-section .nav-btn:hover {
    color: white;
    border-color: transparent;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.testimonials-section .nav-btn:hover::before {
    left: 0;
}

.testimonials-section .nav-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.testimonials-section .nav-btn:disabled::before {
    left: -100%;
}

.testimonials-section .indicators {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.testimonials-section .indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.testimonials-section .indicator.active {
    background: #000000;
    transform: scale(1.3);
}

.testimonials-section .indicator::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: inherit;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.testimonials-section .indicator.active::after {
    width: 20px;
    height: 20px;
    opacity: 0.2;
}

.testimonials-section .progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #000000;
    border-radius: 0 0 24px 24px;
    transform: scaleX(0);
    transform-origin: left;
    animation: progress 5s linear infinite;
}

@keyframes progress {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .testimonials-section .slider-container {
        padding: 0 60px;
    }

    .testimonials-section .testimonial-card {
        padding: 2rem;
    }

    .testimonials-section .nav-btn {
        width: 48px;
        height: 48px;
        font-size: 1.2rem;
    }

    .testimonials-section .navigation {
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    .testimonials-section .slider-container {
        padding: 0 40px;
    }

    .testimonials-section .testimonial-card {
        padding: 1.5rem;
    }

    .testimonials-section .testimonial-text {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .testimonials-section .testimonial-card {
        flex: 0 0 50%; /* 2 per slide */
        max-width: 50%;
    }
}

/* Animation for auto-play pause indicator */
.testimonials-section .slider-container:hover .progress-bar {
    animation-play-state: paused;
}

@media (min-width: 1200px) {
    .home_collections .main_box .box:nth-child(2) {
        margin-top: 60px;
    }
    .home_collections .main_box .box:nth-child(3) {
        margin-top: 100px;
    }
    .home_collections .main_box2 .box:nth-child(1) {
        margin-top: 40px;
    }
    .home_collections .main_box2 .box:nth-child(3) {
        margin-top: 30px;
    }
    .home_collections .main_box3 .box:nth-child(2) {
        margin-top: 40px;
    }
}

@media (min-width: 1400px) {
    .home_collections .main_box .box:nth-child(2) {
        margin-top: 90px;
    }
    .home_collections .main_box .box:nth-child(3) {
        margin-top: 180px;
    }
    .home_collections .main_box2 .box:nth-child(1) {
        margin-top: 40px;
    }
    .home_collections .main_box2 .box:nth-child(3) {
        margin-top: 30px;
    }
    .home_collections .main_box3 .box:nth-child(2) {
        margin-top: 40px;
    }
    .home_collections .main_box3 .box:nth-child(3) {
        margin-top: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .product_collection_sec .tab-container {
        width: auto;
    }

    .tiles-img .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .product-faq-section .product_grid_main {
        grid-template-columns: 1fr;
        gap: 0px;
    }
}

@media (max-width: 768px) {
    .home_collections .main_box {
        grid-template-columns: 1fr;
    }
    .home_collections .main_box2 {
        grid-template-columns: 1fr;
    }
    .home_collections .main_box3 {
        grid-template-columns: 1fr;
    }

    .pb-sm-30 {
        padding-bottom: 30px;
    }

    .home_collections .box .home_collection_prodcutname {
        padding: 20px;
    }
    .banner-section .banner__content .alpha {
        font-size: 23px;
        line-height: 28px;
    }
    .ptb_80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .image.img-10,
    .image.img-11,
    .image.img-12 {
        margin-bottom: 0;
    }
    .product_application_sec .slide {
        min-width: calc(100% / 2);
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
            rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    }

    .product_application_sec .slide-image {
        width: 70px;
        height: 70px;
        font-size: 20px;
    }
    .pb_40 {
        padding-bottom: 20px;
    }
    .product_page_details .sub-nav__text {
        font-size: 20px;
    }
    .service-section {
        padding: 60px 0 0;
    }
    .service-intro-section {
        padding: 60px 0 0;
    }
    .service-body-bottom__content {
        padding: 0 0 60px;
    }
    .service-body-top__content {
        min-height: 390px;
    }
    .service-intro__content {
        padding: 0 0 20px;
    }
    .testimonials-section {
        padding: 60px 0;
    }
    .home-about__img-inner {
        height: 345px;
    }
    .home-about__img-inner {
        right: 75px;
        height: 347px;
    }
}
