html {
  font-family:"Inter", sans-serif;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%
}
body,
html {
  margin:0;
  min-height:100%;
  padding:0
}
body {
  color:#000!important;
  font-family:Inter,sans-serif!important
}
li,
p {
  font-family:Inter,sans-serif
}
.header-container-wrapper .custom-header-bottom-section {
  background:#353247;
  height: auto; !important;
  background-image: url("https://4517874.fs1.hubspotusercontent-na1.net/hubfs/4517874/onboarding-timekeeping/banner_commercials_bg.png");
  background-size:  cover;
  padding: 20px 0 0 20px;
}
.custom-logo {
  text-align: center;
}
.custom-logo img {
  margin-top:22px;
  max-width:none;
  vertical-align:baseline;
  width:330px !important;
}
.body-container .row-fluid .row-fluid {
  margin:0 auto;
  max-width:1250px;
}
b,
strong {
  font-family:"Inter", sans-serif;
  font-weight: bold;
}
/*-----footer ------*/
.footer-container-wrapper {
  background: linear-gradient(45deg,#1f262d,#000) !important;
  padding: 24px 0 37px;
}
.footer-container {
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}
.footerinner {display: none;}
.footer-desc {
  display: flex;
  padding: 20px 0 0;
}
.footer-desc .desc {
  max-width: 550px;
}
.footer-desc p {
  margin: 4px 0
}
 footer a {
  font-family: "Inter", sans-serif;
}
.footer-desc .desc ul {
  margin: 15px 0;
}
.footer-desc ul {
  display: inline-flex;
  list-style: none;
  list-style-image: none;
  padding-left: 0;
    
}
.footer-desc ul li:first-child::after {
  color: #5f6162;
  content: "|";
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
}
.social a {
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  margin: 0 10px 3px;
  text-decoration: none;
}
/*--------FORM -------*/
form {
  padding: 10px 20px 30px;
  border-radius: 5px;
  background: rgba(0, 0, 255, 0.05);
  background: linear-gradient(90deg,rgba(0, 0, 255, 0.05) 0%, rgba(169, 0, 205, 0.05) 50%, rgba(237, 28, 36, 0.05) 100%);
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  max-width: 70%;
  margin: 0 auto;
}
form label {
  font-size: 12px;
}
form .hs-form-field {
  margin-bottom: 12px;
}
form .hs-input {
  -webkit-appearance: none; /* Removes default Safari styling */
  -moz-appearance: none;
  appearance: none;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid grey;
  background: transparent;
  width: calc(100% - 20px) !important; 
}
form select.hs-input {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'><polyline points='1,1 6,6 11,1' fill='none' stroke='gray' stroke-width='1.5' stroke-linecap='round'/></svg>");
  background-size: 10px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 30px; /* space for arrow */
  color: #000;
}
form .hs_submit {
  text-align: center;
}
form li {
  list-style-type: none;
  margin-left: -30px
}
form textarea::placeholder, form input::placeholder  {
  margin: 0;
}
form .hs-button[type="submit"] { 
  background: #0000ff;
  border-radius: 20px;
  color: #fff;
  padding: 12px 60px !important;
  border: none;
  width: auto;
}
form .hs-error-msgs {
  margin-top: 2px;
  color: #2481ff;
}
/*------- BLOCKS -----*/

/*------- columns -------*/
.row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-wrap: wrap;
}
.row-fluid-wrapper > .row-fluid > [class*="span"] {
  display: flex;
  flex-direction: column;
}
.row-fluid [class*="span"] {
    margin-left: 1%;
}
.col4 {
  margin-bottom: 30px;
}
.col4 .col {
  border-radius: 10px;
  box-shadow: 6px 6px 8px #ececec;
  padding: 20px;
  background: linear-gradient(-45deg,rgba(0, 0, 255, 0.02) 0%, rgba(169, 0, 205, 0.02) 50%, rgba(237, 28, 36, 0.02) 100%);
}
.col4 .col img {
  border-radius: 10px;
  box-shadow: 0px 0px 8px #ababab;
}
.col h5 {
  margin: 0px 0 10px 0 !important;
  font-weight: normal;
  font-size: 15px;
  color: #2481ff
}

