/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: 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;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.dnd-section > .row-fluid{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:1600px){
  .dnd-section > .row-fluid{
    padding-right: 75px;
    padding-left: 75px; 
  }
}

@media(max-width:576px){
  .dnd-section > .row-fluid {
    padding:0 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.71429;
  letter-spacing: .05em;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  outline:none;
  touch-action: manipulation;
}
a:hover, a:focus {
  text-decoration: none;
  outline:none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.5rem;
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}

img{
  max-width:100%;
}

@media (max-width: 767px) {
  form{
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  border-style: solid;
  border-width: 2px;
  font-size: 14px;
  
  text-decoration: none;
  font-family: 'Poppins';
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: 14px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: 'Poppins';
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
  font-size: 14px;
  font-family: 'arial';
}

.hs-input, input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  border-width:2px;
  border-style:solid;
  box-sizing: border-box;
  margin-bottom:10px;
  font-family: 'arial';
}

input#hs-pwd-widget-password{
  height: 40px !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  display:inline-block;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #000000;
}

.hs-input::-webkit-input-placeholder {
  color: #000000;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

@media (max-width:767px){
  form{
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  /*border: 1px solid #dee2e6;*/
}

th,
td {
  /*padding: 0.75rem;*/
  vertical-align: top;
  border: none !important;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header-wrapper{
  background: #f5f5f5;
  border-top: 4px solid #f5982a;
  padding: 2px;
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.header__container {
  margin: 0 auto;
}

.navbar-brand{
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.9);
}

.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  overflow: visible;
}

.navbar-toggler-icon{
  background-image: url(https://8807910.fs1.hubspotusercontent-na1.net/hubfs/8807910/raw_assets/public/Landing%20Pages%20w%20Orange%20Button/images/download.svg);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.header-top-left-text p{
  font-family: "Poppins";
  margin-left: 1.5rem;
  margin-bottom:0px;
  font-size: 14px;
}

.header-top-right-text{
  flex-basis: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-right: 1.5rem;
}

.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper>ul{
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper>ul>li{
  margin-right: 1.5rem;
  position: relative;
  display:block;
}

.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper>ul>li:nth-child(4){
  margin-right: 45px;
}

.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0.5rem 1rem;
  font-family: "Poppins";
  font-size:14px;
}

.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(0, 0, 0, 0.7);
}
.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper>ul>li:hover>a:hover{
  color: rgba(0, 0, 0, 0.7);
}

.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper>ul>li:first-child>a:after{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .555em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper ul ul{
  padding:0;
  margin:0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 1px 0 0;
  font-size: 14px;
  color: #9b9b9b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper ul li:hover ul{
  display:block;
}

.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper ul ul li a{
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
  font-family: "Poppins";
  font-size:14px;
}
.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper ul ul li a:hover{
  background-color: #f8f9fa;
}

.header-top-right-text .hs_cos_wrapper .hs-menu-wrapper ul ul li a:active{
  background-color: #007bff;
  color:white;
}

.header-inner-wrapper{
  padding: 0;
  background: #595a5c;
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.header-logo-wrapper{
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

.header-logo-wrapper a{
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
}

.header-logo-wrapper a img{
  display: inline-block;
  max-width: 100%;
  height: auto;
  width:120px !important;
  vertical-align: middle;
  border-style: none;
}

.custom-menu-primary .navigation-primary{
  flex-basis: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-right: 1.5rem;
}


.custom-menu-primary .navigation-primary>ul{
  padding:0;
  margin:0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.custom-menu-primary .navigation-primary>ul>li:first-child{
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

.custom-menu-primary .navigation-primary>ul>li:last-child{
  margin-right: 50px;
  margin-left: 0;
}

.custom-menu-primary .navigation-primary>ul>li{
  border-right: 1px solid #dcdcdc;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: block;
  position: relative;
}

.custom-menu-primary .navigation-primary>ul>li>a{
  padding-right: .5rem;
  padding-left: .5rem;
  padding-right: 0;
  padding-left: 0;
  padding: 15px;
  display: block;
  position: relative;
  color: #fff;
  font-size:15px;
}

.custom-menu-primary .navigation-primary i{
  margin-right: 4.3px;
  font-size: 14px;
}

/* .navigation-primary i {
display: block;
float: none;
} */

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-desktop:before {
  content: "\f108";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-handshake-o:before {
  content: "\f2b5";
}


.custom-menu-primary .navigation-primary>ul>li>ul {
  padding:0;
  margin:0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0px 0 0;
  font-size: 14px;
  color: #9b9b9b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  border-top: 0;
}

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

.custom-menu-primary .navigation-primary>ul>li>ul>li{
  position: relative;
  display: block;
}

.custom-menu-primary .navigation-primary>ul>li>ul>li>a{
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
  font-size:14px;
  font-family:"poppins";
  clear:both;
  padding-right:44px;
}

/* .custom-menu-primary .navigation-primary>ul>li>ul>li.has-submenu>a:after{
margin-left: .3em;
float: right;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-top: 0.25rem;
content: "\f054";
font-weight:400;
font-family:FontAwesome;
}  */


.custom-menu-primary .navigation-primary i.fa.fa-chevron-right{
  margin-top: 5px;
  margin-right: 4.3px;
  font-size: 14px;
  float: right;
  margin-right:-20px;
}


.custom-menu-primary .navigation-primary>ul>li>ul>li>ul{
  padding:0;
  margin:0;
  position: absolute;
  z-index: 1000;
  display: none;
  float: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 1px 0 0;
  font-size: 14px;
  color: #9b9b9b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  top: 0;
  left: 100%;
  margin-top: -6px;
}

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

.custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li{
  position: relative;
  display: block;
}

.custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li>a{
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
  font-size:14px;
  font-family:"poppins";
}

.custom-menu-primary .navigation-primary .child-trigger{
  display:none;
}

.rd-navbar-wrap{
  min-height:103px;
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar{
  display: block;
  background: #ffffff;
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar-outer {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.rd-navbar-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 55px 14px 0;
  transition: padding .35s ease-in-out;
  transition: padding .35s ease-in-out;
  padding-right: 0 !important;
}

.rd-navbar-panel{
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #151515;
  background-color: transparent;
  border: none;
  display: none;
}

.rd-navbar-toggle span {
  transform: rotate(180deg);
}

.rd-navbar-toggle span {
  width: 24px;
  height: 3px;
  background-color: #151515;
  backface-visibility: hidden;
  border-radius: 0;
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
}
.rd-navbar-brand {
  display: none;
}

.rd-navbar-brand a {
  display: block;
}

.header-logo-fixed-wrapper a img{
  width: auto;
  height: auto;
  max-width: 140px;
  max-height: 140px;
  display: inline-block;
  vertical-align: middle;
  border-style: none;
}

.rd-navbar-main-element {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  justify-content: flex-end;
  width: 100%;
}



.rd-navbar-main-element .header-menu{
  display:contents;
}

.rd-navbar-main-element .header-menu .custom-menu-primary{
  display:contents;
}

.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper{
  display: flex;
  align-items: center;
}

.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul{
  order: -1;
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li{
  display: inline-block;
  position: relative;
}

.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  color: #151515;
  transition: .25s;
}

.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul{
  padding:0;
  margin:0;
  list-style:none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 1px 0 0;
  font-size: 14px;
  color: #9b9b9b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}




.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li>a{
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li>a:hover{
  background-color: rgba(248,249,250,1.0);
  color: rgba(22,24,27,1.0);
}

.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li>a:active{
  background-color: #007bff;
  color:white;
}

.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>a.active:before {
  opacity: 1;
  transform: none;
  visibility: visible;
}
.custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>a:before {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 0;
  height: 3px;
  width: 100%;
  background: #1f82cc;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all .2s ease;
}

.child-trigger{
  display: inline-block;
}
.child-trigger i {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.555em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.rd-navbar-main-element .laplink-btn-blue{
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
  z-index: 0;
  transition: background .4s, border-color .4s, color .4s;
  overflow: hidden;
  display: inline-block;
  padding: 17px 33px 15px;
  font-size: 14px;
  line-height: 1.34;
  border: 2px solid;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  background: #fff;
  color: #1f82cc;
  outline: none;
  border-radius: 0;
  touch-action: manipulation;
}
.rd-navbar-main-element .laplink-btn-blue:hover{
  color:white;
}

.rd-navbar-main-element .laplink-btn-blue:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  background: #1f82cc;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.42s, opacity 0.42s;
  border-radius: inherit;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}


.rd-navbar-main-element .laplink-btn-bluen:hover{
  color: #fff;
  transition: background .4s .4s, border-color .4s 0s, color .2s 0s;
  position: relative;
  z-index: 0;
  background-color:#1f82cc;
}


.rd-navbar-main-element .laplink-btn-blue:hover:before{
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.rd-navbar-wrap.fixed-header{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color:white;
  z-index: 9999;
  min-height: 83px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.rd-navbar-wrap.fixed-header .rd-navbar-main{
  padding-top: 11px;
  padding-bottom: 11px;
}

.rd-navbar-wrap.fixed-header .header-logo-fixed-wrapper a img{
  width: auto !important;
}

.rd-navbar-wrap.fixed-header .rd-navbar-main-element{
  margin-left: 18px;
}

.rd-navbar-wrap.fixed-header .btn-o{
  background: #f6992c;
  color:white;
}
.rd-navbar-wrap.fixed-header .btn-b{
  background: #1f82cc;
  color:white;
}


/* Overlay Style */

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  visibility:hidden;
  overflow: hidden;
  outline: 0;
  opacity: 0; 
  transition: opacity 0.15s linear; 
  transition: 0.15s linear;
}

.modal.modal_info.active{
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0 !important;
  visibility:visible;
  opacity: 1;
  background: hsla(0, 0%, 0%, 0.5);
}

.modal.modal_info1.popup-open{
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0 !important;
  visibility:visible;
  opacity: 1;
  background: hsla(0, 0%, 0%, 0.5);
}

.modal.modal_info2.popup-open{
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0 !important;
  visibility:visible;
  opacity: 1;
  background: hsla(0, 0%, 0%, 0.5);
}

.modal.modal_info3.popup-open{
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0 !important;
  visibility:visible;
  opacity: 1;
  background: hsla(0, 0%, 0%, 0.5);
}


.modal.modal_info .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.modal_info.active .modal-dialog{
  -webkit-transform: translate(0,-50%);
  transform: translate(0, -50%);
  top: 50%;
}

.modal.modal_info1.popup-open .modal-dialog{
  -webkit-transform: translate(0,-50%);
  transform: translate(0, -50%);
  top: 50%;
}
.modal.modal_info2.popup-open .modal-dialog{
  -webkit-transform: translate(0,-50%);
  transform: translate(0, -50%);
  top: 50%;
}
.modal.modal_info3.popup-open .modal-dialog{
  -webkit-transform: translate(0,-50%);
  transform: translate(0, -50%);
  top: 50%;
}
.modal-dialog {
  max-height: 100vh;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header, .modal-body {
  padding: 15px 30px 30px 30px;
}

.modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-header .close {
  cursor: pointer;
}
.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}


button.close {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}
.text-left {
  text-align: left;
}

.modal-body{
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}


.modal-content form{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: rgb(51, 51, 51);
  width: auto !important;
  margin-left: 0px;
  text-align: left;
  margin-bottom: 0;
}

.modal-content form .hs-firstname{
  position: relative;
  min-height: 2em;
  text-align: left;
  margin: 0;
  padding: 0;
}

.modal-content form label{
  float: left;
  line-height: 1.2em;
  padding-top: 0.3em;
}

.modal-content form input{
  -webkit-appearance: none;
  background-color: #fff;
  line-height: 1.5em;
  color: #000;
  border: 1px solid #aeb0b6;
  padding: 0.2em 0.3em;
  min-height: 1.9em;
  width: 250px;
  height: 26.19px;
  font-size: 1em;
  margin-bottom:0px;
}

.modal-content  form::-webkit-input-placeholder { /* Edge */
  color: #000;
}

.modal-content  form:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.modal-content  form::placeholder {
  color: #000;
}

.modal-content  form .hs-button{
  cursor: pointer;
  margin: 0;
  color: #fff;
  background: #fff;
  border: 1px solid #F9B872;
  padding: 0.4em 1em;
  font-size: 1em;
  box-shadow: 0px 0px 10px 2px #FDEEA6;
  background-color: #F49F6C;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F49F6C), to(#EC802F));
  background-image: -webkit-linear-gradient(top, #F49F6C, #EC802F);
  background-image: -moz-linear-gradient(top, #F49F6C, #EC802F);
  background-image: linear-gradient(to bottom, #F49F6C, #EC802F);
  width:auto;
  height: 34.28px;
}

.modal-content form .hs-form-field{
  margin-bottom:10px;
}

.modal-content form select{
  background-color: #fff;
  line-height: 1.5em;
  color: #000;
  border: 1px solid #aeb0b6;
  padding: .2em .3em;
  min-height: 1.9em;
  width: 250px;
  height: 26.19px;
  font-size: 1em;
  margin-bottom: 0px;
}


.modal-content form .hs-input[type=checkbox]{
  display: block;
  content: "";
  position: absolute;
  width: 1em !important;
  min-height: 1em;
  height: 1em;
  margin-left: -1.5em;
  line-height: 1em;
  font-family: Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #aeb0b6;
  box-shadow: 0px 0px 10px 2px #afd5f7;
  background-color: #fff;
}

.hs_i_d_like_to_know_more_about_.hs-i_d_like_to_know_more_about_.hs-fieldtype-checkbox.field.hs-form-field label{
  float: none;
  line-height: 1.2em;
  padding-top: .3em;
  margin-left: 1.5em;
  margin-top: 0.1em;
  display: block;
  min-height: 12px;
}

.hs_i_d_like_to_know_more_about_.hs-i_d_like_to_know_more_about_.hs-fieldtype-checkbox.field.hs-form-field label span{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
}

.hs_additional_comments_.hs-additional_comments_.hs-fieldtype-textarea.field.hs-form-field label{
  margin-bottom:15px;
  margin-top:15px;
  float:none;
}

.hs_additional_comments_.hs-additional_comments_.hs-fieldtype-textarea.field.hs-form-field label span{
  font-family: arial;
  font-size: 13px;
  margin-bottom: 10px;
}

.modal-content form textarea{
  -webkit-appearance: none;
  background-color: #fff;
  line-height: 1.5em;
  color: #000;
  border: 1px solid #aeb0b6;
  padding: 0.2em 0.3em;
  /* box-shadow: 0px 0px 10px 2px #afd5f7; */
  min-height: 1.9em;
  height: 5.8em;
  font-size: 1em;
  width:260px;
}

.modal-content form .hs-richtext p{
  margin-bottom:0px;
}
.modal-content form .hs-richtext p span{
  font-family: arial;
  font-size: 13px;
  line-height: 1.71429;
}


/*  End  */




@media (min-width:576px){
  .header-wrapper{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .navbar-toggler {
    display: none;
  }

  .header-top-right-text{
    display: -webkit-box;
    display: flex;
    flex-basis: auto;
  }

  .header-top-right-text .hs_cos_wrapper .hs-menu-wrapper>ul{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .header-top-right-text .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
    color: rgba(0, 0, 0, 0.5);
    display: block;
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .header-inner-wrapper{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
  }
  .custom-menu-primary .navigation-primary{
    display: -webkit-box;
    display: flex;
    flex-basis: auto;
  }

  .custom-menu-primary .navigation-primary>ul{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .custom-menu-primary .navigation-primary>ul>li>a{
    padding: 15px;
    display: block;
    position: relative;
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .modal-dialog {
    margin: 0 auto;
  }
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-content {
    margin: 15px 0;
  }
}


@media (min-width:992px){
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li:hover>ul{
    display:block;
  }
  .header_group.lp .header-logo-fixed-wrapper a img {
    margin-top: 6px;
    margin-bottom: 6px;
}
}

@media (min-width: 1200px){
  .rd-navbar-main {
    padding-right: 68px;
    /*padding-top: 24px;
    padding-bottom: 20px;*/
  }

  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li:first-child{
    margin-left: 0px;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li{
    margin-left: 38px;
  }
  .rd-navbar-main-element .laplink-btn-blue{
    margin-left: 39px;
  }
}

@media (min-width:1400px){
  .rd-navbar-main {
    /*padding-top: 30px;
    padding-bottom: 26px;*/
  }
  .header-logo-fixed-wrapper a img{
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border-style: none;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li{
    margin-left: 42px;
  }
  .rd-navbar-main-element .laplink-btn-blue{
    margin-left: 46px;
  }
}

@media (min-width:1600px){
  .rd-navbar-wrap{
    min-height: 90px;
  }
  .rd-navbar-outer{
    padding-left: 75px;
    padding-right: 75px
  }
}

@media (min-width: 1937px){
  .rd-navbar-main {
    padding-right: 0;
  }
}

@media (max-width: 1937px) and (min-width: 1600px){
  .rd-navbar-main {
    position:relative;
  }
}

@media (max-width:1600px){
  .rd-navbar-main-element {
    margin-right: 60px;
  }
}

@media (max-width:1399px){

}

@media (max-width:1199px){
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
    padding:0 5px;
  }
  .rd-navbar-main-element .laplink-btn-blue{
    margin:0 5px;
    padding: 17px 11px 15px;
  }
  .custom-menu-primary .navigation-primary>ul>li>a{
    text-align:center;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
    font-size: 11px;
  }
  .rd-navbar-wrap.fixed-header{
    min-height:56px;
  }
}


@media (max-width:991px){
  .rd-navbar-panel {
    color: #151515;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1030;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 4px;
  }
  .rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #151515;
    background-color: transparent;
    border: none;
  }
  .rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
    transform-origin: 1.71429px center;
  }
  .rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
    width: 24px;
    height: 3px;
    background-color: #151515;
    backface-visibility: hidden;
    border-radius: 0;
  }
  .rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    transition: .3s all ease;
  }
  .rd-navbar-toggle span:after {
    top: 10px;
  }
  .mobile-menu-open .header-menu{
    transform: translateX(0);
    transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
  } 

  .header-menu{
    position: fixed;
    left: 0;
    top: -56px;
    bottom: -56px;
    z-index: 1029;
    width: 270px;
    padding: 140px 0 81px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    line-height: 34px;
    transform: translateX(-110%);
    color: #ffffff;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
  .rd-navbar-wrap{
    min-height:0;
  }
  .mobile-menu-open .rd-navbar-toggle span {
    transform: rotate(360deg);
  }
  .mobile-menu-open .rd-navbar-toggle span:after, .mobile-menu-open .rd-navbar-toggle span:before{
    top: 0;
    width: 15px;
  }
  .mobile-menu-open .rd-navbar-toggle span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
  }
  .mobile-menu-open .rd-navbar-toggle span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
  }
  .rd-navbar-main-element{
    position: absolute;
    float: left;
    display:block;
  }
  .rd-navbar-main-element .header-menu {
    display: inherit; 
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul{
    display: block;
    padding-top: 20px;
    margin: 30px 0 4px;
    height: auto;
    text-align: left;
    border-top: 1px solid #e1e1e1;
    order:0;
  }

  .custom-menu-primary .navigation-primary>ul>li{
    line-height: inherit;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li{
    text-align: left;
    display: block;
  }

  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
    display: block;
    padding: 9px 56px 9px 18px;
    width: 100%;
    line-height: 34px;
    font-size:14px;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper{
    display:block;
  }
  .rd-navbar-main-element .laplink-btn-blue{
    margin: 0 0 4px 0;
  }
  .rd-navbar-toggle:hover, .rd-navbar-toggle:focus{
    outline:none;
  }
  .custom-menu-primary .navigation-primary>ul>li>a{
    text-align:center;
  }

  .header-logo-wrapper a img{
    width:100% !important;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li:first-child{
    margin-top:0px;
  }

  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li{
    margin-top:4px;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>a{
    letter-spacing: .05em;
  }
  .rd-navbar-main-element .laplink-btn-blue{
    padding:17px 33px 15px;
  }
  .child-trigger {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 9999;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color:black;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .555em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .child-trigger i {
    opacity:0;
  }
  .header-logo-fixed-wrapper{
    position: relative;
    margin-left: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    font-size: 22px;
    line-height: 46px;
  }

  .rd-navbar-wrap.fixed-header .header-logo-fixed-wrapper a img{
    width: auto !important;
    max-width: 120px;
    max-height: 58px;
    width: auto;
    height: auto
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul{
    position: relative;
    width: 100%;
    z-index: 99;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li>a{
    line-height:32px;
  }
  .header-logo-fixed-wrapper a img {
    width: auto !important;
    max-width: 120px;
    max-height: 58px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .rd-navbar-wrap.fixed-header .header-logo-fixed-wrapper a img {
    opacity: 1;
  }
  .header-menu {
    transition: .35s all cubic-bezier(0.65,0.05,0.36,1);
  }
  .navigation-primary i {
    display: block;
    float: none;
  }
  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul{
    float: none;
  }

  .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li:hover>a {
    color: #fff !important;
    background: #6689ff !important;
  }
.header_group.lp .header-height img.hs-image-widget {
    margin-left: 48px;
}
  .header_group.lp .header-logo-wrapper a img {
    width: auto !important;
    margin-top: 4px;
}
}


@media (max-width:906px){
  .custom-menu-primary .navigation-primary>ul>li>a{
    font-size:11px;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li>a{
    font-size:11px;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li>a{
    font-size:11px;
  }
}

@media(max-width:767px){
  .header-top-right-text{
    display:none;
  }
}

@media (max-width:748px){
  .custom-menu-primary .navigation-primary>ul>li>a{
    padding-right: .25rem;
    padding-left: .25rem;
  }
}


@media (max-width:584px){
  .rd-navbar-wrap.fixed-header{
    min-height:56px;
  }
}

@media (max-width:576px){
  .header-top-right-text, .header-inner-wrapper{
    display:none;
  }
  .rd-navbar-wrap.fixed-header{
    min-height:56px;
  }
  .header-logo-fixed-wrapper a img {
    max-width: 120px;
    max-height: 58px;
    width: auto;
    height: auto;
  }
  .footer-col-6{
    text-align:center;
  }
  .header-logo-fixed-wrapper a img {
    opacity: 1;
  }
  .header-top-left-text {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.footer__container {
  margin: 0 auto;
}


.footer-wrapper{
  background-color: #f4f4f4; 
  padding-left: 15px;
  padding-right: 15px;
  background-size: cover;
  background-position: center center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.footer-minimal-bottom-panel{
  border-top: 1px solid #e1e1e1;
  padding: 35px 0;
  width: 100%;
}

.footer-row{
  margin-bottom: -10px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-col-6{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.padding-right-120{
  padding-right: 120px; 
}

.footer-menu-wrapper .hs_cos_wrapper>ul{
  list-style:none;
  padding:0;
  margin:0;
  margin-bottom:10px;
  line-height: 1.71429;
  font-size: 12px;
}


.footer-menu-wrapper .hs_cos_wrapper>ul>li{
  display:inline-block;
  letter-spacing: .025em;
  font-weight: 500;
  color: #9b9b9b;
  font-size: 12px;
  margin-bottom:0px;
  line-height:initial;
}

.footer-menu-wrapper .hs_cos_wrapper>ul>li>a{
  transition: all 0.3s ease-in-out;
  letter-spacing: .025em;
  font-weight: 500;
  font-size: 12px;
  color: #9b9b9b;
  line-height: 1.71429;
}

.social-icon-wrapper .hs_cos_wrapper>ul{
  list-style-type:none;
  padding:0;
  margin:0;
  margin-bottom: 10px;
}

.social-icon-wrapper .hs_cos_wrapper>ul>li{
  display:inline-block;
}

.social-icon-wrapper .hs_cos_wrapper>ul>li>a{
  transition: all 0.3s ease-in-out;
}

.social-icon-wrapper .hs_cos_wrapper>ul>li>a img{
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.back-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  background: #6689ff;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: .45s all ease-in-out;
  padding-top: 0;
  line-height: 40px !important;
}

.back-to-top:hover {
  color:white;
  background-color:#000000;
}

.fa-angle-up:before {
  content: "\f106";
  font-weight: 400;
  font-family: 'FontAwesome';
}

@media (min-width: 576px){
  .footer-minimal-bottom-panel{
    text-align: left;
  } 
  .footer-row{
    -webkit-box-align: center;
    align-items: center;
  }

  .footer-col-6{
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
}


@media (min-width:768px){
  .footer-col-6{
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .social-icon-wrapper{
    text-align: right;
  }
  .back-to-top {
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    right: 30px;
    bottom: 80px;
  }
}


@media (min-width:1600px){
  .footer{
    /*padding-left: 75px;
    padding-right: 75px;*/
  }
  .footer-minimal-bottom-panel{
    max-width: 1770px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px){
  .footer-menu-wrapper .hs_cos_wrapper>ul>li{
    display: inline;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


@media (max-width:500px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
    overflow-y: hidden;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 6rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding:60px 10px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: auto !important;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

p.header{
  background-color:transparent;
}

form#email-prefs-form h1,
.systems-page h1 {
  font-size: 28px;
}
form#email-prefs-form h2,
.systems-page h2 {
  font-size: 21px;
}
.systems-page h3 {
  font-size: 22px;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* .body-wrapper.hs-content-id-41265503077.hs-landing-page.hs-page {
    font-family: Poppins,Helvetica,Arial,Lucida,sans-serif !important;
}
 */
 

@font-face {
    font-family: 'OpenSansRegular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://8807910.fs1.hubspotusercontent-na1.net/hubfs/8807910/raw_assets/public/Laplink_January2021/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('OpenSans-Regular-webfont.ttf') format('truetype'),
         url('OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

} 

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('OpenSans-Semibold-webfont.eot');
    src: url('OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://8807910.fs1.hubspotusercontent-na1.net/hubfs/8807910/raw_assets/public/Laplink_January2021/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
 
@font-face {
    font-family: 'OpenSansBold';
    src: url('OpenSans-Bold-webfont.eot');
    src: url('OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://8807910.fs1.hubspotusercontent-na1.net/hubfs/8807910/raw_assets/public/Laplink_January2021/fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('OpenSans-Bold-webfont.ttf') format('truetype'),
         url('OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* 9-03-2023 */
body .hs-content-id-65355550557 .row-number-3 .cell_1646690681794-background-color {
	height: auto;
	padding: 29px !important;
}
#hs_cos_wrapper_widget_1646690681288 input[type="submit"] {
	margin-top: 10px;
}
  


/* 18-05-2022 by Bharat*/
.unbranded-css-rules:hover {
    background-color: #F79821 !important;
    color: #fff !important;
}
.hs-content-id-50001013520 .row-number-16  .span3 {
    display: block !important;padding:0 !important;
}

.hs-content-id-50001013520 .row-number-16 .span3 .box.sb {
    height: 239px!important;
}
.hs-content-id-50001013520 .sb:after {
    border-color: #fff #fff transparent transparent;
    right: 19px !important;
    bottom: -22px !important;
}
.unbranded-css-rules {
  margin-left:12px;
}
.hs-content-id-65355550557 .row-number-3 .span5.widget-span {
    max-width: 558px;
    margin: 0 auto;
}
.hs-content-id-52158931374 .row-number-33 .row-fluid .span3,.hs-content-id-56729949470 .row-number-36 .row-fluid .span3,.hs-content-id-56740411193 .row-number-36 .row-fluid .span3 {
  display:block !important;
}
  .box.sb {
    height: 185px !important;
}
  .box.sb p {
    line-height: 20px;
}
span.custom-text-align {
    vertical-align: middle !important;
}
a#hs-button_widget_1652857732582 img {
    vertical-align: middle !important;
}
.hs-content-id-52158931109 .row-number-33 .row-fluid .span3,.hs-content-id-50665099137  .row-number-41 .row-fluid .span3 {
    display: block !important;
}
.tableSectionWithCTA ul {
    margin: 0;
    padding: 0;
}
.hs-content-id-72544892811 .rd-navbar-main.clearfix {
    max-width: none !important;
}
.forFree p {
    font-size: 17px!important;
    margin: 0;
    line-height: 24px!important;
    max-width: 340px;
    margin: 0 auto 6px;
}
.digitalDoenload h2 {
    line-height: 25px;
}
.tableSection {
    margin: 37px 0;
}
.downloadNow {
    padding: 6px 23px !important;
    max-width: 500px !important;
    width: 100% !important;
    margin: 10px 0;
}
.orderwithamazon img {
    vertical-align: middle;
}
.forFree {
    text-align: center;
}
.forFree {
    text-align: center;
}
.hs-content-id-65355550557 .row-number-7 .field {
    margin-bottom: 4px;
}
.hs-content-id-53265591699 .row-number-34 .row-fluid .span3 {
    display: block !important;
}
.forFree h1 {
    color: #fff !important;font-size:30px !important;line-height:30px;
}
  .forFree p {
    color: #fff !important;font-size: 20px;
}
.tableSectionWithCTA ul li p {
    font-size: 14px;
    max-width: 400px;
    margin: 0;
    line-height: normal;
}
ul.order-with-ul li a {
    margin: -12px 0 0 0 !important;
}
.tableSectionWithCTA ul li {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 19px;
    margin: 6px 0 !important;
}
.tableSectionWithCTA li a {
    padding: 14px 0 !important;
    max-width: 328px !important;
    width: 100% !important;
    line-height: normal !important;
    font-size: 17px !important;
    display: block !important;
}
  .form_text p {
    color: #fff;
}
  .bigSizeHeading h2 span {
    font-size: 200px;color:#1778b5;
    color: #1778b5;
    line-height: 100px;
    width: 100%;
    font-weight: 700;
}
.hs-content-id-50665099137 .hs-button {
    border: 0 !important;
}

.hs-content-id-65355550557 .row-number-3 .cell_1646690681794-background-color  {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: start !important;
    height: 460px;
    padding: 29px 0 0 !important;
    vertical-align: middle;
    margin-top: 63px;
}
.span3.widget-span.widget-type-cell.cell_16528108499982-vertical-alignment.dnd-column:hover, .span3.widget-span.widget-type-cell.dnd-column.cell_1652992669168-vertical-alignment:hover, .span3.widget-span.widget-type-cell.cell_1652992796131-vertical-alignment.dnd-column:hover, .span3.widget-span.widget-type-cell.cell_1652811068205-vertical-alignment.dnd-column:hover{ background-color:#fff !important }

/* End */
  
.hs-ll-button {
  background-color: #faa644;
  border-color: #faa644;
  border-radius: 0px;
  border-width: 2px;
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-ll-button:hover, .hs-ll-button:focus {
  background-color: #faa644;
  border-color: #faa644;
  color: #fff;
}

.hs-ll-button-2 {
  background-color: #fff;
  border: 2px solid #faa644;
  border-radius: 0px;
  color: #faa644;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-ll-button-2:hover, .hs-ll-button-2:focus {
  background-color: #faa644;
  border-color: #faa644;
  color: #fff;
}

h3.title_3 {
  margin-bottom: 0 !important;
  line-height: 1;
}

h2.title_2 {
  margin-bottom: 0 !important;
  line-height: 1;
}
.hs-content-id-50665099137 .rd-navbar-main{
  max-width:1580px !important;
}
.rd-navbar-main-element .laplink-btn-orange:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  background: #f6992c;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.42s, opacity 0.42s;
  border-radius: inherit;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.rd-navbar-main-element .laplink-btn-orange {
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
  z-index: 0;
  transition: background .4s, border-color .4s, color .4s;
  overflow: hidden;
  display: inline-block;
  padding: 17px 33px 15px;
  font-size: 14px;
  line-height: 1.34;
  border: 2px solid;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  background: #fff;
  color: #f6992c;
  outline: none;
  border-radius: 0;
  touch-action: manipulation;
}
.rd-navbar-main-element .laplink-btn-orange:hover{
  color:white;
}
.rd-navbar-main-element .laplink-btn-orange:hover:before{
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
@media(max-width:1410px){
   .hs-content-id-56740411193 .row-number-24 .row-fluid {
    display: block !important;
}
    .hs-content-id-56740411193 .row-number-29 h3 {
    font-size: 20px !important;
}
.hs-content-id-56740411193 .row-number-29 h2 span {
    font-size: 140px !important;
}
.hs-content-id-56740411193 .row-number-13 table {
    width: 100% !important;
}
  .box.sb p {
    line-height: 18px;
    font-size: 13px;
}
}
@media(max-width:1367px){

  .hs-content-id-52063230213 .box.sb p {
    line-height: 19px;
}
.hs-content-id-52063230213 .box {
    height: 236px;
}

  .hs-content-id-50665099137  h1#pcmover-business {
    line-height: 30px;
}
   .hs-content-id-50665099137 .row-number-9  .row-fluid {
    display: block !important;
}
  .hs-content-id-50665099137 .row-number-18 h3 span {
    display: block;
}
.hs-content-id-50665099137 .row-number-34 h3 span {
    font-size: 20px;
}
.hs-content-id-50665099137 .row-number-34 h2 span {
    font-size: 100px !important;
}
  .hs-content-id-53265591699 .row-number-27 h2 span {
    font-size: 120px !important;
}
.hs-content-id-53265591699 .row-number-27 h3 {
    font-size: 20px !important;
}
.hs-content-id-53265591699 .row-number-5 h2#pcmover-business {
    line-height: 36px;
}

.hs-content-id-53265591699 .row-number-5 h2#pcmover-business span {
    font-size: 31px !important;
}
.hs-content-id-53265591699 .row-number-17 table {
    width: 100% !important;
}
.hs-content-id-53265591699 .row-number-22  .row-fluid {
    display: block !important;
}
.hs-content-id-53265591699 .row-number-28 .span3 {
    width: 100% !important;
    margin-left: 0 !important;
}
.hs-content-id-53265591699 .row-number-28 .span3 img {
    width: 100% !important;
}
.hs-content-id-53265591699 .row-number-13 h3 span {
    display: block !important;
    font-size: 15px;
}
.hs-content-id-53265591699 .rd-navbar-main {
    padding-right: 68px;
    margin-left: 0 !important;
}
}

@media(max-width:1550px){
 .rd-navbar-wrap.fixed-header {
    padding: 0 20px;
} 
}
@media (min-width:1400px){
  .hs-content-id-50665099137 .rd-navbar-main-element .laplink-btn-orange{
    margin-left: 46px;
  }
}




@media(max-width:1280px){
     .hs-content-id-56740411193 .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper>ul>li {
    margin-left: 23px;
}
   .hs-content-id-56740411193 .row-number-21 h3 span {
    display: block !important;
}
  .hs-content-id-52158931374 .row-number-14 .row-fluid td span,.hs-content-id-52158931374 .row-number-14 .row-fluid td {
    font-size: 15px !important;
    margin-bottom: 20px !important;
}
  a#cta_button_8807910_1f59b24a-dc7e-48eb-b367-5936cad7ca21,a#cta_button_8807910_6e29480d-36c7-4ce6-add3-b40003d2b3df {

    padding: 15px 35px;  
    line-height: normal;
    border: none;
}
  .row-number-11  h3 span {
    display: block;
}
  .hs-content-id-52158931374 .row-number-26 h2 span {
    font-size: 120px !important;
}

.hs-content-id-52158931374 .row-number-26 h3 {
    font-size: 17px !important;
}
  .hs-content-id-50665099137  .row-number-9 .row-fluid .span12,.hs-content-id-50665099137  .row-number-9 .row-fluid .span6 {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}
  .hs-content-id-50665099137 .hs-button {
    border: 0!important;
    width: 100% !important;
}

.hs-content-id-50665099137 .row-number-30  .row-fluid {
    display: block !important;
}
  .hs-content-id-50665099137 .row-number-29 h2 span {
    font-size: 26px;
}
  .hs-content-id-52158931109 .row-number-11  h3 span {
    display: block;
}
.hs-content-id-52158931109 .row-number-4 h2 {
    line-height: 49px;
}

.hs-content-id-52158931109 .row-number-4 h2#pcmover-business span {
    font-size: 40px !important;
}
.hs-content-id-52158931109 .row-number-16 table {
    width: 100% !important;
}
.hs-content-id-52158931109 .row-number-26 h3 {
    font-size: 20px !important;
}
.hs-content-id-56729949470 table {
    width: 100% !important;
}
  .hs-content-id-72544892811 .row-number-26 p {
    font-size: 13px !important;
    line-height: normal;
}
.hs-content-id-72544892811 .row-number-26 h4,.hs-content-id-72544892811 .row-number-26 h3 {
    font-size: 17px !important;
    line-height: normal;
}
.hs-content-id-72544892811 .row-number-50 h3 {
    font-size: 19px !important;
}
.hs-content-id-72544892811 .row-number-24 h1 {
    font-size: 20px !important;
}
  .hs-content-id-50665099137 .dnd_area-column-2-row-2-vertical-alignment > .row-fluid {
    display: block !important;
    text-align: left !important;
}
.hs-content-id-50665099137 .row-number-5  h1#pcmover-business {
    font-size: 20px !important;
}
.hs-content-id-50665099137 .row-number-5 .span6 {
    width: 100%;
    display: block !important;
}
}
@media (min-width: 1200px){
  .rd-navbar-main-element .laplink-btn-orange{
    margin-left: 39px;
  }
}
@media(max-width:1180px){
  .four-sections-call h3 span{
    display: block;
}
  .hs-content-id-52158931374 .row-number-7 .row-fluid .span6 {
    width: 100% !important;
    margin: 0 !important;
}
 .hs-content-id-52158931374 .row-number-7 .row-fluid {
    display: block !important;
}
     .hs-content-id-56729949470 .row-number-18 h3 {
    font-size: 20px !important;
    line-height: normal !important;
    margin-top: 15px;
}
  .hs-content-id-56729949470 .row-number-21 span {
    font-size: 12px !important;
    line-height: normal;
}
.hs-content-id-56729949470 .row-number-21 h3 span {

    line-height: normal;
    display: block;
}
.hs-content-id-56729949470 .row-number-28 h3 {
    font-size: 20px !important;
}
.hs-content-id-56729949470 .row-number-22 h2 {
    font-size: 26px;
}
}
@media(max-width:1024px){
  .hs-content-id-50001013520  .row-number-13 h2 span {
    font-size: 200px !important;
}
.hs-content-id-50001013520  .row-number-13 h3 {
    font-size: 18px !important;
}
  .hs-content-id-52063230213 .row-number-17 td span {
    font-size: 17px !important;
}
.hs-content-id-52063230213 .row-number-17 table,.hs-content-id-52063230213 .row-number-17 tr,.hs-content-id-52063230213 .row-number-17 td {
    height: 100% !important;
    width: 100% !important;
}
.hs-content-id-52063230213 .row-number-20 .row-fluid {
    display: block !important;
}
.hs-content-id-52063230213 .row-number-20 .row-fluid .span8, .row-number-20 .row-fluid .span4 {
    width: 100% !important;
}
.hs-content-id-52063230213 .row-number-32 .row-fluid {
    display: block !important;
}

.hs-content-id-52063230213 .row-number-32 .row-fluid .span3 {
    display: block !important;
    width: 50% !important;
    margin: 0;
}
.hs-content-id-52063230213 .box {
    height: 128px;
}
 .hs-content-id-56729949470 table {
    width: 100% !important;
}
  .hs-content-id-56729949470 .row-number-28 h3 {
    font-size: 17px!important;
}
  .hs-content-id-56729949470  .row-number-28 h2 span {
    font-size: 124px !important;
}
  .hs-content-id-65355550557 .row-number-3 .cell_1646690681794-background-color {
height: auto;
    margin-top: 0;
    box-sizing: border-box;
    margin-left: 0 !important;
}
  .hs-content-id-65355550557  .cell_16245774830562-row-1-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: block !important;
    flex-direction: row;
}
.hs-content-id-65355550557  .row-fluid .span3 {
    width: 47%;

}
.hs-content-id-65355550557 .row-number-25 div {
    width: 100% !important;
    height: auto !important;
}
.leftPc_mover h3 {
    line-height: 27px;
    font-weight: 700;
    margin-bottom: 13px;
    font-size: 22px;
}
.hs-content-id-65355550557 .row-number-3 .row-fluid .widget-span {
    width: 100% !important;
    display: block !important;
}
.hs-content-id-65355550557 .row-number-3 .row-fluid {
    display: block !important;
}
.hs-content-id-65355550557 .span5.widget-span.widget-type-cell {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

form#hsForm_fb39f925-e556-44ea-a490-6b90e583c639_767 {
    width: 100%;
    max-width: 100%;
}
.hs-content-id-65355550557 div#hs_cos_wrapper_widget_1656478276271 {
    text-align: center;
}
  .hs-content-id-65355550557 .row-number-7 form{
    width:100% !important; max-width:100% !important;
  }

  .hs-content-id-65355550557 .row-number-7 fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}
}

@media(max-width:991px)
{
  .row-number-16 table {
    width: 100% !important;
    height: 100% !important;
    margin: 35px 0 0 !important;
}
  .hs-content-id-53265591699 .row-number-14 table td {
    width: 100% !important;
    display: block !important;
}
  .hs-content-id-53265591699 .row-number-21 .row-fluid {
    display: block !important;
}
  .hs-content-id-53265591699 .row-number-21 .row-fluid .span8, .hs-content-id-53265591699 .row-number-21 .row-fluid .span4 {
    width: 100% !important;
    margin: 0 !important;
}

  .hs-content-id-52158931109 .rd-navbar-toggle, .hs-content-id-52158931374  .rd-navbar-toggle,.hs-content-id-56740411193 .rd-navbar-toggle, .hs-content-id-50001013520 .rd-navbar-toggle ,.hs-content-id-53265591699  .rd-navbar-toggle {

    position: relative;
}
.hs-content-id-52158931109 .rd-navbar-toggle:after , .hs-content-id-52158931374 .rd-navbar-toggle:after, .hs-content-id-56740411193 .rd-navbar-toggle:after, .hs-content-id-50001013520 .rd-navbar-toggle:after,.hs-content-id-53265591699 .rd-navbar-toggle:after  {
    content: "";
    width: 29px;
    height: 16px;
    position: absolute;
    left: 9px;
    top: 14px;
    border-bottom: 4px medium medium;
    border-bottom: 3px solid #000;
    border-top: 3px solid #000;
}
  .hs-content-id-52158931374 .row-number-33 .row-fluid {
    display: block !important;
}
.hs-content-id-52158931374 .row-number-33 .row-fluid .span3 {
    width: 100%;
    margin: 0;
}
 .hs-content-id-52158931374 .row-number-21  .row-fluid {
    display: block !important;
}
.hs-content-id-52158931374 .row-number-21 .row-fluid .span8,.hs-content-id-52158931374 .row-number-21 .row-fluid .span4 {
    width: 100%;
}
 
.hs-content-id-52158931374 .row-number-4 h2 {
    line-height: 30px !important;
}
.hs-content-id-52158931374 .row-number-4 h2 span {
    font-size: 28px !important;
}
    .hs-content-id-52158931374 .row-number-13 .row-fluid .span7,   .hs-content-id-52158931374 .row-number-13 .row-fluid .span5 {
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 0 !important;
}

  .hs-content-id-52158931374 .row-number-13 .row-fluid {
    display: block !important;
}
  .hs-content-id-52158931374 .row-number-3 {
    background-size: 100% 100% !important;
}
  .hs-content-id-52158931109 .row-number-7 .row-fluid .span6 {
    width: 100%;margin-left:0;
}
.hs-content-id-52158931109 .row-number-7 .row-fluid {
    display: block !important;
}
.hs-content-id-52158931109 .row-number-15 .row-fluid {
    display: block !important;
}

.hs-content-id-52158931109 .row-number-15 .span12.widget-span.widget-type-custom_widget.dnd-module table {
    width: 100% !important;
}
.hs-content-id-52158931109 .row-number-16 .row-fluid .span12 {
    width: 100% !important;
}

.hs-content-id-52158931109 .row-number-16 .row-fluid {
    display: block !important;
}
.hs-content-id-52158931109 a#cta_button_8807910_7ac3006f-e6fc-405b-b297-9fb96756dd93,.hs-content-id-52158931109 a#cta_button_8807910_22ffd306-a446-486d-82a0-7d727b4bf382 {

    padding: 12px 12px;
  
}
.hs-content-id-52158931109 .row-number-26  h2 span {
    font-size: 100px !important;
}
.hs-content-id-52158931109 .row-number-26 h3 {
    font-size: 16px !important;
}
.hs-content-id-52158931109 .row-number-14 .row-fluid table td span {
    font-size: 15px!important;
    margin-bottom: 3px!important;
    display: inline-block;
    line-height: 19px;
}
  .rd-navbar-main-element .laplink-btn-orange {
   
    padding: 17px 17px 12px !important; 
    letter-spacing: 0 !important;  
    margin-left: 10px;
}
  
  .hs-content-id-53265591699 .row-number-4 h1 {
    line-height: 33px;
}
   .hs-content-id-53265591699 .row-number-8 .span6 {
    width: 100%;margin:0;
}

 .hs-content-id-53265591699 .row-number-16 td a.downloadNow, .row-number-16 td {
    width: 79% !important;
    display: block;
}
 .hs-content-id-53265591699 .row-number-14 .span8 {
    padding-left: 0 !important;
}
  .hs-content-id-53265591699 .row-number-8 .row-fluid {
    display: block !important;
}
.hs-content-id-53265591699 .row-number-16 td:nth-child(2) {
    display: none;
}




.hs-content-id-53265591699 .row-number-14 table td {
    width: 100% !important;
    display: block !important;
}
.hs-content-id-53265591699 .row-number-22  .span8 {
    width: 100%;
}
.hs-content-id-53265591699 .row-number-34 .row-fluid {
    display: block !important;
}
.hs-content-id-53265591699 .row-number-34 .span3 {
    width: 100% !important;
}
.hs-content-id-53265591699 .row-number-21 h2 {
    font-size: 29px;
}
.hs-content-id-53265591699 .row-number-10  h3 {
    font-size: 23px !important;
    padding: 20px 0;
}
    .hs-content-id-41265503077  .row-number-5 h1 span {
    font-size: 22px !important;
}

.hs-content-id-41265503077 .row-number-15 .span4 {
    margin-bottom: 20px;
}
    .hs-content-id-41874765999 .row-number-5 h1 {
    line-height: 28px;
}

.hs-content-id-41874765999 .row-number-5 h1 span {
    font-size: 23px !important;
}

   .hs-content-id-41874765970 .header-logo-fixed-wrapper {
    line-height: 17px;
}
  .hs-content-id-41874765970 .row-number-5 h1 {
    line-height: 25px;
}

.hs-content-id-41874765970 .row-number-5 h1 span {
    font-size: 23px !important;
}
  .hs-content-id-41874765970 a.laplink-btn-orange.btn-o {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}
  .hs-content-id-72544892811 .row-number-14 table {
    width: 100% !important;
}
  span#hs_cos_wrapper_widget_1632779693012_ table {
    width: 100% !important;
}
  .hs-content-id-72544892811 .row-number-7 .row-fluid .span6 {
    width: 100% !important;
    margin: 0;
    padding: 0 !important;
}

.hs-content-id-72544892811 .row-number-7 .row-fluid {
    display: block !important;
}
  .header-height {
    min-height: 58px !important;
}
  .header_group {
    min-height: 58px !important;
}
  .header-logo-fixed-wrapper a img {
    opacity: 1 !important;
}
   .hs-content-id-56729949470 .header-logo-fixed-wrapper a img {
    width: auto!important;
    max-width: 120px;
    max-height: 58px;
    opacity: 1 !important;
    transition: all .3s ease-in-out;
}
  .hs-content-id-56729949470 .row-number-18 h3 {
    font-size: 20px !important;
    margin-top: 20px;
    margin-bottom: 30px;
}
  .hs-content-id-56729949470 .row-number-36  .row-fluid {
    display: block !important;
}
.hs-content-id-56729949470 .row-number-36 .row-fluid .span3 {
    width: 100%;
}
  .hs-content-id-56729949470 .row-number-24 .row-fluid .span4 {
    width: 100%;
}
.hs-content-id-56729949470 .span4.widget-span.widget-type-cell.cell_1621272502137-vertical-alignment.dnd-column,.hs-content-id-56729949470  .span4.widget-span.widget-type-cell.cell_1615997281693-vertical-alignment.dnd-column {
    margin: 10px 0;
    padding: 0;
}
.hs-content-id-56729949470 .row-number-24 .row-fluid {
    display: block !important;
}
   .hs-content-id-56729949470 .row-number-15 .row-fluid .span6 {
    width: 100% !important;
}
 .hs-content-id-56729949470 .row-number-15 .row-fluid {
    display: block !important;
}
  .hs-content-id-56729949470 .row-number-5 h3 span {
    font-size: 22px !important;
}
  .hs-content-id-56729949470 .row-number-6 .row-fluid {
    display: block !important;
}
.hs-content-id-56729949470 .row-number-6 .span6 {
  width: 100%!important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
  .hs-content-id-72544892811 .row-number-50 h3 {
    font-size: 14px!important;
}
  .hs-content-id-72544892811 .row-number-26 .row-fluid {
    display: block !important;
    text-align: center;
}
.hs-content-id-72544892811 .row-number-55 .row-fluid h2 span {
    font-size: 107px !important;
}
.hs-content-id-72544892811 .row-number-26 .row-fluid .span3 {
    width: 100% !important;
}
.hs-content-id-72544892811 .row-number-39 .row-fluid .span4 {
    width: 100% !important;    padding: 0 !important;
    margin: 0 !important;
}
.hs-content-id-72544892811 .row-number-39 .row-fluid {
    display: block !important;
}
.hs-content-id-72544892811 .row-number-50 .row-fluid {
    display: block !important;
}
.hs-content-id-72544892811 .row-number-50 .row-fluid .span6 {
    width: 100% !important;
    margin: 0;
}
     .hs-content-id-65355550557 .row-number-3  img {
    max-width: 300px;
}
  .hs-content-id-65355550557 .row-number-1 {
    margin-bottom: 20px;
}
  .hs-content-id-50665099137 .header_group {
    min-height: 200px !important;
}
  .hs-content-id-50665099137 .widget_1655910510175-flexbox-positioning > div {
    max-width: 100%;
    flex-shrink: 0 !important;
    width: 100%;
    text-align: center;
}
  
  .hs-content-id-50665099137 #hs_cos_wrapper_widget_1626727764433 {
    display: block !important;
    padding-left: 0px !important;
    text-align: center;
    width: 100%;
}
  
  div#hs_cos_wrapper_module_16267187830912 h2 {
    font-size: 27px !important;
    line-height: 37px !important;
}
.hs-content-id-50665099137  .rd-navbar-main-element .header-menu {
    display: contents;
    width: 100%;
}
.hs-content-id-50665099137  .rd-navbar-panel {
    display: none;
    height: 0;
}
.hs-content-id-50665099137  .rd-navbar-main-element {
    position: relative;
    float: left;
    display: block;    margin-top: 0;
    padding: 20px 0 0 !important;
    box-sizing: border-box;
}
.hs-content-id-50665099137 .rd-navbar-main-element .laplink-btn-orange {
    width: 68%;float:left;
    margin-left: 15px !important;
}
.hs-content-id-50665099137 .custom-menu-primary img {
    width: 100% !important;
    max-width: 200px !important;
    float: left;
}
.hs-content-id-50665099137 .rd-navbar-main-element .laplink-btn-blue {
    padding: 20px 33px 15px;
    width: 67%;float:left;
}
.hs-content-id-50665099137  .row-fluid {

    display: block !important;

}
.hs-content-id-50665099137  .row-fluid .span6 {
    width: 100%;
}
 .hs-content-id-50665099137 .widget-type-cell{
   
     width: 100%;
  }
  .hs-content-id-65355550557 .form-columns-2 .hs-form-field .hs-input{
    width: 100% !important;
}
 .hs-content-id-50665099137  .dnd_area-row-7-vertical-alignment > .row-fluid,.hs-content-id-50665099137 .dnd_area-row-5-vertical-alignment > .row-fluid, .hs-content-id-50665099137 .cell_16267188675722-row-1-vertical-alignment > .row-fluid, .hs-content-id-50665099137 .dnd_area-row-2-vertical-alignment > .row-fluid,.hs-content-id-50665099137 .dnd_area-row-3-vertical-alignment > .row-fluid,.hs-content-id-50665099137 .cell_16154943912014-row-1-vertical-alignment > .row-fluid{
    width: 100%;display:block !important;
  }
   .hs-content-id-50665099137 .rd-navbar-wrap.fixed-header {
    display: none;
}
  .hs-content-id-50665099137 .span6.widget-span.widget-type-cell.cell_1615492997037-vertical-alignment.dnd-column {
    padding-left: 0;
    margin-left: 0;
}
 .hs-content-id-50665099137 .span6.widget-span.widget-type-cell.dnd-column.cell_1626719073175-vertical-alignment {
    margin-left: 0;
    padding-left: 0;
}
  .hs-content-id-50665099137 .row-number-41 p {
    font-size: 20px;
}
 .hs-content-id-50665099137 .row-number-37 span {
    font-size: 20px !important;
    margin-bottom: 20px !important;
    float: left;
    width: 100%;
}
   .hs-content-id-50665099137 .actions {
    margin: 0;
}
}
@media(max-width:820px){
#hs_cos_wrapper_widget_1644519994941 a div h3, #hs_cos_wrapper_module_16445200292134_ a div h3 {
	padding-top: 0 !important;
}
 #hs_cos_wrapper_widget_1644519994941 a div, #hs_cos_wrapper_module_16445200292134_ a div {
	height: auto !important;
} 
  
  
  
#hs_cos_wrapper_widget_1626467946511_ div {
	height: auto !important;
}
#hs_cos_wrapper_widget_1624913633777_ div {
	height: auto !important;
} 
#hs_cos_wrapper_widget_1626303680365 a div {
	height: auto !important;
}   
  .hs-content-id-50001013520 .row-number-16 .span3 .box.sb {
    height: auto !important;
}
   .hs-content-id-50001013520 .row-number-3 .row-fluid {
    display: block !important;
}
 .hs-content-id-50001013520  .row-number-3 .row-fluid .span6 {
    width: 100% !important;
    margin: 11px 0 !important;
}
  .hs-content-id-50001013520 .row-number-21 .row-fluid .span3 {
    width: 100% !important;
    margin: 0 !important;
}
  .hs-content-id-50001013520 .row-number-21 .row-fluid {
    display: block !important;
}
   .hs-content-id-50001013520 .rd-navbar-main-element .laplink-btn-blue {
    padding: 17px 4px 15px;
    width: 100% !important;
    margin: 0 !important;
    font-size: 12px !important;
}
  .hs-content-id-50001013520 .rd-navbar-main-element .laplink-btn-orange {
    padding: 17px 17px 12px!important;
    letter-spacing: 0!important;
    margin-left: 10px;
    width: 100% !important;
}
 .hs-content-id-50001013520  .row-number-4 h2 br {
    display: none;
}
  .hs-content-id-50001013520  .row-number-11 .span12 div {
    width: 100% !important;
}
.hs-content-id-50001013520 .row-number-8 .row-fluid {
    display: block !important;
}
.hs-content-id-50001013520 .row-number-8 .span8, .hs-content-id-50001013520 .row-number-8 .span4 {
    width: 100% !important;margin:0 !important;
}
  .hs-content-id-53265591699 .dnd_area-row-1-background-image {
    background-image: none !important;
    background: #eee !important;
}
  .hs-content-id-52158931109 .dnd_area-row-1-background-image,.hs-content-id-52158931374 .dnd_area-row-1-background-image {
    background: none !important;
    background-color: #eee !important;
}
  .newwProven h2 {
    font-size: 26px;
}
  .hs-content-id-56740411193 .row-number-6 .span6 {
    width: 100% !important;
    margin: 0 !important;
}
.hs-content-id-56740411193 .row-number-6 .row-fluid {
    display: block !important;
}
  .hs-content-id-52158931109 .dnd_area-row-1-background-image {
    background-size: 100% 100% !important;
}
  .hs-content-id-52158931374 .row-number-4 h2 {
    line-height: 20px;
}
.hs-content-id-52158931374 .row-number-4 h2 span {
    font-size: 25px !important;
}

 .hs-content-id-41874765999 .row-number-27 .row-fluid .span3 {
    width: 50%;
    margin: 0 auto;
}
.hs-content-id-41874765999 .row-number-27 .row-fluid {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 100% !important;
}
    .hs-content-id-41874765999 .header-logo-fixed-wrapper {
    line-height: 18px !important;
}
  .hs-content-id-41874765970 .row-number-5 h1 {
    line-height: 27px !important;
}

.hs-content-id-41874765970 .row-number-5 h1 span {
    font-size: 20px !important;
    line-height: 19px !important;
}
  #hs_cos_wrapper_widget_1632779575714_  span {
    font-size: 20px !important;
    line-height: normal;
}
  .hs-content-id-72544892811 .row-number-7 .row-fluid .span6 {
    width: 100% !important;
}
  .hs-content-id-72544892811 .row-number-7 .row-fluid {
    display: block !important;
}
   
}
@media(max-width:767px){
#hs_cos_wrapper_module_16154943912018_ p {
	font-size: 15px;
	margin-top: 10px;
}
#hs_cos_wrapper_widget_1615500851466_ p span {
	font-size: 15px;
}
#hs_cos_wrapper_module_16155009169673_ p br, #hs_cos_wrapper_module_1615500907057_ p br,
  #hs_cos_wrapper_module_16155008948963_ p br{
	display: none;
}  
.box.sb p {
	font-size: 15px;
	line-height: 20px;
}
  
#hs_cos_wrapper_dnd_area-module-3_ h2 span {
	font-size: 30px !important;
}
#hs_cos_wrapper_dnd_area-module-3_ h2, #hs_cos_wrapper_module_1632772921276_ h2 {
	line-height: 30px;
	font-size: 30px;
}
#hs_cos_wrapper_module_16154943912018_ h2 span {
	font-size: 80px !important;
}  
#hs_cos_wrapper_module_16154943912018_ h2 {
	line-height: 30px !important;
}
#hs_cos_wrapper_module_16155690625253_ h3 {
	font-size: 20px !important;
	margin-top: 13px;
	margin-bottom: 16px;
}  
  
  
 #hs_cos_wrapper_widget_1632774926302_ table {
	width: 100% !important;
} 
#cta_button_8807910_c9a994f3-7b05-4905-99f5-46b13059090d {
	margin: 24px 0;
}
#cta_button_8807910_5fe5308d-0844-45e3-bf59-b99d38e6d70e {
	margin: 23px 0;
}  
#hs_cos_wrapper_module_16155690625255_ table td {
	display: block;
	margin-bottom: 20px;
	width: 100% !important;
	height: auto !important;
	font-size: 15px;
}
  
  
  
#hs_cos_wrapper_module_16762838827104_ h2, #hs_cos_wrapper_widget_1624395204480_ h3 {
	font-size: 25px !important; 
	margin-bottom: 11px;
}
#hs_cos_wrapper_module_16762838827104_ h2+br {
	display: none;
}
#hs_cos_wrapper_module_16762836217277_ h5, #hs_cos_wrapper_module_16762838827104_ h5,
  #hs_cos_wrapper_module_16762842842932 h5, #hs_cos_wrapper_module_16762849093044_ h5 {
	font-size: 15px;
}
#hs_cos_wrapper_widget_1628548807214_ h3 {
	font-size: 18px;
}  
#hs_cos_wrapper_widget_1628548807214 td span {
	font-size: 12px;
	text-align: left;
}  
#hs_cos_wrapper_widget_1624390943078_ h2 + p, #hs_cos_wrapper_widget_1624390943078_  h2+p+p, #hs_cos_wrapper_widget_1624390943078_  h2+p+p+p {
	display: none;
}
  
  
#hs_cos_wrapper_module_16762836217277_ h2, #hs_cos_wrapper_module_16262754995255_ h3,
  #hs_cos_wrapper_widget_1624395812940_ h2, #hs_cos_wrapper_widget_1626465876481_ h2, 
  #hs_cos_wrapper_widget_1624395694558_ h2, #hs_cos_wrapper_widget_1660421853775_ h3,
  #hs_cos_wrapper_widget_1624577482916_ h2, #hs_cos_wrapper_widget_1624390943078_ h1 span,
  #hs_cos_wrapper_module_16762842842932, #hs_cos_wrapper_widget_1628723317810_ h3, 
  #hs_cos_wrapper_widget_1628548807214_ h3, #hs_cos_wrapper_widget_1660420344288_ h3,
  #hs_cos_wrapper_module_16762849093044_ h2, #hs_cos_wrapper_widget_1642809214628 p span,
  #hs_cos_wrapper_module_1676285154904_ h2, #hs_cos_wrapper_widget_1628723317810_ h3 {
	font-size: 25px !important;
} 
 div .row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-padding.dnd_area-row-1-vertical-alignment.dnd-section.dnd_area-row-1-background-image {
	background-position: center !important;
}
#hs_cos_wrapper_widget_1624913633777_ div {
	min-height: auto !important;
	width: 100% !important;  
	height: auto !important;
} 
 #hs_cos_wrapper_widget_1644519994941_ a > div, #hs_cos_wrapper_module_16445200292134_ a > div {
	width: 100% !important;
}
#hs_cos_wrapper_widget_1660421853775_ fieldset.form-columns-2 .hs-form-field {
	width: 100% !important;
}
#hs_cos_wrapper_module_16762838827104_ h5, #hs_cos_wrapper_module_16762842842932 h5, 
  #hs_cos_wrapper_module_16762849093044_ h5, #hs_cos_wrapper_module_1676285154904_ h5 {
	margin-bottom: 25px;
}
 #hs_cos_wrapper_module_16293120999583_ tr {
	display: flex;
}
 #hs_cos_wrapper_module_16293120999583_ tr td:first-child {
	width: auto !important;
	margin-right: 10px;
}
 #hs_cos_wrapper_module_16293120999583 table {
	margin-top: 0 !important;
}

#hs_cos_wrapper_widget_1626303680365_ a > div {
	width: 100% !important;
}
#hs_cos_wrapper_widget_1626303680365_ a > div h3 {
	padding-top: 0 !important;
}  
div #hs_cos_wrapper_widget_1626465876481 {
	margin-bottom: 0px !important;
}  
#hs_cos_wrapper_widget_1626467946511_ > div {
	width: 100% !important;
	height: auto !important; 
} 
#hs_cos_wrapper_widget_1624395694558_ h2 {
	line-height: normal;
}
#hs_cos_wrapper_widget_1660421853775_  .hs-button, #hs_cos_wrapper_widget_1660420344288_  .hs-button  {
	margin-top: 24px !important;
}  
#hs_cos_wrapper_widget_1660421853775_  input {
	width: 100% !important;
}
#hs_cos_wrapper_widget_1624577507263_ p br, #hs_cos_wrapper_widget_1624577509287_ p br,
  #hs_cos_wrapper_widget_1624577511149_ p br, #hs_cos_wrapper_module_16762849093044_ h2+br{
	display: none;
}
#hs_cos_wrapper_widget_1660420344288_ input {
	width: 100%;
}
#hs_cos_wrapper_widget_1660420344288_ fieldset.form-columns-2 .hs-form-field {
	width: 100% !important;
} 
#hs_cos_wrapper_widget_1660420344288_ h3 {
	line-height: 32px;
}  
  
  
  
  
  
  .limited-offer h3 span {
    font-size: 31px !important;
}
    .hs-content-id-52158931109 .header-menu {
    left: 0;
    top: 0 !important;
    bottom: 0 !important;
    padding: 0 0 81px !important;

}
  .hs-content-id-52063230213 .row-number-32 .row-fluid .span3 {
    display: block!important;
    width: 100%!important;
    margin: 0;
}
  a#cta_button_8807910_1f59b24a-dc7e-48eb-b367-5936cad7ca21, a#cta_button_8807910_6e29480d-36c7-4ce6-add3-b40003d2b3df {
    padding: 9px 35px;
    line-height: normal;
    border: none;width:100% !important;
}
  .hs-content-id-52158931374 .row-number-14 table td{

    margin-bottom: 13px;

}
 .hs-content-id-52158931374 .row-number-9 h3 {
    line-height: 24px;
    margin-bottom: 25px;
}
 .hs-content-id-52158931374 .row-number-9 h3 span {
    font-size: 21px;
}
  .hs-content-id-52158931374 .row-number-15 .cta_button {
    width: 100% !important;
}
 .hs-content-id-52158931374 .row-number-13 .row-fluid .span7 {
    margin: 0 !important;
    padding: 0 !important;
}
 .hs-content-id-52158931374  .row-number-16 table {
    width: 100% !important;
    height: 100% !important;
    margin-top: 34px;
}
  .hs-content-id-52158931374 .row-number-20 h2 {
    font-size: 25px;
    line-height: 35px;
}
  .hs-content-id-52158931374 .row-number-14 table,.hs-content-id-52158931374 .row-number-14 table tr, .hs-content-id-52158931374 .row-number-14 table td {
    height: 100%;
    width: 100% !important;
    display: block !important;
}
  .hs-content-id-52158931374 .row-number-15 table,.hs-content-id-52158931374 .row-number-15 table tr,.hs-content-id-52158931374 .row-number-15 table td {
    height: 100% !important;
    width: 100% !important;
    display: block !important;
}
  .hs-content-id-52158931374 .row-number-15 table td{
        height: 100% !important;   width: 100% !important;
  }
 .hs-content-id-52158931374 .row-number-14 h3 span {
    font-size: 23px !important;
}
  .footer-row .padding-right-120 {
    padding-right: 0;
}
  .hs-content-id-50665099137 .row-number-14 a {
    width: 100%;
}
.hs-content-id-50665099137 .row-number-11 div, .row-number-11 a {
    width: 100% !important;
}
.hs-content-id-50665099137  .span6.widget-span.widget-type-cell.cell_1656342478483-vertical-alignment.dnd-column.cell_1656342478483-padding {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.hs-content-id-50665099137 .row-number-40 h2 span {
    font-size: 24px;
}
  .hs-content-id-52158931109 .row-number-14 table td,.hs-content-id-52158931109 .row-number-14 table tr,.hs-content-id-52158931109 .row-number-14 table {
    width: 100% !important;
    height: 100% !important;
    display: block;
}
    .hs-content-id-52158931374 .row-number-11 table td,.hs-content-id-52158931374 .row-number-11 table tr,.hs-content-id-52158931374 .row-number-11 table {
    width: 100% !important;
    height: 100% !important;
    display: block;
}
      .hs-content-id-52158931374 .row-number-11 table td{
          margin-bottom: 20px;  
  }
.hs-content-id-52158931109 .row-number-14 table td img {
    margin-bottom: 20px;
}
  .hs-content-id-52158931109 .row-number-9 h3 {
    line-height: 30px;
    margin: 20px 0;
}

.hs-content-id-52158931109 .row-number-9 h3 span {
    font-size: 20px !important;
}
 .hs-content-id-52158931109 .row-number-13  .span8 {
    padding-left: 0 !important;
}
  #hs_cos_wrapper_module_16154943912018 {
    display: block !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}
     .hs-content-id-53265591699 .row-number-13 td {
    width: 100% !important;
    display: block;
    margin-bottom: 20px;
}

   .hs-content-id-41265503077 .row-number-15 {
    padding-top: 0;
    padding-bottom: 0 !important;
}
  .hs-content-id-41265503077 .row-number-5 h1 {
    line-height: 26px !important;
}
  .hs-content-id-41265503077 .row-number-52 {
    padding-bottom: 0;
}
  .hs-content-id-41265503077 .row-number-27 {
    padding-top: 0;
    padding-bottom: 0;
}
.hs-content-id-41265503077 .row-number-26 h1 {
    line-height: 30px !important;
}
  .hs-content-id-41265503077 .row-number-26  span {
    font-size: 21px;
}
.hs-content-id-41265503077 .row-number-48 {
    padding: 0;
}
.hs-content-id-41265503077 .row-number-13 {
    padding-top: 0;
}
.hs-content-id-41265503077 .row-number-52 .span3 img,.hs-content-id-41265503077 .row-number-57 .span3 img {
    max-width: 200px !important;
}
.hs-content-id-41265503077 .row-number-52,.row-number-57 {
    padding-top: 0 !important;
}

