:root {
    --color-primary: #323E48;
    --color-secondary: #1C1D18;
    --color-dark: #1C1D18;
    --color-light: #F8F5F0;
    --color-highlight: #FF5400;
    --spacing-base: 1.6rem;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.d-flex {
    display: flex;
}

.flex-1 {
    flex: 1 !important;
}

.flex-row {
    flex-direction: row;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-column {
    flex-direction: column;
}

.flex-column-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}

.flex-1 {
    flex: 1 !important;
}

.color-primary {
    color: var(--color-primary);
}

.color-secondary {
    color: var(--color-secondary);
}

.color-dark {
    color: var(--color-dark);
}

.color-highlight {
    color: var(--color-highlight);
}

.color-white {
    color: #fff;
}

.background-color-primary {
    background-color: var(--color-primary);
}

.background-color-secondary {
    background-color: var(--color-secondary);
}

.background-color-dark {
    background-color: var(--color-dark);
}

.background-color-highlight {
    background-color: var(--color-highlight);
}

.background-color-white {
    background-color: #fff;
}


.container {
    width: 100%;
    max-width: 1200px;
}

/* spacing */
.py-normal {
    padding-block: calc(1.5 * var(--spacing-base));
}

.py-double-normal {
    padding-block: calc(3 * var(--spacing-base));
}

.py-standard {
    padding-block: 5rem;
}

.py-medium {
    padding-block: calc(5 * var(--spacing-base));
}

.py-large {
    padding-block: calc(7 * var(--spacing-base));
}

.font-poppins {
    font-family: 'Poppins';
}

/* font size */
.font-large {
    font-size: 5.6rem;
}

.font-extra-big {
    font-size: 4.6rem;
}

.font-big {
    font-size: 4rem;
}

.font-extra-medium {
    font-size: 3.6rem;
}

.font-medium {
    font-size: 3rem;
}

.font-extra-normal {
    font-size: 2.4rem;
}

.font-normal {
    font-size: 2rem;
}

.font-extra-regular {
    font-size: 1.8rem;
}

.font-body {
    font-size: 1.5rem;
}

.font-small {
    font-size: 1.4rem;
}

.font-tiny {
    font-size: 1rem;
}

.title-lead {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-weight: 500;
    color: #AF4E30;
}

/* font-weight */
.font-w-100 {
    font-weight: 100;
}

.font-w-200 {
    font-weight: 200;
}

.font-w-300 {
    font-weight: 300;
}

.font-w-400 {
    font-weight: 400;
}

.font-w-500 {
    font-weight: 500;
}

.font-w-600 {
    font-weight: 600;
}

.font-w-700 {
    font-weight: 700;
}

.font-w-800 {
    font-weight: 800;
}

.font-w-900 {
    font-weight: 900;
}

.text-uppercase {
    text-transform: uppercase;
}

/*  */
.navbar-brand>img {
    height: 70px;
}



ul.sf-menu {
    margin-inline-end: -1.5em !important;
}

.navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-header:before,
.navbar-header:after {
    content: none;
}

.navbar-brand {
    padding: 0;
    height: unset;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-inline-start: 0 !important;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-inline: 0;
}

.navbar-toggle {
    margin: 0;
}

.header-top-area header.navbar {
    background-color: var(--color-primary);
}

.navbar-header button.navbar-toggle {
    border: 0px;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
    border-radius: 0px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: var(--color-highlight);
}

body.user-logged-in ul.menu--account>li:last-child a {
    display: inline-flex;
    font-size: 0;
}

body.user-logged-in ul.menu--account>li:last-child a:after {
    display: block;
    padding: 0;
    line-height: 0;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzLjcwNjggMjIuMjkzN0wxNy43Mzc4IDE2LjMyNDdDMTkuMzY0NCAxNC4zMzUzIDIwLjE2NDIgMTEuNzk2OCAxOS45NzE2IDkuMjM0MjZDMTkuNzc5MSA2LjY3MTczIDE4LjYwOSA0LjI4MTIzIDE2LjcwMzQgMi41NTcyMkMxNC43OTc3IDAuODMzMjA4IDEyLjMwMjQgLTAuMDkyNDEwMyA5LjczMzQyIC0wLjAyODE3ODRDNy4xNjQ0NyAwLjAzNjA1MzQgNC43MTg0OSAxLjA4NTIyIDIuOTAxNCAyLjkwMjMxQzEuMDg0MzEgNC43MTk0IDAuMDM1MTM3OSA3LjE2NTM5IC0wLjAyOTA5NCA5LjczNDM0Qy0wLjA5MzMyNTggMTIuMzAzMyAwLjgzMjI5MyAxNC43OTg3IDIuNTU2MyAxNi43MDQzQzQuMjgwMzEgMTguNjA5OSA2LjY3MDgxIDE5Ljc4IDkuMjMzMzQgMTkuOTcyNUMxMS43OTU5IDIwLjE2NTEgMTQuMzM0NCAxOS4zNjUzIDE2LjMyMzggMTcuNzM4N0wyMi4yOTI4IDIzLjcwNzdDMjIuNDgxNCAyMy44ODk5IDIyLjczNCAyMy45OTA3IDIyLjk5NjIgMjMuOTg4NEMyMy4yNTg0IDIzLjk4NjEgMjMuNTA5MiAyMy44ODA5IDIzLjY5NDYgMjMuNjk1NUMyMy44OCAyMy41MTAxIDIzLjk4NTIgMjMuMjU5MyAyMy45ODc1IDIyLjk5NzFDMjMuOTg5NyAyMi43MzQ5IDIzLjg4ODkgMjIuNDgyMyAyMy43MDY4IDIyLjI5MzdaTTkuOTk5NzggMTguMDAwN0M4LjQxNzUzIDE4LjAwMDcgNi44NzA4MSAxNy41MzE1IDUuNTU1MjIgMTYuNjUyNUM0LjIzOTYzIDE1Ljc3MzQgMy4yMTQyNSAxNC41MjQgMi42MDg3NSAxMy4wNjIyQzIuMDAzMjQgMTEuNjAwNCAxLjg0NDgyIDkuOTkxODIgMi4xNTM1IDguNDM5OThDMi40NjIxOCA2Ljg4ODEzIDMuMjI0MTEgNS40NjI2NiA0LjM0MjkzIDQuMzQzODRDNS40NjE3NSAzLjIyNTAyIDYuODg3MjEgMi40NjMxIDguNDM5MDYgMi4xNTQ0MkM5Ljk5MDkxIDEuODQ1NzMgMTEuNTk5NCAyLjAwNDE2IDEzLjA2MTMgMi42MDk2NkMxNC41MjMxIDMuMjE1MTYgMTUuNzcyNSA0LjI0MDU0IDE2LjY1MTUgNS41NTYxNEMxNy41MzA2IDYuODcxNzMgMTcuOTk5OCA4LjQxODQ1IDE3Ljk5OTggMTAuMDAwN0MxNy45OTc0IDEyLjEyMTcgMTcuMTUzOCAxNC4xNTUxIDE1LjY1NCAxNS42NTQ5QzE0LjE1NDIgMTcuMTU0NyAxMi4xMjA4IDE3Ljk5ODMgOS45OTk3OCAxOC4wMDA3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
    background-size: contain;
    background-position: center;
}

#block-clearone-account-menu ul {
    margin: 0;
}

