<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize &amp; box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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: bolder;
}

/**
 * 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* 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: 992px) {
  .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 1rem;
}

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

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 991px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Fonts */
@font-face {
  font-family: 'avenirnextregular';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('//25503726.fs1.hubspotusercontent-eu1.net/hubfs/25503726/raw_assets/public/eaship-theme/fonts/avenirnext/AvenirNextLTPro-Regular.otf') format('otf')
}
@font-face {
  font-family: 'avenirnextbold';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('//25503726.fs1.hubspotusercontent-eu1.net/hubfs/25503726/raw_assets/public/eaship-theme/fonts/avenirnext/AvenirNextLTPro-Bold.otf') format('otf')
}
@font-face {
  font-family: 'avenirnextitalic';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url('//25503726.fs1.hubspotusercontent-eu1.net/hubfs/25503726/raw_assets/public/eaship-theme/fonts/avenirnext/AvenirNextLTPro-It.otf') format('otf')
}

/* Elements
Base HMTL elements are styled in this section (&lt;body&gt;, &lt;h1&gt;, &lt;a&gt;, &lt;p&gt;, &lt;button&gt; etc.)
*/

:root {
  --fontfamily-regular: 'avenirnextregular';
  --fontfamily-bold: 'avenirnextbold';
  --white-color: #ffffff;
  --black-color: #000000;
  --text-color: #485463;
  --primary-color: #26acba;
  --primary-hover-color: #44cccc;
  --secondary-hover-color: #e0f7f8;
  --bg-gray: #f8f9f9;
  --light-blue: #caebed;
  --blue-color: #64d7dd;
  --light-gray: #b6bbc1;
  --dark-blue: #37414b;
}


html {
  scroll-behavior: smooth;
}

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

body {
  font-family: var(--fontfamily-regular), sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: var(--text-color);
  overflow-wrap: break-word;
}

body.menu-active {
  overflow: hidden;
}

.body-wrapper {
  position: relative;
}

.main-content {
  padding-top: 89px;
}
@media(min-width: 992px) {
  .main-content {
    padding-top: 115px;
  }
}

/* Paragraphs */
p {
  margin: 0 0 16px;
}
p:last-child {
  margin: 0;
}

/* Anchors */
a {
  color: var(--primary-color);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

/* Headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: var(--fontfamily-bold), sans-serif;
  color: var(--text-color);
  line-height: 1.2;
  margin: 0 0 22px;
}
h1, .h1 {
  font-size: 40px;
}
h2, .h2 {
  font-size: 36px;
}
h3, .h3 {
  font-size: 30px;
}
h4, .h4 {
  font-size: 26px;
}
h5, .h5 {
  font-size: 22px;
}
h6, .h6 {
  font-size: 18px;
}

@media(min-width: 992px) {
  h1, .h1 {
    font-size: 44px;
  }
}
@media(min-width: 1200px) {
  h1, .h1 {
    font-size: 48px;
  }
  h2, .h2 {
    font-size: 40px;
  }
}
@media(min-width: 1400px) {
  h1, .h1 {
    font-size: 54px;
  }
}

h1 span, .h1 span,
h2 span, .h2 span,
h3 span, .h3 span,
h4 span, .h4 span,
h5 span, .h5 span,
h6 span, .h6 span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

h1 span:after, .h1 span:after,
h2 span:after, .h2 span:after,
h3 span:after, .h3 span:after,
h4 span:after, .h4 span:after,
h5 span:after, .h5 span:after,
h6 span:after, .h6 span:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  background-color: var(--primary-color);
  height: 10px;
  z-index: -1;
}

/* Lists */
.hs_cos_wrapper_type_rich_text ul,
.hs_cos_wrapper_type_rich_text ol {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.hs_cos_wrapper_type_rich_text ul li,
.hs_cos_wrapper_type_rich_text ol li {
  font-size: 16px;
  padding: 0 0 15px 30px;
  position: relative;
}
.hs_cos_wrapper_type_rich_text ul li:before,
.hs_cos_wrapper_type_rich_text ol li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background-image: url('//25503726.fs1.hubspotusercontent-eu1.net/hubfs/25503726/raw_assets/public/eaship-theme/images/check.png');
}

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

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

/* Code blocks */
pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  font-size: 20px;
  border: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal rules */
hr {
  border: none;
  border-bottom: 2px solid var(--primary-color);
}

/* Image alt text */
img {
  max-width: 100%;
  height: auto;
}

/* Container */
.container {
  padding: 0 15px;
  max-width: 1345px;
  margin: 0 auto;
}
.dnd-section &gt; .row-fluid {
  padding: 0 15px;
  max-width: 1345px;
  margin: 0 auto;
}
[class*=full-width-section] &gt; .row-fluid {
  padding: 0;
}
[class*=full-width-section] &gt; .row-fluid .dnd-column {
  padding: 0;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.4s ease-in-out;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

/* No button */
.hs-button,
.cta_button {
  background-color: var(--primary-color);
  border-radius: 30px;
  border: 1px solid var(--primary-color);
  color: var(--white-color);
  font-family: var(--fontfamily-semibold), sans-serif;
  font-size: 20px;
  line-height: inherit;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.hs-button:hover, .hs-button:focus,
.cta_button:hover, .cta_button:focus {
  background-color: var(--primary-hover-color);
  border-color: var(--primary-hover-color);
}

.cta_button.secondary {
  background-color: var(--white-color);
  border-color: var(--white-color);
  color: var(--primary-color);
}
.cta_button.secondary:hover, .cta_button.secondary:focus {
  background-color: var(--secondary-hover-color);
  border-color: var(--secondary-hover-color);
}

.cta_button.white_with_border {
  background-color: var(--white-color);
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.cta_button.white_with_border:hover, .cta_button.white_with_border:focus {
  background-color: var(--primary-hover-color);
  border-color: var(--primary-hover-color);
  color: var(--white-color);
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.5rem;
  position: relative;
}
.hs-form-field.hs-fieldtype-booleancheckbox {
  margin-bottom: 1rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  color: var(--text-color);
  display: inline-block;
  background-color: var(--white-color);
  border: 1px solid var(--blue-color);
  box-shadow: none;
  outline: none;
  border-radius: 30px;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 22px;
  width: 100% !important;
}
@media(min-width: 768px) {
  form input[type=text],
  form input[type=search], 
  form input[type=email], 
  form input[type=password], 
  form input[type=tel], 
  form input[type=number], 
  form input[type=file], 
  form select, 
  form textarea {
    padding: 14px 32px;
    font-size: 18px;
    line-height: 22px;
    border-radius: 50px;
  }
}

form input[type=text]::placeholder, 
form input[type=search]::placeholder, 
form input[type=email]::placeholder, 
form input[type=password]::placeholder, 
form input[type=tel]::placeholder, 
form input[type=number]::placeholder, 
form input[type=file]::placeholder,
form select::placeholder,
form textarea::placeholder {
  opacity: 0.5;
  font-size: 18px;
  line-height: 22px;
}

form textarea {
  border-radius: 30px;
  resize: none !important;
  min-height: 194px;
  padding: 20px 22px;
}
@media(min-width: 768px) {
  form textarea {
    padding: 20px 32px;
  }
}

form input[type="number"] {
  -moz-appearance: textfield;
}
form input::-webkit-outer-spin-button,
form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 12px;
  padding: 16px 40px 16px 20px;
  text-indent: 0;
}
@media(min-width: 768px) {
  form select {
    padding: 14px 40px 14px 32px;
  }
}
form select:invalid {
  color: rgba(72, 84, 99, 0.5);
}

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

form fieldset.form-columns-2 .hs-form-field:last-child .input {
  margin-right: 0 !important;
}
form fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
}
@media(min-width: 768px) {
  form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  form fieldset.form-columns-2 .hs-form-field .input {
    margin-right: 15px !important;
  }
}

/* Inputs - checkbox/radio */

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

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

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

form .inputs-list.hs-error-msgs {
  position: absolute;
  top: 100%;
  left: 22px;
}
form .hs-fieldtype-booleancheckbox .inputs-list.hs-error-msgs {
  position: static;
}
form .inputs-list.hs-error-msgs li {
  margin: 0;
  padding: 0;
}

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

/* Inputs - date picker */

.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: 16px;
  margin: 0 0 1rem;
}

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

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: var(--text-color);
}

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* checkbox */
form .hs-fieldtype-booleancheckbox .inputs-list li {
  padding: 0;
  margin: 0;
}
form .inputs-list .hs-form-checkbox label, form .inputs-list .hs-form-booleancheckbox label {
  position: relative;
  cursor: pointer;
  padding: 8px 0 0 30px;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
form input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
form input[type="checkbox"] + span::before {
  border: 2px solid var(--text-color);
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 20px; 
}
form input[type="checkbox"] + span::after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 14px auto;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 8px;
  transform: scale(0);
  transition: all .2s ease-out;
  width: 20px;
}
form input[type="checkbox"]:checked + span::before {
  background-color: var(--text-color);
}
form input[type="checkbox"]:checked + span::after {
  transform: scale(1);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.217' height='13.264'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='m.707 6.19 5.661 5.66L17.51.707'/%3E%3C/svg%3E");
}

.hs_error_rollup {
  display: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.header {
  background-color: #3B4C5B;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 89px;
  z-index: 10;
  padding: 20px 0;
}
.header .container {
  position: relative;
}
.header .header__holder {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header .header__logo {
  max-width: 180px;
}
.header .header__logo a {
  display: block;
  line-height: 0;
}
.header .header__logo a img {
  max-width: 100%;
}

.header .header__menu {
  width: calc(100% - 180px);
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  padding-right: 45px;
}
.header #main-nav ul {
  display: block;
  margin: 0;
  padding: 0;
}
.header #main-nav ul li {
  position: relative;
}
.header #main-nav ul li:hover a
.header #main-nav ul li.open a {
  color: var(--white-color);
}
.header #main-nav ul li a {
  color: var(--white-color);
  text-decoration: none;
  display: block;
  padding: 10px 40px 10px 30px;
  font-size: 15px;
}
.header #main-nav ul li a:hover {
  color: var(--white-color);
}

