*, *: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: 0.85rem;
}

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

sub,
sup {
  font-size: 0.75rem;
  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;
}
/* 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: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -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: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.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%;
    }

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

@media (min-width: 768px) and (max-width: 1139px) {
    .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: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -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: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .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: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 640px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.absolute{
    position: absolute;
}
.w-full{
    width: 100%;
}
.h-full{
    height: 100%;
}
.top-0{
    top:0;
}
.right-0{
    right: 0;
}
.opacity-60{
    background-color: rgb(0,0,0,0.6);
}
.overflow-hiiden{
    overflow: hidden;
}
.relative{
    position: relative;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}


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

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 19.8px;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
}

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

/* Paragraphs */

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
}

/* Lists */

ul,
ol {
 font-size: 1rem;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #999;
  border: none;
  color: #999;
  height: 1px;
}

.hs-search-field.hs-search-field--open .hs-search-field__suggestions {
  padding: 5px;
  border: 1px solid #000;
  background: #fff;
  position: absolute;
  background-color: #fff;
  z-index: 2;
  top: 100%;
  width: 100%;
}
@media (max-width: 479px) {
  .hs_recaptcha {
    overflow-y: auto;
  }
}
img {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}
button,
.button, .cta_button {
  cursor: pointer;
  display: inline-block;
  font-size: 1.1764rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin-top: 10px;
  border: none;
  border-radius: 40px;
  padding: .5em 1em;
  text-align: center;
  margin-bottom: 3%;
}

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

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

button:active,
.button:active,
.cta_button:active
{
  text-decoration: none;
}
form {
  max-width: ;
  font-family: ;
}
.systems-page form{
  width:500px;
}

h3.form-title {
  font-size: 38px;
  line-height: 1.1;
  grid-column: 1/-1;
  margin-bottom: .5em;
  font-weight: 400;
}

.hs-button, 
.button--primary,.button {
  display: inline-block;
  text-decoration: none !important;
  margin-top: 15px;
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  font-family: "Montserrat", helvetica, sans-serif;
}
.hs-button:hover, .button--primary:hover,.button:hover {
  background-color: ;
  border-color: ;
  color: ;
}
.hs-button:focus, .button--primary:focus  {
  background-color: ;
  border-color: ;
  color: ;
  outline: none;
}
.hs-button:active, .button--primary:active,.button:active  {
  background-color: ;
  border-color: ;
}
.hs-button:hover, .hs-button:focus,.button:focus {
  background-color: ;
  border-color: ;
}
.hs-button:active,.button:active {
  background-color: ;
  border-color: ;
}
body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
  width: 100%;
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  height: 40px !important;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}
.form_area form .hs-input[type=checkbox] {
  float: left;
  margin-top: 7px;
}

body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
  color: ;
}
body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  outline: none;
}
.hs-form label {
  color: ;
  font-family: 'Montserrat', helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
  line-height: 20px;
  display:block;
}
.hs-form-field label, .hs-form-field a {
  color: ;
  font-family: 'Montserrat', helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px;
  line-height: 20px;
  display:block;
}
a#hs_login_reset {
  color: ;
}
.hs-error-msgs li label:empty {
  display: none;
}
form .hs-error-msgs label {
  font-weight: 700;
  font-size: 11px;
  color: #e42e38;
  line-height: 1.5;
  display: block;
  margin-top: 5px;
}
.hs-error-msgs{
  line-height: 1.125em;
}
.hs_error_rollup .hs-error-msgs label {
  margin-top: 0;
}
body form .hs-input[type=checkbox],
body form .hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  margin: 3px 5px 3px 0px;
  padding: 0 !important;
  line-height: normal;
  min-height: auto;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-input:-moz-placeholder {
  color: ;
}
.hs-input::-webkit-input-placeholder {
  color: ;
}
.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;
}
body form .hs-input.form-input-error,
body form input.hs-input.error,
body form div.field.error input,
body form div.field.error textarea,
body form div.field.error .chzn-choices,
body form textarea.hs-input.error,
body form select.hs-input.error {
  border-color:  !important;
}
body form .hs-input.form-input-error,
body form input.hs-input.error:focus,
body form div.field.error input:focus,
body form div.field.error textarea:focus,
body form div.field.error .chzn-choices:focus,
body form textarea.hs-input.error:focus,
body form select.hs-input.error:focus {
  border-color:  !important;
}
.actions {
  padding: 0;
}
.inputs-list {
  margin: 0 0 0px;
  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;
  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-left: 0;
}
.hs_error_rollup {
  margin-top: 10px;
}
form .field:first-child {
  margin-top: 0;
}
.field {
  margin-bottom: 0;
  margin-top: 15px;
}
.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
}
.hs-form-required {
  color: red;
}
#hs-pwd-widget-password {
  margin-top: 0 !important;
}



@media(max-width:767px){
  .email-edit,.systems-page .success {
    width: 100% !important;
  }
  .systems-page h1{
    font-size:28px;
  }
  .systems-page h2{
    font-size:24px;
  }
  .systems-page h3{
    font-size:22px;
  }
  .systems-page form{
    width:100%;
  }
}

.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: ;
}

.form_width form {
  width: 100%;
}
form textarea {
  height: auto!important;
}
h3.form-title:empty {
  display: none;
}

