﻿@import url(https://fonts.googleapis.com/css2?family=Lato&family=Poppins:wght@300;500;600&display=swap); /*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 0 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: #fff;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
        transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        opacity 0.1s 0.27s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
        transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body[data-aos-duration="50"] [data-aos],
[data-aos][data-aos][data-aos-duration="50"] {
    transition-duration: 50ms;
}

body[data-aos-delay="50"] [data-aos],
[data-aos][data-aos][data-aos-delay="50"] {
    transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="50"].aos-animate {
    transition-delay: 50ms;
}

body[data-aos-duration="100"] [data-aos],
[data-aos][data-aos][data-aos-duration="100"] {
    transition-duration: 100ms;
}

body[data-aos-delay="100"] [data-aos],
[data-aos][data-aos][data-aos-delay="100"] {
    transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="100"].aos-animate {
    transition-delay: 100ms;
}

body[data-aos-duration="150"] [data-aos],
[data-aos][data-aos][data-aos-duration="150"] {
    transition-duration: 150ms;
}

body[data-aos-delay="150"] [data-aos],
[data-aos][data-aos][data-aos-delay="150"] {
    transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="150"].aos-animate {
    transition-delay: 150ms;
}

body[data-aos-duration="200"] [data-aos],
[data-aos][data-aos][data-aos-duration="200"] {
    transition-duration: 200ms;
}

body[data-aos-delay="200"] [data-aos],
[data-aos][data-aos][data-aos-delay="200"] {
    transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="200"].aos-animate {
    transition-delay: 200ms;
}

body[data-aos-duration="250"] [data-aos],
[data-aos][data-aos][data-aos-duration="250"] {
    transition-duration: 250ms;
}

body[data-aos-delay="250"] [data-aos],
[data-aos][data-aos][data-aos-delay="250"] {
    transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="250"].aos-animate {
    transition-delay: 250ms;
}

body[data-aos-duration="300"] [data-aos],
[data-aos][data-aos][data-aos-duration="300"] {
    transition-duration: 300ms;
}

body[data-aos-delay="300"] [data-aos],
[data-aos][data-aos][data-aos-delay="300"] {
    transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="300"].aos-animate {
    transition-delay: 300ms;
}

body[data-aos-duration="350"] [data-aos],
[data-aos][data-aos][data-aos-duration="350"] {
    transition-duration: 350ms;
}

body[data-aos-delay="350"] [data-aos],
[data-aos][data-aos][data-aos-delay="350"] {
    transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="350"].aos-animate {
    transition-delay: 350ms;
}

body[data-aos-duration="400"] [data-aos],
[data-aos][data-aos][data-aos-duration="400"] {
    transition-duration: 400ms;
}

body[data-aos-delay="400"] [data-aos],
[data-aos][data-aos][data-aos-delay="400"] {
    transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="400"].aos-animate {
    transition-delay: 400ms;
}

body[data-aos-duration="450"] [data-aos],
[data-aos][data-aos][data-aos-duration="450"] {
    transition-duration: 450ms;
}

body[data-aos-delay="450"] [data-aos],
[data-aos][data-aos][data-aos-delay="450"] {
    transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="450"].aos-animate {
    transition-delay: 450ms;
}

body[data-aos-duration="500"] [data-aos],
[data-aos][data-aos][data-aos-duration="500"] {
    transition-duration: 500ms;
}

body[data-aos-delay="500"] [data-aos],
[data-aos][data-aos][data-aos-delay="500"] {
    transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="500"].aos-animate {
    transition-delay: 500ms;
}

body[data-aos-duration="550"] [data-aos],
[data-aos][data-aos][data-aos-duration="550"] {
    transition-duration: 550ms;
}

body[data-aos-delay="550"] [data-aos],
[data-aos][data-aos][data-aos-delay="550"] {
    transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="550"].aos-animate {
    transition-delay: 550ms;
}

body[data-aos-duration="600"] [data-aos],
[data-aos][data-aos][data-aos-duration="600"] {
    transition-duration: 600ms;
}

body[data-aos-delay="600"] [data-aos],
[data-aos][data-aos][data-aos-delay="600"] {
    transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="600"].aos-animate {
    transition-delay: 600ms;
}

body[data-aos-duration="650"] [data-aos],
[data-aos][data-aos][data-aos-duration="650"] {
    transition-duration: 650ms;
}

body[data-aos-delay="650"] [data-aos],
[data-aos][data-aos][data-aos-delay="650"] {
    transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="650"].aos-animate {
    transition-delay: 650ms;
}

body[data-aos-duration="700"] [data-aos],
[data-aos][data-aos][data-aos-duration="700"] {
    transition-duration: 700ms;
}

body[data-aos-delay="700"] [data-aos],
[data-aos][data-aos][data-aos-delay="700"] {
    transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="700"].aos-animate {
    transition-delay: 700ms;
}

body[data-aos-duration="750"] [data-aos],
[data-aos][data-aos][data-aos-duration="750"] {
    transition-duration: 750ms;
}

body[data-aos-delay="750"] [data-aos],
[data-aos][data-aos][data-aos-delay="750"] {
    transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="750"].aos-animate {
    transition-delay: 750ms;
}

body[data-aos-duration="800"] [data-aos],
[data-aos][data-aos][data-aos-duration="800"] {
    transition-duration: 800ms;
}

body[data-aos-delay="800"] [data-aos],
[data-aos][data-aos][data-aos-delay="800"] {
    transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="800"].aos-animate {
    transition-delay: 800ms;
}

body[data-aos-duration="850"] [data-aos],
[data-aos][data-aos][data-aos-duration="850"] {
    transition-duration: 850ms;
}

body[data-aos-delay="850"] [data-aos],
[data-aos][data-aos][data-aos-delay="850"] {
    transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="850"].aos-animate {
    transition-delay: 850ms;
}

body[data-aos-duration="900"] [data-aos],
[data-aos][data-aos][data-aos-duration="900"] {
    transition-duration: 900ms;
}

body[data-aos-delay="900"] [data-aos],
[data-aos][data-aos][data-aos-delay="900"] {
    transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="900"].aos-animate {
    transition-delay: 900ms;
}

body[data-aos-duration="950"] [data-aos],
[data-aos][data-aos][data-aos-duration="950"] {
    transition-duration: 950ms;
}

body[data-aos-delay="950"] [data-aos],
[data-aos][data-aos][data-aos-delay="950"] {
    transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="950"].aos-animate {
    transition-delay: 950ms;
}

body[data-aos-duration="1000"] [data-aos],
[data-aos][data-aos][data-aos-duration="1000"] {
    transition-duration: 1000ms;
}

body[data-aos-delay="1000"] [data-aos],
[data-aos][data-aos][data-aos-delay="1000"] {
    transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1000"].aos-animate {
    transition-delay: 1000ms;
}

body[data-aos-duration="1050"] [data-aos],
[data-aos][data-aos][data-aos-duration="1050"] {
    transition-duration: 1050ms;
}

body[data-aos-delay="1050"] [data-aos],
[data-aos][data-aos][data-aos-delay="1050"] {
    transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1050"].aos-animate {
    transition-delay: 1050ms;
}

body[data-aos-duration="1100"] [data-aos],
[data-aos][data-aos][data-aos-duration="1100"] {
    transition-duration: 1100ms;
}

body[data-aos-delay="1100"] [data-aos],
[data-aos][data-aos][data-aos-delay="1100"] {
    transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1100"].aos-animate {
    transition-delay: 1100ms;
}

body[data-aos-duration="1150"] [data-aos],
[data-aos][data-aos][data-aos-duration="1150"] {
    transition-duration: 1150ms;
}

body[data-aos-delay="1150"] [data-aos],
[data-aos][data-aos][data-aos-delay="1150"] {
    transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1150"].aos-animate {
    transition-delay: 1150ms;
}

body[data-aos-duration="1200"] [data-aos],
[data-aos][data-aos][data-aos-duration="1200"] {
    transition-duration: 1200ms;
}

body[data-aos-delay="1200"] [data-aos],
[data-aos][data-aos][data-aos-delay="1200"] {
    transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1200"].aos-animate {
    transition-delay: 1200ms;
}

body[data-aos-duration="1250"] [data-aos],
[data-aos][data-aos][data-aos-duration="1250"] {
    transition-duration: 1250ms;
}

body[data-aos-delay="1250"] [data-aos],
[data-aos][data-aos][data-aos-delay="1250"] {
    transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1250"].aos-animate {
    transition-delay: 1250ms;
}

body[data-aos-duration="1300"] [data-aos],
[data-aos][data-aos][data-aos-duration="1300"] {
    transition-duration: 1300ms;
}

body[data-aos-delay="1300"] [data-aos],
[data-aos][data-aos][data-aos-delay="1300"] {
    transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1300"].aos-animate {
    transition-delay: 1300ms;
}

body[data-aos-duration="1350"] [data-aos],
[data-aos][data-aos][data-aos-duration="1350"] {
    transition-duration: 1350ms;
}

body[data-aos-delay="1350"] [data-aos],
[data-aos][data-aos][data-aos-delay="1350"] {
    transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1350"].aos-animate {
    transition-delay: 1350ms;
}

body[data-aos-duration="1400"] [data-aos],
[data-aos][data-aos][data-aos-duration="1400"] {
    transition-duration: 1400ms;
}

body[data-aos-delay="1400"] [data-aos],
[data-aos][data-aos][data-aos-delay="1400"] {
    transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1400"].aos-animate {
    transition-delay: 1400ms;
}

body[data-aos-duration="1450"] [data-aos],
[data-aos][data-aos][data-aos-duration="1450"] {
    transition-duration: 1450ms;
}

body[data-aos-delay="1450"] [data-aos],
[data-aos][data-aos][data-aos-delay="1450"] {
    transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1450"].aos-animate {
    transition-delay: 1450ms;
}

body[data-aos-duration="1500"] [data-aos],
[data-aos][data-aos][data-aos-duration="1500"] {
    transition-duration: 1500ms;
}

body[data-aos-delay="1500"] [data-aos],
[data-aos][data-aos][data-aos-delay="1500"] {
    transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1500"].aos-animate {
    transition-delay: 1500ms;
}

body[data-aos-duration="1550"] [data-aos],
[data-aos][data-aos][data-aos-duration="1550"] {
    transition-duration: 1550ms;
}

body[data-aos-delay="1550"] [data-aos],
[data-aos][data-aos][data-aos-delay="1550"] {
    transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1550"].aos-animate {
    transition-delay: 1550ms;
}

body[data-aos-duration="1600"] [data-aos],
[data-aos][data-aos][data-aos-duration="1600"] {
    transition-duration: 1600ms;
}

body[data-aos-delay="1600"] [data-aos],
[data-aos][data-aos][data-aos-delay="1600"] {
    transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1600"].aos-animate {
    transition-delay: 1600ms;
}

body[data-aos-duration="1650"] [data-aos],
[data-aos][data-aos][data-aos-duration="1650"] {
    transition-duration: 1650ms;
}

body[data-aos-delay="1650"] [data-aos],
[data-aos][data-aos][data-aos-delay="1650"] {
    transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1650"].aos-animate {
    transition-delay: 1650ms;
}

body[data-aos-duration="1700"] [data-aos],
[data-aos][data-aos][data-aos-duration="1700"] {
    transition-duration: 1700ms;
}

body[data-aos-delay="1700"] [data-aos],
[data-aos][data-aos][data-aos-delay="1700"] {
    transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1700"].aos-animate {
    transition-delay: 1700ms;
}

body[data-aos-duration="1750"] [data-aos],
[data-aos][data-aos][data-aos-duration="1750"] {
    transition-duration: 1750ms;
}

body[data-aos-delay="1750"] [data-aos],
[data-aos][data-aos][data-aos-delay="1750"] {
    transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1750"].aos-animate {
    transition-delay: 1750ms;
}

body[data-aos-duration="1800"] [data-aos],
[data-aos][data-aos][data-aos-duration="1800"] {
    transition-duration: 1800ms;
}

body[data-aos-delay="1800"] [data-aos],
[data-aos][data-aos][data-aos-delay="1800"] {
    transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1800"].aos-animate {
    transition-delay: 1800ms;
}

body[data-aos-duration="1850"] [data-aos],
[data-aos][data-aos][data-aos-duration="1850"] {
    transition-duration: 1850ms;
}

body[data-aos-delay="1850"] [data-aos],
[data-aos][data-aos][data-aos-delay="1850"] {
    transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1850"].aos-animate {
    transition-delay: 1850ms;
}

body[data-aos-duration="1900"] [data-aos],
[data-aos][data-aos][data-aos-duration="1900"] {
    transition-duration: 1900ms;
}

body[data-aos-delay="1900"] [data-aos],
[data-aos][data-aos][data-aos-delay="1900"] {
    transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1900"].aos-animate {
    transition-delay: 1900ms;
}

body[data-aos-duration="1950"] [data-aos],
[data-aos][data-aos][data-aos-duration="1950"] {
    transition-duration: 1950ms;
}

body[data-aos-delay="1950"] [data-aos],
[data-aos][data-aos][data-aos-delay="1950"] {
    transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="1950"].aos-animate {
    transition-delay: 1950ms;
}

body[data-aos-duration="2000"] [data-aos],
[data-aos][data-aos][data-aos-duration="2000"] {
    transition-duration: 2000ms;
}

body[data-aos-delay="2000"] [data-aos],
[data-aos][data-aos][data-aos-delay="2000"] {
    transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2000"].aos-animate {
    transition-delay: 2000ms;
}

body[data-aos-duration="2050"] [data-aos],
[data-aos][data-aos][data-aos-duration="2050"] {
    transition-duration: 2050ms;
}

body[data-aos-delay="2050"] [data-aos],
[data-aos][data-aos][data-aos-delay="2050"] {
    transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2050"].aos-animate {
    transition-delay: 2050ms;
}

body[data-aos-duration="2100"] [data-aos],
[data-aos][data-aos][data-aos-duration="2100"] {
    transition-duration: 2100ms;
}

body[data-aos-delay="2100"] [data-aos],
[data-aos][data-aos][data-aos-delay="2100"] {
    transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2100"].aos-animate {
    transition-delay: 2100ms;
}

body[data-aos-duration="2150"] [data-aos],
[data-aos][data-aos][data-aos-duration="2150"] {
    transition-duration: 2150ms;
}

body[data-aos-delay="2150"] [data-aos],
[data-aos][data-aos][data-aos-delay="2150"] {
    transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2150"].aos-animate {
    transition-delay: 2150ms;
}

body[data-aos-duration="2200"] [data-aos],
[data-aos][data-aos][data-aos-duration="2200"] {
    transition-duration: 2200ms;
}

body[data-aos-delay="2200"] [data-aos],
[data-aos][data-aos][data-aos-delay="2200"] {
    transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2200"].aos-animate {
    transition-delay: 2200ms;
}

body[data-aos-duration="2250"] [data-aos],
[data-aos][data-aos][data-aos-duration="2250"] {
    transition-duration: 2250ms;
}

body[data-aos-delay="2250"] [data-aos],
[data-aos][data-aos][data-aos-delay="2250"] {
    transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2250"].aos-animate {
    transition-delay: 2250ms;
}

body[data-aos-duration="2300"] [data-aos],
[data-aos][data-aos][data-aos-duration="2300"] {
    transition-duration: 2300ms;
}

body[data-aos-delay="2300"] [data-aos],
[data-aos][data-aos][data-aos-delay="2300"] {
    transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2300"].aos-animate {
    transition-delay: 2300ms;
}

body[data-aos-duration="2350"] [data-aos],
[data-aos][data-aos][data-aos-duration="2350"] {
    transition-duration: 2350ms;
}

body[data-aos-delay="2350"] [data-aos],
[data-aos][data-aos][data-aos-delay="2350"] {
    transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2350"].aos-animate {
    transition-delay: 2350ms;
}

body[data-aos-duration="2400"] [data-aos],
[data-aos][data-aos][data-aos-duration="2400"] {
    transition-duration: 2400ms;
}

body[data-aos-delay="2400"] [data-aos],
[data-aos][data-aos][data-aos-delay="2400"] {
    transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2400"].aos-animate {
    transition-delay: 2400ms;
}

body[data-aos-duration="2450"] [data-aos],
[data-aos][data-aos][data-aos-duration="2450"] {
    transition-duration: 2450ms;
}

body[data-aos-delay="2450"] [data-aos],
[data-aos][data-aos][data-aos-delay="2450"] {
    transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2450"].aos-animate {
    transition-delay: 2450ms;
}

body[data-aos-duration="2500"] [data-aos],
[data-aos][data-aos][data-aos-duration="2500"] {
    transition-duration: 2500ms;
}

body[data-aos-delay="2500"] [data-aos],
[data-aos][data-aos][data-aos-delay="2500"] {
    transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2500"].aos-animate {
    transition-delay: 2500ms;
}

body[data-aos-duration="2550"] [data-aos],
[data-aos][data-aos][data-aos-duration="2550"] {
    transition-duration: 2550ms;
}

body[data-aos-delay="2550"] [data-aos],
[data-aos][data-aos][data-aos-delay="2550"] {
    transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2550"].aos-animate {
    transition-delay: 2550ms;
}

body[data-aos-duration="2600"] [data-aos],
[data-aos][data-aos][data-aos-duration="2600"] {
    transition-duration: 2600ms;
}

body[data-aos-delay="2600"] [data-aos],
[data-aos][data-aos][data-aos-delay="2600"] {
    transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2600"].aos-animate {
    transition-delay: 2600ms;
}

body[data-aos-duration="2650"] [data-aos],
[data-aos][data-aos][data-aos-duration="2650"] {
    transition-duration: 2650ms;
}

body[data-aos-delay="2650"] [data-aos],
[data-aos][data-aos][data-aos-delay="2650"] {
    transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2650"].aos-animate {
    transition-delay: 2650ms;
}

body[data-aos-duration="2700"] [data-aos],
[data-aos][data-aos][data-aos-duration="2700"] {
    transition-duration: 2700ms;
}

body[data-aos-delay="2700"] [data-aos],
[data-aos][data-aos][data-aos-delay="2700"] {
    transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2700"].aos-animate {
    transition-delay: 2700ms;
}

body[data-aos-duration="2750"] [data-aos],
[data-aos][data-aos][data-aos-duration="2750"] {
    transition-duration: 2750ms;
}

body[data-aos-delay="2750"] [data-aos],
[data-aos][data-aos][data-aos-delay="2750"] {
    transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2750"].aos-animate {
    transition-delay: 2750ms;
}

body[data-aos-duration="2800"] [data-aos],
[data-aos][data-aos][data-aos-duration="2800"] {
    transition-duration: 2800ms;
}

body[data-aos-delay="2800"] [data-aos],
[data-aos][data-aos][data-aos-delay="2800"] {
    transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2800"].aos-animate {
    transition-delay: 2800ms;
}

body[data-aos-duration="2850"] [data-aos],
[data-aos][data-aos][data-aos-duration="2850"] {
    transition-duration: 2850ms;
}

body[data-aos-delay="2850"] [data-aos],
[data-aos][data-aos][data-aos-delay="2850"] {
    transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2850"].aos-animate {
    transition-delay: 2850ms;
}

body[data-aos-duration="2900"] [data-aos],
[data-aos][data-aos][data-aos-duration="2900"] {
    transition-duration: 2900ms;
}

body[data-aos-delay="2900"] [data-aos],
[data-aos][data-aos][data-aos-delay="2900"] {
    transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2900"].aos-animate {
    transition-delay: 2900ms;
}

body[data-aos-duration="2950"] [data-aos],
[data-aos][data-aos][data-aos-duration="2950"] {
    transition-duration: 2950ms;
}

body[data-aos-delay="2950"] [data-aos],
[data-aos][data-aos][data-aos-delay="2950"] {
    transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="2950"].aos-animate {
    transition-delay: 2950ms;
}

body[data-aos-duration="3000"] [data-aos],
[data-aos][data-aos][data-aos-duration="3000"] {
    transition-duration: 3000ms;
}

body[data-aos-delay="3000"] [data-aos],
[data-aos][data-aos][data-aos-delay="3000"] {
    transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay="3000"].aos-animate {
    transition-delay: 3000ms;
}

body[data-aos-easing="linear"] [data-aos],
[data-aos][data-aos][data-aos-easing="linear"] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease"] {
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in"] {
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out"] {
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out"] {
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-back"] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-back"] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-sine"] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-sine"] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-quad"] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-quad"] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-quart"] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-quart"] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

