@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url("https://use.typekit.net/rjr1igr.css");

@font-face {
  font-family: Hanley;
  src: url(../fonts/Hanley-Pro-Script.otf);
}

@view-transition {
  navigation: auto;
}

:root {
  --color-primary: #1E355E;
  --color-secondary: #E1251B;
  --color-tertiary: #C0C0C0;
  --color-light-shade: #F3F3F3;
  --color-dark-shade: #141414;
  --color-primary--rgb: 30, 53, 94;
  --color-secondary--rgb: 225, 37, 27;
  --color-tertiary--rgb: 107, 107, 107;
  --color-light-shade--rgb: 230, 230, 230;
  --color-dark-shade--rgb: 34, 34, 34;
  --font-headline: "Oswald", sans-serif;
  --font-body: "Gotham", sans-serif;
  --font-styled: "Hanley", cursive;
  --font-feature-title-size: 2.25rem;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --font-weight-header: 700;
  --gap-base: 0.938rem;
  --gap-small: 0.438rem;
  --line-height-base: 1.2;
  --filter-color: brightness(0) saturate(100%) invert(34%) sepia(21%)
    saturate(3468%) hue-rotate(324deg) brightness(99%) contrast(94%);
  --transition-base:.3s ease;
}

/*! ==============================================================
   VARIABLES
   ============================================================== */@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@-webkit-keyframes fade-in-top{from{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fade-in-top{from{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slide-in-bottom{from{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in-bottom{from{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}/*! ==============================================================
   BASE
   ============================================================== */*,:after,:before{box-sizing:border-box}body{font-size:1rem;font-weight:400;line-height:1.2;margin:0;padding:0;overflow-x:hidden;font-family:var(--font-body);background-color:#fff;-webkit-font-smoothing:antialiased}body>form{overflow-x:hidden}h1,h2,h3,h4,h5{font-family:var(--font-headline)}h1{font-size:3rem;line-height:1.0833333333;margin:0 0 .25em 0}h2{font-size:2.375rem;line-height:1.2631578947;margin:0 0 .3157894737em 0}h3{font-size:1.625rem;line-height:1.3846153846;margin:0 0 .4615384615em 0}h4{font-size:1.375rem;line-height:1.2727272727;margin:0 0 .5454545455em 0}h5{font-size:1.125rem;line-height:1.3333333333;margin:0 0 .6666666667em 0}p{margin:0 0 1.5rem}blockquote,ol,pre,table,ul{margin-bottom:1.5rem}ol ol,ol ul,ul ol,ul ul{margin:0}ul{list-style:disc}ol{list-style:decimal}b,code,em,small,strong{line-height:1}sub,sup{vertical-align:baseline;position:relative;top:-.4em}sub{top:.4em}a{color:var(--color-primary);text-decoration:none;-webkit-transition:.3s ease-in-out all;transition:.3s ease-in-out all}a:hover{text-decoration:none}header a{color:#fff}hr{display:block;height:2px;width:25%;border:0;border-top:2px solid var(--color-primary);margin-block:.25rem;padding:0}pre{background:var(--color-light-shade);padding:10px 15px}.content-area img{max-width:100%;height:auto}.icon-white{-webkit-filter:invert(100%) sepia(0) saturate(7464%) hue-rotate(100deg) brightness(101%) contrast(108%);filter:invert(100%) sepia(0) saturate(7464%) hue-rotate(100deg) brightness(101%) contrast(108%)}/*! ==============================================================
   BOOTSTRAP UTILITIES
   ============================================================== */.container{max-width:1230px!important;padding-inline:.938rem;width:100%}.container-xl{max-width:1400px!important}.container,.container-xl{margin-inline:auto}.container-fluid{padding-left:0;padding-right:0}@media screen and (min-width:575px)and (max-width:991px){.container,.container-xl{max-width:100%}}.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.row>*{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:15px;padding-left:15px}.col{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width:36rem){.col-sm{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width:48rem){.col-md{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width:62rem){.col-lg{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width:75rem){.col-xl{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}@media(min-width:87.5rem){.col-xxl{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.col-xxl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xxl-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xxl-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xxl-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xxl-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xxl-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xxl-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xxl-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xxl-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xxl-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xxl-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xxl-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xxl-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-none{display:none!important}.flex-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.order-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}@media(min-width:36rem){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.order-sm-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-sm-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}}@media(min-width:48rem){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.order-md-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-md-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}}@media(min-width:62rem){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.order-lg-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-lg-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}}@media(min-width:75rem){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.order-xl-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-xl-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}}@media(min-width:87.5rem){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xxl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.order-xxl-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-xxl-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}}.justify-content-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.align-items-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.text-center{text-align:center!important}.position-relative{position:relative;z-index:2}.position-absolute{position:absolute}.bg-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2;object-fit:cover}.p-0,.row.p-0>*{padding:0}.row.p-0{margin-left:0;margin-right:0}/*! ==============================================================
   COMPONENTS
   ============================================================== */.banner{position:relative;width:100%;height:750px;z-index:2}@media screen and (max-width:767px){.banner{height:450px}}.banner-image{width:100%;height:100%;z-index:-1;position:absolute}.banner-image img{width:100%;height:100%;object-fit:cover;object-position:center}.banner-area__buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--gap-base)}.banner-area{color:#fff}@media screen and (max-width:991px){.banner-area{text-align:center;margin-inline:auto}.banner-area__buttons{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.banner-image-right{position:absolute;inset:0;z-indeX:-1}.banner-image-right img{width:100%;height:100%;object-fit:cover}}.button{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;padding:12px 15px;text-transform:uppercase;font-size:1.042rem;font-weight:700;border:none;min-height:50px;-webkit-transition:all .3s ease;transition:all .3s ease}.button.button--primary{background:var(--color-primary,#9e2065)}.button.button--primary:hover{background:var(--color-secondary,#00abd8)}.button.button--secondary{background:var(--color-secondary,#00abd8)}.button.button--secondary:hover{background:var(--color-primary,#9e2065)}.button.button--tertiary{background:var(--color-tertiary,#6b6b6b)}.button.button--tertiary:hover{background:var(--color-dark-shade,#222);color:var(--color-primary,#9e2065)}.feature{position:relative}.feature .container,.feature .row{height:100%}.feature .row{row-gap:1.875rem}.feature__title{font-size:clamp(1.5rem,5vw,2.5rem);line-height:1.2;margin:0 0 .35rem}.feature__buttons,.gallery__buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:var(--gap-base);-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (min-width:992px){.feature__buttons,.gallery__buttons{-webkit-box-pack:start;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start}}.feature__content{text-align:center}@media screen and (min-width:992px){.feature__content{text-align:left}}.footer{background:var(--color-light-shade)}.footer .upper{padding-block:3.75rem 3.5rem}.footer .footer-column{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:991px){.footer .footer-column{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}}.footer .footer-column .title{font-family:var(--font-headline)}.footer .footer-column .title a:hover{color:var(--color-secondary)}.footer .footer-column .list{list-style:none;padding-left:0;margin:0 0 1rem}.footer .footer-column .list.list--inline li{display:inline-block}.footer .footer-column .list.list--col-2{-webkit-columns:2;-moz-columns:2;columns:2}.footer .footer-column .list.list--col-3{-webkit-columns:3;-moz-columns:3;columns:3}.footer .footer-column .list li{margin-bottom:.5rem;font-size:1.05rem}.footer .footer-column .list li a{color:var(--color-dark-shade)}.footer .footer-column .list li a:hover{color:var(--color-primary);text-decoration:underline}.footer .footer-column .logo img{max-width:100%;height:auto}.footer .footer-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:991px){.footer .footer-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:991px){.footer #footer-one-pane,.footer #footer-three-pane,.footer #footer-two-pane{margin-bottom:1.25rem}}.footer-copyright-bar{padding:1rem 0;background:#56565b}.footer-copyright-bar .col-12{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:767px){.footer-copyright-bar .col-12{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.footer-copyright-bar .col-12 .left,.footer-copyright-bar .col-12 .right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.footer-copyright-bar .col-12 ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none}.footer-copyright-bar .col-12 ul li{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;color:#fff}.footer-copyright-bar .col-12 ul li a,.footer-copyright-bar .col-12 ul li span{color:#fff;-webkit-transition:all .15s ease;transition:all .15s ease}.footer-copyright-bar .col-12 ul li a:hover{color:rgba(255,255,255,.7)}.footer-copyright-bar .col-12 ul.social li{margin:0 .25rem}.footer-copyright-bar .col-12 ul.social li:last-of-type{margin-right:0}.footer-copyright-bar .col-12 ul.links li{margin:0 .25rem}.footer-copyright-bar .col-12 ul.links li:last-of-type{margin-right:0}.footer-copyright-bar .col-12 ul.powered li{margin:0 .25rem}.header{z-index:100;box-sizing:border-box}.header .logo img{width:215px;height:auto}.header .phone-number{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px}.header.is-sticky{box-shadow:0 12px 12px 0 rgba(0,0,0,.2)}.header.is-sticky.notification-banner.notification-banner--relative{top:0!important}.header.is-sticky .logo img{width:150px}.header .mobile{display:grid;grid-template-columns:repeat(3,1fr)}.header .mobile .mobile__grid-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.header .mobile .mobile__grid-item:first-of-type{-webkit-box-pack:start;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start}.header .mobile .mobile__grid-item:last-of-type{-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end}.header .mobile .button{min-width:3.125rem;min-height:3.125rem}.dnnEditState .header-placeholder,form[action="/Login?returnurl=%2fadmin"] .header-placeholder,form[action="/admin"] .header-placeholder{height:0!important}.menu.menu--desktop ul{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;width:100%}.menu.menu--desktop ul li[data-depth="0"]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu.menu--desktop ul li[data-depth="0"] a{color:var(--color-dark-shade)}.menu.menu--desktop ul li[data-depth="0"] a:hover{color:var(--color-secondary)}.menu.menu--desktop ul li[data-depth="0"].parent:hover ul[data-depth="0"]{display:block;-webkit-animation:slide-in-bottom .3s ease-in-out forwards;animation:slide-in-bottom .3s ease-in-out forwards}.menu.menu--desktop ul li[data-depth="0"]:last-of-type a{padding-right:0}.menu.menu--desktop ul li[data-depth="0"] .icon{margin-left:4px;font-size:inherit}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"]{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:absolute;z-index:10;top:100%;left:0;width:240px;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);background:#fff;border-top:2px solid var(--color-primary,#9e2065);padding:0}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"].active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"].display-left{right:0;left:initial}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li{position:relative;margin:0}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li a{font-size:1rem}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li:hover ul[data-depth="1"]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-animation:slide-in-bottom .3s ease-in-out forwards;animation:slide-in-bottom .3s ease-in-out forwards}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li ul[data-depth="1"]{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:absolute;top:0;right:-100%;width:100%}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li ul[data-depth="1"].display-left{right:initial;left:-100%}.menu.menu--desktop ul li[data-depth="1"] a:hover{padding-left:15px;color:var(--color-primary)}.menu.menu--desktop ul li[data-depth="1"] li[data-depth="0"]:first-of-type>a{padding-left:0}.menu.menu--desktop ul li:last-of-type ul{right:0;left:initial}.menu.menu--mobile{position:fixed;z-index:100;top:0;right:0;height:100%;width:280px;padding:10px;background:#fff;-webkit-transform:translateX(101%);-ms-transform:translateX(101%);transform:translateX(101%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;box-shadow:-6px 0 12px rgba(0,0,0,.05);overflow-y:scroll}.menu.menu--mobile.active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.menu.menu--mobile ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0}.menu.menu--mobile ul li{position:relative;margin:0}.menu.menu--mobile ul li a{font-size:.9375rem}.menu.menu--mobile ul li .icon{position:absolute;top:2px;right:10px;width:1.563rem;height:1.563rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.menu.menu--mobile ul li .icon.active{-webkit-transform:rotateZ(90deg);-ms-transform:rotate(90deg);transform:rotateZ(90deg)}.menu.menu--mobile ul li ul{opacity:0;max-height:0;overflow:hidden;position:relative;bottom:unset;left:unset;width:100%;padding-left:1rem;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);border:none;box-shadow:none;-webkit-transition:all .3s linear;transition:all .3s linear}.menu.menu--mobile ul li ul.active{opacity:1}.menu ul{margin:0;padding:0;list-style:none}.menu ul li{position:relative;margin:0 5px}.menu ul li a{display:block;padding:10px;color:var(--color-dark-shade);font-size:1.125rem;font-weight:700}.mobile__toggle{text-align:right;font-size:1.5rem;cursor:pointer}.mobile__toggle.mobile__toggle--mobile{padding:20px 20px 0 0;margin-bottom:20px}body.dnnEditState .notification-banner{position:relative!important}.notification-banner{opacity:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);position:relative;background:gray;padding:1.5rem 0;color:#fff;text-align:center;-webkit-animation:slide-in-bottom .6s ease-in-out 1s forwards;animation:slide-in-bottom .6s ease-in-out 1s forwards}@media screen and (max-width:767px){.notification-banner{padding-top:2.5rem}}.notification-banner.notification-banner--top[data-sticky=true]{position:fixed;z-index:100;top:0;left:0;width:100%}.notification-banner.notification-banner--bottom[data-sticky]{position:fixed;z-index:100;bottom:0;left:0;width:100%}.notification-banner [data-banner-close]{position:absolute;top:1rem;right:1rem}.notification-banner p:last-of-type{margin-bottom:0}.uvp{margin:0 0 1.5rem 0;padding:1rem;background:#f0f0f0;list-style:none}.uvp li{font-weight:700;font-size:1.5rem;line-height:1;color:#349df3}.uvp li span{color:#000;font-size:1rem}.video-background{position:absolute;z-index:-1;width:100%;height:100%;object-fit:cover;left:0;top:0;display:none}.formwrap{max-width:350px;margin-inline:auto}@media screen and (min-width:992px){.formwrap{margin:0 0 2.5rem auto}}/*! ===============
   Review Carousel
   ================ */review-carousel{min-height:350px;display:block}.revwid-button,.revwid-filter-container,.revwid-is-facebook-rating,.revwid-overall-rating-header,.revwid-overall-rating-out-of-label,.revwid-overall-rating-sum,.revwid-pagination,.revwid-pagination-arrow,.revwid-review-read-more-link,.revwid-select,blockquote{display:none!important}.revwid-reviews-scrollable-area{position:relative;margin-block:1rem;max-width:1200px;margin-inline:auto}.revwid-reviews{position:relative;min-height:200px}.revwid-review{position:absolute;top:0;left:0;right:0;opacity:0;width:100%;min-width:100%;padding:clamp(1rem,5vw,1.875rem);-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;pointer-events:none;background:#fff;color:#6f6e6e!important;font-family:inherit;text-align:left;border-radius:10px;box-shadow:rgba(0,0,0,.16) 0 1px 4px}.revwid-review-author,.revwid-review-date{font-weight:700;position:relative;padding-right:1rem}.revwid-review-author::after{content:"-";color:inherit;position:absolute;right:6px;font-size:inherit;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.revwid-review-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative;padding-right:75px;height:30px;margin-bottom:1.25rem}.revwid-review-source-logo{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.revwid-review-stars{margin-right:15px}.revwid-icon-star{font-size:18.4px!important;color:#fbbc05!important;position:relative}.revwid-icon-star::before{content:""!important;background:url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='1.667in' height='1.597in' viewBox='0 0 120 115'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fbbc05; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Estar%3C/title%3E%3Cpath class='cls-1' d='M59.77,87.747,28.115,111.024a2.854,2.854,0,0,1-4.419-3.137L35.3,70.115,3.128,47.18A2.854,2.854,0,0,1,4.783,42l39.838-.041L56.384,4.674a2.854,2.854,0,0,1,5.422-.067l12.8,37.338,38.983.089a2.854,2.854,0,0,1,1.667,5.167L83.846,69.928l12.909,38.079a2.854,2.854,0,0,1-4.372,3.232Z'/%3E%3C/svg%3E%0A") no-repeat!important;background-size:auto;background-size:100%!important;width:26px!important;height:26px!important;display:inline-block!important;font-family:widget!important;font-style:normal!important;font-weight:400!important;line-height:1!important}.revwid-review-intro-text{padding-top:.5rem}.revwid-review-intro-text p:last-of-type,.revwid-review-read-more-link{margin-bottom:0}.revwid-review.active{opacity:1;position:relative;pointer-events:auto}.revwid-review-full-text{display:none}.revwid-for-collapse{display:none}.review-feed__sidebar .revwid-review-source-logo img{max-width:65px;height:auto}.review-feed__sidebar .revwid-review-rating-text{display:none}@media screen and (max-width:576px){.revwid-review-stars{margin-right:10px}.revwid-icon-star::before{width:15px!important;height:15px!important}.revwid-review-source-logo img{max-width:60px;height:auto}.revwid-review-rating-text{font-size:.95rem}}/*! === CLEAN ACCORDION === */[data-accordion-group] [data-accordion] [data-content]{max-height:0;overflow:hidden;-webkit-transition:max-height 350ms ease;transition:max-height 350ms ease}[data-accordion] [data-content] p:first-of-type{margin-top:1rem}[data-accordion-group]{margin-bottom:1.5rem}[data-accordion-group] [data-accordion]{margin-bottom:5px}[data-accordion-group] [data-accordion]:last-of-type{margin:0}[data-accordion] [data-control]{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;z-index:3;padding:.5rem 1rem .5rem 2.85rem;min-height:50px;color:#fff;background:var(--color-tertiary);max-width:600px;font-weight:700;font-family:var(--healine-font);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-size:1.125rem}[data-accordion] [data-control] img{position:absolute;margin-right:15px;left:15px;top:50%;-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);z-index:-1;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out;width:1.438rem;height:1.25rem;margin-top:0}[data-accordion].open [data-control],[data-accordion]:hover [data-control]{background:var(--color-primary)}[data-accordion].open [data-control] img{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}[data-accordion-group].read-more{margin-bottom:1.5rem}[data-accordion-group].read-more>[data-accordion]>[data-control]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-width:200px;margin:0 auto;text-align:center}[data-accordion-group].read-more>[data-accordion]>[data-control]::before{display:none}/*! === SWIPER JS === */.swiper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;--swiper-theme-color:var(--color-dark-shade);--swiper-navigation-size:2rem}@media(max-width:768px){swiper-container::part(button-next),swiper-container::part(button-prev){display:none}}@media(min-width:769px){swiper-container::part(pagination){display:none}}/*! === fSLIGHTBOX === */html.fslightbox-open{overflow:initial}.fslightbox-fade-in-strong iframe{display:block!important}.fslightbox-source{display:block!important;height:auto!important;max-width:900px}/*! === LAZYLOAD === */.lazyload,.utm-form{opacity:0;-webkit-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out}.loaded{opacity:1}.lazyload[data-was-processed=true]{opacity:1}header .user-controls{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0;margin-left:-1rem;margin-right:-1rem}header .user-controls li{padding:0 1rem}footer .disclaimer{font-size:12px;font-size:.75rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;margin-left:-1rem;margin-right:-1rem}footer .disclaimer li{position:relative;padding:0 1rem}footer .disclaimer li+li:before{content:"";position:absolute;top:0;left:0;bottom:0;width:1px;background-color:#fff}.content-area img{max-width:100%;height:auto}.content-area h1{color:var(--color-primary);text-transform:uppercase;font-weight:400;}.content-area h2{margin:4.375rem 0 1.875rem;color:var(--color-secondary)}.content-area h3{margin:3.125rem 0 1.25rem}.content-area li{margin-bottom:.7rem}.content-area li a,.content-area p a{color:var(--color-primary);font-weight:var(--font-weight-bold)}.content-area li a:hover,.content-area p a:hover{color:var(--color-secondary);text-decoration:underline;}
   /*!
   * DO NOT MODIFY ANYTHING ABOVE THIS. STYLES ABOVE WILL BE OVERWRITTEN.
   * Add all custom styles below.
   */

   .button.button--outline {border:2px solid var(--color-primary);color:var(--color-primary);background:var(--color-light-shade);padding:.35rem 1.25rem}
   .button.button--outline:hover {background:var(--color-primary);color:#fff;}
  .pdf-links {gap:15px;align-items:center;justify-content:center;margin-bottom:3rem}
   /* ---------------------------------------------------------
  
  * Filename:       header-2.scss
  
------------------------------------------------------------*/
.header.header--2 { position: absolute; top: 0; left: 0; width: 100%; -webkit-animation: fade-in 0.5s ease; animation: fade-in 0.5s ease; }

.header.header--2.is-sticky { position: fixed; -webkit-animation: fade-in-top 0.5s ease; animation: fade-in-top 0.5s ease; }

.header.header--2.is-sticky .top { display: none; }

.header.header--2.is-sticky .bottom .right { display: none; }

.header.header--2 .top { background: #9e2065; }

.header.header--2 .top .col-12 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 991px) { .header.header--2 .top .col-12 { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

.header.header--2 .top .logo { display: none; }

@media screen and (max-width: 991px) { .header.header--2 .top .logo { display: block; } }

@media screen and (max-width: 991px) { .header.header--2 .top .left { display: none; } }

@media screen and (max-width: 991px) { .header.header--2 .top .right { display: none; } }

.header.header--2 .bottom { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 1rem 0; background: #5a5a5a; }

.header.header--2 .bottom .col-12 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 991px) { .header.header--2 .bottom .logo { display: none; } }

@media screen and (max-width: 991px) { .header.header--2 .bottom .nav { display: none; } }

@media screen and (max-width: 991px) { .header.header--2 .bottom .right { display: none; } }

.header.header--2 .bottom .mobile { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; }

.header.header--2 .bottom .mobile .button { -webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch; }

.dnnEditState .header.header--2 { position: relative !important; }

form[action="/Login?returnurl=%2fadmin"] .header.header--2, form[action*="/admin"] .header.header--2, form[action*="/Admin"] .header.header--2 { position: relative !important; }

/** BEGIN COMPONENT OVERRIDES HERE **/

.header.header--2 .top{
  background: var(--color-primary);
  padding: 10px 0;
}

.header.header--2 .bottom{
  background: transparent;
}

.header.header--2 .bottom .container {max-width:1400px!important;}

.header.header--2.innerpage .bottom{
  background: var(--color-light-shade);
}

.header.header--2.is-sticky .bottom{
  background:var(--color-light-shade);
}

#bottom-right-pane .button {padding-inline:1.8rem}
#top-left-pane p{
  margin-bottom: 0;
  color: var(--color-light-shade);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 200% */
}

#top-right-pane ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display:flex;
  align-items:center;
  gap:7px;
}

#top-right-pane ul li{
  color: var(--color-light-shade);
  text-align: right;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#top-right-pane a:hover {color:vaR(--color-secondary)}

.header .logo img{
  width: 190px;
}

.header.header--2.home-header .is-sticky-logo{
 display:none;
}

.header.header--2.home-header.is-sticky .logo {displaY:none}

.header.header--2.home-header.is-sticky .is-sticky-logo{
 display:flex;
}


.header.is-sticky .logo img, .header.header--2.innerpage .logo img {filter:initial}

.menu.menu--desktop ul li[data-depth="0"] > a{
  color: var(--color-light-shade);
  leading-trim: both;
  text-edge: cap;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.20);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-inline:5px;
}

.header.header--2.innerpage .menu.menu--desktop ul li[data-depth="0"] a{
  color: var(--color-dark-shade);
}

.header.header--2 .logo a {display:flex}


.header.is-sticky .logo img {width:100px}
.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"]{
  background: var(--color-primary);
}

.header.header--2.is-sticky .menu.menu--desktop ul li[data-depth="0"] > a {text-shadow:none;color:var(--color-primary)}
.header.header--2.is-sticky .menu.menu--desktop ul li[data-depth="0"] > a:hover {color:var(--color-secondary)}
.header.header--2.innerpage .menu.menu--desktop ul li[data-depth="1"] a,
.header.header--2 .menu.menu--desktop ul li[data-depth="1"] a{
  color: var(--color-light-shade);
  font-size: 0.9rem;
}

.header.header--2 .menu.menu--desktop ul li[data-depth="1"] a:hover {color:var(--color-secondary)}

@media screen and (max-width:991px) {
  .header.header--2.home-header.is-sticky .is-sticky-logo {display:none}
}
/* ---------------------------------------------------------
  
  * Filename:       banner-area-3.scss
  * Description:    Define the layout styles for banner-area-3
  * Version:        1.0.2
  * Last Modified:  4.11.2019
  
------------------------------------------------------------*/
.banner { position: relative; width: 100%; height: 800px; background-size: cover; background-position: center; background-repeat: no-repeat; }

@media screen and (max-width: 767px) { .banner { height: 500px; } }

.banner-area.banner-area--3 { position: absolute; top: 50%; left: 0; width: 50%; -webkit-transform: translateY(-25%); -ms-transform: translateY(-25%); transform: translateY(-25%); }

@media screen and (max-width: 991px) { .banner-area.banner-area--3 { width: 65%; } }

@media screen and (max-width: 767px) { .banner-area.banner-area--3 { width: 100%; } }

@media screen and (max-width: 575px) { .banner-area.banner-area--3 { padding: 0 10px; } }

.banner-area.banner-area--3 .banner-area__title { color: white; }

.banner-area.banner-area--3 .banner-area__text { color: white; }

/** BEGIN COMPONENT OVERRIDES HERE **/
.banner {
  height: 800px;
  overflow: hidden;
  background-color: var(--color-dark-shade);
}

  

@media screen and (max-width: 991px) {
  .banner {
    height: auto;
    min-height: 600px;
    padding-block: 7rem 0;
  }
}

.banner-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--color-dark-shade--rgb), 0.55);
}

.banner-image img {
  opacity: 0.75;
}

.banner-area.banner-area--3 {
  width: 100%;
  max-width:1000px;
  top: 50%;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
}

/* CASE STUDY BANNER */

.banner.case-study-banner .banner-area.banner-area--3 {
  width:100%;
  max-width:1000px;
  left:50%;
  transform:translate(-50%,-55%)
}

@media screen and (max-width:1230px) {
 .banner-area.banner-area--3 {padding-inline:15px}
}

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

  .banner .banner-image {top:0}
  .banner-area.banner-area--3 {
    position: relative;
    top: auto;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-inline: 1rem;
  }
}

.banner-area.banner-area--3 .banner-area__title {
  font-family: var(--font-headline);
  font-size: 3rem;
  font-weight:600;
  line-height: 1.2;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
  margin-bottom: 1.875rem;
}

.banner-area.banner-area--3 .banner-area__title span {display:block;  font-family: var(--font-body);
  font-size: clamp(1rem,4vw,1.5rem);
  font-weight: var(--font-weight-normal);
  line-height: 1.4;}

@media screen and (max-width: 767px) {
  .banner-area.banner-area--3 .banner-area__title {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

.banner-area.banner-area--3 .banner-area__text {
  font-family: var(--font-body);
  font-size: 1.5rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.4;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .banner-area.banner-area--3 .banner-area__text {
    font-size: 1.125rem;
  }
}

.banner-area__uvp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(var(--color-primary--rgb), 0.8);
  padding-block: 1.25rem;
  z-index: 3;
 
}


.banner-area__uvp .d-flex {
   display:flex;
  align-items:center;
  justify-content:space-between;
  gap:7px;
  column-gap:12px;
}

@media screen and (max-width:1200px) {
    .banner-area__uvp .d-flex br {display:none}
}

@media screen and (max-width: 991px) {
  .banner-area__uvp {
    position: relative;
    bottom: auto;
   
  }

  .banner-area__uvp .d-flex {
 flex-direction:column;
  }

 
}

.banner-area__uvp-title {
  font-family: var(--font-styled);
  font-size: 2rem;
  line-height: 1.125;
  color: var(--color-secondary);
  margin: 0 0 0.25rem;
}

.banner-area__uvp-text {
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .banner-area__uvp-title,
  .banner-area__uvp-text {
    text-align: center;
  }

  .banner-area__uvp .col-lg-3 {
    margin-top: 1rem;
  }
}


/*! ======================
 GRID-1X3--2
 ======================= */.grid-boxes.grid-boxes-1x3--2 .row{row-gap:2.5rem}.grid-boxes.grid-boxes-1x3--2 .box__header{aspect-ratio:5/2}.grid-boxes.grid-boxes-1x3--2 .box__header__title{color:#fff;position:absolute;margin:0;bottom:-12%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);font-size:2rem;width:100%;padding-inline:10px;text-shadow:2px 5px 10px #000}.grid-boxes.grid-boxes-1x3--2 .box__content{background:var(--color-light-shade);padding:2.5rem 15px 2rem;color:var(--color-dark-shade)}



/*! ===============
 GRID-BOXES-1X3--2
 ================ */
.grid-boxes.grid-boxes-1x3--2 {
  position: relative;
  padding-block: 5rem 3.75rem;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .grid-boxes.grid-boxes-1x3--2 {
    padding-block: 3rem;
  }
}

@media screen and (max-width:767px) {
  .grid-boxes.grid-boxes-1x3--2 div[class*="col-"] {padding-inline:0}
}
.grid-boxes.grid-boxes-1x3--2 .row {
  row-gap: 2rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid-boxes.grid-boxes-1x3--2 .grid-boxes__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

/* ---- Intro variant (Yes We Paint That!) ---- */
.grid-boxes__box--intro {
  padding-right: 1rem;
}



.grid-boxes__box--intro .box__eyebrow {
  font-family: var(--font-styled);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--color-secondary);
  margin: 0 0 0.5rem;
}

.grid-boxes__box--intro .box__title {
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.2;
  color: var(--color-primary);
  text-transform: uppercase;
  margin: 0 0 .25rem;
}

.grid-boxes__box--intro .box__content > p {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--color-dark-shade);
  margin: 0 0 1.5rem;
}

.grid-boxes__box--intro .box__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
}

.grid-boxes__box--intro .box__list--checked li {
  position: relative;
  padding-left: 1.75rem;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-bold);
  line-height: 2.2;
  color: var(--color-dark-shade);
  margin-bottom: 0;
}

.grid-boxes__box--intro .box__list--checked li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 20px;
  background: url("../images/icon-paintbrush.svg") center/contain no-repeat;
}

