@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

:root {
  --color-primary: #e0b94f;
  --color-brown: #866027;
  --color-secondary: #9c9c9c;
  --color-tertiary: #ffffff;
  --color-light-shade: #e6e6e6;
  --color-dark-shade: #222;
  --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: sans-serif;
  --font-body: sans-serif;
  --font-weight-normal: 400;
  --font-weight-bold: 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%);
}

.ContactBG {
  background-color: rgb(224, 185, 79);
  position: absolute;
  left: 1155px;
  top: 65px;
  width: 245px;
  height: 45px;
  z-index: 196;
}


/*! ---------------------------------------------------------
	
	* 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{text-wrap:balance;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,#e6e6e6);padding:10px 15px}.content-area img{max-width:100%;height:auto}/*! ---------------------------------------------------------
	
   * 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;}.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-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:-1;object-fit:cover}.transform-center{-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.p-0,.row.p-0>*{padding:0}.row.p-0{margin-left:0;margin-right:0}.tile-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}/*! ---------------------------------------------------------
	
	* COMPONENTS
	
------------------------------------------------------------*/.banner{position:relative;width:100%;height:750px}@media screen and (max-width:767px){.banner{height:40vh;min-height:450px;max-height:500px}}.banner-image{width:100%;height:100%;z-index:0;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)}.footer{background:var(--color-light-shade)}.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:#000}.footer .footer-column .list{list-style:none;padding-left:0;margin:0 0 1rem}.footer .footer-column .list.list--inline li{display:inline-block}.footer .footer-column .list.list--col-2{-webkit-columns:2;-moz-columns:2;columns:2}.footer .footer-column .list.list--col-3{-webkit-columns:3;-moz-columns:3;columns:3}.footer .footer-column .list li{margin-bottom:.5rem;font-size:1.05rem}.footer .footer-column .list li a{color:var(--color-dark-shade)}.footer .footer-column .list li a:hover{color:#000;text-decoration:underline}.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:#000}.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:141px;height:auto}.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{padding-inline:1rem;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}.header .mobile .mobile__toggle .fa-bars{color:#fff}.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:var(--color-light-shade,#e6e6e6);border-top:2px solid #fff;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 20px}.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:var(--color-primary);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;background:var(--color-secondary);padding:2.25rem 0 1.5rem;min-height:485px;color:#fff;text-align:center}@media screen and (min-width:992px){.formwrap{margin:0 0 2.5rem auto}}.formwrap .form-title{font-size:clamp(2.25rem,4vw,2.875rem);margin:0 0 1.25rem;line-height:1;text-align:center}/*! === 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:5px}[data-accordion-group]{margin-bottom:1.5rem}[data-accordion-group] [data-accordion]{margin-bottom:5px}[data-accordion-group] [data-accordion]:last-of-type{margin:0}[data-accordion] [data-control]{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;z-index:3;padding:.5rem 1rem .5rem 2.85rem;min-height:50px;color:#fff;background:var(--color-tertiary);max-width:600px;font-weight:700;font-family:var(--healine-font);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-size:1.125rem}[data-accordion] [data-control] img{position:absolute;margin-right:15px;left:15px;top:50%;-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);z-index:-1;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out;width:1.438rem;height:1.25rem;margin-top:0}[data-accordion].open [data-control],[data-accordion]:hover [data-control]{background:var(--color-primary)}[data-accordion].open [data-control] img{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}[data-accordion-group].read-more{margin-bottom:1.5rem}[data-accordion-group].read-more>[data-accordion]>[data-control]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-width:200px;margin:0 auto;text-align:center}[data-accordion-group].read-more>[data-accordion]>[data-control]::before{display:none}/*! === SWIPER JS === */.swiper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;--swiper-theme-color:var(--color-dark-shade);--swiper-navigation-size:2rem}@media(max-width:768px){swiper-container::part(button-next),swiper-container::part(button-prev){display:none}}@media(min-width:769px){swiper-container::part(pagination){display:none}}/*! === fSLIGHTBOX === */html.fslightbox-open{overflow:initial}.fslightbox-fade-in-strong iframe{display:block!important}.fslightbox-source{display:block!important;height:auto!important;max-width:900px}/*! === LAZYLOAD === */.lazyload,.utm-form{opacity:0;-webkit-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out}.loaded{opacity:1}.lazyload[data-was-processed=true]{opacity:1}header .user-controls{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0;margin-left:-1rem;margin-right:-1rem}header .user-controls li{padding:0 1rem}footer .disclaimer{font-size:12px;font-size:.75rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;margin-left:-1rem;margin-right:-1rem}footer .disclaimer li{position:relative;padding:0 1rem}footer .disclaimer li+li:before{content:"";position:absolute;top:0;left:0;bottom:0;width:1px;background-color:#fff}
/*!
* MODIFY ONLY COLORS & FONTS ABOVE
* Add/Edit all other custom styles below.
*/

/*! ==  BUTTONS == */
.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 0.3s ease;
  transition: all 0.3s ease;
}
.button.button--primary {
  background: var(--color-primary);
}
.button.button--primary:hover {
  background: var(--color-secondary);
}
.button.button--secondary {
  background: var(--color-secondary);
}
.button.button--secondary:hover {
  background: var(--color-primary);
}
.button.button--tertiary {
  background: var(--color-tertiary);
}
.button.button--tertiary:hover {
  background: var(--color-dark-shade);
  color: var(--color-primary);
}


/*! == CONTENT AREA == */
.content-area img {
  max-width: 100%;
  height: auto;
}
.content-area h1 {
  color: var(--color-primary);
  margin-bottom: 24px;
}
.content-area h2 {
  color: #866027;
  font-family: "Libre Baskerville", serif;
  font-size: 23px;
  margin-top: 2rem;
}
.content-area h3 {
  margin: 3.125rem 0 1.25rem;
}
.content-area li {
  margin-bottom: 0.7rem;
}
.content-area li a,
.content-area p a {
  text-decoration: underline;
  font-weight: var(--font-weight-bold);
}


/*! == GLOBAL FEATURE STYLES == */
.feature {
  position: relative;
}
.feature .container,
.feature .row {
  height: 100%;
}
.feature .row {
  row-gap: 1.875rem;
}
.feature .feature__title {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  line-height: 1.2;
  margin: 0 0 0.35rem;
}
.feature .feature__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;
}

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