[data-aos="fade-up"] {
    transform: translate3d(0, 100px, 0);
}

[data-aos="fade-down"] {
    transform: translate3d(0, -100px, 0);
}

[data-aos="fade-right"] {
    transform: translate3d(-100px, 0, 0);
}

[data-aos="fade-left"] {
    transform: translate3d(100px, 0, 0);
}

[data-aos="fade-up-right"] {
    transform: translate3d(-100px, 100px, 0);
}

[data-aos="fade-up-left"] {
    transform: translate3d(100px, 100px, 0);
}

[data-aos="fade-down-right"] {
    transform: translate3d(-100px, -100px, 0);
}

[data-aos="fade-down-left"] {
    transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^="zoom"][data-aos^="zoom"] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

[data-aos="zoom-in"] {
    transform: scale(0.6);
}

[data-aos="zoom-in-up"] {
    transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos="zoom-in-down"] {
    transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos="zoom-in-right"] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos="zoom-in-left"] {
    transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos="zoom-out"] {
    transform: scale(1.2);
}

[data-aos="zoom-out-up"] {
    transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos="zoom-out-down"] {
    transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos="zoom-out-right"] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos="zoom-out-left"] {
    transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^="slide"][data-aos^="slide"] {
    transition-property: transform;
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
    transform: translate3d(0, 0, 0);
}

[data-aos="slide-up"] {
    transform: translate3d(0, 100%, 0);
}

[data-aos="slide-down"] {
    transform: translate3d(0, -100%, 0);
}

[data-aos="slide-right"] {
    transform: translate3d(-100%, 0, 0);
}

[data-aos="slide-left"] {
    transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^="flip"][data-aos^="flip"] {
    backface-visibility: hidden;
    transition-property: transform;
}

[data-aos="flip-left"] {
    transform: perspective(2500px) rotateY(-100deg);
}
[data-aos="flip-left"].aos-animate {
    transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-right"] {
    transform: perspective(2500px) rotateY(100deg);
}
[data-aos="flip-right"].aos-animate {
    transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-up"] {
    transform: perspective(2500px) rotateX(-100deg);
}
[data-aos="flip-up"].aos-animate {
    transform: perspective(2500px) rotateX(0);
}

[data-aos="flip-down"] {
    transform: perspective(2500px) rotateX(100deg);
}
[data-aos="flip-down"].aos-animate {
    transform: perspective(2500px) rotateX(0);
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 16px;
    font-family: "Catamaran", sans-serif;
}
body.noscroll {
    overflow: hidden;
}

ul {
    padding-left: 2rem;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
    letter-spacing: 0.8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-weight: bold;
    font-size: 76px;
    line-height: 125px;
    letter-spacing: -0.0161em;
}
@media screen and (max-width: 680px) {
    h1 {
        font-size: 40px;
        line-height: 65px;
    }
}

h2 {
    font-weight: 300;
    letter-spacing: -0.0088em;
    line-height: 62px;
    font-size: 50px;
}
@media screen and (max-width: 680px) {
    h2 {
        font-size: 33px;
        line-height: 54px;
    }
}

h3 {
    font-weight: 500;
    line-height: 63px;
    font-size: 38px;
    letter-spacing: -0.0072em;
}
@media screen and (max-width: 680px) {
    h3 {
        font-size: 26px;
        line-height: 43px;
    }
}

h4 {
    font-weight: 300;
    line-height: 55px;
    letter-spacing: 0.0072em;
    font-size: 34px;
}
@media screen and (max-width: 680px) {
    h4 {
        font-size: 26px;
        line-height: 43px;
    }
}

h5 {
    font-weight: 300;
    line-height: 39px;
    font-size: 24px;
}
@media screen and (max-width: 680px) {
    h5 {
        font-size: 24px;
        line-height: 39px;
    }
}

h6 {
    font-weight: 500;
    letter-spacing: 0.0129em;
    line-height: 27px;
    font-size: 20px;
}

p {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.0308em;
}

.post,
.page {
    margin-bottom: 0;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

select {
    -moz-appearance: none;
}

@-moz-document url-prefix() {
    select.home__input {
        color: #000;
        padding-top: 10px;
    }
    select.home__input::placeholder {
        color: #f0f0f0;
    }
}

.header {
    background-color: #fff;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    height: 140px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #228bc8;
    z-index: 999;
}
.header.shrink {
    height: 102px;
}
.header.shrink .header__logo {
    padding-top: 10px;
}
.header__container {
    display: flex;
    align-items: center;
}
.header__logo {
    width: 220px;
    padding-top: 23px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 3;
}
.header__product-link {
    margin-right: 36px;
}
.header__product-link a {
    font-size: 12px;
    text-decoration: none;
    color: #4b4b4d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.0332em;
    transition: all 0.3s ease-in-out;
}
.header__product-link a:hover {
    color: #1d78ad;
}
.header__search {
    margin-right: 30px;
}
.header__search svg {
    cursor: pointer;
    vertical-align: middle;
}
.header__search svg path#Path_2071 {
    transition: all 0.3s ease-in-out;
}
.header__search svg:hover path#Path_2071 {
    fill: #092637;
}
.header__get-qoute {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 3;
    min-width: 109px;
}
.header__get-qoute a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
    background-color: #228bc8;
    border-radius: 4px;
    padding: 8px 12px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
    top: 0;
    min-width: 109px;
    display: block;
    height: auto !important;
}
.header__get-qoute a:hover {
    background: #1d78ad;
}
.header__nav {
    margin-left: 45px;
}
@media (max-width: 920px) {
    .header__nav {
        border-left: 1px solid #228bc8 !important;
    }
}
@media (max-width: 680px) {
    .header__nav {
        border-left: 0 !important;
    }
}
.header__nav-container {
    display: flex;
    align-items: center;
}
@media (max-width: 920px) {
    .header__nav-container {
        display: block;
    }
}
.header__nav .top-nav-links {
    text-align: right;
    margin-bottom: 20px;
}
.header__nav .top-nav-links a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    text-decoration: none;
    color: #15587f;
    transition: all 0.3s ease-in-out;
}
.header__nav .top-nav-links a:not(:last-child) {
    margin-right: 32px;
}
.header__nav .top-nav-links a:hover {
    color: #092637;
}
.header__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.header__nav ul li {
    margin-right: 44px;
}
.header__nav ul li.current-menu-item a {
    color: #1d78ad;
}
.header__nav ul li:last-child {
    margin-right: 60px;
}
.header__nav ul li:hover > a {
    color: #1d78ad;
}
.header__nav ul li:hover > a .arrow svg {
    transform: rotate(180deg);
}
.header__nav ul li:hover > a .arrow svg path {
    fill: #1d78ad;
}
@media (max-width: 920px) {
    .header__nav ul li:hover > a .arrow svg {
        transform: none;
    }
    .header__nav ul li:hover > a .arrow svg path {
        fill: #092637;
    }
}
.header__nav ul li a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-decoration: none;
    color: #092637;
    height: auto !important;
    transition: all 0.3s ease-in-out;
}
.header__nav ul li a .arrow svg {
    vertical-align: middle;
    margin-left: 9px;
}
@media (max-width: 920px) {
    .header__nav ul li a .arrow svg.desktop-only {
        display: none;
    }
}
@media (min-width: 920px) {
    .header__nav ul li a .arrow svg.mobile-only {
        display: none;
    }
}
.header__product-title {
    display: none;
}
.header__product-title p {
    font-weight: 800;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #1d78ad;
}
.header__product-container {
    text-align: center;
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    line-height: 0;
    box-shadow: 0px 6px 6px #00000030;
}
.header__product-container img {
    width: 100%;
    max-width: 100%;
    height: 194px;
    object-fit: cover;
    transition: all 1s ease-in-out;
}
.header__product-container:hover {
    box-shadow: 0px 6px 6px #00000030;
}
.header__product-container:hover img {
    transform: scale(1.1);
}
.header__product-container:hover p {
    background-color: #1d78ad;
}
.header__product-container p {
    width: 100%;
    background-color: #74848d;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    height: 41px;
    color: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 10px 10px;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.header__product-container a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.header__product-link {
    cursor: pointer;
}
.header__product-list {
    position: absolute;
    left: 0;
    z-index: 2;
    background-color: #fff;
    width: 100%;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    box-shadow: 0px 5px 6px #00000029;
    padding-bottom: 25px;
    padding-top: 55px;
    display: none;
}
.header__product-list .view-all {
    text-decoration: underline;
    font-weight: 500;
    padding: 4px 0;
    margin-bottom: 8px;
    display: block;
}
.header__product-list .nav-close {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Poppins", "sans-serif";
    padding-top: 8px;
    margin-bottom: 24px;
    color: #092637;
    text-transform: none;
    display: block;
}
.header__product-list .nav-close:hover svg path {
    fill: #1d78ad;
}
.header__product-list .nav-close svg {
    vertical-align: middle;
}
.header__product-list .header__product-wrapper {
    max-width: 1350px;
    padding: 0 15px;
    position: relative;
}
@media (min-width: 920px) {
    .header__product-list
        .header__product-wrapper
        > ul
        > li:hover
        .second-level-nav,
    .header__product-list
        .header__product-wrapper
        > ul
        > li:hover
        .nav-main-description {
        display: block;
        position: absolute;
        left: 280px;
        top: 48px;
    }
}
@media (min-width: 920px) {
    .header__product-list
        .header__product-wrapper
        > ul
        > li
        .second-level-nav
        li:hover
        .third-level-nav,
    .header__product-list
        .header__product-wrapper
        > ul
        > li
        .second-level-nav
        li:hover
        .nav-sec-description {
        display: block;
        position: absolute;
        left: calc(100% + 30px);
        width: 100%;
        top: 0;
    }
}
@media (min-width: 920px) {
    .header__product-list
        .header__product-wrapper
        > ul
        > li
        .second-level-nav
        .third-level-nav
        li:hover
        .fourth-level-nav,
    .header__product-list
        .header__product-wrapper
        > ul
        > li
        .second-level-nav
        .third-level-nav
        li:hover
        .nav-third-description {
        display: block;
        position: absolute;
        left: calc(100% - 21px);
        width: 100%;
        top: 0;
    }
}
.header__product-list h5 {
    font-weight: 600;
    letter-spacing: -0.4px;
    font-size: 20px;
    line-height: 24px;
    font-family: "Inter", "sans-serif";
    padding-bottom: 8px;
    margin-bottom: 27px;
    color: #092637;
}
.header__product-list ul {
    display: block;
}
.header__product-list ul li {
    max-width: 280px;
    margin: 0 !important;
    width: 100%;
    text-align: left !important;
    padding: 8px 12px;
    border-bottom: 1px solid #9f9f9f;
    transition: 0.3s all ease-in-out;
}
.header__product-list ul li:hover {
    background: #c8e5f6;
}
.header__product-list ul li:hover a {
    color: #092637;
}
.header__product-list ul li a {
    font-size: 16px;
    line-height: 24px !important;
    font-weight: 400;
    padding-right: 15px;
    text-transform: none;
    text-align: left !important;
}
.header__product-list ul li.sub-tier-1 > a,
.header__product-list ul li.content-tier-1 > a {
    position: relative;
    display: block;
}
@media (max-width: 920px) {
    .header__product-list ul li.sub-tier-1 > a,
    .header__product-list ul li.content-tier-1 > a {
        position: relative !important;
        display: block !important;
        letter-spacing: 0px;
        height: auto !important;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(0px);
    }
}
.header__product-list ul li.sub-tier-1 > a:after,
.header__product-list ul li.content-tier-1 > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    width: 24px;
    height: 24px;
    background: url("../../src/images/arrow-sub.png") no-repeat;
    background-size: 24px;
    transform: translateY(-50%);
}
@media (min-width: 920px) {
    .header__product-list ul li .sub-tier-2 > a,
    .header__product-list ul li .content-tier-2 > a,
    .header__product-list ul li .sub-tier-3 > a,
    .header__product-list ul li .content-tier-3 > a {
        position: relative;
        display: block;
    }
}
@media (min-width: 920px) and (max-width: 920px) {
    .header__product-list ul li .sub-tier-2 > a,
    .header__product-list ul li .content-tier-2 > a,
    .header__product-list ul li .sub-tier-3 > a,
    .header__product-list ul li .content-tier-3 > a {
        position: relative !important;
        display: block !important;
        letter-spacing: 0px;
        height: auto !important;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(0px);
    }
}
@media (min-width: 920px) {
    .header__product-list ul li .sub-tier-2 > a:after,
    .header__product-list ul li .content-tier-2 > a:after,
    .header__product-list ul li .sub-tier-3 > a:after,
    .header__product-list ul li .content-tier-3 > a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -8px;
        width: 24px;
        height: 24px;
        background: url("../../src/images/arrow-sub.png") no-repeat;
        background-size: 24px;
        transform: translateY(-50%);
    }
}
.header__product-list .second-level-nav,
.header__product-list .third-level-nav,
.header__product-list .nav-main-description,
.header__product-list .nav-sec-description,
.header__product-list .fourth-level-nav,
.header__product-list .nav-third-description {
    display: none;
}
.header__product-list .nav-main-description h5,
.header__product-list .nav-sec-description h5,
.header__product-list .nav-third-description h5 {
    max-width: 280px;
}
@media (max-width: 1260px) {
    .header__product-list .nav-main-description h5,
    .header__product-list .nav-sec-description h5,
    .header__product-list .nav-third-description h5 {
        max-width: 240px;
    }
}
.header__product-list .nav-main-description img,
.header__product-list .nav-sec-description img,
.header__product-list .nav-third-description img {
    width: 272px;
    border-radius: 4px;
    margin-bottom: 27px;
    height: 189px;
    object-fit: cover;
}
@media (max-width: 1260px) {
    .header__product-list .nav-main-description img,
    .header__product-list .nav-sec-description img,
    .header__product-list .nav-third-description img {
        width: 240px;
    }
}
.header__product-list .nav-main-description p,
.header__product-list .nav-sec-description p,
.header__product-list .nav-third-description p {
    max-width: 280px;
    font-family: "Poppins", "sans-serif";
    color: #333333;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 27px;
}
@media (max-width: 1260px) {
    .header__product-list .nav-main-description p,
    .header__product-list .nav-sec-description p,
    .header__product-list .nav-third-description p {
        max-width: 240px;
    }
}
.header__product-list .nav-main-description p svg,
.header__product-list .nav-sec-description p svg,
.header__product-list .nav-third-description p svg {
    vertical-align: middle;
}
.header__product-list .nav-main-description a,
.header__product-list .nav-sec-description a,
.header__product-list .nav-third-description a {
    display: inline-block;
}
.header__product-list .nav-main-description a svg,
.header__product-list .nav-sec-description a svg,
.header__product-list .nav-third-description a svg {
    vertical-align: middle;
}
.header__product-list .nav-main-description .cta-btn,
.header__product-list .nav-sec-description .cta-btn,
.header__product-list .nav-third-description .cta-btn {
    display: block;
    width: 140px;
    padding: 8px 12px;
    background: #228bc8;
    color: white !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 4px;
    transition: 0.3s all ease-in-out;
}
.header__product-list .nav-main-description .cta-btn:hover,
.header__product-list .nav-sec-description .cta-btn:hover,
.header__product-list .nav-third-description .cta-btn:hover {
    background-color: #1d78ad;
}
.header__search-form {
    height: 48px;
    box-shadow: 3px 3px 10px #00000029;
    border-radius: 3px;
    background-color: #f5f5f5;
    padding-left: 5px;
}
.header__search-form form {
    height: 100%;
    display: flex;
    align-items: center;
}
.header__search-form-container {
    position: absolute;
    z-index: 2;
    left: 0;
    background-color: #fff;
    width: 100%;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    box-shadow: 0px 5px 6px #00000029;
    padding-bottom: 25px;
    padding-top: 90px;
    display: none;
}
.header__mobile {
    display: none;
    padding-right: 16px;
    align-items: center;
}
.header__mobile .header__search {
    margin-right: 26px;
}
.header__mobile-search {
    display: none;
    background-color: #153242;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    box-shadow: 0px 5px 6px #00000029;
    position: relative;
    z-index: 2;
    padding: 25px 0 15px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 80px;
}
@media screen and (max-width: 996px) {
    .header__container {
        justify-content: space-between;
    }
    .header__nav {
        margin-left: 0;
    }
    .header__nav ul li {
        margin-right: 20px;
    }
    .header__product-link {
        margin-right: 20px;
    }
}
@media screen and (max-width: 920px) {
    .header {
        height: 90px;
        z-index: 3;
    }
    .header.shrink {
        height: 90px;
        padding: 0;
    }
    .header.shrink .header__logo {
        padding: 0;
    }
    .header__product-title {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 8px;
        padding: 0 12.5px;
        position: relative;
    }
    .header__product-title span {
        position: absolute;
        right: 30px;
    }
    .header__product-list {
        background-color: #fff;
        z-index: 4;
        position: fixed;
        top: 150px;
        height: 100%;
        overflow-y: scroll;
        padding-bottom: 180px;
        padding-top: 25px;
    }
    .header__product-list.active {
        display: flex;
    }
    .header__product-link {
        position: relative;
    }
    .header__product-link.active::after {
        display: block;
    }
    .header__product-link::after {
        content: "";
        position: absolute;
        background-color: #ef7b37;
        width: 100%;
        height: 57px;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        z-index: 2;
        display: none;
    }
    .header__product-list ul li {
        max-width: 25%;
        height: auto !important;
        background-color: transparent !important;
        display: block;
        border-radius: 0 !important;
        padding: 0 12.5px !important;
    }
    .header__product-list ul li p {
        width: 100%;
        background-color: #74848d;
        color: #fff !important;
        letter-spacing: 0.4px;
        text-transform: uppercase;
        height: 42px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        display: flex;
        align-items: center;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 0px 0px 10px 10px;
        justify-content: center;
        font-size: 12px;
        font-weight: 500;
        margin: 0;
    }
    .header__product-list ul li p::before,
    .header__product-list ul li p::after {
        display: none;
    }
    .header__product-list ul li::before {
        display: none;
    }
    .header__mobile {
        display: flex;
    }
    .header__mobile .header__search-form-container {
        background-color: #153242;
        padding-bottom: 17px;
        padding-top: 17px;
        top: 80px;
    }
    .header__logo {
        padding: 0;
    }
    .header__product-container {
        position: relative;
    }
    .header__product-container img {
        border-radius: 0px 0px 10px 10px;
    }
    .header__product-container p {
        bottom: 0;
    }
    .header__product-container a {
        position: absolute !important;
        top: 0;
        left: 0;
        background-color: transparent !important;
        width: 100%;
        height: 100%;
    }
    .header__product-container a::before {
        display: none;
    }
    .header__product-container a::after {
        display: none;
    }
    .header__product-link {
        margin: 0 18px;
    }
    .header__product-link a {
        width: 100%;
        height: 67px;
        background-color: #fff;
        margin: 18px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        position: relative;
        padding-top: 16px;
        font-weight: 800;
        font-size: 12px;
        color: #435b67;
    }
    .header__product-link a::before {
        content: "";
        width: 100%;
        height: 10px;
        position: absolute;
        top: 0;
        left: 0;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        background-color: #95c0da;
    }
    .header__get-qoute {
        width: auto;
        height: 67px;
        background-color: #1d78ad;
        margin: 0 18px 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        position: relative;
        padding-top: 16px;
        top: 0;
        position: relative;
    }
    .header__get-qoute:hover {
        background-color: #1d78ad;
    }
    .header__get-qoute:hover a {
        position: relative;
        top: auto;
    }
    .header__get-qoute::before {
        content: "";
        width: 100%;
        height: 10px;
        position: absolute;
        top: 0;
        left: 0;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        background-color: #95c0da;
    }
    .header__get-qoute a {
        font-weight: 800;
        font-size: 12px;
        color: #fff;
        height: 100%;
        padding-top: 17px;
        width: 100%;
        text-align: center;
    }
    .header__nav {
        position: fixed;
        height: 100%;
        background-color: #153242;
        width: 100%;
        left: 0;
        top: 91px;
        display: none;
        padding-top: 23px;
    }
    .header__nav ul {
        padding: 0 18px;
        flex-wrap: wrap;
    }
    .header__nav ul li {
        width: 100%;
        height: 67px;
        background-color: #fff;
        margin: 0 0 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        position: relative;
        padding-top: 16px;
    }
    .header__nav ul li::before {
        content: "";
        width: 100%;
        height: 10px;
        position: absolute;
        top: 0;
        left: 0;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        background-color: #95c0da;
    }
    .header__nav ul li a {
        font-weight: 800;
        font-size: 12px;
        color: #435b67;
        width: 100%;
        text-align: center;
        height: 100%;
        padding-top: 17px;
    }
    .header__nav ul li:last-child {
        margin-right: 0;
    }
    .header__nav .header__search {
        display: none;
    }
    .header__nav.active {
        display: block;
    }
}
@media screen and (max-width: 780px) {
    .header__product-list ul li {
        max-width: 33.33%;
    }
}
@media screen and (max-width: 680px) {
    .header__product-list ul {
        padding: 0 !important;
    }
    .header__product-list ul li {
        max-width: 50%;
        padding: 0 7px !important;
    }
    .header__product-container img {
        height: 142px;
    }
    .header__logo img {
        width: 174px;
    }
}
@media screen and (max-width: 480px) {
    .header__product-container p {
        height: 57px;
        word-break: break-word;
        padding: 0 20px;
        line-height: 19px;
    }
}