.navbar-default .navbar-collapse {
    padding: 0;
}

ul#superfish-main-accordion a.menuparent {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

ul.sf-menu li.menuparent>a.menuparent:after {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(/themes/custom/clearone/img/down.png);
    background-repeat: no-repeat;
    background-color: #fff !important;
    font-size: 0px !important;
    width: 25px;
    height: 25px !important;
    background-size: 79%;
    border-radius: 23px;
    background-position: 3px 6px;
}

ul.sf-menu li.sf-expanded>a.menuparent:after {
    background-image: url(/themes/custom/clearone/img/up.png);
}

.collapse--inner {
    display: flex;
    flex-direction: column-reverse;
}

/**
 * Navtabs
 */
nav.tabs {
    margin-bottom: 0
}

nav.tabs ul.nav-tabs {
    background: transparent;
    position: fixed;
    font-size: 15px;
    z-index: 999;
    left: 30px;
    bottom: 0;
    margin: 0;
}

nav.tabs ul.nav-tabs li {
    padding: 0;
    margin-right: 5px
}

nav.tabs ul.nav-tabs li a {
    background: #f1f1f1;
    padding: 4px 15px;
    border-radius: 0;
    border: none;
    color: #333
}

nav.tabs ul.nav-tabs li.active {
    padding: 0
}

nav.tabs ul.nav-tabs li.active>a {
    background: #1F7EDF;
    border: none;
    color: #fff
}

nav.tabs ul.nav-tabs li .tab-toggle.dropdown-toggle {
    display: none
}

