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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

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

.dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , header.header .header__container {
  width: 80%;
}

footer.footer .footer__container {
  width: 100%;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

h3.form-title {
  padding: 15px;
  margin-bottom: 0;
}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-family: "agenda" !important;
  line-height: 0.66666666666;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #5cc4ff !important;
  border-color: #5cc4ff !important;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 18px;
  padding: 15px 53px;

  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #ffffff !important;
  border-color: #5cc4ff !important;

  color: #5cc4ff !important;
}

.hs-button:active {
  background-color: #ffffff !important;
  border-color: #5cc4ff !important;
}


.hs-form label {
  font-family: "agenda" !important;
  font-size: 18px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 1.11111111111;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input ,
input#hs-pwd-widget-password {
  display: block;
  width: auto;
  padding: 8px 15px;
  font-family: "agenda" !important;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.375;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

input#hs-pwd-widget-password {
  padding: 20px 15px;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

fieldset.form-columns-2 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

.hs-form-0077bf37-1901-4d43-a286-510d25f7684b_6dfb2ae4-0e77-4f61-84c6-84c213ca1b2e fieldset {
  max-width: 100% !important;
}

form.hs-form,
.hs_cos_wrapper .form-title {
max-width: 100% !important;
display: block !important;
margin: 0 auto !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;
}

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

ul.no-list.hs-error-msgs li {
  margin: 10px 0;
}

ul.no-list.hs-error-msgs li label {
  color: #f2545b;
  line-height: 1;
  font-weight: normal;
}

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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

@media (max-width: 767px) { 
  #hs-search-module ,
  .widget-type-form{
    margin-top: 20px;
  }
  .hs-input ,
  input#hs-pwd-widget-password {
  max-width: 100%;
  }
  form {
  max-width: 100%;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    padding: 5px;
    overflow: hidden;
    overflow-x: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: transparent;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

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

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

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

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
  padding-bottom: 20px !important;
}

/* Styles for the Search Bar */

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

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

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

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

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

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

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

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

/* Styles for the Language Switcher Component */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Header Styles */
header.header {
  position: fixed;
  top: 0px;
  line-height: 1.27777777778;
  width: 100%;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 500;
  z-index: 999;
  -webkit-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  -webkit-transition: background-color .4s,color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
}

.body-wrapper {
  padding-top: 75px;
}

.header-logo {
  padding-top: 21px;
  float: left;
  padding-left: 4px;
}

.header-menu {
  font-weight: 600;
  float: right;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.header-inner:after {
  display: table;
  content: '';
  clear: both;
}

.header-logo img {
  width: 265.44px !important;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}

header.header.lp-header .header-logo {
  padding-bottom: 20.84px;
}

@media (min-width: 981px) {
  .header-inner {
      width: 100%;
      padding-right: 30px;
      padding-left: 30px;
  }

  .header-menu {
      padding: 26px 0 0 0;
  }

  .header__navigation {
    display: block !important
    overflow: visible !important;
  }
}

/* Mobile Styles */

@media (max-width: 1259px) and (min-width: 1024px) {
  header.header.lp-header .header-logo {
    padding-bottom: 18.84px;
  }
}

@media (max-width: 1023px) and (min-width: 981px) {
  header.header.lp-header .header-logo {
    padding-bottom: 17.84px;
  }
}

@media (max-width: 980px) {
  .header__container form {
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .header__close--toggle.show {
    display: block;
  }

  /* Mobile style */
  .header-inner {
      width: 80%;
      max-width: 1920px;
      margin: auto;
      position: relative;
  }

  .header__navigation--toggle:before {
      content: "\61";
      font-size: 32px;
      position: relative;
      left: 0;
      top: 0;
      cursor: pointer;
      font-family: ETmodules;
      speak: none;
      font-style: normal;
      font-weight: 400;
      -webkit-font-feature-settings: normal;
      font-feature-settings: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-shadow: 0 0;
  }

  .header-menu {
      padding-top: 24px;
  }

  .header__close--toggle.show {
      display: none;
  }

  .header__navigation--toggle.open {
      display: block;
  }

  .body-wrapper {
      padding-top: 0;
  }

  header.header {
    position: relative;
  }

  .header-logo img {
      width: 100% !important;
  }

  .header__navigation {
      position: absolute;
      left: 0;
      padding: 5%;
      z-index: 999;
      border-top: 3px solid #df4851;
  }

  .header__navigation--toggle {
      padding-bottom: 24px;
      line-height: normal;
  }

  header.header .header__navigation {
      background-color: #ffffff;
      box-shadow: 0 2px 5px rgba(0,0,0,.1);
      -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
      -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  }

  header.header {
      line-height: 1.4375;
  }

  .header-logo img {
      width: 34.218vw !important;
  }

  .header-logo {
      padding-top: 18px;
  }

  .header__navigation--toggle {
      padding-bottom: 22px;
  }


  .header-logo img {
    max-width: 50%;
    height: 54%;
    max-height: 54%;
    width: 100% !important;
  }

  .header-logo {
    position: absolute;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
  }

  .header-logo > .hs_cos_wrapper {
    width: 100%;
  }

  header.header.lp-header , .header-inner {
    min-height: 80px;
  }

  header.header.lp-header .header-logo {
    padding-bottom: 0;
  }

  .logo_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  margin: 0 auto;
}

footer.footer {
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer__container {
  padding-right: 16.66vw;
  padding-left: 16.66vw;
}

.footer-hightlight {
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 900;
  font-size: 2.3vw;
  line-height: 1.4;
  font-style: normal;
}

.footer-hightlight > .hs_cos_wrapper {
  padding-bottom: 10px;
}

.footer .hs-menu-wrapper ul {
  display: block;
  margin: 0;
}

.footer .hs-menu-wrapper ul > li.hs-menu-depth-1 > a {
  display: none;
}

.footer-social img {
  width: 72px;
  margin-right: 11px;
}

.footer-social a:last-child img {
  margin-right: 0;
}

.footer-social , .footer-phone {
  margin-bottom: 9.27%;
}

.footer-phone a {
  text-decoration: none;
  font-family: inherit;
}

.footer-social a , .footer-social a:hover , .footer-phone a:hover {
  text-decoration: none;
}

.footer-phone h2 {
  font-size: 2vw;
  font-weight: bold;
  font-style: normal;
  line-height: 2.6;
  padding-bottom: 10px;
  margin: 0;
  color: #df4851;
}

.footer__copyright p {
  margin: 0;
}

.footer__copyright p a , .footer__copyright p a:hover {
  text-decoration: none;
}

.footer .hs-menu-item a {
  padding: 0;
  display: inline;
}

.footer .hs-menu-wrapper ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
  margin-left: 16px;
  font-size: 1.1vw;
  line-height: 1.5;
}

.footer .hs-menu-wrapper ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper a {
  font-weight: 700;
}

.footer .hs-menu-wrapper ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper a {
  font-weight: 300;
}

.footer .hs-menu-wrapper ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
  margin-left: 16px;
}

.footer .hs-menu-wrapper ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper > li {
  padding-bottom: 1em;
  text-indent: -16px;
}

.footer .hs-menu-wrapper ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper > li:last-child {
  padding-bottom: 0;
}

#back-to-top {
  text-align: center;
  position: fixed;
  z-index: 1000;
  bottom: 125px;
  right: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  font-size: 30px;
  padding: 5px;
  font-family: ETmodules;
  content: attr(data-icon);
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  text-decoration: none;
  -webkit-animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutRight 1s cubic-bezier(.77,0,.175,1) 1;
}

#back-to-top:before {
  content: "2";
}

#back-to-top:hover {
  text-decoration: none;
}

.scroll-header #back-to-top {
  -webkit-animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInRight 1s cubic-bezier(.77,0,.175,1) 1;
}

@keyframes fadeOutRight {
  0% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }

  to {
      opacity: 0;
      -webkit-transform: translateX(100%);
      transform: translateX(100%)
  }
}

@keyframes fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
      transform: translateX(100%)
  }

  to {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }
}

@media (min-width: 981px) {
  .footer__container {
      padding-top: 2%;
      padding-bottom: 2%;
  }

  .footer-hightlight {
      padding-bottom: 0;
  }

  .footer .hs-menu-wrapper ul > li.hs-menu-depth-1 {
      width: 29.6667%;
      margin-right: 5.5%;
      float: left;
  }

  .footer-contact {
      width: 29.6667%;
      float: left;
  }

  .footer-main-content:after {
      content: '';
      display: table;
      clear: both;
  }
  footer.footer.lp-footer .footer-contact {
    float: right;
  }
}

@media (max-width: 1269px) and (min-width: 981px) {
  .footer-social img {
      width: 52px;
  }
}

@media (max-width: 980px) {
  .footer-hightlight {
      font-size: 28px;
  }

  .footer-phone h2 {
      font-size: 28px;
  }

  .footer__container {
      padding-top: 30px;
      padding-bottom: 30px;
  }

  .footer-hightlight {
      padding-bottom: 0;
  }

  .footer .hs-menu-wrapper ul > li.hs-menu-depth-1 {
      margin-bottom: 30px;
  }

  .footer-social, .footer-phone {
      margin-bottom: 30px;
  }
}

@media (max-width: 1123px) and (min-width: 768px) {
  .footer .hs-menu-wrapper ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
      font-size: 16px;
  }
}

@media (max-width: 767px) {
  .footer-hightlight {
      text-align: center;
  }

  .footer__container {
      padding-right: 30px;
      padding-left: 30px;
  }

  footer.footer {
      padding-top: 0px;
      padding-bottom: 0px;
  }

  .footer .hs-menu-wrapper ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
      font-size: 16px;
  }

  .footer-social, .footer-phone {
      margin-bottom: 30px;
  }

  .footer-hightlight {
      padding-right: 16.66vw;
      padding-left: 16.66vw;
  }

  .footer-social img {
      margin-right: 11px;
      width: 50px;
  }

  .footer-social, .footer-phone , .footer__copyright {
      text-align: center;
  }

  .footer-phone {
      margin-bottom: 0;
  }

  .footer__copyright {
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .footer__copyright p {
      line-height: 1.3;
  }

  .footer .hs-menu-wrapper ul > li.hs-menu-depth-1:first-child {
      margin-bottom: 12px;
  }

  .footer .hs-menu-wrapper ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
      margin-left: 11px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

/* Blog style */
.blog-comments .comment-date {
  display: block;
}

.hs-blog-listing .blog-header ,
.hs-blog-post .blog-header {
  background-image: url(//5499524.fs1.hubspotusercontent-na1.net/hubfs/5499524/raw_assets/public/Lumistry/images/general_header_background_50percentheight.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.listing-featured-box {
  background-image: url(//5499524.fs1.hubspotusercontent-na1.net/hubfs/5499524/raw_assets/public/Lumistry/images/slash-pattern-for-backgrounds-white.svg);
}

.blog-header {
  background-position: bottom center;
  padding-left: 16.66vw;
  padding-right: 16.66vw;
  min-height: 400px;
  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;
}

.blog-header.page-center {
  width: 100%;
  background-position: center;
  min-height: 400px;
}

.blog-header__inner {
  max-width: unset;
  padding: 0;
}

.blog-header__title {
  letter-spacing: 1px;
  line-height: 1.3;
  font-weight: 900;
  font-size: 44px;
  padding-bottom: 10px;
  margin: 0;
}

.blog-header__subtitle {
  margin: 0;
  font-size: 1.5vw;
  line-height: 1.8;
  font-weight: 400;
  font-family: 'Cabin',sans-serif;
}

.breadcrumbs {
  padding-left: 16.66vw;
  padding-right: 16.66vw;
  color: #9da2a0;
  text-transform: uppercase;
}

.breadcrumbs .page-center {
  width: 100%;
}

.breadcrumbs p {
  margin: 0;
}

.breadcrumbs a , .breadcrumbs a:hover {
  color: #9da2a0;
  text-decoration: none;
}

.blog-site-search {
  padding-bottom: 30px;
}

.blog-site-search form {
  margin: 0;
  padding: 0;
  position: relative;
  box-shadow: none;
  background-color: transparent;
  max-width: unset;
}

.blog-site-search .hs-search-field__bar {
  border: 1px solid #df4851;
  box-shadow: 0px 8px 8px -6px rgba(0,0,0,0.2);
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}

.blog-site-search form .hs-search-field__input {
  max-width: unset;
  padding-top: 0.9em;
  padding-right: 0.5em;
  padding-bottom: 0.7em;
  padding-left: 0.5em;
  padding-right: 80px;
  border: 0;
  line-height: normal;
  color: #666;
  font-size: 16px;
  outline: 0;
  background-color: transparent;
}

.blog-site-search form .hs-search-field__input::-webkit-input-placeholder {
  color: #666;
}

.blog-site-search form button {
  right: 0;
  font-weight: 700;
  background-color: #df4851;
  font-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  color: #ffffff;
  padding: .715em;
  line-height: normal;
  margin: 0;
  border: none;
}

.blog-site-search form button:before {
  content: 'Search';
}

.blog-site-search form button svg {
  display: none;
}

.blog-site-search form .hs-search-field__input:focus {
  outline: 0;
}

.listing-featured-box {
  padding-top: 0px;
  padding-right: 16.66vw;
  padding-bottom: 50px;
  padding-left: 16.66vw;
  background-color: #d2ede8;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.listing-box-title h2 {
  font-weight: 800;
  font-size: 2.5vw;
  line-height: 1.4;
  margin: 0;
  padding-bottom: 10px;
}

.listing-box-title {
  text-align: center;
}

.listing-featured-box .listing-box-title {
  padding-top: 50px;
  margin-bottom: 20px;
}

.listing-contact-form {
  max-width: 400px;
  margin: 0 auto;
}

.listing-box-subtitle {
  text-align: center;
}

.listing-box-subtitle {
  line-height: 1.8;
  margin-top: -10px;
}

.listing-box-subtitle p {
  margin: 0;
}

.listing-contact-box {
  box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.21);
  padding-top: 30px;
  padding-bottom: 30px;
}

.listing-category-box {
  padding-right: 16.66vw;
  padding-bottom: 70px;
  padding-left: 16.66vw;
  background-color: #f2f2f2;
  box-shadow: 0px 8px 10px -6px rgba(0,0,0,0.3);
}

.listing-category-box .listing-box-title {
  padding-top: 50px;
}

.listing-category-box p {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}

.listing-posts-container {
  padding-right: 16.66vw;
  padding-bottom: 50px;
  padding-left: 16.66vw;
}

.listing-posts-container .content-wrapper {
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.blog-index {
  padding: 0;
  display: block;
}

.post-item .hs-featured-image-link {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 235px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

span.post-item-overlay {
  background-color: rgba(0,177,143,0.5);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #e5e5e5;
  -webkit-font-smoothing: antialiased;
}

span.post-item-overlay:before {
  color: #ffffff;
  content: 'T';
  position: absolute;
  top: 55%;
  left: 50%;
  margin: -16px 0 0 -16px;
  font-size: 32px;
  -webkit-transition: all .4s;
  transition: all .4s;
  font-family: ETmodules;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
}

.post-item .hs-featured-image-wrapper {
  margin-bottom: 30px;
  margin: -20px -20px 29px;
}

.post-item article:hover span.post-item-overlay {
  z-index: 3;
  opacity: 1;
}

.post-item article {
  padding: 19px;
  padding-bottom: 49px;
  background-color: #fff;
  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
}

.post-item {
  margin-bottom: 30px;
}

.post-item h6.entry-title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
  padding-bottom: 10px;
}

.post-item h6.entry-title a , .post-item h6.entry-title a:hover {
  color: #00b18f;
  text-decoration: none;
}

.post-item .post-meta {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.92857142857;
}

.post-item .post-meta a , .post-item .post-meta a:hover {
  text-decoration: none;
}

.post-content-inner p {
  margin: 0;
}

a.more-link {
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
}

.blog-pagination {
  text-align: right;
  border-top: 1px solid #e2e2e2;
  padding-top: 13px;
  clear: both;
  margin-bottom: 30px;
  justify-content: flex-end;
}

.blog-pagination a , .pagination-count {
  font-size: 18px;
  color: #666;
  font-weight: 400;
  margin: 0 5px;
  text-decoration: none;
  padding: 3px 5px;
}

.blog-pagination a:hover , .blog-pagination a.active {
  color: #2ea3f2;
  text-decoration: none;
}

.demo-form-wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #00b18f;
}

.demo-form-outer {
  padding-right: 6vw;
  padding-left: 6vw;
}

.demo-form-outer.page-center {
  width: 90%;
}

.demo-form-outer {
  background-color: #ffffff;
  box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.3);
}

.demo-form-title , .demo-form-subtitle {
  text-align: center;
}

.demo-form-title h2 {
  font-weight: 800;
  line-height: 1.4;
  font-size: 2.5vw;
  padding-bottom: 10px;
  margin: 0;
}

.demo-form-subtitle p {
  margin: 0;
  color: #9da2a0;
}

.demo-form-subtitle {
  font-size: 1.5vw;
  margin-bottom: 16px;
}

.demo-form-extra {
  padding-top: 45px;
}

.demo-form-extra p {
  margin: 0;
}

.demo-form-extra p a , .demo-form-extra p a:hover {
  text-decoration: none;
}

.listing-featured-posts .post-item article {
  box-shadow: none;
  border: 0;
}

.listing-featured-posts .post-item {
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumbs ul li {
  display: inline-block;
  line-height: 1;
}

.breadcrumbs ul li + li:before {
  font-size: 1.05vw;
  color: #9da2a0;
  line-height: 1em;
  font-family: 'ETModules';
  position: relative;
  bottom: -0.11em;
  content: '5';
}

.breadcrumbs ul {
  font-size: 1.05vw;
  letter-spacing: -0.5px;
  line-height: 1;
}

.hs-blog-post .breadcrumbs {
  padding-left: 18.5vw;
  padding-right: 18.5vw;
}

.breadcrumbs ul li a span, .breadcrumbs ul li > span {
  margin: 0 6px 0 0;
}

.post-page-container {
  padding-top: 0px;
  padding-right: 16.66vw;
  padding-bottom: 50px;
  padding-left: 16.66vw;
  background-color: #d2ede8;
}

.blog-post {
  max-width: unset;
  padding: 0;
  padding-top: 50px;
}

.post-top-entry-inner {
  padding-left: 10px;
  padding-top: 20vw;
  padding-right: 10px;
  background-size: cover;
  box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
  background-position: 50%;
  background-repeat: no-repeat;
}

.post-page-container .content-wrapper {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.blog-post h1 {
  padding-bottom: 10px;
  font-weight: 800;
  font-size: 40px;
  color: #ffffff;
  line-height: 1.4;
  margin: 18px 27px;
}

.post-top-entry-inner:after {
  content: '';
  clear: both;
  display: table;
}

.post-main-content-bg {
  background-color: #ffffff;
}

.blog-post__meta {
  padding-top: 10px;
  padding-bottom: 15px;
  padding-right: 20px;
  padding-left: 35px;
  margin: 0;
}

.blog-post__meta a , .blog-post__meta a:hover {
  color: #666;
  text-decoration: none;
}

.blog-post__body {
  padding-top: 1vw;
  padding-right: 2.6vw;
  padding-bottom: 1vw;
  padding-left: 2.6vw;
}

.blog-post__body > .hs_cos_wrapper {
  margin-bottom: 45px;
  display: block;
}

.blog-comments .hs-input {
  max-width: unset;
}

.blog-comments form {
  padding: 20px;
  margin-top: 30px;
}

.listing-related-box {
  padding-top: 0px;
  padding-right: 16.66vw;
  padding-bottom: 50px;
  padding-left: 16.66vw;
  background-color: #99ddee;
}

.listing-related-posts.page-center ,
.listing-box-title.page-cente {
  width: 100%;
}

.listing-related-box .listing-box-title {
  padding-top: 50px;
  margin-bottom: 20px;
}

.demo-form iframe ,
.listing-contact-form iframe {
  width: 100% !important;
}

.demo-form iframe form ,
.listing-contact-form form  {
  width: 100% !important;
}

.blog-index__tag-heading {
  border: 0;
  text-align: center;
  font-weight: 800;
  font-size: 2.5vw;
  line-height: 1.4;
}

.demo-form {
  padding-top: 20px;
}

.hs-blog-post .blog-header.page-center {
  min-height: 300px;
}

span.demo-form-image {
  padding-top: 120px;
  display: block;
}

.demo-form {
  width: 96%;
  margin: 0 auto;
}

.listing-contact-form form {
  max-width: unset;
  padding: 0;
  box-shadow: none;
  margin: 0;
}

.listing-contact-form form .actions {
  text-align: center;
}

@media (min-width: 981px) {
  .breadcrumbs .page-center , .demo-form-outer.page-center {
      padding-top: 2%;
      padding-bottom: 2%;
  }

  .hs-blog-post .breadcrumbs .page-center {
      padding-top: 12px;
      padding-bottom: 18px;
  }

  .blog-site-search .page-center {
      width: 25%;
  }

  .listing-featured-box .listing-box-title , 
  .listing-posts-container .content-wrapper , 
  .listing-posts-container .listing-box-title {
      padding-bottom: 2%;
  }

  .listing-contact-box .page-center {
      width: 60%;
  }

  .listing-box-subtitle {
      margin-bottom: 2.75%;
  }

  .post-item {
      width: 31.333%;
      margin-right: 3%;
      float: left;
  }

  .post-item:nth-child(3n) {
      margin-right: 0;
  }

  .blog-index:after , 
  .listing-featured-posts:after , 
  .listing-related-posts:after {
      display: table;
      clear: both;
      content: '';
  }

  .demo-form-outer:after {
      content: "";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0;
      width: 0;
  }

  .demo-form-left {
      width: 25%;
      margin-right: 0;
      float: left;
  }

  .demo-form-right {
      width: 75%;
      margin-right: 0;
      float: left;
  }

  .demo-form {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 980px) {
  .hs-blog-listing .blog-header__title {
      display: none;
  }

  .hs-blog-listing .blog-header__title {
      font-size: 36px;
  }

  .breadcrumbs .page-center {
      padding-top: 30px;
      padding-bottom: 30px;
  }

  .listing-box-title h2 {
      font-size: 28px;
  }

  .listing-featured-box .listing-box-title {
      padding-bottom: 30px;
  }
  .blog-index__tag-heading {
    font-size: 28px;
  }
  .demo-form-outer.page-center {
    padding-bottom: 30px;
  }

  .hs-blog-post .blog-header.page-center {
    min-height: 150px;
  }

  .post-page-container {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .breadcrumbs ul {
    font-size: 14px;
  }
  .listing-related-posts.page-center {
    padding-bottom: 30px;
  }

  span.demo-form-image {
    padding-top: 0;
  }
  .demo-form-title h2 {
    font-size: 28px;
  }

  .hs-blog-post .breadcrumbs .page-center {
    padding-top: 12px;
    padding-bottom: 18px;
  }

  .listing-related-box {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .listing-related-box .listing-box-title {
    padding-bottom: 30px;
  }

  .hs-blog-post .blog-header h1 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
}

@media (max-width: 980px) and (min-width: 768px) {
  .post-item {
      width: 47.25%;
      float: left;
      margin-right: 5.5%;
      margin-bottom: 30px;
  }

  .post-item:nth-child(even) {
      margin-right: 0;
  }

  .listing-featured-posts .post-item {
      width: 100%;
      margin-right: 0;
      float: none;
  }

  .listing-related-posts:after {
      clear: both;
      display: table;
      content: '';
  }
}

@media (max-width: 768px) {
  .hs-blog-listing .blog-header__title {
      display: block;
  }
}

@media (max-width: 767px) {
  .blog-header , 
  .listing-related-box  ,
  .hs-blog-post .breadcrumbs {
      padding-left: 4vw;
      padding-right: 4vw;
  }

  .blog-header__subtitle {
      font-size: 18px;
  }

  .blog-site-search .page-center {
      width: 96%;
  }

  .listing-featured-box , .listing-posts-container {
      padding-right: 6vw;
      padding-left: 6vw;
  }

  .demo-form-title h2 {
      font-size: 28px;
  }

  .demo-form-subtitle {
      font-size: 16px;
  }

  .demo-form-outer.page-center {
      padding: 10px 10px 20px 10px;
  }

  .demo-form-extra {
      padding-top: 40px;
  }

  .listing-related-box .listing-box-title {
      padding-bottom: 30px;
  }

  .demo-form-wrapper {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }
  .listing-category-box {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .listing-category-box p {
    font-size: 16px;
  }

  span.demo-form-image {
    margin-left: auto;
    margin-right: auto;
    width: 66%;
  }  
  span.demo-form-image img {
    vertical-align: middle;
  }
  .breadcrumbs ul li+li:before {
    font-size: 14px;
  }
  .blog-post__meta {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
.blog-post__body img {
  float: none !important;
  width: auto !important;
  max-width: 100%;
  display: block;
}
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }

  .listing-contact-form  iframe {
    overflow: hidden !important;
    overflow-x: auto !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}

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



.systems-page {
  padding-left: 0;
  padding-right: 0;
}

.systems-page .success {
  font-size: 15px;
}

#email-prefs-form .hs-input {
  width: 100% !important;
}

#email-prefs-form .page-header, 
#email-prefs-form .header, 
#email-prefs-form #content h3 ,
#email-prefs-form #content .item,
#email-prefs-form #content .subscribe-options {
  text-align: left;
}

@media (max-width: 767px) {
  .systems-page .success {
    min-width: auto;    
    font-size: 10px;
  }
  #hs_cos_wrapper_subscriptions_confirmation h2 {
    font-size: 32px;
  }
  .systems-page #email-prefs-form h1 {
    font-size: 24px;
  }
  .error-page[data-error="500"] .error-page_heading {
    font-size: 28px;
  }
  .systems-page #email-prefs-form h2 {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .systems-page h4 {
    font-size: 23px;
  }
  .error-page[data-error="404"] .error-page_heading {
    font-size: 31px;
  }
  .error-page[data-error="500"] .error-page_heading {
    font-size: 18px;
  }
  #hs_cos_wrapper_backup_unsubscribe h1 {
    font-size: 26px;
  }
  #hs_cos_wrapper_backup_unsubscribe h3 {
    font-size: 24px;
  }
  .systems-page #email-prefs-form h1 {
    font-size: 14px;
  }
  .systems-page #email-prefs-form h2 {
    font-size: 14px;
  }
  #email-prefs-form .hs-button {
    padding-left: 10px;
    padding-right: 10px;
  }
  #hs_cos_wrapper_subscriptions_confirmation h2 {
    font-size: 25px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