/* new product dropdown */
@media (max-width: 920px) {
    header .menu .sub-menu {
        box-shadow: none;
    }
}

@media (max-width: 920px) {
    header .header__get-qoute.header__get-qoute--mobile {
        display: inline-block !important;
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
        height: unset;
        margin-top: 46px;
    }
    header .header__get-qoute.header__get-qoute--mobile::before {
        content: none;
    }
    header .header__get-qoute.header__get-qoute--mobile a {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        padding-top: 8px;
        width: unset;
    }
}

@media (max-width: 920px) {
    header .header__nav.active {
        display: flex;
        flex-wrap: wrap;
        padding-top: 56px;
        flex-direction: column;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    header .header__nav.active .top-nav-links {
        order: 2;
        padding: 32px 24px;
        border-top: 1px solid #c8e5f6;
        width: 100%;
        text-align: left;
    }
    header .header__nav.active .top-nav-links a {
        display: block;
        margin: 0 0 16px 0;
    }
}

@media (max-width: 680px) {
    header .header__nav.active {
        top: 89px;
        width: 100%;
        flex-direction: unset;
    }
}

@media (max-width: 920px) {
    header .header__nav ul {
        display: block;
        padding: 0;
    }
    header .header__nav ul li {
        height: unset;
        background: transparent;
        display: inline-block;
        padding: 10px 32px 10px 24px;
        border-radius: 0;
        text-align: left;
        margin: 0;
    }
    header .header__nav ul li::before {
        content: none;
    }
    header .header__nav ul li:hover {
        background: #c8e5f6;
    }
    header .header__nav ul li:hover a {
        color: #092637;
    }
    header .header__nav ul li:hover a svg path {
        fill: #092637;
    }
    header .header__nav ul li a {
        padding: 0;
        margin: 0;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.4px;
        color: #092637;
        font-weight: 600;
        font-family: "Inter", "sans-serif";
        display: block;
        text-align: left;
    }
    header .header__nav ul li a .arrow {
        position: absolute;
        right: 21px;
        top: 4px;
        padding: 10px;
    }
    header .header__nav ul li a .arrow svg {
        float: right;
    }
}

header .header__product-list {
    top: 95%;
}
header .header__product-list.active {
    display: flex;
}
header .header__product-list#contact-nav .nav-main-description .contact-info,
header .header__product-list#contact-nav .nav-sec-description .contact-info {
    margin-bottom: 24px;
}
header
    .header__product-list#contact-nav
    .nav-main-description
    .contact-info
    > *,
header
    .header__product-list#contact-nav
    .nav-sec-description
    .contact-info
    > * {
    padding-bottom: 12px;
}
header .header__product-list#contact-nav .nav-main-description .contact-info a,
header .header__product-list#contact-nav .nav-main-description .contact-info p,
header .header__product-list#contact-nav .nav-sec-description .contact-info a,
header .header__product-list#contact-nav .nav-sec-description .contact-info p {
    font-size: 14px !important;
    line-height: 21px;
    font-weight: 400;
    color: #092637;
    display: flex;
}
header .header__product-list#contact-nav .nav-main-description .contact-info a,
header .header__product-list#contact-nav .nav-sec-description .contact-info a {
    display: block;
}
header .header__product-list#contact-nav .nav-main-description .contact-info p,
header .header__product-list#contact-nav .nav-sec-description .contact-info p {
    margin-bottom: 0;
}
header
    .header__product-list#contact-nav
    .nav-main-description
    .contact-info
    svg,
header
    .header__product-list#contact-nav
    .nav-sec-description
    .contact-info
    svg {
    margin-right: 10px;
}
header .header__product-list .mobile-only {
    display: none;
}
header .header__product-list h5 {
    max-width: 280px;
    min-height: 56px;
}
@media (max-width: 1260px) {
    header .header__product-list h5 {
        max-width: 240px;
    }
}
@media (max-width: 680px) {
    header .header__product-list h5 {
        max-width: unset;
    }
}
@media (max-width: 920px) {
    header .header__product-list .custom-sub-nav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 0 !important;
        margin: 0 !important;
        width: 100%;
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.35s ease-in-out;
        transform: translateX(100%);
        background: white;
        z-index: 2;
    }
    header .header__product-list .custom-sub-nav.is-active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0%);
    }
    header .header__product-list .custom-sub-nav.is-not-active {
        opacity: 0;
        visibility: hidden;
        transform: translateX(100%);
    }
}
header .header__product-list ul {
    position: unset;
}
@media (max-width: 920px) {
    header .header__product-list ul::after {
        content: none;
    }
}
header .header__product-list ul li {
    max-width: 280px;
}
@media (max-width: 1260px) {
    header .header__product-list ul li {
        max-width: 240px;
    }
}
@media (max-width: 920px) {
    header .header__product-list ul li div::after {
        content: none !important;
    }
}
header .header__product-list .header__product-wrapper {
    overflow-y: scroll;
    height: 80vh;
}
header .header__product-list .header__product-wrapper > h5 {
    margin-bottom: 57px;
}
header .header__product-list .header__product-wrapper > ul::after {
    content: "";
    min-height: 647px;
    width: 1px;
    background: #cacaca;
    display: block;
    position: absolute;
    left: 315px;
    top: 48px;
}
@media (max-width: 1260px) {
    header .header__product-list .header__product-wrapper > ul::after {
        left: 285px;
    }
}
header .header__product-list .header__product-wrapper > ul > li > div {
    max-width: unset;
    padding-left: 4.5%;
    height: 100%;
}
@media (max-width: 1260px) {
    header .header__product-list .header__product-wrapper > ul > li > div {
        margin-left: -2.5%;
    }
}
header .header__product-list .header__product-wrapper > ul > li > div::after {
    content: "";
    min-height: 647px;
    width: 1px;
    background: #cacaca;
    display: block;
    position: absolute;
    left: 360px;
    top: 0;
}
@media (max-width: 1260px) {
    header
        .header__product-list
        .header__product-wrapper
        > ul
        > li
        > div::after {
        left: 320px;
    }
}
header
    .header__product-list
    .header__product-wrapper
    > ul
    > li
    > div
    > ul
    > li
    > div {
    max-width: unset;
    padding-left: 8.5%;
    top: 0;
    height: 100%;
}
@media (max-width: 1260px) {
    header
        .header__product-list
        .header__product-wrapper
        > ul
        > li
        > div
        > ul
        > li
        > div {
        padding-left: 6%;
    }
}
header
    .header__product-list
    .header__product-wrapper
    > ul
    > li
    > div
    > ul
    > li
    > div::after {
    content: "";
    min-height: 647px;
    width: 1px;
    background: #cacaca;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
header
    .header__product-list
    .header__product-wrapper
    > ul
    > li
    > div
    > ul
    > li
    > div
    > ul
    > li
    > div {
    max-width: unset;
    padding-left: 12.5%;
    top: 0;
    height: 100%;
}
@media (max-width: 1260px) {
    header
        .header__product-list
        .header__product-wrapper
        > ul
        > li
        > div
        > ul
        > li
        > div
        > ul
        > li
        > div {
        padding-left: 8.5%;
    }
}
@media (max-width: 920px) {
    header .header__product-list {
        display: block;
        overflow: unset;
        border-radius: 0;
        box-shadow: none;
        padding: 0 24px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        opacity: 0;
        visibility: hidden;
        transition: all 0.35s ease-in-out;
        transform: translateX(100%);
        background: white;
    }
    header .header__product-list.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0%);
    }
    header .header__product-list .mobile-only {
        display: inline;
    }
    header .header__product-list .mobile-only.sub__close,
    header .header__product-list .mobile-only.main__close {
        position: unset;
        background: none;
        margin-bottom: 24px;
        font-family: "Poppins", "sans-serif";
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #092637;
        text-transform: none;
        letter-spacing: 0;
        display: inline;
    }
    header .header__product-list .mobile-only.sub__close svg,
    header .header__product-list .mobile-only.main__close svg {
        vertical-align: middle;
    }
    header .header__product-list .mobile-only.sub__close::before,
    header .header__product-list .mobile-only.main__close::before {
        content: none;
    }
    header .header__product-list .header__product-wrapper {
        overflow: unset;
        height: 100%;
        padding: 0;
    }
    header .header__product-list .header__product-wrapper .nav-close {
        display: none;
    }
    header .header__product-list .header__product-wrapper h5 {
        margin-top: 24px;
    }
    header .header__product-list .header__product-wrapper > ul::after {
        content: none;
    }
    header .header__product-list .header__product-wrapper > ul > li:hover {
        background: #c8e5f6 !important;
    }
    header .header__product-list .header__product-wrapper ul {
        display: block;
        position: unset;
        padding: 0;
        margin: 0;
    }
    header .header__product-list .header__product-wrapper ul li {
        display: block;
        text-align: left;
        max-width: 100%;
        height: 100%;
        position: unset;
        padding: 8px 12px !important;
        margin: 0;
    }
    header .header__product-list .header__product-wrapper ul li:hover {
        background: #c8e5f6 !important;
    }
    header .header__product-list .header__product-wrapper ul li a {
        display: block;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #092637;
        display: block;
        height: 100%;
        background: none;
        position: unset;
        padding: 0;
        margin: 0;
        font-family: "Poppins", "sans-serif";
    }
    header .header__product-list .header__product-wrapper ul li a::before {
        content: none;
    }
    header .header__product-list .header__product-wrapper ul li a.view-all {
        display: block;
        height: auto;
    }
}

@media (max-width: 920px) {
    header .header__product-link {
        margin: 0;
        padding: 0 24px;
    }
    header .header__product-link::after {
        content: none;
    }
}

header .show-product a.active,
header .show-colour a.active,
header .show-contact a.active {
    color: #1d78ad;
}
header .show-product a.active .arrow svg,
header .show-colour a.active .arrow svg,
header .show-contact a.active .arrow svg {
    transform: rotate(180deg);
}
header .show-product a.active .arrow svg path,
header .show-colour a.active .arrow svg path,
header .show-contact a.active .arrow svg path {
    fill: #1d78ad;
}
@media (max-width: 920px) {
    header .show-product a.active .arrow svg,
    header .show-colour a.active .arrow svg,
    header .show-contact a.active .arrow svg {
        transform: none;
    }
    header .show-product a.active .arrow svg path,
    header .show-colour a.active .arrow svg path,
    header .show-contact a.active .arrow svg path {
        fill: #092637;
    }
}

.footer__top {
    height: 246px;
    background-color: #a1adb4;
}

.footer__top-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.footer__info {
    padding-bottom: 66px;
}
.footer__info img {
    margin-bottom: 35px;
}
.footer__info p {
    color: #153242;
    font-size: 10px;
    line-height: 16px;
}
.footer__info p.footer__email {
    margin-bottom: 6px;
}
.footer__info p.footer__address {
    font-weight: bold;
    line-height: 23px;
    color: #1d78ad;
    text-transform: uppercase;
    margin-bottom: -2px;
}
.footer__info p.footer__phone a {
    font-weight: bold;
}
.footer__info p a {
    text-decoration: none;
    color: #153242;
}

.footer__nav {
    padding-left: 60px;
    padding-top: 8px;
}
.footer__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer__nav ul li {
    margin-bottom: -6px;
}
.footer__nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #153242;
    font-size: 9px;
    font-weight: 500;
    line-height: 15px;
    transition: all 0.3s ease-in-out;
}
.footer__nav ul li a:hover {
    color: #1d78ad;
}

.footer__nav-mobile {
    display: none;
}

.footer__location {
    padding-top: 33px;
    margin-left: auto;
    padding-right: 60px;
}
.footer__location p.footer__address--small {
    font-weight: bold;
    line-height: 23px;
    color: #1d78ad;
    text-transform: uppercase;
    font-size: 9px;
}
.footer__location p.footer__address-info {
    font-size: 10px;
    line-height: 16px;
    color: #153242;
}

