*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* container */

.page-center,
.content-wrapper ,
.dnd-section > .row-fluid {
  margin-right:auto;
  margin-left:auto;
  width:100%;
}

/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}

.row-fluid .span11 {
  width: 91.66%;
}

.row-fluid .span10 {
  width: 83.33%;
}

.row-fluid .span9 {
  width: 75%;
}

.row-fluid .span8 {
  width: 66.66%;
}

.row-fluid .span7 {
  width: 58.33%;
}

.row-fluid .span6 {
  width: 50%;
}

.row-fluid .span5 {
  width: 41.66%;
}

.row-fluid .span4 {
  width: 33.33%;
}

.row-fluid .span3 {
  width: 25%;
}

.row-fluid .span2 {
  width: 16.66%;
}

.row-fluid .span1 {
  width: 8.33%;
}

/*  */


.flex_row .col12 {
  width: 100%;
}

.flex_row .col11 {
  width: 91.66%;
}

.flex_row .col10 {
  width: 83.33%;
}

.flex_row .col9 {
  width: 75%;
}

.flex_row .col8 {
  width: 66.66%;
}

.flex_row .col7 {
  width: 58.33%;
}

.flex_row .col6 {
  width: 50%;
}

.flex_row .col5 {
  width: 41.66%;
}

.flex_row .col4 {
  width: 33.33%;
}

.flex_row .col3 {
  width: 25%;
}

.flex_row .col20 {
  width: 20%;
}

.flex_row .col2 {
  width: 16.66%;
}

.flex_row .col1 {
  width: 8.33%;
}


.container-fluid {
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .flex_row .col20,
  .flex_row .col12,
  .flex_row .col11,
  .flex_row .col10,
  .flex_row .col9,
  .flex_row .col8,
  .flex_row .col7,
  .flex_row .col6,
  .flex_row .col5,
  .flex_row .col4,
  .flex_row .col3,
  .flex_row .col2,
  .flex_row .col1 {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    width: 100%;
  }

  .dnd-section>.row-fluid .dnd-column,
  .dnd-section>.row-fluid>[class*="span"].dnd-module {
    padding: 0 10px;

  }
}

.dnd-section[class*="force-full-width-section"]>.row-fluid>.dnd-column.span12,
.dnd-section[class*="force-full-width-section"]>.row-fluid>.span12.dnd-module {
  padding: 0;
}

@media (min-width: 768px) {

  .dnd-section>.row-fluid .dnd-column,
  .dnd-section>.row-fluid>[class*="span"].dnd-module {
    padding: 0 10px;
  }

  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.66%;
  }

  .row-fluid .span10 {
    width: 83.33%;
  }

  .row-fluid .span9 {
    width: 75%;
  }

  .row-fluid .span8 {
    width: 66.66%;
  }

  .row-fluid .span7 {
    width: 58.33%;
  }

  .row-fluid .span6 {
    width: 50%;
  }

  .row-fluid .span5 {
    width: 41.66%;
  }

  .row-fluid .span4 {
    width: 33.33%;
  }

  .row-fluid .span3 {
    width: 25%;
  }

  .row-fluid .span2 {
    width: 16.66%;
  }

  .row-fluid .span1 {
    width: 8.33%;
  }
}

@media (max-width: 767px) {
  .row-fluid [class*=span] {
    min-height: 0;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}
body {
  line-height: 1.625;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}
p:last-of-type {
  margin-bottom: 0;
}
/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */
.hs_service .form-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 16px;
}


/* Lists */

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul ,ol {
  padding-top: 1.3rem;
  padding-left: 1.5rem;
}

