@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --color-primary: #145DA0;
  --color-secondary: #ECF0F1;
  --color-tertiary: #000;
  --color-light-shade: #fff;
  --color-dark-shade: #000;
  --color-primary--rgb: 158, 32, 101;
  --color-secondary--rgb: 0, 171, 216;
  --color-tertiary--rgb: 107, 107, 107;
  --color-light-shade--rgb: 230, 230, 230;
  --color-dark-shade--rgb: 34, 34, 34;
  --font-headline: "League Spartan", sans-serif;
  --font-body: "Poppins", sans-serif;
  --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%);
}

/*! ==============================================================
   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:700px;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:-8px 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-primary)}.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:200px;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(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}[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)}.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);}.content-area li a:hover,.content-area p a:hover{color:#063159;text-decoration:underline}
   /*!
   * DO NOT MODIFY ANYTHING ABOVE THIS. STYLES ABOVE WILL BE OVERWRITTEN.
   * Add all custom styles below.
   */

/* ---------------------------------------------------------
  
  * Filename:       header-3.scss
  
------------------------------------------------------------*/
.header.header--3 { position: absolute; top: 0; left: 0; width: 100%; margin-top: 30px; -webkit-animation: fade-in 0.5s ease; animation: fade-in 0.5s ease; }

@media screen and (max-width: 991px) { .header.header--3 { margin-top: 0; padding: 10px 0; background: rgba(0, 0, 0, 0.3); } }

.header.header--3.is-sticky { position: fixed; margin-top: 0; background: rgba(0, 0, 0, 0.3); -webkit-animation: fade-in-top 0.5s ease; animation: fade-in-top 0.5s ease; }

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

.header.header--3.is-sticky .nav { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 0; background: none; }

.header.header--3.is-sticky .nav::after { display: none; }

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

.header.header--3.is-sticky .mobile { background: none; }

.header.header--3 .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--3 .col-12 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

.header.header--3 .logo { 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; height: 100%; }

.header.header--3 .nav { 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: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 20px 0 10px 20px; background: rgba(0, 0, 0, 0.3); }

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

.header.header--3 .nav::after { position: absolute; content: ''; top: 0; left: 100%; width: 1000%; height: 100%; background: rgba(0, 0, 0, 0.3); }

.header.header--3 .nav .top { position: relative; 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; padding: 5px 0 5px 5px; background: #9e2065; }

.header.header--3 .nav .top .number { 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; color: white; }

.header.header--3 .nav .top .cta { position: absolute; top: 50%; right: 0; width: 275px; height: 140%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: white; border: 2px solid white; }

.header.header--3 .mobile { display: none; -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%; }

@media screen and (max-width: 991px) { .header.header--3 .mobile { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } }

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

.header.header--3 .mobile .mobile__number { min-height: 40px; padding: 10px; }

.header.header--3 .mobile .mobile__cta { min-height: 40px; padding: 10px; }

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

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

/** BEGIN COMPONENT OVERRIDES HERE **/

.header.header--3{
  background: rgba(255,255,255,0.95);
  margin-top: 0;
}

.header.header--3.is-sticky{
  background: rgba(255,255,255,0.95);
  padding: 10px 0;
}

.header.is-sticky .logo img{
  width: 60px;
}

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

.header.header--3 .nav::after{
  display: none;
}

.header.header--3 .nav{
  background: transparent;
}

.header.header--3 .nav .top{
  position: relative;
  background: transparent;
  justify-content: end;
}

#top-pane{
  display: flex;
  align-items: center;
  margin-right: 18px;
}

.header.header--3 .nav .top .cta{
  position: relative;
  transform: none;
  width: auto;
  border: 0;
}

.header.header--3 .nav .top .cta:hover{
  background: #8FB5CF;
  color: var(--color-dark-shade);
}

.header.header--3 .nav .top .number{
  background: var(--color-primary);
  font-family: var(--font-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding: 8px 40px 8px 25px;
}

.header.header--3 .nav .top .number img{
  position: relative;
  margin-right: 7px;
}


.header.header--3 .nav .top .button.button--secondary{
  background: #8FB5CF;
}

.header.header--3 .nav .top .button.button--secondary:hover{
  /* background: var(--color-dark-shade); */
  color: var(--color-light-shade);
}

.menu.menu--desktop ul li[data-depth="0"] a{
  color: #000;
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.045rem;
  text-transform: uppercase;
}


.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"]{
  background: var(--color-primary);
  border-top: 2px solid var(--color-dark-shade);
}

.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li a{
  color: var(--color-light-shade);
  font-size: 0.9375rem;
}


/*! ======================
 BANNER-AREA--1
 ======================= */.banner-area.banner-area--1{position:absolute;top:50%;left:0;right:0;margin:0 auto;-webkit-transform:translateY(-25%);-ms-transform:translateY(-25%);transform:translateY(-25%)}@media screen and (max-width:767px){.banner-area.banner-area--1{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}}.banner-area.banner-area--1 .banner-area__title{color:#fff}.banner-area.banner-area--1 .banner-area__text{color:#fff}
/** BEGIN COMPONENT OVERRIDES HERE **/

.banner{
  background: #000;
}


.banner-area.banner-area--1{
  text-align: center;
}

.banner-area.banner-area--1 .banner-area__title{
  font-family: var(--font-headline);
  font-size: 3.125rem;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: var(--color-light-shade);
  margin-bottom: 1rem;
}

.banner-area.banner-area--1 .banner-area__text{
  font-family: var(--font-headline);
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-light-shade);
  margin-bottom: 1.875rem;
}

.banner-area.banner-area--1 .banner-area__buttons{
  justify-content: center;
}

@media screen and (max-width: 991px){
  .banner-area.banner-area--1 .banner-area__title{
    font-size: 2.5rem;
  }
  .banner-area.banner-area--1 .banner-area__text{
    font-size: 1.375rem;
  }
  .banner-image{
  opacity: 0.6;
}

}