.footer__bottom {
    background-color: #153242;
    height: 50px;
}
.footer__bottom-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__bottom p {
    color: #e6e6e7;
    font-size: 10px;
}
.footer__bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.footer__bottom ul li {
    display: flex;
    align-items: center;
}
.footer__bottom ul li::after {
    content: "|";
    margin: 0 5px;
    color: #fff;
}
.footer__bottom ul li:last-child::after {
    display: none;
}
.footer__bottom ul li a {
    color: #e6e6e7;
    font-size: 10px;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    .footer__top {
        height: auto;
        padding-top: 18px;
    }
    .footer__top-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__nav-mobile {
        display: block;
        width: 100%;
    }
    .footer__nav-mobile ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .footer__nav-mobile ul > li {
        border-bottom: 1px solid #153242;
        padding-bottom: 8px;
        margin-bottom: 13px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding-right: 23px;
        flex-wrap: wrap;
    }
    .footer__nav-mobile ul > li.active::after {
        transform: translateY(-50%) rotate(180deg) !important;
    }
    .footer__nav-mobile ul > li.menu-item-has-children::after {
        content: "";
        background-image: url("../images/arrow-down.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        width: 17px;
        height: 10px;
        position: absolute;
        top: 14px;
        right: 23px;
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out;
    }
    .footer__nav-mobile ul > li.menu-item-has-children a {
        width: 100%;
    }
    .footer__nav-mobile ul > li a {
        font-size: 16px;
        line-height: 23px;
        text-decoration: none;
        text-transform: uppercase;
        color: #153242;
    }
    .footer__nav-mobile ul.sub-menu {
        display: none;
        padding-left: 20px;
        padding-top: 10px;
    }
    .footer__nav-mobile ul.sub-menu li {
        border-bottom: 0;
        margin-bottom: 0;
        padding-right: 0;
    }
    .footer__info {
        padding-bottom: 0;
    }
    .footer__info img {
        margin-bottom: 18px;
    }
    .footer__nav,
    .footer__location,
    .footer__email,
    .footer__address,
    .footer__phone {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .footer__bottom {
        padding-top: 9px;
        padding-bottom: 38px;
        height: auto;
    }
    .footer__bottom-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__bottom p {
        order: 2;
    }
    .footer__bottom ul {
        order: 1;
    }
    .footer__bottom-logo img {
        width: 23px;
    }
}

.quote-button {
    position: fixed;
    bottom: 50px;
    right: -100%;
    width: 139px;
    height: 35px;
    box-shadow: 0px 3px 8px #00000029;
    border-radius: 0px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1d78ad;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}
.quote-button:hover {
    transform: scale(1.05);
}
.quote-button a {
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 500;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
}
@media screen and (max-width: 680px) {
    .quote-button.active {
        right: 20px;
    }
}

.btn {
    cursor: pointer;
}
.btn--search {
    background-color: transparent;
    border: none;
    height: 48px;
}
.btn--search:focus {
    outline: none;
}
.btn--resources {
    width: 88px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #1d78ad;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.0891em;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d78ad;
    box-shadow: 0px 1px 3px #00000033;
    transition: all 0.3s ease-in-out;
}
.btn--resources:hover {
    background-color: #1d78ad;
    color: #fff;
}
.btn--work {
    width: auto;
    padding: 0 16px;
    height: 36px;
    border-radius: 4px;
    background-color: #153242;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.0891em;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e6e6e7 !important;
    transition: all 0.3s ease-in-out;
}
.btn--work:hover {
    background-color: #74848d;
}
.btn--contact {
    width: 124px;
    height: 36px;
    background-color: #b5d0e0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.0891em;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d78ad !important;
    box-shadow: 0px 1px 3px #00000033;
    transition: all 0.3s ease-in-out;
}
.btn--contact:hover {
    background-color: #cad8e0;
}
.btn--submit {
    width: 86px;
    height: 36px;
    background-color: #ef7b37 !important;
    border-radius: 4px !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.0891em;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    box-shadow: 0px 1px 3px #00000033;
    transition: all 0.3s ease-in-out;
    border: none !important;
}
.btn--submit:hover {
    background-color: #f8640f !important;
}
.btn--orange {
    width: 124px;
    height: 36px;
    background-color: #f8640f;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.0891em;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    box-shadow: 0px 1px 3px #00000033;
    transition: all 0.3s ease-in-out;
}
.btn--orange:hover {
    background-color: #cad8e0;
}
.btn--read {
    width: 116px;
    height: 36px;
    background-color: transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.0891em;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #153242 !important;
    box-shadow: 0px 1px 3px #00000033;
    border: 1px solid #153242;
    transition: all 0.3s ease-in-out;
}
.btn--read:hover {
    background-color: #153242;
    color: #fff !important;
}
.btn--seemore {
    width: 103px;
    height: 36px;
    background-color: transparent;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.0891em;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d78ad !important;
    box-shadow: 0px 1px 3px #00000033;
    border: 1px solid #1d78ad;
    transition: all 0.3s ease-in-out;
}
.btn--seemore:hover {
    background-color: #1d78ad;
    color: #fff !important;
}
.btn--see {
    width: 104px;
    height: 36px;
    border-radius: 4px;
    background-color: #74848d;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.0891em;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}
.btn--see:hover {
    background-color: #a1adb4;
}
.btn--view {
    width: 143px;
    height: 36px;
    border-radius: 4px;
    background-color: #1d78ad;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.0891em;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.87) !important;
    transition: all 0.3s ease-in-out;
}
.btn--view:hover {
    background-color: #95c0da;
}
.btn--download {
    width: 231px;
    height: 36px;
    border-radius: 4px;
    background-color: #1d78ad;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.0891em;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.87) !important;
    transition: all 0.3s ease-in-out;
}
.btn--download:hover {
    background-color: #95c0da;
}
.btn--techinical-dl {
    width: 119px;
    height: 36px;
    border-radius: 4px;
    background-color: #f8640f;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.0891em;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
}
.btn--techinical-dl:hover {
    background-color: #ef7b37;
}
.btn--viewproduct {
    width: 143px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #153242;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.0891em;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #153242 !important;
    box-shadow: 0px 1px 3px #00000033;
    transition: all 0.3s ease-in-out;
    padding-top: 4px;
}
.btn--viewproduct:hover {
    background-color: #153242;
    color: #fff !important;
}
@media screen and (max-width: 680px) {
    .btn--viewproduct {
        width: 127px;
    }
}

.input__field--search {
    height: 48px !important;
    border: none !important;
    padding: 0 !important;
    width: 100%;
    background-color: #f5f5f5 !important;
    line-height: 160%;
}
.input__field--search::placeholder {
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6);
}
.input__field--search:focus {
    outline: none;
}
@media screen and (max-width: 920px) {
    .input__field--search {
        height: 40px !important;
        background-color: #fff;
        padding-left: 18px !important;
        border-radius: 10px;
    }
}

.select__input {
    border: 1px solid #153242;
    border-radius: 4px;
    box-shadow: 0px 1px 3px #00000033;
    height: 36px;
    background-color: #153242;
    max-width: 571px;
    padding: 0 22px 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.25px;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/arrow-down-white.png");
    background-repeat: no-repeat;
    background-position: center right 25px;
}
.select__input--get {
    width: 231px;
    height: 40px;
    background-image: url("../images/select-arrow-white.png");
    background-position: center right 17px;
    text-transform: capitalize;
}
.select__input--get option {
    background-color: #fff;
    color: #153242;
}
.select__input--get option:hover {
    background-color: #1d78ad;
}
.select__input--technical {
    height: 59px;
    width: 374px;
    background-color: #fff;
    box-shadow: 0px 1px 3px #00000033;
    border: 1px solid #153242;
    border-radius: 4px;
    color: #000;
    background-image: url("../images/arrow-down.png");
    background-position: center right 22px;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.select__input:focus {
    outline: none;
}
@media screen and (max-width: 680px) {
    .select__input {
        max-width: 100%;
        width: 100%;
    }
}

.checkbox--filter {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.full-hero-slider {
    height: 450px;
    width: 100%;
    position: relative;
    top: -10px;
    margin-bottom: -10px;
}
.full-hero-slider--mobile {
    display: none;
}
.full-hero-slider .prestige-btn {
    margin-top: 39px;
    max-width: 196px;
    position: relative;
    text-transform: uppercase;
    line-height: 19px;
    color: #fff;
    letter-spacing: 0.089em;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.full-hero-slider .prestige-btn span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    left: 0;
    transition: all 0.01s ease-in-out;
    opacity: 1;
    z-index: 3;
    pointer-events: none;
}
.full-hero-slider .prestige-btn span.btn-text-2 {
    opacity: 0;
}
.full-hero-slider .prestige-btn:hover span.btn-text-2 {
    opacity: 1;
    left: -49px;
}
.full-hero-slider .prestige-btn:hover span.btn-text-1 {
    opacity: 0;
}
.full-hero-slider .prestige-btn a {
    width: 196px;
    height: 36px;
    display: block;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.089em;
    text-align: center;
    text-decoration: none;
    background: #766947;
    line-height: 37px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
}
.full-hero-slider .prestige-btn a:hover {
    background-color: #a1adb4;
    width: 93px;
}
.full-hero-slider__background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.full-hero-slider__background::before {
    content: "";
    width: 883px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #153242 0%, #040a0d00 100%) 0% 0%
        no-repeat padding-box;
}
.full-hero-slider__background::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(21, 50, 66, 0.4);
}
.full-hero-slider__background:focus {
    outline: none;
}
.full-hero-slider__slide {
    height: 100%;
}
.full-hero-slider__slide .slick-list {
    height: 100%;
}
.full-hero-slider__slide .slick-track {
    height: 100%;
}
.full-hero-slider__container {
    height: 100%;
    display: flex;
}
.full-hero-slider__content {
    padding-top: 109px;
    position: relative;
    z-index: 2;
}
.full-hero-slider__content h3 {
    color: #cad8e0;
    margin-bottom: 17px;
}
.full-hero-slider__content p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.74);
}
.full-hero-slider__arrow {
    position: absolute;
    width: 100%;
    top: 41%;
    left: 0;
    transform: translateY(-50%);
}
.full-hero-slider__arrow ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0 60px;
}
.full-hero-slider__arrow ul li {
    cursor: pointer;
    position: relative;
}
.full-hero-slider__arrow ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    height: 108px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.28);
    border-radius: 4px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.full-hero-slider__arrow ul li:hover::before {
    opacity: 1;
}
.full-hero-slider__arrow ul li:hover svg path {
    fill: #909090;
}
.full-hero-slider__arrow ul li svg {
    transition: all 0.3s ease-in-out;
}
.full-hero-slider__arrow ul li svg path {
    transition: all 0.3s ease-in-out;
}
.full-hero-slider__arrow-right {
    transform: scaleX(-1);
}
@media screen and (max-width: 1200px) {
    .full-hero-slider__container.wrapper {
        max-width: 80%;
    }
    .full-hero-slider__arrow ul {
        padding: 0 30px;
    }
}
@media screen and (max-width: 480px) {
    .full-hero-slider--desktop {
        display: none;
    }
    .full-hero-slider__container {
        background-color: #435b67;
    }
    .full-hero-slider .full-hero-slider__content h3 {
        line-height: 28px !important;
        margin-bottom: 23px !important;
    }
    .full-hero-slider .full-hero-slider__content h3 br {
        display: none;
    }
    .full-hero-slider .full-hero-slider .prestige-btn {
        margin-top: 28px;
    }
    .full-hero-slider--mobile {
        display: block;
        height: auto;
    }
    .full-hero-slider--mobile .full-hero-slider__background {
        height: 260px;
    }
    .full-hero-slider--mobile .full-hero-slider__background::before {
        display: none;
    }
    .full-hero-slider--mobile .full-hero-slider__slide .slick-track {
        height: auto;
    }
    .full-hero-slider--mobile .full-hero-slider__container {
        max-width: 100%;
    }
    .full-hero-slider__content {
        display: none;
        padding-top: 29px;
        padding-bottom: 24px;
    }
    .full-hero-slider__content p {
        font-size: 16px;
        line-height: 23px;
    }
    .full-hero-slider__content p a {
        margin-top: 25px;
    }
    .full-hero-slider__content h3 {
        font-size: 28px;
        line-height: 46px;
        margin-bottom: 24px;
    }
    .full-hero-slider__content h6 {
        color: #95c0da;
        font-size: 12px;
        line-height: 19px;
        text-transform: uppercase;
        letter-spacing: 0.1564em;
        margin-bottom: 3px;
    }
    .full-hero-slider__content--mobile {
        display: block;
    }
}

.product-range {
    padding-top: 48px;
    background-color: #fff;
}
.product-range h3 {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87);
}
.product-range .header__product-list {
    box-shadow: none;
    display: block !important;
    position: relative;
    left: auto;
    padding-top: 22px;
    padding-bottom: 24px;
    z-index: 2;
}
.product-range .header__product-list::after {
    display: none;
}
.product-range .header__product-list ul {
    list-style: none;
    padding: 0;
    margin: 0 -12px;
}
.product-range .header__product-list ul li {
    padding: 0 12px;
}
.product-range .header__product-container {
    box-shadow: 0px 6px 6px #00000030;
}
.product-range .header__product-container:hover {
    box-shadow: 0px 6px 6px #00000030;
}
@media screen and (max-width: 920px) {
    .product-range .header__product-list {
        background-color: #fff;
        position: relative;
        top: auto;
    }
}
@media screen and (max-width: 680px) {
    .product-range h3 {
        font-size: 28px;
        line-height: 46px;
        text-align: center;
    }
    .product-range .header__product-list {
        padding-top: 16px;
        padding-bottom: 24px;
    }
    .product-range .header__product-list ul {
        margin: 0 -7px;
    }
    .product-range .header__product-list ul li {
        padding: 0 7px !important;
        margin-bottom: 15px !important;
    }
}

.resources {
    background-color: #153242;
    border-radius: 8px;
    padding-top: 49px;
    padding-bottom: 18px;
    box-shadow: 0px 3px 6px #00000029;
}
.resources h3 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 27px;
}
.resources__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.resources__col {
    max-width: 33.33%;
    padding: 0 12px;
    margin-bottom: 22px;
}
.resources__list-container {
    background-color: #f1f9ff;
    border-radius: 0px 0px 8px 8px;
    border-top: 8px solid #ef7b37;
    min-height: 204px;
    height: 100%;
    padding: 17.5px 10px 75px 16px;
    position: relative;
}
.resources__title {
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.1564em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10.5px;
}
.resources__description {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 0.011em;
    color: rgba(0, 0, 0, 0.87);
}
.resources .btn--resources {
    position: absolute;
    bottom: 20px;
    left: 16px;
}
@media screen and (max-width: 680px) {
    .resources {
        padding-top: 31px;
        padding-bottom: 23px;
        overflow: hidden;
    }
    .resources__container.wrapper {
        padding-right: 0;
    }
    .resources h3 {
        text-align: center;
        font-size: 28px;
        line-height: 46px;
        margin-bottom: 19px;
    }
    .resources .slick-list {
        padding: 0 10% 0 0;
    }
    .resources__row {
        margin: 0 -7px;
    }
    .resources__col {
        padding: 0 7px;
        max-width: 100%;
    }
}

.work {
    background-color: #909090;
    padding-top: 55px;
    padding-bottom: 20px;
}
.work h3 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 27px;
    color: #153242;
}
.work__description {
    background-color: #153242;
    height: 189px;
    border-radius: 0px 0px 8px 8px;
    padding: 27px 10px 20px 16px;
    position: relative;
    top: -7px;
    box-shadow: 0px 3px 6px #00000029;
}
.work__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.work__col {
    max-width: 33.33%;
    width: 100%;
    padding: 0 12px;
    margin-bottom: 22px;
}
.work__col-container {
    line-height: 0;
}
.work__col-container img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 0px 0px 8px 8px;
    position: relative;
    z-index: 2;
}
.work__listing-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.work__listing-button img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.work__title {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.0129em;
    font-weight: 500;
    color: #ef7b37;
    margin-bottom: 18px;
}
.work__text {
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.0308em;
}
.work a.btn--work {
    position: absolute;
    bottom: 15px;
    right: 18px;
}
@media screen and (max-width: 680px) {
    .work {
        padding-top: 30px;
        padding-bottom: 15px;
        overflow: hidden;
    }
    .work a.btn--work {
        left: 0;
        right: auto;
    }
    .work__container.wrapper {
        padding-right: 0;
    }
    .work__col-container img {
        height: 213px;
    }
    .work h3 {
        text-align: center;
        font-size: 28px;
        line-height: 46px;
        margin-bottom: 14px;
    }
    .work .slick-list {
        padding: 0 25% 0 0;
    }
    .work__row {
        margin: 0 -7px;
    }
    .work__col {
        padding: 0 7px;
        max-width: 100%;
    }
}

.recent-case-studies {
    background-color: #909090;
    padding-top: 43px;
    padding-bottom: 19px;
    overflow: hidden;
}
.recent-case-studies h3 {
    color: rgba(255, 255, 255, 0.87);
    text-align: center;
    font-weight: 300;
    margin-bottom: 21px;
    font-size: 34px;
}
.recent-case-studies a.btn--work {
    position: absolute;
    bottom: 15px;
    right: 18px;
}
@media screen and (max-width: 680px) {
    .recent-case-studies .slick-list {
        padding: 0 25% 0 0;
    }
    .recent-case-studies a.btn--work {
        left: 0;
        right: auto;
    }
}

.connect-us {
    background-color: #fff;
    padding-top: 44px;
    padding-bottom: 60px;
    overflow: hidden;
}
.connect-us h3 {
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #153242;
}
.connect-us__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.connect-us__col {
    max-width: 50%;
    width: 100%;
    padding: 0 12px;
    margin-bottom: 36px;
}
.connect-us__col-container {
    display: flex;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 10px 10px 0px;
    line-height: 0;
}
.connect-us__image {
    width: 214px;
}
.connect-us__details {
    width: calc(100% - 214px);
    padding: 34px 16px 28px 16px;
}
.connect-us__details h6 {
    color: #1d78ad;
    margin-bottom: 12px;
}
.connect-us__address {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.0174em;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 8px;
}
.connect-us__address span {
    font-size: 16px;
    color: #1d78ad;
}
.connect-us__phone {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.0174em;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 21px;
}
.connect-us__phone span {
    font-size: 16px;
    color: #1d78ad;
}
.connect-us__phone a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
}
.connect-us__quote {
    max-width: 50%;
    width: 100%;
    padding: 0 12px;
    margin-bottom: 36px;
}
.connect-us__quote-container {
    background-color: #1d78ad;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 3px 6px #00000029;
    min-height: 230px;
    height: 100%;
    padding: 25px;
    position: relative;
}
.connect-us__quote-container h4 {
    color: rgba(255, 255, 255, 0.87);
    margin-bottom: 8px;
}
.connect-us__quote-container p {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.0129em;
    color: rgba(255, 255, 255, 0.87);
}
.connect-us__quote-container p a {
    position: absolute;
    width: 200px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cad8e0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #153242;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px 10px 0 0;
    bottom: 0;
    right: 35px;
    transition: all 0.3s ease-in-out;
}
.connect-us__quote-container p a span {
    position: relative;
    transition: all 0.3s ease-in-out;
    top: 0;
}
.connect-us__quote-container p a:hover {
    background-color: #e39c73;
}
.connect-us__quote-container p a:hover span {
    top: -3px;
}
@media screen and (max-width: 780px) {
    .connect-us__quote {
        max-width: 100%;
        position: relative;
        right: -18px;
        padding: 0;
    }
    .connect-us__col {
        max-width: 100%;
        position: relative;
        left: -18px;
        padding: 0;
    }
    .connect-us__col-container {
        padding-left: 20px;
    }
}
@media screen and (max-width: 680px) {
    .connect-us {
        padding-top: 30px;
        padding-bottom: 15px;
        overflow: hidden;
    }
    .connect-us h3 {
        text-align: center;
        font-size: 28px;
        line-height: 46px;
        margin-bottom: 14px;
    }
    .connect-us__quote-container h4 {
        font-size: 26px;
        line-height: 43px;
    }
    .connect-us__col {
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 480px) {
    .connect-us__image {
        display: none;
    }
    .connect-us__details {
        width: 100%;
    }
}

.field__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px 16px;
}
.field__row--full {
    display: flex;
    flex-direction: column;
}

.field__group {
    max-width: 50%;
    width: 100%;
    padding: 0 12px;
}
.field__group--full {
    max-width: 100%;
}
.field__group--inline {
    display: flex;
    align-items: center;
}
.field__group br {
    display: none;
}

input.input__text {
    height: 40px;
    width: 100%;
    box-shadow: 3px 3px 3px #0000001a;
    border: 1px solid #ffffff;
    border-radius: 8px;
    letter-spacing: 0.49px;
    font-size: 16px;
    color: #00000099;
    background-color: #f8f8f8;
    padding-left: 8px;
}
input.input__text:focus {
    outline: none;
}

textarea.input__text-area {
    height: 100px;
    width: 100%;
    box-shadow: 3px 3px 3px #0000001a;
    border: 1px solid #ffffff;
    border-radius: 8px;
    color: #00000099;
    resize: none;
    background-color: #f8f8f8;
    padding-left: 8px;
    padding: 15px 0 0 9px;
}
textarea.input__text-area:focus {
    outline: none;
}

.blank-header {
    min-height: 225px;
    background-color: #95c0da;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 10px 10px;
    position: relative;
    margin-bottom: 26px;
    padding-top: 53px;
    top: -9px;
}
.blank-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -19px;
    height: 31px;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 10px 10px;
    background-color: #e39c73;
    z-index: -1;
}
.blank-header h2 {
    color: #153242;
    margin-bottom: 11px;
}
.blank-header p {
    color: #435b67;
}
@media screen and (max-width: 680px) {
    .blank-header {
        min-height: 223px;
        padding-bottom: 39px;
    }
    .blank-header__content br {
        display: none;
    }
    .blank-header h2 {
        font-size: 33px;
        line-height: 54px;
    }
}

.contact-form {
    background-color: #e6e6e7;
    padding-top: 46px;
    padding-bottom: 163px;
}
.contact-form__row {
    display: flex;
    flex-wrap: wrap;
}
.contact-form__left {
    width: 100%;
    max-width: 589px;
    padding-right: 91px;
}
.contact-form__right {
    width: 100%;
    max-width: calc(100% - 589px);
    padding-left: 91px;
}
.contact-form__forms h2 {
    color: #153242;
    margin-bottom: 11px;
}
.contact-form__forms p {
    color: #435b67;
}
.contact-form__forms .wpcf7 label {
    font-weight: 500;
    color: #435b67;
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}
.contact-form__locations {
    padding-top: 89px;
}
.contact-form__location-list ul {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}
.contact-form__location-list ul li {
    display: flex;
    margin-bottom: 6px;
}
.contact-form__location-list ul li span {
    width: 28px;
    display: block;
    margin-right: 18px;
}
.contact-form__location-list ul li p {
    color: #153242;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.0174em;
    width: calc(100% - 28px);
}
.contact-form__location-list ul li a {
    color: #153242;
    margin-top: 5px;
    display: block;
    text-decoration: none;
}
.contact-form__location-list ul li:first-child a {
    text-decoration: underline;
}
.contact-form__name {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.0067em;
    color: #e39c73;
    font-weight: 500;
    margin-bottom: 15px;
}
.contact-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    color: #435b67;
    font-size: 14px;
}
.contact-form .wpcf7-not-valid-tip {
    color: #bd0000;
    font-size: 12px;
    font-weight: 500px;
    margin-top: 5px;
}
@media screen and (max-width: 980px) {
    .contact-form__left {
        max-width: 70%;
        padding-right: 45px;
    }
    .contact-form__right {
        max-width: 30%;
        padding-left: 0;
    }
}
@media screen and (max-width: 860px) {
    .contact-form__left {
        max-width: 60%;
        padding-right: 30px;
    }
    .contact-form__right {
        max-width: 40%;
    }
    .contact-form__forms p br {
        display: none;
    }
}
@media screen and (max-width: 680px) {
    .contact-form {
        padding-top: 43px;
        padding-bottom: 32px;
    }
    .contact-form__forms h2 {
        font-size: 33px;
        line-height: 54px;
    }
    .contact-form__forms .field__row:nth-child(2) .field__group {
        max-width: 100%;
        margin-bottom: 16px;
    }
    .contact-form__forms .field__row:nth-child(2) .field__group:last-child {
        margin-bottom: 0;
    }
    .contact-form__left {
        max-width: 100%;
        padding-right: 0;
    }
    .contact-form__right {
        max-width: 100%;
        padding-left: 0;
    }
    .contact-form__name {
        color: #f8640f;
    }
    .contact-form__locations {
        padding-top: 74px;
    }
}

