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


.footer-main .cta_button {
  background: #fa952b;
  border: 2px solid #fa952b;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  padding: 11px 34px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .2s;
}
.footer-main .cta_button:after, .footer-main .cta_button:before {
  border-radius: 100px;
  content: "";
  height: calc(100% + 4px);
  left: -2px;
  pointer-events: none;
  position: absolute;
  top: -2px;
  transition: all .2s;
  width: calc(100% + 4px);
  z-index: -1;
}
.footer-main .cta_button:before {
  background: radial-gradient(50% 50% at 50% 50%, #fa952b 0, #e76f21 100%);
  z-index: 0;
}
.footer-main .cta_button:hover:after {
  opacity: 1;
}
.footer-main .cta_button:after {
  background: radial-gradient(452.2% 63.92% at 42.48% 40%, #1f6ef6 0, #002fa5 100%);
  opacity: 0;
  z-index: 0;
}
.footer-form-title h5 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  font-family: 'IBM Plex Sans';
  line-height: 24px;
  margin-bottom: 4px;
}
.footer-main .cta_button span {
  position: relative;
  z-index: 1;
}
.footer-form-desc p {
  margin-bottom: 0px;
}
.footer-form-desc {
  margin-bottom: 18px;
}
/* Footer styling */


.footer-main {
  position: relative;
  padding: clamp(185px, 15.625vw, 215px) 0 clamp(30px, 5.972vw, 86px);

  background: url('https://5880707.fs1.hubspotusercontent-na1.net/hubfs/5880707/CigentTechnology-2024/footer-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
}
.footer-main a {
  color: #FFFFFF;
}
.footer-main .row {
  margin: 0 auto;
}
.footer-main .footer-main-row ul li a {
  font-family: 'IBM Plex Sans';
  line-height: 24px;
}
.footer-main .footer-main-row ul li a:hover{
  font-weight: 700;
}
.footer-main .hs-richtext.hs-main-font-element a {
  text-decoration: underline;
}

form .hs-richtext *, form .hs-richtext p,
.footer-main form .hs-error-msg, .footer-main form .hs-error-msgs {
  color: #ffffff;
}
.footer-form h3#hs_cos_wrapper_Footer_2024__title {
  display: none;
}
.footer-main .hs-richtext.hs-main-font-element a,
form .hs-richtext *, form .hs-richtext p,
.footer-form-desc p,
.footer-main form label {
  font-family: 'IBM Plex Sans';

}


@media (max-width: 767px) {
  .footer-main {
    padding-top: 10px;
  }
}
/* CTA */
.footer-main .footer-cta-row {
  max-width: 944px;
  min-height: 243px;
  border-radius: clamp(36px, 6.25vw, 64px);
  padding: clamp(36px, 6.25vw, 64px);
  background: #FFFFFF;
  color: #414141;

  box-shadow: 0 8px 19px 2px rgba(0, 0, 0, .08);
  -webkit-box-shadow: 0 8px 19px 2px rgba(0, 0, 0, .08);
}
.footer-cta-row.row-flex {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.footer-cta-row.row-flex {
  width: 100%;
}
.footer-cta-row.row-flex{
  align-items: center
}

.footer-cta-row h3 {
  margin: 0 0 16px;
}
.footer-main .footer-cta-row .col {
  width: 100%;
}
.footer-main .footer-cta-row .col-1 p {
  font-size: 18px;
  line-height: 150%;
  max-width: 91%;
  margin-bottom: 0px;
}
.footer-main .footer-cta-row .col-2 {
  max-width: fit-content;
}
.span12.widget-span.widget-type-custom_widget.footer-logo img.hs-image-widget{
  max-width: 260px !important;
}
.footer-main .footer-main-row form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
  margin-bottom: 20px;
}
.footer-main .footer-main-row form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  margin-bottom: 11px;
}
.footer-main .footer-main-row form .hs_submit.hs-submit {
  margin-top: 20px;
}
.footer-main .footer-main-row form ul.no-list.hs-error-msgs.inputs-list {
  padding-left: 0;
  list-style: none;
  margin-top: 7px;
}
@media (min-width: 768px) {
  .footer-main .footer-cta-row {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -118px;
  }
  .footer-main form input[type="text"], 
  .footer-main form input[type="email"] {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .footer-main .footer-cta-row {
    margin-top: -150px;
    padding: clamp(36px, 6.25vw, 64px) 20px;
  }
  .footer-cta-row.row-flex {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }
  .footer-main .footer-cta-row .col-1 {
    font-size: 16px;
  }
  .footer-main form .hs-richtext.hs-main-font-element p{
    text-align: left;
  }
}
/* END - CTA */

.footer-main .footer-main-row {
  padding-bottom: clamp(50px, 6.944vw, 100px);
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
@media (max-width: 767px) {
  .footer-main .footer-main-row {
    padding-top: 40px;
  }
}
.footer-main .footer-main-row ul[role="menu"] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-main .footer-main-row ul[role="menu"] a {
  position: relative;
  text-decoration: none;
}
.footer-main .footer-main-row ul[role="menu"] a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  background: #fff;
  width: 0%;
  transition: all .2s;
}
.footer-main .footer-main-row ul[role="menu"] a:hover {
  font-weight: 700;
}
.footer-main .footer-main-row ul[role="menu"] a:hover:after {
  width: 100%;
}

.footer-main-row,
.footer-copyright-row  {
  display: flex;
  justify-content: space-between;
}
.footer-main form {
  padding: 0px 0px;

}
.footer-main-row {
  gap: 40px;
}
.footer-copyright-row {
  gap: 20px 30px;
}
.footer-main .col,
.footer-main .footer-col,
.footer-main .footer-menu-col {
  margin: 0;
}
.footer-main .footer-col {
  width: 100%;
}
.footer-col-1-3 {
  max-width: 280px;
}
.footer-col-2-3 {
  max-width: 296px;
}
.footer-col-3-3 {
  max-width: 434px;
}
.footer-col-2-3 {
  display: flex;
  justify-content: space-between;
}
.footer-main .footer-logo-text h4 {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  margin: 25px 0 7px;
  color: #FFFFFF;
  font-family: 'IBM Plex Sans';
}


.footer-main .footer-menu-col {
  max-width: 133px;
  width: 100%;
}

.footer-copyright-row .hs-social-follow {
  justify-content: flex-end;
  gap: 0;
}
.footer-copyright-row .hs-social-follow a {
  width: 18px !important;
  height: 18px !important;
}
.footer-copyright-row .hs-social-follow path {
  fill: #fff;
  transition: all .2s;
}
.footer-copyright-row .hs-social-follow a:hover path {
  fill: ;
}
.footer-copyright-row .copy-col-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px 25px;

  font-size: 14px;
}
.footer-copyright-row ul[role="menu"] {
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-copyright-row ul[role="menu"] a {
  transition: all .2s;
  font-family: 'IBM Plex Sans';
}
.footer-copyright-row ul[role="menu"] a:hover {
  color: #FA952B; !important;
}
.footer-main .copy-col-1,
.footer-main .copy-col-2 {
  max-width: fit-content;
  margin: 0;
  width: 100%;
}
.copy-col.copy-col-2 ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.copy-col.copy-col-2 ul li {
  padding: 0px 5px;
  box-sizing: content-box;
  display: inline-block;
  margin: 0;
}
.copy-col.copy-col-2 ul li a svg {
  width: 18px;
  height: 18px;
  fill: #FFFFFF;
}
.copy-col.copy-col-2 ul li a:hover svg {
  fill: #FA952B;
}
.copy-col.copy-col-2 ul li a svg{

}
/* Form */
.footer-form-title {
  margin-bottom: 5px;
}
.footer-form-desc {
  margin-bottom: 17px;
}
.footer-main .hs-form-field label:not(.hs-error-msg) {
  display: none;
}

.footer-main form input[type="text"],
.footer-main form input[type="email"] {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 150%;

  color: #fff;

  border: 1px solid #fff;
  border-radius: 60px;
  background: transparent;
  padding: 12px 20px;
}
.footer-main form input[type="text"]::placeholder,
.footer-main form input[type="email"]::placeholder {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 150%;

  color: #fff;
}

.footer-main form .hs_submit .actions {
  position: relative;
  display: flex;
  max-width: fit-content;

  border: 2px solid #005FFF;
  border-radius: 100px;
}
.footer-main form .hs_submit .actions:before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 100px;
  background: radial-gradient(452.2% 63.92% at 42.48% 40%, #1F6EF6 0%, #002FA5 100%);
  z-index: 0;

  pointer-events: none;

  transition: all .2s;
  opacity: 0;
}
.footer-main form .hs_submit .actions:hover:before {
  opacity: 1;
}

.footer-main form input[type="submit"] {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  appearance: none;
  border: none;
  background: transparent;
  color: #fff;
  z-index: 1;
  padding: 11px 28px;
  cursor: pointer;
}


@media (max-width: 980px) {
  .footer-main-row {
    flex-wrap: wrap;
  }
  .footer-main .footer-col-1-3 {
    max-width: 100%;
    width: 100%;
  }
  .footer-main .footer-col-2-3 {
    width: calc(40% - 20px); 
  }
  .footer-main .footer-col-3-3 {
    width: calc(60% - 20px); 
  }

  .footer-copyright-row {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .footer-cta-row.row-flex {
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  .footer-main {
    text-align: center;
  }
  .footer-main-row>div>.row-fluid {
    justify-content: center;
  }
  .footer-main .footer-col-2-3 {
    width: 100%;
  }
  .footer-main .footer-col-3-3 {
    width: 100%;
    max-width: 100%;
  }

  .footer-main .copy-col-1 {
    flex-direction: column-reverse;
    align-items: center;
  }
}
/* @media (min-width: 981px) { */
.footer-main .row-fluid-row{
  width: 92%;
  max-width: 1312px;
  margin: 0 auto;
  /*   } */
}