.form-input-validation-message {
  font-size: 20px!important;
}
/* Table */

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.AnnouncementBar {
  position: relative;
  text-align: center;
  z-index: 1;
  font-size: 14px;
}
.AnnouncementBar__Wrapper p {
  text-transform: uppercase;
  margin: 0px;
  font-size: 16px;
}
.AnnouncementBar__Wrapper {
  padding: 12px 15px;
}

.shopify-section-header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  position: sticky;
}
.custom-header {
  transition: background .3s ease-in-out,box-shadow .3s ease-in-out;
  box-shadow: rgb(38 72 111) 0px -1px 0px 0px inset;
}
.Header__Wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
}
.custom-menu-primary {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
}
.header_logo {
  display: flex;
  position: relative;
  left: -100px;
}
@media(max-width: 1280px) {
  .header_logo {
    left: -50px;
  }
}
@media(max-width: 1139px) {
  .header_logo {
    left: unset;
  }
}
.search_area {
  display: flex;
  flex: 1 0 0;
  align-items: center;
  justify-content: flex-end;
}
.header_logo_inner {
  position: relative;
  margin-bottom: 0;
}
.header_logo_inner a {
  text-align: center;
  display: block;
}
.search_area span {
  display: flex;
}
.search_area a {
  position: relative;
  background: 0 0;
  display: inline-block;
  line-height: 1;
  transition: color .2s ease-in-out;
  color:#fff !important;
}
.search_area a:hover{
  color:#fff;
}
.search_area a:last-child {
  margin-left: 18px;
}
.Icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  fill: currentColor;
  vertical-align: middle;
  stroke-width: 1px;
  background: 0 0;
  pointer-events: none;
}

.custom-menu-primary .navigation-primary > .level-1 {
  list-style: none;
  margin: -6px -8px;
  margin-left: -17px;
  margin-right: -17px;
  padding:0px;
  display:flex;
}

.custom-menu-primary .navigation-primary .submenu .menu-item {
  display: inline-block;
  margin: 6px 8px 6px 8px;
  margin-right: 17px;
  margin-left: 17px;
}

.custom-menu-primary .navigation-primary .submenu .menu-item a {
  letter-spacing: .2em;
  text-transform: uppercase;
  transition: color .2s ease-in-out;
  font-size: 15px;
  font-weight:500;
}