.grid-boxes__box--intro .box__subtitle {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-dark-shade);
  margin: 0 0 0.75rem;
}


.grid-boxes__box--intro .box__cta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.875rem 2.5rem 1.125rem;
  line-height: 1.2;
}

.grid-boxes__box--intro .box__cta-label {
  display: block;
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: var(--font-weight-normal);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.grid-boxes__box--intro .box__cta-text {
  display: block;
  font-family: var(--font-headline);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

/* ---- Service variant (Commercial / Industrial) ---- */
.grid-boxes__box--service {
  background: var(--color-primary);
  color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .grid-boxes__box--service {
    max-width: 380px;
    margin-inline: auto;
  }
}

.grid-boxes__box--service .box__header {
  position: relative;
  height: 380px;
  overflow: hidden;
}

.grid-boxes__box--service .box__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0 1rem;
  background: var(--color-tertiary);
  color: var(--color-primary);
  font-family: var(--font-headline);
  font-size: 1.75rem;
  font-weight: var(--font-weight-normal);
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.grid-boxes__box--service .box__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.grid-boxes__box--service .box__header::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(top, rgba(30, 53, 94, 0) 60%, var(--color-primary) 95%);
  background: linear-gradient(to bottom, rgba(30, 53, 94, 0) 60%, var(--color-primary) 95%);
  pointer-events: none;
  z-index: 1;
}

.grid-boxes__box--service .box__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.5rem 2rem 2.5rem;
}