@charset "UTF-8";
/* Themify Ultra 5.7.1 framework 5.6.4 */
/* cyrillic-ext */
 
/*/
css/base.min.css*/

#email-prefs-form #content .item {
    border: 1px solid #E4E4E4;
    overflow: hidden;
    margin: 20px 0px;
    padding: 15px;
    background: #f7f7f7;
    border-radius: 8px;
}

#email-prefs-form #content .item span {
    font-weight: 700;
}

#email-prefs-form #content .item p {
    padding-left: 30px;
}

button, input[type=reset], input[type=submit] {
    font: normal 1em Agenda,Arial,sans-serif !important;
    text-transform: none !important;
}

form input[type=email], form input[type=number], form input[type=tel], form input[type=text] {
    border-radius: 5px !important;
}

li {
    margin-bottom: 5px !important;
}

form input[type=text] {
  width: 100% !important; 
}

form input[type=number] {
  width: 100% !important; 
}

form input[type=tel] {
  width: 100% !important; 
}

form input[type=email] {
  width: 100% !important; 
}

 .tf_loader{
    width:1em;
    height:1em;
    overflow:hidden;
    display:inline-block;
    vertical-align:middle;
    position:relative
}
.tf_loader:before{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    text-indent:-9999em;
    border-radius:50%;
    box-sizing:border-box;
    border:.15em solid rgba(149,149,149,.2);
    border-left-color:rgba(149,149,149,.6);
    animation:tf_loader 1.1s infinite linear
}
@keyframes tf_loader{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
.tf_clear{
    clear:both
}
.tf_left{
    float:left
}
.tf_right{
    float:right
}
.tf_textl{
    text-align:left
}
.tf_textr{
    text-align:right
}
.tf_textc{
    text-align:center
}
.tf_textj{
    text-align:justify
}
.tf_text_dec{
    text-decoration:none
}
.tf_hide{
    display:none
}
.tf_hidden{
    visibility:hidden
}
.tf_block{
    display:block
}
.tf_inline_b{
    display:inline-block
}
.tf_vmiddle{
    vertical-align:middle
}
.tf_mw{
    max-width:100%
}
.tf_w{
    width:100%
}
.tf_h{
    height:100%
}
.tf_overflow{
    overflow:hidden
}
.tf_box{
    box-sizing:border-box
}
.tf_abs{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0
}
.tf_abs_t{
    position:absolute;
    top:0;
    left:0
}
.tf_abs_b{
    position:absolute;
    bottom:0;
    left:0
}
.tf_abs_c{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
.tf_rel{
    position:relative
}
.tf_opacity{
    opacity:0
}
.tf_clearfix:after{
    content:"";
    display:table;
    clear:both
}
.loops-wrapper > .post,.woocommerce ul.loops-wrapper.products > li.product{
    float:left;
    box-sizing:border-box;
    margin-left:3.2%;
    margin-right:0;
    margin-bottom:3.2%;
    clear:none
}
.woocommerce .loops-wrapper.no-gutter.products > .product,body .loops-wrapper.no-gutter > .post{
    margin:0
}
.woocommerce .loops-wrapper.products.list-post > .product{
    margin-left:0
}
.tf_scrollbar{
    --tf_scroll_color:rgba(137, 137, 137, .2);
    --tf_scroll_color_hover:rgba(137, 137, 137, .4);
    --tf_scroll_w:10px;
    --tf_scroll_h:10px;
}
.tf_scrollbar::-webkit-scrollbar{
    width:var(--tf_scroll_w);
    height:var(--tf_scroll_h)
}
.tf_scrollbar::-webkit-scrollbar-thumb{
    background-color:var(--tf_scroll_color);
    background-clip:padding-box;
    border:2px solid transparent;
    border-radius:5px
}
.tf_scrollbar:hover::-webkit-scrollbar-thumb{
    background-color:var(--tf_scroll_color_hover)
}
.tf_close{
    position:relative;
    transition:transform .3s linear;
    cursor:pointer
}
.tf_close:after,.tf_close:before{
    content:'';
    height:100%;
    width:1px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:currentColor;
    transition:transform .25s
}
.tf_close:after{
    transform:translate(-50%,-50%) rotate(-45deg)
}
.tf_close:hover:after{
    transform:translate(-50%,-50%) rotate(45deg)
}
.tf_close:hover:before{
    transform:translate(-50%,-50%) rotate(135deg)
}
/*/
css/themify.common.min.css*/
 iframe{
    border:0
}
a:focus,input:focus,button:focus,select:focus,textarea:focus,.button:focus{
    outline:1px dotted rgba(150,150,150,.2)
}
.tf_focus_heavy button:focus,.tf_focus_heavy a:focus,.tf_focus_heavy input:focus,.tf_focus_heavy select:focus,.tf_focus_heavy textarea:focus,.tf_focus_heavy .button:focus{
    outline:2px solid rgba(0,176,255,.8)
}
.tf_focus_none a,.tf_focus_none button:focus,.tf_focus_none a:focus,.tf_focus_none input:focus,.tf_focus_none select:focus,.tf_focus_none textarea:focus,.tf_focus_none .button:focus{
    outline:0
}
.tf_large_font{
    font-size:1.1em
}
.screen-reader-text{
    border:0;
    clip:rect(1px,1px,1px,1px);
    clip-path:inset(50%);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px;
    word-wrap:normal !important
}
.screen-reader-text:focus{
    background-color:#f1f1f1;
    border-radius:3px;
    box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    clip:auto !important;
    color:#21759b;
    display:block;
    font-size:.875rem;
    font-weight:700;
    height:auto;
    left:5px;
    line-height:normal;
    padding:15px 23px 14px;
    text-decoration:none;
    top:5px;
    width:auto;
    z-index:100000
}
.skip-to-content:focus{
    clip-path:none
}
.post-image .themify_lightbox{
    position:relative;
    display:block;
    max-width:100%
}
.post-image .themify_lightbox .zoom{
    width:35px;
    height:35px;
    background:rgba(0,0,0,.3);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    border-radius:100%
}
.post-image .themify_lightbox .zoom .tf_fa{
    vertical-align:middle;
    color:#fff;
    stroke-width:1px;
    line-height:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
.post-image .themify_lightbox:hover .zoom{
    background:rgba(0,0,0,.6)
}
.pswp:not(.pswp--open){
    display:none
}
.ptb_map button,.themify_map button{
    border-radius:0
}
/*/
themify-builder/css/themify-builder-style.min.css*/
 .module_row,.module_subrow,.module_column,.module_row .module{
    position:relative;
    box-sizing:border-box
}
.module_row .col-full{
    width:100%
}
.themify_builder .direction-rtl{
    flex-flow:row-reverse wrap-reverse
}
.module-buttons:hover,.module_row:hover,.module_column:hover,.page-loaded .module-image img:hover,.module-accordion i,.module{
    transition:.5s ease;
    transition-property:background,font-size,line-height,color,padding,margin,border,border-radius,box-shadow,text-shadow,filter,transform
}
.entry-content>p:first-of-type:empty,.entry-content>p:first-of-type+p:empty{
    margin:0;
    padding:0
}
.module_row{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.module.themify_builder_slider_wrap{
    transition:none
}
div.module_column{
    margin-left:3.2%;
    margin-right:0;
    float:left;
    align-items:flex-start;
    align-content:flex-start
}
.module_column.col6-1{
    width:14%
}
.module_column.col5-1{
    width:17.44%
}
.module_column.col4-1{
    width:22.6%
}
.module_column.col4-2,.module_column.col2-1{
    width:48.4%
}
.module_column.col4-3{
    width:74.2%
}
.module_column.col3-1{
    width:31.2%
}
.module_column.col3-2{
    width:65.6%
}
.gutter-narrow>.module_column{
    margin-left:1.6%
}
.gutter-narrow>.col6-1{
    width:15.33%
}
.gutter-narrow>.col5-1{
    width:18.72%
}
.gutter-narrow>.col4-1{
    width:23.8%
}
.gutter-narrow>.col4-2,.gutter-narrow>.col2-1{
    width:49.2%
}
.gutter-narrow>.col4-3{
    width:74.539%
}
.gutter-narrow>.col3-1{
    width:32.266%
}
.gutter-narrow>.col3-2{
    width:66.05%
}
.gutter-none>.module_column{
    margin-left:0;
    margin-right:0
}
.gutter-none>.col6-1{
    width:16.666%
}
.gutter-none>.col5-1{
    width:20%
}
.gutter-none>.col4-1{
    width:25%
}
.gutter-none>.col4-2,.gutter-none>.col2-1{
    width:50%
}
.gutter-none>.col4-3{
    width:75%
}
.gutter-none>.col3-1{
    width:33.333%
}
.gutter-none>.col3-2{
    width:66.666%
}
.gutter-narrow>.module_column.first,.module_column.col-full,.module_column.first{
    margin-left:0;
    clear:left
}
.module:after{
    content:"";
    display:table;
    clear:both
}
.ui,.ui>li,.themify_builder ul.loops-wrapper{
    margin:0;
    padding:0;
    list-style:none
}
.ui.builder_button.large{
    font-size:120%;
    padding:10px 20px
}
.ui.builder_button.small{
    font-size:70%;
    padding:5px 10px
}
.xlarge .ui.builder_button{
    padding:.935em 1.875em
}
.module_row .ui.builder_button{
    text-decoration:none
}
.ui.builder_button{
    text-decoration:none;
    position:relative;
    border:solid 1px rgba(0,0,0,.05);
    display:inline-block;
    line-height:130%;
    transition:color .3s linear,background-color .3s linear,padding .3s linear,border .3s linear,box-shadow .3s linear;
    padding:.625em 1.25em;
    box-shadow:none
}
.ui.builder_button:hover{
    background:#f1f1f1
}
.ui>li.current,.ui>li.current:hover{
    background:#666;
    box-shadow:inset 0 2px 3px rgba(0,0,0,.2)
}
.ui>li.current>a{
    color:#fff
}
.ui.transparent{
    background:transparent;
    box-shadow:none;
    border:0;
    color:inherit
}
.module-title{
    font-size:1.2em;
    margin:0 0 1.2em
}
.module img{
    border:0;
    max-width:100%;
    height:auto;
    vertical-align:bottom
}
.module-slider{
    margin-bottom:2.5em
}
video[poster]{
    object-fit:cover
}
.module-widget .widget{
    margin:0
}
.wp-caption{
    max-width:100%
}
.module-map button{
    border-radius:0
}
.module-map .gm-style-mtc img{
    vertical-align:baseline;
    margin-right:5px
}
.themify_builder .repeat{
    background-repeat:repeat
}
.themify_builder .repeat-x{
    background-repeat:repeat-x
}
.themify_builder .repeat-y{
    background-repeat:repeat-y
}
.themify_builder .repeat-none{
    background-repeat:no-repeat
}
.themify_builder .fullcover{
    background-size:cover
}
.themify_builder .best-fit-image{
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat
}
.themify_builder .builder-bg-fixed{
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover
}
.module_row>.row_inner,.module-layout-part .module_row.fullwidth_row_container>.row_inner{
    width:1160px;
    max-width:100%;
    margin:0 auto
}
.themify_builder .module_row.fullheight .module_subrow,.sidebar-none .themify_builder .module_row{
    width:100%
}
.module_row.fullwidth>.row_inner{
    width:100%;
    max-width:100%
}
.best-fit{
    background:#000
}
.best-fit-vertical{
    top:0 !important;
    left:1% !important;
    right:1% !important;
    width:auto !important;
    height:100% !important;
    margin:auto !important
}
.best-fit-horizontal{
    top:10% !important;
    left:0 !important;
    bottom:10% !important;
    width:100% !important;
    height:auto !important;
    margin:auto !important
}
.row_inner,.module_column,.subrow_inner{
    display:flex;
    flex-flow:wrap
}
.col_auto_height>.module_column{
    height:100%
}
.col_align_middle.col_auto_height{
    align-items:center
}
.col_align_bottom.col_auto_height:not(.direction-rtl){
    align-items:flex-end
}
.module_row.fullheight{
    min-height:100vh;
    display:flex;
    width:100%
}
.fullheight>.row_inner>.module_column,.fullheight>.row_inner{
    min-height:inherit
}
.col_align_top>.module_column{
    align-items:flex-start;
    align-content:flex-start
}
.col_align_middle>.module_column,.fullheight>.row_inner>.col-full{
    align-items:center;
    align-content:center
}
.col_align_bottom>.module_column{
    align-items:flex-end;
    align-content:flex-end
}
.module-plain-text:after{
    display:contents !important
}
@media screen and (max-width:1260px){
    .module_row>.row_inner,.module-layout-part .module_row.fullwidth_row_container>.row_inner{
        max-width:94%
    }
    .module-layout-part .module_row.fullwidth>.row_inner,.module_row.fullwidth>.row_inner{
        max-width:100%
    }
}
@media screen and (max-width:760px){
    .module_row>.row_inner,.module-layout-part .module_row.fullwidth_row_container>.row_inner{
        max-width:90%
    }
}
@media(min-width:681px) and (max-width:959px){
    .module_column.col6-1{
        width:31.2%
    }
    .gutter-narrow>.module_column.col6-1{
        width:32.266%
    }
    .direction-rtl:not(.tb_grid_classes)>.col6-1:nth-of-type(3),div:not(.direction-rtl):not(.tb_grid_classes)>.col6-1:nth-of-type(4){
        margin-left:0;
        clear:left
    }
    .gutter-none>.module_column.col6-1{
        width:33.333%
    }
}
@media screen and (max-width:680px){
    .themify_map.tf_map_loaded{
        width:100% !important
    }
    .ui.builder_button,.ui.nav li a{
        padding:.525em 1.15em
    }
    .gutter-narrow:not(.tb_grid_classes)>.module_column,.gutter-none:not(.tb_grid_classes)>.module_column,div:not(.tb_grid_classes)>.module_column{
        margin-left:0;
        width:100%;
        max-width:100%;
        float:none
    }
    .module_row div:not(.tb_grid_classes)>.module_column.col6-1{
        width:48.4%;
        margin-left:3.2%
    }
    div.gutter-narrow:not(.tb_grid_classes)>.module_column.col6-1:nth-of-type(2n+1),.direction-rtl:not(.tb_grid_classes)>.col6-1:nth-of-type(2n),div:not(.direction-rtl):not(.tb_grid_classes)>.col6-1:nth-of-type(2n+1){
        margin-left:0;
        clear:left
    }
    div.gutter-narrow:not(.tb_grid_classes)>.module_column.col6-1{
        width:49.2%;
        margin-left:1.6%
    }
    div.gutter-none:not(.tb_grid_classes)>.module_column.col6-1{
        width:50%;
        margin-left:0
    }
    .fullheight>.row_inner>.module_column:not(.col-full),.fullheight>.row_inner{
        min-height:0
    }
}
/*/
css/themify.common.logged.min.css*/
 .edit-button{
    font-size:11px;
    text-transform:uppercase;
    font-weight:normal;
    letter-spacing:.1em;
    text-decoration:none
}
.edit-button a:hover{
    text-decoration:underline
}
.tb_module_front .edit-button{
    display:none
}
/*/
themify-builder/css/modules/parallax.min.css*/
 .themify_builder .builder-parallax-scrolling{
    background-attachment:fixed !important;
    background-repeat:no-repeat !important;
    background-position:center;
    transition:background-position 0s !important
}
@media(hover:hover){
    .themify_builder .builder-parallax-scrolling{
        background-size:cover
    }
}
@media(hover:none){
    .themify_builder .builder-parallax-scrolling{
        background-attachment:scroll !important
    }
}
/*/
wp-content/themes/themify-ultra/styles/modules/footers/right.min.css*/
 .footer-right-col .main-col,.footer-horizontal-right .footer-left-wrap{
    width:22.6%
}
.footer-right-col .section-col,.footer-horizontal-right .footer-right-wrap{
    width:74.2%
}
.footer-right-col .main-col,.footer-right-col .section-col,.footer-horizontal-right .footer-left-wrap,.footer-horizontal-right .footer-right-wrap{
    margin-right:3.2%;
    float:right
}
.footer-right-col .main-col.first,.footer-horizontal-right .footer-left-wrap.first,.footer-horizontal-right .footer-right-wrap.first{
    margin-right:0;
    clear:right
}
.footer-right-col #footer .widget{
    margin:0 0 2em
}
.footer-right-col .footer-text{
    padding-top:.9em
}
@media screen and (max-width:680px){
    .footer-horizontal-right .footer-left-wrap,.footer-horizontal-right .footer-right-wrap,.footer-right-col .main-col,.footer-right-col .section-col{
        margin-left:0;
        margin-right:0;
        width:100%;
        max-width:100%
    }
    .footer-horizontal-right .back-top,.footer-right-col .back-top{
        top:-35px
    }
}
/*/
wp-content/themes/themify-ultra/styles/modules/site-logo.min.css*/
 #site-logo{
    margin:.5em auto;
    padding:0;
    line-height:1.2em;
    font-size:1.7em;
    font-weight:700;
    font-style:normal;
    letter-spacing:-.04em;
    transition:color .2s ease-in-out,margin .2s ease-in-out,padding .2s ease-in-out,font-size .2s ease-in-out
}
#site-logo a{
    text-decoration:none;
    color:inherit
}
#site-logo a:hover{
    text-decoration:none
}
.header-block .fixed-header #site-logo{
    margin:5px 0 0
}
body:not(.fixed-header-on) #site-logo .tf_sticky_logo,.fixed-header #site-logo .tf_sticky_logo+img{
    display:none
}
/*/
wp-includes/css/dist/block-library/style.min.css*/
 .wp-block-archives-dropdown label{
    display:block
}
.wp-block-avatar{
    box-sizing:border-box
}
.wp-block-avatar.aligncenter{
    text-align:center
}
.wp-block-audio{
    box-sizing:border-box
}
.wp-block-audio figcaption{
    margin-top:.5em;
    margin-bottom:1em
}
.wp-block-audio audio{
    width:100%;
    min-width:300px
}
.wp-block-button__link{
    cursor:pointer;
    display:inline-block;
    text-align:center;
    word-break:break-word;
    box-sizing:border-box
}
.wp-block-button__link.aligncenter{
    text-align:center
}
.wp-block-button__link.alignright{
    text-align:right
}
:where(.wp-block-button__link){
    box-shadow:none;
    text-decoration:none;
    border-radius:9999px;
    padding:calc(.667em + 2px) calc(1.333em + 2px)
}
.wp-block-button[style*=text-decoration] .wp-block-button__link{
    text-decoration:inherit
}
.wp-block-buttons>.wp-block-button.has-custom-width{
    max-width:none
}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{
    width:100%
}
.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{
    font-size:inherit
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-25{
    width:calc(25% - var(--wp--style--block-gap, .5em)*0.75)
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-50{
    width:calc(50% - var(--wp--style--block-gap, .5em)*0.5)
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-75{
    width:calc(75% - var(--wp--style--block-gap, .5em)*0.25)
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-100{
    width:100%;
    flex-basis:100%
}
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{
    width:25%
}
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{
    width:50%
}
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{
    width:75%
}
.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{
    border-radius:0
}
.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{
    border-radius:0!important
}
.wp-block-button.is-style-outline>.wp-block-button__link,.wp-block-button .wp-block-button__link.is-style-outline{
    border:2px solid;
    padding:.667em 1.333em
}
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color){
    color:currentColor
}
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background){
    background-color:transparent;
    background-image:none
}
.wp-block-buttons.is-vertical{
    flex-direction:column
}
.wp-block-buttons.is-vertical>.wp-block-button:last-child{
    margin-bottom:0
}
.wp-block-buttons>.wp-block-button{
    display:inline-block;
    margin:0
}
.wp-block-buttons.is-content-justification-left{
    justify-content:flex-start
}
.wp-block-buttons.is-content-justification-left.is-vertical{
    align-items:flex-start
}
.wp-block-buttons.is-content-justification-center{
    justify-content:center
}
.wp-block-buttons.is-content-justification-center.is-vertical{
    align-items:center
}
.wp-block-buttons.is-content-justification-right{
    justify-content:flex-end
}
.wp-block-buttons.is-content-justification-right.is-vertical{
    align-items:flex-end
}
.wp-block-buttons.is-content-justification-space-between{
    justify-content:space-between
}
.wp-block-buttons.aligncenter{
    text-align:center
}
.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{
    margin-left:auto;
    margin-right:auto;
    width:100%
}
.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{
    text-decoration:inherit
}
.wp-block-buttons.has-custom-font-size .wp-block-button__link{
    font-size:inherit
}
.wp-block-button.aligncenter,.wp-block-calendar{
    text-align:center
}
.wp-block-calendar tbody td,.wp-block-calendar th{
    padding:.25em;
    border:1px solid #ddd
}
.wp-block-calendar tfoot td{
    border:none
}
.wp-block-calendar table{
    width:100%;
    border-collapse:collapse
}
.wp-block-calendar table th{
    font-weight:400;
    background:#ddd
}
.wp-block-calendar a{
    text-decoration:underline
}
.wp-block-calendar table caption,.wp-block-calendar table tbody{
    color:#40464d
}
.wp-block-categories{
    box-sizing:border-box
}
.wp-block-categories.alignleft{
    margin-right:2em
}
.wp-block-categories.alignright{
    margin-left:2em
}
.wp-block-code{
    box-sizing:border-box
}
.wp-block-code code{
    display:block;
    font-family:inherit;
    overflow-wrap:break-word;
    white-space:pre-wrap
}
.wp-block-columns{
    display:flex;
    margin-bottom:1.75em;
    box-sizing:border-box;
    flex-wrap:wrap!important;
    align-items:normal!important
}
@media (min-width:782px){
    .wp-block-columns{
        flex-wrap:nowrap!important
    }
}
.wp-block-columns.are-vertically-aligned-top{
    align-items:flex-start
}
.wp-block-columns.are-vertically-aligned-center{
    align-items:center
}
.wp-block-columns.are-vertically-aligned-bottom{
    align-items:flex-end
}
@media (max-width:781px){
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
        flex-basis:100%!important
    }
}
@media (min-width:782px){
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
        flex-basis:0;
        flex-grow:1
    }
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{
        flex-grow:0
    }
}
.wp-block-columns.is-not-stacked-on-mobile{
    flex-wrap:nowrap!important
}
.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{
    flex-basis:0;
    flex-grow:1
}
.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{
    flex-grow:0
}
:where(.wp-block-columns.has-background){
    padding:1.25em 2.375em
}
.wp-block-column{
    flex-grow:1;
    min-width:0;
    word-break:break-word;
    overflow-wrap:break-word
}
.wp-block-column.is-vertically-aligned-top{
    align-self:flex-start
}
.wp-block-column.is-vertically-aligned-center{
    align-self:center
}
.wp-block-column.is-vertically-aligned-bottom{
    align-self:flex-end
}
.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{
    width:100%
}
.wp-block-post-comments .alignleft{
    float:left
}
.wp-block-post-comments .alignright{
    float:right
}
.wp-block-post-comments .navigation:after{
    content:"";
    display:table;
    clear:both
}
.wp-block-post-comments .commentlist{
    clear:both;
    list-style:none;
    margin:0;
    padding:0
}
.wp-block-post-comments .commentlist .comment{
    min-height:2.25em;
    padding-left:3.25em
}
.wp-block-post-comments .commentlist .comment p{
    font-size:1em;
    line-height:1.8;
    margin:1em 0
}
.wp-block-post-comments .commentlist .children{
    list-style:none;
    margin:0;
    padding:0
}
.wp-block-post-comments .comment-author{
    line-height:1.5
}
.wp-block-post-comments .comment-author .avatar{
    border-radius:1.5em;
    display:block;
    float:left;
    height:2.5em;
    margin-top:.5em;
    margin-right:.75em;
    width:2.5em
}
.wp-block-post-comments .comment-author cite{
    font-style:normal
}
.wp-block-post-comments .comment-meta{
    font-size:.875em;
    line-height:1.5
}
.wp-block-post-comments .comment-meta b{
    font-weight:400
}
.wp-block-post-comments .comment-meta .comment-awaiting-moderation{
    margin-top:1em;
    margin-bottom:1em;
    display:block
}
.wp-block-post-comments .comment-body .commentmetadata{
    font-size:.875em
}
.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{
    display:block;
    margin-bottom:.25em
}
.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{
    display:block;
    box-sizing:border-box;
    width:100%
}
.wp-block-post-comments .comment-form-cookies-consent{
    display:flex;
}
.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{
    margin-top:.35em
}
.wp-block-post-comments .comment-reply-title{
    margin-bottom:0
}
.wp-block-post-comments .comment-reply-title :where(small){
    font-size:var(--wp--preset--font-size--medium,smaller);
    margin-left:.5em
}
.wp-block-post-comments .reply{
    font-size:.875em;
    margin-bottom:1.4em
}
.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{
    border:1px solid #949494;
    font-size:1em;
    font-family:inherit
}
.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{
    padding:calc(.667em + 2px)
}
:where(.wp-block-post-comments input[type=submit]){
    border:none
}
.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{
    margin-right:.5em;
    margin-bottom:.5em
}
.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{
    margin-right:0
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{
    margin-right:1ch;
    display:inline-block
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){
    transform:scaleX(1)
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{
    margin-left:1ch;
    display:inline-block
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){
    transform:scaleX(1)
}
.wp-block-comments-pagination.aligncenter{
    justify-content:center
}
.wp-block-comment-template{
    margin-bottom:0;
    max-width:100%;
    list-style:none;
    padding:0
}
.wp-block-comment-template li{
    clear:both
}
.wp-block-comment-template ol{
    margin-bottom:0;
    max-width:100%;
    list-style:none;
    padding-left:2rem
}
.wp-block-comment-template.alignleft{
    float:left
}
.wp-block-comment-template.aligncenter{
    margin-left:auto;
    margin-right:auto;
    width:-moz-fit-content;
    width:fit-content
}
.wp-block-comment-template.alignright{
    float:right
}
.wp-block-cover,.wp-block-cover-image{
    position:relative;
    background-position:50%;
    min-height:430px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:1em;
    box-sizing:border-box
}
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]),.wp-block-cover .has-background-dim:not([class*=-background-color]){
    background-color:#000
}
.wp-block-cover-image .has-background-dim.has-background-gradient,.wp-block-cover .has-background-dim.has-background-gradient{
    background-color:transparent
}
.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{
    content:"";
    background-color:inherit
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:1;
    opacity:.5
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{
    opacity:.1
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{
    opacity:.2
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{
    opacity:.3
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{
    opacity:.4
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{
    opacity:.5
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{
    opacity:.6
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{
    opacity:.7
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{
    opacity:.8
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{
    opacity:.9
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{
    opacity:1
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{
    opacity:0
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{
    opacity:.1
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{
    opacity:.2
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{
    opacity:.3
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{
    opacity:.4
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{
    opacity:.5
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{
    opacity:.6
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{
    opacity:.7
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{
    opacity:.8
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{
    opacity:.9
}
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{
    opacity:1
}
.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{
    max-width:420px;
    width:100%
}
.wp-block-cover-image:after,.wp-block-cover:after{
    display:block;
    content:"";
    font-size:0;
    min-height:inherit
}
.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{
    display:flex
}
.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{
    width:100%;
    z-index:1;
    color:#fff
}
.wp-block-cover-image.is-light .wp-block-cover__inner-container,.wp-block-cover.is-light .wp-block-cover__inner-container{
    color:#000
}
.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){
    color:inherit
}
.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{
    align-items:flex-start;
    justify-content:flex-start
}
.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{
    align-items:flex-start;
    justify-content:center
}
.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{
    align-items:flex-start;
    justify-content:flex-end
}
.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{
    align-items:center;
    justify-content:flex-start
}
.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{
    align-items:center;
    justify-content:center
}
.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{
    align-items:center;
    justify-content:flex-end
}
.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{
    align-items:flex-end;
    justify-content:flex-start
}
.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{
    align-items:flex-end;
    justify-content:center
}
.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{
    align-items:flex-end;
    justify-content:flex-end
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{
    margin:0;
    width:auto
}
.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    max-width:none;
    max-height:none;
    object-fit:cover;
    outline:none;
    border:none;
    box-shadow:none
}
.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{
    background-attachment:fixed;
    background-size:cover;
    background-repeat:no-repeat
}
.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{
    background-repeat:repeat;
    background-size:auto
}
.wp-block-cover__image-background,.wp-block-cover__video-background{
    z-index:0
}
.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{
    color:#fff
}
.wp-block-cover-image .wp-block-cover.has-left-content{
    justify-content:flex-start
}
.wp-block-cover-image .wp-block-cover.has-right-content{
    justify-content:flex-end
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{
    margin-left:0;
    text-align:left
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{
    margin-right:0;
    text-align:right
}
.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{
    font-size:2em;
    line-height:1.25;
    z-index:1;
    margin-bottom:0;
    max-width:840px;
    padding:.44em;
    text-align:center
}
.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{
    max-width:360px;
    width:100%
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{
    min-width:280px
}
.wp-block-cover .wp-block-embed{
    min-width:320px;
    min-height:240px
}
.wp-block-embed{
    overflow-wrap:break-word
}
.wp-block-embed figcaption{
    margin-top:.5em;
    margin-bottom:1em
}
.wp-block-embed iframe{
    max-width:100%
}
.wp-block-embed__wrapper{
    position:relative
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{
    content:"";
    display:block;
    padding-top:50%
}
.wp-embed-responsive .wp-has-aspect-ratio iframe{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    height:100%;
    width:100%
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{
    padding-top:42.85%
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{
    padding-top:50%
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{
    padding-top:56.25%
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{
    padding-top:75%
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{
    padding-top:100%
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{
    padding-top:177.77%
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{
    padding-top:200%
}
.wp-block-file{
    margin-bottom:1.5em
}
.wp-block-file:not(.wp-element-button){
    font-size:.8em
}
.wp-block-file.aligncenter{
    text-align:center
}
.wp-block-file.alignright{
    text-align:right
}
.wp-block-file *+.wp-block-file__button{
    margin-left:.75em
}
.wp-block-file__embed{
    margin-bottom:1em
}
:where(.wp-block-file__button){
    border-radius:2em;
    padding:.5em 1em
}
:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{
    box-shadow:none;
    color:#fff;
    opacity:.85;
    text-decoration:none
}
.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){
    display:flex;
    flex-wrap:wrap;
    list-style-type:none;
    padding:0;
    margin:0
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{
    margin:0 1em 1em 0;
    display:flex;
    flex-grow:1;
    flex-direction:column;
    justify-content:center;
    position:relative;
    width:calc(50% - 1em)
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){
    margin-right:0
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{
    margin:0;
    height:100%;
    display:flex;
    align-items:flex-end;
    justify-content:flex-start
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{
    display:block;
    max-width:100%;
    height:auto;
    width:auto
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{
    position:absolute;
    bottom:0;
    width:100%;
    max-height:100%;
    overflow:auto;
    padding:3em .77em .7em;
    color:#fff;
    text-align:center;
    font-size:.8em;
    background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
    box-sizing:border-box;
    margin:0;
    z-index:2
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{
    display:inline
}
.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{
    flex-grow:1
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{
    width:100%;
    height:100%;
    flex:1;
    object-fit:cover
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{
    width:100%;
    margin-right:0
}
@media (min-width:600px){
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{
        width:calc(33.33333% - .66667em);
        margin-right:1em
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{
        width:calc(25% - .75em);
        margin-right:1em
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{
        width:calc(20% - .8em);
        margin-right:1em
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{
        width:calc(16.66667% - .83333em);
        margin-right:1em
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{
        width:calc(14.28571% - .85714em);
        margin-right:1em
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{
        width:calc(12.5% - .875em);
        margin-right:1em
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){
        margin-right:0
    }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{
    margin-right:0
}
.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{
    max-width:420px;
    width:100%
}
.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{
    justify-content:center
}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{
    align-self:flex-start
}
figure.wp-block-gallery.has-nested-images{
    align-items:normal
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){
    width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);
    margin:0
}
.wp-block-gallery.has-nested-images figure.wp-block-image{
    display:flex;
    flex-grow:1;
    justify-content:center;
    position:relative;
    flex-direction:column;
    max-width:100%;
    box-sizing:border-box
}
.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{
    margin:0;
    flex-direction:column;
    flex-grow:1
}
.wp-block-gallery.has-nested-images figure.wp-block-image img{
    display:block;
    height:auto;
    max-width:100%!important;
    width:auto
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
    background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
    bottom:0;
    color:#fff;
    font-size:13px;
    left:0;
    margin-bottom:0;
    max-height:60%;
    overflow:auto;
    padding:0 8px 8px;
    position:absolute;
    text-align:center;
    width:100%;
    box-sizing:border-box
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{
    display:inline
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{
    color:inherit
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{
    box-sizing:border-box
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{
    flex:1 1 auto
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{
    flex:initial;
    background:none;
    color:inherit;
    margin:0;
    padding:10px 10px 9px;
    position:relative
}
.wp-block-gallery.has-nested-images figcaption{
    flex-grow:1;
    flex-basis:100%;
    text-align:center
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){
    margin-top:0;
    margin-bottom:auto
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){
    align-self:inherit
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){
    display:flex
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{
    width:100%;
    flex:1 0 0%;
    height:100%;
    object-fit:cover
}
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){
    width:100%
}
@media (min-width:600px){
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){
        width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)
    }
    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){
        width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*0.75)
    }
    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){
        width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*0.8)
    }
    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){
        width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*0.83333)
    }
    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){
        width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*0.85714)
    }
    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){
        width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*0.875)
    }
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){
        width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)
    }
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){
        width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*0.5)
    }
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{
        width:100%
    }
}
.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{
    max-width:420px;
    width:100%
}
.wp-block-gallery.has-nested-images.aligncenter{
    justify-content:center
}
.wp-block-group{
    box-sizing:border-box
}
h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{
    padding:1.25em 2.375em
}
.wp-block-image img{
    height:auto;
    max-width:100%;
    vertical-align:bottom
}
.wp-block-image.has-custom-border img,.wp-block-image img{
    box-sizing:border-box
}
.wp-block-image.aligncenter{
    text-align:center
}
.wp-block-image.alignfull img,.wp-block-image.alignwide img{
    height:auto;
    width:100%
}
.wp-block-image.aligncenter,.wp-block-image .aligncenter,.wp-block-image.alignleft,.wp-block-image .alignleft,.wp-block-image.alignright,.wp-block-image .alignright{
    display:table
}
.wp-block-image.aligncenter>figcaption,.wp-block-image .aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image.alignright>figcaption,.wp-block-image .alignright>figcaption{
    display:table-caption;
    caption-side:bottom
}
.wp-block-image .alignleft{
    float:left;
    margin:.5em 1em .5em 0
}
.wp-block-image .alignright{
    float:right;
    margin:.5em 0 .5em 1em
}
.wp-block-image .aligncenter{
    margin-left:auto;
    margin-right:auto
}
.wp-block-image figcaption{
    margin-top:.5em;
    margin-bottom:1em
}
.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img{
    border-radius:9999px
}
.wp-block-image :where(.has-border-color){
    border-style:solid
}
.wp-block-image :where([style*=border-top-color]){
    border-top-style:solid
}
.wp-block-image :where([style*=border-right-color]){
    border-right-style:solid
}
.wp-block-image :where([style*=border-bottom-color]){
    border-bottom-style:solid
}
.wp-block-image :where([style*=border-left-color]){
    border-left-style:solid
}
.wp-block-image :where([style*=border-width]){
    border-style:solid
}
.wp-block-image :where([style*=border-top-width]){
    border-top-style:solid
}
.wp-block-image :where([style*=border-right-width]){
    border-right-style:solid
}
.wp-block-image :where([style*=border-bottom-width]){
    border-bottom-style:solid
}
.wp-block-image :where([style*=border-left-width]){
    border-left-style:solid
}
.wp-block-image figure{
    margin:0
}
ol.wp-block-latest-comments{
    margin-left:0
}
.wp-block-latest-comments .wp-block-latest-comments{
    padding-left:0
}
.wp-block-latest-comments__comment{
    line-height:1.1;
    list-style:none;
    margin-bottom:1em
}
.has-avatars .wp-block-latest-comments__comment{
    min-height:2.25em;
    list-style:none
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{
    margin-left:3.25em
}
.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{
    line-height:1.5
}
.wp-block-latest-comments__comment-excerpt p{
    font-size:.875em;
    line-height:1.8;
    margin:.36em 0 1.4em
}
.wp-block-latest-comments__comment-date{
    display:block;
    font-size:.75em
}
.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{
    border-radius:1.5em;
    display:block;
    float:left;
    height:2.5em;
    margin-right:.75em;
    width:2.5em
}
.wp-block-latest-posts.alignleft{
    margin-right:2em
}
.wp-block-latest-posts.alignright{
    margin-left:2em
}
.wp-block-latest-posts.wp-block-latest-posts__list{
    list-style:none;
    padding-left:0
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
    clear:both
}
.wp-block-latest-posts.is-grid{
    display:flex;
    flex-wrap:wrap;
    padding:0
}
.wp-block-latest-posts.is-grid li{
    margin:0 1.25em 1.25em 0;
    width:100%
}
@media (min-width:600px){
    .wp-block-latest-posts.columns-2 li{
        width:calc(50% - .625em)
    }
    .wp-block-latest-posts.columns-2 li:nth-child(2n){
        margin-right:0
    }
    .wp-block-latest-posts.columns-3 li{
        width:calc(33.33333% - .83333em)
    }
    .wp-block-latest-posts.columns-3 li:nth-child(3n){
        margin-right:0
    }
    .wp-block-latest-posts.columns-4 li{
        width:calc(25% - .9375em)
    }
    .wp-block-latest-posts.columns-4 li:nth-child(4n){
        margin-right:0
    }
    .wp-block-latest-posts.columns-5 li{
        width:calc(20% - 1em)
    }
    .wp-block-latest-posts.columns-5 li:nth-child(5n){
        margin-right:0
    }
    .wp-block-latest-posts.columns-6 li{
        width:calc(16.66667% - 1.04167em)
    }
    .wp-block-latest-posts.columns-6 li:nth-child(6n){
        margin-right:0
    }
}
.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{
    display:block;
    font-size:.8125em
}
.wp-block-latest-posts__post-excerpt{
    margin-top:.5em;
    margin-bottom:1em
}
.wp-block-latest-posts__featured-image a{
    display:inline-block
}
.wp-block-latest-posts__featured-image img{
    height:auto;
    width:auto;
    max-width:100%
}
.wp-block-latest-posts__featured-image.alignleft{
    margin-right:1em;
    float:left
}
.wp-block-latest-posts__featured-image.alignright{
    margin-left:1em;
    float:right
}
.wp-block-latest-posts__featured-image.aligncenter{
    margin-bottom:1em;
    text-align:center
}
ol,ul{
    box-sizing:border-box
}
ol.has-background,ul.has-background{
    padding:1.25em 2.375em
}
.wp-block-media-text{
    /*!rtl:begin:ignore*/
    direction:ltr;
    /*!rtl:end:ignore*/
    display:grid;
    grid-template-columns:50% 1fr;
    grid-template-rows:auto;
    box-sizing:border-box
}
.wp-block-media-text.has-media-on-the-right{
    grid-template-columns:1fr 50%
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{
    align-self:start
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{
    align-self:center
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{
    align-self:end
}
.wp-block-media-text .wp-block-media-text__media{
    /*!rtl:begin:ignore*/
    grid-column:1;
    grid-row:1;
    /*!rtl:end:ignore*/
    margin:0
}
.wp-block-media-text .wp-block-media-text__content{
    direction:ltr;
    /*!rtl:begin:ignore*/
    grid-column:2;
    grid-row:1;
    /*!rtl:end:ignore*/
    padding:0 8%;
    word-break:break-word
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
    /*!rtl:begin:ignore*/
    grid-column:2;
    grid-row:1 
    /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
    /*!rtl:begin:ignore*/
    grid-column:1;
    grid-row:1 
    /*!rtl:end:ignore*/
}
.wp-block-media-text__media img,.wp-block-media-text__media video{
    height:auto;
    max-width:unset;
    width:100%;
    vertical-align:middle
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media{
    height:100%;
    min-height:250px;
    background-size:cover
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{
    display:block;
    height:100%
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media img{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0
}
@media (max-width:600px){
    .wp-block-media-text.is-stacked-on-mobile{
        grid-template-columns:100%!important
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{
        grid-column:1;
        grid-row:1
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{
        grid-column:1;
        grid-row:2
    }
}
.wp-block-navigation{
    position:relative;
    --navigation-layout-justification-setting:flex-start;
    --navigation-layout-direction:row;
    --navigation-layout-wrap:wrap;
    --navigation-layout-justify:flex-start;
    --navigation-layout-align:center
}
.wp-block-navigation ul{
    margin-top:0;
    margin-bottom:0;
    margin-left:0;
    padding-left:0
}
.wp-block-navigation ul,.wp-block-navigation ul li{
    list-style:none;
    padding:0
}
.wp-block-navigation .wp-block-navigation-item{
    display:flex;
    align-items:center;
    position:relative
}
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{
    display:none
}
.wp-block-navigation .wp-block-navigation-item__content{
    display:block
}
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{
    text-decoration:underline
}
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{
    text-decoration:line-through
}
.wp-block-navigation:where(:not([class*=has-text-decoration])) a,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{
    text-decoration:none
}
.wp-block-navigation .wp-block-navigation__submenu-icon{
    align-self:center;
    line-height:0;
    display:inline-block;
    font-size:inherit;
    padding:0;
    background-color:inherit;
    color:currentColor;
    border:none;
    width:.6em;
    height:.6em;
    margin-left:.25em
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg{
    display:inline-block;
    stroke:currentColor;
    width:inherit;
    height:inherit;
    margin-top:.075em
}
.wp-block-navigation.is-vertical{
    --navigation-layout-direction:column;
    --navigation-layout-justify:initial;
    --navigation-layout-align:flex-start
}
.wp-block-navigation.no-wrap{
    --navigation-layout-wrap:nowrap
}
.wp-block-navigation.items-justified-center{
    --navigation-layout-justification-setting:center;
    --navigation-layout-justify:center
}
.wp-block-navigation.items-justified-center.is-vertical{
    --navigation-layout-align:center
}
.wp-block-navigation.items-justified-right{
    --navigation-layout-justification-setting:flex-end;
    --navigation-layout-justify:flex-end
}
.wp-block-navigation.items-justified-right.is-vertical{
    --navigation-layout-align:flex-end
}
.wp-block-navigation.items-justified-space-between{
    --navigation-layout-justification-setting:space-between;
    --navigation-layout-justify:space-between
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container{
    background-color:inherit;
    color:inherit;
    position:absolute;
    z-index:2;
    display:flex;
    flex-direction:column;
    align-items:normal;
    opacity:0;
    transition:opacity .1s linear;
    visibility:hidden;
    width:0;
    height:0;
    overflow:hidden;
    left:-1px;
    top:100%
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{
    display:flex;
    flex-grow:1
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{
    margin-right:0;
    margin-left:auto
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{
    margin:0
}
@media (min-width:782px){
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{
        left:100%;
        top:-1px
    }
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{
        content:"";
        position:absolute;
        right:100%;
        height:100%;
        display:block;
        width:.5em;
        background:transparent
    }
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{
        margin-right:.25em
    }
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{
        transform:rotate(-90deg)
    }
}
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container{
    visibility:visible;
    overflow:visible;
    opacity:1;
    width:auto;
    height:auto;
    min-width:200px
}
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{
    visibility:visible;
    overflow:visible;
    opacity:1;
    width:auto;
    height:auto;
    min-width:200px
}
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{
    visibility:visible;
    overflow:visible;
    opacity:1;
    width:auto;
    height:auto;
    min-width:200px
}
.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{
    left:0;
    top:100%
}
@media (min-width:782px){
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{
        left:100%;
        top:0
    }
}
.wp-block-navigation-submenu{
    position:relative;
    display:flex
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{
    stroke:currentColor
}
button.wp-block-navigation-item__content{
    background-color:transparent;
    border:none;
    color:currentColor;
    font-size:inherit;
    font-family:inherit;
    line-height:inherit;
    font-style:inherit;
    font-weight:inherit;
    text-transform:inherit;
    text-align:left
}
.wp-block-navigation-submenu__toggle{
    cursor:pointer
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{
    padding-right:.85em
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{
    margin-left:-.6em;
    pointer-events:none
}
:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)){
    padding:.5em 1em
}
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{
    left:auto;
    right:0
}
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{
    left:-1px;
    right:-1px
}
@media (min-width:782px){
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{
        left:auto;
        right:100%
    }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{
    background-color:#fff;
    color:#000;
    border:1px solid rgba(0,0,0,.15)
}
.wp-block-navigation__container{
    display:flex;
    flex-wrap:var(--navigation-layout-wrap,wrap);
    flex-direction:var(--navigation-layout-direction,initial);
    justify-content:var(--navigation-layout-justify,initial);
    align-items:var(--navigation-layout-align,initial);
    list-style:none;
    margin:0;
    padding-left:0
}
.wp-block-navigation__container .is-responsive{
    display:none
}
.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{
    flex-grow:1
}
@keyframes overlay-menu__fade-in-animation{
    0%{
        opacity:0;
        transform:translateY(.5em)
    }
    to{
        opacity:1;
        transform:translateY(0)
    }
}
.wp-block-navigation__responsive-container{
    display:none;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0
}
.wp-block-navigation__responsive-container .wp-block-navigation-link a{
    color:inherit
}
.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{
    display:flex;
    flex-wrap:var(--navigation-layout-wrap,wrap);
    flex-direction:var(--navigation-layout-direction,initial);
    justify-content:var(--navigation-layout-justify,initial);
    align-items:var(--navigation-layout-align,initial)
}
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){
    color:inherit!important;
    background-color:inherit!important
}
.wp-block-navigation__responsive-container.is-menu-open{
    display:flex;
    flex-direction:column;
    background-color:inherit;
    animation:overlay-menu__fade-in-animation .1s ease-out;
    animation-fill-mode:forwards;
    padding:var(--wp--style--root--padding-top,2rem) var(--wp--style--root--padding-right,2rem) var(--wp--style--root--padding-bottom,2rem) var(--wp--style--root--padding-left,2rem);
    overflow:auto;
    z-index:100000
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{
    padding-top:calc(2rem + 24px);
    overflow:visible;
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    align-items:var(--navigation-layout-justification-setting,inherit)
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{
    justify-content:flex-start
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{
    display:none
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{
    opacity:1;
    visibility:visible;
    height:auto;
    width:auto;
    overflow:initial;
    min-width:200px;
    position:static;
    border:none;
    padding-left:2rem;
    padding-right:2rem
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{
    padding-top:var(--wp--style--block-gap,2em)
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{
    padding:0
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{
    display:flex;
    flex-direction:column;
    align-items:var(--navigation-layout-justification-setting,initial)
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{
    color:inherit!important;
    background:transparent!important
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{
    right:auto;
    left:auto
}
@media (min-width:600px){
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){
        display:block;
        width:100%;
        position:relative;
        z-index:auto;
        background-color:inherit
    }
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{
        display:none
    }
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{
        left:0
    }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{
    background-color:#fff;
    color:#000
}
.wp-block-navigation__toggle_button_label{
    font-size:1rem;
    font-weight:700
}
.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{
    vertical-align:middle;
    cursor:pointer;
    color:currentColor;
    background:transparent;
    border:none;
    margin:0;
    padding:0;
    text-transform:inherit
}
.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{
    fill:currentColor;
    pointer-events:none;
    display:block;
    width:24px;
    height:24px
}
.wp-block-navigation__responsive-container-open{
    display:flex
}
@media (min-width:600px){
    .wp-block-navigation__responsive-container-open:not(.always-shown){
        display:none
    }
}
.wp-block-navigation__responsive-container-close{
    position:absolute;
    top:0;
    right:0;
    z-index:2
}
.wp-block-navigation__responsive-close{
    width:100%;
    max-width:var(--wp--style--global--wide-size,100%);
    margin-left:auto;
    margin-right:auto
}
.wp-block-navigation__responsive-close:focus{
    outline:none
}
.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{
    box-sizing:border-box
}
.wp-block-navigation__responsive-dialog{
    position:relative
}
.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{
    margin-top:46px
}
@media (min-width:782px){
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{
        margin-top:32px
    }
}
html.has-modal-open{
    overflow:hidden
}
.wp-block-navigation .wp-block-navigation-item__label{
    word-break:normal;
    overflow-wrap:break-word
}
.wp-block-navigation .wp-block-navigation-item__description{
    display:none
}
.wp-block-navigation .wp-block-page-list{
    display:flex;
    flex-direction:var(--navigation-layout-direction,initial);
    justify-content:var(--navigation-layout-justify,initial);
    align-items:var(--navigation-layout-align,initial);
    flex-wrap:var(--navigation-layout-wrap,wrap);
    background-color:inherit
}
.wp-block-navigation .wp-block-navigation-item{
    background-color:inherit
}
.is-small-text{
    font-size:.875em
}
.is-regular-text{
    font-size:1em
}
.is-large-text{
    font-size:2.25em
}
.is-larger-text{
    font-size:3em
}
.has-drop-cap:not(:focus):first-letter{
    float:left;
    font-size:8.4em;
    line-height:.68;
    font-weight:100;
    margin:.05em .1em 0 0;
    text-transform:uppercase;
    font-style:normal
}
p.has-drop-cap.has-background{
    overflow:hidden
}
p.has-background{
    padding:1.25em 2.375em
}
:where(p.has-text-color:not(.has-link-color)) a{
    color:inherit
}
.wp-block-post-author{
    display:flex;
    flex-wrap:wrap
}
.wp-block-post-author__byline{
    width:100%;
    margin-top:0;
    margin-bottom:0;
    font-size:.5em
}
.wp-block-post-author__avatar{
    margin-right:1em
}
.wp-block-post-author__bio{
    margin-bottom:.7em;
    font-size:.7em
}
.wp-block-post-author__content{
    flex-grow:1;
    flex-basis:0
}
.wp-block-post-author__name{
    margin:0
}
.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){
    font-weight:inherit
}
.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){
    font-family:inherit
}
.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){
    font-size:inherit
}
.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){
    line-height:inherit
}
.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){
    font-style:inherit
}
.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){
    letter-spacing:inherit
}
.wp-block-post-comments-form input[type=submit]{
    box-shadow:none;
    cursor:pointer;
    display:inline-block;
    text-align:center;
    overflow-wrap:break-word
}
.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{
    border:1px solid #949494;
    font-size:1em;
    font-family:inherit
}
.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{
    padding:calc(.667em + 2px)
}
.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form .comment-form textarea{
    display:block;
    box-sizing:border-box;
    width:100%
}
.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{
    display:block;
    margin-bottom:.25em
}
.wp-block-post-comments-form .comment-form-cookies-consent{
    display:flex;
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{
    margin-top:.35em
}
.wp-block-post-comments-form .comment-reply-title{
    margin-bottom:0
}
.wp-block-post-comments-form .comment-reply-title :where(small){
    font-size:var(--wp--preset--font-size--medium,smaller);
    margin-left:.5em
}
.wp-block-post-date{
    box-sizing:border-box
}
.wp-block-post-excerpt__more-link{
    display:inline-block
}
.wp-block-post-featured-image{
    margin-left:0;
    margin-right:0
}
.wp-block-post-featured-image a{
    display:block
}
.wp-block-post-featured-image img{
    max-width:100%;
    width:100%;
    height:auto;
    vertical-align:bottom;
    box-sizing:border-box
}
.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{
    width:100%
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{
    position:absolute;
    background-color:#000
}
.wp-block-post-featured-image{
    position:relative
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{
    background-color:transparent
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{
    opacity:0
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{
    opacity:.1
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{
    opacity:.2
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{
    opacity:.3
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{
    opacity:.4
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{
    opacity:.5
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{
    opacity:.6
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{
    opacity:.7
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{
    opacity:.8
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{
    opacity:.9
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{
    opacity:1
}
.wp-block-post-terms__separator{
    white-space:pre-wrap
}
.wp-block-post-title{
    word-break:break-word;
    box-sizing:border-box
}
.wp-block-post-title a{
    display:inline-block
}
.wp-block-preformatted{
    white-space:pre-wrap
}
.wp-block-preformatted.has-background{
    padding:1.25em 2.375em
}
.wp-block-pullquote{
    margin:0 0 1em;
    padding:3em 0;
    text-align:center;
    overflow-wrap:break-word;
    box-sizing:border-box
}
.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{
    color:inherit
}
.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{
    max-width:420px
}
.wp-block-pullquote cite,.wp-block-pullquote footer{
    position:relative
}
.wp-block-pullquote .has-text-color a{
    color:inherit
}
.wp-block-pullquote.has-text-align-left blockquote{
    text-align:left
}
.wp-block-pullquote.has-text-align-right blockquote{
    text-align:right
}
.wp-block-pullquote.is-style-solid-color{
    border:none
}
.wp-block-pullquote.is-style-solid-color blockquote{
    margin-left:auto;
    margin-right:auto;
    max-width:60%
}
.wp-block-pullquote.is-style-solid-color blockquote p{
    margin-top:0;
    margin-bottom:0;
    font-size:2em
}
.wp-block-pullquote.is-style-solid-color blockquote cite{
    text-transform:none;
    font-style:normal
}
.wp-block-pullquote cite{
    color:inherit
}
.wp-block-post-template{
    margin-top:0;
    margin-bottom:0;
    max-width:100%;
    list-style:none;
    padding:0
}
.wp-block-post-template.wp-block-post-template{
    background:none
}
.wp-block-post-template.is-flex-container{
    flex-direction:row;
    display:flex;
    flex-wrap:wrap;
}
.wp-block-post-template.is-flex-container li{
    margin:0;
    width:100%
}
@media (min-width:600px){
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{
        width:calc(50% - .625em)
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{
        width:calc(33.33333% - .83333em)
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{
        width:calc(25% - .9375em)
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{
        width:calc(20% - 1em)
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{
        width:calc(16.66667% - 1.04167em)
    }
}
.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{
    margin-right:.5em;
    margin-bottom:.5em
}
.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{
    margin-right:0
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{
    margin-right:1ch;
    display:inline-block
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){
    transform:scaleX(1)
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow{
    margin-left:1ch;
    display:inline-block
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){
    transform:scaleX(1)
}
.wp-block-query-pagination.aligncenter{
    justify-content:center
}
.wp-block-query-title,.wp-block-quote{
    box-sizing:border-box
}
.wp-block-quote{
    overflow-wrap:break-word
}
.wp-block-quote.is-large:not(.is-style-plain),.wp-block-quote.is-style-large:not(.is-style-plain){
    margin-bottom:1em;
    padding:0 1em
}
.wp-block-quote.is-large:not(.is-style-plain) p,.wp-block-quote.is-style-large:not(.is-style-plain) p{
    font-size:1.5em;
    font-style:italic;
    line-height:1.6
}
.wp-block-quote.is-large:not(.is-style-plain) cite,.wp-block-quote.is-large:not(.is-style-plain) footer,.wp-block-quote.is-style-large:not(.is-style-plain) cite,.wp-block-quote.is-style-large:not(.is-style-plain) footer{
    font-size:1.125em;
    text-align:right
}
.wp-block-read-more{
    display:block;
    width:-moz-fit-content;
    width:fit-content
}
.wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{
    text-decoration:none
}
ul.wp-block-rss{
    list-style:none;
    padding:0
}
ul.wp-block-rss.wp-block-rss{
    box-sizing:border-box
}
ul.wp-block-rss.alignleft{
    margin-right:2em
}
ul.wp-block-rss.alignright{
    margin-left:2em
}
ul.wp-block-rss.is-grid{
    display:flex;
    flex-wrap:wrap;
    padding:0;
    list-style:none
}
ul.wp-block-rss.is-grid li{
    margin:0 1em 1em 0;
    width:100%
}
@media (min-width:600px){
    ul.wp-block-rss.columns-2 li{
        width:calc(50% - 1em)
    }
    ul.wp-block-rss.columns-3 li{
        width:calc(33.33333% - 1em)
    }
    ul.wp-block-rss.columns-4 li{
        width:calc(25% - 1em)
    }
    ul.wp-block-rss.columns-5 li{
        width:calc(20% - 1em)
    }
    ul.wp-block-rss.columns-6 li{
        width:calc(16.66667% - 1em)
    }
}
.wp-block-rss__item-author,.wp-block-rss__item-publish-date{
    display:block;
    font-size:.8125em
}
.wp-block-search__button{
    margin-left:.625em;
    word-break:normal
}
.wp-block-search__button.has-icon{
    line-height:0
}
.wp-block-search__button svg{
    min-width:1.5em;
    min-height:1.5em;
    fill:currentColor;
    vertical-align:text-bottom
}
:where(.wp-block-search__button){
    border:1px solid #ccc;
    padding:.375em .625em
}
.wp-block-search__inside-wrapper{
    display:flex;
    flex:auto;
    flex-wrap:nowrap;
    max-width:100%
}
.wp-block-search__label{
    width:100%
}
.wp-block-search__input{
    padding:8px;
    flex-grow:1;
    margin-left:0;
    margin-right:0;
    min-width:3em;
    border:1px solid #949494;
    text-decoration:unset!important
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button{
    margin-left:0
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){
    padding:4px;
    border:1px solid #949494
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{
    border-radius:0;
    border:none;
    padding:0 0 0 .25em
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{
    outline:none
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){
    padding:.125em .5em
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper{
    margin:auto
}
.wp-block-separator{
    border:1px solid;
    border-right:none;
    border-left:none
}
.wp-block-separator.is-style-dots{
    background:none!important;
    border:none;
    text-align:center;
    line-height:1;
    height:auto
}
.wp-block-separator.is-style-dots:before{
    content:"···";
    color:currentColor;
    font-size:1.5em;
    letter-spacing:2em;
    padding-left:2em;
    font-family:serif
}
.wp-block-site-logo{
    box-sizing:border-box;
    line-height:0
}
.wp-block-site-logo a{
    display:inline-block
}
.wp-block-site-logo.is-default-size img{
    width:120px;
    height:auto
}
.wp-block-site-logo img{
    height:auto;
    max-width:100%
}
.wp-block-site-logo a,.wp-block-site-logo img{
    border-radius:inherit
}
.wp-block-site-logo.aligncenter{
    margin-left:auto;
    margin-right:auto;
    text-align:center
}
.wp-block-site-logo.is-style-rounded{
    border-radius:9999px
}
.wp-block-social-links{
    box-sizing:border-box;
    padding-left:0;
    padding-right:0;
    text-indent:0;
    margin-left:0;
    background:none
}
.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{
    text-decoration:none;
    border-bottom:0;
    box-shadow:none
}
.wp-block-social-links .wp-social-link a{
    padding:.25em
}
.wp-block-social-links .wp-social-link svg{
    width:1em;
    height:1em
}
.wp-block-social-links .wp-social-link span:not(.screen-reader-text){
    margin-left:.5em;
    margin-right:.5em;
    font-size:.65em
}
.wp-block-social-links.has-small-icon-size{
    font-size:16px
}
.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{
    font-size:24px
}
.wp-block-social-links.has-large-icon-size{
    font-size:36px
}
.wp-block-social-links.has-huge-icon-size{
    font-size:48px
}
.wp-block-social-links.aligncenter{
    justify-content:center;
    display:flex
}
.wp-block-social-links.alignright{
    justify-content:flex-end
}
.wp-block-social-link{
    display:block;
    border-radius:9999px;
    transition:transform .1s ease;
    height:auto
}
.wp-block-social-link a{
    align-items:center;
    display:flex;
    line-height:0;
    transition:transform .1s ease
}
.wp-block-social-link:hover{
    transform:scale(1.1)
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg{
    color:currentColor;
    fill:currentColor
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{
    background-color:#f0f0f0;
    color:#444
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{
    background-color:#f90;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{
    background-color:#1ea0c3;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{
    background-color:#0757fe;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{
    background-color:#1e1f26;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{
    background-color:#02e49b;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{
    background-color:#e94c89;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{
    background-color:#4280ff;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{
    background-color:#f45800;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{
    background-color:#1778f2;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{
    background-color:#000;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{
    background-color:#0461dd;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{
    background-color:#e65678;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{
    background-color:#24292d;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{
    background-color:#eceadd;
    color:#382110
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{
    background-color:#ea4434;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{
    background-color:#f00075;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{
    background-color:#e21b24;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{
    background-color:#0d66c2;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{
    background-color:#3288d4;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{
    background-color:#02ab6c;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{
    background-color:#f6405f;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{
    background-color:#ff424d;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{
    background-color:#e60122;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{
    background-color:#ef4155;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{
    background-color:#ff4500;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{
    background-color:#0478d7;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{
    background-color:#fefc00;
    color:#fff;
    stroke:#000
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{
    background-color:#ff5600;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{
    background-color:#1bd760;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{
    background-color:#2aabee;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{
    background-color:#000;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{
    background-color:#011835;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{
    background-color:#6440a4;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{
    background-color:#1da1f2;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{
    background-color:#1eb7ea;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{
    background-color:#4680c2;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{
    background-color:#3499cd;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{
    background-color:#25d366;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{
    background-color:#d32422;
    color:#fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{
    background-color:red;
    color:#fff
}
.wp-block-social-links.is-style-logos-only .wp-social-link{
    background:none
}
.wp-block-social-links.is-style-logos-only .wp-social-link a{
    padding:0
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg{
    width:1.25em;
    height:1.25em
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{
    color:#f90
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{
    color:#1ea0c3
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance{
    color:#0757fe
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{
    color:#1e1f26
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{
    color:#02e49b
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{
    color:#e94c89
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{
    color:#4280ff
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{
    color:#f45800
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{
    color:#1778f2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{
    color:#000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{
    color:#0461dd
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{
    color:#e65678
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github{
    color:#24292d
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{
    color:#382110
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google{
    color:#ea4434
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{
    color:#f00075
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{
    color:#e21b24
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{
    color:#0d66c2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{
    color:#3288d4
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium{
    color:#02ab6c
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{
    color:#f6405f
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{
    color:#ff424d
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{
    color:#e60122
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{
    color:#ef4155
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{
    color:#ff4500
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype{
    color:#0478d7
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{
    color:#fff;
    stroke:#000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{
    color:#ff5600
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{
    color:#1bd760
}
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{
    color:#2aabee
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{
    color:#000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{
    color:#011835
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{
    color:#6440a4
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{
    color:#1da1f2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{
    color:#1eb7ea
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk{
    color:#4680c2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{
    color:#25d366
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{
    color:#3499cd
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{
    color:#d32422
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{
    color:red
}
.wp-block-social-links.is-style-pill-shape .wp-social-link{
    width:auto
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a{
    padding-left:.66667em;
    padding-right:.66667em
}
.wp-block-spacer{
    clear:both
}
.wp-block-tag-cloud.aligncenter{
    text-align:center;
    justify-content:center
}
.wp-block-tag-cloud.alignfull{
    padding-left:1em;
    padding-right:1em
}
.wp-block-tag-cloud a{
    display:inline-block;
    margin-right:5px
}
.wp-block-tag-cloud span{
    display:inline-block;
    margin-left:5px;
    text-decoration:none
}
.wp-block-tag-cloud.is-style-outline{
    display:flex;
    flex-wrap:wrap;
}
.wp-block-tag-cloud.is-style-outline a{
    border:1px solid;
    font-size:unset!important;
    margin-right:0;
    padding:1ch 2ch;
    text-decoration:none!important
}
.wp-block-table{
    overflow-x:auto
}
.wp-block-table table{
    border-collapse:collapse;
    width:100%
}
.wp-block-table td,.wp-block-table th{
    border:1px solid;
    padding:.5em
}
.wp-block-table .has-fixed-layout{
    table-layout:fixed;
    width:100%
}
.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{
    word-break:break-word
}
.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{
    display:table;
    width:auto
}
.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{
    word-break:break-word
}
.wp-block-table .has-subtle-light-gray-background-color{
    background-color:#f3f4f5
}
.wp-block-table .has-subtle-pale-green-background-color{
    background-color:#e9fbe5
}
.wp-block-table .has-subtle-pale-blue-background-color{
    background-color:#e7f5fe
}
.wp-block-table .has-subtle-pale-pink-background-color{
    background-color:#fcf0ef
}
.wp-block-table.is-style-stripes{
    border-spacing:0;
    border-collapse:inherit;
    background-color:transparent;
    border-bottom:1px solid #f0f0f0
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
    background-color:#f0f0f0
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){
    background-color:#f3f4f5
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){
    background-color:#e9fbe5
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){
    background-color:#e7f5fe
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){
    background-color:#fcf0ef
}
.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{
    border-color:transparent
}
.wp-block-table .has-border-color>*,.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr{
    border-color:inherit
}
.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th,.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th{
    border-top-color:inherit
}
.wp-block-table table[style*=border-top-color] tr:not(:first-child){
    border-top-color:currentColor
}
.wp-block-table table[style*=border-right-color]>*,.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr{
    border-right-color:inherit
}
.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th,.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th{
    border-bottom-color:inherit
}
.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){
    border-bottom-color:currentColor
}
.wp-block-table table[style*=border-left-color]>*,.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr{
    border-left-color:inherit
}
.wp-block-table table[style*=border-style]>*,.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr{
    border-style:inherit
}
.wp-block-table table[style*=border-width]>*,.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr{
    border-width:inherit;
    border-style:inherit
}
.wp-block-text-columns,.wp-block-text-columns.aligncenter{
    display:flex
}
.wp-block-text-columns .wp-block-column{
    margin:0 1em;
    padding:0
}
.wp-block-text-columns .wp-block-column:first-child{
    margin-left:0
}
.wp-block-text-columns .wp-block-column:last-child{
    margin-right:0
}
.wp-block-text-columns.columns-2 .wp-block-column{
    width:50%
}
.wp-block-text-columns.columns-3 .wp-block-column{
    width:33.33333%
}
.wp-block-text-columns.columns-4 .wp-block-column{
    width:25%
}
pre.wp-block-verse{
    font-family:inherit;
    overflow:auto;
    white-space:pre-wrap
}
.wp-block-video{
    box-sizing:border-box
}
.wp-block-video video{
    width:100%
}
.wp-block-video.aligncenter{
    text-align:center
}
.wp-block-video figcaption{
    margin-top:.5em;
    margin-bottom:1em
}
.wp-element-button{
    cursor:pointer
}
:root{
    --wp--preset--font-size--normal:16px;
    --wp--preset--font-size--huge:42px
}
:root .has-very-light-gray-background-color{
    background-color:#eee
}
:root .has-very-dark-gray-background-color{
    background-color:#313131
}
:root .has-very-light-gray-color{
    color:#eee
}
:root .has-very-dark-gray-color{
    color:#313131
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{
    background:linear-gradient(135deg,#00d084,#0693e3)
}
:root .has-purple-crush-gradient-background{
    background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
}
:root .has-hazy-dawn-gradient-background{
    background:linear-gradient(135deg,#faaca8,#dad0ec)
}
:root .has-subdued-olive-gradient-background{
    background:linear-gradient(135deg,#fafae1,#67a671)
}
:root .has-atomic-cream-gradient-background{
    background:linear-gradient(135deg,#fdd79a,#004a59)
}
:root .has-nightshade-gradient-background{
    background:linear-gradient(135deg,#330968,#31cdcf)
}
:root .has-midnight-gradient-background{
    background:linear-gradient(135deg,#020381,#2874fc)
}
.has-regular-font-size{
    font-size:1em
}
.has-larger-font-size{
    font-size:2.625em
}
.has-normal-font-size{
    font-size:var(--wp--preset--font-size--normal)
}
.has-huge-font-size{
    font-size:var(--wp--preset--font-size--huge)
}
.has-text-align-center{
    text-align:center
}
.has-text-align-left{
    text-align:left
}
.has-text-align-right{
    text-align:right
}
#end-resizable-editor-section{
    display:none
}
.aligncenter{
    clear:both
}
.items-justified-left{
    justify-content:flex-start
}
.items-justified-center{
    justify-content:center
}
.items-justified-right{
    justify-content:flex-end
}
.items-justified-space-between{
    justify-content:space-between
}
.screen-reader-text{
    border:0;
    clip:rect(1px,1px,1px,1px);
    clip-path:inset(50%);
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px;
    word-wrap:normal!important
}
.screen-reader-text:focus{
    background-color:#ddd;
    clip:auto!important;
    clip-path:none;
    color:#444;
    display:block;
    font-size:1em;
    height:auto;
    left:5px;
    line-height:normal;
    padding:15px 23px 14px;
    text-decoration:none;
    top:5px;
    width:auto;
    z-index:100000
}
html :where(.has-border-color){
    border-style:solid
}
html :where([style*=border-top-color]){
    border-top-style:solid
}
html :where([style*=border-right-color]){
    border-right-style:solid
}
html :where([style*=border-bottom-color]){
    border-bottom-style:solid
}
html :where([style*=border-left-color]){
    border-left-style:solid
}
html :where([style*=border-width]){
    border-style:solid
}
html :where([style*=border-top-width]){
    border-top-style:solid
}
html :where([style*=border-right-width]){
    border-right-style:solid
}
html :where([style*=border-bottom-width]){
    border-bottom-style:solid
}
html :where([style*=border-left-width]){
    border-left-style:solid
}
html :where(img[class*=wp-image-]){
    height:auto;
    max-width:100%
}
figure{
    margin:0 0 1em
}
/*/
themify-builder/css/modules/image.min.css*/
 .module-image .image-title{
    margin:0 0 .3em;
    font-size:1.2em
}
.module-image .image-title a{
    text-decoration:none;
    color:inherit;
    font-family:inherit;
    text-shadow:inherit
}
.module-image .image-wrap{
    width:auto
}
.module-image .image-wrap img{
    vertical-align:top;
    display:inline-block
}
.module-image.rounded .image-wrap img{
    border-radius:10px
}
.module-image.bordered .image-wrap img{
    border:solid 1px rgba(0,0,0,.15);
    background:#fff;
    padding:3px;
    box-sizing:border-box
}
.module-image.drop-shadow .image-wrap img,.module.drop-shadow .post-image img{
    box-shadow:0 1px 8px 2px rgba(0,0,0,.15)
}
.module-image.circle .image-wrap img{
    border-radius:50em
}
.themify_builder .auto_fullwidth .lightbox{
    display:block
}
.themify_builder .auto_fullwidth .image-wrap,.themify_builder .auto_fullwidth img{
    width:100%;
    display:block
}
.module-image .image-wrap .lightbox{
    position:relative;
    display:inline-block;
    max-width:100%
}
/*/
themify-builder/css/modules/image_styles/left.min.css*/
 .module-image.image-left .image-wrap{
    float:left;
    margin:0 1.2em 1em 0
}
.module-image.image-left .image-content{
    overflow:hidden;
    padding-top:8px;
    min-width:100px;
    text-align:left
}
/*/
themify-builder/css/modules/text.min.css*/
 .drop-cap>:first-child:first-letter ,.tb_text_dropcap>.tb_text_wrap:first-child:first-letter ,.tb_text_dropcap>.tb_text_wrap>:first-child:first-letter {
    font-size:2.85em;
    float:left;
    line-height:.4em;
    padding:.425em .375em;
    background-color:#0f70e8;
    color:#fff;
    margin-right:.325em;
    margin-top:.15em;
    margin-bottom:.25em
}
.tb-text-more-link-indicator{
    display:block;
    height:3px;
    margin:5px 0;
    background:rgba(55,55,55,.6)
}
/*/
themify-builder/css/modules/image_styles/center.min.css*/
 .module-image.image-center .image-wrap{
    text-align:center
}
.module-image.image-center .image-content{
    text-align:center;
    padding-top:.5em;
    padding-bottom:1em
}
/*/
themify-builder/css/modules/image_styles/top.min.css*/
 .module-image.image-top .image-content{
    margin-top:.5em;
    margin-bottom:1em
}
/*/
themify-builder/css/modules/buttons.min.css*/
 .module.module-buttons a{
    text-decoration:none;
    display:inline-block
}
.module.module-buttons a:hover{
    text-decoration:none
}
.module.module-buttons .tb_default_color{
    color:#555
}
.module-buttons-item+.module-buttons-item{
    margin-left:.4em
}
.module-buttons span{
    margin-left:.2em;
    margin-right:.2em
}
.module-buttons em{
    display:inline-block;
    font-size:16px;
    line-height:1
}
.module-buttons.small em{
    font-size:12px
}
.module-buttons.small span{
    font-size:.8em
}
.module-buttons.large em{
    font-size:24px
}
.module-buttons.large span{
    font-size:1.2em
}
.module-buttons.xlarge span{
    font-size:1.4em
}
.module-buttons.none.small em{
    font-size:18px
}
.module-buttons.none.large em{
    font-size:30px
}
.module-buttons.xlarge em,.module-buttons.none.xlarge em{
    font-size:36px
}
.module.module-buttons.rounded a{
    border-radius:8px
}
.module.module-buttons.squared a{
    border-radius:0
}
.module.module-buttons.circle a{
    border-radius:50em
}
.module.module-buttons .transparent,.module.module-buttons.transparent a{
    background:transparent;
    border:0
}
.module.module-buttons.transparent a:hover{
    background:transparent
}
@media screen and (max-width:680px){
    .module-buttons span{
        font-size:.9em
    }
    .module-buttons.xlarge span,.module-buttons.large span{
        font-size:1.1em
    }
}
/*/
themify-builder/css/modules/appearance/rounded.min.css*/
 .ui.rounded,.ui.builder_button.rounded:before,.ui.nav.rounded>li:first-child,.ui.nav.separate.rounded>li,.ui.nav.separate.rounded>li a:before,.ui.nav.rounded ul,.ui.nav.rounded ul>li:first-child,.ui.nav.rounded>li:first-child a,.ui.nav.rounded>li:first-child a:before,.ui.nav.rounded ul>li:first-child a:before,.ui.module-tab.rounded.vertical .tab-nav,.ui.module-tab.rounded.vertical .tab-nav li:first-child,.ui.module-tab.rounded .tab-nav li,.ui.module-accordion.rounded li:first-child,.ui.module-accordion.rounded>li:first-child .accordion-title,.ui.module-accordion.rounded>li:first-child .accordion-title a:before,.ui.module-accordion.rounded.separate .accordion-title a:before,.ui.module-callout.rounded,.ui.module-callout.rounded:before,.ui.nav.rounded>li:first-child:before,.ui.nav.fullwidth.rounded:before,.ui.glossy.rounded .tab-nav>li a:before,.ui.nav.rounded.separate.vertical li:last-child:before,.ui.nav.rounded.vertical.separate>li:last-child a:before,.ui.module-tab.panel.rounded .tab-nav,.ui.module-tab.panel .tab-nav:before{
    border-top-left-radius:8px
}
.ui.rounded,.ui.builder_button.rounded:before,.ui.nav.rounded.vertical li:first-child,.ui.nav.rounded>li:last-child,.ui.nav.separate.rounded>li,.ui.nav.separate.rounded>li a:before,.ui.nav.rounded ul,.ui.nav.rounded ul>li:first-child,.ui.nav.rounded>li:last-child a:before,.ui.nav.rounded ul>li:first-child a:before,.ui.nav.rounded li:last-child a,.ui.module-tab.rounded .tab-nav li,.ui.module-accordion.rounded li:first-child,.ui.module-accordion.rounded>li:first-child .accordion-title,.ui.module-accordion.rounded>li:first-child .accordion-title a:before,.ui.module-accordion.separate.rounded .accordion-title a:before,.ui.module-callout.rounded,.ui.module-callout.rounded:before,.ui.nav.rounded>li:last-child:before,.ui.nav.rounded.vertical>li:first-child:before,.ui.nav.fullwidth.rounded:before,.ui.glossy.rounded .tab-nav>li a:before,.ui.nav.separate.rounded.vertical li:last-child:before,.ui.nav.rounded li:last-child:before,.ui.nav.rounded.vertical li:first-child a:before,.ui.nav.separate.rounded.vertical>li:last-child a:before,.ui.module-tab.panel.rounded .tab-nav,.ui.module-tab.panel .tab-nav:before{
    border-top-right-radius:8px
}
.ui.rounded,.ui.nav.rounded>li:last-child,.ui.nav.separate.rounded>li,.ui.nav.rounded ul,.ui.nav.rounded ul>li:last-child,.ui.nav.rounded li:last-child a,.ui.module-accordion.rounded li:last-child,.ui.module-accordion.rounded>li:last-child .accordion-title,.ui.module-accordion.separate.rounded li.current .accordion-content,.ui.module-accordion.rounded li:last-child .accordion-content,.ui.module-callout.rounded{
    border-bottom-right-radius:8px
}
.ui.rounded,.ui.nav.rounded.vertical li:last-child,.ui.nav.rounded>li:first-child,.ui.nav.rounded.separate>li,.ui.nav.rounded ul,.ui.nav.rounded ul>li:last-child,.ui.nav.rounded>li:first-child a,.ui.module-tab.rounded.vertical .tab-nav,.ui.module-tab.rounded.vertical .tab-nav li:last-child,.ui.module-accordion.rounded li:last-child,.ui.module-accordion.rounded>li:last-child .accordion-title,.ui.module-accordion.separate.rounded li.current .accordion-content,.ui.module-accordion.rounded li:last-child .accordion-content,.ui.module-callout.rounded{
    border-bottom-left-radius:8px
}
.ui.nav.separate.vertical ul li:not(:first-child) a:before,.ui.tab.vertical .tab-nav li:not(:first-child) a:before,.ui.module-tab.panel.rounded .tab-content,.ui.module-tab.vertical li:last-child a:before{
    border-top-left-radius:0
}
.ui.nav.separate.vertical ul li:not(:first-child) a:before,.ui.tab.vertical .tab-nav li:not(:first-child) a:before,.ui.nav.fullwidth.rounded li:last-child a,.ui.nav.fullwidth.rounded li:last-child,.ui.nav.rounded.vertical li:last-child,.ui.module-tab.panel.rounded .tab-content,.ui.module-tab.vertical li:first-child a:before,.ui.module-tab.vertical li:last-child a:before{
    border-top-right-radius:0
}
.ui.nav.rounded.vertical>li:first-child,.ui.nav.rounded.vertical>li:first-child a,.ui.module-accordion.rounded>li:last-child.current .accordion-title,.ui.module-accordion.separate.rounded li.current .accordion-title{
    border-bottom-left-radius:0
}
.ui.nav.rounded.vertical>li:first-child,.ui.nav.rounded.vertical>li:first-child a,.ui.nav.fullwidth.rounded li:last-child a,.ui.nav.fullwidth.rounded li:last-child,.ui.module-accordion.rounded>li:last-child.current .accordion-title,.ui.module-accordion.separate.rounded li.current .accordion-title{
    border-bottom-right-radius:0
}
.ui.nav.rounded.vertical.separate>li:first-child,.ui.nav.rounded.vertical.separate>li:first-child a,.ui.nav.rounded.vertical.separate>li:last-child,.ui.nav.rounded.vertical.separate>li:last-child a,.ui.module-accordion.separate.rounded li,.ui.module-accordion.separate.rounded .accordion-title,.ui.module-tab.rounded .tab-content{
    border-radius:8px
}
.ui.nav.rounded.vertical>li:last-child:before,.ui.module-tab.rounded.vertical .tab-nav li,.ui.nav.rounded.vertical>li:last-child a:before{
    border-radius:0
}
/*/
themify-builder/css/modules/colors/tb_default_color.min.css*/
 .module.module-buttons a.tb_default_color,.module .ui.nav.tb_default_color a,.ui.module-tab.tb_default_color .tab-nav li a{
    color:#555
}
.tb_default_color,.tb_default_color.nav,.tb_default_color.nav ul,.tb_default_color.separate>li,.module-tab.tb_default_color .tab-nav li,.tb_default_color.vertical .tab-nav,.module-tab.panel.tb_default_color .tab-nav,.module-accordion.tb_default_color .accordion-title,.tb_default_color.module-callout{
    background-color:#f7f7f7;
    color:#555
}
.tb_default_color,.tb_default_color.nav ul,.tb_default_color.nav li,.tb_default_color_default_color.module-tab .tab-nav li,.module-tab.tb_default_color .tab-content,.module-tab.tb_default_color.panel .tab-nav,.tb_default_color.module-accordion>li,.tb_default_color.module-callout{
    border-color:rgba(0,0,0,.05)
}
/*/
themify-builder/css/modules/accordion.min.css*/
 .module-accordion{
    margin-bottom:1em;
    padding:0
}
.accordion-content{
    background:#fff;
    padding:1em;
    color:#333
}
.accordion-content:after{
    content:"";
    display:table;
    clear:both
}
.accordion-title{
    font-size:105%;
    line-height:140%;
    font-weight:bold;
    margin:0
}
.ui.module-accordion,.ui.module-accordion>li{
    border:solid 1px rgba(0,0,0,.05)
}
.ui.module-accordion{
    margin-bottom:0
}
.module-accordion h1,.module-accordion h2,.module-accordion h3,.module-accordion h4,.module-accordion h5,.module-accordion h6{
    color:inherit;
    margin-top:0
}
.ui .accordion-content .module_row{
    visibility:visible !important
}
.ui.module-accordion>li{
    border-width:1px 0 0;
    position:relative;
    margin:0;
    padding:0;
    list-style:none
}
.ui.module-accordion li:hover .accordion-title{
    background:#f1f1f1
}
.ui.module-accordion>li.current{
    background:0;
    box-shadow:none
}
.ui.module-accordion>li.current .accordion-content{
    box-shadow:inset 0 1px 1px rgba(0,0,0,.1)
}
.ui.module-accordion>li:first-child{
    border-top-width:0
}
.ui.module-accordion .accordion-title a{
    text-decoration:none;
    display:flex;
    align-items:center;
    padding:.5em 1em
}
.ui .accordion-content a,.module .ui.module-accordion .accordion-title a{
    color:inherit
}
.ui.module-accordion .accordion-title a:hover{
    color:inherit;
    text-decoration:none
}
.accordion-title i{
    margin-right:.4em
}
/*/
themify-builder/css/modules/accordion_styles/separate.min.css*/
 .ui.module-accordion.separate{
    background:0;
    border:0
}
.ui.module-accordion.separate>li,.ui.module-accordion.separate>li:first-child{
    margin-bottom:5px;
    border-width:1px
}
/*/
themify-builder/css/modules/accordion_styles/transparent.min.css*/
 .ui.module-accordion.transparent{
    border:0;
    box-shadow:none
}
.ui.module-accordion.transparent .accordion-title{
    background:0;
    border:0
}
.ui.module-accordion.transparent ul,.ui.module-accordion.transparent li,.ui.module-accordion.transparent li:hover .accordion-title,.ui.module-accordion.transparent .accordion-content,.ui.module-accordion.transparent li.current{
    background:0;
    border:0;
    box-shadow:none
}
.ui.module-accordion.transparent li.current .accordion-content{
    box-shadow:none
}
.ui.module-accordion.transparent .accordion-content{
    color:inherit
}
.ui.module-accordion.transparent .accordion-title a{
    padding-left:0;
    padding-right:0
}
/*/
wp-content/themes/themify-ultra/styles/modules/back-top.min.css*/
 .back-top{
    margin:0 auto .6em auto;
    width:200px
}
.back-top:not(.back-top-float) .arrow-up a{
    text-decoration:none;
    display:inline-block;
    position:relative;
    outline:0;
    bottom:0;
    padding:.4em;
    line-height:1;
    z-index:10;
    color:inherit;
    transition:bottom .5s
}
.back-top:not(.back-top-float):hover .arrow-up a{
    bottom:20px
}
.footer-block .back-top:not(.back-top-float) .arrow-up a:hover,.footer-block .back-top:not(.back-top-float) .arrow-up a{
    background:0
}
.back-top a:before{
    content:'';
    display:inline-block;
    width:30px;
    height:30px;
    border:2px solid transparent;
    border-top-color:inherit;
    border-left-color:inherit;
    transform:rotate(45deg);
    margin-top:4px
}
#footer .back-top-float,#pagewrap .back-top-float{
    background-color:var(--theme_accent_semi);
    border-radius:100%;
    color:#fff;
    cursor:pointer;
    position:fixed;
    right:20px;
    bottom:20px;
    left:auto;
    top:auto;
    width:44px;
    height:44px;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    font-size:16px;
    opacity:1;
    z-index:101;
    transition:opacity .2s ease-in-out .2s,transform .2s ease-in-out,background-color .5s;
    box-shadow:0 1px 8px rgba(0,0,0,.12)
}
#footer .back-top-hide,#pagewrap .back-top-hide{
    opacity:0;
    pointer-events:none
}
.back-top-float .arrow-up a,#pagewrap .back-top-float .arrow-up a{
    background:0;
    color:inherit
}
.back-top-float .arrow-up,#pagewrap .back-top-float .arrow-up{
    position:absolute;
    top:5px;
    left:50%
}
#pagewrap .back-top-float:hover,.back-top:not(.back-top-float) .arrow-up a:hover{
    background-color:var(--theme_accent)
}
.back-top-float:hover .arrow-up,#pagewrap .back-top-float:hover .arrow-up{
    animation:back-top-arrow-up .25s linear .2s infinite alternate
}
.back-top-float a:before,#pagewrap .back-top-float a:before{
    width:13px;
    height:13px;
    position:absolute;
    top:14px;
    left:50%;
    margin-left:-7px;
    margin-top:0;
    border-width:1px
}
.footer-horizontal-left .back-top,.footer-horizontal-right .back-top,.footer-left-col .back-top,.footer-right-col .back-top{
    position:absolute;
    top:-35px;
    width:60px;
    margin:0
}
.footer-horizontal-left .back-top .arrow-up a,.footer-horizontal-right .back-top .arrow-up a,.footer-left-col .back-top .arrow-up a,.footer-right-col .back-top .arrow-up a{
    background-color:rgba(171,171,171,.78);
    color:#fff;
    width:60px;
    height:25px;
    line-height:100%;
    padding:10px 0 0;
    text-align:center !important;
    border-radius:8px 8px 0 0
}
.footer-horizontal-left .back-top a:before,.footer-horizontal-right .back-top a:before,.footer-left-col .back-top a:before,.footer-right-col .back-top a:before{
    width:14px;
    height:14px
}
.footer-horizontal-left .back-top:hover .arrow-up a,.footer-horizontal-right .back-top:hover .arrow-up a,.footer-left-col .back-top:hover .arrow-up a,.footer-right-col .back-top:hover .arrow-up a{
    bottom:0
}
.footer-horizontal-left .back-top .arrow-up:hover a,.footer-horizontal-right .back-top .arrow-up:hover a,.footer-left-col .back-top .arrow-up:hover a,.footer-right-col .back-top .arrow-up:hover a{
    background-color:#000
}
@keyframes back-top-arrow-up{
    0%{
        top:0
    }
    100%{
        top:-5px
    }
}
/*/
wp-content/themes/themify-ultra/styles/modules/footer.min.css*/
 #footerwrap{
    padding:54px 0 2em;
    border-top:1px solid rgba(0,0,0,.05);
    background-color:#fff
}
#footer{
    font-size:.9em
}
#footer .module_row>.row_inner{
    max-width:100%
}
.footer-block #footerwrap{
    text-align:center;
    position:static
}
.footer-text{
    padding:0 0 2em;
    line-height:1.8em;
    font-size:.85em
}
.footer-widgets .widget{
    margin:0 0 1.5em
}
.footer-widgets .widgettitle{
    color:inherit;
    margin:0 0 1em
}
.main-col,.section-col{
    box-sizing:border-box
}
@media screen and (max-width:1024px){
    .footer-widgets .col4-1{
        width:48.4%
    }
    .footer-widgets .col4-1:nth-child(2n+1){
        margin-left:0;
        clear:left
    }
}
@media screen and (max-width:680px){
    #footerwrap{
        padding-top:35px
    }
    .footer-widgets .col4-2,.footer-widgets .col3-1{
        margin-left:0;
        width:100%;
        max-width:100%
    }
}
/*/
wp-content/themes/themify-ultra/styles/modules/footer-nav.min.css*/
 .footer-nav{
    margin:.5em 0 1em;
    padding:0
}
.footer-nav li{
    display:inline-block;
    padding:0;
    margin:0;
    list-style:none;
    position:relative
}
.footer-nav a{
    text-decoration:none;
    margin:0 1em .8em 0
}
.footer-horizontal-left .footer-nav a,.footer-horizontal-right .footer-nav a,.footer-left-col .footer-nav a,.footer-right-col .footer-nav a{
    margin:0 .8em 1em 0;
    padding:0
}
.footer-nav li ul{
    background-color:#fff;
    box-shadow:0 0 0 1px rgba(0,0,0,.1),0 3px 12px rgba(0,0,0,.12);
    border-radius:8px;
    margin:0;
    padding:.6em 0;
    position:absolute;
    z-index:99;
    bottom:100%;
    list-style:none;
    text-align:left;
    box-sizing:border-box
}
#footerwrap .footer-nav ul a{
    display:block;
    width:238px;
    padding:.5em 1.25em .5em 1.6em;
    margin:0;
    box-sizing:border-box;
    color:#666
}
#footerwrap .footer-nav ul a:hover{
    color:var(--theme_accent)
}
.footer-nav li li ul{
    left:100%;
    bottom:-.65em
}
@media(hover:hover){
    .footer-nav li ul{
        opacity:0;
        visibility:hidden;
        transform:scale(1,0);
        transform-origin:bottom;
        transition:transform .2s ease-in-out,opacity .2s ease-in-out
    }
    .footer-nav li:hover>ul,.footer-nav li>a:focus+.sub-menu,.footer-nav li>.sub-menu:focus-within{
        margin-bottom:0;
        opacity:1;
        visibility:visible;
        transform:none;
        pointer-events:auto
    }
}
@media(hover:none){
    .footer-nav li ul{
        display:none
    }
}
.footer-nav li:hover>a{
    color:var(--theme_accent)
}
.footer-nav li.edge ul{
    left:auto;
    right:0
}
.footer-nav ul li.edge ul{
    right:100%
}
.footer-right-col #footerwrap .footer-nav ul li.edge ul{
    left:auto;
    right:100%
}
.footer-horizontal-left #footer .footer-nav,.footer-horizontal-right #footer .footer-nav{
    float:left;
    margin-top:0
}
@media screen and (max-width:680px){
    #footerwrap .footer-nav ul a{
        width:160px
    }
}
/*/
wp-content/themes/themify-ultra/style.min.css*/
 html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset,figure{
    margin:0;
    padding:0
}
img,fieldset,a{
    border:0
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}
iframe,audio{
    max-width:100%
}
:root{
    --theme_accent:#ed1e24;
    --theme_accent_semi:rgba(251,9,48,.8);
    --theme_accent_hover:#000
}
body{
    overflow-wrap:break-word;
    background-color:#fff;
    color:#666;
    -ms-text-size-adjust:100%;
    -moz-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%
}
a{
    text-decoration:none;
    color:var(--theme_accent);
    transition:color .3s ease-in-out
}
a:hover{
    color:var(--theme_accent_hover)
}
p{
    padding:0;
    margin:0 0 1.3em
}
small{
    font-size:87%
}
blockquote{
    font-size:1.1em;
    line-height:1.4em;
    padding:.8em 1.4em;
    margin:0 5% 1.2em;
    border-left:solid 3px rgba(150,150,150,.3)
}
ins{
    text-decoration:none
}
ul,ol{
    margin:0 0 1.4em 1.6em;
    padding:0
}
li{
    margin:0 0 1em 0;
    padding:0
}
h1,h2,h3,h4,h5,h6{
    line-height:1.4em;
    margin:0 0 .5em;
    overflow-wrap:normal;
    color:#000
}
h1{
    font-size:2.5em;
    line-height:1.2em;
    letter-spacing:-.03em
}
h2{
    font-size:2em;
    line-height:1.3em;
    letter-spacing:-.02em
}
h3{
    font-size:1.45em;
    letter-spacing:-.02em
}
h4{
    font-size:1.1em;
    letter-spacing:.05em;
    line-height:1.6em;
    text-transform:uppercase
}
h5{
    font-size:1.2em;
    line-height:1.7em
}
h6{
    font-size:1.1em;
    line-height:1.7em
}
input,textarea,select,input[type=search],button{
    font-size:100%;
    font-family:inherit;
    max-width:100%
}
input:read-write,input:read-only,input[type=radio],input[type=checkbox],select,textarea{
    background:#fff;
    border:1px solid rgba(0,0,0,.2);
    padding:.6em;
    max-width:100%;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border-radius:8px
}
input:read-write,input:read-only{
    margin:0 1em .4em 0;
    width:17em
}
input[type=number]{
    width:7em
}
input[type=checkbox]+label{
    display:inline-block
}
textarea{
    width:100%;
    min-height:13.5em;
    margin:0
}
select{
    padding-right:30px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke-linecap='round' width='100' height='100' stroke='rgba(40,40,40,.8)' stroke-width='3'%3E%3Cpolyline points='2.7,2.3 49.1,57.2 95.5,2.3 '/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-size:12px;
    background-position:calc(100% - 8px) calc(50% + 3px)
}
input[type=radio],input[type=checkbox]{
    border-radius:6px;
    clear:none;
    cursor:pointer;
    padding:0 2px;
    margin:0 .3em 0 0;
    width:20px;
    height:20px;
    display:inline-block;
    vertical-align:middle;
    text-align:center;
    line-height:1;
    -webkit-appearance:none
}
input[type=radio]{
    padding:0;
    border-radius:100%;
    display:inline-flex;
    justify-content:center;
    align-items:center
}
input[type="checkbox"]:before{
    content:"";
    display:inline-block;
    width:12px;
    height:5px;
    margin-bottom:4px;
    margin-left:1px;
    border-left:1px solid transparent;
    border-bottom:1px solid transparent;
    transform:rotateZ(-45deg) skewY(-10deg)
}
input[type="checkbox"]:checked:before{
    border-left:1px solid;
    border-bottom:1px solid
}
input[type="radio"]:checked:before{
    content:"";
    display:inline-block;
    vertical-align:middle;
    border-radius:100%;
    background-color:#222;
    width:12px;
    height:12px
}
select:focus,textarea:focus,input:read-write:focus,input:read-only:focus{
    border-color:rgba(0,0,0,.5)
}
input[type=reset],input[type=submit],button{
    background-color:var(--theme_accent);
    color:#fff;
    border:0;
    padding:.65em 1.4em;
    cursor:pointer;
    border-radius:30px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.065em;
    -webkit-appearance:none;
    transition:background .3s,color .3s,transform .3s
}
input[type=reset]:hover,input[type=submit]:hover,button:hover{
    background-color:var(--theme_accent_hover);
    color:#fff;
    box-shadow:0 5px 10px rgba(0,0,0,.1);
    transform:translateY(-1px)
}
.gm-style-mtc button{
    border-radius:0
}
img,textarea,input,#main-nav ul a,.sidemenu,.post,.post-content,.author-box,.widget{
    box-sizing:border-box
}
.col4-1,.col4-2,.col3-1{
    float:left;
    margin-left:3.2%
}
.col4-1{
    width:22.6%
}
.col4-2{
    width:48.4%
}
.col3-1{
    width:31.2%
}
.col4-1.first,.col4-2.first,.col3-1.first{
    margin-left:0;
    clear:left
}
.pagewidth,.module_row>.row_inner,.module-layout-part .module_row.fullwidth_row_container>.row_inner{
    width:1160px;
    max-width:100%;
    margin:0 auto
}
.module_row.fullwidth>.row_inner{
    width:100%
}
#layout{
    display:flex;
    flex-wrap:wrap
}
#content{
    width:71%;
    padding:5.75% 0
}
.sidebar-none #content{
    width:100%
}
.sidebar-none #layout{
    display:block
}
.sidemenu-active{
    position:relative;
    transition:left .2s ease-in-out
}
.sidemenu-active,.sidemenu-active #headerwrap{
    left:0
}
.sidemenu-right{
    left:-300px
}
.sidemenu-left,.sidemenu-left #headerwrap{
    left:300px
}
.full_width #layout{
    flex-wrap:wrap;
    width:100%;
    max-width:100%
}
.full_width #content{
    padding:0;
    width:100%;
    max-width:100%
}
#headerwrap{
    color:#000;
    position:absolute;
    background-color:#fff;
    border-bottom:1px solid rgba(0,0,0,.05);
    min-height:55px;
    z-index:999;
    top:0;
    left:0;
    margin-bottom: 100px !important;
    transition:background-color .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out,left .3s ease-in-out,min-height .3s ease-in-out
}
.fixed-header-enabled #headerwrap{
    position:sticky;
    position:-webkit-sticky
}
.transparent-header #headerwrap{
    position:fixed
}
.transparent-header.no-fixed-header #headerwrap{
    position:absolute
}
.no-fixed-header #headerwrap{
    position:relative
}
#header{
    position:relative;
    padding:2em 0;
    overflow:visible;
    z-index:1
}
.header-widget{
    font-size:.92em;
    height:100%
}
.header-widget .widget{
    margin:2em 0
}
.header-widget .widgettitle{
    margin:0 0 .5em;
    font-size:1em;
    color:inherit
}
.fixed-header-on .tf_sticky_logo ~ *{
    display:none !important
}
.search-button{
    color:inherit;
    padding:9px 10px;
    margin:0;
    margin-left:3px;
    line-height:1;
    box-sizing:border-box;
    font-size:19px;
    border-radius:100%
}
.search-button:hover{
    background:rgba(200,200,200,.25)
}
a.search-button{
    text-decoration:none
}
.search-button:focus{
    outline:0
}
#main-nav{
    padding:0;
    margin:0
}
#main-nav li{
    margin:0;
    padding:0;
    list-style:none;
    position:relative;
    display:inline-block
}
#main-nav ul li{
    background:0;
    float:none;
    display:block
}
#main-nav li>.sub-menu{
    padding:.6em 0;
    margin:0;
    position:absolute;
    z-index:100;
    opacity:0;
    left:-.3em;
    top:100%;
    transform:scale(1,0);
    transform-origin:top;
    box-sizing:border-box;
    transition:transform .3s ease-in-out,opacity .3s ease-in-out;
    box-shadow:0 0 0 1px rgba(0,0,0,.1),0 3px 12px rgba(0,0,0,.12);
    border-radius:8px;
    background:#fff;
    width:210px
}
#main-nav li .sub-menu .sub-menu{
    left:100%;
    top:-.65em
}
#main-nav .edge>.sub-menu{
    left:auto;
    right:0
}
#main-nav ul .edge>.sub-menu{
    left:auto;
    right:100%
}
@media(hover:hover){
    #main-nav li:hover>.sub-menu,#main-nav li>a:focus+.sub-menu,#main-nav li>.sub-menu:focus-within{
        opacity:1;
        transform:scale(1,1)
    }
}
.menu-item .child-arrow{
    display:none;
    cursor:pointer;
    z-index:12;
    width:36px;
    height:36px;
    border-radius:100%;
    position:absolute;
    right:0;
    top:4px;
    transition:transform .3s
}
.child-arrow:before,.child-arrow:after{
    top:50%;
    left:12px;
    content:'';
    position:absolute;
    transition:transform .3s ease-in-out;
    height:1px;
    width:8px;
    transform:rotate(45deg);
    background:currentColor;
    z-index:9999;
    border-radius:10px
}
.child-arrow:after{
    left:17px;
    transform:rotate(-45deg)
}
.toggle-on>a .child-arrow:after,.toggle-on>a .child-arrow:before{
    left:10px;
    width:15px
}
.toggle-on>a .child-arrow{
    transform:rotateZ(180deg)
}
@media(hover:none){
    #main-nav .menu-item-has-children>a{
        padding-right:45px
    }
    #footer-nav .menu-item-has-children>a{
        padding-right:30px
    }
    .menu-item .child-arrow{
        margin-left:7px;
        border-radius:100%;
        display:inline-block;
        padding:0;
        right:5px;
        top:50%;
        margin-top:-17px
    }
    #main-nav .toggle-on>a>.child-arrow{
        background:rgba(214,214,214,.4)
    }
    #main-nav li>.sub-menu{
        display:none
    }
    #main-nav li.toggle-on>.sub-menu{
        transform:scale(1,1);
        opacity:1
    }
}
.tf_post_count{
    background:rgba(202,202,202,.3);
    border-radius:100%;
    font-size:.7em;
    line-height:1em;
    padding:.4em;
    margin-left:5px;
    display:none;
    min-width:11px;
    text-align:center;
    vertical-align:middle
}
.has-mega-sub-menu .tf_post_count{
    display:inline-block
}
#main-nav .has-mega-column .widget_product_categories .product-categories a{
    width:auto;
    padding-left:0;
    padding-right:0;
    display:inline-block
}
#main-nav .has-mega-column .product-categories .count{
    display:inline-block
}
#main-nav a{
    color:inherit;
    display:block;
    position:relative;
    padding:.6em;
    margin:0;
    text-decoration:none;
    transition:color .2s ease-in-out
}
#main-nav .highlight-link>a{
    border:0;
    background-color:rgba(200,200,200,.25);
    color:#000;
    padding:.3em 1em;
    margin-left:.6em;
    margin-right:.6em;
    border-radius:30px
}
#main-nav .highlight-link:last-child>a{
    margin-right:0
}
#main-nav a>em .tf_fa{
    margin-right:5px
}
#main-nav a .tf_lazy{
    display:none
}
#main-nav ul a{
    padding:.4em 1.4em;
    text-align:left
}
#main-nav ul a,#main-nav .mega-menu-posts a,#main-nav .mega-menu-posts span{
    color:#353535
}
#main-nav a:hover,#main-nav .current_page_item>a,#main-nav .current-menu-item>a,#main-nav ul a:hover{
    color:var(--theme_accent)
}
#main-nav .has-mega-column>.sub-menu a{
    background:0;
    padding:.5em 0
}
#main-nav .mega-menu-posts .post-title{
    font-size:.95em;
    letter-spacing:0;
    font-weight:400;
    text-transform:none;
    line-height:1.45em;
    margin:0;
    padding:0
}
#main-nav .mega-menu-posts .post a{
    text-transform:none;
    padding:0
}
#main-nav .mega-menu-posts .post del{
    opacity:.5;
    font-size:.85em
}
#main-nav .has-mega-column .widget{
    margin:0 0 .5em;
    text-align:left
}
#main-nav .has-mega-column .widget h1,#main-nav .has-mega-column .widget h2,#main-nav .has-mega-column .widget h3,#main-nav .has-mega-column .widget h4,#main-nav .has-mega-column .widget h5,#main-nav .has-mega-column .widget h6{
    color:inherit
}
#main-nav .has-mega-column .widgettitle,#main-nav .has-mega-column>.sub-menu>.columns-sub-item>a{
    font-size:1.05em;
    font-weight:600;
    line-height:1.6em;
    margin:0 0 .5em;
    padding:0;
    text-decoration:none;
    letter-spacing:0;
    text-transform:none
}
#main-nav .has-mega-column .widgettitle:before{
    display:none;
    margin:0;
    padding:0
}
#main-nav .has-mega-column>.sub-menu>li{
    line-height:1.7em;
    box-sizing:border-box
}
.header-icons a,.header-icons a:hover{
    color:inherit;
    text-decoration:none
}
#headerwrap .header-icons>*{
    vertical-align:middle
}
.slide-cart .header-icons{
    min-width:75px;
    text-align:right
}
#menu-icon{
    margin:0 0 0 10px;
    padding:10px 9px 11px;
    line-height:1em;
    border-radius:100%
}
#menu-icon:hover{
    background:rgba(200,200,200,.25)
}
.menu-icon-inner{
    border-bottom:2px solid;
    box-sizing:border-box;
    position:relative;
    width:22px;
    height:18px
}
.menu-icon-inner:before,.menu-icon-inner:after{
    content:'';
    display:block;
    border-top:2px solid;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    transition:border .7s ease;
    transition-property:transform
}
.menu-icon-inner:after{
    top:50%
}
#menu-icon-close{
    transform:rotateZ(0);
    transition:border .3s ease-in-out,transform .3s ease-in-out
}
.body-overlay{
    display:none;
    background-color:rgba(206,206,206,.8);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
}
.body-overlay-on{
    display:block;
    z-index:998
}
#headerwrap.fixed-header{
    background-color:rgba(255,255,255,.9)
}
#headerwrap.fixed-header:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    pointer-events:none;
    z-index:0;
}
.slide-cart-visible #headerwrap:before,.mobile-menu-visible #headerwrap:before,.fixed-header .header-bar,.fixed-header .search-button,.fixed-header .header-widget{
    display:none
}
.fixed-header #header{
    transition:padding .3s ease-in-out;
    padding-top:5px;
    padding-bottom:5px
}
.revealing-header #headerwrap{
    transition:transform .5s ease-in-out,opacity .5s ease-in-out
}
.revealing-header #headerwrap.header_hidden{
    transform:translateY(-100%);
    opacity:0
}
.page-title{
    margin:0 0 1em;
    padding:0
}
.author-bio{
    margin:0 0 2em;
    overflow:hidden
}
.author-bio .author-avatar{
    float:left;
    margin:0 1.2em 0 0
}
.author-bio .author-avatar img{
    border-radius:8px;
    width:100px
}
.author-bio .author-name{
    margin:0 0 .5em;
    padding:0;
    font-size:1.6em
}
.author-posts-by{
    margin:0 0 1.5em;
    padding:1em 0 0;
    font-size:1.4em;
    text-transform:uppercase;
    border-top:solid 4px rgba(118,118,118,.1)
}
.post{
    margin-bottom:2em;
    position:relative
}
.post-content{
    min-width:120px
}
.post-title{
    font-size:2.4em;
    line-height:1.4em;
    margin:0 0 .4em;
    padding:0;
    text-transform:none;
    letter-spacing:-.04em
}
.post-title a{
    text-decoration:none;
    color:#000
}
.post-title a:hover{
    color:var(--theme_accent)
}
.post-image{
    margin:0 0 1em
}
.post-image img{
    vertical-align:bottom;
    border-radius:8px
}
.post-image.left{
    float:left;
    margin-right:1em
}
.post-image.right{
    float:right;
    margin-left:1em
}
.post-meta{
    font-size:.9em;
    line-height:1.6em;
    margin:0 0 .5em;
    padding:0
}
.post-meta .separator{
    opacity:.1
}
.post-meta a{
    text-decoration:none
}
.post-meta .post-comment:before,.post-meta .post-category:before,.post-meta .post-tag:before{
    display:inline-block;
    content:'';
    width:1px;
    height:1.3em;
    margin:0 .9em 0 .45em;
    white-space:nowrap;
    vertical-align:middle;
    border-left:1px solid;
    transform:skewX(-15deg);
    opacity:.2
}
.post-meta .post-category:first-child:before{
    display:none
}
.post-meta .post-comment .tf_fa{
    margin-left:8px;
    vertical-align:text-top;
    font-size:.8em;
    opacity:.7
}
.more-link,.more-link:hover{
    text-decoration:none
}
.more-link:after{
    content:'';
    border:1px solid transparent;
    border-top-color:inherit;
    border-right-color:inherit;
    min-width:.7em;
    min-height:.7em;
    transform:rotateZ(45deg);
    margin-left:.5em;
    text-decoration:none;
    display:inline-block;
    vertical-align:middle
}
.post-date{
    margin:0 0 .4em;
    display:block;
    font-size:.8em;
    text-transform:uppercase;
    letter-spacing:.04em
}
.loops-wrapper .post{
    text-align:center
}
.loops-wrapper .post-image{
    margin-bottom:1em;
    position:relative;
    transition:border .3s ease-in-out,margin .3s ease-in-out,width .3s ease-in-out,transform .3s ease-in-out
}
.author-box{
    margin:5.5em 0;
    border:0
}
.author-box .author-avatar{
    float:left;
    margin:0 2em .3em 0
}
.author-box .author-name{
    margin:0 0 .3em
}
.post-pagination{
    text-align:right;
    margin:.5em 0 2em
}
.post-pagination strong{
    margin-right:3px
}
.post-pagination a{
    margin-left:3px;
    margin-right:3px
}
.tf_load_more{
    padding:30px 0
}
a.load-more-button{
    padding:10px 28px;
    text-decoration:none;
    display:none;
    box-sizing:border-box;
    width:auto;
    background:rgba(183,183,183,.16);
    border-radius:30px
}
.post-video{
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
    margin-bottom:15px
}
.post-video iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.featured-area img{
    width:100%
}
.loops-wrapper.no-gutter .post-image{
    margin:0
}
.loops-wrapper.no-gutter .post,ul.products.no-gutter li.product .post-image,.loops-wrapper.no-gutter .post-image img{
    border-radius:0
}
.widget{
    margin:0 0 2.4em
}
.widgettitle{
    margin:0 0 1em;
    padding:0;
    font-size:1em;
    font-weight:600;
    text-transform:uppercase;
    line-height:1.3em;
    letter-spacing:.09em
}
.widget ul{
    margin:0;
    padding:0
}
.widget li{
    margin:0;
    padding:.4em 0;
    list-style:none;
    clear:both
}
.widget ul ul{
    margin:.6em 0 -.6em 0;
    padding:0
}
.widget ul ul li{
    margin:0;
    padding-left:1em
}
iframe[src*="facebook"]{
    background-color:#fff
}
#content .twitter-tweet-rendered{
    max-width:100% !important
}
#content .twt-border{
    max-width:100% !important;
    min-width:180px !important
}
.module-title{
    font-size:1.2em;
    font-weight:600;
    margin:0 0 .8em
}
.col4-3 .loops-wrapper .post,.col4-2 .loops-wrapper .post,.col4-1 .loops-wrapper .post,.col3-2 .loops-wrapper .post,.col3-1 .loops-wrapper .post,.col2-1 .loops-wrapper .post{
    text-align:inherit;
    margin-bottom:1em
}
.col4-3 .loops-wrapper.list-post .post-title,.col4-2 .loops-wrapper.list-post .post-title,.col4-1 .loops-wrapper.list-post .post-title,.col3-2 .loops-wrapper.list-post .post-title,.col3-1 .loops-wrapper.list-post .post-title,.col2-1 .loops-wrapper.list-post .post-title{
    font-size:1.4em;
    margin:0 0 .5em
}
.module-map{
    margin-bottom:0
}
.shortcode.themify-icon .themify-icon-icon{
    font-size:1.3em
}
a.shortcode.button{
    border-radius:2px;
    padding:.65em 1em
}
.module-image .image-title,.module-tile .tile-title,.module-feature .module-feature-title,.module-pro-image .image-pro-title{
    font-size:1.1em;
    font-weight:600
}
.module-service-menu .tb-menu-title{
    text-transform:inherit;
    letter-spacing:inherit
}
.tb_optin_horizontal form>div[class*="tb_optin_"]{
    width:auto
}
.module-optin.tb_optin_horizontal .tb_optin_submit{
    background:0
}
img.alignleft,img.aligncenter,img.alignright,img.alignnone{
    margin-bottom:1em
}
.alignleft{
    float:left;
    margin-right:1em
}
.alignright{
    float:right;
    margin-left:1em
}
.aligncenter{
    text-align:center;
    display:block;
    margin-left:auto;
    margin-right:auto
}
.wp-caption{
    text-align:center;
    margin-bottom:1em;
    max-width:100%
}
.wp-caption-text{
    margin:.5em 0
}
body.attachment{
    width:auto;
    float:none;
    position:static
}
.single .attachment.post{
    width:auto;
    float:none
}
.widget li:after,.menu:after{
    content:"";
    display:table;
    clear:both
}
.post-image,.post-img,.module-feature-image,.slide-image{
    transition:.3s ease-in-out;
    transition-property:border,padding,width
}
.mobile-menu-visible{
    overflow-y:hidden
}
@media screen and (max-width:1260px){
    h1{
        font-size:2.4em
    }
    h2{
        font-size:2em
    }
    .pagewidth,.module_row>.row_inner,.module-layout-part .module_row.fullwidth_row_container>.row_inner{
        max-width:94%
    }
    #pagewrap,.default_width #layout .module_row>.row_inner,.module-layout-part .module_row.fullwidth>.row_inner,.module_row.fullwidth>.row_inner{
        max-width:100%
    }
}
@media screen and (max-width:1024px){
    .header-widget .col4-1{
        width:48.4%
    }
    .header-widget .col4-1:nth-child(2n+1){
        margin-left:0;
        clear:left
    }
}
@media screen and (max-width:760px){
    body .pagewidth,.module_row>.row_inner,.module-layout-part .module_row.fullwidth_row_container>.row_inner{
        max-width:90%
    }
    #layout{
        flex-wrap:wrap
    }
    #sidebar,#content{
        width:100%;
        max-width:100%;
        clear:both;
        padding-top:10%
    }
}
@media screen and (max-width:680px){
    h1{
        font-size:1.9em
    }
    h2,.post-title,.loops-wrapper.tf_clear .post-title{
        font-size:1.6em
    }
    h3{
        font-size:1.35em
    }
    .col4-1{
        font-size:.95em
    }
    .col4-2,.col3-1{
        margin-left:0;
        width:100%;
        max-width:100%
    }
    .fixed-header #site-logo img:not(.tf_sticky_logo){
        width:auto;
        max-height:40px
    }
    #headerwrap .header-icons{
        right:5%
    }
    .loops-wrapper.list-post .post-image,.loops-wrapper.grid4 .post-image,.loops-wrapper.grid3 .post-image,.loops-wrapper.grid2 .post-image,.loops-wrapper.list-large-image .post-image{
        float:none;
        position:static;
        width:auto;
        max-width:none;
        overflow:visible
    }
}
/*/
wp-content/themes/themify-ultra/styles/headers/header-top-widgets.min.css*/
 #header{
    padding:1em 0
}
.header-bar{
    float:left
}
#site-logo{
    margin:.5em .7em .5em 0
}
#site-description{
    margin:5px .5em 5px 0;
    font-size:.8em
}
#headerwrap #searchform-wrap,.cart-icon,.search-button,.social-widget{
    order:1
}
.social-widget .social-links.horizontal li{
    padding-bottom:0;
    margin-bottom:0
}
#headerwrap .header-widget-full #searchform #s{
    position:static
}
#main-nav .has-mega-column>.sub-menu{
    padding:32px 39px 39px
}
.sidemenu-off .navbar-wrapper,#header{
    display:flex;
    align-items:center
}
.sidemenu-off{
    flex:1
}
.sidemenu-off #main-nav-wrap{
    margin-left:auto
}
.header-widget{
    height:auto;
    padding:7px 0
}
.header-widget .header-widget-inner{
    overflow:auto;
}
.fixed-header-on #headerwrap .social-widget,.fixed-header-on #headerwrap #searchform-wrap,.fixed-header .search-button{
    display:inline-block
}
.fixed-header .header-bar{
    display:block
}
.header-top-widgets .pull-down,.sidemenu .header-widget{
    display:none
}
.header-widget-full{
    background:rgba(0,0,0,.07);
    font-size:.9em;
    position:relative;
    z-index:2
}
.header-widget-full .header-widget-inner{
    margin:0 auto;
    max-width:100%;
    width:1160px
}
.header-widget-full .header-widget-inner .widget{
    margin:1em 0;
    padding:0
}
.header-widget-full .header-widget-inner .widget p{
    margin:0 0 5px
}
.header-widget-full .header-widget-inner .widgettitle{
    margin:0 0 .2em
}
.header-top-widgets .sidemenu>p{
    margin:0
}
.header-widget-full .header-widget-inner>.first ~ div:last-child{
    text-align:right
}
.header-widget-full .header-widget-inner .widget{
    margin:0;
    display:inline-block
}
.header-widget-full .header-widget{
    transition:transform .4s,min-height .4s,height .4s;
    min-height:30px;
    display:block
}
.fixed-header .header-widget-full .header-widget{
    transform:translateY(-100%);
    overflow:hidden;
    min-height:0;
    height:0;
    padding:0
}
@media screen and (max-width:1260px){
    .header-widget-full>.header-widget-inner{
        max-width:96%
    }
}
/*/
wp-content/themes/themify-ultra/skins/lawyer/style.min.css*/
 :root{
    --theme_accent:#186bb1;
    --theme_accent_semi:rgba(24,107,177,.8)
}
body{
    font:1em/1.625em 'Public Sans',Arial,sans-serif;
    color:#606060
}
a:hover,.post-nav a:hover>span,.post-title a:hover{
    color:#1b78c7
}
textarea,input[type=text],input[type=password],input[type=search],input[type=email],input[type=url],input[type=number],input[type=tel],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=time],input[type=week]{
    color:#707070;
    border-color:#d7d5d5;
    border-radius:0
}
input[type=reset],input[type=submit],button{
    font:700 1em 'Public Sans',Arial,sans-serif;
    text-transform:uppercase;
    text-align:center;
    border-radius:0;
    padding:.7em 1.8em
}
h1,h2,h3,h4,h5,h6{
    letter-spacing:0;
    text-transform:none;
    margin-bottom:.5em;
    color:#000
}

#headerwrap{
    background-color:#fff
}
#site-description{
    color:#4493d6;
    font-size:.875em;
    letter-spacing:.05em;
    text-align:center;
    text-transform:uppercase
}
.header-top-widgets #site-description{
    margin:5px 1.2em 5px 0;
    opacity:1
}
.header-widget-full{
    background:#082845;
    color:#fff
}
.header-widget-full a{
    color:#fff
}
.header-widget-full a:hover{
    color:#a9d7ff
}
.header-widget-full .col4-2:last-child .widget{
    text-align:right
}
#main-nav a{
    font:1em/1.5em 'Public Sans',Arial,sans-serif
}
.navbar-wrapper+p{
    margin-bottom:0
}
.header-overlay.mobile-menu-visible #headerwrap{
    background-color:rgba(24,107,177,.94)
}
.header-overlay #headerwrap .sidemenu-on #main-nav a:hover,.header-overlay #headerwrap .sidemenu-on #main-nav ul a:hover,.header-overlay #headerwrap .sidemenu-on #main-nav .current_page_item>a,.header-overlay #headerwrap .sidemenu-on #main-nav .current-menu-item>a{
    color:#000
}
.header-stripe #site-logo{
    background-color:var(--theme_accent)
}
.ui.builder_button{
    text-transform:uppercase
}
.module-buttons.xlarge a{
    padding:.625em 1.875em .725em;
    letter-spacing:.05em
}
.module-buttons.xlarge span{
    font-size:1em
}
.module-buttons.large a{
    padding:.825em 1.25em
}
.module.module-buttons a.blue.builder_button{
    background:var(--theme_accent);
    border-color:var(--theme_accent)
}
.ui.module-accordion>li{
    border-bottom:2px solid rgba(255,255,255,.02)
}
.ui.module-accordion .accordion-title{
    font:400 1.875em 'Cormorant Garamond',serif;
    padding-left:1.5em
}
.module-accordion .accordion-content{
    padding:.5em 1em .5em 3em
}
.module-accordion .accordion-title i{
    position:absolute;
    left:0;
    top:17px
}
.post-date{
    font:italic 1.125em 'Cormorant Garamond',serif;
    text-transform:none
}
.loops-wrapper .post{
    text-align:left
}
.post-title{
    font:700 3em/1.2em 'Cormorant Garamond',serif
}
.project-date,.project-client,.project-services,.project-view{
    color:var(--theme_accent)
}
.module-testimonial-slider .testimonial-title{
    color:#fff
}
.testimonial-title{
    background:var(--theme_accent);
    color:#fff;
    font-size:2.25em;
    line-height:1.1;
    letter-spacing:-.02em;
    margin:0 auto;
    padding:.7em 4% .5em 2.5em;
    position:relative;
    text-align:left;
    width:70%;
    box-sizing:border-box
}
.testimonial-title:before{
    content:"\201C";
    color:#fff;
    font-size:86px;
    left:48px;
    line-height:10px;
    position:absolute;
    top:55px
}
.testimonial-entry-content{
    background:var(--theme_accent);
    color:#fff;
    display:block;
    margin:0 auto 2.2em;
    padding:0 4% .5em 4%;
    position:relative;
    text-align:left;
    width:70%;
    box-sizing:border-box
}
.testimonial-entry-content p{
    font:italic 1.275em/1.375em 'Cormorant Garamond',serif
}
.testimonial-entry-content:after{
    content:"";
    width:0;
    height:0;
    border-left:12px solid transparent;
    border-right:12px solid transparent;
    border-top:13px solid var(--theme_accent);
    position:absolute;
    bottom:-12px;
    left:50%;
    transform:translateX(-50%)
}
.testimonial-author{
    margin-top:.5em
}
.testimonial-author .person-name{
    color:#000;
    font:700 1.75em/1.75em 'Cormorant Garamond',serif
}
.testimonial-author .person-company{
    font:italic 1.125em/1.5em 'Cormorant Garamond',serif
}
.testimonials.themify_builder_slider_vertical .carousel-prev,.testimonials.themify_builder_slider_vertical .carousel-next{
    background:0;
    border-radius:0;
    color:var(--theme_accent);
    font-size:3em;
    width:auto;
    height:auto;
    padding:0 12px;
    overflow:visible
}
.testimonials .carousel-nav-wrap .carousel-prev::before,.testimonials .carousel-nav-wrap .carousel-next::before{
    width:1em;
    height:1em;
    border-width:4px
}
.testimonials .carousel-pager a::before{
    background:#ddd;
    content:"";
    opacity:1;
    width:45px;
    height:3px
}
.testimonials .carousel-pager a.selected::before{
    content:"";
    background:var(--theme_accent)
}
#footerwrap{
    background-color:#f1f5f9;
    border-top:0
}
#footer .social-widget a{
    color:var(--theme_accent)
}
#footer .social-widget a:hover{
    color:#057adc
}
#footer .social-widget{
    padding-bottom:0
}
#footer .social-links li{
    margin:0 1px 0 0
}
.footer-text{
    font:1em/1.625em 'Cormorant Garamond',serif
}
.widgettitle{
    font:700 1.875em/1.45em 'Cormorant Garamond',serif;
    text-transform:none;
    letter-spacing:0;
    margin:0 0 .5em
}
.widget .feature-posts-list .feature-posts-title{
    color:#000;
    font:600 1.125em/1.175em 'Cormorant Garamond',serif
}
#footer .textwidget{
    color:#707070
}
.textwidget .shortcode.map .map-container{
    border:0
}
.footer-left-col #footer .widget,.footer-right-col #footer .widget{
    margin:0 0 1em
}
.pull-down{
    color:var(--theme_accent)
}
.pull-down:hover{
    color:#52aefb
}
.single .post-meta,.single .post-title{
    text-align:left
}
.post-nav a{
    font:700 1.3em/1em 'Cormorant Garamond',serif
}
.related-posts .related-title,.comment-title,.comment-reply-title{
    font-weight:700
}
.post-nav .prev{
    padding-left:3.5em
}
.post-nav .next{
    padding-right:3.5em
}
.post-nav .next .arrow:after,.post-nav .prev .arrow:after,.post-nav .next .arrow:before,.post-nav .prev .arrow:before{
    border-width:2px
}
@media screen and (max-width:680px){
    h1{
        font-size:3.75em
    }
    h2{
        font-size:3.125em
    }
    h3{
        font-size:1.65em
    }
    textarea,input[type=text],input[type=password],input[type=search],input[type=email],input[type=url],input[type=number],input[type=tel],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=time],input[type=week]{
        margin-right:0;
        max-width:100%
    }
    .header-widget-full .header-widget-inner .col4-2{
        margin-left:0;
        max-width:100%;
        width:100%;
        padding-left:1em
    }
    .header-widget-full .header-widget-inner .col4-2:last-child .widget{
        text-align:left
    }
    .ui.module-accordion .accordion-title{
        font-size:1.65em
    }
    .footer-widgets .col3-1{
        width:100%;
        margin:0
    }
    .testimonial-title{
        font:2em/1.1em 'Cormorant Garamond',serif;
        padding:.7em 1em .5em;
        width:100%
    }
    .testimonial-title::before{
        font-size:70px;
        left:6px;
        top:42px
    }
    .testimonial-entry-content{
        padding:0 1em .5em 2.1em;
        width:100%
    }
    .testimonials.themify_builder_slider_vertical .carousel-prev,.testimonials.themify_builder_slider_vertical .carousel-next{
        color:#000;
        opacity:.7
    }
    .post-title{
        font-size:2em
    }
    .loops-wrapper.list-post .has-post-thumbnail .post-date-wrap,.single .has-post-thumbnail .post-date-wrap,.loops-wrapper.list-post .post-date-wrap,.single .post-content .post-date-wrap,.loops-wrapper.list-post .post-date,.single .post-content .post-date{
        margin-top:0;
        width:auto;
        height:auto
    }
    .testimonials.themify_builder_slider_vertical .carousel-prev,.testimonials.themify_builder_slider_vertical .carousel-next{
        font-size:1.6em;
        top:auto;
        bottom:23%
    }
}
/*/
wp-content/uploads/themify-css/themify-builder-5-generated.css*/
/* Generated from page: home */
 .themify_builder_content-5 .tb_fe4r459.module_row{
    text-align:center;
    padding-top:5%;
    padding-bottom:0%;
    background-color:rgba(0, 99, 178, 1);
}
 .themify_builder_content-5 .tb_fe4r459.module_row>div.row_inner{
    background-position:100% 100%;
    background-attachment:scroll;
    background-repeat:no-repeat;
    background-size:contain;
    background-image:url(https://lumistry.wpengine.com/wp-content/uploads/2022/08/cloud-element.svg);
}
 .themify_builder_content-5 .tb_d9fl462.module_column{
    padding-left:10em;
    padding-bottom:7em;
    padding-right:8em;
}
 .themify_builder_content-5 .tb_d8oq331.module-image{
    padding-bottom:2em;
}
 .themify_builder_content-5 .tb_k4ht572.module-text .tb_text_wrap,.themify_builder_content-5 .tb_k4ht572.module-text .tb_text_wrap p,.themify_builder_content-5 .tb_k4ht572.module-text .tb_text_wrap blockquote,.themify_builder_content-5 .tb_k4ht572.module-text .tb_text_wrap h1,.themify_builder_content-5 .tb_k4ht572.module-text .tb_text_wrap h2,.themify_builder_content-5 .tb_k4ht572.module-text .tb_text_wrap h3,.themify_builder_content-5 .tb_k4ht572.module-text .tb_text_wrap h4,.themify_builder_content-5 .tb_k4ht572.module-text .tb_text_wrap h5,.themify_builder_content-5 .tb_k4ht572.module-text .tb_text_wrap h6,.themify_builder_content-5 .tb_k4ht572.module-text .tb_text_wrap li,.themify_builder_content-5 .tb_k4ht572.module-text .tb_text_wrap span{
    color:rgba(255, 255, 255, 1);
    -webkit-background-clip:border-box;
    background-clip:border-box;
    background-image:none;
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_k4ht572.module-text.module h1{
    font-size:60px;
    letter-spacing:0.1px;
}
 .themify_builder_content-5 .tb_k4ht572.module-text{
    font-size:20px;
}
 .themify_builder_content-5 .tb_k4ht572.module-text.module .tb_text_wrap h3:not(.module-title){
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_480r460.module_row{
    text-align:center;
    padding-top:2%;
    padding-bottom:2%;
}
 .themify_builder_content-5 .tb_480r460.module_row a{
    text-decoration:underline;
}
 .themify_builder_content-5 .tb_480r460.module_row,.themify_builder_content-5 .tb_480r460.module_row p,.themify_builder_content-5 .tb_480r460.module_row h1,.themify_builder_content-5 .tb_480r460.module_row h2,.themify_builder_content-5 .tb_480r460.module_row h3:not(.module-title),.themify_builder_content-5 .tb_480r460.module_row h4,.themify_builder_content-5 .tb_480r460.module_row h5,.themify_builder_content-5 .tb_480r460.module_row h6{
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_plql464.module-text{
    text-align:center;
    margin-bottom:30px;
    padding-right:22%;
    padding-left:22%;
}
 .themify_builder_content-5 .tb_plql464.module-text a{
    text-decoration:underline;
}
 .themify_builder_content-5 .tb_plql464.module-text.module .tb_text_wrap h2{
    color:rgba(0, 99, 178, 1);
    -webkit-background-clip:border-box;
    background-clip:border-box;
    background-image:none;
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_plql464.module-text.module h2{
    font-size:36px;
}
 .themify_builder_content-5 .tb_plql464.module-text .tb_text_wrap,.themify_builder_content-5 .tb_plql464.module-text .tb_text_wrap p,.themify_builder_content-5 .tb_plql464.module-text .tb_text_wrap blockquote,.themify_builder_content-5 .tb_plql464.module-text .tb_text_wrap h1,.themify_builder_content-5 .tb_plql464.module-text .tb_text_wrap h2,.themify_builder_content-5 .tb_plql464.module-text .tb_text_wrap h3,.themify_builder_content-5 .tb_plql464.module-text .tb_text_wrap h4,.themify_builder_content-5 .tb_plql464.module-text .tb_text_wrap h5,.themify_builder_content-5 .tb_plql464.module-text .tb_text_wrap h6,.themify_builder_content-5 .tb_plql464.module-text .tb_text_wrap li,.themify_builder_content-5 .tb_plql464.module-text .tb_text_wrap span{
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_bquq465.module-image .image-content,.themify_builder_content-5 .tb_bquq465.module-image .image-title{
    font-family:"Muli";
}
 .themify_builder_content-5 .tb_bquq465.module-image a:hover{
    color:rgba(0, 67, 133, 1);
}
 .themify_builder_content-5 .tb_bquq465.module-image a{
    text-decoration:none;
}
 .themify_builder_content-5 .tb_bquq465.module-image{
    margin-bottom:20px;
}
 .themify_builder_content-5 .tb_bquq465.module-image.module .image-caption{
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_t92r465.module-image .image-content,.themify_builder_content-5 .tb_t92r465.module-image .image-title{
    font-family:"Muli";
}
 .themify_builder_content-5 .tb_t92r465.module-image a:hover{
    color:rgba(0, 67, 133, 1);
}
 .themify_builder_content-5 .tb_t92r465.module-image a{
    text-decoration:none;
}
 .themify_builder_content-5 .tb_t92r465.module-image{
    margin-bottom:20px;
}
 .themify_builder_content-5 .tb_t92r465.module-image.module .image-caption{
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_t92r465.module-image.module .image-title,.themify_builder_content-5 .tb_t92r465.module-image.module .image-title a{
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_t92r465.module-image .image-content{
    padding-top:2em;
}
 .themify_builder_content-5 .tb_s8ox466.module-image .image-content,.themify_builder_content-5 .tb_s8ox466.module-image .image-title{
    font-family:"Muli";
}
 .themify_builder_content-5 .tb_s8ox466.module-image a:hover{
    color:rgba(0, 67, 133, 1);
}
 .themify_builder_content-5 .tb_s8ox466.module-image a{
    text-decoration:none;
}
 .themify_builder_content-5 .tb_s8ox466.module-image{
    margin-bottom:20px;
}
 .themify_builder_content-5 .tb_s8ox466.module-image.module .module-title{
    font-family:"Muli";
}
 .themify_builder_content-5 .tb_s8ox466.module-image.module .image-title,.themify_builder_content-5 .tb_s8ox466.module-image.module .image-title a{
    font-family:"Muli";
}
 .themify_builder_content-5 .tb_s8ox466.module-image.module .image-caption{
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_g9i8128.module_row{
    background-color:rgba(241, 246, 249, 1);
}
 .themify_builder_content-5 .tb_xwax797.module-text.module h3{
    letter-spacing:1px;
    line-height:41.4px;
    font-size:36px;
}
 .themify_builder_content-5 .tb_xwax797.module-text.module .tb_text_wrap h3:not(.module-title){
    color:rgba(0, 99, 178, 1);
    -webkit-background-clip:border-box;
    background-clip:border-box;
    background-image:none;
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_xwax797.module-text{
    padding-right:25%;
}
 .themify_builder_content-5 .tb_xwax797.module-text .tb_text_wrap,.themify_builder_content-5 .tb_xwax797.module-text .tb_text_wrap p,.themify_builder_content-5 .tb_xwax797.module-text .tb_text_wrap blockquote,.themify_builder_content-5 .tb_xwax797.module-text .tb_text_wrap h1,.themify_builder_content-5 .tb_xwax797.module-text .tb_text_wrap h2,.themify_builder_content-5 .tb_xwax797.module-text .tb_text_wrap h3,.themify_builder_content-5 .tb_xwax797.module-text .tb_text_wrap h4,.themify_builder_content-5 .tb_xwax797.module-text .tb_text_wrap h5,.themify_builder_content-5 .tb_xwax797.module-text .tb_text_wrap h6,.themify_builder_content-5 .tb_xwax797.module-text .tb_text_wrap li,.themify_builder_content-5 .tb_xwax797.module-text .tb_text_wrap span{
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_t7n2708.module_row{
    padding-bottom:2%;
    padding-top:2%;
}
 .themify_builder_content-5 .tb_jhos215.module-text{
    text-align:center;
    margin-bottom:30px;
    padding-right:22%;
    padding-left:22%;
}
 .themify_builder_content-5 .tb_jhos215.module-text a{
    text-decoration:underline;
}
 .themify_builder_content-5 .tb_jhos215.module-text.module .tb_text_wrap h2{
    color:rgba(0, 99, 178, 1);
    -webkit-background-clip:border-box;
    background-clip:border-box;
    background-image:none;
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_jhos215.module-text.module h2{
    font-size:36px;
}
 .themify_builder_content-5 .tb_jhos215.module-text .tb_text_wrap,.themify_builder_content-5 .tb_jhos215.module-text .tb_text_wrap p,.themify_builder_content-5 .tb_jhos215.module-text .tb_text_wrap blockquote,.themify_builder_content-5 .tb_jhos215.module-text .tb_text_wrap h1,.themify_builder_content-5 .tb_jhos215.module-text .tb_text_wrap h2,.themify_builder_content-5 .tb_jhos215.module-text .tb_text_wrap h3,.themify_builder_content-5 .tb_jhos215.module-text .tb_text_wrap h4,.themify_builder_content-5 .tb_jhos215.module-text .tb_text_wrap h5,.themify_builder_content-5 .tb_jhos215.module-text .tb_text_wrap h6,.themify_builder_content-5 .tb_jhos215.module-text .tb_text_wrap li,.themify_builder_content-5 .tb_jhos215.module-text .tb_text_wrap span{
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_k5wn252.module_row,.themify_builder_content-5 .tb_k5wn252.module_row p,.themify_builder_content-5 .tb_k5wn252.module_row h1,.themify_builder_content-5 .tb_k5wn252.module_row h2,.themify_builder_content-5 .tb_k5wn252.module_row h3:not(.module-title),.themify_builder_content-5 .tb_k5wn252.module_row h4,.themify_builder_content-5 .tb_k5wn252.module_row h5,.themify_builder_content-5 .tb_k5wn252.module_row h6{
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_6k13295.module_column{
    padding-right:10%;
}
 .themify_builder_content-5 .tb_vnwy131.module-image{
    padding-bottom:3%;
    padding-top:3%;
}
 .themify_builder_content-5 .tb_8c5k344.module-buttons .module-buttons-item a{
    margin-top:3em;
    background-color:rgba(92, 196, 255, 1);
    background-image:none;
}
 .themify_builder_content-5 .tb_8c5k344.module-buttons span{
    text-transform:capitalize;
}
 .themify_builder_content-5 .tb_8c5k344.module-buttons i,.themify_builder_content-5 .tb_8c5k344.module-buttons span{
    color:rgba(255, 255, 255, 1);
    -webkit-background-clip:border-box;
    background-clip:border-box;
    background-image:none;
}
 .themify_builder_content-5 .tb_8c5k344.module-buttons a{
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_8c5k344.module-buttons.module .module-buttons-item a:hover{
    border:1px solid rgba(92, 196, 255, 1);
}
 .themify_builder_content-5 .tb_8c5k344.module-buttons .module-buttons-item a:hover,.themify_builder_content-5 .tb_8c5k344.module-buttons .module-buttons-item a:hover span,.themify_builder_content-5 .tb_8c5k344.module-buttons .module-buttons-item a:hover i{
    color:rgba(92, 196, 255, 1);
}
 .themify_builder_content-5 .tb_8c5k344.module-buttons .module-buttons-item a:hover{
    background-color:rgba(255, 255, 255, 1);
    background-image:none;
}
 .themify_builder_content-5 .tb_fzts109.module_subrow{
    padding-bottom:2%;
    padding-top:2%;
}
 .themify_builder_content-5 .tb_s318110.module_column{
    padding-left:10%;
}
 .themify_builder_content-5 .tb_wadk110.module-image{
    padding-bottom:3%;
    padding-top:3%;
}
 .themify_builder_content-5 .tb_bvcl391.module-buttons .module-buttons-item a{
    margin-top:3em;
    background-color:rgba(92, 196, 255, 1);
    background-image:none;
}
 .themify_builder_content-5 .tb_bvcl391.module-buttons span{
    text-transform:capitalize;
}
 .themify_builder_content-5 .tb_bvcl391.module-buttons i,.themify_builder_content-5 .tb_bvcl391.module-buttons span{
    color:rgba(255, 255, 255, 1);
    -webkit-background-clip:border-box;
    background-clip:border-box;
    background-image:none;
}
 .themify_builder_content-5 .tb_bvcl391.module-buttons a{
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_bvcl391.module-buttons.module .module-buttons-item a:hover{
    border:1px solid rgba(92, 196, 255, 1);
}
 .themify_builder_content-5 .tb_bvcl391.module-buttons .module-buttons-item a:hover,.themify_builder_content-5 .tb_bvcl391.module-buttons .module-buttons-item a:hover span,.themify_builder_content-5 .tb_bvcl391.module-buttons .module-buttons-item a:hover i{
    color:rgba(92, 196, 255, 1);
}
 .themify_builder_content-5 .tb_bvcl391.module-buttons .module-buttons-item a:hover{
    background-color:rgba(255, 255, 255, 1);
    background-image:none;
}
 .themify_builder_content-5 .tb_opl7798.module_subrow{
    padding-bottom:2%;
    padding-top:2%;
}
 .themify_builder_content-5 .tb_djbg799.module_column{
    padding-right:10%;
}
 .themify_builder_content-5 .tb_75yh799.module-image{
    padding-bottom:3%;
    padding-top:3%;
}
 .themify_builder_content-5 .tb_59d1938.module-buttons .module-buttons-item a{
    margin-top:3em;
    background-color:rgba(92, 196, 255, 1);
    background-image:none;
}
 .themify_builder_content-5 .tb_59d1938.module-buttons span{
    text-transform:capitalize;
}
 .themify_builder_content-5 .tb_59d1938.module-buttons i,.themify_builder_content-5 .tb_59d1938.module-buttons span{
    color:rgba(255, 255, 255, 1);
    -webkit-background-clip:border-box;
    background-clip:border-box;
    background-image:none;
}
 .themify_builder_content-5 .tb_59d1938.module-buttons a{
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_59d1938.module-buttons.module .module-buttons-item a:hover{
    border:1px solid rgba(92, 196, 255, 1);
}
 .themify_builder_content-5 .tb_59d1938.module-buttons .module-buttons-item a:hover,.themify_builder_content-5 .tb_59d1938.module-buttons .module-buttons-item a:hover span,.themify_builder_content-5 .tb_59d1938.module-buttons .module-buttons-item a:hover i{
    color:rgba(92, 196, 255, 1);
}
 .themify_builder_content-5 .tb_59d1938.module-buttons .module-buttons-item a:hover{
    background-color:rgba(255, 255, 255, 1);
    background-image:none;
}
 .themify_builder_content-5 .tb_jxxa561.module_subrow{
    padding-bottom:2%;
    padding-top:2%;
}
 .themify_builder_content-5 .tb_jxxa561.module_subrow,.themify_builder_content-5 .tb_jxxa561.module_subrow p,.themify_builder_content-5 .tb_jxxa561.module_subrow h1,.themify_builder_content-5 .tb_jxxa561.module_subrow h2,.themify_builder_content-5 .tb_jxxa561.module_subrow h3:not(.module-title),.themify_builder_content-5 .tb_jxxa561.module_subrow h4,.themify_builder_content-5 .tb_jxxa561.module_subrow h5,.themify_builder_content-5 .tb_jxxa561.module_subrow h6{
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_300x561.module_column{
    padding-left:10%;
}
 .themify_builder_content-5 .tb_qnc7562.module-image{
    padding-bottom:3%;
    padding-top:3%;
}
 .themify_builder_content-5 .tb_nkka562.module-text{
    padding-right:10%;
}
 .themify_builder_content-5 .tb_nkka562.module-text .tb_text_wrap,.themify_builder_content-5 .tb_nkka562.module-text .tb_text_wrap p,.themify_builder_content-5 .tb_nkka562.module-text .tb_text_wrap blockquote,.themify_builder_content-5 .tb_nkka562.module-text .tb_text_wrap h1,.themify_builder_content-5 .tb_nkka562.module-text .tb_text_wrap h2,.themify_builder_content-5 .tb_nkka562.module-text .tb_text_wrap h3,.themify_builder_content-5 .tb_nkka562.module-text .tb_text_wrap h4,.themify_builder_content-5 .tb_nkka562.module-text .tb_text_wrap h5,.themify_builder_content-5 .tb_nkka562.module-text .tb_text_wrap h6,.themify_builder_content-5 .tb_nkka562.module-text .tb_text_wrap li,.themify_builder_content-5 .tb_nkka562.module-text .tb_text_wrap span{
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_pnjf562.module-buttons .module-buttons-item a{
    margin-top:3em;
    background-color:rgba(92, 196, 255, 1);
    background-image:none;
}
 .themify_builder_content-5 .tb_pnjf562.module-buttons span{
    text-transform:capitalize;
}
 .themify_builder_content-5 .tb_pnjf562.module-buttons i,.themify_builder_content-5 .tb_pnjf562.module-buttons span{
    color:rgba(255, 255, 255, 1);
    -webkit-background-clip:border-box;
    background-clip:border-box;
    background-image:none;
}
 .themify_builder_content-5 .tb_pnjf562.module-buttons a{
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_pnjf562.module-buttons.module .module-buttons-item a:hover{
    border:1px solid rgba(92, 196, 255, 1);
}
 .themify_builder_content-5 .tb_pnjf562.module-buttons .module-buttons-item a:hover,.themify_builder_content-5 .tb_pnjf562.module-buttons .module-buttons-item a:hover span,.themify_builder_content-5 .tb_pnjf562.module-buttons .module-buttons-item a:hover i{
    color:rgba(92, 196, 255, 1);
}
 .themify_builder_content-5 .tb_pnjf562.module-buttons .module-buttons-item a:hover{
    background-color:rgba(255, 255, 255, 1);
    background-image:none;
}
 .themify_builder_content-5 .tb_ghmm898.module_row{
    padding-bottom:4em;
    padding-top:4em;
    background-color:rgba(201, 219, 230, 1);
}
 .themify_builder_content-5 .tb_q76z899.module_column{
    background-color:rgba(255, 255, 255, 1);
}
 .themify_builder_content-5 .tb_lbdq850.module_subrow{
    background-color:rgba(201, 219, 230, 1);
    padding-right:10%;
    padding-left:10%;
}
 .themify_builder_content-5 .tb_oa3l850.module_column{
    background-color:rgba(0, 99, 178, 1);
    padding-right:5em;
    padding-left:5em;
}
 .themify_builder_content-5 .tb_oa3l850.module_column,.themify_builder_content-5 .tb_oa3l850.module_column>.builder_row_cover::before{
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
}
 .themify_builder_content-5 .tb_z31919.module-text{
    padding-bottom:5%;
    padding-top:5%;
}
 .themify_builder_content-5 .tb_z31919.module-text .tb_text_wrap,.themify_builder_content-5 .tb_z31919.module-text .tb_text_wrap p,.themify_builder_content-5 .tb_z31919.module-text .tb_text_wrap blockquote,.themify_builder_content-5 .tb_z31919.module-text .tb_text_wrap h1,.themify_builder_content-5 .tb_z31919.module-text .tb_text_wrap h2,.themify_builder_content-5 .tb_z31919.module-text .tb_text_wrap h3,.themify_builder_content-5 .tb_z31919.module-text .tb_text_wrap h4,.themify_builder_content-5 .tb_z31919.module-text .tb_text_wrap h5,.themify_builder_content-5 .tb_z31919.module-text .tb_text_wrap h6,.themify_builder_content-5 .tb_z31919.module-text .tb_text_wrap li,.themify_builder_content-5 .tb_z31919.module-text .tb_text_wrap span{
    color:rgba(255, 255, 255, 1);
    -webkit-background-clip:border-box;
    background-clip:border-box;
    background-image:none;
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_z31919.module-text.module h3{
    letter-spacing:.1px;
}
 .themify_builder_content-5 .tb_z31919.module-text.module .tb_text_wrap h3:not(.module-title){
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_w2yp766.module-buttons .module-buttons-item a{
    margin-top:3em;
    background-color:rgba(92, 196, 255, 1);
    background-image:none;
}
 .themify_builder_content-5 .tb_w2yp766.module-buttons span{
    text-transform:capitalize;
}
 .themify_builder_content-5 .tb_w2yp766.module-buttons i,.themify_builder_content-5 .tb_w2yp766.module-buttons span{
    color:rgba(255, 255, 255, 1);
    -webkit-background-clip:border-box;
    background-clip:border-box;
    background-image:none;
}
 .themify_builder_content-5 .tb_w2yp766.module-buttons a{
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_w2yp766.module-buttons.module .module-buttons-item a:hover{
    border:1px solid rgba(92, 196, 255, 1);
}
 .themify_builder_content-5 .tb_w2yp766.module-buttons .module-buttons-item a:hover,.themify_builder_content-5 .tb_w2yp766.module-buttons .module-buttons-item a:hover span,.themify_builder_content-5 .tb_w2yp766.module-buttons .module-buttons-item a:hover i{
    color:rgba(92, 196, 255, 1);
}
 .themify_builder_content-5 .tb_w2yp766.module-buttons .module-buttons-item a:hover{
    background-color:rgba(255, 255, 255, 1);
    background-image:none;
}
 .themify_builder_content-5 .tb_w2yp766.module-buttons{
    padding-bottom:10%;
}
 .themify_builder_content-5 .tb_jobe959.module_row{
    padding-bottom:3em;
    padding-top:3em;
}
 .themify_builder_content-5 .tb_i5rn735.module-text.module .tb_text_wrap h3:not(.module-title){
    color:rgba(0, 99, 178, 1);
    -webkit-background-clip:border-box;
    background-clip:border-box;
    background-image:none;
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_i5rn735.module-text{
    padding-bottom:1%;
}
 .themify_builder_content-5 .tb_e0eq16.module-accordion .ui.module-accordion .accordion-title{
    line-height:28px;
    font-size:25px;
    border-bottom:1px solid rgba(201, 219, 230, 1);
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_e0eq16.module-accordion{
    font-family:"Arial", "Helvetica", sans-serif;
}
 .themify_builder_content-5 .tb_e0eq16.module-accordion .ui.module-accordion .tb_text_wrap,.themify_builder_content-5 .tb_e0eq16.module-accordion .ui.module-accordion .tb_text_wrap p,.themify_builder_content-5 .tb_e0eq16.module-accordion .ui.module-accordion .tb_text_wrap blockquote,.themify_builder_content-5 .tb_e0eq16.module-accordion .ui.module-accordion .tb_text_wrap h1,.themify_builder_content-5 .tb_e0eq16.module-accordion .ui.module-accordion .tb_text_wrap h2,.themify_builder_content-5 .tb_e0eq16.module-accordion .ui.module-accordion .tb_text_wrap h3,.themify_builder_content-5 .tb_e0eq16.module-accordion .ui.module-accordion .tb_text_wrap h4,.themify_builder_content-5 .tb_e0eq16.module-accordion .ui.module-accordion .tb_text_wrap h5,.themify_builder_content-5 .tb_e0eq16.module-accordion .ui.module-accordion .tb_text_wrap h6,.themify_builder_content-5 .tb_e0eq16.module-accordion .ui.module-accordion .tb_text_wrap li,.themify_builder_content-5 .tb_e0eq16.module-accordion .ui.module-accordion .tb_text_wrap span{
    font-family:"Arial", "Helvetica", sans-serif;
}
 @media screen and (max-width:1500px){
     .themify_builder_content-5 .tb_fe4r459.module_row{
        padding-bottom:0%;
        padding-top:5%;
    }
     .themify_builder_content-5 .tb_d9fl462.module_column{
        padding-right:2em;
        padding-left:2em;
        padding-bottom:7em;
    }
     .themify_builder_content-5 .tb_d8oq331.module-image{
        padding-left:0em;
        padding-bottom:2em;
    }
     .themify_builder_content-5 .tb_k4ht572.module-text.module h1{
        font-size:60px;
    }
     .themify_builder_content-5 .tb_k4ht572.module-text{
        margin-bottom:15em;
        padding-bottom:10.0em;
    }
     .themify_builder_content-5 .tb_plql464.module-text{
        padding-right:22%;
        padding-left:22%;
    }
     .themify_builder_content-5 .tb_t92r465.module-image .image-content{
        padding-top:2em;
    }
     .themify_builder_content-5 .tb_xwax797.module-text.module h3{
        letter-spacing:1px;
        line-height:28px;
        font-size:20px;
    }
     .themify_builder_content-5 .tb_xwax797.module-text{
        font-size:14px;
        padding-right:10%;
    }
     .themify_builder_content-5 .tb_s318110.module_column{
        padding-left:10%;
        padding-right:0%;
    }
     .themify_builder_content-5 .tb_djbg799.module_column{
        padding-right:10%;
        padding-left:0%;
    }
     .themify_builder_content-5 .tb_jxxa561.module_subrow{
        padding-bottom:5%;
    }
     .themify_builder_content-5 .tb_300x561.module_column{
        padding-left:10%;
    }
     .themify_builder_content-5 .tb_w2yp766.module-buttons{
        padding-left:0%;
        padding-bottom:10%;
    }
}
 @media screen and (max-width:768px){
     .themify_builder_content-5 .tb_fe4r459.module_row{
        padding-bottom:0%;
        padding-top:5%;
        background-color:rgba(0, 99, 178, 1);
    }
     .themify_builder_content-5 .tb_fe4r459.module_row>div.row_inner{
        background-position:100% 100%;
        background-attachment:scroll;
        background-repeat:no-repeat;
        background-size:contain;
        background-image:url(https://lumistry.wpengine.com/wp-content/uploads/2022/08/cloud-element.svg);
    }
     .themify_builder_content-5 .tb_d9fl462.module_column{
        padding-left:1em;
        padding-bottom:7em;
        padding-right:1em;
    }
     .themify_builder_content-5 .tb_d8oq331.module-image{
        padding-left:0em;
        padding-bottom:2em;
    }
     .themify_builder_content-5 .tb_k4ht572.module-text.module h1{
        font-size:40px;
    }
     .themify_builder_content-5 .tb_k4ht572.module-text{
        padding-bottom:9em;
        margin-bottom:0em;
    }
     .themify_builder_content-5 .tb_2zdw819.module_column{
        background-position:100% 100%;
        background-attachment:scroll;
        background-repeat:no-repeat;
        background-size:contain;
        background-image:none;
    }
     .themify_builder_content-5 .tb_plql464.module-text{
        padding-right:22%;
        padding-left:22%;
    }
     .themify_builder_content-5 .tb_bquq465.module-image.module .image-title{
        font-size:22px;
    }
     .themify_builder_content-5 .tb_t92r465.module-image.module .image-title{
        font-size:22px;
    }
     .themify_builder_content-5 .tb_t92r465.module-image .image-content{
        padding-top:2em;
    }
     .themify_builder_content-5 .tb_s8ox466.module-image.module .image-title{
        font-size:22px;
    }
     .themify_builder_content-5 .tb_xwax797.module-text{
        padding-right:5%;
        padding-left:5%;
        padding-bottom:5%;
        padding-top:5%;
    }
     .themify_builder_content-5 .tb_xwax797.module-text.module h3{
        letter-spacing:1px;
        line-height:20px;
        font-size:15px;
    }
     .themify_builder_content-5 .tb_jhos215.module-text{
        padding-right:22%;
        padding-left:22%;
    }
     .themify_builder_content-5 .tb_6k13295.module_column{
        padding-right:10%;
        padding-left:10%;
    }
     .themify_builder_content-5 .tb_8c5k344.module-buttons{
        margin-bottom:5%;
    }
     .themify_builder_content-5 .tb_s318110.module_column{
        padding-right:10%;
        padding-left:10%;
    }
     .themify_builder_content-5 .tb_bvcl391.module-buttons{
        margin-bottom:5%;
    }
     .themify_builder_content-5 .tb_djbg799.module_column{
        padding-right:10%;
        padding-left:10%;
    }
     .themify_builder_content-5 .tb_59d1938.module-buttons{
        margin-bottom:5%;
    }
     .themify_builder_content-5 .tb_300x561.module_column{
        padding-right:10%;
        padding-left:10%;
    }
     .themify_builder_content-5 .tb_pnjf562.module-buttons{
        margin-bottom:5%;
    }
     .themify_builder_content-5 .tb_w2yp766.module-buttons{
        margin-bottom:5%;
        padding-left:0%;
        padding-bottom:10%;
    }
}
 @media screen and (max-width:680px){
     .themify_builder_content-5 .tb_fe4r459.module_row{
        padding-bottom:0%;
        padding-top:10%;
        background-color:rgba(0, 99, 178, 1);
    }
     .themify_builder_content-5 .tb_fe4r459.module_row>div.row_inner{
        background-position:100% 100%;
        background-attachment:scroll;
        background-repeat:no-repeat;
        background-size:contain;
        background-image:url(https://lumistry.wpengine.com/wp-content/uploads/2022/08/cloud-element.svg);
    }
     .themify_builder_content-5 .tb_d9fl462.module_column{
        padding-right:1em;
        padding-left:1em;
        padding-bottom:7em;
    }
     .themify_builder_content-5 .tb_d8oq331.module-image{
        padding-left:0em;
        padding-bottom:2em;
    }
     .themify_builder_content-5 .tb_k4ht572.module-text.module h1{
        font-size:40px;
    }
     .themify_builder_content-5 .tb_k4ht572.module-text{
        padding-bottom:10em;
        margin-bottom:0em;
    }
     .themify_builder_content-5 .tb_2zdw819.module_column{
        background-position:100% 100%;
        background-attachment:scroll;
        background-repeat:no-repeat;
        background-size:contain;
        background-image:none;
    }
     .themify_builder_content-5 .tb_480r460.module_row{
        padding-bottom:2%;
        padding-top:10%;
    }
     .themify_builder_content-5 .tb_plql464.module-text{
        padding-right:5%;
        padding-left:5%;
    }
     .themify_builder_content-5 .tb_1lw1464.module_subrow{
        padding-right:5%;
        padding-left:5%;
    }
     .themify_builder_content-5 .tb_t92r465.module-image .image-content{
        padding-top:2em;
    }
     .themify_builder_content-5 .tb_xwax797.module-text{
        padding-right:5%;
        padding-left:5%;
        padding-bottom:5%;
        padding-top:5%;
    }
     .themify_builder_content-5 .tb_t7n2708.module_row{
        padding-bottom:2%;
        padding-top:10%;
    }
     .themify_builder_content-5 .tb_jhos215.module-text{
        padding-right:5%;
        padding-left:5%;
    }
     .themify_builder_content-5 .tb_6k13295.module_column{
        padding-right:10%;
        padding-left:10%;
    }
     .themify_builder_content-5 .tb_s318110.module_column{
        padding-right:10%;
        padding-left:10%;
    }
     .themify_builder_content-5 .tb_djbg799.module_column{
        padding-right:10%;
        padding-left:10%;
    }
     .themify_builder_content-5 .tb_300x561.module_column{
        padding-right:10%;
        padding-left:10%;
    }
     .themify_builder_content-5 .tb_w2yp766.module-buttons{
        padding-left:0%;
        padding-bottom:10%;
    }
}
/*/
wp-content/uploads/themify-customizer-5.6.4-5.7.1.css*/
/* Themify Customize Styling */

 #header {
     font-family: "Muli";
     font-weight:300;
}
 .header-widget-full {
     background: none;
     background-color: #0063b2;
     font-family: "Arial", "Helvetica", sans-serif;
     font-weight:700;
     font-size:18px;
}
 #headerwrap.fixed-header #header, #headerwrap.fixed-header #site-description {
     font-family: "Muli";
     font-weight:300;
}
 body #site-logo a img {
     width: 150px;
}
 #site-logo {
     position:relative;
     margin-top: 0px;
     margin-bottom: 0px;
     margin-left: 0em;
}
 #site-description {
     font-family: "Muli";
     font-weight:300;
}
 #main-nav a {
     padding-right: 20px;
     font-family: "Arial", "Helvetica", sans-serif;
     font-weight:700;
     font-size:15px;
     line-height:23px;
}
 #main-nav a, #main-nav > li > a, .transparent-header #main-nav a {
     color: #000000;
}
 #main-nav-wrap #main-nav a:hover, #main-nav-wrap #main-nav > li > a:hover {
     color: #0063b2;
}
 #main-nav-wrap #main-nav .current_page_item > a, #main-nav .current-menu-item > a, #main-nav > .current_page_item > a, #main-nav > .current-menu-item > a {
     color: #0063b2;
}
 #main-nav-wrap #main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
     color: #000000;
}
 #main-nav .highlight-link>a {
     background: none;
     background-color: #5cc4ff;
     color: #ffffff;
     padding-top: 10px;
     padding-right: 20px;
     padding-bottom: 10px;
     padding-left: 20px;
}
 #main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, .fixed-header #main-nav ul a, #main-nav .has-mega-column > .sub-menu a, #main-nav .has-mega-sub-menu > .sub-menu a, .transparent-header #main-nav ul a {
     color: #000000;
}
 #main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, .fixed-header #main-nav ul a:hover {
     color: #0063b2;
}
 #main-nav ul .current_page_item a, #main-nav ul .current-menu-item a, #main-nav .has-sub-menu > .sub-menu .current-menu-item a, #main-nav .has-mega-column > .sub-menu .current-menu-item > a, #main-nav .has-mega-column > .sub-menu .current-menu-item a {
     color: #0063b2;
}
 #footerwrap {
     background: none;
     background-color: #0063b2;
    background-image: url(https://lumistry.wpengine.com/wp-content/uploads/2022/08/footer-new.svg);
     background-repeat: no-repeat;
     background-position: center bottom;
}
 #footer-logo a {
     color: #ffffff;
}
 #footer {
     background-repeat: no-repeat;
     background-position: center bottom;
     color: #ffffff;
}
 #footer, #footer-logo, .footer-nav a, .footer-text {
     font-family: "Arial", "Helvetica", sans-serif;
}
 #footer a {
     color: #ffffff;
}
 #footer a:hover {
     color: #5cc4ff;
}
 #pagewrap .back-top.back-top-float, .full-section-scrolling #footerwrap .back-top .arrow-up a, .footer-horizontal-left #footerwrap .back-top .arrow-up a, .footer-horizontal-right #footerwrap .back-top .arrow-up a, .footer-left-col #footerwrap .back-top .arrow-up a, .footer-right-col #footerwrap .back-top .arrow-up a, #footer .back-top .arrow-up a {
     background: none;
     background-color: #5cc4ff;
}
 #footerwrap .back-top a:before, #pagewrap .back-top.back-top-float {
     color: #ffffff;
}
 @media screen and (max-width: 1500px) {
    /* Themify Customize Styling */

     #header {
         font-weight:300;
    }
     .header-widget-full {
         background: none;
         background-color: #0063b2;
         font-weight:300;
    }
     #headerwrap.fixed-header #header, #headerwrap.fixed-header #site-description {
         font-weight:300;
    }
     #site-logo {
         margin-left: 2em;
    }
     #site-description {
         font-weight:300;
    }
     #main-nav a {
         font-weight:700;
    }
     #main-nav a, #main-nav > li > a, .transparent-header #main-nav a {
         color: #000000;
    }
     #main-nav-wrap #main-nav a:hover, #main-nav-wrap #main-nav > li > a:hover {
         color: #0063b2;
    }
     #main-nav-wrap #main-nav .current_page_item > a, #main-nav .current-menu-item > a, #main-nav > .current_page_item > a, #main-nav > .current-menu-item > a {
         color: #0063b2;
    }
     #main-nav-wrap #main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
         color: #000000;
    }
     #main-nav .highlight-link>a {
         background: none;
         background-color: #5cc4ff;
         color: #ffffff;
    }
     #main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, .fixed-header #main-nav ul a, #main-nav .has-mega-column > .sub-menu a, #main-nav .has-mega-sub-menu > .sub-menu a, .transparent-header #main-nav ul a {
         color: #0053a1;
    }
     #main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, .fixed-header #main-nav ul a:hover {
         color: #000000;
    }
     #main-nav ul .current_page_item a, #main-nav ul .current-menu-item a, #main-nav .has-sub-menu > .sub-menu .current-menu-item a, #main-nav .has-mega-column > .sub-menu .current-menu-item > a, #main-nav .has-mega-column > .sub-menu .current-menu-item a {
         color: #000000;
    }
     #footerwrap {
         background: none;
         background-color: #0063b2;
        background-image: url(https://lumistry.wpengine.com/wp-content/uploads/2022/08/footer-new.svg);
         background-repeat: no-repeat;
         background-position: center bottom;
    }
     #footer-logo a {
         color: #ffffff;
    }
     #footer {
         background-repeat: no-repeat;
         background-position: center bottom;
         color: #ffffff;
    }
     #footer, #footer-logo, .footer-nav a, .footer-text {
         font-family: "Arial", "Helvetica", sans-serif;
    }
     #footer a {
         color: #ffffff;
    }
     #footer a:hover {
         color: #000000;
    }
     #pagewrap .back-top.back-top-float, .full-section-scrolling #footerwrap .back-top .arrow-up a, .footer-horizontal-left #footerwrap .back-top .arrow-up a, .footer-horizontal-right #footerwrap .back-top .arrow-up a, .footer-left-col #footerwrap .back-top .arrow-up a, .footer-right-col #footerwrap .back-top .arrow-up a, #footer .back-top .arrow-up a {
         background: none;
         background-color: #0053a1;
    }
     #footerwrap .back-top a:before, #pagewrap .back-top.back-top-float {
         color: #ffffff;
    }
}
@media screen and (max-width: 768px) {
    /* Themify Customize Styling */

     #header {
         font-weight:300;
    }
     .header-widget-full {
         font-weight:300;
    }
     #headerwrap.fixed-header #header, #headerwrap.fixed-header #site-description {
         font-weight:300;
    }
     #site-description {
         font-weight:300;
    }
     #main-nav a {
         font-weight:700;
    }
     #main-nav a, #main-nav > li > a, .transparent-header #main-nav a {
         color: #000000;
    }
     #main-nav-wrap #main-nav a:hover, #main-nav-wrap #main-nav > li > a:hover {
         color: #0063b2;
    }
     #main-nav-wrap #main-nav .current_page_item > a, #main-nav .current-menu-item > a, #main-nav > .current_page_item > a, #main-nav > .current-menu-item > a {
         color: #0063b2;
    }
     #main-nav-wrap #main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
         color: #000000;
    }
     #main-nav .highlight-link>a {
         background: none;
         background-color: #5cc4ff;
         color: #ffffff;
    }
     #main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, .fixed-header #main-nav ul a, #main-nav .has-mega-column > .sub-menu a, #main-nav .has-mega-sub-menu > .sub-menu a, .transparent-header #main-nav ul a {
         color: #0053a1;
    }
     #main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, .fixed-header #main-nav ul a:hover {
         color: #000000;
    }
     #main-nav ul .current_page_item a, #main-nav ul .current-menu-item a, #main-nav .has-sub-menu > .sub-menu .current-menu-item a, #main-nav .has-mega-column > .sub-menu .current-menu-item > a, #main-nav .has-mega-column > .sub-menu .current-menu-item a {
         color: #000000;
    }
     #footerwrap {
         background: none;
         background-color: #0063b2;
        background-image: url(https://lumistry.wpengine.com/wp-content/uploads/2022/08/footer-new.svg);
         background-repeat: no-repeat;
         background-position: center bottom;
    }
     #footer-logo a {
         color: #ffffff;
    }
     #footer {
         background-repeat: no-repeat;
         background-position: center bottom;
         color: #ffffff;
    }
     #footer, #footer-logo, .footer-nav a, .footer-text {
         font-family: "Arial", "Helvetica", sans-serif;
    }
     #footer a {
         color: #ffffff;
    }
     #footer a:hover {
         color: #000000;
    }
     #pagewrap .back-top.back-top-float, .full-section-scrolling #footerwrap .back-top .arrow-up a, .footer-horizontal-left #footerwrap .back-top .arrow-up a, .footer-horizontal-right #footerwrap .back-top .arrow-up a, .footer-left-col #footerwrap .back-top .arrow-up a, .footer-right-col #footerwrap .back-top .arrow-up a, #footer .back-top .arrow-up a {
         background: none;
         background-color: #0053a1;
    }
     #footerwrap .back-top a:before, #pagewrap .back-top.back-top-float {
         color: #ffffff;
    }
}
@media screen and (max-width: 680px) {
    /* Themify Customize Styling */

     #header {
         font-family: "Muli";
         font-weight:300;
    }
     .header-widget-full {
         background: none;
         background-color: #0063b2;
         font-family: "Muli";
         font-weight:300;
    }
     #headerwrap.fixed-header #header, #headerwrap.fixed-header #site-description {
         font-family: "Muli";
         font-weight:300;
    }
     #site-logo {
         margin-left: 0em;
    }
     #site-description {
         font-weight:300;
    }
     #main-nav a {
         font-family: "Muli";
         font-weight:300;
    }
     #main-nav a, #main-nav > li > a, .transparent-header #main-nav a {
         color: #000000;
    }
     #main-nav-wrap #main-nav a:hover, #main-nav-wrap #main-nav > li > a:hover {
         color: #0063b2;
    }
     #main-nav-wrap #main-nav .current_page_item > a, #main-nav .current-menu-item > a, #main-nav > .current_page_item > a, #main-nav > .current-menu-item > a {
         color: #0063b2;
    }
     #main-nav-wrap #main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
         color: #000000;
    }
     #main-nav .highlight-link>a {
         background: none;
         background-color: #5cc4ff;
         color: #ffffff;
    }
     #main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, .fixed-header #main-nav ul a, #main-nav .has-mega-column > .sub-menu a, #main-nav .has-mega-sub-menu > .sub-menu a, .transparent-header #main-nav ul a {
         color: #0053a1;
    }
     #main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, .fixed-header #main-nav ul a:hover {
         color: #000000;
    }
     #main-nav ul .current_page_item a, #main-nav ul .current-menu-item a, #main-nav .has-sub-menu > .sub-menu .current-menu-item a, #main-nav .has-mega-column > .sub-menu .current-menu-item > a, #main-nav .has-mega-column > .sub-menu .current-menu-item a {
         color: #000000;
    }
     .post-title {
         font-family: "Muli";
         font-weight:300;
    }
     .single-post .has-post-title .post-title,.single-post .featured-area .post-title {
         font-family: "Muli";
         font-weight:300;
    }
     .loops-wrapper.grid4 .post-title, .loops-wrapper.grid4 .post-title a {
         font-family: "Muli";
         font-weight:300;
    }
     .loops-wrapper.grid3 .post-title, .loops-wrapper.grid3 .post-title a {
         font-family: "Muli";
         font-weight:300;
    }
     .loops-wrapper.grid2 .post-title, .loops-wrapper.grid2 .post-title a {
         font-family: "Muli";
         font-weight:300;
    }
     .loops-wrapper.grid2-thumb .post-title, .loops-wrapper.grid2-thumb .post-title a {
         font-family: "Muli";
         font-weight:300;
    }
     .loops-wrapper.list-thumb-image .post-title, .loops-wrapper.list-thumb-image .post-title a {
         font-family: "Muli";
         font-weight:300;
    }
     .page-title {
         font-family: "Muli";
         font-weight:300;
    }
     .module-title {
         font-family: "Muli";
         font-weight:300;
    }
     #footerwrap {
         background-image: url(https://lumistry.wpengine.com/wp-content/uploads/2022/08/footer-new.svg);
         background-repeat: no-repeat;
         background-position: center bottom;
    }
     #footer-logo a {
         font-family: "Muli";
         font-weight:300;
         color: #ffffff;
    }
     #footer {
         background-repeat: no-repeat;
         background-position: center bottom;
         color: #ffffff;
    }
     #footer, #footer-logo, .footer-nav a, .footer-text {
         font-family: "Muli";
         font-weight:300;
    }
     #footer a {
         color: #ffffff;
    }
     #footer a:hover {
         color: #28bdb3;
    }
     .footer-widgets {
         font-family: "Muli";
         font-weight:300;
    }
     #footer .footer-widgets .widgettitle {
         font-family: "Muli";
         font-weight:300;
    }
     #pagewrap .back-top.back-top-float, .full-section-scrolling #footerwrap .back-top .arrow-up a, .footer-horizontal-left #footerwrap .back-top .arrow-up a, .footer-horizontal-right #footerwrap .back-top .arrow-up a, .footer-left-col #footerwrap .back-top .arrow-up a, .footer-right-col #footerwrap .back-top .arrow-up a, #footer .back-top .arrow-up a {
         background: none;
         background-color: #0053a1;
    }
     #footerwrap .back-top a:before, #pagewrap .back-top.back-top-float {
         color: #ffffff;
    }
}
.mobile_menu_active #headerwrap .sidemenu-on a, .mobile_menu_active #headerwrap #main-nav a, .mobile_menu_active #headerwrap #main-nav ul a {
     color: #000000;
}
.mobile_menu_active #headerwrap .sidemenu-on a:hover, .mobile_menu_active #headerwrap #main-nav a:hover, .mobile_menu_active #headerwrap #main-nav ul a:hover {
     color: #0063b2;
}
.mobile_menu_active #headerwrap #main-nav .current_page_item > a, .mobile_menu_active #headerwrap #main-nav .current-menu-item > a {
     color: #0063b2;
}
.mobile_menu_active #headerwrap #main-nav .current_page_item > a:hover, .mobile_menu_active #headerwrap #main-nav .current-menu-item > a:hover {
     color: #000000;
}
.mobile_menu_active #menu-icon {
     color: #0063b2;
}
/* Themify Custom CSS */
 #header{
     width: 82% 
}
 #footer{
     margin-top: -3em !important;
}
 .footer-widget-container{
     margin-left: 2em;
}
 .module-accordion .accordion-title i.accordion-icon {
     margin-left: 98%;
     color: #C9DBE6;
}
 .module-accordion .accordion-title i.accordion-active-icon {
     margin-left: 98%;
     color: #C9DBE6;
}
 .menu-item-1162 .child-arrow {
     margin-left: 14px;
     border-radius: 100%;
     display: inline-block;
     right: 0px;
     left: 55px;
     top: 50%;
     margin-top: -17px;
}
 .menu-item-1163 .child-arrow {
     margin-left: 8px;
     border-radius: 100%;
     display: inline-block;
     right: 0px;
     left: 55px;
     top: 50%;
     margin-top: -17px;
}
 @media only screen and (min-width: 768px) {
     .footer-text{
         float: right;
    }
}
 @media only screen and (max-width: 812px) {
     .footer-text{
         margin-bottom: 7em !important;
    }
     #site-logo{
         margin-left: -.75em !important;
    }
     .footer-widget-container{
         margin-left: 0 !important;
    }
}
/* START MOBILE MENU CSS */
 @media screen and (max-width:600px){
    /*/
    wp-content/themes/themify-ultra/mobile-menu.min.css*/
     #header{
        height:auto;
        padding:10px 0 5px;
        text-align:inherit
    }
    .fixed-header #header{
        text-align:inherit
    }
    #site-logo,#site-description{
        position:static;
        float:none;
        clear:both;
        margin:0 0 .5em;
        padding:0
    }
    #site-logo{
        font-size:24px;
        margin:5px 10px 5px 0
    }
    .header-widget{
        position:static;
        float:none;
        clear:both;
        margin:0;
        text-align:inherit
    }
    .header-widget .widget{
        margin:0 0 1.8em
    }
    .header-widget .widgettitle{
        margin:0 0 .3em
    }
    .header-icons{
        position:absolute;
        display:block;
        top:27px;
        right:4%;
        z-index:1999;
        transform:translateY(-50%)
    }
    .header-icons a{
        text-decoration:none !important;
        font-size:1em
    }
    .slide-cart .header-icons{
        display:flex;
        align-items:center;
        flex-direction:row-reverse
    }
    .mobile-menu-visible .header-icons,.slide-cart-visible .header-icons{
        z-index:1 !important
    }
    .sidemenu{
        transition-property:left,right,top,bottom,width,transform,opacity;
        transition-duration:.2s;
        transition-timing-function:ease-in-out;
        height:100%;
        width:300px;
        padding:60px 25px 25px;
        background-color:#fff;
        color:#000;
        display:none;
        overflow-y:auto;
        position:fixed;
        top:0;
        z-index:11111;
        text-align:left
    }
    #mobile-menu{
        right:-300px
    }
    #mobile-menu.sidemenu-on{
        right:0;
        box-shadow:-6px 0 20px 5px rgba(0,0,0,.1)
    }
    .sidemenu-left,.sidemenu-left .fixed-header{
        left:300px
    }
    .sidemenu-left #mobile-menu.sidemenu-on{
        left:0
    }
    #headerwrap #mobile-menu-panel a{
        color:#fff;
        text-decoration:none
    }
    #headerwrap #menu-icon-close{
        display:block;
        position:absolute;
        text-decoration:none;
        top:10px;
        right:10px;
        min-width:1em;
        min-height:1em;
        transform-origin:center;
        transition-property:transform;
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden;
        font-size:20px;
        color:inherit;
        padding:9px;
        border-radius:100%
    }
    #menu-icon-close:hover{
        background:rgba(200,200,200,.25)
    }
    #menu-icon-close:before,#menu-icon-close:after{
        height:56%
    }
    .transparent-header #menu-icon-close{
        color:inherit
    }
    #main-nav-wrap{
        display:block;
        padding:0;
        margin:1em 0 1.5em
    }
    #main-nav{
        float:none;
        background-color:transparent
    }
    #main-nav li{
        display:block;
        clear:both;
        padding:0;
        width:100%
    }
    #main-nav li>.sub-menu{
        position:static;
        width:auto;
        height:auto;
        border:0;
        margin:0 0 0 1em;
        background:0;
        padding:0;
        display:none;
        opacity:1;
        transform:none;
        color:inherit;
        box-shadow:none
    }
    #main-nav li.toggle-on>.sub-menu{
        display:block
    }
    #main-nav .child-arrow{
        display:inline-block
    }
    #main-nav .child-arrow:hover{
        background:rgba(200,200,200,.25)
    }
    .transparent-header #headerwrap .themify-widget-menu{
        color:inherit
    }
    #main-nav .has-mega-column>.sub-menu,#main-nav .has-mega>.sub-menu{
        padding:0;
        width:auto;
        margin:0
    }
    #main-nav .has-mega-column>.sub-menu,#main-nav .has-mega-column>.sub-menu ul,#main-nav .has-mega-sub-menu .mega-sub-menu ul{
        float:none;
        margin:0 0 0 1em
    }
    #main-nav .has-mega-column>.sub-menu,#main-nav .has-mega-column>.sub-menu ul,#main-nav li:not(.themify-widget-menu)>ul,#main-nav .has-mega-sub-menu .mega-sub-menu ul{
        background:0
    }
    #headerwrap #main-nav a{
        width:auto;
        display:block;
        border:0;
        padding:.6em 0;
        margin:0;
        color:inherit;
        line-height:1.5em;
        background:0;
        font-weight:400;
        text-decoration:none;
        box-shadow:none
    }
    #headerwrap #main-nav .has-sub-menu>a{
        padding-right:40px
    }
    #main-nav>li:last-child a{
        border:0
    }
    #headerwrap #main-nav a:hover,#main-nav .current_page_item>a,#main-nav .current-menu-item>a{
        color:var(--theme_accent)
    }
    .slide-cart-visible #menu-icon,#main-nav .mega-menu-posts{
        display:none
    }
    #header .social-widget a{
        color:inherit
    }
    #header .social-widget{
        position:static;
        float:none;
        margin:0
    }
    #headerwrap .widget .twitter-list .twitter-timestamp{
        opacity:1
    }
    .header-widget .col4-1,.header-widget .col4-2,.header-widget .col3-1{
        margin-left:0;
        width:100%;
        max-width:100%
    }
    .sidemenu .header-widget{
        height:auto
    }
    .fixed-header .cart-wrap,.fixed-header .header-bar,.fixed-header .header-widget{
        display:block
    }
    .fixed-header-on #headerwrap .social-widget,.fixed-header .search-button{
        display:inline-block
    }
    #headerwrap .sidemenu .search-button{
        margin:0;
        color:inherit
    }
    #headerwrap #searchform #s,#headerwrap #searchform #s:focus,#headerwrap #searchform #s:hover,#headerwrap #searchform .tf_fa:hover+#s,#headerwrap #searchform{
        width:100%
    }
    .fixed-header-on #headerwrap #searchform-wrap,#headerwrap #searchform-wrap{
        display:block;
        margin:1em 0 0
    }
    #headerwrap #searchform{
        position:relative;
        left:auto;
        right:auto;
        top:auto;
        bottom:auto;
        float:none;
        clear:both;
        margin:0 0 1em;
        padding:0;
        width:auto
    }
    #headerwrap #searchform #s{
        width:100%;
        float:none;
        transition:none;
        margin:auto;
        color:#000;
        padding:11px 15px 10px 35px;
        background-color:#eee;
        position:static;
        height:auto
    }
    #headerwrap #searchform .tf_fa:hover+#s{
        background-color:#eee
    }
    #headerwrap #searchform .tf_fa{
        left:9px;
        top:9px;
        position:absolute;
        background:transparent;
        color:#000;
        width:16px;
        height:16px;
        font-size:18px;
        padding:3px;
        margin:0;
        transform:none
    }
    /*/
    wp-content/themes/themify-ultra/styles/headers/media/header-top-widgets.min.css*/
     #header,.sidemenu-off .navbar-wrapper{
        display:block
    }
    .mobile-menu-visible.sidemenu-right #headerwrap{
        left:-300px
    }
    .pull-down,#headerwrap .header-widget-full{
        display:none
    }
    .header-widget{
        display:block;
        max-height:none !important
    }
    .sidemenu .header-widget{
        display:block
    }
    /*/
    wp-content/themes/themify-ultra/skins/lawyer/media/mobile-menu.min.css*/
     .header-rightpane #headerwrap #menu-icon,.header-leftpane #headerwrap #menu-icon{
        background-color:#186bb1
    }
}
/* END MOBILE MENU CSS */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * agenda:
 *   - http://typekit.com/eulas/00000000000000003b9ae391
 *   - http://typekit.com/eulas/00000000000000003b9ae392
 *   - http://typekit.com/eulas/00000000000000003b9ae393
 *   - http://typekit.com/eulas/00000000000000003b9ae394
 *   - http://typekit.com/eulas/00000000000000003b9ae397
 *   - http://typekit.com/eulas/00000000000000003b9ae398
 *
 * © 2009-2022 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2023-01-04 16:38:59 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=vmg1vku&ht=tk&f=30026.30027.30028.30029.30032.30033&a=126266343&app=typekit&e=css");