.custom-menu-primary .navigation-primary .submenu .menu-item .mega-menu {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 10px;
}
.custom-menu-primary .navigation-primary .submenu .has-dropdown.menu-item .mega-menu{
	display: flex;
	flex-direction: column;

}
.custom-menu-primary .navigation-primary .submenu .menu-item .mega-menu>li {
  margin: 12px 20px;
  flex-shrink: 0;
}
.custom-menu-primary .navigation-primary .submenu .as-dropdown.menu-item .mega-menu>li{
	margin: 0px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item .mega-menu>li>a{
  display: block;
  margin-bottom: 20px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 13px;
  transition: color .2s ease-in-out;
  color: #ff5c35 !important;
}
.custom-menu-primary .navigation-primary .submenu .has-dropdown.menu-item .mega-menu>li>a{
  display: block;
  margin-bottom: 0px;
  letter-spacing: normal;
  text-transform: Capitalize;
  transition: color .2s ease-in-out;
  color: #fff !important;
  font-size:17px;
  font-weight: 400;
  padding: 0px 20px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item>ul.submenu.level-3 {
  list-style: none;
  padding: 0;
  margin: 0px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item>ul.submenu.level-3>li,
.custom-menu-primary .navigation-primary .submenu .has-dropdown.menu-item .mega-menu >li{
  position: relative;
  display: block;
  margin:0px;
  margin-bottom: 12px;
  width: 100%;
  line-height: 1.5;
  text-align: left;
  transition: all .2s ease-in-out;
}
.custom-menu-primary .navigation-primary .submenu .menu-item>ul.submenu.level-3>li:before{
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: 0;
  border-radius: 100%;
  background: #000;
  opacity: 0;
  transition: opacity .1s ease-in-out;
}
.custom-menu-primary .navigation-primary .submenu .menu-item>ul.submenu.level-3>li>a,
.custom-menu-primary .navigation-primary .submenu .has-dropdown>ul.submenu.level-2>li>a{
  display: block;
  width: 100%;
  text-align: inherit;
  transition: color .2s ease-in-out,opacity .2s ease-in-out;
  font-size: inherit;
  text-transform: capitalize;
  letter-spacing: normal;
  font-weight:400;
}
.submenu-toggle {
  display: none;
}
.custom-menu-primary .navigation-primary > .level-1:after {
  content: " ";
  display: table;
  clear: both;
}
.custom-menu-primary .navigation-primary > .level-1:before {
  content: " ";
  display: table;
}
.custom-menu-primary .navigation-primary .submenu .has-submenu.menu-item:hover > ul.submenu.level-2, 
.custom-menu-primary .navigation-primary .submenu .has-dropdown.menu-item:hover > ul.submenu.level-2 {
  opacity: 1;
  visibility: visible;
}


.Header__Wrapper {
  justify-content: center;
  .header__left,
  .header__right {
    flex: 1 1 50%;
  }
}
.header-v2 {
  .Header__Wrapper {
    justify-content: space-between;
    .header__left, .header__right {
      flex: 0 0 auto;
    }
    .header_logo img {
      max-width: 260px;
    }
  }
}
@media(max-width: 1139px) {
  .header-v2 {
    .Header__Wrapper {
      flex-direction: row-reverse;
    }
  }
}
.custom-menu-primary {
  /* order: 0; */
  .navigation-primary {
    @media (max-width: 1746px) {
      position: static !important;
    }
    .submenu {
      &.level-1 {
        li.has-dropdown {
          .submenu.level-2 {
            background-color: #26486f;
            &:has(.mega-menu) {
              width: 100%;
              overflow: unset;
              left: 0;
              .mega-menu {
                flex-direction: row;
                width: 100%;
                justify-content: center;
                align-items: stretch;
                gap: 70px;
                li.has-dropdown {
                  width: unset;
                  flex: 0 0 auto;
                  >a:first-child {
                    padding: unset;
                    color: #ff5c35 !important;
                    margin-bottom: 10px;
                  }
                }
                li.has-submenu {
                  width: unset;
                  flex: 0 0 auto;
                  >a:first-child {
                    padding: unset;
                  }
                }
                li.no-submenu {
                  width: unset;
                  flex: 0 0 auto;
                }
              }
            }
            
          }
          &:nth-child(2), &:nth-child(3) {
            position: relative;
            .submenu.level-2 {
              width: 300px;
              .mega-menu {
                flex-wrap: nowrap;
                gap: 0;
                flex-direction: column;
              }
            }
          }
          /* &:nth-child(3) {
            position: relative;
            .submenu.level-2 {
              width: 300px;
              .mega-menu {
                flex-wrap: nowrap;
                gap: 0;
                flex-direction: column;
              }
            }
          } */
        
        }
      }
    }
  }
}



.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a {
  width: 100%;
  position: relative;
}
.Header__LinkSpacer {
  position: absolute;
  display: block;
  bottom: 0;
  color: transparent;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.Header__LinkSpacer:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0,1);
  transform-origin: left center;
  border-bottom: 2px solid #fff;
  transition: transform .3s,opacity .3s;
}
.sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: calc(100vw - 65px);
  height: 100vh;
  max-height: none;
  z-index: 20;
  transition-delay: 0s, 0s;
  transition-duration :0.5s, 0.5s;
  transition-timing-function :cubic-bezier(0.645, 0.045, 0.355, 1), cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #002856;
  box-shadow: none;
  touch-action: manipulation;
  color: #fff;
  height: 100%;
  transform: translateX(calc(-100vw + 65px));
}
.sidebar-menu:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: 2px 0 10px rgb(54 54 54 / 20%), -2px 0 10px rgb(54 54 54 / 20%);
  opacity: 0;
  transition-delay: 0s;
  transition-duration: 0.5s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.Drawer__Header {
  display: flex;
  align-items: center;
  position: relative;
  height: 72px;
  max-height: 60px;
  background: inherit;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: opacity .5s ease .25s,transform .5s ease .25s;
  transform: translateX(-65px);
}
.mobile-open .Drawer__Header {
  opacity: 1;
  transform: translateX(0);
}
.close_icon {
  -webkit-appearance: button;
  cursor: pointer;
  position: absolute;
  margin-left: 0;
  left: 18px;
  top: calc(50% - 7px);
  line-height: 0;
  background: transparent;
  border: none;
  padding: 0;
  overflow: visible;
  border-radius: 0px;
}
.Drawer__Content {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: max(calc(100% - 72px),calc(100% - 60px));
  max-height: max(calc(100% - 72px),calc(100% - 60px));
}
.Drawer__Content:before {
  position: absolute;
  content: "";
  width: 100%;
  pointer-events: none;
  z-index: 1;
  top: 0;
  height: 25px;
  background-image: linear-gradient(rgb(0, 40, 86), rgba(0, 40, 86, 0.6) 40%, rgba(0, 40, 86, 0));
}
.Drawer__Main {
  overflow: auto;
  flex: 1 1 auto;
  opacity: 0;
  transition: opacity .5s ease .25s,transform .5s ease .25s;
  transform: translateX(-65px);
}
.mobile-open .Drawer__Main {
  opacity: 1;
  transform: translateX(0);
}
.Drawer__Main:after {
  display: block;
  content: "";
  height: 35px;
}
.custom-menu-primary-mobile {
  width: 100%;
  padding-left: 18px;
  padding-right: 24px;
}
.close_icon svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.25px;
}
.Search {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #fff;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-25px);
  transition: transform .15s ease-in-out,opacity .15s ease-in-out,visibility .15s ease-in-out;
  z-index: -1;
}
.Search__Inner {
  padding: 14px 18px;
  max-height: calc(100vh - 60px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.Search__Inner {
  max-height: calc(100vh - 72px - 88px);
}
.Search__SearchBar {
  display: flex;
  align-items: center;
}
.Search__Results {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
.Search__Form {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  padding: 0px;
  margin: 0px;
  border: none;
}
.Search__InputIconWrapper {
  position: relative;
  top: -1px;
  margin-right: 12px;
  color: #6a6a6a;
}
.visible-search .Search {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.PageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  background: #363636;
  transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
}
.visible-search .PageOverlay{
  visibility: visible;
  opacity: 0.5;
}
.visible-search .shopify-section-header{
  z-index:10;
}
body.visible-search {
  overflow: hidden;
}
.Search__Form .Icon--search-desktop {
  width: 21px;
  height: 21px;
}
.Search__Input.Heading {
  line-height: normal;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  background: 0 0;
  width: 100%;
  border: none;
  vertical-align: middle;
  color: rgb(0, 40, 86);
}
.Search__Close.Link {
  padding: 0;
  overflow: visible;
  background: 0 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: button;
  cursor: pointer;
  transition: color .2s ease-in-out,opacity .2s ease-in-out;
  line-height: 1;
  color: #6a6a6a;
  font-size: 18px;
}
.Search__Input.Heading:focus {
  outline: none;
}
.mobile_trigger:hover{
  background: transparent;
}
.Search__Close:hover {
  color: #000;
}
.mobile_trigger span {
  display: block;
}
.mobile_trigger .Icon--nav {
  height: 14px;
  width: 20px;
}
.scroll-header .shopify-section-header{
  position:fixed;
  top:0px;
  left:0px;
  right:0px;
} 
.close_icon:hover{
  background: transparent;
}
.custom-menu-primary .navigation-primary .submenu .menu-item>ul.submenu.level-3>li:last-child {
  margin-bottom: 0px;
}
.custom-menu-primary .navigation-primary>ul>li:hover>a:after {
  opacity: 1;
  transform: scale(1,1);
}
.custom-menu-primary .navigation-primary>ul>li>a:after {
  position: absolute;
  content: "";
  bottom: -21px;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0,1);
  transform-origin: left center;
  border-bottom: 2px solid #fff;
  transition: transform .3s,opacity .3s;
}
.custom-menu-primary .navigation-primary>ul>li>a {
  position: relative;
}
.header-grp {

}
.header_logo img {
  width: 100%!important;
  max-width: 260px;
}
@media(min-width:641px){
  .Header__Wrapper{
    padding: 18px 30px;
  }
  .search_area a:last-child{
    margin-left:25px;
  }
  .search_area a:first-child svg {
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
  }
  .search_area a:last-child svg {
    position: relative;
    top: 2px;
    width: 21px;
    height: 21px;
  }
  .mobile_trigger svg {
    height: 17px;
    width: 24px;
  }
  .Drawer__Header {
    max-height: 80px;
    min-height: 60px;
  }
  .close_icon {
    left:30px;
  }
  .Drawer__Content{
    height: max(calc(100% - 72px),calc(100% - 80px));
    max-height: max(calc(100% - 72px),calc(100% - 80px));
  }
  .Drawer__Content:before {
    height: 40px;
  }
  .custom-menu-primary-mobile {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sidebar-menu {
    transform: translateX(-100%);
    width: 340px;
  }
  .close_icon svg {
    stroke-width: 1.5px;
  }
  .Search__Inner {
    padding: 28px 50px;
  }
  .Search__Results {
    margin-top: 70px;
    margin-bottom: 48px;
  }
  .Search__InputIconWrapper {
    margin-right: 20px;
  }
  .hidden-tablet-and-up {
    display: none!important;
  }
  .Search__Input.Heading{
    font-size:21px;
  }
  .Search__Close.Link{
    font-size:19px;
  }
  .for_desktop_to_tab {
    display: block !important;
  }
}

@media(min-width:1008px){
  .Drawer__Main {
    padding-top: 26px;
  }
  .Drawer__Main:after {
    height: 60px;
  }
}

@media(min-width:1140px){
  .Header__Wrapper{
    padding: 18px 50px;
  }
  .custom-menu-primary nav {
    margin-right: 45px;
  }
  .custom-menu-primary .navigation-primary > .level-1{
    margin-left: -21px;
    margin-right: -21px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item{
    margin-right: 21px;
    margin-left: 21px;
  }
  .custom-menu-primary .navigation-primary .submenu .has-submenu.menu-item>ul.submenu.level-2 {
    position: absolute;
    padding: 20px 0;
    width: 100%;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    max-height: 600px;
    overflow: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    text-align: left;
    background: #002856;
    border-bottom: 1px solid #26486f;
    transition: all .3s ease-in-out;
    max-height: calc(100vh - 72px);
  }
.custom-menu-primary .navigation-primary .submenu .has-dropdown.menu-item>ul.submenu.level-2 {
    position: absolute;
    padding: 20px 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    max-height: 600px;
    overflow: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    text-align: left;
    background: #002856;
    border-bottom: 1px solid #26486f;
    transition: all .3s ease-in-out;
    max-height: calc(100vh - 72px);
	display: flex;
	flex-direction: column;
  }
  .sidebar-menu,.mobile_trigger{
    display:none;
  }
}

@media(max-width:1746px){
  .search_area,.header_logo,.custom-menu-primary {
    margin-bottom: 40px;
  }
  .custom-menu-primary nav {
    position: absolute;
    bottom: 4.5px;
    left: 0;
    padding-bottom: 18px;
    width: 100%;
    text-align: center;
  }
  .custom-menu-primary .navigation-primary > .level-1 {
    margin-left: 0;
    margin-right: 0;
    justify-content: center;
  }
  .Header__Wrapper {
    padding-bottom: 24px;
  }
}

@media(max-width:1139px){
  .mobile_trigger {
    border: none;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
    position: relative;
    display: inline-block;
    line-height: 1;
    transition: color .2s ease-in-out;
    -webkit-appearance: button;
    cursor: pointer;
  }
  .mobile_trigger:before {
    position: absolute;
    content: "";
    top: -8px;
    right: -12px;
    left: -12px;
    bottom: -8px;
    transform: translateZ(0);
  }
  .mobile_trigger span {
    display: block;
  }
  .search_area,.header_logo,.custom-menu-primary {
    margin-bottom: 0px;
  }
  .Header__Wrapper{
    padding-bottom: 18px;
  }
  .custom-menu-primary-mobile .navigation-primary ul{
    padding:0px;
    margin:0px;
    list-style:none;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item ul{
    display:none;
  }
  .custom-menu-primary-mobile .navigation-primary .menu-item a {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 0;
    text-align: left;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
  }
  .custom-menu-primary-mobile .navigation-primary .menu-item {
    border-bottom: 1px solid #ffffff40;
    overflow: hidden;
    position: relative;
  }
  .child-trigger {
    /*width: 11px;
    height: 11px;*/
    width: 100%;
    height: 100%;
    max-height: 56.5px;
    z-index: 10;
    position: absolute;
    right: 0;
    /*top: 26px;*/
    top: 0;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: left;
	color: #ffffff;
  }
  .child-trigger.child-open:after {
    transform: translate(-50%,0) rotate( 
      90deg
    );
  }
  .Drawer__Footer:before {
    position: absolute;
    content: "";
    width: 100%;
    pointer-events: none;
    z-index: 1;
    bottom: 100%;
    height: 30px;
    background-image: linear-gradient(rgba(0, 40, 86,0),rgba(0, 40, 86,.6) 40%,#002856);
  }
  .custom-menu-primary-mobile .navigation-primary>ul>li>ul>li .child-trigger {
    /*top: 18px;*/
    top: 0;
    max-height: 40.3px;
    color: rgba(255, 255, 255, 0.5);
  }
  .custom-menu-primary-mobile .navigation-primary>ul>li>ul>li:hover .child-trigger {
    color: #fff;
  }
  .custom-menu-primary-mobile .navigation-primary>ul>li>ul>li .child-trigger {
   /* top: 18px;*/
   top: 0;
    color: rgba(255, 255, 255, 0.5);
    transition: color .2s ease-in-out;
  }
  .child-trigger.child-open:before {
    opacity: 0;
  }
  .child-trigger:before {
    width: 11px;
    height: 1px;
    opacity: 1;
  }
  .child-trigger:after, .child-trigger:before {
    position: absolute;
    content: "";
    top: 50%;
    /*left: 50%;*/
    left: 95%;
    transform: translate(-50%,-50%) rotate( 
      -90deg
    );
    background-color: currentColor;
    transition: transform .4s ease-in-out,opacity .4s ease-in-out;
  }
  .child-trigger:after {
    width: 1px;
    height: 11px;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item ul.level-2 {
    padding-bottom: 18px;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item ul.level-2>li {
    border-bottom: 0px;
    margin-left: 16px;
    border: none;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item ul.level-2>li>a {
    padding: 13px 0px;
    font-size: 13px;
    color: #ffffff80;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item ul.level-3 {
    margin-left: 8px;
    padding: 0 20px 0 25px;
    border-left: 1px solid #ffffff40;
    margin-top: 16px;
    margin-bottom: 22px;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item ul.level-3>li {
    position: relative;
    display: block;
    margin-bottom: 12px;
    width: 100%;
    line-height: 1.5;
    text-align: left;
    transition: all .2s ease-in-out;
    margin-bottom: 18px;
    border-bottom: none;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item ul.level-3>li>a {
    display: block;
    width: 100%;
    text-align: inherit;
    padding: 0px;
    color: #ffffff80;
    text-transform: capitalize;
    letter-spacing: normal;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item ul.level-3>li:last-child {
    margin-bottom: 0px;
  }
  .mobile-open .PageOverlay{
    visibility: visible;
    opacity: 0.5;
  }
  .custom-menu-primary-mobile .navigation-primary > .level-1>li:last-child {
    border-bottom: 0px;
    line-height: 1.5;
  }
  .custom-menu-primary-mobile .navigation-primary > .level-1>li:last-child>a {
    padding: 0px;
    margin-top: 28px;
    text-transform: capitalize;
    display: block;
    width: 100%;
    text-align: inherit;
    color: #ffffff80;
    letter-spacing: normal;
    font-size: 17px;
    line-height: inherit;
    font-weight: 400;
  }
  .Drawer__Footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    opacity: 0;
    transform: translateY(45px);
    transition: opacity .35s cubic-bezier(.25, .46, .45, .94),transform .35s cubic-bezier(.25, .46, .45, .94);
    flex: none;
    color: #ffffff80;
    box-shadow: rgb(255 255 255 / 25%) 0px 1px 0px 0px inset;
  }
  .mobile-open  .Drawer__Footer{
    opacity: 1;
    transform: translateY(0);
    transition: opacity .25s cubic-bezier(.25, .46, .45, .94) .45s,transform .25s cubic-bezier(.25, .46, .45, .94) .45s;
  }
  .Drawer__Footer ul {
    list-style: none;
    flex: 1 0 auto;
    margin: 0;
    padding: 6px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit,34px);
    justify-content: space-evenly;
    text-align: center;
  }
  .Drawer__Footer ul li {
    display: inline-block;
    margin: 6px 8px 6px 8px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .Drawer__Footer ul li>a {
    display: inline-block;
    transition: color .2s ease-in-out,opacity .2s ease-in-out;
    color: #ffffff80;
  }
  .Drawer__Footer>div {
    width: 100%;
  }
  .Drawer__Footer ul li>a:hover {
    color: #fff;
  }
  .mobile-open .sidebar-menu:before {
    opacity: 1;
  }
  .custom-menu-primary nav{
    display:none;
  }
  .mobile-open .sidebar-menu {
    visibility: visible;
    transform: translateX(0);
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item ul li a:hover{
    color:#fff;
  }
}


@media(max-width:640px){
  .AnnouncementBar__Wrapper p{
    font-size:13px;
  }
  .header_logo img {
    max-width: 150px;
  }
  .search_area a:first-child {
    display: none;
  }
  .header_logo_inner a{
    display:flex;
  }
  .Drawer__Header{
    height:50px;
  }
  .Drawer__Content {
    height: max(calc(100% - 50px),calc(100% - 60px));
    max-height: max(calc(100% - 50px),calc(100% - 60px));
  }
  .mobile_trigger {
    position: relative;
    top: 0;
  }
  .Icon {
    width: 18px;
    height: 17px;
  }
  .search_area a:last-child {
    position: relative;
    margin-top: 2px;
  }
  .Header__Wrapper {
    padding-bottom: 14px;
  }
}
.custom-footer {
  padding: 34px 0;
}
.footer__container {
  margin: 0 auto;
  padding: 0 24px;
}
.Footer__Aside {
  text-align: center;
  margin-top: 65px;
}

.Footer__Copyright p {
  margin-top: 4px;
  margin-bottom: 0px;
}
.Footer__Copyright a {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 0.7647rem;
  transition: color .2s ease-in-out;
}
.Footer_common {
  margin-top: 48px;
}
.Footer_common:first-child {
  margin-top: 0;
}
.Footer_common h2 {
  margin-bottom: 20px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 15px;
  font-weight:500;
}
.Footer_common ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.Footer_common ul li {
  position: relative;
  display: block;
  margin-bottom: 12px;
  width: 100%;
  line-height: 1.5;
  text-align: left;
  transition: all .2s ease-in-out;
}
.Footer_common ul li a {
  display: block;
  width: 100%;
  text-align: inherit;
  transition: color .2s ease-in-out,opacity .2s ease-in-out;
}
.Footer_common.col_1 ul li a {
	text-decoration: underline;
	padding-bottom: 0.5em;
}
.Footer__Content {
  word-break: break-word;
}
.Footer__Content p {
  margin-bottom: 1.6em;
}
.Footer__Content p:last-child {
  margin-bottom: 0px;
}
.footer_social_icons ul {
  padding: 0;
  list-style: none;
  margin: -6px -8px;
  margin-left: -14px;
  margin-right: -14px;
  margin-top: 5px;
}
.footer_social_icons ul li {
  display: inline-block;
  margin: 6px 8px 6px 8px;
  margin-right: 14px;
  margin-left: 14px;
  width: auto;
}
.footer_social_icons ul li a {
  transition: color .2s ease-in-out,opacity .2s ease-in-out;
  display: inline-block;
  line-height: 1.65;
}
.col_1 ul li:last-child,.col_3 ul li:last-child {
  margin-bottom: 0px;
}
.Footer__Content a {
  color: #6a6a6a;
}
.Footer__Content a {
  color: #6a6a6a !important;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color :rgba(106, 106, 106, 0.6);
  transition: color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out;
  transition: color .2s ease-in-out,text-decoration-color .2s ease-in-out;
  transition: color .2s ease-in-out,text-decoration-color .2s ease-in-out,-webkit-text-decoration-color .2s ease-in-out;
}
.Footer__Content a:hover{
  color: #000 !important;
  text-decoration-color :rgba(0, 0, 0, 0.6);
}
footer.custom-footer.lp .Footer__Aside {
  margin-top: 0px !important;
}
.Icon-Wrapper--clickable {
  position: relative;
  background: 0 0;
}
.Icon-Wrapper--clickable::before {
  position: absolute;
  content: "";
  top: -8px;
  right: -12px;
  left: -12px;
  bottom: -8px;
  transform: translateZ(0);
}

@media screen and (min-width: 641px){
  .custom-footer {
    padding: 75px 0 42px 0;
  }
  .footer__container {
    padding: 0 50px;
  }
  .Footer__Inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 40px;
  }
  .Footer_common {
    flex: 1 1 50%;
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer_social_icons ul {
    margin-top: 14px;
  }
  .Footer__Aside {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1140px){
  .footer__container {
    padding: 0 80px;
  }
  .Footer__Inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Footer__Aside {
    margin-top: 80px;
  }
  .Footer_common {
    flex: 0 1 auto;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* Direction */
.menu ul {
	flex-wrap: nowrap;
	margin-top: 0;
}

@media (min-width: 768px) {
	.menu-vertical .hs-menu-wrapper > ul {
		flex-direction: column;
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
  .menu-horizontal ul,
  .menu-vertical ul {
		white-space: nowrap;
		overflow-x: scroll;
  }
}

/* 
 * Styles 
 */

.menu .hs-menu-item a {
	color: inherit;
}
.menu .hs-menu-item.active a {
	font-weight: bold;
}

/* Border */
.menu-border.menu-horizontal ul {
	text-align: center;
}
.menu-border.menu-horizontal ul li {
	width: 100%;
}
.menu-border .hs-menu-item a {
	border-bottom: 1px solid var(--color-light);
	padding: 1em;
}
.menu-border.menu-horizontal .hs-menu-item.active a {
	border-bottom-width: 2px;
}
@media (min-width: 768px) {
  .menu-border.menu-vertical .hs-menu-item a {
		border-bottom: 0;
    border-left: 1px solid var(--color-light);
	  padding: .5em 1em;
	}
	.menu-border.menu-vertical .hs-menu-item.active a {
		border-left-width: 2px;
	}
}
.menu-border .hs-menu-item a:hover,
.menu-border .hs-menu-item.active a {
	color: ;
	border-color: ;
	font-weight: bold;
}

/* Box */
.menu-box ul {
	margin: -0.35rem;
}
.menu-box ul li {
	padding: .35rem;
	width: 100%;
}
.menu-box .hs-menu-item a {
	padding: 1em 1.5em;
	color: var(--color);
	background: var(--background);
	transition: all ease 200ms;
	position: relative;
	border-radius: px;
	overflow: hidden;
}
.menu-box .hs-menu-item a:after {
	content: "";
	position: absolute;
	left: -1px;
	bottom: -0;
	width: calc(100% + 2px);
	height: 0px;
	background: ;
}
.menu-box .hs-menu-item a:hover,
.menu-box .hs-menu-item.active a {
	border-color: #fff;
	color: ;
}
.menu-box .hs-menu-item a:hover:after,
.menu-box .hs-menu-item.active a:after{
  height: 2px;
}

/* Card */
.menu-card ul,
.menu-card-border ul {
	margin: -.75rem;
}
.menu-card ul li,
.menu-card-border ul li {
	padding: .75rem;
	width: 100%;
}
.menu-card .hs-menu-item a,
.menu-card-border .hs-menu-item a {
	padding: 1em 2em;
	color: var(--color);
	box-shadow: ;
	background: var(--background);
	transition: all ease 200ms;
	position: relative;
	border-radius: px;
	width: 100%;
}
	.menu-card-border .hs-menu-item a {
	  border: 1px solid var(--color-light);
	}
.menu-card .hs-menu-item a:hover,
.menu-card .hs-menu-item.active a,
.menu-card-border .hs-menu-item a:hover,
.menu-card-border .hs-menu-item.active a {
	background: var(--primary-100);
	color: ;
}
	.menu-card-border .hs-menu-item a:hover,
	.menu-card-border .hs-menu-item.active a {
		border-color: ;
	}
.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

/* Blog header */

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

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}

.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  padding-bottom: 63%;
}

@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}

.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 30px 30px 30px;
}

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

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

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

/* Blog listing - sidebar */

@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

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

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

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

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

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

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

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter .widget-module,
  .blog-sidebar.mobile .blog-sidebar-post-listing .widget-module {
    display: none;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
  }

  .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;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.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 post */

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

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

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

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

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

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

.blog-post__timestamp {
  display: inline-block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -7px;
}

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

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

@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }

  .blog-post {
    width: 90%;
    padding: 30px;
  }

  .blog-post h1 {
    font-size: 1.6rem;
  }
}

/* Blog related posts */

.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

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

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}

.blog-comments .hs-submit {
  text-align: center;
}

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

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

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Subscription section */

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

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

.subscription-form label {
  text-align: center;
}
.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -8px;
}
.body-container--blog-index .dnd-section > .row-fluid {
  padding: 0;
}
.blog-post__body img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {

  .body-container--blog-index .dnd-section {
    padding: 30px 0px!important;
  }


  .hs-blog-listing .span3,
  .blog-index__post.blog-index__post--small {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-index__post-inner-card .blog-index__post-content {
    padding: 15px;
  }
}
.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

/* Blog header */

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

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}

.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}

.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  padding-bottom: 63%;
}

@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}

.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 30px 30px 30px;
}

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

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

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

/* Blog listing - sidebar */

@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

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

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

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

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

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

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

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter .widget-module,
  .blog-sidebar.mobile .blog-sidebar-post-listing .widget-module {
    display: none;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
  }

  .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;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.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 post */

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

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

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

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

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

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

.blog-post__timestamp {
  display: inline-block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -7px;
}

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

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

@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }

  .blog-post {
    width: 90%;
    padding: 30px;
  }

  .blog-post h1 {
    font-size: 1.6rem;
  }
}

/* Blog related posts */

.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

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

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}

.blog-comments .hs-submit {
  text-align: center;
}

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

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

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Subscription section */

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

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

.subscription-form label {
  text-align: center;
}
.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -8px;
}
.body-container--blog-index .dnd-section > .row-fluid {
  padding: 0;
}
.blog-post__body img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {

  .body-container--blog-index .dnd-section {
    padding: 30px 0px!important;
  }


  .hs-blog-listing .span3,
  .blog-index__post.blog-index__post--small {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-index__post-inner-card .blog-index__post-content {
    padding: 15px;
  }
}

/********* CUSTOM CLASSES **********/

/* POST */
.blog-header {
  text-align: center;
  background-color: #002856;
  background-image: url("https://9305507.fs1.hubspotusercontent-na1.net/hubfs/9305507/Backgrounds/IMG%20-%20Morrison%20-%20Blog%20Header%20BG.png");
  background-size: cover;
  padding: 100px 45px;
}

.blog-header-title {
   color: #ffffff;
   max-width: 800px;
   margin: 25px auto !important;
}

.blog-header-text {
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.blog-header-title {
  margin: 20px 0;
}

.blog-body {
  max-width: 740px;
  padding: 0 45px 45px 45px;
  margin: 0 auto;
}

.blog-socials {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 112px;
  left: -65px;
}

.blog-socials img {
  max-width: 23px;
  margin-bottom: 5px;  
}

.blog-author-section {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  max-width: 650px;
  padding: 45px 0;
  margin: 0 auto;
}

.blog-author-photo {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 100px;
  margin-right: 25px;
}

.blog-author-text-section h6 {
  margin-bottom: 10px;
}

.blog-author-text-section p {
  margin-bottom: 0;
}

.blog-related-section {
  padding: 45px;
}

.blog-related-header {
  text-align: center;
}

.blog-related-cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.blog-related-card {
  max-width: 400px;
  margin: 25px;
}

.blog-related-image {
  object-fit: cover;
  aspect-ratio: 3.5 / 2;  
}

.blog-related-image:hover,
.blog-related-image:active {
  transform: scale(1.025);
}

.blog-related-text-section {
  padding-top: 25px;
}

.blog-related-title {
  color: rgba(0,40,86,1.0);
}

.blog-related-title:hover,
.blog-related-title:active {
  color: #FF5C35;
}

@media (max-width: 600px) {
  .blog-header-title {
    font-size: 30px;
  }

  .blog-author-section {
    margin: 0 25px;
  }

  .blog-socials {
    flex-direction: row;
    top: 0;
    left: 0;
    margin: 45px 0 20px 0;
  }

  .blog-body {
    padding: 0 25px 45px 25px;
  }

  .blog-socials img {
    margin-right: 5px;
  }
}

/* LISTING PAGE */
.lp-header {
  background-color: #002856;
  padding: 45px;
}

.lp-title,
.lp-description {
  color: #ffffff;
  text-align: center;
  max-width: 650px;
  margin: 10px auto;
}

.lp-filter-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 45px;
  margin: 0 auto !important;
}

.lp-filter-container label {
  font-size: 17px;
  margin-right: 25px;
}

.lp-filter-border {
  border: 1px solid #002856;
  border-radius: 3px;
  padding: 10px;
}

#lp-filter {
  border-color: 3 !important;
  width: 150px;
  border: none !important;
}