.wysiwyg {
    padding: 55px 0 57px;
}
.wysiwyg__content {
    max-width: 826px;
}
.wysiwyg__content h2 {
    margin-bottom: 48px;
    color: #153242;
}
.wysiwyg__content p {
    margin-bottom: 22px;
    color: rgba(0, 0, 0, 0.6);
}
.wysiwyg__content p span.semi-b {
    font-weight: 600;
}
.wysiwyg__content p a {
    color: rgba(0, 0, 0, 0.6);
}
.wysiwyg__content p a.noline {
    text-decoration: none;
}
.wysiwyg__content h6 {
    margin-bottom: 22px;
    color: rgba(0, 0, 0, 0.87);
}
@media screen and (max-width: 680px) {
    .wysiwyg {
        padding: 24px 0 26px;
    }
    .wysiwyg__content h2 {
        margin-bottom: 11px;
    }
}

.selection-wysiwyg {
    padding: 55px 0 57px;
}
.selection-wysiwyg .select__input {
    margin-bottom: 45px;
    width: 100%;
}
.selection-wysiwyg h2 {
    margin-bottom: 48px;
    color: #153242;
}
.selection-wysiwyg__content {
    display: none;
    max-width: 826px;
}
.selection-wysiwyg__content#option-1 {
    display: block;
}
.selection-wysiwyg__content h2 {
    margin-bottom: 48px;
    color: #153242;
}
.selection-wysiwyg__content p {
    margin-bottom: 22px;
    color: rgba(0, 0, 0, 0.6);
}
.selection-wysiwyg__content p span.semi-b {
    font-weight: 600;
}
.selection-wysiwyg__content p a {
    color: rgba(0, 0, 0, 0.6);
}
.selection-wysiwyg__content p a.noline {
    text-decoration: none;
}
.selection-wysiwyg__content h6 {
    margin-bottom: 22px;
    color: rgba(0, 0, 0, 0.87);
}
@media screen and (max-width: 680px) {
    .selection-wysiwyg {
        padding: 24px 0 26px;
    }
    .selection-wysiwyg h2 {
        margin-bottom: 11px;
    }
    .selection-wysiwyg .select__input {
        margin-bottom: 65px;
        padding-right: 60px;
    }
}

.get-quote {
    padding: 55px 0 55px;
    background-color: #1d78ad;
}
.get-quote__row {
    display: flex;
    flex-wrap: wrap;
}
.get-quote__image {
    max-width: calc(100% - 540.5px);
    width: 100%;
    padding-left: 54.5px;
}
.get-quote__image ul {
    list-style: none;
    padding: 49px 0 0 0;
    margin: 0;
}
.get-quote__image ul li {
    margin-bottom: 16px;
}
.get-quote__image ul li img {
    box-shadow: 3px 3px 10px #00000029;
    border-radius: 10px;
}
.get-quote__form {
    max-width: 540.5px;
    width: 100%;
    padding-right: 54.5px;
}
.get-quote__form h2 {
    color: #ffffff;
}
.get-quote__form .wpcf7 label,
.get-quote__form .wpcf7 .wpcf7-list-item-label {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}
.get-quote__form .wpcf7 .wpcf7-list-item-label {
    display: none;
}
.get-quote__form p {
    color: #cad8e0;
}
.get-quote__form p a {
    color: #cad8e0;
}
.get-quote__form ul {
    margin: 13px 0 26px;
    padding: 0;
}
.get-quote__form ul li {
    display: flex;
    align-items: center;
}
.get-quote__form ul li span {
    margin-right: 15px;
    display: block;
    height: 28px;
}
.get-quote__form ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.get-quote .wpcf7 form .wpcf7-response-output {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.get-quote .wpcf7-not-valid-tip {
    color: #bd0000;
    font-size: 12px;
    font-weight: 500px;
    margin-top: 5px;
}
.get-quote .btn--submit {
    background-color: #f8640f !important;
}
.get-quote .btn--submit:hover {
    background-color: #ef7b37 !important;
}
@media screen and (max-width: 996px) {
    .get-quote__form {
        max-width: 60%;
        padding-right: 15px;
    }
    .get-quote__image {
        max-width: 40%;
        padding-left: 15px;
    }
}
@media screen and (max-width: 680px) {
    .get-quote__form {
        max-width: 100%;
        padding-right: 0;
    }
    .get-quote__form p br {
        display: none;
    }
    .get-quote__form .field__row:nth-child(3) .field__group {
        max-width: 100%;
        margin-bottom: 16px;
    }
    .get-quote__form .field__row:nth-child(3) .field__group:last-child {
        margin-bottom: 0;
    }
    .get-quote__image {
        max-width: 100%;
        margin-top: 25px;
        padding-left: 0;
    }
    .get-quote__image ul {
        padding: 0;
    }
}

.cc__label {
    position: relative;
    margin-bottom: 0;
}
.cc__label::before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
}

input#carboncopy:checked + label:before {
    background-color: #f8640f;
    border: 1px solid #f8640f;
}

input#carboncopy:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 12px;
    border: solid #1d78ad;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.product-listing {
    padding: 35px 0 49px;
    position: relative;
}
.product-listing .product-listing__image img {
    width: 100%;
}
.product-listing .product-listing__details h6 {
    text-transform: uppercase;
}
.product-listing__filter p {
    color: #153242;
}
.product-listing__filter ul {
    list-style: none;
    padding: 0;
    margin: 13px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}
.product-listing__filter ul li {
    display: flex;
    align-items: center;
    margin-right: 22px;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.6);
}
.product-listing__filter ul li label {
    position: relative;
    cursor: pointer;
}
.product-listing__filter ul li label::before {
    content: "";
    -webkit-appearance: none;
    background-color: #f8640f;
    padding: 12px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    border-radius: 3px;
}
.product-listing__filter-mobile {
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 0 24px 0 37px;
    display: none;
}
.product-listing__filter-mobile p {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
}
.product-listing__filter-mobile p:last-child {
    font-size: 14px;
    color: #ef7b37;
    text-decoration: underline;
    font-weight: 400;
    cursor: pointer;
}
.product-listing__row {
    margin: 0 -10.5px;
    display: flex;
    flex-wrap: wrap;
}
.product-listing__col {
    max-width: 33%;
    width: 100%;
    padding: 0 10.5px;
    margin-bottom: 24px;
}
.product-listing__col.hide {
    display: none;
}
.product-listing__col-container {
    border-radius: 0px 0px 10px 10px;
    background-color: #1d78ad;
    position: relative;
}
.product-listing__col-container a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.product-listing__col-container svg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    display: none;
    transition: all 0.3s ease-in-out;
}
.product-listing__col-container.active svg {
    transform: translateX(-50%) rotate(180deg);
}
.product-listing__col-container.active .product-listing__image {
    height: 186px;
}
.product-listing__col-container.active .product-listing__image img {
    width: 100%;
}
.product-listing__col-container.active .product-listing__details {
    height: 146px;
}
.product-listing__col-container.active .product-listing__details p {
    opacity: 1;
    display: block;
}
.product-listing__col-container.active .product-listing__details h6 {
    position: absolute;
    top: 15px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
.product-listing__col-container.active .product-listing__image {
    border: 2px solid #333;
}
.product-listing__col-container.active:before {
    border: 2px solid #333;
}
.product-listing__image {
    height: 211px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #1d78ad;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.product-listing__details {
    height: 121px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px 18px;
    transition: all 0.3s ease-in-out;
}
.product-listing__details p {
    text-align: center;
    color: #e6e6e7;
    line-height: 23px;
    max-width: 256px;
    width: 100%;
    margin: 0 auto;
    padding-top: 35px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.49px;
    display: none;
}
.product-listing__details h6 {
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    text-align: center;
    max-width: 230px;
    letter-spacing: 0.26px;
}
@media screen and (max-width: 980px) {
    .product-listing__col-container.active svg {
        transform: translateX(-50%) rotate(180deg);
    }
    .product-listing__col-container.active .product-listing__image {
        height: 186px;
    }
    .product-listing__col-container.active .product-listing__details {
        height: 146px;
    }
    .product-listing__col-container.active .product-listing__details p {
        opacity: 1;
        display: block;
    }
    .product-listing__col-container.active .product-listing__details h6 {
        position: absolute;
        top: 19px;
    }
    .product-listing__col-container svg {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .product-listing__col {
        max-width: 50%;
    }
}
@media screen and (max-width: 680px) {
    .product-listing {
        padding-top: 0;
    }
    .product-listing__row {
        padding-top: 37px;
    }
    .product-listing__col {
        max-width: 100%;
    }
    .product-listing__col:last-child {
        margin-bottom: 0;
    }
    .product-listing__image {
        height: 148px;
    }
    .product-listing__details h6 {
        margin-bottom: 31px;
    }
    .product-listing__filter-mobile {
        display: flex;
        margin: -19px -18px 0;
    }
    .product-listing__filter {
        position: absolute;
        background-color: #153242;
        right: 0;
        top: 59px;
        z-index: 2;
        width: 90%;
        border-radius: 0px 0px 10px 10px;
        display: none;
    }
    .product-listing__filter.active {
        display: block;
    }
    .product-listing__filter ul {
        padding: 12px 15px 22px 15px;
    }
    .product-listing__filter ul li {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 17px;
        margin-right: 0;
    }
    .product-listing__filter ul li:last-child {
        margin-bottom: 0;
    }
    .product-listing__filter ul li label {
        width: 100%;
        color: #fff;
        position: relative;
    }
    .product-listing__filter ul li label::before {
        position: absolute;
        right: 0;
    }
    .product-listing__filter ul li label::after {
        position: absolute;
        right: 20px;
        left: auto !important;
        border: solid #153242;
    }
    .product-listing__filter p {
        display: none;
    }
}

.single-product .product__navigation ul li.active a {
    color: #f8640f;
}

.single-product .product__navigation-container {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 10px 10px;
    background-color: #153242;
    padding: 41px 19px 30px 41px;
    position: relative;
    z-index: 2;
}
.single-product .product__navigation-container.sticky {
    position: fixed;
    top: 102px;
    left: 50%;
    transform: translateX(-50%);
}
.single-product .product__navigation-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.single-product .product__navigation-container ul li {
    margin-right: 54px;
}
.single-product .product__navigation-container ul li a {
    text-decoration: none;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    color: #e6e6e7;
    letter-spacing: 0.26px;
    position: relative;
}
.single-product .product__navigation-container ul li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f8640f;
    bottom: -5px;
    left: 0;
    opacity: 0;
}
.single-product .product__navigation-container ul li a.active {
    color: #f8640f;
}
.single-product .product__navigation-container ul li a.active::after {
    opacity: 1;
}
.single-product .product__navigation-container ul li a:hover {
    color: #f8640f;
}
.single-product .product__navigation-container ul li a:hover::after {
    opacity: 1;
}
.single-product .product__navigation-container ul li:last-child a {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 10px 10px;
    background-color: #766947;
    width: 236px;
    height: 84px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 19px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    color: #e6e6e7;
    transition: all 0.3s ease-in-out;
}
.single-product .product__navigation-container ul li:last-child a::after {
    display: none;
}
.single-product .product__navigation-container ul li:last-child a:hover {
    background-color: #435b67;
}

.single-product #product_nav {
    display: none;
}

.single-product__description {
    padding: 45px 0 60px;
}

.single-product__description-container {
    display: flex;
    flex-wrap: wrap;
}

.single-product__description-content {
    max-width: 680px;
    width: 100%;
    padding-right: 30px;
}
.single-product__description-content h6 {
    color: #1d78ad;
    margin-bottom: 17px;
}
.single-product__description-content p {
    color: #153242;
    max-width: 567px;
}
.single-product__description-content ul {
    margin: 18px 0 0;
    list-style-type: disc;
}
.single-product__description-content ul li {
    list-style-type: disc !important;
}

.single-product__description-image {
    max-width: calc(100% - 680px);
    width: 100%;
}
.single-product__description-image img {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 14px 14px 14px;
}

.single-product__colour-range {
    padding: 15px 0 43px;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #e6e6e7;
}

.single-product__colour-range-filter {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 8px 0 0;
    padding: 0;
}
.single-product__colour-range-filter li {
    margin-right: 30px;
}
.single-product__colour-range-filter li:last-child {
    margin-right: 0;
}
.single-product__colour-range-filter li label {
    position: relative;
    cursor: pointer;
    letter-spacing: 0.49px;
    color: #00000099;
}
.single-product__colour-range-filter li label::before {
    content: "";
    -webkit-appearance: none;
    background-color: #f8640f;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    background-color: transparent;
    border: 1px solid #f8640f;
    border-radius: 3px;
}
.single-product__colour-range-filter li .checkbox:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 7px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.single-product__colour-range-filter li .checkbox:checked + label:before {
    background-color: #f8640f;
}
.single-product__colour-range-filter--mobile {
    display: none;
}

.single-product__colour-range-header {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.single-product__colour-range-header-left {
    max-width: 50%;
    width: 100%;
}
.single-product__colour-range-header-left p {
    letter-spacing: 0.24px;
    color: #00000099;
    font-size: 14px;
    line-height: 20px;
}
.single-product__colour-range-header-left h4 {
    letter-spacing: 0.24px;
    color: #000000de;
    margin-bottom: 5px;
}

.single-product__colour-range-header-right {
    max-width: 50%;
    width: 100%;
    padding-top: 15px;
}
.single-product__colour-range-header-right p {
    color: #153242;
    padding-top: 6px;
}

.single-product__colour-range-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.single-product__colour-range-col {
    max-width: 16.66%;
    width: 100%;
    padding: 0 12px;
    margin-bottom: 24px;
}
.single-product__colour-range-col.show {
    display: block;
}

.single-product__colour-range-col-name {
    display: flex;
    align-items: center;
    height: 110px;
    justify-content: center;
}
.single-product__colour-range-col-name p {
    letter-spacing: 0.09px;
    color: #4b4b4d;
    font-size: 14px;
    text-transform: uppercase;
}
.single-product__colour-range-col-name p span {
    font-weight: 600;
}

.single-product__colour-range-col-container {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 8px 8px;
    background-color: #fff;
}

.single-product__colour-range-col-color {
    width: 100%;
    height: 102px;
    border-radius: 0px 0px 8px 8px;
}

.single-product__information-container {
    display: flex;
    flex-wrap: wrap;
}

.single-product__specifications {
    padding: 30px 0;
    max-width: 55.052vw;
    width: 100%;
    background-color: #b5d0e0;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 8px 0px;
    position: relative;
}

.single-product__specifications-content {
    max-width: 595px;
    margin-left: auto;
    padding-right: 42px;
}
.single-product__specifications-content p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 27px;
}
.single-product__specifications-content li {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 27px;
}
.single-product__specifications-content a {
    color: rgba(0, 0, 0, 0.6);
}
.single-product__specifications-content-mobile {
    display: none;
}
.single-product__specifications-content-mobile h4 {
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 27px;
}
.single-product__specifications-content-mobile h6 {
    color: #1d78ad;
}
.single-product__specifications-content-mobile p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 27px;
}
.single-product__specifications-content-mobile ul {
    margin: 0;
}
.single-product__specifications-content h4 {
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 27px;
}
.single-product__specifications-content h6 {
    color: #1d78ad;
}
.single-product__specifications-content p {
    color: rgba(0, 0, 0, 0.6);
}
.single-product__specifications-content ul {
    margin: 0;
}

.single-product__schematics {
    max-width: 50%;
    width: 100%;
    padding: 30px 0;
}

.single-product__specifications-load {
    display: none;
    background-color: #b5d0e0;
    padding: 32px 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.single-product__schematics {
    max-width: calc(100% - 55.052vw);
    width: 100%;
    position: relative;
}
.single-product__schematics::before {
    content: "";
    height: 17px;
    width: 100%;
    background: #766947;
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;
    top: 0;
}

.single-product__schematics-content {
    padding-left: 85px;
}
.single-product__schematics-content h4 {
    color: rgba(0, 0, 0, 0.87);
}
.single-product__schematics-content img {
    margin-bottom: 20px;
}
.single-product__schematics-content h6 {
    color: #1d78ad;
}
.single-product__schematics-content p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 27px;
}
.single-product__schematics-content li {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 27px;
}
.single-product__schematics-content ul {
    margin: 9px 0 0;
    padding: 0;
    list-style: none;
}
.single-product__schematics-content ul li {
    margin-bottom: 10px;
}

.single-product__related {
    padding: 45px 0;
}
.single-product__related h4 {
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 24px;
}

.single-product__related-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.single-product__related-col {
    max-width: 25%;
    width: 100%;
    padding: 0 12px;
    margin-bottom: 24px;
}

.single-product__related-col-container {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 10px 10px;
}
.single-product__related-col-container img {
    border-radius: 0px 0px 8px 8px;
}

