/* ******************************************************************************
*********************************************************************************
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 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid,
.page-center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

.mm-wrapper_blocking main.body-container-wrapper {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

@media (max-width: 1199px) {
  .dnd-section > .row-fluid,
  .page-center {
    max-width: 970px !important;
  }
}

@media (max-width: 991px) {
  .dnd-section > .row-fluid,
  .page-center {
    max-width: 744px !important;
  }
}


@media (max-width: 767.98px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .dnd-section > .row-fluid,
  .page-center {
    max-width: 100% !important;
    padding-right: 20px;
    padding-left: 20px;
  }
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: Calibre;
  src: url("https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/Calibre-Light_abd2ab2c.woff2") format("woff2"), 
    url("https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/Calibre-Light_129a5ef0.woff") format("woff");
  font-style: normal;
  font-weight: 300;
}


@font-face {
  font-family: Calibre;
  src: url("https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/Calibre-Regular_67cfb2b2.woff2") format("woff2"), 
    url("https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/Calibre-Regular_6a57c3a5.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}


@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/fa-brands-400_a7b95dbd.eot") format("embedded-opentype"), 
    url("https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/fa-brands-400_5e2f9212.woff2") format("woff2"), 
    url("https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/fa-brands-400_2ef8ba34.woff") format("woff"), 
    url("https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/fa-brands-400_98b6db59.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/fa-solid-900_46e7cec6.eot") format("embedded-opentype"), 
    url("https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/fa-solid-900_418dad87.woff2") format("woff2"), 
    url("https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/fa-solid-900_a7140145.woff") format("woff"), 
    url("https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/fa-solid-900_ff8d9f8a.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: auto;
}


@font-face {
  font-family: Calibre;
  src: url(https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/Calibre-Light_abd2ab2c.woff2) format("woff2"),
    url(https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/Calibre-Light_129a5ef0.woff) format("woff");
  font-weight: 300;
  font-style: normal
}
@font-face {
  font-family: Calibre;
  src: url(https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/Calibre-Regular_67cfb2b2.woff2) format("woff2"),
    url(https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/Calibre-Regular_6a57c3a5.woff) format("woff");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Calibre;
  src: url(https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/Calibre-Semibold_26f8dc61.woff2) format("woff2"),
    url(https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/Calibre-Semibold_27d9d163.woff) format("woff");
  font-weight: 600;
  font-style: normal
}
@font-face {
  font-family: Calibre;
  src: url(https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/Calibre-Bold_87cc6590.woff2) format("woff2"),
    url(https://6985337.fs1.hubspotusercontent-na1.net/hubfs/6985337/BlickRothenberg_October2020/fonts/Calibre-Bold_c76f2c3d.woff) format("woff");
  font-weight: 700;
  font-style: normal
}


html {
  line-height: 1.15;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height:24px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin: 0 0 23px;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover, a:focus {
  text-decoration: none;
}

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

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

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

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

h4 {
  font-size: 1.175rem;
  line-height: 1.15;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

.widget-type-rich_text ul {
  padding-left: 20px;
  list-style: none;
}

.widget-type-rich_text ul li {
  position: relative;
  padding: 0 0 13px 18px;
}

.widget-type-rich_text ul li:after {
  content: "";
  position: absolute;
  z-index: 20;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #c51442;
}

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: 767.98px)
  body {
    font-size: 16px;
    line-height: 22px;
}
}

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

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


.hs-error-msgs label:empty {
    display: none;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 27px;
  position: relative;
  text-align: center;
  border-style: solid;
  font-size: 20px;
  font-weight: 400;
  font-family: Calibre,Arial,sans-serif;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  outline:0;
  text-decoration: none !important;
  margin-top:20px;
  margin-bottom:20px;
  }

.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,
label {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 11px;
  font-family: Calibre,Arial,sans-serif;
  color: #33475b;
  display: inline-block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 24px;
}

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

body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"], 
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"], 
body input[type="url"], 
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  background-color: #ffffff;
  border: 1px solid;
  line-height: 20px;
  display: block;
  vertical-align: middle;
  width: 100%;
  max-width: 767px;
  height: 50px !important;
  padding: 9px 15px;
  color: #273742;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  font: 16px Roboto,Arial,sans-serif;
  font-size: 18px;
  width: 100% !important;
  outline: 0 solid transparent!important;
  text-decoration: none!important;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-overflow: ellipsis;
}


body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
  border: 1px solid;
}



.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 { 
  opacity: 1;
  color: #273742;
}

.hs-input::-webkit-input-placeholder {
  opacity: 1;
  color: #273742;
}

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.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 {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

#mobile-menu {
    width: 100vw;
    max-width: 375px;
    top: 0;
    z-index: 210;
    color: #273742;
    -webkit-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
    left: auto;
    right: 0;
    background: none;
    pointer-events: none;
    display: none
}

#mobile-menu:before {
    position: absolute;
    content: "";
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    pointer-events: auto;
    z-index: -1
}

@media (max-width: 767.98px) {
    #mobile-menu {
        max-width:100vw
    }

    #mobile-menu:before {
        display: none
    }
}

#mobile-menu.mm-menu_offcanvas.mm-menu_opened {
    display: block
}

#mobile-menu .mm-listview {
    margin: 0 -20px;
    background: #fff;
    border-top: 1px solid #ededed;
    pointer-events: auto
}

#mobile-menu .mm-listview>li {
    position: relative;
    border-top: 0
}

#mobile-menu .mm-listview>li+li {
    border-top: 1px solid #ededed
}

#mobile-menu .mm-listview>li:not(.mm-divider):after {
    display: none
}

#mobile-menu .mm-listview>li>a:not(.mm-btn_next) {
    padding: 14px 20px;
    position: relative;
    z-index: 12;
    font: 18px/21px Calibre,Arial,sans-serif;
    color: #c51442;
    white-space: normal;
    background: none;
    text-decoration: underline
}

#mobile-menu .mm-listview>li:last-child {
    background-color: #c51442
}

#mobile-menu .mm-listview>li:last-child:hover {
    background-color: #b30f3a
}

#mobile-menu .mm-listview>li:last-child>a {
    color: #fff!important
}

#mobile-menu .mm-listview .mm-btn_next {
    width: 42px;
    z-index: 14;
    padding: 0;
    color: #c51442;
    border-left-color: transparent;
    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: 12px
}

#mobile-menu .mm-listview .mm-btn_next:before {
    content: "\F054";
    border: 0
}

#mobile-menu .mm-listview .mm-btn_next:after {
    display: none
}

#mobile-menu .mm-navbar {
    position: relative;
    z-index: 2;
    top: auto;
    left: auto;
    height: auto;
    padding: 0;
    border: 0;
    margin: 0 -20px;
    pointer-events: auto
}

#mobile-menu .mm-navbar:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    content: "";
    background: #fff
}

#mobile-menu .mm-navbar .mm-navbar__title {
    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;
    font: 18px/22px Calibre,Arial,sans-serif;
    background: #c51442;
    color: #fff;
    padding: 14px 20px;
    white-space: normal;
    overflow: visible;
    text-align: left
}

#mobile-menu .mm-navbar .mm-navbar__title:after {
    display: block;
    content: "View all";
    margin: 0 0 0 auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 10px;
    text-decoration: underline
}

#mobile-menu .mm-navbar .mm-btn_prev {
    position: absolute;
    left: 0;
    bottom: 100%;
    top: auto;
    width: auto;
    height: auto;
    font: 18px/20px Calibre,Arial,sans-serif;
    padding: 15px 20px;
    color: #273742
}

#mobile-menu .mm-navbar .mm-btn_prev .fa-chevron-left,#mobile-menu .mm-navbar .mm-btn_prev .ui-datepicker .ui-datepicker-prev,.ui-datepicker #mobile-menu .mm-navbar .mm-btn_prev .ui-datepicker-prev {
    color: #c51442;
    display: block;
    font-size: 12px;
    margin: 2px 14px 0 0
}

#mobile-menu .mm-navbar .mm-btn_prev:after,#mobile-menu .mm-navbar .mm-btn_prev:before {
    display: none
}

#mobile-menu .mm-navbar .mm-btn_prev .mm-sronly {
    clip: auto!important;
    -webkit-clip-path: none!important;
    clip-path: none!important;
    width: auto!important;
    min-width: auto!important;
    height: auto!important;
    padding: 0!important;
    position: static!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#mobile-menu .mm-navbar .btn-menu {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 8px 20px
}

#mobile-menu .mm-listitem,#mobile-menu .mm-panel,#mobile-menu .mm-panels {
    color: inherit;
    background: none
}

#mobile-menu .mm-panel {
    padding: 80px 20px 0;
    list-style: none
}

#mobile-menu .mm-panel:after,#mobile-menu .mm-panel:before,#mobile-menu .mm-panel:first-child .mm-navbar {
    display: none
}

#mobile-menu .mm-panel:first-child .mm-listview>li>a:not(.mm-btn_next) {
    text-decoration: none;
    color: #273742
}

.mm-wrapper__blocker {
    background: #000;
    opacity: 0;
    top: 80px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mm-wrapper_opening .mm-wrapper__blocker {
    opacity: .6
}

.mm-wrapper_opening #mobile-menu {
    display: block;
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.mm-wrapper_opening #wrapper>:not(#header) {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

@media only screen and (min-width: 1025px) {
    #mobile-menu,.mm-wrapper__blocker {
        display:none!important
    }

    .mm-wrapper_blocking,.mm-wrapper_blocking body {
        overflow: visible!important
    }

    #wrapper>:not(#header) {
        -webkit-filter: none!important;
        filter: none!important
    }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.header {
  padding: 30px 0;
  position: relative;
  z-index: 150;
  padding-bottom: 22px;
}

.header__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header__container > div.row > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.header__container > div.row > div.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  -webkit-box-flex: 0;
}

.header__container > div.row > div.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}


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

.col-2, 
.col-3 {
  -webkit-box-flex: 0;
}


.d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}

.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}


.header_logo img {
  width: 204px !important;
}

.btn-menu {
  width: 18px;
  height: 16px;
  cursor: pointer;
  z-index: 40;
  position: relative;
  display: block;
  margin: 8px 0 0 auto;
}

.btn-menu, .btn-menu:after, .btn-menu:before, .btn-menu span:before {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.btn-menu:after,
.btn-menu:before,
.btn-menu span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: #c51442;
  border-radius: 1px;
}

.btn-menu:before {
  top: 7px;
}

.btn-menu span:before {
  top: 14px;
}

.nav-bar {
  border-top: 1px solid #ededed;
  position: relative;
  z-index: 120;
  font-family: Calibre,Arial,sans-serif;
}

.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.nav-bar .header__container {
  position: relative;
}

.nav-bar .social {
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
}

.nav-bar .social > li {
  padding: 0 0 0 50px;
  position: relative;
  font-size: 18px;
  line-height: 1;
}

.nav-bar .social>li:first-child {
  padding: 0px 0 0 20px;
}

.nav-bar .social > li > a {
  text-decoration: none!important;
}

.nav-bar .social > li > a:hover {
  opacity: .8;
}

.fab {
  font-family: Font Awesome\ 5 Brands;
}

.nav-bar .social > li > a [class^=fa],
.nav-bar .social > li > a i {
  display: inline-block;
  vertical-align: top;
}

.nav-bar .social > li > a .fa-twitter {
  font-size: 24px;
}

.nav-bar .social > li > a .fa-linkedin-in {
  font-size: 22px;
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-twitter:before {
  content: "\F099";
}

#mobile-menu .mm-listview .mm-btn_next:before, .fa, .fas, .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}

.fa-search:before {
  content: "\F002";
}

.site-search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 5;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  overflow: hidden;
  width: 0;
  opacity: 0;
  visibility: hidden;
}

.open-search .site-search-form {
  width: 260px;
  opacity: 1;
  visibility: visible;
}

.open-search .site-search-form {
  display: contents;
}

.site-search-form form {
  margin: 0;
  padding: 0;
  border-style: none;
}

.input-holder {
  position: relative;
}

.site-search-form form input.form-control {
  height: 40px !important;
  border: 1px solid;
  background-color: #fff;
  font: 16px Roboto,Arial,sans-serif;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 9px 15px;
  color: #273742;
  width: 100%;
  display: block;
  outline: 0 solid transparent!important;
  text-decoration: none!important;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-overflow: ellipsis;
  vertical-align: middle;
  margin: 0;
}

.site-search-form form input.form-control:focus {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #273742;
  outline: 1px solid transparent!important;
}


.site-search-form form .btn-search {
  vertical-align: top;
  text-decoration: none!important;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  font-family: Calibre,Arial,sans-serif;
  font-weight: 400;
  text-transform: none;
  width: 46px !important;
  height: 28px;
  border: 0;
  padding: 0 !important;
  border-radius: 3px;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  z-index: 5;
  outline:0;
}

.site-search-form form .btn-search span.fas.fa-search {
  display: block;
}

.mm-wrapper__blocker {
  position: fixed;
  top: 80px !important;
}

.mm-wrapper_opening .btn-menu {
  background: none;
}

.mm-wrapper_opening .btn-menu:before {
  opacity: 0;
}

@-webkit-keyframes anim-btn-menu1 {
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@-o-keyframes anim-btn-menu1 {
    to {
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes anim-btn-menu1 {
    to {
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@-webkit-keyframes anim-btn-menu2 {
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@-o-keyframes anim-btn-menu2 {
    to {
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes anim-btn-menu2 {
    to {
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.mm-wrapper_opening .btn-menu span:before {
  top: 7px;
  -webkit-animation: anim-btn-menu2 .3s ease .3s forwards;
  -o-animation: anim-btn-menu2 .3s .3s ease forwards;
  animation: anim-btn-menu2 .3s ease .3s forwards;
}

.mm-wrapper_opening .btn-menu:after {
  top: 7px;
  -webkit-animation: anim-btn-menu1 .3s ease .3s forwards;
  -o-animation: anim-btn-menu1 .3s .3s ease forwards;
  animation: anim-btn-menu1 .3s ease .3s forwards;
}

.fa-chevron-left:before, .ui-datepicker .ui-datepicker-prev:before {
    content: "\F053";
}


@media (min-width: 1024px) {
  .open-search .opener-search {
    display: none;
  }

  .open-search .site-search-form form input.form-control {
    margin-right: 117px;
  }

}

@media only screen and (min-width: 1025px) {
  .nav-bar {
    -webkit-filter: none!important;
    filter: none!important;
  }
}

@media (max-width: 1199.98px) {
  .nav-bar .social > li {
    padding-left: 40px;
    padding-right: 0;
  }

  .nav-bar .social>li:first-child {
    padding: 0px 0 0 10px;
  }
}

@media (max-width:1199px) {
  .header__container {
    max-width: 970px !important;
  }
}

@media (max-width: 1024px) {
  header.header {
    padding: 12px 0 5px;
  }

  .header__container>div.row>div.visible-tablet {
    display: block !important;
  }

  .nav-bar {
    display: none!important;
}
}

@media (max-width:991px) {
  
  .header__container {
    max-width: 744px !important;
  }

  .header__container>div.row>div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767.98px) {
  .header__container {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  padding: 40px 0 35px;
  border-top: 3px solid transparent;
  font: 16px/1.125 Calibre,Arial,sans-serif;
}

.footer__container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.footer .socket {
  font-size: 14px;
  margin: 30px 0;
}

footer.footer p {
  margin: 0 0 10px;
}

.socket p {
  font-family: Calibre, Arial, sans-serif;
}

.text-center {
  text-align: center!important;
}

.bottop_top > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer .logos {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  vertical-align: top;
}

.footer .logos img {
  vertical-align: middle;
  border-style: none;
  width: auto !important;
}

.first_image a {
  display: inline-block;
  vertical-align: top;
}

.first_image a img {
  display: block;
  vertical-align: middle;
  width: 164px;
  height: auto;
}

.footer-row > div.col-md-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 42px;
  display:none;
}

.footer h5 {
  margin: 20px 0 35px;
  display: block;
  font-size: 21px;
  font-family: Calibre,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.15;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
}

.footer ul li {
  font: 16px/1.125 Calibre,Arial,sans-serif;
  position: relative;
  padding: 0 0 13px 18px;
  padding-left: 0;
}

.footer ul li:after {
  display:none;
}

.footer ul li a {
  font: 18px/21px Calibre,Arial,sans-serif;
}

#mobile-menu .mm-listview .mm-btn_next:before, .fa, .fab, .far, .fas, .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
} 

.socials {
  padding-bottom: 0 !important;
  font-family: Calibre,Arial,sans-serif;
}

.fab {
  font-family: Font Awesome\ 5 Brands;
}

.socials li span {
  margin-right: 10px;
}

.socials li {
  padding-left: 0;
  font-size: 18px;
}

.fa-twitter:before {
  content: "\F099";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}


@media (min-width: 768px) {
  .text-md-right {
    text-align: right!important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .bottop_top > div.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }


  .footer-row > div.col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    display:block;
  }

}


@media (max-width: 1199px) {
  .footer__container  {
    max-width: 970px !important;
  }
}

@media (max-width: 991.98px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .footer-row>div.col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
  }


  .footer ul li {
    padding-bottom: 22px;
  }


  .bottop_top>div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer ul {
    padding-bottom: 0;
  }

  .footer h5 {
    margin: 20px 0;
  }

}

@media (max-width: 991px) {
  .footer__container  {
    max-width: 744px !important;
  }
}


@media (max-width: 767.98px) {
  .footer_mobile_menu .hs-menu-wrapper>ul>li:last-child > ul > li > a {
    font-size: 18px;
    line-height: 20.25px;
  }
  
  .footer_mobile_menu .hs-menu-wrapper>ul ul li a span {
    margin-right: 14px;
}
  
  .footer .footer__container {
    max-width: none !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottop_top>div {
    padding: 0 20px;
}

  .bottop_top>div.order-md-1 {
    border-top: 1px solid #e3e3e3;
}
  
  footer.footer {
    padding: 18px 0 22px;
  }
  
  .footer .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 0 0;
}
  
  .first_image a {
    margin: 8px 0 14px;
}
  
  .first_image a img {
    max-width: 117px;
    height: auto;
}
  
  .footer_mobile_menu {
    display: block !important;
  }
  
  
.footer_mobile_menu .hs-menu-wrapper > ul {
    padding: 0;
    display: block;
}

  .footer_mobile_menu .hs-menu-wrapper>ul > li {
    margin-bottom: 6px;
    background: #fff;
    padding: 0 20px;
    line-height: 1.15;
    font-size: 21px;
  }
  
  .footer_mobile_menu .hs-menu-wrapper>ul > li > a {
    display: block;
    padding: 20px 0;
    font-size: 1.125rem;
    margin: 0 0 6px;
    line-height: 1.15;
    color: #273742;
    text-decoration: none;
}
  
  .footer_mobile_menu .hs-menu-wrapper>ul > li > a:after {
    position: absolute;
    top: 30px;
    right: 19px;
    margin-top: -7px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: Font Awesome\ 5 Free,sans-serif;
    font-size: 14px;
    font-weight: 900;
    color: #c51442;
    content: "\F078";
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
  
  .footer_mobile_menu .hs-menu-wrapper>ul>li.child-open > a:after {
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
  
  .footer_mobile_menu .hs-menu-wrapper>ul ul {
    display: none;
}
  
  
  
.footer-child-trigger {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    cursor: pointer;
    min-height: 60px;
    height: 60px;
}
 
  .footer_mobile_menu .hs-menu-wrapper>ul ul li {
    position: relative;
    padding: 0 0 13px 18px;
    padding-bottom: 22px;
    padding-left: 0;
}
  
  .footer_mobile_menu .hs-menu-wrapper>ul ul li:first-child {
    padding-top: 7px;
}
  
.footer_mobile_menu .hs-menu-wrapper>ul ul li:last-child {
    padding-bottom: 31px;
}
  
  .footer_mobile_menu .hs-menu-wrapper>ul ul li a {
    font: 18px/21px Calibre,Arial,sans-serif;
}
  
  
}



@media (max-width: 767px) {
  .footer__container  {
    max-width: 680px !important;
  }

}


@media (max-width: 374px) {
  .footer__container  {
    max-width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}

.banner-section .row-fluid {
  padding: 0;
}

.banner {
  padding: 51px 0;
  color: #fff;
  line-height: 1.41177;
}

.banner .align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important;
}

.banner .col-lg-10,
.banner .text-lg-right {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.banner h1 {
  margin: 0 0 12px;
  font-weight: 300;
  display: block;
  color: inherit;
  font-size: 2.5rem;
  line-height: 1.15;
  font-family: Calibre,Arial,sans-serif;
}

.banner p {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
}

.banner .text-lg-right .btn-white {
  border: 1px solid transparent;
  font-weight: 400;
  text-align: center;
  padding: 5px 22px;
  font-size: 1.25rem;
  line-height: 27px;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  text-decoration: none!important;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  font-family: Calibre,Arial,sans-serif;
  background-color: #fff;
  border-color: #fff;
  color: #c51442!important;
  margin: 0 0 10px;
}

.banner .text-lg-right .btn-white:hover {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}

.blog-header {
  padding: 51px 0;
  background: #c51442 !important;
  color: #fff;
  line-height: 1.41177;
}
.blog-header h1 {
  font-size: 40px;
  font-family: Calibre,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.15;
  margin: 0 0 12px;
  color: inherit;
}
img{
  max-width:100%;
  height:auto;
  width:auto;
}
.visual-heading {
  position: relative;
  color: #fff;
  font-family: Calibre,Arial,sans-serif;
  font-size: 23px;
  line-height: 1.22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.visual-heading .holder {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 385px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 42px 0 20px;
}
.visual-heading p {
  font-family: Calibre,Arial,sans-serif;
  margin:0 0 28px;
}
.visual-heading h2 {
  color: inherit;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 26px;
  font-family: Calibre,Arial,sans-serif;
  font-weight: 400;
}
.bg-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.visual-heading .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.bg-img>img {
  display: none!important;
}
.visual-heading:before {
  content: "";
  background: #4c4857;
  mix-blend-mode: multiply;
  z-index: 3;
  opacity: .89;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-center {
  width: 100%;
}
.filter-panel {
  background: #fff;
  position: relative;
  z-index: 50;
  -webkit-box-shadow: 0 7px 13px 0 rgba(0,0,0,.05);
  box-shadow: 0 7px 13px 0 rgba(0,0,0,.05);
}
.filter-panel .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.filter-panel .row {
  margin-left: -9px;
  margin-right: -9px;
  min-height: 98px;
  padding: 17px 0;
}
.filter-panel .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.filter-panel .d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.filter-panel .col-01 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 21.3%;
  flex: 0 0 21.3%;
  max-width: 21.3%;
}
.filter-panel .row>[class^=col] {
  padding-left: 9px;
  padding-right: 9px;
}

.insight-card:hover {
    -webkit-box-shadow: 0 18px 14px 0 rgba(39,55,66,.3);
    box-shadow: 0 18px 14px 0 rgba(39,55,66,.3);
}

.filter-panel .col-02 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24.2%;
  flex: 0 0 24.2%;
  max-width: 24.2%;
}
.filter-panel .h2 {
  font-size: 20px;
  margin: 0;
  font-family: Calibre,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.15;
  color: #273742;
}
.comment-form .filter-panel p, 
.filter-panel .comment-form p,
.filter-panel .form-group {
  margin: -9px 0 0;
}


.bootstrap-select {
    position: relative;
} 

.bootstrap-select:after {
    position: absolute;
    right: 16px;
    top: 50%;
    margin: -4px 0 0;
    content: "";
    width: 6px;
    height: 6px;
    border: solid #c51442;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: .255em;
    display: inline-block;
}

.filter-panel label {
  display: block;
  margin: 0 0 3px;
  font-weight: 700;
  font-size: 16px;
  font-family: Roboto,Arial,sans-serif;
  color: #273742;
  line-height: 1.35295;
}
.input-holder {
  position: relative;
}
.filter-panel input.hs-search-field__input, .filter-panel select {
  height: 40px !important;
  border-radius: 3px;
  border: 1px solid #a7a7a7;
  background-color: #fff;
  font: 16px Roboto,Arial,sans-serif;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 9px 15px;
  color: #273742;
  width: 100% !important;
  display: block;
  outline: 0 solid transparent!important;
  text-decoration: none!important;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-overflow: ellipsis;
  outline:0;
}

.filter-panel select:focus {
  border-color: rgba(7,119,225,1.0) !important;
}

.filter-panel input.hs-search-field__input::-webkit-input-placeholder {
  opacity: 1 !important;
  color: #273742 !important;
}

.filter-panel .year ul, .filter-panel .year h3 {
  display: none;
}

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.filter-results {
  padding: 42px 0;
  position: relative;
}
.filter-results > div >h2 {
  font-family: Calibre,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.15;
  color: #273742;
  font-size: 1.875rem;
  margin: 0 0 37px;
  display: block;
}
.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  padding-right: 15px;
  padding-left: 15px;

}

.blog-pagination {
  text-align: center;
  padding: 20px 0 6px;
}

.blog-pagination a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  font-family: Calibre,Arial,sans-serif;
  line-height: 20px;
  vertical-align: top;
}


.blog-pagination a:hover {
  color: #c51442;
}

.blog-pagination a .fa-chevron-down {
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0 10px;
  font-size: 14px;
  color: #c51442;
  line-height: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}


.insight-card {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 16px 11px 0 hsla(0,0%,65%,.23);
  box-shadow: 0 16px 11px 0 hsla(0,0%,65%,.23);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-index .blog-index__post  >* {
  -webkit-transition: color .3s ease-out,opacity .3s ease-out,background .3s ease-out,-webkit-box-shadow .3s ease-out;
  transition: color .3s ease-out,opacity .3s ease-out,background .3s ease-out,-webkit-box-shadow .3s ease-out;
  -o-transition: color .3s ease-out,opacity .3s ease-out,background .3s ease-out,box-shadow .3s ease-out;
  transition: color .3s ease-out,opacity .3s ease-out,background .3s ease-out,box-shadow .3s ease-out;
  transition: color .3s ease-out,opacity .3s ease-out,background .3s ease-out,box-shadow .3s ease-out,-webkit-box-shadow .3s ease-out;
}
.insight-card >* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.insight-card figure {
  margin: 0;
}
.insight-card figure .img {
  position: relative;
  height: 158px;
  border-radius: 7px 7px 0 0;
  display: block;
  text-decoration: none!important;
}
.insight-card figure .img:before {
  height: 78px;
  opacity: .89;
  background-blend-mode: multiply;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(90,86,102,0)),to(#5a5666));
  background-image: -webkit-linear-gradient(top,rgba(90,86,102,0),#5a5666);
  background-image: -o-linear-gradient(top,rgba(90,86,102,0),#5a5666);
  background-image: linear-gradient(180deg,rgba(90,86,102,0),#5a5666);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
.insight-card figure .img .date {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 13px 27px;
  font-size: 16px;
  line-height: 19px;
  font-family: Calibre,Arial,sans-serif;
  color: #fff;
  z-index: 5;
}
figcaption, figure{
  display: block;
}
.insight-card figure figcaption {
  padding: 20px 10px 16px 25px;
  font-size: 16px;
  line-height: 21px;
  min-height: 250px;
}
.insight-card figure figcaption .h3 {
  color: #273742;
  font-family: Calibre,Arial,sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  margin: 0 0 20px;
}
.insight-card figure figcaption p {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
}
.insight-card footer {
  margin-top: auto;
  padding: 0 25px 23px;
  font-family: Calibre,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.35295;
}

/*   post styling */

