body { 
  background: #ffffff;
}

.hero{
  background-size: cover;
  background-position: center;
  min-height: 510px;
}

.hero.section {
  padding: 80px 0;
}

.hero.section h1{
  color:#fff;
}

.sub-hero .testimonial-bg {
  padding: 25px 20px;
}

.row.testimonial-bg {
  gap: 10px; /* Optional spacing between logos */
}

.testimonial-logo {
  max-height: 100px; /* Adjust as needed */
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto 30px;
}

.img-contain {
  flex: 1 1 120px; /* allows them to wrap responsively */
  text-align: center;
  padding: 10px 15px;
  max-width: 300px;
}

@media (max-width: 768px) {
  .testimonial-logo {
    max-height: 40px;
  }
  .img-contain {
    max-width: 160px;
  }
}

.hero.section a.btn {
  background: #11314A;
  color: #fff;
  padding: 16px 35px;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  vertical-align: top;
  font-size: 20px;
  cursor: pointer;
}

.hero.section a.btn:hover {
  background: var(--new-light-green);
}

.hero.section a.reverse-btn {
  padding: 14px 35px;
  display: inline-block;
  width: fit-content;
  text-decoration: none;
  vertical-align: top;
  font-size: 20px;
  margin: 0 10px;
}

.hero-content h1.hero-title {
  font-size: 6rem;
  margin-bottom: 10px;
  text-align: left;
  font-family: "EuclidSquare Regular", sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}

.hero-content h1.hero-title strong{
  font-family: "EuclidSquare Bold", sans-serif;
  color:#4BD675;
}

.hero-content h1.hero-title span {
  font-weight: 800;
  color: #37B971;
  font-style: italic;
}

.hero-content h2.hero-title--sub {
  font-size: 24px;
  margin: 10px 0 30px 0;
  text-align: left;
  font-family: 'Inter Regular', sans-serif;
  color: #000;
  line-height: 1.5;
}

.hero-content h2.hero-title--sub span {
  font-weight: 800;
  color: #37B971;
  font-style: italic;
}

#hero-container wistia-player {
  display: inline-block;
  width: auto;
}

.sub-header p{
  line-height:1.5;
  margin:30px 0;
}

.sub-header p strong{
  font-family:"EuclidSquare Bold", sans-serif;
}

.sub-header img.img-fluid {
  max-height: 360px;
  display: block;
  margin: 30px auto;
}

/* Regional Smartians */
.regional-smartians {
  padding: 80px 0 40px;
  background-color: #ffffff;
}

.smartians-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  text-align: center;
}

.smartian-card {
  margin-bottom: 40px;
}

.smartian-inner {
  padding: 10px;
  text-align: center;
}

.smartian-img {
  width: 100%;
  max-width: 220px;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
  margin: 0 auto 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.row .smartian-inner h4.smartian-name {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #000;
}

.smartian-dept {
  font-size: 1.25rem;
  letter-spacing: 2px;
  color: #333;
  margin-bottom: 0;
  font-family: "EuclidSquare Regular", sans-serif;
  text-transform:uppercase;
}

/* CTA w/Image */
.cta-with-image{
  margin:0 auto 40px;
}
.cta-with-image .row h4{
  font-size:4rem;
}

.cta-with-image .row h4 strong{
  color:#37B971;
}

/* Customer Quote Block - Green BG */
.customer-quote-block{
  background: url(../png/customer-quote-bg.png) bottom center no-repeat;
  background-size: cover;
  min-height: 580px;
  padding:50px 0;
}

.customer-quote-block .customer-quote-text p{
  color:#fff;
  font-family: "EuclidSquare Regular", sans-serif;
  font-size: 2.5rem;
  line-height: 1.35;
  margin:40px 0 20px 0;
}

.customer-quote-block .customer-details p{
  color:#fff;
  font-family: "EuclidSquare Regular", sans-serif;
  font-size:1.5rem;
  line-height:1.25;
  margin:0;
}

.customer-quote-block .customer-details p strong{
  font-family: "EuclidSquare Bold", sans-serif;
}

.corporate-photo{
}

.customer-quote-text{
}

/* PDF Block V2  */
.pdf-block-section {
  padding: 60px 20px;
  background-color: #D1FAE0; /* light mint background */
  text-align: center;
  max-width:1200px;
  margin:0 auto;
  border-radius:15px;
}

.section-title {
  font-size: 4rem;
  color: #0c0c0d;
  font-family: "EuclidSquare Regular", sans-serif;
  margin:0 0 50px 0;
}

.pdf-block-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 55px;
}