@media screen and (min-width: 992px) {
  .feature .feature__buttons {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** BEGIN COMPONENT OVERRIDES HERE **/


/* ---------------------------------------------------------
  
  * Filename:			  banner-area-3.scss
  * Description: 		Define the layout styles for banner-area-3
  * Version:				1.0.2
  * Last Modified:  4.11.2019
  
------------------------------------------------------------*/
.banner { position: relative; width: 100%; height: 800px; background-size: cover; background-position: center; background-repeat: no-repeat; }

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

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

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

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

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

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

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

/** BEGIN COMPONENT OVERRIDES HERE **/

/* ---------------------------------------------------------
	
	* Filename:			  grid-1x5--1.scss
	* Description: 		Define the layout for grid-1x5--1
  * Version:				1.0.0
  * Last Modified:  5.29.2019
	
------------------------------------------------------------*/
.grid.grid-1x5--1 { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: auto; }

.grid.grid-1x5--1 .grid__title { text-align: center; }

.grid.grid-1x5--1 .grid__row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; width: 100%; }

@media screen and (max-width: 1199px) { .grid.grid-1x5--1 .grid__row { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

.grid.grid-1x5--1 .grid__item { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 300px; width: 20%; min-width: 220px; box-sizing: border-box; background: rgba(0, 0, 0, 0.3); overflow: hidden; }

@media screen and (max-width: 1199px) { .grid.grid-1x5--1 .grid__item { height: 250px; width: 25%; } }

@media screen and (max-width: 1199px) { .grid.grid-1x5--1 .grid__item { height: 250px; width: 33.333333333%; } }

@media screen and (max-width: 767px) { .grid.grid-1x5--1 .grid__item { width: 50%; } }

@media screen and (max-width: 575px) { .grid.grid-1x5--1 .grid__item { width: 100%; } }

.grid.grid-1x5--1 .grid__item::after { position: absolute; z-index: 9; content: ''; top: 0; left: 0; width: 100%; height: 100%;
   background: #866027; opacity: 0; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; }

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

.grid.grid-1x5--1 .grid__item:hover .item__content .content__hover { max-height: 200px; opacity: 1; }

.grid.grid-1x5--1 .grid__item .item__image { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.grid.grid-1x5--1 .grid__item .item__content { position: relative; z-index: 10; 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; width: 100%; height: 100%; padding: 20px; text-align: center; color: white; }

.grid.grid-1x5--1 .grid__item .item__content .content__title { margin-bottom: 0; }

.grid.grid-1x5--1 .grid__item .item__content .content__title h3 { margin: 0; }

.grid.grid-1x5--1 .grid__item .item__content .content__hover { max-height: 0; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; opacity: 0; }

.grid.grid-1x5--1 .grid__item .item__content a { font-size: 16.667px;
  font-family: "Libre Baskerville", serif;
  color: rgb(255, 255, 255); }

/** BEGIN COMPONENT OVERRIDES HERE **/

/* ---------------------------------------------------------
	
	* Filename:			  feature-5.scss
	* Description: 		Define the layout for feature-5
  * Version:				1.0.0
  * Last Modified:  4.11.2019
	
------------------------------------------------------------*/
.feature.feature--5 { position: relative;  }

@media screen and (max-width: 767px) { .feature.feature--5 { height: auto; } }

@media screen and (max-width: 575px) { .feature.feature--5 { padding: 0 10px; } }

.feature.feature--5 div[class^="container"], .feature.feature--5 div[class^="row"] { height: 100%; }

.feature.feature--5 div[class^="col"].absolute { position: absolute; height: 100%; }

.feature.feature--5 div[class^="col"].absolute.absolute--left { left: 0; padding-left: 0; }

@media screen and (max-width: 767px) { .feature.feature--5 div[class^="col"].absolute { position: relative; right: initial; padding: initial; } }

.feature.feature--5 .feature__image { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.feature.feature--5 .feature__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; height: 100%; }

/** BEGIN COMPONENT OVERRIDES HERE **/


.Elite_Building_Starts_With_Trust {
  font-size: 54px;
  font-family: "LibreBaskerville";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  left: 196.642px;
  top: 329.183px;
  z-index: 187;
}


.banner-area.banner-area--3 .banner-area__title{
  font-size: 54px;
  color: rgb(0, 0, 0);
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}


.Your_partner_for_construction_progress_inspecti {
  font-size: 16.667px;
  font-family: "Arial";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: left;
  position: absolute;
  left: 197px;
  top: 468.108px;
  z-index: 188;
}


.banner-area.banner-area--3 .banner-area__text{
  font-family: "Almarai", sans-serif;  color: rgb(0, 0, 0);  font-size: 16.667px;
}



.banner-area.banner-area--3 span{
  color: rgb(67, 66, 66);  font-size: 14.583px;  font-family: "Almarai", sans-serif;   text-transform: uppercase; font-weight: 600;
}

.button {
  text-align: center;
  font-size: 1.171875rem;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none !important;  font-family: "Libre Baskerville", serif;
}

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

#top-right-pane ul li {
  padding: 0 3px;
  font-size: 18.75px;
  font-family: "Almarai", sans-serif;
  color: rgb(0, 0, 0);
}

#top-right-pane ul li a {
  font-size: 18.75px;
  font-family: "Almarai", sans-serif;
  color: rgb(0, 0, 0);
}


#top-left-pane ul, #top-right-pane ul {
    display: flex
;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}



.header.header--2 .top{
  background: #e6e6e6;
}

.banner{
  margin-top: 143px;
  height: 744px;
  /* margin-bottom: 4rem; */
}

.grid.grid-1x5--1{
  margin-top: 7rem;

}


.grid.grid-1x5--1 .grid__title{
  font-family: "Libre Baskerville", serif;  font-size: 33.333px;
  margin-bottom: 2rem;
}

.feature [data-accordion-group] [data-accordion] {
  border-bottom: 2px solid #fff;
}


[data-accordion] [data-control] {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  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;
  background: grey;
  color: #fff;
}

.feature [data-accordion] [data-control] {
  background: transparent;
  font-size: 1.302rem;
  font-weight: 300;
  color: #fff;
  position: relative;
  padding: 10px 0;
}


.feature [data-accordion] [data-control]::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url(/portals/0/plus-light.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 0;
}

[data-accordion-group] [data-accordion] [data-content] {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 350ms ease;
  transition: max-height 350ms ease;
}

.feature [data-accordion-group] {
  max-width: 390px;
  /* margin: 2rem auto 0; */
}

.feature.feature--5 .feature__content {
  padding: 100px 0 100px 7%;
}


@media (min-width: 768px) {
  .offset-md-6 {
      margin-left: 50%;
  }
}


.feature.feature--5 div[class^="col"].absolute.absolute--left {
  left: 0;
  padding-left: 0;
}

.feature.feature--5 div[class^="col"].absolute {
  position: absolute;
  height: 100%;
}


@media (min-width: 768px) {
  .col-md-6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
}
.acc-feature-5{
  background: #000;       margin: 10rem 0 4rem;
}


.acc-feature-5 .feature__content h2{
  color: #fff;
}


.acc-feature-5 img{
  border-radius: 50px;
  position: relative;
    top: -5rem;
    max-width: 100%;
}

.feature.feature--5 div[class^="col"].absolute.absolute--left img{
  border-top-right-radius: 50px;   /* ← curve only this corner */
  border-bottom-right-radius: 50px;/* ← and this one          */
}

.feature.feature--5.my-5 .feature__content{
  background-image: url("/portals/0/Transparent logo w title.jpg");
  background-size: contain;   /* use “cover” if you want it to fill + crop */
  background-repeat: no-repeat;
  background-position: center;
}

[data-accordion-group] [data-accordion] [data-content] p{
  color: #fff;
}
.footer{
  background: -moz-linear-gradient( 90deg, rgb(150,96,27) 0%, rgb(232,186,43) 100%);
  background: -webkit-linear-gradient( 90deg, rgb(150,96,27) 0%, rgb(232,186,43) 100%);
  background: -ms-linear-gradient( 90deg, rgb(150,96,27) 0%, rgb(232,186,43) 100%);
}
/* ---------------------------------------------------------
  
  * 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: 70%; left: 15%; width: 100%; text-align: left; -webkit-transform: translatey(-50%); -ms-transform: translatey(-50%); transform: translatey(-75%); 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-page-intro{
  display: flex
  ;
      justify-content: center;
      align-items: center;    margin-bottom: 5rem;    margin-top: 1rem;
}

.content-area h1{
  font-size: 29px;
  font-family: "Libre Baskerville", serif;
  color: rgb(0, 0, 0);

}

.footer .footer-column .title a{
  font-size: 18px;  font-family: "Libre Baskerville", serif;  color: rgb(255, 255, 255);
}


.footer .footer-column .list li a{
  font-size: 18px;    font-family: "Almarai", sans-serif;   color: rgb(255, 255, 255);
}

.footer .footer-column .title a, .footer .footer-column .list li a{
  white-space: nowrap;
}


.footer--upper{
	display: flex
	;
  padding-bottom: 3rem;
		justify-content: center;
		flex-direction: column;
		align-items: center;background: #e6b82b;
	}
	.footer--upper h3{
		text-align: center;		font-size: 29px;		color: rgb(0, 0, 0);font-family: "Libre Baskerville", serif;    padding-top: 3rem;
	}

  .footer--upper .button.button--secondary{
    background: #000;
  }


  #footer-four-pane .button.button--secondary{
background: #fff; color: #000;
  }


  .inner-banner{
    margin-bottom: 6rem;
    margin-top: 143px;
  }


  .page-title.page-title-text-middle-left .page-title__text {
    font-size: 46px;
    font-family: "Libre Baskerville", serif;
    color: rgb(255, 255, 255);
}

.page-title.page-title-text-middle-left ul li{
  font-family: "Libre Baskerville", serif;
  font-size: 27px;
  color: rgb(255, 255, 255);
  line-height: 3;
}


.how-it-works {
  /* Full-width background image */
  background: url('/portals/0/how-it-works.jpg') center / cover no-repeat;

  /* Optional padding so content isn’t flush with the edges */
  padding: 4rem 2rem;
  color: #fff;           /* ensures the heading stays readable */
}

.how-it-works-box {
  font-size: 18.75px;
  width: 100%;
  max-width: 280px;
  height: 359px;
  background: rgb(255, 255, 255); /* translucent overlay */
  border-radius: 12px;
  margin: 1rem 4rem;
  text-align: center;
}
.how-it-works-box p{
  color: #000;padding: 0 2rem;
}
.TritonBlogIntro {
  margin-bottom: 1.5rem;
}

.triton-blog-feed .triton-blog-feed-article .image {
  width: 500px !important;
  height: 250px !important;
  max-width: 100%;
}

.triton-blog-feed-article .title {
  margin: 1rem 0;
}

.summary p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.readMoreBlog {
  display: inline;
  text-decoration: underline;
  font-size: 16.667px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--color-primary);
}


