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

:root {
  --color-primary: #0062AA;
  --color-secondary: #9A0003;
  --color-tertiary: #A1A1A1;
  --color-light-shade: #ffffff;
  --color-dark-shade: #000;
  --color-primary--rgb: 158, 32, 101;
  --color-secondary--rgb: 0, 171, 216;
  --color-tertiary--rgb: 107, 107, 107;
  --color-light-shade--rgb: 230, 230, 230;
  --color-dark-shade--rgb: 34, 34, 34;
  --font-headline: 'Poppins', sans-serif;
  --font-body: 'Poppins', 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%);
}


/*! ---------------------------------------------------------

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

	* Filename:			  bootsrap.scss
	* Description: 		Imports bootstrap styles from node_modules

------------------------------------------------------------ */.container{max-width:1230px!important;padding-inline:.938rem;width:100%}.container-xl{max-width:1400px!important}.container,.container-xl{margin-inline:auto}.container-fluid{padding-left:0;padding-right:0}@media screen and (min-width:575px)and (max-width:991px){.container,.container-xl{max-width:100%}}.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.row>*{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:100%;padding-right:15px;padding-left:15px}.col{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width:36rem){.col-sm{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width:48rem){.col-md{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width:62rem){.col-lg{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width:75rem){.col-xl{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}@media(min-width:87.5rem){.col-xxl{-webkit-box-flex:1;-webkit-flex:1 0 0%;-ms-flex:1 0 0%;flex:1 0 0%}.col-xxl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.col-xxl-1{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:8.33333333%}.col-xxl-2{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.66666667%}.col-xxl-3{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-xxl-4{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.33333333%}.col-xxl-5{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:41.66666667%}.col-xxl-6{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xxl-7{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:58.33333333%}.col-xxl-8{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:66.66666667%}.col-xxl-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:75%}.col-xxl-10{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:83.33333333%}.col-xxl-11{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:91.66666667%}.col-xxl-12{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-none{display:none!important}.flex-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.order-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}@media(min-width:36rem){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.order-sm-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-sm-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}}@media(min-width:48rem){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.order-md-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-md-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}}@media(min-width:62rem){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.order-lg-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-lg-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}}@media(min-width:75rem){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-webkit-justify-content:flex-start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.order-xl-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-xl-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}}@media(min-width:87.5rem){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-flex{display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important}.d-xxl-inline-flex{display:-webkit-inline-box!important;display:-webkit-inline-flex!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{-webkit-box-flex:1!important;-webkit-flex:1 1 auto!important;-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xxl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xxl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-webkit-flex-direction:column!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xxl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:row-reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xxl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-webkit-flex-direction:column-reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.order-xxl-first{-webkit-box-ordinal-group:0!important;-webkit-order:-1!important;-ms-flex-order:-1!important;order:-1!important}.order-xxl-last{-webkit-box-ordinal-group:7!important;-webkit-order:6!important;-ms-flex-order:6!important;order:6!important}}.justify-content-center{-webkit-box-pack:center!important;-webkit-justify-content:center!important;-ms-flex-pack:center!important;justify-content:center!important}.align-items-center{-webkit-box-align:center!important;-webkit-align-items:center!important;-ms-flex-align:center!important;align-items:center!important}.text-center{text-align:center!important}.position-relative{position:relative;z-index:2}.position-absolute{position:absolute}.bg-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-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}/*! ---------------------------------------------------------

	* 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:;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-primary);padding:10px 15px}.content-area img{}.icon-white{-webkit-filter:invert(100%) sepia(0) saturate(7464%) hue-rotate(100deg) brightness(101%) contrast(108%);filter:invert(100%) sepia(0) saturate(7464%) hue-rotate(100deg) brightness(101%) contrast(108%)}/*! ---------------------------------------------------------

	* 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)}.button{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;padding:12px 15px;text-transform:uppercase;font-size:1.042rem;font-weight:700;border:none;min-height:50px;-webkit-transition:all .3s ease;transition:all .3s ease}.button.button--primary{background:var(--color-primary)}.button.button--primary:hover{background:var(--color-secondary); color: white !important;}.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)}.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 .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}@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:center}@media screen and (min-width:992px){.feature .feature__content{text-align:left}}.footer{background:var(--color-light-shade)}.footer .upper{padding-block:2rem 3rem}.footer .footer-column{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:991px){.footer .footer-column{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}}.footer .footer-column .title{font-family:var(--font-headline)}.footer .footer-column .title a:hover{color:var(--color-secondary)}.footer .footer-column .list{list-style:none;padding-left:0;margin:0 0 1rem}.footer .footer-column .list.list--inline li{display:inline-block}.footer .footer-column .list.list--col-2{-webkit-columns:2;-moz-columns:2;columns:2}.footer .footer-column .list.list--col-3{-webkit-columns:3;-moz-columns:3;columns:3}.footer .footer-column .list li{margin-bottom:.5rem;font-size:1.05rem}.footer .footer-column .list li a{color:var(--color-dark-shade)}.footer .footer-column .list li a:hover{color:var(--color-primary);text-decoration:underline}.footer .footer-column .logo img{max-width:100%;height:auto}.footer .footer-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media screen and (max-width:991px){.footer .footer-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:991px){.footer #footer-one-pane,.footer #footer-three-pane,.footer #footer-two-pane{margin-bottom:1.25rem}}.footer-copyright-bar{padding:1rem 0;background:var(--color-secondary)}.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;gap:7px}}.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;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:var(--gap-small);-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}.footer-copyright-bar .col-12 ul.powered li img{position:relative;top:-1px}.header{z-index:100;box-sizing:border-box}.header .logo img{width:172px;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{display:grid;grid-template-columns:repeat(3,1fr)}.header .mobile .mobile__grid-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.header .mobile .mobile__grid-item:first-of-type{-webkit-box-pack:start;-webkit-justify-content:start;-ms-flex-pack:start;justify-content:start}.header .mobile .mobile__grid-item:last-of-type{-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end}.header .mobile .button{min-width:3.125rem;min-height:3.125rem}.dnnEditState .header-placeholder,form[action="/Login?returnurl=%2fadmin"] .header-placeholder,form[action="/admin"] .header-placeholder{height:0!important}.menu.menu--desktop ul{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;width:100%}.menu.menu--desktop ul li[data-depth="0"]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.menu.menu--desktop ul li[data-depth="0"] a{color:var(--color-dark-shade)}.menu.menu--desktop ul li[data-depth="0"] a:hover{color:var(--color-primary)}.menu.menu--desktop ul li[data-depth="0"].parent:hover ul[data-depth="0"]{display:block;-webkit-animation:slide-in-bottom .3s ease-in-out forwards;animation:slide-in-bottom .3s ease-in-out forwards}.menu.menu--desktop ul li[data-depth="0"]:last-of-type a{padding-right:0}.menu.menu--desktop ul li[data-depth="0"] .icon{margin-left:4px;font-size:inherit}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"]{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:absolute;z-index:10;top:100%;left:0;width:240px;-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);background:var(--color-light-shade,#e6e6e6);border-top:2px solid var(--color-primary,#9e2065);padding:0}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"].active{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"].display-left{right:0;left:initial}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li{position:relative;margin:0}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li a{font-size:1rem}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li:hover ul[data-depth="1"]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-animation:slide-in-bottom .3s ease-in-out forwards;animation:slide-in-bottom .3s ease-in-out forwards}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li ul[data-depth="1"]{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:absolute;top:0;right:-100%;width:100%}.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li ul[data-depth="1"].display-left{right:initial;left:-100%}.menu.menu--desktop ul li[data-depth="1"] a:hover{padding-left:15px;color:var(--color-primary)}.menu.menu--desktop ul li[data-depth="1"] li[data-depth="0"]:first-of-type>a{padding-left:0}.menu.menu--desktop ul li:last-of-type ul{right:0;left:initial}.menu.menu--mobile{position:fixed;z-index:100;top:0;right:0;height:100%;width:280px;padding:10px;background:#fff;-webkit-transform:translateX(101%);-ms-transform:translateX(101%);transform:translateX(101%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;box-shadow:-6px 0 12px rgba(0,0,0,.05);overflow-y:scroll}.menu.menu--mobile.active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.menu.menu--mobile ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0}.menu.menu--mobile ul li{position:relative;margin:0}.menu.menu--mobile ul li a{font-size:.9375rem}.menu.menu--mobile ul li .icon{position:absolute;top:7px;right:10px;width:1.563rem;height:1.563rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.menu.menu--mobile ul li .icon.active{-webkit-transform:rotateZ(90deg);-ms-transform:rotate(90deg);transform:rotateZ(90deg)}.menu.menu--mobile ul li ul{opacity:0;max-height:0;overflow:hidden;position:relative;bottom:unset;left:unset;width:100%;padding-left:1rem;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);border:none;box-shadow:none;-webkit-transition:all .3s linear;transition:all .3s linear}.menu.menu--mobile ul li ul.active{opacity:1}.menu ul{margin:0;padding:0;list-style:none}.menu ul li{position:relative;margin:0 5px}.menu ul li a{display:block;padding:10px;color:var(--color-dark-shade);font-size:1.125rem;font-weight:700}.mobile__toggle{text-align:right;font-size:1.5rem;cursor:pointer}.mobile__toggle.mobile__toggle--mobile{padding:20px 20px 0 0;margin-bottom:20px}body.dnnEditState .notification-banner{position:relative!important}.notification-banner{opacity:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);position:relative;background:gray;padding:1.5rem 0;color:#fff;text-align:center;-webkit-animation:slide-in-bottom .6s ease-in-out 1s forwards;animation:slide-in-bottom .6s ease-in-out 1s forwards}@media screen and (max-width:767px){.notification-banner{padding-top:2.5rem}}.notification-banner.notification-banner--top[data-sticky=true]{position:fixed;z-index:100;top:0;left:0;width:100%}.notification-banner.notification-banner--bottom[data-sticky]{position:fixed;z-index:100;bottom:0;left:0;width:100%}.notification-banner [data-banner-close]{position:absolute;top:1rem;right:1rem}.notification-banner p:last-of-type{margin-bottom:0}.uvp{margin:0 0 1.5rem 0;padding:1rem;background:#f0f0f0;list-style:none}.uvp li{font-weight:700;font-size:1.5rem;line-height:1;color:#349df3}.uvp li span{color:#000;font-size:1rem}.video-background{position:absolute;z-index:-1;width:100%;height:100%;object-fit:cover;left:0;top:0;display:none}.formwrap{max-width:350px;margin-inline:auto;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:1rem}[data-accordion-group]{margin-bottom:1.5rem}[data-accordion-group] [data-accordion]{margin-bottom:5px}[data-accordion-group] [data-accordion]:last-of-type{margin:0}[data-accordion] [data-control]{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;z-index:3;padding:.5rem 1rem .5rem 2.85rem;min-height:50px;color:#fff;background:var(--color-tertiary);max-width:600px;font-weight:700;font-family:var(--healine-font);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-size:1.125rem}[data-accordion] [data-control] img{position:absolute;margin-right:15px;left:15px;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(0%) rotate(90deg);-ms-transform:translateY(0%) rotate(90deg);transform:translateY(0%) rotate(90deg)}[data-accordion-group].read-more{margin-bottom:1.5rem}[data-accordion-group].read-more>[data-accordion]>[data-control]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;max-width:200px;margin:0 auto;text-align:center}[data-accordion-group].read-more>[data-accordion]>[data-control]::before{display:none}/*! === SWIPER JS === */.swiper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;--swiper-theme-color:var(--color-dark-shade);--swiper-navigation-size:2rem}@media(max-width:768px){swiper-container::part(button-next),swiper-container::part(button-prev){display:none}}@media(min-width:769px){swiper-container::part(pagination){display:none}}/*! === fSLIGHTBOX === */html.fslightbox-open{overflow:initial}.fslightbox-fade-in-strong iframe{display:block!important}.fslightbox-source{display:block!important;height:auto!important;max-width:900px}/*! === LAZYLOAD === */.lazyload,.utm-form{opacity:0;-webkit-transition:opacity 1s ease-in-out;transition:opacity 1s ease-in-out}.loaded{opacity:1}.lazyload[data-was-processed=true]{opacity:1}header .user-controls{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin:0;margin-left:-1rem;margin-right:-1rem}header .user-controls li{padding:0 1rem}footer .disclaimer{font-size:12px;font-size:.75rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin:0;margin-left:-1rem;margin-right:-1rem}footer .disclaimer li{position:relative;padding:0 1rem}footer .disclaimer li+li:before{content:"";position:absolute;top:0;left:0;bottom:0;width:1px;background-color:#fff}.content-area img{}.content-area h1{color:var(--color-primary)}.content-area h2{margin:3rem 0 1.875rem;color:var(--color-secondary)}.content-area h3{margin:3.125rem 0 1.25rem}.content-area li{margin-bottom:.7rem}.content-area li a,.content-area p a{color:var(--color-primary);text-decoration:underline;font-weight:var(--font-weight-bold)}.content-area li a:hover,.content-area p a:hover{color:var(--color-secondary); text-decoration: underline;}
/*!
* MODIFY ONLY COLORS AND FONTS SIZES ABOVE. 
* Add all custom styyles below.
*/



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** BEGIN COMPONENT OVERRIDES HERE **/

.header.header--2 .top{
  background: var(--color-secondary);
  padding: 1rem 0;
}

#top-right-pane ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

#top-right-pane ul li{
  color: var(--color-light-shade);
  font-size: 0.9375rem;
  font-style: normal;
  margin: 0 6px;
}

.header.header--2 .bottom{
  background: rgba(0,0,0,0.6);
  padding: 10px 0;
  height: 96px;
}

.menu.menu--desktop ul li[data-depth="0"] a{
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-light-shade);
}

.menu.menu--desktop ul li[data-depth="0"] a:hover{
  color: #0094D4;
}

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

.banner .banner-bg { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; font-family: 'object-fit: cover; object-position: center;'; }

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

.banner-area.banner-area--1 { position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; -webkit-transform: translateY(-25%); -ms-transform: translateY(-25%); transform: translateY(-25%); text-align: center; }

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

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

/** BEGIN COMPONENT OVERRIDES HERE **/

.banner{
  background: var(--color-dark-shade);
  height: 614px;
}

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

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

.banner-area.banner-area--1 .banner-area__title{
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 900;
}

.banner-area.banner-area--1 .banner-area__text{
  font-size: 1.25rem;
  font-weight: 600;
}



/* ---------------------------------------------------------
  
  * Filename: uvp-bar-2.scss
  
------------------------------------------------------------*/
.uvp.uvp-bar-2 { 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; text-align: center; }

@media screen and (max-width: 991px) { .uvp.uvp-bar-2 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

/** BEGIN COMPONENT OVERRIDES HERE **/


.banner-bottom .uvp.uvp-bar-2{
  background: transparent;
  padding: 0;
  justify-content: space-between;
}

.banner-bottom .uvp.uvp-bar-2 li{
  display: flex;
  align-items: center;
  border-radius: 25px;
  background: #0094D4;
  text-align: left;
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 1rem;
  color: var(--color-light-shade);
  width: 32.5%;
  line-height: 1.1875rem;
}

.banner-bottom .uvp.uvp-bar-2 li img{
  margin-right: 10px;
}

.banner-bottom .uvp.uvp-bar-2 li h4{
  color: #131313;
  font-size: 1.3125rem;
  font-weight: 700;
  margin-bottom: 0;
}

.banner-bottom{
  transform: translateY(-50%);
}


/* ---------------------------------------------------------
  
  * Filename:       feature-7.scss
  * Description:    Define the layout for feature-7
  * Version:        1.0.0
  * Last Modified:  4.8.2019
  
------------------------------------------------------------*/
.feature.feature--7 .feature__image img { width: 110%; height: 100%; -o-object-fit: cover; object-fit: cover; }

@media screen and (max-width: 767px) { .feature.feature--7 .feature__image img { width: 100%; } }

.feature.feature--7 .feature__content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.feature.feature--7 .feature__content .content__container { padding: 20px; background: white; }

.feature.feature--7 .feature__content .content__buttons { 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; }

/** BEGIN COMPONENT OVERRIDES HERE **/

.feature.feature--7 .feature__content .content__container{
  border-radius: 25px;
  padding: 1rem 3rem 1.5rem;
  width: 108%;
  background: #F5FCFF;
  margin-left: -8%;
  outline: 2px solid #2F333A;
  outline-offset: 8px;

}

.feature h2{
  color: #000;
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.5625rem;

}

.feature.feature--7 .feature__content .content__buttons{
  justify-content: start;
}

.feature.feature--7 .feature__content .content__buttons .button{
  margin-right: 1rem;
}


/* ---------------------------------------------------------
  
  * Filename:       feature-3.scss
  
------------------------------------------------------------*/
.feature.feature--3 .feature__image { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

/** BEGIN COMPONENT OVERRIDES HERE **/


.feature.feature--3{
  background: linear-gradient(to right, #D9D9D9 70%, #ffffff 30%);
  padding-bottom: 40px;
}

.feature.feature--3 .row{
  align-items: center;
}

.feature.feature--3 .feature__image{
  margin: -10% 0;
  outline: 2px solid #2F333A;
  outline-offset: 8px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.feature .feature__title{
  font-size: 2rem;
}

/* ---------------------------------------------------------
  
  * Filename: uvp-bar-1.scss
  
------------------------------------------------------------*/
.uvp.uvp-bar-1 .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) { .uvp.uvp-bar-1 .col-12 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: center; } }

.uvp.uvp-bar-1 h2 { max-width: 400px; }

.uvp.uvp-bar-1 ul { -webkit-columns: 2; -moz-columns: 2; columns: 2; }

@media screen and (max-width: 991px) { .uvp.uvp-bar-1 ul { -webkit-columns: 1; -moz-columns: 1; columns: 1; } }

/** BEGIN COMPONENT OVERRIDES HERE **/

.uvp.uvp-bar-1{
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  background-color: transparent;
  padding: 210px 0 65px;
  transform: translateY(-27%);
}

.uvp.uvp-bar-1 .col-12{
  align-items: start;
}

.uvp.uvp-bar-1 h2{
  width: 100%;
  max-width: 230px;
  margin-bottom: 0;
  color: var(--color-light-shade);
  margin-right: 2rem  ;
}

.uvp.uvp-bar-1 ul{
  columns: 1;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.uvp.uvp-bar-1 li{
  font-size: 1.125rem;
  color: var(--color-light-shade);
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}

.uvp.uvp-bar-1 li span{
  display: block;
  font-size: 1.125rem;
  color: var(--color-light-shade);
  font-weight: 700;
}

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

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

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

/** BEGIN COMPONENT OVERRIDES HERE **/

.reviews.reviews-full--1{
  height: auto;
}

.reviews.reviews-full--1 .container{
  position: relative;
}

.reviews.reviews-full--1 .reviews-full__content{
  background: var(--color-secondary);
  padding-top: 50px;
}

.reviews.reviews-full--1 .reviews-full__content h2{
  color: var(--color-light-shade);
}

.reviews.reviews-full--1 .content__buttons{
  transform: translateY(50%);
}

.reviews.reviews-full--1 .content__buttons .button{
  margin: 0 0.5rem;
}

.reviews.reviews-full--1 .bgstyle{
  width: 100%; 
  height: 250px;
  object-fit: cover;
  object-position: center;
}


/* ---------------------------------------------------------
  
  * Filename:       footer-6.scss
  * Description:    Define the layout for footer-6
  * Version:        1.0.0
  * Last Modified:  4/17/2019
  
------------------------------------------------------------*/
.footer.footer--6 #footer-one-pane .list { width: 100%; }

@media screen and (max-width: 991px) { .footer.footer--6 #footer-one-pane .list { width: auto; } }

/** BEGIN COMPONENT OVERRIDES HERE **/

.footer{
  background: #EDEDED;
  margin-top: 80px;
}


.footer.footer--6 #footer-one-pane .list{
  list-style: none;
  justify-content: space-between;
  padding: 0 10%;
}

.footer.footer--6 #footer-one-pane .list li a{
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-primary);
  padding: 8px;
}

.footer.footer--6 #footer-one-pane .list{
  margin-bottom: 2.5rem;
}
.footer.footer--6 #footer-one-pane .list li a:hover{
  color: var(--color-secondary);
}
.footer .logo img{
  width: 126.624px;
height: 56.675px;
max-width: 100%;
}