ul  li,
ol li  {
  margin-bottom: 0;
}
img{
  max-width:100%;
  height:auto;
  vertical-align:middle;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.5rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
.hs_cos_wrapper_type_module > hr:only-child {
  background-color: transparent;
}

.privacy_policy_page ol li ol li:before{
  content:'';
  background-image:url(//2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/raw_assets/public/Sherpadesk_November_2024/images/basic%20icon.png);
  position: absolute;
  background-size:100%;
  top: 0;
  left: -28px;
  width: 24px;
  height: 24px;
}
.privacy_policy_page ol li ol li{
  list-style: none;
}
.privacy_policy_page ol li {
  list-style: none;
}
.privacy_policy_page ol {
  padding: 0px;
}
.privacy_policy_page ul li:before {
  content: '';
  background-image: url(//2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/raw_assets/public/Sherpadesk_November_2024/images/basic%20icon.png);
  position: absolute;
  background-size:100%;
  top: 0;
  left: -28px;
  width: 24px;
  height: 24px;
}
.privacy_policy_page ul ol li h5 {
  margin: 0;
}

.privacy_policy_page ul ol li:before {
  width: 0;
}
.privacy_policy_page ul li {
  position: relative;
  list-style: none;
}
.privacy_policy_page ol ol {
  padding-left: 35px;
}
.privacy_policy_page ol ol li {
  position: relative;
}
@media ( max-width:767px ){
  .privacy_policy_page ol li ol li:before,
.privacy_policy_page ul li:before {
  width: 20px;
  height: 20px;
}
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}
.hs-search-field button {
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  right: 20px;
  width: 20px;
  height: 20px;
}
.hs-search-field button:focus:
.hs-search-field button:hover {
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  right: 20px;
  width: 20px;
  height: 20px;
}
.hs-search-field form {
  position: relative;
}
.hs-search-field__bar button svg {
  min-height: 18px;
  min-width: 18px;
}
/* Labels */

form label {
  display: block;
  font-size: 16px;
  margin-bottom: 2px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=search],
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  padding: 0.7rem;
  width: 100%;
  height: 60px;
  outline:none;
  font-weight:inherit;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

.fn-date-picker .pika-table thead th {
  color: #FFF;
}
.widget-type-google_search a.hs-button.primary {
  margin-top: 20px;
}
.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

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

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

/* Submit button */
.blog_pagination a,
.hs-trans-btn,
form input[type=submit],
.hs-button, .hs-sec-btn,.systems-page .hs-search-results__next-page,
.systems-page .hs-search-results__prev-page {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-weight:500;
  line-height: 1;
  width:auto;
  border: 1px solid;
  text-transform:uppercase;
}

@media(max-width:767px){
  form input[type=submit],
  .hs-button, .hs-sec-btn{
    padding-left:31px;
    padding-right:31px;
    padding-top:6.5px;
    padding-bottom:6.5px;
  }
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.hs_error_rollup label {
  color: #ef6b51 !important;
}

::-webkit-input-placeholder{
  color: currentColor;
}

::-moz-placeholder{
  color: currentColor;
}

:-ms-input-placeholder{
  color: currentColor;
}

:-moz-placeholder{
  color: currentColor;
}

::placeholder{
  color: currentColor;
}

form input[type=search]:focus,
form input[type=text]:focus, 
form input[type=email]:focus, 
form input[type=password]:focus, 
form input[type=tel]:focus, 
form input[type=number]:focus, 
form input[type=file]:focus, 
form select:focus, 
form textarea:focus{
  box-shadow: 0px 1px 2px rgb(22 22 22 / 10%);
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
form textarea {
  min-height: 150px;
  resize: none;
}

.hs-search-field--open.hs-search-field .hs-search-field__suggestions{
  padding-left:10px;
  padding-right:10px;
  margin-top:10px;
}

.hs-search-field--open.hs-search-field .hs-search-field__suggestions li:first-child {
  margin-top: 10px;
  margin-bottom: 5px;

}
.hs-search-field .hs-search-field__suggestions li:LAST-child{
  margin-bottom:10px;
}

.hs-search-field .hs-search-field__suggestions li:first-child {
  padding: 0 5px;
}
.hs-search-field .hs-search-field__suggestions li a {
  padding: 10px 5px;
  display:block;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  form .hs-input:not([type="checkbox"]):not([type="radio"]) {
    width: 100% !important;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  word-break: normal;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
  text-align: left;
}

th {
  font-weight: bold;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 1px solid;
  vertical-align: bottom;
}
header.header .col_left {
  display: flex;
  align-items: center;
  column-gap: 84px;
}
header.header .hs_logo img {
  width: 152px !important;
}
header.header .header_btns {
  display: flex;
  column-gap: 10px;
}
header.header .header_btns .btn_row {
  margin: 0;
}
header.header .flex_row {
  align-items: center;
  justify-content: space-between;
}
header.header .header_wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding:15px 100px;
  transition: all 250ms;
}

header.header .hs_menu .hs-menu-wrapper ul ul {
  display: none;
}
header .hs-sec-btn {
  padding: 18px 28px;
}
header.header .hs_menu .hs-menu-wrapper > ul {
  display: flex;
  justify-content: flex-end;
  column-gap: 32px;
  flex-wrap: wrap;
  position: relative;
  top: 5px;
}

header.header .hs_menu .hs-menu-wrapper ul li.hs-item-has-children {
  position:relative;
}
header.header .search_icn {
  cursor: pointer;
}

header.header .hs_menu .hs-menu-wrapper ul li.hs-item-has-children:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
header.header .search_open .hs_search_inner{
  transform: translateY(0px);
}
header.header .hs_search_inner{
  transition: all 250ms;
  transform: translateY(-10px);
  transition-delay: 0.4s;
}
header.header .hs_menu .hs-menu-wrapper ul li.hs-item-has-children>ul {
  display: block;
  position: absolute;
  min-width: 285px;
  left: 0;
  top: 45px;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all 250ms;
  transform: translateY(-10px);
  box-shadow: 0px 0px 15px 0px #114D7C26;
  border-radius: 10px;
}
header.header .header_wrapper ul ul >li:not(:last-child) {
  margin-bottom: 16px;
}
header.header .hs_menu .hs-menu-wrapper ul ul li a {
  display: block;
}
.scrolled header.header .header_wrapper {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

header.header .hs_menu .hs-menu-wrapper ul li.hs-item-has-children i {
  margin-left: 7px;
  transition: transform 250ms;
}
header.header .hs_menu .hs-menu-wrapper ul li.hs-item-has-children:hover i {
  transform: rotate(180deg);
}
header.header .hs_menu .hs-menu-wrapper ul li.hs-item-has-children:after {
  content: '';
  background: transparent;
  width: 100px;
  height: 37px;
  display: block;
  position: absolute;
}
header.header .header_wrapper ul>li>a {
  font-size: 18px;
}
header.header.lp .hs_logo img { 
  filter: brightness(0.5);
}
header.header .mobile_trigger {
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; 
}
.header .hs_menu .hs-menu-wrapper ul li.hs-item-has-children {
  position: relative;
}

.header .hs_menu .hs-menu-wrapper > ul {
  display: flex;
  justify-content: flex-end;
  column-gap: 28px;
  flex-wrap: wrap;
}
header.header .hs_menu .hs-menu-wrapper>ul>li>a svg {
  margin-left: 6px;
}
header.header .header_wrapper ul>li>a svg * {
  fill: currentColor;
}
header.header .hs_menu .hs-menu-wrapper>ul>li:hover>a svg {
  transform: rotate(180deg);
}

header.header .hs_menu .hs-menu-wrapper>ul>li>a svg {
  transition: all .2s ease-in;
}

@media(max-width:1812px){
  header.header .col_left {
    column-gap: 60px;
  }
  header.header .hs_menu .hs-menu-wrapper > ul {
    column-gap: 20px;
  }
}

/* Mobile Style */

@media(min-width:1151px){
  header.header .tab_buttons,
  header.header .close_menu,
  header.header .mobile_trigger ,
  header.header .mm_menu_wrapper {
    display: none !important;
  }
}
@media(max-width:1150px){
  header.header .col_left {
    width: 100%;
    justify-content: space-between;
  }

  header.header .flex_row {
    column-gap: 0;
  }
  header.header  .hs_menu {
    display: none;
  }

  header.header  .header_btns {
    display: none;
  }
  header.header .mm_menu_wrapper .hs-menu-wrapper > ul> li.hs-item-has-children>ul {
    display: none;
  }
  header.header .mm_menu_wrapper .hs-menu-wrapper >ul ul> li:first-child{
    padding-top: 20px;
  }
  header.header .mm_menu_wrapper  .hs-menu-wrapper >ul > li>a {
    display: inline-flex;
    gap:8px;
  }

  header.header  .mm_menu_wrapper {
    position: fixed;
    z-index: 99999999;
    padding: 20px 100px;
    width: 100%;
    top: 70px;
    display: none;
    bottom:0; 
  }

  header.header .mm_menu_bts .btn_row.more {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top:0;
    flex-wrap: wrap;
    margin:0;
    flex-direction:column-reverse;
  }
  html:not(.mobile_open) header.header .close_menu {
    display: none;
  }
  html.mobile_open header.header .mobile_trigger {
    display: none;
  }
  header.header .close_menu {
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  header.header .mm_menu_bts .btn_row.more a {
    display: block;
  }
  header.header .mm_menu_bts .btn_row.more>div {
    width: 100%;
  }
  header.header  .child_trigger * {
    fill: currentColor;
  }
  header.header .mm_menu_wrapper .hs-menu-wrapper >ul > li:not(:last-child) {
    padding-bottom: 20px;
  }
  header.header .open_menu .child_trigger {
    transform: rotate(-180deg);
  }
  header.header .child_trigger {
    transform: none;
    transition: all .3s ease-in;
  }
  header.header .mm_menu_wrapper .hs-menu-wrapper > ul ul li {
    padding-left: 20px;
  }
  header.header .mm_menu_wrapper .hs-menu-wrapper > ul ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  html.mobile_open {
    overflow: hidden;
  }
  header.header .mobile_trigger * {
    fill: currentColor;
    stroke: currentColor;
  }
  header.header .close_menu * {
    stroke: currentColor;
  }

  header.header  .mm_menu_bts {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  header.header .mm_menu_bts .btn_row.more {
    background: #ffff;
  }

  header.header .mm_menu {
    overflow-y: auto;
    max-height: calc(100vh - 220px);
  }
  header.header .tab_buttons a {
    padding: 9px 20px;
  }

  header.header .tab_buttons {
    margin-left: auto;
    margin-right: 0;
  }

  header.header .col_left {
    column-gap: 0;
  }

  header.header .tab_buttons .btn_row {
    margin: 0;
  }
  header.header .close_menu,
  header.header .mobile_trigger {
    margin-left: 24px;
  }

}
@media(max-width:1024px){
  header.header .header_wrapper {
    padding: 15px 60px;
  }
  header.header .mm_menu_wrapper {
    padding: 20px 60px;
  }
}
@media(min-width:1151px) and (max-width:1350px){
  header .btn_row.more a {padding-left: 8px;padding-right: 8px;}

  header.header .header_btns .btn_row {
    gap: 10px;
  }

  header.header .hs_menu .hs-menu-wrapper > ul {
    column-gap: 16px;
  }

  header.header .col_left {
    gap: 30px;
  }

  header.header .header_wrapper ul>li>a {
    font-size: 15px;
  }

}

@media(min-width:768px){
  header.header .mm_menu_buttons {
    display: none !important;
  }
}
@media(max-width:767px){
  header.header .mm_menu_over {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  header.header .mm_menu_buttons .btn_row {
    margin: 0;
    flex-direction: column-reverse;
  }

  header.header .mm_menu_buttons .btn_row * {
    width: 100%;
  }

  header.header .mm_menu_buttons .btn_row a {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  header.header .tab_buttons {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  header.header .mm_menu_wrapper {
    padding: 20px 30px;
  }
  header.header .header_wrapper {
    padding: 15px 16px;
  }
}

@media(max-width:620px){
  header.header .mobile_trigger {
    width: 40px;
    margin-left: 10px;
  }
  header.header .hs_logo img {
    width: 100px !important;
  }
  header.header .tab_buttons .btn_row {
    gap: 4px;
  }
  header.header .tab_buttons a {
    padding: 9px 5px;
    font-size: 11px;
  }
  header.header .close_menu {
    width: 40px;
    margin-left: 10px;
  }
}
@media(max-width:400px){
  header.header .tab_buttons a {
    padding: 9px 5px;
    font-size: 9px;
  }
}
.footer_wrap .footer_bar{
  border-top: 1px solid #A5A5A5;
}
.footer_wrap .footer_logo img {
  width: 200px !important;
}
.footer_wrap .ft_bottom {
  padding: 40px 80px 60px;
}
.footer_wrap .social_col a svg path {
  fill: currentColor;
}
.footer_wrap .ft_top {
  padding: 80px 80px 40px;
}

.footer_wrap .mb_coprights p,
.footer_wrap .ft_bottom p {
  margin: 0;
}
.footer_wrap .ft_bottom .hs-menu-wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.footer_wrap .social_ul {
  justify-content: flex-end;
  line-height: 0;
  column-gap: 16px;
}

.footer_wrap .ft_bottom .hs-menu-wrapper ul li a {
  font-size: 18px;
  font-weight: 400;
}
.footer_wrap .footer_menu {
  width: 25%;
}
.footer_wrap .mb_ft_btm_menu .hs-menu-wrapper >ul>li >a {
  font-size: 18px;
  font-weight: 500;
}

.footer_wrap .mb_ft_btm_menu .hs-menu-wrapper >ul>li:not(:last-child) {
  margin-bottom: 16px;
}

.footer_wrap .mb_ft_menu.flex_row .col6:last-child {
  display: flex;
  flex-direction: column;
  gap: 50px;
}


.footer_wrap .footer_cuve_image {
  display: block;
}
.footer_wrap .footer_cuve_image {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  pointer-events:none;
}
.footer_wrap .footer_cuve_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.footer_wrap  {
  position:relative;
  z-index:3;
}
.footer_wrap  .footer_menu.item_1 .hs-menu-wrapper>ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.footer_wrap  .menu_item .hs-menu-wrapper>ul>li>a[href*='javascript'] {
  pointer-events: none;
}
.footer_wrap  .buttons_col .btn_row.more {
  margin: 0;
  flex-direction: column;
  gap: 20px;
}

.footer_wrap  .social_ul {
  display: flex;
  flex-wrap: wrap;
}
.footer_wrap  .social_col a svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}
.footer_wrap  .social_col a:first-child {
  padding-left: 0;
}

.footer_wrap .hs-menu-wrapper ul li a {
  display: inline-block;
}
.footer_wrap  .btn_item {
  width: 100%;
}
.footer_wrap  .btn_item a {
  display: block;
}
.footer_wrap .footer_logo.col2 img {
  width: 100px !important;
}
.footer_wrap .menu_item.col8 {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}

.footer_wrap .footer_menu .hs-menu-wrapper > ul>li >a {
  font-weight: 600;
  font-size: 24px;
}

.footer_wrap .footer_menu .hs-menu-wrapper > ul ul>li >a {
  font-size: 18px;
  font-weight: 400;
}

.footer_wrap .footer_menu .hs-menu-wrapper > ul>li>a {
  margin-bottom: 20px;
}

.footer_wrap .hs-menu-wrapper ul ul li:not(:last-child) {
  margin-bottom: 13px;
}

.footer_wrap .footer_logo.col4 {
  line-height: 0;
}

.footer_wrap span.ftchild_trigger {
  cursor: pointer;
  margin-left: 10px;
  transition: all .3s ease-in;
  transform: rotate(0);
  display:inline-block;
}
.footer_wrap .footer_menu .hs-menu-wrapper ul>li>a:empty {
  display: none;
}
.footer_wrap .social_col a svg path {
  fill: currentColor;
}

.footer_wrap .footer .social_col a:nth-child(2) svg {
  height: 28px;
}

.footer_wrap .footer .social_col a:nth-child(1) svg {
  width: 27px;
}

.footer_wrap .footer .social_col a:nth-child(3) svg {
  width: 30px;
  height: 28px;
}




@media(min-width:1025px){
  .footer_wrap .mb_ft_menu {
    display: none !important;
  }
}
@media(max-width:1300px){
  .footer_wrap .footer_logo.col4 {
    width: 20%;
  }
  .footer_wrap .menu_item.col8 {
    width: 80%;
    column-gap: 10px;
  }
  .footer_wrap .ft_bottom {
    padding: 32px 0;
  }
  .footer_wrap .ft_top {
    padding-top: 40px;
    padding-bottom:40px;
  }
}


@media(max-width:1024px){

  .footer_wrap .ft_top {
    padding: 40px 40px 40px;
  }
  .footer_wrap .social_col.col4 {
    width: 100%;
    text-align: center;
  }

  .footer_wrap  .social_ul {
    justify-content: center;
  }

  .footer_wrap .ft_bottom {
    padding: 25px 0;
  }

  .footer_wrap .footer_menu {
    width: 100%;
  }

  .footer_wrap .menu_item.col8 {
    width: 100%;
    display:none;
  }

  .footer_wrap .footer_logo.col4 {
    width: 100%;
  }
  .footer_wrap .mb_ft_menu.flex_row .col6 {
    width: 50%;
  }
  .footer_wrap .mb_ft_menu_inn .hs-menu-children-wrapper {
    display: none;
  }
  .footer_wrap .mb_ft_menu.flex_row {
    justify-content: space-between;
    width: 100%;
  }
  .footer_wrap .mb_ft_menu_inn.left .hs-menu-wrapper >ul>li>a {
    font-size: 18px;
    font-weight: 500;
  }
  .footer_wrap  .mb_ft_menu_inn.left .hs-menu-wrapper >ul>li:not(:last-child) {
    margin-bottom: 16px;
  }
  .footer_wrap  .mb_ft_menu_inn.right .hs-menu-wrapper >ul>li>a {
    font-weight: 500;
    font-size: 22px;
  }
  .footer_wrap .mb_ft_menu_inn.right .hs-menu-wrapper >ul>li:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer_wrap .mb_ft_menu_inn.right .hs-menu-wrapper >ul ul>li>a {
    font-size: 18px;
    font-weight: 500;
  }

  .footer_wrap .mb_ft_menu_inn.right .hs-menu-wrapper >ul ul>li:not(:last-child) {
    margin-bottom: 12px;
  }

  .footer_wrap .mb_ft_menu_inn.right .hs-menu-wrapper >ul ul>li:first-child {
    margin-top: 12px;
  }
  .footer_wrap .open_menu span.ftchild_trigger {
    transform: rotate(180deg);
  }
  .footer_wrap span.ftchild_trigger * {
    fill: currentColor;
  }

  .footer_wrap .social_col.col4,
  .footer_wrap .col4.cm_bm_menu {
    display: none;
  }

  .footer_wrap .col4.cm_copyright {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer_wrap .mb_ft_menu .social_col.col4 {
    display: block;
    width: 33.33%;
  }
  .footer_wrap .social_ul {
    flex-direction: column;
    row-gap: 16px;
  }

  .footer_wrap .mb_ft_menu_inn.right {
    margin-bottom: 60px;
  }
  .footer_wrap .mb_ft_menu.flex_row .mb_coprights {
    display: none;
  }
  .footer_wrap .footer_logo {
    margin-bottom: 60px;
  }
  .footer_logo.col4.desktop_view {
    display: none;
  }
  .footer_wrap .mb_ft_menu.flex_row .col4{
    width: 33.33%;
  }
}

@media(min-width:601px) and (max-width:767px){
  .footer_wrap .mb_ft_menu.flex_row .col4:nth-child(2) {width: 25%;}

  .footer_wrap .mb_ft_menu.flex_row .col4:last-child {
    width: 20%;
  }
}

@media(max-width:767px){
  .footer_wrap .social_col.col4 {
    display: block;
  }
  .footer_wrap .social_ul {
    flex-direction: row;
  }
  .footer_wrap .col4.cm_copyright {
    display: none;
  }
  .footer_wrap .mb_ft_menu.flex_row .social_col.col4 {
    display: none;
  }

  .footer_wrap .mb_ft_menu.flex_row .col4 {
    padding: 0;
  }
  .footer_wrap .footer_logo.col4.desktop_view {
    display: block;
    padding: 0;
    margin-bottom: 28px;
  }

  .footer_wrap .ft_top {
    padding: 28px 16px;
  }

  .footer_wrap .mb_ft_menu.flex_row {
    flex-direction: row-reverse;
  }


  .footer_wrap .mb_ft_menu.flex_row .footer_logo {
    display: none;
    order: 1;
  }

  .footer_wrap .mb_ft_menu.flex_row .mb_coprights {
    display: block;
    order: 4;
  }

  .footer_wrap .mb_ft_menu_inn.right {
    order: 2;
    margin: 0;
  }

  .footer_wrap .mb_ft_menu.flex_row .col4 {
  }

  .footer_wrap .mb_ft_menu.flex_row .col4 {
    width: 50%;
  }

  .footer_wrap .mb_ft_menu.flex_row .col4:first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .footer_wrap .mb_ft_btm_menu {
    order: 3;
  }

  .footer_wrap .ft_bottom {
    padding-bottom: 40px;
  }

  .footer_wrap  .ft_top .page-center >.flex_row {
    row-gap: 0;
  }
  .footer_wrap .mb_ft_menu_inn.left .hs-menu-wrapper >ul>li>a {
    font-size: 14px;
  }

  .footer_wrap .mb_ft_menu_inn.right .hs-menu-wrapper >ul>li>a {
    font-size: 18px;
  }

  .footer_wrap .mb_ft_btm_menu .hs-menu-wrapper >ul>li >a {
    font-size: 14px;
  }

  .footer_wrap .mb_ft_menu_inn.right .hs-menu-wrapper >ul ul>li>a {
    font-size: 14px;
  }
}

@media(min-width:768px) and (max-width:1024px){
  .footer_wrap .social_col a svg {
    width: 40px !important;!i;!;
    height: 40px !important;!i;!;!m;!;
  }
  .footer_wrap .footer_mid {
    padding: 0 40px !important;
  }
  .footer_wrap .mb_ft_menu.flex_row .col4 { 
    width: auto !important;
  }
  .footer_wrap .social_ul {
    padding-right: 7px !important;
  }
}







/* Containers */




/* Colors */










.sm_para{
  font-size:16px;
}
.cm_timeline_wrp .cm_cards:after {
  background-color:

  
  
    
  


  rgba(235, 102, 61, 1.0)

 !important;
}
.font_18med{
  font-size:18px;
}
.link_sky_blue a{
  color:

  
  
    
  


  rgba(17, 128, 215, 1.0)

 !important;
}
.txt_blue{
  color:

  
  
    
  


  rgba(17, 128, 215, 1.0)

;
}
.bg_orange{
  background-color:

  
  
    
  


  rgba(235, 102, 61, 1.0)

 !important;
}
.orange_inner_text span,
.txt_orange{
  color:

  
  
    
  


  rgba(235, 102, 61, 1.0)

 !important;
}
.hover_orange a:hover{
  color:

  
  
    
  


  rgba(235, 102, 61, 1.0)

 !important;
}

.active_orange_link a:hover{
  color:

  
  
    
  


  rgba(235, 102, 61, 1.0)

 !important;
}

/* Typography */




 









































































.dnd-section,
.content-wrapper--vertical-spacing {
  padding-top: 100px ;
  padding-bottom: 100px ;
}
.col_padd,
.flex_row .col20,
.flex_row .col12,
.flex_row .col11,
.flex_row .col10,
.flex_row .col9 ,
.flex_row .col8 ,
.flex_row .col7 ,
.flex_row .col6 ,
.flex_row .col5 ,
.flex_row .col4 ,
.flex_row .col3 ,
.flex_row .col2 ,
.flex_row .col1 ,
.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 20px;
  padding-right: 20px;
}


@media(max-width:767px){
  .flex_row .col20,
  .flex_row .col12,
  .flex_row .col11,
  .flex_row .col10,
  .flex_row .col9 ,
  .flex_row .col8 ,
  .flex_row .col7 ,
  .flex_row .col6 ,
  .flex_row .col5 ,
  .flex_row .col4 ,
  .flex_row .col3 ,
  .flex_row .col2 ,
  .flex_row .col1,
  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.content-wrapper ,
.dnd-section > .row-fluid,
.page-center{
  
  max-width: 1720px;
  
}
.header .page-center,
.header .primary-section .page-center{
  
  max-width: 1720px;
  
}
.footer .page-center{
  
  max-width: 1720px;
  
}





body {
  font-size: 20px;
  color: #072D4C;
  font-weight: 500;
  font-family: "Inter",sans-serif;
  
  line-height:1.5;
  background-color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  letter-spacing: 0px;
}

form#email-prefs-form .subscribe-options label{
  font-size: 20px;
  color: #072D4C;
}

/* Anchors */

a {
  color: #EB663D;
}

a:hover,
a:focus,
a:active {
  color: #EB663D;
}

/* Headings */
.h1,
h1 {
  font-family: "Inter",sans-serif;
  font-size: 64px;
  color: #072D4C;
  font-weight: 600;
  
  line-height:1.2;
  letter-spacing:  0px;
}
.h2,
h2 {
  font-family: "Inter",sans-serif;
  font-size: 40px;
  color: #072D4C;
  font-weight: 600;
  
  line-height:1.5;
  letter-spacing:  0px;
}
.h3,
h3 {
  font-family: "Inter",sans-serif;
  font-size: 32px;
  color: #072D4C;
  font-weight: 600;

  
  line-height:1.5;
  letter-spacing:  0px;
}

.h4,
h4 {
  font-family: "Inter",sans-serif;
  font-size: 30px;
  color: #072D4C;
  font-weight: 500;
  
  line-height:1.2;
  letter-spacing:  0px;
}

.h5,
h5 {
  font-family: "Inter",sans-serif;
  font-size: 24px;
  color: #072D4C;
  font-weight: 600;
  
  line-height:1.5;
  letter-spacing:  0px;
}
.h6,
h6 {
  font-family: "Inter",sans-serif;
  font-size: 20px;
  color: #072D4C;
  font-weight: 700;
  
  line-height:1.4;
  letter-spacing:  0px;
}

/* Blockquote */
blockquote {
  border-left-color: 

  
  
    
  


  rgba(7, 45, 76, 1.0)

;
}

@media(max-width:767px){
  
  body{
    font-size:16px;
  }
  

  
  h1,.h1{
    font-size:32px;
  }
  

  
  h2,.h2{
    font-size:28px;
  }
  

  
  h3,.h3{
    font-size:22px;
  }
  

  
  h4,.h4{
    font-size:20px;
  }
  

  
  h5,.h5{
    font-size:18px;
  }
  

  
  h6,.h6{
    font-size:16px;
  }
  
}



















.hs_cos_wrapper_type_email_subscriptions,
.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar,
.widget-type-form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.hs_cos_wrapper_type_member_login , 
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request ,
.hs_cos_wrapper_type_password_reset{
  display:block;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Form title */
.form-title {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: 

  
  
    
  


  rgba(7, 45, 76, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(7, 45, 76, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(7, 45, 76, 1.0)

;
}

/* Form inputs */

form input[type=search],
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(165, 165, 165, 1.0)

;
  border-radius: 7px;
  color:

  
  
    
  


  rgba(7, 45, 76, 1.0)

;
}

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(7, 45, 76, 1.0)

;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder{
  color: 

  
  
    
  


  rgba(7, 45, 76, 1.0)

;
}

form input[type=search]:hover,
form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover {
  border-color: ;
}

form input[type=search]:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: 

  
  
    
  


  rgba(17, 128, 215, 1.0)

;
}
.actions .hs-button {
  margin-bottom: 0;
}
/* Form placeholder text */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #072D4C;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: 

  
  
    
  


  rgba(7, 45, 76, 1.0)

;
}

.fn-date-picker td .pika-button:hover {
  background-color: 

  
  
    
  


  rgba(7, 45, 76, 1.0)

 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: 

  
  
    
  


  rgba(7, 45, 76, 1.0)

;
}






/*  Primary Buttons */














.blog_pagination a,
button,
.button ,
form input[type=submit],
.hs-button,
input.hs-button{
  background-color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

;
  border-width: 2px;
  border-color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

;
  border-radius: 10px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 18px 32px;
}

@media(max-width:767px){
  .blog_pagination a,
  button,
  .button ,
  form input[type=submit],
  .hs-button,
  input.hs-button{
    padding: 13.846153846153845px 32px;
  }
}
.blog_pagination a:focus,
button:focus,
.button:focus, 
form input[type=submit]:focus,
.hs-button:focus,
input.hs-button:focus{
  background-color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

;
  border: ;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.blog_pagination a:hover,
button:hover,
.button:hover, 
form input[type=submit]:hover,
.hs-button:hover,
input.hs-button:hover{
  background-color: 

  
  
    
  


  rgba(235, 102, 61, 0.1)

;
  color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

;
  border-color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

;
}
.blog_pagination a:active,
button:active,
.button:active ,
form input[type=submit]:active,
.hs-button:active,
input.hs-button:active{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

;
  border: ;
}
.hs-button.hoverDisable{
  background-color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

;
}

/*  Secondary Buttons */











html body .post_comment_form .comment-reply-to{
  background-color:  

  
  
    
  


  rgba(235, 102, 61, 0.0)

 !important;
  border-width: 2px !important;
  border-color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

 !important;
  border-radius: 10px !important;
  color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

 !important;
  padding: 18px 32px !important;
}
.blog-pagination-center a.active,
.hs-sec-btn {
  background-color:  

  
  
    
  


  rgba(235, 102, 61, 0.0)

;
  border-width: 2px;
  border-color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

;
  border-radius: 10px;
  color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

;
  padding: 18px 32px;
}
html body .post_comment_form .comment-reply-to:hover{
  background-color:  

  
  
    
  


  rgba(235, 102, 61, 0.1)

 !important;
  border-color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

 !important;
  color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

 !important;
}
.hs-sec-btn:hover{
  background-color:  

  
  
    
  


  rgba(235, 102, 61, 0.1)

;
  border-color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

;
  color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

;
}
.hs-sec-btn.hoverDisable{
  background-color:  

  
  
    
  


  rgba(235, 102, 61, 0.0)

;
  color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

;
  border-color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

;
}
@media(max-width:767px){
  .blog-pagination-center a.active,
  .hs-sec-btn {
    padding: 13.846153846153845px 32px;
  }
}


















table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  
}

th,
td {
  border-color: 

  
  
    
  


  rgba(7, 45, 76, 1.0)

;
  color: 

  
  
    
  


  rgba(7, 45, 76, 1.0)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(235, 102, 61, 1.0)

;
  border-color: 

  
  
    
  


  rgba(7, 45, 76, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(7, 45, 76, 1.0)

;
  color: 

  
  
    
  


  rgba(7, 45, 76, 1.0)

;
}















header .hs-button {
  background-color:

  
  
    
  


  rgba(17, 128, 215, 1.0)

;
  border-color:

  
  
    
  


  rgba(17, 128, 215, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
header .hs-button:hover {
  background-color:

  
  
    
  


  rgba(17, 128, 215, 0.1)

;
  color:

  
  
    
  


  rgba(17, 128, 215, 1.0)

;
  border-color:

  
  
    
  


  rgba(17, 128, 215, 1.0)

;
}
header .hs-sec-btn {
  background-color:

  
  
    
  


  rgba(214, 163, 41, 0.0)

;
  border-color:

  
  
    
  


  rgba(17, 128, 215, 1.0)

;
  color:

  
  
    
  


  rgba(17, 128, 215, 1.0)

;
}
header .hs-sec-btn:hover {
  background-color:

  
  
    
  


  rgba(17, 128, 215, 0.1)

;
  color:

  
  
    
  


  rgba(17, 128, 215, 1.0)

;
  border-color:

  
  
    
  


  rgba(17, 128, 215, 1.0)

;
}










.header_wrapper{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.scrolled .header_wrapper{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.hs_menu .hs-menu-wrapper ul li.hs-item-has-children>ul{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.mm_menu_wrapper,
.hs_search_inner{
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.hs_search{
  background-color:rgba(235, 102, 61,0.6);
}
header.header .mm_menu_wrapper .hs-menu-wrapper >ul > li>a,
.hs_menu .hs-menu-wrapper>ul>li>a{
  color:

  
  
    
  


  rgba(7, 45, 76, 1.0)


}
header.header .mm_menu_wrapper .hs-menu-wrapper >ul > li:hover>a,
.hs_menu .hs-menu-wrapper>ul>li:hover>a{
  color:

  
  
    
  


  rgba(235, 102, 61, 1.0)


}
header.header .mm_menu_wrapper .hs-menu-wrapper >ul ul > li>a,
.hs_menu .hs-menu-wrapper> ul ul>li>a{
  color:

  
  
    
  


  rgba(7, 45, 76, 1.0)


}
header.header .mm_menu_wrapper .hs-menu-wrapper >ul ul > li.active>a,
.hs_menu .hs-menu-wrapper> ul>li.active>a{
  color:

  
  
    
  


  rgba(235, 102, 61, 1.0)


}
header.header .mm_menu_wrapper .hs-menu-wrapper >ul ul > li>a:hover,
.hs_menu .hs-menu-wrapper> ul ul>li>a:hover{
  color:

  
  
    
  


  rgba(235, 102, 61, 1.0)


}
header.header .mm_menu_wrapper .hs-menu-wrapper >ul ul > li.acive>a,
.hs_menu .hs-menu-wrapper> ul ul>li.active>a{
  color:

  
  
    
  


  rgba(235, 102, 61, 1.0)


}

header.header .mm_menu_wrapper .hs-menu-wrapper >ul > li.open_menu>a{
  color:

  
  
    
  


  rgba(235, 102, 61, 1.0)


}

























.footer_wrap .mb_coprights p, 
.footer_wrap .ft_bottom p{
  color:rgba(165, 165, 165, 1);
}

.footer_wrap .menu_item .hs-menu-wrapper>ul>li>a[href*='javascript']{
  color:;
}
.footer_wrap .footer{
  background-color:rgba(7, 45, 76, 1);
}
.footer_wrap .footer .menu_title{
  color:rgba(255, 255, 255, 1);
}
.footer_wrap .footer .hs-menu-wrapper ul li a{
  color:rgba(255, 255, 255, 1);
}
.footer_wrap .footer .hs-menu-wrapper ul li.open_menu> a,
.footer_wrap .footer .hs-menu-wrapper ul li a:hover{
  color:rgba(235, 102, 61, 1);
}
.footer_wrap .footer .social_col a{
  color:rgba(255, 255, 255, 1);
}
.footer_wrap .footer .social_col a:hover{
  color:rgba(235, 102, 61, 1);
}
.footer_wrap .footer a.hs-button{
  background-color:;
  color:;
  border-color:;
}
.footer_wrap .footer a.hs-button:hover{
  background-color:;
  color:;
  border-color:;
}
.footer_wrap .footer a.hs-sec-btn{
  background-color:;
  color:;
  border-color:;
}
.footer_wrap .footer a.hs-sec-btn:hover{
  background-color:;
  color:;
  border-color:;
}




.hs-input.invalid.error{
  border-color:

  
  
    
  


  rgba(230, 74, 74, 1.0)

 !important;
}
.hs_error_rollup label,
.hs-error-msg,.systems-page ul.no-list.hs-error-msgs label{
  color:

  
  
    
  


  rgba(230, 74, 74, 1.0)

 !important;
}












header.header .close_menu,
header.header .mobile_trigger {
  color:#072D4C;
}
.dnd_padd{
  padding-top:100px;
  padding-bottom:100px;
}
.bg_primary{
  background-color:

  
  
    
  


  rgba(235, 102, 61, 1.0)

;
}
.bg_secondary{
  background-color:

  
  
    
  


  rgba(17, 128, 215, 1.0)

;
}
.bg_primary_svg{
  fill:

  
  
    
  


  rgba(235, 102, 61, 1.0)

;
  color:

  
  
    
  


  rgba(235, 102, 61, 1.0)

;
}
.bg_secondary_svg{
  fill:

  
  
    
  


  rgba(17, 128, 215, 1.0)

;
  color:

  
  
    
  


  rgba(17, 128, 215, 1.0)

;
}
.primary_font{
  color:

  
  
    
  


  rgba(7, 45, 76, 1.0)

;
}
.second_font{
  color:

  
  
    
  


  rgba(7, 45, 76, 1.0)

;
}

@media(max-width:767px){
  .dnd_padd,
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}











@media(min-width:768px) and (max-width:1600px){
  h1,.h1{
    font-size:51.2px;
  }
  h2,.h2{
    font-size:24.0px;
  }
  h3,.h3{
    font-size:24.0px;
  }
  h4,.h4{
    font-size:24.0px;
  }
  h5,.h5{
    font-size:24.0px;
  }
  h6,.h6{
    font-size:24.0px;
  }
  body{
    font-size:16.0px;
  }
  .blog_pagination a, button, .button, form input[type=submit], .hs-button, input.hs-button{

  }
}







@media(min-width:768px) and (max-width:1300px){
  h1,.h1{
    font-size:38.4px;
  }
  h2,.h2{
    font-size:24.0px;
  }
  h3,.h3{
    font-size:19.2px;
  }
  h4,.h4{
    font-size:24.0px;
  }
  h5,.h5{
    font-size:19.200000000000003px;
  }
  h6,.h6{
    font-size:16.0px;
  }
  body{
    font-size:16.0px;
  }
  .blog_pagination a, button, .button, form input[type=submit], .hs-button, input.hs-button{

  }
}
html {
  overflow-y: overlay;
  overflow: auto;
  -webkit-tap-highlight-color: transparent;
}
.dnd_padd .cm_top_content {
  padding-bottom: 40px;
}
.text_left .btn_row {
  justify-content: flex-start;
}

.text_right .btn_row {
  justify-content: flex-end;
}
.bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events:none;

}
.privacy_policy_page ol li ol li:before{
  content:'';
  background:url(//2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/raw_assets/public/Sherpadesk_November_2024/images/basic%20icon.png);
  position: absolute;
  top: 0;
  left: -35px;
  width: 24px;
  height: 24px;
}
.privacy_policy_page ol li ol li{
  list-style: none;
}
.privacy_policy_page ol li {
  list-style: none;
}
.privacy_policy_page ol {
  padding: 0px;
}
.privacy_policy_page ul li:before {
  content: '';
  background: url(//2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/raw_assets/public/Sherpadesk_November_2024/images/basic%20icon.png);
  position: absolute;
  top: 0;
  left: -35px;
  width: 24px;
  height: 24px;
}
.privacy_policy_page ul ol li h5 {
  margin: 0;
}

.privacy_policy_page ul ol li:before {
  width: 0;
}
.privacy_policy_page ul li {
  position: relative;
  list-style: none;
}
.privacy_policy_page ol ol {
  padding-left: 35px;
}
.privacy_policy_page ol ol li {
  position: relative;
}
.bg_image {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events:none;

}
.text_center{
  text-align:center;
}
.text_right{
  text-align:right;
}
.text_left{
  text-align:left;
}
.text_center .btn_row{
  justify-content:center;
}
.text_right .btn_row{
  justify-content:flex-end;
}
.text_left .btn_row{
  justify-content:flex-start;
}
.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 32px;
}

[class*="full-width-section"].dnd-section > .row-fluid,
[class*="full-width-section"].dnd-section {
  padding: 0;
}
.btn_row:empty {
  margin: 0 !important;
}
.btn_row {
  margin-top: 20px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 20px;
  justify-content: center;
  align-items: center;
}
.privacy_policy_page .dnd-section,
.dnd_padd {
  position: relative;
  overflow: hidden;
  padding-left:80px;
  padding-right:80px;
}


.col3_row .flex_row,
.col4_row .flex_row,
.col20_row .flex_row ,
.col3_row .flex_row {
  justify-content: center
}
@media(max-width:1300px) and (min-width:1101px){
  .col20_row .flex_row .col20{
    width: 25%;
  }
}
@media(max-width:1100px) and (min-width:992px){
  .col20_row .flex_row .col20,
  .col3_row .flex_row .col3{
    width: 33.33%;
  }
}

@media(max-width:991px) and (min-width:768px){
  .col20_row .flex_row .col20,
  .col2_row .flex_row .col2,
  .col3_row .flex_row .col3,
  .col4_row .flex_row .col4{
    width: 50%;
  }
}

table {
  border-collapse: collapse;
  border: none;
}

a.cta_button{
  box-sizing: border-box !important;
}
.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-wrapper ul li {
  margin: 0;
}
.dnd_padd .cm_top_content .top_headings {
  padding: 0 20px;
}
.uppercase {
  text-transform: uppercase;
}

.dnd_padd .slick-dots {
  display: flex !important;
  gap: 8px;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  transform: translateX(-50%);
}
.dnd_padd .custom-dot { 
  background: #0000001a;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 8px;
  transition: all .3s ease-in;
  width: 8px
}

.dnd_padd .slick-active .custom-dot {
  background-color: #1180d7;
  border-radius: 7px;
  width: 41px
}
.top_hd_pad *:last-child {
  margin: 0;
}
body  h3.form-title {
  padding: 0;
  margin: 0;
  text-align: left;
  margin-bottom: 32px;
} 
.slick-arrow {
  border: 1px solid #0086d500;
  border-radius: 7px;
  cursor: pointer;
  line-height: 0;
  transition: all .2s ease-in;
}
.slick-arrow:hover {
  border: 1px solid #0086d5;
  border-radius: 7px;
}
.btn_link a:hover {
  border-bottom: 1px solid;
}

.btn_link a {
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.cm_tcc_wrap .content_inner ul li:after {
  background-image: url(//2629098.fs1.hubspotusercontent-na1.net/hubfs/2629098/raw_assets/public/Sherpadesk_November_2024/images/sign-icon.png);
}
.privacy_policy_page ul{
  padding-left: 32px;
}

@media(min-width:1450px){
  .cm_tcc_wrap.review_banner  .col6.content {
    padding: 0;
  }
  .cm_tcc_wrap.review_banner  .col6.media {
    padding: 0;
  }
}
@media(min-width:1201px){
  .cm_tcc_wrap.child_industry .flex_row .col6 {
    padding: 0;
    width: auto;
  }
  .cm_tcc_wrap.child_industry .col6.media {
    width: 55.4%;
    text-align: center;
    padding: 0;
  }
  .cm_tcc_wrap.child_industry .col6.content {
    padding: 0;
    width: 37%;
    padding-left: 6px;
  }
  .cm_tcc_wrap.child_industry .page-center>.flex_row {
    justify-content: space-between;
  }
  .review_banner  .flex_row {
    justify-content: space-between;
  }
  .cm_tcc_wrap.review_banner  .col6.content {
    width: 43.8%;
    padding-bottom: 32px;
  }
  .cm_tcc_wrap.review_banner  .col6.media {
    width: 48.9%;
  }
  .cm_tcc_wrap.review_banner .page-center>.flex_row {
    justify-content: space-between;
  }
  .cm_tcc_wrap.review_banner  .col6.content p {
    max-width: 600px;
  }
}
@media(max-width:1024px){

  .privacy_policy_page .dnd-section,
  .dnd_padd {
    padding-left:40px;
    padding-right:40px;
  }
}
@media(max-width:767px){
  .cm_tcc_wrap.review_banner .content_inner.text_left img {
    max-width: 165px !important;;
  }
  .privacy_policy_page .dnd-section{
    padding-right:16px;
    padding-left:16px;
  }
  .dnd_padd {
    padding-right:14px;
    padding-left:14px;
  }
  .hide_mobile {
    display:none;
  }
  .full_btn * {
    display: block;
  }
}
@media(min-width:768px){
  .dnd_padd .cm_top_content .top_headings {
    margin: 0 auto;
    max-width: 70%;
  }
  .mobile_view {
    display:none;
  }
}
.cm_tcc_wrap.v2.dnd_padd .cm_top_content {
  padding-bottom: 56px;
}

@media (min-width: 768px) and (max-width:1200px) {
  .post_comment_form.dnd_padd {
    padding-bottom: 80px;
    padding-top: 0;
  }
  .related_post_wrp .dnd_padd {
    padding-bottom: 80px;
  }
  .image_slider_wrap .dnd_padd {
  }
  .post_banner .post_featured_img {
    margin-bottom: 50px;
  }
  .post_post_inner .post_banner.dnd_padd {
    margin-bottom: 50px;
  }
}



@media (min-width: 768px) {
  .cm_tcc_wrap.v2.left .media_inner {
    text-align: right;
  }
  .cm_tcc_wrap.v2.dnd_padd .cm_top_content {
    padding-bottom: 100px;
  }
}
@media (min-width: 1300px) {
  .privacy_policy_page .dnd-module ,
  .privacy_policy_page .row-fluid .dnd-column {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) {
  .cm_tcc_wrap.v2.left.content_container .content_inner {
    max-width: 87%;
  }
  .cm_tcc_wrap.v2.right.content_container .content_inner {
    max-width: 87%;
  }
}

@media(max-width:1024px){
  .dnd_padd .cm_top_content .top_headings {
    max-width: 100%;
  }
}
@media(max-width:767px){

  .privacy_policy_page .dnd-module ,
  .privacy_policy_page .row-fluid .dnd-column {
    padding: 0 !important;
  }
  .banner-section.privacy_policy_banner_area .widget-type-header h1 {
    text-align: left;
  }
}

.ticketing-banner.left.fin .media_inner {
  margin-left: 0;
}
.ticketing-banner.left.fin .media_inner {
  max-width: 100%;
}