.grid-boxes__box--service .box__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.grid-boxes__box--service .box__list--icons li {
 
  min-height: 40px;
  padding-block: 0.35rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.grid-boxes__box--service .box__list--icons li a {color:#fff;display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;}
.grid-boxes__box--service .box__list--icons li a:hover {color:var(--color-secondary)}
.grid-boxes__box--service .box__list-icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 575px) {
  .grid-boxes__box--service .box__header {
    height: 320px;
  }

  .grid-boxes__box--service .box__title {
    font-size: 1.5rem;
  }

  .grid-boxes__box--service .box__content {
    padding: 1.25rem 1.5rem 2rem;
  }
}

/* ---- Specificity overrides (beat existing .grid-boxes.grid-boxes-1x3--2 .box__* rules) ---- */
.grid-boxes.grid-boxes-1x3--2 .grid-boxes__box--intro .box__header {
  aspect-ratio: auto;
}

.grid-boxes.grid-boxes-1x3--2 .grid-boxes__box--intro .box__content {
  background: transparent;
  padding: 0;
  color: var(--color-dark-shade);
}

.grid-boxes.grid-boxes-1x3--2 .grid-boxes__box--service .box__header {
  aspect-ratio: auto;
  height: 380px;
}

.grid-boxes.grid-boxes-1x3--2 .grid-boxes__box--service .box__content {
  background: transparent;
  color: #fff;
  padding: 0.5rem 2rem 2rem;
}

.grid-boxes.grid-boxes-1x3--2 .grid-boxes__box--service .box__list--icons li {
  min-height: 38px;
  padding-block: 0.25rem;
  -webkit-column-gap: 0.875rem;
  -moz-column-gap: 0.875rem;
  column-gap: 0.875rem;
}

@media screen and (max-width: 575px) {
  .grid-boxes.grid-boxes-1x3--2 .grid-boxes__box--service .box__header {
    height: 320px;
  }

  .grid-boxes.grid-boxes-1x3--2 .grid-boxes__box--service .box__content {
    padding: 0.5rem 1.5rem 1.75rem;
  }
}


/*! ======================
 FEATURE--4
 ======================= */@media screen and (min-width:992px){.feature.feature--4{height:450px}}.feature.feature--4 .feature__image{width:100%;height:100%;object-fit:cover}.feature.feature--4 .feature__content{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}

/** BEGIN COMPONENT OVERRIDES HERE **/
.feature.feature--4 {
  position: relative;
  padding-block:3.75rem 3.595rem;
  background: #fff;
}

@media screen and (min-width: 992px) {
  .feature.feature--4 {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .feature.feature--4 {
    padding-block: 3rem;
  }
}

.feature.feature--4 .row {
  row-gap: 3rem;
}

/* ---- Media side (team image + video overlay) ---- */
.feature.feature--4 .feature__media {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  .feature.feature--4 .feature__media {
    padding-bottom: 0;
    max-width: 600px;
    margin-inline: auto;
  }
}

.feature.feature--4 .feature__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.feature.feature--4 .feature__video {
  position: absolute;
  right: -20px;
  bottom: 0;
  display: flex;
  justify-content:center;
  align-items:center;
  width: 60%;
  max-width: 360px;
  border: 5px solid #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  background:var(--color-light-shade)
}

.feature.feature--4 .feature__video:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.feature.feature--4 .feature__video-thumb {
  display: block;
  width: 100%;
  height: auto;
}

.feature.feature--4 .feature__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: var(--color-secondary);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature.feature--4 .feature__video-play::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}

.feature.feature--4 .feature__video:hover .feature__video-play {
  background: var(--color-primary);
}

@media screen and (max-width: 575px) {
  .feature.feature--4 .feature__video {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -3rem auto 0;
    width: 80%;
  }

  .feature.feature--4 .feature__video-play {
    width: 56px;
    height: 56px;
  }

  .feature.feature--4 .feature__video-play::before {
    border-width: 10px 0 10px 15px;
  }
}

/* ---- Content side ---- */
.feature.feature--4 .feature__content {
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 1rem;
}

@media screen and (max-width: 991px) {
  .feature.feature--4 .feature__content {
    padding-left: 0;
  }
}

.feature.feature--4 .feature__eyebrow {
  font-family: var(--font-styled);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--color-secondary);
  margin: 0 0 0.5rem;
}

.feature.feature--4 .feature__title {
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.2;
  color: var(--color-primary);
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}

@media screen and (max-width: 767px) {
  .feature.feature--4 .feature__title {
    font-size: 1.875rem;
  }
}

.feature.feature--4 .feature__text {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--color-dark-shade);
  margin: 0 0 1.5rem;
}

.feature.feature--4 .feature__list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}

.feature.feature--4 .feature__list li {
  position: relative;
  padding-left: 1.75rem;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-bold);
  line-height:1.2;
  color: var(--color-dark-shade);
  margin-bottom: 1rem;
}

.case-study-feature--4.feature.feature--4 .feature__list li {font-weight:400}

.feature.feature--4 .feature__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 20px;
  background: url("../images/icon-paintbrush.svg") center/contain no-repeat;
}

.feature.feature--4 .feature__buttons {
  gap: 1rem;
}


/* ---------------------------------------------------------
  
  * Filename:       gallery-2x4-2.scss

------------------------------------------------------------*/
.gallery.gallery-2x4--2 .gallery__image { position: relative; overflow: hidden; }

.gallery.gallery-2x4--2 .gallery__image:hover .image__content { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

.gallery.gallery-2x4--2 .gallery__image img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.gallery.gallery-2x4--2 .gallery__image .image__content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 171, 216, 0.8); opacity: 0; -webkit-transform: translateX(-105%); -ms-transform: translateX(-105%); transform: translateX(-105%); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; pointer-events: none; }

.gallery.gallery-2x4--2 .gallery__image .image__content .content__title { color: white; }

/** BEGIN COMPONENT OVERRIDES HERE **/


/* ---------------------------------------------------------
  
  * Filename:       swiper-cards-1.scss
  
------------------------------------------------------------*/
.swiper-cards {position:relative;z-index:2;}
.swiper-cards swiper-slide {height:475px;}
swiper-slide .card__image {position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-1;}
.swiper-cards .swiper-button {
  position:absolute;
  bottom:-65px;
  right:20%;
  top:auto;
  left:auto;
  border-radius:50%;
  width:50px;
  height:50px;
  background:#000;
  outline:none;
  border:none;
  cursor:pointer;
  transition:all .3s ease;
  z-index:3;
}

.swiper-cards .swiper-button.swiper-cards-button-next {
  right:15%;
}

.swiper-cards swiper-slide{height: auto;}

.swiper-cards .swiper__card .content__hover {
  position:absolute;
  z-index:2;
  width:100%;
  bottom:10%;
  transform:translateY(10%);
  text-align:center;
  color:#fff;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease-in;
}

.swiper-cards .swiper__card:hover .content__hover {
  opacity:1;
  visibility:visible;
  transform:translateY(0)
}

.swiper__card {
  background:rgb(243,243,243,.8);
  color:#000;
  padding:5rem 3rem 1.5rem;
  border-radius:.9375rem;
  position: relative;
}

.swiper__card .card__quote {
  position:absolute;
  top:.56rem;
  left:.88rem;
}

.swiper__card .card__quote.card__quote--end {
  bottom:.6rem;
  top:auto;
  left:auto;
  right:1rem;
  transform:rotate(180deg)
}

.swiper__card .card__author {margin-block:.5rem 0;}

.swiper__card .card__text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height:1.5;
}

/* Review cards in a static grid, styled to match .reviews-page__grid */
.review-cards-grid {
  padding: clamp(2rem,3vw,3rem) 1rem;
}

.review-cards-grid__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  max-width: 1230px;
  margin: 0 auto;
}

@media (max-width:991px) {
  .review-cards-grid__grid {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:767px) {
  .review-cards-grid__grid {
    grid-template-columns: 1fr;
  }
}

.review-cards-grid__grid .swiper__card {
  background-color: #fff;
  border: 2px solid var(--color-primary);
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,.01);
  height: 100%;
  transition: box-shadow .2s ease;
}

.review-cards-grid__grid .swiper__card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
}

/* Show the full review text in the grid (no swiper line-clamp) */
.review-cards-grid__grid .card__text {
  display: block;
  -webkit-line-clamp: none;
  line-clamp: none;
  overflow: visible;
}

.swiper-cards__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  margin-top: 1.5rem;
}

.swiper-cards__pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-secondary);
  opacity: .35;
  cursor: pointer;
  transition: opacity .3s ease, transform .3s ease;
}

.swiper-cards__pagination .swiper-pagination-bullet:hover {
  opacity: .6;
}

.swiper-cards__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  border-radius:0;
}

/*! ===============
 GALLERY-2X4--2
 ================ */
.gallery.gallery-2x4--2 {
  position: relative;
  padding-block:3.595rem 5rem;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .gallery.gallery-2x4--2 {
    padding-block: clamp(2rem,4vw, 3rem);
  }
}

.gallery.gallery-2x4--2 .gallery__eyebrow {
  font-family: var(--font-styled);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--color-secondary);
  margin: 0 0 0.5rem;
}

.gallery.gallery-2x4--2 .gallery__title {
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.2;
  color: var(--color-primary);
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}

@media screen and (max-width: 767px) {
  .gallery.gallery-2x4--2 .gallery__title {
    font-size: 1.875rem;
    margin-bottom: 2rem;
  }
}

.gallery.gallery-2x4--2 .gallery__grid {
  row-gap: 1.27rem;
  margin-bottom: 2.5rem;
  margin-inline:-10px
}

.gallery.gallery-2x4--2 .gallery__grid div[class*="col-"] {
  padding-inline:10px;
}

.gallery.gallery-2x4--2 .gallery__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.gallery.gallery-2x4--2 .gallery__image > a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery.gallery-2x4--2 .gallery__image > a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.gallery.gallery-2x4--2 .gallery__image .image__content {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 2rem 1rem;
  background: rgba(var(--color-primary--rgb), 0.7);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.gallery.gallery-2x4--2 .gallery__image:hover .image__content,
.gallery.gallery-2x4--2 .gallery__image:focus-within .image__content {
  opacity: 1;
}

.gallery.gallery-2x4--2 .gallery__image:hover > a img,
.gallery.gallery-2x4--2 .gallery__image:focus-within > a img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery.gallery-2x4--2 .gallery__image .image__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 45px;
  height: 45px;
  object-fit: contain;
  margin: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.gallery.gallery-2x4--2 .gallery__image .image__title {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  margin: 0;
}

.gallery.gallery-2x4--2 .gallery__image .image__location {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.3;
  color: #fff;
  margin: 0.125rem 0 0;
}

.gallery.gallery-2x4--2 .gallery__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

@media screen and (max-width: 575px) {
  .gallery.gallery-2x4--2 .gallery__grid {row-gap:0;margin-inline:0}
  .gallery.gallery-2x4--2 .gallery__grid div[class*="col-"] {padding-inline:0}
  .gallery.gallery-2x4--2 .gallery__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

/*! ===============
 WHATWEDO
 ================ */
.whatwedo {
  position: relative;
  padding-block: 5rem;
  background: var(--color-primary);
  overflow: hidden;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .whatwedo {
    padding-block: 3rem 10rem;
  }
}

.whatwedo__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: block;
  opacity: 0.3;
}

.whatwedo__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.3;
}