.header-height, .header_group {
    min-height: 28px!important;
}
  .hs-content-id-41874765999 .row-number-27 .row-fluid .span3 {
    width: 100%;
    margin: 0 auto;
}
  .hs-content-id-72544892811  .row-number-55  #hs_cos_wrapper_module_16154943912018 {
    display: block !important;
    padding-right: 10px !important;
    padding-top: 0 !important;
}
  .hs-content-id-56729949470 .row-number-15  td {
    width: 100% !important;
    display: block;
    margin-bottom: 20px;
}
  .hs-content-id-56729949470 .row-number-35  h2 {
    font-size: 25px;
}
.hs-content-id-56729949470 .row-number-15  tr {
    width: 100%;
    height: 100% !important;
    display: block;
}
  .hs-content-id-72544892811 .steps_3 ul {
    padding-left: 0;
}

    .hs-content-id-72544892811 .row-number-3 .row-fluid {
    display: block !important;
}
.hs-content-id-72544892811 .row-number-18 .row-fluid {
    width: 100%;
    display: block !important;
}
.hs-content-id-72544892811 .row-number-18 .row-fluid .span6 {
    width: 100% !important;
}
.hs-content-id-72544892811 .right-content p.read-text {
    font-size: 15px !important;
}

  .hs-content-id-72544892811 .row-number-50 .row-fluid .span8, .hs-content-id-72544892811 .row-number-50 .row-fluid .span4 {
    width: 100% !important;
}
   .hs-content-id-72544892811 .row-number-3 .row-fluid .span6 {
    width: 100% !important;
    padding: 0 20px !important;
    margin: 0 !important;
}
  .hs-content-id-65355550557 .span5.widget-span.widget-type-cell {
  
    padding-right: 0 !important;
}
  .hs-content-id-65355550557 .row-fluid .span3 {
    width: 100%;
}
  span#hs_cos_wrapper_widget_1626810774031_ span {
    line-height: 20px !important;
    font-size: 20px;
}
   .hs-content-id-50665099137 .rd-navbar-main-element {
    margin: 0;
    padding-top: 0 !important;
}
  #hs_cos_wrapper_module_1626295589924 {
    display: block !important;
    padding-right: 0px !important;
}
  .hs-content-id-50665099137 .cell_16263004373732-row-4-background-color {
    background-color: rgba(102, 135, 251, 1) !important;
    padding: 26px;
    text-align: center;
}
  .hs-content-id-50665099137 .rd-navbar-main-element .laplink-btn-blue {
    padding: 20px 0 15px;
    width: 57%;
    float: left;
}
.hs-content-id-50665099137 .rd-navbar-main-element .laplink-btn-orange {
    width: 58%;
    float: left;
    margin-left: 15px!important;
}
}
@media(max-width:600px){

  .hs-content-id-41265503077 .row-number-10 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}
  .hs-content-id-41874765970 .row-number-6 p {
    line-height: 23px;
}

 .hs-content-id-41874765970 .row-number-6 p span {
    font-size: 17px !important;
    line-height: 19px !important;
}
   .hs-content-id-56729949470 .row-number-12 h2 {
    margin-top: 10px;
}
  div#hs_cos_wrapper_widget_1632775591125 {
    padding: 0 !important;
}
 .hs-content-id-56729949470 a#cta_button_8807910_f2147011-d51d-479f-8ff6-6fe4e1435336{