@media screen and (min-width: 991px) {
  .triton-blog-feed .col-sm-6:first-child .triton-blog-feed-article {
      margin-left: 3rem;
  }
}

.blog-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 6rem;
}

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

.triton-blog-feed .triton-blog-feed-article:hover h3 {
  color: var(--color-primary);
}

.TritonBlogIntro{
  font-size: 27px;
  margin-top: 3rem;
  /* color: rgb(255, 255, 255); */
  font-family: "Libre Baskerville", serif;
}


@media (max-width: 576px) {
  .triton-blog-feed .triton-blog-feed-article {
      margin-bottom: 2rem;
  }
}

/*! Ozone.css */
.eds_news_Ozone{margin-bottom:5rem}.eds_news_Ozone .edn_clearFix:after{display:table;content:"";clear:both;width:100%}.eds_news_Ozone.eds_subCollection_news::after{display:block;content:"";clear:both;font-size:0;line-height:0;height:0}.eds_news_Ozone.eds_subCollection_news .fa{line-height:1}.eds_news_Ozone.eds_subCollection_news .edn_article .edn_articleTitle{margin-block:5px;text-wrap:balance}.eds_news_Ozone.eds_subCollection_news .edn_article h1.edn_articleTitle{margin-block:5px 1rem}.eds_news_Ozone.eds_subCollection_news .edn_articleTitle a{color:var(--color-primary)}.eds_news_Ozone.eds_subCollection_news .edn_articleTitle a:hover{color:var(--secondary-color);text-decoration:none}.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer{max-width:100%;margin:5px 15px 10px 0;position:relative;overflow:hidden;line-height:0}.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer>a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;text-indent:-99999px;outline:0;-moz-outline-style:none;outline-style:none;background:0 0}.edn_article.edn_articleDetails .article_main_image img{margin-bottom:1.25rem}.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer img{max-width:100%;height:auto;display:inline-block}.eds_news_Ozone p{padding-block:.5rem}.eds_news_Ozone.eds_subCollection_news .edn_readMoreButtonWrapper{margin-block:2rem .5rem;text-align:left}.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper{margin:20px 0;clear:both}.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a{text-align:right;border-top:solid 1px #eee;border-bottom:solid 1px #eee;background-color:#f8f8f8;padding:3px 10px;display:block}.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a span{display:inline-block;vertical-align:middle;display:inline-block;line-height:1;color:#504e4e}.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a span::before{content:"\f09e";font-family:FontAwesome;color:var(--color-primary);margin-right:5px;font-size:20px;display:inline-block;vertical-align:middle}.eds_news_Ozone.eds_subCollection_news .edn_articlesRssWrapper a:hover{background-color:#fff}.eds_news_Ozone .fa{font-family:FontAwesome!important}.eds_news_Ozone.eds_subCollection_news .edn_article{margin-bottom:2rem}.eds_news_Ozone.eds_subCollection_news .article_pager{box-shadow: rgba(0,0,0,.05) 0px 1px 2px 0px;;float:right;clear:both;overflow:hidden;border-radius:4px;margin:20px 0;font-size:0}.eds_news_Ozone.eds_subCollection_news .article_pager a,.eds_news_Ozone.eds_subCollection_news .article_pager>span,.eds_news_Ozone.eds_subCollection_news .article_pagination a,.eds_news_Ozone.eds_subCollection_news .article_pagination>span{display:inline-block;font-size:1.042rem;line-height:1;padding:7px 10px;border-left:solid 1px var(--color-primary);border-right:none!important;border-bottom:none!important;border-top:none!important;text-decoration:none;transition:all .2s linear}.eds_news_Ozone.eds_subCollection_news .article_pager a{color:#504e4e;}.eds_news_Ozone.eds_subCollection_news .article_pager a.active, .eds_news_Ozone.eds_subCollection_news .article_pager a:hover, .eds_news_Ozone.eds_subCollection_news .article_pagination>span{background:var(--color-primary);color:#fff}.eds_news_Ozone.eds_subCollection_news .article_pager a:first-child{border-left:none}/*! EDIT ARTICLE */.edn_adminActions{margin-bottom:1rem}.eds_news_Ozone.eds_subCollection_news .admin_action::before,.eds_news_Ozone.eds_subCollection_news .edn_adminActions>a::before{font-family:FontAwesome;display:inline-block;margin-right:5px;font-size:15px;opacity:.8}.eds_news_Ozone.eds_subCollection_news .admin_action.edit,.eds_news_Ozone.eds_subCollection_news .edn_adminActions>a.edit{color:#00abd8;border:2px solid #00abd8;border-radius:4px;padding:7px;margin-bottom:1.5rem}.eds_news_Ozone.eds_subCollection_news .admin_action.edit:hover,.eds_news_Ozone.eds_subCollection_news .edn_adminActions>a.edit:hover{background:#00abd8;color:#fff}.eds_news_Ozone.eds_subCollection_news .admin_action.edit::before,.eds_news_Ozone.eds_subCollection_news .edn_adminActions>a.edit::before{content:"\f040"}
/*! END OF Ozone.css */




/** 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%;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: #16b9e5;}.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: "Libre Baskerville", 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}

/*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); }


.triton-blog-feed .triton-blog-feed-article {
  position: relative;    margin-bottom: 2rem;display: flex
  ;
  }

  .triton-blog-feed .triton-blog-feed-article .image {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.triton-blog-feed .triton-blog-feed-article .image {
  width: 373px !important;
  height: 229px !important;
  max-width: 100%;
}


.blog-intro-content {
  display: flex
;
  flex-direction: column;
  width: 50%;
  justify-content: center;    padding-left: 2rem;
}

.triton-blog-feed-article .title {
  font-size: 21px;
  color: rgb(0, 0, 0);    margin: 1rem 0;
}

.summary p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.readMoreBlog {
  display: inline;
  /* text-decoration: underline; */
  font-size: 16.667px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--color-primary);
}