.header #main-nav ul li.hs-item-has-children .icon-arrow-down {
  color: var(--white-color);
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
}
.header #main-nav ul li.hs-item-has-children:hover .icon-arrow-down, 
.header #main-nav ul li.hs-item-has-children.open .icon-arrow-down{
  color: var(--white-color);
}
.header #main-nav ul li.hs-item-has-children:hover .hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
}
.header #main-nav ul li.hs-item-has-children .hs-menu-children-wrapper {
  background-color: transparent;
  position: static;
  max-height: 0;
  opacity: 0 !important;
  visibility: hidden !important;
  padding: 0;
  z-index: 1;
  border-radius: 3px;
  display: block;
  z-index: 10;
}
.header #main-nav ul li.hs-item-has-children .hs-menu-children-wrapper.open-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  max-height: inherit;
  padding: 10px 40px;
}
.header #main-nav ul li.hs-item-has-children .hs-menu-children-wrapper li:hover {
  background-color: transparent;
}
.header #main-nav ul li.hs-item-has-children .hs-menu-children-wrapper li {
  border-top: 1px solid var(--bg-color);
  border-bottom: 0;
}
.header #main-nav ul li.hs-item-has-children .hs-menu-children-wrapper li a {
  white-space: inherit;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding: 8px 10px;
  color: var(--white-color);
}
.header #main-nav ul li.hs-item-has-children .hs-menu-children-wrapper li.hs-item-has-children:hover {
  background-color: transparent;
}

.header #main-nav .button-list {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.header #main-nav .button-list li {
  padding-bottom: 15px;
}
.header #main-nav .button-list li:nth-child(2) {
  display: block;
}
.header #main-nav .button-list li .cta_button {
  display: inline-block;
}
.header .button-list {
  display: none;
}
.header .button-list li:nth-child(2) {
  display: none;
}
.header .button-list .cta_button {
  font-size: 15px;
  padding: 8px 20px;
  min-width: 70px;
  letter-spacing: 1px;
}

.header .nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  right: 0;
  overflow-y: auto;
  z-index: 10;
  background: var(--text-color);
}
.header .nav-bar #main-nav {
  padding: 80px 0 40px;
  background: background: var(--text-color);
  height: 100%;
  transform: translateY(-100%);
}
.menu-active .header .nav-bar {
  height: 100%;
}
.menu-active .header .nav-bar #main-nav {
  transform: translateY(0);
}


/* mobile menu toogle */
.navbar-toggle {
  width: 32px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: transparent;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
}
.navbar-toggle:after,
.navbar-toggle:before,
.navbar-toggle span {
  position: absolute;
  left: 0;
  right: 0;
  background: var(--white-color);
  height: 2px;
  width: 32px;
}
.navbar-toggle span {
  top: 50%;
  transform: translateY(-50%);
}
.navbar-toggle:after,
.navbar-toggle:before {
  content: '';
}
.navbar-toggle:after {
  bottom: 23px
}
.navbar-toggle:before {
  top: 23px
}
.menu-active .navbar-toggle {
  background: transparent;
}
.menu-active .navbar-toggle:after,
.menu-active .navbar-toggle:before,
.menu-active .navbar-toggle span {
  color: var(--white-color);
}
.menu-active .navbar-toggle:before {
  transform: rotate(45deg) translate(-6px, -6px)
}
.menu-active .navbar-toggle:after {
  transform: rotate(-45deg) translate(-7px, 7px)
}
.menu-active .navbar-toggle span {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 480px) {
  .header .header__menu {
    padding-right: 50px;
  }
  .header .button-list {
    display: block;
  }
  .header #main-nav .button-list li:nth-child(1) {
    display: none;
  }
}
@media (min-width: 768px) {
  .header .header__menu {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .header {
    padding: 28px 0;
    min-height: 115px;
  }
  .navbar-toggle {
    display: none;
  }
  .header .header__menu {
    padding: 0;
  }
  .header .nav-bar {
    position: static;
    overflow-y: unset;
    transition: none;
    height: auto;
    z-index: 1;
    background-color: transparent;
  }
  .header .nav-bar #main-nav {
    padding: 0;
    background: transparent;
    transform: none;
    transition: none;
    height: auto;
  }
  .header #main-nav ul {
    display: flex;
    flex-flow: row wrap;
  }
  .header #main-nav ul li {
    border: none;
    padding: 19px 30px 15px 0;
  }
  .header #main-nav ul li:hover a {
    color: var(--primary-color);
  }
  .header #main-nav ul li a {
    padding: 0;
    color: var(--white-color);
  }
  .header #main-nav ul li.hs-item-has-children:hover .hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .header #main-nav ul li.hs-item-has-children .icon-arrow-down {
    color: var(--text-color);
  }
  .header #main-nav ul li.hs-item-has-children:hover .icon-arrow-down {
    color: var(--text-color);
  }
  .header #main-nav ul li.hs-item-has-children .hs-menu-children-wrapper {
    background-color: var(--white-color);
    border-radius: 6px;
    box-shadow: 0px 4px 15px rgba(59, 76, 91, 0.8);
    position: absolute;
    top: 100%;
    left: 50%;
    max-height: inherit;
    padding: 10px 0;
    transform: translateX(-50%);
  }
  .header #main-nav ul li.hs-item-has-children .hs-menu-children-wrapper li {
    padding: 0;
  }
  .header #main-nav ul li.hs-item-has-children .hs-menu-children-wrapper li:hover {
    background-color: transparent;
  }
  .header #main-nav ul li.hs-item-has-children .hs-menu-children-wrapper li a {
    white-space: nowrap;
    padding: 10px 20px;
    color: var(--text-color);
    border-left: 4px solid transparent;
    border-bottom: 0;
  }
  .header #main-nav ul li.hs-item-has-children .hs-menu-children-wrapper li a:hover {
    padding: 10px 20px;
    color: var(--primary-color);
    border-color: var(--primary-color);
  }
  .header #main-nav ul li.hs-item-has-children .hs-menu-children-wrapper li.hs-item-has-children:hover .icon-arrow-down {
    color: var(--primary-color);
  }
  .header #main-nav ul li.hs-item-has-children .hs-menu-children-wrapper li.hs-item-has-children .icon-arrow-down {
    display: block;
    color: var(--text-color);
    transform: rotate(-88deg);
  }
  .header #main-nav ul li.hs-item-has-children .hs-menu-children-wrapper li .hs-menu-children-wrapper {
    top: 0;
    left: 100%;
    display: none;
    transform: none;
  }
  .header #main-nav ul li.hs-item-has-children .hs-menu-children-wrapper li:hover .hs-menu-children-wrapper {
    display: block;
  }
  .header #main-nav ul li.hs-item-has-children .hs-menu-children-wrapper li.hs-item-has-children .hs-menu-children-wrapper li a {
    padding: 10px 30px;
  }
  
  .header #main-nav .button-list {
    display: none;
  }
  .header .button-list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -4px;
  }
  .header .button-list li {
    padding: 0 4px;
  }
  .header .button-list li:nth-child(2) {
    display: block;
  }
}
@media (min-width: 1200px) {
  .header .header__logo {
    max-width: 205px;
  }
  .header .header__menu {
    width: calc(100% - 205px);
  }
  .header #main-nav ul li {
    padding: 19px 40px 15px 0;
  }
  .header #main-nav ul li.hs-item-has-children .icon-arrow-down {
    right: 20px;
  }
  .header .button-list {
    padding-right: 18px;
    margin: 0 -15px;
  }
  .header .button-list li {
    padding: 0 15px;
  }
}
.hero-banner {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
}
.hero-banner .container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  min-height: inherit;
  width: 100%;
}
.hero-banner .container .row {
  width: 100%;
}
.hero-banner.bg_image {
  color: var(--white-color);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.hero-banner.bg_image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: -1;
}
.hero-banner.bg_image h1, .hero-banner.bg_image .sub-heading, .hero-banner.bg_image .text {
  color: var(--white-color);
}
.hero-banner.bg_video, .hero-banner.bg_video h1, .hero-banner.bg_video .sub-heading, .hero-banner.bg_video .text {
  color: var(--white-color);
}
.hero-banner.bg_video {
  min-height: 318px;
}
.hero-banner.bg_video:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: -1;
}
.hero-banner #heroVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.hero-banner h1 {
  margin-bottom: 20px;
  color:  #ffff;
}
.hero-banner h1 br {
  display: none;
}
.hero-banner h1 span:after, .hero-banner .h1 span:after {
  bottom: 7px;
}
.hero-banner .text {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 0.4px;
  margin: 0 auto 20px;
  max-width: 630px;
  color:  var(--dark-blue);
}
.hero-banner .text.full_width {
  max-width: 100%;
}
.hero-banner .column:only-child {
  width: 100%;
  text-align: center;
}
.hero-banner .image-holder {
  margin-top: 50px;
  text-align: center;
}
.hero-banner .video-holder {
  border: 10px solid #485463;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
  margin-top: 50px;
}
.hero-banner .oembed_container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}
.hero-banner .iframe_wrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}
.hero-banner .embed_container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}
.hero-banner .embed_container iframe {
  left: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.hero-banner .oembed_container .iframe_wrapper &gt; * {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.hero-banner .oembed_custom-thumbnail,
.hero-banner .oembed_custom-thumbnail:hover,
.hero-banner .oembed_custom-thumbnail:focus,
.hero-banner .oembed_custom-thumbnail:active {
  align-items: center;
  appearance: none;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  border: none;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hero-banner .oembed_custom-thumbnail_icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 100%;
}
.hero-banner .oembed_custom-thumbnail_icon svg {
  display: block;
  height: auto;
  width: 12%;
  fill: #26acba;
}
/* SVGs in IE11 require the max-width to be set to non in order to display scaling properly */
_:-ms-fullscreen, :root .oembed_custom-thumbnail_icon svg {
  max-width: none;
}
.hero-banner .oembed_custom-thumbnail--hide {
  display: none;
}

@media(min-width: 992px) {
  .hero-banner {
    text-align: left;
    padding: 72px 0;
  }
  .hero-banner.bg_video {
    min-height: 328px;
  }
  .hero-banner h1 br {
    display: block;
  }
  .hero-banner .row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 -15px;
  }
  .hero-banner .column {
    padding: 0 15px;
    width: 50%;
  }
  .hero-banner .text {
    font-size: 20px;
    margin: 0 0 30px;
  }
  .hero-banner .image-holder {
    margin: 0;
  }
  .hero-banner .video-holder {
    margin: 0;
  }
  .hero-banner .image-holder.right_aligned {
    margin: 0 -12% 0 -12px;
  }
}
@media(min-width: 1200px) {
  .hero-banner {
    padding: 102px 0;
  }
  .hero-banner.bg_video {
    min-height: 438px;
  }
  .hero-banner .column:nth-child(1) {
    width: 57%;
  }
  .hero-banner .column:nth-child(2) {
    width: 43%;
  }
  .hero-banner .column:only-child {
    width: 100%;
  }
  .hero-banner .image-holder.right_aligned {
    margin: 0 -12% 0 -12px;
  }
  .hero-banner .text {
    font-size: 22px;
    margin-bottom: 35px;
  }
}
@media(min-width: 1400px) {
  .hero-banner .image-holder.right_aligned {
    margin: 0 -20% 0 -12px;
  }
}
@media(min-width: 1600px) {
  .hero-banner .image-holder {
    margin: 0 -112px 0 -12px;
  }
  .hero-banner .image-holder.right_aligned {
    margin: 0 -35% 0 -12px;
  }
}
@media(min-width: 1800px) {
  .hero-banner .image-holder.right_aligned {
    margin: 0 -65% 0 -12px;
  }
}
.hero-banner-calculator {
  background-color: #f8f9f9;
  padding: 60px 0;
  text-align: center;
}
.hero-banner-calculator .container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  min-height: inherit;
  width: 100%;
}
.hero-banner-calculator .container .row {
  width: 100%;
}
.hero-banner-calculator h1 {
  margin-bottom: 20px;
}
.hero-banner-calculator h1 br {
  display: none;
}
.hero-banner-calculator h1 span:after, .hero-banner-calculator .h1 span:after {
  bottom: 7px;
}
.hero-banner-calculator .column:only-child {
  width: 100%;
}
.hero-banner-calculator .image-holder {
  margin-top: 50px;
  text-align: center;
}