.post-content {
  padding: 43px 0 34px;
  position: relative;
  z-index: 1;
}

.post-content .content-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.fz-17 {
  font-size: 17px;
  line-height: 23px;
}


.post-content .content-wrapper > .row > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.post-content .content-wrapper > .row > div.pt-2 {
  padding-top: .5rem!important;
}

.sidebar h3 {
  font-size: 20px;
  margin: 0 0 25px;
  display: block;
  font-family: Calibre,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.15;
  color: #273742;
}

.sidebar .row > div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.people-card {
  -webkit-box-shadow: 0 4px 6px 0 hsla(0,0%,5%,.06);
  box-shadow: 0 4px 6px 0 hsla(0,0%,5%,.06);
  border-radius: 8px;
  margin: 0 0 30px;
  background: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.people-card figure {
  margin: 0;
}

.people-card figure .img {
  border-radius: 8px 8px 0 0;
  text-decoration: none!important;
  overflow: hidden;
  display: block;
}

.people-card figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.people-card:hover figure img {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.people-card figure figcaption {
  background: #f4eef1;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.people-card figure figcaption:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: -webkit-gradient(linear,left top,left bottom,from(#faf8f9),to(#e4d1db));
  background: -webkit-linear-gradient(top,#faf8f9,#e4d1db);
  background: -o-linear-gradient(top,#faf8f9 0,#e4d1db 100%);
  background: linear-gradient(180deg,#faf8f9,#e4d1db);
}

.people-card:hover figure figcaption:before {
  opacity: 1;
}

.people-card figure figcaption .sm,
.people-card figure figcaption small {
  display: block;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 10px;
  color: #5a5666;
  font-family: Roboto,Arial,sans-serif;
}

.people-card figure figcaption h3 {
  margin: 0;
  font-size: 33px;
  font-family: Calibre,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.15;
  color: #273742;
}

.people-card footer {
  padding: 22px 20px;
  color: #425563;
  font-family: Calibre,Arial,sans-serif;
  font-size: 20px;
  line-height: 24px;
}


.people-card footer a {
  font-size: 16px;
  font-family: Calibre,Arial,sans-serif;
}

.sidebar .links {
  margin: -6px 0;
  padding: 0;
  list-style: none;
  font-family: Calibre,Arial,sans-serif;
  font-size: 18px;
  line-height: 1.22;
}

.sidebar .links>li {
  padding: 0 0 35px;
  list-style: none;
  font-family: Calibre,Arial,sans-serif;
  font-size: 18px;
  line-height: 1.22;
}



@media (max-width: 1439.98px) {
  .banner h1 {
    font-size: 32px;
  }
}

@media (max-width: 1199.98px) {
  .insight-card footer {
    padding-left: 15px;
    padding-right: 15px;
}
  
  .insight-card figure figcaption {
    padding-left: 15px;
}
  
  .people-card figure figcaption h3 {
    font-size: 30px;
  }
}

@media (max-width:1199px) {
  .post-content .content-wrapper,
  .content-wrapper {
    max-width:970px !important;
  }
}

@media (max-width: 991.98px) {
  .insight-card figure figcaption {
    font-size: 15px;
}
  
  .insight-card figure figcaption .h3 {
    font-size: 20px;
}
  
  .banner .col-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .visual-heading .holder {
    min-height: 320px;
}
  
  
.visual-heading h2 {
    font-size: 32px;
}
  
  .filter-panel .col-01 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
  
  .filter-panel .col-02 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
  
  
  .filter-panel .h2 {
    margin: 0 0 24px;
  }
  
  
.filter-results>div>h2 {
    margin-bottom: 25px;
}
  
}

@media (max-width: 991.98px) and (max-width:768px) {
  .filter-panel.is_stuck_1 + .jump_wrapper {
    position: relative;
    width: 100%;
    height: 136px;
    display: block;
    vertical-align: baseline;
    float: none;
  }

}

@media (max-width:991px) {
  .post-content .content-wrapper,
  .content-wrapper {
    max-width:744px !important;
  }

  .post-content .content-wrapper {
    max-width:744px !important;
  }

  .banner .text-lg-right .btn-white {
    margin: 23px 0 0;
  }

  .banner .col-lg-10, .banner .text-lg-right {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .post-content .content-wrapper > .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sidebar .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .people-card figure figcaption {
    padding: 20px 15px;
  }

  .sidebar .links>li {
    padding-bottom: 22px;
  }

  .people-card figure figcaption h3 {
    font-size: 24px;
  }

}

@media (max-width: 767.98px) {
  .jump_wrapper {
    position: relative;
    width: 100%;
    height: 308px;
    vertical-align: baseline;
    float: none;
    display: none;
}
  
  .filter-panel.is_stuck + .jump_wrapper {
    display: block;
}
  
  .filter-panel .year h3,
  .filter-panel .tag h3 {
    border-radius: 3px;
    border: 1px solid #a7a7a7;
    background-color: #fff;
    font: 16px Roboto,Arial,sans-serif;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 9px 15px;
    color: #273742;
    width: 100% !important;
    display: block;
    outline: 0 solid transparent !important;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-overflow: ellipsis;
    height: 37px !important;
    font-size: 15px;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 18px;
    line-height: 17px;
    cursor: pointer;
}
  
  .filter-panel .tag h3 {
    margin-bottom: 28px;
  }
  
  .filter-panel .year.show_last_panel h3,
  .filter-panel .tag.show_last_panel_1 h3,
  .filter-panel .year h3:focus,
  .filter-panel .tag h3:focus,
  .filter-panel .year h3:visited,
  .filter-panel .tag h3:visited {
    border-color: rgba(7,119,225,1.0) !important;
  }
  
  span.filter-link-count {
    display: none;
  }

    .filter-panel .col-02.tag ul.dropdow_tag {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}
  
  .filter-panel .col-02.show_last_panel ul.l_tinynav1,
  .filter-panel .col-02.show_last_panel_1 ul.dropdow_tag {
    float: left;
    margin: .125rem 0 0;
    font-size: 1.0625rem;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    display: block;
    right: auto;
    bottom: auto;
    background-color: #fff;
    color: #000;
    border: 1px solid #a7a7a7;
    padding: 0;
    min-width: 100%!important;
    max-width: 100%!important;
    border-radius: 3px;
    z-index: 200;
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(0px, 37px, 0px);
}
  
  .filter-panel .col-02.tag select {
    display: none;
}
  
  
.filter-panel .col-02.show_last_panel ul.l_tinynav1 li,
  .filter-panel .col-02.show_last_panel_1 ul.dropdow_tag li {
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 1.0625rem;
}
  

  
.filter-panel .col-02.show_last_panel ul.l_tinynav1 li a,
  .filter-panel .col-02.show_last_panel_1 ul.dropdow_tag li a {
    color: inherit;
    font: 16px/20px Roboto,Arial,sans-serif;
    display: block;
    padding: 10px 15px;
    margin: 0;
    text-decoration: none!important;
}
  
  .filter-panel .col-02.show_last_panel ul.l_tinynav1 li a:hover,
  .filter-panel .col-02.show_last_panel_1 ul.dropdow_tag li a:hover  {
    background-color: #c51442;
    color: #fff;
}
  
  .filter-panel .row>[class^=col]:last-child select {
    display: none;
}
  
  .filter-panel.is_stuck {
    position: fixed;
    top: 0px;
    width: 100%;
}
  
  .bootstrap-select:after {
    width: 8px;
    height: 8px;
    margin-top: -6px;
}
  
  .blog-pagination {
    padding-top: 6px;
}
  
  .insight-card footer {
    padding-left: 21px;
    padding-right: 21px;
}
  
  .visual-heading .holder {
    min-height: 1px;
    padding: 20px 0 10px;
}
  
  .insight-card figure figcaption .h3 {
    font-size: 22px;
    margin-bottom: 15px;
}
  
  .visual-heading {
    font-size: 18px;
    line-height: 18px;
}
  
  .visual-heading h2 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 24px;
}
  
  .filter-panel .row {
    padding: 14px 0 5px;
}
  
  .filter-panel .h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px;
}
  
  .filter-panel .col-02 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
  
  .filter-panel label {
    font-size: 15px;
    margin: 0 0 4px;
  }

  .banner {
    padding: 21px 0;
    line-height: 1.25;
  }


  .filter-panel input.hs-search-field__input, .filter-panel select {
    margin-bottom: 28px;
    height: 37px !important;
    font-size: 15px;
    padding-left: 13px;
    padding-right: 13px;
    line-height: normal;
  }
  
  .filter-panel .row>[class^=col]:last-child select {
    margin-bottom: 18px;
}
  
  .filter-results {
    padding: 21px 0;
}
  
  
.filter-results>div>h2 {
    font-size: 26px;
    margin-bottom: 19px;
}
  
  .blog-index__post {
    position: static !important;
    max-width: 100%;
}
  
  .blog-index {
    display: block;
}
  
  .insight-card figure figcaption {
    font-size: 16px;
    padding: 17px 14px 10px 21px;
}

  .banner h1 {
    margin: 0 0 21px;
    font-size: 28px;
    line-height: 1;
  }


  .banner .text-lg-right .btn-white {
    display: block;
    width: 100%;
  }

  .post-content {
    padding: 22px 0 5px;
  }

  .post-content .content-wrapper,
  .content-wrapper {
    max-width: none !important;
    padding-left: 20px;
    padding-right: 20px;
  }



  .people-card figure figcaption {
    padding: 9px 20px 14px;
  }


  .people-card figure figcaption h3 {
    font-size: 25px;
  }


  .sidebar h3 {
    font-size: 24px;
    line-height: 29px;
  }

  .sidebar .links {
    font-size: 16px;
    font-family: Roboto,Arial,sans-serif;
    margin-top: 0;
    line-height: 22px;
    padding-bottom: 20px;
  }

  .sidebar .links>li {
    padding-bottom: 28px;
  }

}


@media (min-width: 768px) {
  
  
  .filter-panel.is_stuck_1 {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
}
  
  .filter-panel.is_stuck_1 + .jump_wrapper {
    position: relative;
    width: 100%;
    height: 98px;
    display: block;
    vertical-align: baseline;
    float: none;
}
  
  
.bootstrap-select > h3 {
    display: none;
}
  
  
.bootstrap-select ul.dropdow_tag {
    display: none;
}
  
  .post-content .content-wrapper > .row > div.pt-2 {
    padding-top: 0!important;
  }

  .sidebar .row > div.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

}

@media (min-width: 992px) {
    .banner .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .banner .text-lg-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .banner .text-lg-right {
    text-align: right!important;
  }
  
  .post-content .content-wrapper > .row > div.col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .post-content .content-wrapper > .row > div.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .sidebar .row > div.col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

.blog-header__inner
{
  max-width: 1170px;
  margin: 0 auto !important;
  padding-right: 15px;
    padding-left: 15px;
}

.blog-header__subtitle, .blog-header__author-social-links
{
  color: #fff;
}

.blog-header__author-social-links svg
{
  width: 15px;
  height: 17px;
}

.blog-header__author-social-links a
{
  padding-right: 10px;
}
/*!
 * jQuery mmenu v7.3.3
 * @requires jQuery 1.7.0 or later
 *
 * mmenujs.com
 *  
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-menu {
    --mm-line-height: 20px;
    --mm-listitem-size: 44px;
    --mm-navbar-size: 44px;
    --mm-offset-top: 0;
    --mm-offset-right: 0;
    --mm-offset-bottom: 0;
    --mm-offset-left: 0;
    --mm-color-border: rgba(0, 0, 0, 0.1);
    --mm-color-button: rgba(0, 0, 0, 0.3);
    --mm-color-text: rgba(0, 0, 0, 0.75);
    --mm-color-text-dimmed: rgba(0, 0, 0, 0.3);
    --mm-color-background: #f3f3f3;
    --mm-color-background-highlight: rgba(0, 0, 0, 0.05);
    --mm-color-background-emphasis: rgba(255, 255, 255, 0.4);
    --mm-shadow: 0 0 10px rgba( 0, 0, 0, 0.3)
}
.mm-hidden {
    display: none!important
}
.mm-wrapper {
    overflow-x: hidden;
    position: relative
}
.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75);
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text);
    line-height: 20px;
    line-height: var(--mm-line-height);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    top: var(--mm-offset-top);
    right: var(--mm-offset-right);
    bottom: var(--mm-offset-bottom);
    left: var(--mm-offset-left);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
    color: inherit;
    text-decoration: none
}
[dir=rtl] .mm-menu {
    direction: rtl
}
.mm-panels,
.mm-panels > .mm-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}
.mm-panel,
.mm-panels {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .75);
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text)
}
.mm-panels {
    overflow: hidden
}
.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    padding: 0 20px;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}
.mm-panel:not(.mm-hidden) {
    display: block
}
.mm-panel:after,
.mm-panel:before {
    content: '';
    display: block;
    height: 20px
}
.mm-panel_has-navbar {
    padding-top: 44px;
    padding-top: var(--mm-navbar-size)
}
.mm-panel_opened {
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-panel_opened-parent {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}
.mm-panel_highest {
    z-index: 2
}
.mm-panel_noanimation {
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important
}
.mm-panel_noanimation.mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
[dir=rtl] .mm-panel:not(.mm-panel_opened) {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
[dir=rtl] .mm-panel.mm-panel_opened-parent {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}
.mm-listitem_vertical > .mm-panel {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    display: none;
    width: 100%;
    padding: 10px 0 10px 10px
}
.mm-listitem_vertical > .mm-panel:after,
.mm-listitem_vertical > .mm-panel:before {
    content: none;
    display: none
}
.mm-listitem_opened > .mm-panel {
    display: block
}
.mm-listitem_vertical > .mm-listitem__btn {
    height: 44px;
    height: var(--mm-listitem-size);
    bottom: auto
}
.mm-listitem_vertical .mm-listitem:last-child:after {
    border-color: transparent
}
.mm-listitem_opened > .mm-listitem__btn:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}
.mm-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 44px;
    padding: 0
}
.mm-btn:after,
.mm-btn:before {
    border-color: rgba(0, 0, 0, .1);
    border-color: var(--mm-color-button);
    border-width: 2px;
    border-style: solid
}
.mm-btn_close:after,
.mm-btn_close:before {
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.mm-btn_close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}
.mm-btn_close:after {
    border-left: none;
    border-top: none;
    right: 25px
}
.mm-btn_next:after,
.mm-btn_prev:before {
    content: '';
    border-bottom: none;
    border-right: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0
}
.mm-btn_prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}
.mm-btn_next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}
[dir=rtl] .mm-btn_next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}
[dir=rtl] .mm-btn_prev:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}
[dir=rtl] .mm-btn_close:after,
[dir=rtl] .mm-btn_close:before {
    right: auto
}
[dir=rtl] .mm-btn_close:before {
    left: 25px
}
[dir=rtl] .mm-btn_close:after {
    left: 18px
}
.mm-navbar {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .3);
    background: var(--mm-color-background);
    border-color: var(--mm-color-border);
    color: var(--mm-color-text-dimmed);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: center;
    display: none;
    height: 44px;
    height: var(--mm-navbar-size);
    padding: 0 44px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.mm-navbar > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 12px;
    padding: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);
    padding-left: 0;
    padding-right: 0
}
.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}
.mm-navbar__title {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.mm-navbar__btn {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1
}
.mm-navbar__btn:first-child {
    text-align: left;
    left: 0
}
.mm-navbar__btn:last-child {
    text-align: right;
    right: 0
}
.mm-panel_has-navbar .mm-navbar {
    display: block
}
[dir=rtl] .mm-navbar__btn:first-child {
    text-align: right;
    right: 0;
    left: auto
}
[dir=rtl] .mm-navbar__btn:last-child {
    text-align: left;
    left: 0;
    right: auto
}
.mm-listitem,
.mm-listview {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}
.mm-listitem {
    color: rgba(0, 0, 0, .75);
    color: var(--mm-color-text);
    border-color: rgba(0, 0, 0, .1);
    border-color: var(--mm-color-border);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.mm-listitem:after {
    content: '';
    border-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 0
}
.mm-listitem a,
.mm-listitem a:hover {
    text-decoration: none
}
.mm-listitem__btn,
.mm-listitem__text {
    color: inherit;
    display: block;
    padding-top: 12px;
    padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
    padding-bottom: 12px;
    padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2)
}
.mm-listitem__text {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%
}
.mm-listitem__btn {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .4);
    tap-highlight-color: rgba(255, 255, 255, .4);
    -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
    tap-highlight-color: var(--mm-color-background-emphasis);
    background: rgba(3, 2, 1, 0);
    border-color: inherit;
    width: auto;
    padding-right: 54px;
    position: relative
}
.mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 1px;
    border-left-style: solid
}
.mm-listitem_selected > .mm-listitem__text {
    background: rgba(255, 255, 255, .4);
    background: var(--mm-color-background-emphasis)
}
.mm-listitem_opened > .mm-listitem__btn,
.mm-listitem_opened > .mm-panel {
    background: rgba(0, 0, 0, .05);
    background: var(--mm-color-background-highlight)
}
.mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -20px
}
.mm-listitem_divider {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: rgba(0, 0, 0, .05);
    background: var(--mm-color-background-highlight);
    font-size: 75%;
    text-transform: uppercase;
    min-height: 20px;
    min-height: var(--mm-line-height);
    padding: 6.5px;
    padding: calc(((var(--mm-listitem-size) * .75) - var(--mm-line-height)) * .5);
    padding-right: 10px;
    padding-left: 20px
}
.mm-listitem_spacer {
    padding-top: 44px;
    padding-top: var(--mm-listitem-size)
}
.mm-listitem_spacer > .mm-btn_next {
    top: 44px;
    top: var(--mm-listitem-size)
}
[dir=rtl] .mm-listitem:after {
    left: 0;
    right: 20px
}
[dir=rtl] .mm-listitem__text {
    padding-left: 10px;
    padding-right: 20px
}
[dir=rtl] .mm-listitem__btn {
    padding-left: 54px;
    border-left-width: 0;
    border-left-style: none
}
[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
    padding-right: 0;
    border-right-width: 1px;
    border-right-style: solid
}
.mm-page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}
.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1
}
.mm-wrapper_opened {
    overflow-x: hidden;
    position: relative
}
.mm-wrapper_background .mm-page {
    background: inherit
}
.mm-menu_offcanvas {
    display: none;
    position: fixed;
    right: auto;
    z-index: 0
}
.mm-menu_offcanvas.mm-menu_opened {
    display: block
}
.mm-menu_offcanvas {
    width: 80%;
    min-width: 240px;
    max-width: 440px
}
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0)
    }
}
@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}
.mm-wrapper__blocker {
    overflow: hidden;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}
.mm-wrapper_blocking {
    overflow: hidden
}
.mm-wrapper_blocking body {
    overflow: hidden
}
.mm-wrapper_blocking .mm-wrapper__blocker {
    display: block
}
.mm-sronly {
    border: 0!important;
    clip: rect(1px, 1px, 1px, 1px)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    white-space: nowrap!important;
    width: 1px!important;
    min-width: 1px!important;
    height: 1px!important;
    min-height: 1px!important;
    padding: 0!important;
    overflow: hidden!important;
    position: absolute!important
}
.mm-menu_autoheight {
    -webkit-transition: none .4s ease;
    -o-transition: none .4s ease;
    transition: none .4s ease;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}
.mm-menu_autoheight:not(.mm-menu_offcanvas) {
    position: relative
}
.mm-menu_autoheight.mm-menu_position-bottom,
.mm-menu_autoheight.mm-menu_position-top {
    max-height: 80%
}
.mm-menu_autoheight-measuring .mm-panel {
    display: block!important
}
.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
    display: none!important
}
.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
    bottom: auto!important;
    height: auto!important
}
[class*=mm-menu_columns-] {
    -webkit-transition-property: width;
    -o-transition-property: width;
    transition-property: width
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel {
    right: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: width, transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened,
[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
    display: block!important
}
[class*=mm-panel_columns-] {
    border-right: 1px solid;
    border-color: inherit
}
.mm-menu_columns-1 .mm-panel_columns-0,
.mm-menu_columns-2 .mm-panel_columns-1,
.mm-menu_columns-3 .mm-panel_columns-2,
.mm-menu_columns-4 .mm-panel_columns-3 {
    border-right: none
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu_columns-0 .mm-panels > .mm-panel {
    z-index: 0
}
.mm-menu_columns-0 .mm-panels > .mm-panel else {
    width: 100%
}
.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.mm-menu_columns-0 {
    width: 80%;
    min-width: 240px;
    max-width: 0
}
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0)
    }
}
@media all and (min-width:0px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0)
    }
}
@media all and (min-width:0px) {
    .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.mm-menu_columns-1 .mm-panels > .mm-panel {
    z-index: 1;
    width: 100%
}
.mm-menu_columns-1 .mm-panels > .mm-panel else {
    width: 100%
}
.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}
.mm-menu_columns-1 {
    width: 80%;
    min-width: 240px;
    max-width: 440px
}
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0)
    }
}
@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0)
    }
}
@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0)
}
.mm-menu_columns-2 .mm-panels > .mm-panel {
    z-index: 2;
    width: 50%
}
.mm-menu_columns-2 .mm-panels > .mm-panel else {
    width: 100%
}
.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}
.mm-menu_columns-2 {
    width: 80%;
    min-width: 240px;
    max-width: 880px
}
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0)
    }
}
@media all and (min-width:1100px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(880px, 0, 0);
        transform: translate3d(880px, 0, 0)
    }
}
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0)
    }
}
@media all and (min-width:1100px) {
    .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-880px, 0, 0);
        transform: translate3d(-880px, 0, 0)
    }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0)
}
.mm-menu_columns-3 .mm-panels > .mm-panel {
    z-index: 3;
    width: 33.34%
}
.mm-menu_columns-3 .mm-panels > .mm-panel else {
    width: 100%
}
.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}
.mm-menu_columns-3 {
    width: 80%;
    min-width: 240px;
    max-width: 1320px
}
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0)
    }
}
@media all and (min-width:1650px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(1320px, 0, 0);
        transform: translate3d(1320px, 0, 0)
    }
}
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0)
    }
}
@media all and (min-width:1650px) {
    .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-1320px, 0, 0);
        transform: translate3d(-1320px, 0, 0)
    }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0)
}
.mm-menu_columns-4 .mm-panels > .mm-panel {
    z-index: 4;
    width: 25%
}
.mm-menu_columns-4 .mm-panels > .mm-panel else {
    width: 100%
}
.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
    -webkit-transform: translate3d(500%, 0, 0);
    transform: translate3d(500%, 0, 0)
}
.mm-menu_columns-4 {
    width: 80%;
    min-width: 240px;
    max-width: 1760px
}
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(80vw, 0, 0);
    transform: translate3d(80vw, 0, 0)
}
@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0)
    }
}
@media all and (min-width:2200px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(1760px, 0, 0);
        transform: translate3d(1760px, 0, 0)
    }
}
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0)
    }
}
@media all and (min-width:2200px) {
    .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-1760px, 0, 0);
        transform: translate3d(-1760px, 0, 0)
    }
}
[class*=mm-menu_columns-].mm-menu_position-bottom,
[class*=mm-menu_columns-].mm-menu_position-top {
    width: 100%;
    max-width: 100%;
    min-width: 100%
}
.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
    -webkit-transition-property: width, min-width, max-width, -webkit-transform;
    transition-property: width, min-width, max-width, -webkit-transform;
    -o-transition-property: width, min-width, max-width, transform;
    transition-property: width, min-width, max-width, transform;
    transition-property: width, min-width, max-width, transform, -webkit-transform
}
.mm-counter {
    color: rgba(0, 0, 0, .3);
    color: var(--mm-color-text-dimmed);
    text-align: right;
    display: block;
    min-width: 44px;
    float: right
}
.mm-listitem_nosubitems > .mm-counter {
    display: none
}
[dir=rtl] .mm-counter {
    text-align: left;
    float: left
}
.mm-listitem_divider {
    opacity: 1;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.mm-menu_dividers-light .mm-listitem_divider {
    background: inherit;
    font-size: inherit;
    color: rgba(0, 0, 0, .3);
    color: var(--mm-color-text-dimmed);
    padding-top: 18px;
    padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height)) * .75);
    padding-bottom: 6px;
    padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height)) * .25)
}
.mm-menu_border-none .mm-listitem_divider {
    border-top-width: 1px;
    border-top-style: solid
}
.mm-listview_fixeddivider {
    background: inherit;
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}
.mm-listview_fixeddivider:after {
    content: none!important;
    display: none!important
}
.mm-panel_dividers .mm-listview_fixeddivider {
    display: block
}
.mm-wrapper_opened.mm-dragging .mm-menu,
.mm-wrapper_opened.mm-dragging .mm-slideout {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}
.mm-menu_dropdown {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%;
    overflow: visible
}
.mm-wrapper_dropdown .mm-slideout {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    z-index: 0
}
.mm-wrapper_dropdown .mm-wrapper__blocker {
    -webkit-transition-delay: 0s!important;
    -o-transition-delay: 0s!important;
    transition-delay: 0s!important;
    z-index: 1
}
.mm-wrapper_dropdown .mm-menu_dropdown {
    z-index: 2
}
.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
    display: none
}
[class*=mm-menu_tip-]:before {
    content: '';
    background: inherit;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.mm-menu_tip-left:before {
    left: 22px
}
.mm-menu_tip-right:before {
    right: 22px
}
.mm-menu_tip-top:before {
    top: -8px
}
.mm-menu_tip-bottom:before {
    bottom: -8px
}
.mm-menu {
    --mm-iconbar-size: 44px
}
.mm-iconbar {
    color: rgba(0, 0, 0, .3);
    color: var(--mm-color-text-dimmed);
    border: 0 solid rgba(0, 0, 0, .1);
    border-color: var(--mm-color-border);
    border-right-width: 1px;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 44px;
    width: var(--mm-iconbar-size);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2
}
.mm-menu_iconbar .mm-navbars_bottom,
.mm-menu_iconbar .mm-navbars_top,
.mm-menu_iconbar .mm-panels {
    left: 44px;
    left: var(--mm-iconbar-size)
}
.mm-iconbar__bottom,
.mm-iconbar__top {
    width: inherit;
    position: absolute
}
.mm-iconbar__bottom > *,
.mm-iconbar__top > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 11px 0
}
.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover,
.mm-iconbar__top a,
.mm-iconbar__top a:hover {
    text-decoration: none
}
.mm-iconbar__top {
    top: 0
}
.mm-iconbar__bottom {
    bottom: 0
}
.mm-iconbar__tab_selected {
    background: rgba(255, 255, 255, .4);
    background: var(--mm-color-background-emphasis)
}
.mm-menu_keyboardfocus a:focus,
.mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
    outline: 0;
    background: rgba(255, 255, 255, .4);
    background: var(--mm-color-background-emphasis)
}
.mm-wrapper__blocker .mm-tabstart {
    cursor: default;
    display: block;
    width: 100%;
    height: 100%
}
.mm-wrapper__blocker .mm-tabend {
    opacity: 0;
    position: absolute;
    bottom: 0
}
.mm-menu {
    --mm-iconpanel-size: 44px
}
.mm-panel_iconpanel-1,
.mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
    width: calc(100% - (44px * 1));
    width: calc(100% - (var(--mm-iconpanel-size) * 1))
}
.mm-panel_iconpanel-2,
.mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
    width: calc(100% - (44px * 2));
    width: calc(100% - (var(--mm-iconpanel-size) * 2))
}
.mm-panel_iconpanel-3,
.mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
    width: calc(100% - (44px * 3));
    width: calc(100% - (var(--mm-iconpanel-size) * 3))
}
.mm-panel_iconpanel-first ~ .mm-panel,
.mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
    width: calc(100% - 44px);
    width: calc(100% - var(--mm-iconpanel-size))
}
.mm-menu_iconpanel .mm-panels > .mm-listview_fixeddivider,
.mm-menu_iconpanel .mm-panels > .mm-panel {
    left: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: transform, width;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform
}
.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left-width: 1px;
    border-left-style: solid
}
.mm-menu_iconpanel .mm-panels > .mm-panel_opened,
.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
    display: block!important
}
.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
    overflow-y: hidden;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset
}
.mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider,
.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
    opacity: 0
}
.mm-panel__blocker {
    background: inherit;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.mm-panel_opened-parent .mm-panel__blocker {
    opacity: .6;
    bottom: -100000px
}
[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-listview_fixeddivider,
[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
    left: 0;
    right: auto;
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: transform, width;
    transition-property: transform, width;
    transition-property: transform, width, -webkit-transform
}
[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
    border-left: none;
    border-right: 1px solid;
    border-color: inherit
}
.mm-navbars_bottom,
.mm-navbars_top {
    background: inherit;
    border-color: inherit;
    border-width: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1
}
.mm-navbars_bottom > .mm-navbar,
.mm-navbars_top > .mm-navbar {
    border-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}
.mm-navbars_bottom > .mm-navbar:not(.mm-navbar_has-btns),
.mm-navbars_top > .mm-navbar:not(.mm-navbar_has-btns) {
    padding: 0
}
.mm-navbars_bottom > .mm-navbar > :not(img):not(.mm-btn),
.mm-navbars_top > .mm-navbar > :not(img):not(.mm-btn) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.mm-navbars_top {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    top: 0;
    bottom: auto
}
.mm-menu_navbar_top-1 .mm-panels {
    top: 44px;
    top: calc(var(--mm-navbar-size) * 1)
}
.mm-menu_navbar_top-2 .mm-panels {
    top: 88px;
    top: calc(var(--mm-navbar-size) * 2)
}
.mm-menu_navbar_top-3 .mm-panels {
    top: 132px;
    top: calc(var(--mm-navbar-size) * 3)
}
.mm-menu_navbar_top-4 .mm-panels {
    top: 176px;
    top: calc(var(--mm-navbar-size) * 4)
}
.mm-navbars_bottom {
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0;
    top: auto
}
.mm-menu_navbar_bottom-1 .mm-panels {
    bottom: 44px;
    bottom: calc(var(--mm-navbar-size) * 1)
}
.mm-menu_navbar_bottom-2 .mm-panels {
    bottom: 88px;
    bottom: calc(var(--mm-navbar-size) * 2)
}
.mm-menu_navbar_bottom-3 .mm-panels {
    bottom: 132px;
    bottom: calc(var(--mm-navbar-size) * 3)
}
.mm-menu_navbar_bottom-4 .mm-panels {
    bottom: 176px;
    bottom: calc(var(--mm-navbar-size) * 4)
}
.mm-navbar_size-2 {
    height: 88px;
    height: calc(var(--mm-navbar-size) * 2)
}
.mm-navbar_size-3 {
    height: 132px;
    height: calc(var(--mm-navbar-size) * 3)
}
.mm-navbar_size-4 {
    height: 176px;
    height: calc(var(--mm-navbar-size) * 4)
}
.mm-navbar__breadcrumbs {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 20px
}
.mm-navbar__breadcrumbs > * {
    display: inline-block;
    padding-right: 6px;
    padding-top: 12px;
    padding-top: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);
    padding-bottom: 12px;
    padding-bottom: calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5)
}
.mm-navbar__breadcrumbs > a {
    text-decoration: underline
}
.mm-navbar_has-btns .mm-navbar__breadcrumbs {
    margin-left: -44px
}
.mm-navbar_has-btns .mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
    margin-left: 0;
    padding-left: 0
}
.mm-navbar__tab_selected {
    background: inherit!important;
    color: inherit!important;
    border-width: 1px;
    border-style: solid;
    border-color: inherit
}
.mm-navbar__tab_selected:first-child {
    border-left: none
}
.mm-navbar__tab_selected:last-child {
    border-right: none
}
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs,
.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
    background: inherit!important;
    color: inherit!important
}
.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
    border-bottom-width: 1px;
    border-bottom-style: solid
}
.mm-navbars_top .mm-navbar__tab_selected {
    border-bottom: none;
    margin-bottom: -1px
}
.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
    border-top: none
}
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
    background: inherit;
    color: inherit
}
.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
    border-top-width: 1px;
    border-top-style: solid
}
.mm-navbars_bottom .mm-navbar__tab_selected {
    border-top: none;
    margin-top: -1px
}
.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
    border-bottom: none
}
.mm-navbar_tabs > a:not(.mm-navbar__tab_selected),
.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar,
.mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
    background: rgba(255, 255, 255, .4);
    background: var(--mm-color-background-emphasis);
    color: rgba(0, 0, 0, .3);
    color: var(--mm-color-text-dimmed)
}
.mm-searchfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    height: var(--mm-navbar-size);
    padding: 0;
    overflow: hidden
}
.mm-searchfield input {
    border: none!important;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-radius: 4px;
    background: rgba(0, 0, 0, .05);
    background: var(--mm-color-background-highlight);
    color: rgba(0, 0, 0, .75);
    color: var(--mm-color-text);
    font: inherit;
    font-size: inherit;
    line-height: 35.2px;
    line-height: calc(var(--mm-navbar-size) * .7);
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 24px;
    height: calc(var(--mm-navbar-size) * .7);
    min-height: unset;
    max-height: unset;
    margin: 0;
    padding: 0 10px
}
.mm-searchfield input::-ms-clear {
    display: none
}
.mm-searchfield__input {
    padding: 6.6px 10px 0 10px;
    padding-top: calc(var(--mm-navbar-size) * .15);
    position: relative
}
.mm-panel__noresultsmsg {
    color: rgba(0, 0, 0, .3);
    color: var(--mm-color-text-dimmed);
    text-align: center;
    font-size: 150%;
    padding: 44px 0
}
.mm-searchfield__btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}
.mm-panel_search {
    left: 0!important;
    right: 0!important;
    width: 100%!important;
    border-left: none!important
}
.mm-searchfield__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%
}
.mm-searchfield__cancel {
    line-height: 44px;
    line-height: var(--mm-navbar-size);
    text-decoration: none;
    display: block;
    padding-right: 10px;
    margin-right: -100px;
    -webkit-transition: margin .4s ease;
    -o-transition: margin .4s ease;
    transition: margin .4s ease
}
.mm-searchfield__cancel-active {
    margin-right: 0
}
.mm-panel > .mm-searchfield {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.mm-panel_has-searchfield {
    padding-top: 44px;
    padding-top: var(--mm-navbar-size)
}
.mm-panel_has-navbar.mm-panel_has-searchfield {
    padding-top: 88px;
    padding-top: calc(var(--mm-navbar-size) * 2)
}
.mm-panel_has-navbar.mm-panel_has-searchfield > .mm-searchfield {
    top: 44px;
    top: var(--mm-navbar-size)
}
.mm-listitem_nosubitems > .mm-listitem__btn {
    display: none
}
.mm-listitem_nosubitems > .mm-listitem__text {
    padding-right: 10px
}
.mm-sectionindexer {
    background: inherit;
    text-align: center;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    z-index: 15;
    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease;
    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-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}
.mm-sectionindexer a {
    color: rgba(0, 0, 0, .3);
    color: var(--mm-color-text-dimmed);
    line-height: 1;
    text-decoration: none;
    display: block
}
.mm-sectionindexer ~ .mm-panels {
    -webkit-transition: right .4s ease;
    -o-transition: right .4s ease;
    transition: right .4s ease
}
.mm-menu_has-sectionindexer .mm-sectionindexer {
    right: 0
}
.mm-menu_has-sectionindexer .mm-panels {
    right: 20px
}
.mm-menu_navbar_top-1 .mm-sectionindexer {
    top: 46px;
    top: calc((var(--mm-navbar-size) * 1) + 2px)
}
.mm-menu_navbar_top-2 .mm-sectionindexer {
    top: 90px;
    top: calc((var(--mm-navbar-size) * 2) + 2px)
}
.mm-menu_navbar_top-3 .mm-sectionindexer {
    top: 134px;
    top: calc((var(--mm-navbar-size) * 3) + 2px)
}
.mm-menu_navbar_top-4 .mm-sectionindexer {
    top: 178px;
    top: calc((var(--mm-navbar-size) * 4) + 2px)
}
.mm-menu_navbar_bottom-1 .mm-sectionindexer {
    bottom: 46px;
    bottom: calc((var(--mm-navbar-size) * 1) + 2px)
}
.mm-menu_navbar_bottom-2 .mm-sectionindexer {
    bottom: 90px;
    bottom: calc((var(--mm-navbar-size) * 2) + 2px)
}
.mm-menu_navbar_bottom-3 .mm-sectionindexer {
    bottom: 134px;
    bottom: calc((var(--mm-navbar-size) * 3) + 2px)
}
.mm-menu_navbar_bottom-4 .mm-sectionindexer {
    bottom: 178px;
    bottom: calc((var(--mm-navbar-size) * 4) + 2px)
}
.mm-menu_selected-hover .mm-listitem > .mm-listitem__btn,
.mm-menu_selected-hover .mm-listitem > .mm-listitem__text,
.mm-menu_selected-parent .mm-listitem > .mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem > .mm-listitem__text {
    -webkit-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease
}
.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected .mm-listitem__text {
    background: 0 0
}
.mm-menu_selected-hover .mm-listitem__btn:hover,
.mm-menu_selected-hover .mm-listitem__text:hover {
    background: rgba(255, 255, 255, .4);
    background: var(--mm-color-background-emphasis)
}
.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) .mm-listitem__text {
    background: 0 0
}
.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn,
.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text {
    background: rgba(255, 255, 255, .4);
    background: var(--mm-color-background-emphasis)
}
.mm-menu,
.mm-slideout {
    --mm-sidebar-collapsed-size: 44px;
    --mm-sidebar-expanded-size: 440px
}
.mm-wrapper_sidebar-collapsed body,
.mm-wrapper_sidebar-expanded body {
    position: relative
}
.mm-wrapper_sidebar-collapsed .mm-slideout,
.mm-wrapper_sidebar-expanded .mm-slideout {
    -webkit-transition-property: width, -webkit-transform;
    transition-property: width, -webkit-transform;
    -o-transition-property: width, transform;
    transition-property: width, transform;
    transition-property: width, transform, -webkit-transform
}
.mm-wrapper_sidebar-collapsed .mm-page,
.mm-wrapper_sidebar-expanded .mm-page {
    background: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100vh
}
.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    display: block!important;
    top: 0!important;
    right: auto!important;
    bottom: 0!important;
    left: 0!important
}
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider,
.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
    opacity: 0
}
.mm-wrapper_sidebar-collapsed .mm-slideout {
    width: calc(100% - 44px);
    width: calc(100% - var(--mm-sidebar-collapsed-size));
    -webkit-transform: translate3d(44px, 0, 0);
    transform: translate3d(44px, 0, 0);
    -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
    transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0)
}
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    border-right-width: 1px;
    border-right-style: solid;
    min-width: 0!important;
    max-width: 100000px!important
}
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
    content: none;
    display: none
}
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,
.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
    overflow: visible
}
.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
    display: none!important
}
.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
    width: calc(100% - 440px);
    width: calc(100% - var(--mm-sidebar-expanded-size));
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
    -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
    transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0)
}
.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
    width: 440px;
    width: var(--mm-sidebar-expanded-size)
}
.mm-menu__blocker {
    background: rgba(3, 2, 1, 0);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3
}
.mm-menu_opened .mm-menu__blocker {
    display: none
}
[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
label.mm-toggle {
    border-radius: 34px;
    min-width: 58px;
    width: 58px;
    height: 34px;
    margin: 0 10px;
    margin-top: 5px;
    margin-top: calc((var(--mm-listitem-size) - 34px)/ 2)
}
label.mm-toggle:before {
    content: '';
    display: block;
    border-radius: 34px;
    width: 32px;
    height: 32px;
    margin: 1px
}
input.mm-toggle {
    position: absolute;
    left: -10000px
}
input.mm-toggle:checked ~ label.mm-toggle:before {
    float: right
}
label.mm-toggle {
    background: rgba(0, 0, 0, .1);
    background: var(--mm-color-border)
}
label.mm-toggle:before {
    background: #f3f3f3;
    background: var(--mm-color-background)
}
input.mm-toggle:checked ~ label.mm-toggle {
    background: #4bd963
}
label.mm-check {
    width: 34px;
    height: 34px
}
label.mm-check:before {
    border-color: rgba(0, 0, 0, .75);
    border-color: var(--mm-color-text);
    content: '';
    display: block;
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: .1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
input.mm-check {
    position: absolute;
    left: -10000px
}
input.mm-check:checked ~ label.mm-check:before {
    opacity: 1
}
[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
    float: left
}
.mm-menu_border-none .mm-listitem:after,
.mm-panel_border-none .mm-listitem:after {
    content: none
}
.mm-menu_border-full .mm-listitem:after,
.mm-panel_border-full .mm-listitem:after {
    left: 0!important
}
.mm-menu_border-offset .mm-listitem:after,
.mm-panel_border-offset .mm-listitem:after {
    right: 20px
}
.mm-menu_fx-menu-zoom {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}
.mm-wrapper_opened .mm-menu_fx-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}
.mm-wrapper_opening .mm-menu_fx-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}
.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
    -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
    transform: scale(.7, .7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}
.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}
.mm-menu_fx-menu-slide {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}
.mm-wrapper_opened .mm-menu_fx-menu-slide {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}
.mm-wrapper_opening .mm-menu_fx-menu-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}
.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu_fx-menu-fade {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.mm-wrapper_opening .mm-menu_fx-menu-fade {
    opacity: 1
}
.mm-menu_fx-panels-none .mm-panel,
.mm-panel_fx-none {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none
}
.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-none.mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu_fx-panels-zoom .mm-panel,
.mm-panel_fx-zoom {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
    transform: scale(1.5, 1.5) translate3d(100%, 0, 0)
}
.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,
.mm-panel_fx-zoom.mm-panel_opened {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}
.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,
.mm-panel_fx-zoom.mm-panel_opened-parent {
    -webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
    transform: scale(.7, .7) translate3d(-30%, 0, 0)
}
.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,
.mm-panel_fx-slide-0.mm-panel_opened-parent {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,
.mm-panel_fx-slide-100.mm-panel_opened-parent {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.mm-menu_fx-panels-slide-up .mm-panel,
.mm-panel_fx-slide-up {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}
.mm-menu_fx-panels-slide-up .mm-panel_opened,
.mm-menu_fx-panels-slide-up .mm-panel_opened-parent,
.mm-panel_fx-slide-up.mm-panel_opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu_fx-panels-slide-right .mm-panel,
.mm-panel_fx-slide-right {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.mm-menu_fx-panels-slide-right .mm-panel_opened,
.mm-menu_fx-panels-slide-right .mm-panel_opened-parent,
.mm-panel_fx-slide-right.mm-panel_opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
[class*=mm-menu_fx-listitems-] .mm-listitem {
    -webkit-transition: none .4s ease;
    -o-transition: none .4s ease;
    transition: none .4s ease
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
    -webkit-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
    -webkit-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
    -webkit-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
    -webkit-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
    -webkit-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
    -webkit-transition-delay: 650ms;
    -o-transition-delay: 650ms;
    transition-delay: 650ms
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}
[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
    -webkit-transition-delay: 750ms;
    -o-transition-delay: 750ms;
    transition-delay: 750ms
}
.mm-menu_fx-listitems-slide .mm-listitem {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    opacity: 0
}
.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}
.mm-menu_fx-listitems-fade .mm-listitem {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    opacity: 0
}
.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
    opacity: 1
}
.mm-menu_fx-listitems-drop .mm-listitem {
    -webkit-transition-property: opacity, top;
    -o-transition-property: opacity, top;
    transition-property: opacity, top;
    opacity: 0;
    top: -25%
}
.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
    opacity: 1;
    top: 0
}
.mm-menu_fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0)
}
@media all and (max-width:140px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}
@media all and (min-width:10000px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(10000px, 0, 0);
        transform: translate3d(10000px, 0, 0)
    }
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-100vw, 0, 0);
    transform: translate3d(-100vw, 0, 0)
}
@media all and (max-width:140px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0)
    }
}
@media all and (min-width:10000px) {
    .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-10000px, 0, 0);
        transform: translate3d(-10000px, 0, 0)
    }
}
.mm-menu_fullscreen.mm-menu_position-top {
    height: 100vh;
    min-height: 140px;
    max-height: 10000px
}
.mm-menu_fullscreen.mm-menu_position-bottom {
    height: 100vh;
    min-height: 140px;
    max-height: 10000px
}
.mm-menu_listview-justify .mm-panels > .mm-panel:after,
.mm-menu_listview-justify .mm-panels > .mm-panel:before,
.mm-panels > .mm-panel_listview-justify:after,
.mm-panels > .mm-panel_listview-justify:before {
    content: none;
    display: none
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview,
.mm-panels > .mm-panel_listview-justify .mm-listview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem,
.mm-panels > .mm-panel_listview-justify .mm-listitem {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 44px
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem:not(.mm-listitem_divider),
.mm-panels > .mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text,
.mm-panels > .mm-panel_listview-justify .mm-listitem__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.mm-listview_inset {
    list-style: inside disc;
    width: 100%;
    padding: 0 30px 15px 30px;
    margin: 0
}
.mm-listview_inset .mm-listitem {
    padding: 5px 0
}
.mm-menu_multiline .mm-listitem__text,
.mm-panel_multiline .mm-listitem__text {
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: normal
}
[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
    opacity: 0
}
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
    opacity: .3;
    -webkit-transition: opacity .4s ease .4s;
    -o-transition: opacity .4s ease .4s;
    transition: opacity .4s ease .4s
}
.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
    background: inherit
}
.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
    background: #000
}
.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
    background: #fff
}
.mm-menu_popup {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    height: 80%;
    min-height: 140px;
    max-height: 880px;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    z-index: 2;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}
.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    z-index: 0
}
.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
    -webkit-transition-delay: 0s!important;
    -o-transition-delay: 0s!important;
    transition-delay: 0s!important;
    z-index: 1
}
.mm-wrapper_opening .mm-menu_popup {
    opacity: 1
}
.mm-menu_position-right {
    left: auto;
    right: 0
}
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0)
}
@media all and (max-width:300px) {
    .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0)
    }
}
@media all and (min-width:550px) {
    .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0)
    }
}
.mm-menu_position-bottom,
.mm-menu_position-front,
.mm-menu_position-top {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}
.mm-menu_position-bottom.mm-menu_opened,
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened {
    z-index: 2
}
.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-front.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    z-index: 0
}
.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker,
.mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker,
.mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
    z-index: 1
}
.mm-menu_position-front {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.mm-menu_position-front.mm-menu_position-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.mm-menu_position-bottom,
.mm-menu_position-top {
    width: 100%;
    min-width: 100%;
    max-width: 100%
}
.mm-menu_position-top {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
.mm-menu_position-top {
    height: 80vh;
    min-height: 140px;
    max-height: 880px
}
.mm-menu_position-bottom {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    top: auto
}
.mm-menu_position-bottom {
    height: 80vh;
    min-height: 140px;
    max-height: 880px
}
.mm-wrapper_opening .mm-menu_position-bottom,
.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu_shadow-page:after {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: var(--mm-shadow);
    box-shadow: var(--mm-shadow);
    content: "";
    display: block;
    width: 20px;
    height: 120%;
    position: absolute;
    left: 100%;
    top: -10%;
    z-index: 100;
    -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
    clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%)
}
.mm-menu_shadow-page.mm-menu_position-right:after {
    left: auto;
    right: 100%;
    -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
    clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%)
}
.mm-menu_shadow-page.mm-menu_position-front:after {
    content: none;
    display: none
}
.mm-menu_shadow-menu {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: var(--mm-shadow);
    box-shadow: var(--mm-shadow)
}
.mm-menu_shadow-panels .mm-panels > .mm-panel {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: var(--mm-shadow);
    box-shadow: var(--mm-shadow)
}
.mm-menu_theme-white {
    --mm-color-border: rgba( 0, 0, 0, 0.1);
    --mm-color-button: rgba( 0, 0, 0, 0.3);
    --mm-color-text: rgba( 0, 0, 0, 0.7);
    --mm-color-text-dimmed: rgba( 0, 0, 0, 0.3);
    --mm-color-background: #fff;
    --mm-color-background-highlight: rgba( 0, 0, 0, 0.06);
    --mm-color-background-emphasis: rgba( 0, 0, 0, 0.03);
    --mm-shadow: 0 0 10px rgba( 0, 0, 0, 0.2)
}
.mm-menu_theme-dark {
    --mm-color-border: rgba( 0, 0, 0, 0.3);
    --mm-color-button: rgba( 255, 255, 255, 0.4);
    --mm-color-text: rgba( 255, 255, 255, 0.85);
    --mm-color-text-dimmed: rgba( 255, 255, 255, 0.4);
    --mm-color-background: #333;
    --mm-color-background-highlight: rgba( 255, 255, 255, 0.08);
    --mm-color-background-emphasis: rgba( 0, 0, 0, 0.1);
    --mm-shadow: 0 0 20px rgba( 0, 0, 0, 0.5)
}
.mm-menu_theme-black {
    --mm-color-border: rgba( 255, 255, 255, 0.25);
    --mm-color-button: rgba( 255, 255, 255, 0.4);
    --mm-color-text: rgba( 255, 255, 255, 0.75);
    --mm-color-text-dimmed: rgba( 255, 255, 255, 0.4);
    --mm-color-background: #000;
    --mm-color-background-highlight: rgba( 255, 255, 255, 0.2);
    --mm-color-background-emphasis: rgba( 255, 255, 255, 0.15);
    --mm-shadow: none
}
.mm-menu_tileview .mm-listview,
.mm-panel_tileview .mm-listview {
    margin: 0!important
}
.mm-menu_tileview .mm-listview:after,
.mm-panel_tileview .mm-listview:after {
    content: '';
    display: block;
    clear: both
}
.mm-menu_tileview .mm-listitem,
.mm-panel_tileview .mm-listitem {
    padding: 0;
    float: left;
    position: relative;
    width: 50%;
    height: 0;
    padding-top: 50%
}
.mm-menu_tileview .mm-listitem:after,
.mm-panel_tileview .mm-listitem:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1
}
.mm-menu_tileview .mm-listitem.mm-tile-xs,
.mm-panel_tileview .mm-listitem.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%
}
.mm-menu_tileview .mm-listitem.mm-tile-s,
.mm-panel_tileview .mm-listitem.mm-tile-s {
    width: 25%;
    padding-top: 25%
}
.mm-menu_tileview .mm-listitem.mm-tile-l,
.mm-panel_tileview .mm-listitem.mm-tile-l {
    width: 75%;
    padding-top: 75%
}
.mm-menu_tileview .mm-listitem.mm-tile-xl,
.mm-panel_tileview .mm-listitem.mm-tile-xl {
    width: 100%;
    padding-top: 100%
}
.mm-menu_tileview .mm-listitem__text,
.mm-panel_tileview .mm-listitem__text {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0
}
.mm-menu_tileview .mm-listitem__btn,
.mm-panel_tileview .mm-listitem__btn {
    width: auto
}
.mm-menu_tileview .mm-listitem__btn:after,
.mm-menu_tileview .mm-listitem__btn:before,
.mm-panel_tileview .mm-listitem__btn:after,
.mm-panel_tileview .mm-listitem__btn:before {
    content: none;
    display: none
}
.mm-menu_tileview .mm-listitem_divider,
.mm-panel_tileview .mm-listitem_divider {
    display: none
}
.mm-menu_tileview .mm-panel,
.mm-panel_tileview {
    padding-left: 0;
    padding-right: 0
}
.mm-menu_tileview .mm-panel:after,
.mm-menu_tileview .mm-panel:before,
.mm-panel_tileview:after,
.mm-panel_tileview:before {
    content: none;
    display: none
}
body.modal-open .mm-slideout {
    z-index: unset
}
/* ******************************************************************************
*********************************************************************************
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: 8rem 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 0;
}

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

.systems-page .success {
    display: inline-block;
    margin: 2rem 0;
    min-width: auto;
    background-color: #cde3cc;
    border: 1.5px solid #4f7d24;
    border-radius: 6px;
    font-size: 16px;
    color: #4f7d24;
    padding: 8px;
    width: 100%;
    max-width: 767px;
}

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