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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  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: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.product-page-row-two .dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "DIN-Next-W01-Light";
  src: url("//7941788.fs1.hubspotusercontent-na1.net/hubfs/7941788/Harbour_Dec2020/Fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot") format("eot"), 
    url(//7941788.fs1.hubspotusercontent-na1.net/hubfs/7941788/raw_assets/public/Harbour_October2021/fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff) format("woff"),
    url(//7941788.fs1.hubspotusercontent-na1.net/hubfs/7941788/raw_assets/public/Harbour_October2021/fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf) format("truetype");
}

@font-face {
  font-family: "DINNextLTW23-UltraLight";
  src: url("//7941788.fs1.hubspotusercontent-na1.net/hubfs/7941788/Harbour_Dec2020/Fonts/b4a0535b-3a89-43bd-b3fb-b6619d0b0a09.eot") format("eot"),
    url(//7941788.fs1.hubspotusercontent-na1.net/hubfs/7941788/raw_assets/public/Harbour_October2021/fonts/63b0b154-64e6-4846-be80-b601f3ce9b28.woff) format("woff"), 
    url(//7941788.fs1.hubspotusercontent-na1.net/hubfs/7941788/raw_assets/public/Harbour_October2021/fonts/f3f08f13-d46f-4589-90ac-70c0a21cd061.ttf) format("truetype");
}

@font-face {
  font-family: wf_29af3599e91a4503bb9ba33d3;
  src: url(//7941788.fs1.hubspotusercontent-na1.net/hubfs/7941788/raw_assets/public/Harbour_October2021/fonts/file.woff2) format("woff2"),
    url(//7941788.fs1.hubspotusercontent-na1.net/hubfs/7941788/raw_assets/public/Harbour_October2021/fonts/file.woff) format("woff"),
    url(//7941788.fs1.hubspotusercontent-na1.net/hubfs/7941788/raw_assets/public/Harbour_October2021/fonts/file.ttf) format("ttf");
}

@font-face {
  font-family: "Lulo-Clean-W01-One-Bold";
  src: url("//7941788.fs1.hubspotusercontent-na1.net/hubfs/7941788/Harbour_December2020/Fonts/0163ac22-50a7-406e-aa64-c62ee6fbf3d7.eot") format("eot"),
    url(//7941788.fs1.hubspotusercontent-na1.net/hubfs/7941788/raw_assets/public/Harbour_October2021/fonts/aee74cb3-c913-4b54-9722-6001c92325f2.woff2) format("woff2"), 
    url(//7941788.fs1.hubspotusercontent-na1.net/hubfs/7941788/raw_assets/public/Harbour_October2021/fonts/80de9d5d-ab5f-40ce-911b-104e51e93d7c.woff) format("woff"),
    url(//7941788.fs1.hubspotusercontent-na1.net/hubfs/7941788/raw_assets/public/Harbour_October2021/fonts/1b46b05b-cfdd-4d82-8c2f-5c6cfba1fe60.ttf) format("truetype");
  font-display: block;
}

@font-face {
  font-family: "Cera-Pro-Bold";
  src: url("https://7941788.fs1.hubspotusercontent-na1.net/hubfs/7941788/Harbour%202021/Cera%20Pro%20Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Cera-Pro-Light";
  src: url("https://7941788.fs1.hubspotusercontent-na1.net/hubfs/7941788/Harbour%202021/Cera%20Pro%20Light.ttf") format("truetype");
}

html {
  font-size: 24px;
}

body {
  font-family: "Cera-Pro-Light";
/*   font-family: Lato, serif; */
  font-size: 1rem;
  color: #494a52;
  line-height:normal;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Cera-Pro-Light";
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: normal;
  font-weight: 700;
  font-family: "Cera-Pro-Light";
  font-size: 64px;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: normal
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

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

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

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

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;  
  font: normal normal normal 18px/1.4em wfont_76ff88_29af3599e91a4503bb9ba33d34dbebef,wf_29af3599e91a4503bb9ba33d3,orig_cera_pro_medium;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  color: #FFFFFF;
}

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

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


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  margin-bottom: 15px;
  display: inline-block;
  font: normal normal normal 14px/1.4em wfont_76ff88_29af3599e91a4503bb9ba33d34dbebef,wf_29af3599e91a4503bb9ba33d3,orig_cera_pro_medium;
  line-height: 1;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
}

.hs-input,
.systems-page input[type="password"]{
  display: inline-block;
  width: 100%;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 3px;
  text-overflow: ellipsis;
  font: normal normal normal 14px/1.4em wfont_76ff88_29af3599e91a4503bb9ba33d34dbebef,wf_29af3599e91a4503bb9ba33d3,orig_cera_pro_medium;
  padding-left: 12px;
  height:45px;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #ff4040;
  background-color: rgba(255, 64, 64, 0.24);
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

.field,
.hs-search-module input,
.hs-form-field{
  margin-bottom: 18px;
}

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

.hs-form-required {
  color: #2e5f92;
}

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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


@media(max-width:767px){
  form {
    margin-bottom: 30px;
  }
  .contact-form-section form {
    padding-bottom: 25px;
  }
}
.contact-form-section input.hs-button {
  transition: border-color .4s ease 0s,background-color .4s ease 0s;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.body-container_about1 .dnd-column {
  padding-top: 69px;
  padding-bottom: 48px;
}
.hs-about-body-section .hs_cos_wrapper_type_header h2 {
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 36px;
  line-height: normal;
  letter-spacing: normal;
}
.hs-about-body-section .hs_cos_wrapper_type_header h2:after {
  content: "";
  background: #0E9DEB;
  height: 8px;
  width: calc(100% + 14px);
  display: block;
  margin-top: 2px;
}
.body-container_about1 .dnd-module .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 21px;
  line-height: 1.4;
}
.body-container_about1 .hs-button {
  padding: 8.5px 18px;
  transition: all .4s ease;
  margin-top: 19px;
}
.body-container_about2 .hs_cos_wrapper_type_header {
  background-color: #2e5f92;
  display: block;
  padding: 92px 20px 48px;
  margin-bottom: 17px;
}
.hs-about-body-section .body-container_about2 .hs_cos_wrapper_type_header h2:after {
  width: calc(100% + 20px);
}

.body-container_home6 .hs_cos_wrapper_type_header h2 {
  color: #2e5f92;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  line-height: normal;
  letter-spacing: normal;
}
.body-container_home6 .hs_cos_wrapper_type_header h2:after {
  content: "";
  background: #0E9DEB;
  height: 8px;
  width: calc(100% + 11px);
  display: block;
  margin-top: 2px;
}
.body-container_home6 .hs_cos_wrapper_type_linked_image {
  max-width: 656px;
  margin: 0 auto;
  display: block;
}
.body-container_home6 .hs_cos_wrapper_type_linked_image {
  max-width: 656px;
  margin: 0 auto;
  display: block;
  margin-bottom: 1px;
}
.body-container_home6 .hs_cos_wrapper_type_linked_image img {
  vertical-align: top;
}
.body-container_home6 .hs_cos_wrapper_type_rich_text {
  max-width: 656px;
  margin: 0 auto;
  display: block;
}
.body-container_home6 .hs_cos_wrapper_type_rich_text p {
  font-size: 20px;
  color: #2e5f92;
  text-align: center;
  line-height: 1.45;
}

.hs-home-body-section .hs-contentVideo-group .hs-contentVideo-left-column {
    font-size: 18px;
}
.hs-home-body-section .hs-contentVideo-group .hs-contentVideo-row2 a {
  font-size: 18px;
}
.hs-home-body-section .hs-buttons-group .hs-buttons-row1-inner a {
    font-size: 18px;
}




@media (min-width:768px) {
  .body-container_about1 .dnd-module .hs_cos_wrapper_type_rich_text {
    padding-left: 12.3%;
    display: block;
    padding-right: 12.3%;
  }
}


@media (max-width:767px) {
  .body-container_about1 .dnd-section {
    padding-left: 0;
    padding-right: 0;
  }
  .body-container_about1 .dnd-column {
    padding-top: 12px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hs-about-body-section .hs_cos_wrapper_type_header h2 {
    font-size: 26px;
    margin-bottom: 21px;
  }
  .hs-about-body-section .hs_cos_wrapper_type_header h2:after {
    height: 6px;
    width: calc(100% + 1px);
    margin-top: 1px;
  }
  .body-container_about1 .dnd-module .hs_cos_wrapper_type_rich_text p {
    font-size: 14px;
    margin-bottom: 19px;
  }
  .body-container_about1 .hs-button {
    font-size: 14px;
    padding: 6.5px 12px;
    margin-top: 15px;
  }
  .body-container_about2 .dnd-section {
    padding: 0 !important;
    padding-bottom: 22px !important;
  }
  .body-container_about2 .hs_cos_wrapper_type_header {
    padding: 33px 20px 0;
    margin-bottom: 0;
  }
  .hs-about-body-section .body-container_about2 .hs_cos_wrapper_type_header h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .hs-about-body-section .body-container_about2 .hs_cos_wrapper_type_header h2:after {
    width: calc(100% + 7px);
  }
  .body-container_home2 .dnd-section {
    padding-bottom: 50px !important;
  }
  .body-container_home6 .hs_cos_wrapper_type_rich_text p {
    font-size: 14px;
  }
  .body-container_home6 .hs_cos_wrapper_type_header h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .body-container_home6 .hs_cos_wrapper_type_header h2:after {
    height: 6px;
  }
  .body-container_home5 .dnd-section {
    padding-bottom: 10px !important;
  }
  .body-container_home4 .dnd-section {
    padding-top: 42px !important;
    padding-bottom: 0 !important;
  }
}



iframe._3HLqS {
  max-width: 100%;
  border: none;
  width: 980px;
  height: 1091px;
}

.contact-form-section .dnd-section >.row-fluid {
  max-width: 913px;
  margin: 0 auto;
  padding-right: 5px;
  padding-left: 32px;
}

.contact-form-section p {
  font-size: 18px;
  margin-bottom: 23px;
  margin-top: 41px;
  line-height: 1.5;
  max-width: 701px;
}

.contact-form-section h2 {
  font-size: 35px;
  position: relative;
  margin-bottom: 8px;
}

.contact-form-section h2:after {
  width: 141px;
  height: 8px;
  content: "";
  border-bottom: 8px solid #0E9DEB;
  position: absolute;
  left: 0;
  bottom: -10px;
}
span.hs-form-required {
  padding-left: 4px;
}
.contact-form-section select option:first-child {
  display: none;
}
.contact-form-section select {
  appearance: inherit;
}
.contact-form-section select option{
  color: #44474d;
  background-color: #fff;
}
.contact-form-section .hs_phone.hs-phone {
  margin-bottom: 31px;
}

.contact-form-section textarea {
  padding: 11px 10px 3px 16px;
  min-height: 250px;
  resize: unset;
  margin-bottom: 39px;
}
.contact-form-section input.hs-button.primary.large {
  width: 137px;
}

.contact-form-section  form {
  min-height: 863px;
}
.contact-form-section h2.request-title:after {
  width: 290px;
}


.request-demo-page .contact-form-section p {
  margin-bottom: 22px;
  margin-top: 40px;
}

.request-demo-page .field {
  margin-bottom: 31px;
}

.request-demo-page .contact-form-section textarea {
  min-height: 84px;
  margin-bottom: 18px;
}
.request-demo-page .contact-form-section form {
  min-height: 577px;
}

@media(max-width:767px){
  .contact-form-section .dnd-section>.row-fluid {
    padding-left: 10px;
    padding-right: 10px;
  } 
  .contact-form-section h2 {
    font-size: 21px;
    margin-bottom: 6px;
    margin-top: -1px;
  }
  .contact-form-section p {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 20px;
    line-height: 1.45;
    max-width: 701px;
  }
  .contact-form-section h2:after {
    width: 200px;
    height: 6px;
    border-bottom-width: 6px;
    bottom: -8px;
  }
  .contact-form-section form {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-form label {
    font-size: 16px;
  }
  .contact-form-section input.hs-button.primary.large {
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 16.8px;
  }
  .field, .hs-search-module input,
  .contact-form-section .hs_phone.hs-phone{
    margin-bottom: 8px;
  }
  .contact-form-section textarea{
    margin-bottom:0;
  }
  .contact-form-section form {
    min-height: 820px;
  }

  .request-demo-page .contact-form-section h2.request-title:after {
    width: 200px;
  }

  .request-demo-page .contact-form-section p {
    margin-top: 20px;
    margin-bottom: 16px;
  }

  .request-demo-page .field {
    margin-bottom: 8px;
  }
  .request-demo-page .contact-form-section textarea {
    min-height: 250px;
    margin-bottom: 0;
  }
}


/*======= Esignature Page ======*/

.esignature-left {
  float: left;
  width: 62%;
}

.esignature-right {
  width: 38%;
  float: right;
}

.hs-esignature-body-section .dnd-section {
  padding-left: 0;
  padding-right: 0;
}

.hs-esignature-body-section .dnd-section > .row-fluid {
  max-width: 100%;
}
.esignature-form form{
  float: right;
  max-width: 348px;
  width: 100%;
  margin-bottom:0;
}

.hs-esignature-body-section {
  min-height: 818px;
  padding-left: 10px;
  padding-right: 10px;
}

.esignature-form form input {
  padding: 3px 3px 3px 12px;
  height: 39px;
  font-weight: normal;
}
.esignature-form h3 {
  font-size: 38px;
  color: #0E9DEB;
  margin-bottom: 13px;
}

.esignature-form form .hs-form-field {
  margin-bottom: 12px;
}

.esignature-form form input::placeholder {
  color: rgb(46, 95, 146);
}
.esignature-form form input.hs-button {
  height: 50px;
  margin: 0 auto;
  padding: 0;
  padding-left: 18px;
  padding-right: 18px;
  min-width: 159px;
}

.esignature-form form .actions {
  text-align: center;
  margin-top: 29px;
}

.hs-home-body-section .hs-imageVideo-group .hs-contentVideo-img {
  left: 5px;
}

.hs-home-body-section .hs-imageVideo-group .hs-contentVideo-left-column {
  width: 51%;
}

@media(max-width:767px){
  .esignature-right {
    float: none;
    width: 100%;
    padding-left:10px;
    padding-right:10px;
  }

  .esignature-left {
    float: none;
    width: 100%;
  }

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

  .esignature-form form .hs-form-field label {
    display: none;
  }

  .esignature-form form, .esignature-form h3.form-title {
    max-width: 100%;
    float: none;
    padding-left: 13px;
    padding-right: 14px;
  }
  .hs-esignature-body-section {
    padding: 0;
  }
  .esignature-form h3 {
    font-size: 23px !important;
    text-align: center;
    margin-bottom: 10px !important;
  }
  .esignature-form form input.hs-button {
    height: 42px;
    font-size: 13.3333px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .esignature-form form .actions{
    margin-top:0; 
  }
  .hs-home-body-section .hs-imageVideo-group .hs-contentVideo-left-column {
    width: 100%;
  }
  .hs-esignature-body-section .hs-imageVideo-group .hs-contentVideo-img {
    margin-top: -125px;
  }
}


/*======= End ======*/
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}
.lp-header .header__container {
    padding-bottom: 17px;
}
.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 13px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

nav.navigation-primary ul {
  text-align: center;
}

/* Styles for the Logo */

.header__logo {
  width: 200px;
  margin-top:3px;
}
.header__logo svg {
  width: 41px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
}

.header__logo h2 {
  display: inline-block;
  vertical-align: middle;
  padding-left: 3.5px;
  margin: 0;
  font-size: 30px;
  padding-top: 3px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}


.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

@media(max-width:1024px){
  .header__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Mobile Styles */

@media (max-width: 800px) {
  .header__container {
    padding-top:23px;
    padding-bottom:20px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__navigation--toggle {
    position: relative;
    width: 22px;
    height: 20px;
    margin: auto;
    display:block;
    cursor: pointer;   
    top: 9px;
    right: 20px;
    z-index:999;
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
  .header__logo h2 {
    font-size: 27px;
    vertical-align: top;
    padding-top: 4px;
  }
  .header__navigation--toggle span {
    height: 2px;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all .25s ease-in-out;
    background: rgb(46, 95, 146);
  }

  .header__navigation--toggle span.line-2 {
    bottom: 0;
    top: 0;
    margin: auto;
  }

  .header__navigation--toggle span.line-3 {
    bottom: 0;
  }
  .mobile-open .header__navigation--toggle span {
    transform: translateY(10px) translateY(-50%) rotate(-45deg);
    background: rgb(14, 157, 235);
  }

  .mobile-open .header__navigation--toggle span.line-2 {
    opacity: 0;
  }

  .mobile-open .header__navigation--toggle span.line-3 {
    transform: translateY(-10px) translateY(50%) rotate(45deg);
  }
  .header__navigation {
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    transition: all .25s ease-in-out;
    background:transparent;
    z-index:-99;
    opacity: 0;
  }
  .mobile-open .header__navigation {
    opacity: 1;
    z-index:99;
    background:#fff;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .child-trigger {
    width: 50px;
    height: 56px;
    position: absolute;
    right: 20px;
    top: 0;
    cursor: pointer;
    font-size: 20px;
  }
  .child-trigger:after {
    content: "+";
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .child-trigger.trigger-open:after {
    content: "-";
  }
.lp-header .header__container {
    padding-bottom: 20px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
  text-align: left; 
  font-size: 14px;
}
.footer-svg {
  margin-bottom: -10px;
}
.footer__container {
  padding: 55px 20px 14px;
  margin: 0 auto;
}
.footer__copyright,.footer-menu {
  padding-left: 15px;
  padding-right: 15px;
}
.footer__copyright {
  padding-bottom: 12px;
}

.footer-logo-wrapper,
.footer-content-wrapper {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer__main {
  padding-bottom: 81px;
}

.footer p {
  margin: 0;
}

.footer-content-wrapper h2 {
  font-size: 18px;
  margin-bottom: 18px;
}

.footer-content-wrapper p {
  line-height: 1.5em;
}

.footer .hs-button {
  align-items: center;
  justify-content: center;
  transition: border-color .4s ease 0s,background-color .4s ease 0s;
  width: 142px;
  height: 40px;
  display: flex;
  padding: 0;
  margin-left: 60px;
}

.footer-logo-wrapper svg {
  width: 51px;
  height: 52px;
  overflow: visible;
  display: inline-block;
  vertical-align: middle;
}

.footer-logo-wrapper h2 {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  padding-left:5px;
  padding-bottom: 2px;
}

.footer-logo-wrapper .widget-type-rich_text {
  padding-bottom: 17px;
}
.footer-social-share {
  margin-top: 46px;
}

.footer-content-wrapper {
  padding-left: 20px;
  padding-top: 17px;
}
/* .footer-content-wrapper p:nth-child(2) {
  margin-bottom: 1px;
} */
.footer-menu .hs-menu-wrapper ul {
    margin: 0;
}

.footer-menu .hs-menu-wrapper ul li a {
    padding: 0;
}

.footer-menu .hs-menu-wrapper ul li {
    padding-right: 15px;
}
@media(max-width:767px){
  .footer__container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top:17px;
  }

  .footer__copyright, .footer-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-content-wrapper {
    padding-left: 0;
    padding-top: 13px;
  }

  .footer-logo-wrapper, .footer-content-wrapper {
    width: 100%;
  }

  .footer__main {
    padding-bottom: 16px;
  }

  .footer {
    font-size: 13px;
    width: 100%;
    /*min-height: 587px;*/
  }

  .footer-content-wrapper h2 {
    margin-bottom: 11px;
    font-size: 17px;
  }

  .footer-social-share {
    margin-top: 36px;
  } 
  .footer-logo-wrapper h2 {
    font-size: 36px;
    vertical-align: top;
  }
  .footer__copyright {
    padding-bottom: 16px;
  }
  .footer-logo-wrapper .widget-type-rich_text{
    padding-bottom:10px; 
  }

  .footer .hs-button {
    width: 160px;
    height: 48px;
    font-size: 17px;
    margin-left: 70px;
  }
  .footer-content-wrapper p:nth-child(2) {
    margin-bottom: 2px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */

/* Blog Css:- */

ul.pop-up-image {
  padding: 0 !important;
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}
ul.pop-up-image li {
  width: 33.33%;
  padding: 0 10px;
}
ul.pop-up-image li a {
  display: block;
  position: relative;
  padding-bottom: 100%;
}
ul.pop-up-image li a img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 0 !important;
}
.blog-section {
  -webkit-font-smoothing: antialiased;
}

.custom-top-blog-search-icon,
.custom-top-blog-search svg.close {
  cursor: pointer;
}

._2FGh6 .zpcy7.blog-text-color {
  font-family: Arial,Helvetica,sans-serif;
}

.fixed-social-icon-wrapper span._3bgY7 {
  font-family: lulo-clean-w01-one-bold, sans-serif;
  text-transform: uppercase;
}

.copy-link-wrapper ._1x2ef span {
  font-family: Lato;
}

.blog-post-title-font {
  font-family: Arial,Helvetica,sans-serif;
}

.fixed-social-icon-wrapper .I_okD {
  margin-bottom: 5px;
}

.zpcy7.blog-text-color.action-button__text {
  font-family: Arial;
}

.post-item  .Edynr._3lQSa {
  padding-top: 12px;
}

/** Header Group **/
.custom-top-blog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-top-blog-search-group {
  width: 236px;
  padding-top: 31px;
  padding-left: 16px;
  padding-right: 16px;
}
.cm-blog-header-topics {
  width: calc(100% - 236px);
}
.cm-blog-header-topics ul {
  padding: 0;
  margin: 21px 0 23px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cm-blog-header-topics ul li a {
  color: #181818;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  vertical-align: middle;
}
.cm-blog-header-topics ul li {
  margin-left: 40px;
}
.cm-blog-header-topics ul li:first-child {
  margin-left: 0;
}
.cm-blog-header-topics ul li a:hover {
  color: #105290;
}
.custom-top-blog-search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  position: relative;
  border-bottom: 1px solid rgba(24, 24, 24, .5);
}
.custom-top-blog-search {
  position: relative;
}
.custom-top-blog-search .hs-search-field__input {
  border: 0;
  background: transparent;
  transition: all .5s ease;
  border: 0;
  border-radius: 0;
  padding: 1px 0 0 10px;
  font: normal normal normal 18px/1.75em lato-light,lato,sans-serif;
  color: #181818;
  line-height: 1 !important;
  margin: 0;
  height: auto !important;
  min-height: 0;
  display: block;
}
.custom-top-blog-search svg.close {
  position: absolute;
  left: inherit;
  top: 4px;
  right: 0;
  fill: #181818;
  opacity: .8;
}
.blog-post-description-font li {
  line-height: 1;
}
/** Style 2**/

/* Blog Style */
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
img {
  max-width:100%;
}
.tooltip-inner {
  border-radius: 0;
  background: #161616;
  padding: 4px 9px;
  color: #fff;
  font-family: Avenir Next;
  white-space: normal;
  font-size: 12px;
  pointer-events: none;
  line-height: 1;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #161616;
}
.tooltip.top {
  margin-top: 1px;
}
.cm-related-post-group h3 {
  font-size: 18px;
  font-family: lato-light,lato,sans-serif;
  color: #181818;
  font-weight: normal;
  margin: 0;
  float: left;
  letter-spacing: 0;
}
.cm-related-post-group {
  padding-top: 27px;
  -webkit-font-smoothing: antialiased;
}
.cm-related-post-inner-group {
  margin: 0 !important;
}
.hs_cos_wrapper_type_blog_comments form {
  max-width: 100%;
  border: 1px solid #C5C5C5;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.cm-related-post-inner-group {
  overflow: hidden;
  padding-top: 24px;
  width: 100%;
}
.cm-related-post-main {
  clear: both;
}
.cm-related-post-group {
  padding: 20px 0;
}
.cm-related-post-inner-group .related-post-item{
  margin:0;
}
.cm-related-post-group a.see-all-link {
  float: right;
  font-size: 14px;
}
.related-post-inner-item {
  background-color: #fff;
  border: 1px solid #C5C5C5;
  width:100%;
  height:100%;
}
.related-post-inner-item .related-content {
  padding: 24px;
}
.cm-related-post-inner-group {
  margin: 0;
}
.cm-related-post-inner-group .related-post-item .related-post-outer-item {
  padding-left:17px;
  padding-right:17px;
}
.cm-related-post-inner-group .slick-list {
  margin: 0 -15px;
}
.related-content .related-title a {
  text-transform: none;
  font-size: 18px;
  font-family: Lato-Light;
  text-decoration: none;
  display: block;
  color: #181818;
  line-height: normal;
}
.related-content .related-title a:hover {
  color: #105290;
}
.related-post-inner-item .related-image {
  min-height: 165px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.custom_listing_comments {
  font-size: 12px;
  padding-top: 18px;
  color: #181818;
  opacity: .8;
  border-top: 1px solid rgba(24, 24, 24,0.2);
  margin-top: 20px;
}
.custom_listing_comments a {
  color: rgb(47, 47, 48);
  text-decoration: none;
}
.custom_listing_comments a:hover {
  color: rgb(47, 47, 48);
}


/* ---- Blog Top Section ----------- */

.blog .content-wrapper {
  padding-top: 0 !important;
}
.blog .body-container-wrapper .page-center {
  max-width: 1000px !important;
  background: #fff;
}
.site-search-wrapper {
  padding-bottom: 4px;
}
.site-search-wrapper > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.site-search-wrapper .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  font-family: Avenir Next;
  font-size: 14px;
  font: normal normal normal 13px/1.4em lato-light,lato,sans-serif;
  line-height: normal;
  margin-left: 0 !important;
}
.blog-site-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0 !important;
  width: auto !important;
  float: none !important;
  position: relative;
  top: 0;
  right: 0;
}
.blog-site-search {
  width: auto !important;
}
h3:empty {
  display: none;
}

.site-search-wrapper .categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-search-wrapper .categories ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  white-space: nowrap;
}
.site-search-wrapper .categories ul li+li {
  margin-left: 40px;
}
.site-search-wrapper .categories ul li a {
  color: rgba(47,46,46,1);
  font: normal normal normal 13px/1.4em lato-light,lato,sans-serif;
  line-height: normal;
  text-decoration: none;
}
.site-search-wrapper .categories ul li a:hover,
.site-search-wrapper .categories ul li.active a {
  color: #B5D12A;
}
.hs-search-field {
  position: relative;
}
.blog-site-search .hs-search-field__bar {
  margin-right: 16px;
  background: transparent;
  padding: 0;
  max-width: 100%;
}
.blog-site-search form {
  margin: 0 !important;
  position: relative;
  margin-left: 0 !important;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height: 16px;
  width: auto !important;
}
.search-open .blog-site-search form {
  width: 200px !important;
}
body:not(.search-open) .blog-site-search svg._3X5_F.blog-desktop-header-search-icon-fill {
  position: static;
}
._3X5_F {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  cursor: pointer;
  z-index: 9;
}
.blog-desktop-header-search-icon-fill {
  fill: rgba(47,46,46,1);
}
svg:not(:root) {
  overflow: hidden;
}
.blog-site-search input[type="text"] {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 1px 0 0 29px;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: none;
  font: normal normal normal 13px/1.4em lato-light,lato,sans-serif;
  line-height: normal;
  color: rgba(0,26,57,1);
  padding-right: 20px;
  display: inline-block;
  box-shadow: none;
  color: rgba(47,46,46,1);
}
.blog-site-search input[type="text"] {
  display: none;
}
.search-open .blog-site-search input[type="text"] {
  display: block;
}
.search-open .blog-site-search input[type="text"]::placeholder {
  opacity: .4;
  color: inherit;
}
.blog-site-search ._31WYb {
  height: 25px;
  padding: 1px 0 0 29px;
  font-size: 14px;
  font-weight: 500;
  visibility: hidden;
  font: normal normal normal 13px/1.4em lato-light,lato,sans-serif;
  line-height: normal;
  display: none;
  padding-right: 20px;
  color: rgba(47,46,46,1);
}
.search-open .blog-site-search ._31WYb {
  display: inline-block;
  vertical-align: middle;
}
.blog-desktop-header-search-border-background-color {
  background-color: rgba(47,46,46,1);
  opacity: .5;
}
._1gvEV {
  height: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.search-open ._1gvEV {
  height: 1px;
}
._33yBj {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto -5px auto 0;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: none;
  outline: 0;
  text-align: center;
}
.search-open ._33yBj {
  display: flex;
  top: -8px;
}
.blog-site-search .search-input__clear-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto -5px auto 0;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
}
._1X2-2 {
  opacity: .8;
}

.hs-blog-listing .cm-blog-header-topics ul li a {
  font-size: 18px;
}
.cm-blog-header-topics ul li a.active {
  color: rgb(16, 82, 144);
}

/* ---- Listing Content ----------- */

.blog-listing-wrapper .post-listing .post-item {
  width: 100%;
  border: 1px solid rgba(14, 157, 235, 0.75);
  margin: 67px 0 30px;
  font: normal normal normal 13px/1.4em lato-light,lato,sans-serif;
  line-height: normal;
  color: rgb(46, 95, 146);

}

.post-listing {
  max-width: 940px;
  margin: 0 auto;
  min-height: 433px;
}

.post-item .post-header:before, .post-item .post-header:after {
  content: '';
  display: table;
}
.post-item .post-header:after {
  clear: both;
}
.post-item .left-column, .post-item .right-column {
  float: left;
}
.post-item .left-column {
  width: 48%;
}
.post-item .right-column{
  width: 52%;
}

.post-item.no-image .right-column {
  width: 100%;
}
.post-item .left-column img {
  width: 100%;  
  vertical-align: middle;
}
.post-item .right-column {
  padding: 24px 36px;
  min-height: 337.5px;
  display: flex;
  flex-direction: column;
}
.blog-post-description-font {
  text-decoration: inherit;
  font: normal normal normal 16px/1.4em dinnextltw23-ultralight,sans-serif;
}
.blog-post-description-font a {
  font-family: inherit;
}
._3w2Mw._2oYih {
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
._1VSkn {
  font-size: 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  font-size: 14px;
  height: 34px;
}
._3gMWO {
  padding-left: 10px;
  font-size: 12px;
  line-height: normal;
}
._1VSkn a {
  text-decoration: none;
}
span.blog-link-hover-color {
  font-family: inherit;
  color: rgb(46, 95, 146);
}
span.blog-link-hover-color:hover {
  color: rgb(14, 157, 235);
}
._3tXON {
  width: 19px;
  height: 19px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.post-item .right-column ._1VSkn ._3gMWO ._3tXON {
  position: relative;
  top: -2.5px;
}
._3tXON svg {
  fill: rgb(46, 95, 146);
}
ul._354kn {
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: .8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-separator-background-color {
  background-color: rgba(65,65,65,1);
}
._3zuS_ {
  margin: 0 8px;
}
._1tfHf {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  -ms-flex-item-align: center;
  align-self: center;
}
.hs-blog-listing .NrCbc.blog-more-icon-fill {
  margin: 0 -10px 0 3px;
}
.blog-post-group .post-body p:first-child {
  margin-bottom: 17px;
}

.WU4zd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 19px;
  width: 19px;
  cursor: pointer;
}
._2MSUB {
  font-size: 0;
  height:100%;
}
.blog-icon-fill {
  fill: rgb(46, 95, 146);
}
.blog-icon-fill:hover{
  fill: rgb(14, 157, 235); 
}
._310VQ {
  position: absolute;
  top: 25px;
  z-index: 900;
  right: 0;
  min-width: 200px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 8px 0 rgba(0,0,0,.2);
  color: rgba(65,65,65,1);
  font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: normal;
  background-color: #fff;
  display: none;
}
.Dg0hn.action-button {
  outline: 0;
}
._2FGh6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 18px 15px;
}
._2OloG.blog-icon-fill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
._2FGh6 .zpcy7 {
  font: normal normal normal 13px/1.4em lato-light,lato,sans-serif;
  line-height: normal;
  font-weight: normal;
  font-size: 14px;
  margin-left: 12px;
  white-space: nowrap;
}
.post-item h2 {
  word-break: break-word;
  overflow-wrap: break-word;
  text-transform: initial;
  border-bottom: 12px solid transparent;
  margin: 0;
  font: normal normal normal 28px/1.375em lato-light,lato,sans-serif;
  color: inherit;
  line-height: normal;
  letter-spacing: 0;
  margin-top: 1px;
}
.post-item h2 a {
  color: inherit;
}
.post-item p {
  margin: 0;
  font: normal normal normal 16px/1.4em dinnextltw23-ultralight,sans-serif;
  line-height: 1.5;
  font-size: 16px;
  color:inherit;
  opacity: 0.8;
  max-height: 72px;
}
.hs-body-summry-wrapper {
  color: rgb(46, 95, 146);
}
.hs-body-summry-wrapper {
    height: 100%;
    display: flex;
    flex: 1;
    padding: 0;
    overflow: hidden;
}
.hs-body-summry a,
.hs-body-summry a:hover,
.hs-body-summry a:focus{
  color:inherit;
  display:block;
}

.hs-body-summry-wrapper:hover {
  color: rgb(14, 157, 235);
}

.Edynr._3lQSa {
  padding-top: 33px;
}
.hs-body-summry {
    height: 100%;
}

span.custom_listing_comments {
  display: inline-block;
  height: auto;
  border-top: 1px solid rgba(24,24,24,.2);
  padding-top: 12px;
  margin-top: auto;
  width: 100%;
  font: normal normal normal 16px/1.4em dinnextltw23-ultralight,sans-serif;
  color: rgb(46, 95, 146);
  font-size: 12px;
}
span.custom_listing_comments a {
  text-decoration: none;
  color: rgb(46, 95, 146);
  font:inherit;

  opacity: .8;
}

.right-column {
  font-family: lato-light,lato,sans-serif;
}
span.custom_listing_comments a:hover {
  color: rgb(16, 82, 144);
}
.blog-pagination {
  font: normal normal normal 13px/1.4em lato-light,lato,sans-serif;
  line-height: normal;
  clear: both;
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: center;
}
.blog-pagination a {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
}
span.avatar-image {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.Dg0hn.action-button {
  padding: 1px 7px 2px;
}
.fluid-avatar-image {
  background-size: cover;
  overflow: hidden;
  width: 100%;
  border-radius: 50%;
}
.fluid-avatar-image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.custom-top-blog-search .hs-search-field__input:focus {
  outline: none;
}

.custom-top-blog-header{
  -webkit-font-smoothing: antialiased;
}

.blog-post-group .cm-blog-header-topics ul li a {
  color: #181818;
}

.blog-post-group .cm-blog-header-topics ul li a:hover {
  color: #105290;
}
.fancybox-image {
  padding: 0 10px;
}

/* -------- Listing Social Icons ---------- */

.fixed-social-icon-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all .5s ease;
}
.follow-us-open .fixed-social-icon-wrapper {
  z-index: 2000;
}
.only-copy-link-wrapper {
  z-index: -1 !important;
}
.copy-link-wrapper-open .only-copy-link-wrapper {
  z-index: 2000 !important;
}
._2nD-G {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
._2nD-G._1nNlW {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
._1F3eV {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #000;
  transition: opacity .5s ease;
}
.follow-us-open ._1F3eV {
  opacity: .8;
}
.only-copy-link-wrapper ._1F3eV {
  opacity: 0 !important;
}
.copy-link-wrapper-open .only-copy-link-wrapper ._1F3eV {
  opacity: .8 !important;
}
._2lr5V {
  cursor: pointer;
  position: absolute;
  right: 19px;
  top: 15px;
  padding: 0;
  background: transparent;
  border: 0;
}
._1Hg1D {
  z-index: 1;
  position: relative;
}
._1nNlW ._1Hg1D {
  max-width: 296px;
  width: 100%;
  background-color: #fff;
}
._1nNlW ._1Hg1D._2rGMY {
  top: -100px;
  transition: all .5s ease;
  visibility: hidden;
  opacity: 0;
}
.follow-us-open ._1nNlW ._1Hg1D._2rGMY {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.only-copy-link-wrapper ._1Hg1D._2rGMY {
  top: -100px !important;
  transition: top .5s ease !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.copy-link-wrapper-open .only-copy-link-wrapper ._1nNlW ._1Hg1D._2rGMY {
  top: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.hs-blog-listing ._1nNlW ._1Hg1D._2rGMY {
  background-color: #fff;
}
.blog-text-color {
  color: rgba(47,46,46,1);
}
.fXLE2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fixed-social-icon-wrapper svg.blog-icon-fill {
  display: none;
}
._3bgY7 {
  font-size: 16px;
  font-weight: 700;
}
.I_okD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px 0 12px;
}
.I_okD {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
._1tGe7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
._1tGe7:not(:last-child) {
  margin-right: 38px;
}
span._1tGe7 a {
  align-items: flex-start;
  text-align: center;
  cursor: default;
  color: buttontext;
  display: inline-block;
  padding: 0;
  height: 45px;
  width: 45px;
  margin: 0;
  border-radius: 50%;
  border: 0;
  position: relative;
  top: 15px;
  cursor: pointer;
}
span._1tGe7 a.share_facebook {
  background: #4464a3;
}
span._1tGe7 a.share_twitter {
  background: #55acee;
}
span._1tGe7 a.share_googleplus {
  background: #0077b5;
}
span._1tGe7 a.copy-link {
  background: #333;
}
span._1tGe7 a svg, span._1tGe7 a:hover svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  fill: #fff;
}
.open-copy-link ._1nNlW ._1Hg1D._2rGMY {
  display: none;
}
.copy-link-wrapper {
  background-color: #fff;
  position: relative;
  z-index: 1;
  font: normal normal normal 110px/1.4em helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
  line-height: normal;
  color: rgb(46, 95, 146);
  padding: 60px;
  width: 452px;
}
.open-copy-link .copy-link-wrapper {
  display: block !important;
}
.copy-link-wrapper ._1x2ef {
  margin: 0 0 30px;
  line-height: 1;
  text-align: center;
}

.copy-link-wrapper ._1x2ef span {
  font-size: 16px;
  font-weight: 700;
}
.copy-input-wrapper {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hs-blog-listing .blog-text-color {
  background-color: #2D2E2D !important;
  color:#fff;
  right: 30px;
}
.hs-blog-listing .blog-text-color svg.blog-icon-fill {
  fill: #fff;
}
.copy-input-wrapper input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: Avenir Next;
  font-size: 14px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: rgba(47,46,46,1);
}
.copy-input-wrapper input[type="text"]:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 0 1px 2px #3899EC;
}
.copy-input-wrapper .blog-text-border-color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid;
  pointer-events: none;
  opacity: .2;
  border-color: #fff;
}

.copy-link-wrapper ._3TdXr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -12px;
}
.copy-link-wrapper ._1me73 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 12px;
}
.copy-link-wrapper .blog-button-border-color {
  position: relative;
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 0 24px;
  border-radius: 0;
  border-style: none;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  padding: 0 24px;
    font: normal normal normal 16px/1.4em dinnextltw23-ultralight,sans-serif;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  color: rgb(14, 157, 235);
  border-color: rgb(14, 157, 235);
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  outline: none;
}
.copy-link-wrapper .blog-button-primary-text-color {
  position: relative;
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 0 24px;
  border-radius: 0;
  border-style: none;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  padding: 0 24px;
  font: normal normal normal 16px/1.4em dinnextltw23-ultralight,sans-serif;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  color:#fff;
  background-color: rgb(14, 157, 235);
  outline: none;
}
._3U7QY {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}
._1nNlW ._1Hg1D {
  max-width: 296px;
  width: 100%;
}
.blog-post-title-font {
  font: normal normal normal 40px/50px helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
  line-height: normal;
}
.blog-listing-wrapper span.custom_listing_comments a:hover {
    color: rgb(14, 157, 235);
}

/* --------- Post Page --------- */

.blog .body-container-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-section {
  margin-top: 20px;
}
.hs-blog-listing .blog-section {
  margin-top: 15px;
}
.blog-post-group .site-search-wrapper {
  padding-bottom: 0;
}
.post-follow-us-wrapper {
  border-top: 1px solid rgba(65,65,65,0.2);
  border-bottom: 1px solid rgba(65,65,65,0.2);
  padding: 20px 0;
  overflow: hidden;
}
.post-follow-us-wrapper>div {
  width: 50%;
  float: left;
  font-size: 14px;
  line-height: 21px;
}
.post-topics p {
  margin: 0;
  text-align: right;
}
.post-topics a {
  color: rgba(47,46,46,1);
  text-decoration: none;
}
.post-topics a:hover {
  color: #105290;
}
.social-icons ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}
.social-icons ul li {
  display: inline-block;
  margin-right: 26px;
}
.social-icons ul li a {
  font-size: 14px;
  line-height: 21px;
  display: block;
}
.share_facebook:hover svg {
  fill: #4464a3;
}
.share_twitter:hover svg {
  fill: #55acee;
}
.share_googleplus:hover svg {
  fill: #0077b5;
}
.share_copy_link:hover svg {
  fill: #105290;
}
.blog-post-group .post-body {
  font: normal normal normal 16px/20px wfont_76ff88_29af3599e91a4503bb9ba33d34dbebef,wf_29af3599e91a4503bb9ba33d3,orig_cera_pro_medium;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  color: rgb(46, 95, 146);
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 60px;
      -moz-osx-font-smoothing: grayscale;
}
.blog-post-group .post-header h1 {
  font: normal normal normal 40px/50px wfont_76ff88_29af3599e91a4503bb9ba33d34dbebef,wf_29af3599e91a4503bb9ba33d3,orig_cera_pro_medium;
  margin-top: 27px;
  color: rgb(46, 95, 146);
  margin-bottom:0
}
.blog-post-group ._1VSkn a {
  float: left;
}
.blog-post-group ._3gMWO {
  display: flex;
}
.blog-post-group ._1tfHf {
  float: left;
}
.blog-post-group .WU4zd.more-button {
  margin: -2px -8px 0 8px;
  outline: none;
}

.blog-post-group .I_okD {
  margin: 0;
}

.blog-post-group span._1tGe7 a {
  vertical-align: middle;
  top: 0;
}

.blog-post-group .copy-link-wrapper ._1x2ef span {
  display: block;
  font-family: wfont_76ff88_29af3599e91a4503bb9ba33d34dbebef,wf_29af3599e91a4503bb9ba33d3,orig_cera_pro_medium;
}

.blog-post-group .copy-link-wrapper .blog-button-border-color,
.blog-post-group .copy-link-wrapper .blog-button-primary-text-color {
  display: block;
font: normal normal normal 16px/20px wfont_76ff88_29af3599e91a4503bb9ba33d34dbebef,wf_29af3599e91a4503bb9ba33d3,orig_cera_pro_medium;
}

.blog-post-group .copy-link-wrapper ._3TdXr {
  padding-top: 8px;
}
.blog-post-group .copy-input-wrapper .blog-text-border-color {
    border-color: rgb(46, 95, 146);
}
.blog-post-group ._3gMWO {
  font-size: 14px!important;
  line-height: 1.5;
}

.blog-post-group ._3w2Mw._2oYih {
  padding: 0;
}

.comment-date {
  display: block;
  text-align: left;
}
.replying {
  padding-left: 0;
}
.hs-search-field--open .hs-search-field__suggestions {
  width: 100%;
  border: 1px solid #000;
  padding: 10px 15px;
  position: absolute;
  top: 25px;
  background: #fff;
}
.fluid-avatar-image svg {
  height: 32px;
  width: 32px;
}
.hs-no-author-image .fluid-avatar-image {
  border-radius: 0;
}
/* ----- Recent Posts ------- */

.related-posts-wrapper {
  margin-top: 30px;
}
.related-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 29px;
}
.blog-post-group ._3gMWO {
  font: normal normal normal 14px/21px wfont_76ff88_29af3599e91a4503bb9ba33d34dbebef,wf_29af3599e91a4503bb9ba33d3,orig_cera_pro_medium;
  padding-left:12px;
}


}
.related-col-1 h3 {
  margin: 0;
  font: inherit;
  color: rgba(47,46,46,1);
}
.hs-no-author-image .fluid-avatar-image:after {
  display:none;
}
.related-col-1 .blog-link-hover-color.GPfYj {
  color: inherit;
  font-size: 14px;
  line-height: normal;
}
.related-col-1 .blog-link-hover-color.GPfYj:hover {
  color: #105290;
}
.related-image-wrapper img {
  width: 100%;
  vertical-align: middle;
}
.recent-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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: auto;
  padding: 24px;
  word-wrap: break-word;
}
.related-title-wrapper {
  font: normal normal normal 40px/50px helvetica-w01-bold,helvetica-w02-bold,helvetica-lt-w10-bold,sans-serif;
  line-height: normal;
}
.related-title-wrapper h2 {
  color: rgba(47,46,46,1);
  font-size: 18px;
  line-height: inherit;
}
.related-title-wrapper h2 a {
  color: inherit;
}
.related-title-wrapper h2 a:hover {
  color: #105290;
}
.recent-comment-border {
  height: 1px;
  opacity: .2;
  background-color: rgba(47,46,46,1);
  margin-bottom: 15px;
}
.recent-post-comments {
  font: normal normal normal 18px/22px lato-light,lato,sans-serif;
  font-size: 12px;
  color: inherit;
  padding-top: 10px;
  line-height: normal;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}
.recent-post-comments a {
  color: inherit;
}
/* .related-posts-wrapper {
overflow: hidden;
} */
.related-post-item {
  margin-left: 34px;
}
.related-post-item .recent-post-header {
  width: 100%;
  border: 1px solid rgba(204,204,204,0.75);
  background-color: rgba(255,255,255,1);
}
.slick-slider {
  margin-left: -35px;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.slick-dots li+li {
  margin-left: 6px /*!rtl:end:ignore*/;
}
.slick-dots li button {
  padding: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: .2;
  background-color: rgba(47,46,46,1);
}
.slick-dots li.slick-active button {
  background-color: #105290;
  opacity: 1;
}
.slick-dots li button:before {
  content: none !important;
}

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

ul.hs-error-msgs.inputs-list {
  padding: 0;
}

.comment-from {
  display: block;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item * {
  vertical-align: top !important;
}

.subscribe-options label {
  font-size: 13px;
  margin-left: 0;
  margin-right: 0;
}

div#comments-listing:not([data-has-comments="true"]) {
  display: none;
}

.blog-pagination a {
  vertical-align: middle;
}

.blog-pagination a svg {
  vertical-align: middle;
  margin: -2px 5px 0;
}


/* ---------- author section --------------- */

.author-left-col {
  padding: 30px;
  border: 1px solid rgba(47, 46, 46, 0.2);
  width: 250px;
  text-align: center;
  float: left;
}
.hs-author-avatar {
  float: none !important;
  margin: 0 auto !important;
  max-width: 90px !important;
}
.author-name {
  font: normal normal normal 13px/1.4em lato-light,lato,sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #2F2E2E;
  margin-top: 5px;
}
.author-admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 16px;
  font: normal normal normal 13px/1.4em lato-light,lato,sans-serif;
  font-size: 17px;
  font-style: normal;
  color: #2F2E2E;
  opacity: .7;
  margin-top: 4px;
}
.author-admin > div {
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px!important;
  margin-right: 0;
}
.author-admin ._2hzZs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.author-admin .HLJi- {
  line-height: 1;
  margin: auto;
  margin-left: 6px;
  height: auto;
}
.author-admin svg {
  fill: #2F2E2E;
}
.author-admin span.ma-fill-primary-text._1sJhn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.hs-author-profile .hs-author-social-links {
  margin-top: 15px;
}
.hs-blog-listing .hs-author-profile:before,
.hs-blog-listing .hs-author-profile:after {
  content: '';
  display: table;
}
.hs-blog-listing .hs-author-profile:after {
  clear: both;
}
.author-right-col {
  padding: 24px 30px 14px 30px;
  width: calc(100% - 280px);
  max-width: 600px;
  float: left;
  margin-left: 30px;
}
.hs-blog-listing .hs-author-profile {
  border: none;
}
h2.author-title {
  font: normal normal normal 13px/1.4em lato-light,lato,sans-serif;
  font-size: 26px;
  font-style: normal;
  margin: 0;
}
.hs-author-bio {
  margin-top: 12px;
  padding: 20px 0;
  border-top: 1px solid rgba(47, 46, 46, 0.2);
  font: normal normal normal 13px/1.4em lato-light,lato,sans-serif;
  font-style: normal;
  color: #2F2E2E;
  font-size: 15px;
  line-height: 23px;
}
.blog-post-group .post-body p {
  margin: 0;
}
.blog-post-group .post-body img {
  margin-top: 15px;
  margin-bottom: 15px;
  vertical-align: middle;
}
.blog-post-group .post-body p a {
  display: inherit;
}

.blog-post-group .post-body h2 {
  color: inherit;
  min-height: 36px;
  font: normal normal normal 28px/1.375em lato-light,lato,sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
}
.blog-post-group .post-body ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 0 0 47px;
  line-height: 1.5;
    color: #2e5f92;
}
.blog-post-group .post-body ul li {
  line-height: 1.5;
}
.custom-top-blog-search-inner {
  width: 19px;
  float: right;
  transition: 0.3s ease;
  overflow: hidden;
  border: 0;
}
.custom-top-blog-search-group.open .custom-top-blog-search-inner {
  width: 200px;
  border-bottom: 1px solid rgba(24,24,24,.5);
}
.blog-main-group {
  padding-left: 18px;
  padding-right: 18px;
}
.custom-top-blog-search :-moz-placeholder {
  color: #aaa;
  opacity: 0.8;
}

.custom-top-blog-search ::-webkit-input-placeholder {
  color: #aaa;
  opacity: 0.8;
}
.custom-top-blog-search-group.open .custom-top-blog-search-inner {
  overflow: visible;
}
.hs-search-field--open .hs-search-field__suggestions {
  z-index: 99;
  top: 32px;
}
.copy-link-wrapper-open1 .fixed-social-icon-wrapper:not(.bottom-share) {
  display: none;
}
body:not(.copy-link-wrapper-open1) .fixed-social-icon-wrapper.bottom-share {
  display: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
}
.blog-post-group .post-body p a {
  color: rgb(14, 157, 235);
}
.fixed-social-icon-wrapper.bottom-share ._1gjkp {
  margin: 0 0 30px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.fixed-social-icon-wrapper.bottom-share span._1SYnE {
  font: normal normal normal 40px/50px wfont_76ff88_29af3599e91a4503bb9ba33d34dbebef,wf_29af3599e91a4503bb9ba33d3,orig_cera_pro_medium;
  font-size: 16px;
  margin-left: 12px;
}
.hs-blog-listing .copy-link-wrapper ._1x2ef {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hs-blog-listing .copy-link-wrapper ._3TdXr ._1me73 button {
  vertical-align: top;
}
.hs-blog-listing .copy-link-wrapper ._3TdXr {
  height: 46px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding: 5px;
  overflow: hidden;
  overflow-x: auto;
}
.cm-related-post-group a.see-all-link:hover {
  color: #105290;
}
.fixed-social-icon-wrapper.bottom-share svg.blog-icon-fill {
  fill: rgb(46, 95, 146);
  display: block;
  width: 19px;
  height: 19px;
}

.blog-post-group .post-body p a:hover {
  color: rgb(14, 157, 235);
}
ul.hs-search-field__suggestions li a {
  padding: 5px;
}
.blog-post-group .post-body ol {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}

.blog-post-group .post-body ol li {
  -webkit-margin-start: 47px;
  margin-inline-start: 47px;
  line-height: 1.5;
  color: #000;
}

.blog-post-group .page-center {
  padding: 0 20px 20px;
}

.blog-post-group .blog-post-wrapper.cell-wrapper {
  max-width: 740px;
  margin: 0 auto;
}
.blog-post-group .WU4zd.more-button .blog-icon-fill:hover {
  fill: #E8C061;
}

.blog-post-group ._310VQ {
  right: 26px;
}

.blog-post-group .blog-text-color {
  color: rgb(46, 95, 146) !important;
}
.blog-post-group .fixed-social-icon-wrapper span._3bgY7 {
  text-transform: none;
  font-family: wfont_76ff88_29af3599e91a4503bb9ba33d34dbebef,wf_29af3599e91a4503bb9ba33d3,orig_cera_pro_medium;
}
.blog-post-group .post-body a {
  display: block;
}
.blog-listing-wrapper .copy-link-wrapper {
  background-color: #2D2E2D;
}

.blog-listing-wrapper .copy-link-wrapper ._1x2ef span {
  font: normal normal normal 16px/1.4em lulo-clean-w01-one-bold,sans-serif;
  color: #FFFFFF;
}
.blog-listing-wrapper .copy-input-wrapper input[type="text"] {
  color: #FFFFFF;
}

@media (max-width: 979px) {

  ._1nNlW ._1Hg1D {
    max-width: 452px;
    padding: 26px 16px;
    background-color: #2d2e2d !important;
  }
  ._1tGe7:not(:last-child) {
    margin-right: 24px;
  }
  .copy-link-wrapper {
    width: 296px;
    padding: 36px 30px;
  }
  .copy-link-wrapper ._3TdXr {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .copy-link-wrapper ._1x2ef span {
    display: block;
  }
  .copy-link-wrapper .blog-button-border-color,
  .copy-link-wrapper .blog-button-primary-text-color {
    width: 100%;
    padding: 0;
    display: block;
  }

}

img[align="left"] {
  margin-right: 15px;
  margin-bottom: 15px;
  display: block;
}

@media (max-width: 980px) and (min-width: 768px) {

  .site-search-wrapper .categories ul li+li {
    margin-left: 20px;
  }
  .site-search-wrapper .categories ul li a {
    font-size: 13px;
  }


}
@media (max-width: 980px) {
  .blog-comments {
    padding-left: 18px;
    padding-right: 18px;
  }
}


.blog-comments input.hs-button.primary {
  margin-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
}

@media (max-width: 855px) and (min-width: 768px) {

  .search-open .blog-site-search form {
    width: 120px !important;
  }
  .site-search-wrapper .categories ul li a {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .group-title {
    display: none;
  }
  svg.arrow-search {
    display: none;
  }
}
@media (max-width: 767px) {
  img[align="left"] {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
    float:none !important;
  }
  .blog-post-description-font li {
    line-height: 1.4;
  }
  .blog-post-group .post-header h1 {
    margin-top: 22px;
    line-height: 1.2!important;
    font-size: 26px;
    margin-bottom: 0;
  }
  svg.arrow-search {
    display: none;
  }
  .custom-top-blog-search-group {
    width: 50px;
  }
  .custom-top-blog-search-group.open {
    width: 100%;
  }
  .custom-top-blog-search-group.open svg.arrow-search {
    display: inline-block;
  }
  .custom-top-blog-search .hs-search-field__input {
    color: #fff !important;
    font-size: 16px;
    padding-top: 2px;
  }
  .cm-blog-header-topics {
    display: none;
  }
  .custom-top-blog-search svg.close {
    display:none;
  }
  .custom-top-blog-search svg.close {
    display: none;
  }
  .custom-top-blog-search-group.open .custom-top-blog-search-inner {
    width: calc(100% - 27px);
    border-color: rgba(255, 255, 255, 0.5);
  }
  .custom-top-blog-search-group svg {
    fill: rgb(255, 255, 255);
  }
  .custom-top-blog-search-group {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 16px;
    padding-bottom: 6px;
    background-color: rgb(16, 82, 144);
    padding-left: 14px;
    padding-right: 16px;
  }
  .group-title h5 {
    font-size: 14px;
    color: #fff;
    font-family: lato-light,lato,sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 17px 0 16px;
  }
  .custom-top-blog-header {
    background-color: rgb(16, 82, 144);
    color: #fff;
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .blog-post-group .blog-post-description-font li:first-child {
    display: none;
  }
  ul.pop-up-image {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display:block;
  }
  ul.pop-up-image li {
    width: 100%;
  }
  .blog-section {
    padding: 0 18px;
  }
  .site-search-wrapper {    
    padding-bottom: 0;
    position: relative;
  }
  .blog .body-container-wrapper .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .site-search-wrapper > .row-fluid-wrapper > .row-fluid {
    display: block;
    height: auto;
  }
  .blog .site-search-wrapper ._12pv9.blog-default-button-background-color {
    background-color: rgb(181, 209, 42) !important;
    padding: 0;
    color: rgba(232,194,41,1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
    height: 50px;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
  }
  .blog-main-group  {
    padding-left:0;
    padding-right:0;
  }
  .site-search-wrapper .categories {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
    height: 50px;
    font-size: 14px;
    color: rgba(47,46,46,1);
    background-color: #fff;
    display: block;
  }
  .blog .site-search-wrapper .blog-site-search {
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    background-color: rgb(181, 209, 42);
    height: 50px;
    padding: 12.5px 20px;
  }
  .mobile-search-open .site-search-wrapper .blog-site-search {
    display: block !important;
  }
  .site-search-wrapper ._2X7Xw {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
  }

  .site-search-wrapper ._12pv9.blog-default-button-background-color ._2T-uQ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-right: -14px;
  }
  .site-search-wrapper ._2X7Xw h1 {
    font: normal normal normal 13px/1.4em lato-light,lato,sans-serif;
    line-height: normal;
    margin: 0;
    line-height: normal;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
  }
  .site-search-wrapper ._12pv9.blog-default-button-background-color ._1D6dT:last-child {
    margin-right: -3px;
  }
  .site-search-wrapper ._12pv9.blog-default-button-background-color ._2DOXU {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
  }
  .site-search-wrapper ._12pv9.blog-default-button-background-color .blog-button-primary-icon-fill {
    fill: #fff;
  }
  .site-search-wrapper ._12pv9.blog-default-button-background-color ._1jc8M {
    display: none;
  }
  .body-container-wrapper .hs-search-field__bar {
    max-width: 100%;
    margin: 0 0 35px 0;
  }
  .blog-site-search form, .search-open .blog-site-search form {
    width: 100% !important;
  }
  .cm-related-post-inner-group .slick-list {
    margin: 0;
  }

  .cm-related-post-inner-group button.slick-arrow {
    display: none !important;
  }

  .cm-related-post-inner-group ul.slick-dots {
    bottom: 0 !important;
  }
  .blog-site-search svg._3X5_F.blog-desktop-header-search-icon-fill {
    position: absolute !important;
  }
  .blog-site-search input[type="text"] {
    display: block;
    color: #fff;
  }
  .custom-top-blog-search input[type="text"]::placeholder {
    color: #fff;
    opacity: .4;
  }
  .blog-desktop-header-search-border-background-color {
    background-color: #fff;
  }
  ._1gvEV {
    height: 1px;
  }
  .blog-site-search ._31WYb {
    display: inline-block;
  }
  ._33yBj {
    display: block;
  }
  .cm-related-post-inner-group .related-post-item .related-post-outer-item {
    padding: 0;
    margin-bottom: 20px;
  }

  .cm-related-post-group {
    padding: 20px 15px;
  }
  .site-search-wrapper .categories ul.l_tinynav1 {
    display: none !important;
  }
  ul.pop-up-image li {
    margin-bottom: 20px;
  }


  .site-search-wrapper .categories .widget-module ._3qWks {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
  }
  .site-search-wrapper .categories .widget-module .blog-icon-fill {
    fill: rgba(47,46,46,1);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 3px;
  }
  .site-search-wrapper .categories select#tinynav1 {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: black;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: white;
    cursor: default;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    font-size: 16px;
    margin-left: 18px;
    padding: 0;
    margin-left: 0;
    cursor: pointer;
  }
  .site-search-wrapper .categories .block {
    height: 50px;
  }
  .site-search-wrapper .categories .widget-module {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 18px;
    height: 100%;
  }
  .blog-site-search svg._3X5_F.blog-desktop-header-search-icon-fill,
  .blog-site-search form .blog-desktop-header-search-icon-fill {
    fill: #fff;
  }
  .I_okD {
    margin: 0;
    margin-top: 24px;
  }
  span._1tGe7 a {
    float: left;
    top: 0;
  }
  .blog-listing-wrapper .post-listing .post-item {
    float: none;
    margin: 0;
    border: none;
  }
  .post-item .left-column, .post-item .right-column {
    width: 100%;
  }
  .post-item .right-column {
    padding: 30px 18px 0;
    min-height:unset;
  }
  .Edynr._3lQSa {
    padding-top: 10px;
  }
  span.custom_listing_comments {
    border: none;
    border-bottom: 1px solid rgba(65,65,65,.2);
    padding-bottom: 18px;
  }
  .blog-pagination {
    padding: 0 18px;
    margin-top: 20px;
  }
  .post-item h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .post-item p {
    font-size: 14px;
  }
  .blog-pagination a {
    font-size: 14px;
  }
  .hs-blog-listing .hs-author-profile {
    padding: 20px 18px 0;
  }
  h3.hs-author-listing-header {
    padding: 0 18px;
  }
  .blog-post-group .site-search-wrapper .categories {
    display: none !important;
  }
  .blog-post-group .site-search-wrapper ._2X7Xw h1 a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    top: 1px;
    color: inherit;
  }
  .post-body img[style*="float"] {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
  .blog-post-group .body-container-wrapper .page-center {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .blog-post-group .site-search-wrapper {
    margin: 0 -20px !important;
  }
  .blog-post-group .site-search-wrapper ._2X7Xw h1 svg._39wx3.blog-button-primary-icon-fill {
    margin-left: -4px;
    margin-right: 7px;
  }
  .blog-post-group ._3w2Mw._2oYih {
    padding-top: 6px;
  }
  .blog-post-group .page-center {
    padding: 0;
  }

  .blog-post-group ._3gMWO {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    font-size: 12px !important;
  }
  .blog-post-group .post-body {
    font-size: 16px;
    margin-top: 13px;
    margin-bottom:0;
  }
  .post-follow-us-wrapper>div {
    width: 100%;
  }
  .post-topics p {
    margin: 0;
    text-align: left;
  }
  .post-topics {
    margin-bottom: 20px;
  }
  .blog-post-group .I_okD {
    padding-top: 7px;
    margin-top: 24px;
  }
  .hs-blog-listing .blog-section {
    margin-top: 0;
  }
  .banner-area {
    min-height: auto;
  }
  .banner-content {
    margin-top: 78px;  
  }
  .banner-content h1 {
    margin-bottom: 8px;
    font-size: 25px;
  }
  .banner-content p {
    margin-bottom: 64px;
    font-size: 18px;
  }
  .author-left-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: none;
    text-align: left;
  }
  .author-right-col {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-author-profile .hs-author-avatar {
    float: left !important;
    margin-right: 20px !important;
  }
  .author-admin {
    display: block;
  }
  .hs-blog-listing .blog-section {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-top-blog-search {
    width: 100%;
  }
  .post-item .Edynr._3lQSa{
    margin:0;
    border:0;
  }
  span.custom_listing_comments{
    border:0;
  }
  .post-listing {
    height: auto;
  }
  .blog-post-group .post-body p:first-child {
    margin-top: 13px !important;
    font-size: 12px !important;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  .blog-post-group .post-follow-us-wrapper {
    border-top: 0;
    padding-top: 24px;
    padding-bottom: 18px;
  }

}  


@media (max-width: 479px) {

  .hs-author-avatar {
    float: none !important;
    margin-bottom: 20px;
  }
  .related-post-item {
    margin-left: 0;
  }
  .slick-slider {
    margin-left: 0;
  }


}


@media (min-width: 660px) {

  .copy-link-wrapper ._1me73 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .copy-link-wrapper .blog-button-border-color, .copy-link-wrapper .blog-button-primary-text-color {
    padding: 0 24px;
  }


}


@media (min-width: 768px) {

  .blog .site-search-wrapper ._12pv9.blog-default-button-background-color,
  .site-search-wrapper span._3qWks,
  .site-search-wrapper svg.blog-icon-fill._3s_Tp,
  .site-search-wrapper select#tinynav1 {
    display: none !important;
  }
  .blog-post-group .blog-section {
    border: 1px solid rgba(204,204,204,0.75);
    padding: 60px 60px;
    border-color: rgba(14, 157, 235, 0.75);
  }
  .post-topics {
    float: right !important;
  }


}


@media (min-width: 980px) {

  ._1nNlW ._1Hg1D._2rGMY {
    max-width: 452px;
    background-color: #fff;
  }
  ._3cKpp {
    padding: 60px;
  }
  .fXLE2 {
    margin: 0 0 15px;
    line-height: 1;
  }
  .blog-post-group .fXLE2 {
    margin: 0 0 31px;
    line-height: 1;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */
.content-wrapper{
  margin:0 auto; 
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
input#hs-pwd-widget-password {
  height: 45px !important;
}

.systems-page input.hs-button {
  margin-top: 10px;
  margin-bottom: 10px;
}
.systems-page form {
    max-width: 500px;
}
.prefer-lay form{
  max-width: 100%; 
}
@media(max-width:767px){

  .error-page{
    padding: 5rem 0;
  }
  input.email-edit.hs-input {
    max-width: 100%;
  }
  .systems-page form {
    max-width: 100%;
}
  .systems-page .success {
    min-width: unset;
}
}
@font-face { font-family: progallery-svg-font-icons; 
  src: url("data:font/woff;base64,d09GRgABAAAAABa8AAoAAAAAJvwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAEMAAABWQrtPN2NtYXAAAAE4AAAAOgAAAUriWBC2Z2x5ZgAAAXQAABBJAAAbgBUqXvJoZWFkAAARwAAAADAAAAA2EOpZAWhoZWEAABHwAAAAHQAAACQK8QQ2aG10eAAAEhAAAABfAAABHJx4AABsb2NhAAAScAAAAJAAAACQyz7SLm1heHAAABMAAAAAHwAAACABWgEKbmFtZQAAEyAAAAFGAAAC4twv0C5wb3N0AAAUaAAAAlIAAAQdbC+oQ3icY2BkMmGcwMDKwMHowpjGwMDgDqW/MkgytDAwMDGwMjNgBQFprikMDh8ZP7oxHvh/gEGPeR2TA1CYESQHAJ+/C3sAeJxjYGBgZoBgGQZGBhBwAfIYwXwWBg0gzQakGRmYGBg+uv3/D1LwkRFE8zNA1QMBIxvDiAcAu/8G/QAAeJzNWX2QHMV179fzvTuzM7M7O7O3tzf7Mdqd+9rV3c7tLtJ98CEEQgfB4Mgoh5CoKDpxGFEEChAGJIIJFFRwBFhSDAmmykhJkIxdGFypMg4Xy0UlohSBAJEARTmB4CqXiOKYKguL28vr2b3TKtgXXJU/3DfT09P7+r3Xr3/93us5As0Lm78ghBwnlBBfct76oHl8/n1C6Nydc7PcDPcs4YhCCOTNPDgNJJi7U/joVwn6oHX6tPVT7tvYtKxPsYk8gJD5WTBgloj44ktJHAC6c+qU8z4ctJp80/rZ2TRmw0lKfoOxOkPR5kN3Io1MSDHf8DlklKc75n5w3P7kE/sNuuroO3Zzft5+hxBxPoHKEqRl4yjhSYQYhHDDtSIIfsNpOBIq3fA/go+AND/+Y2tqR2rvlHXzoymI9Hxjnuy82Zr6e+Pbf2Dd/A4OI0SYfwH5JeG5RX6op4/cpASshY3vvw/ktHsX1vNMLGnLBrQSASQB8sEHQODpD0IC8v+vH7PNj+FTeJFE0Ta4IDgaxzsNME4YJxau2Y52qCfacxR1cIiPo8yRUkFMmj7WVhbs6rlQxx4pYYlevlCqDY/Ug3zVTkJZ1pQ7BVURdguasJtXVGGXIs59ICqKSDOicjV8iTWbB+/En/jdApKoCt/8Jetkd1tuKVzHPJo2L1pOvt4oFe1R2haqg4mSW6o41GwSw6CcCWLzY46XJJ67XYho4gbIwQZRlwUXG2AYX+a420UtIqyHQcNovrFBiGpCuHahvCfDeWZIiQyQITRYYQBWQN4b9mKQNC0bp1ZvmBUQRJTt2K35O/li/VwwOezz6YMgynMHwZRVVaa3KlGAaHOzOjX9EbUcMSaWX507AVvU9VvK+g13/RJmQVWaA4qqKvCmov6HdvUM3P0yZ1g87795Mrp2XfMBeEi7eutR1I8P9WNY4BAFMZIkhC0/1LxkkAx81kwGNa/mHdD363D6yYespL7PaP4AG1/R9+nwbxHroW8Y+43mC9hoY+Et8jbsJzYhCasHSqIkZiGQvCQyqQUT3L9yIzEBYI2+cstAP0T8Cdhnp7sB9Ijlr/nph5f0XjwgduolEI1YJI16eUwTbhhrfOYHgGnIhZ2FwpEDhcKBI5QUDoSNwsNHCvBi2G6eLBwhbNci6DhKFjEvExVRbyH2hmsmSB5jWgu4APXEGyiQ/8piKeSwXJGDmXmy/btHs81T3zmZQx7con5R5FEmpOaCMwGNCvgxKKIL8fxao5pw7CDpF6Qag9Y4jJS8mh1UG0mL27Vt2y4urCGiKGnFlkxFig6pRVWMcDFTU7vM2QUKrKtIoqTV5vsyJwNgJUXvSpgyCAejv1u6QIcupIhLngyBVAsoOVk4iddrrDrZ3hctuhTuxH4S4GDUOwYS6o3aY2NxGk7VtsRCCZ3AQsNrNSbQu22+j+Pu29yqO9Tcxsfi8e54/G4tkcDHG/iWiUMcnlkk3nxfV8fcuZ8leuLxnkRnjZCZPz3/Er0BDpNusgK3s+ijOhVooF51G7VzUEdblFBZkWs9bKel9gSj84cZ/gvYgkAQ9EPnpFRdq+THbyyUbmnkKlFddc75h7jwhJV0CrKqWANP9Ra/OWApqlxwgi221CXGLz4P+MijX+y/ys8PRROVcrUvoZWz/vrB9V9TePgXdAyFdHZ1ftXdjnPn6mWrs6m8bIxUIpFiEGK9Q/8ltV9Sv6VUWNirP8G15Bf2FPh5CRqSLzgYKtGnFRtCw6Rvr5x76hy47oLzzmv+Z45e626d+1sFtBdAk+GpXK75c3GkejgauQK2NL+aewVeycFdDE9hsDjGUF7MJ/OUNPH9tcLCHlRaGHKIh1I7MFP8DW0gNzzCcY/cENac9ZteYHahtUTd9p8vwbXwI/ScWVIgRWbl5eCV/Fq9ETTqiFz08KJnFYN6FkxJHABuBQ9fEIT9u3R0erv2RwVWmofvF4Rduyl3fw6NfQvoH+twiyDIQjMnyPxe4DfDt66D5nFyRib9yeeXieGGXUuIhVxzdgnJ8P25XHspcK1HwnghocXNwITA9GD6yNyRI0dgli1Os5WFdPiCVYtrU4FzAeP5SL3hQmu3hKuCgVCybMfWgUG09XPbFTB02kF77XCbwtQaAD4LUrdlmKCLvGN5+NPo8DnjEFU4KoGcyly1bvUUwNoxKy8ZvKl4xXCXh4v6xR1urNe4N2lmPIBkrpKy0gDn15evhFVlMxfhOVfitJXueRso/P75q7E2tXONQiyCTgJX/Cz/1umvQt0W3AkKOuNYWhiGzWAzuxSlGvzhI7PrnlnITR9HXqwfTHi8OT07T+jZttPwN8wXWuETQxN6Uv267aEv/U7LlzLav6F1eCbMTZ1kw0+WRA4q46+8Mv5J5jpx85tvXiP/ZfPnZ9Yvi3xV9LsEHKm2nC0E+oLAx1FoZ5txgJvuv9+5cNXt5dEjbiYzfjqz7LGNPYXDh+GOr/35iKBAUH7haikjPdH876umKQh/dPzNdh5IU3DgbD3clbOzK090f0XcePjweumx5vyiHnAa9SiQBg4dKS2HVu6HUOjBBAgjFIJZEq0wF/TPQaxIybwZ1Ed8T5RMm2VttRJ8AnQby7t+b8OGayF/2WUbrhSUhLCNB9OA5uRhw3jHwPQM3sIaLqAKvZGKunA5/dLoDsPYMXAhvVLQIvw2UXgajAPwYpjLNQtsyItGew162rHMXpgQrrXj9hw+PPYrNMrOcO4bFTTvVdPteb1AVfg+2sDEebXSiYYDeKZoJRbb7tmXfNJoPvuk8eQ9T1sI+6fvab8m97XyxX+kQpi/S7j2esgF07DFtHw5gNAA/lRzWty0Q3pwkzj9Velmltqfgr87tXWLeM1fC9/aKG75rvAcdp1q56DI43roD/dsFHliYEsEYWT2Gu2nj/feY1jK27G4zz8Pfe4ed5875k66izxmfj2PWsdz/6HF0slhSR06x4c6PIDltxj/mTmM7cFSPptDGC+QxzXIwyYu5uKYnxRKDGejUMVIiAALw6HnJwMbDwLIzp6AkuRB9xrNNLXRgqlQmedVg9JlPWsmWd/kmJwEKzJ2lant0czuWF4XBcmJpXunxiBW0FyI9EfC7S+29V/Rob+DOW171n57BguzeZ1NYLIclsk9e466293Wi+su8LrjN/GqdViE3Xv3hOX5FoNbkdUCs1YsQV670CZRzP7TZBnjg66gAgU8eAQNx3OqeAzxJN9jyYJXkxyGZ39/WS/VOC2mcrVSUXf3SmGjFPbtGx/H62h5OztxbZ9xJ1k9g29lt1zJZivlln/DzfIu3M5WFjeHpwC9ZPbZR+EiuBRuf/fd5qNwI1nUbz/ONYYZTB8ZDE/xrWgxATUWHzBeoNdC5SxR4oaGC0ztAI+vJU/CfTetanLAFfr8Ih8oar6bH+H5Gp/JPx6XL3W71xmyL5vZbAbERELdVEpVKR3uKm1S/5n2JpZtEoRNyxK9eBQwnxsrj201Zy66aFGn12E61GkdWb+0TiyZrY2U/HwMLHsUHTm6uV/3dGEUSg3fk7xGPRiuZtHrBT58XdPkKu/1Mv1l7Yz+l5h52dSa/85sXHZZ7eqs1ls1Rq19cUVfl3Yn5bgpDwozo0vP8YlcLZpUTUzoNbmCh2xXUfHWZFczs8Xi2HOmeVMsctEijjv3YeGzO5FhUCosxzTTBVQGoSOGjmFqJizLBX54WMCjrGDbAlU6tmmG6x3kaUTlLYNXo+S3k1dCpCJyJwCzg7PkTckoKpUSqKSKQSB0youqPB6M1QjlB3u5/1Nep6dyMDD5pRjgeR0X397L5LXE/cXnnl5b3pc/n7w6BknM3SuAFu2Ud+hzT6+di4yH+52Ep3wpPEE3YGymL5WbGUhB1MXh7p4Fn38H0ioYiUzMNrvQO/gS0wWDWaePYfePW5vbHdvTLh+NjU2xy22Vz/hAk/Tgjj7Lb/nhYRHdzMhwGC6loB03JQcJXm/xndR1vZzNlnt6sOGW8aXt1PTy2B6Nutg5pbfLGd97x1JynYCZwmHmGOoBZg+UzF5rfqO24EEP6S6Ky+XKmUzZPUuyPqZP6i7Vzghu5zgo9xG0XzfLcYroBAbQrUrIlcWcZGj4Gh5pe8BptL48tb9/tdMex65iugOT6cT2RBqyslR2p9yyJK+1eTnKI7YiMta8HEGc8VGZP1pOpNOJMlKwBUTySYd1Ow4jd0ISOxy6EAv3hriLoT3CTMVfcEW4BGdvXtBxAb1kJpO03AcEHkGmtiGH6D52LNWf2n7sGNffH2I7Hm9huyVjEmVE2jLO8McKbXHWhgW9LQBlPbCAaFkVgoCHvpaEaIs5orm/n2vb92rknyIZtG8FWDBn5kTr1RfbIgMsyG4JvVqimECfVrpp3757oDd7pSTL0pVGV5fRamV7u93Fb8Ym5mCpdu4tMqUl0WMSPObZEaV4sBoMQOs63072XLDqwtECNzn94cOWtY1SenHwzLS01tvW4vUQvQ3eZvkGS7Rt3rfr7JtG3Wa1y841LFCU6k7ro8cE0Nv4Ypw2/+yf6tflyhNaLBvpX8HFnLjrdQ3duzH2zGqnz1J6zHgB/iSe1z589Xro6ZEGfKBCbEWdU8DaUq1fomy9cpVgyHYuxkmL8bYb/pRZreEktn/v5GvPw9Yw33yJvt0+v1bJWrLxc5wmCyW/NIKQxbpedWxLspxW1wQm8q1Olxm+IPqfIS2ISx5Df0FljufXrOEVTbjiiss4xIFQWb68IkQQCSMjARUOchInCENDQkQTVqzghKXOy6+iUVTh0h9dKqgRYd276/g6dmhC5ZYdtw6yruDuh3cOc9eHVMEDgaAp/PhT4whcBe3ytvQy/BWiuEwmyOXkXrKLHCLHyRzah6VAFc4rxCjClTrVCdoIYvheoSMTNKhil+dgCxtWjGJvA6mQaKRCcQgDzwQXUuGxlj17EFT1CmX8WBPJJGxKiNoYJBt1/JtAz8C+0ySl1hecAntBd4HWroCUsCcoHpKQqhp+fQqvRqIkOkOiFA4z7Sr+WjOHhgXEmyTqVJRKy2mJcXUkBGSdjbezlI1v8D9MvgxqIq1b2WQkgpWeTmjU4IyUG08XU6rWVUzF3VSM6n1a17KhYpcWPtKqEbWyvWxMEh9W9C0dODXuqIZtKBSUfFpPxSMGaGZciHVhSzVMQU1ZKuifcmZMlrVEJKYA5Pdo0YmAi0V1X+nVIzE+GI/GUsP0NtrrpaK5hACCjrevRlNxs5feSoe+GdUMIxaBnBHXoLSbOz9taFqDl2W+oWlG+nxu927uwrQRXRV2qaqRXsXlBwd3x+yYpGe8uF3sjkEkntITqHUi21/uzZpKPJ3odXqz8Xi2r9yHD7ffSSzLGGY3+smMYWS89YOReEySNdxljhLvTjz2dcvRuIjlJnY+ZjkqD0rCtXbC92S/TxIFWYq6NlBLy8DJQ4aHo2RD84xDJyGjJThorsL9kBu85wuGoGmC8dTQYE6W8ND6Q+Au1tA5iWa0+RpIcq4PYve/B2DpZuJy9v318oSpWwDvvUeppRvXhl2moVv0f31HiIZZ6sK/ZnxKrBMnFi442PHyP+G81yQAAAB4nGNgZGBgAOJpLdcL4vltvjJwMzGAwNUVPN4w+m/13wOcDMzrgFwOBrA0AEZXC7F4nGNgZGBgPPD/AIMeJwMDw28QCRRBAe4Aa3EEMwAAAHicY2JgYGDUB2IZIOaHYKY6IGbAgm2AWAmI50L4DB9wqAPhNCh+AOFzgsQmQLExqlrGmVA20A1MckAsBRT7CeXjMh8NM6sQrxYdMwoC6TIgtgbiOwwM7I8h4gBXUgsLAAAAAAAADAAmADgASgBgAIgAngCwANgA8gEuAWYBtgHeAgICKgJSApgC3gLyA0YDpgPYBAYEFARWBJAEzgTkBU4FaAV0BYIFmAWuBdwF8gZEBl4GfgaoBsoG6gcKBywHageQB7YH8ggGCFAIzgkGCT4JdgmuCcQJ7AooCmQKsgrkCxQLQAtmC6oLtgxCDaYNwHicY2BkYGBwZ/jHwMkAAkxAzAWEDAz/wXwGAClkAmUAeJydkD1uwkAUhMf8RQEpihQpUrqtaCIbcBcOAD0FoklhzNqAbK9lL0jcJrlDzpCj5ARR6oyXV0WiILvy+nvzZt5KC+Aen/DQLA9P7mxWCzesztwmKeEO+UW4iwEWwj3qr8J9POMoPMAD3jnB69xSCfEh3MIdvoTb1L+FOwi9oXAXj95KuEe9EO5j6b0JDzD0fsrKpFGW6erk18fUT0xh/V1sinqh00MWVRf7FxtLXdU7U6hJML7ometCV5HVG7U+KbZCaxOVVCZXM3p0lhnF7F7HNthaW05Ho0T0IDY5SlQwSBEh49asTvBR8+VS/hP2CljSDrHjmm+t2TvQHdF9ff76xNK5aipNrTBBgPE/5szpKpwzYkdjw1lrppSkQqqWScWvmZ2TZjJHu1sMlfO9eyox9QBblyoxxYg7+eMP3O35L2pQlYYAAHicbZLpdtowEIW5KQRMgOxJ96b7qu77vucxOEYeQEW2fCSZ5e07sk9o0sQ/7LmfR5o7GtVWatXTqJ39HNZqWME51NHAKppoIUIba+igix7WsYFNbGEbO9jFHvZxHhdwEZdwGVdwFddwgOu4gZu4hdu4g7u4h/t4gId4BIHHeIKneIbneIGXeIXXeIO3eIf3+ICP+ITP+IKv+Ibv+IGf+IXfONyMrTUzoWnohdMqIbtVEatG4yPULlE/JK1VYfm3PojlpCfHJCdCKis1iWnnuKxEvxK946I/bUptHIl5LzGzTJs4Ec4bS60j2aA0VrpD8zzOElFWbQ1jSQNjJu1hobWTliiLVDY0B9Lki3aIxECzpyqcjZWnegijcv+Ut29rM6U+pblfRGUYdqqHSo1UZYXrhKR+LL0ymVtNC88O6+HTyOPCUZSrzJMl59dzHS9EOICRNUWWdEvtrYqzkaZ6UPwqXOTGsSVOtGtVVHbZOYqtmVCjFFVinxP5p1XZpOo5coWU5JyYrrOXWKtRJiQFExtL/adwXg0X3SUIg+otVTmrJsuB0cl2+HLP5J3QynmhvT3FrNc7zCQ74qMgK1weS5WNNhkm1uRhRkKyXb/FZKi0Fp7mXkijjd1nNOaSurxA//gec5Ul7D3UFAnx/GJH/2GVncLsZpndPYGjoDx3KUO3WmVcmULZ0FFWpGSVPNHlCcYbhDO0lPJFEENj09jvMigtJ8pSeQvC0jMoL+4w5cmTDYVXfZEOtG36mfJ8YpiuTo3maq2ZmgttRgbzWu0vME5NmAAA") format("woff"), url("data:font/ttf;base64,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ARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqASsBLAEtAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AT0BPgE/AUABQQFCAUMBRAFFAUYBRxFhcnJvdy1sZWZ0LXNsaWRlchJhcnJvdy1yaWdodC1zbGlkZXIKYXJyb3dfbGVmdAthcnJvd19yaWdodARiYWNrDmNoZWNrLWNpcmNsZS12DGNoZWNrLWNpcmNsZQxjaGVja19jaXJjbGUOY2hlY2tfY2lyY2xlX3YHY2xvc2UteA5kb3dubG9hZC1zdG9yZQhkb3dubG9hZAVlbWFpbAxleHBhbmQtYXJyb3cIZmFjZWJvb2sKZnVsbHNjcmVlbglpbmZvIGNvcHkKaW5mby1ibGFjawppbmZvLXdoaXRlBGluZm8JbG9hZC1tb3JlCmxvdmVfZW1wdHkJbG92ZV9mdWxsBG1haWwFbWludXMMbW9yZV9hY3Rpb25zBm11dGUteARtdXRlBXBhdXNlCXBpbnRlcmVzdA9wbGF5LWJhY2tncm91bmQNcGxheS10cmlhbmdsZQRwbGF5BHBsdXMJc2hhcmUtYmFyC3NoYXJlLXN0b3JlDHNoYXJlLXN0cm9rZQVzaGFyZQlzaGFyZV9iYXIMc2hyaW5rLWFycm93CXN1Y2Nlc3Mtdg90ZS1hbGlnbi1jZW50ZXIQdGUtYWxpZ24tanVzdGlmeQ10ZS1hbGlnbi1sZWZ0DnRlLWFsaWduLXJpZ2h0B3RlLWJvbGQTdGUtYnVsbGV0cy1saXN0LWx0chN0ZS1idWxsZXRzLWxpc3QtcnRsFHRlLWNoYXJhY3Rlci1zcGFjaW5nEXRlLWRyb3Bkb3duLWNhcmV0EnRlLWZpbGwtdGV4dC1jb2xvchd0ZS1oaWdobGlnaHQtdGV4dC1jb2xvchZ0ZS1pbmRlbnQtbHRyLWRlY3JlYXNlFnRlLWluZGVudC1sdHItaW5jcmVhc2UWdGUtaW5kZW50LXJ0bC1kZWNyZWFzZQ10ZS1pbmRlbnQtcnRsCXRlLWl0YWxpYw50ZS1saW5lLWhlaWdodBN0ZS1udW1lcmljLWxpc3QtbHRyE3RlLW51bWVyaWMtbGlzdC1ydGwQdGUtcmVtb3ZlLWZvcm1hdBV0ZS10ZXh0LWRpcmVjdGlvbi1sdHIVdGUtdGV4dC1kaXJlY3Rpb24tcnRsDHRlLXVuZGVybGluZQZ0dW1ibHIHdHdpdHRlcgF2BnZvbHVtZQh3aXgtbG9nbwF4AAAAAAA=") format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
}

body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding:  0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}


.fancybox-navigation .fancybox-button {
  width: 100px;
  padding: 36px;
  width: 100px;
  height: 100px;
  opacity: 1;
  visibility: visible;
  background: transparent;
  opacity: 1;
  color: rgba(255,255,255,1);
}

.fancybox-navigation .fancybox-button:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-navigation .fancybox-button[disabled] {
  opacity: .5;
}
.fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}

.fancybox-slide--image .fancybox-content {
  padding: 0 10px;
}

.fancybox-image {
  max-width: calc(100vw - 220px);
  left: 0;
  margin: 0 auto;
  right: 0;
}
.fancybox-toolbar .fancybox-button {
  background: transparent;
  color: #fff;
}

.fancybox-toolbar .fancybox-button:before {
  font-family: progallery-svg-font-icons;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fancybox-toolbar .fancybox-button svg {
  display: none;
}

.fancybox-toolbar .fancybox-button.fancybox-button--close:before {
  content: "\f10a";
}

.fancybox-toolbar {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.fancybox-toolbar .fancybox-button {
  padding: 0;
}

.fancybox-toolbar .fancybox-button.fancybox-button--fsenter:before {
  content: "\f10e";
}

.fancybox-toolbar .fancybox-button.fancybox-button--fsenter {
  margin-left: 30px;
}

.fancybox-toolbar .fancybox-button.fancybox-button--close {
  margin-right: 30px;
}
.fancybox-toolbar .fancybox-button {
  font-size: 26px;
  width: 38px;
  height: 44px;
  line-height: 1;
}
.fancybox-toolbar .fancybox-button.fancybox-button--fsenter {
  margin-left: 35px;
  margin-top: -3px;
}

@media (max-width:767px){
  .fancybox-toolbar .fancybox-button.fancybox-button--fsenter {
    display: none;
  }

  .fancybox-toolbar {
    margin-top: -1px;
  }

  .fancybox-toolbar .fancybox-button.fancybox-button--close:before {
    content: "\f105";
  }

  .fancybox-toolbar .fancybox-button {
    font-size: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .fancybox-navigation {
    display: none;
  }

  .fancybox-image {
    max-width: calc(100% - 20px);
  }
}