@media(min-width: 992px) {
  .hero-banner-calculator {
    text-align: left;
    padding: 72px 0;
    min-height: 328px;
  }
  .hero-banner-calculator h1 br {
    display: block;
  }
  .hero-banner-calculator .row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 -15px;
  }
  .hero-banner-calculator .column {
    padding: 0 15px;
    width: 50%;
  }
  .hero-banner-calculator .image-holder {
    margin: 0;
  }
}
@media(min-width: 1200px) {
  .hero-banner-calculator {
    padding: 102px 0;
    min-height: 438px;
  }
  .hero-banner-calculator .column:nth-child(1) {
    width: 57%;
  }
  .hero-banner-calculator .column:nth-child(2) {
    width: 43%;
  }
  .hero-banner-calculator .column:only-child {
    width: 100%;
  }
}
@media(min-width: 1600px) {
  .hero-banner-calculator .image-holder {
    margin: 0 -112px 0 -12px;
  }
}
.content-with-image {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.content-with-image.style_2 {
  padding: 60px 0;
}
.content-with-image .container.small {
  max-width: 1130px;
}
.content-with-image .sub-heading {
  font-size: 20px;
  line-height: 24px;
  font-family: var(--fontfamily-bold), sans-serif;
  display: block;
  margin-bottom: 15px;
}
.content-with-image h2 {
  margin-bottom: 15px;
}
.content-with-image h2 br {
  display: none;
}
.content-with-image .column {
  margin-bottom: 30px;
}
.content-with-image .column:last-child {
  margin-bottom: 0;
}
.content-with-image .column:only-child {
  width: 100%;
}
.content-with-image .image-holder {
  text-align: center;
}
.content-with-image .text {
  font-size: 20px;
}
.content-with-image .text ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.content-with-image .text ul li {
  font-size: 16px;
  padding: 0 0 15px 30px;
  position: relative;
}
.content-with-image .text ul li:before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  background-image: url('//25503726.fs1.hubspotusercontent-eu1.net/hubfs/25503726/raw_assets/public/eaship-theme/images/check.png');
}
.content-with-image .custom-list li {
  font-size: 16px;
  padding: 0 0 30px 50px;
  position: relative;
}
.content-with-image .custom-list .icon-image {
  position: absolute;
  top: -7px;
  left: 0;
  width: 33px;
  display: flex;
  justify-content: center;
}
.content-with-image .button-holder {
  margin-top: 30px;
}

@media(min-width: 992px) {
  .content-with-image {
    padding: 70px 0;
  }
  .content-with-image h2 br {
    display: block;
  }
  .content-with-image.style_2 {
     padding: 80px 0;
  }
  .content-with-image .row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 -15px;
  }
  .content-with-image .row.left {
    flex-direction: row-reverse;
  }
  .content-with-image .column {
    padding: 0 15px;
    margin: 0;
    width: 50%;
  }
  .content-with-image .text {
    margin-bottom: 30px;
  }
}
@media(min-width: 1200px) {
  .content-with-image {
    padding: 80px 0;
  }
  .content-with-image .column:nth-child(1) {
    width: 55%;
  }
  .content-with-image .column:nth-child(2) {
    width: 45%;
  }
  .content-with-image .column:only-child {
    width: 100%;
  }
  .content-with-image .custom-list {
    padding-left: 30px;
  }
  .content-with-image .button-holder {
    margin-top: 35px;
  }
}
.transportation-info {
  padding: 50px 0;
}
.transportation-info h2 {
  margin: 0 0 13px;
}
.transportation-info .text {
  font-size: 18px;
  margin-bottom: 30px;
  letter-spacing: -0.2px;
}
.transportation-info .text p {
  margin-bottom: 10px;
}
.transportation-info .image-holder {
  text-align: center;
  margin-top: 30px;
}
.transportation-info .info-holder .column {
  margin-bottom: 30px;
}
.transportation-info .info-holder .icon-holder {
  margin-bottom: 20px;
  min-height: 51px;
}
.transportation-info .info-holder h3 {
  color: var(--primary-color);
  margin-bottom: 10px;
  min-height: 43.2px;
}
.transportation-info .info-holder .text {
  font-family: var(--fontfamily-extralight), sans-serif;
  font-size: 17px;
  margin: 0;
}

@media(min-width: 768px) {
  .transportation-info {
    padding: 60px 0;
  }
  .transportation-info .info-holder {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
  }
  .transportation-info .info-holder .column {
    padding: 0 15px;
    width: 50%;
  }
  .transportation-info .info-holder .column {
    margin-bottom: 50px;
  }
}
@media(min-width: 992px) {
  .transportation-info {
    padding: 80px 0;
  }
  .transportation-info .text {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media(min-width: 1200px) {
  .transportation-info {
    padding: 128px 0 110px;
  }
  .transportation-info .row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
  }
  .transportation-info .row.reverse {
    flex-direction: row-reverse;
  }
  .transportation-info .column {
    padding: 0 15px;
  }
  .transportation-info .column:nth-child(1) {
    width: 52%;
  }
  .transportation-info .column:nth-child(2) {
    width: 48%;
  }
  .transportation-info h2 {
    margin: 19px 0 13px;
    max-width: 480px;
  }
  .transportation-info .text {
    margin-bottom: 40px;
     max-width: 630px;
  }
  .transportation-info .image-holder {
    text-align: center;
    margin: 0;
  }
  .transportation-info .info-holder .text {
    max-width: 290px;
  }
}
@media(min-width: 1600px) {
  .transportation-info .image-holder {
    margin: 0 -94px 0 0;
  }
  .transportation-info .row.reverse .image-holder {
    margin: 0 0 0 -94px;
  }
  .transportation-info .text {
    margin-bottom: 52px;
  }
}
.benefits-module {
  text-align: center;
  padding: 50px 0;
}
.benefits-module h2 {
  margin-bottom: 20px;
}
.benefits-module .column {
  margin-bottom: 30px;
}
.benefits-module .benefits {
  padding: 0 15px;
  position: relative;
  height: 100%;
}
.benefits-module .benefits .image-holder {
  max-width: 110px;
  margin: 0 auto 10px;
}
.benefits-module .benefits .text {
  font-size: 18px;
  text-align: center;
}
.benefits-module .benefits .text strong {
  font-family: var(--fontfamily-medium), sans-serif;
}

@media(min-width: 768px) {
  .benefits-module {
    padding: 75px 0;
  }
  .benefits-module h2 {
    margin-bottom: 60px;
  }
  .benefits-module .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -15px;
  }
  .benefits-module .column {
    padding: 0 15px;
    width: 50%;
  }
  .benefits-module .column:nth-child(2n) .benefits:after, .benefits-module .column:last-child .benefits:after {
    display: none;
  }
  .benefits-module .benefits:after {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    right: 0;
    background-color: var(--light-blue);
    width: 1px;
  }
}
@media(min-width: 992px) {
  .benefits-module {
    padding: 95px 0;
  }
  .benefits-module .column {
    margin-bottom: 18px;
  }
  .benefits-module .benefits {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 15px;
  }
  .benefits-module .benefits .image-holder {
    margin: 0;
  }
  .benefits-module .benefits .text {
    font-size: 20px;
    width: calc(100% - 110px);
    padding-left: 45px;
    text-align: left;
  }
}
@media(min-width: 1200px) {
  .benefits-module {
    padding: 105px 0;
  }
  .benefits-module h2 {
    margin-bottom: 74px;
  }
  .benefits-module .column {
    width: 33.333%;
  }
  .benefits-module .column:nth-child(2n) .benefits:after, .benefits-module .column:last-child .benefits:after {
    display: block;
  }
  .benefits-module .column:nth-child(3n) .benefits:after, .benefits-module .column:last-child .benefits:after {
    display: none;
  }
}
@media(min-width: 1400px) {
  .benefits-module {
    padding: 135px 0;
  }
  .benefits-module h2 {
    margin-bottom: 94px;
  }
  .benefits-module .benefits {
    padding: 26px;
  }
}
.contact-info-module {
  background-color: var(--primary-color);
  padding: 50px 0;
  text-align: center;
}
.contact-info-module .container {
  max-width: 980px;
}
.contact-info-module h2 {
  color: var(--white-color);
}
h2 span::after, .h2 span::after {
  background-color: var(--blue-color);
}