.pdf-block-card {
  background: transparent;
  width: 300px;
  text-align: left;
  padding-bottom: 20px;
  overflow: hidden;
}

.pdf-block-image img {
  width: 100%;
  height: auto;
  display: block;
}

.pdf-block-content {
  padding: 20px;
}

.pdf-block-title {
  font-size: 1.85rem;
  font-weight: 500;
  margin-bottom: 15px;
  color: #0c0c0d;
  font-family: "EuclidSquare Regular", sans-serif;
}

.pdf-block-button {
  font-size: 1.75rem;
  display: inline-block;
  background-color: #3eaf5e;
  color: #fff;
  padding: 15px 40px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.pdf-block-button:visited{
  color:#fff;
}

.pdf-block-button:hover {
  background-color: #369d52;
}


.icon.play-icon {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 auto;
  padding: 0;
  width: 20px;
  height: 20px;
  position: relative;
}

.icon.play-icon svg {
  display: block;
  width: 100%;
  position: relative;
  height: auto;
}

.pdf-downloads {
  padding: 30px 40px;
  border-radius: 5px;
  background: #D1FAE0;
  margin: 0 auto 40px;
}

.pdf-downloads span.pdf-subtitle {
  font-size: 24px;
  font-family: "EuclidSquare Regular", sans-serif;
  margin: 0 0 20px 0;
  display: block;
}

.pdf-downloads h5 {
  font-size: 35px;
  line-height: 1.35;
  font-family: "EuclidSquare Regular", sans-serif;
}

.pdf-downloads .reverse-btn.round {
  margin: 30px 0 0 0;
  border-radius: 100px;
  background: transparent;
  color: #08544A;
  border: 1px solid #08544A;
}

.pdf-downloads .reverse-btn.round:hover {
  background: #08544A;
  color: #fff;
  border: 1px solid #08544A;
}

.hero-content span.breadcrumb {
  display: inline-block;
  width: fit-content;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  color: #819CB1;
  letter-spacing: 2px;
  font-family: "EuclidSquare Regular", sans-serif;
}

.industry-type {
  font-size: 16px;
  text-transform: uppercase;
  margin: 20px 0 10px;
  font-weight: 300;
  color: #819CB1;
  letter-spacing: 2px;
  font-family: "EuclidSquare Regular", sans-serif;
  display: inline-block;
}

.svg-wave-top {
  position: relative;
  background-color: #EAECE7;
  overflow: hidden;
}

.svg-wave-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 120" xmlns="http://www.w3.org/2000/svg"><path d="M0,0 C360,80 1080,-40 1440,60 L1440,0 L0,0 Z" fill="%23ffffff"/></svg>');

    z-index: 2;
}

/* Mobile tweak */
@media (max-width: 768px) {
  .svg-wave-top::before {
    height: 80px;
    background-image: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 1440 80" xmlns="http://www.w3.org/2000/svg"><path d="M0,0 C360,60 1080,0 1440,60 L1440,0 L0,0 Z" fill="%23EAECE7"/></svg>');
  }
}

.sub-hero {
  position: relative;
  background-color: #EAECE7;
  overflow: hidden;
  z-index: 1;
  padding:100px 0 60px 0;
}

.sub-hero h4 {
  font-family: "EuclidSquare Regular", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  margin: 20px auto;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.sub-hero h4 span {
  font-weight: bold;
  font-family: "EuclidSquare Semi-bold", sans-serif;
}

.sub-hero h5 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  margin: 0 auto;
  padding: 15px 0;
  font-weight: 400;
  text-align: right;
  position: relative;
}

.more-logos{
  margin:80px auto;
  display:block;
}

.more-logos .row h4{
  text-align:center;
  font-size:4rem;
  font-family: "EuclidSquare Regular", sans-serif;
  color:#000;
}

.more-products {
  text-align: center;
  color: #000;
  margin: 80px auto;
  background: #EAECE7;
  padding: 70px 0;
}