/*  --- LAYOUT WRAPPER ----------------------------------- */
.triton-blog-feed {
  display: flex;
  overflow: hidden;      // keeps the card shadow clean
  min-height: 320px;     // adjust to taste
}

/*  --- LEFT MAP STRIP ----------------------------------- */
.map-strip {
  flex: 1 0 33%;                       // ~⅓ width
  background: url(/portals/0/map.png) center/cover no-repeat;
  position: relative;
}

/*  --- BROWN CARD (centred over the map) ---------------- */
.areas-card-wrapper {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 380px;                   
}

.care-resources {
  background: #91652c;                
  color: #fff;
  border-radius: 20px;
  padding: 3rem 1rem;
  max-width: 354px;
  text-align: center;

  h3 { margin-bottom: 1rem;   font-size: 27px;  font-family: "Libre Baskerville", serif;  color: rgb(255, 255, 255); }
  p  { font-size: .9rem; color: #fff;}
  ul { columns: 2; margin: 1rem 0 2rem; }   // two-column bullet list
}

/*  --- RIGHT ARTICLES STRIP ----------------------------- */
.articles-strip {
  flex: 1 0 50%;                       
  background: #000;
  color: #fff;
  padding: 3.5rem 4rem;                
  position: relative;
}

.TritonBlogIntro { margin-bottom: 1rem; }

/*  A single post               */
.triton-blog-feed-article {
  display: flex;
  gap: 1.75rem;
  align-items: flex-start;

  .image {
    flex: 0 0 300px;                   
    aspect-ratio: 16/9;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
  }

  .blog-intro-content {
    flex: 1 1 auto;

    .title    { font-size: 1.15rem; margin-bottom: .5rem; }
    .summary  { font-size: .9rem; line-height: 1.45; }
  }
}

/*  “Read more articles” button */
.more-btn {
  margin-top: 2.5rem;
  background:#fff;
  color:#000;
  border-radius:9999px;
  padding:.75rem 2.25rem;
  font-weight: 600;
}

/*  --- RESPONSIVE TWEAKS (optional) ---------------------- */
@media (max-width: 991.98px) {
  .triton-blog-feed       { flex-direction: column; }
  .areas-card-wrapper,
  .articles-strip,
  .map-strip              { flex: 1 0 auto; }

  .articles-strip         { padding: 2rem 1.5rem; }
  .triton-blog-feed-article .image { flex-basis: 40vw; }
}
.title{
  color: #fff !important;
}

.articles-strip{
  background-color: #000;padding-top: 0;
  padding-bottom: 0;
}



.map-strip {
  flex: 1 0 33%;
  position: relative;
  background: url(/portals/0/map.png) center / cover no-repeat;
  position: relative;
}


.care-resources {
  min-height: 464px;
}

.inner-page-intro img{
  width: 500px;
  max-width: 500px;
  margin-right: 1.5rem;
  border-radius: 20px;
}

.top-level-grid{
  margin-top: 0;
  margin-bottom: 4rem;
}


.how-it-works-boxes{
  display: flex;
  align-content: center;
  justify-content: center;
}

.how-it-works h2{
  text-align: center;
  font-family: "Libre Baskerville", serif;  font-size: 33.333px;  color: rgb(255, 255, 255);
  text-transform: capitalize;
}


.how-it-works-box h3{
  /* space so the text does not sit on the edge of the graphic */
  padding: 45px;
  /* the graphic */
  background: url("/portals/0/titleshape.png") no-repeat center / contain;

  /* optional tweaks */
  color:#fff;          /* if the image is dark */
  text-align:center;   /* if you want the text centred */

  position: relative;
    left: -2rem;left: -54px;

}


.how-it-works-box{
  display: flex
  ;
      flex-direction: column;

      justify-content: center;
  }


  .how-it-works{
    margin-bottom: 5rem;
  }


  .reviews-swiper{
    max-width: 540px;
    left: 40%;
    top: -40%;
    transform: translate(-50%, -50%);
    height: 230px;
  }



  .reviews.reviews-full--1 {
    background: #000;
    margin-bottom: 10rem;
    position: relative;
    height: 500px;
    margin-top: 10rem;
}

.reviews-full__content h2, .reviews-full__content p{
  color: #fff;
}

.reviews.reviews-full--1 .main-img .imgwrap {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  transform: translateY(-12%);
}

.reviews-full__content{
  position: absolute;
  top: 38%;
}

.col-md-6.main-img .swiper{
background: #fff;
}

.reviews-full__content .button.button--tertiary{
  color: #000;
}

.triton-blog-feed {
  display: flex
;
  overflow: hidden;
  margin-bottom: 6rem;
}

.footer-upper h3{
  font-family: "Libre Baskerville", serif;
  font-size: 29px;
  text-align: center;
}

.footer-upper{
display: flex
;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0;
}

/* 1) Clear the browser’s built-in bullets */
.page-title.page-title-text-middle-left ul {
  margin: 0;
  padding: 0;
  list-style: none;          /* removes default discs */
}

/* 2) Add your logo as the bullet */
.page-title.page-title-text-middle-left li {
  position: relative;
  padding-left: 55px;        /* icon width (24 px) + breathing room */
}

.page-title.page-title-text-middle-left li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 023px;               /* nudge down so it aligns with text */
  width: 38px;               /* match your PNG’s intrinsic size */
  height: 35px;
  background: url("/portals/0/list-style-logo.png") no-repeat center / contain;
}


.whats-included{
  background: url("/portals/0/Inner-section.jpg") ;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;min-height: 500px;
}



.whats-included .container{
  display: flex;
}

.whats-included .container h3{
  font-size: 29px;  font-family: "Libre Baskerville", serif;  color: rgb(255, 255, 255);
}

.whats-included p{
  font-size: 18.75px;  color: rgb(255, 255, 255);  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);  font-family: "Almarai", sans-serif; 
}



.articles-strip {

  height: 400px;
  position: relative;
  top: 2rem;
}



.grid.grid-1x5--1 .grid__item .item__content .content__title h3{
  font-size: 23px;
  font-family: "Libre Baskerville", serif;
  color: rgb(255, 255, 255);
  font-weight: 400;
  text-transform: capitalize;
}

.grid.grid-1x5--1 .grid__item .item__content a{
  font-size: 16.667px;
  font-family: "Libre Baskerville", serif;  color: rgb(255, 255, 255);
}

.grid.grid-1x5--1 .grid__item .item__content a p{
  font-size: 16.667px;
  font-family: "Almarai", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 400;
}

.eds_news_Ozone p, .eds_news_Ozone.eds_subCollection_news li{
  font-family: "Almarai", sans-serif !important;

}

.grid.grid-1x5--1.top-level-grid .grid__item {
  width: 237px;
}


.process-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  font-family: var(--font-body);
  line-height: var(--line-height-base);
  background-color: var(--color-tertiary);
}

/* Header cells */
.process-table thead th {
  background-color: var(--color-primary);
  color: var(--color-dark-shade);
  padding: var(--gap-small) var(--gap-base);
  text-align: left;
  font-weight: var(--font-weight-bold);
  border: 1px solid var(--color-light-shade);
}

/* Body cells */
.process-table tbody td {
  padding: var(--gap-small) var(--gap-base);
  border: 1px solid var(--color-light-shade);
  vertical-align: top;
}