.whatwedo .container {
  z-index: 2;
}

.whatwedo .row {
  row-gap: 3.5rem;
}

.whatwedo .col-md-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.whatwedo .whatwedo__heading {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 2.5rem;
}

.whatwedo .whatwedo__heading--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

}

@media screen and (max-width: 991px) {
  .whatwedo .whatwedo__heading {
    margin-bottom: 1.5rem;
  }

  .whatwedo .whatwedo__heading--right {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.whatwedo__title {
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

@media screen and (max-width: 767px) {
  .whatwedo__title {
    font-size: 1.875rem;
    margin-bottom: 0.75rem;
  }
}

.whatwedo__subtitle {
  font-family: var(--font-body);
  font-size: 1.125rem;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  max-width: 565px;
}

.whatwedo .whatwedo__heading--right .whatwedo__title {
  margin-bottom: 0;
}

/* ---- L.I.F.T. Accordion overrides ---- */
.whatwedo__accordion {
  margin: 0;
  padding-left: 32px;
}

.whatwedo__accordion [data-accordion] {
  margin-bottom: 1.25rem;
  position: relative;
}

.whatwedo__accordion [data-accordion]:last-of-type {
  margin-bottom: 0;
}

.whatwedo__accordion [data-accordion] [data-control] {
  position: relative;
  background: rgba(var(--color-primary--rgb), 0.8);
  border: 4px solid rgba(var(--color-secondary--rgb), 0.8);
  max-width: 100%;
  min-height: 63px;
  padding: 0.5rem 3rem 0.5rem 4.75rem;
  font-family: var(--font-body);
  font-size: 1.5rem;
  font-weight: var(--font-weight-normal);
  text-transform: uppercase;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-accordion] [data-control] span {pointer-events:none;}

.whatwedo__accordion [data-accordion]:hover [data-control],
.whatwedo__accordion [data-accordion].open [data-control] {
  background: rgba(var(--color-primary--rgb), 0.95);
}

.whatwedo__accordion [data-accordion].open [data-control] {
  border-bottom: 0;
}

.whatwedo__accordion [data-accordion] [data-control] img.lift-icon {
  position: absolute;
  left: -32px;
  top: 50%;
  width: 63px;
  height: 63px;
  margin: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.whatwedo__accordion [data-accordion].open [data-control] img.lift-icon {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.whatwedo__accordion [data-accordion] [data-control]::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease, margin-top 0.3s ease;
  transition: transform 0.3s ease, margin-top 0.3s ease;
}

.whatwedo__accordion [data-accordion].open [data-control]::after {
  margin-top: -2px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.whatwedo__accordion [data-accordion] [data-content] {
  background: rgba(var(--color-primary--rgb), 0.85);
  border-left: 4px solid rgba(var(--color-secondary--rgb), 0.85);
  border-right: 4px solid rgba(var(--color-secondary--rgb), 0.85);
  border-bottom: 4px solid rgba(var(--color-secondary--rgb), 0.85);
}

.whatwedo__accordion [data-accordion] [data-content] .button {margin-left:1.5rem;margin-bottom:1.25rem}

.whatwedo__accordion [data-accordion]:not(.open) [data-content] {
  border-color: transparent;
}

.whatwedo__accordion [data-accordion] [data-content] p {
  font-family: var(--font-body);
  font-size: clamp(.875rem,3vw,0.95rem);
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
  color: #fff;
  padding: 1.25rem 1.5rem;
  margin: 0;
}

@media screen and (max-width: 575px) {
  .whatwedo__accordion {
    padding-left: 24px;
  }

  .whatwedo__accordion [data-accordion] [data-control] {
    font-size: 1.125rem;
    padding: 0.5rem 2.5rem 0.5rem 4rem;
    min-height: 56px;
  }

  .whatwedo__accordion [data-accordion] [data-control] img.lift-icon {
    width: 56px;
    height: 56px;
    left: -24px;
  }
}



.whatwedo .col-md-6{
  padding-left: 6%;
  padding-right: 6%;
}

/*! ===============
 TESTIMONIAL-VIDEOS
 ================ */
.testimonial-videos {
  background: #af3b36;
  color: #fff;
  padding-block: 3rem;
  margin-bottom:clamp(3rem,5vw,5.25rem)
}



@media screen and (max-width: 991px) {
  .testimonial-videos {
    padding-block: 2.5rem;
  }
}

.testimonial-videos .row {
  row-gap: 2.5rem;
}

/* ---- Left side: pull quote ---- */
.testimonial-videos__quote {
  max-width: 350px;
}

@media screen and (max-width: 991px) {
  .testimonial-videos__quote {
    max-width: 100%;
    text-align: center;
    margin-inline: auto;
  }
}

.testimonial-videos__quote-text {
  font-family: var(--font-body);
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 0.15rem;
  font-weight:800;
  font-style:italic;
}

.testimonial-videos__quote-author {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight:400;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 1rem;
}

.testimonial-videos__quote-body {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: var(--font-weight-normal);
  line-height:1.5;
  color: #fff;
  margin: 0;
}

/* ---- Right side: video thumbnails ---- */
.testimonial-videos__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.testimonial-videos__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 calc((100% - 3rem) / 3);
  -ms-flex: 1 1 calc((100% - 3rem) / 3);
  flex: 1 1 calc((100% - 3rem) / 3);
  min-width: 0;
}

@media screen and (max-width: 767px) {
  .testimonial-videos__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc((100% - 1.5rem) / 2);
    -ms-flex: 1 1 calc((100% - 1.5rem) / 2);
    flex: 1 1 calc((100% - 1.5rem) / 2);
  }
}

@media screen and (max-width: 575px) {
  .testimonial-videos__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 320px;
    margin-inline: auto;
  }
}

.testimonial-videos__thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 9 / 5;
  overflow: hidden;
  margin-bottom: 0.75rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}

.testimonial-videos__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.testimonial-videos__thumb:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.testimonial-videos__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.testimonial-videos__play::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #af3b36;
  margin-left: 4px;
}

.testimonial-videos__thumb:hover .testimonial-videos__play {
  background: #fff;
}

.testimonial-videos__title {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 0.25rem;
}

.testimonial-videos__caption {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.4;
  color: #fff;
  margin: 0;
}

/*! REVIEWS PAGE  */
.testimonial-videos.reviews-page {
  background:#fff;
  margin-bottom:0;
  padding-bottom:0;
}

.testimonial-videos.reviews-page .testimonial-videos__caption, .testimonial-videos.reviews-page .testimonial-videos__title {color:var(--color-primary)}


/*! ===============
 BLOG-GRID
 ================ */
.blog-grid {
  position: relative;
  background: #fff;
  padding-block:2rem 4rem;
}

@media screen and (max-width: 991px) {
  .blog-grid {
    padding-block: clamp(2rem,4vw,3rem);
  }
}

.blog-grid__eyebrow {
  font-family: var(--font-styled);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--color-secondary);
  margin: 0 0 0.5rem;
}

.blog-grid__title {
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.2;
  color: var(--color-primary);
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .blog-grid__title {
    font-size: 1.875rem;
  }
}

.blog-grid__cards {
  row-gap: 2rem;
  margin-bottom: 2.5rem;
}

.blog-grid__card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: var(--color-primary);
  border-radius: 15px;
  overflow: hidden;
}

.blog-grid__card .card__image {
  display: block;
  width: 100%;
  aspect-ratio: 380 / 250;
  overflow: hidden;
  background: var(--color-primary);
}

.blog-grid__card .card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}

.blog-grid__card:hover .card__image img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.blog-grid__card .card__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1.25rem;
}

.blog-grid__card .card__title {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(.85rem,3vw,1rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  text-underline-offset: 3px;
  -webkit-transition: color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.blog-grid__card .card__title:hover,
.blog-grid__card .card__title:focus {
  opacity: 0.8;
  color: #fff;
}

.blog-grid__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}


/* ---------------------------------------------------------
  
  * Filename:       Swiper-1-full.scss
  
------------------------------------------------------------*/

.swiper-1-full swiper-container {
  padding-inline:3rem;
}
.swiper-1-full swiper-slide {
  height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper-1-full swiper-slide img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-1-full .swiper-button {
  position:absolute;
  top:50%;
  left:50%;
  left:0;
  background:0;
  outline:none;
  border:none;
  cursor:pointer;
  transition:all .3s ease;
  z-index:3;
}

.swiper-1-full .swiper-button.swiper-full-button-next {
  left:auto;
  right:0;
}




/*! ===============
 SLIDER-1-FULL-NEW
 ================ */
.slider.slider-1-full-new {
  position: relative;
  background: #fff;
  padding-block: 3.5rem clamp(4rem,5vw,6.25rem);
}

@media screen and (max-width: 991px) {
  .slider.slider-1-full-new {
    padding-block: 2.5rem;
  }
}

.slider.slider-1-full-new .slider__carousel {
  position: relative;
  padding-inline: 4rem;
}

@media screen and (max-width: 575px) {
  .slider.slider-1-full-new .slider__carousel {
    padding-inline: 2.5rem;
  }
}

.slider.slider-1-full-new .swiper-brands {
  width: 100%;
}

.slider.slider-1-full-new swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
}

.slider.slider-1-full-new .slider__logo {
  display: block;
  max-width: 100%;
  max-height: 74px;
  width: auto;
  height: auto;
  object-fit: contain;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slider.slider-1-full-new swiper-slide:hover .slider__logo {
  opacity: 0.75;
}

/* ---- Navigation arrows ---- */
.slider.slider-1-full-new .slider__button {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slider.slider-1-full-new .slider__button:hover {
  opacity: 0.7;
}

.slider.slider-1-full-new .slider__button--prev {
  left: 0;
}

.slider.slider-1-full-new .slider__button--next {
  right: 0;
}

.slider.slider-1-full-new .slider__button img {
  display: block;
  width: 23px;
  height: 18px;
  object-fit: contain;
}

@media screen and (max-width: 575px) {
  .slider.slider-1-full-new .slider__button {
    width: 32px;
    height: 32px;
  }

  .slider.slider-1-full-new .slider__button img {
    width: 18px;
    height: 14px;
  }
}

/*! ===============
 TOP-CTA-BAR
 ================ */
.top-cta-bar {
  background: var(--color-primary);
  color: #fff;
  padding-block: 1.875rem;
  min-height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-cta-bar .container{
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .top-cta-bar {
    padding-block: 2rem;
    min-height: 0;
  }
}

.top-cta-bar .row {
  width: 100%;
  row-gap: 1.5rem;
}

.top-cta-bar__title {
  font-family: var(--font-headline);
  font-size: 2rem;
  font-weight: 500;
  font-weight: var(--font-weight-normal);
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  margin: 0 1rem 0 0;
}

@media screen and (max-width: 991px) {
  .top-cta-bar__title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .top-cta-bar__title {
    font-size: 1.5rem;
  }
}

.top-cta-bar__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

@media screen and (max-width: 991px) {
  .top-cta-bar__buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 575px) {
  .top-cta-bar__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.top-cta-bar__buttons .button {
  padding: 0.938rem 1.875rem;
  min-height: 0;
}

/*! ======================
 FOOTER--1
 ======================= */.footer.footer--1 .logo{margin-bottom:1.25rem}.footer.footer--1 .address,.footer.footer--1 .phone-number{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:5px;margin-bottom:.85rem;-webkit-box-align:top;-webkit-align-items:top;-ms-flex-align:top;align-items:top;font-style:normal}.footer.footer--1 .address img,.footer.footer--1 .phone-number img{position:relative;top:2px}.footer.footer--1 .address a,.footer.footer--1 .phone-number a{color:var(--color-dark-shade);font-weight:600}.footer.footer--1 .address a:hover,.footer.footer--1 .phone-number a:hover{color:var(--color-primary);text-decoration:underline}.footer.footer--1 .social-icons{margin-top:1rem;gap:var(--gap-small)}.footer.footer--1 .footer-column .button{margin-bottom:1.25rem}






/*! ===============
 FOOTER
 ================ */
.footer {
  background: #fff;
  padding-top: 2.38rem;
}



.footer #footer-top-pane {
  text-align: center;
  margin-bottom: 1.92rem;
}

.footer .footer__logo {
  display: inline-block;
}

.footer .footer__logo img {
  display: block;
  max-width: 459px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .footer #footer-top-pane {
    margin-bottom: 2rem;
  }

  .footer .footer__logo img {
    max-width: 280px;
  }
}

.footer .footer-row {
  padding-bottom: 3rem;
  row-gap: 2rem;
}

@media screen and (max-width: 991px) {
  .footer .footer-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.footer .footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .footer .footer-column {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
}

.footer .footer-column .title,
.footer .footer-column .title a {
  font-family: var(--font-headline);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-primary);
  text-transform: uppercase;
  margin:0 0 .25rem;
  letter-spacing: 0.5px;
}


.footer .footer-column .title a:hover {
  color: var(--color-secondary);
}

.footer .footer-column .list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-column .list li {
  font-size: 0.9375rem;
  line-height: 1.733;
  margin: 0;
}

.footer .footer-column .list li a {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-normal);
  color: var(--color-dark-shade);
  text-decoration: none;
}

.footer .footer-column .list li a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

/* ---- Company Info column ---- */
.footer #footer-one-pane .phone-number,
.footer #footer-one-pane .address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
  margin-bottom: 0.875rem;
}

.footer #footer-one-pane .phone-number img,
.footer #footer-one-pane .address img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 17px;
  margin-top: 4px;
}

.footer #footer-one-pane .phone-number a,
.footer #footer-one-pane .address a {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight:bold;
  text-transform:uppercase;
  line-height: 1.4;
  color: var(--color-primary);
  text-wrap:nowrap;
}