.more-products h3 {
  font-family: "EuclidSquare Regular", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  margin: 10px auto 30px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.more-products h3 span {
  text-decoration: underline;
  font-family: "EuclidSquare Semi-bold", sans-serif;
}

.more-products .quick-box {
  border-radius: 12px;
  margin: 10px 0;
  box-sizing: border-box;
  padding: 30px 20px 40px;
  background: #fff;
  transform: translateY(0px);
  transition: .2s ease-in-out;
}

.more-products .quick-box:hover {
  box-shadow: 0 15px 20px #0f18215c;
  transform: translateY(-10px);
  transition: .2s ease-in-out;
}

.more-products .products-pill {
  display: block;
  width: fit-content;
  margin: 10px auto;
  background: transparent;
  border: 2px solid #036D59;
  padding: 8px 30px;
  font-size: 15px;
  color: #036D59;
  border-radius: 50px;
}

.more-products .quick-box .inline-product-summary {
  color: #000;
  display: block;
  margin: 15px auto;
  line-height: 1.5;
  font-size: 15px;
}

.more-products .quick-box a.clear-reverse-btn {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.more-products .quick-box .inline-product-title {
  font-size: 35px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  font-family: "EuclidSquare Regular", sans-serif;
  display: block;
  margin: 0 auto
}

.more-products .box-img img {
  object-fit: scale-down;
  width: 100%;
  height: 210px;
}

.more-products .btn.reverse-btn {
  display: block;
  width: fit-content;
  margin: 50px auto 0;
  background: transparent;
  border: 2px solid var(--winston-text-blue);
  padding: 15px 40px;
}

.more-products .btn.reverse-btn:hover {
  background: var(--winston-text-blue);
  box-shadow: none;
}

.sub-product {
  text-align: center;
  color: #000;
  display: block;
  margin: 80px auto;
  padding: 20px 0 250px 0;
  background: url(../jpg/sub-product-bg.jpg) bottom center/contain no-repeat;
}

.sub-product h6 {
  font-family: "EuclidSquare Regular", sans-serif;
  font-size: 50px;
  line-height: 1.15;
  color: #000;
  margin: 10px auto 30px;
  padding: 0;
  text-align: center;
  display: block;
  max-width: 800px;
}

.sub-product h6 span {
  font-weight: bold;
  font-family: "EuclidSquare Regular", sans-serif;
  color: #37B971;
}

.sub-product p {
  font-size: 30px;
  line-height: 1.5;
  display: block;
  max-width: 800px;
  margin: 15px auto;
}

.sub-product .btn {
  padding: 15px 40px;
  display: block;
  margin: 30px auto 0;
}

.more-products .quick-box h5 {
  font-size: 35px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  margin: 20px auto 10px;
  font-family: "EuclidSquare Regular", sans-serif;
}

.more-products .quick-box p {
  font-size: 16px;
  line-height: 1.45;
  font-weight: normal;
  color: #000;
}

.more-products .quick-box .box-img {
  display: block;
  margin: 0 auto 10px;
}

.more-products .quick-box .box-img img {
  object-fit: scale-down;
  width: 100%;
  height: 210px;
}

.customer-quote {
  text-align: left;
  color: #fff;
  margin: 90px auto 0;
}

.customer-quote-bg {
  border-radius: 24px;
  background: linear-gradient(13deg, #02191b 60%, #758EA0 140%) no-repeat;
  padding: 50px 65px;
  box-shadow: 0 0 55px #7dd38852;
}

.customer-quote p.customer-quote-title {
  text-align: left;
  padding: 0 0 20px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
}

.customer-quote p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
}

/* Footer Form Flot right box */
/* Float Right Form - 2025 Using Flex */

img.FormChatExample {
  max-width: 200px;
}

.masthead--resource .mktoForm .mktoFormRow, .form--twocol .mktoForm .mktoFormRow{
    display:unset;
    width:unset;
    margin-right:unset;
}

.mktoForm .mktoLabel{
  font-size:1rem!important;
}

.rFormFloat form[id^="mktoForm_"] {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    padding:20px 10px!important;
    line-height:1.5;
    position:relative;
}

.rFormFloat form[id^="mktoForm_"] .mktoFormRow {
    flex: 1 1 calc(50% - 15px); /* Each row takes 50% width minus the gap */
    min-width: unset; /* Ensures it doesn't shrink too much */
    position:relative;
}

/* Visual UI CSS Fixes */
.rFormFloat .form--twocol form[id^="mktoForm_"] > div:nth-child(15) {
    width:100%!important;
    flex:100%!important;
}
.rFormFloat form[id^="mktoForm_"] select#State.mktoField{
    width:100%!important;
}
.rFormFloat form[id^="mktoForm_"] div.mktoHtmlText.mktoHasWidth{
    width:100%!important;
}
.rFormFloat .form--twocol form[id^="mktoForm_"].mktoForm .mktoFormRow:has(.mktoPlaceholder) {
    display: none!important;
}

.rFormFloat form[id^="mktoForm_"] input,
.rFormFloat form[id^="mktoForm_"] select {
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 40%;
    width: 100%!important; /* Ensures input/select elements fill their container */
    border: 1px solid #DCDDDD;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 28px;
    color: var(--dark-blue-gray);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: unset;
    font-family: 'Bai Jamjuree', sans-serif;
    -webkit-font-smoothing: auto;
    margin:0;
}

.rFormFloat form[id^="mktoForm_"] select.mktoField {
    -moz-appearance: none;
    background: #fff url(../png/arrow-down-bk-2.png) center right no-repeat;
}

.rFormFloat form[id^="mktoForm_"] .mktoFormRow:nth-child(6),
.rFormFloat form[id^="mktoForm_"] .mktoFormRow:nth-child(7),
.rFormFloat form[id^="mktoForm_"] .mktoFormRow:nth-child(8),
.rFormFloat form[id^="mktoForm_"] .mktoFormRow:nth-child(9),
.rFormFloat form[id^="mktoForm_"] .mktoFormRow:nth-child(10),
.rFormFloat form[id^="mktoForm_"] .mktoFormRow:nth-child(11),
.rFormFloat form[id^="mktoForm_"] .mktoFormRow:nth-child(12),
.rFormFloat form[id^="mktoForm_"] .mktoFormRow:nth-child(13),
.rFormFloat form[id^="mktoForm_"] .mktoFormRow:nth-child(14),
.rFormFloat form[id^="mktoForm_"] .mktoFormRow:nth-child(16){
    flex:100%;
}

.rFormFloat form[id^="mktoForm_"] > div:nth-child(14) > div.mktoFieldDescriptor.mktoFormCol {
    position: absolute;
    width: 50px;
    left: 0;
    top: 0;
}

/*  ✅ Checkbox Label position child  */
.rFormFloat form[id^="mktoForm_"] .mktoFormRow:nth-child(14) {
    margin:10px 0 0 0;
    padding-left: 45px;
}

.rFormFloat form[id^="mktoForm_"] .mktoFormRow:nth-child(14) > div.mktoFieldDescriptor.mktoFormCol {
    position: absolute;
    width: 50px;
    left: 0;
    top: 0;
}

/*  ✅ Checkbox  */
.mktoLogicalField.mktoCheckboxList.mktoHasWidth.mktoRequired {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width:15px;
    height:17px;
}

@media (max-width: 600px) {
    .rFormFloat form[id^="mktoForm_"] .mktoFormRow {
        flex: 1 1 100%; /* Stack rows into a single column on small screens */
    }
}

form[id^="mktoForm_"] input::placeholder,form[id^="mktoForm_"] select{color:#000;}


form[id^="mktoForm_"] label#LblgDPRSingleOptIn, form[id^="mktoForm_"] label#LblGDPR_Privacy_Policy_Consent__c{font-size:12px;}
form[id^="mktoForm_"] label#LblgDPRSingleOptIn a, form[id^="mktoForm_"] label#LblGDPR_Privacy_Policy_Consent__c a{font-size:12px;color:#0841B0}

.form--twocol #mktoForm_3638.mktoForm label.mktoLabel[for="GDPR_Privacy_Policy_Consent__c"] + .mktoGutter + .mktoLogicalField, .form--twocol form[id^="mktoForm_"].mktoForm label.mktoLabel[for="gDPRSingleOptIn"] + .mktoGutter + .mktoLogicalField{margin-top:0px;}
.form--twocol form[id^="mktoForm_"].mktoForm label.mktoLabel[for="GDPR_Privacy_Policy_Consent__c"], .form--twocol form[id^="mktoForm_"].mktoForm label.mktoLabel[for="gDPRSingleOptIn"]{padding-left:0px;width:10px!important;}

form[id^="mktoForm_"] > div.mktoButtonRow{display:block;width:100%;}
.form--twocol form[id^="mktoForm_"].mktoForm .mktoButtonRow{margin:10px 0 0 0;}

form[id^="mktoForm_"] .mktoButtonWrap.mktoRound {display:block;margin:0;margin-left:unset;}

/* CTA Fixes */
form[id^="mktoForm_"] .mktoButtonWrap.mktoRound .mktoButton{background:#32A964;text-align:center;margin:0 auto;color:#fff;border-radius:80px;width:100%;font-weight:600;font-size:20px;transition:.07s ease-in;box-shadow:0px;display:block;margin:20px auto 10px;padding:1.85rem 2rem;border:0px;box-shadow:none;text-shadow:none;}
form[id^="mktoForm_"] .mktoButtonWrap.mktoRound .mktoButton:hover{background:var(--new-light-green);transition:.07s ease-in;box-shadow:0px 10px 15px var(--button-drop-shadow);border-radius:80px;}

/* Z-Format Layout */
h4.z-intro {
  font-size: 50px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-family: "EuclidSquare Regular", sans-serif;
}

h4.z-intro span {
  color: #37B971;
  font-family: "EuclidSquare Semi-bold", sans-serif;
  font-style: italic;
}

span.title-br {
  display: block;
  height: 1px;
  width: 100%;
  background: #849CAE;
  margin: 30px auto 30px 0;
  max-width: 75%;
}

h5.z-title {
  font-size: 36px;
  line-height: 1.25;
  display: block;
  font-family: "EuclidSquare Semi-bold", sans-serif;
  max-width: 90%;
}

h5.z-title span {
  color: #37B971;
}

.description {
  font-size: 24px;
  line-height: 1.25;
  max-width: 90%;
}

.description span {
  color: #37B971;
}


/*  Body Content w/Form  */
.formPop {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 2rem
}

.formPop .formPop_inner {
  background-color: #0841b0;
  border: 1px solid #fff;
  padding: 2.5rem;
  margin-right: 3%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #fff
}

.formPop .formPop_inner a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline
}

.formPop .formPop_inner .formPop_close {
  display: block;
  margin: 2rem 0 0;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: underline;
  cursor: pointer
}

img.contactBulb {
  display: block;
  width: 70px;
  height: auto;
  margin: 0 0 20px 0;
}

.bodyContent.wForm {
  text-align: left;
  max-width: 1200px;
  display: block;
}

.bodyContent.wForm h6 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 600;
  color: #0A1017;
  margin-top: 30px;
  padding-right: 30px;
  font-family: "EuclidSquare Regular", sans-serif;
}

.bodyContent.wForm h6 span {
  color: #37B971;
}

.bodyContent.wForm p {
  color: #0A1017;
  font-size: 18px;
  line-height: 1.5;
  margin: 15px 30px 30px 0;
  padding: 0;
}

.bodyContent.wForm p span {
  color: #37B971;
}

.bodyContent.wForm h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  color: #fff;
  margin: 10px 0;
}

