body {
  font-family: 'Sora', 'Helvetica', 'Arial', sans-serif;
  font-size: 1em;
  font-weight:400;
  background:#f7f3eb;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Georgia', 'Helvetica', 'Arial', sans-serif;
  font-weight:400;
}
.type--body-font {
  font-family: 'Sora', 'Helvetica';
  font-weight:400;
}

.agentText {
    color:#000000;
}
.btn {
  font-family: 'Sora', 'Helvetica', 'Arial', sans-serif;
  font-weight:400;
}
.menu-horizontal > li,
.menu-vertical > li {
  font-family: 'Sora', 'Helvetica', Sans-Serif;
  font-weight:900;
}

.blur-up {
	-webkit-filter: blur(15px);
	filter: blur(15px);
	transition: filter 1400ms, -webkit-filter 1400ms;
}

.blur-up.lazyloaded {
	-webkit-filter: blur(0);
}

/* --- top nav menu hack - doesnt size to longer text --- */
.container {
    max-width: 1400px;
}
@media (min-width: 768px)
{
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 42.66666667%;
    }
}

@media only screen and (min-device-width : 790px) and (max-device-width : 1078px) {
    .headeripad {
        padding-top:85px;
        }
}

/*adjust margins for subpage headings */
.main-container.mt--3 {
    margin-top: 6.5em;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.main-container.mt--3 {
    margin-top: 7.5em;
    }
}

/* iPads (portrait) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .main-container.mt--3 {
        margin-top: 2.5em;
        }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 668px) {
    .main-container.mt--3 {
        margin-top: 1.5em;
        }
}

/* --- FONT SIZES --- */
.h1-large {
  font-size: 4.2em;
  line-height: 1.1em;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.h2-large {
  font-size: 4.2em;
  line-height: 1.1em;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin-bottom: 0.3em;
}

.h1-hero {
    font-size: 4.3em;
    line-height: 1.05em;
    font-weight: 400;
    font-family: 'Georgia', 'Helvetica';
    letter-spacing: -0.015em;
}

.text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

@media all and (max-width: 767px) {
    .h1-hero {
      font-size: 3.5em;
      line-height: 1.1em;
      font-weight: 400;
    }

    .h2-hero {
      font-size: 1.5em;
      line-height: 1.2em;
      font-weight: 300;
    }

    .h1-large {
      font-size: 3.5em;
      line-height: 1.1em;
      font-weight: 400;
    }

    .h2-large {
      font-size: 2.5em;
      line-height: 1.1em;
      font-weight: 400;
      letter-spacing: -0.03em;
      margin-bottom: 0.3em;
    }
}

.blockquotesmall {
    font-size: 1.4em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    border-left: 0;
}

.font-larger1 { font-size:1.5em;}
.font-larger2 { font-size:2.0em;}
.font-larger3 { font-size:3.0em;}
.font-larger4 { font-size:4.0em; line-height:1.2em;}

/* --- Box shadows --- */
.boxshadow1 {
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,.1), 0 0.9375rem 1.40625rem rgba(90,97,105,.1), 0 0.25rem 0.53125rem rgba(90,97,105,.12), 0 0.125rem 0.1875rem rgba(90,97,105,.1);
}

/* ---- Section Padding -----*/

/* see .height-10 to height-100 as well as things like mt--3 in theme.css instead of these styles */

.minheight95 { min-height:95px;}
.minheight125 { min-height:125px;}
.minheight150 { min-height:150px;}
.minheight175 { min-height:175px;}
.minheight200 { min-height:200px;}
.sectionreducepad6 {
    padding-top: 6em;
    padding-bottom: 6em;
}
.sectionreducepad5 {
    padding-top: 5em;
    padding-bottom: 5em;
}
.sectionreducepad4 {
    padding-top: 4em;
    padding-bottom: 4em;
}
.sectionreducepad3 {
    padding-top: 3em;
    padding-bottom: 3em;
}
.sectionreducepad2 {
    padding-top: 2em;
    padding-bottom: 2em;
}
.sectionreducepad1 {
    padding-top: 1em;
    padding-bottom: 1em;
}

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

@media all and (min-device-width: 991px) {
    .mb-lg-20 {
      margin-bottom: 16px !important;
    }
}