width:100% !important;
}
.hs-content-id-56729949470 a#cta_button_8807910_1c28140f-6bcf-4241-92e6-405fa935ffa7 {
    width: 100%;
}
   .hs-content-id-65355550557 .row-number-7 .input {
    margin-right: 0 !important;
}

  span#hs_cos_wrapper_module_1626300437374_ img {
    max-width: 250px !important;
    text-align: center;
    width: 100%;
}
  .hs-content-id-50665099137 .row-number-41 p {
    font-size: 15px;
}
  span#hs_cos_wrapper_widget_1615500795387_ h2 {
    font-size: 25px;
}
  h1#pcmover-business {
    line-height: 28px;
}
  .hs-content-id-50665099137 .row-number-37 span {
    font-size: 16px!important;

}
  .hs-content-id-50665099137 .rd-navbar-main-element .laplink-btn-blue {
    padding: 20px 0 15px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin: 15px 0 !important;
  }
.hs-content-id-50665099137 .rd-navbar-main-element .laplink-btn-orange {
    width: 100%;
    float: left;
    margin: 13px 0 0 !important;
}
 .hs-content-id-50665099137 span#hs_cos_wrapper_module_162630043737419_ td {
    width: 100% !important;
    display: block !important;
    margin: 10px 0;
}
}
@media(max-width:580px){
  .hs-content-id-56740411193  .row-number-23  .row-fluid h2 {
    font-size: 26px;
}
 .hs-content-id-52158931109  .row-number-20 h2 {
    font-size: 26px !important;
}
.hs-content-id-52158931109 .row-number-11 table tr,.hs-content-id-52158931109 .row-number-11 table td {
    height: 100% !important;
    width: 100% !important;
    display: block !important;
    margin-bottom: 20px;
}
.hs-content-id-52158931109 .row-number-11 table {
    height: 100% !important;
}
  .hs-content-id-41874765999 .row-number-13,.hs-content-id-41874765999 .row-number-27 {
    padding-top: 10px;
}
  .hs-content-id-41874765999 .row-number-10 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
  .hs-content-id-41874765999 .row-number-4 h1 {
    line-height: 28px !important;
}

.hs-content-id-41874765999 .row-number-4 h1 span {
    font-size: 24px !important;
    line-height: 29px !important;
}
.hs-content-id-41874765999 .row-number-15 .span4 {
    margin-bottom: 20px;
}

.hs-content-id-41874765999 .row-number-26 h1 {
    line-height: 28px;
}
.hs-content-id-41874765999 .row-number-26 h1 span {
    font-size: 23px;
}


.hs-content-id-41874765999 .row-number-52 img.hs-image-widget, .row-number-57 img.hs-image-widget {
    max-width: 200px !important;
}
 .hs-content-id-41874765999 .row-number-57 {
    padding-top: 0;
}
 .hs-content-id-41874765970  .row-number-15 .span4 {
    margin-bottom: 14px;
}
  .hs-content-id-72544892811 .row-number-39 img {
    max-width: 300px;
    width: 100% !important;
}
  .hs-content-id-72544892811 .row-number-47 h2 {
    font-size: 22px;
}
  .hs-content-id-72544892811 .row-number-48 h2 {
    font-size: 20px !important;
    line-height: 27px;
}
  .hs-content-id-72544892811 .row-number-18 h2 {
    font-size: 18px !important;
}
  
}
@media(max-width:480px){
  .hs-content-id-52158931374 .row-number-15 .cta_button {
    width: 82%!important;
}
  .hs-content-id-52158931109 .row-number-14 h3 span {
    font-size: 20px !important;
}
.hs-content-id-52158931109  .row-number-15 td,.hs-content-id-52158931109  .row-number-16 td {
    width: 100% !important;
}
.hs-content-id-52158931109 .row-number-15 tr {
    height: 100% !important;
    width: 100% !important;
}
.hs-content-id-52158931109 .row-number-15 .span12.widget-span.widget-type-custom_widget.dnd-module a, .hs-content-id-52158931109 .row-number-16 .row-fluid .span12 a{
    width: 92%!important;
    height: 100% !important;
}
.hs-content-id-52158931109 .row-number-15 td {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}
.hs-content-id-52158931109 .row-number-14 h3 span {
    font-size: 20px !important;
}
.hs-content-id-52158931109 .row-number-16 table {
    margin-top: 32px;
}
.hs-content-id-52158931109 .row-number-4 h2 {
    line-height: 32px !important;
    font-size: 20px !important;
}
.hs-content-id-52158931109 .row-number-4  h2 span {
    font-size: 17px !important;
}
  .hs-content-id-52158931109 .row-number-4 h2#pcmover-business span {
    font-size: 33px!important;
    line-height: 20px !important;
}
.hs-content-id-52158931109 .row-number-4 h2 {
    line-height: 39px !important;
}
     .hs-content-id-41874765970  div#module_165005213602213 .slick-list.draggable {
    height: 500px!important;
}
  .hs-content-id-72544892811 .row-number-38  h2 {
    font-size: 22px !important;
}
  .main-div .right-content {
    max-width: 100% !important;
    flex: 100% !important;
   
    padding-left: 0 !important;
}
.main-div {
    display: block !important;
    flex-wrap: wrap;
    align-items: center;
}
.main-div .left-content {
    max-width: 100% !important;
    flex: 100% !important;
}
  .hs-content-id-65355550557 .row-number-15 h3 {
    font-size: 20px !important;
}
.hs-content-id-65355550557 .row-number-18 h3 {
    font-size: 20px;
}
.hs-content-id-65355550557 .row-number-20 h2,.hs-content-id-65355550557 .row-number-25 h2,.hs-content-id-65355550557 .row-number-28 h2 {
    font-size: 25px;
}
  .hs-content-id-72544892811 .row-number-3 .row-fluid .span6 {
    padding: 0 7px!important;
}
 .hs-content-id-72544892811 a#cta_button_8807910_ed99d452-8985-43d0-bd04-10c7b8efca75 {
    width: 100%;
}
  .hs-content-id-72544892811 a#cta_button_8807910_79c2edda-7df0-4649-80eb-7e561cd892a0{
     width: 99%!important;
  }
  .hs-content-id-56729949470 a#cta_button_8807910_f2147011-d51d-479f-8ff6-6fe4e1435336 {
    width: 99%!important;
}
  .hs-content-id-56729949470 a#cta_button_8807910_1c28140f-6bcf-4241-92e6-405fa935ffa7 {
    width: 99%;
}
 .hs-content-id-56729949470 .row-number-3 .span8 {
    margin: 0 !important;
    padding: 0px 8px !important;
}
}
@media(max-width:320px){
 .hs-content-id-56729949470 a#cta_button_8807910_f2147011-d51d-479f-8ff6-6fe4e1435336, .hs-content-id-72544892811 a#cta_button_8807910_79c2edda-7df0-4649-80eb-7e561cd892a0 {
        width: 100% !important;
    padding-left: 10px!important;
    padding-right: 10px!important;
}
.hs-content-id-72544892811 .row-number-12 .hs-cta-node a {
      width: 100% !important;
    padding-left: 10px!important;
    padding-right: 10px!important;
}
  
}
.box {
  margin: 30px auto;
  border: 4px solid #e8e8e8;
  padding: 20px;
  position: relative;
}