.bodyContent.wForm p.chatsubTitle {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #0A1017;
  margin: 50px auto 5px;
}

.custom-chat-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  display: inline-block;
  max-width: fit-content;
  margin: 40px 0 0 0;
  box-shadow: 0px 10px 20px rgba(214, 214, 214, 1);
  vertical-align: middle;
}

.custom-chat-box .chat-with-user {
  display: block;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.custom-chat-box img.activeUser {
  display: block;
  width: 150px;
  height: auto;
  margin: 0 auto 10px;
}

.custom-chat-box .active-indicator {
  display: block;
  width: 15px;
  height: 15px;
  background: #32bb32;
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 20px;
  border-radius: 50%;
}

.custom-chat-box .active-indicator:after {
  display: block;
  width: 15px;
  height: 15px;
  background: #35d635;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  border-radius: 50%;
  content: "";
  animation-name: indicator;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
}

.chat-box-text {
  display: inline-block;
  width: 350px;
  padding: 20px 40px;
  vertical-align: middle;
}

.bodyContent.wForm .chat-box-text h6 {
  font-size: 16px;
  line-height: normal;
  color: var(--new-green);
  margin: 0;
  padding: 0;
}

.bodyContent.wForm .chat-box-text p {
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  color: #000;
  margin: 10px 0 0 0;
  padding: 0;
}

@keyframes indicator {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.bodyContent.wForm a.reverse-btn {
  padding: 15px 25px;
  font-size: 16px;
  border: 2px solid var(--new-light-green);
}

/* Form Style */
.rFormFloat {
  background: #fff;
  display: block;
  position: relative;
  height: fit-content;
  max-width: 460px;
  z-index: 888;
  border-radius: 10px;
  text-align: center;
  padding: 10px 30px;
  box-sizing: border-box;
  box-shadow: 0px 10px 20px rgba(50, 64, 74, 0.10);
  z-index: 990;
}


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

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

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

  .trusted-by {
    text-align: center;
    margin: -331px auto 0px;
    padding: 390px 0 0px;
    position: relative;
    z-index: -1;
    top: 0;
    background: url(../svg/logos-swirl.svg) center center / contain no-repeat;
    height: 640px;
  }

}

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

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

  .hero.section{
    padding:40px 0;
    min-height:200px;
  }

  .sub-header p{
    font-size:1.5rem;
  }

  .hero.section a.btn {
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: unset;
  }

  .sub-header img.img-fluid{
    max-height:250px;
    margin:0 auto 50px;
  }

  .sub-hero .row h4{
    margin: 10px 0 20px;
    font-size:1.25rem;
  }

  .sub-product .btn {
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: unset;
  }

  .hero-content .industry-type {
    text-align: center;
    margin: 30px auto 0;
    display: block;
  }

  .hero-content h1.hero-title {
    text-align: left;
    font-size: 2rem;
    line-height:1.25;
    padding: 0 0 15px 0;
  }

  .cta-with-image .row h4{
    font-size:3rem;
    line-height:1.25;
    text-align:center;
    margin:0 0 20px;
  }

  .section-title{
    font-size:3rem;
    line-height:1.25;
    text-align:center;
    margin:0 0 20px;
  }

  .more-logos .row h4{
    font-size:2rem;
    line-height:1.25;
  }

  .hero-content h2.hero-title--sub {
    font-size: 20px;
    text-align: center;
  }

  body p {
    font-size: 22px;
  }

  .hero-img img {
    margin-bottom: 0;
  }

  .hero-img:after {
    right: auto;
    left: auto;
    bottom: 25px;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .sub-hero .testimonial-bg {
    padding: 20px;
  }

  .sub-hero h5 {
    text-align: center;
    font-size: 18px;
  }

  .sub-hero h5:after {
    display: none;
  }

  .trusted-by {
    margin: -200px auto 0px;
    padding: 220px 0 0px;
    top: 0;
    background: url(../svg/logos-swirl.svg) center center / cover no-repeat;
    height: 340px;
  }

  .mktgButton {
    display: block;
    width: 100%;
    max-width: unset;
    margin: 20px auto;
  }

  a.reverse-btn {
    display: block;
    width: 100%;
    max-width: unset;
    margin: 20px auto;
  }

  .featurePageOuter--2024 .container {
    max-width: 100% !important;
    padding: 0 15px;
  }

  h4.z-intro {
    font-size: 34px;
  }

  h5.z-title {
    font-size: 28px;
    text-align: center;
  }

  .description {
    text-align: center;
    font-size: 18px;
  }

  .intro-block {
    padding: 30px 15px;
  }

  .inline-promos .inline-promo-module a {
    display: block;
    width: 100%;
    max-width: unset;
    margin: 20px auto;
  }

  .inline-faq .ui-accordion .ui-accordion-header {
    padding: 20px 50px 10px 20px;
    line-height: 1.25;
  }

  .inline-faq .ui-accordion .ui-accordion-content {
    padding: 3rem;
  }

  .inline-promos h3 {
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 auto;
  }

  .sub-hero {
    padding:0;
    margin: 20px auto;
  }

  .sub-hero-bg {
    padding: 40px 35px 30px;
  }

  .sub-hero h2 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
  }

  .sub-hero p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
  }

  .more-products {
    margin: 40px auto;
  }

  .more-products h3 {
    font-size: 24px;
  }

  .more-products .quick-box {
    margin: 30px auto;
    padding: 30px 20px;
  }

  .more-products .quick-box .box-img {
    width: 100%;
    margin: 5px auto
  }

  .more-products .quick-box .box-img img {
    height: auto;
  }

  .more-products .quick-box h5 {
    font-size: 18px;
  }

  .sub-product {
    margin: 50px auto;
    padding: 0px 0 120px 0;
  }

  .sub-product h6 {
    font-size: 30px;
    line-height: normal;
  }

  .sub-product p {
    font-size: 18px;
    line-height: normal;
  }

  .customer-quote-bg {
    padding: 30px;
  }

  .customer-quote p.customer-quote-title {
    font-size: 20px;
  }

  h5.z-title {
    max-width: 100%;
  }

  .description {
    max-width: 100%;
  }

  span.title-br {
    max-width: 100%;
  }
}