.single-product__related-col-details {
    padding: 10px 30px;
    position: relative;
    height: 136px;
    display: flex;
    justify-content: center;
}
.single-product__related-col-details h6 {
    color: #153242;
    font-size: 16px;
}
.single-product__related-col-details a.btn {
    position: absolute;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1080px) {
    .single-product__specifications {
        padding-left: 18px;
    }
    .single-product__schematics-content {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .single-product__description-content {
        max-width: 70%;
        padding-right: 20px;
    }
    .single-product__description-content p {
        max-width: 80%;
    }
    .single-product__description-image {
        max-width: 30%;
    }
    .single-product__colour-range-header-left {
        max-width: 100%;
    }
    .single-product__colour-range-header-right {
        max-width: 100%;
    }
}

@media screen and (max-width: 990px) {
    .single-product__related-col-details {
        padding: 10px 25px;
    }
    .single-product .product__navigation-container ul li {
        margin-right: 25px;
    }
    .single-product .product__navigation-container ul li a {
        font-size: 16px;
    }
    .single-product .product__navigation-container ul li:last-child a {
        width: 170px;
    }
}

@media screen and (max-width: 880px) {
    .single-product__related-col {
        max-width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .single-product__description-content {
        max-width: 100%;
        margin-bottom: 40px;
        padding-right: 0;
    }
    .single-product__description-content p {
        max-width: 100%;
    }
    .single-product .product__navigation-container {
        padding-left: 18px;
    }
    .single-product__description-image {
        max-width: 100%;
    }
    .single-product__colour-range-col {
        max-width: 33.33%;
    }
    .single-product__specifications {
        max-width: 100%;
        width: 100%;
        padding: 30px 18px;
        border-radius: 0;
    }
    .single-product__specifications-content {
        max-width: 100%;
        margin-left: 0;
        padding-right: 0;
    }
    .single-product__schematics {
        width: 100%;
        max-width: 100%;
    }
    .single-product__schematics-content {
        padding: 0 18px;
    }
}

@media screen and (max-width: 680px) {
    .single-product #product_nav {
        display: block;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
        height: 46px;
    }
    .single-product__section {
        display: none;
    }
    .single-product__section#option-1 {
        display: block;
    }
    .single-product .product__navigation-container ul {
        display: none;
    }
    .single-product .product__navigation-container {
        padding: 0 20px 0 0;
        background: transparent;
        box-shadow: none;
    }
    .single-product__description-content h6 {
        display: none;
    }
    .single-product__description-image img {
        max-width: 100%;
        width: 100%;
    }
    .single-product__description {
        padding: 38px 0 28px;
    }
    .single-product__colour-range-header-left h4 {
        display: none;
    }
    .single-product__colour-range-header .product-listing__filter-mobile {
        width: 100%;
        background-color: #fff;
        margin: 26px 0 0 -18px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    .single-product__colour-range-header .product-listing__filter-mobile p {
        color: #000000;
        font-weight: 500;
        font-size: 20px;
    }
    .single-product__colour-range-header
        .product-listing__filter-mobile
        p:last-child {
        font-size: 14px;
        color: #ef7b37;
        text-decoration: underline;
        font-weight: 400;
        cursor: pointer;
    }
    .single-product__colour-range {
        padding: 61px 0 12px;
        position: relative;
        top: -36px;
        margin-bottom: -36px;
    }
    .single-product__colour-range-filter {
        padding: 12px 15px 22px 15px;
        position: absolute;
        background-color: #153242;
        right: 18px;
        top: -10px;
        z-index: 2;
        width: 90%;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        display: none;
    }
    .single-product__colour-range-filter--mobile {
        display: none;
    }
    .single-product__colour-range-filter label {
        color: #fff !important;
    }
    .single-product__colour-range-filter.active {
        display: block;
    }
    .single-product__colour-range-filter li .checkbox:checked + label:after {
        border: solid #153242;
        border-width: 0 2px 2px 0;
        left: auto;
        right: 18px;
        top: 5px;
    }
    .single-product__colour-range-filter li {
        margin-right: 0;
        margin-bottom: 14px;
    }
    .single-product__colour-range-filter li:last-child {
        margin-bottom: 0;
    }
    .single-product__colour-range-filter li label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .single-product__colour-range-filter li label::before {
        order: 2;
    }
    .single-product__colour-range-header-right {
        position: relative;
    }
    .single-product__colour-range-row {
        margin: 0 -7x;
    }
    .single-product__colour-range-col {
        max-width: 50%;
        padding: 0 7px;
    }
    .single-product__specifications {
        padding: 66px 18px;
    }
    .single-product__specifications.active
        .single-product__specifications-content {
        display: block;
    }
    .single-product__specifications.active
        .single-product__specifications-content-mobile {
        display: none;
    }
    .single-product__information {
        position: relative;
        top: -36px;
        margin-bottom: -36px;
    }
    .single-product__specifications-content h4 {
        display: none;
    }
    .single-product__schematics-content ul {
        margin-top: 25px;
    }
    .single-product__specifications-load {
        display: flex;
    }
    .single-product__related-col-container img {
        height: 162px;
        object-fit: cover;
    }
    .single-product__related-col-details h6 {
        font-size: 16px;
        line-height: 23px;
        color: rgba(0, 0, 0, 0.6);
    }
    .single-product__related {
        padding: 37px 0 13px;
    }
    .single-product__related h4 {
        display: none;
    }
    .single-product__related-col {
        padding: 0 7px;
    }
    .single-product__related-row {
        margin: 0 -7px;
    }
}

@media screen and (max-width: 480px) {
    .single-product__schematics-content-download ul li a.btn {
        width: 100%;
    }
}

.page.page--all-metal-architectural-products
    .product-listing__col:nth-child(2)
    .product-listing__col-container {
    background: #766947;
}

.page.page--all-metal-architectural-products
    .product-listing__col:nth-child(2)
    .product-listing__image {
    border: 1px solid #766947;
}

.page.page--architectural-cladding-prestige-range
    .product-listing__col-container {
    background: #766947;
}
.page.page--architectural-cladding-prestige-range
    .product-listing__col-container
    .product-listing__image {
    border: 1px solid #766947;
}

.full-hero-banner {
    height: 348px;
    width: 100%;
}
.full-hero-banner__background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.full-hero-banner__background::before {
    content: "";
    width: 883px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent linear-gradient(90deg, #153242 0%, #040a0d00 100%)
        0% 0% no-repeat padding-box;
}
.full-hero-banner__background-mobile {
    display: none;
}
.full-hero-banner__background-mobile::before {
    display: none;
}
.full-hero-banner__container {
    height: 100%;
    display: flex;
}
.full-hero-banner__content {
    position: relative;
    z-index: 2;
    padding-top: 95px;
}
.full-hero-banner__content h3 {
    color: #e6e6e7;
    margin-bottom: 9px;
}
.full-hero-banner__content p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    color: #e6e6e7;
}
@media screen and (max-width: 680px) {
    .full-hero-banner {
        height: 280px;
    }
    .full-hero-banner__background {
        display: none;
    }
    .full-hero-banner__background-mobile {
        display: block;
    }
    .full-hero-banner__content h3 {
        font-size: 28px;
        line-height: 46px;
    }
    .full-hero-banner__content p {
        font-size: 16px;
        line-height: 23px;
        font-weight: 400;
    }
}

.full-hero-image-only-slider {
    height: 348px;
    background-color: #435b67;
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
    margin-bottom: 19px;
}
.full-hero-image-only-slider .full-hero-slider__arrow {
    top: 50%;
}
.full-hero-image-only-slider::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -19px;
    height: 27px;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 10px 10px;
    background-color: #e39c73;
    z-index: -1;
}
.full-hero-image-only-slider__container {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.full-hero-image-only-slider__image {
    width: 100%;
    max-width: 543px;
}
.full-hero-image-only-slider__image .slick-track:focus {
    outline: none;
}
.full-hero-image-only-slider__image:focus {
    outline: none;
}
.full-hero-image-only-slider__image-list {
    height: 100%;
}
.full-hero-image-only-slider__image-list:focus {
    outline: none;
}
.full-hero-image-only-slider__image-item {
    width: 100%;
    height: 348px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 0;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 8px 8px 0px;
}
.full-hero-image-only-slider__content {
    max-width: calc(100% - 543px);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.full-hero-image-only-slider__content-text {
    width: calc(100% - 20.889vw);
    margin-right: auto;
    padding-left: 50px;
}
.full-hero-image-only-slider__content-text h2 {
    color: #e6e6e7;
    margin-bottom: 13px;
}
.full-hero-image-only-slider__content-text p {
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    letter-spacing: 0.26px;
    font-weight: 500;
    line-height: 23px;
}
@media screen and (max-width: 1680px) {
    .full-hero-image-only-slider__content-text {
        width: calc(100% - 19.345vw);
    }
}
@media screen and (max-width: 1500px) {
    .full-hero-image-only-slider__content-text {
        width: calc(100% - 16.667vw);
    }
}
@media screen and (max-width: 1400px) {
    .full-hero-image-only-slider__content-text {
        width: calc(100% - 14.286vw);
    }
}
@media screen and (max-width: 1366px) {
    .full-hero-image-only-slider__content-text {
        width: calc(100% - 13.177vw);
    }
}
@media screen and (max-width: 1100px) {
    .full-hero-image-only-slider__image {
        max-width: 40%;
    }
    .full-hero-image-only-slider__content {
        max-width: 60%;
    }
    .full-hero-image-only-slider__content-text {
        max-width: 90%;
    }
}
@media screen and (max-width: 1024px) {
    .full-hero-image-only-slider {
        height: auto;
    }
    .full-hero-image-only-slider__image {
        max-width: 100%;
        height: 271px;
    }
    .full-hero-image-only-slider__image-item {
        height: 278px !important;
    }
    .full-hero-image-only-slider__content {
        max-width: 100%;
    }
    .full-hero-image-only-slider__content-text {
        max-width: 100%;
        padding: 34px 18px 44px;
    }
}
@media screen and (max-width: 680px) {
    .full-hero-image-only-slider::after {
        display: none;
    }
    .full-hero-image-only-slider .full-hero-slider__arrow {
        top: 124px;
        transform: translateY(0);
    }
    .full-hero-image-only-slider__content-text {
        max-width: 100%;
        padding: 34px 18px 44px;
    }
    .full-hero-image-only-slider__content-text h2 {
        font-size: 33px;
        line-height: 44px;
        margin-bottom: 4px;
    }
}

.page.page--architectural-cladding-prestige-range
    .full-hero-image-only-slider::after {
    background-color: #766947;
}

.case-studies {
    padding-top: 32px;
    padding-bottom: 64px;
}
.case-studies a.btn--work {
    position: absolute;
    bottom: 15px;
    right: 20px;
}
.case-studies__container--mobile {
    display: none;
}
@media screen and (max-width: 680px) {
    .case-studies {
        padding-top: 20px;
        padding-bottom: 4px;
    }
    .case-studies a.btn--work {
        left: 0;
        right: auto;
    }
    .case-studies .slick-list {
        padding: 0 25% 0 0;
    }
    .case-studies__container--mobile {
        display: block;
    }
    .case-studies__container--desktop {
        display: none;
    }
}

.case-single__banner {
    background-color: #153242;
    padding: 56px 0 53px;
    position: relative;
    top: -10px;
}
.case-single__banner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -19px;
    height: 31px;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 10px 10px;
    background-color: #e39c73;
    z-index: -1;
}

.case-single__banner-container {
    display: flex;
    align-items: center;
}

.case-single__header-left {
    max-width: 680px;
    width: 100%;
}
.case-single__header-left img {
    display: none;
    margin-bottom: 40px;
    box-shadow: 3px 3px 10px #00000029;
    border-radius: 0px 0px 10px 9px;
}
.case-single__header-left h6 {
    text-transform: uppercase;
    letter-spacing: 1.88px;
    color: #e6e6e7;
    font-size: 12px;
    line-height: 19px;
}
.case-single__header-left h3 {
    color: #ef7b37;
    margin-bottom: 9px;
}
.case-single__header-left p {
    letter-spacing: 0.49px;
    color: #e6e6e7;
    max-width: 563px;
}

.case-single__header-right {
    width: calc(100% - 680px);
}
.case-single__header-right p {
    color: #e6e6e7;
    font-size: 16px;
    line-height: 30px;
}
.case-single__header-right p span {
    font-weight: bold;
}

.case-single__gallery-section {
    background-color: #e6e6e7;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 10px 10px;
    padding: 40px 0;
}
.case-single__gallery-section .slick-list {
    padding: 0 19.1% 0 0;
}

.case-single__gallery.wrapper {
    max-width: 1048px;
}

.case-single__gallery-slider {
    left: 40px;
}

.case-single__gallery-slider-item:focus {
    outline: none;
}

.case-single__gallery-slider-item img {
    box-shadow: 3px 3px 10px #00000029;
    border-radius: 0px 0px 10px 9px;
}

.case-single__product-section {
    padding: 45px 0 112px;
}

.case-single__product-container {
    display: flex;
    flex-wrap: wrap;
}

.case-single__product-left {
    width: 486px;
}
.case-single__product-left h4 {
    color: #153242;
    margin-bottom: 31px;
    display: none;
    font-size: 34px;
}

.case-single__product-right {
    width: calc(100% - 486px);
    padding-left: 109px;
    padding-top: 2px;
}
.case-single__product-right h4 {
    color: #153242;
    margin-bottom: 24px;
}
.case-single__product-right h6 {
    color: #1d78ad;
    margin-bottom: 11px;
}
.case-single__product-right p {
    color: #435b67;
    margin-bottom: 30px;
}

.case-single__product-slider-container {
    border: 1.5px solid #1d78ad;
    border-radius: 0px 0px 8px 8px;
    height: 285px;
    position: relative;
}
.case-single__product-slider-container:hover .full-hero-slider__arrow {
    opacity: 1;
}
.case-single__product-slider-container .slick-list,
.case-single__product-slider-container .slick-track {
    height: 100% !important;
}
.case-single__product-slider-container .full-hero-slider__arrow {
    top: 50%;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.case-single__product-slider-container .full-hero-slider__arrow ul {
    padding: 0 10px;
}
.case-single__product-slider-container .full-hero-slider__arrow ul li svg path {
    fill: #909090;
}
.case-single__product-slider-container .full-hero-slider__arrow ul li::before {
    height: 285px;
    background-color: rgba(149, 192, 218, 0.25);
    opacity: 1;
}
.case-single__product-slider-container .slick-dots {
    bottom: -51px;
}
.case-single__product-slider-container .slick-dots li {
    margin: 0 3px;
    width: 10px;
    height: 10px;
}
.case-single__product-slider-container
    .slick-dots
    li.slick-active
    button::before {
    color: #1d78ad;
    background-color: #1d78ad;
}
.case-single__product-slider-container .slick-dots li button::before {
    background-color: transparent;
    border: 1px solid #1d78ad;
    color: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.case-single__product-slider {
    height: 100%;
}

.case-single__product-slider-item {
    height: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.case-single__product-slider-item:focus {
    outline: none;
}

@media screen and (max-width: 1180px) {
    .case-single__gallery.wrapper {
        max-width: 996px;
    }
    .case-single__gallery-slider {
        left: 0;
    }
    .case-single__gallery-section .slick-list {
        padding: 0 15% 0 0;
        margin: 0 -12px;
    }
    .case-single__gallery-section .slick-slide {
        margin: 0 12px;
    }
}

@media screen and (max-width: 980px) {
    .case-single__header-left {
        max-width: 70%;
        padding-right: 30px;
    }
    .case-single__header-right {
        max-width: 30%;
        width: 100%;
    }
    .case-single__product-right {
        max-width: 50%;
        width: 100%;
        padding-left: 30px;
    }
    .case-single__product-left {
        max-width: 50%;
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .case-single__banner-container {
        flex-wrap: wrap;
    }
    .case-single__product-slider-container {
        height: 222px;
    }
    .case-single__gallery-slider-item img {
        height: 194px;
        object-fit: cover;
    }
    .case-single__header-left {
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 31px;
    }
    .case-single__header-left img {
        display: block;
    }
    .case-single__header-left h6 {
        margin-bottom: 12px;
    }
    .case-single__header-left h3 {
        font-size: 28px;
        line-height: 46px;
        margin-bottom: 16px;
    }
    .case-single__header-left p {
        max-width: 100%;
    }
    .case-single__header-right {
        max-width: 100%;
    }
    .case-single__gallery-section {
        background-color: #fff;
        box-shadow: none;
    }
    .case-single__gallery-section .slick-list {
        padding: 0 25% 0 0;
        margin: 0 -12px;
    }
    .case-single__gallery-section .slick-slide {
        margin: 0 12px;
    }
    .case-single__product-section {
        padding: 0 0 64px;
    }
    .case-single__product-right {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
    }
    .case-single__product-right h4 {
        display: none;
    }
    .case-single__product-left {
        max-width: 100%;
        width: 100%;
        margin-bottom: 43px;
    }
    .case-single__product-left h4 {
        display: block;
        text-align: center;
    }
    .case-single__product-slider-container .slick-dots {
        bottom: -28px;
    }
}

.search-page {
    padding: 149px 0 250px;
}
.search-page__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-page__header #sortby span {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}
.search-page__header #sortby .dropdown-class {
    width: 87px;
    border: none;
    color: #153242;
    font-size: 14px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/dropdown.png");
    background-repeat: no-repeat;
    background-position: center right 0;
}
.search-page__header #sortby .dropdown-class:focus {
    outline: none;
}
.search-page__result {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}
.search-page__content {
    padding-top: 28px;
}
.search-page__content a {
    color: #153242;
    text-align: none;
    line-height: 23px;
    text-decoration: none;
    margin-bottom: 2px;
    transition: 0.3s ease-in-out;
}
.search-page__content a:hover {
    color: #1d78ad;
}
.search-page__content p {
    font-size: 14px;
    line-height: 20px;
    color: #435b67;
}
.search-page__content h6,
.search-page__content h5,
.search-page__content h4,
.search-page__content h3,
.search-page__content h2,
.search-page__content h1 img {
    display: none;
}
.search-page__content article {
    border-bottom: 1px solid #7f7f7f;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.search-page__content article .entry-summary {
    margin: 0;
}
.search-page__content article .entry-summary img {
    display: none;
}
.search-page .navigation {
    padding-top: 30px;
}
@media screen and (max-width: 680px) {
    .search-page {
        padding: 123px 0 70px;
    }
}

.no-results .page-content {
    text-align: center;
    width: 100%;
}
.no-results .page-content p {
    font-size: 16px;
}

article.page {
    position: relative;
    top: auto !important;
}

.search-results .header__search-form-container {
    display: block !important;
}

.search-no-results .no-results.not-found {
    flex-direction: column;
    justify-content: center;
}

.page--technical-information {
    padding: 0 0 135px;
}
.page--technical-information .wysiwyg__content h2 {
    margin-bottom: 12px;
    color: #153242;
}
.page--technical-information .wysiwyg__content p {
    margin-bottom: 0;
    color: #435b67;
}
@media screen and (max-width: 680px) {
    .page--technical-information {
        padding: 15px 0 58px;
    }
}

.technical-info__nav {
    max-width: 340px;
    width: 100%;
    padding-right: 70px;
}
.technical-info__nav select {
    display: none;
}
.technical-info__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.technical-info__nav ul li {
    margin-bottom: 11px;
}
.technical-info__nav ul li.active a {
    color: #1d78ad;
    left: 8px;
}
.technical-info__nav ul li:hover a {
    left: 8px;
    color: #1d78ad;
}
.technical-info__nav ul li a {
    position: relative;
    left: 0;
    font-size: 20px;
    line-height: 27px;
    color: #153242;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.technical-info__tab {
    max-width: calc(100% - 340px);
    width: 100%;
}

.technical-info__container {
    display: flex;
    flex-wrap: wrap;
}

.technical-info__product-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.technical-info__product-list li {
    background-color: #b5d0e0;
}
.technical-info__product-list li img:last-child {
    display: none;
}
.technical-info__product-list li.active .technical-info__product-name {
    border-bottom-right-radius: 10px;
}
.technical-info__product-list li.active .technical-info__product-name img {
    transform: rotate(180deg);
}
.technical-info__product-list li:last-child .technical-info__product-name {
    border-bottom-right-radius: 10px;
}

.technical-info__product-name {
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #95c0da;
    border-radius: 0;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1d78ad;
    padding-left: 24px;
    padding-right: 20px;
    cursor: pointer;
}
.technical-info__product-name h6 {
    letter-spacing: 0.26px;
    color: #e6e6e7;
    font-weight: 400;
}
.technical-info__product-name img {
    transition: all 0.3s ease-in-out;
}

.technical-info__downloads {
    padding-right: 12px;
    margin-top: 4px;
}
.technical-info__downloads a.btn {
    margin-left: auto;
}

.technical-info__details {
    padding: 15px 8px 24px 24px;
}
.technical-info__details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.technical-info__details ul li {
    margin-bottom: 9px;
}
.technical-info__details ul li:first-child label {
    color: #153242;
}
.technical-info__details ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.24px;
    color: #435b67;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.technical-info__details ul li label::before {
    content: "";
    -webkit-appearance: none;
    background-color: #f8640f;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    background-color: transparent;
    border: 1px solid #f8640f;
    border-radius: 3px;
    order: 2;
    position: relative;
}
.technical-info__details ul li .checkbox:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: auto;
    right: 18px;
    width: 5px;
    height: 12px;
    border: solid #b5d0e0;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.technical-info__details ul li .checkbox:checked + label:before {
    background-color: #f8640f;
}

@media screen and (max-width: 900px) {
    .technical-info__nav {
        max-width: 35%;
        width: 100%;
        padding-right: 20px;
    }
    .technical-info__tab {
        max-width: 65%;
        width: 100%;
    }
}

@media screen and (max-width: 780px) {
    .technical-info__nav {
        max-width: 100%;
        width: 100%;
        padding-right: 20px;
        margin-bottom: 30px;
    }
    .technical-info__nav ul {
        display: none;
    }
    .technical-info__tab {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .technical-info__product-name h6 {
        font-weight: 400;
    }
    .technical-info__nav {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
    }
    .technical-info__nav #technical_nav {
        display: block;
        position: relative;
        left: -18px;
        padding-left: 36px;
    }
    .technical-info__container {
        padding: 0 !important;
    }
    .technical-info__product-list li img:first-child {
        display: none;
    }
    .technical-info__product-list li img:last-child {
        display: block;
    }
}

.news {
    padding-top: 32px;
    padding-bottom: 48px;
}
.news__col-container {
    display: flex;
    flex-wrap: wrap;
    min-height: 213px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px 0px 10px 10px;
    border-top-right-radius: 10px;
}
.news__col {
    margin-bottom: 24px;
}
.news__col-0 .news__col-container {
    background-color: #95c0da;
}
.news__col-1 .news__col-container {
    background-color: #435b67;
}
.news__col-1 .news__details p {
    color: #e6e6e7;
}
.news__col-1 .news__details h6 {
    color: #ffffff;
}
.news__col-1 .news__details a.btn--read {
    color: #e6e6e7 !important;
    border-color: #e6e6e7;
}
.news__col-1 .news__details a.btn--read:hover {
    background-color: #e6e6e7;
    color: #153242 !important;
}
.news__col-2 .news__col-container {
    background-color: #e6e6e7;
}
.news__thumbnail {
    width: 316px;
    border-radius: 0px 0px 8px 8px;
}
.news__thumbnail img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 0px 8px 8px;
}
.news__details {
    padding: 20px 23px;
}
.news__details h6 {
    color: #153242;
    margin-bottom: 11px;
}
.news__details p {
    color: #435b67;
    max-width: 486px;
    margin-bottom: 20px;
}
@media screen and (max-width: 680px) {
    .news__thumbnail {
        width: 100%;
        height: 215px;
    }
    .news__col {
        margin-bottom: 35px;
    }
    .news__details {
        width: 100%;
    }
}