.sb:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #e8e8e8;
  border-top: 10px solid #e8e8e8;
  border-bottom: 10px solid transparent;
  right: 20px;
  bottom: -23px;
}
.sb:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
  right: 24px;
  bottom: -13px;
}

.hs-menu-depth-1 a:hover {
  border-bottom: 3px solid #1f82cc;
}

/** Parallax Effect **/
/*
.row-number-3.dnd_area-row-1-background-image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/

.rd-navbar-wrap.fixed-header #enterprise-logo {
  padding-top: 5px;
  width: 200px !important;
}
.rd-navbar-wrap.fixed-header #pcmoverpro-logo {
  padding-top: 5px;
  width: 180px !important;
}

/* custom table */
table.enterprise-table  {
  -webkit-box-shadow: 0 0 40px 0 rgb(0 0 0 / 15%);
  border-collapse: collapse;
}
.enterprise-table tbody tr:nth-child(even){
  background-color: #f8f6ff !important;
  color: #000;
}
.enterprise-table td {
  padding: 15px;
}
.enterprise-table tbody tr td {
  height: 80px;
  vertical-align: middle;
}
.enterprise-table thead tr th {
  height: 75px;
  vertical-align: middle;
}
/* end custom table */

/* laplink blue button solid */
.dell-button {
  color: #fff;
  background-color: #007cb8; 
  padding: 10px 20px;
}