.footer #footer-one-pane .phone-number a:hover,
.footer #footer-one-pane .address a:hover {
  color: var(--color-secondary);
}

.footer .footer-column__badge {
  margin-top: 1.25rem;
  width: 100%;
}

.footer .footer-column__badge img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ---- Project Based Maintenance column ---- */
.footer #footer-five-pane .footer-column__seals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.25rem;

}

.footer #footer-five-pane .footer-column__seals img {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer #footer-one-pane .phone-number {margin-top:1rem}

#footer-five-pane .button {margin-top:1.25rem;}

@media screen and (min-width:1231px) {
  #footer-two-pane {padding-inline:1.5rem}

 #footer-one-pane .footer-column {display:flex;flex-direction:column;justify-content:space-between;}
 .footer.footer--1 .social-icons {margin-top:2rem}
}


/* ---- Copyright bar ---- */
.footer-copyright-bar {
  background: var(--color-primary);
  padding-block: 0.875rem;
}

.footer-copyright-bar .col-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-copyright-bar .col-12 .left, .footer-copyright-bar .col-12 .copyright {width:49%}
.footer-copyright-bar .col-12 .right {display:none}

@media screen and (min-width:992px) {
  .footer-copyright-bar .col-12 .copyright {justify-content:end;}
  .footer-copyright-bar .col-12 .left {justify-content:start;}
}
@media screen and (max-width: 767px) {
  .footer-copyright-bar .col-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.footer-copyright-bar .copyright {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.4;
  color: var(--color-light-shade);
  margin: 0;
}

.footer-copyright-bar .col-12 ul.links li,
.footer-copyright-bar .col-12 ul.powered li {
  font-family: var(--font-body);
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--color-light-shade);
}

.footer-copyright-bar .col-12 ul.links li a,
.footer-copyright-bar .col-12 ul.powered li a,
.footer-copyright-bar .col-12 ul.links li span {
  color: var(--color-light-shade);
  font-weight: var(--font-weight-normal);
}

.footer-copyright-bar .col-12 ul.links li a:hover,
.footer-copyright-bar .col-12 ul.powered li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer-copyright-bar .col-12 ul.powered {
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
}

.footer-copyright-bar .col-12 ul.powered li img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}


#footer-two-pane{
  display:flex;
  justify-content: space-between;
}


.footer .upper{
  padding-block: 0 2.19rem;
}

.footer-copyright-bar .col-12 ul.powered li img{
  position: relative;
  top: 1px;
  margin-left: 6px;
}


/*! ===============
 INNERBANNER
 ================ */
.innerbanner {
  position: relative;
  background: #fff;
  padding-block: 13rem 5rem;
  overflow: hidden;
}

.banner-placeholder {height:230px}

@media screen and (max-width: 991px) {
  .innerbanner {
    padding-block: 3rem;
  }
}

.innerbanner .row {
  row-gap: 2.5rem;
}

/* ---- Left side: content ---- */
.innerbanner__content {
  max-width: 548px;
}

@media screen and (max-width: 991px) {
  .innerbanner__content {
    max-width: 100%;
  }
}

.innerbanner__title {
  font-family: var(--font-headline);
  font-size: 2.8125rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.067;
  letter-spacing: 0.14rem;
  color: var(--color-primary);
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}

@media screen and (max-width: 767px) {
  .innerbanner__title {
    font-size: 2rem;
    letter-spacing: 0.075rem;
    margin-bottom: 1.25rem;
  }
}

.innerbanner__text {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.6;
  color: var(--color-dark-shade);
  margin: 0 0 2rem;
}

/* ---- UVP box ---- */
.innerbanner__uvp {
  position: relative;
  background: var(--color-primary);
  max-width: 380px;
  padding: 1rem 1.25rem 1rem .69rem;
  margin: 0 0 2rem 1.063rem;
  min-height:118px;
}

@media screen and (max-width: 575px) {
  .innerbanner__uvp {
    max-width: 100%;
  }
}

.innerbanner__uvp-accent {
  position: absolute;
  top: 0;
  bottom: 21px;
  left: -.938rem;
  width: 0.938rem;
  background: var(--color-secondary);
  display: block;
  transform-origin: top;
  animation: paintbrush-stroke 0.9s ease-out 0.3s both;
}

@keyframes paintbrush-stroke {
  from { transform: scaleY(0); }
  to   { transform: scaleY(1); }
}

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

.innerbanner__uvp-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.875rem;
  -moz-column-gap: 0.875rem;
  column-gap: 0.875rem;
  font-family: var(--font-body);
  font-size: clamp(.7rem,3vw,0.9375rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 .75rem;
}

.innerbanner__uvp-list li:last-of-type {margin-bottom:0}
.innerbanner__uvp-icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.innerbanner__uvp-paintbrush {
  position: absolute;
  bottom: -14px;
  left: -17px;
  width: 20px;
  height: 35px;
  /* background:#fff; */
  animation: paintbrush-stroke-down 0.9s ease-out 0.3s both;
}

@keyframes paintbrush-stroke-down {
  from { transform: translateY(calc(-1 * (var(--uvp-height, 118px) - 21px))); }
  to   { transform: translateY(0); }
}

.innerbanner__uvp { --uvp-height: 118px; }

/* ---- CTA ---- */
.innerbanner__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.innerbanner__buttons .button {
  padding: 0.938rem 2.5rem;
  min-height: 0;
}

/* ---- Right side: media images ---- */
.innerbanner__media {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}

.innerbanner__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/*! ===============
 RIGHT-COLUMN-NAV
 ================ */
.right-column-nav {
  position: relative;
  background: var(--color-light-shade);
  padding-block: 3.12rem;
}

.right-column-nav .formwrap {margin-bottom:0}

@media screen and (max-width: 991px) {
  .right-column-nav {
    padding-block: 3rem;
  }
}

.right-column-nav .row {
  row-gap: 2.5rem;
}

/* ---- Left side: content ---- */
.right-column-nav__content {
  max-width: 780px;
}

.right-column-nav__title {
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.2;
  color: var(--color-primary);
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}

@media screen and (min-width:992px) {
  .right-column-nav__content {display:flex;flex-direction:column;height:100%;justify-content:center;}
}

@media screen and (max-width: 767px) {
  .right-column-nav__title {
    font-size: 1.875rem;
    margin-bottom: 1.25rem;
  }
}

.right-column-nav__text {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.6;
  color: var(--color-dark-shade);
  margin: 0 0 1.5rem;
}

.right-column-nav__callout {
  font-family: var(--font-headline);
  font-size: 1.5rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.4;
  color: var(--color-dark-shade);
  text-transform: uppercase;
  margin: 1.5rem 0 0;
}

@media screen and (max-width: 767px) {
  .right-column-nav__callout {
    font-size: 1.125rem;
  }
}

.right-column-nav__callout a {
  color: var(--color-secondary);
  font-weight: var(--font-weight-normal);
}

.right-column-nav__callout a:hover {
  color: var(--color-primary);
}

/* ---- Right side: form ---- */
.right-column-nav__form {
  background: var(--color-primary);
  padding: 1.875rem 2.5rem;
  max-width: 380px;
  margin-left: auto;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .right-column-nav__form {
    margin-inline: auto;
  }
}

.right-column-nav__form-title {
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.05;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 1.5rem;
}

@media screen and (max-width: 575px) {
  .right-column-nav__form-title {
    font-size: 2rem;
  }
}

.right-column-nav__form-fields,
form.right-column-nav__form-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.right-column-nav__form .form-field {
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0;
}