/* Zebra striping for readability */
.process-table tbody tr:nth-child(even) {
  background-color: var(--color-light-shade);
}

/* Highlight step numbers */
.process-table .step-number {
  font-weight: var(--font-weight-bold);
  color: var(--color-brown);
}


.review__text{
  font-size: 18.75px;
  font-family: "Almarai", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: bold;
}


.review__author{
  font-size: 18.75px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
}



.reviews-swiper .swiper-button-prev,
.reviews-swiper .swiper-button-next {
  width: 44px;          /* optional: size tweak */
  height: 44px;         /* optional: size tweak */
}

/* make sure the swiper itself is positioning context */
.reviews-swiper {
  position: relative;
}

/* arrow wrapper: bottom-right, arrows side-by-side */
/* .reviews-swiper__nav {
  position: absolute;
  bottom: -45px;  
  right: 10px;   
  display: flex;
  gap: 8px;      
} */

/* arrows: white and static so they don’t get auto-centered by Swiper */
.reviews-swiper__nav .swiper-button-prev,
.reviews-swiper__nav .swiper-button-next {
  position: static;  /* overrides Swiper’s default absolute */
  color: #fff;
  width: 40px;
  height: 40px;
}

.col-md-6.main-img .swiper {
  background: #fff;
  position: relative;
  /* overflow: visible; */
}


.whats-included ul{
  padding: 0;padding-left: 1.5rem;
}

.whats-included ul li{
  font-size: 18.75px;
  color: rgb(255, 255, 255);
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  font-family: "Almarai", sans-serif;
}


.inner-banner iframe{
  width: 455px;
  height: 491px;
  position: relative;
}

.grid.grid-1x5--1 .grid__item{
  height: 316px;
  width: 361px;
}



.grid.grid-1x5--1.top-level-grid.industries-served .grid__item{
  width: 396px;
}

#top-right-pane ul li a:hover{
  text-decoration: underline;
}



.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li a {
  font-size: 1rem;
  font-size: 15px;
  font-family: "Libre Baskerville", serif;
  text-transform: capitalize;
}

.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li{
  border-bottom: 1px solid #000;
}

.menu.menu--desktop ul li[data-depth="0"] a{
  font-size: 18.75px;
  font-family: "Almarai", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: 500;
}

.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"]{
  background: #c2c2c2;
}


.menu.menu--desktop ul li[data-depth="1"] a:hover{
  color: #967a50;
}


.banner-area.banner-area--3 .banner-area__title{
  margin-top: 10px;
  margin-bottom: 5px;
}


.grid.grid-1x5--1 .grid__item .item__content p{
  font-size: 16.667px;
  font-family: "Almarai", sans-serif;
  color: rgb(255, 255, 255);margin-top: 10px;
}

.chevron-right{
  width: 7px;
  filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(188deg) brightness(103%) contrast(103%);
}

.acc-feature-5 .feature__content h2{
  font-size: 33.333px;
  font-family: "Libre Baskerville", serif;
  color: rgb(255, 255, 255);
  text-transform: none !important;
}

[data-accordion-group] [data-accordion] [data-content] .button{
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none !important;
  font-family: "Libre Baskerville", serif;
  background: white;
  color: black;
  font-size: 16.667px;
  min-height: 35px;
  margin-bottom: 1rem;

}


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

.feature.feature--5.my-5 .feature__content span{
  font-size: 14.583px;
  font-family: "Almarai", sans-serif;
  color: rgb(102, 102, 102);
  text-transform: uppercase;
  font-weight: 600;
}




.feature.feature--5.my-5 .feature__content h2{
  font-size: 33.333px;
  font-family: "Libre Baskerville", serif;
  color: rgb(0, 0, 0);
}


.feature.feature--5.my-5 .feature__content .button.button--secondary{
  margin-right: 10px
}


.reviews-full__content h2{
  font-size: 33.333px;
  font-family: "Libre Baskerville", serif;
  color: rgb(255, 255, 255);
}

.reviews-full__content p{
  width: 50%;
}

.reviews.reviews-full--1 .reviews-full__content .button.button--tertiary{
  margin-right: 10px
}


.•_Austin_•_Dallas_Fort_Worth_•_Houston_•_San_An {
  font-size: 16.667px;
  font-family: "Almarai";
  color: rgb(255, 255, 255);
  line-height: 1.375;
  text-align: left;
  position: absolute;
  left: 432.578px;
  top: 3752.492px;
  z-index: 61;
}


.care-resources p, .care-resources ul li{
  font-size: 16.667px;
    font-family: "Almarai";
    color: rgb(255, 255, 255);
}

.care-resources ul li{
  text-align: left;
}

#footer-three-pane{
  position: relative;
  left: 4rem;
}

.social-icons img{
  filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(188deg) brightness(103%) contrast(103%);
}

.social-icons{
  display: flex;
  position: relative;
  left: 60%;
  margin-top: 10px;
}

.social-icons a{
  margin-right: 10px;
}



#footer-four-pane ul li, #footer-four-pane ul li a{
  font-size: 18.75px;
  font-family: "Almarai";
  color: rgb(255, 255, 255);
  list-style-type: none;
  margin-bottom: 1rem;
}

#footer-four-pane ul{
  padding: 0;
}

.footer .footer-column .title {
  margin-bottom: 0;
}


.footer .footer-column .list li {
  margin-bottom: 2px;
}

.grid.grid-1x5--1.top-level-grid .item__content a p{
  margin-bottom: 10px;
}

.grid.grid-1x5--1.top-level-grid .item__content{
  padding: 10px;
}

.content-area h3{
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Almarai";
}



.content-area li a, .content-area p a{
  color: rgb(134, 96, 39);
}


.content-area li a:hover, .content-area p a:hover{
  color: #000;
}


.whats-included .button.button--secondary{
  background: #000;
}


/* existing rule, now with the image */
.col-md-6.main-img .swiper {
  background: #fff url('/portals/0/quotationmarks.jpg') no-repeat 2rem / auto;
  position: relative;
}
.footer-copyright-bar .col-12 ul.powered li img {
  position: relative;
  top: 3px;
  margin-left: 5px;
}



.footer-copyright-bar .col-12 ul li a, .footer-copyright-bar .col-12 ul li span, .footer-copyright-bar .col-12 ul.powered li {
  color: #fff;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  font-size: 14px;
  font-family: "Almarai";
  color: rgb(255, 255, 255);
  font-weight: 800;
}


@media screen and (max-width: 1189px) {
  .menu ul li {
    position: relative;
    margin: 0 10px;
  }
  .menu.menu--desktop ul li[data-depth="0"] a{
    font-size: 14.75px;
  }
}

.header-placeholder{
  display: none !important;
}

.header.header--2 .bottom .mobile{
  margin-bottom: 1rem;
}

.menu.menu--mobile {
  background-color: rgb(35, 35, 35, .9);
}



.menu.menu--mobile ul li a{
  font-size: 20px;
  font-family: "Almarai";
  color: rgb(255, 255, 255);  text-transform: uppercase;
}


.menu.menu--mobile ul li .icon{
  filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(188deg) brightness(103%) contrast(103%);
  top: 8px;
  right: 0px;
}