@media(min-width: 768px) {
  .contact-info-module {
    padding: 70px 0;
  }
}
@media(min-width: 992px) {
  .contact-info-module {
    padding: 90px 0;
    text-align: left;
  }
  .contact-info-module .container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
}
@media(min-width: 1200px) {
  .contact-info-module {
    padding: 110px 0;
  }
  .contact-info-module h2 {
    margin: 0;
  }
}
@media(min-width: 1400px) {
  .contact-info-module {
    padding: 140px 0 168px;
  }
}
.testimonial-module {
  padding: 20px 0 60px;
}
.testimonial-module .testimonial-slider {
  position: relative;
}
.testimonial-module .testimonial-slider .slick-list {
  padding: 30px 0;
  max-width: 920px;
  margin: 0 auto;
}
.testimonial-module .testimonial-slider .slick-slide {
  padding: 0 10px;
}
.testimonial-module .testimonial {
  background-color: var(--white-color);
  border-radius: 20px;
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
  padding: 80px 30px 50px;
  position: relative;
  text-align: center;
}
.testimonial-module .testimonial blockquote {
  font-style: italic;
  letter-spacing: -0.7px;
  line-height: 1.3;
  position: relative;
  padding-bottom: 40px;
}
.testimonial-module .testimonial blockquote:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  background-color: var(--primary-color);
  height: 8px;
}
.testimonial-module .testimonial .quote-icon {
  max-width: 30px;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}
.testimonial-module .testimonial .person-info {
  padding-top: 30px;
}
.testimonial-module .testimonial .person-info .image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 100%;
  width: 73px;
  height: 73px;
  margin: 0 auto 10px;
}
.testimonial-module .testimonial .person-info .info {
  font-size: 18px;
}
.testimonial-module .testimonial .person-info .name {
  font-family: var(--fontfamily-light), sans-serif;
  display: inline-block;
}
.testimonial-module .testimonial .person-info .designation {
  color: var(--primary-color);
  font-family: var(--fontfamily-bold), sans-serif;
  display: inline-block;
}

.testimonial-module .testimonial-slider .arrow-before,
.testimonial-module .testimonial-slider .arrow-next {
  color: var(--light-gray);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 40px;
  cursor: pointer;
  display: inline-block;
  margin-left: -20px; 
}
.testimonial-module .testimonial-slider .arrow-next {
  margin-left: 40px;
}

@media(min-width: 768px) {
  .testimonial-module .testimonial {
    padding: 100px 50px 50px;
    text-align: left;
  }
  .testimonial-module .testimonial-slider .slick-slide {
    padding: 0 30px;
  }
  .testimonial-module .testimonial .quote-icon {
    max-width: 40px;
    top: 30px;
    left: 30px;
    margin: 0;
    right: auto;
  }
  .testimonial-module .testimonial blockquote::after {
    left: 6px;
    transform: none;
    width: 120px;
  }
  .testimonial-module .testimonial .person-info {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding-top: 36px;
  }
  .testimonial-module .testimonial .person-info .image {
    width: 93px;
    height: 93px;
    margin: 0;
  }
  .testimonial-module .testimonial .person-info .info {
    padding-left: 25px;
    width: calc(100% - 93px);
  }
  .testimonial-module .testimonial-slider .arrow-before, .testimonial-module .testimonial-slider .arrow-next {
    top: 50%;
    left: -22px;
    transform: translate(0, -50%);
    margin: 0;
  }
  .testimonial-module .testimonial-slider .arrow-next {
    right: -22px;
    left: auto;
  }
}
@media(min-width: 992px) {
  .testimonial-module {
    padding: 80px 0;
  }
  .testimonial-module.overlap {
    padding: 50px 0;
    margin: -125px 0 0;
  }
  .testimonial-module .testimonial {
    padding: 100px 120px 50px;
  }
  .testimonial-module .testimonial .quote-icon {
    max-width: 60px;
    top: 40px;
    left: 40px;
  }
  .testimonial-module .testimonial-slider .arrow-before,
  .testimonial-module .testimonial-slider .arrow-next {
    font-size: 50px;
  }
}
@media(min-width: 1200px) {
  .testimonial-module {
    padding: 100px 0;
  }
  .testimonial-module .testimonial {
    padding: 100px 160px 50px 164px;
  }
  .testimonial-module .testimonial .quote-icon {
    max-width: 80px;
    top: 50px;
    left: 50px;
  }
  .testimonial-module .testimonial-slider .arrow-before,
  .testimonial-module .testimonial-slider .arrow-next {
    left: 0;
    font-size: 70px;
  }
  .testimonial-module .testimonial-slider .arrow-next {
    right: 0;
    left: auto;
  }
}
.transport-features {
  padding: 50px 0 70px;
}
.transport-features h2 {
  text-align: center;
  margin-bottom: 40px;
}
.transport-features .features-holder {
  margin: 0 auto;
  max-width: 1130px;
}
.transport-features .column {
  margin-bottom: 18px;
}
.transport-features .features .icon-holder {
  max-width: 80px;
}
.transport-features .features .features-content {
  padding: 10px 0 0 0;
}
.transport-features .features h3 {
  color: var(--primary-color);
  font-family: var(--fontfamily-light), sans-serif;
  margin-bottom: 8px;
}
.transport-features .features .text p {
  margin-bottom: 10px;
}
.transport-features .features .text p a {
  text-decoration: underline;
}
.transport-features .features .text p a:hover {
  text-decoration: none;
}

@media(min-width: 480px) {
  .transport-features .features {
    display: flex;
    flex-flow: row wrap;
  }
  .transport-features .features .features-content {
    width: calc(100% - 80px);
    padding: 10px 0 0 15px;
  }
}
@media(min-width: 768px) {
  .transport-features {
    padding: 50px 0 90px;
  }
  .transport-features h2 {
    margin-bottom: 50px;
  }
}
@media(min-width: 992px) {
  .transport-features {
    padding: 50px 0 110px;
  }
  .transport-features h2 {
    margin-bottom: 60px;
  }
  .transport-features .row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
  }
  .transport-features .column {
    padding: 0 15px;
    width: 50%;
  }
}
@media(min-width: 1200px) {
  .transport-features {
    padding: 50px 0 130px;
  }
  .transport-features h2 {
    margin-bottom: 88px;
  }
}
.schedule-a-demo {
  background-color: var(--bg-gray);
  padding: 50px 0;
}
.schedule-a-demo .container {
  max-width: 1050px;
}
.schedule-a-demo .column {
  margin-bottom: 30px;
}
.schedule-a-demo h2 {
  margin-bottom: 30px;
}
.schedule-a-demo .text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
.schedule-a-demo .text ul li {
  position: relative;
  padding: 0 0 8px 20px;
}
.schedule-a-demo .text ul li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  height: 6px;
  width: 6px;
  background-color: var(--text-color);
  background-image: none;
  border-radius: 100%;
}
.schedule-a-demo .button-holder {
  margin-top: 30px;
}
.schedule-a-demo .image-holder {
  border-radius: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 300px;
  height: 300px;
}
.schedule-a-demo .form-holder {
  position: relative;
}
.schedule-a-demo .form-holder form input[type='email'] {
  background-color: transparent;
  padding: 14px 92px 14px 32px;
}
.schedule-a-demo .form-holder form .hs_submit {
  position: absolute;
  top: 16px;
  right: 20px;
}
.schedule-a-demo .form-holder form .hs-button {
  background-color: transparent;
  color: var(--primary-color);
  border: none;
  padding: 0;
  min-width: auto;
  text-decoration: underline;
}
.schedule-a-demo .form-holder form .hs-button:hover {
  text-decoration: none;
}
.schedule-a-demo .form-holder form .submitted-message {
  font-size: 26px;
  font-family: var(--fontfamily-bold), sans-serif;
}

@media(min-width: 576px) {
  .schedule-a-demo .image-holder {
    width: 320px;
    height: 320px;
  }
}
@media(min-width: 768px) {
  .schedule-a-demo {
    padding: 60px 0 80px;
  }
  .schedule-a-demo .row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 0 -15px;
  }
  .schedule-a-demo .row.left {
    flex-direction: row-reverse;
  }
  .schedule-a-demo .column {
    padding: 0 15px;
    margin: 0;
    width: 50%;
  }
  .schedule-a-demo .image-holder {
    margin: 0 0 0 auto;
  }
  .schedule-a-demo .row.left .image-holder {
    margin: 0;
  }
  .schedule-a-demo .form-holder {
    max-width: 480px;
  }
}
@media(min-width: 992px) {
  .schedule-a-demo {
    padding: 70px 0 100px;
  }
  .schedule-a-demo .image-holder {
    width: 347px;
    height: 347px;
  }
}
@media(min-width: 1200px) {
  .schedule-a-demo {
    padding: 80px 0 120px;
  }
  .schedule-a-demo .column:nth-child(1) {
    width: 64%;
  }
  .schedule-a-demo .column:nth-child(2) {
    width: 36%;
  }
  .schedule-a-demo .row.left .column:nth-child(1) {
    padding-left: 50px;
  }
}
.more-information {
  background-color: var(--bg-gray);
  padding: 50px 0;
}
.more-information h2 {
  text-align: center;
  margin-bottom: 66px;
}
.more-information .text {
  text-align: center;
  margin-bottom: 40px;
}
.more-information .column {
  margin-bottom: 30px;
}
.more-information .cards {
  background-color: var(--white-color);
  border-radius: 20px;
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
  padding: 30px 20px;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.more-information .cards h3 {
  font-family: var(--fontfamily-extralight), sans-serif;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 29px;
}
.more-information .cards h3 br {
  display: none;
}
.more-information .cards h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 108px;
  height: 8px;
  background-color: var(--primary-color);
}
.more-information .cards .text {
  text-align: left;
  margin-bottom: 20px;
}
.more-information .cards .text a {
  font-family: var(--fontfamily-semibold), sans-serif;
}
.more-information .cards .text a:hover {
  text-decoration: underline;
}
.more-information .cards .image-holder {
  max-width: 312px;
  margin: 0 auto;
}
.more-information .cards.cards_bg {
  background-color: var(--bg-gray);
}
.more-information .cards.reverse_content {
  justify-content: flex-end;
  flex-direction: column-reverse;
}
.more-information .cards.reverse_content .image-holder {
  margin-bottom: 30px;
}