a.dell-button:hover {
  opacity: .8;
  color: #fff;
}

/* laplink orage button solid */
.dell-orange-button {
  color: #fff !important;
  background-color: #f6992c; 
  padding: 10px 20px;
}

a.dell-orange-button:hover {
  opacity: .8;
  color: #fff;
  background-color: #f6992c !important; 
}

.dell-orange-button-alt {
  color: #f6992c !important;
  background-color: #fff; 
  padding: 10px 20px;
}

a.dell-orange-button-alt:hover {
  opacity: .8;
  color: #f6992c;
  background-color: #fff !important; 
}

/** Dell Navigation **/
.rd-navbar-wrap2 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #007cb8;
    z-index: 9999;
    min-height: 50px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.rd-navbar2 {
    background: #007cb8;
}


/* 23-03-2022 */



div#module_16500226291368 .y-slider, div#module_165005213602219 .y-slider, div#module_165005213602213 .y-slider, div#module_16589413084328 .y-slider, div#module_16529004140688 .y-slider, div#widget_1647972470940 .y-slider, div#hs_cos_wrapper_module_165002262913614  .y-slider, div#hs_cos_wrapper_module_1647973884075  .y-slider, div#module_165894130843214  .y-slider, div#module_16529004140692  .y-slider, div#hs_cos_wrapper_widget_1651929622590  .y-slider, div#hs_cos_wrapper_module_165005213602219  .y-slider {
    position: relative;height: 220px;
}
div#module_165005213602219 .y-slider .txt-layer.left, div#module_165005213602219 .y-slider .txt-layer.left, div#module_16500226291368 .y-slider .txt-layer.left, div#module_16500226291368 .y-slider .txt-layer.left, div#module_165005213602213 .y-slider .txt-layer.left, div#widget_1647972470940 .y-slider .txt-layer.left, div#module_16589413084328 .y-slider .txt-layer.left, div#module_16529004140688 .y-slider .txt-layer.left, div#hs_cos_wrapper_module_165002262913614  .y-slider .txt-layer.left, div#hs_cos_wrapper_module_1647973884075  .y-slider .txt-layer.left, div#module_165894130843214  .y-slider .txt-layer.left, div#module_16529004140692  .y-slider .txt-layer.left, div#hs_cos_wrapper_module_165005213602219  .y-slider .txt-layer.left, div#hs_cos_wrapper_widget_1651929622590  .y-slider .txt-layer.left{
    right: auto;
    left: 0;
    width: 100%;padding: 20px;
    max-width: 100%;
}