.menu.menu--mobile ul li ul li a {
  color: rgb(224, 185, 79);
  font-size: 17px;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.mobile__toggle.mobile__toggle--mobile img{
  filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(188deg) brightness(103%) contrast(103%);

}

@media screen and (max-width: 736px) {
  .grid.grid-1x5--1 .grid__item .item__content .content__hover {
    max-height: 200px;
    opacity: 1;
  }

  .grid.grid-1x5--1 .grid__item::after {
    opacity: .7;
  }

  .grid.grid-1x5--1 .grid__item{
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .acc-feature-5 .col-md-6{
    display: flex;
  align-items: center;
  justify-content: center;
  }
  .feature.feature--5 .feature__content {
    padding: 100px 10px 100px;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 1185px){
  .feature.feature--5.my-5 .feature__content .button.button--secondary{
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px){
  .feature.feature--5 div[class^="col"].absolute{
    position: relative;
  }
}

.triton-blog-feed-article .summary{
  width: 90%;
}

@media screen and (max-width: 1714px){
  .blog-intro-content{
    padding-left: 0;
  }
  .triton-blog-feed-article .summary {
    width: 70%;
  }
}

@media screen and (max-width: 1601px){
  .articles-strip{
    padding: 3.5 2rem;
  }
}


@media screen and (max-width: 1555px){
  .articles-strip{
    padding: 3.5 1rem;
  }

}

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

  .triton-blog-feed .triton-blog-feed-article .image {
    width: 338px !important;
    height: 170px !important;
    max-width: 100%;
  }


  .triton-blog-feed-article .summary {
    width: 100%;
  }

  .articles-strip {
    flex: 1 0 60%;
  }
}

@media screen and (max-width: 991px){
  .articles-strip, .areas-card-wrapper {
    left: 0;
  }

  .articles-strip{
    padding: 0rem 2rem 4rem !important;
    height: auto;
  }
}

@media screen and (max-width: 576px){
  .triton-blog-feed .triton-blog-feed-article {
    position: relative;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
  }

  .blog-intro-content{
    width: 100%;
  }
  .triton-blog-feed-article .summary{
    width: 100%; text-align: center;
  }
  .triton-blog-feed-article .title{
    text-align: center;
  }

  .triton-blog-feed .triton-blog-feed-article {
    position: relative;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .articles-strip {
    padding: 0rem 2rem 4rem !important;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}

.triton-blog-feed .blog-intro-content:hover h3 {
  color: #e0b94f;
}

/* .d-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important} */

@media screen and (max-width: 1236px){
  .page-title.page-title-text-middle-left{
    left: 1%;
  }

  .page-title.page-title-text-middle-left ul li{
    font-size: 1.5rem;
  }


}

@media screen and (max-width: 991px){
  .d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-content: center;
    justify-content: center;
  }


  .inner-banner {
    margin-bottom: 38rem;
    margin-top: 143px;
  }
}

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

  .page-title.page-title-text-middle-left{
    top: 55%;
  }

  .page-title.page-title-text-middle-left ul li{
    line-height: 1.5;
  }

  .page-title.page-title-text-middle-left .page-title__text{
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 576px){
  .page-title.page-title-text-middle-left ul li {
    font-size: .65rem;
    line-height: 1.5;
  }

  .page-title.page-title-text-middle-left .page-title__text{
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 991px){
  .inner-page-intro {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
    margin-top: 1rem;
    flex-direction: column;
  }
  .inner-page-intro img{
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1035px){
  .how-it-works-boxes {
    display: flex;
    align-content: center;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 687px){.how-it-works-boxes{

  grid-template-columns: none;
}

}
@media screen and (max-width: 550px){
  .how-it-works-box {
    font-size: 18.75px;
    width: 100%;
    max-width: 240px;
    height: 330px;
    background: rgb(255, 255, 255);
    border-radius: 12px;
    margin: 1rem 4rem;
    text-align: center;
  }


  .how-it-works-box h3{
    left: -25px;
  }
}

.footer-upper .button.button--secondary{
	background: #000;
}

.footer-upper .button.button--secondary:hover{
  background: var(--color-secondary);
}

#footer-four-pane ul li{
  font-size: 18.75px;
  font-family: "Almarai";
  color: rgb(255, 255, 255);
  list-style-type: none;
  margin-bottom: 10px;
}

#footer-four-pane ul li img{
  filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(188deg) brightness(103%) contrast(103%);
  width: 18px;
  margin-right: 20px;
  position: relative;
}

#footer-four-pane ul li{
  white-space: nowrap;
}

[data-accordion-group] [data-accordion] [data-content] .button:hover{
  background-color: var(--color-brown);
}
 #footer-four-pane ul li a:hover{
   text-decoration: underline;
 }

 #footer-four-pane .button.button--secondary:hover{
   background: var(--color-brown);
 }

 .social-icons img:hover{
  filter: invert(35%) sepia(61%) saturate(476%) hue-rotate(357deg) brightness(95%) contrast(90%);


 }

 .eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTitle{
  font-size: 29px;
  font-family: "Libre Baskerville", serif;
  color: rgb(0, 0, 0);
 }

 .eds_news_Ozone h2{
  color: #866027;
  font-family: "Libre Baskerville", serif;
  font-size: 23px;line-height: 1.2631578947;
  margin: 0 0 .3157894737em 0;  text-transform: capitalize;
}
 
.eds_news_Ozone p, .eds_news_Ozone.eds_subCollection_news li{
  padding-block: 0;margin: 0 0 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
color: #000;
}


@media screen and (max-width: 1262px){
  .banner-area.banner-area--3 {

    padding-left: 10px;
  }

  .reviews-full__content p{
    width: 100%;
  }

  .reviews-swiper {
    max-width: 450px;
}
.reviews.reviews-full--1 .main-img .imgwrap img{
  max-width: 100%;
}
}


@media screen and (max-width: 450px){
  .header .mobile .button{
    font-size: .7rem;
  }
}

@media screen and (max-width: 1093px){
  .reviews-full__content p {
    width: 80%;
  }
}

@media screen and (max-width: 1039px){
  .reviews-swiper {
    max-width: 400px;
}

}


@media screen and (max-width: 984px){
  .reviews-full__content {
    position: absolute;
    top: 25%;
  }

  .reviews.reviews-full--1 .reviews-full__content .button.button--tertiary{
    margin-bottom: 10px;
  }

  .reviews-swiper {
    max-width: 315px;
  }
}

@media screen and (max-width: 767px){
  .reviews.reviews-full--1 .main-img .imgwrap{
    display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
    width: 100%;
  }

  .reviews.reviews-full--1{
    height: auto;
  padding-bottom: 40px;
  }

  .reviews.reviews-full--1 .reviews-full__content {
    position: relative;
    transform: translateY(0);
    top: 30px;
    text-align: center;
    width: 100%;
    padding: 0 4rem;
  }

  .col-md-6.main-img .swiper{
    max-width: none;
  /* height: revert-layer; */
  position: relative;
  left: unset;
  /* top: unset; */
  transform: none;
  margin: 2rem;
  }

  .reviews-full__content p{
    width: 100%;
  }
}

@media screen and (max-width: 581px){
  .reviews.reviews-full--1 .reviews-full__content .button.button--tertiary {
    margin-right: 00px;
  }
  .reviews-full__content h2{font-size: 26px;}
}

.eds_news_Ozone.eds_subCollection_news .article_comments .add_comment .add_article_box .submit, .eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton{
  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 0.3s ease;
  transition: all 0.3s ease;
color: #000;
  text-align: center;
  font-size: 1.171875rem;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none !important;
  font-family: "Libre Baskerville", serif;
}


@media screen and (max-width: 1026px){
  .banner {
    position: relative;          /* establish containing block */
  }
  

  
  .banner-area {                 /* keep text above the overlay */
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 991px){
  .social-icons{
    left: 0;
  }

  #footer-three-pane {
    position: relative;
    left: 0rem;
    margin-top: -1.5rem;
  }
}

@media screen and (max-width: 1234px) and (min-width: 991px){
  #footer-four-pane{
    position: relative;
    left: -3.5rem;
  }
}


.button{
  text-transform: none;
}

.reviews-full__content .button.button--tertiary:hover{
  color: #fff;
}

.care-resources .button.button--secondary{
  background: #fff;
  color: #000;
}

.care-resources .button.button--secondary:hover {
  background: var(--color-dark-shade);
  color: #fff;
}


.address-item{
  list-style: none;
  display: flex;
  align-items: flex-start;     /* keep icon at the text’s top edge */
  gap: 0.5rem;                 /* space between icon and text */
}

/* Make sure the icon never shrinks and doesn’t push the text around */
.address-item img{
  flex-shrink: 0;
  width: 1rem;                 /* or whatever size you prefer */
  height: 1rem;
  margin-right: 11px !important;
}


.care-resources ul li a{
  color: #fff;
}

.care-resources ul li a:hover{
  text-decoration: underline;
}

.content-area p{
  margin-bottom: 1rem;
}

/* @media screen and (max-width: 1215px){
  .banner-area.banner-area--3 .banner-area__text{
    padding-right: 10rem;
  }
} */

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

  .banner-area.banner-area--3 {
    padding-left: 10px;
    background: rgba(255,255,255,.8);
    text-align: center;
    padding: 10px;top: -43%;
  }

  .banner {
    margin-top: 470px;
      }

      .banner::before {
        content: none;
      }

      .banner-area.banner-area--3 .banner-area__text{
        padding-right: 0;
      }

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

/* @media screen and (max-width: 1169px){
  .banner-area.banner-area--3 .banner-area__title {
    font-size: 3rem;
  }
} */

@media screen and (max-width: 1295px) and (min-width: 576px){
  .banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.8);
    pointer-events: none;
    z-index: 1;
  }

}
@media screen and (max-width: 1295px) and (min-width: 767px){
  .banner.banner--1 img
  {
  object-position: -40rem top;
  }


  .banner-area.banner-area--3{
    width: 100%;
    text-align: center;
  }

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


@media screen and (max-width: 1119px) and (min-width: 767px){
  .banner.banner--1 img {
    object-position: -53rem top;
  }
}

@media screen and (max-width: 917px) and (min-width: 767px){
  .banner.banner--1 img {
    object-position: -63rem top;
  }
}


@media screen and (max-width: 767px) and (min-width: 576px){
  .banner.banner--1 img {

    object-position: -40rem top;
  }
}

@media screen and (max-width: 527px) {
  .banner-area.banner-area--3 .banner-area__title{
    font-size: 31px;
  }


}

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


  .grid.grid-1x5--1{
    margin-top: 0;
  }
}