.news-single__banner {
    min-height: 336px;
    background-color: #435b67;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 10px 10px;
    position: relative;
    padding-top: 53px;
    top: -9px;
}
.news-single__banner::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -19px;
    height: 31px;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0px 0px 10px 10px;
    background-color: #e39c73;
    z-index: -1;
}

.news-single__container {
    max-width: 656px;
    position: relative;
    top: -282px;
    margin-bottom: -255px;
}

.news-single__featured img {
    height: 442px;
    object-fit: cover;
    border-radius: 0px 0px 8px 8px;
}

.news-single__header {
    padding-top: 27px;
    padding-bottom: 9px;
}
.news-single__header p {
    letter-spacing: 1.88px;
    color: #435b67;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
}
.news-single__header h3 {
    color: #153242;
}

.news-single__content p {
    color: #435b67;
    margin-bottom: 23px;
}

.news-single__content ul {
    margin: 0;
}

.news-single__content a {
    color: #435b67;
    text-decoration: none;
}

.news-single__next-header {
    background-color: #b5d0e0;
    height: 54px;
    display: flex;
    align-items: center;
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
    z-index: 1;
}
.news-single__next-header a {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.26px;
    color: #000000;
    text-decoration: none;
}

.news-single__next-post {
    padding-top: 39px;
    padding-bottom: 39px;
    background-color: #cad8e0;
}
.news-single__next-post .news__col {
    margin-bottom: 54px;
}

.news-single__nav {
    font-size: 14px;
    text-transform: uppercase;
    color: #153242;
    letter-spacing: 1.25px;
    font-weight: 500;
    text-decoration: none;
}

@media screen and (max-width: 680px) {
    .news-single__banner {
        min-height: 116px;
    }
    .news-single__container {
        top: -80px;
        margin-bottom: -58px;
    }
    .news-single__next-post {
        background-color: #fff;
    }
    .news-single__header h3 {
        font-size: 28px;
        line-height: 46px;
        margin-bottom: 11px;
    }
    .news-single__featured img {
        height: 213px;
    }
    .news-single__next-post {
        padding-bottom: 42px;
    }
    .news-single__next-post .news__col {
        margin-bottom: 31px;
    }
}

.colour-pages {
    max-width: 1280px;
    margin: 0 auto;
    padding: 64px 32px;
}
@media (max-width: 376px) {
    .colour-pages {
        padding: 56px 16px;
    }
}
.colour-pages .fw-med {
    font-weight: 500;
}
.colour-pages .fw-semibold {
    font-weight: 600;
}
.colour-pages .fw-bold {
    font-weight: 700;
}
.colour-pages * {
    font-family: "Inter", sans-serif;
}
.colour-pages h1,
.colour-pages h2,
.colour-pages h3,
.colour-pages h4,
.colour-pages h5 {
    color: #092637;
}
.colour-pages p,
.colour-pages ul,
.colour-pages ol,
.colour-pages li {
    color: #333333;
}
.colour-pages h1 {
    font-size: 48.83px;
    line-height: 59px;
    letter-spacing: -0.977px;
}
@media (max-width: 768px) {
    .colour-pages h1 {
        font-size: 39px;
        line-height: 47px;
        letter-spacing: -0.78px;
    }
}
.colour-pages h2 {
    font-size: 39px;
    line-height: 47px;
    letter-spacing: -0.78px;
}
@media (max-width: 376px) {
    .colour-pages h2 {
        font-size: 31px;
        line-height: 38px;
        letter-spacing: -0.625px;
    }
}
.colour-pages h3 {
    font-size: 31px;
    line-height: 38px;
    letter-spacing: -0.625px;
}
@media (max-width: 376px) {
    .colour-pages h3 {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: -0.5px;
    }
}
.colour-pages h4 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -0.5px;
}
@media (max-width: 376px) {
    .colour-pages h4 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.4px;
    }
}
.colour-pages h5 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
}
@media (max-width: 376px) {
    .colour-pages h5 {
        font-size: 16px;
        line-height: 24px;
    }
}
.colour-pages p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.colour-pages p.body-two {
    font-size: 14px;
    line-height: 21px;
}
.colour-pages .body-two {
    font-size: 14px;
    line-height: 21px;
}
.colour-pages svg {
    transition: 0.3s linear;
}
.colour-pages .in-application-section {
    padding-bottom: 112px;
}
@media (max-width: 376px) {
    .colour-pages .in-application-section {
        padding-bottom: 96px;
    }
}
.colour-pages .in-application-section h3 {
    padding-bottom: 34px;
}
@media (max-width: 376px) {
    .colour-pages .in-application-section h3 {
        padding-bottom: 24px;
    }
}
.colour-pages .in-application-section .ia-slider-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.colour-pages .in-application-section .ia-slider-nav .ia-slider-arrows {
    flex: 1;
}
@media (max-width: 500px) {
    .colour-pages .in-application-section .ia-slider-nav .ia-slider-arrows {
        display: none;
    }
}
.colour-pages .in-application-section .ia-slider-nav .ia-slider-arrows > div {
    display: inline-block;
    transition: 0.3s all;
}
.colour-pages
    .in-application-section
    .ia-slider-nav
    .ia-slider-arrows
    > div:hover {
    opacity: 0.7;
    cursor: pointer;
}
.colour-pages
    .in-application-section
    .ia-slider-nav
    .ia-slider-arrows
    > div:first-child {
    margin-right: 16px;
}
.colour-pages .in-application-section .ia-slider-nav .slick-dots {
    flex: 1;
    position: unset;
    text-align: right;
}
@media (max-width: 500px) {
    .colour-pages .in-application-section .ia-slider-nav .slick-dots {
        text-align: center;
    }
}
.colour-pages .in-application-section .ia-slider-nav .slick-dots li {
    width: 16px;
    height: 16px;
}
.colour-pages
    .in-application-section
    .ia-slider-nav
    .slick-dots
    li.slick-active
    button::before {
    background: #092637;
}
.colour-pages .in-application-section .ia-slider-nav .slick-dots li button {
    width: 16px;
    height: 16px;
    transition: 0.3s all;
}
.colour-pages
    .in-application-section
    .ia-slider-nav
    .slick-dots
    li
    button::before {
    content: "";
    padding: 6px;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #092637;
    opacity: 1;
    width: 16px;
    height: 16px;
}
.colour-pages
    .in-application-section
    .ia-slider-nav
    .slick-dots
    li
    button:hover::before {
    background: #092637;
}
.colour-pages .in-application-section .slick-list {
    margin-left: -33px;
    overflow: visible;
}
.colour-pages .in-application-section .slick-list .slick-track > div {
    transition: opacity 0.3s;
}
.colour-pages .in-application-section .slick-list .slick-track > div.show-all {
    opacity: 1;
}
.colour-pages
    .in-application-section
    .slick-list
    .slick-track
    > div:nth-child(2) {
    opacity: 0;
}
@media (max-width: 1024px) {
    .colour-pages
        .in-application-section
        .slick-list
        .slick-track
        > div:nth-child(2) {
        opacity: 1;
    }
}
.colour-pages
    .in-application-section
    .slick-list.overflow-visible
    .slick-track
    > div:nth-child(2) {
    opacity: 1;
}
@media (min-width: 1024px) {
    .colour-pages .in-application-section .slick-list {
        padding: 0 17% 24px 0 !important;
    }
}
@media (min-width: 500px) and (max-width: 1024px) {
    .colour-pages .in-application-section .slick-list {
        padding: 0 35% 24px 0 !important;
    }
}
@media (max-width: 500px) {
    .colour-pages .in-application-section .slick-list {
        padding-bottom: 28px !important;
    }
}
.colour-pages .in-application-section .slick-list .slick-slide {
    margin-left: 32px;
    height: auto;
}
.colour-pages .in-application-section .ia-slider-content {
    margin-bottom: 0;
}
.colour-pages .in-application-section .ia-slider-content .ia-slider-item a {
    text-decoration: none;
}
.colour-pages
    .in-application-section
    .ia-slider-content
    .ia-slider-item
    a.ia-slider-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 14px 24px;
    border-radius: 8px 8px 0px 0px;
    border: 0.5px solid #333333;
}
.colour-pages
    .in-application-section
    .ia-slider-content
    .ia-slider-item
    a.ia-slider-heading
    h5 {
    color: #030d12;
}
.colour-pages
    .in-application-section
    .ia-slider-content
    .ia-slider-item
    .ia-slider-image {
    height: 508px;
}
@media (max-width: 500px) {
    .colour-pages
        .in-application-section
        .ia-slider-content
        .ia-slider-item
        .ia-slider-image {
        height: 403px;
    }
}
.colour-pages
    .in-application-section
    .ia-slider-content
    .ia-slider-item
    .ia-slider-image
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
.colour-pages
    .in-application-section
    .ia-slider-content
    .ia-slider-item
    .ia-slider-colour-content {
    border-radius: 0 0 8px 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}
.colour-pages
    .in-application-section
    .ia-slider-content
    .ia-slider-item
    .ia-slider-colour-content
    .colour-box-content {
    padding: 14px 24px;
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
}
.colour-pages
    .in-application-section
    .ia-slider-content
    .ia-slider-item
    .ia-slider-colour-content
    .colour-box-content
    .colour-box,
.colour-pages
    .in-application-section
    .ia-slider-content
    .ia-slider-item
    .ia-slider-colour-content
    .colour-box-content
    .double-colour-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 0 0 0 8px;
    border: 0.5px solid #333333;
    background-size: cover;
    background-repeat: no-repeat;
}
.colour-pages
    .in-application-section
    .ia-slider-content
    .ia-slider-item
    .ia-slider-colour-content
    .colour-box-content
    .double-colour-box
    div {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
}
.colour-pages
    .in-application-section
    .ia-slider-content
    .ia-slider-item
    .ia-slider-colour-content
    .colour-box-content
    .double-colour-box
    div:first-child {
    left: 0;
    border-radius: 0 0 0 8px;
}
.colour-pages
    .in-application-section
    .ia-slider-content
    .ia-slider-item
    .ia-slider-colour-content
    .colour-box-content
    .double-colour-box
    div:last-child {
    right: 0;
}
.colour-pages
    .in-application-section
    .ia-slider-content
    .ia-slider-item
    .ia-slider-colour-content
    .colour-box-content
    p {
    color: #ffffff;
}
.colour-pages
    .in-application-section
    .ia-slider-content
    .ia-slider-item
    .ia-slider-colour-content
    .colour-box-content
    p.dark {
    color: #030d12;
}
.colour-pages
    .in-application-section
    .ia-slider-content
    .ia-slider-item
    .ia-slider-colour-content
    .colour-range {
    background-color: #030d12;
    text-align: center;
    padding: 14px 12px;
    border-radius: 0 0 8px 0;
    border: 0.5px solid #333333;
    width: 42%;
    height: 100%;
}
@media (max-width: 1024px) {
    .colour-pages
        .in-application-section
        .ia-slider-content
        .ia-slider-item
        .ia-slider-colour-content
        .colour-range {
        width: 49%;
    }
}
.colour-pages
    .in-application-section
    .ia-slider-content
    .ia-slider-item
    .ia-slider-colour-content
    .colour-range
    p {
    color: #ffffff;
}

.colour-range-listing {
    overflow-x: hidden;
}
.colour-range-listing .colours-banner {
    padding-bottom: 112px;
}
@media (max-width: 768px) {
    .colour-range-listing .colours-banner {
        padding-bottom: 64px;
    }
}
.colour-range-listing .colours-banner .colours-banner-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 56px;
}
.colour-range-listing .colours-banner .colours-banner-heading h5 {
    max-width: 57.3%;
    margin-right: 0;
    margin-left: auto;
    color: #333333;
}
@media (max-width: 768px) {
    .colour-range-listing .colours-banner .colours-banner-heading {
        padding-bottom: 32px;
        display: block;
    }
    .colour-range-listing .colours-banner .colours-banner-heading h2 {
        padding-bottom: 16px;
    }
    .colour-range-listing .colours-banner .colours-banner-heading h5 {
        margin-left: 0;
        margin-right: auto;
        max-width: 704px;
    }
}
@media (max-width: 376px) {
    .colour-range-listing .colours-banner .colours-banner-heading {
        padding-bottom: 34px;
    }
}
.colour-range-listing .colours-banner img {
    width: 100%;
    vertical-align: bottom;
}
.colour-range-listing .our-range-listing {
    padding-bottom: 112px;
}
@media (max-width: 376px) {
    .colour-range-listing .our-range-listing {
        padding-bottom: 96px;
    }
}
.colour-range-listing .our-range-listing h3 {
    padding-bottom: 24px;
}
.colour-range-listing .our-range-listing .range-description {
    max-width: 904px;
}
.colour-range-listing .our-range-listing .our-range-listing-container {
    padding-top: 64px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 42px 32px;
}
@media (max-width: 1024px) {
    .colour-range-listing .our-range-listing .our-range-listing-container {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 42px 30px;
    }
}
@media (max-width: 600px) {
    .colour-range-listing .our-range-listing .our-range-listing-container {
        grid-template-columns: repeat(1, 1fr);
    }
}
.colour-range-listing
    .our-range-listing
    .our-range-listing-container
    .our-range-item {
    padding: 24px 24px 16px;
    border-radius: 8px;
    outline: 1px solid #333333;
    transition: 0.3s linear;
    box-sizing: border-box;
}
.colour-range-listing
    .our-range-listing
    .our-range-listing-container
    .our-range-item:hover {
    outline: 2px solid #000000;
    cursor: pointer;
}
.colour-range-listing
    .our-range-listing
    .our-range-listing-container
    .our-range-item:hover
    .our-range-item-heading
    svg {
    position: relative;
    transform: translateX(8px);
}
.colour-range-listing
    .our-range-listing
    .our-range-listing-container
    .our-range-item
    .our-range-item-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 12px;
}
.colour-range-listing
    .our-range-listing
    .our-range-listing-container
    .our-range-item
    .our-range-item-heading
    h5 {
    color: #030d12;
    max-width: 90%;
}
@media (max-width: 710px) {
    .colour-range-listing
        .our-range-listing
        .our-range-listing-container
        .our-range-item
        .our-range-item-heading
        h5 {
        max-width: 80%;
    }
}
.colour-range-listing
    .our-range-listing
    .our-range-listing-container
    .our-range-item
    a {
    text-decoration: none;
}
.colour-range-listing
    .our-range-listing
    .our-range-listing-container
    .our-range-item
    .description {
    margin-bottom: 24px;
    display: -webkit-box;
    line-clamp: 2;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}
.colour-range-listing
    .our-range-listing
    .our-range-listing-container
    .our-range-item
    .our-range-item-colours {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 12px 17px;
}
@media (max-width: 768px) {
    .colour-range-listing
        .our-range-listing
        .our-range-listing-container
        .our-range-item
        .our-range-item-colours {
        grid-gap: 12px;
    }
}
.colour-range-listing
    .our-range-listing
    .our-range-listing-container
    .our-range-item
    .our-range-item-colours.double-colour-item {
    grid-template-columns: repeat(4, 1fr);
}
.colour-range-listing
    .our-range-listing
    .our-range-listing-container
    .our-range-item
    .our-range-item-colours
    .colour-box,
