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


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


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

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


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

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

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

.banner-area *{
  min-height: 0px !important;
}
@media (max-width:767px){
  .dnd-section{
    padding-left:10px;
    padding-right:10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */




@font-face {
  font-family: "Futura-LT-W01-Light";
  src:url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/Futura-LT-W01-Light.woff2) format('woff2'),
    url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/Futura-LT-W01-Light.woff) format('woff'),
    url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/Futura-LT-W01-Light.ttf) format('truetype'),
    url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/Futura-LT-W01-Light.svg) format('svg');
}




@font-face {
  font-family: "DIN-Next-W01-Light";
  src:url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/DIN-Next-W01-Light.woff) format('woff'),
    url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/DIN-Next-W01-Light.ttf) format('truetype'),
    url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/DIN-Next-W01-Light.svg) format('svg');
}


@font-face { 
  font-family: "Questrial"; 
  src: local("Questrial"),
    local("Questrial-Regular"),
    url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/questrial.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face { 
  font-family: "Trend-Sans-W00-Four"; 
  src: url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/29c66f1e-5243-4f34-8a19-47405f72954c.woff2) format("woff2"),
    url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/c81cca03-5f1a-4252-9950-096e60e2bde9.woff) format("woff"),
    url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/569b48ce-f71b-4e2d-a80a-1920efbd7187.ttf) format("truetype"),
    url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/f284409f-3669-43df-bfe1-f9f9ee1bbc07.svg) format("svg");
  font-display: block;
}
@font-face { 
  font-family: "DINNeuzeitGroteskLTW01-_812426"; 
  src: url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/5cee8d6e-89ad-4d8c-a0ac-584d316b15ae.woff2) format("woff2"),
    url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/388ef902-2c31-4818-abb1-a40dcd81f6d6.woff) format("woff"),
    url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/29c60077-2614-4061-aa8d-5bcfdf7354bb.ttf) format("truetype"),
    url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/76250d27-b353-4f3b-90c6-0ff635fabaab.svg) format("svg");
  font-display: block;
}
@font-face { 
  font-family: "Avenir-LT-W01_35-Light1475496";
  src: url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2) format("woff2"),
    url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff) format("woff"),
    url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf) format("truetype"),
    url(//9475437.fs1.hubspotusercontent-na1.net/hubfs/9475437/raw_assets/public/YamachanRamen_March2021/fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg) format("svg");
  font-display: block;
}

@font-face { 
  font-family: progallery-svg-font-icons;
  src: url("data:font/woff;base64,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") format("woff"), url("data:font/ttf;base64,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ARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqASsBLAEtAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AT0BPgE/AUABQQFCAUMBRAFFAUYBRxFhcnJvdy1sZWZ0LXNsaWRlchJhcnJvdy1yaWdodC1zbGlkZXIKYXJyb3dfbGVmdAthcnJvd19yaWdodARiYWNrDmNoZWNrLWNpcmNsZS12DGNoZWNrLWNpcmNsZQxjaGVja19jaXJjbGUOY2hlY2tfY2lyY2xlX3YHY2xvc2UteA5kb3dubG9hZC1zdG9yZQhkb3dubG9hZAVlbWFpbAxleHBhbmQtYXJyb3cIZmFjZWJvb2sKZnVsbHNjcmVlbglpbmZvIGNvcHkKaW5mby1ibGFjawppbmZvLXdoaXRlBGluZm8JbG9hZC1tb3JlCmxvdmVfZW1wdHkJbG92ZV9mdWxsBG1haWwFbWludXMMbW9yZV9hY3Rpb25zBm11dGUteARtdXRlBXBhdXNlCXBpbnRlcmVzdA9wbGF5LWJhY2tncm91bmQNcGxheS10cmlhbmdsZQRwbGF5BHBsdXMJc2hhcmUtYmFyC3NoYXJlLXN0b3JlDHNoYXJlLXN0cm9rZQVzaGFyZQlzaGFyZV9iYXIMc2hyaW5rLWFycm93CXN1Y2Nlc3Mtdg90ZS1hbGlnbi1jZW50ZXIQdGUtYWxpZ24tanVzdGlmeQ10ZS1hbGlnbi1sZWZ0DnRlLWFsaWduLXJpZ2h0B3RlLWJvbGQTdGUtYnVsbGV0cy1saXN0LWx0chN0ZS1idWxsZXRzLWxpc3QtcnRsFHRlLWNoYXJhY3Rlci1zcGFjaW5nEXRlLWRyb3Bkb3duLWNhcmV0EnRlLWZpbGwtdGV4dC1jb2xvchd0ZS1oaWdobGlnaHQtdGV4dC1jb2xvchZ0ZS1pbmRlbnQtbHRyLWRlY3JlYXNlFnRlLWluZGVudC1sdHItaW5jcmVhc2UWdGUtaW5kZW50LXJ0bC1kZWNyZWFzZQ10ZS1pbmRlbnQtcnRsCXRlLWl0YWxpYw50ZS1saW5lLWhlaWdodBN0ZS1udW1lcmljLWxpc3QtbHRyE3RlLW51bWVyaWMtbGlzdC1ydGwQdGUtcmVtb3ZlLWZvcm1hdBV0ZS10ZXh0LWRpcmVjdGlvbi1sdHIVdGUtdGV4dC1kaXJlY3Rpb24tcnRsDHRlLXVuZGVybGluZQZ0dW1ibHIHdHdpdHRlcgF2BnZvbHVtZQh3aXgtbG9nbwF4AAAAAAA=") format("truetype");
  font-style: normal;
  font-weight: 400;
}
body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: normal;
}

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