/* components */
/* buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    font-weight: 500;
    letter-spacing: -0.64px;
}

.btn.btn-small {
    font-size: 1.6rem;
    padding: 0.8rem 2.4rem;
    line-height: 1.5;
    border-radius: 2.2rem;
}

.btn.btn-normal {
    font-size: 1.8rem;
    line-height: 1em;
    padding: 1.5rem 3.2rem;
    border-radius: 5rem;
}

.btn.btn-medium {
    font-size: 2rem;
    padding: 2rem 3.2rem;
    border-radius: 5rem;
}

.btn.btn-large {
    font-size: 2.3rem;
    line-height: 1em;
    padding: 3.2rem;
    border-radius: 5rem;
}

.btn.btn-primary {
    border: 1px solid;
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: #fff;
}

.btn.btn-dark {
    border: 1px solid;
    border-color: var(--color-dark);
    background-color: var(--color-dark);
    color: #fff;
}

.btn.btn-light {
    border: 1px solid;
    border-color: var(--color-light);
    background-color: var(--color-light);
    color: #1C1D18;
}

.btn.btn-highlight {
    border: 1px solid;
    border-color: var(--color-highlight);
    background-color: var(--color-highlight);
    color: #fff;
}

.btn.btn-primary:hover {
    background-color: #fff;
    color: var(--color-primary);
}

.btn.btn-dark:hover {
    background-color: #fff;
    color: var(--color-dark);
}

.btn.btn-light:hover {
    border-color: #1C1D18;
    background-color: #1C1D18;
    color: #fff;
}

.btn.btn-highlight:hover {
    background-color: #fff;
    color: var(--color-highlight);
}

.btn.btn-outline {
    background-color: transparent;
}

.btn-light.btn.btn-outline {
    color: #fff;
}

.paragraph-buttons {
    gap: 1rem;
}

/* spacing component */
.spacing.spacing-small {
    height: 1rem;
}

.spacing.spacing-normal {
    height: 2rem;
}

.spacing.spacing-medium {
    height: 3rem;
}

.spacing.spacing-large {
    height: 5rem;
}

.section-layout {
    background-size: cover;
    background-position: center;
}

/*  */
.section-hero-banner {
    min-height: min(100vh, 1080px);
}

.theme-box {
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 3.2rem;
    padding: clamp(3rem, 4.4vw, 5.3rem) clamp(1.5rem, 4.4vw, 5.3rem);
}

.theme-box.theme-box--small {
    padding: clamp(3rem, 4.4vw, 5.3rem) clamp(1.5rem, 3vw, 3.6rem);
}