.main-div .left-content {
    max-width: 135px;
    flex: 135px;
}

.main-div .right-content {
    max-width: calc(100% - 135px);
    flex: calc(100% - 135px);
    padding-left: 10px;
}
.main-div{
  display: flex;flex-wrap: wrap;align-items: center;
}
.main-div .left-content img {
    width: 100%;
    height: 90px;
    max-width: 100%;
    object-fit: contain;
}
.right-content p.read-text {
    font-size: 12px;
    background: #fff;
    color: #000;
    padding: 0;
    margin: 0; text-align: left;
    font-family: 'Poppins';
}
.main-div.mt-4 {
    margin-top: 5px;
}
div#module_165005213602219 ul.slick-dots, div#module_16500226291368 ul.slick-dots, div#module_165005213602213 ul.slick-dots, div#widget_1647972470940 ul.slick-dots, div#module_16589413084328 ul.slick-dots, div#module_16529004140688 ul.slick-dots, div#hs_cos_wrapper_module_165002262913614 ul.slick-dots, div#hs_cos_wrapper_module_1647973884075 ul.slick-dots, div#module_165894130843214 ul.slick-dots, div#module_16529004140692 ul.slick-dots, div#hs_cos_wrapper_widget_1651929622590 ul.slick-dots, div#hs_cos_wrapper_module_165005213602219 ul.slick-dots{display: none !important;}

		
		