img {
  max-width:100%;
  height:auto;
}

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

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

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}
@media (max-width:767px){
  h5 {
  }
}
strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* ******************************************************************************
*********************************************************************************
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%;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 23.8px;
  position: relative;
  text-align: center;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 17px;
  padding: 15px 53px;
  font-family:din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
  
  text-decoration: none;
  margin: 10px 0;
  width: 100%;
}

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

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

input#hs-pwd-widget-password,
.hs-input {
  font-family:din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
  display: block;
  width: 100%;
  max-width: 767px;
  padding: 3px 10px;
  font-size: 17px;
  line-height: 23.8px;
  color: #2f2e2e;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  outline:none;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  display:inline !important;
  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;
}


textarea.hs-input {
  height: 120px;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input#hs-pwd-widget-password:focus,
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;
}

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  margin:0;
  padding:0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 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.
*********************************************************************************
****************************************************************************** */

.dnd-section > .row-fluid > *{
  background: rgba(255, 255, 255, 0.8);
}
.banner-area .dnd-section > .row-fluid {
  padding: 0;
  background: transparent;
}
.hm-intro-section h1 {
  text-shadow: rgb(255 255 255 / 60%) 1px 1px 1px, rgb(0 0 0 / 60%) -1px -1px 1px;
  font-size: 116px;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  font-family: dinneuzeitgroteskltw01-_812426;
}

.hm-intro-section h1 a {
  color: inherit;
}
.hm-intro-section h6 {
  letter-spacing: 0.19em;
  font-size: 19px;
  text-shadow: rgb(255 255 255 / 60%) 1px 1px 1px, rgb(0 0 0 / 60%) -1px -1px 1px;
  color: #fff;
  font-family: futura-lt-w01-light;
}

.hm-intro-section .footer-social-icons-wrappeer ul li {
  width: 40px;
}

.hm-intro-section .footer-social-icons-wrappeer {
  margin-bottom: 11px;
}

.hm-intro-section .footer-social-icons-wrappeer ul li:not(:last-child) {
  margin-right: 15px;
}
.hm-intro-section  h5 {
  letter-spacing: 0.19em;
  color: #fff;
  font-style: italic;
  text-shadow: rgb(255 255 255 / 60%) 1px 1px 1px, rgb(0 0 0 / 60%) -1px -1px 1px;
  font-size: 26px;
  font-family: 'Futura-LT-W01-Light';
}
.hm-Feature-section 
h2 {
  max-width: 723px;
  margin: 0 auto;
  padding-left: 16px;
  position: relative;
  left: 13px;
}

.hm-Feature-section hr {
  margin: 0 auto;
  margin-bottom: 8px;
  height: 2px;
  width: 36px;
  border-top: 3px solid #000;
}

.hm-Feature-section p {
  line-height: 1.2em;
  text-align: center;
  font-size: 20px;
  max-width: 713px;
  margin: 0 auto;
}
.hm-Feature-section .hs_cos_gallery_main {
  padding: 0;
  line-height: 0;
  max-width: 577px;
  margin: 0 auto;
  margin-bottom: 9px;
}
.hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper:before {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  z-index: 0;
  background: rgba(110, 105, 104, 0.6);
  opacity: 0;
}

.hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper:hover:before {
  opacity: 1;
}
.hm-Feature-section ul.slick-dots {
  display: none !important;
}

.hm-Feature-section .hs_cos_gallery_thumbnails {
  padding: 0;
  max-width: 577px;
  margin: 0 auto;
  line-height: 0;
  margin-bottom: 2px;
  position: static;
}

.hm-Feature-section .hs_cos_gallery_thumbnails .hs_cos_gallery_slide {
  padding: 0;
}
.hm-Feature-section  .hs_cos_gallery {
  position: relative;
  max-width: 577px;
  margin: 0 auto;
}
.hm-Feature-section .hs_cos_gallery_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
  margin: 9px;
  width: 120px;
  height: 120px;
  position: relative;
}

.hm-Feature-section .hs_cos_gallery_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-Feature-section .hs_cos_gallery_thumbnails .hs_cos_gallery_slide.slick-current .slick-slide-inner-wrapper:after {
  content: "";
  z-index: 999;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: hsla(0,0%,100%,.6);
}
.hm-Feature-section .hs_cos_gallery_thumbnails .slick-arrow {
  z-index: 1;
  position: absolute;
  display: flex !important;
  text-align: center;
  cursor: pointer;
  opacity: .9;
  align-items: center;
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  height: 69px;
  width: 69px;
  padding: 0px 23px;
  top: calc(50% - 108px);
  left: 5px;
  justify-content: flex-end;
}

.hm-Feature-section .hs_cos_gallery_thumbnails .slick-arrow.slick-next {
  left: auto;
  right: 4px;
}
.hm-Feature-section .hs_cos_gallery_thumbnails .slick-arrow:before {
  display: none;
}