@media screen and (min-width: 1590px){
  #budget-verification{
    padding: 0 1px;
  }
}


@media screen and (max-width: 1590px){
.grid-title-a-tags{
  padding: 0 5px 0 0;
}
}

@media screen and (max-width: 1098px){
  .grid-title-a-tags {
    padding: 0 0 0 0;
  }
  .grid.grid-1x5--1 .grid__item{
    margin-bottom: 1rem;
  }
}




/* slider stays clipped so off‑canvas slides are hidden */
.reviews-swiper { position: relative; }          /* Swiper needs this */

.col-md-6.main-img { position: relative; }       /* anchor for nav */



.reviews-swiper__nav{
  right: 100px;
  display: flex;
  gap: 8px;
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  z-index: 20;
  pointer-events: auto;
}


@media screen and (max-width: 1818px) and (min-width: 1764px){
  .inner-banner .col-lg-3{
    padding-left: 75%;
  }
}


@media screen and (max-width: 1764px) and (min-width: 1684px){
  .inner-banner .col-lg-3{
    padding-left: 74%;
  }
}

@media screen and (max-width: 1684px) and (min-width: 1602px){
  .inner-banner .col-lg-3{
    padding-left: 72.6%;

  }
}

@media screen and (max-width: 1602px) and (min-width: 1518px){
  .inner-banner .col-lg-3{
    padding-left: 71.4%;

  }
}

@media screen and (max-width: 1518px) and (min-width: 1442px){
  .inner-banner .col-lg-3{
    padding-left: 69.9%;

  }

  .page-title.page-title-text-middle-left{
    left: 5%;
  }
}

@media screen and (max-width: 1442px) and (min-width: 991px){
  .inner-banner .col-lg-3{
    padding-left: 68.1%;

  }

  .page-title.page-title-text-middle-left{
    left: 5%;
  }
}



@media screen and (max-width: 1346px) and (min-width: 1294px){

  .page-title.page-title-text-middle-left ul li{
    font-size: 1.4rem;
  }
  .inner-banner .col-lg-3 {
    padding-left: 66.1%;
  }


  .page-title.page-title-text-middle-left{
    left: 5%;
  }

  /* .d-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important} */
}

@media screen and (max-width: 1294px) and (min-width: 1136px){

  .page-title.page-title-text-middle-left ul li{
    font-size: 1.4rem;
  }


  .page-title.page-title-text-middle-left{
    left: 5%;
  }

  .d-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}
}


@media screen and (max-width: 1136px) and (min-width: 1120px){

  .page-title.page-title-text-middle-left ul li{
    font-size: 1.4rem;
  }


  .page-title.page-title-text-middle-left{
    left: 5%;
  }

  .d-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}
}


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

  .page-title.page-title-text-middle-left ul li{
    font-size: 1.4rem;
  }


  .page-title.page-title-text-middle-left {
    left: 1%;
  }

  .d-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}


  .inner-banner .col-lg-3 {
    padding-left: 66.1%;
  }
}




.page-title.page-title-text-middle-left ul li{
  margin-bottom: 1rem;
}


@media screen and (max-width: 1293px) and (min-width: 1199px){
  .grid.grid-1x5--1 .grid__item .item__content a p{
    font-size: 14px;
    margin-top: 5px;
  }
  .grid.grid-1x5--1 .grid__item .item__content .content__title h3{
    font-size: 19px;
  }
}

@media screen and (max-width: 576px) {
  .page-title.page-title-text-middle-left li::before {
    content: "";
  
    position: absolute;
  
    left: 0;
  
    top: 0;
  
    width: 25px;
  
    height: 25px;
  
    background: url("/portals/0/list-style-logo.png") no-repeat center / contain;
  
  }
  
}

@media screen and (max-width: 767px){
  .page-title.page-title-text-middle-left ul li {

    padding-right: 10px;
  }

  .reviews.reviews-full--1 .reviews-full__content{
    top: -14rem;
  }

  .reviews.reviews-full--1 {
    height: 1000px;
  }
}

@media screen and (max-width: 600px) and (min-width: 582px){
  .reviews.reviews-full--1 .reviews-full__content {
    top: -17rem;
  }
}


@media screen and (max-width: 582px) {
  .reviews.reviews-full--1 .reviews-full__content {
    top: -12rem;
  }
}


@media screen and (max-width: 767px){
  .reviews-swiper__nav {
    top: 65%;

  }

  .reviews-swiper__nav .swiper-button-prev, .reviews-swiper__nav .swiper-button-next{
    background: rgba(255,255,255,0.5);
  padding: 25px;
  }
}

@media screen and (max-width: 531px){
  .col-md-6.main-img .swiper {

    top: unset;
    bottom: 30rem;
  }

  .reviews-swiper__nav {
    top: 50%;

  }
}

@media screen and (max-width: 425px){
  .col-md-6.main-img .swiper {

    top: unset;
    bottom: 25rem;
  }


}

@media screen and (max-width: 360px){
  .col-md-6.main-img .swiper {

    top: unset;
    bottom: 22rem;
  }


}