/* Direct selectors for inputs/textarea inside the form card */
.right-column-nav__form input[type="text"],
.right-column-nav__form input[type="tel"],
.right-column-nav__form input[type="email"],
.right-column-nav__form input[type="url"],
.right-column-nav__form input[type="number"],
.right-column-nav__form input[type="password"],
.right-column-nav__form input:not([type]),
.right-column-nav__form textarea {
  display: block;
  width: 100%;
  height: 48px;
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 0.75rem;
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.6;
  color: var(--color-dark-shade);
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.right-column-nav__form textarea {
  height: 100px;
  resize: vertical;
  line-height: 1.6;
}

.right-column-nav__form input::-webkit-input-placeholder,
.right-column-nav__form textarea::-webkit-input-placeholder {
  color: var(--color-dark-shade);
  opacity: 1;
}

.right-column-nav__form input::-moz-placeholder,
.right-column-nav__form textarea::-moz-placeholder {
  color: var(--color-dark-shade);
  opacity: 1;
}

.right-column-nav__form input:-ms-input-placeholder,
.right-column-nav__form textarea:-ms-input-placeholder {
  color: var(--color-dark-shade);
  opacity: 1;
}

.right-column-nav__form input::placeholder,
.right-column-nav__form textarea::placeholder {
  color: var(--color-dark-shade);
  opacity: 1;
}

.right-column-nav__form input:focus,
.right-column-nav__form textarea:focus {
  box-shadow: 0 0 0 2px var(--color-secondary);
  outline: none;
}

.right-column-nav__form .form-field--submit {
  margin-top: 0.5rem;
}

.right-column-nav__form button[type="submit"],
.right-column-nav__form .form-field--submit .button {
  display: block;
  width: 100%;
  height: 38px;
  min-height: 38px;
  padding: 0 1rem;
  margin: 0;
  font-family: var(--font-headline);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ---- Screen reader only utility ---- */
.right-column-nav .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*! ======================
 GRID-1X5--3
 ======================= */.grid.grid-1x5--3{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.grid.grid-1x5--3 .grid__image{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;object-fit:cover}.grid.grid-1x5--3 .grid__row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;width:100%}@media screen and (max-width:1199px){.grid.grid-1x5--3 .grid__row{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.grid.grid-1x5--3 .grid__item{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:300px;width:19%;min-width:220px;box-sizing:border-box;background:rgba(var(--color-dark-shade--rgb),.3)}@media screen and (max-width:1199px){.grid.grid-1x5--3 .grid__item{height:250px;margin:10px}}@media screen and (max-width:767px){.grid.grid-1x5--3 .grid__item{width:28%;min-width:130px}}@media screen and (max-width:575px){.grid.grid-1x5--3 .grid__item{height:150px}}.grid.grid-1x5--3 .grid__item .item__image{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;object-fit:cover}.grid.grid-1x5--3 .grid__item .item__content{position:relative;z-index:10;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:150px;height:150px;border-radius:50%;background:rgba(0,0,0,.7);-webkit-transition:all .3s ease;transition:all .3s ease}@media screen and (max-width:575px){.grid.grid-1x5--3 .grid__item .item__content{width:100px;height:100px}}.grid.grid-1x5--3 .grid__item .item__title{color:#fff;font-weight:700;margin:0;text-align:center}.grid.grid-1x5--3 .grid__item:hover .item__content{background:var(--color-primary)}

@media screen and (max-width:1200px) {
  .grid.grid-1x5--3 .grid__row {display:grid;grid-template-columns: repeat(3, 1fr);}
}

@media screen and (max-width:991px) {
  .grid.grid-1x5--3 .grid__row {grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width:450px) {
    .grid.grid-1x5--3 .grid__row {grid-template-columns: repeat(1, 1fr);}
    .main-services .grid.grid-1x5--3 .grid__item {margin:0;}
}


/*! ===============
 MAIN-SERVICES (grid-1x5--3)
 ================ */
.main-services {
  position: relative;
  background: #fff;
  padding-block: 4rem;
}

@media screen and (max-width: 991px) {
  .main-services {
    padding-block: 3rem;
  }
}

.main-services .grid.grid-1x5--3 {
  width: 100%;
}

.main-services .grid__eyebrow {
  font-family: var(--font-styled);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--color-secondary);
  text-align: center;
  margin: 0 0 0.5rem;
}

.main-services .grid__title {
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.2;
  color: var(--color-primary);
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 2.5rem;
}

@media screen and (max-width: 767px) {
  .main-services .grid__title {
    font-size: 1.875rem;
    margin-bottom: 2rem;
  }
}

.main-services .grid__row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .main-services .grid__row {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .main-services .grid__row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 479px) {
  .main-services .grid__row {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-inline: auto;
  }
}

.main-services .grid.grid-1x5--3 .grid__item {
  position: relative;
  display: block;
  width: 100%;
  background: var(--color-primary);
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  height: 225px;
}



.main-services .grid.grid-1x5--3 .grid__item .item__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background: var(--color-primary);
  padding: 0 0.75rem;
  box-sizing: border-box;
  border-radius: 0;
}

.main-services .grid.grid-1x5--3 .grid__item .item__title {
  font-family: var(--font-headline);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.2;
  color: var(--color-light-shade);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;

}

.main-services .grid.grid-1x5--3 .grid__item .item__image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center;

}

.main-services .grid.grid-1x5--3 .grid__item::after {
  content:'';
  position:absolute;
  background:rgb(var(--color-dark-shade--rgb),.75);
  z-index:1;
  opacity:0;
  inset:0;
  transition:all .3s ease;
}

.main-services .grid.grid-1x5--3 .grid__item:hover::after {
  opacity:1;
}

@media screen and (max-width: 767px) {
  .main-services .grid__item .item__title {
    font-size: 0.875rem;
    white-space: normal;
  }
}

/*! ===============
 WHY-US
 ================ */
.why-us {
  position: relative;
  background: var(--color-primary);
  color: #fff;
  padding-block: 5rem;
}

@media screen and (max-width: 991px) {
  .why-us {
    padding-block: 3rem;
  }
}

/* ---- Header ---- */
.why-us__header {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
  .why-us__header {
    margin-bottom: 2rem;
    text-align: center;
  }
}

.why-us__eyebrow {
  font-family: var(--font-styled);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--color-secondary);
  margin: 0 0 0.5rem;
}

.why-us__title {
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}

@media screen and (max-width: 767px) {
  .why-us__title {
    font-size: 1.875rem;
  }
}

.why-us__text {
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
  color: #fff;
  margin: 0;
  max-width: 1200px;
}

@media screen and (max-width: 767px) {
  .why-us__text {
    font-size: 1rem;
  }
}

/* ---- Two-column row ---- */
.why-us__row {
  row-gap: 2.5rem;
}

/* ---- Accordion ---- */
.why-us__accordion {
  margin: 0;
  max-width: 550px;
}

@media screen and (max-width: 991px) {
  .why-us__accordion {
    max-width: 100%;
    margin-inline: auto;
  }
}

.why-us__accordion [data-accordion] {
  margin-bottom: 0.75rem;
}

.why-us__accordion [data-accordion]:last-of-type {
  margin-bottom: 0;
}

.why-us__accordion [data-accordion] [data-control] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 63px;
  padding: 0.5rem 3.5rem 0.5rem 1.5rem;
  background: var(--color-light-shade);
  color: var(--color-dark-shade);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.why-us__accordion [data-accordion]:hover [data-control],
.why-us__accordion [data-accordion].open [data-control] {
  background: #e8e8e8;
}

.why-us__accordion [data-accordion] [data-control]::after {
  content:'';
  background-image: url(../images/icons/accordion-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  height:.875rem;
  width:.4375rem;
  transform:translateY(-50%);

  -webkit-transition: -webkit-transform 0.3s ease, margin-top 0.3s ease;
  transition: transform 0.3s ease, margin-top 0.3s ease;
  transform-origin: center;
}

.why-us__accordion [data-accordion].open [data-control]::after {

  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.why-us__accordion .why-us__accordion-text {
  display: block;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.3;
  color: var(--color-dark-shade);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.why-us__accordion [data-accordion] [data-content] {
  background: var(--color-light-shade);
}

.why-us__accordion [data-accordion] [data-content] p {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
  color: var(--color-dark-shade);
  padding: 0.5rem 1.5rem 1.5rem;
  margin: 0;
}

/* OUR PROCESS ACCORDION */
.why-us__accordion.our-process-accordion {max-width:100%}
.why-us__accordion.our-process-accordion [data-accordion] [data-control] {
  padding-left:0;
  padding-block:0;
}
.why-us__accordion.our-process-accordion [data-accordion] [data-content] {background:transparent;}
.why-us__accordion.our-process-accordion [data-accordion].open [data-content] {border:1px solid var(--color-tertiary);border-top:none}

.why-us__accordion.our-process-accordion .process-container {
  height:100%;
  padding:1.25rem 1rem;
  color:var(--color-secondary);
  font-family:var(--font-styled);
  background:var(--color-tertiary);
  font-size:1.5rem;
  text-transform:initial;
  margin-right:1.35rem;
}

.why-us__accordion.our-process-accordion .why-us__accordion-text {
  font-family:var(--font-headline);
  color:var(--color-primary);
  font-weight:400;
  font-size:1.75rem;
}
 
.why-us__accordion.our-process-accordion [data-accordion] [data-content] p {padding-block:1.5rem 0;font-size:1rem}

.why-us__accordion.our-process-accordion [data-accordion] [data-content] ul {list-style-type:none;}

.why-us__accordion.our-process-accordion [data-accordion] [data-content] li {position:relative;padding-left:1rem;}
.why-us__accordion.our-process-accordion [data-accordion] [data-content] li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 11px;
  height: 20px;
  background: url("../images/icon-paintbrush.svg") center/contain no-repeat;
}

/* ---- Media (right column image) ---- */
.why-us__media {
  position: relative;
  width: 100%;
  max-width: 600px;
}

@media screen and (max-width: 991px) {
  .why-us__media {
    margin-inline: auto;
  }
}

.why-us__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/*! ===============
 INNER-FAQ
 ================ */
.inner-faq {
  position: relative;
  background: #fff;
  padding-block: 2rem 0;
}

@media screen and (max-width: 991px) {
  .inner-faq {
    padding-block: 3rem;
  }
}

/* ---- Header ---- */
.inner-faq__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .inner-faq__header {
    margin-bottom: 2rem;
  }
}

.inner-faq__eyebrow {
  font-family: var(--font-styled);
  font-size: 1.5rem;
  line-height: 1;
  color: var(--color-secondary);
  margin: 0 0 0.5rem;
  display:none;
}

.inner-faq__title {
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.2;
  color: var(--color-primary);
  text-transform: uppercase;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .inner-faq__title {
    font-size: 1.875rem;
  }
}

/* ---- Accordion ---- */
.inner-faq__accordion {
  margin: 0;
}

.inner-faq__accordion [data-accordion] {
  margin-bottom: 0.75rem;
}

.inner-faq__accordion [data-accordion]:last-of-type {
  margin-bottom: 0;
}

.inner-faq__accordion [data-accordion] [data-control] {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 63px;
  padding: 0.5rem 4rem 0.5rem 1.5rem;
  background: var(--color-primary);
  color: #fff;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

@media screen and (max-width: 575px) {
  .inner-faq__accordion [data-accordion] [data-control] {
    padding: 0.5rem 3rem 0.5rem 1.25rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.inner-faq__accordion [data-accordion]:hover [data-control],
.inner-faq__accordion [data-accordion].open [data-control] {
  background: #284479;
}

.inner-faq__accordion .inner-faq__question {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(.85rem,3vw,1rem);
  font-weight: var(--font-weight-normal);
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.5px;
  text-align:left;
}



.inner-faq__accordion [data-accordion] [data-control]::after {
  content:'';
  background-image: url(../images/icons/accordion-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  height:.875rem;
  width:.4375rem;
  transform:translateY(-50%);

  -webkit-transition: -webkit-transform 0.3s ease, margin-top 0.3s ease;
  transition: transform 0.3s ease, margin-top 0.3s ease;
  transform-origin: center;
}

.inner-faq__accordion [data-accordion].open [data-control]::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.inner-faq__accordion [data-accordion] [data-content] {
  background: var(--color-light-shade);
  padding-inline:1.15rem;
}

.inner-faq__accordion [data-accordion] [data-content] p {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.6;
  color: var(--color-dark-shade);

}

.inner-faq__accordion [data-accordion] [data-content] li {margin-bottom:.65rem}

/**  CUSTOM CSS  **/


.button{
  font-family: var(--font-headline);
  font-weight: var(--font-weight-normal);
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 1.05rem 2.5rem;
  min-height: 50px;
  border: none;
  text-align: center;
}

.button.button--primary {
  background: var(--color-primary);
  color: #fff;
}

.button.button--primary:hover {
  background: var(--color-secondary);
  color: #fff;
}

.button.button--secondary {
  background: var(--color-secondary);
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button.button--secondary:hover {
  background: var(--color-primary);
  color: #fff;
}

.button.button--tertiary {
  background: #fff;
  color: var(--color-primary);
  padding-block: 0.938rem;
}

.button.button--tertiary:hover {
  background: var(--color-secondary);
  color: #fff;
}

.content-area h2{
  color: var(--color-primary);
  font-family: Oswald;
  font-size: clamp(1.5rem,4vw,2.25rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.content-area h3{
  color: var(--color-primary);
  font-family: var(--font-body);
  font-size: clamp(1.2rem,4vw,1.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media screen and (max-width:450px) {
  ol, ul {padding-left:20px}
}

.content-area p, .content-area li {line-height:1.5}
.community-impact {margin-bottom:2.5rem;padding:2rem 1.15rem}
.community-impact .row {row-gap:1.5rem}
.community-impact p:last-of-type {margin-bottom:0}
.community-impact-image-container {align-items:center;gap:5px;justify-content:center;}
.community-impact h3 {margin-top:0}
.community-impact h3 span {display:block;color:var(--color-secondary);text-transform:initial;}
/** responsive **/

.header .mobile .button{min-height: 2.5rem;}
.icon-white{width: 16px; height: 16px; }
.menu.menu--mobile ul li .icon, 
.mobile__toggle.mobile__toggle--mobile img{filter: invert(98%) sepia(10%) saturate(409%) hue-rotate(180deg) brightness(116%) contrast(100%); top: 10.5px;}

.header.header--1 .mobile{background: var(--color-secondary);width:325px}
.menu.menu--mobile{background: rgba(var(--color-primary--rgb), .99);}
.menu.menu--mobile ul li a{font-size: 1.25rem; color: var(--color-light-shade); font-family: var(--font-headline);text-transform:uppercase;}
.menu.menu--mobile ul li li a{font-size: 1.125rem;  font-family: var(--font-body); font-weight: 600; color: #af3b36;text-transform:initial;}


@media screen and (min-width: 768px) and (max-width: 991px){

  .banner-area__uvp .row,
  .banner-area__uvp .col-lg-9{flex-direction: column; justify-content: center; align-items: center;}
  .banner-area.banner-area--3{top: 90px; padding-bottom: 150px;}

  .whatwedo__accordion [data-accordion] [data-control]{font-size: 1rem;}

}


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

  .header .logo img{width: 180px;}
  .header.header--2 .top{background: var(--color-light-shade);}
  .header.header--2 .bottom{background: var(--color-dark-shade);}

  #footer-two-pane{flex-direction: column; align-items: center; justify-content: center; gap: 1.5rem; margin-top: 2rem; margin-bottom: 2rem;}
  .footer .footer-column{align-items: center; justify-content: center; text-align: center;}
  .footer.footer--1 .social-icons{justify-content: center;}
  .footer #footer-five-pane .footer-column__seals{align-items: center;}

  .top-cta-bar .container{flex-direction: column; justify-content: center; align-items: center;}
  .top-cta-bar__title{margin: 0 auto 2rem;}
  .footer #footer-one-pane .phone-number, .footer #footer-one-pane .address {justify-content:center;}

  .innerbanner{padding-block: 12rem 3rem;}

  .feature.feature--4 .feature__list li {width:fit-content;margin-inline:auto}

}



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

  .button{font-size: 0.9375rem; padding: 10px;}

  .banner-area__uvp .row,
  .banner-area__uvp .col-lg-9{flex-direction: column; justify-content: center; align-items: center;}
  .banner-area.banner-area--3{top: 90px; padding-bottom: 150px;}

  .feature.feature--4 .feature__list li{text-align: left;}

  .grid-boxes__box--intro {text-align:center;}
  .grid-boxes__box--intro .box__list {margin-inline:auto;width:fit-content}
  .grid-boxes__box--intro .box__list--checked li, .feature.feature--4 .feature__list li {text-align:left;line-height:1.2;margin-bottom:.65rem}
  .grid-boxes__box--intro .box__title {margin-bottom:0}

}

/*! ======================
 TEAM-GRID
 ======================= */

.team-grid {
  padding-block: 4rem;

}

.team-grid__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

.team-card {
  --team-ease: cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  border-radius: var(--border-radius-sm);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s var(--team-ease), box-shadow 0.4s var(--team-ease);
  will-change: transform;
}

.team-card:hover,
.team-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  outline: none;
}

/* Tint overlay that deepens on hover */
.team-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(var(--color-primary--rgb), 0);
  transition: background 0.4s var(--team-ease);
  pointer-events: none;
}

.team-card:hover::before,
.team-card:focus-visible::before {
  background: rgba(var(--color-primary--rgb), 0.12);
}

.team-card::after {
  content: "View Bio";
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 3;
  padding: 0.4rem 0.85rem;
  font-size: 0.75rem;
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  background: var(--color-primary);
  border-radius: var(--border-radius-full);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(-0.5rem) scale(0.9);
  transition: opacity 0.4s var(--team-ease), transform 0.4s var(--team-ease);
  pointer-events: none;
}

.team-card:hover::after,
.team-card:focus-visible::after {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.team-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.6s var(--team-ease);
}

.team-card:hover img,
.team-card:focus-visible img {
  transform: scale(1.06);
}

.team-card figcaption {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  padding: 1.25rem;
  background: linear-gradient(to top, rgba(var(--color-primary--rgb), 0.92) 0%, rgba(var(--color-primary--rgb), 0.65) 60%, rgba(var(--color-primary--rgb), 0) 100%);
  color: #fff;
  transform: translateY(0);
  transition: padding-bottom 0.4s var(--team-ease);
}

.team-card:hover figcaption,
.team-card:focus-visible figcaption {
  padding-bottom: 1.6rem;
}

@media (prefers-reduced-motion: reduce) {
  .team-card,
  .team-card img,
  .team-card::before,
  .team-card::after,
  .team-card figcaption {
    transition: none;
  }
  .team-card:hover img,
  .team-card:focus-visible img {
    transform: none;
  }
}

.team-card figcaption span {
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
  opacity: 0.9;
}

.team-card figcaption h3 {
  font-family: var(--font-headline);
  font-size: 1.5rem;
  font-weight: var(--font-weight-bold);
  color: #fff;
  margin: 0;
  line-height: 1.1;
}

@media (max-width: 991px) {
  .team-grid__cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
  .team-grid__cards { grid-template-columns: 1fr; gap: 1.25rem; }
  .team-card figcaption h3 { font-size: 1.25rem; }
}

/*! ======================
 TEAM-MODAL
 ======================= */

.team-modal[hidden] { display: none; }

.team-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  animation: fade-in 0.25s ease;
}

.team-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.team-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  background: #fff;
  border-radius: var(--border-radius-md);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.team-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition-base);
}

.team-modal__close:hover { background: var(--color-primary); }

.team-modal__nav {
  position: absolute;
  bottom: 1.5rem;
  z-index: 3;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-primary);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  transition: background var(--transition-base), color var(--transition-base);
}

.team-modal__nav:hover {
  background: var(--color-dark-shade);
  color: #fff;
}

.team-modal__nav img {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

.team-modal__nav--prev img { transform: scaleX(-1); }

.team-modal__nav:hover img {
 filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(227deg) brightness(111%) contrast(101%);
}

.team-modal__nav--prev { right: 5rem; }
.team-modal__nav--next { right: 1rem; }

.team-modal__body {
  display: grid;
  grid-template-columns: 40% 60%;
}

/* Animated member swap */
.team-modal__media img,
.team-modal__content {
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Outgoing member: fade + slide toward the nav direction */
.team-modal__body.is-leaving .team-modal__media img,
.team-modal__body.is-leaving .team-modal__content {
  opacity: 0;
}

.team-modal__body.is-leaving.is-next .team-modal__media img,
.team-modal__body.is-leaving.is-next .team-modal__content {
  transform: translateX(-1.5rem);
}

.team-modal__body.is-leaving.is-prev .team-modal__media img,
.team-modal__body.is-leaving.is-prev .team-modal__content {
  transform: translateX(1.5rem);
}

/* Incoming member starts offset on the opposite side before settling */
.team-modal__body.is-entering.is-next .team-modal__media img,
.team-modal__body.is-entering.is-next .team-modal__content {
  opacity: 0;
  transform: translateX(1.5rem);
}

.team-modal__body.is-entering.is-prev .team-modal__media img,
.team-modal__body.is-entering.is-prev .team-modal__content {
  opacity: 0;
  transform: translateX(-1.5rem);
}

@media (prefers-reduced-motion: reduce) {
  .team-modal__media img,
  .team-modal__content {
    transition: opacity 0.2s ease;
    transform: none !important;
  }
}

.team-modal__media {
  position: relative;
}

.team-modal__media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.team-modal__content {
  padding: 2.5rem;
  align-self: center;
}

.team-modal__role {
  display: block;
  font-size: 1.25rem;
  color: var(--color-secondary);
  margin-bottom: 0.5rem;
  font-family:var(--font-styled)
}

.team-modal__name {
  font-family: var(--font-headline);
  font-size: 2rem;
  font-weight:500;
  color: var(--color-primary);
  margin: 0 0 1rem;
  line-height: 1.1;
}

.team-modal__bio {
  color: var(--color-dark-shade);
  line-height: 1.45;
  font-style:italic;
}

.team-modal__bio p { margin: 0 0 1rem; }
.team-modal__bio p:last-child { margin-bottom: 0; }

.team-modal__contact {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid var(--color-primary);
  display: grid;
  gap: 5px;
}

.team-modal__contact-item {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.team-modal__contact-item[hidden] { display: none; }

.team-modal__contact-label {
  flex: 0 0 auto;
  min-width: 2.75rem;
  font-weight:500;
  color: var(--color-dark-shade);
  font-size:1.05rem;
  font-family:vaR(--font-headline);
  letter-spacing: 0.05em;
}

.team-modal__contact-value {
  color: var(--color-primary);
  text-decoration: none;
  transition: color .3s;
  font-weight:bold;
}

.team-modal__contact-value:hover,
.team-modal__contact-value:focus {
  color:var(--color-secondary);
  text-decoration: underline;
}

@media (max-width: 767px) {
  .team-modal__body {
    grid-template-columns: 1fr;
    max-height: 85vh;
    overflow-y: auto;
  }

  .team-modal__content { padding: 1.25rem;}
  .team-modal__name { font-size: 1.5rem; }
  .team-modal__nav { width: 2.5rem; height: 2.5rem; font-size: 1.5rem; }
  .team-modal__nav--prev { right:3.85rem; }
  .team-modal__nav--next { right: 0.5rem; }
}

@media screen and (max-width:576px) {
  .team-modal__bio, .team-modal__contact-label, .team-modal__contact-value {font-size:.9rem;}
}

/*! ======================
 VIDEO-MODAL
 ======================= */

.video-modal[hidden] { display: none; }

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  animation: fade-in 0.25s ease;
}

.video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.video-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.video-modal__close {
position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.75);
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition-base);
  font-family: var(--font-headline);
}

.video-modal__close:hover { background: var(--color-secondary); }

.video-modal__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.video-modal__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ----------------------------------
*
* EasyDNN Gallery
*
* ---------------------------------*/
.eds_GravityGallery_Capsule {max-width:1600px;padding-inline:15px;margin-inline:auto}
.eds_GravityGallery_Capsule .edg__gravityPortfolio_header {
  margin: 0 !important;
  padding: 0;
}


.eds_GravityGallery_Capsule .edg__gravityPortfolio_header .edg__gravityPortfolio_itemList {
  display: flex !important;
  justify-content:center;
  align-items: center;
  flex-wrap: wrap;
  border: none;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: 100%;
  max-width:1600px;
  margin: 0 auto!important;
  padding: 0 !important;
}


.eds_GravityGallery_Capsule .edg__gravityPortfolio_header .edg__gravityPortfolio_itemList > li.edg__gravityPortfolio_hide,
.eds_GravityGallery_Capsule .edg__gravityPortfolio_header .edg__gravityPortfolio_itemList li {
  display: block !important;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.75rem 1rem !important;
  background: var(--color-primary);
  line-height: 1.2;
}



.eds_GravityGallery_Capsule .edg__gravityPortfolio_header .edg__gravityPortfolio_itemList > li.edg__gravityPortfolio_hide span,
.eds_GravityGallery_Capsule .edg__gravityPortfolio_header .edg__gravityPortfolio_itemList li span {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  color:#fff!important;
    text-transform:uppercase;
  font-family:var(--font-headline)
}




.eds_GravityGallery_Capsule .edg__gravityPortfolio_header .edg__gravityPortfolio_itemList li.edg__gravityPortfolio_active {
  background: var(--color-secondary);

}


.eds_GravityGallery_Capsule .edg__gravityPortfolio_itemList.edg__gravityPortfolio_visibleItemList > li > span::after {
  display: none;
}


.eds_GravityGallery_Capsule .edg__gravityPortfolio_itemList.edg__gravityPortfolio_visibleItemList.edg__gravityPortfolio_itemsHidden > li:first-child {
  box-shadow: none !important;
}


.eds_GravityGallery_Capsule .edg__gravityPortfolio_itemList.edg__gravityPortfolio_visibleItemList > li:first-child > span {
  border-radius: 0;
}


.eds_GravityGallery_Capsule .edg__gravityPortfolio_hiddenItemWrapper.edg__gravityPortfolio_itemsHidden,
.eds_GravityGallery_Capsule .edg__gravityPortfolio_hiddenItemWrapper > .edGP_hiddenItemListTrigger {
  display: none !important;
}


.eds_GravityGallery_Capsule .edsgg__itemsListContainer .edsgg__itemContainer {
  position: relative;
  width: 25% !important;
  height: 0 !important;
  padding-top: 25% !important;
}


.eds_GravityGallery_Capsule .edsgg__itemsListContainer .edsgg__itemContainer .edGP_thumbnail {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  padding: 0.25rem;
}


.eds_GravityGallery_Capsule .edsgg__itemsListContainer .edsgg__itemContainer .edGP_thumbnail .edGP_thumbnailContainer {
  width: 100%;
  height: 100%;
}


.eds_GravityGallery_Capsule .edsgg__itemsListContainer .edsgg__itemContainer .edGP_thumbnail .edGP_mediaWrapper {
  height: 100%;
}


.eds_GravityGallery_Capsule .edsgg__itemsListContainer .edsgg__itemContainer .edGP_thumbnail .edGP_mediaWrapper img {
  width: 100%;
  height: 100% !important;
  margin: 0;
  object-fit: cover;
  object-position: center;
}


/* DESCRIPTION OVERRIDE */
.eds_GravityGallery_Capsule .edsgg__itemsListContainer .edsgg__itemContainer .edGP_thumbnail .edGP_titleDescription {padding:0!important}

.eds_GravityGallery_Capsule.edGP_overlay1 .edsgg__itemsListContainer .edsgg__itemContainer .edGP_thumbnail .edGP_titleDescription .edGP_description {displaY:block!important;opacity:1!important;transform:translateY(0)!important;font-weight:bold;text-align:left;font-size:1.25rem;color:#fff!important;background:var(--color-primary)!important;left:0!important;padding-inline:15px;padding-block:0 5px;width:fit-content;font-family: var(--font-headline);}
.eds_GravityGallery_Capsule .edsgg__itemsListContainer .edsgg__itemContainer .edGP_thumbnail .edGP_titleDescription {top:auto!important;bottom:-10px}



@media screen and (max-width: 991px) {
  .eds_GravityGallery_Capsule .edg__gravityPortfolio_header .edg__gravityPortfolio_itemList > li.edg__gravityPortfolio_hide,
  .eds_GravityGallery_Capsule .edg__gravityPortfolio_header .edg__gravityPortfolio_itemList li {
    padding: 0.75rem 0.5rem !important;
  }
}


@media screen and (max-width: 575px) {
  .eds_GravityGallery_Capsule .edsgg__itemsListContainer .edsgg__itemContainer {
    width: 50% !important;
    padding-top: 50% !important;
  } 
}
.smbLightOverlayWrapper.modern .mainWrapper .itemTitle, .eds_GravityGallery_Capsule.edGP_overlay1 .edsgg__itemsListContainer .edsgg__itemContainer .edGP_thumbnail .edGP_titleDescription{display:block!important}


/** BEGIN COMPONENT OVERRIDES HERE **/

/*! ======================
 CONTACT-PAGE--1
 ======================= */.contact-page{padding-block:0 6.25rem}.contact-page .row{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;row-gap:2rem}.contact-page .contact-list{list-style-type:none;padding-left:0;font-size:1.1rem}.contact-page .contact-list li{margin-bottom:.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:.35rem}.contact-page .formwrap{margin-bottom:0}

 .contentArea-grid {
  display:flex;
  gap:15px;

 }

 .contentArea-grid .item {
  flex:1 1 0;
  min-width:0;
  background:var(--color-primary);
  color:#fff;
  border:2px solid var(--color-secondary);
  padding:1rem .75rem;
  display:flex;
  flex-direction:column;
  border-radius:.625rem;
  text-align:center;
 }

  .contentArea-grid .item span {
    font-size: 2rem;
  font-family: var(--font-styled);
  color: var(--color-secondary);
  margin-bottom: 1rem;
  }

    .contentArea-grid .item strong {font-size:1.15rem;margin-bottom:.75rem}

    .contentArea-grid .item a {color:var(--color-secondary);display:inline-flex}
    .contentArea-grid .item a:hover {color:var(--color-light-shade);text-decoration:underline;}
[data-accordion-group].content-accordion [data-accordion] [data-control] {
  background:#fff;
  color:var(--color-primary);
  font-family:vaR(--font-headline);
  border:2px solid var(--color-secondary);
  font-weight:400;
  border-left-width:10px;
  font-size:1.25rem;
  padding-left:15px;
} 

[data-accordion-group].content-accordion [data-accordion] [data-control]::before {
 content: '';
  background-image: url(../images/icons/accordion-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  height: .875rem;
  width: .4375rem;
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease, margin-top 0.3s ease;
  transition: transform 0.3s ease, margin-top 0.3s ease;
  filter: brightness(0) saturate(100%) invert(17%) sepia(72%) saturate(663%) hue-rotate(182deg) brightness(87%) contrast(93%);
  transform-origin: center;
}

[data-accordion-group].content-accordion [data-accordion].open [data-control]::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

[data-accordion-group].content-accordion [data-accordion]:hover [data-control], [data-accordion-group].content-accordion [data-accordion].open [data-control] {
  border-left-width:17px;
}

@media screen and (max-width:1200px) {
  .contentArea-grid {flex-wrap:wrap;}
  .contentArea-grid .item {min-width:250px}
}

/*! ======================
 REVIEWS-PAGE--1
 ======================= */.reviews-page{padding:clamp(2rem,3vw,3rem) 1rem}.reviews-page .reviews-page__uvp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;list-style-type:none;padding-left:0;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:.938rem;font-weight:700}.reviews-page .reviews-page__uvp li{position:relative;padding-left:1.25rem;font-size:clamp(.938rem,5vw,1.1rem)}.reviews-page .reviews-page__uvp li:after{content:"âœ“";position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.reviews-page .social-icons{gap:.938rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.reviews-page .social-icons img{-webkit-filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(288deg) brightness(102%) contrast(102%);filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(288deg) brightness(102%) contrast(102%)}.reviews-page__grid .revwid-reviews{display:grid;grid-template-columns:repeat(3,1fr);-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;max-width:1230px;margin:0 auto}@media(max-width:991px){.reviews-page__grid .revwid-reviews{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.reviews-page__grid .revwid-reviews{grid-template-columns:1fr}}.reviews-page__grid .revwid-review{background-color:#fff;border:2px solid var(--color-primary);position:relative;opacity:1;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.01);padding:1.5rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-transition:box-shadow .2s ease;transition:box-shadow .2s ease;color:var(--color-dark-shade)!important}.reviews-page__grid .revwid-review .revwid-review-author{font-size:1.2rem}.reviews-page__grid .revwid-review .revwid-review-rating-text{display:none}.reviews-page__grid .revwid-review:hover{box-shadow:0 6px 20px rgba(0,0,0,.12)}.reviews-page__grid .revwid-box{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%}

 .reviews-page__grid .revwid-review .revwid-review-author {color:var(--color-primary);text-transform:uppercase;font-family:vaR(--font-headline)}
.revwid-review-date {display:none}
.revwid-review-author::after {content:none}

/* CAROUSEL */
.whatwedo review-carousel {position:relative}
.whatwedo .revwid-container {position:absolute;top:3rem}
.whatwedo .revwid-review {
 background: rgb(var(--color-light-shade--rgb),.9);
 min-height:260px;
 display:flex;
 flex-direction:column;
 justify-content:center;
}

.whatwedo .revwid-review {color:#000!important}

.whatwedo .revwid-review-header {margin-bottom:.5rem}

.whatwedo .revwid-review-rating-text , .whatwedo .revwid-review-source-logo {display:none}

@media screen and (max-width:1300px) {
  .whatwedo .revwid-container {top:0}
}



/* CASE STUDY  */
.eds_news_Ozone .content-area.case-studies {margin-top:225px}
.case-study-feature--4.feature.feature--4 {padding-block:clamp(4rem,5vw,6.25rem)}

.feature.feature--4 .feature__video.case-study {
  width:150px;
  height:150px;
}

.case-study-feature--4.feature.feature--4 

.case-study-feature--4.feature.feature--4 .feature__list li {font-weight:400}
.case-study__title {

  font-size:clamp(1.5rem,4vw,2.5rem) ;
  font-weight:400;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 3.5rem 0 1.25rem;
}

.case-study__title:first-of-type {margin-top:0}

.case-study__title span {
  display:block;
  font-family: var(--font-styled);
  font-size: clamp(1.15rem,3vw,1.5rem);
  line-height: 1;
  color: var(--color-secondary);
  text-transform: initial;
  margin: 0 0 0.5rem;
}
.case-study__objectives-challenges, .case-study__scope-of-work {background:var(--color-primary);color:#fff;margin-bottom:clamp(4rem,5vw,6.25rem);  position: relative;}
.case-study__objectives-challenges .case-study__title:first-of-type, .case-study__scope-of-work .case-study__title:first-of-type {margin-top:0}
.case-study__objectives-challenges .case-study__content {
  padding:2.25rem 1.5rem 2.25rem clamp(1rem,3vw,2.5rem);
}



.case-study__objectives-challenges.lazyload {opacity:1;}

.case-study__objectives-challenges::before {
  content: "";
  position: absolute;
  top: 0;
  bottom:15px;
  left: -15px;

  width: 15px;
  background: var(--color-secondary);
  display: block;
  transform-origin: top;
  transform: scaleY(0);
}

.case-study__objectives-challenges[data-was-processed="true"]::before {
  animation: paintbrush-stroke 1.5s ease-out .3s both;
}

span.case-study-paintbrush {
  position: absolute;
  top: 35px;
  left: -17px;
  width: 20px;
  height: 35px;
  z-index:2;
  opacity: 0;
}

.case-study__objectives-challenges[data-was-processed="true"] span.case-study-paintbrush{
  animation: case-study-paintbrush-stroke 1.5s ease-out .3s both;
  opacity: 1;
}

span.case-study-paintbrush > img {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes case-study-paintbrush-stroke {
  from { top: 35px; transform: translateY(-100%); }
  to   { top: 98%; transform: translateY(0); }
}

.case-study__scope-of-work a {color:var(--color-secondary);}
.case-study__scope-of-work a:hover {color:var(--color-light-shade);text-decoration:underline;}

.case-study__list {padding-left:0;list-style-type:none;}
.case-study__list li {margin-bottom:.75rem;line-height:1.5;padding-left:1.75rem;position:relative;}

.case-study__list li::after {
  content: "";
  position: absolute;
  left: 0;
  top:1px;
  width:25px;
  height:25px;
  background: url("../images/circle-check.svg") center/contain no-repeat;
}
.case-study__objectives-challenges div[class*="col-"].position-relative {overflow: hidden;}
.case-study__objectives-challenges .case-study__image {
  position:absolute;
  width:100%;
  height:100%;
  object-fit:cover;
  right:15px;
  top:0;

}

/* CASE STUDY TESTIMONIAL */
.case-study-testimonial-feature {
  background: #af3b36;
  color: #fff;
  padding: clamp(1.25rem,4vw,2.25rem);
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
  margin-bottom:clamp(4rem,5vw,6.25rem)
}
.case-study-testimonial-feature .case-study__title span {color:#fff}
.case-study-testimonial-feature p {font-size:clamp(1.15rem,3vw,1.45rem);font-style:italic}

/* SCOPE OF WORK OVERRIDE */
.case-study__scope-of-work {padding:clamp(1rem,4vw,2.5rem);margin-bottom:10px;}

.scope-of-work {
  position: relative;
  margin-bottom:2rem;
  padding-block: 2rem;
  border-bottom: 1px solid var(--color-border);
}

.scope-of-work::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 3rem;
  height: 3rem;
  background-color: var(--color-primary);

  background-image: url("../images/icon-paintbrush-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.75rem 1.75rem;
}

.scope-of-work::before {
  content:'';
  position:absolute;
  left:50%;
  bottom:0;
    transform: translate(-50%, 50%);
    width:100%;
    height:1.5px;
    background:#fff;
}
.scope-of-work:last-of-type {margin-bottom:0;padding-bottom:0}
.scope-of-work:last-of-type::before, .scope-of-work:last-of-type::after {content:none}

.scope-of-work .feature__list li:last-of-type, .scope-of-work .feature__list{margin-bottom:0}

.scope-of-work h3 {font-weight:400;text-transform:uppercase;}

.case-study__image-left-right {
  display:flex;
  gap:10px;
  position:relative;
  margin-bottom:10px;
}

.case-study__image-left-right .case-study__logo-container {
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:150px;
  height:150px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  background:#fff;
}

.case-study__image-left-right .case-study__logo-container img {width:100%;height:100%}

.case-study__image-left-right .image-container {
  width:50%;
  height:450px;

}

.case-study__image-left-right .image-container img {width:100%;height:100%;object-fit:cover;}

.case-study__overcome-challenges {
  background:var(--color-primary);
  color:#fff;
  padding:clamp(1.25rem,4vw,2.5rem);
  margin-bottom:clamp(4rem,5vw,6.25rem)
}

.case-study__overcome-challenges p {line-height:1.5;}
.case-study__overcome-challenges p:last-of-type {margin-bottom:0}

/* CASE STUDY GALLERY */
.eds_subCollection_news .gallery.gallery-2x4--2 {padding-block:0}

@media screen and (min-width:1201px) {
  .case-study__list.cols--2 {columns:2}
}

@media screen and (max-width:991px) {
  .banner.case-study-banner .banner-area.banner-area--3 {padding-bottom:0}
  .banner.case-study-banner .banner-area__uvp {position:absolute;bottom:0}
   .banner.case-study-banner {margin-top:165px}
   .feature.feature--4 .feature__content {text-align:left;}
}

@media screen and (max-width:991px) and (min-width:577px) {
   .case-study__list.cols--2 {columns:2}
}

@media screen and (max-width:767px) {
  .case-study__image-left-right {flex-direction:column;}
  .case-study__image-left-right .image-container {width:100%;aspect-ratio:595/450;height:auto}
  .case-study__image-left-right .case-study__logo-container {width:85px;height:85px}
  .banner.case-study-banner .banner-area__uvp-title {font-size:1.5rem}
  .banner.case-study-banner {margin-top:155px}
}

@media screen and (max-width:576px) {
  .feature.feature--4 .feature__list li {margin-left:0}
}

   /*! --- GALLERY TILES --- */
.gallery-tiles {
  row-gap: 20px;
  position:relative;
}

.gallery-tiles div[class*="col-"] {
  padding-inline:10px
}

.gallery-tiles__tile {
  display: flex;
  color: #fff;
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: auto;
  z-index: 2;
  height:auto;
  aspect-ratio:1;
  overflow: hidden;
}
.gallery-tiles__tile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
  z-index: 0;
}
.gallery-tiles__tile:hover {
  color: var(--secondary-color);
}
.gallery-tile__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  z-index: -1;
  transition: opacity 0.5s ease, transform 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-tiles__tile:hover .gallery-tile__image {
  transform: scale(1.2);
}
.gallery-tiles__title {
  font-family:var(--font-headline);
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.5);
  text-align: left;
  font-weight:400;
  font-size: clamp(1.15rem, 5vw, 1.5rem);
  transition: color 1s ease;
  line-height: 1.1;
}
.gallery__details {
  position: absolute;
  bottom: 0;
  text-align: left;
  width: 100%;
  padding: 1rem 20px;
  transition: max-height 1.5s ease, opacity 1s ease, background 0.5s ease;
  z-index: 1;
}
.gallery-tiles__tile:hover .gallery__details {
  background: rgba(var(--color-primary--rgb), .7);
}
.gallery-tiles__tile .content-hover {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.3s ease;
  display: flex;
  justify-content: end;
}
.gallery-tiles__tile:hover .content-hover {
  max-height: 2.5rem;
  opacity: 1;
  margin-top:.35rem;
}
.view-gallery-button {
  transition: all 0.3s ease;
  text-align: left;
  color: var(--color-secondary);
  transform: translateY(5%);
  font-size:clamp(1rem,5vw,1.25rem);
  transition:all .3s ease;
  font-family:var(--font-headline);
}
.gallery-tiles__tile:hover .view-gallery-button {
  max-height: 50px;
  opacity: 1;
  transform: translateY(0);
  padding-inline:0;
}
.gallery-tiles__tile:hover .view-gallery-button:hover {
  color:var(--color-light-shade);
}
.container.container-xl {
  max-width: 1500px !important;
}
@media screen and (max-width: 576px) {
  .gallery-tiles__tile {
    height: 250px;
  }
  .gallery-tiles__tile .gallery__details {
    background: rgb(0, 0, 0, 0.65);
  }
  .gallery-tiles__tile .content-hover {
    max-height: 2.5rem;
    opacity: 1;
  }
}

/* BREADCRUMB */
.container.container-xl {max-width:1450px!important}
.content-area p a.breadcrumb {color:var(--color-secondary);}
.content-area p a.breadcrumb:hover {color:var(--color-dark-shade)}

video.video {max-width:100%;height:auto;aspect-ratio:16/9;}

/*! ======================
BEFORE/AFTER TABS
======================= */
.ba-tabs__nav {
  display: flex;
  justify-content: center;
  gap:15px;
  margin-block:2rem;
  flex-wrap: wrap;
}

.ba-tabs__tab {
  appearance: none;
  border: 1px solid var(--color-secondary);
  background: var(--color-background);
  color:var(--color-dark-shade);
  font-family: var(--font-headline);
  font-size:1.25rem;
  padding:.5rem 1.25rem;
  line-height:1;
  border-radius:45px;
  cursor: pointer;
  transition: background var(--transition-base), color var(--transition-base), border-color var(--transition-base);
}

.ba-tabs__tab:hover,
.ba-tabs__tab:focus-visible {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.ba-tabs__tab.is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.ba-tabs__panel[hidden] { display: none; }

/*! ======================
SLIDER BEFORE/AFTER 1
======================= */
.slider-before-after--1 {
  aspect-ratio: 16/9;
  position:relative;
  overflow:hidden;
  background:var(--color-primary);
  z-index:2;
}

.slider-before-after--1 .ba__figure {margin:0;height:100%}

.slider-before-after--1 .ba__img {
  display: block;
  inline-size: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}

.slider-before-after--1 .ba__figure--before {
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, var(--pos) 0, var(--pos) 100%, 0 100%);
  transition: clip-path 80ms linear;
  height:100%;
}

.slider-before-after--1 .ba__figure--after {
  clip-path: polygon(var(--pos) 0, 100% 0, 100% 100%, var(--pos) 100%);
  transition: clip-path 80ms linear;
}

.slider-before-after--1 .ba__slider {
    position: absolute;
    inset: 0;
    appearance: none;
    background: transparent;
    cursor: ew-resize;
    z-index: 3;
    touch-action: none;
    height:100%;
    outline: none;
}

.slider-before-after--1 .ba__slider::-webkit-slider-thumb {
    appearance: none;
    width: 0;
    height: 0;
}

.slider-before-after--1 .ba__slider::-moz-range-thumb {
    appearance: none;
    width: 0;
    height: 0;
    border: none;
    background: transparent;
}

.slider-before-after--1 .ba__slider::-ms-thumb {
    appearance: none;
    width: 0;
    height: 0;
}

.ba__handle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.08);
  width: 2px;
}


.slider-before-after--1 .ba__handle {
    position: absolute;
    inset: 0 auto 0 0;
    left: var(--pos);
    transform: translateX(-50%);
    width: 2px;
    background: var(--color-secondary);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
    z-index: 2;
    transition: left 80ms linear;
}

.slider-before-after--1 .paintbrush-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  inline-size: 35px;
  block-size: 35px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,.25), inset 0 0 0 1px rgba(0,0,0,.12);
  padding: .2rem;
}

.slider-before-after--1 .ba__label {
        position: absolute;
    top: 12px;
    padding: 6px 10px;
    color: #fff;
    background:var(--color-primary);
    border-radius: 999px;
    z-index: 1;
    user-select: none;
}

.slider-before-after--1 .ba__label--before {left:12px;font-family:var(--font-headline);}
.slider-before-after--1 .ba__label--after {right:12px;font-family:var(--font-headline);}

/* Expand / enlarge button */
.slider-before-after--1 .ba__expand {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  appearance: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(0,0,0,.45);
  box-shadow: 0 2px 8px rgba(0,0,0,.25);
  transition: background var(--transition-base);
}

.slider-before-after--1 .ba__expand:hover,
.slider-before-after--1 .ba__expand:focus-visible {
  background: var(--color-primary);
  outline: none;
}

.slider-before-after--1 .ba__expand svg {
  width: 18px;
  height: 18px;
  display: block;
}

/*! ======================
BEFORE/AFTER MODAL
======================= */
.ba-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(0,0,0,.8);
}

.ba-modal.is-open {
  display: flex;
}

.ba-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 1100px;
}

.ba-modal__close {
  position: absolute;
  top: -3rem;
  right: 0;
  appearance: none;
  border: none;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: background var(--transition-base);
}

.ba-modal__close:hover,
.ba-modal__close:focus-visible {
  background: rgba(255,255,255,.15);
  outline: none;
}

.ba-modal__close svg {
  width: 26px;
  height: 26px;
  display: block;
}

/* The enlarged slider fills the dialog; hide its own expand button */
.ba-modal .slider-before-after--1 {
  width: 100%;
}

.ba-modal .slider-before-after--1 .ba__expand {
  display: none;
}

@media (max-width: 767px) {
  .ba-modal__close {
    top: -2.75rem;
  }
}

.pbm-callout .item {display:flex;gap:15px;margin-bottom:1.35rem;align-items:start;}



.pbm-callout .number {
   border: 7px solid var(--color-secondary);
  padding: 7px 5px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  font-family: var(--font-headline);
  color: var(--color-primary);
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:75px;

}

.pbm-callout p {margin:0;color:var(--color-primary)}

.font-styled {font-family:vaR(--font-styled);color:var(--color-secondary);font-size:1.75rem;}

@media screen and (max-width:576px) {
  .pbm-callout .item {flex-direction:column;}
}

/*! ======================
 REVIEW CAROUSEL PAGINATION
 ======================= */
.review-carousel__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--gap-small, .5rem);
  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  margin-top: 1.25rem;
}

.review-carousel__dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid var(--color-secondary, #9e2065);
  border-radius: var(--border-radius-full, 50%);
  background: transparent;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.review-carousel__dot:hover,
.review-carousel__dot:focus-visible {
  background: var(--color-secondary, #00abd8);
  border-color: var(--color-secondary, #00abd8);
}

.review-carousel__dot--active {
  background: var(--color-secondary, #9e2065);
  border-color: var(--color-secondary, #9e2065);
  border-radius:0;
}

@media screen and (max-width:991px) {
  .review-carousel__pagination {bottom:-2rem}
}

#ChameleonGallery {display:none}