.footer .footer-row{
  align-items: center;
}

.footer .footer-row .logo,
.footer .footer-row .address,
.footer .footer-row .phone-number,
.footer .footer-row .social-icons{
  margin: 0 1rem;
}

.footer .footer-row hr{
  transform: rotate(90deg);
  width: 80px;
  margin: 0 -20px;
  border-color: #393939;
}

.footer .footer-row .address address{
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1875rem; /* 118.75% */
  text-transform: uppercase;
}

.footer .footer-row .phone-number p{
  margin-bottom: 0;
  color: var(--color-primary);
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1875rem; /* 118.75% */
  text-transform: uppercase;
}

.footer .footer-row .phone-number a{
  color: var(--color-dark-shade);
  font-weight: 400;
}

/* ---------------------------------------------------------
  
  * Filename:       footer-copyright-bar-2.scss
  
------------------------------------------------------------*/
.footer-copyright-bar.footer-copyright-bar-2 .left, .footer-copyright-bar.footer-copyright-bar-2 .center, .footer-copyright-bar.footer-copyright-bar-2 .right { width: 33.333%; }

@media screen and (max-width: 767px) { .footer-copyright-bar.footer-copyright-bar-2 .left, .footer-copyright-bar.footer-copyright-bar-2 .center, .footer-copyright-bar.footer-copyright-bar-2 .right { width: 100%; } }