/*	review	stars*/
		
.rating { 
  border: none;
  float: left;
}
fieldset.rating{padding: 0}
.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #f6992c; 
 float: right; cursor: pointer;
} 
.le-flex {
    display: flex;
    align-items: center;
}

.icon-wrap i {
    color: #000;
    font-size: 24px;
}

.icon-wrap span {
    color: #000;
    font-size: 18px;
    margin-left: 10px;
    font-family: 'Poppins';
}

.content-re h3 {
    color: #000;
    font-family: 'Poppins';
    font-size: 16px;
}

.content-re p {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Poppins';
    color: #707070;
    font-weight: 300;
}
div#hs_cos_wrapper_module_165005213602219 .y-slider .txt-layer.left, div#hs_cos_wrapper_module_1647973884075 .y-slider .txt-layer.left, div#module_165894130843214 .y-slider .txt-layer.left, div#module_16529004140692 .y-slider .txt-layer.left, div#hs_cos_wrapper_widget_1651929622590 .y-slider .txt-layer.left, div#hs_cos_wrapper_module_165002262913614 .y-slider .txt-layer.left {
    border: 1px solid #ddd;
    border-bottom: 5px solid #f6992c;
    padding: 20px 40px;
}
.stars {
    margin-left: 30px;
}
 
/* div#module_165005213602219  .slick-list.draggable, */
div#module_16500226291368 .slick-list.draggable,div#module_16500226291368  .slick-list.draggable, div#module_165005213602213 .slick-list.draggable, div#module_165005213602213 .slick-list.draggable,div#module_165005213602213 .slick-list.draggable, div#widget_1647972470940 .slick-list.draggable,div#widget_1647972470940 .slick-list.draggable div#module_16529004140688 .slick-list.draggable,div#module_16589413084328 .slick-list.draggable ,div#module_16529004140688 .slick-list.draggable {
   height: 300px !important;
}
/* 24-03-2022 */
p.read-text a {
    color: #f6992c;
}