@media(min-width: 768px) {
  .more-information {
    padding: 60px 0;
  }
  .more-information .text {
    margin-bottom: 50px;
  }
  .more-information .cards {
    padding: 30px;
  }
}
@media(min-width: 992px) {
  .more-information {
    padding: 70px 0;
  }
  .more-information .row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
  }
  .more-information .column {
    padding: 0 15px;
    width: 33.333%;
  }
  .more-information .text {
    margin-bottom: 55px;
  }
  .more-information .cards {
    padding: 50px 40px;
  }
  .more-information .cards h3 br {
    display: block;
  }
  .more-information.two_column .column {
    width: 50%;
  }
}
@media(min-width: 1200px) {
  .more-information {
    padding: 80px 0;
  }
  .more-information .text {
    margin-bottom: 66px;
  }
}
@media(min-width: 1400px) {
  .more-information {
    padding: 100px 0;
  }
  .more-information .cards {
    padding: 53px 50px;
  }
}
.contact-form {
  background-color: var(--primary-color);
  padding: 70px 0 100px;
  min-height: 130vh;
  position: relative;
  z-index: 1;
}
.contact-form .form-box {
  background-color: var(--white-color);
  border-radius: 30px;
  max-width: 713px;
  margin: 0 auto;
  padding: 40px 20px;
}
.contact-form .form-box h1, .contact-form .form-box .text {
  text-align: center;
}
.contact-form .form-box .text {
  color: #272e33;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.contact-form .form-box form .hs-submit {
  text-align: center;
  margin-top: 30px;
}
.contact-form .form-box form .submitted-message {
  text-align: center;
  font-size: 26px;
  font-family: var(--fontfamily-bold), sans-serif;
}