@media screen and (max-width: 991px){
  .areas-card-wrapper {
min-width: auto;
    /* justify-content: right; */
    margin: 2rem 0;
  }
  .blog-banner {
    margin-bottom: 16rem;
  }
  .map-strip {
    flex: auto;
    position: relative;
    background: url(/portals/0/map.png) center / cover no-repeat;
    /* position: absolute; */
    height: 447px;
    width: 529px;

  }
}

@media screen and (max-width: 384px){
  .care-resources {
    background: #91652c;
    color: #fff;
    border-radius: 20px;
    padding: 3rem 2rem;
    max-width: 300px;
    text-align: center;
  }
  .care-resources p, .care-resources ul li {
    font-size: 14.667px;
    font-family: "Almarai";
    color: rgb(255, 255, 255);
  }

  .areas-card-wrapper {
    /* justify-content: left; */
  }
  .care-resources {
    & h3 {
      margin-bottom: 1rem;
      font-size: 20px;
      font-family: "Libre Baskerville", serif;
      color: rgb(255, 255, 255);
    }

}}

.list-unstyled li{
  list-style-type: none !important;
  font-family: "Libre Baskerville", serif;
  font-size: 27px;
  color: rgb(255, 255, 255);
margin:  2rem 0;

}

.inner-banner span{
  font-size: 46px;
  font-family: "Libre Baskerville", serif;
  color: rgb(255, 255, 255);

  padding-left: 10px;
}


  /* ---- base banner ---- */.inner-banner { position: relative; overflow: hidden; isolation: isolate; min-height: 480px; color: #fff;}.inner-banner .banner-image img { width: 100%; height: 100%; object-fit: cover; display: block;}/* dark overlay */.inner-banner::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .65); z-index: -1;} /* ---- layout ---- */.banner-body { position: absolute; inset: 0; padding: 0; /* remove the last bit of edge padding */ gap: 3rem;} /* copy column */
  
  .copy { padding: 0;padding-left: 4rem;

    
    
    /* keep left pad, kill right */} /* iframe panel */.form-wrap { background: #DBBC55;  /* round only inner corners */ margin-left: auto; /* pushes the block hard-right */ box-shadow: 0 8px 20px rgba(0, 0, 0, .25); color: #000; padding: 2rem;} /* remove row/column gutters everywhere inside banner */.inner-banner .row,.inner-banner .banner-body { --bs-gutter-x: 0; --bs-gutter-y: 0;} /* stack on small screens */@media (max-width: 991.98px) { .banner-body { flex-direction: column; align-items: flex-start; } .form-wrap {  border-radius: .5rem; margin-left: 0; margin-top: 2rem; }}/* 1️⃣ let the panel expand downward instead of being clipped */.inner-banner{ /* overflow:hidden; ⟵ delete or comment this line if it exists */ overflow: visible; /* so a tall iframe isn't cut off */} /* 2️⃣ give the banner enough height for the 465-px iframe + padding */@media (min-width: 992px){ /* desktop only */ .inner-banner{ min-height: 560px; /* 465 + 2 × 2 rem padding = ~529 */ }} /* 3️⃣ top-align the copy + form instead of vertical-centering them */.banner-body{ align-items: flex-start; /* was align-items:center */} /* ---------- banner shell ---------- */.inner-banner{ position: relative; /* don’t clip children */ overflow: visible;} /* photo + dark overlay stay stuck to the edges */.banner-image,.inner-banner::before{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; /* only matters for the <img> */ z-index: -1; /* sit behind real content */} /* ---------- content wrapper ---------- */.banner-body{ /* ⬇️ WAS “position:absolute; inset:0;” */ position: relative; /* ← main fix */ display: flex; gap: 3rem; align-items: flex-start; /* keep copy & form top-aligned */}.inner-banner iframe{ right: 0;} 



    @media screen and (max-width: 1160px) and (min-width: 991px){
      .inner-banner span {
        font-size: 34px;
        font-family: "Libre Baskerville", serif;
        color: rgb(255, 255, 255);
      }

      .list-unstyled li{
        font-size: 1rem;margin-bottom: 2rem;
      }
    }

    @media screen and (max-width: 991px){
.copy{
  padding-top: 5rem;
}
.list-unstyled{
  padding: 0 0 0 10px;
}

.copy{
  padding-left: 0;
}
    }

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


      .list-unstyled li{
        font-size: 20px;
      }

      .inner-banner span{
        font-size: 35px;
      }

    }

    @media screen and (max-width: 576px){
      .copy {
        padding-top: 4rem;
      }
      .footer-upper h3{
        font-size: 1.5rem;
      }
      .list-unstyled li {
        font-size: 13px;
      }

      .list-unstyled li img{
        width: 15px;
      }

      .inner-banner span {
        font-size: 25px;
      }

      .inner-banner iframe{
        width: 100%;
      }
    }



    .copy ul li img{
      position: relative;
  top: 7px;
  margin-right: 10px;
    }


    @media screen and (max-width: 860px){
      .copy ul li img {
        top: 3px;
      }
    }

    @media screen and (max-width: 576px){
      .banner-image, .inner-banner::before{
        /* height: fit-content !important; */
        /* height: max-content; */
        height: 400px;
      }

      .grid.grid-1x5--1{
        margin-top: 0;
      }

      .grid.grid-1x5--1 .grid__title{
        font-size: 1.5rem;
      }
    }

    @media screen and (max-width: 400px){
      .grid.grid-1x5--1 {
        margin-top: -6rem;
      }
    }

    .grid.grid-1x5--1 .grid__title{
      padding: 0 10px;
    }
    @media screen and (min-width: 991px){
      .grid.grid-1x5--1.top-level-grid .griditem { width: 100%; padding: 10px; }

    }
    .header.header--2.is-sticky .bottom .mobile{
      margin: 1rem 0;
    }


    @media screen and (max-width: 991px){
      .whats-included .container{
        flex-direction: column;
      }

      .whats-included .container .col-md-6{
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 2rem;
      }
    }



@media screen and (max-width: 422px){
  .banner-image, .inner-banner::before {
    height: 350px;
  }
}

.footer .upper{
  padding-bottom: 1.5rem;
}



@media screen and (min-width: 1580px){
  .copy {
    padding-left: 8rem;
  }
}

@media screen and (max-width: 1580px){
  .copy {
    padding-left: 3rem;
  }
}

@media screen and (max-width: 1500px){
  .copy {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 1469px) and (min-width: 1160px){
  .list-unstyled li{
font-size: 24px;
  }
}

@media screen and (min-width: 1349px){
  .areas-card-wrapper{
    right: 77px;
  }
  .articles-strip{
    right: 90px;
  }
}

@media screen and (max-width: 1500px){
  .articles-strip {
    right: 123px;
  }
  .areas-card-wrapper {
    right: 110px;
  }
}


@media screen and (max-width: 1350px)and (min-width: 991px){
  .articles-strip {
    right: 16rem;
  }  .areas-card-wrapper {
    right: 15rem;
  }
}


@media screen and (min-width: 1350px){
  .acc-feature-5 img{
    left: 8rem;
  }

  .care-resources ul li{
    white-space: nowrap;
  }

  .care-resources ul {
      columns: 2;
      margin: 1rem 0 2rem;
      column-gap: 4rem;
    }

    .whats-included .container .col-md-6:nth-child(2){
      right: 4rem;
      position: relative;
    }
}


/* Hidden For now. Delete after they get reviews */
.reviews.reviews-full--1{display: none;}.feature.feature--5{margin-bottom: 100px;}.whats-included{margin-bottom: 6rem;}