/* 26-03-20 */
 .body-wrapper.hs-content-id-41874765970 * :where(h1,h2,h3,h4,h5),
body div.body-wrapper.hs-content-id-41874765999 * :where(h1,h2,h3,h4,h5),.body-wrapper.hs-content-id-41265503077.hs-landing-page.hs-page :where(h1,h2,h3,h4,h5){
    font-family: 'OpenSansSemibold'!important;font-weight: 600!important;color:#000;
}
 .body-wrapper.hs-content-id-41874765970  *:not(i,h1,h2,h3,h4,h5),
.body-wrapper.hs-content-id-41874765999 *:not(i,h1,h2,h3,h4,h5),.body-wrapper.hs-content-id-41265503077.hs-landing-page.hs-page *:not(i,h1,h2,h3,h4,h5),:where(.body-wrapper.hs-content-id-41874765999 ,.body-wrapper.hs-content-id-41265503077.hs-landing-page.hs-page) p{
     font-family: 'OpenSansRegular' !important;
}

p a {
    color: #f6992c;
}
div#widget_1647972470940 button.slick-next.slick-arrow, div#module_16589413084328 button.slick-next.slick-arrow, div#module_16529004140688 button.slick-next.slick-arrow, div#module_165005213602213 button.slick-next.slick-arrow {
    right: -10px;
}

/* 21-04-2022 */
.rd-navbar-main-element,.span12.widget-span.widget-type-cell.cell_16141915012882-vertical-alignment .rd-navbar-main-element {
    margin-right: 0;
} 
 .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area-row-0-padding>.row-fluid >.span12.widget-span.widget-type-cell.dnd-column {
    padding: 0;
}
 .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.dnd_area-row-0-padding>.row-fluid >.span12.widget-span.widget-type-cell.dnd-column .rd-navbar-main{
  max-width: 1170px;
}
.body-wrapper.hs-content-id-41265503077 .row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-vertical-alignment.dnd-section.dnd_area-row-0-padding>.row-fluid {
    max-width: 100%;
}
/* .rd-navbar-wrap.fixed-header {
    padding: 0 60px;
}  */
.body-wrapper.hs-content-id-41874765970.hs-landing-page.hs-page  .cell_16500521360229-vertical-alignment {
    justify-content: flex-start !important;
}
.span12.widget-span.widget-type-cell>.row-fluid-wrapper.row-depth-1.row-number-10.dnd_area-row-3-max-width-section-centering.dnd-section.dnd_area-row-3-padding.dnd_area-row-3-vertical-alignment>.row-fluid {
    align-items: baseline;
}
div#hs_cos_wrapper_module_165005213602212 h2,div#hs_cos_wrapper_module_165005213602218,span#hs_cos_wrapper_module_16500226291367_ h2,div#hs_cos_wrapper_module_165002262913613 {
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:991px){
  .hs-content-id-56740411193 .row-number-24 .row-fluid .span8, .hs-content-id-56740411193 .row-number-24 .row-fluid .span4 {
    width: 100% !important;
    margin: 0;
}
  .hs-content-id-56740411193 .row-number-6 h2 {
    line-height: 18px;
}
  .hs-content-id-56740411193 .row-number-16 .row-fluid .span6 {
    width: 100% !important;
    margin: 0 !important;
}
  .hs-content-id-56740411193 .row-number-6 h2 {
    line-height: 20px;
}
.hs-content-id-56740411193 .row-number-16 .row-fluid {
    display: block !important;
}

.hs-content-id-56740411193 .row-number-16 td a, .row-number-16 td {
    width: 100%!important;
    display: block;
    height: 100% !important;
    margin-bottom: 20px;
}
.hs-content-id-56740411193 .row-number-36 .row-fluid {
    display: block !important;
}
   .box.sb {
    height: auto !important;
}
.hs-content-id-56740411193 .row-number-36 .row-fluid .span3 {
    width: 100% !important;
    margin: 0 !important;
}
  .hs-content-id-52063230213 .row-number-18  h2 {
    font-size: 27px;
}
.hs-content-id-5206323021 .row-number-22 .row-fluid .span6 {
    width: 100%;
    margin: 0 !important;
    padding: 0;
}
.hs-content-id-5206323021 .row-number-23 .row-fluid table {
    height: 100% !important;
}
.hs-content-id-52063230213 .row-number-20 .row-fluid span, .hs-content-id-52063230213 .row-number-20 .row-fluid p {
    font-size: 17px;
    line-height: 22px;
}
  .hs-content-id-53265591699 .row-number-28 .span3 img {
    width: auto !important;
}
}

@media(max-width:820px){
  .hs-content-id-50001013520 div#hs_cos_wrapper_widget_1637107962582 {
    width: 100% !important;
    max-width: 315px;
}

.hs-content-id-50001013520 a.cta_button {
    box-sizing: border-box !important;
    vertical-align: middle;
    width: 100% !important;
    display: block !important;
    margin: 10px 0 !important;
    padding: 10px 20px !important;
    max-width: 100% !important;
    float: left !important;
}
  .bigSizeHeading h2 span {
    font-size: 189px !important;
}
  .tableSection td {
    width: 100% !important;
    display: block !important;
    margin: 10px 0;
}
    .hs-content-id-56740411193 .row-number-6 h2 {
    line-height: 20px
}
  .hs-content-id-52063230213 .box.sb p {
    line-height: 16px;
    font-size: 12px;
}
    .hs-content-id-52063230213 a.cta_button {
    width: 100% !important;
    display: block !important;
}
       .hs-content-id-52063230213 .row-number-6 table,.hs-content-id-52063230213 .row-number-6 td,.hs-content-id-52063230213 .row-number-6 tr{
    height:100% !important; width:100% !important;    display: block !important;
  }
}
@media (max-width: 767px){
 #hs_cos_wrapper_widget_1660421853775_ h3 {
	font-size: 20px !important;
	line-height: normal;
}
 a#cta_button_8807910_674dfe54-97b9-496d-ba55-d4a026394061 {
    width: 100% !important;
}
a#cta_button_8807910_18712ebd-17cf-454d-a4f6-a11991881623 {
    width: 100% !important;
    margin-bottom: 13px;
}
.hs-content-id-56740411193 .row-number-18 .row-fluid h3 {
    line-height: 27px;
    margin: 20px 0;
}

.hs-content-id-56740411193 .row-number-18 .row-fluid h3 span {
    font-size: 23px;
}
  .hs-content-id-52063230213 .box {
    height: auto;
}
  .hs-content-id-52063230213 .row-number-25 table {
    margin: 0 !important;
}
  .hs-content-id-52063230213 .row-number-25 h2 span {
    font-size: 159px !important;
}
    .hs-content-id-52063230213 .row-number-12 span,  .hs-content-id-52063230213 .row-number-15 span {
    font-size: 18px !important;
}
  .hs-content-id-52063230213 .row-number-12,.hs-content-id-52063230213 .row-number-14,.hs-content-id-52063230213 .row-number-16,.hs-content-id-52063230213 .row-number-20,.hs-content-id-52063230213 .row-number-18 {

    padding-left: 10px !important;
    padding-right: 10px !important;
}

    .hs-content-id-52063230213 .row-number-23 table{
      height:100% !important;
  }
.hs-content-id-50665099137 .row-number-8 .span12 .hs_cos_wrapper  {
    display: block !important;
    padding-right: 0px !important;
}
 .hs-content-id-41874765970 .right-content p.read-text {
    font-size: 16px !important;
}
 .hs-content-id-41874765970 .row-number-52, .hs-content-id-41874765970 .row-number-57 {
    padding-top: 0 !important;
}
 .hs-content-id-41874765970 div#oembed_container-widget_1655303545855 {
    max-width: 100% !important;
}
  .hs-content-id-41874765970 .row-number-10{
    padding-top: 20px !important;
}
  .hs-content-id-41874765970 .row-number-4 .row-fluid .span5,.hs-content-id-41874765970 .row-number-4 .row-fluid .span7 {
    width: 100% !important;
    margin: 0 !important;
}
.hs-content-id-41874765970 .row-number-40 .row-fluid .span6 {
    width: 100% !important;
    margin: 0;
}
.hs-content-id-41874765970 .row-number-27 .row-fluid {
    display: block !important;
}
.hs-content-id-41874765970 .row-number-4 .row-fluid {
    display: block !important;
}
.hs-content-id-41874765970 .row-number-7 div table {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.hs-content-id-41874765970 .row-number-27 .row-fluid .span3 {
    width: 100% !important;
}
.hs-content-id-41874765970 .row-number-40  .row-fluid {
    display: block !important;
}
.hs-content-id-41874765970 .row-number-7 div {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.hs-content-id-41874765970 .row-number-52 .span3 img {
    max-width: 150px !important;
    width: 100%;
}
.hs-content-id-41874765970 .row-number-57 .span3 img {
    max-width: 150px !important;
    width: 100%;
}
 .main-review .le-flex {flex-wrap: wrap;}

.main-review .le-flex .icon-wrap {width: 100%;}

.main-review .le-flex .icon-wrap span {font-size: 14px;}

.main-review .le-flex .icon-wrap i {font-size: 16px;}

.stars {margin-left: 0;} 

.content-re h3 {font-size: 14px;}
}


@media(max-width:580px){
 .hs-content-id-52063230213 .row-number-20 .row-fluid h3 {
    font-size: 17px !important;
}
  .hs-content-id-52063230213 a.cta_button {
    width: 100% !important;
    display: block !important;
}
  a#cta_button_8807910_522aebd7-2813-4f07-b3e5-f508bf8961d8{
        width: 100% !important;
  }
}

@media(max-width:480px){
 .hs-content-id-52063230213 .row-number-16 .span12{
padding-right: 2px !important;
}
  
}