@media(min-width: 576px) {
  .contact-form .form-box {
    padding: 50px 30px;
  }
}
@media(min-width: 768px) {
  .contact-form .form-box form .inputs-list .hs-form-checkbox label, .contact-form .form-box form .inputs-list .hs-form-booleancheckbox label {
    padding-left: 35px;
  }
  .contact-form .form-box form .hs-fieldtype-booleancheckbox .inputs-list {
    margin-left: 25px;
  }
  .contact-form .form-box form .hs-richtext {
    margin-left: 60px;
  }
}
@media(min-width: 992px) {
  .contact-form {
    padding-bottom: 200px;
  }
  .contact-form::after {
    content: '';
    position: absolute;
    top: 10%;
    left: -12%;
    height: 916px;
    width: 703px;
    background-size: 100% 100%;
    z-index: -1;
    background-image: url('//25503726.fs1.hubspotusercontent-eu1.net/hubfs/25503726/raw_assets/public/eaship-theme/images/contact-form-bg.png');
  }
  .contact-form .form-box {
    padding: 54px 40px;
    max-width: 813px;
  }
  .contact-form .form-box .text {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media(min-width: 1200px) {
  .contact-form {
    padding-bottom: 160px;
  }
  .contact-form::after {
    left: -5%;
  }
  .contact-form .form-box {
    margin: 0 25px 0 auto;
    max-width: 813px;
    padding: 64px 50px;
  }
}
@media(min-width: 1600px) {
  .contact-form::after {
    left: 0;
  }
}
.pricing-plans {
  padding: 60px 0;
}
.pricing-plans h1, .pricing-plans h2, .pricing-plans h3 {
  text-align: center;
}
.pricing-plans .heading {
  text-align: center;
  margin-bottom: 40px;
}
.pricing-plans .button-wrapper {
  text-align: center;
  margin-top: 60px;
}
.pricing-plans .button-wrapper .cta_button {
  display: block;
}
.pricing-plans .button-wrapper .cta_button span {
  color: var(--black-color);
}
.pricing-plans .plans {
  background-color: var(--white-color);
  border-radius: 20px;
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
  overflow: hidden;
  height: 100%;
}
.pricing-plans .plans .title {
  background-color: var(--text-color);
  color: var(--white-color);
  padding: 25px 20px;
  margin: 0;
}
.pricing-plans .plans .plans-holder {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  height: 100%;
}
.pricing-plans .plans .content-holder {
  padding: 30px 20px;
}
.pricing-plans .plans .price {
  font-family: var(--fontfamily-bold), sans-serif;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}
.pricing-plans .plans .price sub {
  font-family: var(--fontfamily-light), sans-serif;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  top: -2px;
}
.pricing-plans .plans .features-list li {
  position: relative;
  padding: 0 0 20px 35px;
  font-size: 16px;
}
.pricing-plans .plans .features-list li:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  border: 1px solid var(--primary-color);
  background-size: 60% 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.217' height='13.264'%3E%3Cpath fill='none' stroke='%2326acba' stroke-width='2' d='m.707 6.19 5.661 5.66L17.51.707'/%3E%3C/svg%3E");
}
.pricing-plans .plans .button-holder {
  margin-bottom: 30px;
}
.pricing-plans .plans .cta_button {
  min-width: auto;
  font-size: 14px;
  padding: 12px 20px;
}
.pricing-plans .plans .short-text {
  font-family: var(--fontfamily-light), sans-serif;
  background-color: var(--bg-gray);
  font-size: 14px;
  padding: 20px;
  text-align: center;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-plans .plans-slider .slick-list {
  margin: 0 -15px;
  padding-bottom: 30px;
}
.pricing-plans .plans-slider .slick-track {
  display: flex !important;
}
.pricing-plans .plans-slider .slides {
  padding: 0 15px;
  height: inherit !important;
}
.pricing-plans .plans-slider .slides:nth-child(1) .plans {
  background-color: var(--bg-gray);
}
.pricing-plans .plans-slider .slides:nth-child(1) .plans .title {
  background-color: var(--primary-color);
}
.pricing-plans .plans-slider .slides:nth-child(1) .plans .short-text {
  background-color: #bcebed;
}
.pricing-plans .plans-slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 -7px;
}
.pricing-plans .plans-slider .slick-dots li {
  padding: 0 7px;
  line-height: 1;
}
.pricing-plans .plans-slider .slick-dots li.slick-active button {
  background-color: var(--primary-color);
}
.pricing-plans .plans-slider .slick-dots button {
  font-size: 0;
  line-height: 0;
  background-color: var(--text-color);
  border-radius: 100%;
  height: 15px;
  width: 15px;
  outline: none;
  border: none;
  padding: 0;
}

@media(min-width: 992px) {
  .pricing-plans {
    padding: 80px 0;
  }
  .pricing-plans .heading {
    margin-bottom: 50px;
  }
}
@media(min-width: 1200px) {
  .pricing-plans {
    padding: 100px 0;
  }
  .pricing-plans .heading {
    margin-bottom: 80px;
  }
  .pricing-plans .button-wrapper {
    margin-top: 100px;
  }
  .pricing-plans .plans {
    border-radius: 0;
  }
  .pricing-plans .plans .title {
    padding: 25px 40px;
  }
  .pricing-plans .plans .content-holder {
    padding: 53px 30px;
  }
  .pricing-plans .plans-slider {
    box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
    border-radius: 20px;
  }
  .pricing-plans .plans-slider .slick-list {
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .pricing-plans .plans-slider .slides {
    padding: 0;
  }
  .pricing-plans .plans-slider .slides:nth-child(1) {
    order: 3;
    transform: scale(1.06);
  }
  .pricing-plans .plans-slider .slides:nth-child(1) .plans {
    border-radius: 20px;
  }
  .pricing-plans .plans-slider .slides:nth-child(1) .plans .title {
    padding: 28px 40px;
    font-size: 24px;
  }
  .pricing-plans .plans-slider .slides:nth-child(1) .plans .content-holder {
    padding: 50px 30px;
  }
  .pricing-plans .plans-slider .slides:nth-child(1) .plans .price {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .pricing-plans .plans-slider .slides:nth-child(1) .plans .button-holder {
    margin-bottom: 25px;
  }
  .pricing-plans .plans-slider .slides:nth-child(1) .plans .cta_button {
    font-size: 13px;
  }
  .pricing-plans .plans-slider .slides:nth-child(1) .plans .features-list li {
    font-size: 14px;
  }
  .pricing-plans .plans-slider .slides:nth-child(2) {
    order: 1;
  }
  .pricing-plans .plans-slider .slides:nth-child(2) .plans {
    border-radius: 20px 0 0 20px;
  }
  .pricing-plans .plans-slider .slides:nth-child(3) {
    order: 2;
  }
  .pricing-plans .plans-slider .slides:nth-child(4) {
    order: 4;
  }
  .pricing-plans .plans-slider .slides:nth-child(4) .plans {
    border-radius: 0 20px 20px 0;
  }
}

@media(min-width: 1400px) {
  .pricing-plans .plans .content-holder {
    padding: 40px;
  } 
  .pricing-plans .plans-slider .slides:nth-child(1) .plans .content-holder {
    padding: 53px 40px;
  }
}
.faq-module {
  padding: 60px 0 100px;
}
.faq-module h2 {
  text-align: center;
}
.faq-module .text {
  text-align: center;
  margin-bottom: 40px;
}
.accordion {
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid var(--primary-color);
}
.accordion &gt; .accordion__title {
  font-family: var(--fontfamily-bold), sans-serif;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  font-size: 18px;
  line-height: 26px;
  display: block;
  padding: 20px 15px 20px 45px;
  text-decoration: none;
  transition: all 0.2s linear;
  position: relative;
  margin: 0;
}
.accordion &gt; .accordion__title a {
  color: var(--text-color);
  display: inline-block;
}
.accordion &gt; .accordion__title.active .icon:before {
  transform: translateX(-50%) rotate(90deg);
}
.accordion &gt; .accordion__title .icon {
  border: 1px solid var(--primary-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  position: absolute;
  width: 28px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.accordion &gt; .accordion__title .icon:before, .accordion &gt; .accordion__title .icon:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--primary-color);
}
.accordion &gt; .accordion__title .icon:before {
  height: 14px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
}
.accordion &gt; .accordion__title .icon:after {
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  width: 14px;
}
.accordion .accordion__content {
  border-radius: 0 0 8px 8px;
  display: none;
  padding: 10px 15px 30px 45px;
  font-size: 16px;
  line-height: 24px;
}

@media(min-width: 768px) {
  .faq-module .text {
    margin-bottom: 50px;
  }
  .accordion &gt; .accordion__title {
    padding: 25px 15px 25px 45px;
  }
  .accordion .accordion__content {
    padding: 10px 30px 30px 50px;
  }
}
@media(min-width: 992px) {
  .faq-module {
    padding: 80px 0 120px; 
  }
  .faq-module .text {
    margin-bottom: 60px;
  }
  .accordion &gt; .accordion__title {
    font-size: 20px;
    line-height: 28px;
    padding-left: 55px;
  }
  .accordion .accordion__content {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 55px 30px;
  }
}
.comparison-module {
  padding: 40px 0;
}
.comparison-module .comparison-heading {
  position: -webkit-sticky;
  position: sticky;
  top: 107px;
  background-color: #e6e9ea;
  padding: 30px 0;
  margin-bottom: 50px;
  border-radius: 10px;
  display: none;
}
.comparison-module .comparison-heading .row {
  border: none;
}
.comparison-module .comparison-heading .row:nth-child(odd) {
  background-color: transparent;
}
.comparison-module .comparison-heading .column {
  text-align: center;
  padding: 0 15px;
}
.comparison-module .comparison-heading .cta_button {
  min-width: auto;
  font-size: 14px;
  padding: 10px 20px;
}
.comparison-module .comparison-table__holder {
  background-color: var(--bg-gray);
}
.comparison-module .comparison-table {
  border: 1px solid;
  border-color: #eee;
  border-top-color: var(--primary-color);  
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 50px;
  display: none;
}
.comparison-module .title {
  font-family: var(--fontfamily-bold), sans-serif;
  color: var(--black-color);
  padding: 15px 15px 15px 25px;
  background-color: var(--primary-color);
  display: block;
}
.comparison-module .text, .comparison-module .value {
  font-family: var(--fontfamily-light), sans-serif;
  font-size: 16px;
  display: block;
}
.comparison-module .icon-check {
  color: var(--primary-color);
}
.comparison-module .row {
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px solid #eee;
}
.comparison-module .row:nth-child(odd) {
  background-color: var(--bg-gray);
}
.comparison-module .column {
  width: 18%;
  text-align: center;
  padding: 15px;
}
.comparison-module .column:nth-child(1) {
  width: 28%;
  text-align: left;
  padding: 15px 10px 15px 25px;
}

.comparison-module .comparison-box {
  background-color: var(--white-color);
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}
.comparison-module .comparison-box h5 {
  margin-bottom: 10px;
}
.comparison-module .comparison-box .cta_button {
  min-width: auto;
  font-size: 14px;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.comparison-box .comparison-accordion {
  margin: 0 0 20px;
}
.comparison-box .comparison-accordion .row:nth-child(even) {
  background-color: var(--bg-gray);
}
.comparison-box .comparison-accordion .row:nth-child(odd) {
  background-color: var(--white-color);
}
.comparison-box .comparison-accordion .column {
  padding: 15px 10px;
}
.comparison-box .comparison-accordion .column:nth-child(1) {
  width: 70%;
}
.comparison-box .comparison-accordion .column:nth-child(2) {
  width: 30%;
}
.comparison-accordion .comparison-accordion__title {
  text-align: left;
  position: relative;
}
.comparison-accordion .comparison-accordion__title .icon {
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.comparison-accordion .comparison-accordion__title .title {
  font-family: var(--fontfamily-medium), sans-serif;
  background-color: var(--text-color);
  color: var(--white-color);
  border-radius: 8px;
  padding: 15px 45px 15px 25px;
}
.comparison-accordion .comparison-accordion__title.active .title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.comparison-accordion .comparison-accordion__content {
  display: none;
  border: solid #eee;
  border-width: 0 1px 1px;
}

@media(min-width: 992px) {
  .comparison-module {
    padding: 60px 0;
  }
  .comparison-module .comparison-heading, .comparison-module .comparison-table {
    display: block;
  }
  .comparison-module .comparison-box {
    display: none;
  }
}
@media(min-width: 1200px) {
  .comparison-module {
    padding: 80px 0;
  }
}
@media(min-width: 1400px) {
  .comparison-module .column {
    width: 15%;
  }
  .comparison-module .column:nth-child(1) {
    width: 40%;
  }
}
.free-trial {
  background-color: #f8f9f9;
  text-align: center;
  padding: 30px 0;
}
.free-trial h2 {
  margin-bottom: 15px;
}
.free-trial .text {
  font-family: var(--fontfamily-light), sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
}
.free-trial .form-holder {
  margin: 0 auto;
  max-width: 490px;
  position: relative;
}
.free-trial .form-holder form .hs_submit {
  position: absolute;
  top: 0;
  right: 0;
}
.free-trial .form-holder form .hs-button {
  border-radius: 0 30px 30px 0;
  padding: 12px 20px;
  min-width: auto;
}
.free-trial .form-holder form input[type="email"] {
  padding: 14px 112px 14px 22px;
  border-color: var(--text-color);
}
.free-trial.active_bg {
  color: var(--white-color);
  padding: 50px 0;
}
.free-trial.active_bg h2 {
  color: var(--white-color);
}
.free-trial.active_bg .form-holder form input[type="email"] {
  border-color: var(--primary-color);
}
.free-trial.active_bg .form-holder form .hs-button {
  background-color: var(--text-color);
  border-color: var(--text-color);
}

@media(min-width: 768px) {
  .free-trial .form-holder form input[type="email"] {
    padding: 14px 162px 14px 32px;
  }
  .free-trial .form-holder form .hs-button {
    padding: 13px 20px;
    min-width: 150px;
  }
}
.how-it-works {
  text-align: center;
  padding: 50px 0;
}
.how-it-works .steps-list {
  margin-top: 80px;
}
.how-it-works .steps-list li {
  font-size: 18px;
  font-family: var(--fontfamily-light), sans-serif;
  padding: 0 20px 50px 70px;
  position: relative;
  text-align: left;
  min-height: 158px;
}
.how-it-works .steps-list li:last-child::after {
  display: none;
}
.how-it-works .steps-list li::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  width: 2px;
  background-color: var(--blue-color);
}
.how-it-works .steps-list li br {
  display: none;
}
.how-it-works .steps-list li strong {
  font-family: var(--fontfamily-bold), sans-serif;
}
.how-it-works .steps-list li .icon-image {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  left: 0;
  height: 56px;
  width: 56px;
  background-color: var(--white-color);
  border: 2px solid var(--blue-color);
  border-radius: 100%;
  z-index: 2;
}

@media(min-width: 768px) {
  .how-it-works {
    padding: 70px 0;
  }
  .how-it-works .steps-list li {
    padding: 0 50px 80px 80px;
  }
  .how-it-works .steps-list li::after {
    left: 33px;
  }
  .how-it-works .steps-list li .icon-image {
    height: 66px;
    width: 66px;
  }
}
@media(min-width: 992px) {
  .how-it-works {
    padding: 90px 0;
  }
  .how-it-works .steps-list li {
    padding: 0 80px 50px;
    width: 50%;
  }
  .how-it-works .steps-list li br {
    display: block;
  }
  .how-it-works .steps-list li::after {
    left: auto;
    right: 0;
  }
  .how-it-works .steps-list li:nth-child(even) {
    text-align: left;
    margin: 0 0 0 auto;
  }
  .how-it-works .steps-list li:nth-child(odd) {
    text-align: right;
  }
  .how-it-works .steps-list li:nth-child(even)::after {
    right: auto;
    left: -2px;
  }
  .how-it-works .steps-list li:nth-child(even) .icon-image {
    top: 0;
    right: auto;
    left: -33px;
  }
  .how-it-works .steps-list li .icon-image {
    left: auto;
    right: -33px;
  }
}
@media(min-width: 1200px) {
  .how-it-works {
    padding: 110px 0;
  }
}
.partners {
  text-align: center;
  padding: 60px 0;
}
.partners .partners-slider {
  padding: 0 60px;
}
.partners .partners-slider .slick-list {
  margin: 0 -20px;
}
.partners .partners-slider .slick-slide {
  padding: 0 20px;
}
.partners .partners-slider .slick-slide .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partners .partners-slider .slick-arrow {
  color: #8066eb;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  cursor: pointer;
}
.partners .partners-slider .slick-arrow.arrow-next {
  left: auto;
  right: 10px;
}

@media(min-width: 768px) {
  .partners .partners-slider {
    padding: 0 80px;
  }
}
@media(min-width: 992px) {
  .partners .partners-slider {
    padding: 0 100px;
  }
}
.features-module {
  background-color: #f8f9f9;
  padding: 50px 0;
}
.features-module .steps-list li {
  font-size: 18px;
  font-family: var(--fontfamily-light), sans-serif;
  padding: 0 20px 50px 70px;
  position: relative;
  text-align: left;
  min-height: 118px;
}
.features-module .steps-list li:last-child::after {
  display: none;
}
.features-module .steps-list li::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  width: 2px;
  background-color: var(--blue-color);
}
.features-module .steps-list li br {
  display: none;
}
.features-module .steps-list li strong {
  font-family: var(--fontfamily-bold), sans-serif;
}
.features-module .steps-list li .icon-image {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  left: 0;
  height: 56px;
  width: 56px;
  background-color: var(--white-color);
  border: 2px solid var(--blue-color);
  border-radius: 100%;
  z-index: 2;
}

@media(min-width: 992px) {
  .features-module .steps-list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -20px;
  }
  .features-module .steps-list li {
    padding: 90px 20px 50px 20px;
    min-height: auto;
    width: 33.333%;
  }
  .features-module .steps-list li::after {
    content: '';
    position: absolute;
    top: 33px;
    left: 15px;
    width: 100%;
    height: 2px;
    background-color: var(--blue-color);
    bottom: auto;
  }
  .features-module .steps-list li .icon-image {
    top: 0;
    left: 15px;
    height: 66px;
    width: 66px;
  }
  .features-module .steps-list li br {
    display: block;
  }
}
@media(min-width: 992px) {
  .features-module .steps-list li {
    width: 25%;
  }
}
.demo-module {
  background-color: var(--bg-gray);
  padding: 68px 0;
}
.demo-module .column {
  margin-bottom: 30px;
}
.demo-module .demo-form {
  background-color: var(--white-color);
  border-radius: 20px;
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
  padding: 40px 20px;
}
.demo-module .demo-form .h2 {
  text-align: center;
}
.demo-module .demo-form .text {
  text-align: center;
  margin-bottom: 50px;
}
.demo-module .demo-form form .hs-form-field {
  margin-bottom: 2rem;
}
.demo-module .demo-form form .hs-form-field.hs-fieldtype-booleancheckbox {
  margin-bottom: 1.4rem;
}
.demo-module .demo-form form .hs-submit {
  margin-top: 40px;
  text-align: center;
}
.demo-module .demo-form form .inputs-list .hs-form-booleancheckbox {
  padding-left: 30px;
}
.demo-module .demo-form form .hs-richtext {
  padding-left: 30px;
}
.demo-module .demo-form form .submitted-message {
  text-align: center;
}

@media(min-width: 768px) {
  .demo-module .demo-form {
    padding: 60px 40px;
  }
}
@media(min-width: 992px) {
  .demo-module .row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
  }
  .demo-module .column {
    padding: 0 15px;
    margin: 0;
  }
  .demo-module .column:nth-child(1) {
    width: 60%;
  }
  .demo-module .column:nth-child(2) {
    width: 40%;
  }
}
.popular__post .column {
  width: 100%;
}
.popular__post h2 {
  font-family: var(--fontfamily-light), sans-serif;
}
.popular-post {
  margin-bottom: 30px;
}
.popular-post .popular-post__image {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 150px;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
}
.popular-post .popular-post__title {
  margin: 0;
} 

@media(min-width: 576px) {
  .popular__post .row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
  }
  .popular__post .column {
    padding: 0 15px;
    width: 50%;
  }
}