.colour-range-listing
    .our-range-listing
    .our-range-listing-container
    .our-range-item
    .our-range-item-colours
    .double-colour-box {
    border-radius: 4px;
    border: 0.5px solid #333333;
    height: 53px;
    padding: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 1025px) and (min-width: 920px) {
    .colour-range-listing
        .our-range-listing
        .our-range-listing-container
        .our-range-item
        .our-range-item-colours
        .colour-box,
    .colour-range-listing
        .our-range-listing
        .our-range-listing-container
        .our-range-item
        .our-range-item-colours
        .double-colour-box {
        height: 70px;
    }
}
@media (max-width: 376px) {
    .colour-range-listing
        .our-range-listing
        .our-range-listing-container
        .our-range-item
        .our-range-item-colours
        .colour-box:nth-of-type(1n + 6),
    .colour-range-listing
        .our-range-listing
        .our-range-listing-container
        .our-range-item
        .our-range-item-colours
        .double-colour-box:nth-of-type(1n + 6) {
        display: none;
    }
}
.colour-range-listing
    .our-range-listing
    .our-range-listing-container
    .our-range-item
    .our-range-item-colours
    .double-colour-box {
    position: relative;
}
.colour-range-listing
    .our-range-listing
    .our-range-listing-container
    .our-range-item
    .our-range-item-colours
    .double-colour-box:nth-of-type(1n + 9) {
    display: none;
}
.colour-range-listing
    .our-range-listing
    .our-range-listing-container
    .our-range-item
    .our-range-item-colours
    .double-colour-box
    div {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
}
.colour-range-listing
    .our-range-listing
    .our-range-listing-container
    .our-range-item
    .our-range-item-colours
    .double-colour-box
    div:first-child {
    left: 0;
    border-radius: 4px 0 0 4px;
}
.colour-range-listing
    .our-range-listing
    .our-range-listing-container
    .our-range-item
    .our-range-item-colours
    .double-colour-box
    div:last-child {
    right: 0;
    border-radius: 0 4px 4px 0;
}
.colour-range-listing .colours-on-trend-section h3 {
    padding-bottom: 34px;
}
@media (max-width: 376px) {
    .colour-range-listing .colours-on-trend-section h3 {
        padding-bottom: 24px;
    }
}
.colour-range-listing .colours-on-trend-section .cot-content {
    position: relative;
}
@media (max-width: 500px) {
    .colour-range-listing .colours-on-trend-section .cot-content .slick-list {
        padding: 0 31.5% 0 0 !important;
    }
}
.colour-range-listing
    .colours-on-trend-section
    .cot-content
    .slick-track
    .cot-item {
    position: relative;
    width: 16.66% !important;
    transition: all 500ms ease;
}
@media (max-width: 900px) and (min-width: 500px) {
    .colour-range-listing
        .colours-on-trend-section
        .cot-content
        .slick-track
        .cot-item:nth-of-type(1n + 5) {
        display: none;
    }
}
@media (max-width: 500px) {
    .colour-range-listing
        .colours-on-trend-section
        .cot-content
        .slick-track
        .cot-item:first-child
        .colour-box {
        border-radius: 8px 0px 0px 8px;
    }
    .colour-range-listing
        .colours-on-trend-section
        .cot-content
        .slick-track
        .cot-item:last-child
        .colour-box {
        border-radius: 0 8px 8px 0;
    }
    .colour-range-listing
        .colours-on-trend-section
        .cot-content
        .slick-track
        .cot-item
        a {
        pointer-events: none;
    }
}
@media (min-width: 500px) {
    .colour-range-listing
        .colours-on-trend-section
        .cot-content
        .slick-track
        .cot-item.active {
        width: 31% !important;
    }
    .colour-range-listing
        .colours-on-trend-section
        .cot-content
        .slick-track
        .cot-item.active
        .hover-state {
        opacity: 1;
        visibility: visible;
    }
    .colour-range-listing
        .colours-on-trend-section
        .cot-content
        .slick-track
        .cot-item.shrink {
        width: 13.8% !important;
    }
}
.colour-range-listing
    .colours-on-trend-section
    .cot-content
    .slick-track
    .cot-item
    .hover-state {
    opacity: 0;
    visibility: hidden;
    padding: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
@media (max-width: 1024px) {
    .colour-range-listing
        .colours-on-trend-section
        .cot-content
        .slick-track
        .cot-item
        .hover-state {
        max-width: 95%;
    }
}
@media (max-width: 500px) {
    .colour-range-listing
        .colours-on-trend-section
        .cot-content
        .slick-track
        .cot-item
        .hover-state {
        padding: 16px;
        opacity: 1;
        visibility: visible;
    }
}
.colour-range-listing
    .colours-on-trend-section
    .cot-content
    .slick-track
    .cot-item
    .hover-state
    .title {
    padding-bottom: 6px;
}
.colour-range-listing
    .colours-on-trend-section
    .cot-content
    .slick-track
    .cot-item
    p {
    color: #ffffff;
}
.colour-range-listing
    .colours-on-trend-section
    .cot-content
    .slick-track
    .cot-item:nth-child(even)
    p {
    color: #333333;
}
.colour-range-listing
    .colours-on-trend-section
    .cot-content
    .slick-track
    .cot-item
    .colour-box {
    height: 712px;
}
@media (max-width: 500px) {
    .colour-range-listing
        .colours-on-trend-section
        .cot-content
        .slick-track
        .cot-item
        .colour-box {
        height: 464px;
    }
}

.colour-range-category {
    background-color: #f9fafb;
    overflow-x: hidden;
}
.colour-range-category .colour-pages {
    padding-top: 0;
    padding-bottom: 0;
}
.colour-range-category .colours-category-banner {
    padding-top: 72px;
    position: relative;
}
.colour-range-category .colours-category-banner.has-banner {
    min-height: 680px;
}
@media (max-width: 768px) {
    .colour-range-category .colours-category-banner.has-banner {
        min-height: 648px;
    }
}
@media (max-width: 376px) {
    .colour-range-category .colours-category-banner.has-banner {
        padding-top: 64px;
        min-height: 592px;
    }
}
.colour-range-category .colours-category-banner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.colour-range-category .colours-category-banner .colour-pages {
    position: relative;
}
@media (max-width: 376px) {
    .colour-range-category .colours-category-banner .colour-pages h2 {
        font-size: 25px;
        line-height: 30px;
    }
}
.colour-range-category .colours-category-banner .colour-pages .breadcrumb {
    padding: 10px 0 13px;
}
.colour-range-category .colours-category-banner .colour-pages .breadcrumb a {
    text-decoration: none;
    font-size: 14px;
    line-height: 21px;
    color: #030d12;
    font-family: "Poppins", "sans-serif";
}
.colour-range-category .colours-category-banner .colour-pages .breadcrumb svg {
    margin-right: 12px;
    vertical-align: middle;
}
.colour-range-category .colours-category-banner .colour-pages .banner-heading {
    background: #fff;
    padding: 9px 24px 21px;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #333;
    /* max-width: 611px; */
}
.colour-range-category .colours-list {
    padding-top: 64px;
    padding-bottom: 96px;
}
@media (max-width: 768px) {
    .colour-range-category .colours-list {
        padding-bottom: 112px;
    }
}
.colour-range-category .colours-list .colour-description * {
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    font-family: "Inter", "sans-serif";
}
.colour-range-category .colours-list .colour-description p,
.colour-range-category .colours-list .colour-description ul {
    margin-bottom: 15px;
}
.colour-range-category .colours-list .colours-list-content {
    padding-top: 64px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 24px 19px;
}
@media (max-width: 1024px) {
    .colour-range-category .colours-list .colours-list-content {
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 16px;
    }
}
@media (max-width: 600px) {
    .colour-range-category .colours-list .colours-list-content {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px 16px;
    }
}
.colour-range-category
    .colours-list
    .colours-list-content
    .colours-list-item
    .colour-box,
.colour-range-category
    .colours-list
    .colours-list-content
    .colours-list-item
    .double-colour-box {
    border-radius: 6px;
    border: 0.5px solid #333333;
    height: 156px;
    padding: 10px;
    margin-bottom: 8px;
    background-size: cover;
    background-repeat: no-repeat;
}
.colour-range-category
    .colours-list
    .colours-list-content
    .colours-list-item
    .double-colour-box {
    position: relative;
}
.colour-range-category
    .colours-list
    .colours-list-content
    .colours-list-item
    .double-colour-box
    div {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
}
.colour-range-category
    .colours-list
    .colours-list-content
    .colours-list-item
    .double-colour-box
    div:first-child {
    left: 0;
    border-radius: 4px 0 0 4px;
}
.colour-range-category
    .colours-list
    .colours-list-content
    .colours-list-item
    .double-colour-box
    div:last-child {
    right: 0;
    border-radius: 0 4px 4px 0;
}
.colour-range-category
    .colours-list
    .colours-list-content
    .colours-list-item
    p {
    padding: 0 4px;
    min-height: 42px;
    color: #030d12;
}
@media (max-width: 376px) {
    .colour-range-category
        .colours-list
        .colours-list-content
        .colours-list-item
        p {
        min-height: unset;
    }
}
@media (max-width: 376px) {
    .colour-range-category .in-application-section {
        padding-bottom: 112px;
    }
}
.colour-range-category .in-application-section h3 {
    color: #030d12;
}
.colour-range-category .other-ranges {
    padding-bottom: 112px;
}
@media (max-width: 376px) {
    .colour-range-category .other-ranges {
        padding-bottom: 78px;
    }
}
.colour-range-category .other-ranges h3 {
    padding-bottom: 34px;
    color: #030d12;
}
@media (max-width: 376px) {
    .colour-range-category .other-ranges h3 {
        padding-bottom: 24px;
        max-width: 95%;
    }
}
.colour-range-category .other-ranges .other-ranges-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 42px 32px;
}
@media (max-width: 1024px) {
    .colour-range-category .other-ranges .other-ranges-container {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 42px 30px;
    }
}
@media (max-width: 600px) {
    .colour-range-category .other-ranges .other-ranges-container {
        grid-template-columns: repeat(1, 1fr);
    }
}
.colour-range-category .other-ranges .other-ranges-container .ranges-item {
    padding: 24px 24px 16px;
    border-radius: 8px;
    outline: 1px solid #333333;
    border: 2px solid transparent;
    transition: border 0.4s ease-out;
    box-sizing: border-box;
}
.colour-range-category
    .other-ranges
    .other-ranges-container
    .ranges-item:hover {
    border: 2px solid #000000;
    cursor: pointer;
}
.colour-range-category
    .other-ranges
    .other-ranges-container
    .ranges-item:hover
    .ranges-item-heading
    svg {
    position: relative;
    transform: translateX(8px);
}
.colour-range-category
    .other-ranges
    .other-ranges-container
    .ranges-item
    .ranges-item-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 12px;
}
.colour-range-category
    .other-ranges
    .other-ranges-container
    .ranges-item
    .ranges-item-heading
    h5 {
    color: #030d12;
    max-width: 90%;
}
@media (max-width: 710px) {
    .colour-range-category
        .other-ranges
        .other-ranges-container
        .ranges-item
        .ranges-item-heading
        h5 {
        max-width: 80%;
    }
}
@media (max-width: 376px) {
    .colour-range-category
        .other-ranges
        .other-ranges-container
        .ranges-item
        .ranges-item-heading
        h5 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -0.4px;
    }
}
.colour-range-category
    .other-ranges
    .other-ranges-container
    .ranges-item
    .ranges-item-heading
    svg {
    transition: transform 0.4s ease-out;
}
.colour-range-category .other-ranges .other-ranges-container .ranges-item a {
    text-decoration: none;
}
.colour-range-category
    .other-ranges
    .other-ranges-container
    .ranges-item
    .description {
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
}
.colour-range-category
    .other-ranges
    .other-ranges-container
    .ranges-item
    .ranges-item-colours {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 12px 17px;
}
@media (max-width: 768px) {
    .colour-range-category
        .other-ranges
        .other-ranges-container
        .ranges-item
        .ranges-item-colours {
        grid-gap: 12px;
    }
}
.colour-range-category
    .other-ranges
    .other-ranges-container
    .ranges-item
    .ranges-item-colours.double-colour-item {
    grid-template-columns: repeat(4, 1fr);
}
.colour-range-category
    .other-ranges
    .other-ranges-container
    .ranges-item
    .ranges-item-colours
    .colour-box,
.colour-range-category
    .other-ranges
    .other-ranges-container
    .ranges-item
    .ranges-item-colours
    .double-colour-box {
    border-radius: 6px;
    border: 0.5px solid #333333;
    height: 53px;
    padding: 10px;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 1025px) and (min-width: 920px) {
    .colour-range-category
        .other-ranges
        .other-ranges-container
        .ranges-item
        .ranges-item-colours
        .colour-box,
    .colour-range-category
        .other-ranges
        .other-ranges-container
        .ranges-item
        .ranges-item-colours
        .double-colour-box {
        height: 70px;
    }
}
@media (max-width: 376px) {
    .colour-range-category
        .other-ranges
        .other-ranges-container
        .ranges-item
        .ranges-item-colours
        .colour-box:nth-of-type(1n + 6),
    .colour-range-category
        .other-ranges
        .other-ranges-container
        .ranges-item
        .ranges-item-colours
        .double-colour-box:nth-of-type(1n + 6) {
        display: none;
    }
}
.colour-range-category
    .other-ranges
    .other-ranges-container
    .ranges-item
    .ranges-item-colours
    .double-colour-box {
    position: relative;
}
.colour-range-category
    .other-ranges
    .other-ranges-container
    .ranges-item
    .ranges-item-colours
    .double-colour-box:nth-of-type(1n + 9) {
    display: none;
}
.colour-range-category
    .other-ranges
    .other-ranges-container
    .ranges-item
    .ranges-item-colours
    .double-colour-box
    div {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
}
.colour-range-category
    .other-ranges
    .other-ranges-container
    .ranges-item
    .ranges-item-colours
    .double-colour-box
    div:first-child {
    left: 0;
    border-radius: 4px 0 0 4px;
}
.colour-range-category
    .other-ranges
    .other-ranges-container
    .ranges-item
    .ranges-item-colours
    .double-colour-box
    div:last-child {
    right: 0;
    border-radius: 0 4px 4px 0;
}

.colour-library-listing {
    padding: 72px 32px;
    background-color: #f9fafb;
}
@media (max-width: 768px) {
    .colour-library-listing {
        padding: 64px 32px;
    }
}
@media (max-width: 376px) {
    .colour-library-listing {
        padding: 56px 16px;
    }
}
.colour-library-listing .colour-pages {
    padding: 0;
}
.colour-library-listing .colour-library-listing-content h2 {
    color: #030d12;
}
.colour-library-listing .colour-library-listing-content hr {
    border: none;
    height: 1px;
    background: #030d12;
    margin: 24px 0;
}
.colour-library-listing .colour-library-listing-content .colour-library-nav {
    padding-top: 72px;
}
@media (max-width: 376px) {
    .colour-library-listing
        .colour-library-listing-content
        .colour-library-nav {
        padding-top: 56px;
    }
}
.colour-library-listing .colour-library-listing-content .colour-library-nav h5 {
    padding-bottom: 14px;
    color: #030d12;
}
@media (max-width: 376px) {
    .colour-library-listing
        .colour-library-listing-content
        .colour-library-nav
        h5 {
        padding-top: 16px;
    }
}
.colour-library-listing
    .colour-library-listing-content
    .colour-library-nav
    .colour-library-nav-links {
    padding-bottom: 34px;
}
@media (max-width: 500px) {
    .colour-library-listing
        .colour-library-listing-content
        .colour-library-nav
        .colour-library-nav-links {
        overflow-x: scroll;
        white-space: nowrap;
        width: 100%;
    }
    .colour-library-listing
        .colour-library-listing-content
        .colour-library-nav
        .colour-library-nav-links::-webkit-scrollbar {
        height: 0;
        background: transparent;
    }
    .colour-library-listing
        .colour-library-listing-content
        .colour-library-nav
        .colour-library-nav-links:hover {
        cursor: move;
    }
}
.colour-library-listing
    .colour-library-listing-content
    .colour-library-nav
    .colour-library-nav-links
    a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    font-family: "Poppins", "sans-serif";
    color: #1d78ad;
    text-decoration: none;
    display: inline-block;
    transition: all 1s ease;
}
@media (max-width: 1024px) {
    .colour-library-listing
        .colour-library-listing-content
        .colour-library-nav
        .colour-library-nav-links
        a {
        margin-bottom: 16px;
    }
}
@media (max-width: 376px) {
    .colour-library-listing
        .colour-library-listing-content
        .colour-library-nav
        .colour-library-nav-links
        a {
        margin-bottom: 0;
    }
}
.colour-library-listing
    .colour-library-listing-content
    .colour-library-nav
    .colour-library-nav-links
    a:not(:last-child) {
    margin-right: 32px;
}
.colour-library-listing
    .colour-library-listing-content
    .colour-library-nav
    .colour-library-nav-links
    a:hover {
    font-weight: 600;
    color: #092637;
}
.colour-library-listing
    .colour-library-listing-content
    .our-range-listing-container {
    padding-top: 12px;
}
@media (max-width: 376px) {
    .colour-library-listing
        .colour-library-listing-content
        .our-range-listing-container {
        padding-top: 24px;
    }
}
.colour-library-listing
    .colour-library-listing-content
    .our-range-listing-container
    .our-range-item:not(:first-child) {
    padding-top: 40px;
}
@media (max-width: 768px) {
    .colour-library-listing
        .colour-library-listing-content
        .our-range-listing-container
        .our-range-item:not(:first-child) {
        padding-top: 12px;
    }
}
@media (max-width: 376px) {
    .colour-library-listing
        .colour-library-listing-content
        .our-range-listing-container
        .our-range-item:not(:first-child) {
        padding-top: 24px;
    }
}
.colour-library-listing
    .colour-library-listing-content
    .our-range-listing-container
    .our-range-item
    a {
    text-decoration: none;
}
.colour-library-listing
    .colour-library-listing-content
    .our-range-listing-container
    .our-range-item
    h4 {
    padding-bottom: 34px;
    color: #030d12;
}
@media (max-width: 376px) {
    .colour-library-listing
        .colour-library-listing-content
        .our-range-listing-container
        .our-range-item
        h4 {
        padding-bottom: 24px;
    }
}
.colour-library-listing
    .colour-library-listing-content
    .our-range-listing-container
    .our-range-item
    .our-range-item-colours {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 24px 19px;
    padding-bottom: 24px;
}
@media (max-width: 1024px) {
    .colour-library-listing
        .colour-library-listing-content
        .our-range-listing-container
        .our-range-item
        .our-range-item-colours {
        grid-template-columns: repeat(6, 1fr);
    }
}
@media (max-width: 768px) {
    .colour-library-listing
        .colour-library-listing-content
        .our-range-listing-container
        .our-range-item
        .our-range-item-colours {
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 24px 16px;
        padding-bottom: 34px;
    }
}
@media (max-width: 600px) {
    .colour-library-listing
        .colour-library-listing-content
        .our-range-listing-container
        .our-range-item
        .our-range-item-colours {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 376px) {
    .colour-library-listing
        .colour-library-listing-content
        .our-range-listing-container
        .our-range-item
        .our-range-item-colours {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 24px 14px;
        padding-bottom: 24px;
    }
}
.colour-library-listing
    .colour-library-listing-content
    .our-range-listing-container
    .our-range-item
    .our-range-item-colours
    .colour-box,
.colour-library-listing
    .colour-library-listing-content
    .our-range-listing-container
    .our-range-item
    .our-range-item-colours
    .double-colour-box {
    border-radius: 4px;
    border: 0.5px solid #333333;
    height: 156px;
    padding: 10px;
    margin-bottom: 8px;
    background-size: cover;
    background-repeat: no-repeat;
}
.colour-library-listing
    .colour-library-listing-content
    .our-range-listing-container
    .our-range-item
    .our-range-item-colours
    .double-colour-box {
    position: relative;
}
.colour-library-listing
    .colour-library-listing-content
    .our-range-listing-container
    .our-range-item
    .our-range-item-colours
    .double-colour-box
    div {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
}
.colour-library-listing
    .colour-library-listing-content
    .our-range-listing-container
    .our-range-item
    .our-range-item-colours
    .double-colour-box
    div:first-child {
    left: 0;
    border-radius: 4px 0 0 4px;
}
.colour-library-listing
    .colour-library-listing-content
    .our-range-listing-container
    .our-range-item
    .our-range-item-colours
    .double-colour-box
    div:last-child {
    right: 0;
    border-radius: 0 4px 4px 0;
}
.colour-library-listing
    .colour-library-listing-content
    .our-range-listing-container
    .our-range-item
    .our-range-item-colours
    p {
    padding: 0 4px;
    min-height: 42px;
    color: #030d12;
}
@media (max-width: 376px) {
    .colour-library-listing
        .colour-library-listing-content
        .our-range-listing-container
        .our-range-item
        .our-range-item-colours
        p {
        min-height: unset;
    }
}

.orange {
    color: #f8640f;
}

.wrapper {
    max-width: 996px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 996px) {
    .wrapper {
        width: 100%;
        padding: 0 18px;
    }
}

.hamburger:focus {
    outline: none;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-box {
    width: 27px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 27px;
    height: 4px;
    background-color: #000;
    border-radius: 10px;
}

.hamburger .hamburger-inner::before {
    top: -8px;
}

.hamburger--collapse .hamburger-inner::after {
    top: -17px;
}

.page--home {
    background-color: #909090;
}

.not-found {
    height: calc(100vh - 386px);
    display: flex;
    align-items: center;
}
.not-found h1 {
    color: #153242;
    text-align: center;
}
.not-found h3 {
    color: #153242;
    text-align: center;
    margin-bottom: 20px;
}
.not-found a.btn {
    margin: 0 auto;
}

@media screen and (max-width: 680px) {
    .page {
        position: relative;
        top: -10px;
        margin-bottom: -10px;
    }
}

@media screen and (max-width: 680px) {
    .page--terms-and-conditions-of-use .wysiwyg {
        padding-top: 52px;
    }
    .page--terms-and-conditions-of-use .wysiwyg__content h2 {
        line-height: 39px;
    }
}

.page--privacy-policy #selection option {
    background: #fafafa;
    color: #153242;
}

@media screen and (max-width: 680px) {
    .page--privacy-policy .selection-wysiwyg {
        padding-top: 52px;
    }
}

.page--technical-information .wysiwyg {
    padding-top: 30px;
}

@media screen and (max-width: 680px) {
    .table__container {
        overflow-x: auto;
    }
}

.table__content {
    border-collapse: collapse;
    border: 1px solid black;
    margin-top: 10px;
}
.table__content th {
    border: 1px solid black;
}
.table__content td {
    border: 1px solid black;
    padding: 5px;
}
@media screen and (max-width: 680px) {
    .table__content td tr {
        width: 100%;
        display: block;
    }
}

section.table-custom {
    width: 100%;
}
section.table-custom--5 .table-custom-col {
    max-width: 25%;
    width: 100%;
}
section.table-custom .table-custom-row {
    display: flex;
    width: 100%;
}
section.table-custom .table-custom-row:first-child {
    font-weight: 600;
}
section.table-custom .table-custom-col {
    padding: 10px;
    border: 1px solid #000;
}