.hm-Feature-section .hs_cos_gallery_thumbnails .slick-arrow svg {
  filter: drop-shadow(0 1px .15px #B2B2B2);
  transform: scale(1);
}

.hm-Feature-section .hs_cos_gallery_thumbnails .slick-arrow svg path {
  fill: rgb(255, 255, 255);
}
.hm-Feature-section .hs_cos_gallery_thumbnails .slick-arrow:hover {
  opacity: 1;
}
.hm-Feature-section .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  max-width: 568px;
  background-position: center;
  height: 339px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.hm-Feature-section .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper img {
  display: none;
}
.hm-Feature-section h2 {
  text-align: center;
}
.hm-Story-section h2 {
  font-size: 60px;
  color: rgb(110, 105, 104);
}
.hm-Story-section h1 {
  color: #292929;
  font-family: trend-sans-w00-four,sans-serif;
  font-size: 60px;
  line-height: 1em;
  text-align: center;
}
.hm-Feature-section .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper:before {
  content: " ";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  margin: 0;
  box-sizing: border-box;
  z-index: 0;
  background: rgba(110, 105, 104, 0.6) !important;
  opacity: 0;
}

.hm-Feature-section .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper:hover:before {
  opacity: 1;
}
@media (max-width:767px){
  .hm-intro-section h1 {
    font-size: 64px;
  }

  .hm-intro-section h6 {
    font-size: 14px;
  }

  .hm-intro-section h6 br {
    display: none;
  }

  .hm-intro-section .footer-social-icons-wrappeer ul li {
    width: 32px;
  }

  .hm-intro-section .footer-social-icons-wrappeer ul li:not(:last-child) {
    margin-right: 11px;
  }

  .hm-intro-section h5 {
    font-size: 19px;
  }
  .hm-Feature-section h2 {
    padding: 0 10px;
    position: static;
    font-size: 29px !important;
  }
  .hm-Feature-section hr {
    margin-bottom: 21px;
  }

  .hm-Feature-section p {
    margin-bottom: 8px;
    padding: 2px 15px;
  }

  .hm-Feature-section .hs_cos_gallery_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
    width: auto;
    height: auto;
    width: 90px;
    height: 90px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hm-Feature-section .hs_cos_gallery_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
    position: static;
    width: auto;
    height: auto;
    display: none;
  }

  .hm-Feature-section .hs_cos_gallery_thumbnails .slick-arrow {
    top: calc(50% - 108px);
  }
  .hm-Story-section h2 {
    font-size: 28px;
  }
  .hm-Story-section h1 {
    font-size: 33px;
  }
  .hm-Feature-section .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    height: 140px;
  }
}








/* Gallery Styles */
.advanced-gallery-wrapper {
  padding: 80px;
  position: relative;
  width: 100%;
}
.advanced-gallery-inner {
  position: relative;
}
.advanced-gallery-wrapper .advanced-gallery-slider {
  margin-bottom: 0;
}

.advanced-gallery-item-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
.advanced-gallery-item-video,
.advanced-gallery-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  object-fit: cover;
}
.advanced-gallery-item-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.advanced-gallery-item-inner-wrapper {
  padding: 10px;
}
.advanced-gallery-item-media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}

/* overlay */
.advanced-gallery-wrapper.with-overlay
.advanced-gallery-item-media:hover:before {
  background: rgba(153, 153, 151, 0.6);
}
.gallery-open .advanced-gallery-wrapper .advanced-gallery-item-video {
  position: relative;
}