@media(min-width: 992px) {
  .popular__post .row {
    display: block !important;
    margin: 0 !important;
  }
  .popular__post .column {
    width: 100% !important;
    padding: 0 !important;
  }
}
.blog-recent-post {
  padding: 65px 0;
}
.blog-recent-post .container {
  max-width: 1060px;
}
.blog-recent-post h2 {
  font-family: var(--fontfamily-semibold), sans-serif;
  margin-bottom: 40px;
}
.blog-recent-post .recent-post {
  margin-bottom: 30px;
}
.blog-recent-post .recent-post .recent-post__image {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 200px;
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
.blog-recent-post .recent-post .recent-post__title {
  font-size: 20px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-bottom: 10px;
}
.blog-listing .post-article .link-more {
  font-family: var(--fontfamily-bold), sans-serif;
  display: inline-block;
  margin-bottom: 10px;
}
.blog-listing .post-article .link-more .icon {
  position: relative;
  display: inline-block;
  transform: rotate(270deg);
  top: 3px;
  font-size: 20px;
  line-height: 20px;
}

@media(min-width: 768px) {
  .blog-recent-post .row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
  }
  .blog-recent-post .column {
    padding: 0 15px;
    width: 50%;
  }
}
@media(min-width: 992px) {
  .blog-recent-post {
    padding: 80px 0;
  }
  .blog-recent-post .column {
    width: 33.333%;
  }
}
@media(min-width: 1200px) {
  .blog-recent-post {
    padding: 100px 0;
  }
}
/* Pagination */

.hs-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

/* Pagination links */

.hs-pagination__link {
  border: 2px solid var(--primary-color);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-right: 1rem;
}

.hs-pagination__link.disabled {
  opacity: 0.6;
  pointer-events: none;
}

.hs-pagination__link:last-child {
  margin-right: 0;
}

.hs-pagination__link,
.hs-pagination__link:hover,
.hs-pagination__link:focus,
.hs-pagination__link:active {
  text-decoration: none;
}

.hs-pagination__link--text-and-icon.hs-pagination__link--first &gt; .hs-pagination__link-icon,
.hs-pagination__link--text-and-icon.hs-pagination__link--prev &gt; .hs-pagination__link-icon {
  margin-right: 0.25rem;
}

.hs-pagination__link--text-and-icon.hs-pagination__link--last &gt; .hs-pagination__link-icon,
.hs-pagination__link--text-and-icon.hs-pagination__link--next &gt; .hs-pagination__link-icon {
  margin-left: 0.25rem;
}

.hs-pagination__link-icon {
  display: inline-flex;
}

.hs-pagination__link-icon svg {
  fill: var(--primary-color);
  height: 26px;
  width: 26px;
}

.hs-pagination__link--number {
  padding: 0.25rem 0.5rem;
}

@media (max-width: 767px) {
  .hs-pagination__show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
.calculator {
  background-color: #f8f9f9;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}
.calculator:after {
  content: '';
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color);
  z-index: -1;
}
.calculator .container {
  position: relative;
  z-index: 1;
}
.calculator .container:before {
  content: '';
  position: absolute;
  bottom: 60px;
  right: -30px;
  width: 40%;
  height: 40%;
  background-size: 100% 100%;
  z-index: -1;
  background-image: url('//25503726.fs1.hubspotusercontent-eu1.net/hubfs/25503726/raw_assets/public/eaship-theme/images/recurso.svg'); 
}
.calculator .container:after {
  content: '';
  position: absolute;
  bottom: 80px;
  left: -40px;
  width: 40%;
  height: 40%;
  background-size: 100% 100%;
  z-index: -1;
  background-image: url('//25503726.fs1.hubspotusercontent-eu1.net/hubfs/25503726/raw_assets/public/eaship-theme/images/recurso.svg'); 
}
.calculator .form-holder {
  display: none;
}
.calculator .form-holder label {
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}
.calculator .form-holder label.hs-error-msg {
  font-size: 14px;
}

.calculator .form-holder .transport-info {
  background-color: var(--white-color);
  border-radius: 30px;
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
  padding: 40px 20px;
  margin-bottom: 30px;
}
.calculator .form-holder .transport-info h2 {
  margin-bottom: 40px;
}
.calculator .form-holder .transport-info .hs-richtext { 
  max-width: 980px;
  margin: 0 auto;
}
.calculator .form-holder .transport-info fieldset.form-columns-3 .hs-form-field {
  width: 100%;
}
.calculator .form-holder .transport-info fieldset.form-columns-3 .input {
  margin-right: 0 !important;
}
.calculator .form-holder .transport-info fieldset.form-columns-3 label br {
  display: none;
}
.calculator .container .contact-info {
  background-color: var(--white-color);
  border-radius: 30px;
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
  padding: 40px 20px;
  margin-bottom: 30px;
  max-width: 850px;
  margin: 0 auto;
}
.calculator .form-holder .contact-info h2 {
  margin-bottom: 40px;
}
.calculator .form-holder .contact-info fieldset:nth-child(1) .hs-richtext {
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
}
.calculator .form-holder .contact-info .hs-richtext {
  margin: 0;
  padding: 5px 0 0 60px;
}
.calculator .form-holder .inputs-list .hs-form-booleancheckbox {
  padding-left: 30px;
}
.calculator .form-holder .hs_submit {
  text-align: center;
  margin-top: 30px;
}

.hbspt-form {
  display: none;
}

@media(max-width: 480px) {
  .hero-banner h1 span {
    white-space: unset;
  }
  .hero-banner h1 span:after {
    display: none;
  }
}
@media(min-width: 768px) {
  .calculator .form-holder .transport-info {
    padding: 60px 40px;
  }
  .calculator .form-holder .contact-info {
    padding: 60px 40px;
  }
}
@media(min-width: 992px) {
  .calculator .form-holder .transport-info fieldset.form-columns-3 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .calculator .form-holder .transport-info fieldset.form-columns-3 .hs-form-field {
    width: 32.7%;
    margin-right: 10px !important;
  }
}
@media(min-width: 1200px) {
  .calculator .form-holder label {
    font-size: 20px;
  }
  .calculator .form-holder .transport-info fieldset.form-columns-3 .hs-form-field {
    margin-right: 20px !important;
  }
  .calculator .form-holder .transport-info fieldset.form-columns-3 label br {
    display: block;
  }
}
.calculation-results {
  background-color: #f8f9f9;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.calculation-results:after {
  content: '';
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color);
  z-index: -1;
}
.calculation-results h2 {
  text-align: center;
  margin-bottom: 50px;
}
.calculation-results .result-box {
  background-color: var(--white-color);
  border-radius: 30px;
  box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.1);
  padding: 40px 20px;
  margin-bottom: 30px;
}
.calculation-results .result-box .column:last-child .result:after {
  display: none;
}
.calculation-results .result-box .result {
  text-align: center;
  position: relative;
  padding: 30px 0;
}
.calculation-results .result-box .result:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 100%;
  background-color: var(--primary-color);
}
.calculation-results .result-box .result .title {
  display: block;
  font-size: 22px;
}
.calculation-results .result-box .result .values {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: var(--primary-color);
  margin-top: 15px;
}