.footer-copyright-bar.footer-copyright-bar-2 .left { -webkit-box-pack: start !important; -webkit-justify-content: flex-start !important; -ms-flex-pack: start !important; justify-content: flex-start !important; }

@media screen and (max-width: 767px) { .footer-copyright-bar.footer-copyright-bar-2 .left { -webkit-box-pack: center !important; -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; } }

.footer-copyright-bar.footer-copyright-bar-2 .right { -webkit-box-pack: end !important; -webkit-justify-content: flex-end !important; -ms-flex-pack: end !important; justify-content: flex-end !important; }

@media screen and (max-width: 767px) { .footer-copyright-bar.footer-copyright-bar-2 .right { -webkit-box-pack: center !important; -webkit-justify-content: center !important; -ms-flex-pack: center !important; justify-content: center !important; } }

/** BEGIN COMPONENT OVERRIDES HERE **/

.footer-copyright-bar{
  background: var(--color-primary);
  padding: 10px 0;
}

.footer-copyright-bar .col-12 ul li a, 
.footer-copyright-bar .col-12 ul li span,
.footer-copyright-bar .col-12 ul.powered li{
  font-size: 0.875rem;
  font-weight: 400;
}

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


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

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

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

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

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

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

/** BEGIN COMPONENT OVERRIDES HERE **/