.mr0 {
  margin-right: 0;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb8 {
  margin-bottom: 8px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb24 {
  margin-bottom: 24px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb48 {
  margin-bottom: 48px;
}
.mb56 {
  margin-bottom: 56px;
}
.mb64 {
  margin-bottom: 64px;
}
.mb72 {
  margin-bottom: 72px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb88 {
  margin-bottom: 88px;
}
.mb96 {
  margin-bottom: 96px;
}
.mb104 {
  margin-bottom: 104px;
}
.mb112 {
  margin-bottom: 112px;
}
.mb120 {
  margin-bottom: 120px;
}
.mb160 {
  margin-bottom: 160px;
}
.mt0 {
  margin-top: 0 !important;
}
.mt8 {
  margin-top: 8px;
}
.mt16 {
  margin-top: 16px;
}
.mt24 {
  margin-top: 24px;
}
.mt32 {
  margin-top: 32px;
}
.mt40 {
  margin-top: 40px;
}
.mt48 {
  margin-top: 48px;
}
.mt56 {
  margin-top: 56px;
}
.mt64 {
  margin-top: 64px;
}
.mt72 {
  margin-top: 72px;
}
.mt80 {
  margin-top: 80px;
}
.mt88 {
  margin-top: 88px;
}
.mt96 {
  margin-top: 96px;
}
.mt104 {
  margin-top: 104px;
}
.mt112 {
  margin-top: 112px;
}
.mt120 {
  margin-top: 120px;
}
.mt160 {
  margin-top: 160px;
}
.p32 {
  padding: 0 32px;
}
.p24 {
  padding: 24px;
}
.p0 {
  padding: 0;
}
.pt0 {
  padding-top: 0;
}
.pt8 {
  padding-top: 8px;
}
.pt16 {
  padding-top: 16px;
}
.pt24 {
  padding-top: 24px;
}
.pt32 {
  padding-top: 32px;
}
.pt40 {
  padding-top: 40px;
}
.pt48 {
  padding-top: 48px;
}
.pt64 {
  padding-top: 64px;
}
.pt72 {
  padding-top: 72px;
}
.pt80 {
  padding-top: 80px;
}
.pt88 {
  padding-top: 88px;
}
.pt96 {
  padding-top: 96px;
}
.pt104 {
  padding-top: 104px;
}
.pt112 {
  padding-top: 112px;
}
.pt120 {
  padding-top: 120px;
}
.pt160 {
  padding-top: 160px;
}
.pt180 {
  padding-top: 180px;
}
.pt240 {
  padding-top: 240px;
}
.pb0 {
  padding-bottom: 0;
}
.pb8 {
  padding-bottom: 8px;
}
.pb16 {
  padding-bottom: 16px;
}
.pb24 {
  padding-bottom: 24px;
}
.pb32 {
  padding-bottom: 32px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb48 {
  padding-bottom: 48px;
}
.pb56 {
  padding-bottom: 56px;
}
.pb64 {
  padding-bottom: 64px;
}
.pb72 {
  padding-bottom: 72px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb88 {
  padding-bottom: 88px;
}
.pb96 {
  padding-bottom: 96px;
}
.pb104 {
  padding-bottom: 104px;
}
.pb112 {
  padding-bottom: 112px;
}
.pb120 {
  padding-bottom: 120px;
}
.pb160 {
  padding-bottom: 160px;
}
.pb180 {
  padding-bottom: 180px;
}
.pb240 {
  padding-bottom: 240px;
}
@media all and (max-width: 990px) {
  .mb-s-0 {
    margin-bottom: 0;
  }
  .mb-s-8 {
    margin-bottom: 8px;
  }
  .mb-s-16 {
    margin-bottom: 16px;
  }
  .mb-s-24 {
    margin-bottom: 24px;
  }
  .mb-s-32 {
    margin-bottom: 32px;
  }
  .mb-s-40 {
    margin-bottom: 40px;
  }
  .mb-s-48 {
    margin-bottom: 48px;
  }
  .mb-s-64 {
    margin-bottom: 64px;
  }
  .mb-s-72 {
    margin-bottom: 72px;
  }
  .mb-s-80 {
    margin-bottom: 80px;
  }
  .mb-s-88 {
    margin-bottom: 88px;
  }
  .mb-s-96 {
    margin-bottom: 96px;
  }
  .mb-s-104 {
    margin-bottom: 104px;
  }
  .mb-s-112 {
    margin-bottom: 112px;
  }
  .mb-s-120 {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 990px) {
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-8 {
    margin-bottom: 8px;
  }
  .mb-sm-16 {
    margin-bottom: 16px;
  }
  .mb-sm-24 {
    margin-bottom: 24px;
  }
  .mb-sm-32 {
    margin-bottom: 32px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-48 {
    margin-bottom: 48px;
  }
  .mb-sm-64 {
    margin-bottom: 64px;
  }
  .mb-sm-72 {
    margin-bottom: 72px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-88 {
    margin-bottom: 88px;
  }
  .mb-sm-96 {
    margin-bottom: 96px;
  }
  .mb-sm-104 {
    margin-bottom: 104px;
  }
  .mb-sm-112 {
    margin-bottom: 112px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-8 {
    margin-top: 8px;
  }
  .mt-sm-16 {
    margin-top: 16px;
  }
  .mt-sm-24 {
    margin-top: 24px;
  }
  .mt-sm-32 {
    margin-top: 32px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-48 {
    margin-top: 48px;
  }
  .mt-sm-56 {
    margin-top: 56px;
  }
  .mt-sm-64 {
    margin-top: 64px;
  }
  .mt-sm-72 {
    margin-top: 72px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-88 {
    margin-top: 88px;
  }
  .mt-sm-96 {
    margin-top: 96px;
  }
  .mt-sm-104 {
    margin-top: 104px;
  }
  .mt-sm-112 {
    margin-top: 112px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .p0-sm {
    padding: 0;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-8 {
    padding-top: 8px;
  }
  .pt-sm-16 {
    padding-top: 16px;
  }
  .pt-sm-24 {
    padding-top: 24px;
  }
  .pt-sm-32 {
    padding-top: 32px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-48 {
    padding-top: 48px;
  }
  .pt-sm-64 {
    padding-top: 64px;
  }
  .pt-sm-72 {
    padding-top: 72px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-88 {
    padding-top: 88px;
  }
  .pt-sm-96 {
    padding-top: 96px;
  }
  .pt-sm-104 {
    padding-top: 104px;
  }
  .pt-sm-112 {
    padding-top: 112px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-160 {
    padding-top: 160px;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-8 {
    padding-bottom: 8px;
  }
  .pb-sm-16 {
    padding-bottom: 16px;
  }
  .pb-sm-24 {
    padding-bottom: 24px;
  }
  .pb-sm-32 {
    padding-bottom: 32px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-48 {
    padding-bottom: 48px;
  }
  .pb-sm-64 {
    padding-bottom: 64px;
  }
  .pb-sm-72 {
    padding-bottom: 72px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-88 {
    padding-bottom: 88px;
  }
  .pb-sm-96 {
    padding-bottom: 96px;
  }
  .pb-sm-104 {
    padding-bottom: 104px;
  }
  .pb-sm-112 {
    padding-bottom: 112px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
}

@media all and (max-width: 767px) {
  .mb-xs-0 {
    margin-bottom: 0;
  }
  .mb-xs-8 {
    margin-bottom: 8px;
  }
  .mb-xs-16 {
    margin-bottom: 16px;
  }
  .mb-xs-24 {
    margin-bottom: 24px;
  }
  .mb-xs-32 {
    margin-bottom: 32px;
  }
  .mb-xs-40 {
    margin-bottom: 40px;
  }
  .mb-xs-48 {
    margin-bottom: 48px;
  }
  .mb-xs-64 {
    margin-bottom: 64px;
  }
  .mb-xs-72 {
    margin-bottom: 72px;
  }
  .mb-xs-80 {
    margin-bottom: 80px;
  }
  .mb-xs-88 {
    margin-bottom: 88px;
  }
  .mb-xs-96 {
    margin-bottom: 96px;
  }
  .mb-xs-104 {
    margin-bottom: 104px;
  }
  .mb-xs-112 {
    margin-bottom: 112px;
  }
  .mb-xs-120 {
    margin-bottom: 120px;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-8 {
    margin-top: 8px;
  }
  .mt-xs-16 {
    margin-top: 16px;
  }
  .mt-xs-24 {
    margin-top: 24px;
  }
  .mt-xs-32 {
    margin-top: 32px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
  .mt-xs-48 {
    margin-top: 48px;
  }
  .mt-xs-56 {
    margin-top: 56px;
  }
  .mt-xs-64 {
    margin-top: 64px;
  }
  .mt-xs-72 {
    margin-top: 72px;
  }
  .mt-xs-80 {
    margin-top: 80px;
  }
  .mt-xs-88 {
    margin-top: 88px;
  }
  .mt-xs-96 {
    margin-top: 96px;
  }
  .mt-xs-104 {
    margin-top: 104px;
  }
  .mt-xs-112 {
    margin-top: 112px;
  }
  .mt-xs-120 {
    margin-top: 120px;
  }
  .p0-xs {
    padding: 0;
  }
  .pt-xs-0 {
    padding-top: 0;
  }
  .pt-xs-8 {
    padding-top: 8px;
  }
  .pt-xs-16 {
    padding-top: 16px;
  }
  .pt-xs-24 {
    padding-top: 24px;
  }
  .pt-xs-32 {
    padding-top: 32px;
  }
  .pt-xs-40 {
    padding-top: 40px;
  }
  .pt-xs-48 {
    padding-top: 48px;
  }
  .pt-xs-64 {
    padding-top: 64px;
  }
  .pt-xs-72 {
    padding-top: 72px;
  }
  .pt-xs-80 {
    padding-top: 80px;
  }
  .pt-xs-88 {
    padding-top: 88px;
  }
  .pt-xs-96 {
    padding-top: 96px;
  }
  .pt-xs-104 {
    padding-top: 104px;
  }
  .pt-xs-112 {
    padding-top: 112px;
  }
  .pt-xs-120 {
    padding-top: 120px;
  }
  .pt-xs-160 {
    padding-top: 160px;
  }
  .pt-xs-180 {
    padding-top: 180px;
  }
  .pt-xs-240 {
    padding-top: 240px !important;
  }
  .pb-xs-0 {
    padding-bottom: 0;
  }
  .pb-xs-8 {
    padding-bottom: 8px;
  }
  .pb-xs-16 {
    padding-bottom: 16px;
  }
  .pb-xs-24 {
    padding-bottom: 24px;
  }
  .pb-xs-32 {
    padding-bottom: 32px;
  }
  .pb-xs-40 {
    padding-bottom: 40px;
  }
  .pb-xs-48 {
    padding-bottom: 48px;
  }
  .pb-xs-64 {
    padding-bottom: 64px;
  }
  .pb-xs-72 {
    padding-bottom: 72px;
  }
  .pb-xs-80 {
    padding-bottom: 80px;
  }
  .pb-xs-88 {
    padding-bottom: 88px;
  }
  .pb-xs-96 {
    padding-bottom: 96px;
  }
  .pb-xs-104 {
    padding-bottom: 104px;
  }
  .pb-xs-112 {
    padding-bottom: 112px;
  }
  .pb-xs-120 {
    padding-bottom: 120px;
  }
  .pb-xs-180 {
    padding-bottom: 180px;
  }
  .pb-xs-240 {
    padding-bottom: 240px !important;
  }
}

.mb-md-0 {margin-bottom:0px;}
.mb-lg-0 {margin-bottom:0px;}

/* --- RATES TABLE ITEMS --- */
.rate_container {
    border: 1px solid #E3E3E3;
}

.rate_header {
	padding:12px 0 0 0;
	border: 1px solid #e3e3e3;
  background:#353535;
}
.myrate { font-size:17px;font-weight:900;}
.rate_header h2 {
	text-align:center;
  color:#FFFFFF;
  font-weight:500;
  font-size:18px;
}
.rate_container {
	border: 1px solid #e3e3e3
}
.line_even {
	background-color:#f1f3f6;
	border: 1px solid #e3e3e3;
	border-top: none;
	padding: 15px;
	/*font-size: 12pt;*/
}
.line_odd {
	background-color:#fff;
	border: 1px solid #e3e3e3;
	border-top: none;
	padding: 15px;
	/*font-size: 12pt;*/
	text-align:center;
}
.line_even td, .line_odd td {

	border: 1px solid #e3e3e3;
	border-top: none;
	padding: 15px;
	/*font-size: 12pt;*/
	text-align:center;
}

.ratestable {padding: 5px; width:100%;}

.content-wrapper div li {
    text-indent: 0px!important;
    /* list-style: none!important; */
    border-bottom: 1px solid #eaeaea!important;
    line-height: 1.48em!important;
    list-style: inherit!important;
    list-style-type: disc!important;
    font-size:1.35em;
}

.content-wrapper li {
    margin-left: 1em;
    padding: 3px 0;
}

/* --- NAV CUSTOMIZATIONS --- */
.bar-1 .menu-horizontal > li > .dropdown__trigger,
.bar-1 .menu-horizontal > li > a {
  font-size: 1.15em;
  line-height: 2.166666666666667em;
  /*text-transform: uppercase;*/
  font-weight: 600;
  letter-spacing: .2px;
}

.captcha-large {
    transform: scale(1.00);
    -webkit-transform: scale(1.00);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.captcha_field {
    transform: scale(1.00);
    -webkit-transform: scale(1.00);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}


label.error {
    display: none;
    height:0px;
}
input.error, div.error, select.error, textarea.error {
    background-color:#ffd6d6;
    border: 1px solid #F23030;
    box-sizing: border-box;
}


ol.insidelist {
    list-style-type: upper-roman;
    list-style-position: inside;
}

ol.insidelist
{
    line-height: 1.0em;
}

ul.insidelist
{
    line-height: 1.0em;
}


.feature-11 .feature__body {
    width: 65%;
    float: right;
}
@media (max-width: 990px){
    .feature-11 .feature__body {
        width: 100%;
        float: none;
    }
}

.mopolo {
    /*background-color:#FFF !important;*/
}
@media only screen and (min-width: 992px) {
    .mopolo-image {
        text-align:left;
        max-width:200px;
    }
}

ul.noborder li {
    border-bottom: none;
}

/*rounded center curve*/
.divider {
    width: 100%;
    position: relative;
    height: 5vw;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #fff
}


/*right curve*/
.dividerRightCurve {
    width: 100%;
    position: relative;
    height: 5vw;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C40,33 66,52 75,52 C83,52 92,33 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C40,33 66,52 75,52 C83,52 92,33 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #fff
}

/*left curve*/
.dividerLeftCurve {
    width: 100%;
    position: relative;
    height: 5vw;
    pointer-events: none;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C6.83050094,50 15.1638343,75 25,75 C41.4957514,75 62.4956597,0 81.2456597,0 C93.7456597,0 99.9971065,0 100,0 L100,100 L0,100' fill='%23fff'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C6.83050094,50 15.1638343,75 25,75 C41.4957514,75 62.4956597,0 81.2456597,0 C93.7456597,0 99.9971065,0 100,0 L100,100 L0,100' fill='%23fff'/%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%;
    background: #fff
}

.divider.divider-side {
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 5vw;
    max-width: 72px;
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(-90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(-90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e");
    -webkit-mask-size: 100% 101%;
    mask-size: 100% 101%
}

.divider.divider-side:first-child {
    left: -1px
}

.divider.divider-side:last-child {
    right: -1px
}

.divider.divider-bottom {
    top: 1px
}

.divider.divider-top {
    bottom: 1px
}

section>.divider-bottom {
    margin-top: calc(3.75rem - 5vw)
}

section>.divider-top {
    margin-bottom: calc(3.75rem - 5vw)
}

@media (min-width:768px) {
    section>.divider-bottom {
        margin-top: calc(6rem - 5vw)
    }
    section>.divider-top {
        margin-bottom: calc(6rem - 5vw)
    }
}

@media (min-width:992px) {
    section>.divider-bottom {
        margin-top: calc(7.5rem - 5vw)
    }
    section>.divider-top {
        margin-bottom: calc(7.5rem - 5vw)
    }
}

.card .divider {
    height: 1.5rem
}

.btn-shadow {
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    box-shadow: 0 3px 5px
    rgba(0,0,0,.3);
}

/* hover effects */
/************ Item 1 ************/
.colored-box {
	background: #fff;
	border-radius: 6px;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
	transition: box-shadow .2s;
}


/*Green*/
.box-green:hover {
	box-shadow: inset 0 0 0 2px #2ecc71;
}


/*Blue*/
.box-blue:hover {
	box-shadow: inset 0 0 0 3px #2FABFF;
    background: #E9ECEF;
}

/*Red*/
.box-red:hover {
	box-shadow: inset 0 0 0 2px #e74c3c;
}


/*Orange*/
.box-orange:hover {
	box-shadow: inset 0 0 0 2px #f39c12;
}
.box-orange h5 {
	color: #f39c12;
}

/*Black*/
.box-black:hover {
	box-shadow: inset 0 0 0 2px #2c3e50;
}

@media (max-width:768px) {
	.colored-box {
	;
	}
}
.field1 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.btn--primary, .btn--primary:visited {
    background: #17494a;
    border-color: #17494a;
}
.btn--primary:active, .btn--primary:hover {
    background: #17494a;
}
a {
    color: #17494a;
}
a:hover {
    color: #17494a;
}
.bg--primary {
    background: #17494a;
}
.process-3 li .process__number {
    border: 2px solid #4b7ba0;
}
.process-3 li .process__number span {
    color: #17494a;
}
.bg--primary div:not([class*=feature]) .btn--primary .btn__text {
    color: #17494a;
}
.bg--primary .boxed:not(.imagebg) a {
    color: #17494a;
}
.btn--primary-1:hover {
    background: #7f7f7f;
}

.feature.feature--featured::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #17494a;
    left: 0;
}

.process-3 li .process__number {
    border: 2px solid #17494a;
}

.btn--primary-1, .btn--primary-1:visited {
    background: #17494a;
    border-color: #17494a;
}

.color--primary {
    color: #17494a !important;
}

.contact-button, .close-button, .back-to-top {
    background-color: #091f1f;
    border: 1px solid #091f1f;
}

/* Remove underline from button links */
a.btn,
a.btn:link,
a.btn:visited,
a.btn:hover,
a.btn:focus,
a.btn:active,
a.btn .btn__text,
a.btn:hover .btn__text,
a.btn:focus .btn__text,
a.btn:active .btn__text {
    text-decoration: none !important;
}

/* Remove underline from footer links */
footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:focus,
footer a:active,
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:focus,
.footer a:active,
.site-footer a,
.site-footer a:link,
.site-footer a:visited,
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
    text-decoration: none !important;
}

/* ------------------------------ */

.vs-cta-hero {
    background: #f7f1e8;
}

.vs-cta-hero__inner {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    min-height: 560px;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.75), transparent 32%),
        linear-gradient(135deg, #f2eadf 0%, #e6dbce 48%, #d8cabb 100%);
    box-shadow: 0 18px 50px rgba(43, 35, 28, 0.08);
}

.vs-cta-hero__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.33;
    background-image:
        radial-gradient(rgba(70, 58, 48, 0.18) 0.7px, transparent 0.7px);
    background-size: 4px 4px;
    mix-blend-mode: multiply;
}

.vs-cta-hero__content {
    position: relative;
    z-index: 2;
    max-width: 620px;
    padding: 5rem 2rem 5rem 5.5rem;
}

.vs-cta-hero__title {
    margin: 0 0 1.5rem;
    color: #1f1b18;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 6vw, 5.8rem);
    line-height: 0.95;
    letter-spacing: -0.055em;
    font-weight: 400;
}

.vs-cta-hero__text {
    max-width: 560px;
    margin: 0 0 2rem;
    color: #504c47;
    font-size: 1.2rem;
    line-height: 1.55;
}

.vs-cta-hero__image-wrap {
    position: relative;
    z-index: 2;
    height: 560px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-right: 2.5rem;
}

.vs-cta-hero__image {
    max-height: 540px;
    width: auto;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 20px 30px rgba(40, 32, 25, 0.16));
}

@media (max-width: 991.98px) {
    .vs-cta-hero__inner {
        min-height: auto;
        border-radius: 22px;
    }

    .vs-cta-hero__content {
        padding: 3.5rem 2rem 1rem;
        text-align: center;
        margin: 0 auto;
    }

    .vs-cta-hero__text {
        margin-left: auto;
        margin-right: auto;
    }

    .vs-cta-hero__image-wrap {
        height: auto;
        padding: 0 1.5rem;
    }

    .vs-cta-hero__image {
        max-height: 420px;
    }
}

@media (max-width: 575.98px) {
    .vs-cta-hero {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .vs-cta-hero__content {
        padding: 2.5rem 1.25rem 0.5rem;
    }

    .vs-cta-hero__title {
        font-size: clamp(2.4rem, 13vw, 3.6rem);
    }

    .vs-cta-hero__text {
        font-size: 1rem;
    }

    .vs-cta-hero__image {
        max-height: 330px;
    }
}
/* ------------------------- */

/*.vs-subpage-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.75), transparent 32%),
        linear-gradient(135deg, #f2eadf 0%, #e6dbce 48%, #d8cabb 100%);
}

.vs-subpage-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.33;
    background-image: radial-gradient(rgba(70, 58, 48, 0.18) 0.7px, transparent 0.7px);
    background-size: 4px 4px;
    mix-blend-mode: multiply;
}

.vs-subpage-hero .container {
    position: relative;
    z-index: 2;
}

.vs-subpage-hero__inner {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    min-height: 560px;
    background: transparent;
    box-shadow: none;
}

.vs-subpage-hero__content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    padding: 5rem 2rem 5rem 2.5rem;
}

.vs-subpage-hero__content h1 {
    margin: 0 0 1.25rem;
    color: #1f1b18;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 0.95;
    letter-spacing: -0.045em;
    font-weight: 400;
}

.vs-subpage-hero__content h2 {
    max-width: 560px;
    margin: 0 0 2rem;
    color: #504c47;
    font-family: 'Sora', 'Helvetica', 'Arial', sans-serif;
    font-size: clamp(1.15rem, 2vw, 1.20rem);
    line-height: 1.45;
    letter-spacing: 0;
    font-weight: 400;
}

.vs-subpage-hero__image-wrap {
    position: relative;
    z-index: 2;
    height: 660px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-right: 1.5rem;
}

.vs-subpage-hero__image {
    max-height: 640px;
    width: auto;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.70));
    border-radius:24px;
}

.vs-subpage-hero__trust {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
}

.vs-subpage-hero__avatars {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.vs-subpage-hero__avatars img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f2eadf;
}

.vs-subpage-hero__avatars img + img {
    margin-left: -12px;
}

.vs-subpage-hero__trust p {
    margin: 0;
    color: #1f1b18;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .vs-subpage-hero__inner {
        min-height: auto;
    }

    .vs-subpage-hero__content {
        padding: 3.5rem 2rem 1rem;
        text-align: center;
        margin: 0 auto;
    }

    .vs-subpage-hero__content h2 {
        margin-left: auto;
        margin-right: auto;
    }

    .vs-subpage-hero__trust {
        justify-content: center;
    }

    .vs-subpage-hero__image-wrap {
        height: auto;
        padding: 0 1.5rem;
    }

    .vs-subpage-hero__image {
        max-height: 420px;
    }
}

@media (max-width: 575.98px) {
    .vs-subpage-hero {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .vs-subpage-hero__content {
        padding: 2.5rem 1.25rem 0.5rem;
    }

    .vs-subpage-hero__content h1 {
        font-size: clamp(2.5rem, 12vw, 3.6rem);
    }

    .vs-subpage-hero__content h2 {
        font-size: 1.1rem;
    }

    .vs-subpage-hero__trust {
        flex-wrap: wrap;
        gap: 0.65rem;
    }

    .vs-subpage-hero__avatars img {
        width: 34px;
        height: 34px;
    }

    .vs-subpage-hero__image {
        max-height: 330px;
    }
}

.vs-subpage-hero__social-proof {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.vs-subpage-hero__stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-bottom: 4px;
    line-height: 1;
}

.vs-subpage-hero__stars svg {
    display: block;
} */

.vs-subpage-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.75), transparent 32%),
        linear-gradient(135deg, #f2eadf 0%, #e6dbce 48%, #d8cabb 100%);
}

.vs-subpage-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.33;
    background-image: radial-gradient(rgba(70, 58, 48, 0.18) 0.7px, transparent 0.7px);
    background-size: 4px 4px;
    mix-blend-mode: multiply;
}

.vs-subpage-hero .container {
    position: relative;
    z-index: 2;
}

.vs-subpage-hero__inner {
    position: relative;
    overflow: visible;
    border-radius: 0;
    min-height: 560px;
    background: transparent;
    box-shadow: none;
}

.vs-subpage-hero__content {
    position: relative;
    z-index: 2;
    max-width: 680px;
    padding: 5rem 2rem 5rem 2.5rem;
}

.vs-subpage-hero__content h1 {
    margin: 0 0 1.25rem;
    color: #1f1b18;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 0.95;
    letter-spacing: -0.045em;
    font-weight: 400;
}

.vs-subpage-hero__content h2 {
    max-width: 560px;
    margin: 0 0 2rem;
    color: #504c47;
    font-family: 'Sora', 'Helvetica', 'Arial', sans-serif;
    font-size: clamp(1.15rem, 2vw, 1.20rem);
    line-height: 1.45;
    letter-spacing: 0;
    font-weight: 400;
}

.vs-subpage-hero__image-wrap {
    position: relative;
    z-index: 2;
    height: 690px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-right: 1.5rem;
    padding-bottom: 38px;
    box-sizing: border-box;
    overflow: visible;
}

.vs-subpage-hero__image {
    display: block;
    max-height: 620px;
    width: auto;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.55));
    border-radius: 24px;
}

.vs-subpage-hero__trust {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
}

.vs-subpage-hero__avatars {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.vs-subpage-hero__avatars img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f2eadf;
}

.vs-subpage-hero__avatars img + img {
    margin-left: -12px;
}

.vs-subpage-hero__trust p {
    margin: 0;
    color: #1f1b18;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
}

.vs-subpage-hero__social-proof {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.vs-subpage-hero__stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    margin-bottom: 4px;
    line-height: 1;
}

.vs-subpage-hero__stars svg {
    display: block;
}

@media (max-width: 991.98px) {
    .vs-subpage-hero__inner {
        min-height: auto;
        overflow: visible;
    }

    .vs-subpage-hero__content {
        padding: 3.5rem 2rem 1rem;
        text-align: center;
        margin: 0 auto;
    }

    .vs-subpage-hero__content h2 {
        margin-left: auto;
        margin-right: auto;
    }

    .vs-subpage-hero__trust {
        justify-content: center;
    }

    .vs-subpage-hero__image-wrap {
        height: auto;
        padding: 0 1.5rem 34px;
        overflow: visible;
    }

    .vs-subpage-hero__image {
        max-height: 420px;
        filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.50));
    }
}

@media (max-width: 575.98px) {
    .vs-subpage-hero {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .vs-subpage-hero__content {
        padding: 2.5rem 1.25rem 0.5rem;
    }

    .vs-subpage-hero__content h1 {
        font-size: clamp(2.5rem, 12vw, 3.6rem);
    }

    .vs-subpage-hero__content h2 {
        font-size: 1.1rem;
    }

    .vs-subpage-hero__trust {
        flex-wrap: wrap;
        gap: 0.65rem;
    }

    .vs-subpage-hero__avatars img {
        width: 34px;
        height: 34px;
    }

    .vs-subpage-hero__image-wrap {
        padding: 0 1rem 30px;
    }

    .vs-subpage-hero__image {
        max-height: 330px;
        filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.45));
    }
}

/* --------------------- */

/* Vince Savoia top navigation profile layout */
    .vs-topnav-profilebar {
        padding: 18px 0;
        border-bottom: 1px solid #f0f0f0;
        /*background: #ffffff;*/
    }

    .vs-profile-wrap {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .vs-headshot {
        width: 112px;
        height: 112px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
        border: 3px solid #ffffff;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
        flex: 0 0 96px;
    }

    .vs-profile-name {
        margin: 0;
        font-size: clamp(1.6rem, 2.2vw, 2.15rem);
        line-height: 1.1;
        font-weight: 600;
        letter-spacing: 0.01em;
        color: #2b2b2b;
    }

    .vs-profile-name .vs-last-name {
        color: #17494a;
    }

    .vs-profile-name strong {
        font-weight: inherit;
    }

    .vs-profile-name .vs-credentials {
        font-size: 0.62em;
        font-weight: 500;
        color: #2b2b2b;
        white-space: nowrap;
    }

    .vs-profile-tagline {
        margin: 6px 0 0;
        font-size: 1.12rem;
        line-height: 1.35;
        color: #3b2929;
    }

    .vs-contact-row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 18px;
        margin-top: 14px;
        font-size: 1rem;
        line-height: 1.2;
        font-weight: 700;
    }

    .vs-contact-row a {
        color: inherit;
        text-decoration: none !important;
    }

    .vs-contact-row svg {
        color: #17494a;
        vertical-align: -3px;
    }

    .vs-brand-logo {
        text-align: right;
    }

    .vs-brand-logo a {
        display: inline-block;
        text-decoration: none !important;
    }

    .vs-brand-logo img.logo,
    .vs-brand-logo img.logo-dark {
        max-width: 330px;
        max-height: 74px;
        width: auto;
        height: auto;
    }

    .vs-brand-logo img.logo-light {
        display: none !important;
    }

    .vs-mobile-topbar {
        background: #ffffff;
        border-bottom: 1px solid #f0f0f0;
    }

    .vs-mobile-header-row {
        align-items: center;
    }

    .vs-mobile-profile {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 0 8px;
    }

    .vs-mobile-profile .vs-headshot {
        width: 62px;
        height: 62px;
        flex-basis: 62px;
        border-width: 2px;
    }

    .vs-mobile-profile .vs-profile-name {
        font-size: 1.05rem;
        line-height: 1.15;
    }

    .vs-mobile-profile .vs-profile-tagline {
        margin-top: 3px;
        font-size: 0.84rem;
        line-height: 1.25;
    }

    .vs-mobile-profile .vs-contact-row {
        gap: 10px;
        margin-top: 6px;
        font-size: 0.84rem;
    }

    .vs-mobile-logo {
        padding: 4px 0 10px;
        text-align: center;
    }

    .vs-mobile-logo img.logo,
    .vs-mobile-logo img.logo-dark {
        max-width: 230px;
        max-height: 54px;
        width: auto;
        height: auto;
    }

    .vs-mobile-logo img.logo-light {
        display: none !important;
    }

    @media (max-width: 420px) {
        .vs-mobile-profile .vs-headshot {
            width: 64px;
            height: 64px;
            flex-basis: 64px;
        }

        .vs-mobile-profile .vs-profile-name {
            font-size: 0.96rem;
        }

        .vs-mobile-profile .vs-profile-tagline {
            font-size: 0.78rem;
        }

        .vs-mobile-profile .vs-contact-row {
            font-size: 0.78rem;
            gap: 8px;
        }
    }

    .vs-card-grid-section {
    background-color: #f4efe6;
}

.vs-card-grid {
    display: grid;
    grid-template-columns: 1fr 0.5fr 0.5fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    min-height: 620px;
}

.vs-card-grid__item {
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 295px;
    overflow: hidden;
    border-radius: 28px;
    text-decoration: none;
    isolation: isolate;
    background-color: #241f1a;
}

.vs-card-grid__item--large {
    grid-row: span 2;
}

.vs-card-grid__item--wide {
    grid-column: span 2;
}

.vs-card-grid__item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: var(--card-bg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.7s ease, opacity 0.7s ease, background-size 0.7s ease;
}

.vs-card-grid__item::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.02) 35%,
        rgba(0, 0, 0, 0.62) 100%
    );
}

.vs-card-grid__item:hover::before,
.vs-card-grid__item:focus-visible::before {
    transform: scale(1.08);
    opacity: 0.92;
}

.vs-card-grid__label {
    position: relative;
    z-index: 2;
    display: block;
    padding: 1.5rem 1.75rem;
    color: #ffffff;
    font-size: 1.15rem;
    line-height: 1.25;
    font-weight: 700;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.vs-card-grid__label::before {
    content: "✦";
    display: inline-block;
    margin-right: 0.45rem;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    .vs-card-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        min-height: auto;
    }

    .vs-card-grid__item,
    .vs-card-grid__item--large,
    .vs-card-grid__item--wide {
        grid-column: auto;
        grid-row: auto;
        min-height: 320px;
    }

    .vs-card-grid__item--large,
    .vs-card-grid__item--wide {
        grid-column: span 2;
    }
}

@media (max-width: 575.98px) {
    .vs-card-grid-section {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .vs-card-grid {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .vs-card-grid__item,
    .vs-card-grid__item--large,
    .vs-card-grid__item--wide {
        grid-column: auto;
        min-height: 280px;
        border-radius: 22px;
    }

    .vs-card-grid__label {
        padding: 1.25rem;
        font-size: 1rem;
    }
}

.vs-cta-hero__trust {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.25rem;
}

.vs-cta-hero__avatars {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.vs-cta-hero__avatars img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f2eadf;
}

.vs-cta-hero__avatars img + img {
    margin-left: -12px;
}

.vs-cta-hero__trust p {
    margin: 0;
    color: #1f1b18;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (max-width: 575.98px) {
    .vs-cta-hero__trust {
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.65rem;
    }

    .vs-cta-hero__avatars img {
        width: 34px;
        height: 34px;
    }
}

/* ::::::::::::::::::::::::::::::::: */
.vs-testimonials-section {
    background-color: #f4f0e8;
    overflow: hidden;
}

.vs-testimonials-title {
    color: #171717;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.vs-testimonials-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.vs-testimonials-btn {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 1px solid rgba(23, 23, 23, 0.12);
    background-color: transparent;
    color: #171717;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    line-height: 1;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.vs-testimonials-btn:hover,
.vs-testimonials-btn:focus {
    background-color: #171717;
    color: #ffffff;
    transform: translateY(-2px);
}

.vs-testimonials-next {
    background-color: #171717;
    color: #ffffff;
}

.vs-testimonials-slider {
    width: 100%;
}

.vs-testimonials-track {
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    overflow-y: visible;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-top: 1.25rem;
    padding-bottom: 2rem;
}

.vs-testimonials-track::-webkit-scrollbar {
    display: none;
}

.vs-testimonial-card {
    flex: 0 0 calc((100% - 3.75rem) / 4);
    min-height: 500px;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
    background-color: #ffffff;
    border: 1px solid rgba(23, 73, 74, 0.24);
    border-radius: 34px;
    padding: 2.75rem;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.vs-testimonial-card:hover {
    border-color: rgba(23, 73, 74, 0.38);
    box-shadow: 0 18px 45px rgba(23, 73, 74, 0.16);
    transform: translateY(-2px);
}

.vs-testimonial-stars {
    display: flex;
    gap: 0.1rem;
    margin-bottom: 2rem;
}

.vs-testimonial-stars svg {
    width: 22px;
    height: 22px;
    fill: #fb9a58;
    flex-shrink: 0;
}

.vs-testimonial-text {
    color: #171717;
    font-size: 1.08rem;
    line-height: 1.45;
    margin: 0;
    font-style: italic;
}

.vs-testimonial-person {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
    padding-top: 2.5rem;
}

.vs-testimonial-person img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.vs-testimonial-person strong {
    display: block;
    color: #171717;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
}

.vs-testimonial-person span {
    display: block;
    color: #969696;
    font-size: 0.95rem;
    line-height: 1.35;
}

@media (max-width: 1199.98px) {
    .vs-testimonial-card {
        flex-basis: calc((100% - 2.5rem) / 3);
    }
}

@media (max-width: 991.98px) {
    .vs-testimonial-card {
        flex-basis: calc((100% - 1.25rem) / 2);
        min-height: 470px;
        padding: 2.25rem;
    }
}

@media (max-width: 575.98px) {
    .vs-testimonials-section .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .vs-testimonials-controls {
        gap: 0.6rem;
    }

    .vs-testimonials-btn {
        width: 48px;
        height: 48px;
        font-size: 1.4rem;
    }

    .vs-testimonial-card {
        flex-basis: 86%;
        min-height: 430px;
        border-radius: 26px;
        padding: 1.75rem;
    }

    .vs-testimonial-text {
        font-size: 1.05rem;
    }
}
/* :::::::::::::::::::::::::::::::::::::: */
.vs-split-section {
    background-color: #ffffff;
}

.vs-split-section__content {
    max-width: 560px;
}

.vs-split-section__title {
    margin: 0 0 1.5rem;
    color: #33302d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    letter-spacing: -0.045em;
    font-weight: 400;
}

.vs-split-section__text {
    margin: 0;
    color: #35312e;
    font-size: 1.20rem;
    line-height: 1.45;
    max-width: 560px;
}

.vs-split-section__image-wrap {
    overflow: hidden;
    border-radius: 10px;
    background-color: #f3f0ea;
}

.vs-split-section__image {
    width: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
}

@media (max-width: 991.98px) {
    .vs-split-section__content {
        max-width: 100%;
    }

    .vs-split-section__image {
        min-height: 420px;
    }
}

@media (max-width: 575.98px) {
    .vs-split-section {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .vs-split-section__title {
        font-size: clamp(2.6rem, 12vw, 3.6rem);
    }

    .vs-split-section__text {
        font-size: 1.05rem;
    }

    .vs-split-section__image {
        min-height: 320px;
    }
}

.vs-faq-section {
    background-color: #f7f7f7;
}

.vs-faq-title {
    margin: 0 0 1.25rem;
    color: #33302d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 0.95;
    font-weight: 400;
}

.vs-faq-lead {
    max-width: 420px;
    margin: 0;
    color: #33302d;
    font-size: 1.15rem;
    line-height: 1.55;
}

.vs-faq-centered {
    max-width: 860px;
    margin: 0 auto;
}

.vs-faq-list {
    width: 100%;
}

.vs-faq-item {
    border-bottom: 1px solid #222;
}

.vs-faq-question {
    width: 100%;
    padding: 1.75rem 0;
    border: 0;
    background: transparent;
    color: #33302d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 700;
}

.vs-faq-icon {
    position: relative;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

.vs-faq-icon::before,
.vs-faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #33302d;
    transform: translate(-50%, -50%);
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.vs-faq-icon::before {
    width: 18px;
    height: 2px;
}

.vs-faq-icon::after {
    width: 2px;
    height: 18px;
}

.vs-faq-item.is-open .vs-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.vs-faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.45s ease;
}

.vs-faq-answer > div {
    overflow: hidden;
}

.vs-faq-item.is-open .vs-faq-answer {
    grid-template-rows: 1fr;
}

.vs-faq-answer p {
    margin: 0;
    padding: 0 3rem 1.75rem 0;
    color: #33302d;
    font-size: 1.05rem;
    line-height: 1.55;
}

@media (max-width: 767.98px) {
    .vs-faq-question {
        padding: 1.35rem 0;
        font-size: 1rem;
    }

    .vs-faq-answer p {
        padding-right: 1rem;
        font-size: 1rem;
    }
}

.vs-image-cta-section {
    background-color: #ffffff;
}

.vs-image-cta {
    position: relative;
    overflow: hidden;
    min-height: 330px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    background-image: 
        linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.62) 32%, rgba(0, 0, 0, 0.12) 72%),
        var(--cta-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.vs-image-cta__content {
    position: relative;
    z-index: 2;
    max-width: 660px;
    padding: 3.25rem;
    color: #ffffff;
}

.vs-image-cta__eyebrow {
    margin: 0 0 0.85rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.78rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vs-image-cta__title {
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: clamp(2.25rem, 4vw, 3.8rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
    font-weight: 400;
}

.vs-image-cta__text {
    max-width: 520px;
    margin: 0 0 2rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.5;
}

.vs-image-cta__link {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.vs-image-cta__link:hover,
.vs-image-cta__link:focus {
    color: #ffffff;
    text-decoration-thickness: 2px;
}

@media (max-width: 767.98px) {
    .vs-image-cta {
        min-height: 420px;
        align-items: flex-end;
        background-image:
            linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.78) 100%),
            var(--cta-bg);
    }

    .vs-image-cta__content {
        padding: 2rem;
    }

    .vs-image-cta__title {
        font-size: clamp(2rem, 10vw, 3rem);
    }
}

/* :::::::::::::::::::::::::::::: */
.vs-about-feature {
    background-color: #ffffff;
    overflow: hidden;
}

.vs-about-feature .container {
    position: relative;
}

.vs-about-feature__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1.5rem;
    padding: 0.55rem 1.2rem;
    border-radius: 999px;
    background-color: #f1f8f4;
    color: #073b2f;
    font-size: 0.95rem;
    line-height: 1;
    letter-spacing: 0.08em;
}

.vs-about-feature__eyebrow span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #547165;
}

.vs-about-feature__title {
    max-width: 720px;
    margin: 0 0 2.5rem;
    color: #073b2f;
    font-size: clamp(2.7rem, 5vw, 5rem);
    line-height: 1.05;
    letter-spacing: -0.045em;
    font-weight: 400;
}

.vs-about-feature__text {
    margin: 0 0 1.5rem;
    color: #6d8278;
    font-size: 1.15rem;
    line-height: 1.75;
}

.vs-about-feature__stat strong {
    display: block;
    color: #547165;
    font-size: clamp(5rem, 9vw, 8rem);
    line-height: 0.8;
    font-weight: 400;
    letter-spacing: -0.06em;
}

.vs-about-feature__stat span {
    display: block;
    margin-top: 1.25rem;
    color: #073b2f;
    font-size: 1rem;
    line-height: 1.25;
}

.vs-about-feature__btn {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin-top: 3.5rem;
    padding: 0.8rem 0.85rem 0.8rem 1.7rem;
    border-radius: 999px;
    background-color: #bfd1c8;
    color: #073b2f;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
}

.vs-about-feature__btn span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.vs-about-feature__image-wrap {
    overflow: hidden;
    border-radius: 14px;
    background-color: #f3f3f3;
}

.vs-about-feature__image {
    width: 100%;
    min-height: 650px;
    object-fit: cover;
    display: block;
}

.vs-about-feature__cards {
    position: relative;
    z-index: 3;
    max-width: 760px;
    margin: -70px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 2.75rem 3rem;
    border-radius: 18px;
    background-color: #f1f8f4;
}

.vs-about-feature__card {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.vs-about-feature__icon {
    color: #0b6b45;
    font-size: 2.1rem;
    line-height: 1;
    flex-shrink: 0;
}

.vs-about-feature__card h3 {
    margin: 0 0 0.75rem;
    color: #073b2f;
    font-size: 1.55rem;
    line-height: 1.2;
    font-weight: 500;
}

.vs-about-feature__card p {
    margin: 0;
    color: #6d8278;
    font-size: 1rem;
    line-height: 1.65;
}

@media (max-width: 991.98px) {
    .vs-about-feature__image {
        min-height: 460px;
    }

    .vs-about-feature__cards {
        margin: 2rem 0 0;
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .vs-about-feature__title {
        font-size: clamp(2.4rem, 12vw, 3.6rem);
    }

    .vs-about-feature__btn {
        margin-top: 2rem;
    }

    .vs-about-feature__cards {
        grid-template-columns: 1fr;
        padding: 2rem;
    }
}

/* footer */
.vs-modern-footer {
    width: 100%;
    background-color: #17494a;
    padding: 0;
}

.vs-modern-footer__inner {
    background: #17494a;
    color: #ffffff;
    border-radius: 0;
    padding: 4rem 0 2.5rem;
}

.vs-modern-footer__logo {
    max-width: 240px;
    height: auto;
    margin-bottom: 2rem;
}

.vs-modern-footer p,
.vs-modern-footer a,
.vs-modern-footer li,
.vs-modern-footer__heading,
.vs-modern-footer__brand h4 {
    color: #ffffff;
}

.vs-modern-footer p,
.vs-modern-footer a,
.vs-modern-footer li {
    font-size: 1rem;
    line-height: 1.6;
}

.vs-modern-footer a {
    text-decoration: none;
}

.vs-modern-footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.vs-modern-footer__brand p {
    max-width: 340px;
    margin-bottom: 2rem;
}

.vs-modern-footer hr,
.vs-modern-footer__divider {
    border-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
}

.vs-modern-footer__heading,
.vs-modern-footer__brand h4 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.vs-modern-footer__list {
    margin: 0;
    padding-left: 0rem;
}

.vs-modern-footer__list li {
    margin-bottom: 0.05rem;
}

.vs-modern-footer__socials {
    display: flex;
    gap: 0.75rem;
}

.vs-modern-footer__socials a,
.vs-modern-footer__contact span {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
}

.vs-modern-footer__socials a {
    background-color: #2f6667;
    border: 1px solid #2f6667;
}

.vs-modern-footer__socials a:hover,
.vs-modern-footer__socials a:focus {
    background-color: #000000;
    border-color: #000000;
    color: #17494a;
    text-decoration: none;
}

.vs-modern-footer__contact {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.75rem;
}

.vs-modern-footer__contact span {
    background-color: #2f6667;
    border: 1px solid #2f6667;
    color: #ffffff;
    flex-shrink: 0;
}

.vs-modern-footer__contact p {
    margin: 0 0 0.15rem;
}

.vs-modern-footer__contact a {
    font-weight: 700;
    font-size: 1.1rem;
}

.vs-modern-footer__divider {
    margin: 3rem 0 2rem;
}

.vs-modern-footer__bottom {
    text-align: center;
}

.vs-modern-footer__bottom p {
    margin: 0.35rem 0;
}

.vs-modern-footer__bottom a {
    margin: 0 0.5rem;
}

@media (max-width: 991.98px) {
    .vs-modern-footer__inner {
        padding: 3rem 0 2rem;
    }
}

@media (max-width: 575.98px) {
    .vs-modern-footer__inner {
        padding: 2.5rem 0 2rem;
    }

    .vs-modern-footer__bottom a {
        display: inline-block;
        margin: 0.25rem 0.4rem;
    }
}

/* ------------------------ */
.vs-green-cta {
    position: relative;
    overflow: hidden;
    background-color: #17494a;
    color: #ffffff;
}

.vs-green-cta::before,
.vs-green-cta::after {
    content: "";
    position: absolute;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.035);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.vs-green-cta::before {
    width: 760px;
    height: 760px;
    left: -120px;
    top: -90px;
}

.vs-green-cta::after {
    width: 380px;
    height: 380px;
    right: -60px;
    top: -90px;
    transform: rotate(180deg);
}

.vs-green-cta .container {
    position: relative;
    z-index: 2;
}

.vs-green-cta__eyebrow {
    margin: 0 0 1.75rem;
    color: #e7cfa6;
    font-size: 1.15rem;
    line-height: 1.2;
}

.vs-green-cta__title {
    max-width: 700px;
    margin: 0 0 2rem;
    color: #ffffff;
    font-size: clamp(2.4rem, 4.2vw, 4.25rem);
    line-height: 1.15;
    letter-spacing: -0.045em;
    font-weight: 400;
}

.vs-green-cta__text {
    max-width: 640px;
    margin: 0 0 2rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.15rem;
    line-height: 1.65;
}

.vs-green-cta__link {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #65c6d4;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.vs-green-cta__link:hover,
.vs-green-cta__link:focus {
    color: #ffffff;
}

.vs-green-cta__side h3 {
    max-width: 620px;
    margin: 0 0 2rem;
    color: #ffffff;
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
    line-height: 1.35;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.vs-green-cta__list {
    list-style: none;
    margin: 0;
    padding: 0 0 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.vs-green-cta__list li {
    position: relative;
    margin-bottom: 1.1rem;
    padding-left: 2.25rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.1rem;
    line-height: 1.45;
}

.vs-green-cta__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -0.15rem;
    color: #e7cfa6;
    font-size: 1.5rem;
    line-height: 1;
}

.vs-green-cta__contact {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.vs-green-cta__phone-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background-color: #2f6667;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    flex-shrink: 0;
}

.vs-green-cta__contact p {
    margin: 0 0 0.25rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
}

.vs-green-cta__contact a {
    color: #ffffff;
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1;
    text-decoration: none;
}

.vs-green-cta__contact a:hover {
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .vs-green-cta {
        text-align: left;
    }

    .vs-green-cta__contact {
        align-items: flex-start;
    }

    .vs-green-cta__phone-icon {
        width: 58px;
        height: 58px;
        font-size: 1.5rem;
    }
}

/* ::::::::::::::::::::::::: */

.vs-product-feature {
    position: relative;
    overflow: hidden;
    background-color: #17494a;
    color: #ffffff;
}

.vs-product-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.035) 0 34%, transparent 34% 100%),
        linear-gradient(325deg, rgba(0, 0, 0, 0.08) 0 42%, transparent 42% 100%);
    pointer-events: none;
}

.vs-product-feature .container {
    position: relative;
    z-index: 2;
}

.vs-product-feature__eyebrow {
    margin: 0 0 1.5rem;
    color: #ac7d2c;
    font-size: 1.15rem;
    line-height: 1.2;
}

.vs-product-feature__title {
    max-width: 720px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.5rem, 4.6vw, 4.75rem);
    line-height: 1.12;
    letter-spacing: -0.05em;
    font-weight: 400;
}

.vs-product-feature hr {
    margin: 2.5rem 0;
    border-color: rgba(255, 255, 255, 0.24);
    opacity: 1;
}

.vs-product-feature__text {
    max-width: 720px;
    margin: 0 0 3rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.08rem;
    line-height: 1.7;
}

.vs-product-feature__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.75rem;
    margin-bottom: 3rem;
}

.vs-product-feature__service {
    padding-right: 2.5rem;
    border-right: 3px solid rgba(255, 255, 255, 0.2);
}

.vs-product-feature__icon {
    width: 76px;
    height: 76px;
    margin-bottom: 2rem;
    color: #e7cfa6;
}

.vs-product-feature__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.vs-product-feature__info h3 {
    margin: 0 0 0.75rem;
    color: #ffffff;
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 400;
}

.vs-product-feature__info p {
    margin: 0 0 1.75rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.98rem;
    line-height: 1.55;
}

.vs-product-feature__choose ul {
    list-style: none;
    margin: 1.75rem 0 0;
    padding: 0;
}

.vs-product-feature__choose li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 2rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1rem;
    line-height: 1.45;
}

.vs-product-feature__choose li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -0.15rem;
    color: #e7cfa6;
    font-size: 1.45rem;
    line-height: 1;
}

.vs-product-feature__visual {
    position: relative;
    min-height: 720px;
}

.vs-product-feature__image {
    position: absolute;
    display: block;
    object-fit: cover;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.vs-product-feature__image--back {
    top: 0;
    right: 0;
    width: 78%;
    height: 92%;
    object-position: center;
}

.vs-product-feature__image--front {
    top: 115px;
    left: 0;
    width: 78%;
    height: 66%;
    object-position: center;
}

@media (max-width: 991.98px) {
    .vs-product-feature__visual {
        min-height: 560px;
    }

    .vs-product-feature__image--back {
        width: 82%;
    }

    .vs-product-feature__image--front {
        top: 90px;
        width: 82%;
    }
}

@media (max-width: 767.98px) {
    .vs-product-feature__info {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .vs-product-feature__service {
        padding-right: 0;
        border-right: 0;
        border-bottom: 2px solid rgba(255, 255, 255, 0.18);
        padding-bottom: 1rem;
    }

    .vs-product-feature__visual {
        min-height: auto;
        display: grid;
        gap: 1rem;
    }

    .vs-product-feature__image {
        position: static;
        width: 100%;
        height: auto;
        min-height: 280px;
    }

    .vs-product-feature__image--back,
    .vs-product-feature__image--front {
        width: 100%;
        height: auto;
    }
}

/* ::::::::::::::::::::::::: */
.vs-process-section {
    background-color: #ffffff;
}

.vs-process-section__intro {
    max-width: 780px;
    margin: 0 auto 4.5rem;
}

.vs-process-section__intro h2 {
    margin: 0 0 1.25rem;
    color: #1d1d1d;
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.vs-process-section__intro p {
    margin: 0;
    color: #57504a;
    font-size: 1.2rem;
    line-height: 1.55;
}

.vs-process-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

.vs-process-steps::before {
    content: "";
    position: absolute;
    top: 44px;
    left: 16.666%;
    right: 16.666%;
    border-top: 3px dotted #d8c2a2;
}

.vs-process-step {
    position: relative;
    z-index: 2;
    text-align: center;
}

.vs-process-step__number {
    width: 90px;
    height: 90px;
    margin: 0 auto 2rem;
    border-radius: 50%;
    background-color: #e0c7a2;
    color: #1d1d1d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.35rem;
    line-height: 1;
    font-weight: 400;
}

.vs-process-step h3 {
    margin: 0 0 1.35rem;
    color: #1d1d1d;
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.vs-process-step p {
    max-width: 340px;
    margin: 0 auto;
    color: #57504a;
    font-size: 1.1rem;
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    .vs-process-section__intro {
        margin-bottom: 3rem;
    }

    .vs-process-steps {
        grid-template-columns: 1fr;
        gap: 2.75rem;
    }

    .vs-process-steps::before {
        top: 45px;
        bottom: 45px;
        left: 45px;
        right: auto;
        border-top: 0;
        border-left: 3px dotted #d8c2a2;
    }

    .vs-process-step {
        text-align: left;
        display: grid;
        grid-template-columns: 90px 1fr;
        column-gap: 1.5rem;
        align-items: start;
    }

    .vs-process-step__number {
        margin: 0;
        grid-row: span 2;
    }

    .vs-process-step p {
        margin: 0;
        max-width: none;
    }
}

/* ::::::::::::::::::::::::::::::::::: */

.vs-icon-card-section {
    background-color: #ffffff;
}

.vs-icon-card {
    height: 100%;
    padding: 2.5rem;
    border: 1px solid rgba(23, 73, 74, 0.14);
    border-radius: 34px;
    background-color: #ffffff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.vs-icon-card:hover {
    border-color: rgba(23, 73, 74, 0.38);
    box-shadow: 0 22px 55px rgba(23, 73, 74, 0.16);
    transform: translateY(-4px);
}

.vs-icon-card__icon {
    display: inline-block;
    margin-bottom: 1.75rem;
    color: #17494a;
    font-size: 4.5rem;
    line-height: 1;
    font-variation-settings:
        'FILL' 0,
        'wght' 300,
        'GRAD' 0,
        'opsz' 48;
}

.vs-icon-card h3 {
    margin: 0 0 1.35rem;
    color: #111111;
    font-size: clamp(1.45rem, 2vw, 1.9rem);
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.vs-icon-card p {
    margin: 0 0 2rem;
    color: #777777;
    font-size: 1.05rem;
    line-height: 1.75;
}

@media (max-width: 767.98px) {
    .vs-icon-card {
        padding: 2rem;
    }

    .vs-icon-card__icon {
        font-size: 4rem;
    }
}

/* :::::::::::::::::::::::: */
/* ==========================================
   Image Card Link Section
========================================== */

.vs-image-card-links {
    background-color: #f1f8f1;
}

.vs-image-card-links__title {
    margin: 0;
    color: #17494a;
    font-size: clamp(2.2rem, 4vw, 3.25rem);
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.vs-image-card-link {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 635px;
    overflow: hidden;
    border-radius: 28px;
    background-color: #102d2d;
    isolation: isolate;
    text-decoration: none !important;
}

.vs-image-card-link::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image: var(--card-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    transition: transform 0.75s ease;
}

.vs-image-card-link::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.05) 0%,
        rgba(0, 0, 0, 0.12) 45%,
        rgba(0, 18, 8, 0.8) 100%
    );
    pointer-events: none;
}

.vs-image-card-link:hover::before,
.vs-image-card-link:focus-visible::before {
    transform: scale(1.08);
}

.vs-image-card-link__content {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    padding: 2rem;
    text-align: center;
    color: #ffffff;
}

.vs-image-card-link__content::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    box-shadow:
        inset 0 0 60px rgba(0, 0, 0, 0.22),
        inset 0 -130px 120px rgba(0, 25, 8, 0.55);
    pointer-events: none;
}

/* Supports semantic h3 card headings */
.vs-image-card-link h3.vs-image-card-link__heading {
    display: block;
    margin: 0 0 0.45rem;
    padding: 0;
    color: #ffffff;
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: -0.025em;
    text-decoration: none !important;
}

.vs-image-card-link__text {
    display: block;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1.35;
    font-weight: 300;
    text-decoration: none !important;
}

.vs-image-card-link,
.vs-image-card-link:hover,
.vs-image-card-link:focus,
.vs-image-card-link:active,
.vs-image-card-link h3,
.vs-image-card-link span {
    color: #ffffff;
    text-decoration: none !important;
}

@media (max-width: 1199.98px) {
    .vs-image-card-link {
        min-height: 520px;
    }
}

@media (max-width: 767.98px) {
    .vs-image-card-link {
        min-height: 420px;
    }
}

@media (max-width: 575.98px) {
    .vs-image-card-link {
        min-height: 360px;
    }

    .vs-image-card-link__content {
        padding: 1.5rem;
    }

    .vs-image-card-link h3.vs-image-card-link__heading {
        font-size: clamp(1.4rem, 7vw, 1.75rem);
    }

    .vs-image-card-link__text {
        font-size: 1rem;
    }
}

/* ::::::::::::::::::::::::::::::::::: */

./* ::::::::::::::::::::::::::::::::::: */
/* Trust Strip Cards */

.vs-trust-strip {
    background-color: #f7f5ee;
}

.vs-trust-strip__item {
    height: 100%;
    padding: 2.5rem;
    border: 1px solid rgba(9, 31, 31, 0.25);
    border-radius: 34px;
    background-color: #ffffff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.vs-trust-strip__item:hover {
    border-color: rgba(9, 31, 31, 0.44);
    box-shadow: 0 22px 55px rgba(23, 73, 74, 0.16);
    transform: translateY(-4px);
}

.vs-trust-strip__icon {
    display: inline-block;
    margin-bottom: 1.75rem;
    color: #17494a;
    font-size: 4.5rem;
    line-height: 1;
    font-variation-settings:
        'FILL' 0,
        'wght' 300,
        'GRAD' 0,
        'opsz' 48;
}

.vs-trust-strip__icon svg {
    display: inline-block;
    vertical-align: middle;
}

.vs-trust-strip__item h3 {
    margin: 0 0 1.35rem;
    color: #111111;
    font-size: clamp(1.45rem, 2vw, 1.9rem);
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.vs-trust-strip__item p {
    margin: 0;
    color: #777777;
    font-size: 1.05rem;
    line-height: 1.45;
}

@media (max-width: 991.98px) {
    .vs-trust-strip__item {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .vs-trust-strip__item {
        padding: 2rem;
        border-radius: 28px;
    }

    .vs-trust-strip__icon {
        font-size: 4rem;
    }
}

/* ::::::::::::::::::::::::::::::::::: */

/* ::::::::::::::::::::::: */

/* =========================================================
   GLOBAL SECTION BACKGROUND OVERRIDES
   Add one of these classes directly to any <section>.
   These utilities intentionally override section backgrounds.
========================================================= */

.bg-dark {
    background: #000000 !important;
    background-color: #000000 !important;
    color: #ffffff;
}

.bg-brown {
    background: #F3EADF !important;
    background-color: #F3EADF !important;
}

.bg-green {
    background-color: #17494a !important;
    color: #ffffff;
}

/* White headings and paragraph text in green sections */
section.bg-green h1,
section.bg-green h2,
section.bg-green h3,
section.bg-green h4,
section.bg-green h5,
section.bg-green h6,
section.bg-green p,
section.bg-green .lead,
section.bg-green li {
    color: #ffffff !important;
}

/* White hyperlinks inside paragraphs in green sections */
section.bg-green p a,
section.bg-green .lead a {
    color: #ffffff !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Tan hover colour for paragraph hyperlinks */
section.bg-green p a:hover,
section.bg-green p a:focus,
section.bg-green .lead a:hover,
section.bg-green .lead a:focus {
    color: #d8c3a5 !important;
}

/* Keep text dark inside white trust cards placed on green sections */
section.bg-green .vs-trust-strip__item h3 {
    color: #111111 !important;
}

section.bg-green .vs-trust-strip__item p,
section.bg-green .vs-trust-strip__item .lead,
section.bg-green .vs-trust-strip__item p a,
section.bg-green .vs-trust-strip__item .lead a {
    color: #777777 !important;
}

.bg-light-green {
    background: #f1f8f1 !important;
    background-color: #f1f8f1 !important;
}

.bg-tan {
  background: #D8C3A5 !important;
    background-color: #D8C3A5 !important;
}

.bg-tan-light {
  background: #F3EADF !important;
    background-color: #F3EADF !important;
}

.bg-tan-soft {
  background: #FAF6F0 !important;
    background-color: #FAF6F0 !important;
}


/* Optional: text support for dark background sections */
section.bg-dark h1,
section.bg-dark h2,
section.bg-dark h3,
section.bg-dark h4,
section.bg-dark h5,
section.bg-dark h6,
section.bg-dark p,
section.bg-dark li,
section.bg-dark .lead {
    color: #ffffff;
}

section.bg-dark a:not(.btn) {
    color: #ffffff;
}

section.bg-dark a:not(.btn):hover,
section.bg-dark a:not(.btn):focus {
    color: #fce7db;
}


/* Optional: make accordion / bordered elements visible on dark sections */
section.bg-dark .vs-faq-item {
    border-bottom-color: rgba(255, 255, 255, 0.35);
}

section.bg-dark .vs-faq-icon::before,
section.bg-dark .vs-faq-icon::after {
    background-color: #ffffff;
}

section.bg-dark .vs-testimonials-btn {
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
}
/* ::::::::::::::::::::::::::::::: */

.vs-full-image-cta-section {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #000000;
}

.vs-full-image-cta {
    position: relative;
    width: 100%;
    min-height: 430px;
    overflow: hidden;
    border-radius: 0;
    display: flex;
    align-items: center;
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.62) 38%, rgba(0, 0, 0, 0.16) 100%),
        var(--cta-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.vs-full-image-cta__content {
    position: relative;
    z-index: 2;
    max-width: 620px;
    padding: 5rem 0;
    color: #ffffff;
}

.vs-full-image-cta__eyebrow {
    margin: 0 0 0.85rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.8rem;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vs-full-image-cta__title {
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
    font-weight: 400;
}

.vs-full-image-cta__text {
    max-width: 560px;
    margin: 0 0 2rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.1rem;
    line-height: 1.55;
}

@media (max-width: 767.98px) {
    .vs-full-image-cta {
        min-height: 480px;
        align-items: flex-end;
        background-image:
            linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.84) 100%),
            var(--cta-bg);
    }

    .vs-full-image-cta__content {
        padding: 4rem 0 3rem;
    }

    .vs-full-image-cta__title {
        font-size: clamp(2.1rem, 10vw, 3.2rem);
    }

    .vs-full-image-cta__text {
        font-size: 1rem;
    }
}
/* :::::::::::::::::::::::::::::::::::::: */
.vs-did-you-know-section {
    /*background-color: #f7f1e8;*/
}

.vs-did-you-know {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 3.5rem;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.75), transparent 30%),
        linear-gradient(135deg, #f2eadf 0%, #e6dbce 48%, #d8cabb 100%);
    border: 1px solid rgba(23, 73, 74, 0.12);
    box-shadow: 0 18px 50px rgba(43, 35, 28, 0.08);
}

.vs-did-you-know::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.28;
    background-image: radial-gradient(rgba(70, 58, 48, 0.2) 0.7px, transparent 0.7px);
    background-size: 4px 4px;
    mix-blend-mode: multiply;
}

.vs-did-you-know::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -90px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    /*background-color: rgba(23, 73, 74, 0.08);*/
    pointer-events: none;
}

.vs-did-you-know .row {
    position: relative;
    z-index: 2;
}

.vs-did-you-know__label {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: #17494a;
    font-size: 1.05rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.vs-did-you-know__label span {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #17494a;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
}

.vs-did-you-know__content {
    max-width: 820px;
}

.vs-did-you-know__content h2 {
    margin: 0 0 1rem;
    color: #1f1b18;
    font-size: clamp(2rem, 3.5vw, 3.25rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-weight: 400;
}

.vs-did-you-know__content p {
    color: #504c47;
    font-size: 1.15rem;
    line-height: 1.5;
}

/* Did You Know section on green backgrounds */

.bg-green .vs-did-you-know__content h2 {
    color: #17494a !important;
}

.bg-green .vs-did-you-know__content p,
.bg-green .vs-did-you-know__content .lead {
    color: #17494a !important;
}

@media (max-width: 991.98px) {
    .vs-did-you-know {
        padding: 2.75rem;
    }
}

@media (max-width: 575.98px) {
    .vs-did-you-know-section {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .vs-did-you-know {
        border-radius: 26px;
        padding: 2rem;
    }

    .vs-did-you-know__label {
        align-items: center;
        font-size: 0.9rem;
    }

    .vs-did-you-know__label span {
        width: 46px;
        height: 46px;
        font-size: 1.65rem;
    }

    .vs-did-you-know__content h2 {
        font-size: clamp(1.9rem, 10vw, 2.75rem);
    }

    .vs-did-you-know__content p {
        font-size: 1rem;
    }
}

/* :::::::::::::::::::::::: */

section.blog-posts h2 {
    font-size: 1.7rem;
    line-height: 1.45;
    margin-top: 1.15rem;
    margin-bottom: 1rem;
    font-weight:500;
}

section.blog-posts h3 {
    font-size: 1.3rem;
    line-height: 1.15;
    margin-top: 1.15rem;
    margin-bottom: 1rem;
    font-weight:600;
}

section.blog-posts h3:first-of-type {
    font-size: 1.75rem;
    line-height: 1.55;
    font-weight: 600;
}