.calculation-results .annual-savings {
  padding: 30px 0;
  border: solid var(--primary-color);
  border-width: 1px 0;
  text-align: center;
}
.calculation-results .annual-savings h3 {
  margin: 0;
}
.calculation-results .annual-savings span {
  display: block;
}
.calculation-results .annual-savings .savings {
  text-align: center;
}
.calculation-results .annual-savings .savings #total_saving {
  margin-bottom: 10px;
  color: var(--primary-color);
}
.calculation-results .annual-savings .savings .short-text {
  font-style: italic;
  font-size: 16px;
}

.calculation-results .recomended-plans {
  padding: 30px 0;
  text-align: center;
}
.calculation-results .recomended-plans h3 a {
  text-decoration: underline;
  white-space: nowrap;
}

.calculation-results .contact-info {
  text-align: center;
  padding-top: 50px;
}
.calculation-results .contact-info h2 {
  color: #fff;
  margin-bottom: 20px;
}

@media(min-width: 768px) {
  .calculation-results .result-box {
    padding: 60px 40px;
  }
}
@media(min-width: 992px) {
  .calculation-results .result-box .row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
  }
  .calculation-results .result-box .column {
    padding: 0 15px;
    margin: 0;
    width: 33.33%;
  }
  .calculation-results .result-box .result {
    padding: 15px 0;
  }
  .calculation-results .result-box .result::after {
    top: 0;
    bottom: 0;
    left: auto;
    right: -15px;
    width: 1px;
    height: auto;
  }
  .calculation-results .annual-savings {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0 0;
    padding: 30px; 
    text-align: left;
  }
  .calculation-results .annual-savings .savings {
    text-align: right;
  }
  .calculation-results .recomended-plans {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 50px 20px;
    text-align: left;
  }
  .calculation-results .recomended-plans h3 {
    width: 70%;
    margin: 0;
  }
  .calculation-results .recomended-plans .button-holder {
    width: 30%;
    text-align: right;
  }
  .calculation-results .contact-info {
    display: flex;
    flex-flow: row wrap;
    text-align: left;
    margin: 0 auto;
    align-items: center;
    max-width: 980px;
  }
  .calculation-results .contact-info h2 {
    width: 70%;
    text-align: left;
    padding-right: 20px;
    margin: 0;
  }
  .calculation-results .contact-info .button-holder {
    width: 30%;
  }
}
@media(min-width: 1200px) {
  .calculation-results .result-box {
    padding: 60px;
  }
}
.cta-calculator {
  background-color: var(--primary-color);
  padding: 50px 0;
  text-align: center;
}
.cta-calculator .container {
  max-width: 1080px; 
}
.cta-calculator .column:not(:last-child) {
  margin-bottom: 30px;
}
.cta-calculator h2 {
  color: var(--white-color);
}
h2 span::after, .h2 span::after {
  background-color: var(--blue-color);
}
.cta-calculator .image-holder {
  max-width: 300px;
  margin: 0 auto;
}

@media(min-width: 768px) {
  .cta-calculator {
    padding: 70px 0;
  }
}
@media(min-width: 992px) {
  .cta-calculator {
    padding: 90px 0;
    text-align: left;
  }
  .cta-calculator .row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .cta-calculator .column {
    padding: 0 15px;
  }
  .cta-calculator .column:nth-child(1) {
    width: 70%;
  }
  .cta-calculator .column:nth-child(2) {
    width: 30%;
  }
}
@media(min-width: 1200px) {
  .cta-calculator {
    padding: 100px 0;
  }
}
.solve-challenges .container {
  max-width: 1220px;
}
.solve-challenges .holder {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 50px 20px 20px;
}
.solve-challenges h2 {
  color: #4e4e4e;
  max-width: 850px;
  margin-bottom: 40px;
}
.solve-challenges .row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.solve-challenges .column {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
}
.solve-challenges .content-holder {
  background-color: #fff;
  border-radius: 20px;
  padding: 48px 36px 45px;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
.solve-challenges .content-holder .content {
  position: relative;
  padding-bottom: 31px;
  margin-bottom: 31px;
}
.solve-challenges .content-holder .content:last-child {
  padding: 0;
  margin: 0;
}
.solve-challenges .content-holder .content:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--primary-color)
}
.solve-challenges .content-holder .content h3 {
  color: #4e4e4e;
}
.solve-challenges .image-holder {
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}


@media(min-width: 768px) {
  .solve-challenges h2 {
    margin-bottom: 50px;
  }
  .solve-challenges .holder {
    padding: 60px 40px;
  }
}
@media(min-width: 992px) {
  .solve-challenges h2 {
    margin-bottom: 48px;
  }
  .solve-challenges .holder {
    padding: 70px 50px 20px;
  }
  .solve-challenges .content-holder {
    padding: 45px 30px;
  }
  .solve-challenges .column {
    margin-bottom: 50px;
    width: 50%;
  }
}
@media(min-width: 1200px) {
  .solve-challenges .column {
    margin-bottom: 60px;
  }
  .solve-challenges .holder {
    padding: 90px 77px 30px;
  }
  .solve-challenges .content-holder {
    padding: 59px 37px;
  }
}
.cta-tms {
  padding: 50px 0;
  text-align: center;
}
.cta-tms .holder {
  background-color: #485463;
  border-radius: 25px;
  padding: 45px 20px;
}
.cta-tms .column:not(:last-child) {
  margin-bottom: 30px;
}
.cta-tms h2 {
  color: var(--white-color);
  margin-bottom: 10px;
}
h2 span, .h2 span {
  white-space: normal;
}
h2 span::after, .h2 span::after {
  display: none;
}
.cta-tms .short-text {
  color: var(--white-color);
  margin-bottom: 30px;
}
.cta-tms .image-holder {
  max-width: 300px;
  margin: 0 auto;
}

@media(min-width: 768px) {
  .cta-tms {
    padding: 70px 0 30px;
  }
  h2 span, .h2 span {
    white-space: nowrap;
  }
  h2 span::after, .h2 span::after {
    background-color: var(--blue-color);
    display: block;
  }
}
@media(min-width: 992px) {
  .cta-tms {
    padding: 100px 0 20px;
    text-align: left;
  }
  .cta-tms .row {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .cta-tms .column {
    padding: 0 15px;
  }
  .cta-tms .column:nth-child(1) {
    width: 65%;
  }
  .cta-tms .column:nth-child(2) {
    width: 35%;
  }
  .cta-tms .image-holder {
    max-width: 100%;
    margin: -100px 0 0 0;
  }
  .cta-tms .short-text {
    font-size: 20px;
  }
}
@media(min-width: 1200px) {
  .cta-tms {
    padding: 120px 0 20px;
  }
  .cta-tms .short-text {
    font-size: 22px;
  }
  .cta-tms .column:nth-child(1) {
    width: 70%;
  }
  .cta-tms .column:nth-child(2) {
    width: 30%;
  }
  .cta-tms .holder {
    padding: 45px;
  }
}
.footer {
  background-color: #485463;
  padding: 50px 0 20px;
}
.footer .row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.footer .column {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 50%;
}
.footer .column:nth-child(1) {
  width: 100%;
  margin-bottom: 50px;
}
.footer .footer_logo {
  max-width: 190px;
  margin-bottom: 20px;
}
.footer h6 {
  font-family: var(--fontfamily-regular), sans-serif;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-links li {
  padding-bottom: 15px;
}
.footer .footer-links li:last-child {
  padding-bottom: 0;
}
.footer .footer-links li a {
  font-family: var(--fontfamily-light), sans-serif;
  color: var(--white-color);
  font-size: 16px;
}
.footer .footer-links li a:hover {
  text-decoration: underline;
}
.footer .subscribe-from form input[type="email"] {
  font-family: var(--fontfamily-light), sans-serif;
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: var(--white-color);
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 2px solid #636363;
  border-radius: 0;
  outline: none;
}
.footer .subscribe-from form input[type="email"]::placeholder {
  color: var(--white-color);
}
.footer .subscribe-from {
  width: 100%;
}
.footer .subscribe-from form .hs-error-msgs {
  position: static;
}
.footer .subscribe-from form .hs-error-msgs li {
  margin: 0.4rem 0 0;
  padding: 0;
}
.footer .subscribe-from form .hs-error-msgs .hs-error-msg {
  font-size: 12px;  
}
.footer .subscribe-from form .hs-button {
  font-size: 14px;
  min-width: auto;
  padding: 8px 16px;
}
.footer .subscribe-from form .submitted-message {
  color: var(--white-color);
}

@media(min-width: 576px) {
  .footer .column:nth-child(1) {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer-logo {
    margin-bottom: 0;
  }
}
@media(min-width: 768px) {
  .footer {
    padding: 60px 0 30px;
  }
  .footer .column {
    width: 33.333%;
  }
  .footer .subscribe-from {
    width: 350px;
  }
}
@media(min-width: 992px) {
  .footer .column {
    width: 20%;
  }
  .footer .subscribe-from {
    width: 500px;
  }
}
@media(min-width: 1200px) {
  .footer {
    padding: 100px 0 70px;
  }
  .footer .column {
    width: 15%;
  }
  .footer .column:nth-child(1) {
    width: 25%;
    display: block;
  }
  .footer .footer-logo {
    margin-bottom: 30px;
  }
  .footer .subscribe-from {
    width: 250px;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover &gt; .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover &gt; .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover &gt; .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover &gt; .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}</pre></body></html>