@media screen and (max-width: 767px){
  .banner-area.banner-area--1 .banner-area__title{
    font-size: 1.875rem;
  }
  .banner-area.banner-area--1 .banner-area__text{
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}


/*! ======================
 QUICKLINKS
 ======================= */
.quicklinks{
  position: relative;
  transform: translateY(-50%);
  z-index: 3;
  margin-bottom: -140px;
}

.quicklinks__list{
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.quicklinks__item{
  position: relative;
  display: block;
  flex: 1 1 calc(20% - 0.5rem);
  min-width: 0;
  height: 140px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
}

.quicklinks__item:hover .quicklinks__overlay{
  background: rgba(15, 69, 118, 0.85);
}

.quicklinks__item:hover .quicklinks__image{
  transform: scale(1.05);
}

.quicklinks__image{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.4s ease;
}

.quicklinks__overlay{
  position: absolute;
  inset: 0;
  background: rgba(15, 69, 118, 0.7);
  z-index: 2;
  transition: background 0.3s ease;
}

.quicklinks__content{
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 0.625rem;
  padding: 1rem;
}

.quicklinks__icon{
  width: auto;
  height: 2.3125rem;
  filter: brightness(0) invert(1);
}

.quicklinks__title{
  font-family: var(--font-headline);
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-light-shade);
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.03125rem;
}

@media screen and (max-width: 991px){
  .quicklinks__item{
    flex: 1 1 calc(33.333% - 0.5rem);
  }
}

@media screen and (max-width: 575px){
  .quicklinks__item{
    flex: 1 1 calc(50% - 0.5rem);
  }
  .quicklinks__title{
    font-size: 1rem;
  }
}
/** BEGIN COMPONENT OVERRIDES HERE **/

/*! ======================
FEATURE--1
======================= */.feature.feature--1{padding-inline:.938rem}
/** BEGIN COMPONENT OVERRIDES HERE **/

.feature.feature--1{
  position: relative;
  padding-block: 9rem 100px;
  padding-inline: 0;
  overflow: hidden;
  z-index: 1;
  margin: 0 50px;
}

.feature--1 .feature__bg-image{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.feature--1 .feature__overlay{
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.feature--1 .feature__title{
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-light-shade);
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}

.feature--1 .feature__subtitle{
  font-family: var(--font-headline);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--color-light-shade);
  margin: 0 0 1rem;
}

.feature--1 .feature__subtitle:empty{
  display: none;
}

.feature--1 .feature__text{
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
  color: var(--color-light-shade);
  max-width: 65rem;
  margin: 0 auto 1.875rem;
}

.feature--1 .feature__uvps{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 3rem;
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}

.feature--1 .feature__uvp{
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: var(--color-light-shade);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  margin: 0;
}

.feature--1 .feature__uvp-icon{
  width: 1.0625rem;
  height: 1.0625rem;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.feature--1 .feature__buttons{
  flex-wrap: wrap;
  row-gap: 0.75rem;
}

@media screen and (max-width: 991px){
  .feature.feature--1{
    padding-block: 3rem;
  }
  .feature--1 .feature__title{
    font-size: 1.875rem;
  }
  .feature--1 .feature__uvps{
    flex-direction: column;
    gap: 0.75rem;
  }

  .feature.feature--1.text-center .container{
    text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  }
}

@media screen and (max-width: 767px){
  .feature--1 .feature__title{
    font-size: 1.5rem;
  }
  .feature--1 .feature__text{
    font-size: 0.9375rem;
  }
}

/*! ======================
   GRID-1X5--2
   ======================= */.grid.grid-1x5--2 .grid__title{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:100px;margin:0;background:var(--color-light-shade)}.grid.grid-1x5--2 .grid__row{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}.grid.grid-1x5--2 .grid__item{position:relative;width:20%;padding-top:20%;overflow:hidden}@media screen and (max-width:991px){.grid.grid-1x5--2 .grid__item{width:33.3333%;padding-top:33.3333%}.grid.grid-1x5--2 .grid__item:nth-child(4),.grid.grid-1x5--2 .grid__item:nth-child(5){width:50%;padding-top:50%}}@media screen and (max-width:767px){.grid.grid-1x5--2 .grid__item{width:50%;padding-top:50%}}@media screen and (max-width:575px){.grid.grid-1x5--2 .grid__item{width:100%;padding-top:100%}.grid.grid-1x5--2 .grid__item:nth-child(4),.grid.grid-1x5--2 .grid__item:nth-child(5){width:100%;padding-top:100%}}.grid.grid-1x5--2 .grid__item:hover .item__content{padding:24px;height:100%;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);background:rgba(255,255,255,.9);color:var(--color-dark-shade)}.grid.grid-1x5--2 .grid__item:hover .item__content .content__hover{opacity:1;max-height:350px}.grid.grid-1x5--2 .grid__item .item__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.grid.grid-1x5--2 .grid__item .item__content{position:absolute;z-index:5;bottom:0;left:0;width:100%;height:75px;background:var(--color-secondary);color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease;text-align:center;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}.grid.grid-1x5--2 .grid__item .item__content .content__title{margin:0}.grid.grid-1x5--2 .grid__item .item__content .content__subtitle{margin:0}.grid.grid-1x5--2 .grid__item .item__content .content__hover{opacity:0;-webkit-transition:.3s ease;transition:.3s ease;max-height:0}.grid.grid-1x5--2 .grid__item .item__content p{margin:0}.grid.grid-1x5--2 .grid__item:hover .item__content .content__title{color:var(--color-secondary)}.grid.grid-1x5--2 .grid__item:hover .item__content .content__subtitle{color:var(--color-primary)}.grid.grid-1x5--2 .grid__item-span{color:var(--color-primary);font-weight:var(--font-weight-bold);-webkit-transition:all .3s ease;transition:all .3s ease}.grid.grid-1x5--2 .grid__item-span:hover{color:var(--color-secondary)}
/** BEGIN COMPONENT OVERRIDES HERE **/

.grid.grid-1x5--2{
padding-block: 100px 30px;
}

.grid.grid-1x5--2 .grid__title{
  display: block;
  height: auto;
  background: transparent;
  margin: 0 auto 2.5rem;
  text-align: center;
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  line-height: 1.2;
}

.grid.grid-1x5--2 .grid__row{
  gap: 0.5rem;
  max-width: 1230px;
  margin-inline: auto;
  padding-inline: 0.938rem;
}

.grid.grid-1x5--2 .grid__item{
  width: calc(20% - 0.4rem);
  padding-top: 0;
  /* height: 30rem; */
  display: block;
}

@media screen and (max-width: 991px){
  .grid.grid-1x5--2 .grid__item,
  .grid.grid-1x5--2 .grid__item:nth-child(4),
  .grid.grid-1x5--2 .grid__item:nth-child(5){
    width: calc(33.333% - 0.4rem);
    padding-top: 0;
    height: 30rem;
  }
}

@media screen and (max-width: 767px){
  /* .grid.grid-1x5--2 .grid__item{
    width: calc(50% - 0.4rem);
    padding-top: 0;
    height: 28rem;
  } */
}

@media screen and (max-width: 575px){
  .grid.grid-1x5--2 .grid__item,
  .grid.grid-1x5--2 .grid__item:nth-child(4),
  .grid.grid-1x5--2 .grid__item:nth-child(5){
    width: 100%;
    padding-top: 0;
    height: 26rem;
  }
}

.grid.grid-1x5--2 .grid__item .item__image{
  position: absolute;
  top: 0;
  bottom: 2.6875rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid.grid-1x5--2 .grid__item .item__content,
.grid.grid-1x5--2 .grid__item:hover .item__content{
  position: relative;
  z-index: 5;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 100%;
  background: transparent;
  color: var(--color-light-shade);
  padding: 0;
  transform: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}

.grid.grid-1x5--2 .grid__item .item__content .content__title,
.grid.grid-1x5--2 .grid__item:hover .item__content .content__title{
  margin: 0;
  padding: 1rem;
  background: #8fb5cf;
  color: var(--color-light-shade);
  font-family: var(--font-headline);
  font-size: 1.875rem;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.05625rem;
  line-height: 1.167;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid.grid-1x5--2 .grid__item .item__content .content__subtitle{
  display: none;
}

.grid.grid-1x5--2 .grid__item .item__content .content__hover,
.grid.grid-1x5--2 .grid__item:hover .item__content .content__hover{
  opacity: 1;
  max-height: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.grid.grid-1x5--2 .grid__item .item__content .content__hover p{
  flex: 1;
  margin: 0;
  padding: 1.5rem 1.25rem;
  background: #8fb5cf;
  color: var(--color-light-shade);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.grid.grid-1x5--2 .grid__item:hover .item__content .content__hover p{
  opacity: 1;
}

.grid.grid-1x5--2 .grid__item .item__content .content__hover a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.6875rem;
  background: var(--color-tertiary);
  color: var(--color-light-shade);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease;
}

.grid.grid-1x5--2 .grid__item:hover .item__content .content__hover a{
  background: var(--color-primary);
}


/* ---------------------------------------------------------
  
  * Filename:       gallery-1x4-2.scss
  * Description:    Sets default styles for the gallery-1x4-2 component.
  * Version:        1.0.0
  * Last Modified:  4.22.2019

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

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

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

.gallery.gallery-1x4--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-1x4--2 .gallery__image .image__content .content__title { color: white; }

/** BEGIN COMPONENT OVERRIDES HERE **/

.gallery.gallery-1x4--2{
  padding-block: 2rem 100px;
}

.gallery.gallery-1x4--2 .gallery__title{
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  line-height: 1.2;
  margin: 0 0 .5rem;
}

.gallery.gallery-1x4--2 .gallery__subtitle{
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
  color: var(--color-dark-shade);
  max-width: 60rem;
  margin: 0 auto .5rem;
  padding: 0 8rem;
}

.gallery.gallery-1x4--2 > .row{
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 0.5rem;
  --bs-gutter-x: 1rem;
}

.gallery.gallery-1x4--2 > .row > [class*="col-"]{
  padding-inline: 0.4375rem;
  margin-bottom: 0.875rem;
}

.gallery.gallery-1x4--2 .gallery__image{
  aspect-ratio: 49/47;
}

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

.gallery.gallery-1x4--2 .gallery__image img{
  transition: transform 0.4s ease;
}

.gallery.gallery-1x4--2 .gallery__image:hover img{
  transform: scale(1.05);
}

.gallery.gallery-1x4--2 .gallery__image .image__content{
  background: rgba(20, 93, 160, 0.7);
  color: var(--color-light-shade);
  font-size: 3rem;
  transform: none;
  transition: opacity 0.3s ease;
}

.gallery.gallery-1x4--2 .gallery__image .image__content img{
  width: auto;
  height: auto;
}

.gallery.gallery-1x4--2 .gallery__image:hover .image__content{
  transform: none;
}

.gallery.gallery-1x4--2 .gallery__image .image__content i{
  font-size: 3rem;
  color: var(--color-light-shade);
  line-height: 1;
}

.gallery.gallery-1x4--2 .gallery__buttons{
  margin-top: .5rem;
  gap: 29px;
  padding-inline: 0.938rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px){
  .gallery.gallery-1x4--2{
    padding-block: 3rem;
  }
  .gallery.gallery-1x4--2 .gallery__title{
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px){
  .gallery.gallery-1x4--2 .gallery__title{
    font-size: 1.5rem;
  }
  .gallery.gallery-1x4--2 .gallery__subtitle{
    font-size: 0.9375rem;
  }
}

/* phones: force 2-up (1x2) instead of stacking to a single column */
@media screen and (max-width: 575px){
  .gallery.gallery-1x4--2 > .row > [class*="col-"]{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}


/* ---------------------------------------------------------
  
  * Filename:       reviews-full-1.scss
  * Description:    Define the layout for reviews-full
  * Version:        1.0.1
  * Last Modified:  3.28.2019
  
------------------------------------------------------------*/
.reviews.reviews-full--1 { position: relative; height: 500px; }

.reviews.reviews-full--1 .reviews-full__image { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.reviews.reviews-full--1 .reviews-full__content { position: absolute; top: 50%; left: 0; right: 0; width: 90%; margin: 0 auto; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); text-align: center; }

/** BEGIN COMPONENT OVERRIDES HERE **/

.reviews.reviews-full--1{
  position: relative;
  height: auto;
  min-height: 36.875rem;
  padding-block: 4.25rem;
  overflow: hidden;
  margin-bottom: 100px;
}

.reviews.reviews-full--1 .reviews-full__image{
  position: absolute;
  top: 0;
  right: 0;
  width: 43%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.reviews.reviews-full--1 .reviews-full__content{
  position: relative;
  z-index: 2;
  top: auto;
  left: auto;
  right: auto;
  width: 57%;
  min-height: 28.3125rem;
  margin: 0;
  padding: 3.125rem 5rem 3.125rem 7.5rem;
  background: #ECF0F1;
  transform: none;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.reviews.reviews-full--1 .reviews-full__content .content__title{
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.075rem;
  line-height: 1.2;
  margin: 0 0 10px;
}

.reviews.reviews-full--1 .reviews-full__content .content__buttons{
  display: flex;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0;
  flex-wrap: wrap;
}

.reviews.reviews-full--1 .reviews-full__content .content__review{
  position: relative;
  background: #fff;
  padding: 2rem 2.5rem;
  margin: 0 0 1.5rem;
  overflow: hidden;
  width: 120%;
}

.reviews.reviews-full--1 .reviews-full__content .content__review img{
  position: absolute;
  top: 2rem;
  left: 2.5rem;
  z-index: 0;
}



.reviews.reviews-full--1 .reviews-full__content .content__review .content__review-text{
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
  color: var(--color-dark-shade);
}

.reviews.reviews-full--1 .reviews-full__content .content__review .content__review-author{
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
  color: var(--color-dark-shade);
}

@media screen and (max-width: 1199px){
  .reviews.reviews-full--1 .reviews-full__content{
    padding: 2.5rem 4rem 2.5rem 5rem;
  }
}

@media screen and (max-width: 991px){
  .reviews.reviews-full--1{
    padding-block: 0;
    min-height: 0;
  }
  .reviews.reviews-full--1 .reviews-full__image{
    position: relative;
    width: 100%;
    height: 18.75rem;
  }
  
}

@media screen and (max-width: 767px){
  .reviews.reviews-full--1 .reviews-full__content .content__title{
    font-size: 1.875rem;
  }
  .reviews.reviews-full--1 .reviews-full__content{
    padding: 2rem 1rem;
  }
}


/*! ======================
   SERVICE-BLOG
   ======================= */
.service-blog{
  position: relative;
  padding-block: 3.125rem;
  overflow: hidden;
}

.service-blog .service-blog__bg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.service-blog .service-blog__container{
  position: relative;
}

.service-blog .service-blog__cards{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0;
}

.service-blog .service-blog__card{
  width: 22.5rem;
  min-height: 23.75rem;
  padding: 2.75rem 1.875rem 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.service-blog .service-blog__card--areas{
  background: #8fb5cf;
  color: var(--color-tertiary);
}

.service-blog .service-blog__card--blog{
  background: var(--color-tertiary);
  color: var(--color-light-shade);
}

.service-blog .service-blog__title{
  font-family: var(--font-headline);
  font-size: 1.375rem;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  line-height: 1.2;
  margin: 0 0 1.25rem;
}

.service-blog .service-blog__card--blog .service-blog__title{
  color: var(--color-light-shade);
}

.service-blog .service-blog__text{
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
  margin: 0 0 1rem;
}

.service-blog .service-blog__list{
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0 0 1.5rem;
  text-align: left;
  display: inline-block;
}

.service-blog .service-blog__list li{
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.service-blog .service-blog__article{
  display: block;
  text-decoration: none;
  margin-bottom: 1.25rem;
}

.service-blog .service-blog__image{
  width: 100%;
  max-width: 16.375rem;
  height: auto;
  object-fit: cover;
  margin-bottom: 0.875rem;
}

.service-blog .service-blog__article-title{
  font-family: var(--font-headline);
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-light-shade);
  line-height: 1.4;
  margin: 0;
  text-align: center;
}

.service-blog .service-blog__card .button{
  margin-top: auto;
}

@media screen and (max-width: 991px){
  .service-blog .service-blog__cards{
    justify-content: center;
    gap: 1rem;
  }
}

@media screen and (max-width: 767px){
  .service-blog{
    padding-block: 2rem;
  }
  .service-blog .service-blog__card{
    width: 100%;
    max-width: 22.5rem;
  }
}


/*! ======================
   FOOTER-TOP-PANE
   ======================= */
.footer-top-pane{
  background: var(--color-primary);
  padding-block: 1.5rem;
  min-height: 6.25rem;
  display: flex;
  align-items: center;
}

.footer-top-pane .container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-top-pane .footer-top-pane__text{
  margin: 0;
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: var(--font-weight-normal);
  color: var(--color-light-shade);
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  line-height: 1.4;
  text-align: center;
}

.footer-top-pane .footer-top-pane__text strong{
  font-weight: var(--font-weight-bold);
  margin-right: 0.5rem;
  letter-spacing: 0.0625rem;
}

.footer-top-pane .footer-top-pane__phone{
  color: var(--color-light-shade);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-top-pane .footer-top-pane__phone:hover{
  text-decoration: underline;
  opacity: 0.85;
}

@media screen and (max-width: 991px){
  .footer-top-pane{
    min-height: 0;
  }
  .footer-top-pane .container{
    flex-direction: column;
    gap: 1rem;
  }
  .footer-top-pane .footer-top-pane__text{
    font-size: 0.9375rem;
  }
}


/*! ======================
 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}
/** BEGIN COMPONENT OVERRIDES HERE **/

.footer.footer--1{

}

.footer.footer--1 #footer-one-pane{
  flex: 0 1 auto;
  width: 11rem;
}

.footer.footer--1 #footer-two-pane{
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-start;
}

.footer.footer--1 #footer-two-pane .footer-column{
  flex: 1 1 auto;
  min-width: 9rem;
}

.footer.footer--1 #footer-three-pane{
  flex: 0 0 auto;
  width: 14.625rem;
}

.footer.footer--1 #footer-one-pane .logo img{
  width: auto;
  max-width: 6.875rem;
  height: auto;
}

.footer.footer--1 .footer-column .title{
  font-family: var(--font-headline);
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  color: var(--color-tertiary);
  margin: 0 0 0.75rem;
  line-height: 1.4;
  letter-spacing: 0.03rem;
}

.footer.footer--1 .footer-column .title a{
  color: inherit;
  text-decoration: none;
}

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

.footer.footer--1 .footer-column .list li{
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
}

.footer.footer--1 #footer-three-pane .title{
  border-bottom: 1px solid var(--color-dark-shade);
  padding-bottom: 0.4375rem;
  margin-bottom: 0.875rem;
}

.footer.footer--1 .hours-list{
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-dark-shade);
}

.footer.footer--1 .hours-list .hours-list__row{
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.125rem;
}

.footer.footer--1 .hours-list dt{
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  min-width: 3.75rem;
  margin: 0;
}

.footer.footer--1 .hours-list dd{
  margin: 0;
}

.footer.footer--1 .address a, .footer.footer--1 .phone-number a{
  font-weight: 400;
}





/*! ======================
 FOOTER-COPYRIGHT-BAR--1
 ======================= */.footer-copyright-bar.footer-copyright-bar-1 .left,.footer-copyright-bar.footer-copyright-bar-1 .right{width:50%}@media screen and (max-width:767px){.footer-copyright-bar.footer-copyright-bar-1 .left,.footer-copyright-bar.footer-copyright-bar-1 .right{width:100%}}.footer-copyright-bar.footer-copyright-bar-1 .left{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}@media screen and (max-width:767px){.footer-copyright-bar.footer-copyright-bar-1 .left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}}.footer-copyright-bar.footer-copyright-bar-1 .right{-webkit-box-pack:end!important;-webkit-justify-content:flex-end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}@media screen and (max-width:767px){.footer-copyright-bar.footer-copyright-bar-1 .right{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}}@media screen and (max-width:767px){.footer-copyright-bar.footer-copyright-bar-1 .social li:first-of-type{display:none}}


.footer-copyright-bar{
  background: #8FB5CF;
  padding: 10px 0;
}

.footer-copyright-bar .col-12 ul li a, 
.footer-copyright-bar .col-12 ul li span,
.footer-copyright-bar .col-12 ul li{
  color: var(--color-dark-shade);
  text-align: center;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-copyright-bar .col-12 ul.links li img{
  width: 25px;
  position: relative;
  margin-left: 7px;
  top: 1px;
}


/* ---------------------------------------------------------
  
  * Filename:       page-title-text-middle-left.scss

------------------------------------------------------------*/
.inner-banner { position: relative; height: 500px; background-position: center; background-size: cover; background-repeat: no-repeat; }

.inner-banner .container, .inner-banner .container > .row { height: 100%; }

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

.page-title.page-title-text-middle-left { position: absolute; top: 50%; left: 0; width: 100%; text-align: left; -webkit-transform: translatey(-50%); -ms-transform: translatey(-50%); transform: translatey(-50%); padding-left:15px; }

.page-title.page-title-text-middle-left .page-title__text { display: inline-block; margin: 0; color: white; }

/** BEGIN COMPONENT OVERRIDES HERE **/

.inner-banner.inner-banner--1{
  height: 600px;
  background: #2a2a2a;
  overflow: hidden;
  margin-top: 152px;
}

.inner-banner.inner-banner--1 .banner-image{
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.inner-banner.inner-banner--1 .banner-image.banner-image--bg{
  right: auto;
  left: 0;
  z-index: 0;
}

.inner-banner.inner-banner--1 .banner-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-banner.inner-banner--1 .container{
  z-index: 2;
}



.inner-banner.inner-banner--1 .page-title.page-title-text-middle-left{
  padding-left: 0;
  padding-right: 1.5rem;
  max-width: 32rem;
  width: auto;
}

.inner-banner.inner-banner--1 .page-title__text{
  display: block;
  font-family: var(--font-headline);
  font-size: 2.5rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-light-shade);
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  line-height: 1.3;
  margin: 0 0 0.875rem;
}

.inner-banner.inner-banner--1 .page-title__subtitle{
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  line-height: 1.5;
  color: var(--color-light-shade);
  margin: 0 0 1.25rem;
}

.inner-banner.inner-banner--1 .page-title__list{
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0 0 2rem;
}

.inner-banner.inner-banner--1 .page-title__list li{
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-light-shade);
}

@media screen and (max-width: 991px){
  .inner-banner.inner-banner--1{
    height: auto;
  }
  .inner-banner.inner-banner--1 .banner-image.banner-image--bg{
    display: none;
  }
  .inner-banner.inner-banner--1 .banner-image{
    position: relative;
    width: 100%;
    height: 18.75rem;
  }
  .inner-banner.inner-banner--1 .container{
    padding-block: 2.5rem;
  }
  .inner-banner.inner-banner--1 .page-title.page-title-text-middle-left{
    position: relative;
    top: auto;
    transform: none;
    max-width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px){
  .inner-banner.inner-banner--1 .page-title__text{
    font-size: 1.5rem;
  }
}

/* ---------------------------------------------------------
  
  * Filename:       block-tiles.scss
  * Description:    Define the layout for block-tiles
  * Version:        1.0.0
  * Last Modified:  6.25.2019
  
------------------------------------------------------------*/
.top-level-tiles.block-tiles .block-tiles__tile { position: relative; width: 100%; height: 0; padding-top: 100%; overflow: hidden; }

.top-level-tiles.block-tiles .block-tiles__tile::after { position: absolute; z-index: 1; content: ''; top: 0; left: 0; width: 100%; height: 100%; background: rgba(158, 32, 101, 0.7); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.top-level-tiles.block-tiles .block-tiles__tile:hover::after { opacity: 0; }

.top-level-tiles.block-tiles .block-tiles__tile:hover .tile__content { width: 80%; height: 80%; padding: 16px; background: rgba(0, 0, 0, 0.7); }

.top-level-tiles.block-tiles .block-tiles__tile:hover .tile__content .content__title { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.top-level-tiles.block-tiles .block-tiles__tile:hover .tile__content .button { opacity: 1; }

.top-level-tiles.block-tiles .block-tiles__tile .tile__image { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; }

.top-level-tiles.block-tiles .block-tiles__tile .tile__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: 50%; left: 50%; width: 100%; height: 100%; -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); z-index: 10; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.top-level-tiles.block-tiles .block-tiles__tile .tile__content .content__title { 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; min-height: 72px; margin: 0; text-align: center; color: white; -webkit-transform: translateY(25%); -ms-transform: translateY(25%); transform: translateY(25%); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.top-level-tiles.block-tiles .block-tiles__tile .tile__content .button { opacity: 0; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }

/** BEGIN COMPONENT OVERRIDES HERE **/



.content-area h1{
  font-family: var(--font-headline);
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.content-area h2{
  font-family: var(--font-headline);
  font-size: 1.875rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.6;
  line-height: 1.2;
  margin: 3rem 0 1rem;
}

.content-area h3{
  font-family: var(--font-headline);
  font-size: 1.5625rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  line-height: 1.2;
  margin: 2rem 0 1rem;
}

.content-area p{
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-dark-shade);
  margin: 0 0 1.5rem;
}

.content-area .top-level-tiles.block-tiles{
  margin: 2rem 0 45px;
}

.content-area .top-level-tiles.block-tiles .block-tiles__tile{
  height: 12.625rem;
  padding-top: 0;
  width: 100%;
}

.content-area .top-level-tiles.block-tiles .block-tiles__tile::after{
  display: none;
}

.content-area .top-level-tiles.block-tiles .block-tiles__tile > a{
  display: block;
  position: relative;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.content-area .top-level-tiles.block-tiles .block-tiles__tile .tile__image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.content-area .top-level-tiles.block-tiles .block-tiles__tile .tile__title{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0.875rem 1.5rem;
  background: rgba(143, 181, 207, 0.9);
  color: var(--color-tertiary);
  font-family: var(--font-headline);
  font-size: 1.125rem;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.04rem;
  line-height: 1.2;
  transition: all 0.3s ease;
  z-index: 3;
}

.content-area .top-level-tiles.block-tiles .block-tiles__tile .tile__hover{
  position: absolute;
  inset: 0;
  background: rgba(143, 181, 207, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 3rem 1.5rem 1rem;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.content-area .top-level-tiles.block-tiles .block-tiles__tile .tile__hover p{
  margin: 0;
  color: var(--color-tertiary);
  font-family: var(--font-body);
  font-size: 0.9375rem;
  line-height: 1.4;
}

.content-area .top-level-tiles.block-tiles .block-tiles__tile:hover .tile__hover{
  opacity: 1;
}

.content-area .top-level-tiles.block-tiles .block-tiles__tile:hover .tile__title{
  top: 0.875rem;
  transform: translateY(0);
  background: transparent;
}

.content-area [data-accordion-group]{
  margin: 1.875rem 0 1.5rem;
}

.content-area [data-accordion] [data-control]{
  position: relative;
  background: var(--color-secondary);
  color: var(--color-tertiary);
  max-width: 100%;
  padding: 0.875rem 3rem 0.875rem 1rem;
  font-family: var(--font-body);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}

.content-area [data-accordion].open [data-control],
.content-area [data-accordion]:hover [data-control]{
  background: #8fb5cf;
  color: var(--color-tertiary);
}

.content-area [data-accordion] [data-control] i{
  position: absolute;
  right: 1rem;
  left: auto;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  font-size: 0.875rem;
  transition: transform 0.3s ease;
}

.content-area [data-accordion].open [data-control] i{
  transform: translateY(-50%) rotate(45deg);
}

.content-area [data-accordion] [data-content] p{
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-dark-shade);
  margin: 0;
}

.content-area [data-accordion] [data-content]{
  padding: 0 1rem;
}

.content-area [data-accordion].open [data-content]{
  padding: 1rem 0;
}

@media screen and (max-width: 767px){
  
  .content-area h1{
    font-size: 1.5rem;
  }
  .content-area h2{
    font-size: 1.375rem;
    margin-top: 2rem;
  }
  .content-area h3{
    font-size: 1.25rem;
  }
  .content-area .top-level-tiles.block-tiles .block-tiles__tile{
    margin-bottom: 1rem;
  }
}


/*! ======================
   CONTACT-FORM
   ======================= */
.contact-form{
  margin: 5rem auto 2rem;
}

.contact-form .contact-form__title{
  font-family: var(--font-headline);
  font-size: 2.5625rem;
  font-weight: 900;
  color: var(--color-light-shade);
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin: 0 0 1.25rem;
}

.contact-form .contact-form__form{
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.contact-form .contact-form__field{
  position: relative;
  margin-bottom: 10px;
}

.contact-form .contact-form__label{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-form .contact-form__field input,
.contact-form .contact-form__field textarea{
  width: 100%;
  padding: 0.625rem;
  font-family: var(--font-body);
  font-size: 0.875rem;
  background: var(--color-light-shade);
  border: none;
  outline: none;
  color: var(--color-dark-shade);
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

.contact-form .contact-form__field input{
  height: 2.125rem;
}

.contact-form .contact-form__field textarea{
  min-height: 7.75rem;
  resize: vertical;
  line-height: 1.5;
  font-family: var(--font-body);
}

.contact-form .contact-form__field input::placeholder,
.contact-form .contact-form__field textarea::placeholder{
  color: var(--color-dark-shade);
  font-family: var(--font-body);
  opacity: 1;
}

.contact-form .contact-form__field input:focus,
.contact-form .contact-form__field textarea:focus{
  outline: 2px solid #8fb5cf;
  outline-offset: 2px;
}

.contact-form .contact-form__submit{
  width: 100%;
  height: 3.625rem;
  margin-top: 0.625rem;
  background: #8fb5cf;
  color: var(--color-tertiary);
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 1.5rem;
  font-weight: var(--font-weight-normal);
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  transition: background 0.3s ease;
}

.contact-form .contact-form__submit:hover,
.contact-form .contact-form__submit:focus{
  background: var(--color-light-shade);
  outline: none;
}

@media screen and (max-width: 575px){
  .contact-form{
    padding: 1.5rem 1.5rem;
    max-width: 100%;
  }
  .contact-form .contact-form__title{
    font-size: 1.5rem;
  }
}



/** CUSTOM CSS **/

.button{
  padding: 15px 30px;
  color: var(--ButtonCTAFont, #FFF);
  font-family: var(--font-body);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}

.button.button--secondary{
  color: #000;
}

.button.button--secondary:hover{
  color: var(--color-light-shade);
}

.button.button--primary:hover{
  color: #000;
}

.button.button--tertiary:hover{
  background: #8FB5CF;
  color: var(--color-dark-shade);
}



/** 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: 13px;}

.header.header--1 .mobile{background: var(--color-secondary);}
.menu.menu--mobile{background: rgba(0,0,0,0.95);}
.menu.menu--mobile ul li a{font-size: 1.25rem; color: var(--color-light-shade); font-family: var(--font-headline);}
.menu.menu--mobile ul li li a{font-size: 1.125rem; text-transform: uppercase; font-family: var(--font-body); font-weight: 600; color: var(--color-primary);}



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

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

  .grid.grid-1x5--2 .grid__item .item__content .content__title,
  .grid.grid-1x5--2 .grid__item:hover .item__content .content__title{font-size: 1.25rem;}

  .reviews.reviews-full--1 .reviews-full__content{width: 100%; padding: 2.5rem 1.25rem; min-height: 0;}
  .reviews.reviews-full--1 .reviews-full__content .content__review{width: 100%;}

  .contact-form{padding: 1.5rem; margin-top: 0;}
  .contact-form .contact-form__title{font-size: 4vw;}

}


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

  .banner{height: 600px;}
  .banner-area.banner-area--1{padding: 0 7%;}

  .quicklinks{transform: translateY(0); margin: 2rem 0;}

  .feature.feature--1{margin: 2rem 0;}

  .footer.footer--1 #footer-two-pane{
    flex-direction: column;
    gap: 1.5rem;
  }
  .footer.footer--1 #footer-two-pane .footer-column{
    width: 100%;
  }

  .footer.footer--1{
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-block: 2.5rem;
  }
  .footer.footer--1 #footer-one-pane,
  .footer.footer--1 #footer-three-pane{
    width: 100%;
    justify-content: center;
  }
  .footer.footer--1 #footer-two-pane{
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .footer.footer--1 .phone-number,
  .footer.footer--1 .address{
    justify-content: center;
  }
  .footer.footer--1 .hours-list .hours-list__row{
    justify-content: center;
  }

  .inner-banner.inner-banner--1{margin-bottom: 2rem;}

}


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

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

  .banner{height: 500px;}
  .banner-area.banner-area--1{top: 62%;}



  .reviews.reviews-full--1 .reviews-full__content .content__review{width: 100%; padding: 1.5rem;}

  

}




/* ── WI Fence: "Why Ornamental Fencing is the Best Fit" comparison table ── */
.wif-fit-table{
  width: 800px;
  max-width: 100%;
  border-collapse: collapse;
  border: 2px solid #145da0;
  background: #ecf0f1;
  font-family: "Poppins", sans-serif;
  color: #1a2433;
  table-layout: fixed;
}
.wif-fit-table th,
.wif-fit-table td{
  text-align: left;
  vertical-align: top;
  padding: 28px 25px;
  border: 2px solid #145da0;
}
.wif-fit-table thead th{
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding-top: 22px;
  padding-bottom: 22px;
}
.wif-fit-table tbody th[scope="row"]{
  width: 27%;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.wif-fit-table tbody td{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width: 600px){
  .wif-fit-table,
  .wif-fit-table thead,
  .wif-fit-table tbody,
  .wif-fit-table tr,
  .wif-fit-table th,
  .wif-fit-table td{
    display: block;
    width: 100%;
  }
  .wif-fit-table thead{ display: none; }
  .wif-fit-table tbody th[scope="row"]{
    width: 100%;
    border-bottom: none;
    padding-bottom: 6px;
  }
  .wif-fit-table tbody td{ padding-top: 6px; }
}

/* Desktop: show the comparison table in landscape (transposed).
   Each body row becomes an equal-width column: row label on top acts as
   the column header, description sits beneath it. Mobile (<=600px) keeps
   the existing stacked layout above. */
@media screen and (min-width: 1320px){
  .wif-fit-table tbody th[scope="row"]{
    font-size: 1.25rem;
  }
  .wif-fit-table{
width: 1270px;
    max-width: none;
    display: block;
    table-layout: auto;
    border: none;              /* cell borders form the frame once collapse is off */
  }
  /* the original column headers don't map onto a transposed grid */
  .wif-fit-table thead{ display: none; }

  /* lay the body rows out side by side as equal-width columns */
  .wif-fit-table tbody{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 7px;
  }
  /* each row stacks its label (top) over its description (below).
     Fixed height makes every card uniform; match this to the grid card. */
  .wif-fit-table tbody tr{
    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: 505px;
  }
  .wif-fit-table tbody th[scope="row"],
  .wif-fit-table tbody td{
    width: 100%;
  }
  /* the label cell becomes the blue title rectangle */
  .wif-fit-table tbody th[scope="row"]{
    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;
    background: #8fb5cf;
    color: #fff;
    text-align: center;
  }
  /* description panel: the row icon sits behind the copy, dimmed by a black
     transparent overlay so the text stays readable (mimics the grid card).
     Grows to fill height so all columns bottom-align. */
  .wif-fit-table tbody td{
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: #1c2b3a;      /* dark base shown around the icon */
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.45;
  }
  /* the image fills the whole cell, like .grid-1x5--2 .item__image */
  .wif-fit-table tbody td .cell__image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
  }
  /* black transparent rectangle over the image for legibility */
  .wif-fit-table tbody td::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
  }
  /* copy rides above the overlay */
  .wif-fit-table tbody td .cell__copy{
    position: relative;
    z-index: 2;
    margin: 0;
    color: #fff;
  }
  /* collapse the doubled borders the new layout would create */
  .wif-fit-table tbody td{ border-top: none; }
  .wif-fit-table tbody tr + tr th[scope="row"],
  .wif-fit-table tbody tr + tr td{ border-left: none; }

.wif-fit-table th, .wif-fit-table td{
  border: none
}
.wif-fit-table tbody th[scope="row"] img{
  display: none !important;
}

.wif-fit-table tbody th[scope="row"]{
  height: 100px
}


}

@media screen and (max-width: 1320px){
.wif-fit-table tbody td .cell__image{
  display: none;
}
}
.inner-banner.inner-banner--1{
  margin-bottom: 1rem;
}



.blog-banner{
    margin-bottom: 12rem;
}


/** BLOG **/
.eds_news_Ozone.eds_subCollection_news{font-family:sans-serif;margin:30px 0 0}.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer>img{margin-bottom:0}.eds_news_Ozone.eds_subCollection_news.eds_template_Details_Article_Default .edn_mediaContainer{float:right;max-width:100%;margin:30px 0 10px}.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSummary{margin-bottom:-1.5rem}.eds_news_Ozone.eds_subCollection_news .edn_article .edn_readMoreButtonWrapper{text-align:left}.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment>div,.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment>div table td textarea,.eds_news_Ozone.eds_subCollection_news .article_comments .num_of_comment,.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer{border:none;margin-bottom:0}.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a span:before{color: var(--color-primary);}.eds_news_Ozone.eds_subCollection_news a{color: var(--color-primary); text-decoration:underline!important;}.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a span{color:#504e4e!important}.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a{background-color:#f8f8f8!important}.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment .add_article_box .submit,.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton{background: var(--color-primary);color:#fff;border:0;font-family:sans-serif;font-weight:700;font-size:.9375rem;padding:12px 20px 12px;text-decoration:none!important;}.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment .add_article_box .submit:hover,.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover{background:#092137;color:#fff}.eds_news_Ozone.eds_subCollection_news .article_pager a.active{background-color: var(--color-primary)}.eds_news_Ozone.eds_subCollection_news .article_pager a:hover{background-color:#81d581}.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment>div table td textarea,.eds_news_Ozone.eds_subCollection_news .article_pager,.eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling a{border-color:#413f3f!important}.eds_news_Ozone.eds_subCollection_news .article_pager a{border-left-color:#413f3f!important}.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleTitle{margin-top:5px;}.eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling a:hover,.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags>a{background-color: var(--color-primary)!important;border:solid 1px  var(--color-primary)}.eds_news_Ozone.eds_subCollection_news .article_pager a:hover{background-color: var(--color-primary)!important;border:solid 1px  var(--color-primary)}.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags{color:var(--color-primary)}.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags>a:hover{color: var(--color-primary)}.eds_news_Ozone.eds_subCollection_news .article_comments .num_of_comment{display:none}.eds_news_Ozone h1,.eds_news_Ozone h2,.eds_news_Ozone h3,.eds_news_Ozone h4,.eds_news_Ozone h5,.eds_news_Ozone h6{color:#000}.eds_news_Ozone.eds_subCollection_news .edn_articleTitle a{font-family:sans-serif;font-weight:700;font-size:1.75rem;color:#000;text-decoration:none!important}.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover{background:#367cc0}.eds_news_Ozone.eds_subCollection_news .edn_metaDetails,.eds_news_Ozone.eds_subCollection_news .edn_metaDetails .article_rating,.eds_news_Ozone.eds_subCollection_news .edn_metaDetails .edn_articleCategories,.eds_news_Ozone.eds_subCollection_news .edn_metaDetails a,.eds_news_Ozone.eds_subCollection_news .edn_metaDetails span,.eds_news_Ozone.eds_subCollection_news .edn_metaDetails span.current_rating,.eds_news_Ozone.eds_subCollection_news .edn_metaDetails time{font-size:.875rem}.eds_news_Ozone.eds_subCollection_news .edn_readMoreButtonWrapper{margin:15px 0 10px}#ChameleonGallery { display:none; }.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer img { margin-bottom:0; } .eds_news_Ozone h1, .eds_news_Ozone h2, .eds_news_Ozone h3, .eds_news_Ozone h4, .eds_news_Ozone h5, .eds_news_Ozone h6, .eds_news_Ozone th, .eds_news_Ozone .in_article_image .image_title { font-family:sans-serif; } .eds_news_Ozone h2 { font-size:1.75rem; color:#636363; text-transform:uppercase; font-weight:900; margin-bottom:20px; } .eds_news_Ozone h3 { font-weight:bold; } .eds_news_Ozone p { margin-bottom:1.5rem;font-size:16.667px;line-height:1.4 } .eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTitle { font-weight:700; font-size:1.953125rem; } .eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_article_gallery { display:none; }.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags > a{color:#fff!important}


.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTitle{
color: #000;
  font-size: 2.1875rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.0833333333;
  margin: 0 0 .25em 0;
  font-family: var(--font-headline);
}


.eds_news_Ozone p, .eds_news_Ozone.eds_subCollection_news li{
font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  color: #000;margin: 0 0 1.5rem;
 font-style: normal;
}
 
.eds_news_Ozone h2{
font-family: var(--font-headline);
font-size: 1.875rem;
  font-weight: 800;
  margin-bottom: 0.625rem;
  margin-top: 2rem;
  color: var(--color-primary);
}

 
.eds_news_Ozone h3{
font-family: var(--font-headline);
}
/*hover*/
.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover { background:#000; }
 
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails a:hover, .eds_news_Ozone.eds_subCollection_news a:hover { color:#000; }
 
.eds_news_Ozone.eds_subCollection_news .edn_articleTitle a:hover { color: var(--color-primary); }
.edn_metaDetails{display: none !important;}


.blog-feature__content{
    display: inline;
}

/** BLOG **/
.eds_news_Ozone.eds_subCollection_news{font-family:sans-serif;margin:30px 0 0}
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer>img{margin-bottom:0}
.eds_news_Ozone.eds_subCollection_news.eds_template_Details_Article_Default .edn_mediaContainer{float:right;max-width:100%;}
.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSummary{margin-bottom:-1.5rem}
.eds_news_Ozone.eds_subCollection_news .edn_article .edn_readMoreButtonWrapper{text-align:left}
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment>div,
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment>div table td textarea,
.eds_news_Ozone.eds_subCollection_news .article_comments .num_of_comment,
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer{border:none;margin-bottom:0}
.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a span:before{color: var(--color-primary);}
.eds_news_Ozone.eds_subCollection_news a{color: var(--color-primary);}
.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a span{color:#504e4e!important}
.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a{background-color:#f8f8f8!important}
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment .add_article_box .submit,
.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton{background: var(--color-primary);color:#fff;border:0;font-family:sans-serif;font-weight:700;font-size:.9375rem;padding:12px 20px 12px;text-decoration:none!important;}
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment .add_article_box .submit:hover,
.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover{background:#092137;color:#fff}
.eds_news_Ozone.eds_subCollection_news .article_pager a.active{background-color: var(--color-primary)}
.eds_news_Ozone.eds_subCollection_news .article_pager a:hover{background-color:#81d581}
.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment>div table td textarea,
.eds_news_Ozone.eds_subCollection_news .article_pager,
.eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling a{border-color:#413f3f!important}
.eds_news_Ozone.eds_subCollection_news .article_pager a{border-left-color:#413f3f!important}
.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleTitle{margin-top:5px;}
.eds_news_Ozone.eds_subCollection_news .article_pager.edn_articleScrolling a:hover,
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags>a{background-color: var(--color-primary)!important;border:solid 1px var(--color-primary)}
.eds_news_Ozone.eds_subCollection_news .article_pager a:hover{background-color: var(--color-primary)!important;border:solid 1px var(--color-primary)}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags{color:var(--color-primary)}
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags>a:hover{color: var(--color-primary)}
.eds_news_Ozone.eds_subCollection_news .article_comments .num_of_comment{display:none}
.eds_news_Ozone h1,
.eds_news_Ozone h2,
.eds_news_Ozone h3,
.eds_news_Ozone h4,
.eds_news_Ozone h5,
.eds_news_Ozone h6{color:#000}
.eds_news_Ozone.eds_subCollection_news .edn_articleTitle a{font-family:var(--font-headline);font-weight:700;font-size:1.75rem;color:#000;text-decoration:none!important}
.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover{background:#367cc0}
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails,
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails .article_rating,
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails .edn_articleCategories,
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails a,
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails span,
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails span.current_rating,
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails time{font-size:.875rem}
.eds_news_Ozone.eds_subCollection_news .edn_readMoreButtonWrapper{margin:15px 0 10px}
#ChameleonGallery { display:none; }
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer img { margin-bottom:0; }
.eds_news_Ozone h1, .eds_news_Ozone h2, .eds_news_Ozone h3, .eds_news_Ozone h4, .eds_news_Ozone h5, .eds_news_Ozone h6,
.eds_news_Ozone th, .eds_news_Ozone .in_article_image .image_title { font-family:sans-serif; }
.eds_news_Ozone h2 { font-size:1.75rem; color:#636363; text-transform:uppercase; font-weight:900; margin-bottom:20px; }
.eds_news_Ozone h3 { font-weight:bold; }
.eds_news_Ozone p { margin-bottom:1.5rem;font-size:16.667px;line-height:1.4 }
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTitle { font-weight:700; font-size:1.953125rem; }
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_article_gallery { display:none; }
.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags > a{color:#fff!important}

.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTitle{
  color: #000;
  font-size: 2.1875rem;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.0833333333;
  margin: 0 0 .25em 0;
  font-family: var(--font-headline);
}

.eds_news_Ozone p, .eds_news_Ozone.eds_subCollection_news li{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  color: #000;
  margin: 0 0 1.5rem;
  font-style: normal;
}

.eds_news_Ozone h2{
  font-family: var(--font-headline);
  font-size: 1.875rem;
  font-weight: 800;
  margin-bottom: 0.625rem;
  margin-top: 2rem;
  color: var(--color-primary);
  text-transform: capitalize;
}

.eds_news_Ozone h3{
  font-family: var(--font-headline);
}

/* hover */
.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover { background:#000; }
.eds_news_Ozone.eds_subCollection_news .edn_metaDetails a:hover,
.eds_news_Ozone.eds_subCollection_news a:hover { color:#000; }
.eds_news_Ozone.eds_subCollection_news .edn_articleTitle a:hover { color: var(--color-primary); }
.edn_metaDetails{display: none !important;}

.blog-feature__content{
  display: inline;
}

/* Blog article: image right, title + paragraphs wrap to the left */
.edn_article.edn_articleDetails .edn_mediaContainer {
  float: right;
  width: 40%;
  max-width: 400px;
  margin: 0 0 1.5rem 2rem;
}

.edn_article.edn_articleDetails .edn_mediaContainer img,
.edn_article.edn_articleDetails .edn_mediaContainer picture {
  width: 100%;
  height: auto;
  display: block;
}

.edn_article.edn_articleDetails .edn_articleTitle {
  margin-top: 0;
}

.edn_article.edn_articleDetails::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 578px) {
  .edn_article.edn_articleDetails .edn_mediaContainer {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 0 1.5rem;
  }
}

/* Inline blog images alternate: odd = left, even = right */
.blog-img{
  margin-bottom: 2rem;
}

.blog-img {
  width: 40%;
  max-width: 400px;
  height: auto;
  display: block;
  margin-bottom: 1.5rem;
}

.blog-img:nth-of-type(odd) {
  float: left;
  margin-right: 2rem;
  margin-left: 0;
}

.blog-img:nth-of-type(even) {
  float: right;
  margin-left: 2rem;
  margin-right: 0;
}

@media screen and (max-width: 578px) {
  .blog-img,
  .blog-img:nth-of-type(odd),
  .blog-img:nth-of-type(even) {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 0 1.5rem;
  }
}

.eds_news_Ozone p, .eds_news_Ozone.eds_subCollection_news li{
  color: #000;
  /* Body Text */
  font-family: var(--font-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTitle,
.eds_news_Ozone h2{
  color: #000;
  /* Inner H2 */
  font-family: var(--font-headline);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.eds_news_Ozone h3{
  color: #141414;
  /* Inner H3 */
  font-family: var(--font-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleSummary{
  margin-bottom: 0;
  padding: 0;
}

/* ============================================================
   SERVICE-AREA-BLOG
   ============================================================
   Map background + two side-by-side cards (Areas We Serve in
   dark blue, Recent Articles in light gray). Cards float right
   within container at lg+, stack centered below that.

   Host-site dependencies:
     --font-styled  — italic 900 display font
     --font-body    — body font
     --color-primary — accent color (used on city-link hover)
   Also needs the base .button / .button--primary /
   .button--secondary styles from your other site; the rules
   below only re-color them inside each card.
   ============================================================ */

.service-area-blog {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ededed;
}

.service-area-blog__map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  display: block;
}

.service-area-blog::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.service-area-blog .container {
  position: relative;
  z-index: 2;
  padding-block: 4rem;
}

.service-area-blog__cards {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  margin-left: auto;
  max-width: 55%;
}

.service-area-blog__card {
  min-width: 360px;
  min-height: 380px;
  padding: 36px 49px 45px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 0;
  box-sizing: border-box;
height: 380px;
}

.service-area-blog__card--areas {
background: #8fb5cf;
    color: var(--color-tertiary);
}


.service-area-blog__card--articles {
    background: var(--color-tertiary);
    color: var(--color-light-shade);
}

/* --- Card title --- */
.service-area-blog__title {

  font-weight: 900;
  letter-spacing: 0.045em;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 1.5rem;
}

.service-area-blog__card--areas .service-area-blog__title {
color: #000;
font-family: var(--font-headline);
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.72px;
text-transform: uppercase;
}

.service-area-blog__card--articles .service-area-blog__title {
    font-family: var(--font-headline);
    font-size: 1.375rem;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    line-height: 1.2;    color: var(--color-light-shade);
    margin: 0 0 1.25rem;
}

/* --- Cities list (two-column) --- */
.service-area-blog__list {
  list-style: disc;
  padding: 0;
  margin: 0 auto 12px;
  text-align: left;
  columns: 1;
  column-gap: 1.5rem;
  flex: 1 1 auto;
}

.service-area-blog__list li {
  margin-left: 1.25rem;
  margin-bottom: 0.1rem;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  break-inside: avoid;
  white-space: nowrap;
}

.service-area-blog__list li a {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  white-space: nowrap;
  color: #000;
}

.service-area-blog__list li a:hover {
  color: var(--color-primary);
}

/* --- Article cards (image + text pair) --- */
.service-area-blog__articles {
  flex: 1 1 auto;
  width: 100%;
  margin-bottom: 1rem;
}

.service-area-blog__article {
  display: block;
  width: 262px;
  height: 132px;
  text-decoration: none;
  color: inherit;
}

.service-area-blog__article + .service-area-blog__article {
  margin-top: 1rem;
}

.service-area-blog__article:hover .service-area-blog__article-text {
  color: #2e4362;
}

.service-area-blog__article-image {
  display: block;
  width: 100%;
  max-width: 262px;
  height: auto;
  aspect-ratio: 262 / 132;
  object-fit: cover;
  margin: 0 auto 1rem;
}

.service-area-blog__article-text {
font-family: var(--font-body);
    font-size: 1rem;
    font-weight: var(--font-weight-bold);
    color: var(--color-light-shade);
    line-height: 1.4;
    margin: 0;
    text-align: center;
  transition: color 0.2s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* --- Card button color overrides --- */
.service-area-blog__card--areas .button.button--secondary {
  color: #fff;
    background: var(--color-tertiary, #6b6b6b);
}

.service-area-blog__card--areas .button.button--secondary:hover {
    background: var(--color-secondary, #00abd8);
  color: #fff;
}

.service-area-blog__card--articles .button.button--primary {
    background:#fff;
  color: #000;max-height: 46px;
}

.service-area-blog__card--articles .button.button--primary:hover {
  background: var(--color-primary);

}

/* --- Responsive --- */
@media screen and (max-width: 991.98px) {
  .service-area-blog .container {
    padding-block: 2.5rem;
  }
  .service-area-blog__cards {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .service-area-blog__card {
    max-width: 360px;
    flex: 1 1 auto;
  }
}

@media screen and (max-width: 575.98px) {
  .service-area-blog__card {
    width: 100%;
    max-width: 360px;
    /* padding: 1.5rem; */
  }
  .service-area-blog__list {
    columns: 1;
  }
}

@media screen and (max-width: 375px) {
  .service-area-blog__card {
    max-width: 320px;
    min-width: 320px;
  }

  .service-area-blog__card{
    padding: 36px 30px 45px;
  }
}

/* Whole-tile clickable variant -- Learn More is now a <span> inside the wrapping <a> */
.grid.grid-1x5--2 .grid__item .item__content .content__hover span{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.6875rem;
  background: var(--color-tertiary);
  color: var(--color-light-shade);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s ease;
}

/* ----------------------------------
*
* EasyDNN Gallery
*
* ---------------------------------*/
.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: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border: none;
    box-shadow: none !important;
    border-radius: 0 !important;
    width: 100%;
    margin: 0 !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: rgb(184 184 184);
    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;
  }
  
  
  .eds_GravityGallery_Capsule .edg__gravityPortfolio_header .edg__gravityPortfolio_itemList li.edg__gravityPortfolio_active {
    background: #525252;
  }
  
  
  .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;
  }
  
  
  @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:none!important}
  

  /* Force minimum dimensions on the thumbnail wrapper */
.eds_GravityGallery_Capsule .edsgg__itemsListContainer {
    min-height: 300px; /* Adjust as needed */
    width: 100%;
}

/* Force minimum size on individual items */
.eds_GravityGallery_Capsule .edsgg__itemsListContainer .edsgg__itemContainer {
    min-width: 292px;
    min-height: 302px;
}

/* Ensure images fill their container */
.eds_GravityGallery_Capsule .edGP_thumbnail img {
    min-width: 100%;
    min-height: 100%;
}

.deck-features__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.eds_GravityGallery_Capsule .edGP_pagination > span > span{    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;padding: 15px 30px;
    color: var(--ButtonCTAFont, #FFF);
    font-family: var(--font-body);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
      background: #8FB5CF;    color: #000;
      margin-bottom: 4rem;    border-radius: 0;
}

.eds_GravityGallery_Capsule .edGP_pagination > span > span::before, .eds_GravityGallery_Capsule .edGP_pagination > span > span::after{
  color: var(--color-tertiary);
}

.eds_GravityGallery_Capsule .edGP_pagination > span:hover > span{
  background: var(--color-primary);
  color: #fff;
}

.footer .upper{
  padding-block: 49px;
}

.footer-top-pane .button.button--secondary:hover{
    background: #a9b4b7;
}

/* ── Spread top-level desktop nav evenly across the row (Figma node 1:2684) ── */
.menu.menu--desktop ul#nav-desktop{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.menu.menu--desktop ul#nav-desktop > li[data-depth="0"]{
  margin: 0;
  flex: 0 0 auto;
}
.menu.menu--desktop ul#nav-desktop > li[data-depth="0"] > a{
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.72px;
  font-weight: 400;
  white-space: nowrap;
}

/* Let <nav> fill the remaining row width so #nav-desktop's space-between
   has room to actually spread items across the bar. Keep the top phone/CTA
   cluster right-aligned at its existing content width. */
.header.header--3 .nav{ flex: 1; min-width: 0; }
.header.header--3 .nav .top{
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}

.header.header--3{
  min-height: 150px;
}


  @media screen and (min-width: 1201px) {
.header.header--3 .logo{
  top: -20px;
  position: relative;
}


.header.header--3.is-sticky .logo{
  top: 0;
  position: relative;
}



  .header.header--3.is-sticky .menu.menu--desktop ul#nav-desktop > li[data-depth="0"] {
    margin: 10px 45px 0;
    flex: 0 0 auto;
  }
  }


  .menu.menu--desktop ul li[data-depth="0"]:last-child ul[data-depth="0"] {
  left: auto;
  right: 0;
}
.header.header--3.is-sticky{
  min-height: 0;
}

.ModTritonBlogFeedC{
  padding: 0 50px;
}

.service-area-blog__card--areas {
  background: #8fb5cf;
  color: var(--color-tertiary);
  padding: 42px 30px 41px;
}

.service-blog__text{
  margin-bottom: 10px;
  line-height: 1.5;
}

.service-area-blog__title{
  margin-bottom: 15px;
}

.content-area h1{
  color: #000;
/* font-family: "League Spartan"; */
font-size: 35px;
font-style: normal;
font-weight: 900;
line-height: normal;
letter-spacing: 0.7px;
text-transform: uppercase;
}

.content-area [data-accordion] [data-control]{
  font-weight: 500;
}

.gallery.gallery-1x4--2 {
  padding-block: 65px 100px;
}

  @media screen and (min-width: 767px) {
.service-area__list{
  columns: 3;
}

  }

  .content-area .top-level-tiles.block-tiles .block-tiles__tile{
    margin-bottom: 2rem;
  }


 [data-accordion] [data-control] img {
    position: absolute;
    left: auto;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 0;
    z-index: 1;    pointer-events: none;
}


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

  } 





    @media screen and (max-width: 992px){
    .header.header--3 .mobile .button.button--secondary{
      background: #000; color: #fff;
    }

     .banner-area.banner-area--1 {
    text-wrap: balance;
  }

  .reviews.reviews-full--1 .reviews-full__image{
    display: none;
  }
  .gallery.gallery-1x4--2.home-gallery {
  padding-block: 65px 50px;
}

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





    @media screen and (max-width: 768px){
    .feature--1 .feature__title{
      text-wrap: balance;
    }

    .grid.grid-1x5--2 {
  padding-block: 10px;
}



.grid.grid-1x5--2 .grid__item .item__content .content__hover, .grid.grid-1x5--2 .grid__item .item__content .content__hover {
  opacity: 1;
  max-height: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.grid.grid-1x5--2 .grid__item .item__content .content__hover p {
  opacity: 1;
}


.grid.grid-1x5--2 .grid__item .item__content .content__title, .grid.grid-1x5--2 .grid__item:hover .item__content .content__title {
  padding: 1rem 1rem 0;


  } 

  .grid.grid-1x5--2 .grid__item .item__content .content__hover p{
    align-items: start;padding: 0.5rem 0.25rem 2rem;
  }
  .grid.grid-1x5--2 .grid__item, .grid.grid-1x5--2 .grid__item:nth-child(4), .grid.grid-1x5--2 .grid__item:nth-child(5){
    height: auto;
  }
.gallery.gallery-1x4--2 .gallery__title{
  text-wrap: balance;
}


.gallery.gallery-1x4--2 .gallery__subtitle {
  padding: 0;
text-wrap: balance;
}

  .reviews.reviews-full--1 .reviews-full__content{width: 100%; padding: 2.5rem 1.25rem; min-height: 0;}
    }




    @media screen and (max-width: 578px){
    .ModTritonBlogFeedC{
      padding: 0;
    }
  } 





   @media screen and (min-width: 1380px)  {
.menu.menu--desktop ul#nav-desktop > li[data-depth="0"] {
  margin: 10px -80px 0;
  flex: 0 0 auto;
}
   }

   .header .mobile .mobile__grid-item{
    gap: 5px;
   }


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


.header.header--3 .mobile .button {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-size: 10px;
}

  .header.header--3 .col-12 {
    padding: 0 10px;
  }

     }

     

  @media screen and (max-width: 1215px) and (min-width: 992px){
.grid.grid-1x5--2 .grid__item .item__content .content__title, .grid.grid-1x5--2 .grid__item:hover .item__content .content__title{
  font-size: .9rem;
}

.grid.grid-1x5--2 .grid__item .item__content .content__hover p{
padding: 0.5rem 0.25rem;
}

.grid.grid-1x5--2 .grid__item .item__content .content__title, .grid.grid-1x5--2 .grid__item:hover .item__content .content__title{
  height: auto;
}
  }

      @media screen and (max-width: 350px){
.footer-copyright-bar .col-12 ul li a, .footer-copyright-bar .col-12 ul li span, .footer-copyright-bar .col-12 ul li{
  font-size: .7rem;
}
      }

  
  @media screen and (max-width: 1258px) and (min-width: 578px){
.inner-banner.inner-banner--1 .page-title.page-title-text-middle-left {
  padding-left: 1rem;
}
  }

/* ── Inner banner: layer the page title on top of the banner image at ≤991px ── */
@media screen and (max-width: 991px){
  .inner-banner.inner-banner--1{
    position: relative;
    height: 500px;
  }
  /* Show the foreground image as a full-bleed backdrop behind the text */
  .inner-banner.inner-banner--1 .banner-image{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .inner-banner.inner-banner--1 .banner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  /* Dark scrim for legibility of the white title/copy over the photo */
  .inner-banner.inner-banner--1::after{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,0.70) 0%, rgba(0,0,0,0.45) 55%, rgba(0,0,0,0.20) 100%);
    z-index: 1;
    pointer-events: none;
  }
  /* Lift the container above the image + scrim */
  .inner-banner.inner-banner--1 .container{
    position: relative;
    z-index: 2;
    height: 100%;
    padding-block: 2.5rem;
  }
  /* Re-center the page title on top of the image */
  .inner-banner.inner-banner--1 .page-title.page-title-text-middle-left{
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    max-width: 100%;
    padding-right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}


  @media screen and (max-width: 890px) and (min-width: 767px){
.content-area .top-level-tiles.block-tiles .block-tiles__tile {
  height: 20.625rem;
}
  }


    @media screen and (max-width: 767px) {
.content-area .top-level-tiles.block-tiles .block-tiles__tile {
  height: 15.625rem;
}

.reviews.reviews-full--1 .reviews-full__content .content__buttons{
  justify-content: center;
}

.reviews.reviews-full--1 .reviews-full__content .content__title{
  text-align: center;
}

.content-area .top-level-tiles.block-tiles .block-tiles__tile .tile__title {
  top: 0.875rem;
  transform: translateY(0);
  background: transparent;
}

.content-area .top-level-tiles.block-tiles .block-tiles__tile .tile__hover {
  opacity: 1;
}

.inner-banner.inner-banner--1 {
  margin-bottom: 3rem;
}

.content-area .top-level-tiles.block-tiles .block-tiles__tile .tile__title{
  padding: 1.875rem 1.5rem;
}

.service-area__list{
  columns: 2;
}
    }

    @media screen and (max-width: 578px){
.inner-banner.inner-banner--1 .page-title.page-title-text-middle-left{
  text-align: center;
  padding: 0 1rem;
}


.inner-banner.inner-banner--1 .page-title__list{
  text-align: left;
}

 .inner-banner.inner-banner--1 .page-title.page-title-text-middle-left {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .content-area h1 {
  font-size: 1.6rem;
}
    }


    .eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTitle, .eds_news_Ozone h2{
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.6px;
text-transform: uppercase;
    }

/* ==============================================================
   "Fence" hover for .button--primary
   Color fills bottom -> top on hover (putting the fence up),
   then drains top -> bottom on mouse-off (taking it down).
   ============================================================== */
.button.button--primary {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.button.button--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--color-secondary, #00abd8);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  /* mouse-off: collapse toward the top, so it drains top -> bottom */
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
}

/* keep the base background primary so the fill comes purely from ::before */
.button.button--primary:hover {
  background: var(--color-primary, #9e2065);
}

.button.button--primary:hover::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  /* hover: grow up from the bottom, like building a fence */
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

/* shared fence base for secondary + tertiary */
.button.button--secondary,
.button.button--tertiary {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.button.button--secondary::before,
.button.button--tertiary::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  /* mouse-off: collapse toward the top, so it drains top -> bottom */
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
}

.button.button--secondary:hover::before,
.button.button--tertiary:hover::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  /* hover: grow up from the bottom, like building a fence */
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

/* secondary: fill with primary, keep base background while it builds */
.button.button--secondary::before {
  background: var(--color-primary, #9e2065);
}

.button.button--secondary:hover {
  background: var(--color-secondary, #00abd8);
}

/* tertiary: fill with its hover blue, keep base background while it builds */
.button.button--tertiary::before {
  background: #8FB5CF;
}

.button.button--tertiary:hover {
  background: var(--color-tertiary, #6b6b6b);
}


.footer-top-pane .button.button--secondary::before {
  background: #a9b4b7;
}

.footer-top-pane .button.button--secondary:hover {
  background: #a9b4b7
}

/* ==============================================================
   "Fence" hover for the news read-more button (same as --primary).
   Full selector used so it overrides the scattered hover rules above.
   ============================================================== */
.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--color-secondary, #00abd8);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  /* mouse-off: collapse toward the top, so it drains top -> bottom */
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
}

/* keep the base background primary so the fill comes purely from ::before */
.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover {
  background: var(--color-primary, #9e2065);
  color: #000;
}

.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover::before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  /* hover: grow up from the bottom, like building a fence */
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}


@media screen and (max-width: 400px){
.feature--1 .feature__uvp{
  font-size: .8rem;
}
}


  @media screen and (max-width: 767px) and (min-width: 576px){
.grid.grid-1x5--2 .grid__item .item__content .content__title, .grid.grid-1x5--2 .grid__item:hover .item__content .content__title{
  font-size: 1.35rem;
}
  }

  .content-area h2{
    margin-top: 5rem;
  }

.inner-banner.inner-banner--1.small-banner{
  height: 300px;
}

 @media screen and (max-width: 576px) {
.inner-banner.inner-banner--1.small-banner{
  height: 200px;
}

.inner-banner.inner-banner--1.small-banner .page-title.page-title-text-middle-left{
  position: relative;
}

.feature--1 .feature__buttons .button{
  width: 100%;
}

.gallery.gallery-1x4--2 .gallery__buttons .button{
  width: 100%;
}

.gallery.gallery-1x4--2 .gallery__buttons{
  gap: 1rem;
}
 }


 .review-btns img {
    margin-right: 10px;
    width: 40px;
}

.review-btns img:hover {
filter: invert(71%) sepia(11%) saturate(875%) hue-rotate(161deg) brightness(98%) contrast(85%);
}


@media screen and (min-width: 1201px){
.menu.menu--desktop ul#nav-desktop > li[data-depth="0"] > a {
  padding: 10px 0 10px 2rem;

}
}

/* Widen the 5-up grid gap to 23px without wrapping.
   Each item must give back (4/5 * gap) = 18.4px so 5 still fit per row. */
@media screen and (min-width: 1201px){
  .grid.grid-1x5--2 .grid__row{
    gap: 23px;
  }
  .grid.grid-1x5--2 .grid__item{
    width: calc(20% - 18.4px);
  }

}

@media screen and (min-width: 1350px){
  .gallery.gallery-1x4--2 .gallery__image {
  height: 306px;
}
}

.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer{
  padding: 16px;
}

@media screen and (min-width: 1201px){
  .content-area .top-level-tiles.block-tiles .block-tiles__tile .tile__title{
    max-width: fit-content;
  margin: 0 auto;
  padding: 18px 22px;
  font-size: 20px;
  }
}

/* Accordion plus/close icon: recolor the white SVG to black */
[data-accordion] [data-control] img{
  -webkit-filter: brightness(0);
  filter: brightness(0);
}


.banner .banner-image{
  opacity: 0.6;
}



/* Gallery Tiles */
.gallery-tiles {
  row-gap: 30px;
  margin-bottom: 100px;
}

.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: 270px;
  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(--color-primary);
}

.gallery-tile__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  z-index: -1;
  transition: opacity .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-body);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.25rem;
  transition: color 1s ease;
}

.gallery__details {
  position: absolute;
  bottom: 0;
  text-align: left;
  width: 100%;
  padding: 1rem 20px;
  transition: max-height 1.5s ease, opacity 1s ease, background .5s ease;
  z-index: 1;
}

.gallery-tiles__tile:hover .gallery__details {
  background: rgb(0, 0, 0, .65);
}

.gallery-tiles__tile .content-hover {
  max-height: 0;
  opacity: 0;
  transition: max-height .5s ease, opacity .3s ease;
  display: flex;
  justify-content: end;
}

.gallery-tiles__tile:hover .content-hover {
  max-height: 1.5rem;
  opacity: 1;
}

.view-gallery-button {
  transition: all .3s ease;
  text-align: left;
  color: #fff;
  transform: translateY(5%);
  font-size: 1.15rem;
}

.gallery-tiles__tile:hover .view-gallery-button {
  max-height: 50px;
  opacity: 1;
  transform: translateY(0);
}

.gallery-tiles__tile:hover .view-gallery-button:hover {
  color: var(--color-primary);
}

@media screen and (max-width: 576px) {
  .gallery-tiles__tile {
    height: 250px;
  }
  .gallery-tiles__tile .gallery__details {
    background: rgb(0, 0, 0, .65);
  }
  .gallery-tiles__tile .content-hover {
    max-height: 1.5rem;
    opacity: 1;
  }
}

.header.header--3.is-sticky .menu.menu--desktop ul#nav-desktop > li[data-depth="0"] > a {
  padding: 10px 0;
}

.wif-fit-table tbody th[scope="row"] img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 0.75rem; 
}

.wif-fit-table tbody th[scope="row"]{
  text-transform: uppercase;
}