.lp-body {
  display: flex;
  justify-content: center;
  margin: 45px;
}

.lp-cards-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-card {
  display: flex;
  flex-direction: row;
  margin: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.lp-card-image {
  max-width: 300px;
  min-width: 300px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.lp-card-text-section {
  max-width: 400px;
  padding: 25px 25px 40px 25px;
}

.lp-card-tags-container {
  display: flex;
  margin-bottom: 15px;
}

.lp-tag {
  color: #999999;
  font-weight: 400;
}

.lp-card-description {
  margin-bottom: 25px;
}

.lp-card-button {
  color: #ffffff;
  background-color: #FF5B35;
  font-size: 14px;
  font-weight: 700;
  border-radius: 30px;
  padding: 10px 30px;
}

.lp-card-button:hover,
.lp-card-button:active {
  color: #ffffff;
  background-color: #002856;
  font-weight: 700;
}

.lp-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-sidebar-card {
  width: 350px;
  padding: 25px;
  margin: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

#lp-search-card {
  padding-bottom: 0;
}

.widget-type-blog_subscribe {
  text-align: center !important;
}

.lp-sidebar-card input {
  border-radius: 0 !important;
}

.lp-sidebar-card .hs-button {
  border-radius: 50px !important;
  background-color: #FF5B35 !important;
}

.lp-sidebar-card .hs-form {
  padding: 0 !important;
}

.lp-sidebar-card .hs-button:hover {
  background-color: #002856 !important;
  transform: none;
}

.lp-magnifying-glass {
  position: relative;
  top: -45px;
  left: 260px;
  width: 20px;
  height: 20px;
}

.lp-pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto 45px auto;
}

.blog-pagination_link {
  display: flex;
  align-items: center;
  color: #002856;
}

.blog-pagination_number-link {
  font-weight: 700;
  border: 2px solid #002856;
  padding: 10px 17px;
  border-radius: 0;
  margin: 0 10px;
}

.blog-pagination_number-link:hover,
.blog-pagination_number-link:active,
.blog-pagination_link--active {
  color: #ffffff;
  background-color: #002856;
}

.blog-pagination_prev-link,
.blog-pagination_next-link {
  margin: 0 25px;
}

.blog-pagination_prev-link svg,
.blog-pagination_next-link svg {
  fill: #002856;
  margin: 0 10px;
}

@media (max-width: 1150px) {
  .lp-card {
    max-width: 400px;
    flex-direction: column;
  }

  .lp-card-image {
    max-width: 400px;
    min-width: 0;
    aspect-ratio: 3 / 2;
  }

  .lp-card-text-section {
    max-width: 400px;
  }
}

@media (max-width: 750px) {
  .lp-title {
    font-size: 30px;
  }

  .lp-body {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .lp-sidebar-card {
    width: 100%;
    max-width: 400px;
  }

  .lp-magnifying-glass {
    left: 310px;
  }
}