.inner-banner{
  background-color: #bbe5f3;
  height: 350px;
  margin-bottom: 100px;
}

.inner-banner .banner-image img{
  object-position: top;
}

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

.page-title.page-title-text-middle-left .page-title__text{
  color: #FFF;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


/* ---------------------------------------------------------
  
  * Filename:       feature-4.scss
  * Description:    Define the layout for feature-4
  * Version:        1.0.0
  * Last Modified:  3.26.2019
  
------------------------------------------------------------*/
.feature.feature--4 .feature__image { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

/** BEGIN COMPONENT OVERRIDES HERE **/

.feature.feature--4{
  background: linear-gradient(to left, #F5FCFF 70%, #ffffff 30%);
  padding-bottom: 40px;
}

.feature.feature--4 .row{
  align-items: center;
}

.feature.feature--4 .feature__image{
  margin: -10% 0;
  outline: 2px solid #2F333A;
  outline-offset: 8px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.feature.feature--4 ul{
  columns: 2;
  padding-left: 0;
  list-style: inside;
}

.feature.feature--4 .col-md-7{
  padding-left: 6%;
}





/** custom css **/

p{
  line-height: 1.5rem;
}

.button{
  font-size: 1.125rem;
  text-align: center;
}

.button.small{
  font-size: 1rem;
}

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

h2{
  font-size: 2rem;
  margin-bottom: 1rem;
}

.img-comp-container {
  position: relative;
  height: 200px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
  width: 585px;
  height: 220px;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;

  border-radius: 50%;
background: url(/portals/0/circle2.png) lightgray 50% / cover no-repeat;

}

.before-after-gallery .col-md-6{
  position: relative;
}

.before-after-gallery .col-md-6 .label{
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  background: var(--color-secondary);
  z-index: 2;
  display: flex;
  padding: 3px 5px;
}

.before-after-gallery .col-md-6 .label span{
  width: 50%;
  color: var(--color-light-shade);
  font-weight: var(--font-weight-bold);
  font-size: 0.9375rem;
}


.service-areas{
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 420px;
  display: flex;
  align-items: center;
  color: var(--color-light-shade);
}


.service-areas .container{
  padding-right: 15%;
}

.service-areas p{
  width: 60%;
}

.service-areas .button.button--primary{
  background: #0094D4;
}

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

.service-areas .button{
  margin-right: 1rem;
}

.uvp-content .col-12{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.uvp-content h2{
  max-width: 455px;
}

.uvp-content .col-12 div{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.uvp-content .col-12 div ul{
  columns: 2;
  padding: 0;
  margin: 0 0 24px 0;
    -webkit-columns: 2; /* Safari support */
  -moz-columns: 2; /* Firefox support */


    display: grid;
  grid-template-columns: 1fr 1fr; /* 2 equal columns */
  gap: 10px 20px; /* row gap, column gap */
  list-style-position: inside;
}

.uvp-content .col-12 div ul li{
  color: #0094D4;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem; /* 133.333% */
  margin: 0 10px 0 0;
  white-space: nowrap;
}

.uvp-content .col-12 hr{
  transform: rotate(90deg);
  /* width: 180px; */
  /* margin: 0 -40px; */
  border-color: #393939;
}

.uvp-content h1{
  font-size: 2.1875rem;
  font-weight: 900;
}

.box__content{
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  padding: 12px 16px;
}

.box__content .content{
  border-radius: 25px;
  background: rgba(0, 148, 212, 0.78);
  text-align: center;
  color: var(--color-light-shade);
  padding: 2rem;
}

.box__content .content p{
  margin: 0;
  line-height: 1.5rem;
}

.content-area h2{
  color: var(--color-primary);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5rem; /* 75% */
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.content-area h3{
  color: #0094D4;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.5rem; /* 104.348% */
  margin-bottom: 10px;
}

.content-area li a, .content-area p a{
  font-weight: normal;
  text-decoration: none;
  color: #0094D4;
}

.box__form{
  background: #E5E5E5;
}

.box__form .row{
  align-items: center;
}

.box__form p:last-of-type{
  margin-bottom: 0;
}

.box__form p{
  width: 90%;
}




/** RESPONSIVE **/

.menu.menu--mobile{background: rgba(0,0,0,0.97); width: 320px;}
.menu.menu--mobile ul li a{color: var(--color-light-shade); font-size: 1.25rem;}
.mobile__toggle.mobile__toggle--mobile img,
.menu.menu--mobile ul li .icon{filter: invert(100%) sepia(45%) saturate(493%) hue-rotate(193deg) brightness(122%) contrast(107%);}


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

  .banner-bottom .uvp.uvp-bar-2{flex-direction: row;}
  .banner-bottom .uvp.uvp-bar-2 li{flex-direction: column; text-align: center;}
  .banner-bottom .uvp.uvp-bar-2 li img{margin: 0 0 10px 0;}

  .feature.feature--7 .feature__content .content__container{padding: 1.25rem;}


  .img-comp-container{height: 150px;}

  .service-areas{background-position: right;}
  .service-areas .container{padding-right: 15px;}
  .service-areas p{width: 90%;}

  .feature.feature--3 .col-md-7{z-index: 2;}

  .uvp.uvp-bar-1{background-color: #20508f;}
  .uvp.uvp-bar-1 li{text-align: left;}

  .uvp-content .col-12 hr{margin: 0;}

}


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

  .footer.footer--6 #footer-one-pane .list{text-align: center;}
  .footer .footer-row .logo, 
  .footer .footer-row .address, 
  .footer .footer-row .phone-number, 
  .footer .footer-row .social-icons{margin: 1rem 0rem; text-align: center;}
  .footer .footer-row hr{transform: rotate(0);}

}


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

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

  h2, .feature .feature__title{text-align: center; font-size: 1.75rem;}
  p{text-align: center;}

  .header .logo img{width: 140px;}
  .header .mobile .button{min-height: 35px;}
  .header .mobile .mobile__grid-item img{height: 16px; width: auto;}

  .banner{max-height: 700px;}
  .banner-area.banner-area--1 .banner-area__title{font-size: 2.25rem;}
  .banner-area.banner-area--1{top: 38%;}

  .banner-bottom .uvp.uvp-bar-2 li{width: 100%; margin: 0 0 10px;}
  .banner-bottom{margin-bottom: -30%;}

  .feature.feature--7 .feature__content .content__container{margin-left: 0; padding: 1.75rem;}
  .feature h2{font-size: 1.75rem; line-height: 1.2;}
  .feature.feature--7 .feature__content .content__buttons{flex-direction: column;}
  .feature.feature--7 .feature__content .content__buttons .button{margin: 0.5rem 0rem;}



  .before-after-gallery .col-md-6{margin-bottom: 3rem;}

  .service-areas{background-position: right; padding: 1.25rem;}
  .service-areas .container{padding-right: 15px;}
  .service-areas p{width: 100%;}

  .content__buttons{display: flex; flex-direction: column; align-items: center; justify-content: center;}
  .content__buttons .button{margin: 0.5rem 0;}

  .feature.feature--3{background: linear-gradient(to right, #D9D9D9 100%, #ffffff 0%); padding: 2rem 1rem;}
  .feature.feature--3 .feature__image{margin: 0;}

  .uvp.uvp-bar-1{transform: translateY(0); background-size: cover; padding-top: 240px;}
  .uvp.uvp-bar-1 h2{max-width: 100%; margin: 0 0 2rem 0; text-align: center;}

  .reviews.reviews-full--1 .reviews-full__content{position: relative; transform: translateY(0); z-index: 2;}
  .reviews.reviews-full--1 .bgstyle{transform: translateY(-20%);}

  

  .page-title.page-title-text-middle-left{text-align: center; padding-left: 0;}
  .page-title.page-title-text-middle-left .page-title__text{font-size: 2rem; text-align: center;}

  .uvp-content .col-12{flex-direction: column; padding: 1rem;}
  .uvp-content .col-12 hr{transform: rotate(0); margin: 1rem 0; width: 100%;}
  .uvp-content .col-12 div ul{columns: 1;}

  .content-area h2{line-height: 1.3;}
  .content-area h3{text-align: center;}
  .feature.feature--4 .feature__image{margin: 0;}
}

.TritonBlogIntro {
    margin-bottom: 1.5rem;
}

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

.triton-blog-feed-article .title {
    margin: 1rem 0;
}
.summary{
    text-align: center;
    padding: 0 1rem;
}
.summary p {
    text-align: center;
    display: inline;
}

.readMoreBlog {
    display: inline;
    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;
    }
} */

.box__content .content h2{
  text-transform: uppercase;
}

.blog-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 1.5rem;
}
.page-title.page-title-text-middle-left .page-title__text{
  text-transform: uppercase;
}

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

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

.TritonBlogIntro{
    text-align: center;
    margin-top: 4rem;
}

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


.triton-blog-feed .triton-blog-feed-article{
  display: flex;
    flex-direction: column;
    align-items: center;
}


/*! 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(--primary-color)}.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.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(--primary-color);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(--primary-color);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(--primary-color);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(--primary-color); 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(--primary-color);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(--primary-color)}.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(--primary-color)!important;border:solid 1px  var(--primary-color)}.eds_news_Ozone.eds_subCollection_news .article_pager a:hover{background-color: var(--primary-color)!important;border:solid 1px  var(--primary-color)}.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags{color:var(--primary-color)}.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags>a:hover{color: var(--primary-color)}.eds_news_Ozone.eds_subCollection_news .article_comments .num_of_comment{display:none}.eds_news_Ozone h1,.eds_news_Ozone h2,.eds_news_Ozone h3,.eds_news_Ozone h4,.eds_news_Ozone h5,.eds_news_Ozone h6{color:#000}.eds_news_Ozone.eds_subCollection_news .edn_articleTitle a{font-family:sans-serif;font-weight:700;font-size:1.75rem;color:#000;text-decoration:none!important}.eds_news_Ozone.eds_subCollection_news .edn_readMore.edn_readMoreButton:hover{background:#367cc0}.eds_news_Ozone.eds_subCollection_news .edn_metaDetails,.eds_news_Ozone.eds_subCollection_news .edn_metaDetails .article_rating,.eds_news_Ozone.eds_subCollection_news .edn_metaDetails .edn_articleCategories,.eds_news_Ozone.eds_subCollection_news .edn_metaDetails a,.eds_news_Ozone.eds_subCollection_news .edn_metaDetails span,.eds_news_Ozone.eds_subCollection_news .edn_metaDetails span.current_rating,.eds_news_Ozone.eds_subCollection_news .edn_metaDetails time{font-size:.875rem}.eds_news_Ozone.eds_subCollection_news .edn_readMoreButtonWrapper{margin:15px 0 10px}#ChameleonGallery { display:none; }.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer img { margin-bottom:0; } .eds_news_Ozone h1, .eds_news_Ozone h2, .eds_news_Ozone h3, .eds_news_Ozone h4, .eds_news_Ozone h5, .eds_news_Ozone h6, .eds_news_Ozone th, .eds_news_Ozone .in_article_image .image_title { font-family:sans-serif; } .eds_news_Ozone h2 { font-size:1.75rem; color:#636363; text-transform:uppercase; font-weight:900; margin-bottom:20px; } .eds_news_Ozone h3 { font-weight:bold; } .eds_news_Ozone p { margin-bottom:1.5rem;font-size:16.667px;line-height:1.4 } .eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTitle { font-weight:700; font-size:1.953125rem; } .eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_article_gallery { display:none; }.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTags > a{color:#fff!important}
 
/*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(--primary-color); }
.edn_metaDetails{display: none !important;}


.service-area-list{
  columns: 3;
}



.box__content .content p a{
  text-decoration: underline;
  color: #fff;
}

.box__content .content p a:hover{
  color: #000;
}

@media (min-width: 1420px) {
.uvp-content .col-12 div {
    margin-right: -3rem;
}



}
@media (min-width: 767px) {


.reviews.reviews-full--1{
  margin-top: 14rem;
  margin-bottom: 3rem;
}

}
.menu.menu--desktop ul li[data-depth="0"] ul[data-depth="0"] li a{
  color: var(--color-primary);
}

header a:hover{
  color: var(--color-primary);
}

.feature .feature__buttons{
  z-index: 1;
  position: relative;
}

.footer .footer-row .address address:hover{
  text-decoration: underline;
}

.footer .footer-row .phone-number a:hover{
  text-decoration: underline;
}

.social-icons img:hover{
  filter: invert(0%) sepia(95%) saturate(4%) hue-rotate(246deg) brightness(105%) contrast(100%);


}

.box__form p a:hover{
  text-decoration: underline;
}

.feature.feature--4 p a:hover{
  text-decoration: underline;
}

.eds_news_Ozone p, .eds_news_Ozone.eds_subCollection_news span, .eds_news_Ozone.eds_subCollection_news li, .eds_news_Ozone.eds_subCollection_news td, .eds_news_Ozone.eds_subCollection_news table{
      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;    line-height: 1.5rem;margin: 0 0 1.5rem;color: #000;
}

.eds_news_Ozone.eds_subCollection_news .edn_article.edn_articleDetails .edn_articleTitle{
      text-wrap: balance;
    font-family: var(--font-headline);font-size: 2.1875rem;
    font-weight: 900;    line-height: 1.0833333333;
    margin: 0 0 .25em 0; 
}


.eds_news_Ozone h2{
      color: var(--color-primary);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1rem;    margin: 4.375rem 0 1.875rem;    text-wrap: balance;
    font-family: var(--font-headline);
}

.eds_news_Ozone.eds_subCollection_news a{
  color: var(--color-primary);
}

.eds_news_Ozone.eds_subCollection_news a:hover{
  text-decoration: underline;
}

.blog-img{
  height: auto;
  max-width: 100%;
width: 780px;
}
.box__form{
  height: 523px;
}

.box__form h2{
	text-transform: uppercase;
}


.service-areas h2{
  font-weight: 900;
}

.TritonBlogIntro, .triton-blog-feed-article .title{
  text-transform: uppercase;text-align: center;
}
.summary p{
  text-align: center;
}

.inner-banner{
  margin-top: 50px;
}

.box__form{
  margin-top: 4rem !important;
}


@media (max-width: 1201px){
.menu.menu--desktop ul li[data-depth="0"] a{
  font-size: 12px;
}

.header .logo img {
  width: 180px;
  height: auto;
}

.banner-area.banner-area--1 .banner-area__title{
  text-wrap: balance;
}
}
@media (max-width: 767px){
.feature.feature--7{
  margin-top: 2rem;
}
}
@media (max-width: 576px){
.banner{
  height: 400px !important;
  margin-top: 118px;
  margin-bottom: 13rem;
}

.banner-bottom .uvp.uvp-bar-2 li img {
  width: 10%;
}


}


@media screen and (max-width: 767px) {
  .img-slider .before figcaption,
  .img-slider .after figcaption {
    font-size: 0.85rem;
    min-height: 40px;
    width: fit-content;
    padding-inline: 15px;
  }

  .img-slider {aspect-ratio:initial}
  img-comparison-slider figure img {
    min-height: 350px;
    object-fit: cover;
  }
}

@media screen and (max-width: 450px) {
  img-comparison-slider figure img {
    min-height: 250px;
  }
  img-comparison-slider .icon-handle {
    width: 15px;
    height: 15px;
  }
  .img-slider .before figcaption,
  .img-slider .after figcaption {
    font-size: 0.5rem;
    min-height: 30px;
  }
}

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


.service-areas {
 background-position: inherit;
}

.footer .footer-row ul li{
  margin-bottom: 1rem;
}
}

@media screen and (max-width: 1270px) and (min-width: 767px) {
.uvp-content h1 {
  font-size: 1rem;
  font-weight: 900;
}

.uvp-content .col-12 div ul li{
  font-size: 10px;
}
.uvp-content h1 {
  font-size: 1rem;
  font-weight: 900;
  padding-left: 3rem;
}
}


@media screen and (max-width: 767px) {
.uvp-content h1{
  text-align: center;
  text-wrap: balance;
}

.content-area h2, .content-area h3, .content-area p, .content-area ul li{
  text-align: left;
}
}
@media screen and (max-width: 576px) {
.uvp-content h1 {
  font-size: 1.3rem;
}

.uvp-content .col-12 div ul li {

  font-size: .9rem;

}

.box__content .content h2{
  font-size: 1.2rem;
}

.box__content .content p{
  font-size: 11px;
  line-height: 1.3rem !important;
}
}

@media screen and (max-width: 1388px) {
.box__form iframe{
  max-width: 100%;
}

.box__form{
  height: auto;
}
}

@media screen and (max-width: 767px) {
.box__form iframe{
  width: 100%;
  margin: 2rem 0;
}

  .box__form {
    padding-top: 2rem;
  }

  .img-comp-img img{
    width: auto;
  }
}


@media screen and (max-width: 1245px) {
.img-comp-img{
  max-width: 100%;
}
}


@media screen and (max-width: 1450px) {
.uvp.uvp-bar-1 {

  background-color: #20508f;
  margin-top: 6rem;
}
}

@media screen and (max-width: 1042px) {
.uvp.uvp-bar-1 {
  transform: translateY(-19%);
}
}

.faq [data-accordion] [data-control]{
  max-width: 100%;
}

.banner .banner-image{
  opacity: 60%;
}

.revwid-filter-container, .revwid-button, .revwid-select, .revwid-overall-rating-out-of-label, .revwid-overall-rating-header, .revwid-overall-rating-sum{display:none}


.revwid-pagination-arrow {
  display: none !important;
}


.revwid-pagination {
  display: none !important;
}


.revwid-reviews-scrollable-area {
  position: relative;
  margin-top:1rem;
}


.revwid-reviews {
  position: relative;
  min-height:200px;
}


.revwid-review {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  padding:clamp(1rem,5vw,1.875rem);
  transition: opacity 0.8s ease-in-out;
  pointer-events: none; 
  background:#fff;
  color:#6f6e6e !important;
  font-family:inherit;
  border-radius:10px;


}


.revwid-review-author, .revwid-review-date {
  font-weight:bold;
  position:relative;
  padding-right:1rem;
}


.revwid-review-author::after {
content:'-';
color:inherit;
position:absolute;
right:6px;
font-size:inherit;
top:50%;
transform:translateY(-50%);
}


.revwid-review-header {display:flex;align-items:center;position:relative;padding-right:75px;height:30px;margin-bottom:1.25rem} 


.revwid-review-source-logo {position:absolute;top:50%;right:0;transform:translateY(-50%);display:flex;}


.revwid-review-stars {margin-right:15px;}


.revwid-icon-star {
  font-size: 18.4px !important;
  color: #fbbc05 !important;
  position:relative;
}


.revwid-icon-star::before {
content: "" !important;
  background: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='1.667in' height='1.597in' viewBox='0 0 120 115'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fbbc05; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Estar%3C/title%3E%3Cpath class='cls-1' d='M59.77,87.747,28.115,111.024a2.854,2.854,0,0,1-4.419-3.137L35.3,70.115,3.128,47.18A2.854,2.854,0,0,1,4.783,42l39.838-.041L56.384,4.674a2.854,2.854,0,0,1,5.422-.067l12.8,37.338,38.983.089a2.854,2.854,0,0,1,1.667,5.167L83.846,69.928l12.909,38.079a2.854,2.854,0,0,1-4.372,3.232Z'/%3E%3C/svg%3E%0A") no-repeat !important;
    background-size: auto;
  background-size: 100% !important;
  width: 26px !important;
    height: 26px !important;
    display: inline-block !important;
  font-family: 'widget' !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
}


.revwid-review-intro-text {padding-top:.5rem;}
.revwid-review-intro-text p:last-of-type, .revwid-review-read-more-link  {margin-bottom:0}



.revwid-review.active {
  opacity: 1;
  position: relative; 
  pointer-events: auto; 
}



.revwid-review-full-text {
  display: none;
}


.revwid-for-collapse {
  display: none;
}



@media screen and (max-width:576px) {
  .revwid-review-stars {margin-right:10px}
  .revwid-icon-star::before {width:15px!important;height:15px!important}
  .revwid-review-source-logo img {max-width:60px;height:auto;}
  .revwid-review-rating-text {font-size:.95rem}
}


.TritonBlogIntro{
  font-weight: 900;
}


.reviews.reviews-full--1 .reviews-full__content{
  width: 1248px;
  max-width: 100%;
}

.schedule-quote {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
padding: 124px 20px;
}

.schedule-quote h2 {
  color: white; /* Adjust text color for visibility */
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5); /* Optional: adds readability */
      text-align: center;
    position: relative;
    top: 3rem;
    text-transform: uppercase;
    font-weight: 900;
}


.first-row-item {
  margin-bottom: 30px; /* or whatever value you need */
}



/* ----------------------------------
*
* EasyDNN Gallery
*
* ---------------------------------*/
.eds_GravityGallery_Capsule .edg__gravityPortfolio_header {
    margin: 0 !important;
    padding: 0;
  }
  
  
  .eds_GravityGallery_Capsule .edg__gravityPortfolio_header .edg__gravityPortfolio_itemList {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    border: none;
    box-shadow: none !important;
    border-radius: 0 !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  
  .eds_GravityGallery_Capsule .edg__gravityPortfolio_header .edg__gravityPortfolio_itemList > li.edg__gravityPortfolio_hide,
  .eds_GravityGallery_Capsule .edg__gravityPortfolio_header .edg__gravityPortfolio_itemList li {
    display: block !important;
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.75rem 1rem !important;
    background: rgb(184 184 184);
    line-height: 1.2;
  }
  
  
  .eds_GravityGallery_Capsule .edg__gravityPortfolio_header .edg__gravityPortfolio_itemList > li.edg__gravityPortfolio_hide span,
  .eds_GravityGallery_Capsule .edg__gravityPortfolio_header .edg__gravityPortfolio_itemList li span {
    margin: 0;
    padding: 0;
    line-height: 1.2;
  }
  
  
  .eds_GravityGallery_Capsule .edg__gravityPortfolio_header .edg__gravityPortfolio_itemList li.edg__gravityPortfolio_active {
    background: #525252;
  }
  
  
  .eds_GravityGallery_Capsule .edg__gravityPortfolio_itemList.edg__gravityPortfolio_visibleItemList > li > span::after {
    display: none;
  }
  
  
  .eds_GravityGallery_Capsule .edg__gravityPortfolio_itemList.edg__gravityPortfolio_visibleItemList.edg__gravityPortfolio_itemsHidden > li:first-child {
    box-shadow: none !important;
  }
  
  
  .eds_GravityGallery_Capsule .edg__gravityPortfolio_itemList.edg__gravityPortfolio_visibleItemList > li:first-child > span {
    border-radius: 0;
  }
  
  
  .eds_GravityGallery_Capsule .edg__gravityPortfolio_hiddenItemWrapper.edg__gravityPortfolio_itemsHidden,
  .eds_GravityGallery_Capsule .edg__gravityPortfolio_hiddenItemWrapper > .edGP_hiddenItemListTrigger {
    display: none !important;
  }
  
  
  .eds_GravityGallery_Capsule .edsgg__itemsListContainer .edsgg__itemContainer {
    position: relative;
    width: 25% !important;
    height: 0 !important;
    padding-top: 25% !important;
  }
  
  
  .eds_GravityGallery_Capsule .edsgg__itemsListContainer .edsgg__itemContainer .edGP_thumbnail {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    padding: 0.25rem;
  }
  
  
  .eds_GravityGallery_Capsule .edsgg__itemsListContainer .edsgg__itemContainer .edGP_thumbnail .edGP_thumbnailContainer {
    width: 100%;
    height: 100%;
  }
  
  
  .eds_GravityGallery_Capsule .edsgg__itemsListContainer .edsgg__itemContainer .edGP_thumbnail .edGP_mediaWrapper {
    height: 100%;
  }
  
  
  .eds_GravityGallery_Capsule .edsgg__itemsListContainer .edsgg__itemContainer .edGP_thumbnail .edGP_mediaWrapper img {
    width: 100%;
    height: 100% !important;
    margin: 0;
    object-fit: cover;
    object-position: center;
  }
  
  
  @media screen and (max-width: 991px) {
    .eds_GravityGallery_Capsule .edg__gravityPortfolio_header .edg__gravityPortfolio_itemList > li.edg__gravityPortfolio_hide,
    .eds_GravityGallery_Capsule .edg__gravityPortfolio_header .edg__gravityPortfolio_itemList li {
      padding: 0.75rem 0.5rem !important;
    }
  }
  
  
  @media screen and (max-width: 575px) {
    .eds_GravityGallery_Capsule .edsgg__itemsListContainer .edsgg__itemContainer {
      width: 50% !important;
      padding-top: 50% !important;
    } 
  }
  .smbLightOverlayWrapper.modern .mainWrapper .itemTitle, .eds_GravityGallery_Capsule.edGP_overlay1 .edsgg__itemsListContainer .edsgg__itemContainer .edGP_thumbnail .edGP_titleDescription{display:none!important}
  

  .before-after-btn{
        display: flex
;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .banner-bottom .uvp{
    margin-bottom: 2rem;
  }

  .service-areas{
    margin-top: 4rem;
  }

.before-after-btn .button.button--primary{
background: var(--color-tertiary);    padding-left: 2rem;
    padding-right: 2rem;
}

.before-after-btn .button.button--primary:hover{
  background: var(--color-dark-shade);

}


  @media screen and (max-width: 1612px) and (min-width: 1450px){
    .uvp.uvp-bar-1 {

    background-size: 110% auto;

}
  }


.revwid-reviews{
        display: flex
;
    align-items: center;
    justify-content: center;
  }

  .revwid-review{
    max-width: 1037px;
  }

  .before-after-gallery.gallery-page .col-md-6{
    margin-bottom: 2.5rem;
  }


  /*! ===============
   Review List (Vertical)
   ================ */

/* Hide filter controls and pagination */
.revwid-filter-container, 
.revwid-button, 
.revwid-select, 
.revwid-overall-rating-out-of-label, 
.revwid-overall-rating-header, 
.revwid-overall-rating-sum {
  display: none;
}

.revwid-pagination-arrow {
  display: none !important;
}

.revwid-pagination {
  display: none !important;
}

/* Container for vertical list */
.revwid-reviews-scrollable-area {
  position: relative;
  margin-top: 1rem;
}

.revwid-reviews {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Individual review styling */
.revwid-review {
  opacity: 0;
  width: 100%;
  padding: clamp(1rem, 5vw, 1.875rem);
  transition: opacity 0.5s ease-in-out;
  background: #fff;
  color: #6f6e6e !important;
  font-family: inherit;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Show reviews when visible class is added */
.revwid-review.visible {
  opacity: 1;
  position: relative;
}

/* Author and date styling */
.revwid-review-author, 
.revwid-review-date {
  font-weight: bold;
  position: relative;
  padding-right: 1rem;
}

.revwid-review-author::after {
  content: '-';
  color: inherit;
  position: absolute;
  right: 6px;
  font-size: inherit;
  top: 50%;
  transform: translateY(-50%);
}

/* Review header */
.revwid-review-header {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 75px;
  height: 30px;
  margin-bottom: 1.25rem;
}

.revwid-review-source-logo {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
}

/* Star ratings */
.revwid-review-stars {
  margin-right: 15px;
}

.revwid-icon-star {
  font-size: 18.4px !important;
  color: #fbbc05 !important;
  position: relative;
}

.revwid-icon-star::before {
  content: "" !important;
  background: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' width='1.667in' height='1.597in' viewBox='0 0 120 115'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fbbc05; %7D %3C/style%3E%3C/defs%3E%3Ctitle%3Estar%3C/title%3E%3Cpath class='cls-1' d='M59.77,87.747,28.115,111.024a2.854,2.854,0,0,1-4.419-3.137L35.3,70.115,3.128,47.18A2.854,2.854,0,0,1,4.783,42l39.838-.041L56.384,4.674a2.854,2.854,0,0,1,5.422-.067l12.8,37.338,38.983.089a2.854,2.854,0,0,1,1.667,5.167L83.846,69.928l12.909,38.079a2.854,2.854,0,0,1-4.372,3.232Z'/%3E%3C/svg%3E%0A") no-repeat !important;
  background-size: 100% !important;
  width: 26px !important;
  height: 26px !important;
  display: inline-block !important;
  font-family: 'widget' !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
}

/* Review text */
.revwid-review-intro-text {
  padding-top: .5rem;
}

.revwid-review-intro-text p:last-of-type, 
.revwid-review-read-more-link {
  margin-bottom: 0;
}

.revwid-review-full-text {
  display: none;
}

.revwid-for-collapse {
  display: none;
}

/* Mobile responsiveness */
@media screen and (max-width: 576px) {
  .revwid-review-stars {
    margin-right: 10px;
  }
  
  .revwid-icon-star::before {
    width: 15px !important;
    height: 15px !important;
  }
  
  .revwid-review-source-logo img {
    max-width: 60px;
    height: auto;
  }
  
  .revwid-review-rating-text {
    font-size: .95rem;
  }
  
  .revwid-reviews {
    gap: 1rem;
  }
}