@font-face {
font-family:"agenda";
src:url("https://use.typekit.net/af/2439e4/00000000000000003b9ae391/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/2439e4/00000000000000003b9ae391/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/2439e4/00000000000000003b9ae391/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-style:normal;
  font-weight:300;
  font-stretch:normal;
}

@font-face {
font-family:"agenda";
src:url("https://use.typekit.net/af/0c0905/00000000000000003b9ae392/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/0c0905/00000000000000003b9ae392/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/0c0905/00000000000000003b9ae392/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style:normal;
  font-weight:400;
  font-stretch:normal;
}

@font-face {
font-family:"agenda";
src:url("https://use.typekit.net/af/2dba1c/00000000000000003b9ae393/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/2dba1c/00000000000000003b9ae393/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/2dba1c/00000000000000003b9ae393/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-style:italic;
  font-weight:400;
  font-stretch:normal;
}

@font-face {
font-family:"agenda";
src:url("https://use.typekit.net/af/3ccb81/00000000000000003b9ae394/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/3ccb81/00000000000000003b9ae394/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/3ccb81/00000000000000003b9ae394/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style:normal;
  font-weight:500;
  font-stretch:normal;
}

@font-face {
font-family:"agenda";
src:url("https://use.typekit.net/af/5be660/00000000000000003b9ae397/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/5be660/00000000000000003b9ae397/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/5be660/00000000000000003b9ae397/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-style:normal;
  font-weight:600;
  font-stretch:normal;
}

@font-face {
font-family:"agenda";
src:url("https://use.typekit.net/af/ab8655/00000000000000003b9ae398/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/ab8655/00000000000000003b9ae398/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/ab8655/00000000000000003b9ae398/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style:normal;
  font-weight:700;
  font-stretch:normal;
}

.tk-agenda { font-family: "agenda",sans-serif; }

span {
  font-family: "agenda", sans-serif !important;
}

body {
 font-family: "agenda", sans-serif !important;
 font-size: 17px !important;
}

p {
 font-family: "agenda", sans-serif !important;
 font-size: 17px !important;
}

h1 {
 font-family: "agenda", sans-serif !important;
}

h2 {
 font-family: "agenda", sans-serif !important;
}

h3 {
 font-family: "agenda", sans-serif !important;
}

h4 {
 font-family: "agenda", sans-serif !important;
}

h5 {
 font-family: "agenda", sans-serif !important;
}

a .footer-text{
 font-family: "agenda", sans-serif !important;
 font-size: 17px !important;
}

a {
 font-family: "agenda", sans-serif !important;
}

#footer, #footer-logo, .footer-nav a, .footer-text {
  font-family: "agenda", sans-serif !important;
  font-size: 17px !important;
}