.advanced-gallery-wrapper .slick-arrow {
  position: absolute;
  padding: 0px 38.5px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -5px;
  left: 0;
  z-index: 99;
  cursor: pointer;
  width: 100px;
  height: 100px !important;
  line-height: 100px;
}
.advanced-gallery-wrapper .prevArrow svg *,
.advanced-gallery-wrapper .nextArrow svg * {
  display: none;
}
.gallery-loaded .advanced-gallery-wrapper .slick-arrow svg * {
  display: block;
}
.advanced-gallery-wrapper .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.advanced-gallery-wrapper .slick-arrow svg {
  -webkit-filter: drop-shadow(0px 1px 0.15px #b2b2b2);
  filter: drop-shadow(0px 1px 0.15px #b2b2b2);
  vertical-align: middle;
  margin: 0 auto;
}
.advanced-gallery-wrapper .slick-arrow svg path {
  fill: #ffffff;
}
.advanced-gallery-wrapper .nextArrow {
  right: 0;
  left: auto;
}

.advanced-gallery-item-image-open,
.gallery-open .advanced-gallery-item-image,
.advanced-gallery-wrapper .close-fullscreen-icon,
.advanced-gallery-wrapper .fullscreen-icon {
  display: none !important;
}
.gallery-open .advanced-gallery-item-image-open {
  display: block !important;
}

/* popup style */
.gallery-open .advanced-gallery-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  padding: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gallery-open .advanced-gallery-item-inner-wrapper {
  padding: 0;
}
.gallery-open .advanced-gallery-inner {
  width: 100%;
}
.gallery-open .advanced-gallery-wrapper * {
  height: 100%;
}
.gallery-open .advanced-gallery-wrapper .close-fullscreen-icon,
.gallery-open .advanced-gallery-wrapper .fullscreen-icon {
  display: block !important;
}
button.fullscreen-icon {
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  outline: none;
  background: rgba(255, 255, 255, 1);
  margin-left: 35px;
  font-size: 26px;
  margin-top: -2px;
  margin-right: 45px;
  z-index: 100;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  width: 38px;
  height: 44px !important;
  line-height: 44px;
  text-align: center;
  top: 30px;
  transition: opacity 0.8s ease;
  display: inline;
  border: none;
  position: fixed;
  left: 0;
  color: rgb(0, 0, 0);
}
button.close-fullscreen-icon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  color: rgb(0, 0, 0);
  background: rgba(255, 255, 255, 1);
  font-size: 26px;
  z-index: 100;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  width: 38px;
  height: 44px !important;
  line-height: 44px;
  text-align: center;
  top: 30px;
  transition: opacity 0.8s ease;
  outline: none;
  padding: 0;
  right: 0;
  position: fixed;
  margin-right: 30px;
  border: none;
}
.fullscreen-icon svg,
.close-fullscreen-icon svg {
  width: 30px;
}

.gallery-open .advanced-gallery-item-media:before {
  content: none;
}
.gallery-open .advanced-gallery-item-media {
  cursor: default;
  text-align: center;
  padding-bottom: 0px;
}
.gallery-open .advanced-gallery-item-media img {
  margin: 0 auto;
  width: auto;
  object-fit: cover;
  object-position: center center;
}

.gallery-open .advanced-gallery-wrapper .slick-arrow svg:first-child,
.advanced-gallery-wrapper .slick-arrow svg:last-child {
  display: none !important;
}
.gallery-open .advanced-gallery-wrapper .slick-arrow svg:last-child {
  display: block !important;
}

.gallery-open .advanced-gallery-wrapper .slick-arrow svg path {
  fill: rgb(0, 0, 0);
}
.gallery-open .advanced-gallery-wrapper .slick-arrow {
  position: fixed;
  padding: 30px;
  line-height: inherit;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.gallery-open.fullscreen-open .advanced-gallery-wrapper {
  padding: 0px;
}
.gallery-open.fullscreen-open .fullscreen-icon,
.gallery-open.fullscreen-open .close-fullscreen-icon {
  width: 80px;
  height: 80px !important;
  background: white;
}
.gallery-open.fullscreen-open .advanced-gallery-wrapper .slick-arrow {
  background: #fff;
}

/* dots styles */
.advanced-gallery-slider ul.slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}
.advanced-gallery-slider ul.slick-dots li button {
  display: none;
}
.advanced-gallery-slider ul.slick-dots li {
  background-color: #f1f1f1;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.advanced-gallery-slider ul.slick-dots li.slick-active {
  background-color: rgba(153, 153, 151, 0.6);
}

/* start center mode with left */
/* @media (min-width: 768px) {
body:not(.gallery-open)
.advanced-gallery-inner
> .prevArrow.slick-disabled
~ .advanced-gallery-slider
> .slick-list {
padding-left: 0 !important;
padding-right: 48.8% !important;
margin-left: -10px;
}
body:not(.gallery-open)
.advanced-gallery-inner
> .nextArrow.slick-disabled
~ .advanced-gallery-slider
> .slick-list {
padding-right: 0 !important;
padding-left: 48.8% !important;
margin-right: -10px;
}
} */

@media (max-width: 1800px) {
  .gallery-open
  .advanced-gallery-item.media-type-image
  .advanced-gallery-item-media {
    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: 100%;
  }
  .gallery-open .advanced-gallery-item-media img {
    margin: 0 auto;
    height: auto;
  }
  .gallery-open .advanced-gallery-wrapper .slick-arrow {
    margin-top: -8px;
  }
}

@media (max-width: 991px) {
  .advanced-gallery-item-media {
  }
}

@media (max-width: 767px) {
  .advanced-gallery-wrapper {
    padding: 0 20px;
  }
  .advanced-gallery-item-inner-wrapper {
    padding: 0;
  }
  .advanced-gallery-item-media {
  }
  .gallery-open .advanced-gallery-wrapper {
    padding: 20px;
  }
  .gallery-open .advanced-gallery-wrapper .slick-arrow {
    padding: 10px;
    width: 60px;
    height: 60px !important;
  }
  .gallery-open.fullscreen-open .advanced-gallery-wrapper .slick-arrow {
    width: 40px;
    height: 40px !important;
    padding: 5px;
  }
  .gallery-open.fullscreen-open .fullscreen-icon,
  .gallery-open.fullscreen-open .close-fullscreen-icon {
    width: 40px;
    height: 40px !important;
  }

  .gallery-open .advanced-gallery-wrapper .slick-arrow {
    width: 80px;
  }
  .gallery-open .advanced-gallery-wrapper .slick-arrow svg path {
    fill: #ffffff;
  }

  button.close-fullscreen-icon {
    top: 5px;
    right: 5px;
    margin-right: 0;
    font-size: 14px;
  }
  button.fullscreen-icon {
    top: 5px;
    left: 5px;
    margin-left: 0;
    font-size: 20px;
  }
}

/* With Content Styles */
.advanced-gallery-item-content {
  display: none;
}
.gallery-open .advanced-gallery-item-content {
  display: block;
  width: 30%;
  float: left;
  padding-left: 42px;
}
.gallery-open
.advanced-gallery-wrapper.with-content
.advanced-gallery-item-media {
  width: 70%;
  float: left;
  padding-right: 48px;
}
.advanced-gallery-item-content * {
  height: auto !important;
}
.advanced-gallery-item-content-title,
.advanced-gallery-item-content-desc {
  margin-bottom: 18px;
  font-family: helvetica-w01-bold, sans-serif;
  font-size: 40px;
  line-height: 1.4;
  color: #000000;
}
body:not(.gallery-open) .advanced-gallery-wrapper .advanced-gallery-slider .slick-list {
  padding: 0 !important;
}

body:not(.gallery-open) .advanced-gallery-wrapper .advanced-gallery-slider .slick-list .slick-track {
  width: 100% !important;
  transform: none !important;
}

body:not(.gallery-open) .advanced-gallery-wrapper .advanced-gallery-slider .slick-list .slick-track .slick-slide {
  width: 33.33% !important;
  float: left;
}
body:not(.gallery-open) .advanced-gallery-wrapper .slick-arrow {
  display: none !important;
}

body:not(.gallery-open) .advanced-gallery-slider ul.slick-dots {
  display: none !important;
}
body:not(.gallery-open) .advanced-gallery-item-inner-wrapper {
  padding: 0 0;
  margin: 5px;
}
body:not(.gallery-open) .advanced-gallery-wrapper .advanced-gallery-slider {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px;
}
.gallery-open .product-container .advanced-gallery-wrapper {
  max-width: 100%;
}
@media (min-width: 768px) {
  .gallery-open .advanced-gallery-wrapper.with-content .slick-arrow {
    right: 30%;
  }
  .advanced-gallery-inner.button-right .nextArrow.slick-arrow {
    right: 0;
  }
  .advanced-gallery-inner.button-right
  .advanced-gallery-item.media-type-video
  .advanced-gallery-item-media {
    width: 100%;
    padding-right: 0;
  }
}

@media (min-width: 1601px) and (max-height: 640px) {
  .advanced-gallery-item-content-title,
  .advanced-gallery-item-content-desc {
    font-size: 6.25vh;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .advanced-gallery-item-content-title,
  .advanced-gallery-item-content-desc {
    font-size: 30px;
  }
}
@media (min-width: 1200px) and (max-height: 640px) {
  .advanced-gallery-item-content-title,
  .advanced-gallery-item-content-desc {
    font-size: 3.5vh;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .advanced-gallery-item-content-title,
  .advanced-gallery-item-content-desc {
    font-size: 26px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .gallery-open
  .advanced-gallery-wrapper.with-content
  .advanced-gallery-item-media {
    padding-right: 50px;
    width: 60%;
  }
  .gallery-open .advanced-gallery-item-content {
    width: 40%;
    padding-left: 30px;
  }
  .advanced-gallery-item-content-title,
  .advanced-gallery-item-content-desc {
    font-size: 20px;
  }
  .gallery-open .advanced-gallery-wrapper.with-content .slick-arrow {
    right: 40%;
    width: 60px;
    padding: 20px;
  }
  .gallery-open .advanced-gallery-wrapper.with-content .prevArrow {
    left: 4%;
  }
}

@media (min-width: 768px) and (max-height: 640px) {
  .advanced-gallery-item-content-title,
  .advanced-gallery-item-content-desc {
    font-size: 3.8vh;
  }
  .advanced-gallery-item-content.without-subtitle
  .advanced-gallery-item-content-title {
    font-size: 40px;
  }
}

@media (max-width: 1800px) {
  .gallery-open .advanced-gallery-item-content {
    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;
  }
}

@media (max-width: 1500px) and (min-width: 768px) {
  .advanced-gallery-item-content.without-subtitle
  .advanced-gallery-item-content-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .gallery-open .advanced-gallery-wrapper.with-content.top_space {
    display: block;
  }
  .gallery-open .advanced-gallery-wrapper.with-content * {
    height: auto;
  }
  .gallery-open
  .advanced-gallery-wrapper.with-content
  .advanced-gallery-item-media {
    width: 100%;
    padding-right: 0;
    height: auto;
    padding-top: 0px;
    float: none;
  }
  .gallery-open .advanced-gallery-item-content {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    float: none;
  }
  .advanced-gallery-item-content-title,
  .advanced-gallery-item-content-desc {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .gallery-open.fullscreen-open
  .advanced-gallery-item-inner-wrapper.with-content
  .advanced-gallery-item-content {
    padding: 10px;
  }
  .advanced-gallery-item-content {
    text-align: center;
  }
  .advanced-gallery-slider ul.slick-dots li {
    width: 10px;
    height: 10px;
  }
  body:not(.gallery-open) .advanced-gallery-wrapper .advanced-gallery-slider .slick-list .slick-track .slick-slide {
    width: 100% !important;
    float: none;
  }

  body:not(.gallery-open) .advanced-gallery-item-inner-wrapper {
    margin: 0;
    margin-bottom: 10px;
  }

  body:not(.gallery-open) .advanced-gallery-wrapper .advanced-gallery-slider {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .advanced-gallery-item-content-title,
  .advanced-gallery-item-content-desc {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
body:not(.gallery-open) .advanced-gallery-item-media img:last-child {
  display: none;
}

.gallery-open .advanced-gallery-wrapper.with-content .advanced-gallery-item-media img:first-child {
  display: none;
}

.gallery-open .advanced-gallery-wrapper.with-content .advanced-gallery-item-media {
  padding-top: 98px;
  padding-bottom: 98px;
}

.gallery-open.fullscreen-open .advanced-gallery-item-content {
  display: none;
}
.gallery-open.fullscreen-open
.advanced-gallery-wrapper.with-content
.advanced-gallery-item-media {
  width: 100%;
  padding-right: 0;
}
.gallery-open.fullscreen-open
.advanced-gallery-wrapper.with-content
.slick-arrow {
  right: 0;
}

body:not(.gallery-open) .advanced-gallery-wrapper .slick-arrow {
  display: none !important;
}

.advanced-gallery-slider ul.slick-dots {
  display: none !important;
}
.gallery-open .advanced-gallery-item-content {
  line-height: 1.5;
  padding: 130px 120px 0 4px;
  height: calc(100% - 1px);
  top: 0;
  right: 0;
  overflow-y: auto;
  display: block;
}

.gallery-open .advanced-gallery-item-content .advanced-gallery-item-content-title {
  margin-bottom: 18px;
  word-wrap: break-word;
  color: rgba(47,46,46,1) !important;
  font: normal normal normal 34px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif !important;
  outline: none;
}

.gallery-open .advanced-gallery-item-content .advanced-gallery-item-content-desc {
  margin-bottom: 30px;
  padding-bottom: 1px;
  max-height: 650px;
  overflow-y: auto;
  word-wrap: break-word;
  color: rgba(47,46,46,1) !important;
  font: normal normal normal 17px/1.4em din-next-w01-light,din-next-w02-light,din-next-w10-light,sans-serif;
  outline: none;
  white-space: pre-wrap;
}
/* ******************************************************************************
*********************************************************************************
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;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index:999;
}
.header-row {
  display: flex;
  flex-wrap: wrap;
  padding-left: 32px;
  align-items: center;
  padding-right: 0;
}
.header-language-switcher ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-language-switcher > ul {
  font-size: 15px;
  font-family: questrial, sans-serif;
}
.header-language-switcher {
  width: 100px;
  height: 44px;
  margin: 11px 0;
  align-items: center;
  display: flex;
}
.header-language-switcher > ul > li > a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  justify-content: flex-start;
  color: #fff;
}
.header-language-switcher > ul > li > a .lang_text {
  margin: 0 0 0 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 20px;
}
.header-language-switcher > ul > li > a .ico_flag {
  margin: 0 -6px 0 14px;
}
.header-language-switcher > ul > li > a .ico_flag img {
  height: 12px;
  display: block;
  max-width: none;
}
.header-language-switcher > ul .caret {
  line-height: 0;
  margin: 0 14px 0 20px;
}
.header-language-switcher > ul .caret svg {
  width: 12px;
  height: auto;
}
.header-language-switcher > ul .caret svg path {
  fill: currentColor;
}
.header-language-switcher > ul > li {
  position: relative;
}
.header-language-switcher ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 1px solid rgb(230, 224, 211);
  width: 100%;
  margin-top: 14px;
  display:none;
}
.header-language-switcher ul ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 43px;
}
.header-language-switcher ul ul li a .ico_flag {
  margin: 0 -6px 0 14px;
}
.header-language-switcher ul ul li a .ico_flag img {
  max-width: none;
  height: 12px;
  display: block;
}
.header-language-switcher ul ul li a .lang_text {
  margin: 0 0 0 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.custom-menu-primary {
  width: calc(100% - 100px);
  padding-top: 20px;
  padding-bottom: 22px;
}
.header-language-switcher > ul > li.active ul {
  display: block;
}


.header__language-switcher {
  width: 100%;
  max-width: 100px;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
  transition: all .4s ease 0s;
  padding: 0 25.2px;
}

.custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > .hs-menu-children-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  transition: all .4s ease 0s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  min-width: 150px;
}

.custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  font-size: 15px;
  line-height: 24px;
  padding: 5px 15px;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  border-top: 1px solid rgb(230, 224, 211);
}


.lang-trigger-container {
  position: relative;
  z-index: 1;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}

.lang-trigger-container .flag-img {
  margin: 0 -6px 0 14px;
  line-height: 0;
}

.lang-trigger-container .flag-img img {
  width: 12px;
}

.lang-trigger-container .lang-title {
  margin: 0 0 0 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #fff;
  font-family: questrial, sans-serif;
}

.lang-trigger-container ._3l9TB {
  flex-grow: 1;
}

.lang-trigger-container .lang-arrow {
  line-height: 0;
  margin: 0 14px 0 20px;
}

.lang-trigger-container .lang-arrow svg {
  width: 12px;
  height: auto;
}

.lang-trigger-container .lang-arrow svg path {
  fill: #fff;
}

div#hs_cos_wrapper_language-switcher {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a {
  padding-left: 14px;
}


.header__language-switcher--label {
  position: relative;
  height: 44px;
}

div#hs_cos_wrapper_language-switcher .lang_switcher_class {
  display: block;
}

div#hs_cos_wrapper_language-switcher .lang_switcher_class .globe_class {
  background: none;
  border-radius: 0;
  width: auto;
  height: auto;
}

div#hs_cos_wrapper_language-switcher .lang_switcher_class .globe_class ul.lang_list_class {
  display: block;
  position: static;
  transform: none;
  padding: 0;
}

div#hs_cos_wrapper_language-switcher .lang_switcher_class .globe_class ul.lang_list_class:before, div#hs_cos_wrapper_language-switcher .lang_switcher_class .globe_class ul.lang_list_class:after {
  display: none;
}

div#hs_cos_wrapper_language-switcher .lang_switcher_class .globe_class ul.lang_list_class li {
  border: 0;
  padding: 0;
  background: transparent;
  line-height: normal;
  font-size: 14px;
  font-family: questrial, sans-serif;
  display: flex;
  align-items: center;
  height: 44px;
}

div#hs_cos_wrapper_language-switcher .lang_switcher_class .globe_class ul.lang_list_class li a {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 0 14px;
}

div#hs_cos_wrapper_language-switcher .lang_switcher_class .globe_class ul.lang_list_class li:not(:first-child) {
  border-top: 1px solid rgb(230, 224, 211);
}

.header__language-switcher--label.active .lang-trigger-container {
  display: none;
}

.header__language-switcher--label.active div#hs_cos_wrapper_language-switcher {
  display: block;
}
div#hs_cos_wrapper_language-switcher .lang_switcher_class ._38rY2 {
  order: -1;
  margin: 0 -6px 0 14px;
  line-height: 0;
}

div#hs_cos_wrapper_language-switcher .lang_switcher_class ._38rY2 img {
  width: 12px;
}

div#hs_cos_wrapper_language-switcher .lang_switcher_class .globe_class ul.lang_list_class li:hover a {
  color: rgb(149, 149, 149);
}

div#hs_cos_wrapper_language-switcher .lang_switcher_class .globe_class ul.lang_list_class li:first-child a {
  color: rgb(254, 97, 97);
}

div#hs_cos_wrapper_language-switcher .lang_switcher_class ._2IgKB {
  margin: 0 14px 0 20px;
  line-height: 0;
}

div#hs_cos_wrapper_language-switcher .lang_switcher_class ._2IgKB svg {
  width: 12px;
  height: auto;
  transform: rotate( 180deg );
}

div#hs_cos_wrapper_language-switcher .lang_switcher_class ._2IgKB svg path {
  fill: rgb(254, 97, 97);
}

.lang-trigger-container:hover .lang-title {
  color: rgb(149, 149, 149);
}

.lang-trigger-container:hover .lang-arrow svg path {
  fill: rgb(149, 149, 149);
}
.gallery-open .advanced-gallery-wrapper .slick-arrow svg path,
.gallery-open .advanced-gallery-wrapper .slick-arrow svg {
  fill: rgb(47, 46, 46);
}
.header-language-switcher>ul>li>a:hover .lang_text {
  color: rgb(149, 149, 149);
}

.header-language-switcher>ul>li>a:hover svg path {
  fill: rgb(149, 149, 149);
}

.header-language-switcher>ul>li.active>a .lang_text {
  text-overflow: inherit;
  color: rgb(254, 97, 97);
}

.header-language-switcher > ul .active .caret svg {
  transform: rotate(180deg);
}

.header-language-switcher > ul .active .caret svg path {
  fill: rgb(254, 97, 97);
}

.header-language-switcher ul ul li a:hover .lang_text {
  color: rgb(149, 149, 149);
}

@media (min-width:768px){
  body {
    margin-top: 66px;
  }
}
@media (max-width:1250px){
  .gallery-open .advanced-gallery-wrapper.with-content .advanced-gallery-item-media {
    padding-left: 104px;
  }
}
@media (max-width:924px){
  .header-row {
    padding-left: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
    padding: 0 17.2px;
  }
  .gallery-open .advanced-gallery-item-content {
    padding: 130px 58px 0 4px;
  }
}
@media (max-width:767px){
  .mobile-trigger {
    margin: 20px 0px 19px calc((100% - 320px) * 0.5);
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 999;
    cursor: pointer;
  }

  .mobile-trigger-inner {
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 4px 0px;
    background: rgb(47, 46, 46);
  }

  .mobile-trigger-inner .onc0L {
    position: relative;
    width: 22px;
    height: 20px;
    margin: auto;
  }

  .mobile-trigger-inner ._3HSgv {
    height: 2px;
    width: 100%;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transition: all .25s ease-in-out;
    background: #fff;
  }

  .mobile-trigger-inner ._30Z4I {
    top: 0;
    margin: auto;
  }

  .mobile-trigger-inner ._3-bhG, .mobile-trigger-inner ._30Z4I {
    bottom: 0;
  }

  .header-row {
    justify-content: flex-end;
    padding: 0 20px;
  }

  .custom-menu-primary {
    padding: 0;
    margin: 0;
    width: 100%;
    z-index: 99;
    position: fixed;
    top: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height: 100vh;
    left: 0;
    margin-left: 0;
    transition: all .4s ease 0s;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    max-height: 100%;
    overflow-y: auto;
  }

  header.header {
    overflow: hidden;
    position: static;
  }
  .mobile-open .custom-menu-primary {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: all .25s ease .25s;
  }

  .custom-menu-primary:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(47, 46, 46);
    position: fixed;
    top: 0;
    right: -100%;
    opacity: 0;
    transition: all .4s ease 0s;
  }

  .mobile-open .custom-menu-primary:after {
    right: 0;
    opacity: 1;
  }

  div#hs_cos_wrapper_navigation-primary {
    position: relative;
    z-index: 99;
  }

  .mobile-open .mobile-trigger-inner ._3HSgv {
    transform: translateY(10px) translateY(-50%) rotate( -45deg );
  }

  .mobile-open .mobile-trigger-inner ._30Z4I {
    opacity: 0;
  }

  .mobile-open .mobile-trigger-inner ._3-bhG {
    transform: translateY(-10px) translateY(50%) rotate( 45deg );
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    flex-direction: column;
    margin: 0px 0px 36px 0;
    position: relative;
  }
  body.mobile-open {
    overflow: hidden;
  }
  div#hs_cos_wrapper_social_icons {
    position: relative;
    z-index: 999;
  }

  .header__language-switcher {
    max-width: 100%;
    width: auto;
  }
  .lang-trigger-container {
    margin: 10px auto;
    width: 40px;
    height: 26px;
    display: table;
  }

  .lang-trigger-container .flag-img {
    margin: 0;
    position: relative;
    height: 26px;
    width: 40px;
    z-index: 1;
    justify-content: center;
    display: flex;
    align-items: center;
  }

  .lang-trigger-container .flag-img img {
    width: 20px;
  }

  div#hs_cos_wrapper_language-switcher {
    display: block;
    position: relative;
  }

  div#hs_cos_wrapper_language-switcher .lang_switcher_class .globe_class ul.lang_list_class {
    display: none;
  }
  div#hs_cos_wrapper_language-switcher select#tinynav2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
  }

  div#hs_cos_wrapper_language-switcher .lang_switcher_class {
    position: static;
  }

  div#hs_cos_wrapper_language-switcher {
    position: static;
  }

  .header__language-switcher {
    position: relative;
  }
  div#hs_cos_wrapper_language-switcher select#tinynav2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
  }

  div#hs_cos_wrapper_language-switcher .lang_switcher_class {
    position: static;
  }

  div#hs_cos_wrapper_language-switcher {
    position: static;
  }

  .header__language-switcher {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul > li {
    text-align: center;
    font-size: 10px;
    border-bottom: 3px solid transparent;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    font-size: 17px;
    line-height: 44px;
    min-width: 188px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.active > a, .custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a {
    color: rgb(197, 131, 131);
  }

  .child-trigger {
    height: 47px;
    width: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }

  .child-trigger:after {
    content: '+';
    color: #fff;
    font-size: 27px;
    transition: all .4s ease 0s;
  }

  .child-open .child-trigger:after {
    transform: rotate( 45deg );
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children>.hs-menu-children-wrapper {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    text-align: center;
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    justify-content: center;
  }
  .custom-menu-primary select#tinynav1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
  }
  div#hs_cos_wrapper_mobile_social_icons {
    position: relative;
    z-index: 99;
  }

  div#hs_cos_wrapper_mobile-navigation-primary {
    position: relative;
    z-index: 99;
  }

  div#hs_cos_wrapper_mobile-navigation-primary:first-child {
    padding-top: 98px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
    color: rgb(197, 131, 131) !important;
  }
  .hm-Feature-section .hs_cos_gallery_thumbnails .hs_cos_gallery_slide {
    padding: 0 5px !important;
  }
  .hm-Feature-section .hs_cos_gallery_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
    margin: 0;
  }
  .gallery-open .advanced-gallery-wrapper.with-content .advanced-gallery-item-media {
    padding-left: 60px;
    padding-right: 60px;
  }

  .gallery-open .advanced-gallery-item-content {
    padding: 0 60px;
  }

  .gallery-open .advanced-gallery-item-content .advanced-gallery-item-content-title {
    font-size: 23px !important;
  }
  .gallery-open .advanced-gallery-wrapper.with-content .advanced-gallery-item-media {
    padding-top: 60px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .gallery-open .advanced-gallery-item-content {
    padding: 30px 20px 0 20px;
  }
  .gallery-open .advanced-gallery-wrapper.with-content * {
    height: 100%;
  }
  .gallery-open .slick-slide:first-child .advanced-gallery-item.media-type-image {
    position: relative;
  }
  .gallery-open .slick-slide.slick-active:first-child .advanced-gallery-item.media-type-image:after {
    content: "";
    width: 50px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 10;
  }
  .gallery-open .advanced-gallery-wrapper .slick-track {
    overflow-y: auto;
  }
  ul.l_tinynav1 {
    display: none;
  }
  .header-language-switcher {
    width: auto;
    height: auto;
    margin: 0;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children.active ~ .active > a {
    color: rgba(255,255,255,1.0) !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.active ~ .active > a {
    color: rgba(255,255,255,1.0) !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #F8FAFC;
  color: #fff;
  padding: 49px 0 47px;
}

footer ul li a {
  font-weight: 400;
}

.footer-social-icons-wrappeer {
  margin: 0 0 21px;
  text-align: center;
  padding-right: 8px;
}
.footer-social-icons-wrappeer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
}
.footer-social-icons-wrappeer ul li {
  display: inline-block;
  width: 30px;
  margin-left: -3px;
}
.footer-social-icons-wrappeer ul li:not(:last-child) {
  margin-right: 10px;
}
.footer-copyright {
  text-align: center;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  padding-right: 11px;
}
.footer-links-wrapper p,
.footer-link-prev {
 color: #ffffff; 
  font-size: 14px;
}
.footer-link-prev:hover {
 color: #ffffff;
  opacity: 0.9;
}

div#BACK_TO_TOP_BUTTON {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s .5s,opacity .5s ease 0s;
  display: none;
  z-index: 54;
  position: fixed;
  bottom: 51px;
  width: 50px;
  height: 50px;
  margin-right: 16px;
  right:0;
}
#BACK_TO_TOP_BUTTON svg [data-color="1"] {
  fill: #B03737;
}
#BACK_TO_TOP_BUTTON svg [data-color="2"] {
  fill: #FFFFFF;
}
#BACK_TO_TOP_BUTTON svg [data-color="3"] {
  fill: #B03737;
}

body.back_to_top-show div#BACK_TO_TOP_BUTTON {
  opacity: 1;
  visibility: visible;
}
@media (min-width:768px) {
  .footer-copyright {
  display: flex;
    justify-content: center;
}
}
@media (max-width:767px){
  footer.footer .footer-copyright {
    max-width: 192px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    font-size: 15px;
  }

  .footer-link-line {
   display: none; 
  }
  
  .footer-social-column {
    display: none;
  }

  footer.footer {
    padding-top: 29px;
    padding-bottom: 30px;
  }
  div#BACK_TO_TOP_BUTTON {
    display:flex;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

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

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

.blog-header__form {
  margin: 0 1rem;
}
.blog-comments .hs-button {
  width: auto;
}

.hs-error-msgs label {
  color: red !important;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

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

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

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

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

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 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 .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;
}
.hs-landing-page .hs-button {
  width: auto;
}
.hs-landing-page  ul.no-list.hs-error-msgs {
  padding: 0;
}
.hs-landing-page .hs-form-field {
  margin-bottom: 10px;
}
.systems-page {
  padding-bottom: 30px;
  padding-top:30px;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin: 0 !important;
}
.systems-page .success {
  min-width: 0;
  width: 100%;
  max-width: 650px;
}
input.email-edit.hs-input {
  max-width: 100%;
}
@media(max-width:480px){
  .systems-page h2 {
    font-size: 25px;
  }
}