/*========================================================
	Main Style CSS for Bestrescreen Company 2026
=========================================================*/
:root {
  --main-black: #16181A;
  --blue: #13237b;
  --magenta: #CF1675;
  --review-sec: #5B65A4;
  --white: #fff;
  --text: #16181A;
  --yellow: #FDCB19;
  --light-blue: #0097E0;
  --gray: #F2F2F4;
  --border: rgba(19, 35, 123, .14);
}


/*========================================================
                                          RESET
  =========================================================*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
address,
em,
img,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
caption,
article,
aside,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

*:focus {
    outline: none;
}

* {
    box-sizing: border-box;
}

input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*========================================================
                      Main Styles
=========================================================*/
body {
    background: var(--white);
    font-family: 'Inter', arial, sans-serif;
    font-weight: 400;
    color: var(--text);
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
}

html.nav-active,
body.nav-active {
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
  color: var(--main-black);
  font-family: 'Inter', arial, sans-serif;
  font-weight: 800;
  line-height: 1.3;
  text-transform: capitalize;
}
h1{
  font-size: 54px;
}
h2, h3, h4{
  font-size: 50px;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.clear {
    clear: both;
}

ol li {
    list-style-type: decimal;
    list-style-position: inside;
    text-align: left;
    line-height: 1.3em;
}

@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  body {
  	font-size: 19px;
  }
  h1, h2, h3, h4 {
  	font-size: 42px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  body {
  	font-size: 18px;
  }
  h1, h2, h3, h4 {
  	font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body {
  	font-size: 18px;
  }
  h1, h2, h3, h4 {
  	font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  body {
  	font-size: 19px;
    line-height: 1.5;
  }
  h1, h2, h3 {
  	font-size: 32px;
    line-height: 1.3;
  }
}

/*========================================================
	CONTENT
=========================================================*/
.bodyFrame {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.newSize,
.newSize2 {
    width: 86%;
    max-width: 1312px;
    margin: 0 auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .newSize,
    .newSize2 {
        width: 95%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .newSize,
    .newSize2 {
        width: 95%;
    }
}
@media only screen and (max-width: 767px) {
    .newSize,
    .newSize2 {
        width: 90%;
    }
}

/*========================================================
      Banner Index
=========================================================*/
.banIndex{
  background: var(--blue);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.banIndexMedia{
  bottom: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 0;
}
.banIndexMedia img{
  display: block;
  height: 100%;
  width: 100%;
}
.banIndexMedia img{
  object-fit: cover;
  object-position: center;
}
.banIndex > .newSize{
  position: relative;
  z-index: 1;
}
.blueLeft{
  background: var(--blue);
  width: 50%;
  padding: 130px 60px 120px 0;
}
.blueLeftMain h1{
  color: var(--white);
}
.blueLeftMain p{
  color: var(--white);
  margin: 20px 0 0;
}
.blueLeftBtnPlace{
  margin: 30px 0 0;
}
.banIndexMob{
  display: none;
}
@media only screen and (min-width: 1535px) and (max-width: 1919px) {
  .blueLeft {
  	padding: 130px 145px 120px 0;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .blueLeft {
  	padding: 75px 85px 75px 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .blueLeft {
  	padding: 75px 60px 75px 0;
  }
  .blueLeftMain h1{
    max-width: 364px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .banIndexMob{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .banIndexMob img{
    display: block;
    width: 100%;
    height: auto;
  }
  .banIndex .newSize{
    display: none;
  }
  .banIndexMedia{
    display: none;
  }
  .banIndex{
    background: none;
  }
  .blueLeft{
    width: 100%;
    padding: 60px 60px 60px 0;
  }
  .blueLeftMain h2{
    color: var(--white);
  }

}


/*========================================================
        Reviews Counter Section Index below  banner
=========================================================*/
.grevbg {
    background: var(--review-sec);
    color: var(--white);
    padding: 60px 0;
}
.fiveSwrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.fiveSone p {
    font-family: 'Inter', arial, sans-serif;
    font-size: 85px;
    font-weight: 700;
    line-height: 0.7;
}
.fiveStwo {
    margin: 0 60px;
}
.fiveStwo p {
    font-family: 'Inter', arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.1;
    text-transform: uppercase;
}
.fiveStwo img {
    width: 185px;
    vertical-align: sub;
}
.fiveStwo p span {
    display: block;
}
@media only screen and (min-width: 1920px) and (max-width: 2559px) {

}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
   .grevbg {
        padding: 50px 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
    .grevbg {
        padding: 40px 0;
    }
    .fiveSone p {
        font-size: 80px;
    }
    .fiveStwo p {
        font-size: 28px;
    }
    .fiveStwo img {
        width: 160px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .grevbg {
        padding: 35px 0;
    }
    .fiveSone p {
        font-size: 80px;
    }
    .fiveStwo p {
        font-size: 30px;
    }
    .fiveStwo img {
        width: 170px;
    }
    .fiveSwrap {
        flex-direction: column;
    }
    .fiveStwo {
        margin: 20px auto;
    }
}
@media only screen and (max-width: 767px) {
   .grevbg {
        padding: 35px 0;
    }
    .fiveSone p {
        font-size: 74px;
    }
    .fiveStwo p {
        font-size: 24px;
    }
    .fiveStwo img {
        width: 140px;
    }
    .fiveSwrap {
        flex-direction: column;
    }
    .fiveStwo {
        margin: 20px auto;
    }
}


/*========================================================
			Common Screen Issues Index section
=========================================================*/
.commoScr{
  background: var(--gray);
  padding: 90px 0;
}
.commoScr h2{
  text-align: center;
}
.commoScrWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 80px 0 0;
}
.commoScrBox{
  background: var(--white);
  border-radius: 20px;
  width: 23%;
  text-align: center;
  padding: 31px;
}
.commoImg{
  min-height: 98px;
  margin: 0 0 20px;
}
.commoScrBox p span{
  display: block;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 15px;
}
.commoScrBox p{
  min-height: 172px;
}
.commoScrBtnPlace{
  margin: 30px 0 0;
}
@media only screen and (min-width: 1535px) and (max-width: 1919px) {
  .commoScrBox {
  	padding: 34px;
  }
  .commoScrBox p span {
  	font-size: 24px;
  }
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .commoScr {
  	padding: 80px 0;
  }
  .commoScrBox {
  	padding: 30px 24px;
  }
  .commoImg {
  	min-height: 105px;
  }
  .commoScrBox p span {
  	font-size: 22px;
  }
  .commoScrBox .btn {
  	padding: 18px 35px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .commoScr {
  	padding: 60px 0;
  }
  .commoScrWrap {
  	margin: 60px 0 0;
  }
  .commoScrBox {
  	padding: 30px 15px;
  }
  .commoImg {
  	min-height: 65px;
  }
  .commoImg img {
    max-height: 65px;
  }
  .commoScrBox p span {
  	font-size: 20px;
  }
}

/*========================================================
			Screen Options Index Section
=========================================================*/
.screenOptions{
  padding: 80px 0;
}
.screenOptions__title{
  text-align: center;
}
.screenOptions__tabs{
  background: var(--gray);
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0 0;
  overflow: hidden;
}
.screenOptions__tab--active{
  background: var(--magenta);
  border-radius: 0;
}
.screenOptions__tab--active:first-child{
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}
.screenOptions__tab--active:last-child{
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
.screenOptions__tab--active a{
  color: var(--white);
}
.screenOptions__tab{
  border-right: 1px solid #E6E6E6;
  padding: 0;
  text-align: center;
  width: 20%;
}
.screenOptions__tab:nth-child(4){
  border-right: none;
}
.screenOptions__tab a{
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 25px;
  text-transform: capitalize;
}
.screenOptions__content{
  max-width: 800px;
  margin: 50px 0 0;
}
.screenOptions__content p span{
  display: block;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 15px;
  text-transform: capitalize;
}
.screenOptions__item{
  display: flex;
  justify-content: flex-start;

}
.screenOptions__item[hidden]{
  display: none !important;
}
.screenOptions__item img{
  border-radius: 20px;
}
.screenOptions__itemContent{
  margin-left: 30px;
}
.systemsLink{
  margin: 30px 0 0;
}
.systemsLink a {
	color: var(--blue);
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .screenOptions__tab a {
  	font-size: 16px;
  }
  .screenOptions__content p span {
  	font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .screenOptions {
  	padding: 60px 0;
  }
  .screenOptions__content p span {
  	font-size: 22px;
  }
  .screenOptions__tab{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .screenOptions__tab a {
  	padding: 12px 25px;
  }
}

/*========================================================
			Recent Pool Cage Index section
=========================================================*/
.recPool{
  background: var(--gray);
  padding: 80px 0;
}
.recPoolWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.recPoolLeft{
  width: 42%;
}
.recPoolLeftMapDesc{
  width: 45%;
}
.recPoolRight{
  border-radius: 18px;
  overflow: hidden;
  width: 49%;
}
.recPoolRight img{
  border-radius: 18px;
  width: 100%;
  height: auto;
}
.recPoolLeft p{
  margin: 30px 0 0;
}
.recPoolBtnsPlace{
  margin: 30px 0 0;
}
.recPoolBtnsPlace .btn--outlineBlue {
  min-width: 191px;
}
.recPoolRight iframe{
  display: block;
  width: 100%;
  height: 350px;
}
.recPoolLocations span{
  margin-right: 15px;
}
.recPoolLocations span img{
  margin-right: 5px;
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .recPoolLocations{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .recPoolLocations span{
    width: 45%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .recPool {
  	padding: 60px 0;
  }
  .recPoolLocations{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .recPoolLocations span{
    width: 45%;
  }
}

/*========================================================
			Small videos Index section
=========================================================*/
.smVideos{
  background: #f9f9fb;
  padding: 60px 0;
}
.smVideosWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.smVideosBox{
  width: 23%;
}
.smVideosBox img{
  width: 100%;
  height: auto;
}
.smVideosBox .mediaCard__title{
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 16px 0 0;
  text-transform: capitalize;
}
.smVideosBox .mediaCard__title a{
  border-radius: 0;
  color: var(--main-black);
  display: inline;
  line-height: inherit;
  overflow: visible;
}

/*========================================================
			What Homeowners Index section
=========================================================*/
.whHome{
  padding: 80px 0;
}
.whHome h3{
  text-align: center;
}
.whHomeCarousel {
  --review-gap: 32px;
  margin: 60px 0 0;
}
.whHomeViewport {
  overflow: visible;
}
.whHomeTrack{
  display: grid;
  gap: var(--review-gap);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  transition: transform .45s ease;
}
.whHomeCarousel.is-enhanced .whHomeViewport {
  overflow: hidden;
}
.whHomeCarousel.is-enhanced .whHomeTrack {
  display: flex;
  will-change: transform;
}
.whHomeBox{
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  display: flex;
  flex: 0 0 calc((100% - (var(--review-gap) * 2)) / 3);
  flex-direction: column;
  min-height: 290px;
  padding: 24px;
  width: auto;
}
.whHomeRow{
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}
.whHomeName{
  color: var(--blue);
  font-weight: 700;
}
.whHomeDescr{
  font-style: italic;
  margin: 15px 0 0;
}
.whHomeControls {
  align-items: center;
  display: none;
  gap: 16px;
  justify-content: center;
  margin: 26px 0 0;
}
.whHomeCarousel.is-enhanced .whHomeControls {
  display: flex;
}
.whHomeArrow {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(19, 35, 123, .14);
  border-radius: 50%;
  color: var(--blue);
  cursor: pointer;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  transition: border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
  width: 46px;
}
.whHomeArrow:hover,
.whHomeArrow:focus-visible {
  border-color: rgba(207, 22, 117, .3);
  box-shadow: 0 12px 24px rgba(19, 35, 123, .12);
  color: var(--magenta);
  transform: translateY(-2px);
}
.whHomeDots {
  align-items: center;
  display: flex;
  gap: 9px;
  justify-content: center;
}
.whHomeDot {
  background: rgba(19, 35, 123, .18);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 10px;
  padding: 0;
  transition: background .2s ease, width .2s ease;
  width: 10px;
}
.whHomeDot.is-active {
  background: var(--magenta);
  width: 30px;
}
.whHomeCarousel.is-static .whHomeControls {
  display: none;
}
.trustedRowBottom{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px auto 0;
}
.trustedTwo{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.googRevRound{
  border: 1px solid #F2F2F4;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 15px;
}
.googImg{
  margin-right: 15px;
}
.googBig{
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}
.googSmall{
  font-size: 12px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
}
.googSmall span{
  font-weight: 800;
}
.googText img{
  width: 97px;
}
.trustedBtnPlace{
  margin-left: 80px;
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .whHomeRow img{
    width: 105px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .whHome {
  	padding: 60px 0;
  }
  .whHomeRow img {
  	width: 70px;
  }
}
@media only screen and (max-width: 1180px) {
  .whHomeCarousel {
    --review-gap: 24px;
  }

  .whHomeTrack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .whHomeBox {
    flex-basis: calc((100% - var(--review-gap)) / 2);
  }
}

/*========================================================
			Why Choose Us Index section
=========================================================*/
.whyChoose{
  padding: 80px 0;
}
.whyChooseWrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.whyChooseLeft{
  width: 48%;
}
.whyChooseLeft img{
  border-radius: 32px;
  width: 100%;
}
.whyChooseRight{
  width: 47%;
}
.whyChooseRight h3 span{
  display: block;
}
.whyChooseRight ul{
  margin: 30px 0 0 15px;
}
.whyChooseRight li {
	background-image: url('../images/icons/list-icon-tick.svg');
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 24px 24px;
  font-weight: 500;
	padding-left: 35px;
	margin-bottom: 15px;
}
.whyChooseRight li span{
  display: block;
  font-weight: 700;
}
.whyChooseRight p{
  margin: 30px 0 0;
}
.whyChooseBtnPlace{
  margin: 30px 0 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .whyChoose {
  	padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .whyChoose {
  	padding: 60px 0;
  }
  .whyChooseWrap {
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	flex-wrap: wrap;
    flex-direction: column;
  }
  .whyChooseLeft,
  .whyChooseRight{
    width: 100%;
  }
  .whyChooseRight{
    margin: 20px 0 0;
  }
}

/*========================================================
    Recent Projects Index Section
=========================================================*/
.recProj{
  background: var(--gray);
  padding: 80px 0;
}
.recProj h3{
  text-align: center;
}
.recProjWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0 0;
}
.recProjWrap img{
  width: 23%;
  border-radius: 20px;
}
.recProjBtnPlace{
  margin: 60px 0 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .recProj {
  	padding: 60px 0;
  }
}

/*========================================================
    how the process works Index Section
=========================================================*/
.howProc{
  padding: 80px 0;
}
.howProc h3{
  text-align: center;
}
.howProcWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0 0;
}
.howProcBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 31%;
}
.HowBigDigit{
  color: var(--blue);
  font-size: 74px;
  font-weight: 100;
  width: 25%;
}
.howProcDescr span{
  display: block;
  font-size: 26px;
  font-weight: 700;
}
.howProcDescr{
  width: 75%;
  padding: 20px 0 0 20px;
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .HowBigDigit {
  	font-size: 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .howProc {
  	padding: 60px 0;
  }
  .HowBigDigit {
  	font-size: 60px;
  }
  .howProcDescr span {
  	font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .howProc {
  	padding: 60px 0;
  }
  .howProcWrap{
    flex-direction: column;
    align-items: center;
    margin: 40px 0 0;
  }
  .howProcBox {
  	width: 53%;
    max-width: 387px;
  }
}

/*========================================================
    Site CTA
=========================================================*/
.siteCta{
  background: url('../images/home/need-new-screens.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 85px 0 355px;
  text-align: center;
}
.siteCta h2 span {
  display: block;
}
.siteCta__actions {
  justify-content: center;
  margin: 60px 0 0;
}
.siteCta__actions .btn--outlineBlue {
	min-width: 191px;
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .siteCta {
  	padding: 50px 0 315px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .siteCta {
  	padding: 50px 0 215px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .siteCta {
  	padding: 35px 0 230px;
  }
  .siteCta__actions {
  	margin: 40px 0 0;
  }
}

/*========================================================
    Footer
=========================================================*/
.siteFooter {
  background: var(--gray);
  padding-top: clamp(44px, 5vw, 78px);
}

.siteFooter__layout {
  display: grid;
  gap: clamp(18px, 1.8vw, 28px);
  grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
  padding-bottom: 22px;
}

.siteFooter__side,
.siteFooter__proofGrid,
.siteFooter__navGrid,
.siteFooter__contactList {
  display: grid;
}

.siteFooter__side,
.siteFooter__contactList {
  gap: clamp(18px, 1.8vw, 28px);
}

.siteFooter__proofGrid,
.siteFooter__navGrid {
  gap: clamp(14px, 1.3vw, 20px);
}

.siteFooter__side,
.siteFooter__proofGrid {
  grid-template-columns: 1fr;
}

.siteFooter__navGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.siteFooter__brandCard,
.siteFooter__navCard,
.siteFooter__trustCard,
.siteFooter__socialCard {
  background: var(--white);
  border: 1px solid rgba(19, 35, 123, .1);
  border-radius: 24px;
  box-shadow: 0 14px 28px rgba(19, 35, 123, .035);
}

.siteFooter__brandCard,
.siteFooter__side,
.siteFooter__navCard,
.siteFooter__trustCard,
.siteFooter__socialCard {
  min-width: 0;
}

.siteFooter__brandCard {
  min-height: 100%;
  padding: clamp(28px, 3.1vw, 50px);
}

.siteFooter__logo {
  display: block;
  max-width: 250px;
}

.siteFooter__logo img {
  display: block;
  height: auto;
  width: 100%;
}

.siteFooter__company {
  color: var(--main-black);
  font-size: 20px;
  font-weight: 800;
  margin-top: 18px;
}

.siteFooter__summary {
  font-size: 17px;
  line-height: 1.45;
  margin-top: 18px;
  max-width: 360px;
}

.siteFooter__heading {
  color: var(--blue);
  font-size: 18px;
  font-weight: 900;
  margin: 0;
}

.siteFooter__navCard {
  padding: clamp(22px, 2.2vw, 30px);
}

.siteFooter__navCard p {
  color: var(--blue);
  font-size: 17px;
  font-weight: 900;
  margin: 0 0 16px;
}

.siteFooter__navCard ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.siteFooter__navCard li {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.siteFooter__navCard a {
  color: var(--main-black);
  display: inline-block;
  font-weight: 500;
  padding: 2px 0;
  transition: color .2s ease, transform .2s ease;
}

.siteFooter__navCard a:hover,
.siteFooter__navCard a:focus-visible {
  color: var(--magenta);
  transform: translateX(2px);
}

.siteFooter__trustCard,
.siteFooter__socialCard {
  padding: clamp(24px, 2.4vw, 34px);
}

.siteFooter__trustContent {
  align-items: center;
  display: grid;
  gap: 24px 34px;
  grid-template-columns: minmax(220px, max-content) minmax(0, 1fr);
  margin-top: 18px;
}

.siteFooter__reviewBadge {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(19, 35, 123, .1);
  border-radius: 18px;
  box-shadow: 0 10px 22px rgba(19, 35, 123, .04);
  display: inline-flex;
  gap: 14px;
  max-width: 100%;
  padding: 13px 16px;
  transition: box-shadow .2s ease, transform .2s ease;
}

.siteFooter__reviewBadge:hover,
.siteFooter__reviewBadge:focus-visible {
  box-shadow: 0 14px 28px rgba(19, 35, 123, .08);
  transform: translateY(-2px);
}

.siteFooter__reviewBadge > img {
  flex: 0 0 auto;
  width: 46px;
}

.siteFooter__reviewContent {
  display: block;
  min-width: 0;
}

.siteFooter__reviewCount {
  color: var(--main-black);
  display: block;
  font-size: 38px;
  font-weight: 900;
  line-height: .88;
}

.siteFooter__reviewLabel {
  color: var(--main-black);
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 4px;
  text-transform: uppercase;
}

.siteFooter__reviewContent img {
  display: block;
  margin-top: 5px;
  max-width: 110px;
  width: 100%;
}

.siteFooter__badges {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  min-width: 0;
}

.siteFooter__badges a {
  display: inline-flex;
  transition: opacity .2s ease, transform .2s ease;
}

.siteFooter__badges a:hover,
.siteFooter__badges a:focus-visible {
  opacity: .86;
  transform: translateY(-2px);
}

.siteFooter__badges img {
  display: block;
  height: auto;
  max-width: 185px;
  width: 100%;
}

.siteFooter__social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.siteFooter__social a {
  align-items: center;
  background: var(--magenta);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  flex: 0 0 46px;
  font-size: 19px;
  height: 46px;
  justify-content: center;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
  width: 46px;
}

.siteFooter__social a span {
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.siteFooter__social a:hover,
.siteFooter__social a:focus-visible {
  background: var(--blue);
  color: var(--white);
  transform: translateY(-2px) scale(1.04);
}

.siteFooter__contactList {
  gap: 18px;
  margin-top: 28px;
}

.siteFooter__contactItem {
  align-items: flex-start;
  display: flex;
  gap: 15px;
}

.siteFooter__contactItem:first-child {
  align-items: center;
}

.siteFooter__contactIcon {
  align-items: center;
  background: rgba(207, 22, 117, .1);
  border-radius: 999px;
  color: var(--magenta);
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 18px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.siteFooter__contactItem p {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
}

.siteFooter__contactItem:first-child p {
  color: var(--blue);
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 800;
  line-height: 1.1;
}

.siteFooter__contactItem:first-child a {
  display: inline-block;
  line-height: 1;
}

.siteFooter__contactItem span:not(.siteFooter__contactIcon) {
  display: block;
}

.siteFooter__contactItem a:hover,
.siteFooter__contactItem a:focus-visible {
  color: var(--magenta);
}

.siteFooter__copyright {
  background: var(--gray);
  padding: 0 0 clamp(24px, 3vw, 42px);
}

.siteFooter__copyrightInner {
  align-items: center;
  background: var(--blue);
  border-radius: 24px;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 24px 30px;
}

.siteFooter__copyright p {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.siteFooter__copyright a {
  color: var(--white);
  transition: color .2s ease;
}

.siteFooter__copyright span {
  display: inline-block;
  margin-left: 6px;
}

.siteFooter__legalLinks {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
  margin: 0;
}

.siteFooter__legalLinks a {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  transition: color .2s ease;
}

.siteFooter__copyright a:hover,
.siteFooter__copyright a:focus-visible,
.siteFooter__legalLinks a:hover,
.siteFooter__legalLinks a:focus-visible {
  color: var(--yellow);
}
@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .siteFooter__layout {
    gap: 28px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .siteFooter__layout {
    grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
  }

  .siteFooter__navGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .siteFooter__layout {
    grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
  }

  .siteFooter__navGrid {
    grid-template-columns: 1fr;
  }

  .siteFooter__trustContent {
    grid-template-columns: 1fr;
  }
}

/*========================================================
   Site Header
=========================================================*/
.siteHeader {
  border-bottom: 1px solid rgba(19, 35, 123, 0.18);
  background: var(--white);
  box-shadow: none;
  height: 92px;
  left: 0;
  min-height: 92px;
  position: fixed;
  top: 0;
  transition: height 0.22s ease, min-height 0.22s ease, box-shadow 0.22s ease;
  width: 100%;
  z-index: 10000;
}

.siteHeader,
.siteHeader * {
  box-sizing: border-box;
}

.siteHeader + main {
  padding-top: 92px;
}

.siteHeader + main .topFix {
  margin-top: 0;
}

.siteHeader__bar {
  align-items: center;
  display: grid;
  gap: clamp(22px, 2.6vw, 44px);
  grid-template-columns: minmax(150px, 190px) minmax(0, 1fr) minmax(150px, 190px);
  height: 92px;
  margin: 0 auto;
  max-width: 1312px;
  transition: height 0.22s ease;
  width: 90%;
}

.siteHeader__logo {
  align-items: center;
  display: flex;
  min-width: 0;
}

.siteHeader__logo img {
  display: block;
  height: auto;
  max-height: 74px;
  max-width: 164px;
  transition: max-height 0.22s ease, max-width 0.22s ease;
  width: 100%;
}

.siteHeader__nav {
  align-items: stretch;
  display: flex;
  height: 100%;
  justify-content: center;
  min-width: 0;
}

.siteHeader .siteNav {
  align-items: stretch;
  display: flex;
  gap: clamp(18px, 1.8vw, 34px);
  justify-content: center;
  margin: 0;
  padding: 0;
}

.siteHeader .siteNav__item {
  align-items: stretch;
  display: flex;
  height: auto;
  margin: 0;
}

.siteHeader .siteNav__link {
  align-items: center;
  color: var(--main-black);
  display: flex;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  line-height: 1.2;
  padding: 4px 0 0;
  text-align: center;
  text-transform: capitalize;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.siteHeader .siteNav__link:hover,
.siteHeader .siteNav__link:focus-visible,
.siteHeader .siteNav__item.is-active .siteNav__link {
  color: var(--magenta);
}

.siteHeader__desktopActions {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.siteHeader__cta {
  font-size: 17px;
  min-height: 50px;
  padding: 0 24px;
  transition-property: background-color, border-color, box-shadow, color, min-height, opacity, padding, transform;
  white-space: nowrap;
}

.siteHeader__mobileActions,
.siteHeader__backdrop,
.siteHeader__drawer {
  display: none;
}

.siteHeader.is-scrolled {
  box-shadow: 0 8px 20px rgba(19, 35, 123, 0.08);
  height: 76px;
  min-height: 76px;
}

.siteHeader.is-scrolled .siteHeader__bar {
  height: 76px;
}

.siteHeader.is-scrolled .siteHeader__logo img {
  max-height: 58px;
  max-width: 132px;
}

.siteHeader.is-scrolled .siteHeader__cta {
  min-height: 44px;
  padding: 0 20px;
}

.siteHeader a:focus-visible,
.siteHeader button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--light-blue) 70%, var(--white));
  outline-offset: 4px;
}

@media only screen and (min-width: 1920px) and (max-width: 2559px) {
  .siteHeader__bar {
    width: 86%;
  }
}

@media only screen and (min-width: 1301px) and (max-width: 1919px) {
  .siteHeader__bar {
    max-width: 1292px;
    width: 85%;
  }
}

@media only screen and (min-width: 1301px) and (max-width: 1500px) {
  .siteHeader__bar {
    max-width: 1171px;
    width: 90%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  .siteHeader__bar {
    width: 95%;
  }
}

@media only screen and (max-width: 1180px) and (min-width: 1024px) {
  .siteHeader__bar {
    gap: 14px;
    grid-template-columns: 142px minmax(0, 1fr) 154px;
  }

  .siteHeader .siteNav {
    gap: 16px;
  }

  .siteHeader .siteNav__link {
    font-size: 15px;
  }

  .siteHeader__cta {
    font-size: 15px;
    min-height: 46px;
    padding: 0 18px;
  }
}

@media only screen and (max-width: 1023px) {
  .siteHeader {
    height: 96px;
    min-height: 96px;
  }

  .siteHeader + main {
    padding-top: 96px;
  }

  .siteHeader__bar {
    display: flex;
    gap: 18px;
    height: 96px;
    justify-content: space-between;
    max-width: none;
    width: 95%;
  }

  .siteHeader__logo {
    flex: 1 1 auto;
  }

  .siteHeader__logo img {
    max-height: 72px;
    max-width: 172px;
  }

  .siteHeader__nav,
  .siteHeader__desktopActions {
    display: none;
  }

  .siteHeader__mobileActions {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
  }

  .siteHeader__iconButton,
  .siteHeader__menuButton {
    align-items: center;
    appearance: none;
    background: #f7f8fb;
    border: 1px solid rgba(19, 35, 123, 0.16);
    border-radius: 999px;
    color: var(--blue);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 54px;
    height: 54px;
    justify-content: center;
    margin: 0;
    padding: 0;
    transition: background-color 0.2s ease, border-color 0.2s ease, height 0.22s ease, width 0.22s ease, flex-basis 0.22s ease;
    width: 54px;
  }

  .siteHeader__iconButton i {
    font-size: 22px;
    line-height: 1;
  }

  .siteHeader__iconButton--call {
    background: var(--magenta);
    border-color: var(--magenta);
    box-shadow: 0 10px 24px rgba(207, 22, 117, 0.2);
    color: var(--white);
  }

  .siteHeader__menuButton {
    flex-direction: column;
    gap: 6px;
  }

  .siteHeader__menuButton span {
    background: currentColor;
    border-radius: 999px;
    display: block;
    height: 3px;
    width: 24px;
  }

  .siteHeader.is-scrolled {
    height: 80px;
    min-height: 80px;
  }

  .siteHeader.is-scrolled .siteHeader__bar {
    height: 80px;
  }

  .siteHeader.is-scrolled .siteHeader__logo img {
    max-height: 58px;
    max-width: 138px;
  }

  .siteHeader.is-scrolled .siteHeader__iconButton,
  .siteHeader.is-scrolled .siteHeader__menuButton {
    flex-basis: 46px;
    height: 46px;
    width: 46px;
  }

  .siteHeader__backdrop {
    background: rgba(9, 7, 16, 0.62);
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.22s ease;
    z-index: 10000;
  }

  .siteHeader__drawer {
    background: var(--white);
    box-shadow: 20px 0 45px rgba(9, 7, 16, 0.22);
    display: block;
    height: 100vh;
    height: 100dvh;
    left: 0;
    max-width: calc(100vw - 28px);
    overscroll-behavior: contain;
    overflow-y: auto;
    padding: 22px 26px 28px;
    position: fixed;
    top: 0;
    transform: translateX(-105%);
    transition: transform 0.24s ease;
    -webkit-overflow-scrolling: touch;
    width: 360px;
    z-index: 10001;
  }

  .siteHeader.is-menu-open .siteHeader__backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .siteHeader.is-menu-open .siteHeader__drawer {
    transform: translateX(0);
  }

  .siteHeader__drawerTop {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
  }

  .siteHeader__drawerLogo {
    display: inline-flex;
  }

  .siteHeader__drawerLogo img {
    display: block;
    height: auto;
    max-width: 170px;
    width: 100%;
  }

  .siteHeader__closeButton {
    appearance: none;
    background: transparent;
    border: 0;
    color: var(--main-black);
    cursor: pointer;
    height: 46px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 46px;
  }

  .siteHeader__closeButton::before,
  .siteHeader__closeButton::after {
    background: currentColor;
    border-radius: 999px;
    content: "";
    height: 3px;
    left: 10px;
    position: absolute;
    top: 21px;
    width: 26px;
  }

  .siteHeader__closeButton::before {
    transform: rotate(45deg);
  }

  .siteHeader__closeButton::after {
    transform: rotate(-45deg);
  }

  .siteHeader__drawerNav.siteNav {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding: 0;
  }

  .siteHeader__drawerNav .siteNav__item {
    display: block;
  }

  .siteHeader__drawerNav .siteNav__link {
    border-bottom: 0;
    color: var(--main-black);
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    padding: 15px 0;
    text-align: left;
    text-transform: uppercase;
    white-space: normal;
  }

  .siteHeader__drawerNav .siteNav__link:hover,
  .siteHeader__drawerNav .siteNav__link:focus-visible,
  .siteHeader__drawerNav .siteNav__item.is-active .siteNav__link {
    color: var(--magenta);
  }

  .siteHeader__drawerActions {
    border-top: 1px solid rgba(19, 35, 123, 0.12);
    display: grid;
    gap: 12px;
    margin-top: 20px;
    padding-top: 20px;
  }

  .siteHeader__drawerCall,
  .siteHeader__drawerLocation {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 17px;
    font-weight: 800;
    justify-content: center;
    min-height: 50px;
    padding: 0 18px;
    text-align: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
  }

  .siteHeader__drawerCall {
    background: var(--magenta);
    color: var(--white);
  }

  .siteHeader__drawerLocation {
    border: 1px solid rgba(19, 35, 123, 0.18);
    color: var(--blue);
  }

  .siteHeader__drawerCall:hover,
  .siteHeader__drawerCall:focus-visible,
  .siteHeader__drawerLocation:hover,
  .siteHeader__drawerLocation:focus-visible {
    box-shadow: 0 12px 24px rgba(19, 35, 123, 0.14);
    transform: translateY(-2px);
  }

  .siteHeader__drawerInfo {
    border-top: 1px solid rgba(19, 35, 123, 0.12);
    display: grid;
    gap: 14px;
    margin-top: 18px;
    padding-top: 18px;
  }

  .siteHeader__drawerInfo p {
    color: var(--main-black);
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
  }

  .siteHeader__drawerInfo strong {
    color: var(--blue);
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 4px;
    text-transform: uppercase;
  }

  .siteHeader__drawerInfo a {
    color: inherit;
  }

  .siteHeader__drawerInfo span {
    display: block;
  }

  .siteHeader__drawerSocial {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
  }

  .siteHeader__drawerSocial a {
    align-items: center;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    transition: opacity 0.2s ease, transform 0.2s ease;
    width: 44px;
  }

  .siteHeader__drawerSocial a:hover,
  .siteHeader__drawerSocial a:focus-visible {
    opacity: 0.82;
    transform: translateY(-1px);
  }

  .siteHeader__drawerSocial img {
    display: block;
    height: 44px;
    object-fit: contain;
    width: 44px;
  }
}

@media only screen and (max-width: 620px) {
  .siteHeader {
    height: 84px;
    min-height: 84px;
  }

  .siteHeader + main {
    padding-top: 84px;
  }

  .siteHeader__bar {
    gap: 10px;
    height: 84px;
    width: min(90%, calc(100% - 32px));
  }

  .siteHeader__logo img {
    max-height: 62px;
    max-width: 138px;
  }

  .siteHeader__mobileActions {
    gap: 8px;
  }

  .siteHeader__iconButton,
  .siteHeader__menuButton {
    flex-basis: 46px;
    height: 46px;
    width: 46px;
  }

  .siteHeader__iconButton i {
    font-size: 19px;
  }

  .siteHeader__menuButton {
    gap: 5px;
  }

  .siteHeader__menuButton span {
    height: 2px;
    width: 22px;
  }

  .siteHeader.is-scrolled {
    height: 74px;
    min-height: 74px;
  }

  .siteHeader.is-scrolled .siteHeader__bar {
    height: 74px;
  }

  .siteHeader.is-scrolled .siteHeader__logo img {
    max-height: 52px;
    max-width: 116px;
  }

  .siteHeader.is-scrolled .siteHeader__iconButton,
  .siteHeader.is-scrolled .siteHeader__menuButton {
    flex-basis: 40px;
    height: 40px;
    width: 40px;
  }
}

@media only screen and (max-width: 390px) {
  .siteHeader__logo img {
    max-width: 126px;
  }

  .siteHeader__mobileActions {
    gap: 6px;
  }

  .siteHeader__iconButton,
  .siteHeader__menuButton {
    flex-basis: 44px;
    height: 44px;
    width: 44px;
  }

  .siteHeader.is-scrolled .siteHeader__iconButton,
  .siteHeader.is-scrolled .siteHeader__menuButton {
    flex-basis: 38px;
    height: 38px;
    width: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .siteHeader,
  .siteHeader__bar,
  .siteHeader__logo img,
  .siteHeader__cta,
  .siteHeader__drawer,
  .siteHeader__backdrop,
  .siteHeader__drawerCall,
  .siteHeader__drawerLocation {
    transition: none;
  }

  .siteHeader__cta:hover,
  .siteHeader__cta:focus-visible,
  .siteHeader__drawerCall:hover,
  .siteHeader__drawerCall:focus-visible,
  .siteHeader__drawerLocation:hover,
  .siteHeader__drawerLocation:focus-visible {
    transform: none;
  }
}

/*========================================================
   Shared Component System
=========================================================*/
.siteSection {
  padding: 80px 0;
}

.siteSection--muted {
  background: var(--gray);
}

.sectionHeading {
  text-align: center;
}

.btn {
  align-items: center;
  border-radius: 35px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  min-height: 51px;
  padding: 18px 25px;
  text-align: center;
  text-transform: capitalize;
  transform-origin: center;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, opacity .2s ease, transform .2s ease;
}

.btn--primary {
  background: var(--magenta);
  color: var(--white);
}

.btn--outline {
  background: transparent;
  border: 2px solid currentColor;
}

.btn--outlineLight {
  color: var(--white);
}

.btn--outlineBlue {
  color: var(--blue);
}

.btn--review {
  background: var(--yellow);
  color: var(--main-black);
}

.btn:hover,
.btn:focus-visible {
  box-shadow: 0 12px 24px rgba(19, 35, 123, .14);
  transform: translateY(-2px) scale(1.025);
}

.btn--primary:hover,
.btn--primary:focus-visible {
  background: var(--blue);
  color: var(--white);
}

.btn--outline:hover,
.btn--outline:focus-visible {
  color: var(--magenta);
}

.btn--outlineBlue:hover,
.btn--outlineBlue:focus-visible {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.btn--outlineLight:hover,
.btn--outlineLight:focus-visible {
  background: var(--white);
  border-color: var(--white);
  color: var(--blue);
}

.btn--review:hover,
.btn--review:focus-visible {
  background: var(--white);
  color: var(--blue);
}

.buttonGroup--dark .btn--primary:hover,
.buttonGroup--dark .btn--primary:focus-visible {
  background: var(--white);
  color: var(--blue);
}

.buttonGroup {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cardGrid {
  display: grid;
  gap: 28px;
}

.cardGrid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cardGrid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.infoCard {
  border-radius: 16px;
  transform-origin: center;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.infoCard--centered {
  text-align: center;
}

.mediaCard img,
.mediaGrid img,
.mediaSplit__media img {
  display: block;
  height: auto;
  max-width: 100%;
  transition: transform .35s ease;
}

.mediaCard img,
.mediaGrid img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.mediaSplit {
  gap: 44px;
}

.processCard {
  align-items: flex-start;
  gap: 18px;
  justify-content: flex-start;
}

.commoScrBox,
.whHomeBox,
.simpleLinkCard,
.googRevRound {
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.commoScrBox:hover,
.whHomeBox:hover,
.simpleLinkCard:hover,
.simpleLinkCard:focus-visible,
.googRevRound:hover {
  border-color: rgba(207, 22, 117, .26);
  box-shadow: 0 18px 42px rgba(19, 35, 123, .10);
  transform: translateY(-4px);
}

.commoImg img {
  transition: transform .25s ease;
}

.commoScrBox:hover .commoImg img {
  transform: translateY(-3px) scale(1.035);
}

.mediaCard,
.mediaSplit__media,
.recProjWrap {
  min-width: 0;
}

.mediaCard > a:first-child,
.mediaSplit__media a {
  border-radius: 16px;
  display: block;
  overflow: hidden;
}

.mediaCard > a:first-child:hover img,
.mediaCard > a:first-child:focus-visible img,
.mediaSplit__media a:hover img,
.mediaSplit__media a:focus-visible img,
.recProjWrap img:hover {
  transform: scale(1.035);
}

.video-modal-open {
  overflow: hidden;
}

.videoModal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 24px;
  pointer-events: none;
  position: fixed;
  transition: opacity .22s ease;
  z-index: 20000;
}

.videoModal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.videoModal__backdrop {
  background: rgba(6, 10, 42, .76);
  border: 0;
  cursor: pointer;
  inset: 0;
  position: absolute;
}

.videoModal__dialog {
  aspect-ratio: 16 / 9;
  background: var(--main-black);
  border-radius: 16px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .35);
  max-width: 960px;
  position: relative;
  transform: translateY(14px) scale(.98);
  transition: transform .22s ease;
  width: min(100%, 960px);
  z-index: 1;
}

.videoModal.is-open .videoModal__dialog {
  transform: translateY(0) scale(1);
}

.videoModal__frame {
  border: 0;
  border-radius: 16px;
  display: block;
  height: 100%;
  width: 100%;
}

.videoModal__close {
  align-items: center;
  background: var(--magenta);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  position: absolute;
  right: -14px;
  top: -14px;
  transition: background-color .2s ease, transform .2s ease;
  width: 44px;
  z-index: 2;
}

.videoModal__close::before,
.videoModal__close::after {
  background: var(--white);
  border-radius: 999px;
  content: "";
  height: 3px;
  position: absolute;
  width: 20px;
}

.videoModal__close::before {
  transform: rotate(45deg);
}

.videoModal__close::after {
  transform: rotate(-45deg);
}

.videoModal__close:hover,
.videoModal__close:focus-visible {
  background: var(--blue);
  transform: scale(1.05);
}

.smVideosBox .mediaCard__title a,
.systemsLink a {
  transition: color .2s ease, transform .2s ease;
}

.smVideosBox .mediaCard__title a:hover,
.smVideosBox .mediaCard__title a:focus-visible,
.systemsLink a:hover,
.systemsLink a:focus-visible {
  color: var(--magenta);
}

.systemsLink a {
  display: inline-block;
}

.systemsLink a:hover,
.systemsLink a:focus-visible {
  transform: translateX(2px);
}

.screenOptions__tab a {
  transition: background-color .2s ease, color .2s ease;
}

.screenOptions__tab:not(.screenOptions__tab--active) a:hover,
.screenOptions__tab:not(.screenOptions__tab--active) a:focus-visible {
  background: rgba(207, 22, 117, .08);
  color: var(--magenta);
}

.googImg a,
.googText a {
  display: inline-flex;
  transition: opacity .2s ease, transform .2s ease;
}

.googImg a:hover,
.googImg a:focus-visible,
.googText a:hover,
.googText a:focus-visible {
  opacity: .86;
  transform: translateY(-2px);
}

:focus-visible {
  outline: 3px solid rgba(207, 22, 117, .55);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .btn,
  .infoCard,
  .commoScrBox,
  .whHomeBox,
  .whHomeTrack,
  .whHomeArrow,
  .whHomeDot,
  .simpleLinkCard,
  .googRevRound,
  .commoImg img,
  .mediaCard img,
  .mediaGrid img,
  .mediaSplit__media img,
  .smVideosBox .mediaCard__title a,
  .systemsLink a,
  .siteFooter__navCard a,
  .siteFooter__copyright a,
  .siteFooter__legalLinks a,
  .screenOptions__tab a,
  .siteFooter__social a,
  .siteFooter__badges a,
  .siteFooter__reviewBadge,
  .googImg a,
  .googText a,
  .serviceMaterialCard,
  .serviceMaterialCard__icon {
    transition: none;
    animation: none;
  }

  .btn:hover,
  .btn:focus-visible,
  .commoScrBox:hover,
  .whHomeBox:hover,
  .simpleLinkCard:hover,
  .simpleLinkCard:focus-visible,
  .googRevRound:hover,
  .commoScrBox:hover .commoImg img,
  .mediaCard:hover img,
  .mediaCard:focus-within img,
  .mediaSplit__media a:hover img,
  .mediaSplit__media a:focus-visible img,
  .recProjWrap img:hover,
  .systemsLink a:hover,
  .systemsLink a:focus-visible,
  .siteFooter__navCard a:hover,
  .siteFooter__navCard a:focus-visible,
  .siteFooter__social a:hover,
  .siteFooter__social a:focus-visible,
  .siteFooter__badges a:hover,
  .siteFooter__badges a:focus-visible,
  .siteFooter__reviewBadge:hover,
  .siteFooter__reviewBadge:focus-visible,
  .googImg a:hover,
  .googImg a:focus-visible,
  .googText a:hover,
  .googText a:focus-visible,
  .serviceMaterialCard:hover,
  .serviceMaterialCard:focus-visible,
  .serviceMaterialCard:hover .serviceMaterialCard__icon,
  .serviceMaterialCard:focus-visible .serviceMaterialCard__icon {
    transform: none;
  }
}

.secondaryHero {
  background: var(--gray);
  padding: 94px 0 82px;
}

.secondaryHero__copy {
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
}

.secondaryHero__copy h1 {
  color: var(--blue);
  font: 800 clamp(42px, 5vw, 70px)/1.06 "Inter", sans-serif;
  letter-spacing: 0;
  margin: 0 auto;
  text-transform: none;
}

.secondaryHero__copy p {
  color: var(--text);
  font: 400 20px/1.65 "Inter", sans-serif;
  margin: 22px auto 0;
  max-width: 760px;
}

.secondaryHero__actions {
  justify-content: center;
  margin-top: 32px;
}

.simpleContent {
  padding: 70px 0;
}

.simpleContent__wrap {
  max-width: 980px;
}

.simpleContent__wrap > p {
  color: var(--text);
  font: 400 18px/1.8 "Inter", sans-serif;
  margin: 0 0 18px;
}

.simpleLinkGrid {
  margin-top: 36px;
}

.simpleLinkCard {
  color: var(--text);
  display: block;
  min-height: 170px;
  padding: 28px;
  text-decoration: none;
}

.simpleLinkCard span {
  color: var(--blue);
  display: block;
  font: 800 22px/1.2 "Inter", sans-serif;
  margin-bottom: 12px;
}

.simpleLinkCard:hover span,
.simpleLinkCard:focus-visible span {
  color: var(--magenta);
}

/*========================================================
   Contact Page
=========================================================*/
.contactSectionIntro h2 {
  color: var(--blue);
  line-height: 1.08;
  text-transform: capitalize;
}

.contactFormSection {
  padding: 82px 0;
  scroll-margin-top: 110px;
}

.contactSectionIntro {
  max-width: 760px;
}

.contactSectionIntro--center {
  margin: 0 auto;
  text-align: center;
}

.contactSectionIntro h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.contactSectionIntro p {
  color: var(--text);
  font-size: 19px;
  line-height: 1.65;
  margin-top: 16px;
}

.contactFormFrame {
  background: var(--white);
  border: 1px solid rgba(19, 35, 123, .12);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(19, 35, 123, .08);
  margin-top: 36px;
  min-height: 1840px;
  overflow: hidden;
  padding: 24px;
}

.contactFormFrame iframe {
  border: 0;
  display: block;
  height: 1780px;
  min-height: 1780px;
  width: 100%;
}

.contactQuickSection {
  background: var(--blue);
  padding: 50px 0;
}

.contactCardGrid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contactInfoCard {
  background: var(--white);
  border: 1px solid rgba(19, 35, 123, .12);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.contactInfoCard:hover,
.contactInfoCard:focus-visible {
  border-color: rgba(207, 22, 117, .25);
  box-shadow: 0 18px 42px rgba(8, 14, 49, .16);
  transform: translateY(-4px);
}

.contactInfoCard__icon {
  align-items: center;
  background: rgba(207, 22, 117, .1);
  border-radius: 50%;
  color: var(--magenta);
  display: inline-flex;
  flex: 0 0 52px;
  font-size: 20px;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.contactInfoCard__title {
  color: var(--blue);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 22px;
}

.contactInfoCard__text {
  color: var(--text);
  font-size: 17px;
  line-height: 1.6;
  margin-top: 10px;
}

.contactInfoCard__text span {
  display: block;
}

.contactProcessSection,
.contactLocationSection {
  padding: 82px 0;
}

.contactProcessSection {
  background: var(--white);
}

.contactLocationSection {
  background: var(--gray);
}

.contactProcessSection .contactSectionIntro,
.serviceProcessSection .serviceSectionIntro {
  max-width: 1060px;
}

.contactProcessSection .contactSectionIntro h2,
.serviceProcessSection .serviceSectionIntro h2 {
  color: var(--main-black);
  font-size: clamp(42px, 4.8vw, 70px);
  line-height: 1.05;
}

.contactLocationSection .recPoolLeft h2 {
  font-size: clamp(34px, 4vw, 50px);
}

.contactLocationSection .recPoolLeft p {
  color: var(--text);
  font-size: 19px;
  line-height: 1.65;
  margin-top: 18px;
}

.contactLocationSection .recPoolLocations {
  margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
  .contactCardGrid {
    grid-template-columns: 1fr;
  }

  .contactFormSection,
  .contactProcessSection,
  .contactLocationSection {
    padding: 64px 0;
  }

}

@media only screen and (max-width: 767px) {
  .contactSectionIntro p,
  .contactLocationSection .recPoolLeft p {
    font-size: 18px;
  }

  .contactInfoCard {
    padding: 24px;
  }

  .contactFormFrame {
    border-radius: 14px;
    margin-top: 28px;
    min-height: 2090px;
    padding: 14px;
  }

  .contactFormFrame iframe {
    height: 2040px;
    min-height: 2040px;
  }

  .contactQuickSection {
    padding: 42px 0;
  }

  .contactSectionIntro h2,
  .contactLocationSection .recPoolLeft h2 {
    font-size: 32px;
  }
}

/*========================================================
   Service Landing Pages
=========================================================*/
.serviceHero {
  background: var(--blue);
  overflow: hidden;
  position: relative;
}

.serviceHero__media {
  bottom: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  z-index: 0;
}

.serviceHero__media::after {
  display: none;
}

.serviceHero__media picture,
.serviceHero__media img {
  display: block;
  height: 100%;
  width: 100%;
}

.serviceHero__media img {
  object-fit: cover;
  object-position: center;
}

.serviceHero > .newSize {
  position: relative;
  z-index: 1;
}

.serviceHero__copy {
  padding: 86px 80px 86px 0;
  width: 50%;
}

.serviceHero h1 {
  color: var(--white);
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.08;
  max-width: 700px;
}

.serviceHero__copy > p {
  color: var(--white);
  font-size: 21px;
  line-height: 1.6;
  margin-top: 24px;
  max-width: 650px;
}

.serviceHero__actions {
  margin-top: 34px;
}

.serviceSectionIntro {
  margin-bottom: 38px;
  max-width: 780px;
}

.serviceSectionIntro--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.serviceSectionIntro h2,
.serviceSplit__copy h2,
.serviceMaterials__copy h2 {
  color: var(--blue);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
}

.serviceSectionIntro p,
.serviceSplit__copy > p,
.serviceMaterials__copy p {
  color: var(--text);
  font-size: 19px;
  line-height: 1.65;
  margin-top: 16px;
}

.serviceCardGrid {
  display: grid;
  gap: 24px;
}

.serviceCardGrid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.serviceIssueCard {
  background: var(--white);
  border: 1px solid rgba(19, 35, 123, .12);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 26px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.serviceIssueCard:hover,
.serviceIssueCard:focus-visible {
  border-color: rgba(207, 22, 117, .25);
  box-shadow: 0 18px 42px rgba(19, 35, 123, .1);
  transform: translateY(-4px);
}

.serviceIssueCard__icon {
  align-items: center;
  background: rgba(207, 22, 117, .1);
  border-radius: 50%;
  color: var(--magenta);
  display: inline-flex;
  flex: 0 0 54px;
  font-size: 21px;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.serviceIssueCard__title {
  color: var(--blue);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 22px;
}

.serviceIssueCard__text {
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
  margin-top: 12px;
}

.serviceSplitSection,
.serviceProcessSection,
.serviceMaterialsSection {
  padding: 82px 0;
}

.serviceSplitSection--muted,
.serviceProcessSection {
  background: var(--gray);
}

.serviceSplit {
  align-items: stretch;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
}

.serviceSplit--reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
}

.serviceSplit--reverse .serviceSplit__media {
  order: 2;
}

.serviceSplit--reverse .serviceSplit__copy {
  order: 1;
}

.serviceSplit__media {
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(19, 35, 123, .1);
  min-height: 100%;
  overflow: hidden;
}

.serviceSplit__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.serviceSplit__media:hover img {
  transform: scale(1.025);
}

.serviceFeatureList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 30px;
  position: relative;
}

.serviceFeatureList::before,
.serviceFeatureList::after {
  background: rgba(19, 35, 123, .16);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.serviceFeatureList::before {
  top: 0;
}

.serviceFeatureList::after {
  bottom: 0;
}

.serviceFeatureList div {
  border-right: 1px solid rgba(19, 35, 123, .16);
  padding: 24px 28px 24px 0;
}

.serviceFeatureList div + div {
  border-right: 0;
  padding-left: 28px;
  padding-right: 0;
}

.serviceFeatureList h3 {
  color: var(--blue);
  font-size: 21px;
  line-height: 1.2;
}

.serviceFeatureList p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}

.serviceSplit__actions {
  margin-top: 30px;
}

.serviceProofBand {
  background: var(--blue);
  color: var(--white);
  padding: 72px 0;
}

.serviceProofBand__grid {
  align-items: center;
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
}

.serviceProofBand__copy h2 {
  color: var(--white);
  font-size: clamp(42px, 4.8vw, 76px);
  line-height: 1.08;
  max-width: 520px;
}

.serviceProofList {
  display: grid;
  gap: 16px;
}

.serviceProofList li {
  align-items: flex-start;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  color: var(--white);
  display: flex;
  gap: 14px;
  padding: 18px;
}

.serviceProofList i {
  align-items: center;
  background: var(--magenta);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  margin-top: 2px;
  width: 34px;
}

.serviceProofList span {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.serviceCheckList {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.serviceCheckList li {
  background: url('../images/icons/list-icon-tick.svg') left 3px / 20px 20px no-repeat;
  color: var(--text);
  font-size: 18px;
  line-height: 1.45;
  padding-left: 32px;
}

.serviceMaterials {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
  text-align: center;
}

.serviceMaterials__copy {
  max-width: 900px;
}

.serviceMaterials__copy p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.serviceMaterials__actions {
  display: flex;
  justify-content: center;
}

.serviceMaterialGrid {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  width: 100%;
}

.serviceMaterialGrid--count7 .serviceMaterialCard:last-child {
  grid-column: 2 / 3;
}

.serviceMaterialCard {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(19, 35, 123, .12);
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(19, 35, 123, .06);
  color: var(--text);
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 174px;
  padding: 24px 22px;
  text-align: center;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.serviceMaterialCard:hover,
.serviceMaterialCard:focus-visible {
  border-color: rgba(207, 22, 117, .28);
  box-shadow: 0 20px 44px rgba(19, 35, 123, .11);
  transform: translateY(-3px);
}

.serviceMaterialCard__icon {
  align-items: center;
  background: rgba(207, 22, 117, .1);
  border-radius: 50%;
  color: var(--magenta);
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 18px;
  height: 44px;
  justify-content: center;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
  width: 44px;
}

.serviceMaterialCard:hover .serviceMaterialCard__icon,
.serviceMaterialCard:focus-visible .serviceMaterialCard__icon {
  background: var(--magenta);
  color: var(--white);
  transform: scale(1.05);
}

.serviceMaterialCard__body {
  display: block;
  min-width: 0;
}

.serviceMaterialCard__title {
  color: var(--blue);
  display: block;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.18;
}

.serviceMaterialCard__text {
  color: var(--text);
  display: block;
  font-size: 15px;
  line-height: 1.45;
  margin-top: 8px;
}

/*========================================================
   Screen Type Comparison Pages
=========================================================*/
.screenChoiceSection {
  background: var(--white);
}

.screenTypesSection {
  background: var(--gray);
}

.screenChoiceSection__copy {
  margin: 0 auto 38px;
  max-width: 900px;
  text-align: center;
}

.screenChoiceSection__copy h2 {
  color: var(--blue);
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.05;
}

.screenChoiceSection__copy p {
  color: var(--text);
  font-size: 20px;
  line-height: 1.65;
  margin: 22px auto 0;
  max-width: 760px;
}

.screenChoiceGrid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.screenChoiceGrid--hero {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.screenChoiceCard {
  background: var(--white);
  border: 1px solid rgba(19, 35, 123, .12);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  min-height: 245px;
  padding: 26px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.screenChoiceGrid--hero .screenChoiceCard {
  column-gap: 16px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  min-height: 0;
  padding: 24px;
  row-gap: 6px;
}

.screenChoiceCard:hover,
.screenChoiceCard:focus-visible {
  border-color: rgba(207, 22, 117, .25);
  box-shadow: 0 18px 42px rgba(19, 35, 123, .1);
  transform: translateY(-4px);
}

.screenChoiceCard span {
  align-items: center;
  background: rgba(207, 22, 117, .1);
  border-radius: 50%;
  color: var(--magenta);
  display: inline-flex;
  flex: 0 0 54px;
  font-size: 21px;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.screenChoiceGrid--hero .screenChoiceCard span {
  flex-basis: 50px;
  font-size: 20px;
  grid-row: 1 / span 2;
  height: 50px;
  width: 50px;
}

.screenChoiceCard h3 {
  color: var(--blue);
  font-size: 23px;
  line-height: 1.15;
  margin-top: 22px;
}

.screenChoiceGrid--hero .screenChoiceCard h3 {
  font-size: 22px;
  margin-top: 0;
}

.screenChoiceCard p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
  margin-top: 12px;
}

.screenChoiceGrid--hero .screenChoiceCard p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 0;
}

.screenTypesGrid {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.screenTypeCard {
  background: var(--white);
  border: 1px solid rgba(19, 35, 123, .1);
  border-radius: 16px;
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.screenTypeCard:hover,
.screenTypeCard:focus-within {
  border-color: rgba(207, 22, 117, .25);
  box-shadow: 0 18px 42px rgba(19, 35, 123, .1);
  transform: translateY(-4px);
}

.screenTypeCard__media {
  aspect-ratio: 16 / 8.7;
  background: var(--gray);
  display: block;
  overflow: hidden;
}

.screenTypeCard__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.screenTypeCard:hover .screenTypeCard__media img,
.screenTypeCard:focus-within .screenTypeCard__media img {
  transform: scale(1.035);
}

.screenTypeCard__media--icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(19, 35, 123, .08), rgba(207, 22, 117, .08));
  display: flex;
  justify-content: center;
}

.screenTypeCard__media--icon img {
  height: auto;
  max-height: 128px;
  object-fit: contain;
  width: 128px;
}

.screenTypeCard:hover .screenTypeCard__media--icon img,
.screenTypeCard:focus-within .screenTypeCard__media--icon img {
  transform: scale(1.06);
}

.screenTypeCard__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 26px;
}

.screenTypeCard__label {
  color: var(--magenta);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.screenTypeCard h3 {
  font-size: 24px;
  line-height: 1.15;
}

.screenTypeCard h3 a {
  color: var(--blue);
}

.screenTypeCard h3 a:hover,
.screenTypeCard h3 a:focus-visible {
  color: var(--magenta);
}

.screenTypeCard__summary {
  color: var(--text);
  font-size: 15px;
  line-height: 1.5;
  margin-top: 12px;
}

.screenTypeCard__footer {
  margin-top: auto;
  padding-top: 22px;
}

.screenTypeCard__features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.screenTypeCard__features li {
  background: rgba(19, 35, 123, .06);
  border: 1px solid rgba(19, 35, 123, .08);
  border-radius: 999px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  padding: 8px 11px;
}

.screenTypeCard__link {
  align-items: center;
  align-self: flex-start;
  color: var(--magenta);
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  transition: color .2s ease, transform .2s ease;
}

.screenTypeCard__link:hover,
.screenTypeCard__link:focus-visible {
  color: var(--blue);
  transform: translateX(4px);
}

.screenGuideSection {
  padding: 82px 0;
  scroll-margin-top: 92px;
}

.screenGuide {
  margin: 0 auto;
  max-width: 1120px;
}

.screenGuide__copy h2 {
  color: var(--blue);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
}

.screenGuide__copy {
  text-align: center;
}

.screenGuide__copy p {
  color: var(--text);
  font-size: 19px;
  line-height: 1.65;
  margin: 18px auto 0;
  max-width: 780px;
  text-align: center;
}

.screenGuideTableWrap {
  background: var(--white);
  border: 1px solid rgba(19, 35, 123, .1);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(19, 35, 123, .08);
  margin-top: 38px;
  overflow: hidden;
}

.screenGuideTable {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.screenGuideTable caption {
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.screenGuideTable th,
.screenGuideTable td {
  border-bottom: 1px solid rgba(19, 35, 123, .1);
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
  padding: 22px 26px;
  text-align: left;
  transition: background .2s ease;
  vertical-align: top;
}

.screenGuideTable th {
  background: var(--blue);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.screenGuideTable th:first-child {
  border-top-left-radius: 16px;
}

.screenGuideTable th:last-child {
  border-top-right-radius: 16px;
}

.screenGuideTable tbody tr:nth-child(even) td {
  background: rgba(19, 35, 123, .025);
}

.screenGuideTable tbody tr:hover td {
  background: rgba(207, 22, 117, .055);
}

.screenGuideTable tr:last-child td {
  border-bottom: 0;
}

.screenGuideTable td:first-child {
  width: 26%;
}

.screenGuideTable td:nth-child(2) {
  width: 26%;
}

.screenGuideTable__goal {
  color: var(--blue);
  display: inline-block;
  font-weight: 800;
}

.screenGuideTable__choice {
  background: rgba(207, 22, 117, .1);
  border: 1px solid rgba(207, 22, 117, .14);
  border-radius: 999px;
  color: var(--blue);
  display: inline-block;
  font-weight: 800;
  line-height: 1.25;
  padding: 8px 12px;
  white-space: nowrap;
}

/*========================================================
   About Page
=========================================================*/
.aboutValuesGrid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aboutValueCard {
  background: var(--white);
  border: 1px solid rgba(19, 35, 123, .12);
  border-radius: 16px;
  min-height: 245px;
  padding: 26px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.aboutValueCard:hover {
  border-color: rgba(207, 22, 117, .25);
  box-shadow: 0 18px 42px rgba(19, 35, 123, .1);
  transform: translateY(-4px);
}

.aboutValueCard span {
  align-items: center;
  background: rgba(207, 22, 117, .1);
  border-radius: 50%;
  color: var(--magenta);
  display: inline-flex;
  font-size: 21px;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.aboutValueCard h3 {
  color: var(--blue);
  font-size: 23px;
  line-height: 1.15;
  margin-top: 22px;
}

.aboutValueCard p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.55;
  margin-top: 12px;
}

@media only screen and (max-width: 1180px) {
  .serviceCardGrid--four,
  .screenChoiceGrid,
  .aboutValuesGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .screenTypesGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 1023px) {
  .serviceHero {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .serviceHero__media {
    position: static;
    width: 100%;
  }

  .serviceHero__media picture,
  .serviceHero__media img {
    height: auto;
  }

  .serviceHero__copy {
    padding: 60px 0;
    width: 100%;
  }

  .serviceSplit,
  .serviceSplit--reverse,
  .serviceProofBand__grid,
  .serviceMaterials,
  .screenGuide {
    grid-template-columns: 1fr;
  }

  .serviceMaterialGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .serviceMaterialGrid--count7 .serviceMaterialCard:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: calc((100% - 20px) / 2);
    width: 100%;
  }

  .serviceSplit--reverse .serviceSplit__media,
  .serviceSplit--reverse .serviceSplit__copy {
    order: initial;
  }

  .serviceSplitSection,
  .serviceProcessSection,
  .serviceMaterialsSection,
  .screenChoiceSection,
  .screenGuideSection {
    padding: 64px 0;
  }
}

@media only screen and (max-width: 767px) {
  .serviceHero__copy {
    padding: 42px 0;
  }

  .screenChoiceSection__copy {
    margin-bottom: 28px;
    text-align: left;
  }

  .screenChoiceSection__copy h2 {
    font-size: 36px;
  }

  .screenChoiceSection__copy p {
    font-size: 18px;
  }

  .serviceHero h1 {
    font-size: 38px;
  }

  .serviceHero__copy > p {
    font-size: 18px;
  }

  .serviceCardGrid--four,
  .screenChoiceGrid,
  .screenTypesGrid,
  .aboutValuesGrid {
    grid-template-columns: 1fr;
  }

  .serviceSectionIntro h2,
  .serviceSplit__copy h2,
  .serviceMaterials__copy h2,
  .serviceProofBand__copy h2,
  .screenGuide__copy h2 {
    font-size: 32px;
  }

  .serviceIssueCard,
  .screenChoiceCard,
  .screenTypeCard__body,
  .aboutValueCard {
    padding: 24px;
  }

  .serviceSplit {
    gap: 32px;
  }

  .serviceProofBand {
    padding: 56px 0;
  }

  .serviceMaterialGrid,
  .serviceMaterialGrid--count7 {
    grid-template-columns: 1fr;
  }

  .serviceFeatureList {
    grid-template-columns: 1fr;
  }

  .serviceFeatureList div,
  .serviceFeatureList div + div {
    border-right: 0;
    padding: 20px 0;
  }

  .serviceFeatureList div + div {
    border-top: 1px solid rgba(19, 35, 123, .16);
  }

  .serviceMaterialGrid--count7 .serviceMaterialCard:last-child {
    grid-column: auto;
    max-width: none;
  }

  .serviceMaterialCard {
    min-height: 0;
    padding: 18px;
  }

  .screenGuideTable thead {
    display: none;
  }

  .screenGuideTable,
  .screenGuideTable tbody,
  .screenGuideTable tr,
  .screenGuideTable td {
    display: block;
    width: 100%;
  }

  .screenGuideTable tr {
    border-bottom: 1px solid rgba(19, 35, 123, .1);
    padding: 18px;
  }

  .screenGuideTable tr:last-child {
    border-bottom: 0;
  }

  .screenGuideTable td {
    background: transparent !important;
    border-bottom: 0;
    padding: 8px 0;
  }

  .screenGuideTable td::before {
    color: var(--magenta);
    content: attr(data-label);
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 4px;
    text-transform: uppercase;
  }

  .screenGuideTable__choice {
    border-radius: 12px;
    padding: 7px 10px;
  }
}

@media only screen and (max-width: 1023px) {
  .siteSection {
    padding: 60px 0;
  }

  .cardGrid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cardGrid--3 {
    grid-template-columns: 1fr;
  }

  .mediaSplit {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .siteSection {
    padding: 50px 0;
  }

  .buttonGroup {
    align-items: stretch;
    flex-direction: column;
  }

  .buttonGroup .btn {
    width: 100%;
  }

  .cardGrid,
  .cardGrid--4,
  .cardGrid--3 {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .secondaryHero {
    padding: 72px 0 56px;
  }

  .secondaryHero__copy h1 {
    font-size: 36px;
  }

  .secondaryHero__copy p {
    font-size: 18px;
  }
}

/*========================================================
   Homepage Responsive System
=========================================================*/
.blueLeftBtnPlace,
.recPoolBtnsPlace,
.siteCta__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.commoScrWrap,
.smVideosWrap,
.recProjWrap,
.howProcWrap {
  display: grid;
  gap: 28px;
  justify-content: initial;
}

.commoScrWrap,
.smVideosWrap,
.recProjWrap {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.howProcWrap {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.commoScrBox,
.smVideosBox,
.whHomeBox,
.howProcBox,
.recProjWrap img {
  width: auto;
}

.commoScrBox,
.whHomeBox {
  border-radius: 16px;
}

.commoScrBox {
  display: flex;
  flex-direction: column;
}

.commoScrBox p {
  flex: 1 1 auto;
}

.commoScrBtnPlace {
  margin-top: auto;
  padding-top: 30px;
}

.smVideosBox img,
.recProjWrap img,
.screenOptions__item img,
.whyChooseLeft img {
  display: block;
  height: auto;
  max-width: 100%;
}

.smVideosBox img,
.recProjWrap img {
  width: 100%;
}

.smVideosBox img,
.recProjWrap img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.screenOptions__tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.screenOptions__tab {
  align-items: stretch;
  display: flex;
  width: auto;
}

.screenOptions__tab a {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100%;
  width: 100%;
}

.screenOptions__content {
  max-width: 920px;
}

.recPoolWrap {
  gap: 44px;
}

.recPoolLocations {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.recPoolLocations span {
  align-items: center;
  display: inline-flex;
  margin-right: 0;
}

.trustedRowBottom {
  gap: 24px;
}

.trustedBtnPlace {
  margin-left: 0;
}

.howProcBox {
  align-items: flex-start;
  gap: 18px;
  justify-content: flex-start;
}

.HowBigDigit,
.howProcDescr {
  width: auto;
}

.howProcDescr {
  flex: 1 1 0;
  min-width: 0;
  padding: 14px 0 0;
}

@media only screen and (max-width: 1023px) {
  .commoScr,
  .screenOptions,
  .recPool,
  .whHome,
  .whyChoose,
  .recProj,
  .howProc {
    padding: 60px 0;
  }

	  .commoScrWrap,
	  .screenOptions__tabs,
	  .screenOptions__content,
	  .whHomeCarousel,
	  .recProjWrap,
	  .howProcWrap {
    margin-top: 40px;
  }

  .commoScrWrap,
  .smVideosWrap,
  .recProjWrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commoScrBox {
    padding: 28px;
  }

  .commoScrBox p,
  .commoImg {
    min-height: 0;
  }

  .commoScrBox p span,
  .screenOptions__content p span,
  .howProcDescr span {
    font-size: 22px;
  }

  .screenOptions__tabs {
    border-radius: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .screenOptions__tab {
    border-bottom: 1px solid #E6E6E6;
  }

  .screenOptions__tab:nth-child(2n),
  .screenOptions__tab:last-child {
    border-right: 0;
  }

  .screenOptions__tab:last-child {
    grid-column: 1 / -1;
  }

  .screenOptions__tab--active,
  .screenOptions__tab--active:first-child,
  .screenOptions__tab--active:last-child {
    border-radius: 0;
  }

  .screenOptions__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
  }

  .screenOptions__item {
    align-items: flex-start;
  }

  .screenOptions__item img {
    width: min(42%, 300px);
  }

  .recPoolWrap,
  .whyChooseWrap {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 1fr;
  }

  .recPoolLeft,
  .recPoolLeftMapDesc,
  .recPoolRight,
  .whyChooseLeft,
  .whyChooseRight {
    width: 100%;
  }

  .recPoolRight iframe {
    height: 360px;
  }

  .whyChooseRight {
    margin-top: 0;
  }

  .howProcWrap {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .howProcBox {
    width: 100%;
    max-width: none;
  }
}

@media only screen and (max-width: 767px) {
  .banIndex {
    background: none;
  }

  .banIndex > .newSize {
    display: none;
  }

  .banIndexMedia {
    display: none;
  }

  .banIndexMob {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .banIndexMob img {
    display: block;
    height: auto;
    width: 100%;
  }

  .blueLeft {
    padding: 42px 0;
    width: 100%;
  }

  .blueLeftMain {
    max-width: 100%;
  }

  .blueLeftMain h1,
  .blueLeftMain h2 {
    color: var(--white);
    font-size: 32px;
    line-height: 1.18;
  }

  .blueLeftMain p {
    font-size: 18px;
  }

  .blueLeftBtnPlace,
  .recPoolBtnsPlace,
  .siteCta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .blueLeftBtnPlace .btn,
  .recPoolBtnsPlace .btn,
  .siteCta__actions .btn {
    width: 100%;
  }

  .commoScr,
  .screenOptions,
  .recPool,
  .smVideos,
  .whHome,
  .whyChoose,
  .recProj,
  .howProc {
    padding: 50px 0;
  }

	  .commoScrWrap,
	  .smVideosWrap,
	  .recProjWrap,
	  .howProcWrap {
    gap: 20px;
  }

	  .commoScrWrap,
	  .smVideosWrap,
	  .recProjWrap,
	  .howProcWrap {
    grid-template-columns: 1fr;
  }

	  .commoScrBox,
	  .whHomeBox {
	    padding: 24px;
	  }

  .whHomeCarousel {
    --review-gap: 20px;
  }

  .whHomeTrack {
    grid-template-columns: 1fr;
  }

  .whHomeBox {
    flex-basis: 100%;
    min-height: 330px;
  }

  .commoScrBox p span,
  .screenOptions__content p span,
  .howProcDescr span {
    font-size: 21px;
  }

  .screenOptions__tabs {
    border-radius: 18px;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .screenOptions__tab {
    border-right: 0;
  }

  .screenOptions__tab:last-child {
    grid-column: auto;
  }

  .screenOptions__tab a {
    font-size: 16px;
    padding: 15px 16px;
  }

  .screenOptions__item {
    display: grid;
    gap: 20px;
  }

  .screenOptions__item img {
    border-radius: 16px;
    width: 100%;
  }

  .screenOptions__itemContent {
    margin-left: 0;
  }

  .recPoolWrap {
    gap: 28px;
  }

  .recPoolLeft p {
    margin-top: 20px;
  }

  .recPoolRight iframe {
    height: 320px;
  }

  .recPoolLocations {
    gap: 10px;
  }

  .recPoolLocations span {
    width: 100%;
  }

  .whHomeRow {
    gap: 14px;
  }

  .whHomeRow img {
    flex: 0 0 auto;
    width: 108px;
  }

  .trustedRowBottom {
    align-items: stretch;
    flex-direction: column;
  }

  .trustedTwo,
  .googRevRound {
    justify-content: center;
    width: 100%;
  }

  .googRevRound {
    gap: 14px;
    padding: 12px 14px;
  }

  .googImg {
    flex: 0 0 auto;
    margin-right: 0;
  }

  .googText {
    min-width: 0;
  }

  .trustedBtnPlace .btn {
    width: 100%;
  }

  .whyChooseLeft img {
    border-radius: 18px;
  }

  .recProjWrap img {
    width: 100%;
  }

  .howProcBox {
    background: var(--gray);
    border-radius: 16px;
    padding: 22px;
  }

  .HowBigDigit {
    font-size: 54px;
    line-height: 1;
  }

  .howProcDescr {
    padding-top: 4px;
  }

  .siteCta {
    background-position: center bottom;
    padding: 50px 0 220px;
  }

  .siteCta__actions {
    margin-top: 32px;
  }

  .siteFooter {
    padding-top: 30px;
  }

  .siteFooter__layout {
    grid-template-columns: 1fr;
  }

  .siteFooter__layout,
  .siteFooter__side {
    gap: 14px;
  }

  .siteFooter__brandCard,
  .siteFooter__navCard,
  .siteFooter__trustCard,
  .siteFooter__socialCard {
    border-radius: 18px;
  }

  .siteFooter__logo {
    max-width: 230px;
  }

  .siteFooter__navGrid {
    grid-template-columns: 1fr;
  }

  .siteFooter__trustContent {
    grid-template-columns: 1fr;
  }

  .siteFooter__social {
    flex-wrap: wrap;
  }

  .siteFooter__contactItem:first-child p {
    font-size: 25px;
  }

  .siteFooter__copyrightInner {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

  .siteFooter__copyright p {
    font-size: 14px;
    order: 2;
  }

  .siteFooter__legalLinks {
    order: 1;
  }

  .siteFooter__legalLinks a {
    font-size: 14px;
  }

  .siteFooter__copyright p span {
    display: block;
    margin: 6px 0 0;
  }
}

@media only screen and (max-width: 390px) {
  .blueLeftMain h1,
  .blueLeftMain h2 {
    font-size: 30px;
  }

  .siteCta {
    padding-bottom: 190px;
  }
}