.theme-box:not(.theme-box--small) {
    min-height: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.theme-box.bg-right-bottom {
    background-size: 25%;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.dru-tabs .dru-tabs-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1042px;
    margin-inline: auto;
    overflow: auto;
    padding: 0.8rem 2rem;
    border-radius: 5rem;
    background-color: var(--color-primary);
    color: #fff;
}

/* .dru-tabs .dru-tabs-heading::-webkit-scrollbar {
    display: none;
} */

.dru-tabs .dru-tabs-heading {
    scrollbar-width: thin;
}

.dru-tabs.theme-light .dru-tabs-heading {
    background-color: #FAFAF7;
    color: #1C1D18;
    border: 1px solid #A2A2A0;
}

.dru-tabs .dru-tabs-heading .dru-tab-heading-item {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0.5rem 2.4rem;
    border-radius: 2.2rem;
    cursor: pointer;
    white-space: nowrap;
}

.dru-tabs .dru-tabs-heading .dru-tab-heading-item:hover,
.dru-tabs .dru-tabs-heading .dru-tab-heading-item.active {
    background-color: #1C1D18;
    color: #fff;
}

.dru-tabs .dru-tabs-content {
    background-image: url(../img/tab_bg.png);
    background-size: 60%;
    background-position: center;
    padding-block: clamp(1.5rem, 2.667vw, 3.2rem);
    background-repeat: no-repeat;
}

.tab-no-bg .dru-tabs .dru-tabs-content {
    background-image: none;
}

.dru-tabs .dru-tab-content-item:not(.active) {
    display: none;
}

.dru-tabs .dru-tabs-content .paragraph-columns>.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.block-video {
    position: relative;
}

.block-video .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 8rem;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.title-more-space {
    font-size: 1.6rem;
    font-family: 'Poppins';
    font-weight: 300;
    letter-spacing: 0.625em;
    text-transform: uppercase;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.buttons-align-left {
    justify-content: start;
}

.buttons-align-center {
    justify-content: center;
}

.buttons-align-right {
    justify-content: end;
}

.section-group-500>div {
    max-width: 500px;
}

.section-group-800>div {
    max-width: 800px;
}

.grid-box {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.grid-box>div[data-contextual-id],
.paragraph--type--gallery>div[data-contextual-id] {
    display: none !important;
}

.dru-box {
    background-color: #DEEAEF;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    text-align: center;
}

.dru-box img {
    max-width: 10rem;
    margin-inline: auto;
}

.paragraph--type--gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.paragraph--type--gallery img {
    margin-inline: auto;
}

.paragraph--type--media-slider .field--name-field-slider-items img {
    border-radius: 2.4rem;
    padding: 1rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.paragraph--type--slider-item .field--name-field-image-items {
    display: flex;
    flex-direction: column;
}

.paragraph--type--slider-item .field--name-field-image-items>.field--item {
    flex: 1;
}

.paragraph--type--slider-item {
    max-width: 320px;
}

.paragraph--type--image-title-item {
    position: relative;
    max-width: 457px;
}

.paragraph--type--image-title-item .field--name-field-title {
    position: absolute;
    top: 2.4rem;
    left: 2.4rem;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1rem 1.2rem;
    border-radius: 2.4rem;
    background-color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    color: #292E36;
}

.box-highlight {
    padding: clamp(3.125rem, 4.1667vw, 5rem) clamp(1.5rem, 1.667vw, 2rem);
    background-color: var(--color-highlight);
    color: #fff;
    margin-block-end: 3rem;
    height: 100%;
}

/* responsive */

@media screen and (min-width:991px) {
    /* .dru-tabs .dru-tabs-heading {
        flex-wrap: wrap;
    } */
}

@media screen and (min-width:1201px) {
    .navbar-header {
        float: left !important;
    }

    .navbar-nav>li>a {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .navbar-default .navbar-toggle {
        display: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
    }

    .collapse--inner {
        flex-direction: column;
    }

    .navbar-right {
        float: right !important;
    }

    #superfish-main {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

}

@media screen and (max-width:1200px) {
    :root {
        --spacing-base: 0.8rem;
    }

    .navbar-header {
        float: unset !important;
    }

    .navbar-default .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse:not(.in) {
        display: none !important;
    }

    .navbar-right {
        float: unset !important;
    }

    .font-large {
        font-size: 4.8rem;
    }

    .font-extra-big {
        font-size: 4rem;
    }

    .font-big {
        font-size: 3.6rem;
    }

    .font-extra-medium {
        font-size: 3.2rem;
    }

    .font-medium {
        font-size: 2.8rem;
    }

    .font-extra-normal {
        font-size: 2.2rem;
    }
}

@media screen and (max-width:991px) {
    .column-right-content {
        margin-block-start: 3rem;
    }


    .btn.btn-normal {
        font-size: 1.6rem;
        padding: 1.2rem 2.5rem;
        border-radius: 5rem;
    }

    .btn.btn-medium {
        font-size: 1.8rem;
        padding: 1.8rem 1.3rem;
        border-radius: 5rem;
    }

    .btn.btn-large {
        font-size: 2rem;
        padding: 2rem 2.5rem;
        border-radius: 5rem;
    }

    .dru-tabs .dru-tabs-heading {
        justify-content: flex-start;
    }
}

@media screen and (max-width:767px) {
    :root {
        --spacing-base: 0.6rem;
    }

    .font-large {
        font-size: 4rem;
    }

    .font-extra-big {
        font-size: 3.6rem;
    }

    .font-big {
        font-size: 3.2rem;
    }

    .font-extra-medium {
        font-size: 3rem;
    }

    .font-medium {
        font-size: 2.4rem;
    }

    .font-extra-normal {
        font-size: 2rem;
    }

    .theme-box:not(.theme-box--small) {
        min-height: 30rem;
    }
}

@media (max-width: 575px) {
    .font-large {
        font-size: 3.6rem;
    }

    .font-extra-big {
        font-size: 3.2rem;
    }

    .font-big {
        font-size: 3rem;
    }

    .font-extra-medium {
        font-size: 2.8rem;
    }

    .font-medium {
        font-size: 2.2rem;
    }

    .font-extra-normal {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {

    .paragraph--type--slider-item,
    .paragraph--type--image-title-item {
        max-width: unset;
    }
}

@media (max-width: 380px) {
    .grid-box {
        grid-template-columns: 1fr;
    }
}