.col4-3 .col:nth-of-type(3),
.col4-3 .col:nth-of-type(4) {
  display: none;
}
.row-number-22 {
  background: linear-gradient(90deg,rgba(0, 0, 255, 0.02) 0%, rgba(169, 0, 205, 0.02) 50%, rgba(237, 28, 36, 0.02) 100%);
}
.row-number-22 table {
  max-width: 800px !important;
  margin: 0 auto;
}
.row-number-22 table td {
  border-bottom: 1px solid #a9a9a9;
  padding: 10px !important;
}
.row-number-22 table td:has(h5) {
  border-bottom: none !important;
}
table img {
  border-radius: 10px;
  box-shadow: 0px 0px 8px #ababab;
  align-content: center !important;  
}
table h5 {
  margin: 0 !important;
  font-weight: normal;
  font-size: 15px;
  color: #2481ff;
}



  @media (min-width: 992px) {
  .footer-desc {
    flex-direction: row;
    }
  .social {
    margin: 0 0 0 auto;
  }
}

@media (max-width: 1280px) {
  .block {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
    .footer-desc {
    flex-direction: column;
    }
  .social {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .col4 .col {
    max-width: 50% !important;
  }
  .block {
    padding: 0 20px;
  }
  #hs_cos_wrapper_widget_1761840773031 {
  display: block !important;
  padding-bottom: 20px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  }
  form {
  max-width: 100%;
  }
  .span6 { min-width: 100%}
  form .hs-button[type="submit"] { 
  font-size: 14px;
}
  .block table td {
    min-width: 100%;
    display: block;
    border-bottom: none;
  }
  .block table img {
    max-width: 80% !important;
  }
  .block table td:nth-of-type(2) {
    border-bottom: 1px solid #a9a9a9 !important;
    text-align: center;
  }
  .row-number-22 table {
  max-width: 90% !important;
  margin: 0 auto;
}
  .row-number-22 table td:has(h5), .row-number-22 table tr:nth-of-type(1) td,
  .row-number-22 table tr:nth-of-type(6) td,
  .row-number-22 table tr:nth-of-type(8) td,
  .row-number-22 table tr:nth-of-type(10) td {
  border-bottom: none !important;
  padding: 8px !important;
}
  .row-number-22 table tr:nth-of-type(1) td:nth-of-type(2),
  .row-number-22 table tr:nth-of-type(6) td:nth-of-type(2),
  .row-number-22 table tr:nth-of-type(8) td:nth-of-type(2),
  .row-number-22 table tr:nth-of-type(10) td:nth-of-type(2) {
  display: none !important;
}
  }
/*button popup form */
#hs_cos_wrapper_widget_1763045807976 {
  margin-top: 40px;
  text-align: center;
}
#hs_cos_wrapper_widget_1763045807976 a {
  border-radius: 50px;
}
/* video slider */
#hs_cos_wrapper_widget_1762809206309 .video-gallery-slider_b7fc3742af8a2d09c276c3a19bc6681c__tab-contents,
#hs_cos_wrapper_widget_1762809206309 .video-gallery-slider_b7fc3742af8a2d09c276c3a19bc6681c__tab-area {
  max-width: 800px !important;
  width: 800px !important;
  margin: 0 auto !important;
}
#hs_cos_wrapper_widget_1762809661407 div {
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  #hs_cos_wrapper_widget_1762809206309 .video-gallery-slider_b7fc3742af8a2d09c276c3a19bc6681c__tab-contents,
  #hs_cos_wrapper_widget_1762809206309 .video-gallery-slider_b7fc3742af8a2d09c276c3a19bc6681c__tab-area,
  .video-gallery-slider_b7fc3742af8a2d09c276c3a19bc6681c__hide-img,
  .video-gallery-slider_b7fc3742af8a2d09c276c3a19bc6681c__play_1-1,
  .video-gallery-slider_b7fc3742af8a2d09c276c3a19bc6681c__play_2-1,
  .video-gallery-slider_b7fc3742af8a2d09c276c3a19bc6681c__play_3-1,
  .video-gallery-slider_b7fc3742af8a2d09c276c3a19bc6681c__cards_1,
  .video-gallery-slider_b7fc3742af8a2d09c276c3a19bc6681c__video-container,
  .video-gallery-slider_b7fc3742af8a2d09c276c3a19bc6681c__container iframe,
  .video-gallery-slider_b7fc3742af8a2d09c276c3a19bc6681c__container img {
    max-width: 350px !important;
    width: 350px !important;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
}