*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight:600;
}

.w-30 {
    width: 30%;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.banner-section .dnd-section {
  padding: 0;
}

.banner-section .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 15px;
}
@font-face { font-family: "Lato"; 
  src: url("https://22761920.fs1.hubspotusercontent-na1.net/hubfs/22761920/raw_assets/public/FieldClock_September2022/fonts/font.woff2") format("woff2"), 
    url("https://22761920.fs1.hubspotusercontent-na1.net/hubfs/22761920/raw_assets/public/FieldClock_September2022/fonts/font.woff") format("woff"), 
      url("https://22761920.fs1.hubspotusercontent-na1.net/hubfs/22761920/raw_assets/public/FieldClock_September2022/fonts/font.ttf") format("truetype"); 
        font-style: normal; font-weight: 400; 
        }
body {
  line-height: 1.9;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s linear;
}

a:hover{
  text-decoration: none;
}

hr {
  margin: 2rem auto;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: rgba(117, 117, 117, 0.09);
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

h6, .h6 {
  letter-spacing: 0.75px;
}

/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

figure {
  margin: 0 0 1rem;
}

ul.no-list {
  list-style: none;
  padding-left:0
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1rem;
}

/* Horizontal rules */


@media (max-width: 767.98px){
  html {
    font-size: 0.87891rem;
  }
}
button,
.button {
  cursor: pointer;
  width: auto;
  display: inline-block;
  font-family: Open Sans;
  font-size: 13px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  white-space: normal;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 1px 2px 0px;
  box-shadow: rgb(0 0 0 / 15%) 0px 1px 2px 0px;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field,form .field {
  margin: 5px 0px 5px 0px;
  padding: 10px 0;
}
#hs-search-module .hs-input{
  margin-bottom:30px;
}

form {
  line-height: normal;
}

/* Labels */

form label {
  font-family: Lato;
  font-size: 13px;
  color: #444444;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 8px;
  display: block;
  position: relative;
  margin-bottom: 0;
}

/* Help text - legends */

form legend {
  font-family: Lato;
  font-size: 11px;
  color: #939393;
  font-style: italic;
  font-weight: 400;
  padding-top: 3px;
  margin-bottom:0;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 1px solid;
  font-family: Open Sans;
  font-size: 13px;
  border-radius: 2px;
  outline: none;
  margin: 0;
  display: inline-block;
  padding: 5px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  -moz-box-shadow: rgba(225, 225, 225, 1.0) 0px 0px 0px 0px;
  -webkit-box-shadow: rgb(225 225 225) 0px 0px 0px 0px;
  box-shadow: rgb(225 225 225) 0px 0px 0px 0px;
  line-height: normal;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: red;
  margin-left: 3px;
  font-size: 13px;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

#hs_cos_wrapper_my_register > .hs-form-field,
#hs_cos_wrapper_my_password_reset_request > .hs-form-field,
#hs_cos_wrapper_my_password_reset > .hs-form-field,
#hs_cos_wrapper_my_login > .hs-form-field{
  display: none;
}


.hs-error-msgs label {
  font-family: Lato;
  font-size: 12px;
  color: #FF0000;
  font-style: normal;
  font-weight: 400;
  padding-top: 5px;
  word-wrap: break-word;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  width: auto;
  display: inline-block;
  font-family: Open Sans;
  font-size: 13px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  white-space: normal;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px 0px;
  -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 1px 2px 0px;
  box-shadow: rgb(0 0 0 / 15%) 0px 1px 2px 0px;
  line-height: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media(max-width:767px){
  .migration form {
    margin-bottom: 40px;
  }
}

.hs_error_rollup {
    display: none;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: transform 0.3s ease-out, background-color 0.3s ease-out;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 65px;
  background-color: #fff;
}

.hs-landing-page .body-container--1805A {
  margin-top: 65px;
}

.fixed-header header.header {
  background-color: rgba(255, 255, 255, 0.99);
  box-shadow: 0 1px 9px rgb(0 0 0 / 5%);
  top: 0;
}


header.header .page-center {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.navbar-brand a {
  display: inline-flex;
  align-items: center;
}

.navbar-brand a img {
  vertical-align: baseline;
  max-height: 50px;
  display: inline-block;
  width: auto !important;
}


.custom-logo a {
  display: inline-flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 1.0625rem;
  line-height: inherit;
  white-space: nowrap;
  vertical-align: middle;
}

.custom-logo a svg {
  display: inline-block;
  vertical-align: baseline;
  max-height: 74px;
  max-width: 100%;
  height: 100%;
  width: 100%;
}

header.header .navbar-mobile {
  display: flex;
  align-items: center;
  width: 100%;
}

header.header .cta-wrap {
  flex-shrink: 0;
}

header.header .cta-wrap a {
  cursor: pointer;
  border-radius: 10rem;
  padding: 8px 20px 6px;
  font-size: 11px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  outline: none;
  outline: none;
  transition: 0.15s linear;
  transition: 0.15s linear;
  line-height: 1.5;
  color: #fff;
  border: 1px solid transparent;
  background-color: #00bfbf;
  border-color: #00bfbf;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box !important;
}

header.header .cta-wrap a:hover {
  color: #fff;
  background-color: #00b493;
  border-color: #00b493;
  box-shadow: 0 1px 10px rgb(80 161 255 / 40%);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: rgba(117, 117, 117, 0.8);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.87em;
  word-spacing: 2px;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

header.header .navbar {
  padding-bottom: 0;
  padding-top: 0;
  min-height: 59px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #555555;
}


.custom-menu-primary .hs-menu-wrapper>ul>li ul li a {
  line-height: 2;
  padding: 8px;
  color: hsla(0,0%,46%,.8);
  display: block;
  font-size: .87em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.child-trigger {
  display: none;
  color: hsla(0,0%,46%,.8);
  position: absolute;
  top: 0;
  right: 0;
  line-height: 40px;
  width: 30px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}
.child-trigger:before {
  content: '+';
  font-size: 25px;
}
.child-open > .child-trigger:before {
  content: '-';
}

header.header .navbar-mobile .hs-menu-wrapper>ul>.hs-item-has-children {
  position: relative;
}


/*  lity css */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

.lity-close {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  opacity: 0.6;
  padding: 0.5rem 1rem;
  width: auto;
  height: auto;
  transition: 0.3s ease;
}

.lity-close:hover {
  padding: 0.5rem 1rem;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  opacity: 1;
}

.safari .custom-logo a svg {
  max-height: 32px;
}

.safari .narbar-left{
  max-width: 124px;
}

.safari .custom-logo a{
  margin-right: 0;
}


@media(min-width:992px){
  .custom-menu-primary .hs-menu-wrapper>ul>li ul {
    display:none;
    position: absolute;
    top: 100%;
    text-align: left;
    width: 200px;
    box-shadow: 3px 2px 13px -4px rgba(0,0,0,0.62);
    -webkit-box-shadow: 3px 2px 13px -4px rgba(0,0,0,0.62);
    -moz-box-shadow: 3px 2px 13px -4px rgba(0,0,0,0.62);
    border-radius: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover ul{
    display:block;
  }
}



@media(max-width: 991.98px){
  header.header .page-center {
    padding-right: 0;
    padding-left: 0;
    flex-wrap: wrap;
  }

  header.header .navbar-mobile {
    flex-direction: column;
    align-items: flex-start;
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    padding: 20px;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    transition: left 0.3s ease;
    z-index: 1002;
  }


  header.header .navbar {
    min-height: 56px;
  }

  .header .navbar-toggler {
    color: rgba(117, 117, 117, 0.8);
    border-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    margin-right: 1rem;
    border: none;
    font-size: 1.5rem;
    padding: 0.25rem 0.75rem;
    line-height: 1;
    background-color: transparent;
    border-radius: 0.25rem;
    box-shadow: none;
    flex-shrink: 0.25;
  }

  .header .navbar-toggler svg {
    max-width:100%;
    max-height: 34px;
    width:30px;
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
  }

  .navbar-close-button {
    align-self: flex-end;
  }

  .navbar-close-button .navbar-toggler svg {
    max-height: 30px !important;
    max-width: 30px !important;
  }

  .backdrop-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 1001;
    display: none;
  }

  .show .backdrop-navbar {
    display: block;
  }

  body.show {
    overflow: hidden;
  }

  .show header.header .navbar-mobile {
    left: 0 !important;
    box-shadow: 2px 0 9px rgb(0 0 0 / 5%);
  }

  header.header .navbar-mobile .hs-menu-wrapper > ul {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.header .navbar-mobile .custom-menu-primary {
    margin-left: 0 !important;
    width: 100%;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    min-height: inherit;
    line-height: inherit;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.95rem;
    text-transform: uppercase;
  }

  header.header .navbar-mobile .hs-menu-wrapper>ul > li> ul {
    flex-direction: column;
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li ul li a {
    font-size: .95rem;
    line-height: inherit;
    min-height: inherit;
    text-transform: none;
    padding: 0 1.125rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li ul li a:hover {
    color: #555555;
  }

  .child-trigger {
    display: block;
  }
}

@media(max-width:420px){
  header.header .navbar {
    min-height: 59px;
    padding:0;
  }

  .header .navbar-toggler {
    margin-right: 0;
  }

  header.header .cta-wrap {
    padding-right: 15px;
  }

  header.header .navbar .narbar-left > div {
    padding-right: 0;
  }

}
footer.footer {
  padding: 3rem 0;
  border-top: 1px solid;
  z-index: 1;
}

.address-wrap .footer-image p svg {
  max-width: 100px;
}

.footer-social {
  margin-top: 2rem;
  font-size: .75rem;
}

.footer-social a {
  color: #fff;
  opacity: 1;
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-right: 2px;
  margin-bottom: 2px;
  font-size: 0.8125rem;
  display: inline-block;
  border-radius: 3px;
  transition: 0.4s ease-out;
  text-align: center;
  vertical-align: middle;
}

.footer-social a svg {
  max-width: 20px;
  height: auto;
  width: 100%;
  vertical-align: middle;
  border-style: none;
  /* margin: 0 auto; */
}

.footer-social .social-facebook {
  background-color: #3b5998;
}

.footer-social .social-youtube {
  background-color: #bb0000;
}

.footer-social .social-instagram {
  background-color: #517fa4;
}

footer.footer h6 {
  font-weight: 500;
  margin-bottom: 1rem;
}

footer.footer h6 strong {
  font-weight: 500;
}

.footer-menu {}

.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: column;
}

.footer-menu ul li a {
  color: #50a1ff;
}

.footer-menu ul li a:hover {
  color: #50a1ff;
}

.footer-cta-wrap a {
  border-radius: 10rem;
  font-size: 11px;
  padding: 8px 26px 6px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  outline: none;
  transition: 0.15s linear;
  margin-right: 0.5rem;
  color: #fff;
  background-color: #00bfbf;
  border-color: #00bfbf;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  line-height: 1.9;
}

.footer-cta-wrap a:hover {
  color: #fff;
  background-color: #00b493;
  border-color: #00b493;
  box-shadow: 0 1px 10px rgb(80 161 255 / 40%);
}

.footer-social a svg path {
  fill: inherit !important;
}

@media(max-width:991px){
  footer.footer .col-3.footer-menu-wrap {
    width: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding: 0;
}
header .world-ag-expo-header-link,
header .world-ag-expo-header-link:active,
header .world-ag-expo-header-link:hover,
header .world-ag-expo-header-link:focus,
header .world-ag-expo-header-link:visited {
  display: block;
  padding: 10px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  background: #4774b3;
  text-align: center;
  color: white;
}

.world-ag-expo-banner {
  max-width: 100%;
}

.body-container-wrapper {
  padding-top: 64px !important;
}

.btn {
  border-radius: 10em;
}

.btn-primary,
.btn-primary:visited {
  background-color: #04bfbf;
  border-color: #00bfbf;
}

.btn-primary * {
  color: white !important;
}

.btn-primary:focus 
.btn-primary:visited:focus,
.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:active 
.btn-primary:visited:active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #04b3b3;
  border-color: #04b3b3;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):hover {
  background-color: #04d9d9;
  border-color: #04d9d9;
  box-shadow: 0 1px 10px rgb(80 161 255 / 40%);
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.contact-page-wrap .contact-row1 .dnd-section {
  padding: 0;
}
.contact-page-wrap .contact-row1 .dnd-section > .row-fluid {
  max-width: 100%;
  padding: 0;
}

.pricing-row1 .span6:last-child {
  margin-left: auto;
  margin-right: auto;
}

.pricing-row1 .dnd-section > .row-fluid {
  padding: 0;
}

.pricing-row1 h6 {
  letter-spacing: 2px;
  font-weight: 400;
  color: #bfc5ca;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  margin-top: 4px;
}

.pricing-row1 h2 {
  margin-bottom: 2rem;
  font-weight: 200;
}

.hs-home-page-row1 .dnd-section > .row-fluid {
  padding: 0;
}


.hs-home-page-row1 .section-header,
.hs-in-the-field-row3 .section-header {
  margin-top: -15px;
  margin-bottom: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.hs-in-the-field-row3 .section-header{
  margin-top:0;
  margin-bottom:0;
}

.hs-home-page-row1 .section-header h2,
.hs-home-page-row2 .section-header h2,
.hs-in-the-field-row3 .section-header h2{
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}

.hs-home-page-row1 .section-header h2:after,
.hs-home-page-row2 .section-header h2:after,
.hs-in-the-field-row3 .section-header h2:after{
  width: 50px;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: rgba(117, 117, 117, 0.09);
  box-sizing: content-box;
  overflow: hidden;
  content: '';
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hs-home-page-row1 .section-header p,
.hs-home-page-row2 .section-header p,
.hs-in-the-field-row3 .section-header p{
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: calc(70px + 0rem);
  font-size: 1.125rem;
  text-align: center;
}  



.hs-home-page-row2 .two-column-content-with-image .ml-auto.content-wrap {
  padding-bottom: 15px;
}

.hs-in-the-field-row3 .section-header p{
  margin-bottom: calc(70px + 0rem);
}

.hs-home-page-row2 .two-column-content-with-image .ml-auto.content-wrap {
  padding-top: 0;
  padding-bottom: 15px;
}

.hs-home-page-row2 .two-column-content-with-image.right-image {
  margin-top: 0;
  margin-bottom: 0;
}

.hs-home-page-row1 .section-header p {
  margin-bottom: calc(70px + 1rem);
}



.hs-home-page-row2 blockquote {
  text-align: center;
  margin-bottom: calc(2rem);
}

.hs-home-page-row2 blockquote h4 {
  font-family: inherit;
  font-size: 1.64063rem;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 1rem;
  color: inherit;
  letter-spacing: normal;
}

.hs-home-page-row2 blockquote p {
  color: #757575;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.hs-home-page-row2 blockquote h4:after,
.hs-home-page-row2 blockquote h4:before {
  font-size: 1.5rem;
  line-height: 1;
  opacity: 0.5;
}

.hs-home-page-row2 blockquote h4:before {
  content: "“";
  margin-left: -13px;
  padding-right: 4px;
}

.hs-home-page-row2 blockquote h4:after {
  content: "”";
  margin-right: -13px;
  padding-left: 4px;
}

.hs-home-page-row2 blockquote p:before {
  content: "—";
  margin-right: 0.5rem;
}

.hs-in-the-field-row2 .span6:first-of-type img {
  max-width: 251px !important;
  width: 100% !important;
}


.hs-home-page-row3 .two-column-content-with-image .image-wrap {
  margin-left: auto;
  margin-right: auto;
}

.hs-home-page-row3 .two-column-content-with-image .content-wrap {
  margin-left: unset !important;
}

.hs-home-page-row3 .two-column-content-with-image .content-wrap h4 {
  font-weight: 500;
  font-size: 1.75781rem;
}

.hs-home-page-row3 .two-column-content-with-image .content-wrap .sub-title {
  margin-top: -15px;
}


.hs-home-page-row4 .dnd-section > .row-fluid {
  padding: 0;
}

.hs-home-page-row4 .span6 {
  margin: 0;
}

.hs-home-page-row4 .span6 h2 {
  margin-bottom: 1.5rem;
}

.hs-home-page-row4 .span6 h4 {
  margin: -4px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: 0.9375rem;
  font-weight: 300;
}

.hs-home-page-row4 .span6 h4 a {
  display: inline-block;
  margin:4px;
}

.hs-home-page-row4 .span6 h4 a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

.office-page .page-header.section-header {
  text-align: center;
  max-width: 70%;
  margin: 0 auto 70px;
}

.office-page .page-header.section-header .secondary-header {
  font-size: 1.125rem;
  margin-top: 37px;
}

.office-row .two-column-content-with-image .image-wrap {
  margin-left: auto;
  margin-right: auto;
}

.office-row .two-column-content-with-image {
  margin-bottom: 0;
}

.office-row2 .two-column-content-with-image .content-wrap {
  margin-left: 0 !important;
  padding-bottom: 15px;
}

.office-row .two-column-content-with-image h4 {
  font-weight: 500;
  font-size: 1.75781rem;
}

.office-row2 .patner-logo-wrap {
  padding: 0 15px;
  margin-top: 1.5rem;
}

.office-row3 .two-column-content-with-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}




.office-row.office-row3  .two-column-content-with-image .image-wrap {
  padding-bottom: 0;
}

.office-row.office-row3 .ml-auto.content-wrap {
  margin-left: 0 !important;
}


.office-row.office-row3 .ml-auto.content-wrap {
  margin-left: 0 !important;
}

.office-row3 .two-column-content-with-image .content-wrap > ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.office-row3 .two-column-content-with-image .content-wrap > ul > li {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.office-row3 .two-column-content-with-image .content-wrap > ul > li > ul {
  list-style: none;
  padding-left: 0;
  list-style: none;
  margin-bottom: 1rem;
}

.office-row3 .two-column-content-with-image .content-wrap > ul > li > ul > li:before {
  background-image: url(https://22761920.fs1.hubspotusercontent-na1.net/hubfs/22761920/raw_assets/public/FieldClock_September2022/images/check.svg);
  background-position: center;
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.office-row3 .two-column-content-with-image .content-wrap > ul > li > ul > li span {
  margin-left: 3px;
}

.customers-row .two-column-content-with-image .content-wrap .sub-title {
  font-weight: 500;
  color: #d3d3d3;
}

.customers-row .two-column-content-with-image .content-wrap h4 {
  font-weight: 500;
  font-size: 1.75781rem;
}

.customers-row .two-column-content-with-image .content-wrap blockquote {
  font-size: 1.17188rem;
  margin-bottom: 2rem;
}

.customers-row .two-column-content-with-image .content-wrap blockquote p:before {
  content: "“";
  margin-left: -13px;
  padding-right: 4px;
}

.customers-row .two-column-content-with-image .content-wrap blockquote p::before,
.customers-row .two-column-content-with-image .content-wrap blockquote p::after {
  font-size: 1.5rem;
  line-height: 1;
  opacity: 0.5;
}

.customers-row .two-column-content-with-image .content-wrap blockquote p::after {
  content: "”";
  margin-right: -13px;
  padding-left: 4px;
}

.customers-row .two-column-content-with-image {
  margin-bottom: 0;
  padding-bottom: 5rem;
}


.customers-row .patner-logo-wrap {
  padding: 0;
}

.customers-row .two-column-content-with-image .image-wrap {
  padding-bottom: 0;
}

.customers-row .two-column-content-with-image .content-wrap blockquote + p {
  margin-bottom: 0;
}

.customers-row2 .two-column-content-with-image.right-image .image-wrap {
  padding-top: 15px;
  padding-bottom: 15px;
}

.customers-row .two-column-content-with-image.left-image .image-wrap {
  text-align: left !important;
}

.customers-row2 .patner-logo-wrap .partner {
  margin: 0 -15px;
}

.customers-row3 .hs-image-widget {
  border-radius: 0.5rem;
  padding-bottom: 1.5rem;
}

.customers-row3 .hs_cos_wrapper_type_rich_text blockquote p {
  font-size: 16px;
}

.customers-row3 .hs_cos_wrapper_type_rich_text blockquote {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.17188rem;
}

.customers-row3 .hs_cos_wrapper_type_rich_text blockquote + p {
  text-align: center;
  margin-bottom: 0;
}

.customers-row3 .patner-logo-wrap {
  padding-top: 5rem;
}

.customers-row4 {
  text-align: center;
}

.customers-row4 .patner-logo-wrap .partner {
  margin-top: 62px;
}

.customers-row4 .patner-logo-wrap .partner img:first-child {
  border: 1px solid #a9a9a9;
  border-radius: 16px;
  padding: 16px;
}

.customers-row4 .patner-logo-wrap .partner {
  margin: 0 -15px;
  margin-top: 62px;
}

.piece-tracking-row1 .span6 {
  margin: 0;
  text-align:center;
  padding: 0 80px !important;
}

.piece-tracking-row1 .dnd-section > .row-fluid {
  padding: 0;
}

.piece-tracking-row1 .span6 h5 {
  margin-bottom: 1.5rem;
}

.piece-tracking-row2 .dnd-section > .row-fluid {
  padding: 0;
}

.piece-tracking-row2 .dnd-section > .row-fluid {
  padding: 0;
}

.piece-tracking-row2 form .form-columns-1 input {
  width: 100% !important;
}

.piece-tracking-row2 .span6 {
  margin: 0;
}

.piece-tracking-row2 form {
  padding: 30px;
}

.piece-tracking-row2 form .hs-main-font-element h2 {
  font-family: Open Sans;
  font-size: 26px;
  color: #3C3C3C;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.piece-tracking-row2 form .hs-main-font-element {
  border-bottom: 1px solid #EAEAEA;
  border-radius: 0px;
  padding: 10px 18px;
  margin-bottom: 0;
}

.piece-tracking-row2 form fieldset:not(:first-child) {
  padding: 0 20px;
}

.piece-tracking-row2 form fieldset:nth-child(2) {
  padding-top: 10px;
}

.piece-tracking-row2 form .hs-submit {
  text-align: center;
  padding: 25px;
}

.piece-tracking-row2 form select {
  width: 100% !important;
}


.piece-tracking-row2 form .hs-form-field > label {
  order: 1;
}

.piece-tracking-row2 form .hs-form-field legend.hs-field-desc {
  order: 3;
}

.piece-tracking-row2 form .hs-form-field .input {
  order: 2;
  margin: 0 !important;
}

.hs-in-the-field-row4 .testimonial-wrap .iconbox.iconbox-xxl {
  background-color: #F2EEFC;
}

.piece-tracking-row2 form .hs-form-field .hs-error-msgs li {
  margin: 0;
}

.piece-tracking-row2 form .hs-form-field {
  display: flex;
  flex-direction: column;
  width: auto;
}

.piece-tracking-row2 form fieldset.form-columns-2>div:first-child {
  padding-right: 8px !important;
}

.in-the-field-page-wrap .home-banner-wrapper .right-image-wrap img {
  float: right;
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  max-width: 251px;
}

.in-the-field-page-wrap .home-banner-wrapper .left-image-wrap img {
  float: left;
  display: block;    
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  max-width: 251px;
}

.in-the-field-page-wrap .home-banner-wrapper .banner-content h5 {
  margin-bottom: 0;
}

.in-the-field-page-wrap .home-banner-wrapper .banner-content h5 a img {
  display: inline-block;
  width: 100%;
}

.in-the-field-page-wrap .col-md-6.banner-content {
  padding-top:5rem;
}

.in-the-field-page-wrap .home-banner-wrapper .row{
  padding-bottom: 5rem;
}


.hs-in-the-field-row2 .hs_cos_wrapper_type_rich_text hr {
  width: 50px;
  margin-left: 0 !important;
}

.hs-in-the-field-row2 .content-with-top-icon {
  text-align: left !important;
}

.hs-in-the-field-row2 .content-with-top-icon .feature-1 {
  flex: 0 0 50%;
  max-width: 50%;
}

.hs-in-the-field-row2 .content-with-top-icon .feature-icon {
  font-size: 1.875rem;
  margin-bottom: 1rem;
  line-height: inherit;
}

.hs-in-the-field-row2 .content-with-top-icon .feature-icon img {
  font-size: 1.875rem;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

.hs-in-the-field-row2 .content-with-top-icon  h5 {
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: inherit;
  color: #757575;
  margin-bottom: 0;
  letter-spacing: normal;
}

.hs-in-the-field-row2 .dnd-section > .row-fluid {
  align-items: flex-end;
}

.hs-in-the-field-row3 .content-with-top-icon {
  margin-top: 5rem;
  text-align: left !important;
}

.hs-in-the-field-row3 .content-with-top-icon h5 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.05469rem;
}

.hs-in-the-field-row3 .content-with-top-icon .feature-icon {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1.5rem;
  color: #929daf;
}

.hs-in-the-field-row4 .dnd-section > .row-fluid {
  padding: 0;
}

.customers-page-wrap .video-banner .banner-content-wrap .title {
  color: #fff;
  font-weight: 500;
}

.piece-tracking-row2 form .hs-form-field .hs-error-msgs {
  order: 3;
}

.piece-tracking-row2 form .hs-form-field.hs-lastname > label {
  color: transparent;
}

.piece-tracking-row2 form .hs-form-field.hs-lastname > label .hs-form-required {
  color: transparent;
}

.piece-tracking-row2 .hs-error-msgs label {
  border: none;
}

.piece-tracking-row2 form fieldset input {
  width: 100% !important;
}

.in-the-field-page-wrap .content-with-top-icon p {
  color: inherit;
}

.office-row4 .testimonial-wrap .col-md-6:last-child .iconbox.iconbox-xxl {
  background-color: #f2eefc !important;
}

.hs-home-page-row4 .testimonial-wrap .col-md-6:last-child .iconbox.iconbox-xxl {
  background-color: #f2eefc !important;
}


@media(min-width:768px){
  .customers-row1 .two-column-content-with-image .content-wrap {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .customers-row2 .two-column-content-with-image .content-wrap {
    flex: 0 0 58.33333% !important;
    max-width: 58.33333% !important;
  }

  .customers-row2 .two-column-content-with-image .image-wrap {
    padding-left: 5rem;
    flex: 0 0 41.66667% !important;
    max-width: 41.66667% !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .customers-row4 .patner-logo-wrap .partner img:first-child {
    box-sizing: content-box;
  }

  .in-the-field-page-wrap .home-banner-wrapper .col-md-6.image-wrap {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .in-the-field-page-wrap .col-md-6.banner-content {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .office-row .two-column-content-with-image.right-image .content-wrap {
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0 !important;
  }

  .office-row .two-column-content-with-image .image-wrap {
    flex: 0 0 41.66667% !important;
    max-width: 41.66667% !important;
  }

}

@media(max-width:991.98px){
  .hs-home-page-row1 .section-header h2,
  .hs-home-page-row2 .section-header h2{
    max-width: 90%;
  }

  .hs-home-page-row1 .section-header p,
  .hs-home-page-row2 .section-header p{
    max-width: 90%;
  }

  .piece-tracking-row2 .span6 {
    width: 100% !important;
    padding: 15px !important;
  }

  .piece-tracking-row2 .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }
}    

@media(max-width:767px){
  .customers-row .two-column-content-with-image.left-image .image-wrap {
    text-align: center !important;
    padding: 15px;
    order: 1;
  }

  .customers-row .two-column-content-with-image.left-image .content-wrap {
    order: 2;
  }

  .piece-tracking-row1 .span6 {
    margin: 0;
    text-align:center;
    padding: 15px !important;
  }

  .hs-in-the-field-row2 .span6 {
    padding: 15px;
  }

}

.contact-wrap {
  margin-top: 2rem;
}
@media(min-width:1200px){
  .contact-wrap {
    margin-top: 0;
  }
}